You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
949 B
JSON
36 lines
949 B
JSON
{
|
|
"name": "ae3/laravel-geo-layer",
|
|
"description": "Biblioteca para converter endereços em coordenadas geográficas (latitude e longitude) e vice-versa.",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ae3\\LaravelGeoLayer\\": "src/",
|
|
"Ae3\\LaravelGeoLayer\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "José Tobias de Freitas Neto",
|
|
"email": "tobias@ae3tecnologia.com.br"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.1",
|
|
"laravel/framework": ">=9.19",
|
|
"spatie/geocoder": "^3.15",
|
|
"spatie/laravel-data": "^3.11"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Ae3\\LaravelGeoLayer\\app\\Providers\\LaravelGeoServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"orchestra/testbench": "^7.38",
|
|
"phpunit/phpunit": "^9.6"
|
|
}
|
|
}
|