Skip to content

Commit

Permalink
Update cmposer.json to set 5.3 compatible dep versions.
Browse files Browse the repository at this point in the history
Fixes #29 (for the 2.x branch).
  • Loading branch information
jeremykendall committed Jan 18, 2016
1 parent 651900d commit 53d80c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
"require": {
"php": ">=5.3.7",
"jeremykendall/password-validator": "3.*",
"wp-cli/php-cli-tools": "~0.10",
"zendframework/zend-authentication": "2.*",
"zendframework/zend-permissions-acl": "2.*",
"zendframework/zend-session": "2.*"
"zendframework/zend-authentication": "2.5.1",
"zendframework/zend-permissions-acl": "2.5.1",
"zendframework/zend-session": "2.5.1"
},
"require-dev": {
"league/phpunit-coverage-listener": "~1.1",
Expand Down

0 comments on commit 53d80c4

Please sign in to comment.