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

Commit

Permalink
Prep for 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 3, 2015
1 parent 2637549 commit 613d3c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"require": {
"php": ">=5.3.23",
"zendframework/zend-stdlib": "~2.4",
"zendframework/zend-servicemanager": "~2.4"
"zendframework/zend-stdlib": "~2.5.0",
"zendframework/zend-servicemanager": "~2.5.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "2.4-dev",
"dev-develop": "2.5-dev"
"dev-master": "2.5-dev",
"dev-develop": "2.6-dev"
}
},
"autoload-dev": {
Expand All @@ -33,6 +33,6 @@
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/PHPUnit": "~4.0",
"zendframework/zend-config": "~2.4"
"zendframework/zend-config": "~2.5.0"
}
}

0 comments on commit 613d3c8

Please sign in to comment.