YaroslavFedan / modules-inertia

The package is designed to be used by Vue/InertiaJs in conjunction with Laravel-Modules
MIT License
0 stars 0 forks source link

Error With Laravel 10 #6

Open syhgorath opened 1 year ago

syhgorath commented 1 year ago

Hello, When i try to install it gives error like below, i found same issue (https://github.com/YaroslavFedan/modules-inertia/issues/4) but same error gives, composer require dongrim/modules-inertia
Info from https://repo.packagist.org: #StandWithUkraine Using version ^0.0.1 for dongrim/modules-inertia ./composer.json has been updated Running composer update dongrim/modules-inertia Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

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 dongrim/modules-inertia:*" to figure out if any version is installable, or "composer require dongrim/modules-inertia:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content. Thank you very much

YaroslavFedan commented 1 year ago

I didn't update dependency in laravel composer ^10.0.0, try it. Failed - alternate link https://packagist.org/packages/toanld/modules-inertia

10 марта 2023 г., в 10:31, syhgorath @.***> написал(а):

Hello, When i try to install it gives error like below, i found same issue (#4 https://github.com/YaroslavFedan/modules-inertia/issues/4) but same error gives, composer require dongrim/modules-inertia Info from https://repo.packagist.org https://repo.packagist.org/: #StandWithUkraine Using version ^0.0.1 for dongrim/modules-inertia ./composer.json has been updated Running composer update dongrim/modules-inertia 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 dongrim/modules-inertia ^0.0.1 -> satisfiable by dongrim/modules-inertia[0.0.1].
  • dongrim/modules-inertia 0.0.1 requires laravel/framework ~6.0||^7.0||^8.0||^9.0 -> found laravel/framework[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.4] but it conflicts with your root composer.json require (^10.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 dongrim/modules-inertia:*" to figure out if any version is installable, or "composer require dongrim/modules-inertia:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content. Thank you very much

— Reply to this email directly, view it on GitHub https://github.com/YaroslavFedan/modules-inertia/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7PABQXN3RB2IRRMTXDYA3W3LRGZANCNFSM6AAAAAAVWD3A5Q. You are receiving this because you are subscribed to this thread.