Initial Release

This commit is contained in:
2025-09-04 09:01:10 +02:00
parent da30cfdfd1
commit 01d53befb1
4 changed files with 72 additions and 0 deletions

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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": {}
}