Skip to content

Commit

Permalink
Allow Symfony ^6.0 (#85)
Browse files Browse the repository at this point in the history
* Update composer.json

update symfony/form

* Update composer.json

Yes , sorry i made a mistake...

Co-authored-by: Yann Eugoné <[email protected]>

Co-authored-by: Yann Eugoné <[email protected]>
  • Loading branch information
treeindark and yann-eugone authored Apr 29, 2022
1 parent 769c4bd commit 2493f1a
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 @@ -13,7 +13,7 @@
],
"require": {
"php": "^7.1|^8.0",
"symfony/form": "^4.4|^5.0",
"symfony/form": "^4.4|^5.0|^6.0",
"vich/uploader-bundle": "^1.12"
},
"autoload": {
Expand Down

0 comments on commit 2493f1a

Please sign in to comment.