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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.0.4 (2026-09-07)

- Updated development tooling: PHPUnit 13.3.1, PHP-CS-Fixer 3.95.22, Infection 0.35.2, Rector 2.6.3, and PHPStan 2.2.9.
- Removed a deprecated PHPUnit option from the branch-coverage runner so the release gate remains compatible with PHPUnit 13.3 and the lowest supported dependencies.
- No runtime API or SAV/ZSAV format changes.

## 3.0.3 (2026-08-03)

- Removed legacy package replacement metadata and remaining legacy project references from the active distribution.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.95",
"infection/infection": "^0.34",
"infection/infection": "^0.34 || ^0.35",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpstan/phpstan": "^2.2",
"phpstan/phpstan-phpunit": "^2.0",
Expand Down
Loading
Loading