Skip to content

Commit 6bc69b4

Browse files
author
Marco Cesarato
committed
Update composer.json
1 parent cbb5d43 commit 6bc69b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.",
44
"type": "library",
55
"license": "GPL-3.0-or-later",
6-
"minimum-stability": "dev",
6+
"minimum-stability": "stable",
77
"authors": [
88
{
99
"name": "Marco Cesarato",

0 commit comments

Comments
 (0)