forked from buonzz/laravel-4-freegeoip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 830 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "buonzz/laravel-4-freegeoip",
"description": "Laravel 4 Library for detecting geogpraphical location info of your visitors",
"keywords": ["geoip", "freegeoip.net", "ip to location", "track location", "maps", "retrieve location", "no local geodatabase required"],
"license": "MIT",
"homepage": "http://www.darwinbiler.com/laravel-4-freegeoip/docs/v1.0.1",
"authors": [
{
"name": "Darwin Biler",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.7",
"ext-curl" : "*",
"lib-curl" : "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpdocumentor/phpdocumentor": "2.*"
},
"autoload": {
"psr-0": {
"Buonzz\\GeoIP\\": "src/"
}
}
}