Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4dfb44d

Browse files
authored
Added "Other packages" section (#724)
* Added "Other packages" section * Typos * Minor * Require Beta2
1 parent b281da4 commit 4dfb44d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33

44
php: 7.0
55

6-
76
install:
87
- composer update --prefer-stable --prefer-dist
98

@@ -13,4 +12,3 @@ script:
1312
after_success:
1413
- wget https://scrutinizer-ci.com/ocular.phar
1514
- php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml
16-

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^7.0",
1616
"psr/simple-cache": "^1.0",
17-
"willdurand/geocoder": "^4.0"
17+
"willdurand/geocoder": "^4.0.0-beta2"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^6.1"

0 commit comments

Comments
 (0)