Skip to content

Commit 97dd469

Browse files
committed
Docs: Update README
1 parent 9c6695b commit 97dd469

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

CHANGELOG.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55
<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->
66

77
## Unreleased
8-
- Require PHP ^8.0
9-
- Update to slevomat/coding-standard ^8.0
10-
- Update to squizlabs/php_codesniffer ^3.9
11-
- Update to symplify/easy-coding-standard ^12.1
12-
- Move coding standard declarations from `ecs-7.4.php` and `ecs-8.0.php` to `ecs.php` and remove the former files
13-
- Change deprecated rules to new ones
14-
- Add new `ecs-8.2.php` coding standard declaration file for PHP 8.2+
15-
- Add new `ecs-8.3.php` coding standard declaration file for PHP 8.3+
8+
9+
## 4.0.0 - unreleased
10+
- BC: Update to symplify/easy-coding-standard ^12.1 and change configuration format in `ecs.php`. See [UPGRADE-4.0.md](UPGRADE-4.0.md) for step-by-step upgrade howto.
11+
- BC: Move coding standard declarations from `ecs-7.4.php`, `ecs-8.0.php` and `ecs-8.1.php` to `ecs.php` and remove the former files.
12+
- BC: Change base coding standard from [PSR-2](https://www.php-fig.org/psr/psr-2/) to [PSR-12](https://www.php-fig.org/psr/psr-12/).
13+
- BC: Change deprecated `php-cs-fixer` sniffs to new ones.
14+
- Rebrand to Alma Career in documentation and meta information.
15+
- Require PHP ^8.0.
16+
- Update to slevomat/coding-standard ^8.0.
17+
- Update to squizlabs/php_codesniffer ^3.9.
18+
- Refactor: Remove nette/utils dependency.
19+
- Add tests to ensure the code style defined by this library is being properly checked and fixed.
1620

1721
## 3.3.1 - 2022-05-23
1822
- Lock `symplify/easy-coding-standard` to <10.2.4 because of backward incompatibilities introduced in its bugfix releases.

0 commit comments

Comments
 (0)