Skip to content

Commit 9b78ea6

Browse files
authored
Merge pull request #247 from reactphp/3.x-update-test-environment-for-PHP-7.2
[3.x] Update test environment for PHP 7.2 to compatible PHPUnit version
2 parents 772f1e9 + 65c6c3a commit 9b78ea6

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 || ^1.2.1"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^9.6 || ^7.5",
35+
"phpunit/phpunit": "^9.6 || ^8.5 || ^7.5",
3636
"react/async": "^4.3 || ^3 || ^2",
3737
"react/promise-timer": "^1.11"
3838
},

0 commit comments

Comments
 (0)