Skip to content

Commit bb94e7e

Browse files
authored
Bump phpunit/phpunit to fix CVE-2026-24765 (#55)
* Bump phpunit/phpunit to fix CVE-2026-24765 Unsafe deserialization vulnerability in PHPT code coverage handling. GHSA-vvj3-c3rp-c85p * Update shipmonk/phpstan-rules to work with latest PHPStan
1 parent b997803 commit bb94e7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"ergebnis/composer-normalize": "^2.45",
2323
"phpstan/phpstan-phpunit": "2.0.6",
2424
"phpstan/phpstan-strict-rules": "2.0.4",
25-
"phpunit/phpunit": "9.6.23",
25+
"phpunit/phpunit": "^9.6.33",
2626
"shipmonk/coding-standard": "^0.2.0",
2727
"shipmonk/composer-dependency-analyser": "1.8.3",
2828
"shipmonk/dead-code-detector": "^0.11.0",
2929
"shipmonk/name-collision-detector": "2.1.1",
30-
"shipmonk/phpstan-rules": "4.1.2"
30+
"shipmonk/phpstan-rules": "4.3.5"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)