We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4771bfc commit e57e979Copy full SHA for e57e979
composer.json
@@ -1,14 +1,15 @@
1
{
2
"name": "peterujah/php-search-controller",
3
"type": "library",
4
- "description": "Php advance search class for mysql database.",
+ "description": "Php advance mysql database search to perform search operations.",
5
"keywords": [
6
"library",
7
"search",
8
"php",
9
"php search",
10
"mysql search",
11
"sql search",
12
+ "mysql query",
13
"advance search",
14
"search class",
15
"php search class"
@@ -25,7 +26,7 @@
25
26
},
27
"extra": {
28
"branch-alias": {
- "dev-master": "1.3-dev"
29
+ "dev-master": "1.4-dev"
30
}
31
32
"autoload": {
0 commit comments