Use classmap autoloader for stapibas classes
[stapibas.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": "a228cc8658bd875469df78992799f272",
8     "packages": [
9         {
10             "name": "pear/console_commandline",
11             "version": "v1.2.6",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/pear/Console_CommandLine.git",
15                 "reference": "611c5bff2e47ec5a184748cb5fedc2869098ff28"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/611c5bff2e47ec5a184748cb5fedc2869098ff28",
20                 "reference": "611c5bff2e47ec5a184748cb5fedc2869098ff28",
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                 "exclude-from-classmap": [
38                     "tests/"
39                 ]
40             },
41             "notification-url": "https://packagist.org/downloads/",
42             "include-path": [
43                 ""
44             ],
45             "license": [
46                 "MIT"
47             ],
48             "authors": [
49                 {
50                     "name": "Richard Quadling",
51                     "email": "rquadling@gmail.com"
52                 },
53                 {
54                     "name": "David Jean Louis",
55                     "email": "izimobil@gmail.com"
56                 }
57             ],
58             "description": "A full featured command line options and arguments parser.",
59             "homepage": "https://github.com/pear/Console_CommandLine",
60             "keywords": [
61                 "console"
62             ],
63             "support": {
64                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_CommandLine",
65                 "source": "https://github.com/pear/Console_CommandLine"
66             },
67             "time": "2023-04-02T18:49:53+00:00"
68         },
69         {
70             "name": "pear/http2",
71             "version": "v2.0.0",
72             "source": {
73                 "type": "git",
74                 "url": "https://github.com/pear/HTTP2.git",
75                 "reference": "72e15b4faa86f6109c6fc3aa82c5515b6453b3b5"
76             },
77             "dist": {
78                 "type": "zip",
79                 "url": "https://api.github.com/repos/pear/HTTP2/zipball/72e15b4faa86f6109c6fc3aa82c5515b6453b3b5",
80                 "reference": "72e15b4faa86f6109c6fc3aa82c5515b6453b3b5",
81                 "shasum": ""
82             },
83             "require-dev": {
84                 "phpunit/phpunit": "^9"
85             },
86             "type": "library",
87             "autoload": {
88                 "psr-0": {
89                     "HTTP2": "./"
90                 }
91             },
92             "notification-url": "https://packagist.org/downloads/",
93             "license": [
94                 "BSD-2-Clause"
95             ],
96             "authors": [
97                 {
98                     "name": "Michael Wallner",
99                     "email": "mike@php.net",
100                     "role": "Lead"
101                 },
102                 {
103                     "name": "Philippe Jausions",
104                     "email": "jausions@php.net",
105                     "role": "Lead"
106                 }
107             ],
108             "description": "Miscellaneous HTTP utilities",
109             "homepage": "http://pear.php.net/package/HTTP2",
110             "support": {
111                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTTP2",
112                 "source": "https://github.com/pear/HTTP2"
113             },
114             "time": "2023-03-22T20:22:11+00:00"
115         },
116         {
117             "name": "pear/http_request2",
118             "version": "v2.5.1",
119             "source": {
120                 "type": "git",
121                 "url": "https://github.com/pear/HTTP_Request2.git",
122                 "reference": "db4ce7844f838d3adca0513a77420c0fec22ed2d"
123             },
124             "dist": {
125                 "type": "zip",
126                 "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/db4ce7844f838d3adca0513a77420c0fec22ed2d",
127                 "reference": "db4ce7844f838d3adca0513a77420c0fec22ed2d",
128                 "shasum": ""
129             },
130             "require": {
131                 "pear/net_url2": "^2.2.0",
132                 "pear/pear_exception": "^1.0.0",
133                 "php": ">=5.6.0"
134             },
135             "require-dev": {
136                 "yoast/phpunit-polyfills": "^1.0.0"
137             },
138             "suggest": {
139                 "ext-curl": "Allows using cURL as a request backend.",
140                 "ext-fileinfo": "Adds support for looking up mime-types using finfo.",
141                 "ext-openssl": "Allows handling SSL requests when not using cURL.",
142                 "ext-zlib": "Allows handling gzip compressed responses."
143             },
144             "type": "library",
145             "autoload": {
146                 "psr-0": {
147                     "HTTP_Request2": ""
148                 }
149             },
150             "notification-url": "https://packagist.org/downloads/",
151             "license": [
152                 "BSD-3-Clause"
153             ],
154             "authors": [
155                 {
156                     "name": "Alexey Borzov",
157                     "email": "avb@php.net"
158                 }
159             ],
160             "description": "Provides an easy way to perform HTTP requests.",
161             "homepage": "https://pear.php.net/package/HTTP_Request2",
162             "keywords": [
163                 "PEAR",
164                 "curl",
165                 "http",
166                 "request"
167             ],
168             "support": {
169                 "docs": "https://pear.php.net/manual/en/package.http.http-request2.php",
170                 "issues": "https://github.com/pear/HTTP_Request2/issues",
171                 "source": "https://github.com/pear/HTTP_Request2"
172             },
173             "time": "2022-01-06T18:20:25+00:00"
174         },
175         {
176             "name": "pear/net_url2",
177             "version": "v2.2.2",
178             "source": {
179                 "type": "git",
180                 "url": "https://github.com/pear/Net_URL2.git",
181                 "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d"
182             },
183             "dist": {
184                 "type": "zip",
185                 "url": "https://api.github.com/repos/pear/Net_URL2/zipball/07fd055820dbf466ee3990abe96d0e40a8791f9d",
186                 "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d",
187                 "shasum": ""
188             },
189             "require": {
190                 "php": ">=5.1.4"
191             },
192             "require-dev": {
193                 "phpunit/phpunit": ">=3.3.0"
194             },
195             "type": "library",
196             "extra": {
197                 "branch-alias": {
198                     "dev-master": "2.2.x-dev"
199                 }
200             },
201             "autoload": {
202                 "classmap": [
203                     "Net/URL2.php"
204                 ]
205             },
206             "notification-url": "https://packagist.org/downloads/",
207             "include-path": [
208                 "./"
209             ],
210             "license": [
211                 "BSD-3-Clause"
212             ],
213             "authors": [
214                 {
215                     "name": "David Coallier",
216                     "email": "davidc@php.net"
217                 },
218                 {
219                     "name": "Tom Klingenberg",
220                     "email": "tkli@php.net"
221                 },
222                 {
223                     "name": "Christian Schmidt",
224                     "email": "chmidt@php.net"
225                 }
226             ],
227             "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.",
228             "homepage": "https://github.com/pear/Net_URL2",
229             "keywords": [
230                 "PEAR",
231                 "net",
232                 "networking",
233                 "rfc3986",
234                 "uri",
235                 "url"
236             ],
237             "support": {
238                 "issues": "https://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_URL2",
239                 "source": "https://github.com/pear/Net_URL2"
240             },
241             "time": "2017-08-25T06:16:11+00:00"
242         },
243         {
244             "name": "pear/pear_exception",
245             "version": "v1.0.2",
246             "source": {
247                 "type": "git",
248                 "url": "https://github.com/pear/PEAR_Exception.git",
249                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
250             },
251             "dist": {
252                 "type": "zip",
253                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
254                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
255                 "shasum": ""
256             },
257             "require": {
258                 "php": ">=5.2.0"
259             },
260             "require-dev": {
261                 "phpunit/phpunit": "<9"
262             },
263             "type": "class",
264             "extra": {
265                 "branch-alias": {
266                     "dev-master": "1.0.x-dev"
267                 }
268             },
269             "autoload": {
270                 "classmap": [
271                     "PEAR/"
272                 ]
273             },
274             "notification-url": "https://packagist.org/downloads/",
275             "include-path": [
276                 "."
277             ],
278             "license": [
279                 "BSD-2-Clause"
280             ],
281             "authors": [
282                 {
283                     "name": "Helgi Thormar",
284                     "email": "dufuz@php.net"
285                 },
286                 {
287                     "name": "Greg Beaver",
288                     "email": "cellog@php.net"
289                 }
290             ],
291             "description": "The PEAR Exception base class.",
292             "homepage": "https://github.com/pear/PEAR_Exception",
293             "keywords": [
294                 "exception"
295             ],
296             "support": {
297                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
298                 "source": "https://github.com/pear/PEAR_Exception"
299             },
300             "time": "2021-03-21T15:43:46+00:00"
301         },
302         {
303             "name": "pear2/services_linkback",
304             "version": "v0.4.0",
305             "source": {
306                 "type": "git",
307                 "url": "https://github.com/pear2/Services_Linkback.git",
308                 "reference": "61790889871cae0bc6e54adb2637b9e0ec93275f"
309             },
310             "dist": {
311                 "type": "zip",
312                 "url": "https://api.github.com/repos/pear2/Services_Linkback/zipball/61790889871cae0bc6e54adb2637b9e0ec93275f",
313                 "reference": "61790889871cae0bc6e54adb2637b9e0ec93275f",
314                 "shasum": ""
315             },
316             "require": {
317                 "ext-xmlrpc": "*",
318                 "pear/http2": "^2.0",
319                 "pear/http_request2": "^2.5",
320                 "pear/net_url2": "^2.2"
321             },
322             "require-dev": {
323                 "pear/stream_var": "^2.0",
324                 "phpunit/phpunit": "^9",
325                 "squizlabs/php_codesniffer": "~2.6"
326             },
327             "type": "library",
328             "autoload": {
329                 "psr-0": {
330                     "PEAR2\\Services\\Linkback\\": "src"
331                 }
332             },
333             "notification-url": "https://packagist.org/downloads/",
334             "license": [
335                 "LGPL-3.0+"
336             ],
337             "authors": [
338                 {
339                     "name": "Christian Weiske",
340                     "email": "cweiske@php.net",
341                     "homepage": "http://cweiske.de/"
342                 }
343             ],
344             "description": "Pingback+webmention client and server implementation ",
345             "homepage": "http://pear2.php.net/PEAR2_Services_Linkback",
346             "support": {
347                 "email": "pear-general@lists.php.net",
348                 "issues": "https://github.com/pear2/Services_Linkback/issues/",
349                 "source": "https://github.com/pear2/Services_Linkback/tree/v0.4.0"
350             },
351             "time": "2023-03-22T21:18:04+00:00"
352         },
353         {
354             "name": "simplepie/simplepie",
355             "version": "1.8.0",
356             "source": {
357                 "type": "git",
358                 "url": "https://github.com/simplepie/simplepie.git",
359                 "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55"
360             },
361             "dist": {
362                 "type": "zip",
363                 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
364                 "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
365                 "shasum": ""
366             },
367             "require": {
368                 "ext-pcre": "*",
369                 "ext-xml": "*",
370                 "ext-xmlreader": "*",
371                 "php": ">=7.2.0"
372             },
373             "require-dev": {
374                 "friendsofphp/php-cs-fixer": "^2.19 || ^3.8",
375                 "psr/simple-cache": "^1 || ^2 || ^3",
376                 "yoast/phpunit-polyfills": "^1.0.1"
377             },
378             "suggest": {
379                 "ext-curl": "",
380                 "ext-iconv": "",
381                 "ext-intl": "",
382                 "ext-mbstring": "",
383                 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
384             },
385             "type": "library",
386             "autoload": {
387                 "psr-0": {
388                     "SimplePie": "library"
389                 },
390                 "psr-4": {
391                     "SimplePie\\": "src"
392                 }
393             },
394             "notification-url": "https://packagist.org/downloads/",
395             "license": [
396                 "BSD-3-Clause"
397             ],
398             "authors": [
399                 {
400                     "name": "Ryan Parman",
401                     "homepage": "http://ryanparman.com/",
402                     "role": "Creator, alumnus developer"
403                 },
404                 {
405                     "name": "Sam Sneddon",
406                     "homepage": "https://gsnedders.com/",
407                     "role": "Alumnus developer"
408                 },
409                 {
410                     "name": "Ryan McCue",
411                     "email": "me@ryanmccue.info",
412                     "homepage": "http://ryanmccue.info/",
413                     "role": "Developer"
414                 }
415             ],
416             "description": "A simple Atom/RSS parsing library for PHP",
417             "homepage": "http://simplepie.org/",
418             "keywords": [
419                 "atom",
420                 "feeds",
421                 "rss"
422             ],
423             "support": {
424                 "issues": "https://github.com/simplepie/simplepie/issues",
425                 "source": "https://github.com/simplepie/simplepie/tree/1.8.0"
426             },
427             "time": "2023-01-20T08:37:35+00:00"
428         }
429     ],
430     "packages-dev": [],
431     "aliases": [],
432     "minimum-stability": "stable",
433     "stability-flags": [],
434     "prefer-stable": false,
435     "prefer-lowest": false,
436     "platform": [],
437     "platform-dev": [],
438     "plugin-api-version": "2.3.0"
439 }