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

Commit

Permalink
Loosen inter-component dependencies to ~2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 3, 2015
1 parent fc715d7 commit 8a15252
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"require": {
"php": ">=5.3.23",
"zendframework/zend-stdlib": "~2.5.0"
"zendframework/zend-stdlib": "~2.5"
},
"require-dev": {
"zendframework/zend-filter": "~2.5.0",
"zendframework/zend-i18n": "~2.5.0",
"zendframework/zend-json": "~2.5.0",
"zendframework/zend-mvc": "~2.5.0",
"zendframework/zend-servicemanager": "~2.5.0",
"zendframework/zend-filter": "~2.5",
"zendframework/zend-i18n": "~2.5",
"zendframework/zend-json": "~2.5",
"zendframework/zend-mvc": "~2.5",
"zendframework/zend-servicemanager": "~2.5",
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/PHPUnit": "~4.0"
},
Expand Down

0 comments on commit 8a15252

Please sign in to comment.