MacsiDigital / laravel-zoom

Laravel Zoom Package
MIT License
261 stars 135 forks source link

Error installing package #144

Open phpMuhammed opened 1 year ago

phpMuhammed commented 1 year ago

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

Problem 1

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 commented 1 year ago

@colinhall17