Skip to content

Commit

Permalink
Merge pull request #380 from bartmcleod/master
Browse files Browse the repository at this point in the history
symfony/symfony and mongo requirements moved to require-dev
  • Loading branch information
bartmcleod authored Jan 24, 2021
2 parents a8e28e3 + 094e019 commit e6500c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
}
],
"require": {
"php": "^7.4",
"symfony/symfony": "~5.0",
"ext-mongodb": "*"
"php": "^7.4"
},
"require-dev": {
"symfony/symfony": "~5.0",
"ext-mongodb": "*",
"doctrine/orm": ">=2.4",
"doctrine/doctrine-bundle": "^2.2",
"doctrine/data-fixtures": "~1.1",
Expand Down

0 comments on commit e6500c5

Please sign in to comment.