From 233222edb5aa1cbb08db9ea82c4750620149d701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:30:45 +0000 Subject: [PATCH] Bump psr/container from 1.1.1 to 1.1.2 in /php Bumps [psr/container](https://github.com/php-fig/container) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/php-fig/container/releases) - [Commits](https://github.com/php-fig/container/compare/1.1.1...1.1.2) --- updated-dependencies: - dependency-name: psr/container dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- php/composer.lock | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/php/composer.lock b/php/composer.lock index 69375bf9..c80e39de 100644 --- a/php/composer.lock +++ b/php/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": "7559e80f58e2dd79a5e5799c144a3b6c", + "content-hash": "cd9dba1c8b6618ebcbc4d74322e47eea", "packages": [ { "name": "guzzlehttp/guzzle", @@ -628,20 +628,20 @@ }, { "name": "psr/container", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "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/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "autoload": { @@ -670,9 +670,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/1.1.2" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/http-client", @@ -1522,8 +1522,10 @@ "prefer-lowest": false, "platform": { "ext-json": "*", - "ext-sodium": "*" + "ext-sodium": "*", + "ext-curl": "*", + "ext-apcu": "*" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }