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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-10 11:30:45 +00:00 committed by GitHub
parent 58d55d5f3a
commit 233222edb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
php/composer.lock generated
View file

@ -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"
}