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 fb08a05 commit 4733727Copy full SHA for 4733727
composer.json
@@ -29,7 +29,7 @@
29
},
30
"extra": {
31
"branch-alias": {
32
- "dev-master": "1.1.x-dev"
+ "dev-master": "1.2.x-dev"
33
}
34
35
"require": {}
run-tests.sh
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
3
-phpunit --bootstrap shell_lib.php tests/*
+phpunit --bootstrap DeployApplication.php tests/*
shell_lib.php
0 commit comments