File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,24 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments