Files
weatherman/composer.json
2025-09-04 09:02:18 +02:00

20 lines
413 B
JSON

{
"name": "liberty/weatherman",
"description": "Package to get Windhoeks weather",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Liberty\\Weatherman\\": "src/"
}
},
"authors": [
{
"name": "Lee Sunde",
"email": "liberty@nampharm.com.na"
}
],
"minimum-stability": "stable",
"require": {}
}