We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3707399 commit d427609Copy full SHA for d427609
1 file changed
composer.json
@@ -19,11 +19,11 @@
19
"php": ">=8.0",
20
"ext-json": "*",
21
"guzzlehttp/guzzle": "^6.3||^7.0",
22
- "symfony/cache": "^6.3 || ^7.0",
23
- "symfony/http-foundation": "^6.2 || ^7.0"
+ "symfony/cache": "^6.0 || ^6.3 || ^7.0",
+ "symfony/http-foundation": "^6.0 || ^6.2 || ^7.0"
24
},
25
"require-dev": {
26
- "phpunit/phpunit": "^10.0.0",
+ "phpunit/phpunit": "^9.0.0 || ^10.0.0",
27
"squizlabs/php_codesniffer": "^3.5.8"
28
29
"autoload": {
0 commit comments