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.

39 lines
789 B

{
"name": "glmdev/search",
"type": "library",
"description": "A simple tag-based search engine for Laravel models.",
"keywords": [
"glmdev",
"search",
"eloquent",
"laravel"
],
"homepage": "https://github.com/glmdev/search",
"license": "GPL-3.0",
"authors": [
{
"name": "Garrett Mills",
"email": "glmdev@outlook.com",
"homepage": "https://glmdev.github.io/",
"role": "Developer"
}
],
"require": {
"php" : "~5.5|~7.0"
},
"require-dev": {
"phpunit/phpunit" : "~4.0||~5.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3"
},
"autoload": {
"psr-4": {
"Glmdev\\Search\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Glmdev\\Search\\Test\\": "tests"
}
}
}