From 47b659a5acee39a97b5f9b9989d3b89d9f45621b Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 22 Jul 2019 16:30:25 +0200 Subject: [PATCH] increase required php version to 5.5 (#5994) --- .travis.yml | 6 ------ composer.json | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a08353ffc..91599ea00f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.4 - 5.5 - 5.6 - 7.0 @@ -11,11 +10,6 @@ php: dist: trusty -matrix: - include: - - php: 5.3 - dist: precise - sudo: false services: diff --git a/composer.json b/composer.json index 9874825a43..533e0f5c19 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "psr-4": { "DeviceDetector\\": "" } }, "require": { - "php": ">=5.3.2", + "php": ">=5.5", "mustangostang/spyc": "*" }, "require-dev": {