From 463ee751b2fd005dcdadc1977c1c2e8e1c536d87 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Tue, 19 Sep 2017 17:55:41 +0200 Subject: [PATCH] Readme - TravisCI badge - do not support nightly build of PHP, because friendsofphp/php-cs-fixer pacakge cane be run using maximum PHP 7.2 Details: $ composer install Your requirements could not be resolved to an installable set of packages friendsofphp/php-cs-fixer v2.3.2 requires php ^5.6 || >=7.0 <7.2 -> your PHP version (7.3.0-dev) does not satisfy that requirement --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f8fe10..3ccfe78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,9 @@ language: php php: - 5.6 + - 7.0 - 7.1 - - nightly + - 7.2 install: - composer install