Key ConeDevelopment/blade-filters is a duplicate in ./composer.json at line 91
1. When executing: composer install, it prompts: key condevelopment/blade-filters is a duplicate in ./composer.json at line 91. as shown in Figure 1
PS E:\wwwroot\object> composer install
Key conedevelopment/blade-filters is a duplicate in ./composer.json at line 91
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
2. Reference:https://www.shuijingwanwq.com/2022/04/19/6307/. At that time, there was no need to edit composer.json, and add “conedevelopment/blade-filters”: “^0.8”. Delete this line to avoid duplication.
3. Refer to Warning, execute Composer Update ConedEvelopment/blade-filters. as shown in Figure 2
PS E:\wwwroot\object> composer update conedevelopment/blade-filters
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Package moontoast/math is abandoned, you should avoid using it. Use brick/math instead.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
4. Check the git log, composer.lock has no changes.
5. Execute again: composer install, no more prompts. as shown in Figure 3

