Skip to content

Commit

Permalink
Symfony 6.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tvlooy authored Jul 11, 2024
1 parent a0aadc3 commit 6048abe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

"require": {
"php": ">=7.1.3",
"symfony/framework-bundle": "~5.4",
"symfony/options-resolver": "^5.4",
"symfony/form": "^5.4"
"symfony/framework-bundle": "~6.4",
"symfony/options-resolver": "^6.4",
"symfony/form": "^6.4"
},

"config": {
Expand Down

0 comments on commit 6048abe

Please sign in to comment.