Closed abhikashbabu closed 2 years ago
i update composer but error found C:\Users\RED_X\Documents\Downloads\Compressed\laravel-adminpanel-master\laravel-adminpanel-master>composer update A script named cc would override a Composer command and has been skipped Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1
php u have installed i.e. 8.1.1 composer.json change php "7.2|8.1.1" then try composer install --ignore-platform-reqs
C:\Users\RED_X\Documents\Downloads\Compressed\laravel-adminpanel-master\laravel-adminpanel-master>composer install A script named cc would override a Composer command and has been skipped Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run
composer update
orcomposer update <package name>
. Your lock file does not contain a compatible set of packages. Please run composer update.Problem 1
To enable extensions, verify that they are enabled in your .ini files:
php --ini
in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with--ignore-platform-req=ext-filter
to temporarily ignore these required extensions