-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed support for Laravel 8 and therefore for PHP < 8.0 #1504
Conversation
/.php_cs | ||
/.php_cs.cache | ||
/.php_cs.tests.cache | ||
/.php-cs-fixer.cache | ||
/.php-cs-fixer.php | ||
/.php-cs-fixer.tests.cache |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the upgrade to php-cs-fixer v3, the default file names changed (and was required to be renamed), I therefore adapted all of them
@@ -30,7 +30,6 @@ | |||
], | |||
'return_type_declaration' => true, | |||
'short_scalar_cast' => true, | |||
'single_blank_line_before_namespace' => true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprected and going to be removed in the future -> https://cs.symfony.com/doc/rules/namespace_notation/single_blank_line_before_namespace.html
This comment was marked as resolved.
This comment was marked as resolved.
36daf67
to
47bb9f4
Compare
47bb9f4
to
ece9d73
Compare
@barryvdh this should be good now! The source file changes are all due to php-cs-fixer upgrade to v3 |
Summary
After pushing out 2.14.0, I propose we get rid of baggage and remove support for Laravel 8, which had had its EOL a year ago already.
Updated README, removed some legacy checks for < L8 in lib code and tests
fix-style
applied some mostly cosmetic changes, which made out the bulk of the diff in the endType of change
Checklist
composer fix-style