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
When installing this using composer, one needs to use --ignore-platform-reqs for every future action on composer e.g. update or to install any other package because of this error:
Problem 1
- averias/phpredis-json is locked to version 1.4.0 and an update of this package was not requested.
- averias/phpredis-json 1.4.0 requires ext-redis ^5.0.1 -> it has the wrong version installed (6.0.0-dev).
- averias/phpredis-json 1.4.0 requires php ^7.2 -> your php version (8.1.6) does not satisfy that requirement.
The text was updated successfully, but these errors were encountered:
When installing this using composer, one needs to use --ignore-platform-reqs for every future action on composer e.g. update or to install any other package because of this error:
Problem 1
- averias/phpredis-json is locked to version 1.4.0 and an update of this package was not requested.
- averias/phpredis-json 1.4.0 requires ext-redis ^5.0.1 -> it has the wrong version installed (6.0.0-dev).
- averias/phpredis-json 1.4.0 requires php ^7.2 -> your php version (8.1.6) does not satisfy that requirement.
The text was updated successfully, but these errors were encountered: