update composer.json
This commit is contained in:
parent
a8dc2cfdd2
commit
685335992b
|
@ -1,13 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "meta-tech/PwsAuth",
|
"name" : "meta-tech/pws-auth",
|
||||||
"license": "MIT",
|
"type" : "library",
|
||||||
"type": "library",
|
"homepage" : "https://github.com/meta-tech/pws-auth",
|
||||||
"autoload": {
|
"description" : "PwsAuth is an authentication protocol throught http header designed to web services",
|
||||||
"psr-4": {
|
"license" : "MIT",
|
||||||
"": "src/"
|
"authors" : [
|
||||||
|
{
|
||||||
|
"name" : "a-Sansara",
|
||||||
|
"homepage" : "https://github.com/a-sansara/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"keywords" : ["Authentication", "Protocol", "WebService", "Http", "PwsAuth"],
|
||||||
|
"autoload" : {
|
||||||
|
"psr-4" : {
|
||||||
|
"" : "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require" : {
|
||||||
"symfony/yaml": "^3.2"
|
"symfony/yaml": "^3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user