Skip to content

Commit 234e6f1

Browse files
author
Slavey Karadzhov
committed
Prevent using library versions that are too new for the app.
Related to #83.
1 parent f6f0494 commit 234e6f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"require" : {
2424
"php" : ">=5.3.3",
2525
"zendframework/zend-i18n" : "~2.4",
26+
"zendframework/zend-mvc" : ">=2.4.0 <=2.6.3",
2627
"openlss/lib-array2xml" : "dev-master",
2728
"zenddevops/webapi" : "dev-master",
2829
"mustangostang/spyc" : "dev-master",

0 commit comments

Comments
 (0)