29 lines
882 B
JSON
29 lines
882 B
JSON
|
{
|
||
|
"name": "koneko/laravel-exchange-rates-api",
|
||
|
"description": "Laravel Exchange Rates API, es un Servicio para obtener las tasas de cambio de las principales monedas del mundo.",
|
||
|
"keywords": ["laravel", "koneko", "framework", "api", "exchange", "rates", "currencies"],
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"require": {
|
||
|
"php": "^8.2",
|
||
|
"laravel/framework": "^11.31"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Koneko\\ExchangeRatesApi\\": ""
|
||
|
}
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Arturo Corro Pacheco",
|
||
|
"email": "arturo@koneko.mx"
|
||
|
}
|
||
|
],
|
||
|
"support": {
|
||
|
"source": "https://github.com/koneko-mx/laravel-exchange-rates-api",
|
||
|
"issues": "https://github.com/koneko-mx/laravel-exchange-rates-api/issues"
|
||
|
},
|
||
|
"minimum-stability": "dev",
|
||
|
"prefer-stable": true
|
||
|
}
|