Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Releases: emielmolenaar/phpcs-laravel

Typo and duplicate exclude fix

17 May 12:02
649849d
Compare
Choose a tag to compare

Remove default arguments from the ruleset

10 Nov 09:14
97b34f0
Compare
Choose a tag to compare

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

30 Oct 09:21
Compare
Choose a tag to compare

Support Composer 2.x by bumping dealerdirect/phpcodesniffer-composer-installer to ^0.7.0. Thanks G4Zz0L1 for reporting.

Rename phpcs.xml to ruleset.xml

31 Mar 13:05
Compare
Choose a tag to compare

See #2 (thanks jamesmehorter)

Add support for PHPCodeSniffer Composer Installer

17 Mar 06:49
Compare
Choose a tag to compare

Initial release

15 Feb 09:33
Compare
Choose a tag to compare
1.0

Initial commit