Skip to content

Commit 78a94e8

Browse files
authored
Merge pull request #100 from clue-labs/php
Support legacy PHP 5.3 through PHP 7.1 and HHVM
2 parents 4a6c128 + 4f48fb6 commit 78a94e8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8-
- 7
8+
- 7.0
9+
- 7.1
10+
- nightly
911
- hhvm
1012

13+
matrix:
14+
allow_failures:
15+
- php: nightly
16+
1117
install:
1218
- composer install --prefer-source
1319

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,11 @@ $ composer require react/stream:^0.6
10351035

10361036
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
10371037

1038+
This project aims to run on any platform and thus does not require any PHP
1039+
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and HHVM.
1040+
It's *highly recommended to use PHP 7+* for this project due to its vast
1041+
performance improvements.
1042+
10381043
## Tests
10391044

10401045
To run the test suite, you first need to clone this repo and then install all

0 commit comments

Comments
 (0)