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

Commit 72cae67

Browse files
committed
Prep for 2.5
1 parent f0290c2 commit 72cae67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 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.4",
20-
"zendframework/zend-mvc": "~2.4",
19+
"zendframework/zend-di": "~2.5.0",
20+
"zendframework/zend-mvc": "~2.5.0",
2121
"fabpot/php-cs-fixer": "1.7.*",
2222
"phpunit/PHPUnit": "~4.0"
2323
},
@@ -29,8 +29,8 @@
2929
"prefer-stable": true,
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "2.4-dev",
33-
"dev-develop": "2.5-dev"
32+
"dev-master": "2.5-dev",
33+
"dev-develop": "2.6-dev"
3434
}
3535
},
3636
"autoload-dev": {

0 commit comments

Comments
 (0)