You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi there! Thank you for providing this nice starter plugin! I just tried to run
composer install
and I got a fewabandoned
warnings, but more importantly, an issue with theinstall-codestandards
script:The important part:
The text was updated successfully, but these errors were encountered: