'Larvel 8 Issue with Installing haruncpi/laravel-user-activity package
I am using Laravel 8 and Php 8.0. my os is Ubunto 20.04
I am trying to Install the User logs activity package for all user activities in a single install.
I am installing composer require haruncpi/laravel-user-activity --with-all-dependencies User log. (pacckage url :: https://github.com/haruncpi/laravel-user-activity)
showing this error
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires phpoffice/phpspreadsheet dev-NumberFormatMask-Helpers, found phpoffice/phpspreadsheet[dev-NumberFormatMask-Helpers] but the package is fixed to 1.20.0 (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.
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.
What is solution for this in Laravel 8.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
