Skip to content

Commit 1b6c3ac

Browse files
committed
fix some php8 issues
1 parent a0c855e commit 1b6c3ac

File tree

5 files changed

+743
-812
lines changed

5 files changed

+743
-812
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
],
1717
"homepage": "https://www.dogan-ucar.de/phpalgorithms-2/",
1818
"require": {
19-
"php": ">=7.4",
19+
"php": ">=8.0",
2020
"ext-json": "*",
2121
"doganoo/php-util": "0.5.*"
2222
},
2323
"require-dev": {
2424
"ergebnis/composer-normalize": "^2.9",
2525
"phpcompatibility/php-compatibility": "^9.3",
2626
"phpstan/phpstan": "^0.12.54",
27-
"phpunit/phpunit": "6.5",
27+
"phpunit/phpunit": "^8.0",
2828
"roave/security-advisories": "dev-latest",
2929
"squizlabs/php_codesniffer": "^3.5"
3030
},

0 commit comments

Comments
 (0)