From 2317ace80d0459dd476b6a486ec24290f5c6a4a0 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 7 Aug 2022 11:49:44 +1000 Subject: [PATCH] Also downgrade psr/container to 1.0.0 --- composer.json | 3 ++- composer.lock | 23 ++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 7e4f00fc05..b2cd339bc2 100644 --- a/composer.json +++ b/composer.json @@ -102,7 +102,8 @@ "symfony/polyfill-php80": "^1.0", "symfony/polyfill-php81": "^1.0", "symfony/polyfill-php82": "^1.0", - "html2text/html2text": "^4.3.1" + "html2text/html2text": "^4.3.1", + "psr/container": "~1.0.0" }, "scripts": { "post-install-cmd": [ diff --git a/composer.lock b/composer.lock index 5a3e612bf6..3be2a93d9d 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": "e139a3221d89fa0c5aee6f4d033de904", + "content-hash": "1e4768738339df88faf958b97e70b0c2", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -3052,22 +3052,27 @@ }, { "name": "psr/container", - "version": "1.1.1", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=5.3.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -3080,7 +3085,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "homepage": "http://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", @@ -3094,9 +3099,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" + "source": "https://github.com/php-fig/container/tree/master" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/http-client", -- 2.25.1