Add documentation on installing via composer
[php-sqllint.git] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "b75c33e07bfbe6757463c7919f4adff6",
8     "packages": [
9         {
10             "name": "pear/console_commandline",
11             "version": "v1.2.2",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/pear/Console_CommandLine.git",
15                 "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
20                 "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-dom": "*",
25                 "ext-xml": "*",
26                 "pear/pear_exception": "^1.0.0",
27                 "php": ">=5.3.0"
28             },
29             "require-dev": {
30                 "phpunit/phpunit": "*"
31             },
32             "type": "library",
33             "autoload": {
34                 "psr-0": {
35                     "Console": "./"
36                 }
37             },
38             "notification-url": "https://packagist.org/downloads/",
39             "include-path": [
40                 ""
41             ],
42             "license": [
43                 "MIT"
44             ],
45             "authors": [
46                 {
47                     "name": "Richard Quadling",
48                     "email": "rquadling@gmail.com"
49                 },
50                 {
51                     "name": "David Jean Louis",
52                     "email": "izimobil@gmail.com"
53                 }
54             ],
55             "description": "A full featured command line options and arguments parser.",
56             "homepage": "https://github.com/pear/Console_CommandLine",
57             "keywords": [
58                 "console"
59             ],
60             "time": "2016-07-14T06:00:57+00:00"
61         },
62         {
63             "name": "pear/pear_exception",
64             "version": "v1.0.1",
65             "source": {
66                 "type": "git",
67                 "url": "https://github.com/pear/PEAR_Exception.git",
68                 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
69             },
70             "dist": {
71                 "type": "zip",
72                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
73                 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
74                 "shasum": ""
75             },
76             "require": {
77                 "php": ">=4.4.0"
78             },
79             "require-dev": {
80                 "phpunit/phpunit": "*"
81             },
82             "type": "class",
83             "extra": {
84                 "branch-alias": {
85                     "dev-master": "1.0.x-dev"
86                 }
87             },
88             "autoload": {
89                 "classmap": [
90                     "PEAR/"
91                 ]
92             },
93             "notification-url": "https://packagist.org/downloads/",
94             "include-path": [
95                 "."
96             ],
97             "license": [
98                 "BSD-2-Clause"
99             ],
100             "authors": [
101                 {
102                     "name": "Helgi Thormar",
103                     "email": "dufuz@php.net"
104                 },
105                 {
106                     "name": "Greg Beaver",
107                     "email": "cellog@php.net"
108                 }
109             ],
110             "description": "The PEAR Exception base class.",
111             "homepage": "https://github.com/pear/PEAR_Exception",
112             "keywords": [
113                 "exception"
114             ],
115             "time": "2019-12-10T10:24:42+00:00"
116         },
117         {
118             "name": "phpmyadmin/sql-parser",
119             "version": "4.6.1",
120             "source": {
121                 "type": "git",
122                 "url": "https://github.com/phpmyadmin/sql-parser.git",
123                 "reference": "fd339b2b40b7910659c842891eb36d1d15079fcb"
124             },
125             "dist": {
126                 "type": "zip",
127                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/fd339b2b40b7910659c842891eb36d1d15079fcb",
128                 "reference": "fd339b2b40b7910659c842891eb36d1d15079fcb",
129                 "shasum": ""
130             },
131             "require": {
132                 "php": ">=5.3.0",
133                 "symfony/polyfill-mbstring": "^1.3"
134             },
135             "conflict": {
136                 "phpmyadmin/motranslator": "<3.0"
137             },
138             "require-dev": {
139                 "phpunit/php-code-coverage": "*",
140                 "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5 || ^7.0",
141                 "sami/sami": "^4.0",
142                 "squizlabs/php_codesniffer": "~2.9 || ~3.4"
143             },
144             "suggest": {
145                 "ext-mbstring": "For best performance",
146                 "phpmyadmin/motranslator": "Translate messages to your favorite locale"
147             },
148             "bin": [
149                 "bin/highlight-query",
150                 "bin/lint-query",
151                 "bin/tokenize-query"
152             ],
153             "type": "library",
154             "autoload": {
155                 "psr-4": {
156                     "PhpMyAdmin\\SqlParser\\": "src"
157                 }
158             },
159             "notification-url": "https://packagist.org/downloads/",
160             "license": [
161                 "GPL-2.0-or-later"
162             ],
163             "authors": [
164                 {
165                     "name": "The phpMyAdmin Team",
166                     "email": "developers@phpmyadmin.net",
167                     "homepage": "https://www.phpmyadmin.net/team/"
168                 }
169             ],
170             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
171             "homepage": "https://github.com/phpmyadmin/sql-parser",
172             "keywords": [
173                 "analysis",
174                 "lexer",
175                 "parser",
176                 "sql"
177             ],
178             "time": "2020-03-21T00:16:38+00:00"
179         },
180         {
181             "name": "symfony/polyfill-mbstring",
182             "version": "v1.15.0",
183             "source": {
184                 "type": "git",
185                 "url": "https://github.com/symfony/polyfill-mbstring.git",
186                 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
187             },
188             "dist": {
189                 "type": "zip",
190                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
191                 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
192                 "shasum": ""
193             },
194             "require": {
195                 "php": ">=5.3.3"
196             },
197             "suggest": {
198                 "ext-mbstring": "For best performance"
199             },
200             "type": "library",
201             "extra": {
202                 "branch-alias": {
203                     "dev-master": "1.15-dev"
204                 }
205             },
206             "autoload": {
207                 "psr-4": {
208                     "Symfony\\Polyfill\\Mbstring\\": ""
209                 },
210                 "files": [
211                     "bootstrap.php"
212                 ]
213             },
214             "notification-url": "https://packagist.org/downloads/",
215             "license": [
216                 "MIT"
217             ],
218             "authors": [
219                 {
220                     "name": "Nicolas Grekas",
221                     "email": "p@tchwork.com"
222                 },
223                 {
224                     "name": "Symfony Community",
225                     "homepage": "https://symfony.com/contributors"
226                 }
227             ],
228             "description": "Symfony polyfill for the Mbstring extension",
229             "homepage": "https://symfony.com",
230             "keywords": [
231                 "compatibility",
232                 "mbstring",
233                 "polyfill",
234                 "portable",
235                 "shim"
236             ],
237             "funding": [
238                 {
239                     "url": "https://symfony.com/sponsor",
240                     "type": "custom"
241                 },
242                 {
243                     "url": "https://github.com/fabpot",
244                     "type": "github"
245                 },
246                 {
247                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
248                     "type": "tidelift"
249                 }
250             ],
251             "time": "2020-03-09T19:04:49+00:00"
252         }
253     ],
254     "packages-dev": [],
255     "aliases": [],
256     "minimum-stability": "stable",
257     "stability-flags": [],
258     "prefer-stable": false,
259     "prefer-lowest": false,
260     "platform": {
261         "ext-mbstring": "*"
262     },
263     "platform-dev": [],
264     "plugin-api-version": "1.1.0"
265 }