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 ~1.12 to ~2.2 #2

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 27, 2020

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


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

Release notes

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

v2.2.20

  • bug #3233 PhpdocAlignFixer - Fix linebreak inconsistency (SpacePossum, keradus)
  • bug #3445 Rewrite NoUnusedImportsFixer (kubawerlos, julienfalque)
  • bug #3597 DeclareStrictTypesFixer - fix bug of removing line (kubawerlos, keradus)
  • bug #3605 DoctrineAnnotationIndentationFixer - Fix indentation with mixed lines (julienfalque)
  • bug #3606 PhpdocToCommentFixer - allow multiple ( (SpacePossum)
  • bug #3684 PhpUnitStrictFixer - Do not fix if not correct # of arguments are used (SpacePossum)
  • bug #3715 SingleImportPerStatementFixer - Fix handling whitespace before opening brace (julienfalque)
  • bug #3731 PhpdocIndentFixer - crash fix (SpacePossum)
  • bug #3765 Fix binary-prefixed double-quoted strings to single quotes (ntzm)
  • bug #3770 Handle binary flags in heredoc_to_nowdoc (ntzm)
  • bug #3790 ProcessLinter - don't execute external process without timeout! It can freeze! (keradus)
  • minor #3548 Make shell scripts POSIX-compatible (EvgenyOrekhov, keradus)
  • minor #3568 New Autoreview: Correct option casing (ntzm)
  • minor #3590 Use XdebugHandler to avoid perormance penalty (AJenbo, keradus)
  • minor #3607 PhpdocVarWithoutNameFixer - update sample with @ type (SpacePossum)
  • minor #3617 Tests stability patches (Tom Klingenberg, keradus)
  • minor #3627 Fix tests execution under phpdbg (keradus)
  • minor #3629 ProjectFixerConfigurationTest - test rules are sorted (SpacePossum)
  • minor #3639 DX: use benefits of symfony/force-lowest (keradus)
  • minor #3641 Update check_trailing_spaces script with upstream (keradus)
  • minor #3646 Extract SameStringsConstraint and XmlMatchesXsdConstraint (keradus)
  • minor #3647 DX: Add CachingLinter for tests (keradus)
  • minor #3649 Update check_trailing_spaces script with upstream (keradus)
  • minor #3652 CiIntegrationTest - run tests with POSIX sh, not Bash (keradus)
  • minor #3656 DX: Clean ups (SpacePossum)
  • minor #3660 Fix do not rely on order of fixing in CiIntegrationTest (kubawerlos)
  • minor #3662 DX: Add Smoke/InstallViaComposerTest (keradus)
  • minor #3663 DX: During deployment, run all smoke tests and don't allow to skip phar-related ones (keradus)
  • minor #3665 CircleCI fix (kubawerlos)
  • minor #3666 Use "set -eu" in shell scripts (EvgenyOrekhov)
  • minor #3669 Document possible values for subset options (julienfalque, keradus)
  • minor #3676 RunnerTest - workaround for failing Symfony v2.8.37 (kubawerlos)
  • minor #3680 DX: Tokens - removeLeadingWhitespace and removeTrailingWhitespace must act in same way (SpacePossum)
  • minor #3686 README.rst - Format all code-like strings in fixer descriptions (ntzm, keradus)
  • minor #3692 DX: Optimize tests (julienfalque)
  • minor #3701 Use correct casing for "PHPDoc" (ntzm)
  • minor #3703 DX: InstallViaComposerTets - groom naming (keradus)
  • minor #3704 DX: Tokens - fix naming (keradus)
  • minor #3706 Update homebrew installation instructions (ntzm)
  • minor #3713 Use HTTPS whenever possible (fabpot)
  • minor #3723 Extend tests coverage (ntzm)
  • minor #3733 Disable Composer optimized autoloader by default (julienfalque)
  • minor #3748 PhpUnitStrictFixer - extend risky note (jnvsor)
  • minor #3749 Make sure PHPUnit is cased correctly in fixers descriptions (kubawerlos)
  • minor #3773 AbstractFixerWithAliasedOptionsTestCase - don't export (keradus)
  • minor #3796 DX: StdinTest - do not assume name of folder, into which project was cloned (keradus)
  • minor #3803 NoEmptyPhpdocFixer/PhpdocAddMissingParamAnnotationFixer - missing priority test (SpacePossum, keradus)
  • minor #3804 Cleanup: remove useless constructor comment (kubawerlos)
Changelog

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

