Skip to content

Commit 7cf113d

Browse files
authored
[1.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 bff2f1b commit 7cf113d

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
@@ -32,7 +32,7 @@
3232
"react/promise": "^3.2 || ^2.7.0 || ^1.2.1"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
35+
"phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)