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 5d222c3 commit 9838053Copy full SHA for 9838053
composer.json
@@ -14,14 +14,14 @@
14
"require": {
15
"php": ">=8.1",
16
"aws/aws-sdk-php": "^3.338.0",
17
- "symfony/config": "~5.0|~6.0|~7.0",
18
- "symfony/dependency-injection": "~5.0|~6.0|~7.0",
19
- "symfony/http-kernel": "~5.0|~6.0|~7.0"
+ "symfony/config": "~5.0|~6.0|~7.0|~8.0",
+ "symfony/dependency-injection": "~5.0|~6.0|~7.0|~8.0",
+ "symfony/http-kernel": "~5.0|~6.0|~7.0|~8.0"
20
},
21
"require-dev": {
22
"phpunit/phpunit": "^8.5|^9.5",
23
- "symfony/framework-bundle": "~5.0|~6.0|~7.0",
24
- "symfony/yaml": "~5.0|~6.0|~7.0"
+ "symfony/framework-bundle": "~5.0|~6.0|~7.0|~8.0",
+ "symfony/yaml": "~5.0|~6.0|~7.0|~8.0"
25
26
"autoload": {
27
"psr-4": {
0 commit comments