Skip to content

Commit 83fee56

Browse files
rvalitovmax-ipinfo
authored andcommitted
restore support for PHP8.0
1 parent 39a0185 commit 83fee56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"php": ">=8.0",
2020
"ext-json": "*",
2121
"guzzlehttp/guzzle": "^6.3||^7.0",
22-
"symfony/cache": "^6.3 || ^7.0",
23-
"symfony/http-foundation": "^6.2 || ^7.0"
22+
"symfony/cache": "^6.0 || ^6.3 || ^7.0",
23+
"symfony/http-foundation": "^6.0 || ^6.2 || ^7.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^10.0.0",
26+
"phpunit/phpunit": "^9.0.0 || ^10.0.0",
2727
"squizlabs/php_codesniffer": "^3.5.8"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)