File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 5
5
- 5.4
6
6
- 5.5
7
7
- 5.6
8
- - 7
8
+ - 7.0
9
+ - 7.1
10
+ - nightly
9
11
- hhvm
10
12
13
+ matrix :
14
+ allow_failures :
15
+ - php : nightly
16
+
11
17
install :
12
18
- composer install --prefer-source
13
19
Original file line number Diff line number Diff line change @@ -1035,6 +1035,11 @@ $ composer require react/stream:^0.6
1035
1035
1036
1036
More details about version upgrades can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
1037
1037
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
+
1038
1043
## Tests
1039
1044
1040
1045
To run the test suite, you first need to clone this repo and then install all
You can’t perform that action at this time.
0 commit comments