You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
450 B
JSON
25 lines
450 B
JSON
{
|
|
"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"}
|
|
}
|
|
}
|