We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fc60c commit d4939f7Copy full SHA for d4939f7
composer.json
@@ -14,11 +14,12 @@
14
"email": "[email protected]"
15
}
16
],
17
+ "minimum-stability": "dev",
18
"require": {
19
"php": "^7.1"
20
},
21
"require-dev": {
- "phpunit/phpunit": "^6.2",
22
+ "phpunit/phpunit": "^7.0",
23
"symfony/process": "^2 || ^3.3 || ^4"
24
25
"autoload": {
@@ -33,7 +34,7 @@
33
34
35
"extra": {
36
"branch-alias": {
- "dev-master": "2.1-dev"
37
+ "dev-master": "3.0-dev"
38
39
40
0 commit comments