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

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