2016-07-09 02:25:44 +00:00
|
|
|
{
|
|
|
|
"name": "element/search",
|
|
|
|
"description": "A simple tag-based search engine for Laravel models.",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "glmdev",
|
|
|
|
"email": "glmdev@outlook.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2016-07-09 02:46:32 +00:00
|
|
|
"Element\\Search\\": "src/"
|
2016-07-09 02:25:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|