stechstudio / Laravel-PHP-CS-Fixer

Artisan Command for FriendsOfPHP/PHP-CS_Fixer
MIT License
147 stars 28 forks source link

Support for Laravel 6.x #14

Closed vintagesucks closed 5 years ago

repat commented 5 years ago

Please merge @bubba-h57 , we'd also like to use Laravel ^6.2 :-)

bubba-h57 commented 5 years ago

Sorry for the day, I was out dealing with some personal issues the past couple of days.

Laravel 6 moved to SemVer for its framework. Let's change, and simplify the version ranges?

I think we could break out a new major release and move to:

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

It has been stated that no more releases for Laravel 5 are expected, and this way, we will not have to deal with updates for every little release.

@vintagesucks if you wouldn't mind modifying your PR, I would love to merge that today and get a new 2.0 release out. Thanks for your assistance on this!

vintagesucks commented 5 years ago

@bubba-h57 I modified my PR (please note that I force-pushed to keep it clean.)

bubba-h57 commented 5 years ago

Thanks~