DaemonBundle icon indicating copy to clipboard operation
DaemonBundle copied to clipboard

Update for Symfony 7.x

Open Godzapon opened this issue 1 year ago • 0 comments

Hello,

I was trying to update my app to Symfony 7.x. After a "composer update -W" with all Symfony dependencies targeted to ^7.0, I had some composer conflicts :

Problem 1
  - m6web/daemon-bundle v7.0.0 requires symfony/console ~6.1 -> found symfony/console[v6.1.0, ..., v6.4.4] but it conflicts with your root composer.json require (^7.0).
  - mfy/daemon-command[4.0.0, ..., 4.0.2] require m6web/daemon-bundle ^7.0 -> satisfiable by m6web/daemon-bundle[v7.0.0].
  - Root composer.json requires mfy/daemon-command ^4.0 -> satisfiable by mfy/daemon-command[4.0.0, 4.0.1, 4.0.2].

Is it planned to update DaemonBundle for Symfony 7.x ?

Thanks!

Godzapon avatar Feb 28 '24 16:02 Godzapon