Allow psr/log ^3.0 (#10454)
Same as in https://github.com/composer/composer/pull/10158pull/10455/head
parent
b9c368a9c3
commit
4a4571897f
|
@ -29,7 +29,7 @@
|
||||||
"composer/spdx-licenses": "^1.2",
|
"composer/spdx-licenses": "^1.2",
|
||||||
"composer/xdebug-handler": "^2 || ^3.0.1",
|
"composer/xdebug-handler": "^2 || ^3.0.1",
|
||||||
"justinrainbow/json-schema": "^5.2.11",
|
"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/jsonlint": "^1.4",
|
||||||
"seld/phar-utils": "^1.2",
|
"seld/phar-utils": "^1.2",
|
||||||
"symfony/console": "^5.4.1 || ^6.0",
|
"symfony/console": "^5.4.1 || ^6.0",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "c126157920f3383c56187f87026ca488",
|
"content-hash": "90beb24e77fae0c4a6a983be929e0d23",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/ca-bundle",
|
"name": "composer/ca-bundle",
|
||||||
|
@ -2112,5 +2112,5 @@
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "7.2.5"
|
"php": "7.2.5"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.3.0"
|
"plugin-api-version": "2.2.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue