Skip to content

Commit 3026b5b

Browse files
authored
[3.x] Update test environment for PHP 7.2 to compatible PHPUnit version
These changes ensure we can continue to run PHPUnit on PHP 7.2 by updating PHPUnit to 8.5. This is due to recent improvements in composer as discussed in reactphp/event-loop#284.
1 parent 23444f5 commit 3026b5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"require-dev": {
3131
"phpstan/phpstan": "1.12.28 || 1.4.10",
32-
"phpunit/phpunit": "^9.6 || ^7.5"
32+
"phpunit/phpunit": "^9.6 || ^8.5 || ^7.5"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)