Skip to content

Commit

Permalink
fix some php8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
doganoo committed May 28, 2023
1 parent a0c855e commit 1b6c3ac
Show file tree
Hide file tree
Showing 5 changed files with 743 additions and 812 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
],
"homepage": "https://www.dogan-ucar.de/phpalgorithms-2/",
"require": {
"php": ">=7.4",
"php": ">=8.0",
"ext-json": "*",
"doganoo/php-util": "0.5.*"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.9",
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/phpstan": "^0.12.54",
"phpunit/phpunit": "6.5",
"phpunit/phpunit": "^8.0",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.5"
},
Expand Down

0 comments on commit 1b6c3ac

Please sign in to comment.