From ea0a24401a0a8173547f6e10330fbdd77aedf794 Mon Sep 17 00:00:00 2001 From: Faizan Akram Date: Mon, 19 Aug 2019 18:09:48 +0530 Subject: [PATCH] require php7.1+ Signed-off-by: Faizan Akram --- .travis.yml | 5 +---- composer.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a568080..1751f70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: php php: - - 5.4 - - 5.5 - - 5.6 - - hhvm + - '7.1' install: - phpenv rehash - travis_retry composer self-update diff --git a/composer.json b/composer.json index 4e7bab9..de934de 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "homepage": "http://github.com/c9s/ClassTemplate", "description": "Class template Utilities", "require": { - "php": ">=5.3.0", + "php": ">=7.1", "corneltek/codegen": "^3.2", "twig/twig": "^2.11|^1.42" },