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
root@8a81bf3abbf8:/application# composer req ecodev/graphql-upload
Using version ^6.1 for ecodev/graphql-upload
./composer.json has been updated
Running composer update ecodev/graphql-upload
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires ecodev/graphql-upload ^6.1 -> satisfiable by ecodev/graphql-upload[6.1.0].
- ecodev/graphql-upload 6.1.0 requires webonyx/graphql-php ^14.3 -> found webonyx/graphql-php[v14.3.0, ..., 14.x-dev] but the package is fixed to v0.13.9 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
problem seems to be that webonyx is required on ^0.13.4, on the other hand downgrading to ecodev/graphql-upload in version less than 6.1 won't work because 6.1 ist first one to accept PHP v8.
Have you tried with webonyx/graphql-php 14.3? I'm assuming there are BC with the 14.0 release.
There is a PR open (#362) to get the CI tests working. Hopefully we can improve on compatibility going forward.
problem seems to be that webonyx is required on
^0.13.4
, on the other hand downgrading toecodev/graphql-upload
in version less than6.1
won't work because 6.1 ist first one to accept PHPv8
.part of composer.json:
The text was updated successfully, but these errors were encountered: