Skip to content

Commit fa85950

Browse files
committed
Fix phpunit version to 6.3.*
This will fix the build error.
1 parent 6c6730d commit fa85950

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.1"
2222
},
2323
"provide": {

0 commit comments

Comments
 (0)