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

Commit 040fbd8

Browse files
committed
Loosen inter-component dependencies to ~2.5
1 parent 749edd0 commit 040fbd8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
},
1515
"require": {
1616
"php": ">=5.3.23",
17-
"zendframework/zend-stdlib": "~2.5.0"
17+
"zendframework/zend-stdlib": "~2.5"
1818
},
1919
"require-dev": {
20-
"zendframework/zend-db": "~2.5.0",
21-
"zendframework/zend-crypt": "~2.5.0",
22-
"zendframework/zend-http": "~2.5.0",
23-
"zendframework/zend-ldap": "~2.5.0",
24-
"zendframework/zend-session": "~2.5.0",
25-
"zendframework/zend-validator": "~2.5.0",
26-
"zendframework/zend-uri": "~2.5.0",
20+
"zendframework/zend-db": "~2.5",
21+
"zendframework/zend-crypt": "~2.5",
22+
"zendframework/zend-http": "~2.5",
23+
"zendframework/zend-ldap": "~2.5",
24+
"zendframework/zend-session": "~2.5",
25+
"zendframework/zend-validator": "~2.5",
26+
"zendframework/zend-uri": "~2.5",
2727
"fabpot/php-cs-fixer": "1.7.*",
2828
"phpunit/PHPUnit": "~4.0"
2929
},

0 commit comments

Comments
 (0)