1
0
Fork 0

Allow psr/log ^3.0 (#10454)

Same as in https://github.com/composer/composer/pull/10158
pull/10455/head
Simon Podlipsky 2022-01-13 13:01:32 +01:00 committed by GitHub
parent b9c368a9c3
commit 4a4571897f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^2 || ^3.0.1",
"justinrainbow/json-schema": "^5.2.11",
"psr/log": "^1.0 || ^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.2",
"symfony/console": "^5.4.1 || ^6.0",

4
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": "c126157920f3383c56187f87026ca488",
"content-hash": "90beb24e77fae0c4a6a983be929e0d23",
"packages": [
{
"name": "composer/ca-bundle",
@ -2112,5 +2112,5 @@
"platform-overrides": {
"php": "7.2.5"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.2.0"
}