Files
weather/composer.json
Oh 120dee172b
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
PKG
2025-09-04 14:47:18 +02:00

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
}
}
}