Skip to content

Commit b8f281d

Browse files
authored
Allow Symfony 6 (#1014)
1 parent a5bf45a commit b8f281d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"require": {
1515
"php": "^7.2.5 || ^8.0",
1616
"async-aws/core": "^1.0",
17-
"symfony/config": "^4.4 || ^5.0",
18-
"symfony/dependency-injection": "^4.4 || ^5.0",
19-
"symfony/http-kernel": "^4.4 || ^5.0"
17+
"symfony/config": "^4.4 || ^5.0 || ^6.0",
18+
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
19+
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0"
2020
},
2121
"require-dev": {
2222
"async-aws/s3": "^1.0",
@@ -25,7 +25,7 @@
2525
"async-aws/ssm": "^1.0",
2626
"matthiasnoback/symfony-config-test": "^4.1",
2727
"nyholm/symfony-bundle-test": "^1.6.1",
28-
"symfony/cache": "^4.4 || ^5.0"
28+
"symfony/cache": "^4.4 || ^5.0 || ^6.0"
2929
},
3030
"extra": {
3131
"branch-alias": {

0 commit comments

Comments
 (0)