We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb6679f + 1e8a605 commit ac7cafaCopy full SHA for ac7cafa
2 files changed
.travis.yml
@@ -1,9 +1,15 @@
1
language: php
2
+
3
php:
4
- 5.3
5
+ - 5.4
6
+ - 5.5
7
- 5.6
8
+ - 7
9
- hhvm
10
11
install:
12
- composer install --prefer-source --no-interaction
13
14
script:
15
- phpunit --coverage-text
composer.json
@@ -15,7 +15,7 @@
},
16
"require": {
17
"php": ">=5.3",
18
- "react/event-loop": "~0.3.0|~0.4.0",
+ "react/event-loop": "~0.4.0|~0.3.0",
19
"react/datagram": "~1.0"
20
21
"require-dev": {
0 commit comments