From ef09e909806dd8628ddd02503563dec14d482662 Mon Sep 17 00:00:00 2001 From: Andrew Chamamme Date: Sat, 18 Aug 2018 20:12:45 +0000 Subject: [PATCH] Readme updated --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5b1859..bae149d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ NoQuery currently supports MySQL, Firebird-Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due its leverage on ADODB. ## Installation - > composer install noquery + > composer require chamamme/noquery ## Configuration NoQuery requires a configuration array. A typical configuration looks like diff --git a/composer.json b/composer.json index 591fc84..fb109b9 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "keywords" : [ "noquery", "database","adodb","orcons", "abstraction", "layer", "library", "php","query builder","MySQL", "Firebird" , "Interbase", "PostgreSQL", "SQLite3", "Oracle", "Microsoft SQL Server", "Foxpro ODBC", "Access ODBC", "Informix", "DB2", "Sybase", "Sybase SQL Anywhere", "generic ODBC", "Microsoft ADO" ], + "keywords" : [ "noquery", "database","adodb", "PostgreSQL", "SQLite3", "Oracle", "Microsoft SQL Server", "Foxpro ODBC","orcons", "abstraction", "layer", "library", "php","query builder","MySQL", "Firebird" , "Interbase", "Access ODBC", "Informix", "DB2", "Sybase", "Sybase SQL Anywhere", "generic ODBC", "Microsoft ADO" ], "require": { "php": "^7.0", "adodb/adodb-php": "5.20.9"