Skip to content

Commit

Permalink
Allow symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
trsteel88 authored Jan 17, 2022
1 parent 01e8523 commit 8c18d6f
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,<6.0"
"symfony/framework-bundle": ">=3.4,<7.0"
},
"autoload": {
"psr-4": { "Trsteel\\HtmlFormValidationBundle\\": "" }
Expand Down

0 comments on commit 8c18d6f

Please sign in to comment.