Skip to content

Commit b0224f0

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 c472938 commit b0224f0

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/promise": "^3.2 || ^2.1 || ^1.2"
3535
},
3636
"require-dev": {
37-
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
37+
"phpunit/phpunit": "^9.6 || ^8.5 || ^5.7 || ^4.8.36",
3838
"react/async": "^4.3 || ^3 || ^2"
3939
},
4040
"autoload": {

0 commit comments

Comments
 (0)