From 4d0769342f67494dc19834030807a5d44991ece0 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Mon, 12 Mar 2018 13:26:30 +0100 Subject: [PATCH] Drop php 5 support --- .travis.yml | 2 -- composer.json | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 108b7c0..0b2c5df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php php: - - 5.6 - - 7.0 - 7.1 - 7.2 diff --git a/composer.json b/composer.json index 270e9c6..480d24c 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ } ], "require": { - "php": "^5.6.4 || ^7.0" + "php": "^7.1.3" }, "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.3" + "phpunit/phpunit": "^7.0" }, "autoload": { "psr-4": {