Skip to content

Commit

Permalink
orm ^2.4 minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Oct 16, 2016
1 parent 81baa02 commit 1bb753d
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 @@ -26,10 +26,10 @@
"require": {
"php": ">=5.6",
"slim/slim": "^3.0",
"juliangut/doctrine-manager-builder": "^1.2.1"
"juliangut/doctrine-manager-builder": "^1.3"
},
"require-dev": {
"doctrine/orm": "^2.0",
"doctrine/orm": "^2.4",
"doctrine/mongodb-odm": "^1.1",
"doctrine/couchdb-odm": "dev-master",
"friendsofphp/php-cs-fixer": "^1.0",
Expand All @@ -40,7 +40,7 @@
"squizlabs/php_codesniffer": "^2.0"
},
"suggest": {
"doctrine/orm": "^2.0",
"doctrine/orm": "^2.4",
"doctrine/mongodb-odm": "^1.1",
"doctrine/couchdb-odm": "dev-master"
},
Expand Down

0 comments on commit 1bb753d

Please sign in to comment.