-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Laravel version 7.6.2 cannot installl, The dependency conflicts #168
Comments
What is your install command? Are you upgrading dependencies? |
I am planning to use your project in Laravel, but there was a dependency conflict when installing the |
Ok, but could you answer the question? What is your (verbatim) install command?
Viele Grüße,
Andreas
… Am 18.04.2020 um 18:02 schrieb wilbur ***@***.***>:
What is your install command? Are you upgrading dependencies?
I am planning to use your project in Laravel, but there was a dependency conflict when installing the php-pm/httpkernel-adapter package.
I first introduced the composer require php-pm / php-pm package in the project, and then reported an error when introducing composer require php-pm / httpkernel-adapter
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I don't understand what your mean by the installation command, do you mean composer? |
Exactly. Could you please try as suggested and run composer with |
@andig I think I found the cause of the dependency conflict, but I have n’t determined which package caused it. Using the --update-with-dependencies option you mentioned in the current directory did not work. But I ’m working on a new laravel In the new pm project, the package was successfully introduced. So it should be the problem caused by the introduction of other packages. I will feedback after I am sure, thank you for your reply. |
You could also try |
Yes, I am already doing this. Thanks for your suggestions. |
Did you solve this or could provide steps to reproduce from the point of installing Laravel on? |
artisan -V --ansi
Laravel Framework 7.6.2
composer why-not php-pm/php-pm 2.0.3 -t -r
php-pm/php-pm 2.0.2 PHP-PM is a process manager, supercharger and load balancer for PHP applications.
├──php-pm/php-pm 2.0.3 (requires symfony/error-handler ^4.4) (circular dependency aborted here)
└──laravel/laravel (does not require symfony/error-handler but v5.0.7 is installed) (circular dependency aborted here)
composer require php-pm/httpkernel-adapter -vvv
- Can only install one of: symfony/event-dispatcher[4.4.x-dev, v5.0.7].
- Can only install one of: symfony/event-dispatcher[v4.4.0, v5.0.7].
- Can only install one of: symfony/event-dispatcher[v4.4.0-BETA1, v5.0.7].
- Can only install one of: symfony/event-dispatcher[v4.4.0-BETA2, v5.0.7].
- Can only install one of: symfony/event-dispatcher[v4.4.0-RC1, v5.0.7].
- Can only install one of: symfony/event-dispatcher[v4.4.1, v5.0.7].
- Can only install one of: symfony/event-dispatcher[v4.4.2, v5.0.7].
- Can only install one of: symfony/event-dispatcher[v4.4.3, v5.0.7].
- Can only install one of: symfony/event-dispatcher[v4.4.4, v5.0.7].
- Can only install one of: symfony/event-dispatcher[v4.4.5, v5.0.7].
- Can only install one of: symfony/event-dispatcher[v4.4.6, v5.0.7].
- Can only install one of: symfony/event-dispatcher[v4.4.7, v5.0.7].
- Installation request for symfony/event-dispatcher (locked at v5.0.7) -> satisfiable by symfony/event-dispatcher[v5.0.7].
The text was updated successfully, but these errors were encountered: