Skip to content

Commit cf76053

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 f48623b commit cf76053

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
@@ -33,7 +33,7 @@
3333
"require-dev": {
3434
"clue/stream-filter": "^1.2",
3535
"phpstan/phpstan": "1.12.19 || 1.4.10",
36-
"phpunit/phpunit": "^9.6 || ^7.5"
36+
"phpunit/phpunit": "^9.6 || ^8.5 || ^7.5"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)