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