laravel-geolocation-api/composer.json

29 lines
839 B
JSON
Raw Normal View History

2025-03-05 19:49:29 -06:00
{
"name": "koneko/laravel-geolocation-api",
"description": "Laravel Geolocation API, un servicico para obtener coordenadas GPS a partir de una dirección.",
"keywords": ["laravel", "koneko", "framework", "geolocation", "api", "gps"],
"type": "library",
"license": "MIT",
"require": {
"php": "^8.2",
"laravel/framework": "^11.31"
},
"autoload": {
"psr-4": {
"Koneko\\GeolocationApi\\": ""
}
},
"authors": [
{
"name": "Arturo Corro Pacheco",
"email": "arturo@koneko.mx"
}
],
"support": {
"source": "https://github.com/koneko-mx/laravel-geolocation-api",
"issues": "https://github.com/koneko-mx/laravel-geolocation-api/issues"
},
"minimum-stability": "dev",
"prefer-stable": true
}