Skip to content

Commit

Permalink
Added "Other packages" section (#724)
Browse files Browse the repository at this point in the history
* Added "Other packages" section

* Typos

* Minor

* Require Beta2
  • Loading branch information
Nyholm committed Jun 30, 2017
1 parent b281da4 commit 4dfb44d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,6 @@ sudo: false

php: 7.0


install:
- composer update --prefer-stable --prefer-dist

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

2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^7.0",
"psr/simple-cache": "^1.0",
"willdurand/geocoder": "^4.0"
"willdurand/geocoder": "^4.0.0-beta2"
},
"require-dev": {
"phpunit/phpunit": "^6.1"
Expand Down

0 comments on commit 4dfb44d

Please sign in to comment.