Ensured all doctrine components are not updated to latest releases, which require PHP 7.1

This commit is contained in:
Alejandro Celaya 2017-07-23 08:42:57 +02:00
parent 01a4f9f867
commit 4ad167eb30

View file

@ -23,7 +23,8 @@
"zendframework/zend-i18n": "^2.7",
"zendframework/zend-config-aggregator": "^0.1",
"acelaya/ze-content-based-error-handler": "^2.0",
"doctrine/orm": "^2.5",
"doctrine/orm": "^2.5 <2.6",
"doctrine/dbal": "^2.5 <2.6",
"doctrine/annotations": "^1.4 <1.5",
"doctrine/collections": "^1.4 <1.5",
"doctrine/common": "^2.7 <2.8",