Changelog for v2.2.20

  • bug #3233 PhpdocAlignFixer - Fix linebreak inconsistency (SpacePossum, keradus)
  • bug #3445 Rewrite NoUnusedImportsFixer (kubawerlos, julienfalque)
  • bug #3597 DeclareStrictTypesFixer - fix bug of removing line (kubawerlos, keradus)
  • bug #3605 DoctrineAnnotationIndentationFixer - Fix indentation with mixed lines (julienfalque)
  • bug #3606 PhpdocToCommentFixer - allow multiple ( (SpacePossum)
  • bug #3684 PhpUnitStrictFixer - Do not fix if not correct # of arguments are used (SpacePossum)
  • bug #3715 SingleImportPerStatementFixer - Fix handling whitespace before opening brace (julienfalque)
  • bug #3731 PhpdocIndentFixer - crash fix (SpacePossum)
  • bug #3765 Fix binary-prefixed double-quoted strings to single quotes (ntzm)
  • bug #3770 Handle binary flags in heredoc_to_nowdoc (ntzm)
  • bug #3790 ProcessLinter - don't execute external process without timeout! It can freeze! (keradus)
  • minor #3548 Make shell scripts POSIX-compatible (EvgenyOrekhov, keradus)
  • minor #3568 New Autoreview: Correct option casing (ntzm)
  • minor #3590 Use XdebugHandler to avoid performance penalty (AJenbo, keradus)
  • minor #3607 PhpdocVarWithoutNameFixer - update sample with @ type (SpacePossum)
  • minor #3617 Tests stability patches (Tom Klingenberg, keradus)
  • minor #3627 Fix tests execution under phpdbg (keradus)
  • minor #3629 ProjectFixerConfigurationTest - test rules are sorted (SpacePossum)
  • minor #3639 DX: use benefits of symfony/force-lowest (keradus)
  • minor #3641 Update check_trailing_spaces script with upstream (keradus)
  • minor #3646 Extract SameStringsConstraint and XmlMatchesXsdConstraint (keradus)
  • minor #3647 DX: Add CachingLinter for tests (keradus)
  • minor #3649 Update check_trailing_spaces script with upstream (keradus)
  • minor #3652 CiIntegrationTest - run tests with POSIX sh, not Bash (keradus)
  • minor #3656 DX: Clean ups (SpacePossum)
  • minor #3660 Fix do not rely on order of fixing in CiIntegrationTest (kubawerlos)
  • minor #3662 DX: Add Smoke/InstallViaComposerTest (keradus)
  • minor #3663 DX: During deployment, run all smoke tests and don't allow to skip phar-related ones (keradus)
  • minor #3665 CircleCI fix (kubawerlos)
  • minor #3666 Use "set -eu" in shell scripts (EvgenyOrekhov)
  • minor #3669 Document possible values for subset options (julienfalque, keradus)
  • minor #3676 RunnerTest - workaround for failing Symfony v2.8.37 (kubawerlos)
  • minor #3680 DX: Tokens - removeLeadingWhitespace and removeTrailingWhitespace must act in same way (SpacePossum)
  • minor #3686 README.rst - Format all code-like strings in fixer descriptions (ntzm, keradus)
  • minor #3692 DX: Optimize tests (julienfalque)
  • minor #3701 Use correct casing for "PHPDoc" (ntzm)
  • minor #3703 DX: InstallViaComposerTets - groom naming (keradus)
  • minor #3704 DX: Tokens - fix naming (keradus)
  • minor #3706 Update homebrew installation instructions (ntzm)
  • minor #3713 Use HTTPS whenever possible (fabpot)
  • minor #3723 Extend tests coverage (ntzm)
  • minor #3733 Disable Composer optimized autoloader by default (julienfalque)
  • minor #3748 PhpUnitStrictFixer - extend risky note (jnvsor)
  • minor #3749 Make sure PHPUnit is cased correctly in fixers descriptions (kubawerlos)
  • minor #3773 AbstractFixerWithAliasedOptionsTestCase - don't export (keradus)
  • minor #3796 DX: StdinTest - do not assume name of folder, into which project was cloned (keradus)
  • minor #3803 NoEmptyPhpdocFixer/PhpdocAddMissingParamAnnotationFixer - missing priority test (SpacePossum, keradus)
Commits
  • f1631f0 prepared the 2.2.20 release
  • fca895e minor #3804 Cleanup: remove useless constructor comment (kubawerlos)
  • 95efcb9 Remove useless constructor comment
  • efda009 minor #3803 NoEmptyPhpdocFixer/PhpdocAddMissingParamAnnotationFixer - missing...
  • f8abed8 NoEmptyPhpdocFixer/PhpdocAddMissingParamAnnotationFixer - missing priority test
  • c1a59f5 minor #3796 DX: StdinTest - do not assume name of folder, into which project ...
  • 6b12106 DX: StdinTest - do not assume name of folder, into which project was cloned
  • 42e7733 bug #3790 ProcessLinter - don't execute external process without timeout! It ...
  • d23dadf ProcessLinter - don't execute external process without timeout! It can freeze!
  • 9e25a26 bug #3770 Handle binary flags in heredoc_to_nowdoc (ntzm)
  • 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.16/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v1.12.0...v2.2.20)

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 Jul 27, 2020
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