Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

50 lines (38 loc) · 1.18 KB

CHANGELOG

2025-01-27, 2.6.0

  • Enable nullable_type_declaration_for_default_null_value Ensures PHP 8.4 compatibility

2024-11-29, 2.5.0

  • Added nullable_type_declaration=true

2023-12-15, 2.4.0

  • Added ordered_imports with the config matching php-cs-fixer & symfony

2023-09-15, 2.3.0

  • Added is_null

2022-09-25, 2.2.0

  • Added no_unneeded_import_alias

2022-09-23, 2.1.0

  • use no_trailing_comma_in_singleline instead of deprecated no_trailing_comma_in_list_call and no_trailing_comma_in_singleline_array
  • clarify readme/composer.json the config is now for v3.11 and up

2021-08-16, 2.0.0

  • rename trailing_comma_in_multiline_array to trailing_comma_in_multiline
  • clarify readme/composer.json the config is now for v3

2021-06-17, 1.0.2

  • native_function_invocation: include compiler_optimized

2021-04-08, 1.0.1

  • Relax composer php version constraint to >=7

2021-04-08, 1.0.0

  • Initial release