Skip to content

Commit a413759

Browse files
phpunit/php-code-coverage 14.3 will be released alongside phpunit/phpunit 13.3
1 parent 3f5f760 commit a413759

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ChangeLog-14.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5-
## [14.3.0] - 2026-MM-DD
5+
## [14.3.0] - 2026-08-07
66

77
### Added
88

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"optimize-autoloader": true,
2828
"sort-packages": true
2929
},
30+
"minimum-stability": "dev",
3031
"prefer-stable": true,
3132
"require": {
3233
"php": ">=8.4",
@@ -44,7 +45,7 @@
4445
"theseer/tokenizer": "^2.0.1"
4546
},
4647
"require-dev": {
47-
"phpunit/phpunit": "^13.2.4"
48+
"phpunit/phpunit": "^13.3"
4849
},
4950
"suggest": {
5051
"ext-pcov": "PHP extension that provides line coverage",

0 commit comments

Comments
 (0)