Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer dependency problem with Laravel 5.6 #5

Closed
filipac opened this issue Jul 10, 2018 · 1 comment
Closed

Composer dependency problem with Laravel 5.6 #5

filipac opened this issue Jul 10, 2018 · 1 comment

Comments

@filipac
Copy link

filipac commented Jul 10, 2018

Hey @mpociot,

When trying to pull this into an Laravel 5.6 app, I get this dependecy problem and I cannot install it.

Using version ^1.0 for beyondcode/laravel-dump-server
./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
- Installation request for beyondcode/laravel-dump-server ^1.0 -> satisfiable by beyondcode/laravel-dump-server[1.0.0].
- Conclusion: remove symfony/var-dumper v4.0.9
- Conclusion: don't install symfony/var-dumper v4.0.9
- beyondcode/laravel-dump-server 1.0.0 requires symfony/var-dumper ^4.1.1 -> satisfiable by symfony/var-dumper[4.1.x-dev, 4.2.x-dev, v4.1.1].
- Can only install one of: symfony/var-dumper[4.1.x-dev, v4.0.9].
- Can only install one of: symfony/var-dumper[4.2.x-dev, v4.0.9].
- Can only install one of: symfony/var-dumper[v4.1.1, v4.0.9].
- Installation request for symfony/var-dumper (locked at v4.0.9) -> satisfiable by symfony/var-dumper[v4.0.9].

Installation failed, reverting ./composer.json to its original content.

@filipac
Copy link
Author

filipac commented Jul 10, 2018

Never mind, I did an composer update and then it worked. Maybe you could try to set the version constraint to ~4.1 so every minor version won't interfere with the install process.

@filipac filipac closed this as completed Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant