From a7a2f22fe6c7673eb2fca1e563153cc5e23e9772 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Tue, 18 Sep 2018 14:55:47 +0300 Subject: [PATCH 1/2] Composer lock updated. --- composer.lock | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/composer.lock b/composer.lock index 4641dec..c666cde 100644 --- a/composer.lock +++ b/composer.lock @@ -479,26 +479,26 @@ }, { "name": "league/flysystem", - "version": "1.0.46", + "version": "1.0.47", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2" + "reference": "a11e4a75f256bdacf99d20780ce42d3b8272975c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2", - "reference": "f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a11e4a75f256bdacf99d20780ce42d3b8272975c", + "reference": "a11e4a75f256bdacf99d20780ce42d3b8272975c", "shasum": "" }, "require": { + "ext-fileinfo": "*", "php": ">=5.5.9" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "require-dev": { - "ext-fileinfo": "*", "phpspec/phpspec": "^3.4", "phpunit/phpunit": "^5.7.10" }, @@ -559,7 +559,7 @@ "sftp", "storage" ], - "time": "2018-08-22T07:45:22+00:00" + "time": "2018-09-14T15:30:29+00:00" }, { "name": "monolog/monolog", @@ -1017,16 +1017,16 @@ }, { "name": "spatie/array-to-xml", - "version": "2.7.1", + "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/spatie/array-to-xml.git", - "reference": "cb8befcd0c58ccf8baa5491e61a5c1d02a3acbba" + "reference": "2b01cb1a04b4b65f0db03cd8a78df4b978fe5cd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/cb8befcd0c58ccf8baa5491e61a5c1d02a3acbba", - "reference": "cb8befcd0c58ccf8baa5491e61a5c1d02a3acbba", + "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/2b01cb1a04b4b65f0db03cd8a78df4b978fe5cd7", + "reference": "2b01cb1a04b4b65f0db03cd8a78df4b978fe5cd7", "shasum": "" }, "require": { @@ -1062,7 +1062,7 @@ "convert", "xml" ], - "time": "2018-02-20T15:21:24+00:00" + "time": "2018-09-17T11:45:05+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -2694,16 +2694,16 @@ }, { "name": "orchestra/testbench-core", - "version": "v3.7.2", + "version": "v3.7.3", "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "72579b24435463dd846e323d097b6ddc8af257d8" + "reference": "cfddff2e51f868b09aa9e66c67664c0cd32438cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/72579b24435463dd846e323d097b6ddc8af257d8", - "reference": "72579b24435463dd846e323d097b6ddc8af257d8", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/cfddff2e51f868b09aa9e66c67664c0cd32438cc", + "reference": "cfddff2e51f868b09aa9e66c67664c0cd32438cc", "shasum": "" }, "require": { @@ -2754,7 +2754,7 @@ "orchestral", "testing" ], - "time": "2018-09-12T09:41:23+00:00" + "time": "2018-09-13T09:05:08+00:00" }, { "name": "phar-io/manifest", @@ -3138,21 +3138,24 @@ }, { "name": "phpunit/php-file-iterator", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c" + "reference": "050bedf145a257b1ff02746c31894800e5122946" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c", - "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", + "reference": "050bedf145a257b1ff02746c31894800e5122946", "shasum": "" }, "require": { "php": "^7.1" }, + "require-dev": { + "phpunit/phpunit": "^7.1" + }, "type": "library", "extra": { "branch-alias": { @@ -3181,7 +3184,7 @@ "filesystem", "iterator" ], - "time": "2018-06-11T11:44:00+00:00" + "time": "2018-09-13T20:33:42+00:00" }, { "name": "phpunit/php-text-template", From 476fb6fd04e4f9d89cb860c8174ffaf7180fb865 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Tue, 18 Sep 2018 14:56:27 +0300 Subject: [PATCH 2/2] Minor readme fixes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 208fb3b..a32dfe0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Logging and notifications for Laravel console commands. ## Usage -1. Install package through `composer`: +1. Install the package via Composer: ```shell composer require illuminated/console-logger