Skip to content
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

Update friendsofphp/php-cs-fixer requirement from ^2.2,<2.11.2 to ^2.13.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v2.13.0 Yogi's BBQ

  • feature #3739 Add MagicMethodCasingFixer (SpacePossum)
  • feature #3812 Add FopenFlagOrderFixer & FopenFlagsFixer (SpacePossum)
  • feature #3826 Add CombineNestedDirnameFixer (gharlan)
  • feature #3833 BinaryOperatorSpacesFixer - Add "no space" fix strategy (SpacePossum)
  • feature #3841 NoAliasFunctionsFixer - add opt in option for ext-mbstring aliasses (SpacePossum)
  • feature #3876 NativeConstantInvocationFixer - add the scope option (stof, keradus)
  • feature #3886 Add PhpUnitMethodCasingFixer (Slamdunk)
  • feature #3907 Add ImplodeCallFixer (kubawerlos)
  • feature #3914 NoUnreachableDefaultArgumentValueFixer - remove null for nullable typehints (gharlan, keradus)
  • minor #3813 PhpUnitDedicateAssertFixer - fix "sizeOf" same as "count". (SpacePossum)
  • minor #3873 Add the native_function_invocation fixer in the Symfony:risky ruleset (stof)
  • minor #3979 DX: enable php_unit_method_casing (keradus)
Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v2.13.0

  • feature #3739 Add MagicMethodCasingFixer (SpacePossum)
  • feature #3812 Add FopenFlagOrderFixer & FopenFlagsFixer (SpacePossum)
  • feature #3826 Add CombineNestedDirnameFixer (gharlan)
  • feature #3833 BinaryOperatorSpacesFixer - Add "no space" fix strategy (SpacePossum)
  • feature #3841 NoAliasFunctionsFixer - add opt in option for ext-mbstring aliasses (SpacePossum)
  • feature #3876 NativeConstantInvocationFixer - add the scope option (stof, keradus)
  • feature #3886 Add PhpUnitMethodCasingFixer (Slamdunk)
  • feature #3907 Add ImplodeCallFixer (kubawerlos)
  • feature #3914 NoUnreachableDefaultArgumentValueFixer - remove null for nullable typehints (gharlan, keradus)
  • minor #3813 PhpUnitDedicateAssertFixer - fix "sizeOf" same as "count". (SpacePossum)
  • minor #3873 Add the native_function_invocation fixer in the Symfony:risky ruleset (stof)
  • minor #3979 DX: enable php_unit_method_casing (keradus)

Changelog for v2.12.12

  • bug #4533 Revert PHP7.4 - Add "str_split" => "mb_str_split" mapping (keradus)
  • minor #4264 DX: AutoReview - ensure Travis handle all needed PHP versions (keradus)
  • minor #4524 MethodArgumentSpaceFixerTest - make explicit configuration to prevent fail on configuration change (keradus)

Changelog for v2.12.11

  • bug #4132 BlankLineAfterNamespaceFixer - do not remove indent, handle comments (kubawerlos)
  • bug #4384 MethodArgumentSpaceFixer - fix for on_multiline:ensure_fully_multiline with trailing comma in function call (kubawerlos)
  • bug #4404 FileLintingIterator - fix current value on end/invalid (SpacePossum)
  • bug #4421 FunctionTypehintSpaceFixer - Ensure single space between type declaration and parameter (localheinz)
  • bug #4436 MethodArgumentSpaceFixer - handle misplaced ) (keradus)
  • bug #4439 NoLeadingImportSlashFixer - Add space if needed (SpacePossum)
  • bug #4453 Fix preg_match error on 7.4snapshot (kubawerlos)
  • bug #4461 IsNullFixer - fix null coalescing operator handling (linniksa)
  • bug #4467 ToolInfo - fix access to reference without checking existence (black-silence)
  • bug #4472 Fix non-static closure unbinding this on PHP 7.4 (kelunik)
  • minor #3726 Use Box 3 to build the PHAR (theofidry, keradus)
  • minor #4412 PHP 7.4 - Tests for support (SpacePossum)
  • minor #4431 DX: test that default config is not passed in RuleSet (kubawerlos)
  • minor #4433 DX: test to ensure @​PHPUnitMigration rule sets are correctly defined (kubawerlos)
  • minor #4445 DX: static call of markTestSkippedOrFail (kubawerlos)
  • minor #4463 Add apostrophe to possessive "team's" (ChandlerSwift)
  • minor #4471 ReadmeCommandTest - use CommandTester (kubawerlos)
  • minor #4477 DX: control names of public methods in test's classes (kubawerlos)
  • minor #4483 NewWithBracesFixer - Fix object operator and curly brace open cases (SpacePossum)
  • minor #4484 fix typos in README (Sven Ludwig)
  • minor #4494 DX: Fix shell script syntax in order to fix Travis builds (drupol)
  • minor #4516 DX: Lock binary SCA tools versions (keradus)

Changelog for v2.12.10

... (truncated)
Commits
  • 7136aa4 prepared the 2.13.0 release
  • 33f0bcb feature #3907 Add ImplodeCallFixer (kubawerlos)
  • f063eae Add ImplodeCallFixer
  • 791a415 feature #3826 Add CombineNestedDirnameFixer (gharlan)
  • 398f343 Add CombineNestedDirnameFixer
  • ed2f77b feature #3739 Add MagicMethodCasingFixer (SpacePossum)
  • 8a36d51 minor #3979 DX: enable php_unit_method_casing (keradus)
  • 3fff21a DX: enable php_unit_method_casing
  • dce63b1 feature #3812 Add FopenFlagOrderFixer & FopenFlagsFixer (SpacePossum)
  • 1311e2b feature #3886 Add PhpUnitMethodCasingFixer (Slamdunk)
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to permit the latest version.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.15/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v2.2.0...v2.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants