Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit aa96152

Browse files
committed
Merge branch 'hotfix/#25-upper-bound-version-constraint-for-doctrine-annotations'
Close #25
2 parents 1871d27 + 9ba823e commit aa96152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"zendframework/zend-eventmanager": "^2.6|^3.0"
1818
},
1919
"require-dev": {
20-
"doctrine/common": ">=2.1",
20+
"doctrine/annotations": "~1.0",
2121
"zendframework/zend-stdlib": "~2.7",
2222
"fabpot/php-cs-fixer": "1.7.*",
2323
"phpunit/PHPUnit": "~4.0"
2424
},
2525
"suggest": {
26-
"doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
26+
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
2727
"zendframework/zend-stdlib": "Zend\\Stdlib component"
2828
},
2929
"minimum-stability": "dev",

0 commit comments

Comments
 (0)