From c19d30f5ca9cc16ef436410a4f719f175f485765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Proch=C3=A1zka?= Date: Thu, 18 May 2017 22:07:14 +0200 Subject: [PATCH] drop support for PHP 5.4 & PHP 5.5 --- .travis.yml | 2 -- composer.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f9ad86..5d58c2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ cache: - $HOME/.composer/cache php: - - 5.4 - - 5.5 - 5.6 - 7.0 - 7.1 diff --git a/composer.json b/composer.json index 680fc88..04bb51b 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "issues": "https://github.com/Kdyby/DoctrineCollectionsReadonly/issues" }, "require": { - "php": ">=5.4", + "php": "^5.6 || ^7.0", "doctrine/collections": "~1.1" }, "require-dev": {