This repository was archived by the owner on Nov 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /.idea
2+ /build
13/vendor
24composer.phar
35composer.lock
4- .DS_Store
6+ .DS_Store
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Eloquent Geonames
44[ ![ Build Status] ( https://travis-ci.org/ipalaus/geonames.png?branch=master )] ( https://travis-ci.org/ipalaus/geonames )
55[ ![ Coverage Status] ( https://coveralls.io/repos/ipalaus/geonames/badge.png?branch=master )] ( https://coveralls.io/r/ipalaus/geonames?branch=master )
66
7- A collection of Eloquent models and Commands to get all the power of GeoNames in Laravel 5.1 .
7+ A collection of Eloquent models and Commands to get all the power of GeoNames in Laravel.
88
99Installation
1010------------
@@ -14,11 +14,13 @@ Add `ipalaus/geonames` as a requirement to composer.json:
1414``` javascript
1515{
1616 " require" : {
17- " ipalaus/geonames" : " 1 .0.*"
17+ " ipalaus/geonames" : " 3 .0.*"
1818 }
1919}
2020```
2121
22+ ** Note** : if you're using Laravel 5.1 you can use the version ` "ipalaus/geonames": "2.0.*" ` .
23+
2224Update your packages with ` composer update ` or install with ` composer install ` .
2325
2426Once you have installed the dependency, you need to register ` geonames ` in Laravel. Open your
Load diff This file was deleted.
Original file line number Diff line number Diff line change 2222 "illuminate/database" : " >=5.1.0" ,
2323 "illuminate/filesystem" : " >=5.1.0" ,
2424 "illuminate/support" : " >=5.1.0" ,
25- "symfony/process" : " 2.7 .*"
25+ "symfony/process" : " 2.8.*|3.0 .*"
2626 },
2727 "require-dev" : {
28- "mockery/mockery" : " 0.8.0 " ,
29- "phpunit/phpunit" : " 3.7.* "
28+ "mockery/mockery" : " ~0.9.2 " ,
29+ "phpunit/phpunit" : " ~4.1 "
3030 },
3131 "autoload" : {
3232 "psr-4" : {
Original file line number Diff line number Diff line change @@ -336,4 +336,4 @@ public function line($string)
336336 //
337337 }
338338
339- }
339+ }
You can’t perform that action at this time.
0 commit comments