Releases: ergebnis/php-cs-fixer-config
Releases · ergebnis/php-cs-fixer-config
4.5.0
What's Changed
- github-actions(deps): bump ergebnis/.github from 1.3.2 to 1.4.0 by @dependabot in #595
- composer(deps-dev): bump ergebnis/composer-normalize from 2.24.0 to 2.24.1 by @dependabot in #596
- github-actions(deps): bump actions/cache from 2.1.7 to 3 by @dependabot in #597
- github-actions(deps): bump shivammathur/setup-php from 2.17.1 to 2.18.0 by @dependabot in #598
- composer(deps-dev): bump ergebnis/composer-normalize from 2.24.1 to 2.25.1 by @dependabot in #600
- github-actions(deps): bump ergebnis/.github from 1.4.0 to 1.4.1 by @dependabot in #599
- composer(deps-dev): bump phpunit/phpunit from 9.5.19 to 9.5.20 by @dependabot in #601
- github-actions(deps): bump shivammathur/setup-php from 2.18.0 to 2.18.1 by @dependabot in #602
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1 by @dependabot in #603
- composer(deps-dev): bump ergebnis/composer-normalize from 2.25.1 to 2.25.2 by @dependabot in #604
- composer(deps-dev): bump vimeo/psalm from 4.22.0 to 4.23.0 by @dependabot in #606
- composer(deps-dev): bump ergebnis/composer-normalize from 2.25.2 to 2.26.0 by @dependabot in #605
- composer(deps-dev): bump ergebnis/composer-normalize from 2.26.0 to 2.27.0 by @dependabot in #608
- github-actions(deps): bump ergebnis/.github from 1.4.1 to 1.5.0 by @dependabot in #607
- github-actions(deps): bump shivammathur/setup-php from 2.18.1 to 2.19.0 by @dependabot in #609
- composer(deps-dev): bump ergebnis/composer-normalize from 2.27.0 to 2.28.0 by @dependabot in #610
- github-actions(deps): bump shivammathur/setup-php from 2.19.0 to 2.19.1 by @dependabot in #611
- composer(deps-dev): bump psalm/plugin-phpunit from 0.16.1 to 0.17.0 by @dependabot in #612
- composer(deps-dev): bump phpunit/phpunit from 9.5.20 to 9.5.21 by @dependabot in #613
- composer(deps-dev): bump ergebnis/composer-normalize from 2.28.0 to 2.28.1 by @dependabot in #614
- composer(deps-dev): bump vimeo/psalm from 4.23.0 to 4.24.0 by @dependabot in #615
- composer(deps-dev): bump ergebnis/composer-normalize from 2.28.1 to 2.28.2 by @dependabot in #616
- composer(deps-dev): bump ergebnis/composer-normalize from 2.28.2 to 2.28.3 by @dependabot in #618
- github-actions(deps): bump shivammathur/setup-php from 2.19.1 to 2.20.1 by @dependabot in #619
- composer(deps): bump friendsofphp/php-cs-fixer from 3.8.0 to 3.9.1 by @dependabot in #620
- Enhancement: Enable
control_structure_braces
fixer by @localheinz in #621 - Enhancement: Enable and configure
curly_braces_position
fixer by @localheinz in #622 - Enhancement: Enable
no_useless_nullsafe_operator
fixer by @localheinz in #623 - Enhancement: Enable
statement_indentation
fixer by @localheinz in #624 - Enhancement: Configure additional statements for
no_unneeded_control_structures
fixe by @localheinz in #625 - Enhancement: Configure
trailing_comma_in_multiline
fixer to includematch
inelements
option by @localheinz in #626 - Enhancement: Configure
single_space_after_construct
fixer to includetype_colon
inconstructs
option by @localheinz in #627 - Enhancement: Configure
phpdoc_order_by_value
fixer to includemixin
inannotations
option by @localheinz in #628 - Enhancement: Configure
no_extra_blank_lines
fixer to includeattribute
intokens
option by @localheinz in #629
Full Changelog: 4.4.0...4.5.0
4.4.0
What's Changed
- composer(deps-dev): bump ergebnis/composer-normalize from 2.23.1 to 2.24.0 by @dependabot in #589
- composer(deps-dev): bump phpunit/phpunit from 9.5.18 to 9.5.19 by @dependabot in #590
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.13.1 to 4.14.0 by @dependabot in #592
- composer(deps): bump friendsofphp/php-cs-fixer from 3.7.0 to 3.8.0 by @dependabot in #591
- Enhancement: Enable
date_time_create_from_format_call
fixer by @localheinz in #593 - Enhancement: Configure
types_spaces
fixer to enforce no space between types when catching multiple exceptions by @localheinz in #594
Full Changelog: 4.3.0...4.4.0
4.3.0
What's Changed
- Enhancement: Configure
blank_line_before_statement
fixer to include additional statements by @localheinz in #581 - Fix: Use
strpos
by @localheinz in #582 - Enhancement: Configure
no_unneeded_control_parentheses
fixer to include additional statements by @localheinz in #583 - composer(deps-dev): bump phpunit/phpunit from 9.5.17 to 9.5.18 by @dependabot in #585
- Enhancement: Configure
ordered_class_elements
fixer to order more elements by @localheinz in #584 - Enhancement: Configure
phpdoc_align
fixer to align more tags by @localheinz in #586 - Enhancement: Configure
single_class_element_per_statement
fixer to enforce single class element forconst
statements by @localheinz in #587 - Enhancement: Configure
single_space_after_construct fixer
to enforce a single space after additional constructs by @localheinz in #588
Full Changelog: 4.2.0...4.3.0
4.2.0
What's Changed
- github-actions(deps): bump shivammathur/setup-php from 2.16.0 to 2.17.0 by @dependabot in #568
- composer(deps-dev): bump vimeo/psalm from 4.20.0 to 4.21.0 by @dependabot in #569
- composer(deps-dev): bump phpunit/phpunit from 9.5.13 to 9.5.14 by @dependabot in #570
- composer(deps-dev): bump phpunit/phpunit from 9.5.14 to 9.5.15 by @dependabot in #571
- composer(deps-dev): bump phpunit/phpunit from 9.5.15 to 9.5.16 by @dependabot in #572
- composer(deps-dev): bump vimeo/psalm from 4.21.0 to 4.22.0 by @dependabot in #573
- github-actions(deps): bump shivammathur/setup-php from 2.17.0 to 2.17.1 by @dependabot in #576
- github-actions(deps): bump actions/checkout from 2.4.0 to 3 by @dependabot in #575
- github-actions(deps): bump actions/stale from 4.1.0 to 5 by @dependabot in #574
- composer(deps-dev): bump phpunit/phpunit from 9.5.16 to 9.5.17 by @dependabot in #577
- composer(deps): bump friendsofphp/php-cs-fixer from 3.6.0 to 3.7.0 by @dependabot in #578
- Enhancement: Enable
no_trailing_comma_in_singleline_function_call
fixer by @localheinz in #579 - Enhancement: Enable
single_line_comment_spacing
fixer by @localheinz in #580
Full Changelog: 4.1.0...4.2.0
4.1.0
What's Changed
- composer(deps-dev): bump phpunit/phpunit from 9.5.11 to 9.5.12 by @dependabot in #556
- composer(deps-dev): bump phpunit/phpunit from 9.5.12 to 9.5.13 by @dependabot in #557
- composer(deps-dev): bump fakerphp/faker from 1.17.0 to 1.18.0 by @dependabot in #558
- github-actions(deps): bump ergebnis/.github from 1.2.1 to 1.3.2 by @dependabot in #559
- composer(deps-dev): bump vimeo/psalm from 4.18.1 to 4.19.0 by @dependabot in #560
- composer(deps-dev): bump ergebnis/composer-normalize from 2.23.0 to 2.23.1 by @dependabot in #561
- composer(deps-dev): bump fakerphp/faker from 1.18.0 to 1.19.0 by @dependabot in #562
- composer(deps-dev): bump vimeo/psalm from 4.19.0 to 4.20.0 by @dependabot in #563
- Enhancement: Synchronize with
ergebnis/php-package-template
by @localheinz in #564 - composer(deps): bump friendsofphp/php-cs-fixer from 3.5.0 to 3.6.0 by @dependabot in #565
- Enhancement: Enable
class_reference_name_casing
fixer by @localheinz in #566 - Enhancement: Enable
no_unneeded_import_alias
fixer by @localheinz in #567
Full Changelog: 4.0.0...4.1.0
4.0.0
What's Changed
- composer(deps-dev): bump vimeo/psalm from 4.15.0 to 4.16.1 by @dependabot in #531
- composer(deps-dev): bump phpunit/phpunit from 9.5.10 to 9.5.11 by @dependabot in #530
- composer(deps-dev): bump ergebnis/composer-normalize from 2.18.0 to 2.20.0 by @dependabot in #532
- composer(deps-dev): bump vimeo/psalm from 4.16.1 to 4.17.0 by @dependabot in #533
- composer(deps-dev): bump vimeo/psalm from 4.17.0 to 4.18 by @dependabot in #534
- composer(deps-dev): bump vimeo/psalm from 4.18 to 4.18.1 by @dependabot in #535
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.12.0 to 4.13.0 by @dependabot in #536
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.13.0 to 4.13.1 by @dependabot in #537
- Fix: Allow composer plugins by @localheinz in #538
- Enhancement: Reuse composite actions from
ergebnis/.github
by @localheinz in #539 - Fix: Drop support for PHP 7.3 by @localheinz in #540
- Fix: Add property type declarations by @localheinz in #541
- Enhancement: Use
Php74
rule set by @localheinz in #542 - Fix: Reference by @localheinz in #543
- Fix: Remove
Php73
rule set by @localheinz in #544 - composer(deps-dev): bump ergebnis/license from 1.1.0 to 1.2.0 by @dependabot in #547
- composer(deps-dev): bump ergebnis/composer-normalize from 2.20.0 to 2.23.0 by @dependabot in #548
- composer(deps-dev): bump ergebnis/test-util from 1.5.0 to 1.6.0 by @dependabot in #546
- Fix: Imports by @localheinz in #549
- Enhancement: Require
fakerphp/faker
by @localheinz in #550 - Enhancement: Pull in
Helper
fromergebnis/test-util
by @localheinz in #551 - Fix: Remove
ergebnis/test-util
by @localheinz in #552 - composer(deps): bump friendsofphp/php-cs-fixer from 3.4.0 to 3.5.0 by @dependabot in #545
- Enhancement: Enable
get_class_to_class_keyword
fixer by @localheinz in #553 - Fix: Use dashes instead of asterisks for unordered lists by @localheinz in #554
- Fix: Update
CHANGELOG.md
by @localheinz in #555
Full Changelog: 3.4.0...4.0.0
3.4.0
- composer(deps-dev): bump
vimeo/psalm
from4.13.1
to4.14.0
(#522), by @dependabot[bot] - composer(deps-dev): bump
ergebnis/composer-normalize
from2.16.0
to2.17.0
(#523), by @dependabot[bot] - composer(deps-dev): bump
ergebnis/composer-normalize
from2.17.0
to2.18.0
(#524), by @dependabot[bot] - composer(deps-dev): bump
vimeo/psalm
from4.14.0
to4.15.0
(#525), by @dependabot[bot] - github-actions(deps): bump
actions/stale
from4.0.0
to4.1.0
(#526), by @dependabot[bot] - composer(deps): bump
friendsofphp/php-cs-fixer
from3.3.2
to3.4.0
(#527), by @dependabot[bot] - Fix: Remove auto-review tests (#528), by @localheinz
- Fix: Remove empty integration test suite (#529), by @localheinz
3.3.0
- composer(deps-dev): bump
ergebnis/composer-normalize
from2.15.0
to2.16.0
(#515), by @dependabot[bot] - composer(deps-dev): bump
vimeo/psalm
from4.12.0
to4.13.0
(#516), by @dependabot[bot] - github-actions(deps): bump
actions/cache
from2.1.6
to2.1.7
(#517), by @dependabot[bot] - composer(deps-dev): bump
vimeo/psalm
from4.13.0
to4.13.1
(#518), by @dependabot[bot] - Enhancement: Run tests on PHP
8.1
(#519), by @localheinz - github-actions(deps): bump
shivammathur/setup-php
from2.15.0
to2.16.0
(#520), by @dependabot[bot] - Enhancement: Add
Php81
rule set (#521), by @localheinz
3.2.1
- github-actions(deps): bump
ibiqlik/action-yamllint
from3.0.4
to3.1
(#504), by @dependabot[bot] - github-actions(deps): bump
actions/checkout
from2.3.4
to2.3.5
(#505), by @dependabot[bot] - composer(deps-dev): bump
vimeo/psalm
from4.10.0
to4.11.1
(#506), by @dependabot[bot] - composer(deps-dev): bump
vimeo/psalm
from4.11.1
to4.11.2
(#507), by @dependabot[bot] - github-actions(deps): bump
actions/checkout
from2.3.5
to2.4.0
(#508), by @dependabot[bot] - composer(deps-dev): bump
vimeo/psalm
from4.11.2
to4.12.0
(#509), by @dependabot[bot] - Fix: Do not cache cache directories for
phpstan/phpstan
andvimeo/psalm
(#511), by @localheinz - composer(deps): bump
friendsofphp/php-cs-fixer
from3.2.1
to3.3.1
(#510), by @dependabot[bot] - Fix: Allow installation of
symfony/filesystem
:^5.0.0` (#512), by @localheinz - composer(deps): bump
friendsofphp/php-cs-fixer
from3.3.1
to3.3.2
(#513), by @dependabot[bot] - Fix: Remove
phpstan/phpstan
(#514), by @localheinz
3.2.0
- composer(deps-dev): bump
phpunit/phpunit
from9.5.8
to9.5.9
(#484), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.96
to0.12.97
(#485), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.97
to0.12.98
(#486), by @dependabot[bot] - composer(deps-dev): bump
vimeo/psalm
from4.9.3
to4.10.0
(#487), by @dependabot[bot] - github-actions(deps): bump
stefanzweifel/git-auto-commit-action
from4.11.0
to4.12.0
(#488), by @dependabot[bot] - github-actions(deps): bump
shivammathur/setup-php
from2.13.0
to2.14.0
(#489), by @dependabot[bot] - composer(deps-dev): bump
phpstan/phpstan
from0.12.98
to0.12.99
(#490), by @dependabot[bot] - github-actions(deps): bump
actions/github-script
from4.1
to5
(#491), by @dependabot[bot] - Fix: Adjust usage of
octokit
(#494), by @localheinz - github-actions(deps): bump
shivammathur/setup-php
from2.14.0
to2.15.0
(#493), by @dependabot[bot] - composer(deps-dev): bump
phpunit/phpunit
from9.5.9
to9.5.10
(#492), by @dependabot[bot] - composer(deps): bump
friendsofphp/php-cs-fixer
from3.1.0
to3.2.1
(#495), by @dependabot[bot] - Fix: Stop using deprecated
use_trait
option forno_extra_blank_lines
fixer (#496), by @localheinz - Enhancement: Enable
assign_null_coalescing_to_coalesce_equal
fixer (#497), by @localheinz - Enhancement: Enable and configure
control_structure_continuation_position
fixer (#498), by @localheinz - Enhancement: Enable and configure
empty_loop_condition
fixer (#499), by @localheinz - Enhancement: Enable
integer_literal_case
fixer (#500), by @localheinz - Enhancement: Enable
modernize_strpos
fixer (#501), by @localheinz - Enhancement: Enable
no_space_around_double_colon
fixer (#502), by @localheinz - Enhancement: Enable
string_length_to_empty
fixer (#503), by @localheinz