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