Open w74anheda opened 2 years ago
Composer is telling you exactly what you need to do.
Try
composer require raiym/instagram-php-scraper phpfastcache/phpfastcache --with-all-dependencies
to allow upgrades, downgrades and removals for packages currently locked to specific versions.
If that doesn't work try
composer require raiym/instagram-php-scraper phpfastcache/phpfastcache:*
to figure out if any version is installable.
same issue here
Composer is telling you exactly what you need to do.
Try
composer require raiym/instagram-php-scraper phpfastcache/phpfastcache --with-all-dependencies
to allow upgrades, downgrades and removals for packages currently locked to specific versions.
If that doesn't work try
composer require raiym/instagram-php-scraper phpfastcache/phpfastcache:*
to figure out if any version is installable.
Doesn't work
Any update on this, still facing same issue.
Try composer require raiym/instagram-php-scraper:* phpfastcache/phpfastcache:*
which will tell Composer to try and find any version with compatible dependencies.
i fixed that by adding the flag -W to allow upgrades, downgrades and removals for other packages
composer require raiym/instagram-php-scraper --with-all-dependencies
hi, i trying to install instagram-php-scraper with composer but when run this command:
composer require raiym/instagram-php-scraper phpfastcache/phpfastcache
throw bellow 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 raiym/instagram-php-scraper:*" to figure out if any version is installable, or "composer require raiym/instagram-php-scraper:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
how can i fix it ?
laravel version ^9.11 php version ^8.0.2