Skip to content

Commit

Permalink
PHPUnit8 support (#2)
Browse files Browse the repository at this point in the history
* phpunit8 support
  • Loading branch information
yevgeniyskulditskiy authored Feb 14, 2022
1 parent 90102ea commit b6ddcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": "^7.1",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.0 || ^8.0",
"symfony/yaml": "^3.0 || ^4.0 || ^5.0",
"ext-pdo": "*",
"ext-simplexml": "*"
Expand Down

0 comments on commit b6ddcab

Please sign in to comment.