Skip to content

Commit

Permalink
correct symfony contract requirements to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh committed Sep 6, 2023
1 parent 2b2f950 commit 5fa2b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
"php": "^7.4 || ^8.0",
"doctrine/orm": "^2.11",
"symfony/asset": "^5.4 || ^6.0",
"symfony/contracts": "^2",
"symfony/event-dispatcher-contracts": "^2.0 || ^3.0",
"symfony/form": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/intl": "^5.4 || ^6.0",
"symfony/string": "^5.4 || ^6.0",
"symfony/translation": "^5.4 || ^6.0",
"symfony/translation-contracts": "^2.0 || ^3.0",
"symfony/twig-bundle": "^5.4 || ^6.0",
"symfony/validator": "^5.4 || ^6.0"
},
Expand Down

0 comments on commit 5fa2b8f

Please sign in to comment.