Skip to content

Commit 028850e

Browse files
author
Jon Baker
committed
Forcing phpunit version 5
1 parent 9d82dc9 commit 028850e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_script:
1616
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1717

1818
script:
19-
- phpunit --coverage-text --coverage-clover=coverage.clover
19+
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
2020

2121
after_script:
2222
- wget https://scrutinizer-ci.com/ocular.phar

composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
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-
"email": "[email protected]",
9-
"homepage": "https://github.com/gregoriohc",
10-
"role": "Developer"
11-
}],
6+
"authors": [
7+
{
8+
"name": "Gregorio Hernández Caso",
9+
"email": "[email protected]",
10+
"homepage": "https://github.com/gregoriohc",
11+
"role": "Developer"
12+
}
13+
],
1214
"require": {
1315
"php": ">=5.5.9",
1416
"twilio/sdk": "~5.16",
@@ -19,7 +21,7 @@
1921
},
2022
"require-dev": {
2123
"mockery/mockery": "^0.9.5",
22-
"phpunit/phpunit": "4.*"
24+
"phpunit/phpunit": "5.*"
2325
},
2426
"autoload": {
2527
"psr-4": {

0 commit comments

Comments
 (0)