From b3ff4c95d920f611b261cb1fb496f481815691af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:14:34 +0000 Subject: [PATCH] Bump psr/container from 2.0.1 to 2.0.2 Bumps [psr/container](https://github.com/php-fig/container) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/php-fig/container/releases) - [Commits](https://github.com/php-fig/container/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: psr/container dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 7a4d7a3..de99f95 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "guzzlehttp/guzzle": "^6.3", "pepabo/oauth2-colormeshop": "^1.0", "pimple/pimple": "~3.0", - "psr/container": "2.0.1", + "psr/container": "2.0.2", "tackk/cartographer": "1.1.*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 2ca7794..77cc271 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": "d31360f4af28e860ecaee7e7ccd57e85", + "content-hash": "5760d527cb602826feb590b239409b9d", "packages": [ { "name": "guzzlehttp/guzzle", @@ -627,20 +627,20 @@ }, { "name": "psr/container", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "2ae37329ee82f91efadc282cc2d527fd6065a5ef" + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/2ae37329ee82f91efadc282cc2d527fd6065a5ef", - "reference": "2ae37329ee82f91efadc282cc2d527fd6065a5ef", + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "extra": { @@ -674,9 +674,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/2.0.1" + "source": "https://github.com/php-fig/container/tree/2.0.2" }, - "time": "2021-03-24T13:40:57+00:00" + "time": "2021-11-05T16:47:00+00:00" }, { "name": "psr/http-message", @@ -4124,5 +4124,5 @@ "platform-overrides": { "php": "7.4" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }