deInternetJongens / Lighthouse-Utils

An add-on to Lighthouse to auto-generate CRUD actions from types https://github.com/nuwave/lighthouse
MIT License
26 stars 2 forks source link

Not compatible with lighthouse version v3 and other plugins/packages #19

Open eelco2k opened 5 years ago

eelco2k commented 5 years ago

The Lighthouse-Utils package is not compatible with Laravel 5.7+ in combination with these packages in my composer.json file:

"nuwave/lighthouse": "^3.0",
"webonyx/graphql-php": "0.13.*",
"mll-lab/graphql-php-scalars": "v2.0.1",
"joselfonseca/lighthouse-graphql-passport-auth": "^1.1",

This returns when composer require deinternetjongens/lighthouse-utils

 composer require deinternetjongens/lighthouse-utils
Using version ^0.2.0 for deinternetjongens/lighthouse-utils
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Can only install one of: nuwave/lighthouse[v3.0-beta.3, dev-master].
    - Can only install one of: nuwave/lighthouse[dev-master, v3.0-beta.3].
    - Can only install one of: nuwave/lighthouse[dev-master, v3.0-beta.3].
    - deinternetjongens/lighthouse-utils 0.2.0 requires nuwave/lighthouse dev-master -> satisfiable by nuwave/lighthouse[dev-master].
    - Installation request for deinternetjongens/lighthouse-utils ^0.2.0 -> satisfiable by deinternetjongens/lighthouse-utils[0.2.0].
    - Installation request for nuwave/lighthouse (locked at v3.0-beta.3, required as ^3.0) -> satisfiable by nuwave/lighthouse[v3.0-beta.3].

and i've tried "composer require deinternetjongens/lighthouse-utils:dev-master" and "composer require deinternetjongens/lighthouse-utils:v0.3.2-alpha"

both need "requires nuwave/lighthouse ^2.2 -> satisfiable by nuwave/lighthouse[2.x-dev, v2.2.x-dev]."