Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Updated dependencies to support DoctrineModule v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Jan 15, 2019
1 parent 3b9b7cd commit 426a0fb
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"description": "Doctrine hydrators for ZF2 and ZF3",
"keywords": [
"zf2",
"zf",
"doctrine",
"hydrator"
],
Expand All @@ -21,18 +21,17 @@
"require": {
"php": "^5.6 || ^7.0",
"doctrine/common": "^2.6.1",
"doctrine/doctrine-module": "^1.2 || ^2.1.7",
"doctrine/instantiator": "^1.0.5",
"zendframework/zend-servicemanager": "^3.3.2",
"zendframework/zend-hydrator": "^1.1 || ^2.2.1",
"zendframework/zend-modulemanager": "^2.7.2",
"api-skeletons/zf-doctrine-module-zend-hydrator": "^1.0",
"doctrine/doctrine-module": "^1.2",
"doctrine/instantiator": "^1.0.5"
"zendframework/zend-modulemanager": "^2.7.2"
},
"require-dev": {
"fabpot/PHP-CS-Fixer": "^1.11.6",
"phpunit/phpunit": "^4.8",
"doctrine/doctrine-orm-module": "^1.1",
"doctrine/doctrine-mongo-odm-module": "^0.11",
"phpunit/phpunit": "^5.7.27",
"doctrine/doctrine-orm-module": "^1.1 || ^2.1.2",
"doctrine/doctrine-mongo-odm-module": "^0.11 || ^1.0",
"doctrine/mongodb-odm": "^1.1",
"phpro/grumphp": "^0.9.1"
},
Expand Down

0 comments on commit 426a0fb

Please sign in to comment.