Skip to content

Commit

Permalink
Allow symfony/options-resolver:^7
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaedl committed Nov 30, 2023
1 parent 937d6d3 commit 66e44fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require" : {
"php" : "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-ctype": "*",
"symfony/options-resolver": "^5.4|^6"
"symfony/options-resolver": "^5.4|^6|^7"
},
"suggest": {
"ext-bcmath" : "This library makes use of bcmod function, so an installed bcmath extension is recommended."
Expand Down

0 comments on commit 66e44fb

Please sign in to comment.