Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.20](https://github.com/php-testo/testo/compare/0.10.19...0.10.20) (2026-06-07)


### Bug Fixes

* **codecov:** enforce --coverage driver requirement during configuration ([1e143d3](https://github.com/php-testo/testo/commit/1e143d309b1cd24b2fccf6c0db39c03c1b30e0a1))

## [0.10.19](https://github.com/php-testo/testo/compare/0.10.18...0.10.19) (2026-06-07)


Expand Down
2 changes: 1 addition & 1 deletion bridge/symfony-console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": ">=8.2",
"symfony/console": "^6.4 || ^7 || ^8.0",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"testo/assert": "^0.1.7",
"testo/bench": "^0.1.5",
"testo/bridge-symfony-console": "^0.1.6",
"testo/codecov": "^0.1.8",
"testo/codecov": "^0.1.9",
"testo/convention": "^0.1.3",
"testo/data": "^0.1.6",
"testo/filter": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion plugin/assert/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/bench/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": ">=8.2",
"testo/data": "^0.1.6",
"testo/inline": "^0.1.5",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
7 changes: 7 additions & 0 deletions plugin/codecov/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.9](https://github.com/php-testo/testo/compare/codecov-0.1.8...codecov-0.1.9) (2026-06-07)


### Bug Fixes

* **codecov:** enforce --coverage driver requirement during configuration ([1e143d3](https://github.com/php-testo/testo/commit/1e143d309b1cd24b2fccf6c0db39c03c1b30e0a1))

## [0.1.8](https://github.com/php-testo/testo/compare/codecov-0.1.7...codecov-0.1.8) (2026-06-07)


Expand Down
2 changes: 1 addition & 1 deletion plugin/codecov/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ext-xmlwriter": "*",
"testo/data": "^0.1.6",
"testo/inline": "^0.1.5",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/convention/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/data/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": ">=8.2",
"testo/filter": "^0.1.2",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/filter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/inline/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"testo/assert": "^0.1.7",
"testo/data": "^0.1.6",
"testo/filter": "^0.1.2",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/lifecycle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/repeat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/retry/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/test/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": ">=8.2",
"testo/testo": "0.10.19 - 1"
"testo/testo": "0.10.20 - 1"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions resources/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.10.19",
".": "0.10.20",
"plugin/repeat": "0.1.8",
"plugin/convention": "0.1.3",
"plugin/lifecycle": "0.1.4",
Expand All @@ -10,7 +10,7 @@
"plugin/data": "0.1.6",
"plugin/inline": "0.1.5",
"plugin/bench": "0.1.5",
"plugin/codecov": "0.1.8",
"plugin/codecov": "0.1.9",
"bridge/symfony-console": "0.1.6",
"bridge/infection": "0.1.6"
}
Loading