Skip to content

Commit

Permalink
Merge pull request #8 from clue-labs/php
Browse files Browse the repository at this point in the history
First class support for PHP 5.3 to PHP 7 and HHVM
  • Loading branch information
clue committed Mar 7, 2016
2 parents fb6679f + 1e8a605 commit ac7cafa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
- hhvm

install:
- composer install --prefer-source --no-interaction

script:
- phpunit --coverage-text
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": ">=5.3",
"react/event-loop": "~0.3.0|~0.4.0",
"react/event-loop": "~0.4.0|~0.3.0",
"react/datagram": "~1.0"
},
"require-dev": {
Expand Down

0 comments on commit ac7cafa

Please sign in to comment.