starter-plugin icon indicating copy to clipboard operation
starter-plugin copied to clipboard

"Can not call install-codestandards"

Open hirasso opened this issue 1 month ago • 0 comments

Hi there! Thank you for providing this nice starter plugin! I just tried to run composer install and I got a few abandoned warnings, but more importantly, an issue with the install-codestandards script:

❯ composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Package object-calisthenics/phpcs-calisthenics-rules is abandoned, you should avoid using it. Use symplify/phpstan-rules instead.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
24 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Class PHPCSStandards\Composer\Plugin\Installers\PHPCodeSniffer\Plugin is not autoloadable, can not call install-codestandards script

The important part:

Class PHPCSStandards\Composer\Plugin\Installers\PHPCodeSniffer\Plugin is not autoloadable, can not call install-codestandards script

hirasso avatar Dec 31 '24 10:12 hirasso