Closed peterrus closed 1 year ago
@shirobrak fixed the merge conflicts, and merging this should also fix the failing check in #21
Thanks :)
Currently the action breaks again because the php:alpine base image has upgraded to php8.1. I have decided to move to an entirely different solution for phpcs: https://github.com/marketplace/actions/setup-php-action#tools-with-checkstyle-support
Hi @shirobrak
As you can see in https://github.com/PHPCSStandards/composer-installer#usage you need to explicitly allow the running of plugin hook code in modern versions of composer. This PR does two things:
dealerdirect/phpcodesniffer-composer-installer
composer package (which fails otherwise)Thanks for your work!