27 lines
594 B
JSON
27 lines
594 B
JSON
{
|
|
"name": "ohrionmartin/weather",
|
|
"description": "Reusable Slim components for fetching weather via OpenWeather One Call API 3.0",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ohrionmartin\\Weather\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Oh Martin",
|
|
"email": "oh@nampharm.com.na"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"ext-json": "*"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": false
|
|
}
|
|
}
|
|
}
|