Skip to content

Commit

Permalink
Update symfony requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Gertz committed Mar 4, 2024
1 parent b97d9b2 commit b69214e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
}
},
"require": {
"symfony/asset": "^4.0|^5.0|^6.0|^7.0",
"symfony/flex": "^1.0|^2.0",
"symfony/framework-bundle": "^4.0|^5.0|^6.0|^7.0",
"symfony/process": "^4.0|^5.0|^6.0|^7.0",
"symfony/twig-bundle": "^4.0|^5.0|^6.0|^7.0"
"symfony/asset": "^7.0",
"symfony/flex": "^2.0",
"symfony/framework-bundle": "^7.0",
"symfony/process": "^7.0",
"symfony/twig-bundle": "^7.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit b69214e

Please sign in to comment.