From b15ced97a8ea71740ffcdcbdf6897c2b4cbbde6e Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Wed, 14 Sep 2016 17:34:32 +0300 Subject: [PATCH] ICL: PHP version requirements increased. --- README.md | 2 +- composer.json | 2 +- composer.lock | 19 +++++++++++-------- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0fed764..9c86693 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Provides logging and email notifications for Laravel console commands. ## Requirements -- `PHP >=5.5.9` +- `PHP >=5.6.4` - `Laravel >=5.2` ## Usage diff --git a/composer.json b/composer.json index 64d13ad..49aee74 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": ">=5.5.9", + "php": ">=5.6.4", "illuminate/console": "^5.2", "illuminated/helper-functions": "^0.1.5", "monolog/monolog": "^1.19", diff --git a/composer.lock b/composer.lock index 5dfac88..6d1f22d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "f8ce9aa01f98dad26d4bbe9cd2115892", - "content-hash": "dfebe34ebb704e4c24215228020d83fa", + "hash": "80074490dd3e67afece042f00ffc4f03", + "content-hash": "516f07bbac8da36a908cb9a025f34557", "packages": [ { "name": "doctrine/inflector", @@ -226,16 +226,16 @@ }, { "name": "illuminated/helper-functions", - "version": "0.1.22", + "version": "0.1.23", "source": { "type": "git", "url": "https://github.com/dmitry-ivanov/laravel-helper-functions.git", - "reference": "22c99d44af8ce0a9cca2938c2dc5d5ffd7cb840b" + "reference": "ff33c60795e5ea811a7ca7b465b7624b3ddb26c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dmitry-ivanov/laravel-helper-functions/zipball/22c99d44af8ce0a9cca2938c2dc5d5ffd7cb840b", - "reference": "22c99d44af8ce0a9cca2938c2dc5d5ffd7cb840b", + "url": "https://api.github.com/repos/dmitry-ivanov/laravel-helper-functions/zipball/ff33c60795e5ea811a7ca7b465b7624b3ddb26c5", + "reference": "ff33c60795e5ea811a7ca7b465b7624b3ddb26c5", "shasum": "" }, "require": { @@ -245,6 +245,9 @@ "symfony/process": "^3.0", "symfony/var-dumper": "^3.0" }, + "require-dev": { + "phpunit/phpunit": "^5.5" + }, "type": "library", "autoload": { "files": [ @@ -267,7 +270,7 @@ "helper", "laravel" ], - "time": "2016-09-13 12:11:18" + "time": "2016-09-14 09:32:26" }, { "name": "monolog/monolog", @@ -882,7 +885,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.5.9" + "php": ">=5.6.4" }, "platform-dev": [] }