Skip to content

Update facile-it/facile-coding-standard requirement from 1.4.1 to 1.5.0#239

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/facile-it/facile-coding-standard-1.5.0
Open

Update facile-it/facile-coding-standard requirement from 1.4.1 to 1.5.0#239
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/facile-it/facile-coding-standard-1.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

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

Release notes

Sourced from facile-it/facile-coding-standard's releases.

1.5.0

The following rules or groups have been added to the default rule set:

  • multiline_promoted_properties
  • no_redundant_readonly_property
  • no_whitespace_in_empty_array
  • phpdoc_no_duplicate_types

The following rules or groups have been added to the risky rule set:

  • @PER-CS3x0:risky (in place of @PER-CS2.0:risky, which was also deprecated)
  • no_useless_printf

Additional changes:

  • Drop support to PHP 7.4 and 8.0 (#88)
  • Align rules to PER-CS 3.0 defaults (#88)
    • trailing_comma_in_multiline: applies trailing commas in all multi-line statements, not only arrays
    • single_class_element_per_statement: no changes
  • [internal] Upgrade to PHPUnit 10+ and Psalm 6 (#88)
  • [internal] Add Rector (#88)
Changelog

Sourced from facile-it/facile-coding-standard's changelog.

[1.5.0] - 2026-05-30

The following rules or groups have been added to the default rule set:

  • multiline_promoted_properties
  • no_redundant_readonly_property
  • no_whitespace_in_empty_array
  • phpdoc_no_duplicate_types

The following rules or groups have been added to the risky rule set:

  • @PER-CS3x0:risky (in place of @PER-CS2.0:risky, which was also deprecated)
  • no_useless_printf

Additional changes:

  • Drop support to PHP 7.4 and 8.0 (#88)
  • Align rules to PER-CS 3.0 defaults (#88)
    • trailing_comma_in_multiline: applies trailing commas in all multi-line statements, not only arrays
    • single_class_element_per_statement: no changes
  • [internal] Upgrade to PHPUnit 10+ and Psalm 6 (#88)
  • [internal] Add Rector (#88)

[1.4.1] - 2025-12-05

[1.4.0] - 2025-10-13

  • Adopt PER-CS 3.0 (in place of 2.0 and PSR-12)
  • Bump minimum version of PHP-CS-Fixer to 3.88
  • Bump minimum version of symfony/console to 5.4

[1.3.1] - 2025-05-31

  • Fix deprecation of native_function_type_declaration_casing (#80)

[1.3.0] - 2024-11-07

  • Add PHP 8.4 support (#74)
  • Drop support to Composer 1.x (#77)

[1.2.0] - 2024-01-22

  • Add new numeric_literal_separator rule (#65)
  • Map new heredoc rules as "to be discussed" (heredoc_closing_marker, multiline_string_to_heredoc)

[1.1.0] - 2023-12-28

  • Add new risky class_keyword rule (#64) NB: the rule is experimental, and relies on runtime autoload to determine if a FCQN refers to an existing class
  • Test against PHP 8.3

[1.0.1] - 2023-11-30

  • Allow Symfony 7
  • Move long_to_shorthand_operator to RiskyRulesProvider (#62)

[1.0.0] - 2023-10-30

  • Bumping minimum PHP version required to 7.4
  • Bumping minimum PHP-CS-Fixer version required to 3.4

... (truncated)

Commits
  • a7246be Map introduction version for 3 recent rules
  • e86680a Add more rules
  • a608fad Fix test error message
  • 74bec1b Add changelog entry for Rector
  • 41e6dff Drop deprecation rule handling
  • b075c02 Fix Psalm issue
  • 10ccb76 Put pending Psalm issues in baseline
  • b580a9d Run Psalm & Rector under PHP 8.5 in CI
  • c10c8f1 Increase Rector levels to the max
  • 329ad32 Increase Rector levels
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [facile-it/facile-coding-standard](https://github.com/facile-it/facile-coding-standard) to permit the latest version.
- [Release notes](https://github.com/facile-it/facile-coding-standard/releases)
- [Changelog](https://github.com/facile-it/facile-coding-standard/blob/1.x/CHANGELOG.md)
- [Commits](facile-it/facile-coding-standard@1.4.1...1.5.0)

---
updated-dependencies:
- dependency-name: facile-it/facile-coding-standard
  dependency-version: 1.5.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 2, 2026
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants