Change package name for Packagist uniqueness
This commit is contained in:
@@ -1,22 +1,31 @@
|
|||||||
{
|
{
|
||||||
"name": "liberty/weatherman",
|
"name": "ancientdruid/weatherman",
|
||||||
"description": "Package to get Windhoeks weather",
|
"description": "Package to get Windhoeks weather",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Liberty\\Weatherman\\": "src/"
|
"Liberty\\Weatherman\\": "src/",
|
||||||
|
"App\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Lee Sunde",
|
"name": "Lee",
|
||||||
"email": "liberty@nampharm.com.na"
|
"email": "meh@np.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"require": {
|
"require": {
|
||||||
"slim/slim": "4.*",
|
"slim/slim": "4.*",
|
||||||
"slim/psr7": "^1.7"
|
"slim/psr7": "^1.7",
|
||||||
}
|
"php": "^8.0"
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "ssh://git.nampharm.com.na/leesvnde/weatherman.git"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user