We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771a276 commit 47fb19fCopy full SHA for 47fb19f
.travis.yml
@@ -9,4 +9,4 @@ before_script:
9
- composer install --no-progress --prefer-source
10
11
script:
12
- - phpunit
+ - vendor/bin/phpunit
composer.json
@@ -22,8 +22,8 @@
22
}
23
],
24
"support": {
25
- "issues": "https://github.com/Giuseppe-Mazzapica/BrainMonkey/issues",
26
- "source": "https://github.com/Giuseppe-Mazzapica/BrainMonkey"
+ "issues": "https://github.com/Brain-WP/BrainMonkey/issues",
+ "source": "https://github.com/Brain-WP/BrainMonkey"
27
},
28
"license": "MIT",
29
"require": {
0 commit comments