Document subscribing to websub topics
[phinde.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": "b18472a04f09d2cb455a72e339f9fa5a",
8     "packages": [
9         {
10             "name": "pear/console_commandline",
11             "version": "v1.2.2",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/pear/Console_CommandLine.git",
15                 "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
20                 "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67",
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             },
38             "notification-url": "https://packagist.org/downloads/",
39             "include-path": [
40                 ""
41             ],
42             "license": [
43                 "MIT"
44             ],
45             "authors": [
46                 {
47                     "name": "Richard Quadling",
48                     "email": "RQuadling@GMail.com"
49                 },
50                 {
51                     "name": "David Jean Louis",
52                     "email": "izimobil@gmail.com"
53                 }
54             ],
55             "description": "A full featured command line options and arguments parser.",
56             "homepage": "https://github.com/pear/Console_CommandLine",
57             "keywords": [
58                 "console"
59             ],
60             "time": "2016-07-14T06:00:57+00:00"
61         },
62         {
63             "name": "pear/http2",
64             "version": "v1.1.2",
65             "source": {
66                 "type": "git",
67                 "url": "https://github.com/pear/HTTP2.git",
68                 "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568"
69             },
70             "dist": {
71                 "type": "zip",
72                 "url": "https://api.github.com/repos/pear/HTTP2/zipball/b87527415aa1439d5abc2c620a37f0047c3b1568",
73                 "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568",
74                 "shasum": ""
75             },
76             "require-dev": {
77                 "pear/pear-core": "*"
78             },
79             "type": "library",
80             "autoload": {
81                 "psr-0": {
82                     "HTTP2": "./"
83                 }
84             },
85             "notification-url": "https://packagist.org/downloads/",
86             "include-path": [
87                 "./"
88             ],
89             "license": [
90                 "BSD-2-Clause"
91             ],
92             "authors": [
93                 {
94                     "name": "Michael Wallner",
95                     "email": "mike@php.net",
96                     "role": "Lead"
97                 },
98                 {
99                     "name": "Philippe Jausions",
100                     "email": "jausions@php.net",
101                     "role": "Lead"
102                 }
103             ],
104             "description": "Miscellaneous HTTP utilities",
105             "homepage": "http://pear.php.net/package/HTTP2",
106             "time": "2016-08-10T19:11:15+00:00"
107         },
108         {
109             "name": "pear/http_request2",
110             "version": "v2.3.0",
111             "source": {
112                 "type": "git",
113                 "url": "https://github.com/pear/HTTP_Request2.git",
114                 "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4"
115             },
116             "dist": {
117                 "type": "zip",
118                 "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
119                 "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
120                 "shasum": ""
121             },
122             "require": {
123                 "pear/net_url2": "^2.2.0",
124                 "pear/pear_exception": "^1.0.0",
125                 "php": ">=5.2.0"
126             },
127             "suggest": {
128                 "ext-fileinfo": "Adds support for looking up mime-types using finfo.",
129                 "ext-zlib": "Allows handling gzip compressed responses.",
130                 "lib-curl": "Allows using cURL as a request backend.",
131                 "lib-openssl": "Allows handling SSL requests when not using cURL."
132             },
133             "type": "library",
134             "extra": {
135                 "branch-alias": {
136                     "dev-trunk": "2.2-dev"
137                 }
138             },
139             "autoload": {
140                 "psr-0": {
141                     "HTTP_Request2": ""
142                 }
143             },
144             "notification-url": "https://packagist.org/downloads/",
145             "include-path": [
146                 "./"
147             ],
148             "license": [
149                 "BSD-3-Clause"
150             ],
151             "authors": [
152                 {
153                     "name": "Alexey Borzov",
154                     "email": "avb@php.net"
155                 }
156             ],
157             "description": "Provides an easy way to perform HTTP requests.",
158             "homepage": "http://pear.php.net/package/HTTP_Request2",
159             "keywords": [
160                 "PEAR",
161                 "curl",
162                 "http",
163                 "request"
164             ],
165             "time": "2016-02-13T20:20:39+00:00"
166         },
167         {
168             "name": "pear/net_url2",
169             "version": "v2.2.2",
170             "source": {
171                 "type": "git",
172                 "url": "https://github.com/pear/Net_URL2.git",
173                 "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d"
174             },
175             "dist": {
176                 "type": "zip",
177                 "url": "https://api.github.com/repos/pear/Net_URL2/zipball/07fd055820dbf466ee3990abe96d0e40a8791f9d",
178                 "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d",
179                 "shasum": ""
180             },
181             "require": {
182                 "php": ">=5.1.4"
183             },
184             "require-dev": {
185                 "phpunit/phpunit": ">=3.3.0"
186             },
187             "type": "library",
188             "extra": {
189                 "branch-alias": {
190                     "dev-master": "2.2.x-dev"
191                 }
192             },
193             "autoload": {
194                 "classmap": [
195                     "Net/URL2.php"
196                 ]
197             },
198             "notification-url": "https://packagist.org/downloads/",
199             "include-path": [
200                 "./"
201             ],
202             "license": [
203                 "BSD-3-Clause"
204             ],
205             "authors": [
206                 {
207                     "name": "David Coallier",
208                     "email": "davidc@php.net"
209                 },
210                 {
211                     "name": "Tom Klingenberg",
212                     "email": "tkli@php.net"
213                 },
214                 {
215                     "name": "Christian Schmidt",
216                     "email": "chmidt@php.net"
217                 }
218             ],
219             "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.",
220             "homepage": "https://github.com/pear/Net_URL2",
221             "keywords": [
222                 "PEAR",
223                 "net",
224                 "networking",
225                 "rfc3986",
226                 "uri",
227                 "url"
228             ],
229             "time": "2017-08-25T06:16:11+00:00"
230         },
231         {
232             "name": "pear/pear_exception",
233             "version": "v1.0.0",
234             "source": {
235                 "type": "git",
236                 "url": "https://github.com/pear/PEAR_Exception.git",
237                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
238             },
239             "dist": {
240                 "type": "zip",
241                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
242                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
243                 "shasum": ""
244             },
245             "require": {
246                 "php": ">=4.4.0"
247             },
248             "require-dev": {
249                 "phpunit/phpunit": "*"
250             },
251             "type": "class",
252             "extra": {
253                 "branch-alias": {
254                     "dev-master": "1.0.x-dev"
255                 }
256             },
257             "autoload": {
258                 "psr-0": {
259                     "PEAR": ""
260                 }
261             },
262             "notification-url": "https://packagist.org/downloads/",
263             "include-path": [
264                 "."
265             ],
266             "license": [
267                 "BSD-2-Clause"
268             ],
269             "authors": [
270                 {
271                     "name": "Helgi Thormar",
272                     "email": "dufuz@php.net"
273                 },
274                 {
275                     "name": "Greg Beaver",
276                     "email": "cellog@php.net"
277                 }
278             ],
279             "description": "The PEAR Exception base class.",
280             "homepage": "https://github.com/pear/PEAR_Exception",
281             "keywords": [
282                 "exception"
283             ],
284             "time": "2015-02-10T20:07:52+00:00"
285         },
286         {
287             "name": "symfony/polyfill-ctype",
288             "version": "v1.10.0",
289             "source": {
290                 "type": "git",
291                 "url": "https://github.com/symfony/polyfill-ctype.git",
292                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
293             },
294             "dist": {
295                 "type": "zip",
296                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
297                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
298                 "shasum": ""
299             },
300             "require": {
301                 "php": ">=5.3.3"
302             },
303             "suggest": {
304                 "ext-ctype": "For best performance"
305             },
306             "type": "library",
307             "extra": {
308                 "branch-alias": {
309                     "dev-master": "1.9-dev"
310                 }
311             },
312             "autoload": {
313                 "psr-4": {
314                     "Symfony\\Polyfill\\Ctype\\": ""
315                 },
316                 "files": [
317                     "bootstrap.php"
318                 ]
319             },
320             "notification-url": "https://packagist.org/downloads/",
321             "license": [
322                 "MIT"
323             ],
324             "authors": [
325                 {
326                     "name": "Symfony Community",
327                     "homepage": "https://symfony.com/contributors"
328                 },
329                 {
330                     "name": "Gert de Pagter",
331                     "email": "BackEndTea@gmail.com"
332                 }
333             ],
334             "description": "Symfony polyfill for ctype functions",
335             "homepage": "https://symfony.com",
336             "keywords": [
337                 "compatibility",
338                 "ctype",
339                 "polyfill",
340                 "portable"
341             ],
342             "time": "2018-08-06T14:22:27+00:00"
343         },
344         {
345             "name": "twig/twig",
346             "version": "v1.35.4",
347             "source": {
348                 "type": "git",
349                 "url": "https://github.com/twigphp/Twig.git",
350                 "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
351             },
352             "dist": {
353                 "type": "zip",
354                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
355                 "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
356                 "shasum": ""
357             },
358             "require": {
359                 "php": ">=5.3.3",
360                 "symfony/polyfill-ctype": "^1.8"
361             },
362             "require-dev": {
363                 "psr/container": "^1.0",
364                 "symfony/debug": "^2.7",
365                 "symfony/phpunit-bridge": "^3.3"
366             },
367             "type": "library",
368             "extra": {
369                 "branch-alias": {
370                     "dev-master": "1.35-dev"
371                 }
372             },
373             "autoload": {
374                 "psr-0": {
375                     "Twig_": "lib/"
376                 },
377                 "psr-4": {
378                     "Twig\\": "src/"
379                 }
380             },
381             "notification-url": "https://packagist.org/downloads/",
382             "license": [
383                 "BSD-3-Clause"
384             ],
385             "authors": [
386                 {
387                     "name": "Fabien Potencier",
388                     "email": "fabien@symfony.com",
389                     "homepage": "http://fabien.potencier.org",
390                     "role": "Lead Developer"
391                 },
392                 {
393                     "name": "Armin Ronacher",
394                     "email": "armin.ronacher@active-4.com",
395                     "role": "Project Founder"
396                 },
397                 {
398                     "name": "Twig Team",
399                     "homepage": "https://twig.symfony.com/contributors",
400                     "role": "Contributors"
401                 }
402             ],
403             "description": "Twig, the flexible, fast, and secure template language for PHP",
404             "homepage": "https://twig.symfony.com",
405             "keywords": [
406                 "templating"
407             ],
408             "time": "2018-07-13T07:12:17+00:00"
409         }
410     ],
411     "packages-dev": [],
412     "aliases": [],
413     "minimum-stability": "stable",
414     "stability-flags": [],
415     "prefer-stable": false,
416     "prefer-lowest": false,
417     "platform": [],
418     "platform-dev": []
419 }