Skip to content

Commit

Permalink
Update symfony requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edhgoose committed Jan 5, 2024
1 parent e263532 commit 89e5b72
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 @@ -18,9 +18,9 @@
}
},
"require": {
"symfony/form": "^4.0",
"symfony/translation": "^4.0",
"symfony/serializer": "^4.0"
"symfony/form": "^4.0 || ^5.0",
"symfony/translation": "^4.0 || ^5.0",
"symfony/serializer": "^4.0 || ^5.0"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "^2.9",
Expand Down

0 comments on commit 89e5b72

Please sign in to comment.