87c160aac0382e287864d4300a7063ea324369ff
[bdrem.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": "3c1f0b1522a2c5b6d68ba625069b424a",
8     "packages": [
9         {
10             "name": "pear/console_color2",
11             "version": "0.1.2",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/pear/Console_Color2.git",
15                 "reference": "cab2b886aa55cc9e23464d1f49edf97bee9f5a63"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/pear/Console_Color2/zipball/cab2b886aa55cc9e23464d1f49edf97bee9f5a63",
20                 "reference": "cab2b886aa55cc9e23464d1f49edf97bee9f5a63",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.0.0"
25             },
26             "type": "library",
27             "autoload": {
28                 "psr-0": {
29                     "Console_Color2": ""
30                 }
31             },
32             "notification-url": "https://packagist.org/downloads/",
33             "license": [
34                 "MIT"
35             ],
36             "authors": [
37                 {
38                     "name": "Daniel O'Connor",
39                     "email": "daniel.oconnor@gmail.com",
40                     "role": "Pear Developer"
41                 },
42                 {
43                     "name": "Stefan Walk",
44                     "email": "et@php.net"
45                 },
46                 {
47                     "name": "Scott Mattocks",
48                     "email": "scottmattocks@php.net"
49                 }
50             ],
51             "description": "This Class allows you to easily use ANSI console colors in your application.",
52             "homepage": "https://github.com/pear/Console_Color2",
53             "keywords": [
54                 "console"
55             ],
56             "support": {
57                 "source": "https://github.com/pear/Console_Color2/tree/0.1.2"
58             },
59             "time": "2012-10-23T11:52:18+00:00"
60         },
61         {
62             "name": "pear/console_commandline",
63             "version": "v1.2.3",
64             "source": {
65                 "type": "git",
66                 "url": "https://github.com/pear/Console_CommandLine.git",
67                 "reference": "331b295d00c9fa2dae30fe14538d430d72d954c6"
68             },
69             "dist": {
70                 "type": "zip",
71                 "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/331b295d00c9fa2dae30fe14538d430d72d954c6",
72                 "reference": "331b295d00c9fa2dae30fe14538d430d72d954c6",
73                 "shasum": ""
74             },
75             "require": {
76                 "ext-dom": "*",
77                 "ext-xml": "*",
78                 "pear/pear_exception": "^1.0.0",
79                 "php": ">=5.3.0"
80             },
81             "require-dev": {
82                 "phpunit/phpunit": "*"
83             },
84             "type": "library",
85             "autoload": {
86                 "psr-0": {
87                     "Console": "./"
88                 },
89                 "exclude-from-classmap": [
90                     "tests/"
91                 ]
92             },
93             "notification-url": "https://packagist.org/downloads/",
94             "include-path": [
95                 ""
96             ],
97             "license": [
98                 "MIT"
99             ],
100             "authors": [
101                 {
102                     "name": "Richard Quadling",
103                     "email": "rquadling@gmail.com"
104                 },
105                 {
106                     "name": "David Jean Louis",
107                     "email": "izimobil@gmail.com"
108                 }
109             ],
110             "description": "A full featured command line options and arguments parser.",
111             "homepage": "https://github.com/pear/Console_CommandLine",
112             "keywords": [
113                 "console"
114             ],
115             "support": {
116                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_CommandLine",
117                 "source": "https://github.com/pear/Console_CommandLine"
118             },
119             "time": "2020-04-16T15:04:15+00:00"
120         },
121         {
122             "name": "pear/console_getopt",
123             "version": "v1.4.3",
124             "source": {
125                 "type": "git",
126                 "url": "https://github.com/pear/Console_Getopt.git",
127                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
128             },
129             "dist": {
130                 "type": "zip",
131                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
132                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
133                 "shasum": ""
134             },
135             "type": "library",
136             "autoload": {
137                 "psr-0": {
138                     "Console": "./"
139                 }
140             },
141             "notification-url": "https://packagist.org/downloads/",
142             "include-path": [
143                 "./"
144             ],
145             "license": [
146                 "BSD-2-Clause"
147             ],
148             "authors": [
149                 {
150                     "name": "Andrei Zmievski",
151                     "email": "andrei@php.net",
152                     "role": "Lead"
153                 },
154                 {
155                     "name": "Stig Bakken",
156                     "email": "stig@php.net",
157                     "role": "Developer"
158                 },
159                 {
160                     "name": "Greg Beaver",
161                     "email": "cellog@php.net",
162                     "role": "Helper"
163                 }
164             ],
165             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
166             "support": {
167                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
168                 "source": "https://github.com/pear/Console_Getopt"
169             },
170             "time": "2019-11-20T18:27:48+00:00"
171         },
172         {
173             "name": "pear/console_table",
174             "version": "v1.3.1",
175             "source": {
176                 "type": "git",
177                 "url": "https://github.com/pear/Console_Table.git",
178                 "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea"
179             },
180             "dist": {
181                 "type": "zip",
182                 "url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea",
183                 "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea",
184                 "shasum": ""
185             },
186             "require": {
187                 "php": ">=5.2.0"
188             },
189             "suggest": {
190                 "pear/Console_Color2": ">=0.1.2"
191             },
192             "type": "library",
193             "autoload": {
194                 "classmap": [
195                     "Table.php"
196                 ]
197             },
198             "notification-url": "https://packagist.org/downloads/",
199             "license": [
200                 "BSD-2-Clause"
201             ],
202             "authors": [
203                 {
204                     "name": "Jan Schneider",
205                     "homepage": "http://pear.php.net/user/yunosh"
206                 },
207                 {
208                     "name": "Tal Peer",
209                     "homepage": "http://pear.php.net/user/tal"
210                 },
211                 {
212                     "name": "Xavier Noguer",
213                     "homepage": "http://pear.php.net/user/xnoguer"
214                 },
215                 {
216                     "name": "Richard Heyes",
217                     "homepage": "http://pear.php.net/user/richard"
218                 }
219             ],
220             "description": "Library that makes it easy to build console style tables.",
221             "homepage": "http://pear.php.net/package/Console_Table/",
222             "keywords": [
223                 "console"
224             ],
225             "support": {
226                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Table",
227                 "source": "https://github.com/pear/Console_Table"
228             },
229             "time": "2018-01-25T20:47:17+00:00"
230         },
231         {
232             "name": "pear/mail_mime",
233             "version": "1.10.10",
234             "source": {
235                 "type": "git",
236                 "url": "https://github.com/pear/Mail_Mime.git",
237                 "reference": "ede6128af4c1474394a65f44bf20358c0bf1977f"
238             },
239             "dist": {
240                 "type": "zip",
241                 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/ede6128af4c1474394a65f44bf20358c0bf1977f",
242                 "reference": "ede6128af4c1474394a65f44bf20358c0bf1977f",
243                 "shasum": ""
244             },
245             "require": {
246                 "pear/pear-core-minimal": "*",
247                 "php": ">=5.2.0"
248             },
249             "type": "library",
250             "autoload": {
251                 "psr-0": {
252                     "Mail": "./"
253                 }
254             },
255             "notification-url": "https://packagist.org/downloads/",
256             "include-path": [
257                 "./"
258             ],
259             "license": [
260                 "BSD-3-clause"
261             ],
262             "authors": [
263                 {
264                     "name": "Cipriano Groenendal",
265                     "email": "cipri@php.net",
266                     "role": "Lead"
267                 },
268                 {
269                     "name": "Aleksander Machniak",
270                     "email": "alec@php.net",
271                     "role": "Lead"
272                 }
273             ],
274             "description": "Mail_Mime provides classes to create MIME messages",
275             "homepage": "http://pear.php.net/package/Mail_Mime",
276             "support": {
277                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Mime",
278                 "source": "https://github.com/pear/Mail_Mime"
279             },
280             "time": "2021-01-17T08:30:22+00:00"
281         },
282         {
283             "name": "pear/net_ldap2",
284             "version": "v2.2.0",
285             "source": {
286                 "type": "git",
287                 "url": "https://github.com/pear/Net_LDAP2.git",
288                 "reference": "38f1b22a96dfbd7ec53852f0e1e7ec1a9a5eb0e8"
289             },
290             "dist": {
291                 "type": "zip",
292                 "url": "https://api.github.com/repos/pear/Net_LDAP2/zipball/38f1b22a96dfbd7ec53852f0e1e7ec1a9a5eb0e8",
293                 "reference": "38f1b22a96dfbd7ec53852f0e1e7ec1a9a5eb0e8",
294                 "shasum": ""
295             },
296             "require": {
297                 "ext-ldap": "*",
298                 "pear/pear-core-minimal": "^1.10.1"
299             },
300             "type": "library",
301             "autoload": {
302                 "classmap": [
303                     "Net/"
304                 ]
305             },
306             "notification-url": "https://packagist.org/downloads/",
307             "include-path": [
308                 "."
309             ],
310             "license": [
311                 "LGPL-3.0"
312             ],
313             "description": "Object oriented interface for searching and manipulating LDAP-entries",
314             "homepage": "http://pear.php.net/package/Net_LDAP2",
315             "keywords": [
316                 "PEAR",
317                 "ldap"
318             ],
319             "support": {
320                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_LDAP2",
321                 "source": "https://github.com/pear/Net_LDAP2"
322             },
323             "time": "2015-10-30T20:34:22+00:00"
324         },
325         {
326             "name": "pear/pear-core-minimal",
327             "version": "v1.10.10",
328             "source": {
329                 "type": "git",
330                 "url": "https://github.com/pear/pear-core-minimal.git",
331                 "reference": "625a3c429d9b2c1546438679074cac1b089116a7"
332             },
333             "dist": {
334                 "type": "zip",
335                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
336                 "reference": "625a3c429d9b2c1546438679074cac1b089116a7",
337                 "shasum": ""
338             },
339             "require": {
340                 "pear/console_getopt": "~1.4",
341                 "pear/pear_exception": "~1.0"
342             },
343             "replace": {
344                 "rsky/pear-core-min": "self.version"
345             },
346             "type": "library",
347             "autoload": {
348                 "psr-0": {
349                     "": "src/"
350                 }
351             },
352             "notification-url": "https://packagist.org/downloads/",
353             "include-path": [
354                 "src/"
355             ],
356             "license": [
357                 "BSD-3-Clause"
358             ],
359             "authors": [
360                 {
361                     "name": "Christian Weiske",
362                     "email": "cweiske@php.net",
363                     "role": "Lead"
364                 }
365             ],
366             "description": "Minimal set of PEAR core files to be used as composer dependency",
367             "support": {
368                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
369                 "source": "https://github.com/pear/pear-core-minimal"
370             },
371             "time": "2019-11-19T19:00:24+00:00"
372         },
373         {
374             "name": "pear/pear_exception",
375             "version": "v1.0.1",
376             "source": {
377                 "type": "git",
378                 "url": "https://github.com/pear/PEAR_Exception.git",
379                 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
380             },
381             "dist": {
382                 "type": "zip",
383                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
384                 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
385                 "shasum": ""
386             },
387             "require": {
388                 "php": ">=4.4.0"
389             },
390             "require-dev": {
391                 "phpunit/phpunit": "*"
392             },
393             "type": "class",
394             "extra": {
395                 "branch-alias": {
396                     "dev-master": "1.0.x-dev"
397                 }
398             },
399             "autoload": {
400                 "classmap": [
401                     "PEAR/"
402                 ]
403             },
404             "notification-url": "https://packagist.org/downloads/",
405             "include-path": [
406                 "."
407             ],
408             "license": [
409                 "BSD-2-Clause"
410             ],
411             "authors": [
412                 {
413                     "name": "Helgi Thormar",
414                     "email": "dufuz@php.net"
415                 },
416                 {
417                     "name": "Greg Beaver",
418                     "email": "cellog@php.net"
419                 }
420             ],
421             "description": "The PEAR Exception base class.",
422             "homepage": "https://github.com/pear/PEAR_Exception",
423             "keywords": [
424                 "exception"
425             ],
426             "support": {
427                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
428                 "source": "https://github.com/pear/PEAR_Exception"
429             },
430             "time": "2019-12-10T10:24:42+00:00"
431         }
432     ],
433     "packages-dev": [],
434     "aliases": [],
435     "minimum-stability": "stable",
436     "stability-flags": [],
437     "prefer-stable": false,
438     "prefer-lowest": false,
439     "platform": [],
440     "platform-dev": [],
441     "plugin-api-version": "2.0.0"
442 }