Closed tsia closed 8 years ago
symfony 2.3 requires "psr/log": "~1.0" and 1.0.1 is the latest version, but shariff requires "psr/log": "1.0.0"
"psr/log": "~1.0"
1.0.1
"psr/log": "1.0.0"
this broke our deployment yesterday.
we currently force "psr/log": "1.0.0" so that we can continue deployment but it would be nice to have following updates of "psr/log"
"psr/log"
symfony 2.3 requires
"psr/log": "~1.0"
and1.0.1
is the latest version, but shariff requires"psr/log": "1.0.0"
this broke our deployment yesterday.
we currently force
"psr/log": "1.0.0"
so that we can continue deployment but it would be nice to have following updates of"psr/log"