Skip to content

Commit

Permalink
Merge pull request #25 from arendjantetteroo/arendjantetteroo-odm2
Browse files Browse the repository at this point in the history
Prepare for odm 2.0
  • Loading branch information
caciobanu authored Jan 20, 2020
2 parents 984e109 + a077071 commit 5e1731a
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,12 +13,12 @@
},
"require": {
"php": "^7.1",
"symfony/dependency-injection": "^2.7 || ^3.3 || ^4.0 || ^5.0",
"symfony/http-kernel": "^2.7 || ^3.3 || ^4.0 || ^5.0",
"symfony/console": "^2.7 || ^3.3 || ^4.0 || ^5.0",
"symfony/config": "^2.7 || ^3.3 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
"symfony/console": "^3.4 || ^4.0 || ^5.0",
"symfony/config": "^3.4 || ^4.0 || ^5.0",
"doesntmattr/mongodb-migrations": "^2.0",
"doctrine/mongodb-odm": "^1.0"
"doctrine/mongodb-odm": "^1.0 || ^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
Expand Down

0 comments on commit 5e1731a

Please sign in to comment.