Skip to content

Releases: stechstudio/Laravel-PHP-CS-Fixer

Laravel 9 support

10 Feb 22:41
f2f49cb
Compare
Choose a tag to compare
Merge pull request #35 from samrook/l9_update

add support for laravel 9

Now Supporting Version 3.0

01 Jul 15:52
f8cd1c7
Compare
Choose a tag to compare
Merge pull request #31 from stechstudio/Fixer-3.0-Support

Fixer 3.0 Support

Verbose License Namespace

21 Apr 17:51
867d5d3
Compare
Choose a tag to compare

Added copyright information for the FixCommand.
Fixed verbosity level - Thanks @stasadev
Moved Report in a different namespace - Thanks @stasadev

Laravel 8 Support

08 Sep 20:38
6c86cdc
Compare
Choose a tag to compare
Merge pull request #25 from flemzord/patch-1

Laravel 8 Support

Laravel 7 Release

18 Mar 14:58
cc57473
Compare
Choose a tag to compare
Merge pull request #18 from davidcochrum/master

Remove void return type from `FixCommand::validateOptions()`

Maintenance

05 Nov 15:56
59a5f29
Compare
Choose a tag to compare
  • Documentation Updated for Supported Laravel Versions #17
  • Arguments to calculate() updated for latest version #16

Simplified Requirements

10 Oct 13:35
28280a3
Compare
Choose a tag to compare

Moved to

"illuminate/support": "^5.4|^6.0"
"illuminate/console": "^5.4|^6.0"

for composer requirements. This should simplify maintenance going forward.

If you are looking for support for Laravel versions <5.4 you will need to stick to Version 1.0.0 of this package.

Thanks @vintagesucks !

Laravel 6.1 Support

07 Oct 13:59
d5b5bb9
Compare
Choose a tag to compare
Merge pull request #13 from TahiriAbdou/patch-1

Support for Laravel 6.1.x

Bug Fix

09 Sep 15:32
59c0630
Compare
Choose a tag to compare

Added 'php' to the artisan command.

Laravel 6

05 Sep 13:45
4594c73
Compare
Choose a tag to compare
  • Updated to support Laravel 6.0.x (Issue #10)
  • Some code formating.