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 doctrine/coding-standard requirement from ^1.0 to ^1.0 || ^6.0 #1

Open
wants to merge 15 commits into
base: 2.7
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on doctrine/coding-standard to permit the latest version.

Release notes

Sourced from doctrine/coding-standard's releases.

v6.0.0

Build Status

This new major release brings in some new default rules:

  • disallowed Abstract, Trait, Exception, Interface prefixes along with suffixes
  • forbid multiple lines between declared functions
  • disallow /** class Foo */ for class Foo comments (some editors add it by default, and it is not useful)
  • disallow PHPStorm/IntelliJ default file header including author name
  • forbid duplicate variable assignments, such as $foo = $foo = bar()
  • enforce spacing between the type declaration and the variadic declaration of a function parameter: function (int $foo)
  • forbid late static binding for constants: $foo::BAR is now a violation
  • require an empty line before a return statement when not directly within a flow control construct
  • intersection and generic types support, thanks to Slevomat CS 5

Total issues resolved: 19

Commits
  • d33f69e Merge pull request #120 from doctrine/newline-return
  • fe9849c Require newline before return
  • 2baaf29 Merge pull request #38 from greg0ire/from_prefix_to_suffix
  • 48a4d20 Forbid common suffixes and prefixes
  • be7096f Merge pull request #115 from doctrine/ci-fix
  • cf2f922 Trigger CI failure when phpcbf cannot fix the file
  • 48436c8 Merge pull request #114 from doctrine/sniff/SuperfluousTraitNaming
  • 94e24f9 Enable SuperfluousTraitNamingSniff
  • 8f962e1 Merge pull request #112 from doctrine/sniff/DisallowLateStaticBindingForConst...
  • 4979a90 Enable DisallowLateStaticBindingForConstants sniff
  • 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)

Finally, you can contact us by mentioning @dependabot.

Majkl578 and others added 15 commits November 21, 2018 01:39
Fix config template for PHPUnit >= 7.2
Update chat link from Gitter to Slack.
[2.7] CI: Test against PHP 7.4snapshot instead of nightly (8.0)
Simply check if an onFlush or postFlush entity listener is subscribed
for the current class in the entity manager during dispatch.
Updates the requirements on [doctrine/coding-standard](https://github.com/doctrine/coding-standard) to permit the latest version.
- [Release notes](https://github.com/doctrine/coding-standard/releases)
- [Commits](doctrine/coding-standard@1.0.0...6.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 19, 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.

7 participants