Can you try :
composer self-update
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello everyone. I'm trying to install CHATIFY for Larvel but have these errors when I try to install the package. Someone knows how to fix these errors?
Thank you a lot
composer require munafio/chatify
Using version ^1.0 for munafio/chatify ./composer.json has been updated Running composer update munafio/chatify 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 pusher/pusher-php-server ^3.4, found pusher/pusher-php-server[v3.4.0, v3.4.1] but the package is fixed to v5.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. Problem 2 - munafio/chatify[v1.0.0, ..., v1.0.1] require pusher/pusher-php-server ^3.4@dev -> found pusher/pusher-php-server[v3.4.0, v3.4.1] but the package is fixed to v5.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. - Root composer.json requires munafio/chatify ^1.0 -> satisfiable by munafio/chatify[v1.0.0, v1.0.1].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Please or to participate in this conversation.