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 499855e commit 3f95f2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^8.1",
"symfony/framework-bundle": "~7.0",
"monolog/monolog": "^3.2",
"doctrine/orm": ">=2.4",
"doctrine/orm": "^2.4",
"doctrine/doctrine-bundle": "^2.2",
"symfony/asset": "7.0.*",
"symfony/form": "7.0.*",
Expand All @@ -44,9 +44,6 @@
"mikey179/vfsstream": "^1.6",
"rector/rector": "^0.14.8"
},
"suggest": {
"doctrine/orm": ">=2.4"
},
"autoload": {
"psr-4": { "Lexik\\Bundle\\TranslationBundle\\": "" }
},
Expand Down

0 comments on commit 3f95f2c

Please sign in to comment.