phing 2.16 does not like property overrides
[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": "642c0759e68495342f0e4ec0a8b45575",
8     "content-hash": "e52fa298a0c5ce2ff75067ab99b00ce7",
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": "v4.1.9",
121             "source": {
122                 "type": "git",
123                 "url": "https://github.com/phpmyadmin/sql-parser.git",
124                 "reference": "deac47217144b21056271674533b289239e1b279"
125             },
126             "dist": {
127                 "type": "zip",
128                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/deac47217144b21056271674533b289239e1b279",
129                 "reference": "deac47217144b21056271674533b289239e1b279",
130                 "shasum": ""
131             },
132             "require": {
133                 "ext-mbstring": "*",
134                 "php": ">=5.3.0"
135             },
136             "conflict": {
137                 "phpmyadmin/motranslator": "<3.0"
138             },
139             "require-dev": {
140                 "phpunit/php-code-coverage": "*",
141                 "phpunit/phpunit": "~4.8 || ~5.7"
142             },
143             "suggest": {
144                 "phpmyadmin/motranslator": "Translate messages to your favorite locale"
145             },
146             "bin": [
147                 "bin/highlight-query",
148                 "bin/lint-query"
149             ],
150             "type": "library",
151             "autoload": {
152                 "psr-4": {
153                     "PhpMyAdmin\\SqlParser\\": "src"
154                 }
155             },
156             "notification-url": "https://packagist.org/downloads/",
157             "license": [
158                 "GPL-2.0+"
159             ],
160             "authors": [
161                 {
162                     "name": "The phpMyAdmin Team",
163                     "email": "developers@phpmyadmin.net",
164                     "homepage": "https://www.phpmyadmin.net/team/"
165                 }
166             ],
167             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
168             "homepage": "https://github.com/phpmyadmin/sql-parser",
169             "keywords": [
170                 "analysis",
171                 "lexer",
172                 "parser",
173                 "sql"
174             ],
175             "time": "2017-07-12 14:54:33"
176         }
177     ],
178     "packages-dev": [],
179     "aliases": [],
180     "minimum-stability": "stable",
181     "stability-flags": [],
182     "prefer-stable": false,
183     "prefer-lowest": false,
184     "platform": [],
185     "platform-dev": []
186 }