0
Good afternoon, I'm trying to install the Sentry package "composer require sentry/sentry-laravel" and it gives me the following error, could you tell me how I can solve it, thanks.
composer require sentry/sentry-laravel
Using version ^2.11 for sentry/sentry-laravel
./composer.json has been updated
Running composer update sentry/sentry-laravel
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 tecdiary/installer dev-develop|dev-master, it is found tecdiary/installer[dev-master] in the lock file and tecdiary/installer[dev-main] from path repo (./packages/installer) but it does not match your constraint and is therefore not installable. Make sure you either fix the
constraint or avoid updating this package to keep the one from the lock file.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
0
Hello,
Please replace "tecdiary/installer": "dev-develop|dev-master"
in composer.json
file to
"tecdiary/installer": "dev-main|dev-develop|dev-master"
and then run composer update
Once updated, you should be able to install any package.
Thank you
We use Cookies
We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.