Skip to content

Commit bd04319

Browse files
committed
Fix phpunit version to 6.3.*
This will fix the build error.
1 parent ec0a1d2 commit bd04319

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
@@ -18,7 +18,7 @@
1818
"igorw/get-in": "^1.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^6.1",
21+
"phpunit/phpunit": "6.3.*",
2222
"geocoder-php/provider-integration-tests": "^1.0",
2323
"php-http/message": "^1.0",
2424
"php-http/curl-client": "^1.7",

0 commit comments

Comments
 (0)