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

Commit 63c15f0

Browse files
committed
Updated branch aliases in composer.json and deps to allow PHPUnit 7
1 parent 8695661 commit 63c15f0

File tree

2 files changed

+197
-220
lines changed

2 files changed

+197
-220
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"phpbench/phpbench": "^0.13",
23-
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
23+
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
2424
"zendframework/zend-coding-standard": "~1.0.0"
2525
},
2626
"autoload": {
@@ -39,8 +39,8 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "3.1-dev",
43-
"dev-develop": "3.2-dev"
42+
"dev-master": "3.1.x-dev",
43+
"dev-develop": "3.2.x-dev"
4444
}
4545
},
4646
"scripts": {

0 commit comments

Comments
 (0)