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
Trying to run the global installer composer global require themsaid/ibis I'm getting a conflict with the current Laravel Valet:
Changed current directory to /Users/ericlbarnes/.composer
Using version ^0.1.1 for themsaid/ibis
./composer.json has been updated
Running composer update themsaid/ibis --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- illuminate/container v8.13.0 requires illuminate/contracts ^8.0 -> found illuminate/contracts[v8.0.0, ..., v8.13.0] but it conflicts with another require.
- laravel/valet v2.12.0 requires illuminate/container ~5.1|^6.0|^7.0|^8.0 -> satisfiable by illuminate/container[v8.13.0].
- laravel/valet is locked to version v2.12.0 and an update of this package was not requested.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
The text was updated successfully, but these errors were encountered:
Trying to run the global installer
composer global require themsaid/ibis
I'm getting a conflict with the current Laravel Valet:The text was updated successfully, but these errors were encountered: