Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Apr 25, 2014
1 parent eb69e33 commit 88e5c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
[![Latest Stable Version](https://poser.pugx.org/gajus/klaus/version.png)](https://packagist.org/packages/gajus/klaus)
[![License](https://poser.pugx.org/gajus/klaus/license.png)](https://packagist.org/packages/gajus/klaus)

Klaus is for constructing SQL `WHERE` clause based on user input. User input is an array generated using Klaus "advance search" form.
SQL `WHERE` clause constructor.

## How to construct SQL `WHERE` clause using Klaus?

Expand Down
4 changes: 2 additions & 2 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "gajus/klaus",
"version": "0.1.0",
"description": "SQL clause builder.",
"description": "SQL WHERE clause constructor.",
"keywords": ["query", "where", "clause"],
"homepage": "https://github.com/gajus/klaus",
"type": "library",
Expand All @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.5"
"php": ">=5.4"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
Expand Down

0 comments on commit 88e5c17

Please sign in to comment.