Skip to content

Commit d4939f7

Browse files
Bump
1 parent 85fc60c commit d4939f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
"email": "[email protected]"
1515
}
1616
],
17+
"minimum-stability": "dev",
1718
"require": {
1819
"php": "^7.1"
1920
},
2021
"require-dev": {
21-
"phpunit/phpunit": "^6.2",
22+
"phpunit/phpunit": "^7.0",
2223
"symfony/process": "^2 || ^3.3 || ^4"
2324
},
2425
"autoload": {
@@ -33,7 +34,7 @@
3334
},
3435
"extra": {
3536
"branch-alias": {
36-
"dev-master": "2.1-dev"
37+
"dev-master": "3.0-dev"
3738
}
3839
}
3940
}

0 commit comments

Comments
 (0)