Uh oh!
There was an error while loading. Please reload this page.
feat(road-runner): allow ^2023.1.0 and ^2.0 - #146
Conversation
alexander-schranz
commented
Oct 26, 2023
Looks currently there is a dependency to symfony/console missing not sure if we should add it to require or require-dev as the dependency is not defined by |
2a79516 to
b82e71dCompareYeah its needed in Problem is the maintainer of |
alexander-schranz
commented
Oct 30, 2023
@gsdevme you can just open another PR with the required require-dev to the symfony/console. |
The Maybe @roxblnfk can help us out what packages we should require here. From first look at I would see we require The classes we access are: runtime/src/roadrunner-symfony-nyholm/src/Runner.php Lines 35 to 36 in 1c6ac3d runtime/src/roadrunner-nyholm/src/Runner.php Lines 23 to 25 in 1c6ac3d |
Hey @alexander-schranz 👋🏻 😃 IIRC (my poor PHP knowledge 😢), composer require spiral/roadrunner-http nyholm/psr7 |
Hi @alexander-schranz ✋ In the code of this package, classes from the following are used directly: The I recommend using the latest versions of the mentioned packages. However, you can try a wider range of versions, excluding |
alexander-schranz
commented
Nov 22, 2023
Nyholm
commented
Nov 22, 2023
Yepp. I think that makes sense. Thank you |
davidPaymefy
commented
May 19, 2024
Hi, do we know when this is going to be available? spiral/roadrunner is already on version 2024 |
davidPaymefy
commented
May 20, 2024
|
alexander-schranz
commented
Jun 14, 2024
close in favor of #172 |
See #138 /cc @gsdevme