From c6bcb46ddcac60083f4322d760725c38bba7534d Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Mon, 17 Feb 2014 20:15:41 -0500 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eb7c0dc..eb91e14 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A query builder/database abstraction layer, using prepared queries for security. ## Requirements * Pdo extensions for the databases you wish to use (unless it's Firebird, in which case, the interbase extension is required) -* PHP 5.2+ +* PHP 5.3+ ## Databases Supported @@ -14,7 +14,6 @@ A query builder/database abstraction layer, using prepared queries for security. * MySQL * PostgreSQL * SQLite -* Others, via ODBC ## Including Query in your application