Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing package #144

Open
phpMuhammed opened this issue Jul 31, 2023 · 1 comment
Open

Error installing package #144

phpMuhammed opened this issue Jul 31, 2023 · 1 comment

Comments

@phpMuhammed
Copy link

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.

@phpMuhammed phpMuhammed changed the title error while install the package Error installing package Jul 31, 2023
@phpMuhammed
Copy link
Author

@colinhall17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant