Skip to content

Commit 84d6c36

Browse files
committed
[1.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 9decb8f commit 84d6c36

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
@@ -31,7 +31,7 @@
3131
"evenement/evenement": "^3.0 || ^2.0 || ^1.0"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
34+
"phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36",
3535
"clue/stream-filter": "~1.2"
3636
},
3737
"autoload": {

0 commit comments

Comments
 (0)