Skip to content

Commit

Permalink
orm 2.4 minimum because of RepositoryFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Oct 16, 2016
1 parent 26f6b8b commit d34e646
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 @@ -32,7 +32,7 @@
"symfony/console": "^2.0|^3.0"
},
"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 @@ -43,7 +43,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 d34e646

Please sign in to comment.