This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
Releases: emielmolenaar/phpcs-laravel
Releases · emielmolenaar/phpcs-laravel
Typo and duplicate exclude fix
Remove default arguments from the ruleset
Removes default arguments given to phpcs. See #5 and 97b34f0. This allows for more customization or manually passing preferred arguments to phpcs. This is kind of a breaking change because the default behavior changes. To run phpcs with the same arguments before version ^2.0 of this package, run:
php vendor/bin/phpcs -spvnl --standard=phpcs-laravel <files / directories>
Support Composer 2.x
Support Composer 2.x by bumping dealerdirect/phpcodesniffer-composer-installer to ^0.7.0. Thanks G4Zz0L1 for reporting.
Rename phpcs.xml to ruleset.xml
See #2 (thanks jamesmehorter)
Add support for PHPCodeSniffer Composer Installer
See #1 (thanks jamesmehorter)
Initial release
1.0 Initial commit