From c9f800a00850706f3fc4b26b6055b55952eb79bc Mon Sep 17 00:00:00 2001 From: Felipe Figueroa Date: Fri, 18 May 2018 13:10:05 -0400 Subject: [PATCH] Tag v 3.6.19 requires PHP >= 5.6 --- README.md | 2 +- composer.json | 4 ++-- composer.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 26e4ef19..e73fc4ea 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is an unnoficial refactor of [JpGraph](http://jpgraph.net/) with thefollowing differences: - the app was fully refactored adding namespaces, proper folder hierarchy, separating each class in its own file and stripping the use of `require` and `include` to the bare minimum -- dropping support for PHP < 5.4. +- dropping support for PHP < 5.6. - it provides full composer compatibility - it has PSR-4 autoloading - it makes requirement checks so you can't go wrong diff --git a/composer.json b/composer.json index e6f5ae66..2d155838 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "amenadiel/jpgraph", "type": "library", "description": "jpGraph, library to make graphs and charts", - "version": "3.6.18", + "version": "3.6.19", "keywords": [ "graph", "chart", @@ -19,7 +19,7 @@ }, "require": { - "php": ">=5.4.0", + "php": ">=5.6.0", "ext-gd": "*", "symfony/dotenv": "~3.4" }, diff --git a/composer.lock b/composer.lock index 3b52a0bf..c7b74e73 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e57ff3820d0d0af6618a9dd0d141d81d", + "content-hash": "e878fb0a94a81413e804e4095b76332f", "packages": [ { "name": "symfony/dotenv", @@ -3433,7 +3433,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.4.0", + "php": ">=5.6.0", "ext-gd": "*" }, "platform-dev": {