symfony-messenger-auto-scale
symfony-messenger-auto-scale copied to clipboard
PHP 8 & Symfony Messenger 6
Hi. I want to use your package, but cant.
Your composer.json contain php 7 and messenger 4 requirements.
Can you fix it?
@ragboyjr Could it be possible to update this package or are there new better solutions?
I'm not aware of any other solutions for this, but feel free to submit a PR updating any deps!
I think this issue is not actual now. Right?
Hi. PHP 8 still not supported, becuase https://github.com/krakphp/schema have dependency of php 7 only
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been updated
Running composer update krak/symfony-messenger-auto-scale
Loading composer repositories with package information Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- krak/symfony-messenger-auto-scale v0.1.4 requires krak/schema ^0.2.0 -> satisfiable by krak/schema[v0.2.0].
- krak/symfony-messenger-auto-scale[v0.0.1, ..., v0.1.3] require php ^7.1 -> your php version (8.2.5) does not satisfy that requirement.
- krak/schema v0.2.0 require php ^7.1 -> your php version (8.2.5) does not satisfy that requirement.
- Root composer.json requires krak/symfony-messenger-auto-scale * -> satisfiable by krak/symfony-messenger-auto-scale[v0.0.1, ..., v0.1.4].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require krak/symfony-messenger-auto-scale:*" to figure out if any version is installable, or "composer require krak/symfony-messenger-auto-scale:^2.1" if you know which you need.