-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 795 Bytes
/
Copy pathcomposer.json
File metadata and controls
23 lines (23 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "yarri/full-text-search-query-like",
"type": "library",
"description": "FullTextSearchQueryLike is a PHP class which transforms search strings into clever SQL conditions with the LIKE operator",
"keywords": ["SQL", "fulltext", "full-text", "like", "LIKE operator"],
"homepage": "https://github.com/atk14/FullTextSearchQueryLike",
"license": ["MIT"],
"authors": [
{
"name": "Jaromir Tomek",
"homepage": "https://github.com/yarri"
}
],
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"atk14/tester": "*"
},
"autoload": {
"classmap": ["src"]
}
}