composer
This commit is contained in:
@@ -26,4 +26,4 @@ class Renderer {
|
||||
$formatter = Formatter::getFormatter();
|
||||
$formatter->render($data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
24
composer.json
Normal file
24
composer.json
Normal file
@@ -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"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user