Skip to content

Commit 7188987

Browse files
authored
Merge pull request #57 from shaunbramley/dev-phpunit-4.8
Add PHPUnit 4.8 to require-dev
2 parents 32385d7 + f25637f commit 7188987

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ install:
1414
- COMPOSER_ROOT_VERSION=`git describe --abbrev=0` composer install --no-interaction
1515

1616
script:
17-
- phpunit --coverage-text
17+
- ./vendor/bin/phpunit --coverage-text

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"require-dev": {
1414
"react/socket-client": "^0.5.1",
15-
"clue/block-react": "^1.1"
15+
"clue/block-react": "^1.1",
16+
"phpunit/phpunit": "~4.8"
1617
},
1718
"autoload": {
1819
"psr-4": {

0 commit comments

Comments
 (0)