From 8984ce2f5e5339e914fb522753717aa1fa6f388a Mon Sep 17 00:00:00 2001 From: Richard Regeer Date: Sun, 25 Aug 2019 21:06:22 +0200 Subject: [PATCH] Update the minimal requirement to php 7.0. --- .travis.yml | 3 +-- composer.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a193d13..f141c3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ sudo: false language: php php: + - "7.3" - "7.2" - "7.1" - "7.0" - - "5.6" - - "5.5" script: ./test/run diff --git a/composer.json b/composer.json index 1d19f8d..00931a5 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": ">=5.5.0" + "php": ">=7.0.0" }, "bin": ["bin/coverage-check"] }