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

Commit f9494fe

Browse files
authored
Merge pull request #1 from rkeet/feature/doctrine-orm-module-2.1-upgrade
Upgraded Doctrine ORM Module requirement from ^1.2 to ^2.1
2 parents 81e204f + d9da1e8 commit f9494fe

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
@@ -22,7 +22,7 @@
2222
"ext-intl":"*",
2323
"ext-json":"*",
2424
"ext-gettext":"*",
25-
"doctrine/doctrine-orm-module" : "^1.1",
25+
"doctrine/doctrine-orm-module" : "^2.1",
2626
"zendframework/zend-mvc-i18n": "^1.1"
2727
},
2828
"autoload" : {

0 commit comments

Comments
 (0)