Skip to content

Commit 1cd9362

Browse files
committed
4.0 | Composer: update the version constraints for PHPUnit 11
PHPUnit has released a new version which fixes the process hanging, which was previously worked around via PR 1181. This commit updates the Composer version constraints to still allow a range of PHPUnit 11 version, while preventing the problematic versions from being installed. Related upstream issue: sebastianbergmann/phpunit 6304
1 parent c0301bc commit 1cd9362

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
@@ -36,7 +36,7 @@
3636
"ext-xmlwriter": "*"
3737
},
3838
"require-dev": {
39-
"phpunit/phpunit": "^8.0 || ^9.3.4 || ^10.5.32 || 11.3.3 - 11.5.28"
39+
"phpunit/phpunit": "^8.0 || ^9.3.4 || ^10.5.32 || 11.3.3 - 11.5.28 || ^11.5.31"
4040
},
4141
"bin": [
4242
"bin/phpcbf",

0 commit comments

Comments
 (0)