Skip to content

Commit 7ae2022

Browse files
committed
Reverted phpunit addition in require-dev
1 parent 1894d74 commit 7ae2022

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ before_script:
1414
- composer install --dev --prefer-source
1515

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

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
},
1010
"require-dev": {
1111
"react/event-loop": "0.4.*",
12-
"react/promise": "~2.0",
13-
"phpunit/phpunit": "4.*"
12+
"react/promise": "~2.0"
1413
},
1514
"suggest": {
1615
"react/event-loop": "0.4.*",

0 commit comments

Comments
 (0)