symfony-messenger-auto-scale icon indicating copy to clipboard operation
symfony-messenger-auto-scale copied to clipboard

PHP 8 & Symfony Messenger 6

Open vladdnepr opened this issue 3 years ago • 4 comments

Hi. I want to use your package, but cant.

Your composer.json contain php 7 and messenger 4 requirements.

Can you fix it?

vladdnepr avatar Sep 28 '22 10:09 vladdnepr

@ragboyjr Could it be possible to update this package or are there new better solutions?

paulverdu avatar Jan 13 '23 10:01 paulverdu

I'm not aware of any other solutions for this, but feel free to submit a PR updating any deps!

ragboyjr avatar Jan 16 '23 20:01 ragboyjr

I think this issue is not actual now. Right?

vladdnepr avatar Mar 31 '23 19:03 vladdnepr

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.

vladdnepr avatar May 17 '23 09:05 vladdnepr