Skip to content

Commit 79e6909

Browse files
committed
Require phpunit ^11.5.46 in all composer.json files
1 parent 52a02ff commit 79e6909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require-dev": {
2929
"phpstan/phpstan": "^2.1",
3030
"phpstan/phpstan-strict-rules": "^2.0",
31-
"phpunit/phpunit": "^11.5"
31+
"phpunit/phpunit": "^11.5.46"
3232
},
3333
"minimum-stability": "dev",
3434
"prefer-stable": true,

0 commit comments

Comments
 (0)