From 4f48fb6efe25b9011f74ff31e7dfaf72ad1edd37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Wed, 3 May 2017 10:17:50 +0200 Subject: [PATCH] Support legacy PHP 5.3 through PHP 7.1 and HHVM --- .travis.yml | 8 +++++++- README.md | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d576bdb..c0dc070 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,15 @@ php: - 5.4 - 5.5 - 5.6 - - 7 + - 7.0 + - 7.1 + - nightly - hhvm +matrix: + allow_failures: + - php: nightly + install: - composer install --prefer-source diff --git a/README.md b/README.md index dce4b60..cbf3aee 100644 --- a/README.md +++ b/README.md @@ -1035,6 +1035,11 @@ $ composer require react/stream:^0.6 More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md). +This project aims to run on any platform and thus does not require any PHP +extensions and supports running on legacy PHP 5.3 through current PHP 7+ and HHVM. +It's *highly recommended to use PHP 7+* for this project due to its vast +performance improvements. + ## Tests To run the test suite, you first need to clone this repo and then install all