mjphaynes / php-resque

php-resque is a Redis-backed PHP library for creating background jobs, placing them on multiple queues, and processing them later.
MIT License
222 stars 50 forks source link

update monolog dependency to avoid errors #96

Closed giovanne-oliveira closed 3 years ago

xelan commented 3 years ago

Hi @giovanne-oliveira and thank you very much for your contribution. Unfortunately I cannot accept your PR as it is, as that would break the usage with Monolog 1.x. Moreover, it would change the package name, author info etc.!

Could you please try whether "monolog/monolog": "~1.7|~2.2" would work for your use case? Then we'd check the compatibility, add tests if necessary and provide a new version.

Best regards Andreas

xelan commented 3 years ago

Hi @giovanne-oliveira! I'm closing this issue, as your dependency error should be resolved with the proposed solution and this PR cannot be merged without further adaptations as explained. Feel free to reopen if necessary.

Best regards Andreas