From 112583b4ecd7b8607f75bae7edcc4f3ce2bc78a3 Mon Sep 17 00:00:00 2001 From: Chris Saylor Date: Tue, 20 Nov 2018 13:41:54 -0500 Subject: [PATCH] Drop support for PHP 5.4 and 5.5. --- .travis.yml | 2 -- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3037764..cf502e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: php dist: trusty sudo: false php: - - 5.4 - - 5.5 - 5.6 - 7.0 - 7.1 diff --git a/composer.json b/composer.json index 18c7424..8435dde 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": ">=5.4", + "php": ">=5.6", "psr/log": "1.0.*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 5565f3b..2aadf08 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "caabd2b0214156d733d30c155f8bff54", + "content-hash": "0573d77c77b0241edbdb5dffcd0551cf", "packages": [ { "name": "psr/log", @@ -1318,7 +1318,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.4" + "php": ">=5.6" }, "platform-dev": [] }