first commit
This commit is contained in:
28
composer.json
Normal file
28
composer.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name" : "bsr/search",
|
||||
"description" : "Bsr solr search module - requiring webservice for exception class",
|
||||
"authors" : [
|
||||
{
|
||||
"name" : "Simon"
|
||||
},
|
||||
{
|
||||
"name" : "Guillermo"
|
||||
}
|
||||
],
|
||||
"repositories" : [
|
||||
{
|
||||
"type" : "vcs",
|
||||
"url" : "https://usrpath@bitbucket.org/usrpath/webservice.git"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {"BSR\\Search\\" : "src/"}
|
||||
},
|
||||
"require" : {
|
||||
"bsr/webservice" : "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"pds/skeleton": "^1.0",
|
||||
"phpunit/phpunit": "^6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user