From 6727ffa49e4d8a47cee576d4a452c922849431ec Mon Sep 17 00:00:00 2001 From: Emanuele Minotto Date: Wed, 10 Feb 2016 01:38:03 +0100 Subject: [PATCH] Use Composer safe versions --- .travis.yml | 5 ----- composer.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9813280e1..c3949a800 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,3 @@ install: script: - vendor/bin/phpcs src --standard=psr2 -spn - vendor/bin/phpunit --coverage-text --exclude-group integration - -matrix: - allow_failures: - - php: 7.0 - fast_finish: true diff --git a/composer.json b/composer.json index 93af8bf50..20f9934be 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=5.4.0" + "php": "^5.4|^7.0" }, "require-dev": { "phpunit/phpunit": "~4.0",