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:
16
16
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
17
17
18
18
script :
19
- - phpunit --coverage-text --coverage-clover=coverage.clover
19
+ - vendor/bin/ phpunit --coverage-text --coverage-clover=coverage.clover
20
20
21
21
after_script :
22
22
- wget https://scrutinizer-ci.com/ocular.phar
Original file line number Diff line number Diff line change 3
3
"description" : " A boilerplate for contributions." ,
4
4
"homepage" : " https://github.com/laravel-notification-channels/twilio" ,
5
5
"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
+ ],
12
14
"require" : {
13
15
"php" : " >=5.5.9" ,
14
16
"twilio/sdk" : " ~5.16" ,
19
21
},
20
22
"require-dev" : {
21
23
"mockery/mockery" : " ^0.9.5" ,
22
- "phpunit/phpunit" : " 4 .*"
24
+ "phpunit/phpunit" : " 5 .*"
23
25
},
24
26
"autoload" : {
25
27
"psr-4" : {
You can’t perform that action at this time.
0 commit comments