We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b281da4 commit 4dfb44dCopy full SHA for 4dfb44d
.travis.yml
@@ -3,7 +3,6 @@ sudo: false
3
4
php: 7.0
5
6
-
7
install:
8
- composer update --prefer-stable --prefer-dist
9
@@ -13,4 +12,3 @@ script:
13
12
after_success:
14
- wget https://scrutinizer-ci.com/ocular.phar
15
- php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml
16
composer.json
@@ -14,7 +14,7 @@
"require": {
"php": "^7.0",
"psr/simple-cache": "^1.0",
17
- "willdurand/geocoder": "^4.0"
+ "willdurand/geocoder": "^4.0.0-beta2"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "^6.1"
0 commit comments