Skip to content

Commit 8b6933d

Browse files
committed
Support phpunit/php-code-coverage 12
1 parent 25475e9 commit 8b6933d

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).
66

7-
## [4.3.0] - 2025-02-12
7+
## [4.3.1] - 2025-02-13
8+
### Added
9+
* *Nothing*
10+
11+
### Changed
12+
* *Nothing*
13+
14+
### Deprecated
15+
* *Nothing*
16+
17+
### Removed
18+
* *Nothing*
19+
20+
### Fixed
21+
* Add support for phpunit/php-code-coverage 12, so that PHPUnit 12 can be installed
22+
23+
24+
## [4.3.0] - 2025-02-13
825
### Added
926
* Add support for PHPUnit 12
1027

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"doctrine/orm": "^3.3",
1818
"fig/http-message-util": "^1.1",
1919
"guzzlehttp/guzzle": "^7.9",
20-
"phpunit/php-code-coverage": "^11.0",
20+
"phpunit/php-code-coverage": "^12.0 || ^11.0",
2121
"phpunit/phpunit": "^12.0 || ^11.5",
2222
"psr/container": "^2.0 || ^1.0",
2323
"psr/http-server-middleware": "^1.0",

0 commit comments

Comments
 (0)