Skip to content

Commit ac7cafa

Browse files
committed
Merge pull request #8 from clue-labs/php
First class support for PHP 5.3 to PHP 7 and HHVM
2 parents fb6679f + 1e8a605 commit ac7cafa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
language: php
2+
23
php:
34
- 5.3
5+
- 5.4
6+
- 5.5
47
- 5.6
8+
- 7
59
- hhvm
10+
611
install:
712
- composer install --prefer-source --no-interaction
13+
814
script:
915
- phpunit --coverage-text

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require": {
1717
"php": ">=5.3",
18-
"react/event-loop": "~0.3.0|~0.4.0",
18+
"react/event-loop": "~0.4.0|~0.3.0",
1919
"react/datagram": "~1.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)