mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2024-11-24 05:42:19 +08:00
40 lines
1011 B
JSON
Executable File
40 lines
1011 B
JSON
Executable File
{
|
|
"name": "lorisleiva/laravel-search-string",
|
|
"type": "library",
|
|
"description": "Generates database queries based on one unique string using a simple and customizable syntax.",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Loris Leiva",
|
|
"email": "loris.leiva@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
|
|
"hoa/compiler": "^3.17",
|
|
"sanmai/hoa-protocol": "^1.17"
|
|
},
|
|
"require-dev": {
|
|
"orchestra/testbench": "^4.0|^5.0|^6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lorisleiva\\LaravelSearchString\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Lorisleiva\\LaravelSearchString\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Lorisleiva\\LaravelSearchString\\ServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|