Would it be possible to update the psr/log dependency or conditionally allow more versions?
For example: "psr/log": "^1.1 || ^2.0 || ^3.0"
Context:
I'm using the google/apiclient composer package which required monolog/monolog with a psr/log dependency of ^2.0 || ^3.0
Work around:
Force install a newer psr version in your project adding as to satisfy amp-fswatch
"psr/log": "3.0.2 as 1.1"
Would it be possible to update the psr/log dependency or conditionally allow more versions?
For example:
"psr/log": "^1.1 || ^2.0 || ^3.0"Context:
I'm using the google/apiclient composer package which required monolog/monolog with a psr/log dependency of ^2.0 || ^3.0
Work around:
Force install a newer psr version in your project adding
asto satisfy amp-fswatch