Skip to content

Commit 858c539

Browse files
Allow Symfony 7 (#1409)
* Allow Symfony 7 * Fix PHPUnit deprecations
1 parent aad61e2 commit 858c539

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 || ^6.0",
18-
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
19-
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0"
17+
"symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0",
18+
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0",
19+
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.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.x-dev#0555e4898e1b05655a4bdf52ba10c7f56611a514 as 1.9.0",
28-
"symfony/cache": "^4.4 || ^5.0 || ^6.0"
28+
"symfony/cache": "^4.4 || ^5.0 || ^6.0 || ^7.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)