SoliDry / api-generator

PHP-code generator for Laravel framework, with complete support of JSON-API data format
MIT License
327 stars 60 forks source link

Composer incompatibility between symfony/routing and raml-org/raml-php-parser #204

Closed arthurkushman closed 2 years ago

arthurkushman commented 2 years ago
  Problem 1
    - Root composer.json requires raml-org/raml-php-parser ^v4.8.0 -> satisfiable by raml-org/raml-php-parser[v4.8.0].
    - Conclusion: don't install symfony/routing v6.0.8 (conflict analysis result)
    - laravel/framework 10.x-dev is an alias of laravel/framework dev-master and thus requires it to be installed too.
    - laravel/framework[v9.10.0, ..., 9.x-dev] require symfony/routing ^6.0 -> satisfiable by symfony/routing[v6.0.0-BETA1, ..., 6.1.x-dev].
    - laravel/framework dev-master requires symfony/routing ^6.1 -> satisfiable by symfony/routing[v6.1.0-BETA1, v6.1.0-BETA2, 6.1.x-dev].
    - Conclusion: don't install symfony/routing v6.1.0-BETA2 (conflict analysis result)
    - Root composer.json requires laravel/framework >=v9.10.0 -> satisfiable by laravel/framework[v9.10.0, v9.10.1, v9.11.0, 9.x-dev, 10.x-dev (alias of dev-master)].