thecodingmachine / graphqlite

Use PHP Attributes/Annotations to declare your GraphQL API

Home Page:https://graphqlite.thecodingmachine.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facing this issue on latest symfony project

Muneer-Shafi opened this issue · comments

    - thecodingmachine/graphqlite-symfony-validator-bridge v5.0.0 requires symfony/validator ^4.2 | ^5 -> found symfony/validator[v4.2.0, ..., v4.4.48, v5.0.0, ..., v5.4.15] but it conflicts with your root composer.json require (6.1.*).
    - thecodingmachine/graphqlite-bundle v5.4.0 requires thecodingmachine/graphqlite-symfony-validator-bridge ^5.0 -> satisfiable by thecodingmachine/graphqlite-symfony-validator-bridge[v5.0.0].
    - Root composer.json requires thecodingmachine/graphqlite-bundle ^5.4 -> satisfiable by thecodingmachine/graphqlite-bundle[v5.4.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require thecodingmachine/graphqlite-bundle:*" to figure out if any version is installable, or "composer require thecodingmachine/graphqlite-bundle:^2.1" if you know which you need.```

This is nothing more than dependency conflicts. Please resolve them as they state. Also, this lib isn't for graphqlite-bundle. Please see that repo for specifics. It's not supported here.

https://github.com/thecodingmachine/graphqlite-bundle