Skip to content

Commit f715a53

Browse files
author
Igor Kusmitsch
committed
Update changelog
1 parent baf89bc commit f715a53

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [6.0.0]
4+
5+
Changed
6+
- [BC Break] Doctrine Annotations are no longer used in this project. Annotations have been replaced by PHP attributes. If your codebase or any third-party dependencies still rely on annotations, please migrate to attributes or adjust accordingly.
7+
- [BC Break] The project now requires PHP 8.2 or higher. Ensure that your development and production environments are updated to PHP 8.2+.
8+
- [BC Break] The project now requires PHPUnit version 11 or higher. Ensure that your environment is compatible with PHPUnit 11+ before running tests.
9+
- [BC Break] All classes previously marked with @deprecated and replaced by {@link Laminas} have been removed. If your code still relies on these deprecated classes, please update your references to use the corresponding Laminas classes.
10+
11+
- Add squizlabs/php_codesniffer library.
12+
- Add require-dev ext-pcov for PHPUnit Code Coverage
13+
- PHPCS Coding Standard: The project now exclusively uses PSR-12 as the coding standard. This change ensures that the code adheres to the PSR-12 guidelines, promoting consistency and readability.
14+
- Updated the laminas/laminas-filter bundle from version ^2.9 to ^2.37
15+
- Remove the laminas/laminas-zendframework-bridge bundle.
16+
- Remove the dms/coding-standard bundle.
17+
18+
319
From v3.0.0 onwards this file will always be updated with notable changes and BC breaks.
420
This project follows semver.
521

0 commit comments

Comments
 (0)