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.
2 parents 02a21ea + 12b6295 commit 536e34dCopy full SHA for 536e34d
composer.json
@@ -33,9 +33,9 @@
33
"require": {
34
"php": "^7.3 || ^7.4 || ^8.0",
35
"ext-json": "*",
36
- "symfony/options-resolver": ">=4.4,<6",
37
- "psr/cache": "^1.0",
38
- "psr/simple-cache": "^1.0",
+ "symfony/options-resolver": "^4.4 || ^5.0 || ^6.0",
+ "psr/cache": "^1.0 || ^2.0 || ^3.0",
+ "psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
39
"psr/event-dispatcher": "^1.0",
40
"psr/event-dispatcher-implementation": "^1.0",
41
"psr/log": "^1.0 || ^2.0 || ^3.0",
0 commit comments