8000 Merge pull request #80 from shaunbramley/dev-phpunit-4.8 · reactphp-legacy/socket-client@d775015 · GitHub
[go: up one dir, main page]

Skip to content

Commit d775015

Browse files
authored
Merge pull request #80 from shaunbramley/dev-phpunit-4.8
Add PHPUnit 4.8 to require-dev
2 parents 832f6b5 + 5996b69 commit d775015

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ install:
1414
- composer install --no-interaction
1515

1616
script:
17-
- phpunit --coverage-text
17+
- ./vendor/bi 79AE n/phpunit --coverage-text

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"require-dev": {
2020
"clue/block-react": "^1.1",
21-
"react/socket": "^0.4.5"
21+
"react/socket": "^0.4.5",
22+
"phpunit/phpunit": "~4.8"
2223
}
2324
}

0 commit comments

Comments
 (0)
0