We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279e8c8 commit 0b87846Copy full SHA for 0b87846
CHANGELOG.md
@@ -6,6 +6,15 @@ documented in this file.
6
The format is based on [Keep a Changelog](http://keepachangelog.com/)
7
and this project adheres to [Semantic Versioning](http://semver.org/).
8
9
+## [6.3.0] - 2023-02-22
10
+
11
+- Support PHP 8.2
12
+- Compatibility with `phpunit/php-code-coverage` v10
13
+- Fix version constraint with `phpunit/php-code-coverage`, we aren't compatible
14
+ with version under v9.2…
15
+- Fix CI matrix to test composer dependencies on lowest possible version and
16
+ highest possible version to ensure valid constraints…
17
18
## [6.2.0] - 2022-01-24
19
20
- Support PHP 8.1
0 commit comments