Skip to content

Commit

Permalink
Allow Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
trsteel88 authored Nov 30, 2023
1 parent f1c7cc1 commit 21af154
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 @@ -12,7 +12,7 @@
],
"require": {
"php": ">=7.2.0",
"symfony/framework-bundle": ">=3.4,<7.0"
"symfony/framework-bundle": ">=3.4,<8.0"
},
"autoload": {
"psr-4": { "Trsteel\\HtmlFormValidationBundle\\": "" }
Expand Down

0 comments on commit 21af154

Please sign in to comment.