upgraded smarty version
[openemr.git] / vendor / composer / installed.json
blobca2495b8e149a4714b276332385ff7d83782d110
2     {
3         "name": "phpmailer/phpmailer",
4         "version": "v5.2.16",
5         "version_normalized": "5.2.16.0",
6         "source": {
7             "type": "git",
8             "url": "https://github.com/PHPMailer/PHPMailer.git",
9             "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
10         },
11         "dist": {
12             "type": "zip",
13             "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
14             "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
15             "shasum": ""
16         },
17         "require": {
18             "php": ">=5.0.0"
19         },
20         "require-dev": {
21             "phpdocumentor/phpdocumentor": "*",
22             "phpunit/phpunit": "4.7.*"
23         },
24         "suggest": {
25             "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
26         },
27         "time": "2016-06-06T09:09:37+00:00",
28         "type": "library",
29         "installation-source": "dist",
30         "autoload": {
31             "classmap": [
32                 "class.phpmailer.php",
33                 "class.phpmaileroauth.php",
34                 "class.phpmaileroauthgoogle.php",
35                 "class.smtp.php",
36                 "class.pop3.php",
37                 "extras/EasyPeasyICS.php",
38                 "extras/ntlm_sasl_client.php"
39             ]
40         },
41         "notification-url": "https://packagist.org/downloads/",
42         "license": [
43             "LGPL-2.1"
44         ],
45         "authors": [
46             {
47                 "name": "Jim Jagielski",
48                 "email": "jimjag@gmail.com"
49             },
50             {
51                 "name": "Marcus Bointon",
52                 "email": "phpmailer@synchromedia.co.uk"
53             },
54             {
55                 "name": "Andy Prevost",
56                 "email": "codeworxtech@users.sourceforge.net"
57             },
58             {
59                 "name": "Brent R. Matzelle"
60             }
61         ],
62         "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
63     },
64     {
65         "name": "rospdf/pdf-php",
66         "version": "0.12.22",
67         "version_normalized": "0.12.22.0",
68         "source": {
69             "type": "git",
70             "url": "https://github.com/rospdf/pdf-php.git",
71             "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
72         },
73         "dist": {
74             "type": "zip",
75             "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
76             "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
77             "shasum": ""
78         },
79         "require": {
80             "php": ">=5.3.2"
81         },
82         "require-dev": {
83             "squizlabs/php_codesniffer": "2.*"
84         },
85         "time": "2016-06-01T21:36:09+00:00",
86         "type": "library",
87         "extra": {
88             "branch-alias": {
89                 "dev-experimental": "0.13.x-dev",
90                 "dev-master": "0.12.x-dev"
91             }
92         },
93         "installation-source": "dist",
94         "autoload": {
95             "files": [
96                 "src/Cpdf.php",
97                 "src/Cezpdf.php"
98             ]
99         },
100         "notification-url": "https://packagist.org/downloads/",
101         "license": [
102             "GPL-3.0"
103         ],
104         "authors": [
105             {
106                 "name": "Ole Koeckemann",
107                 "email": "ole1986@users.sourceforge.net",
108                 "role": "Developer"
109             },
110             {
111                 "name": "Lars Olesen",
112                 "email": "lars@intraface.dk",
113                 "role": "Developer"
114             },
115             {
116                 "name": "Wayne Munro",
117                 "email": "pdf@ros.co.nz",
118                 "role": "Inactive"
119             }
120         ],
121         "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
122         "homepage": "https://github.com/rospdf/pdf-php"
123     },
124     {
125         "name": "phpseclib/phpseclib",
126         "version": "2.0.2",
127         "version_normalized": "2.0.2.0",
128         "source": {
129             "type": "git",
130             "url": "https://github.com/phpseclib/phpseclib.git",
131             "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
132         },
133         "dist": {
134             "type": "zip",
135             "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
136             "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
137             "shasum": ""
138         },
139         "require": {
140             "php": ">=5.3.3"
141         },
142         "require-dev": {
143             "phing/phing": "~2.7",
144             "phpunit/phpunit": "~4.0",
145             "sami/sami": "~2.0",
146             "squizlabs/php_codesniffer": "~2.0"
147         },
148         "suggest": {
149             "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
150             "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
151             "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
152             "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
153         },
154         "time": "2016-05-13T01:15:21+00:00",
155         "type": "library",
156         "installation-source": "dist",
157         "autoload": {
158             "files": [
159                 "phpseclib/bootstrap.php"
160             ],
161             "psr-4": {
162                 "phpseclib\\": "phpseclib/"
163             }
164         },
165         "notification-url": "https://packagist.org/downloads/",
166         "license": [
167             "MIT"
168         ],
169         "authors": [
170             {
171                 "name": "Jim Wigginton",
172                 "email": "terrafrost@php.net",
173                 "role": "Lead Developer"
174             },
175             {
176                 "name": "Patrick Monnerat",
177                 "email": "pm@datasphere.ch",
178                 "role": "Developer"
179             },
180             {
181                 "name": "Andreas Fischer",
182                 "email": "bantu@phpbb.com",
183                 "role": "Developer"
184             },
185             {
186                 "name": "Hans-Jürgen Petrich",
187                 "email": "petrich@tronic-media.com",
188                 "role": "Developer"
189             },
190             {
191                 "name": "Graham Campbell",
192                 "email": "graham@alt-three.com",
193                 "role": "Developer"
194             }
195         ],
196         "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
197         "homepage": "http://phpseclib.sourceforge.net",
198         "keywords": [
199             "BigInteger",
200             "aes",
201             "asn.1",
202             "asn1",
203             "blowfish",
204             "crypto",
205             "cryptography",
206             "encryption",
207             "rsa",
208             "security",
209             "sftp",
210             "signature",
211             "signing",
212             "ssh",
213             "twofish",
214             "x.509",
215             "x509"
216         ]
217     },
218     {
219         "name": "zendframework/zendxml",
220         "version": "1.0.2",
221         "version_normalized": "1.0.2.0",
222         "source": {
223             "type": "git",
224             "url": "https://github.com/zendframework/ZendXml.git",
225             "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
226         },
227         "dist": {
228             "type": "zip",
229             "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
230             "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
231             "shasum": ""
232         },
233         "require": {
234             "php": "^5.3.3 || ^7.0"
235         },
236         "require-dev": {
237             "phpunit/phpunit": "^3.7 || ^4.0",
238             "squizlabs/php_codesniffer": "^1.5"
239         },
240         "time": "2016-02-04T21:02:08+00:00",
241         "type": "library",
242         "extra": {
243             "branch-alias": {
244                 "dev-master": "1.0-dev"
245             }
246         },
247         "installation-source": "dist",
248         "autoload": {
249             "psr-0": {
250                 "ZendXml\\": "library/"
251             }
252         },
253         "notification-url": "https://packagist.org/downloads/",
254         "license": [
255             "BSD-3-Clause"
256         ],
257         "description": "Utility library for XML usage, best practices, and security in PHP",
258         "homepage": "http://packages.zendframework.com/",
259         "keywords": [
260             "security",
261             "xml",
262             "zf2"
263         ]
264     },
265     {
266         "name": "doctrine/lexer",
267         "version": "v1.0.1",
268         "version_normalized": "1.0.1.0",
269         "source": {
270             "type": "git",
271             "url": "https://github.com/doctrine/lexer.git",
272             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
273         },
274         "dist": {
275             "type": "zip",
276             "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
277             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
278             "shasum": ""
279         },
280         "require": {
281             "php": ">=5.3.2"
282         },
283         "time": "2014-09-09T13:34:57+00:00",
284         "type": "library",
285         "extra": {
286             "branch-alias": {
287                 "dev-master": "1.0.x-dev"
288             }
289         },
290         "installation-source": "dist",
291         "autoload": {
292             "psr-0": {
293                 "Doctrine\\Common\\Lexer\\": "lib/"
294             }
295         },
296         "notification-url": "https://packagist.org/downloads/",
297         "license": [
298             "MIT"
299         ],
300         "authors": [
301             {
302                 "name": "Roman Borschel",
303                 "email": "roman@code-factory.org"
304             },
305             {
306                 "name": "Guilherme Blanco",
307                 "email": "guilhermeblanco@gmail.com"
308             },
309             {
310                 "name": "Johannes Schmitt",
311                 "email": "schmittjoh@gmail.com"
312             }
313         ],
314         "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
315         "homepage": "http://www.doctrine-project.org",
316         "keywords": [
317             "lexer",
318             "parser"
319         ]
320     },
321     {
322         "name": "doctrine/inflector",
323         "version": "v1.1.0",
324         "version_normalized": "1.1.0.0",
325         "source": {
326             "type": "git",
327             "url": "https://github.com/doctrine/inflector.git",
328             "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
329         },
330         "dist": {
331             "type": "zip",
332             "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
333             "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
334             "shasum": ""
335         },
336         "require": {
337             "php": ">=5.3.2"
338         },
339         "require-dev": {
340             "phpunit/phpunit": "4.*"
341         },
342         "time": "2015-11-06T14:35:42+00:00",
343         "type": "library",
344         "extra": {
345             "branch-alias": {
346                 "dev-master": "1.1.x-dev"
347             }
348         },
349         "installation-source": "dist",
350         "autoload": {
351             "psr-0": {
352                 "Doctrine\\Common\\Inflector\\": "lib/"
353             }
354         },
355         "notification-url": "https://packagist.org/downloads/",
356         "license": [
357             "MIT"
358         ],
359         "authors": [
360             {
361                 "name": "Roman Borschel",
362                 "email": "roman@code-factory.org"
363             },
364             {
365                 "name": "Benjamin Eberlei",
366                 "email": "kontakt@beberlei.de"
367             },
368             {
369                 "name": "Guilherme Blanco",
370                 "email": "guilhermeblanco@gmail.com"
371             },
372             {
373                 "name": "Jonathan Wage",
374                 "email": "jonwage@gmail.com"
375             },
376             {
377                 "name": "Johannes Schmitt",
378                 "email": "schmittjoh@gmail.com"
379             }
380         ],
381         "description": "Common String Manipulations with regard to casing and singular/plural rules.",
382         "homepage": "http://www.doctrine-project.org",
383         "keywords": [
384             "inflection",
385             "pluralize",
386             "singularize",
387             "string"
388         ]
389     },
390     {
391         "name": "zendframework/zendframework",
392         "version": "2.4.9",
393         "version_normalized": "2.4.9.0",
394         "source": {
395             "type": "git",
396             "url": "https://github.com/zendframework/zendframework.git",
397             "reference": "4d096d15d01d46b03a69fff00576b31789246364"
398         },
399         "dist": {
400             "type": "zip",
401             "url": "https://api.github.com/repos/zendframework/zendframework/zipball/4d096d15d01d46b03a69fff00576b31789246364",
402             "reference": "4d096d15d01d46b03a69fff00576b31789246364",
403             "shasum": ""
404         },
405         "require": {
406             "php": ">=5.3.23",
407             "zendframework/zendxml": "^1.0.1"
408         },
409         "replace": {
410             "zendframework/zend-authentication": "self.version",
411             "zendframework/zend-barcode": "self.version",
412             "zendframework/zend-cache": "self.version",
413             "zendframework/zend-captcha": "self.version",
414             "zendframework/zend-code": "self.version",
415             "zendframework/zend-config": "self.version",
416             "zendframework/zend-console": "self.version",
417             "zendframework/zend-crypt": "self.version",
418             "zendframework/zend-db": "self.version",
419             "zendframework/zend-debug": "self.version",
420             "zendframework/zend-di": "self.version",
421             "zendframework/zend-dom": "self.version",
422             "zendframework/zend-escaper": "self.version",
423             "zendframework/zend-eventmanager": "self.version",
424             "zendframework/zend-feed": "self.version",
425             "zendframework/zend-file": "self.version",
426             "zendframework/zend-filter": "self.version",
427             "zendframework/zend-form": "self.version",
428             "zendframework/zend-http": "self.version",
429             "zendframework/zend-i18n": "self.version",
430             "zendframework/zend-inputfilter": "self.version",
431             "zendframework/zend-json": "self.version",
432             "zendframework/zend-ldap": "self.version",
433             "zendframework/zend-loader": "self.version",
434             "zendframework/zend-log": "self.version",
435             "zendframework/zend-mail": "self.version",
436             "zendframework/zend-math": "self.version",
437             "zendframework/zend-memory": "self.version",
438             "zendframework/zend-mime": "self.version",
439             "zendframework/zend-modulemanager": "self.version",
440             "zendframework/zend-mvc": "self.version",
441             "zendframework/zend-navigation": "self.version",
442             "zendframework/zend-paginator": "self.version",
443             "zendframework/zend-permissions-acl": "self.version",
444             "zendframework/zend-permissions-rbac": "self.version",
445             "zendframework/zend-progressbar": "self.version",
446             "zendframework/zend-resources": "self.version",
447             "zendframework/zend-serializer": "self.version",
448             "zendframework/zend-server": "self.version",
449             "zendframework/zend-servicemanager": "self.version",
450             "zendframework/zend-session": "self.version",
451             "zendframework/zend-soap": "self.version",
452             "zendframework/zend-stdlib": "self.version",
453             "zendframework/zend-tag": "self.version",
454             "zendframework/zend-test": "self.version",
455             "zendframework/zend-text": "self.version",
456             "zendframework/zend-uri": "self.version",
457             "zendframework/zend-validator": "self.version",
458             "zendframework/zend-version": "self.version",
459             "zendframework/zend-view": "self.version",
460             "zendframework/zend-xmlrpc": "self.version"
461         },
462         "require-dev": {
463             "doctrine/annotations": "~1.0",
464             "fabpot/php-cs-fixer": "~1.0",
465             "ircmaxell/random-lib": "~1.1",
466             "mikey179/vfsstream": "~1.2",
467             "phpunit/phpcov": "~2.0",
468             "phpunit/phpunit": "~4.6",
469             "satooshi/php-coveralls": "dev-master"
470         },
471         "suggest": {
472             "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
473             "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
474             "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
475             "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
476             "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
477             "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
478         },
479         "time": "2015-11-23T17:34:23+00:00",
480         "bin": [
481             "bin/classmap_generator.php",
482             "bin/pluginmap_generator.php",
483             "bin/templatemap_generator.php"
484         ],
485         "type": "library",
486         "extra": {
487             "branch-alias": {
488                 "dev-master": "2.4-dev",
489                 "dev-develop": "2.5-dev"
490             }
491         },
492         "installation-source": "dist",
493         "autoload": {
494             "psr-4": {
495                 "Zend\\": "library/Zend/"
496             }
497         },
498         "notification-url": "https://packagist.org/downloads/",
499         "license": [
500             "BSD-3-Clause"
501         ],
502         "description": "Zend Framework 2",
503         "homepage": "http://framework.zend.com/",
504         "keywords": [
505             "framework",
506             "zf2"
507         ]
508     },
509     {
510         "name": "phenx/php-svg-lib",
511         "version": "0.1",
512         "version_normalized": "0.1.0.0",
513         "source": {
514             "type": "git",
515             "url": "https://github.com/PhenX/php-svg-lib.git",
516             "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
517         },
518         "dist": {
519             "type": "zip",
520             "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
521             "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
522             "shasum": ""
523         },
524         "time": "2015-05-06T18:49:49+00:00",
525         "type": "library",
526         "installation-source": "dist",
527         "autoload": {
528             "psr-0": {
529                 "Svg\\": "src/"
530             }
531         },
532         "notification-url": "https://packagist.org/downloads/",
533         "license": [
534             "LGPL-3.0"
535         ],
536         "authors": [
537             {
538                 "name": "Fabien Ménager",
539                 "email": "fabien.menager@gmail.com"
540             }
541         ],
542         "description": "A library to read, parse and export to PDF SVG files.",
543         "homepage": "https://github.com/PhenX/php-svg-lib"
544     },
545     {
546         "name": "phenx/php-font-lib",
547         "version": "0.4",
548         "version_normalized": "0.4.0.0",
549         "source": {
550             "type": "git",
551             "url": "https://github.com/PhenX/php-font-lib.git",
552             "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
553         },
554         "dist": {
555             "type": "zip",
556             "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
557             "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
558             "shasum": ""
559         },
560         "time": "2015-05-06T20:02:39+00:00",
561         "type": "library",
562         "installation-source": "dist",
563         "autoload": {
564             "psr-0": {
565                 "FontLib\\": "src/"
566             }
567         },
568         "notification-url": "https://packagist.org/downloads/",
569         "license": [
570             "LGPL-3.0"
571         ],
572         "authors": [
573             {
574                 "name": "Fabien Ménager",
575                 "email": "fabien.menager@gmail.com"
576             }
577         ],
578         "description": "A library to read, parse, export and make subsets of different types of font files.",
579         "homepage": "https://github.com/PhenX/php-font-lib"
580     },
581     {
582         "name": "dompdf/dompdf",
583         "version": "v0.7.0",
584         "version_normalized": "0.7.0.0",
585         "source": {
586             "type": "git",
587             "url": "https://github.com/dompdf/dompdf.git",
588             "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
589         },
590         "dist": {
591             "type": "zip",
592             "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
593             "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
594             "shasum": ""
595         },
596         "require": {
597             "ext-dom": "*",
598             "ext-gd": "*",
599             "ext-mbstring": "*",
600             "phenx/php-font-lib": "0.4.*",
601             "phenx/php-svg-lib": "0.1.*",
602             "php": ">=5.3.0"
603         },
604         "require-dev": {
605             "phpunit/phpunit": "3.7.*"
606         },
607         "time": "2016-05-11T00:36:29+00:00",
608         "type": "library",
609         "extra": {
610             "branch-alias": {
611                 "dev-develop": "0.7-dev"
612             }
613         },
614         "installation-source": "dist",
615         "autoload": {
616             "psr-4": {
617                 "Dompdf\\": "src/"
618             },
619             "classmap": [
620                 "lib/"
621             ]
622         },
623         "notification-url": "https://packagist.org/downloads/",
624         "license": [
625             "LGPL-2.1"
626         ],
627         "authors": [
628             {
629                 "name": "Fabien Ménager",
630                 "email": "fabien.menager@gmail.com"
631             },
632             {
633                 "name": "Brian Sweeney",
634                 "email": "eclecticgeek@gmail.com"
635             },
636             {
637                 "name": "Gabriel Bull",
638                 "email": "me@gabrielbull.com"
639             }
640         ],
641         "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
642         "homepage": "https://github.com/dompdf/dompdf"
643     },
644     {
645         "name": "doctrine/common",
646         "version": "v2.5.0",
647         "version_normalized": "2.5.0.0",
648         "source": {
649             "type": "git",
650             "url": "https://github.com/doctrine/common.git",
651             "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
652         },
653         "dist": {
654             "type": "zip",
655             "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
656             "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
657             "shasum": ""
658         },
659         "require": {
660             "doctrine/annotations": "1.*",
661             "doctrine/cache": "1.*",
662             "doctrine/collections": "1.*",
663             "doctrine/inflector": "1.*",
664             "doctrine/lexer": "1.*",
665             "php": ">=5.3.2"
666         },
667         "require-dev": {
668             "phpunit/phpunit": "~3.7"
669         },
670         "time": "2015-04-02T19:55:44+00:00",
671         "type": "library",
672         "extra": {
673             "branch-alias": {
674                 "dev-master": "2.6.x-dev"
675             }
676         },
677         "installation-source": "dist",
678         "autoload": {
679             "psr-0": {
680                 "Doctrine\\Common\\": "lib/"
681             }
682         },
683         "notification-url": "https://packagist.org/downloads/",
684         "license": [
685             "MIT"
686         ],
687         "authors": [
688             {
689                 "name": "Roman Borschel",
690                 "email": "roman@code-factory.org"
691             },
692             {
693                 "name": "Benjamin Eberlei",
694                 "email": "kontakt@beberlei.de"
695             },
696             {
697                 "name": "Guilherme Blanco",
698                 "email": "guilhermeblanco@gmail.com"
699             },
700             {
701                 "name": "Jonathan Wage",
702                 "email": "jonwage@gmail.com"
703             },
704             {
705                 "name": "Johannes Schmitt",
706                 "email": "schmittjoh@gmail.com"
707             }
708         ],
709         "description": "Common Library for Doctrine projects",
710         "homepage": "http://www.doctrine-project.org",
711         "keywords": [
712             "annotations",
713             "collections",
714             "eventmanager",
715             "persistence",
716             "spl"
717         ]
718     },
719     {
720         "name": "doctrine/couchdb",
721         "version": "1.0.0-beta2",
722         "version_normalized": "1.0.0.0-beta2",
723         "source": {
724             "type": "git",
725             "url": "https://github.com/doctrine/couchdb-client.git",
726             "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4"
727         },
728         "dist": {
729             "type": "zip",
730             "url": "https://api.github.com/repos/doctrine/couchdb-client/zipball/5e8d808eba8d790d178e5558c182c648a12ec8e4",
731             "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4",
732             "shasum": ""
733         },
734         "require": {
735             "doctrine/common": "@stable",
736             "php": ">=5.3.2"
737         },
738         "time": "2015-07-06T16:08:10+00:00",
739         "type": "library",
740         "extra": {
741             "branch-alias": {
742                 "dev-master": "1.0-dev"
743             }
744         },
745         "installation-source": "dist",
746         "autoload": {
747             "psr-0": {
748                 "Doctrine\\CouchDB": "lib/"
749             }
750         },
751         "notification-url": "https://packagist.org/downloads/",
752         "license": [
753             "LGPL"
754         ],
755         "authors": [
756             {
757                 "name": "Benjamin Eberlei",
758                 "email": "kontakt@beberlei.de"
759             },
760             {
761                 "name": "Lukas Kahwe Smith",
762                 "email": "smith@pooteeweet.org"
763             }
764         ],
765         "description": "CouchDB Client",
766         "homepage": "http://www.doctrine-project.org",
767         "keywords": [
768             "couchdb",
769             "persistence"
770         ]
771     },
772     {
773         "name": "psr/log",
774         "version": "1.0.2",
775         "version_normalized": "1.0.2.0",
776         "source": {
777             "type": "git",
778             "url": "https://github.com/php-fig/log.git",
779             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
780         },
781         "dist": {
782             "type": "zip",
783             "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
784             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
785             "shasum": ""
786         },
787         "require": {
788             "php": ">=5.3.0"
789         },
790         "time": "2016-10-10T12:19:37+00:00",
791         "type": "library",
792         "extra": {
793             "branch-alias": {
794                 "dev-master": "1.0.x-dev"
795             }
796         },
797         "installation-source": "dist",
798         "autoload": {
799             "psr-4": {
800                 "Psr\\Log\\": "Psr/Log/"
801             }
802         },
803         "notification-url": "https://packagist.org/downloads/",
804         "license": [
805             "MIT"
806         ],
807         "authors": [
808             {
809                 "name": "PHP-FIG",
810                 "homepage": "http://www.php-fig.org/"
811             }
812         ],
813         "description": "Common interface for logging libraries",
814         "homepage": "https://github.com/php-fig/log",
815         "keywords": [
816             "log",
817             "psr",
818             "psr-3"
819         ]
820     },
821     {
822         "name": "doctrine/cache",
823         "version": "v1.6.1",
824         "version_normalized": "1.6.1.0",
825         "source": {
826             "type": "git",
827             "url": "https://github.com/doctrine/cache.git",
828             "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
829         },
830         "dist": {
831             "type": "zip",
832             "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
833             "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
834             "shasum": ""
835         },
836         "require": {
837             "php": "~5.5|~7.0"
838         },
839         "conflict": {
840             "doctrine/common": ">2.2,<2.4"
841         },
842         "require-dev": {
843             "phpunit/phpunit": "~4.8|~5.0",
844             "predis/predis": "~1.0",
845             "satooshi/php-coveralls": "~0.6"
846         },
847         "time": "2016-10-29T11:16:17+00:00",
848         "type": "library",
849         "extra": {
850             "branch-alias": {
851                 "dev-master": "1.6.x-dev"
852             }
853         },
854         "installation-source": "dist",
855         "autoload": {
856             "psr-4": {
857                 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
858             }
859         },
860         "notification-url": "https://packagist.org/downloads/",
861         "license": [
862             "MIT"
863         ],
864         "authors": [
865             {
866                 "name": "Roman Borschel",
867                 "email": "roman@code-factory.org"
868             },
869             {
870                 "name": "Benjamin Eberlei",
871                 "email": "kontakt@beberlei.de"
872             },
873             {
874                 "name": "Guilherme Blanco",
875                 "email": "guilhermeblanco@gmail.com"
876             },
877             {
878                 "name": "Jonathan Wage",
879                 "email": "jonwage@gmail.com"
880             },
881             {
882                 "name": "Johannes Schmitt",
883                 "email": "schmittjoh@gmail.com"
884             }
885         ],
886         "description": "Caching library offering an object-oriented API for many cache backends",
887         "homepage": "http://www.doctrine-project.org",
888         "keywords": [
889             "cache",
890             "caching"
891         ]
892     },
893     {
894         "name": "doctrine/instantiator",
895         "version": "1.0.5",
896         "version_normalized": "1.0.5.0",
897         "source": {
898             "type": "git",
899             "url": "https://github.com/doctrine/instantiator.git",
900             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
901         },
902         "dist": {
903             "type": "zip",
904             "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
905             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
906             "shasum": ""
907         },
908         "require": {
909             "php": ">=5.3,<8.0-DEV"
910         },
911         "require-dev": {
912             "athletic/athletic": "~0.1.8",
913             "ext-pdo": "*",
914             "ext-phar": "*",
915             "phpunit/phpunit": "~4.0",
916             "squizlabs/php_codesniffer": "~2.0"
917         },
918         "time": "2015-06-14T21:17:01+00:00",
919         "type": "library",
920         "extra": {
921             "branch-alias": {
922                 "dev-master": "1.0.x-dev"
923             }
924         },
925         "installation-source": "dist",
926         "autoload": {
927             "psr-4": {
928                 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
929             }
930         },
931         "notification-url": "https://packagist.org/downloads/",
932         "license": [
933             "MIT"
934         ],
935         "authors": [
936             {
937                 "name": "Marco Pivetta",
938                 "email": "ocramius@gmail.com",
939                 "homepage": "http://ocramius.github.com/"
940             }
941         ],
942         "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
943         "homepage": "https://github.com/doctrine/instantiator",
944         "keywords": [
945             "constructor",
946             "instantiate"
947         ]
948     },
949     {
950         "name": "doctrine/orm",
951         "version": "v2.5.5",
952         "version_normalized": "2.5.5.0",
953         "source": {
954             "type": "git",
955             "url": "https://github.com/doctrine/doctrine2.git",
956             "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45"
957         },
958         "dist": {
959             "type": "zip",
960             "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
961             "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
962             "shasum": ""
963         },
964         "require": {
965             "doctrine/cache": "~1.4",
966             "doctrine/collections": "~1.2",
967             "doctrine/common": ">=2.5-dev,<2.7-dev",
968             "doctrine/dbal": ">=2.5-dev,<2.6-dev",
969             "doctrine/instantiator": "~1.0.1",
970             "ext-pdo": "*",
971             "php": ">=5.4",
972             "symfony/console": "~2.5|~3.0"
973         },
974         "require-dev": {
975             "phpunit/phpunit": "~4.0",
976             "symfony/yaml": "~2.3|~3.0"
977         },
978         "suggest": {
979             "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
980         },
981         "time": "2016-09-10T18:51:13+00:00",
982         "bin": [
983             "bin/doctrine",
984             "bin/doctrine.php"
985         ],
986         "type": "library",
987         "extra": {
988             "branch-alias": {
989                 "dev-master": "2.6.x-dev"
990             }
991         },
992         "installation-source": "dist",
993         "autoload": {
994             "psr-0": {
995                 "Doctrine\\ORM\\": "lib/"
996             }
997         },
998         "notification-url": "https://packagist.org/downloads/",
999         "license": [
1000             "MIT"
1001         ],
1002         "authors": [
1003             {
1004                 "name": "Roman Borschel",
1005                 "email": "roman@code-factory.org"
1006             },
1007             {
1008                 "name": "Benjamin Eberlei",
1009                 "email": "kontakt@beberlei.de"
1010             },
1011             {
1012                 "name": "Guilherme Blanco",
1013                 "email": "guilhermeblanco@gmail.com"
1014             },
1015             {
1016                 "name": "Jonathan Wage",
1017                 "email": "jonwage@gmail.com"
1018             }
1019         ],
1020         "description": "Object-Relational-Mapper for PHP",
1021         "homepage": "http://www.doctrine-project.org",
1022         "keywords": [
1023             "database",
1024             "orm"
1025         ]
1026     },
1027     {
1028         "name": "doctrine/collections",
1029         "version": "v1.4.0",
1030         "version_normalized": "1.4.0.0",
1031         "source": {
1032             "type": "git",
1033             "url": "https://github.com/doctrine/collections.git",
1034             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
1035         },
1036         "dist": {
1037             "type": "zip",
1038             "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
1039             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
1040             "shasum": ""
1041         },
1042         "require": {
1043             "php": "^5.6 || ^7.0"
1044         },
1045         "require-dev": {
1046             "doctrine/coding-standard": "~0.1@dev",
1047             "phpunit/phpunit": "^5.7"
1048         },
1049         "time": "2017-01-03T10:49:41+00:00",
1050         "type": "library",
1051         "extra": {
1052             "branch-alias": {
1053                 "dev-master": "1.3.x-dev"
1054             }
1055         },
1056         "installation-source": "dist",
1057         "autoload": {
1058             "psr-0": {
1059                 "Doctrine\\Common\\Collections\\": "lib/"
1060             }
1061         },
1062         "notification-url": "https://packagist.org/downloads/",
1063         "license": [
1064             "MIT"
1065         ],
1066         "authors": [
1067             {
1068                 "name": "Roman Borschel",
1069                 "email": "roman@code-factory.org"
1070             },
1071             {
1072                 "name": "Benjamin Eberlei",
1073                 "email": "kontakt@beberlei.de"
1074             },
1075             {
1076                 "name": "Guilherme Blanco",
1077                 "email": "guilhermeblanco@gmail.com"
1078             },
1079             {
1080                 "name": "Jonathan Wage",
1081                 "email": "jonwage@gmail.com"
1082             },
1083             {
1084                 "name": "Johannes Schmitt",
1085                 "email": "schmittjoh@gmail.com"
1086             }
1087         ],
1088         "description": "Collections Abstraction library",
1089         "homepage": "http://www.doctrine-project.org",
1090         "keywords": [
1091             "array",
1092             "collections",
1093             "iterator"
1094         ]
1095     },
1096     {
1097         "name": "adldap2/adldap2",
1098         "version": "v7.0.4",
1099         "version_normalized": "7.0.4.0",
1100         "source": {
1101             "type": "git",
1102             "url": "https://github.com/Adldap2/Adldap2.git",
1103             "reference": "e54d75b9847ceeba868cf987585ccb898936fbd2"
1104         },
1105         "dist": {
1106             "type": "zip",
1107             "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/e54d75b9847ceeba868cf987585ccb898936fbd2",
1108             "reference": "e54d75b9847ceeba868cf987585ccb898936fbd2",
1109             "shasum": ""
1110         },
1111         "require": {
1112             "ext-ldap": "*",
1113             "illuminate/support": "~5.0",
1114             "php": ">=5.5.9"
1115         },
1116         "require-dev": {
1117             "mockery/mockery": "~0.9",
1118             "phpunit/phpunit": "~4.8|~5.6"
1119         },
1120         "time": "2017-01-30T21:45:45+00:00",
1121         "type": "library",
1122         "installation-source": "dist",
1123         "autoload": {
1124             "psr-4": {
1125                 "Adldap\\": "src/"
1126             }
1127         },
1128         "notification-url": "https://packagist.org/downloads/",
1129         "license": [
1130             "MIT"
1131         ],
1132         "authors": [
1133             {
1134                 "name": "Steve Bauman",
1135                 "email": "steven_bauman@outlook.com",
1136                 "role": "Developer"
1137             }
1138         ],
1139         "description": "A PHP LDAP Package for Active Directory Manipulation.",
1140         "keywords": [
1141             "active directory",
1142             "ad",
1143             "adLDAP",
1144             "adldap2",
1145             "directory",
1146             "ldap",
1147             "windows"
1148         ]
1149     },
1150     {
1151         "name": "adodb/adodb-php",
1152         "version": "v5.20.9",
1153         "version_normalized": "5.20.9.0",
1154         "source": {
1155             "type": "git",
1156             "url": "https://github.com/ADOdb/ADOdb.git",
1157             "reference": "f601748cca1ccb86dfd427620a1692a70e681075"
1158         },
1159         "dist": {
1160             "type": "zip",
1161             "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/f601748cca1ccb86dfd427620a1692a70e681075",
1162             "reference": "f601748cca1ccb86dfd427620a1692a70e681075",
1163             "shasum": ""
1164         },
1165         "require": {
1166             "php": ">=5.3.2"
1167         },
1168         "time": "2016-12-21T17:19:42+00:00",
1169         "type": "library",
1170         "installation-source": "dist",
1171         "autoload": {
1172             "files": [
1173                 "adodb.inc.php"
1174             ]
1175         },
1176         "notification-url": "https://packagist.org/downloads/",
1177         "license": [
1178             "BSD-3-Clause",
1179             "LGPL-2.1"
1180         ],
1181         "authors": [
1182             {
1183                 "name": "John Lim",
1184                 "email": "jlim@natsoft.com",
1185                 "role": "Author"
1186             },
1187             {
1188                 "name": "Damien Regad",
1189                 "role": "Current maintainer"
1190             },
1191             {
1192                 "name": "Mark Newnham",
1193                 "role": "Developer"
1194             }
1195         ],
1196         "description": "ADOdb is a PHP database abstraction layer library",
1197         "homepage": "http://adodb.org/",
1198         "keywords": [
1199             "abstraction",
1200             "database",
1201             "layer",
1202             "library",
1203             "php"
1204         ]
1205     },
1206     {
1207         "name": "mpdf/mpdf",
1208         "version": "v6.1.3",
1209         "version_normalized": "6.1.3.0",
1210         "source": {
1211             "type": "git",
1212             "url": "https://github.com/mpdf/mpdf.git",
1213             "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97"
1214         },
1215         "dist": {
1216             "type": "zip",
1217             "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97",
1218             "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97",
1219             "shasum": ""
1220         },
1221         "require": {
1222             "ext-mbstring": "*",
1223             "php": ">=5.4.0",
1224             "setasign/fpdi": "1.6.*"
1225         },
1226         "require-dev": {
1227             "phpunit/phpunit": "^4.7"
1228         },
1229         "suggest": {
1230             "ext-zlib": "Needed for compression of embedded resources, such as fonts"
1231         },
1232         "time": "2016-12-12T10:42:18+00:00",
1233         "type": "library",
1234         "installation-source": "dist",
1235         "autoload": {
1236             "classmap": [
1237                 "mpdf.php",
1238                 "classes"
1239             ]
1240         },
1241         "notification-url": "https://packagist.org/downloads/",
1242         "license": [
1243             "GPL-2.0"
1244         ],
1245         "authors": [
1246             {
1247                 "name": "Ian Back",
1248                 "role": "Developer"
1249             }
1250         ],
1251         "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
1252         "homepage": "http://mpdf.github.io",
1253         "keywords": [
1254             "pdf",
1255             "php",
1256             "utf-8"
1257         ]
1258     },
1259     {
1260         "name": "twig/twig",
1261         "version": "v1.33.2",
1262         "version_normalized": "1.33.2.0",
1263         "source": {
1264             "type": "git",
1265             "url": "https://github.com/twigphp/Twig.git",
1266             "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
1267         },
1268         "dist": {
1269             "type": "zip",
1270             "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
1271             "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
1272             "shasum": ""
1273         },
1274         "require": {
1275             "php": ">=5.2.7"
1276         },
1277         "require-dev": {
1278             "psr/container": "^1.0",
1279             "symfony/debug": "~2.7",
1280             "symfony/phpunit-bridge": "~3.3@dev"
1281         },
1282         "time": "2017-04-20T17:39:48+00:00",
1283         "type": "library",
1284         "extra": {
1285             "branch-alias": {
1286                 "dev-master": "1.33-dev"
1287             }
1288         },
1289         "installation-source": "dist",
1290         "autoload": {
1291             "psr-0": {
1292                 "Twig_": "lib/"
1293             }
1294         },
1295         "notification-url": "https://packagist.org/downloads/",
1296         "license": [
1297             "BSD-3-Clause"
1298         ],
1299         "authors": [
1300             {
1301                 "name": "Fabien Potencier",
1302                 "email": "fabien@symfony.com",
1303                 "homepage": "http://fabien.potencier.org",
1304                 "role": "Lead Developer"
1305             },
1306             {
1307                 "name": "Armin Ronacher",
1308                 "email": "armin.ronacher@active-4.com",
1309                 "role": "Project Founder"
1310             },
1311             {
1312                 "name": "Twig Team",
1313                 "homepage": "http://twig.sensiolabs.org/contributors",
1314                 "role": "Contributors"
1315             }
1316         ],
1317         "description": "Twig, the flexible, fast, and secure template language for PHP",
1318         "homepage": "http://twig.sensiolabs.org",
1319         "keywords": [
1320             "templating"
1321         ]
1322     },
1323     {
1324         "name": "ircmaxell/password-compat",
1325         "version": "v1.0.4",
1326         "version_normalized": "1.0.4.0",
1327         "source": {
1328             "type": "git",
1329             "url": "https://github.com/ircmaxell/password_compat.git",
1330             "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
1331         },
1332         "dist": {
1333             "type": "zip",
1334             "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
1335             "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
1336             "shasum": ""
1337         },
1338         "require-dev": {
1339             "phpunit/phpunit": "4.*"
1340         },
1341         "time": "2014-11-20T16:49:30+00:00",
1342         "type": "library",
1343         "installation-source": "dist",
1344         "autoload": {
1345             "files": [
1346                 "lib/password.php"
1347             ]
1348         },
1349         "notification-url": "https://packagist.org/downloads/",
1350         "license": [
1351             "MIT"
1352         ],
1353         "authors": [
1354             {
1355                 "name": "Anthony Ferrara",
1356                 "email": "ircmaxell@php.net",
1357                 "homepage": "http://blog.ircmaxell.com"
1358             }
1359         ],
1360         "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
1361         "homepage": "https://github.com/ircmaxell/password_compat",
1362         "keywords": [
1363             "hashing",
1364             "password"
1365         ]
1366     },
1367     {
1368         "name": "vlucas/phpdotenv",
1369         "version": "v2.4.0",
1370         "version_normalized": "2.4.0.0",
1371         "source": {
1372             "type": "git",
1373             "url": "https://github.com/vlucas/phpdotenv.git",
1374             "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
1375         },
1376         "dist": {
1377             "type": "zip",
1378             "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1379             "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1380             "shasum": ""
1381         },
1382         "require": {
1383             "php": ">=5.3.9"
1384         },
1385         "require-dev": {
1386             "phpunit/phpunit": "^4.8 || ^5.0"
1387         },
1388         "time": "2016-09-01T10:05:43+00:00",
1389         "type": "library",
1390         "extra": {
1391             "branch-alias": {
1392                 "dev-master": "2.4-dev"
1393             }
1394         },
1395         "installation-source": "dist",
1396         "autoload": {
1397             "psr-4": {
1398                 "Dotenv\\": "src/"
1399             }
1400         },
1401         "notification-url": "https://packagist.org/downloads/",
1402         "license": [
1403             "BSD-3-Clause-Attribution"
1404         ],
1405         "authors": [
1406             {
1407                 "name": "Vance Lucas",
1408                 "email": "vance@vancelucas.com",
1409                 "homepage": "http://www.vancelucas.com"
1410             }
1411         ],
1412         "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1413         "keywords": [
1414             "dotenv",
1415             "env",
1416             "environment"
1417         ]
1418     },
1419     {
1420         "name": "doctrine/annotations",
1421         "version": "v1.4.0",
1422         "version_normalized": "1.4.0.0",
1423         "source": {
1424             "type": "git",
1425             "url": "https://github.com/doctrine/annotations.git",
1426             "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1427         },
1428         "dist": {
1429             "type": "zip",
1430             "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1431             "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1432             "shasum": ""
1433         },
1434         "require": {
1435             "doctrine/lexer": "1.*",
1436             "php": "^5.6 || ^7.0"
1437         },
1438         "require-dev": {
1439             "doctrine/cache": "1.*",
1440             "phpunit/phpunit": "^5.7"
1441         },
1442         "time": "2017-02-24T16:22:25+00:00",
1443         "type": "library",
1444         "extra": {
1445             "branch-alias": {
1446                 "dev-master": "1.4.x-dev"
1447             }
1448         },
1449         "installation-source": "dist",
1450         "autoload": {
1451             "psr-4": {
1452                 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1453             }
1454         },
1455         "notification-url": "https://packagist.org/downloads/",
1456         "license": [
1457             "MIT"
1458         ],
1459         "authors": [
1460             {
1461                 "name": "Roman Borschel",
1462                 "email": "roman@code-factory.org"
1463             },
1464             {
1465                 "name": "Benjamin Eberlei",
1466                 "email": "kontakt@beberlei.de"
1467             },
1468             {
1469                 "name": "Guilherme Blanco",
1470                 "email": "guilhermeblanco@gmail.com"
1471             },
1472             {
1473                 "name": "Jonathan Wage",
1474                 "email": "jonwage@gmail.com"
1475             },
1476             {
1477                 "name": "Johannes Schmitt",
1478                 "email": "schmittjoh@gmail.com"
1479             }
1480         ],
1481         "description": "Docblock Annotations Parser",
1482         "homepage": "http://www.doctrine-project.org",
1483         "keywords": [
1484             "annotations",
1485             "docblock",
1486             "parser"
1487         ]
1488     },
1489     {
1490         "name": "doctrine/dbal",
1491         "version": "v2.5.12",
1492         "version_normalized": "2.5.12.0",
1493         "source": {
1494             "type": "git",
1495             "url": "https://github.com/doctrine/dbal.git",
1496             "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
1497         },
1498         "dist": {
1499             "type": "zip",
1500             "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
1501             "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
1502             "shasum": ""
1503         },
1504         "require": {
1505             "doctrine/common": ">=2.4,<2.8-dev",
1506             "php": ">=5.3.2"
1507         },
1508         "require-dev": {
1509             "phpunit/phpunit": "4.*",
1510             "symfony/console": "2.*||^3.0"
1511         },
1512         "suggest": {
1513             "symfony/console": "For helpful console commands such as SQL execution and import of files."
1514         },
1515         "time": "2017-02-08T12:53:47+00:00",
1516         "bin": [
1517             "bin/doctrine-dbal"
1518         ],
1519         "type": "library",
1520         "extra": {
1521             "branch-alias": {
1522                 "dev-master": "2.5.x-dev"
1523             }
1524         },
1525         "installation-source": "dist",
1526         "autoload": {
1527             "psr-0": {
1528                 "Doctrine\\DBAL\\": "lib/"
1529             }
1530         },
1531         "notification-url": "https://packagist.org/downloads/",
1532         "license": [
1533             "MIT"
1534         ],
1535         "authors": [
1536             {
1537                 "name": "Roman Borschel",
1538                 "email": "roman@code-factory.org"
1539             },
1540             {
1541                 "name": "Benjamin Eberlei",
1542                 "email": "kontakt@beberlei.de"
1543             },
1544             {
1545                 "name": "Guilherme Blanco",
1546                 "email": "guilhermeblanco@gmail.com"
1547             },
1548             {
1549                 "name": "Jonathan Wage",
1550                 "email": "jonwage@gmail.com"
1551             }
1552         ],
1553         "description": "Database Abstraction Layer",
1554         "homepage": "http://www.doctrine-project.org",
1555         "keywords": [
1556             "database",
1557             "dbal",
1558             "persistence",
1559             "queryobject"
1560         ]
1561     },
1562     {
1563         "name": "paragonie/random_compat",
1564         "version": "v2.0.10",
1565         "version_normalized": "2.0.10.0",
1566         "source": {
1567             "type": "git",
1568             "url": "https://github.com/paragonie/random_compat.git",
1569             "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
1570         },
1571         "dist": {
1572             "type": "zip",
1573             "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1574             "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1575             "shasum": ""
1576         },
1577         "require": {
1578             "php": ">=5.2.0"
1579         },
1580         "require-dev": {
1581             "phpunit/phpunit": "4.*|5.*"
1582         },
1583         "suggest": {
1584             "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1585         },
1586         "time": "2017-03-13T16:27:32+00:00",
1587         "type": "library",
1588         "installation-source": "dist",
1589         "autoload": {
1590             "files": [
1591                 "lib/random.php"
1592             ]
1593         },
1594         "notification-url": "https://packagist.org/downloads/",
1595         "license": [
1596             "MIT"
1597         ],
1598         "authors": [
1599             {
1600                 "name": "Paragon Initiative Enterprises",
1601                 "email": "security@paragonie.com",
1602                 "homepage": "https://paragonie.com"
1603             }
1604         ],
1605         "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1606         "keywords": [
1607             "csprng",
1608             "pseudorandom",
1609             "random"
1610         ]
1611     },
1612     {
1613         "name": "setasign/fpdi",
1614         "version": "1.6.2",
1615         "version_normalized": "1.6.2.0",
1616         "source": {
1617             "type": "git",
1618             "url": "https://github.com/Setasign/FPDI.git",
1619             "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
1620         },
1621         "dist": {
1622             "type": "zip",
1623             "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1624             "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1625             "shasum": ""
1626         },
1627         "suggest": {
1628             "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
1629             "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
1630             "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
1631         },
1632         "time": "2017-05-11T14:25:49+00:00",
1633         "type": "library",
1634         "installation-source": "dist",
1635         "autoload": {
1636             "classmap": [
1637                 "filters/",
1638                 "fpdi.php",
1639                 "fpdf_tpl.php",
1640                 "fpdi_pdf_parser.php",
1641                 "pdf_context.php"
1642             ]
1643         },
1644         "notification-url": "https://packagist.org/downloads/",
1645         "license": [
1646             "MIT"
1647         ],
1648         "authors": [
1649             {
1650                 "name": "Jan Slabon",
1651                 "email": "jan.slabon@setasign.com",
1652                 "homepage": "https://www.setasign.com"
1653             }
1654         ],
1655         "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
1656         "homepage": "https://www.setasign.com/fpdi",
1657         "keywords": [
1658             "fpdf",
1659             "fpdi",
1660             "pdf"
1661         ]
1662     },
1663     {
1664         "name": "phpoffice/phpexcel",
1665         "version": "1.8.1",
1666         "version_normalized": "1.8.1.0",
1667         "source": {
1668             "type": "git",
1669             "url": "https://github.com/PHPOffice/PHPExcel.git",
1670             "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
1671         },
1672         "dist": {
1673             "type": "zip",
1674             "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
1675             "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
1676             "shasum": ""
1677         },
1678         "require": {
1679             "ext-xml": "*",
1680             "ext-xmlwriter": "*",
1681             "php": ">=5.2.0"
1682         },
1683         "time": "2015-05-01T07:00:55+00:00",
1684         "type": "library",
1685         "installation-source": "dist",
1686         "autoload": {
1687             "psr-0": {
1688                 "PHPExcel": "Classes/"
1689             }
1690         },
1691         "notification-url": "https://packagist.org/downloads/",
1692         "license": [
1693             "LGPL"
1694         ],
1695         "authors": [
1696             {
1697                 "name": "Maarten Balliauw",
1698                 "homepage": "http://blog.maartenballiauw.be"
1699             },
1700             {
1701                 "name": "Mark Baker"
1702             },
1703             {
1704                 "name": "Franck Lefevre",
1705                 "homepage": "http://blog.rootslabs.net"
1706             },
1707             {
1708                 "name": "Erik Tilt"
1709             }
1710         ],
1711         "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
1712         "homepage": "http://phpexcel.codeplex.com",
1713         "keywords": [
1714             "OpenXML",
1715             "excel",
1716             "php",
1717             "spreadsheet",
1718             "xls",
1719             "xlsx"
1720         ]
1721     },
1722     {
1723         "name": "ezyang/htmlpurifier",
1724         "version": "v4.9.3",
1725         "version_normalized": "4.9.3.0",
1726         "source": {
1727             "type": "git",
1728             "url": "https://github.com/ezyang/htmlpurifier.git",
1729             "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
1730         },
1731         "dist": {
1732             "type": "zip",
1733             "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
1734             "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
1735             "shasum": ""
1736         },
1737         "require": {
1738             "php": ">=5.2"
1739         },
1740         "require-dev": {
1741             "simpletest/simpletest": "^1.1"
1742         },
1743         "time": "2017-06-03T02:28:16+00:00",
1744         "type": "library",
1745         "installation-source": "dist",
1746         "autoload": {
1747             "psr-0": {
1748                 "HTMLPurifier": "library/"
1749             },
1750             "files": [
1751                 "library/HTMLPurifier.composer.php"
1752             ]
1753         },
1754         "notification-url": "https://packagist.org/downloads/",
1755         "license": [
1756             "LGPL"
1757         ],
1758         "authors": [
1759             {
1760                 "name": "Edward Z. Yang",
1761                 "email": "admin@htmlpurifier.org",
1762                 "homepage": "http://ezyang.com"
1763             }
1764         ],
1765         "description": "Standards compliant HTML filter written in PHP",
1766         "homepage": "http://htmlpurifier.org/",
1767         "keywords": [
1768             "html"
1769         ]
1770     },
1771     {
1772         "name": "symfony/dependency-injection",
1773         "version": "v2.8.24",
1774         "version_normalized": "2.8.24.0",
1775         "source": {
1776             "type": "git",
1777             "url": "https://github.com/symfony/dependency-injection.git",
1778             "reference": "66d2e252262749e0f3c735c183e4562c72ffb8c8"
1779         },
1780         "dist": {
1781             "type": "zip",
1782             "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/66d2e252262749e0f3c735c183e4562c72ffb8c8",
1783             "reference": "66d2e252262749e0f3c735c183e4562c72ffb8c8",
1784             "shasum": ""
1785         },
1786         "require": {
1787             "php": ">=5.3.9"
1788         },
1789         "conflict": {
1790             "symfony/expression-language": "<2.6"
1791         },
1792         "require-dev": {
1793             "symfony/config": "~2.2|~3.0.0",
1794             "symfony/expression-language": "~2.6|~3.0.0",
1795             "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
1796         },
1797         "suggest": {
1798             "symfony/config": "",
1799             "symfony/expression-language": "For using expressions in service container configuration",
1800             "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1801             "symfony/yaml": ""
1802         },
1803         "time": "2017-06-14T00:55:24+00:00",
1804         "type": "library",
1805         "extra": {
1806             "branch-alias": {
1807                 "dev-master": "2.8-dev"
1808             }
1809         },
1810         "installation-source": "dist",
1811         "autoload": {
1812             "psr-4": {
1813                 "Symfony\\Component\\DependencyInjection\\": ""
1814             },
1815             "exclude-from-classmap": [
1816                 "/Tests/"
1817             ]
1818         },
1819         "notification-url": "https://packagist.org/downloads/",
1820         "license": [
1821             "MIT"
1822         ],
1823         "authors": [
1824             {
1825                 "name": "Fabien Potencier",
1826                 "email": "fabien@symfony.com"
1827             },
1828             {
1829                 "name": "Symfony Community",
1830                 "homepage": "https://symfony.com/contributors"
1831             }
1832         ],
1833         "description": "Symfony DependencyInjection Component",
1834         "homepage": "https://symfony.com"
1835     },
1836     {
1837         "name": "symfony/polyfill-mbstring",
1838         "version": "v1.4.0",
1839         "version_normalized": "1.4.0.0",
1840         "source": {
1841             "type": "git",
1842             "url": "https://github.com/symfony/polyfill-mbstring.git",
1843             "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
1844         },
1845         "dist": {
1846             "type": "zip",
1847             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
1848             "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
1849             "shasum": ""
1850         },
1851         "require": {
1852             "php": ">=5.3.3"
1853         },
1854         "suggest": {
1855             "ext-mbstring": "For best performance"
1856         },
1857         "time": "2017-06-09T14:24:12+00:00",
1858         "type": "library",
1859         "extra": {
1860             "branch-alias": {
1861                 "dev-master": "1.4-dev"
1862             }
1863         },
1864         "installation-source": "dist",
1865         "autoload": {
1866             "psr-4": {
1867                 "Symfony\\Polyfill\\Mbstring\\": ""
1868             },
1869             "files": [
1870                 "bootstrap.php"
1871             ]
1872         },
1873         "notification-url": "https://packagist.org/downloads/",
1874         "license": [
1875             "MIT"
1876         ],
1877         "authors": [
1878             {
1879                 "name": "Nicolas Grekas",
1880                 "email": "p@tchwork.com"
1881             },
1882             {
1883                 "name": "Symfony Community",
1884                 "homepage": "https://symfony.com/contributors"
1885             }
1886         ],
1887         "description": "Symfony polyfill for the Mbstring extension",
1888         "homepage": "https://symfony.com",
1889         "keywords": [
1890             "compatibility",
1891             "mbstring",
1892             "polyfill",
1893             "portable",
1894             "shim"
1895         ]
1896     },
1897     {
1898         "name": "symfony/polyfill-php55",
1899         "version": "v1.4.0",
1900         "version_normalized": "1.4.0.0",
1901         "source": {
1902             "type": "git",
1903             "url": "https://github.com/symfony/polyfill-php55.git",
1904             "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d"
1905         },
1906         "dist": {
1907             "type": "zip",
1908             "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d",
1909             "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d",
1910             "shasum": ""
1911         },
1912         "require": {
1913             "ircmaxell/password-compat": "~1.0",
1914             "php": ">=5.3.3"
1915         },
1916         "time": "2017-06-09T08:25:21+00:00",
1917         "type": "library",
1918         "extra": {
1919             "branch-alias": {
1920                 "dev-master": "1.4-dev"
1921             }
1922         },
1923         "installation-source": "dist",
1924         "autoload": {
1925             "psr-4": {
1926                 "Symfony\\Polyfill\\Php55\\": ""
1927             },
1928             "files": [
1929                 "bootstrap.php"
1930             ]
1931         },
1932         "notification-url": "https://packagist.org/downloads/",
1933         "license": [
1934             "MIT"
1935         ],
1936         "authors": [
1937             {
1938                 "name": "Nicolas Grekas",
1939                 "email": "p@tchwork.com"
1940             },
1941             {
1942                 "name": "Symfony Community",
1943                 "homepage": "https://symfony.com/contributors"
1944             }
1945         ],
1946         "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
1947         "homepage": "https://symfony.com",
1948         "keywords": [
1949             "compatibility",
1950             "polyfill",
1951             "portable",
1952             "shim"
1953         ]
1954     },
1955     {
1956         "name": "symfony/polyfill-php54",
1957         "version": "v1.4.0",
1958         "version_normalized": "1.4.0.0",
1959         "source": {
1960             "type": "git",
1961             "url": "https://github.com/symfony/polyfill-php54.git",
1962             "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789"
1963         },
1964         "dist": {
1965             "type": "zip",
1966             "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
1967             "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
1968             "shasum": ""
1969         },
1970         "require": {
1971             "php": ">=5.3.3"
1972         },
1973         "time": "2017-06-09T08:25:21+00:00",
1974         "type": "library",
1975         "extra": {
1976             "branch-alias": {
1977                 "dev-master": "1.4-dev"
1978             }
1979         },
1980         "installation-source": "dist",
1981         "autoload": {
1982             "psr-4": {
1983                 "Symfony\\Polyfill\\Php54\\": ""
1984             },
1985             "files": [
1986                 "bootstrap.php"
1987             ],
1988             "classmap": [
1989                 "Resources/stubs"
1990             ]
1991         },
1992         "notification-url": "https://packagist.org/downloads/",
1993         "license": [
1994             "MIT"
1995         ],
1996         "authors": [
1997             {
1998                 "name": "Nicolas Grekas",
1999                 "email": "p@tchwork.com"
2000             },
2001             {
2002                 "name": "Symfony Community",
2003                 "homepage": "https://symfony.com/contributors"
2004             }
2005         ],
2006         "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
2007         "homepage": "https://symfony.com",
2008         "keywords": [
2009             "compatibility",
2010             "polyfill",
2011             "portable",
2012             "shim"
2013         ]
2014     },
2015     {
2016         "name": "symfony/http-foundation",
2017         "version": "v2.8.24",
2018         "version_normalized": "2.8.24.0",
2019         "source": {
2020             "type": "git",
2021             "url": "https://github.com/symfony/http-foundation.git",
2022             "reference": "2b592ca5fe2ad7ee8a92d409d2b830277ad58231"
2023         },
2024         "dist": {
2025             "type": "zip",
2026             "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2b592ca5fe2ad7ee8a92d409d2b830277ad58231",
2027             "reference": "2b592ca5fe2ad7ee8a92d409d2b830277ad58231",
2028             "shasum": ""
2029         },
2030         "require": {
2031             "php": ">=5.3.9",
2032             "symfony/polyfill-mbstring": "~1.1",
2033             "symfony/polyfill-php54": "~1.0",
2034             "symfony/polyfill-php55": "~1.0"
2035         },
2036         "require-dev": {
2037             "symfony/expression-language": "~2.4|~3.0.0"
2038         },
2039         "time": "2017-06-20T23:27:56+00:00",
2040         "type": "library",
2041         "extra": {
2042             "branch-alias": {
2043                 "dev-master": "2.8-dev"
2044             }
2045         },
2046         "installation-source": "dist",
2047         "autoload": {
2048             "psr-4": {
2049                 "Symfony\\Component\\HttpFoundation\\": ""
2050             },
2051             "exclude-from-classmap": [
2052                 "/Tests/"
2053             ]
2054         },
2055         "notification-url": "https://packagist.org/downloads/",
2056         "license": [
2057             "MIT"
2058         ],
2059         "authors": [
2060             {
2061                 "name": "Fabien Potencier",
2062                 "email": "fabien@symfony.com"
2063             },
2064             {
2065                 "name": "Symfony Community",
2066                 "homepage": "https://symfony.com/contributors"
2067             }
2068         ],
2069         "description": "Symfony HttpFoundation Component",
2070         "homepage": "https://symfony.com"
2071     },
2072     {
2073         "name": "symfony/debug",
2074         "version": "v3.3.4",
2075         "version_normalized": "3.3.4.0",
2076         "source": {
2077             "type": "git",
2078             "url": "https://github.com/symfony/debug.git",
2079             "reference": "63b85a968486d95ff9542228dc2e4247f16f9743"
2080         },
2081         "dist": {
2082             "type": "zip",
2083             "url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743",
2084             "reference": "63b85a968486d95ff9542228dc2e4247f16f9743",
2085             "shasum": ""
2086         },
2087         "require": {
2088             "php": ">=5.5.9",
2089             "psr/log": "~1.0"
2090         },
2091         "conflict": {
2092             "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2093         },
2094         "require-dev": {
2095             "symfony/http-kernel": "~2.8|~3.0"
2096         },
2097         "time": "2017-07-05T13:02:37+00:00",
2098         "type": "library",
2099         "extra": {
2100             "branch-alias": {
2101                 "dev-master": "3.3-dev"
2102             }
2103         },
2104         "installation-source": "dist",
2105         "autoload": {
2106             "psr-4": {
2107                 "Symfony\\Component\\Debug\\": ""
2108             },
2109             "exclude-from-classmap": [
2110                 "/Tests/"
2111             ]
2112         },
2113         "notification-url": "https://packagist.org/downloads/",
2114         "license": [
2115             "MIT"
2116         ],
2117         "authors": [
2118             {
2119                 "name": "Fabien Potencier",
2120                 "email": "fabien@symfony.com"
2121             },
2122             {
2123                 "name": "Symfony Community",
2124                 "homepage": "https://symfony.com/contributors"
2125             }
2126         ],
2127         "description": "Symfony Debug Component",
2128         "homepage": "https://symfony.com"
2129     },
2130     {
2131         "name": "symfony/console",
2132         "version": "v3.2.11",
2133         "version_normalized": "3.2.11.0",
2134         "source": {
2135             "type": "git",
2136             "url": "https://github.com/symfony/console.git",
2137             "reference": "c091707512e290806794161201c0b021205583f2"
2138         },
2139         "dist": {
2140             "type": "zip",
2141             "url": "https://api.github.com/repos/symfony/console/zipball/c091707512e290806794161201c0b021205583f2",
2142             "reference": "c091707512e290806794161201c0b021205583f2",
2143             "shasum": ""
2144         },
2145         "require": {
2146             "php": ">=5.5.9",
2147             "symfony/debug": "~2.8|~3.0",
2148             "symfony/polyfill-mbstring": "~1.0"
2149         },
2150         "require-dev": {
2151             "psr/log": "~1.0",
2152             "symfony/event-dispatcher": "~2.8|~3.0",
2153             "symfony/filesystem": "~2.8|~3.0",
2154             "symfony/process": "~2.8|~3.0"
2155         },
2156         "suggest": {
2157             "psr/log": "For using the console logger",
2158             "symfony/event-dispatcher": "",
2159             "symfony/filesystem": "",
2160             "symfony/process": ""
2161         },
2162         "time": "2017-07-03T08:06:20+00:00",
2163         "type": "library",
2164         "extra": {
2165             "branch-alias": {
2166                 "dev-master": "3.2-dev"
2167             }
2168         },
2169         "installation-source": "dist",
2170         "autoload": {
2171             "psr-4": {
2172                 "Symfony\\Component\\Console\\": ""
2173             },
2174             "exclude-from-classmap": [
2175                 "/Tests/"
2176             ]
2177         },
2178         "notification-url": "https://packagist.org/downloads/",
2179         "license": [
2180             "MIT"
2181         ],
2182         "authors": [
2183             {
2184                 "name": "Fabien Potencier",
2185                 "email": "fabien@symfony.com"
2186             },
2187             {
2188                 "name": "Symfony Community",
2189                 "homepage": "https://symfony.com/contributors"
2190             }
2191         ],
2192         "description": "Symfony Console Component",
2193         "homepage": "https://symfony.com"
2194     },
2195     {
2196         "name": "illuminate/contracts",
2197         "version": "v5.4.27",
2198         "version_normalized": "5.4.27.0",
2199         "source": {
2200             "type": "git",
2201             "url": "https://github.com/illuminate/contracts.git",
2202             "reference": "31f0193eb14aa3ee07841dc254081425616e79f0"
2203         },
2204         "dist": {
2205             "type": "zip",
2206             "url": "https://api.github.com/repos/illuminate/contracts/zipball/31f0193eb14aa3ee07841dc254081425616e79f0",
2207             "reference": "31f0193eb14aa3ee07841dc254081425616e79f0",
2208             "shasum": ""
2209         },
2210         "require": {
2211             "php": ">=5.6.4"
2212         },
2213         "time": "2017-04-19T20:17:43+00:00",
2214         "type": "library",
2215         "extra": {
2216             "branch-alias": {
2217                 "dev-master": "5.4-dev"
2218             }
2219         },
2220         "installation-source": "dist",
2221         "autoload": {
2222             "psr-4": {
2223                 "Illuminate\\Contracts\\": ""
2224             }
2225         },
2226         "notification-url": "https://packagist.org/downloads/",
2227         "license": [
2228             "MIT"
2229         ],
2230         "authors": [
2231             {
2232                 "name": "Taylor Otwell",
2233                 "email": "taylor@laravel.com"
2234             }
2235         ],
2236         "description": "The Illuminate Contracts package.",
2237         "homepage": "https://laravel.com"
2238     },
2239     {
2240         "name": "illuminate/support",
2241         "version": "v5.4.27",
2242         "version_normalized": "5.4.27.0",
2243         "source": {
2244             "type": "git",
2245             "url": "https://github.com/illuminate/support.git",
2246             "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d"
2247         },
2248         "dist": {
2249             "type": "zip",
2250             "url": "https://api.github.com/repos/illuminate/support/zipball/a42393b56d0ec75f55e760f2a47bcf85a17a278d",
2251             "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d",
2252             "shasum": ""
2253         },
2254         "require": {
2255             "doctrine/inflector": "~1.0",
2256             "ext-mbstring": "*",
2257             "illuminate/contracts": "5.4.*",
2258             "paragonie/random_compat": "~1.4|~2.0",
2259             "php": ">=5.6.4"
2260         },
2261         "replace": {
2262             "tightenco/collect": "self.version"
2263         },
2264         "suggest": {
2265             "illuminate/filesystem": "Required to use the composer class (5.2.*).",
2266             "symfony/process": "Required to use the composer class (~3.2).",
2267             "symfony/var-dumper": "Required to use the dd function (~3.2)."
2268         },
2269         "time": "2017-06-15T12:35:32+00:00",
2270         "type": "library",
2271         "extra": {
2272             "branch-alias": {
2273                 "dev-master": "5.4-dev"
2274             }
2275         },
2276         "installation-source": "dist",
2277         "autoload": {
2278             "psr-4": {
2279                 "Illuminate\\Support\\": ""
2280             },
2281             "files": [
2282                 "helpers.php"
2283             ]
2284         },
2285         "notification-url": "https://packagist.org/downloads/",
2286         "license": [
2287             "MIT"
2288         ],
2289         "authors": [
2290             {
2291                 "name": "Taylor Otwell",
2292                 "email": "taylor@laravel.com"
2293             }
2294         ],
2295         "description": "The Illuminate Support package.",
2296         "homepage": "https://laravel.com"
2297     },
2298     {
2299         "name": "symfony/yaml",
2300         "version": "v2.8.24",
2301         "version_normalized": "2.8.24.0",
2302         "source": {
2303             "type": "git",
2304             "url": "https://github.com/symfony/yaml.git",
2305             "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
2306         },
2307         "dist": {
2308             "type": "zip",
2309             "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
2310             "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
2311             "shasum": ""
2312         },
2313         "require": {
2314             "php": ">=5.3.9"
2315         },
2316         "time": "2017-06-01T20:52:29+00:00",
2317         "type": "library",
2318         "extra": {
2319             "branch-alias": {
2320                 "dev-master": "2.8-dev"
2321             }
2322         },
2323         "installation-source": "dist",
2324         "autoload": {
2325             "psr-4": {
2326                 "Symfony\\Component\\Yaml\\": ""
2327             },
2328             "exclude-from-classmap": [
2329                 "/Tests/"
2330             ]
2331         },
2332         "notification-url": "https://packagist.org/downloads/",
2333         "license": [
2334             "MIT"
2335         ],
2336         "authors": [
2337             {
2338                 "name": "Fabien Potencier",
2339                 "email": "fabien@symfony.com"
2340             },
2341             {
2342                 "name": "Symfony Community",
2343                 "homepage": "https://symfony.com/contributors"
2344             }
2345         ],
2346         "description": "Symfony Yaml Component",
2347         "homepage": "https://symfony.com"
2348     },
2349     {
2350         "name": "symfony/filesystem",
2351         "version": "v3.0.9",
2352         "version_normalized": "3.0.9.0",
2353         "source": {
2354             "type": "git",
2355             "url": "https://github.com/symfony/filesystem.git",
2356             "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
2357         },
2358         "dist": {
2359             "type": "zip",
2360             "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
2361             "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
2362             "shasum": ""
2363         },
2364         "require": {
2365             "php": ">=5.5.9"
2366         },
2367         "time": "2016-07-20T05:43:46+00:00",
2368         "type": "library",
2369         "extra": {
2370             "branch-alias": {
2371                 "dev-master": "3.0-dev"
2372             }
2373         },
2374         "installation-source": "dist",
2375         "autoload": {
2376             "psr-4": {
2377                 "Symfony\\Component\\Filesystem\\": ""
2378             },
2379             "exclude-from-classmap": [
2380                 "/Tests/"
2381             ]
2382         },
2383         "notification-url": "https://packagist.org/downloads/",
2384         "license": [
2385             "MIT"
2386         ],
2387         "authors": [
2388             {
2389                 "name": "Fabien Potencier",
2390                 "email": "fabien@symfony.com"
2391             },
2392             {
2393                 "name": "Symfony Community",
2394                 "homepage": "https://symfony.com/contributors"
2395             }
2396         ],
2397         "description": "Symfony Filesystem Component",
2398         "homepage": "https://symfony.com"
2399     },
2400     {
2401         "name": "symfony/config",
2402         "version": "v2.8.24",
2403         "version_normalized": "2.8.24.0",
2404         "source": {
2405             "type": "git",
2406             "url": "https://github.com/symfony/config.git",
2407             "reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
2408         },
2409         "dist": {
2410             "type": "zip",
2411             "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
2412             "reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
2413             "shasum": ""
2414         },
2415         "require": {
2416             "php": ">=5.3.9",
2417             "symfony/filesystem": "~2.3|~3.0.0"
2418         },
2419         "require-dev": {
2420             "symfony/yaml": "~2.7|~3.0.0"
2421         },
2422         "suggest": {
2423             "symfony/yaml": "To use the yaml reference dumper"
2424         },
2425         "time": "2017-04-12T14:07:15+00:00",
2426         "type": "library",
2427         "extra": {
2428             "branch-alias": {
2429                 "dev-master": "2.8-dev"
2430             }
2431         },
2432         "installation-source": "dist",
2433         "autoload": {
2434             "psr-4": {
2435                 "Symfony\\Component\\Config\\": ""
2436             },
2437             "exclude-from-classmap": [
2438                 "/Tests/"
2439             ]
2440         },
2441         "notification-url": "https://packagist.org/downloads/",
2442         "license": [
2443             "MIT"
2444         ],
2445         "authors": [
2446             {
2447                 "name": "Fabien Potencier",
2448                 "email": "fabien@symfony.com"
2449             },
2450             {
2451                 "name": "Symfony Community",
2452                 "homepage": "https://symfony.com/contributors"
2453             }
2454         ],
2455         "description": "Symfony Config Component",
2456         "homepage": "https://symfony.com"
2457     },
2458     {
2459         "name": "symfony/event-dispatcher",
2460         "version": "v2.8.24",
2461         "version_normalized": "2.8.24.0",
2462         "source": {
2463             "type": "git",
2464             "url": "https://github.com/symfony/event-dispatcher.git",
2465             "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
2466         },
2467         "dist": {
2468             "type": "zip",
2469             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d",
2470             "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
2471             "shasum": ""
2472         },
2473         "require": {
2474             "php": ">=5.3.9"
2475         },
2476         "require-dev": {
2477             "psr/log": "~1.0",
2478             "symfony/config": "^2.0.5|~3.0.0",
2479             "symfony/dependency-injection": "~2.6|~3.0.0",
2480             "symfony/expression-language": "~2.6|~3.0.0",
2481             "symfony/stopwatch": "~2.3|~3.0.0"
2482         },
2483         "suggest": {
2484             "symfony/dependency-injection": "",
2485             "symfony/http-kernel": ""
2486         },
2487         "time": "2017-06-02T07:47:27+00:00",
2488         "type": "library",
2489         "extra": {
2490             "branch-alias": {
2491                 "dev-master": "2.8-dev"
2492             }
2493         },
2494         "installation-source": "dist",
2495         "autoload": {
2496             "psr-4": {
2497                 "Symfony\\Component\\EventDispatcher\\": ""
2498             },
2499             "exclude-from-classmap": [
2500                 "/Tests/"
2501             ]
2502         },
2503         "notification-url": "https://packagist.org/downloads/",
2504         "license": [
2505             "MIT"
2506         ],
2507         "authors": [
2508             {
2509                 "name": "Fabien Potencier",
2510                 "email": "fabien@symfony.com"
2511             },
2512             {
2513                 "name": "Symfony Community",
2514                 "homepage": "https://symfony.com/contributors"
2515             }
2516         ],
2517         "description": "Symfony EventDispatcher Component",
2518         "homepage": "https://symfony.com"
2519     },
2520     {
2521         "name": "smarty/smarty",
2522         "version": "v2.6.30",
2523         "version_normalized": "2.6.30.0",
2524         "source": {
2525             "type": "git",
2526             "url": "https://github.com/smarty-php/smarty.git",
2527             "reference": "c5c9d6514ceaf15fe35345886668726829560f93"
2528         },
2529         "dist": {
2530             "type": "zip",
2531             "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c5c9d6514ceaf15fe35345886668726829560f93",
2532             "reference": "c5c9d6514ceaf15fe35345886668726829560f93",
2533             "shasum": ""
2534         },
2535         "require": {
2536             "php": ">=5.2"
2537         },
2538         "time": "2016-07-19T18:31:12+00:00",
2539         "type": "library",
2540         "extra": {
2541             "branch-alias": {
2542                 "dev-master": "2.6.x-dev"
2543             }
2544         },
2545         "installation-source": "dist",
2546         "autoload": {
2547             "classmap": [
2548                 "libs/Smarty.class.php",
2549                 "libs/Smarty_Compiler.class.php",
2550                 "libs/Config_File.class.php"
2551             ]
2552         },
2553         "notification-url": "https://packagist.org/downloads/",
2554         "license": [
2555             "LGPL-3.0"
2556         ],
2557         "authors": [
2558             {
2559                 "name": "Monte Ohrt",
2560                 "email": "monte@ohrt.com"
2561             },
2562             {
2563                 "name": "Uwe Tews",
2564                 "email": "uwe.tews@googlemail.com"
2565             }
2566         ],
2567         "description": "Smarty - the compiling PHP template engine",
2568         "homepage": "http://www.smarty.net",
2569         "keywords": [
2570             "templating"
2571         ]
2572     },
2573     {
2574         "name": "phing/phing",
2575         "version": "2.14.0",
2576         "version_normalized": "2.14.0.0",
2577         "source": {
2578             "type": "git",
2579             "url": "https://github.com/phingofficial/phing.git",
2580             "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
2581         },
2582         "dist": {
2583             "type": "zip",
2584             "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
2585             "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
2586             "shasum": ""
2587         },
2588         "require": {
2589             "php": ">=5.2.0"
2590         },
2591         "require-dev": {
2592             "ext-pdo_sqlite": "*",
2593             "lastcraft/simpletest": "@dev",
2594             "mikey179/vfsstream": "^1.6",
2595             "pdepend/pdepend": "2.x",
2596             "pear/archive_tar": "1.4.x",
2597             "pear/http_request2": "dev-trunk",
2598             "pear/net_growl": "dev-trunk",
2599             "pear/pear-core-minimal": "1.10.1",
2600             "pear/versioncontrol_git": "@dev",
2601             "pear/versioncontrol_svn": "~0.5",
2602             "phpdocumentor/phpdocumentor": "2.x",
2603             "phploc/phploc": "~2.0.6",
2604             "phpmd/phpmd": "~2.2",
2605             "phpunit/phpunit": ">=3.7",
2606             "sebastian/git": "~1.0",
2607             "sebastian/phpcpd": "2.x",
2608             "squizlabs/php_codesniffer": "~2.2",
2609             "symfony/yaml": "~2.7"
2610         },
2611         "suggest": {
2612             "pdepend/pdepend": "PHP version of JDepend",
2613             "pear/archive_tar": "Tar file management class",
2614             "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
2615             "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
2616             "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
2617             "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
2618             "phpmd/phpmd": "PHP version of PMD tool",
2619             "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
2620             "phpunit/phpunit": "The PHP Unit Testing Framework",
2621             "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
2622             "tedivm/jshrink": "Javascript Minifier built in PHP"
2623         },
2624         "time": "2016-03-10T21:39:23+00:00",
2625         "bin": [
2626             "bin/phing"
2627         ],
2628         "type": "library",
2629         "extra": {
2630             "branch-alias": {
2631                 "dev-master": "2.14.x-dev"
2632             }
2633         },
2634         "installation-source": "dist",
2635         "autoload": {
2636             "classmap": [
2637                 "classes/phing/"
2638             ]
2639         },
2640         "notification-url": "https://packagist.org/downloads/",
2641         "include-path": [
2642             "classes"
2643         ],
2644         "license": [
2645             "LGPL-3.0"
2646         ],
2647         "authors": [
2648             {
2649                 "name": "Michiel Rook",
2650                 "email": "mrook@php.net"
2651             },
2652             {
2653                 "name": "Phing Community",
2654                 "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
2655             }
2656         ],
2657         "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
2658         "homepage": "https://www.phing.info/",
2659         "keywords": [
2660             "build",
2661             "phing",
2662             "task",
2663             "tool"
2664         ]
2665     }