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

Commit

Permalink
Merge branch hotfix/dep-versions, fixing dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 3, 2015
2 parents fc715d7 + 8a15252 commit ec49b1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
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 ec49b1d

Please sign in to comment.