first commit

This commit is contained in:
Guillermo Dev
2018-10-10 14:06:21 +02:00
commit 3b85ebdc40
5 changed files with 1911 additions and 0 deletions

28
composer.json Normal file
View 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"
}
}