Skip to content

Commit 70add34

Browse files
committed
Fix phpunit version to 6.3.*
This will fix the build error.
1 parent 0dfa856 commit 70add34

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
@@ -17,7 +17,7 @@
1717
"willdurand/geocoder": "^4.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^6.1",
20+
"phpunit/phpunit": "6.3.*",
2121
"geocoder-php/provider-integration-tests": "^1.0",
2222
"php-http/message": "^1.0",
2323
"php-http/curl-client": "^1.7",

0 commit comments

Comments
 (0)