shapecode / cron-bundle

This bundle provides a simple interface for registering repeated scheduled tasks within your application.
https://shapecode.github.io/cron-bundle/
MIT License
56 stars 27 forks source link

Add support doctrine/orm 3.0 #58

Closed Gemorroj closed 6 months ago

Gemorroj commented 9 months ago

Doctrine ORM 3.0 has been relased https://github.com/doctrine/orm/releases/tag/3.0.0

  Problem 1
    - Root composer.json requires shapecode/cron-bundle dev-master -> satisfiabl
e by shapecode/cron-bundle[dev-master].
    - shapecode/cron-bundle dev-master requires doctrine/orm ^2.17 -> found doct
rine/orm[2.17.0, ..., 2.18.0] but it conflicts with your root composer.json requ
ire (^3.0).
nicklog commented 9 months ago

Hey, could you please prepare a PR for this. thank you.