thecodingmachine / graphqlite-bundle

A Symfony bundle for thecodingmachine/graphqlite.
34 stars 37 forks source link

graphqlite-bundle v6 and SF 6 compatibility #167

Closed ettoredn closed 1 year ago

ettoredn commented 1 year ago
bin/composer require thecodingmachine/graphqlite-bundle:\*
./composer.json has been updated
Running composer update thecodingmachine/graphqlite-bundle
Loading composer repositories with package information
Restricting packages listed in "symfony/symfony" to "6.2.*"
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - thecodingmachine/graphqlite-bundle v5.4.0 requires thecodingmachine/graphqlite ^5.0 -> satisfiable by thecodingmachine/graphqlite[v5.0.0, v5.0.1, v5.0.2, v5.0.3].
    - thecodingmachine/graphqlite-bundle v3.0.0 requires symfony/framework-bundle ^4.1.9 -> found symfony/framework-bundle[v4.1.9, ..., v4.4.49] but it conflicts with your root composer.json require (6.2.*).
    - thecodingmachine/graphqlite-bundle[v4.0.0, ..., v4.1.3] require symfony/framework-bundle ^4.1.9 | ^5 -> found symfony/framework-bundle[v4.1.9, ..., v4.4.49, v5.0.0, ..., v5.4.21] but it conflicts with your root composer.json require (6.2.*).
    - thecodingmachine/graphqlite-bundle[v4.1.4, v5.0.0] require symfony/framework-bundle ^4.2 || ^5 -> found symfony/framework-bundle[v4.2.0, ..., v4.4.49, v5.0.0, ..., v5.4.21] but it conflicts with your root composer.json require (6.2.*).
    - thecodingmachine/graphqlite[v5.0.0, ..., v5.0.3] require psr/container ^1 -> found psr/container[1.0.0, 1.1.0, 1.1.1, 1.1.2] but the package is fixed to 2.0.2 (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.
    - Root composer.json requires thecodingmachine/graphqlite-bundle * -> satisfiable by thecodingmachine/graphqlite-bundle[v3.0.0, v4.0.0, ..., v4.1.4, v5.0.0, v5.4.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.