You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
Hey there,
When I tried to install the package, I got the following error message:
[InvalidArgumentException]
Package pachico/slim-swoole has a PHP requirement incompatible with your PHP versio
n, PHP extensions and Composer version:
- pachico/slim-swoole requires php ^7.0 which does not match your installed versi
on 8.0.7.
- pachico/slim-swoole requires dflydev/fig-cookies ^1.0 but it is not present.
- pachico/slim-swoole requires psr/http-message ^1.0 but it is not present.
I see that the composer.json file has the following configuration:
In the meantime, I added the following to my composer.json in order to install the package successfully, and I will have to make sure the environment is PHP 7.4 when I run it in Docker.
"config": {
"platform" : {
"php": "7.4.0"
}
}
The text was updated successfully, but these errors were encountered:
Hey there,
When I tried to install the package, I got the following error message:
I see that the composer.json file has the following configuration:
Is this as easy as changing it to:
... or would this cause other issues?
In the meantime, I added the following to my
composer.json
in order to install the package successfully, and I will have to make sure the environment is PHP 7.4 when I run it in Docker.The text was updated successfully, but these errors were encountered: