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

Commit 3b22c40

Browse files
committed
Loosen inter-component dependencies to ~2.5
1 parent 72cae67 commit 3b22c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"php": ">=5.3.23"
1717
},
1818
"require-dev": {
19-
"zendframework/zend-di": "~2.5.0",
20-
"zendframework/zend-mvc": "~2.5.0",
19+
"zendframework/zend-di": "~2.5",
20+
"zendframework/zend-mvc": "~2.5",
2121
"fabpot/php-cs-fixer": "1.7.*",
2222
"phpunit/PHPUnit": "~4.0"
2323
},

0 commit comments

Comments
 (0)