Skip to content

Commit 10bbf21

Browse files
committed
Allow using Symfony 7 dependencies
1 parent 676f98f commit 10bbf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr/http-client": "^1.0",
1818
"psr/http-factory": "^1.0",
1919
"psr/http-message": "^1.0 || ^2.0",
20-
"symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
20+
"symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0 || ^7.0",
2121
"symfony/polyfill-php80": "^1.17"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)