Skip to content

Commit c2d7fe9

Browse files
authored
chore: add support for PHPUnit 8 (#5252)
1 parent 6be2f59 commit c2d7fe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"google/gax": "^1.6.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^4.8|^5.0",
29+
"phpunit/phpunit": "^4.8|^5.0|^8.0",
30+
"yoast/phpunit-polyfills": "^1.0",
3031
"phpdocumentor/reflection": "^3.0"
3132
},
3233
"suggest": {

0 commit comments

Comments
 (0)