Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit ff21490

Browse files
committed
Free constraints on the dependencies
1 parent 080b2b4 commit ff21490

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}
1010
],
1111
"require": {
12-
"zendframework/zend-servicemanager": "~2.5",
13-
"zendframework/zend-stdlib": "~2.5",
14-
"zendframework/zend-math": "~2.5",
15-
"zendframework/zend-http": "~2.5",
16-
"doctrine/doctrine-module": "~0.8",
12+
"zendframework/zend-servicemanager": "^2.5 || ^3.0",
13+
"zendframework/zend-stdlib": "^2.5",
14+
"zendframework/zend-math": "^2.5",
15+
"zendframework/zend-http": "^2.5",
16+
"doctrine/doctrine-module": "^0.9",
1717
"php": ">=5.5.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)