Update phing build script to use composer installation only
[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": "39ce09afd7a686424abd7e671905368d",
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.6",
64             "source": {
65                 "type": "git",
66                 "url": "https://github.com/pear/Console_CommandLine.git",
67                 "reference": "611c5bff2e47ec5a184748cb5fedc2869098ff28"
68             },
69             "dist": {
70                 "type": "zip",
71                 "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/611c5bff2e47ec5a184748cb5fedc2869098ff28",
72                 "reference": "611c5bff2e47ec5a184748cb5fedc2869098ff28",
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": "2023-04-02T18:49:53+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.11",
234             "source": {
235                 "type": "git",
236                 "url": "https://github.com/pear/Mail_Mime.git",
237                 "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14"
238             },
239             "dist": {
240                 "type": "zip",
241                 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/d4fb9ce61201593d0f8c6db629c45e29c3409c14",
242                 "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14",
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-09-05T08:42:45+00:00"
281         },
282         {
283             "name": "pear/net_ldap2",
284             "version": "v2.3.0",
285             "source": {
286                 "type": "git",
287                 "url": "https://github.com/pear/Net_LDAP2.git",
288                 "reference": "6eae6d20533469ffe1c01684923cd09f0fae3b77"
289             },
290             "dist": {
291                 "type": "zip",
292                 "url": "https://api.github.com/repos/pear/Net_LDAP2/zipball/6eae6d20533469ffe1c01684923cd09f0fae3b77",
293                 "reference": "6eae6d20533469ffe1c01684923cd09f0fae3b77",
294                 "shasum": ""
295             },
296             "require": {
297                 "ext-ldap": "*",
298                 "pear/pear-core-minimal": "^1.10.1"
299             },
300             "require-dev": {
301                 "phpunit/phpunit": "^9 || ^10.3"
302             },
303             "type": "library",
304             "autoload": {
305                 "classmap": [
306                     "Net/"
307                 ]
308             },
309             "notification-url": "https://packagist.org/downloads/",
310             "include-path": [
311                 "."
312             ],
313             "license": [
314                 "LGPL-3.0"
315             ],
316             "description": "Object oriented interface for searching and manipulating LDAP-entries",
317             "homepage": "http://pear.php.net/package/Net_LDAP2",
318             "keywords": [
319                 "PEAR",
320                 "ldap"
321             ],
322             "support": {
323                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_LDAP2",
324                 "source": "https://github.com/pear/Net_LDAP2"
325             },
326             "time": "2023-10-12T20:00:01+00:00"
327         },
328         {
329             "name": "pear/pear-core-minimal",
330             "version": "v1.10.13",
331             "source": {
332                 "type": "git",
333                 "url": "https://github.com/pear/pear-core-minimal.git",
334                 "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d"
335             },
336             "dist": {
337                 "type": "zip",
338                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/aed862e95fd286c53cc546734868dc38ff4b5b1d",
339                 "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d",
340                 "shasum": ""
341             },
342             "require": {
343                 "pear/console_getopt": "~1.4",
344                 "pear/pear_exception": "~1.0"
345             },
346             "replace": {
347                 "rsky/pear-core-min": "self.version"
348             },
349             "type": "library",
350             "autoload": {
351                 "psr-0": {
352                     "": "src/"
353                 }
354             },
355             "notification-url": "https://packagist.org/downloads/",
356             "include-path": [
357                 "src/"
358             ],
359             "license": [
360                 "BSD-3-Clause"
361             ],
362             "authors": [
363                 {
364                     "name": "Christian Weiske",
365                     "email": "cweiske@php.net",
366                     "role": "Lead"
367                 }
368             ],
369             "description": "Minimal set of PEAR core files to be used as composer dependency",
370             "support": {
371                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
372                 "source": "https://github.com/pear/pear-core-minimal"
373             },
374             "time": "2023-04-19T19:15:47+00:00"
375         },
376         {
377             "name": "pear/pear_exception",
378             "version": "v1.0.2",
379             "source": {
380                 "type": "git",
381                 "url": "https://github.com/pear/PEAR_Exception.git",
382                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
383             },
384             "dist": {
385                 "type": "zip",
386                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
387                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
388                 "shasum": ""
389             },
390             "require": {
391                 "php": ">=5.2.0"
392             },
393             "require-dev": {
394                 "phpunit/phpunit": "<9"
395             },
396             "type": "class",
397             "extra": {
398                 "branch-alias": {
399                     "dev-master": "1.0.x-dev"
400                 }
401             },
402             "autoload": {
403                 "classmap": [
404                     "PEAR/"
405                 ]
406             },
407             "notification-url": "https://packagist.org/downloads/",
408             "include-path": [
409                 "."
410             ],
411             "license": [
412                 "BSD-2-Clause"
413             ],
414             "authors": [
415                 {
416                     "name": "Helgi Thormar",
417                     "email": "dufuz@php.net"
418                 },
419                 {
420                     "name": "Greg Beaver",
421                     "email": "cellog@php.net"
422                 }
423             ],
424             "description": "The PEAR Exception base class.",
425             "homepage": "https://github.com/pear/PEAR_Exception",
426             "keywords": [
427                 "exception"
428             ],
429             "support": {
430                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
431                 "source": "https://github.com/pear/PEAR_Exception"
432             },
433             "time": "2021-03-21T15:43:46+00:00"
434         },
435         {
436             "name": "sabre/uri",
437             "version": "3.0.1",
438             "source": {
439                 "type": "git",
440                 "url": "https://github.com/sabre-io/uri.git",
441                 "reference": "1774043c843f1db7654ecc93368a98be29b07544"
442             },
443             "dist": {
444                 "type": "zip",
445                 "url": "https://api.github.com/repos/sabre-io/uri/zipball/1774043c843f1db7654ecc93368a98be29b07544",
446                 "reference": "1774043c843f1db7654ecc93368a98be29b07544",
447                 "shasum": ""
448             },
449             "require": {
450                 "php": "^7.4 || ^8.0"
451             },
452             "require-dev": {
453                 "friendsofphp/php-cs-fixer": "^3.17",
454                 "phpstan/extension-installer": "^1.3",
455                 "phpstan/phpstan": "^1.10",
456                 "phpstan/phpstan-phpunit": "^1.3",
457                 "phpstan/phpstan-strict-rules": "^1.5",
458                 "phpunit/phpunit": "^9.6"
459             },
460             "type": "library",
461             "autoload": {
462                 "files": [
463                     "lib/functions.php"
464                 ],
465                 "psr-4": {
466                     "Sabre\\Uri\\": "lib/"
467                 }
468             },
469             "notification-url": "https://packagist.org/downloads/",
470             "license": [
471                 "BSD-3-Clause"
472             ],
473             "authors": [
474                 {
475                     "name": "Evert Pot",
476                     "email": "me@evertpot.com",
477                     "homepage": "http://evertpot.com/",
478                     "role": "Developer"
479                 }
480             ],
481             "description": "Functions for making sense out of URIs.",
482             "homepage": "http://sabre.io/uri/",
483             "keywords": [
484                 "rfc3986",
485                 "uri",
486                 "url"
487             ],
488             "support": {
489                 "forum": "https://groups.google.com/group/sabredav-discuss",
490                 "issues": "https://github.com/sabre-io/uri/issues",
491                 "source": "https://github.com/fruux/sabre-uri"
492             },
493             "time": "2023-06-09T07:04:02+00:00"
494         },
495         {
496             "name": "sabre/vobject",
497             "version": "4.5.4",
498             "source": {
499                 "type": "git",
500                 "url": "https://github.com/sabre-io/vobject.git",
501                 "reference": "a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772"
502             },
503             "dist": {
504                 "type": "zip",
505                 "url": "https://api.github.com/repos/sabre-io/vobject/zipball/a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772",
506                 "reference": "a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772",
507                 "shasum": ""
508             },
509             "require": {
510                 "ext-mbstring": "*",
511                 "php": "^7.1 || ^8.0",
512                 "sabre/xml": "^2.1 || ^3.0 || ^4.0"
513             },
514             "require-dev": {
515                 "friendsofphp/php-cs-fixer": "~2.17.1",
516                 "phpstan/phpstan": "^0.12",
517                 "phpunit/php-invoker": "^2.0 || ^3.1",
518                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
519             },
520             "suggest": {
521                 "hoa/bench": "If you would like to run the benchmark scripts"
522             },
523             "bin": [
524                 "bin/vobject",
525                 "bin/generate_vcards"
526             ],
527             "type": "library",
528             "extra": {
529                 "branch-alias": {
530                     "dev-master": "4.0.x-dev"
531                 }
532             },
533             "autoload": {
534                 "psr-4": {
535                     "Sabre\\VObject\\": "lib/"
536                 }
537             },
538             "notification-url": "https://packagist.org/downloads/",
539             "license": [
540                 "BSD-3-Clause"
541             ],
542             "authors": [
543                 {
544                     "name": "Evert Pot",
545                     "email": "me@evertpot.com",
546                     "homepage": "http://evertpot.com/",
547                     "role": "Developer"
548                 },
549                 {
550                     "name": "Dominik Tobschall",
551                     "email": "dominik@fruux.com",
552                     "homepage": "http://tobschall.de/",
553                     "role": "Developer"
554                 },
555                 {
556                     "name": "Ivan Enderlin",
557                     "email": "ivan.enderlin@hoa-project.net",
558                     "homepage": "http://mnt.io/",
559                     "role": "Developer"
560                 }
561             ],
562             "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
563             "homepage": "http://sabre.io/vobject/",
564             "keywords": [
565                 "availability",
566                 "freebusy",
567                 "iCalendar",
568                 "ical",
569                 "ics",
570                 "jCal",
571                 "jCard",
572                 "recurrence",
573                 "rfc2425",
574                 "rfc2426",
575                 "rfc2739",
576                 "rfc4770",
577                 "rfc5545",
578                 "rfc5546",
579                 "rfc6321",
580                 "rfc6350",
581                 "rfc6351",
582                 "rfc6474",
583                 "rfc6638",
584                 "rfc6715",
585                 "rfc6868",
586                 "vCalendar",
587                 "vCard",
588                 "vcf",
589                 "xCal",
590                 "xCard"
591             ],
592             "support": {
593                 "forum": "https://groups.google.com/group/sabredav-discuss",
594                 "issues": "https://github.com/sabre-io/vobject/issues",
595                 "source": "https://github.com/fruux/sabre-vobject"
596             },
597             "time": "2023-11-09T12:54:37+00:00"
598         },
599         {
600             "name": "sabre/xml",
601             "version": "4.0.4",
602             "source": {
603                 "type": "git",
604                 "url": "https://github.com/sabre-io/xml.git",
605                 "reference": "99caa5dd248776ca6a1e1d2cfdef556a3fa63456"
606             },
607             "dist": {
608                 "type": "zip",
609                 "url": "https://api.github.com/repos/sabre-io/xml/zipball/99caa5dd248776ca6a1e1d2cfdef556a3fa63456",
610                 "reference": "99caa5dd248776ca6a1e1d2cfdef556a3fa63456",
611                 "shasum": ""
612             },
613             "require": {
614                 "ext-dom": "*",
615                 "ext-xmlreader": "*",
616                 "ext-xmlwriter": "*",
617                 "lib-libxml": ">=2.6.20",
618                 "php": "^7.4 || ^8.0",
619                 "sabre/uri": ">=2.0,<4.0.0"
620             },
621             "require-dev": {
622                 "friendsofphp/php-cs-fixer": "^3.38",
623                 "phpstan/phpstan": "^1.10",
624                 "phpunit/phpunit": "^9.6"
625             },
626             "type": "library",
627             "autoload": {
628                 "files": [
629                     "lib/Deserializer/functions.php",
630                     "lib/Serializer/functions.php"
631                 ],
632                 "psr-4": {
633                     "Sabre\\Xml\\": "lib/"
634                 }
635             },
636             "notification-url": "https://packagist.org/downloads/",
637             "license": [
638                 "BSD-3-Clause"
639             ],
640             "authors": [
641                 {
642                     "name": "Evert Pot",
643                     "email": "me@evertpot.com",
644                     "homepage": "http://evertpot.com/",
645                     "role": "Developer"
646                 },
647                 {
648                     "name": "Markus Staab",
649                     "email": "markus.staab@redaxo.de",
650                     "role": "Developer"
651                 }
652             ],
653             "description": "sabre/xml is an XML library that you may not hate.",
654             "homepage": "https://sabre.io/xml/",
655             "keywords": [
656                 "XMLReader",
657                 "XMLWriter",
658                 "dom",
659                 "xml"
660             ],
661             "support": {
662                 "forum": "https://groups.google.com/group/sabredav-discuss",
663                 "issues": "https://github.com/sabre-io/xml/issues",
664                 "source": "https://github.com/fruux/sabre-xml"
665             },
666             "time": "2023-11-09T10:47:15+00:00"
667         }
668     ],
669     "packages-dev": [],
670     "aliases": [],
671     "minimum-stability": "stable",
672     "stability-flags": [],
673     "prefer-stable": false,
674     "prefer-lowest": false,
675     "platform": [],
676     "platform-dev": [],
677     "plugin-api-version": "2.6.0"
678 }