-
Notifications
You must be signed in to change notification settings - Fork 359
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
composer(deps): bump friendsofphp/php-cs-fixer from 2.18.6 to 3.0.0 in /vendor-bin/php-cs-fixer #330
composer(deps): bump friendsofphp/php-cs-fixer from 2.18.6 to 3.0.0 in /vendor-bin/php-cs-fixer #330
Conversation
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.18.6 to 3.0.0. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/CHANGELOG.md) - [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v2.18.6...v3.0.0) Signed-off-by: dependabot[bot] <[email protected]>
Do we want majors? We can now pin it to to minors patches and security too |
@localheinz what do you think? |
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.
👍
8045204
to
881737e
Compare
…a_in_multiline_array fixer
Can you take another look? I have made some changes to the configuration. For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.0.0/UPGRADE-v3.md. |
@@ -9,8 +9,7 @@ | |||
'vendor-bin/', | |||
]) | |||
->ignoreDotFiles(false) | |||
->in(__DIR__) | |||
->name('.php_cs.dist'); |
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.
Probably not necessary to explicitly configure the file name here since the configuration file now uses .php
as file extension.
We can also update dependabot to only allow security + patches. It is a new feature since this month. It means we won't push minors and majors via a CI job instead. Or just only refuse majors which can also work maybe |
Thank you, @pimjansen! |
Bumps friendsofphp/php-cs-fixer from 2.18.6 to 3.0.0.
Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
... (truncated)
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
... (truncated)
Commits
c15377b
prepared the 3.0.0 release27209e2
Merge branch 'master' into 3.0714e192
bumped versiond5b8a9d
prepared the 2.19.0 releasedee1277
Merge branch '2.18'b3281bb
prepared the 2.18.7 release04a087d
Merge branch 'master' into 3.045987c9
feature #5674 UX: Display deprecations to end-user (keradus)114bb0e
Merge branch 'master' into 3.0c5d6614
Merge branch '2.18'Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)