You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
364 B

8 years ago
{
"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": {
8 years ago
"Element\\Search\\": "src/"
8 years ago
}
}
}