From e014bcde3138587af3c81cf968bcc2a06845af87 Mon Sep 17 00:00:00 2001 From: Daniel Cata Date: Mon, 27 Mar 2017 13:36:28 +0300 Subject: [PATCH] update min php version --- .travis.yml | 4 +--- composer.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ae003d..9bb11fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,9 @@ language: php sudo: false php: - - 5.3 - - 5.4 - - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm - nightly diff --git a/composer.json b/composer.json index 75d6a3e..ea4b68c 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": ">=5.3", + "php": ">=5.6", "ext-curl": "*" }, "require-dev": {