forked from rexshijaku/sql-to-ci-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
131 lines (131 loc) · 4.68 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e19d65930fbfb24f2aa7a01fca8b13ff",
"packages": [
{
"name": "greenlion/php-sql-parser",
"version": "v4.5.0",
"source": {
"type": "git",
"url": "https://github.com/greenlion/PHP-SQL-Parser.git",
"reference": "a5d5c292d97271c95140192e6f0e962916e39b50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/greenlion/PHP-SQL-Parser/zipball/a5d5c292d97271c95140192e6f0e962916e39b50",
"reference": "a5d5c292d97271c95140192e6f0e962916e39b50",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"analog/analog": "^1.0.6",
"phpunit/phpunit": "^9.5.13",
"squizlabs/php_codesniffer": "^1.5.1"
},
"type": "library",
"autoload": {
"psr-0": {
"PHPSQLParser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Justin Swanhart",
"email": "[email protected]",
"homepage": "http://code.google.com/u/[email protected]/",
"role": "Owner"
},
{
"name": "André Rothe",
"email": "[email protected]",
"homepage": "https://www.phosco.info",
"role": "Committer"
}
],
"description": "A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL",
"homepage": "https://github.com/greenlion/PHP-SQL-Parser",
"keywords": [
"creator",
"mysql",
"parser",
"sql"
],
"support": {
"issues": "https://github.com/greenlion/PHP-SQL-Parser/issues",
"source": "https://github.com/greenlion/PHP-SQL-Parser"
},
"time": "2022-02-01T09:26:56+00:00"
},
{
"name": "rexshijaku/sql-to-ci-builder",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/rexshijaku/sql-to-ci-builder.git",
"reference": "f46d24417b537bedc17df38fa8e9b71f93d65e23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rexshijaku/sql-to-ci-builder/zipball/f46d24417b537bedc17df38fa8e9b71f93d65e23",
"reference": "f46d24417b537bedc17df38fa8e9b71f93d65e23",
"shasum": ""
},
"require": {
"greenlion/php-sql-parser": "^4.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "library",
"autoload": {
"psr-4": {
"RexShijaku\\SQLToCIBuilder\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rexhep Shijaku",
"email": "[email protected]",
"homepage": "https://github.com/rexshijaku"
}
],
"description": "SQL to Codeigniter Query Builder",
"homepage": "https://github.com/rexshijaku/sql-to-ci-builder",
"keywords": [
"active-record",
"codeigniter",
"codeigniter-database",
"sql-to-builder",
"sql-to-codeigniter"
],
"support": {
"issues": "https://github.com/rexshijaku/sql-to-ci-builder/issues",
"source": "https://github.com/rexshijaku/sql-to-ci-builder/tree/1.0.4"
},
"time": "2021-06-14T21:04:15+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}