Some checks failed
Tests / Tests PHP 7.4 (push) Has been cancelled
Tests / Tests PHP 8 (push) Has been cancelled
Tests / Tests PHP 8.1 (push) Has been cancelled
Tests / Tests PHP 7.4 (pull_request) Has been cancelled
Tests / Tests PHP 8 (pull_request) Has been cancelled
Tests / Tests PHP 8.1 (pull_request) Has been cancelled
28 lines
629 B
JSON
28 lines
629 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": "*",
|
|
"guzzlehttp/guzzle": "^7.8"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": false
|
|
}
|
|
}
|
|
}
|