Skip to content

Commit 52c7ab8

Browse files
committed
Fix phpunit version to 6.3.*
This will fix the build error.
1 parent 57d74c5 commit 52c7ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php-http/discovery": "^1.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^6.1",
25+
"phpunit/phpunit": "6.3.*",
2626
"symfony/stopwatch": "~2.5",
2727
"php-http/message": "^1.0",
2828
"php-http/mock-client": "^1.0",

0 commit comments

Comments
 (0)