From 423e6421def61adca5bd95263f3a517d8bca2711 Mon Sep 17 00:00:00 2001 From: julien Date: Wed, 29 Sep 2021 11:00:36 +0200 Subject: [PATCH 1/3] feature/lower-psr-log-dep : downgrade psr/log to 1.1.14 --- composer.lock | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/composer.lock b/composer.lock index 36321b2..484d90e 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": "4e417a1280a4a0cf4573f6e2c52e668d", + "content-hash": "9312f19309258d0e0061f6844ce6713f", "packages": [ { "name": "php-etl/bucket", @@ -12,17 +12,17 @@ "source": { "type": "git", "url": "https://github.com/php-etl/bucket.git", - "reference": "71da9b48cc227575b66266491fce2b13112f4144" + "reference": "a5a20ac8a33d9460f30b57ff92761031bc66a062" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-etl/bucket/zipball/71da9b48cc227575b66266491fce2b13112f4144", - "reference": "71da9b48cc227575b66266491fce2b13112f4144", + "url": "https://api.github.com/repos/php-etl/bucket/zipball/a5a20ac8a33d9460f30b57ff92761031bc66a062", + "reference": "a5a20ac8a33d9460f30b57ff92761031bc66a062", "shasum": "" }, "require": { "php": "^8.0", - "php-etl/bucket-contracts": "^0.1.0@dev" + "php-etl/bucket-contracts": "^0.1.0" }, "require-dev": { "friends-of-phpspec/phpspec-code-coverage": "6.x-dev", @@ -63,7 +63,7 @@ "issues": "https://github.com/php-etl/bucket/issues", "source": "https://github.com/php-etl/bucket/tree/master" }, - "time": "2021-09-27T19:07:27+00:00" + "time": "2021-09-29T07:03:50+00:00" }, { "name": "php-etl/bucket-contracts", @@ -169,30 +169,30 @@ }, { "name": "psr/log", - "version": "3.0.0", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { - "php": ">=8.0.0" + "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "src" + "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", @@ -213,9 +213,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" + "source": "https://github.com/php-fig/log/tree/1.1.4" }, - "time": "2021-07-14T16:46:02+00:00" + "time": "2021-05-03T11:20:27+00:00" } ], "packages-dev": [ @@ -2415,7 +2415,9 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": { + "psr/log": 20 + }, "prefer-stable": true, "prefer-lowest": false, "platform": { From ec5a7811eadb8ea71a2e6a29f8b427e032fce5a5 Mon Sep 17 00:00:00 2001 From: julien Date: Wed, 29 Sep 2021 11:01:17 +0200 Subject: [PATCH 2/3] feature/lower-psr-log-dep : update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e6da021..c9e58ca 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "prefer-stable": true, "require": { "php": "^8.0", - "psr/log": "^3.0", + "psr/log": "^1.1@dev", "php-etl/bucket": "^0.2.0", "php-etl/pipeline-contracts": "^0.3.0", "php-etl/bucket-contracts": "^0.1.0" From ea0e70628a35c092107f9e88e7e0b67f6ce67961 Mon Sep 17 00:00:00 2001 From: sebprt Date: Wed, 29 Sep 2021 13:58:36 +0200 Subject: [PATCH 3/3] Updated psr/log to ^1.1 --- composer.json | 2 +- composer.lock | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index c9e58ca..cf288e1 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "prefer-stable": true, "require": { "php": "^8.0", - "psr/log": "^1.1@dev", + "psr/log": "^1.1", "php-etl/bucket": "^0.2.0", "php-etl/pipeline-contracts": "^0.3.0", "php-etl/bucket-contracts": "^0.1.0" diff --git a/composer.lock b/composer.lock index 484d90e..dad7ddc 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": "9312f19309258d0e0061f6844ce6713f", + "content-hash": "a07375d81121582f2eaf6320e05838c3", "packages": [ { "name": "php-etl/bucket", @@ -2415,14 +2415,12 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "psr/log": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^8.0" }, "platform-dev": [], - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.0.0" }