Skip to content

Commit 0b45df3

Browse files
authored
Merge pull request #284 from WyriHaximus-labs/3.x-update-test-environment-for-PHP-7.2
[3.x] Update test environment for PHP 7.2 to compatible PHPUnit version
2 parents f4c53d9 + f99ca86 commit 0b45df3

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
@@ -29,7 +29,7 @@
2929
"php": ">=7.1"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^9.6 || ^7.5"
32+
"phpunit/phpunit": "^9.6 || ^8.5 || ^7.5"
3333
},
3434
"suggest": {
3535
"ext-pcntl": "For signal handling support when using the StreamSelectLoop"

0 commit comments

Comments
 (0)