composer
parent
e8071a22c8
commit
adb8552602
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name" : "bsr/webservice",
|
||||||
|
"description" : "Webservice a library",
|
||||||
|
"repositories" : [
|
||||||
|
{
|
||||||
|
"type" : "vcs",
|
||||||
|
"url" : "https://usrpath@bitbucket.org/usrpath/webservice.git"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"authors" : [
|
||||||
|
{
|
||||||
|
"name" : "Simon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "Guillermo"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require" : {
|
||||||
|
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {"BSR\\Lib\\" : "Lib"}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue