Skip to content

Commit

Permalink
Restrict composer.json to SF 7. The 6 branch is for SF 6, let's keep …
Browse files Browse the repository at this point in the history
…them separate
  • Loading branch information
bartmcleod committed Jan 3, 2024
1 parent 8490c7a commit 499855e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^8.1",
"symfony/framework-bundle": "~6.0|~7.0",
"symfony/framework-bundle": "~7.0",
"monolog/monolog": "^3.2",
"doctrine/orm": ">=2.4",
"doctrine/doctrine-bundle": "^2.2",
Expand All @@ -30,7 +30,7 @@
"symfony/twig-bundle": "7.0.*"
},
"require-dev": {
"symfony/symfony": "~6.0|7.0",
"symfony/symfony": "~7.0",
"ext-mongodb": "*",
"doctrine/annotations": "^1.13",
"doctrine/cache": "^1.4",
Expand Down

0 comments on commit 499855e

Please sign in to comment.