32 lines
660 B
JSON
32 lines
660 B
JSON
{
|
|
"name": "ancientdruid/weatherman",
|
|
"description": "Package to get Windhoeks weather",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Liberty\\Weatherman\\": "src/",
|
|
"App\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Lee",
|
|
"email": "meh@np.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"slim/slim": "4.*",
|
|
"slim/psr7": "^1.7",
|
|
"php": "^8.0"
|
|
},
|
|
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "ssh://git.nampharm.com.na/leesvnde/weatherman.git"
|
|
}
|
|
]
|
|
}
|