Skip to content

Releases: ergebnis/php-cs-fixer-config

4.5.0

11 Jul 11:36
4.5.0
5430397
Compare
Choose a tag to compare

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 include match in elements option by @localheinz in #626
  • Enhancement: Configure single_space_after_construct fixer to include type_colon in constructs option by @localheinz in #627
  • Enhancement: Configure phpdoc_order_by_value fixer to include mixin in annotations option by @localheinz in #628
  • Enhancement: Configure no_extra_blank_lines fixer to include attribute in tokens option by @localheinz in #629

Full Changelog: 4.4.0...4.5.0

4.4.0

19 Mar 10:38
4.4.0
5b38700
Compare
Choose a tag to compare

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

08 Mar 22:05
4.3.0
4c065a2
Compare
Choose a tag to compare

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 for const 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

07 Mar 19:21
4.2.0
196fda1
Compare
Choose a tag to compare

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

07 Feb 21:43
4.1.0
3946927
Compare
Choose a tag to compare

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

14 Jan 23:02
4.0.0
9a28b5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.0...4.0.0

3.4.0

12 Dec 10:51
3.4.0
22719d9
Compare
Choose a tag to compare
  • composer(deps-dev): bump vimeo/psalm from 4.13.1 to 4.14.0 (#522), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.16.0 to 2.17.0 (#523), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.17.0 to 2.18.0 (#524), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 4.14.0 to 4.15.0 (#525), by @dependabot[bot]
  • github-actions(deps): bump actions/stale from 4.0.0 to 4.1.0 (#526), by @dependabot[bot]
  • composer(deps): bump friendsofphp/php-cs-fixer from 3.3.2 to 3.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

29 Nov 07:38
3.3.0
b4f759b
Compare
Choose a tag to compare
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.15.0 to 2.16.0 (#515), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 4.12.0 to 4.13.0 (#516), by @dependabot[bot]
  • github-actions(deps): bump actions/cache from 2.1.6 to 2.1.7 (#517), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 4.13.0 to 4.13.1 (#518), by @dependabot[bot]
  • Enhancement: Run tests on PHP 8.1 (#519), by @localheinz
  • github-actions(deps): bump shivammathur/setup-php from 2.15.0 to 2.16.0 (#520), by @dependabot[bot]
  • Enhancement: Add Php81 rule set (#521), by @localheinz

3.2.1

16 Nov 06:53
3.2.1
3bbb72f
Compare
Choose a tag to compare
  • github-actions(deps): bump ibiqlik/action-yamllint from 3.0.4 to 3.1 (#504), by @dependabot[bot]
  • github-actions(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#505), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 4.10.0 to 4.11.1 (#506), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 4.11.1 to 4.11.2 (#507), by @dependabot[bot]
  • github-actions(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#508), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 4.11.2 to 4.12.0 (#509), by @dependabot[bot]
  • Fix: Do not cache cache directories for phpstan/phpstan and vimeo/psalm (#511), by @localheinz
  • composer(deps): bump friendsofphp/php-cs-fixer from 3.2.1 to 3.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 from 3.3.1 to 3.3.2 (#513), by @dependabot[bot]
  • Fix: Remove phpstan/phpstan (#514), by @localheinz

3.2.0

05 Oct 18:00
3.2.0
b8cf038
Compare
Choose a tag to compare
  • composer(deps-dev): bump phpunit/phpunit from 9.5.8 to 9.5.9 (#484), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.96 to 0.12.97 (#485), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.97 to 0.12.98 (#486), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 4.9.3 to 4.10.0 (#487), by @dependabot[bot]
  • github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.11.0 to 4.12.0 (#488), by @dependabot[bot]
  • github-actions(deps): bump shivammathur/setup-php from 2.13.0 to 2.14.0 (#489), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.98 to 0.12.99 (#490), by @dependabot[bot]
  • github-actions(deps): bump actions/github-script from 4.1 to 5 (#491), by @dependabot[bot]
  • Fix: Adjust usage of octokit (#494), by @localheinz
  • github-actions(deps): bump shivammathur/setup-php from 2.14.0 to 2.15.0 (#493), by @dependabot[bot]
  • composer(deps-dev): bump phpunit/phpunit from 9.5.9 to 9.5.10 (#492), by @dependabot[bot]
  • composer(deps): bump friendsofphp/php-cs-fixer from 3.1.0 to 3.2.1 (#495), by @dependabot[bot]
  • Fix: Stop using deprecated use_trait option for no_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