Skip to content

Commit cac8eb3

Browse files
committed
[3.x] Update test environment for PHP 7.2 to compatible PHPUnit version
This changes ensures we can continue 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 452f2de commit cac8eb3

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
@@ -34,7 +34,7 @@
3434
"react/stream": "^1.4"
3535
},
3636
"require-dev": {
37-
"phpunit/phpunit": "^9.6 || ^7.5",
37+
"phpunit/phpunit": "^9.6 || ^8.5 || ^7.5",
3838
"react/async": "^4.3 || ^3",
3939
"react/promise-stream": "^1.4",
4040
"react/promise-timer": "^1.11"

0 commit comments

Comments
 (0)