Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Update narrowspark/php-cs-fixer-config requirement from ^2.0 to ^2.0 || ^5.0 #6

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

Conversation

dependabot-preview[bot]
Copy link

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

Release notes

Sourced from narrowspark/php-cs-fixer-config's releases.

v5.0.0

added rules for the new psr-12

'@PSR2' => true,
'binary_operator_spaces' => true, // Symfony Rule
'blank_line_after_opening_tag' => true, // Symfony Rule
'braces' => [
    'allow_single_line_closure' => false,
    'position_after_anonymous_constructs' => 'same',
    'position_after_control_structures' => 'same',
    'position_after_functions_and_oop_constructs' => 'next',
],
'concat_space' => ['spacing' => 'one'],
'declare_equal_normalize' => [
    'space' => 'none',
], // Symfony Rule
'lowercase_cast' => true,
'new_with_braces' => true,
'no_blank_lines_after_class_opening' => true,
'no_extra_blank_lines' => false, // Symfony Rule
'no_leading_import_slash' => true,
'no_singleline_whitespace_before_semicolons' => true,
'no_trailing_whitespace' => true,
'no_whitespace_before_comma_in_array' => true,
'ordered_class_elements' => [
    'order' => ['use_trait'],
], // Contrib
'ordered_imports' => [
    'importsOrder' => [
        'class',
        'const',
        'function',
    ],
],  // Contrib
'return_type_declaration' => true,
'short_scalar_cast' => true,
'single_import_per_statement' => false,
'space_after_semicolon' => [
    'remove_in_empty_for_expressions' => true,
], // Symfony Rule
'ternary_operator_spaces' => true,
'unary_operator_spaces' => true,
'visibility_required' => [
    'elements' => ['const', 'method', 'property'],
],
'whitespace_after_comma_in_array' => true,
Commits
  • 74812f9 added new psr-12 rules (#24)
  • ccdbe7c Configured php_unit_test_case_static_method_calls fixer to use se… (#23)
  • 5645b25 feat: updated composer require-dev versions (#21)
  • 7ee21d7 feat: updated composer require-dev versions (#20)
  • e53d8b0 feat : Configure php_unit_test_case_static_method_calls fixer to use this cal...
  • 4d2da42 feat : Updated localheinz/php-cs-fixer-config to v1.19 and added php 7.3 to t...
  • 0649695 disabled mb_str_functions (#19)
  • 5077179 changed php_unit_test_case_static_method_calls from static to this
  • f661aa5 disable comment_to_phpdoc fixers, breaks CodeCoverageIgnore comments
  • 9efb258 upgrade pedrotroller/php-cs-custom-fixer to 2.15.2 to fix a bug
  • 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.


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.

Updates the requirements on [narrowspark/php-cs-fixer-config](https://github.com/narrowspark/php-cs-fixer-config) to permit the latest version.
- [Release notes](https://github.com/narrowspark/php-cs-fixer-config/releases)
- [Commits](narrowspark/php-cs-fixer-config@v2.0.0...5.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 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants