49380ec99788089f7f435a402ca0cba8605a0ba0
[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#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "hash": "1c18f83b6e7cd2794ed46ab1259603cf",
8     "content-hash": "48867997935b86e96d572b0c195542ef",
9     "packages": [
10         {
11             "name": "pear/console_commandline",
12             "version": "v1.2.2",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/pear/Console_CommandLine.git",
16                 "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
21                 "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
22                 "shasum": ""
23             },
24             "require": {
25                 "ext-dom": "*",
26                 "ext-xml": "*",
27                 "pear/pear_exception": "^1.0.0",
28                 "php": ">=5.3.0"
29             },
30             "require-dev": {
31                 "phpunit/phpunit": "*"
32             },
33             "type": "library",
34             "autoload": {
35                 "psr-0": {
36                     "Console": "./"
37                 }
38             },
39             "notification-url": "https://packagist.org/downloads/",
40             "include-path": [
41                 ""
42             ],
43             "license": [
44                 "MIT"
45             ],
46             "authors": [
47                 {
48                     "name": "Richard Quadling",
49                     "email": "rquadling@gmail.com"
50                 },
51                 {
52                     "name": "David Jean Louis",
53                     "email": "izimobil@gmail.com"
54                 }
55             ],
56             "description": "A full featured command line options and arguments parser.",
57             "homepage": "https://github.com/pear/Console_CommandLine",
58             "keywords": [
59                 "console"
60             ],
61             "time": "2016-07-14 06:00:57"
62         },
63         {
64             "name": "pear/pear_exception",
65             "version": "v1.0.0",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/pear/PEAR_Exception.git",
69                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
74                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
75                 "shasum": ""
76             },
77             "require": {
78                 "php": ">=4.4.0"
79             },
80             "require-dev": {
81                 "phpunit/phpunit": "*"
82             },
83             "type": "class",
84             "extra": {
85                 "branch-alias": {
86                     "dev-master": "1.0.x-dev"
87                 }
88             },
89             "autoload": {
90                 "psr-0": {
91                     "PEAR": ""
92                 }
93             },
94             "notification-url": "https://packagist.org/downloads/",
95             "include-path": [
96                 "."
97             ],
98             "license": [
99                 "BSD-2-Clause"
100             ],
101             "authors": [
102                 {
103                     "name": "Helgi Thormar",
104                     "email": "dufuz@php.net"
105                 },
106                 {
107                     "name": "Greg Beaver",
108                     "email": "cellog@php.net"
109                 }
110             ],
111             "description": "The PEAR Exception base class.",
112             "homepage": "https://github.com/pear/PEAR_Exception",
113             "keywords": [
114                 "exception"
115             ],
116             "time": "2015-02-10 20:07:52"
117         },
118         {
119             "name": "phpmyadmin/sql-parser",
120             "version": "v3.4.10",
121             "source": {
122                 "type": "git",
123                 "url": "https://github.com/phpmyadmin/sql-parser.git",
124                 "reference": "5c0905149b38f3c68a5f0545efdcc33c687459ee"
125             },
126             "dist": {
127                 "type": "zip",
128                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/5c0905149b38f3c68a5f0545efdcc33c687459ee",
129                 "reference": "5c0905149b38f3c68a5f0545efdcc33c687459ee",
130                 "shasum": ""
131             },
132             "require": {
133                 "ext-mbstring": "*",
134                 "php": ">=5.3.0"
135             },
136             "require-dev": {
137                 "phpunit/php-code-coverage": "~2.0 || ~3.0",
138                 "phpunit/phpunit": "~4.8 || ~5.1"
139             },
140             "bin": [
141                 "bin/highlight-query",
142                 "bin/lint-query"
143             ],
144             "type": "library",
145             "autoload": {
146                 "psr-4": {
147                     "SqlParser\\": "src"
148                 }
149             },
150             "notification-url": "https://packagist.org/downloads/",
151             "license": [
152                 "GPL-2.0+"
153             ],
154             "authors": [
155                 {
156                     "name": "The phpMyAdmin Team",
157                     "email": "developers@phpmyadmin.net",
158                     "homepage": "https://www.phpmyadmin.net/team/"
159                 }
160             ],
161             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
162             "homepage": "https://github.com/phpmyadmin/sql-parser",
163             "keywords": [
164                 "analysis",
165                 "lexer",
166                 "parser",
167                 "sql"
168             ],
169             "time": "2016-10-03 16:28:09"
170         }
171     ],
172     "packages-dev": [],
173     "aliases": [],
174     "minimum-stability": "stable",
175     "stability-flags": [],
176     "prefer-stable": false,
177     "prefer-lowest": false,
178     "platform": [],
179     "platform-dev": []
180 }