You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Hey @mpociot,
When trying to pull this into an Laravel 5.6 app, I get this dependecy problem and I cannot install it.
The text was updated successfully, but these errors were encountered: