larastreamers
larastreamers copied to clipboard
league/flysystem-ftp is locked to version 3.4.0 and an update of this package was not requested.
Good evening can anyone help me i got error , while composer install on windows 10
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- league/flysystem-ftp is locked to version 3.4.0 and an update of this package was not requested.
- league/flysystem-ftp 3.4.0 requires ext-ftp * -> it is missing from your system. Install or enable PHP's ftp extension.
To enable extensions, verify that they are enabled in your .ini files:
- C:\wamp64\bin\php\php8.1.13\php.ini
You can also run `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-ftp` to temporarily ignore these required extensions.
Hey. Have you tried this?
Alternatively, you can run Composer with
--ignore-platform-req=ext-ftp to temporarily ignore these required extensions.