Skip to content

Commit b25e71c

Browse files
authored
Merge pull request #787 from Nyholm/build-error
Fix phpunit version to 6.3.*
2 parents 7078f43 + 9f71093 commit b25e71c

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
@@ -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)