You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
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
+
3
19
From v3.0.0 onwards this file will always be updated with notable changes and BC breaks.
0 commit comments