Skip to content

Commit 6852ee8

Browse files
authored
feature: support symfony/options-resolver 7.x (#1119)
1 parent cda7ffa commit 6852ee8

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
@@ -30,7 +30,7 @@
3030
"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",
33-
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0 || ^6.0",
33+
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3434
"symfony/security-core": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3535
"symfony/serializer": "^3.0 || ^4.0 || ^5.0 || ^6.0",
3636
"twig/twig": "^2.14 || ^3.0"

0 commit comments

Comments
 (0)