Files
weatherman/composer.json

22 lines
473 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": {
"slim/slim": "4.*",
"slim/psr7": "^1.7"
}
}