Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
chamamme committed Aug 18, 2018
1 parent 623c590 commit ef09e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ef09e90

Please sign in to comment.