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

Commit ad8982b

Browse files
committed
Merge pull request #28 from netiul/patch/doctrine-module-version-constraint
Accept doctrine-module 1.* as well
2 parents 1e51736 + 1f59982 commit ad8982b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=5.4",
24-
"doctrine/doctrine-module": "^0.8",
24+
"doctrine/doctrine-module": "^0.8 || ^1.0",
2525
"zendframework/zend-modulemanager": "^2.4",
2626
"zendframework/zend-mvc": "^2.4",
2727
"zendframework/zend-servicemanager": "^2.4",

0 commit comments

Comments
 (0)