Skip to content

Commit cda7ffa

Browse files
authored
feature: support symfony/config 7.x (#1120)
1 parent 2fe1891 commit cda7ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"php": "^7.4 || ^8.0",
2828
"symfony/form": "^3.0 || ^4.0 || ^5.0 || ^6.0",
2929
"symfony/dependency-injection": "^3.0 || ^4.0 || ^5.0 || ^6.0",
30-
"symfony/config": "^3.0 || ^4.0 || ^5.0 || ^6.0",
30+
"symfony/config": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3131
"symfony/http-foundation": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3232
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3333
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0 || ^6.0",

0 commit comments

Comments
 (0)