MacsiDigital / laravel-zoom

Laravel Zoom Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error installing package

phpMuhammed opened this issue · comments

trying to install the package in Laravel 10 app with php 8.2
return error

Problem 1
- macsidigital/laravel-api-client[4.0.2, ..., 4.1.0] require firebase/php-jwt ^5.0 -> found firebase/php-jwt[v5.0.0, ..., v5.5.1] but the package is fixed to v6.8.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.
- macsidigital/laravel-zoom 7.0.0 requires macsidigital/laravel-api-client ^4.0.2 -> satisfiable by macsidigital/laravel-api-client[4.0.2, 4.1.0].
- Root composer.json requires macsidigital/laravel-zoom ^7.0 -> satisfiable by macsidigital/laravel-zoom[7.0.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require macsidigital/laravel-zoom:*" to figure out if any version is installable, or "composer require macsidigital/laravel-zoom:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.