File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ before_script:
1616 - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1717
1818script :
19- - phpunit --coverage-text --coverage-clover=coverage.clover
19+ - vendor/bin/ phpunit --coverage-text --coverage-clover=coverage.clover
2020
2121after_script :
2222 - wget https://scrutinizer-ci.com/ocular.phar
Original file line number Diff line number Diff line change 33 "description" : " A boilerplate for contributions." ,
44 "homepage" : " https://github.com/laravel-notification-channels/twilio" ,
55 "license" : " MIT" ,
6- "authors" : [{
7- "name" : " Gregorio Hernández Caso" ,
8- 9- "homepage" : " https://github.com/gregoriohc" ,
10- "role" : " Developer"
11- }],
6+ "authors" : [
7+ {
8+ "name" : " Gregorio Hernández Caso" ,
9+ 10+ "homepage" : " https://github.com/gregoriohc" ,
11+ "role" : " Developer"
12+ }
13+ ],
1214 "require" : {
1315 "php" : " >=5.5.9" ,
1416 "twilio/sdk" : " ~5.16" ,
1921 },
2022 "require-dev" : {
2123 "mockery/mockery" : " ^0.9.5" ,
22- "phpunit/phpunit" : " 4 .*"
24+ "phpunit/phpunit" : " 5 .*"
2325 },
2426 "autoload" : {
2527 "psr-4" : {
You can’t perform that action at this time.
0 commit comments