From 2549f2b5749521138ac396c36d8c64af9450b495 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 28 Jun 2015 17:14:56 +0300 Subject: [PATCH] PHP 5.3 support dropped, let's see what author will say. --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e07d81d5..189b0314 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.3 - 5.4 - 5.5 - 5.6 diff --git a/composer.json b/composer.json index 45a57dba..b40f9be8 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "ext-fileinfo": "*" }, "require-dev": {