From 0e77d79b336c71a63cb9f0ee3cfc4940e4c43654 Mon Sep 17 00:00:00 2001 From: Dennis Meckel Date: Fri, 22 Jul 2016 12:26:23 +0200 Subject: [PATCH] Dropped support for EOL software More information: https://secure.php.net/eol.php --- .travis.yml | 2 -- README.md | 2 +- composer.json | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5108600..cd05bd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php php: - - '5.4' - - '5.5' - '5.6' - '7.0' - hhvm diff --git a/README.md b/README.md index 4b44890..60b9c3f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A tiny independent library for parsing and comparing semantic versions which is ## Production -* PHP 5.4 or better +* PHP 5.6 or better ## Development diff --git a/composer.json b/composer.json index a113862..297149e 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "license": "MIT", "name": "rayne/semantic-versioning", "require": { - "php": ">=5.4" + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~5.0" }, "support": { "issues": "https://github.com/rayne/semantic-versioning.php/issues",