Skip to content

Commit 274b9a6

Browse files
committed
Updated composer.json
1 parent a4be242 commit 274b9a6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LightSQLParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright Copyright (c) 2018
99
* @license http://opensource.org/licenses/gpl-3.0.html GNU Public License
1010
* @link https://github.com/marcocesarato/PHP-Light-SQL-Parser-Class
11-
* @version 0.1.95
11+
* @version 0.1.96
1212
*/
1313
class LightSQLParser
1414
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP Light SQL Parser Class
22

3-
**Version:** 0.1.94 beta
3+
**Version:** 0.1.96 beta
44

55
**Github:** https://github.com/marcocesarato/PHP-Light-SQL-Parser-Class
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "marcocesarato/sqlparser",
33
"description": " This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.",
4-
"type": "console",
4+
"type": "library",
55
"license": "GPL-3.0-or-later",
66
"minimum-stability": "dev",
77
"authors": [

0 commit comments

Comments
 (0)