Use dependency installation via composer
[anoweco.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": "8f0806c1db09f689e6499c38f58669bd",
8     "packages": [
9         {
10             "name": "pear/http2",
11             "version": "v1.1.2",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/pear/HTTP2.git",
15                 "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/pear/HTTP2/zipball/b87527415aa1439d5abc2c620a37f0047c3b1568",
20                 "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568",
21                 "shasum": ""
22             },
23             "require-dev": {
24                 "pear/pear-core": "*"
25             },
26             "type": "library",
27             "autoload": {
28                 "psr-0": {
29                     "HTTP2": "./"
30                 }
31             },
32             "notification-url": "https://packagist.org/downloads/",
33             "include-path": [
34                 "./"
35             ],
36             "license": [
37                 "BSD-2-Clause"
38             ],
39             "authors": [
40                 {
41                     "name": "Michael Wallner",
42                     "email": "mike@php.net",
43                     "role": "Lead"
44                 },
45                 {
46                     "name": "Philippe Jausions",
47                     "email": "jausions@php.net",
48                     "role": "Lead"
49                 }
50             ],
51             "description": "Miscellaneous HTTP utilities",
52             "homepage": "http://pear.php.net/package/HTTP2",
53             "time": "2016-08-10T19:11:15+00:00"
54         },
55         {
56             "name": "pear/http_request2",
57             "version": "v2.3.0",
58             "source": {
59                 "type": "git",
60                 "url": "https://github.com/pear/HTTP_Request2.git",
61                 "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4"
62             },
63             "dist": {
64                 "type": "zip",
65                 "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
66                 "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
67                 "shasum": ""
68             },
69             "require": {
70                 "pear/net_url2": "^2.2.0",
71                 "pear/pear_exception": "^1.0.0",
72                 "php": ">=5.2.0"
73             },
74             "suggest": {
75                 "ext-fileinfo": "Adds support for looking up mime-types using finfo.",
76                 "ext-zlib": "Allows handling gzip compressed responses.",
77                 "lib-curl": "Allows using cURL as a request backend.",
78                 "lib-openssl": "Allows handling SSL requests when not using cURL."
79             },
80             "type": "library",
81             "extra": {
82                 "branch-alias": {
83                     "dev-trunk": "2.2-dev"
84                 }
85             },
86             "autoload": {
87                 "psr-0": {
88                     "HTTP_Request2": ""
89                 }
90             },
91             "notification-url": "https://packagist.org/downloads/",
92             "include-path": [
93                 "./"
94             ],
95             "license": [
96                 "BSD-3-Clause"
97             ],
98             "authors": [
99                 {
100                     "name": "Alexey Borzov",
101                     "email": "avb@php.net"
102                 }
103             ],
104             "description": "Provides an easy way to perform HTTP requests.",
105             "homepage": "http://pear.php.net/package/HTTP_Request2",
106             "keywords": [
107                 "PEAR",
108                 "curl",
109                 "http",
110                 "request"
111             ],
112             "time": "2016-02-13T20:20:39+00:00"
113         },
114         {
115             "name": "pear/net_url2",
116             "version": "v2.2.2",
117             "source": {
118                 "type": "git",
119                 "url": "https://github.com/pear/Net_URL2.git",
120                 "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d"
121             },
122             "dist": {
123                 "type": "zip",
124                 "url": "https://api.github.com/repos/pear/Net_URL2/zipball/07fd055820dbf466ee3990abe96d0e40a8791f9d",
125                 "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d",
126                 "shasum": ""
127             },
128             "require": {
129                 "php": ">=5.1.4"
130             },
131             "require-dev": {
132                 "phpunit/phpunit": ">=3.3.0"
133             },
134             "type": "library",
135             "extra": {
136                 "branch-alias": {
137                     "dev-master": "2.2.x-dev"
138                 }
139             },
140             "autoload": {
141                 "classmap": [
142                     "Net/URL2.php"
143                 ]
144             },
145             "notification-url": "https://packagist.org/downloads/",
146             "include-path": [
147                 "./"
148             ],
149             "license": [
150                 "BSD-3-Clause"
151             ],
152             "authors": [
153                 {
154                     "name": "David Coallier",
155                     "email": "davidc@php.net"
156                 },
157                 {
158                     "name": "Tom Klingenberg",
159                     "email": "tkli@php.net"
160                 },
161                 {
162                     "name": "Christian Schmidt",
163                     "email": "chmidt@php.net"
164                 }
165             ],
166             "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.",
167             "homepage": "https://github.com/pear/Net_URL2",
168             "keywords": [
169                 "PEAR",
170                 "net",
171                 "networking",
172                 "rfc3986",
173                 "uri",
174                 "url"
175             ],
176             "time": "2017-08-25T06:16:11+00:00"
177         },
178         {
179             "name": "pear/pear_exception",
180             "version": "v1.0.0",
181             "source": {
182                 "type": "git",
183                 "url": "https://github.com/pear/PEAR_Exception.git",
184                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
185             },
186             "dist": {
187                 "type": "zip",
188                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
189                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
190                 "shasum": ""
191             },
192             "require": {
193                 "php": ">=4.4.0"
194             },
195             "require-dev": {
196                 "phpunit/phpunit": "*"
197             },
198             "type": "class",
199             "extra": {
200                 "branch-alias": {
201                     "dev-master": "1.0.x-dev"
202                 }
203             },
204             "autoload": {
205                 "psr-0": {
206                     "PEAR": ""
207                 }
208             },
209             "notification-url": "https://packagist.org/downloads/",
210             "include-path": [
211                 "."
212             ],
213             "license": [
214                 "BSD-2-Clause"
215             ],
216             "authors": [
217                 {
218                     "name": "Helgi Thormar",
219                     "email": "dufuz@php.net"
220                 },
221                 {
222                     "name": "Greg Beaver",
223                     "email": "cellog@php.net"
224                 }
225             ],
226             "description": "The PEAR Exception base class.",
227             "homepage": "https://github.com/pear/PEAR_Exception",
228             "keywords": [
229                 "exception"
230             ],
231             "time": "2015-02-10T20:07:52+00:00"
232         },
233         {
234             "name": "pear/services_libravatar",
235             "version": "v0.2.4",
236             "source": {
237                 "type": "git",
238                 "url": "https://github.com/pear/Services_Libravatar.git",
239                 "reference": "8b9fda8c896afb18fdedc60ead29ee305ea222e9"
240             },
241             "dist": {
242                 "type": "zip",
243                 "url": "https://api.github.com/repos/pear/Services_Libravatar/zipball/8b9fda8c896afb18fdedc60ead29ee305ea222e9",
244                 "reference": "8b9fda8c896afb18fdedc60ead29ee305ea222e9",
245                 "shasum": ""
246             },
247             "require-dev": {
248                 "phpunit/phpunit": "^5.7.0"
249             },
250             "type": "library",
251             "autoload": {
252                 "psr-0": {
253                     "Services": "./Services/"
254                 }
255             },
256             "notification-url": "https://packagist.org/downloads/",
257             "include-path": [
258                 "./"
259             ],
260             "license": [
261                 "MIT"
262             ],
263             "authors": [
264                 {
265                     "name": "Christian Weiske",
266                     "email": "cweiske@php.net",
267                     "role": "Developer"
268                 },
269                 {
270                     "name": "Melissa Draper",
271                     "email": "melissa@meldraweb.com",
272                     "role": "Lead"
273                 }
274             ],
275             "description": "API interfacing class for libravatar.org",
276             "homepage": "http://pear.php.net/package/Services_Libravatar",
277             "time": "2017-08-23T20:23:02+00:00"
278         },
279         {
280             "name": "pear2/services_linkback",
281             "version": "v0.3.0",
282             "source": {
283                 "type": "git",
284                 "url": "https://github.com/pear2/Services_Linkback.git",
285                 "reference": "afee0b32c171c999e20ac199361eb6df650f6483"
286             },
287             "dist": {
288                 "type": "zip",
289                 "url": "https://api.github.com/repos/pear2/Services_Linkback/zipball/afee0b32c171c999e20ac199361eb6df650f6483",
290                 "reference": "afee0b32c171c999e20ac199361eb6df650f6483",
291                 "shasum": ""
292             },
293             "require": {
294                 "pear/http2": "~1.1",
295                 "pear/http_request2": "~2.2",
296                 "pear/net_url2": "~2.2"
297             },
298             "require-dev": {
299                 "phpunit/phpunit": "*",
300                 "squizlabs/php_codesniffer": "~2.6"
301             },
302             "type": "library",
303             "autoload": {
304                 "psr-0": {
305                     "PEAR2\\Services\\Linkback\\": "src"
306                 }
307             },
308             "notification-url": "https://packagist.org/downloads/",
309             "license": [
310                 "LGPL-3.0+"
311             ],
312             "authors": [
313                 {
314                     "name": "Christian Weiske",
315                     "email": "cweiske@php.net",
316                     "homepage": "http://cweiske.de/"
317                 }
318             ],
319             "description": "Pingback+webmention client and server implementation ",
320             "homepage": "http://pear2.php.net/PEAR2_Services_Linkback",
321             "time": "2016-08-10T19:33:01+00:00"
322         },
323         {
324             "name": "symfony/polyfill-ctype",
325             "version": "v1.10.0",
326             "source": {
327                 "type": "git",
328                 "url": "https://github.com/symfony/polyfill-ctype.git",
329                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
330             },
331             "dist": {
332                 "type": "zip",
333                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
334                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
335                 "shasum": ""
336             },
337             "require": {
338                 "php": ">=5.3.3"
339             },
340             "suggest": {
341                 "ext-ctype": "For best performance"
342             },
343             "type": "library",
344             "extra": {
345                 "branch-alias": {
346                     "dev-master": "1.9-dev"
347                 }
348             },
349             "autoload": {
350                 "psr-4": {
351                     "Symfony\\Polyfill\\Ctype\\": ""
352                 },
353                 "files": [
354                     "bootstrap.php"
355                 ]
356             },
357             "notification-url": "https://packagist.org/downloads/",
358             "license": [
359                 "MIT"
360             ],
361             "authors": [
362                 {
363                     "name": "Symfony Community",
364                     "homepage": "https://symfony.com/contributors"
365                 },
366                 {
367                     "name": "Gert de Pagter",
368                     "email": "BackEndTea@gmail.com"
369                 }
370             ],
371             "description": "Symfony polyfill for ctype functions",
372             "homepage": "https://symfony.com",
373             "keywords": [
374                 "compatibility",
375                 "ctype",
376                 "polyfill",
377                 "portable"
378             ],
379             "time": "2018-08-06T14:22:27+00:00"
380         },
381         {
382             "name": "symfony/polyfill-mbstring",
383             "version": "v1.10.0",
384             "source": {
385                 "type": "git",
386                 "url": "https://github.com/symfony/polyfill-mbstring.git",
387                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
388             },
389             "dist": {
390                 "type": "zip",
391                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
392                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
393                 "shasum": ""
394             },
395             "require": {
396                 "php": ">=5.3.3"
397             },
398             "suggest": {
399                 "ext-mbstring": "For best performance"
400             },
401             "type": "library",
402             "extra": {
403                 "branch-alias": {
404                     "dev-master": "1.9-dev"
405                 }
406             },
407             "autoload": {
408                 "psr-4": {
409                     "Symfony\\Polyfill\\Mbstring\\": ""
410                 },
411                 "files": [
412                     "bootstrap.php"
413                 ]
414             },
415             "notification-url": "https://packagist.org/downloads/",
416             "license": [
417                 "MIT"
418             ],
419             "authors": [
420                 {
421                     "name": "Nicolas Grekas",
422                     "email": "p@tchwork.com"
423                 },
424                 {
425                     "name": "Symfony Community",
426                     "homepage": "https://symfony.com/contributors"
427                 }
428             ],
429             "description": "Symfony polyfill for the Mbstring extension",
430             "homepage": "https://symfony.com",
431             "keywords": [
432                 "compatibility",
433                 "mbstring",
434                 "polyfill",
435                 "portable",
436                 "shim"
437             ],
438             "time": "2018-09-21T13:07:52+00:00"
439         },
440         {
441             "name": "twig/twig",
442             "version": "v2.5.0",
443             "source": {
444                 "type": "git",
445                 "url": "https://github.com/twigphp/Twig.git",
446                 "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323"
447             },
448             "dist": {
449                 "type": "zip",
450                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323",
451                 "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323",
452                 "shasum": ""
453             },
454             "require": {
455                 "php": "^7.0",
456                 "symfony/polyfill-ctype": "^1.8",
457                 "symfony/polyfill-mbstring": "~1.0"
458             },
459             "require-dev": {
460                 "psr/container": "^1.0",
461                 "symfony/debug": "^2.7",
462                 "symfony/phpunit-bridge": "^3.3"
463             },
464             "type": "library",
465             "extra": {
466                 "branch-alias": {
467                     "dev-master": "2.5-dev"
468                 }
469             },
470             "autoload": {
471                 "psr-0": {
472                     "Twig_": "lib/"
473                 },
474                 "psr-4": {
475                     "Twig\\": "src/"
476                 }
477             },
478             "notification-url": "https://packagist.org/downloads/",
479             "license": [
480                 "BSD-3-Clause"
481             ],
482             "authors": [
483                 {
484                     "name": "Fabien Potencier",
485                     "email": "fabien@symfony.com",
486                     "homepage": "http://fabien.potencier.org",
487                     "role": "Lead Developer"
488                 },
489                 {
490                     "name": "Armin Ronacher",
491                     "email": "armin.ronacher@active-4.com",
492                     "role": "Project Founder"
493                 },
494                 {
495                     "name": "Twig Team",
496                     "homepage": "https://twig.symfony.com/contributors",
497                     "role": "Contributors"
498                 }
499             ],
500             "description": "Twig, the flexible, fast, and secure template language for PHP",
501             "homepage": "https://twig.symfony.com",
502             "keywords": [
503                 "templating"
504             ],
505             "time": "2018-07-13T07:18:09+00:00"
506         }
507     ],
508     "packages-dev": [],
509     "aliases": [],
510     "minimum-stability": "stable",
511     "stability-flags": [],
512     "prefer-stable": false,
513     "prefer-lowest": false,
514     "platform": [],
515     "platform-dev": []
516 }