Added bower assets for patient portal
[openemr.git] / composer.lock
bloba2f7b7cb7e5e6bf0340771d0b4aaa8ca8f11cedb
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "hash": "e2aa4a6f3320c162e0573908016599e8",
8     "content-hash": "06c38106fdcb5cd2e2b0440365571ded",
9     "packages": [
10         {
11             "name": "adodb/adodb-php",
12             "version": "v5.20.2",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/ADOdb/ADOdb.git",
16                 "reference": "17979685639d642791c546202ebe3f03d6b0a7d7"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/17979685639d642791c546202ebe3f03d6b0a7d7",
21                 "reference": "17979685639d642791c546202ebe3f03d6b0a7d7",
22                 "shasum": ""
23             },
24             "require": {
25                 "php": ">=5.3.2"
26             },
27             "type": "library",
28             "autoload": {
29                 "files": [
30                     "adodb.inc.php"
31                 ]
32             },
33             "notification-url": "https://packagist.org/downloads/",
34             "license": [
35                 "BSD-3-Clause",
36                 "LGPL-2.1"
37             ],
38             "authors": [
39                 {
40                     "name": "John Lim",
41                     "email": "jlim@natsoft.com",
42                     "role": "Author"
43                 },
44                 {
45                     "name": "Damien Regad",
46                     "role": "Current maintainer"
47                 },
48                 {
49                     "name": "Mark Newnham",
50                     "role": "Developer"
51                 }
52             ],
53             "description": "ADOdb is a PHP database abstraction layer library",
54             "homepage": "http://adodb.sourceforge.net/",
55             "keywords": [
56                 "abstraction",
57                 "database",
58                 "layer",
59                 "library",
60                 "php"
61             ],
62             "time": "2015-12-27 15:22:27"
63         },
64         {
65             "name": "doctrine/annotations",
66             "version": "v1.3.1",
67             "source": {
68                 "type": "git",
69                 "url": "https://github.com/doctrine/annotations.git",
70                 "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558"
71             },
72             "dist": {
73                 "type": "zip",
74                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
75                 "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
76                 "shasum": ""
77             },
78             "require": {
79                 "doctrine/lexer": "1.*",
80                 "php": "^5.6 || ^7.0"
81             },
82             "require-dev": {
83                 "doctrine/cache": "1.*",
84                 "phpunit/phpunit": "^5.6.1"
85             },
86             "type": "library",
87             "extra": {
88                 "branch-alias": {
89                     "dev-master": "1.4.x-dev"
90                 }
91             },
92             "autoload": {
93                 "psr-4": {
94                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
95                 }
96             },
97             "notification-url": "https://packagist.org/downloads/",
98             "license": [
99                 "MIT"
100             ],
101             "authors": [
102                 {
103                     "name": "Roman Borschel",
104                     "email": "roman@code-factory.org"
105                 },
106                 {
107                     "name": "Benjamin Eberlei",
108                     "email": "kontakt@beberlei.de"
109                 },
110                 {
111                     "name": "Guilherme Blanco",
112                     "email": "guilhermeblanco@gmail.com"
113                 },
114                 {
115                     "name": "Jonathan Wage",
116                     "email": "jonwage@gmail.com"
117                 },
118                 {
119                     "name": "Johannes Schmitt",
120                     "email": "schmittjoh@gmail.com"
121                 }
122             ],
123             "description": "Docblock Annotations Parser",
124             "homepage": "http://www.doctrine-project.org",
125             "keywords": [
126                 "annotations",
127                 "docblock",
128                 "parser"
129             ],
130             "time": "2016-12-30 15:59:45"
131         },
132         {
133             "name": "doctrine/cache",
134             "version": "v1.6.1",
135             "source": {
136                 "type": "git",
137                 "url": "https://github.com/doctrine/cache.git",
138                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
139             },
140             "dist": {
141                 "type": "zip",
142                 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
143                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
144                 "shasum": ""
145             },
146             "require": {
147                 "php": "~5.5|~7.0"
148             },
149             "conflict": {
150                 "doctrine/common": ">2.2,<2.4"
151             },
152             "require-dev": {
153                 "phpunit/phpunit": "~4.8|~5.0",
154                 "predis/predis": "~1.0",
155                 "satooshi/php-coveralls": "~0.6"
156             },
157             "type": "library",
158             "extra": {
159                 "branch-alias": {
160                     "dev-master": "1.6.x-dev"
161                 }
162             },
163             "autoload": {
164                 "psr-4": {
165                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
166                 }
167             },
168             "notification-url": "https://packagist.org/downloads/",
169             "license": [
170                 "MIT"
171             ],
172             "authors": [
173                 {
174                     "name": "Roman Borschel",
175                     "email": "roman@code-factory.org"
176                 },
177                 {
178                     "name": "Benjamin Eberlei",
179                     "email": "kontakt@beberlei.de"
180                 },
181                 {
182                     "name": "Guilherme Blanco",
183                     "email": "guilhermeblanco@gmail.com"
184                 },
185                 {
186                     "name": "Jonathan Wage",
187                     "email": "jonwage@gmail.com"
188                 },
189                 {
190                     "name": "Johannes Schmitt",
191                     "email": "schmittjoh@gmail.com"
192                 }
193             ],
194             "description": "Caching library offering an object-oriented API for many cache backends",
195             "homepage": "http://www.doctrine-project.org",
196             "keywords": [
197                 "cache",
198                 "caching"
199             ],
200             "time": "2016-10-29 11:16:17"
201         },
202         {
203             "name": "doctrine/collections",
204             "version": "v1.3.0",
205             "source": {
206                 "type": "git",
207                 "url": "https://github.com/doctrine/collections.git",
208                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
209             },
210             "dist": {
211                 "type": "zip",
212                 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
213                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
214                 "shasum": ""
215             },
216             "require": {
217                 "php": ">=5.3.2"
218             },
219             "require-dev": {
220                 "phpunit/phpunit": "~4.0"
221             },
222             "type": "library",
223             "extra": {
224                 "branch-alias": {
225                     "dev-master": "1.2.x-dev"
226                 }
227             },
228             "autoload": {
229                 "psr-0": {
230                     "Doctrine\\Common\\Collections\\": "lib/"
231                 }
232             },
233             "notification-url": "https://packagist.org/downloads/",
234             "license": [
235                 "MIT"
236             ],
237             "authors": [
238                 {
239                     "name": "Roman Borschel",
240                     "email": "roman@code-factory.org"
241                 },
242                 {
243                     "name": "Benjamin Eberlei",
244                     "email": "kontakt@beberlei.de"
245                 },
246                 {
247                     "name": "Guilherme Blanco",
248                     "email": "guilhermeblanco@gmail.com"
249                 },
250                 {
251                     "name": "Jonathan Wage",
252                     "email": "jonwage@gmail.com"
253                 },
254                 {
255                     "name": "Johannes Schmitt",
256                     "email": "schmittjoh@gmail.com"
257                 }
258             ],
259             "description": "Collections Abstraction library",
260             "homepage": "http://www.doctrine-project.org",
261             "keywords": [
262                 "array",
263                 "collections",
264                 "iterator"
265             ],
266             "time": "2015-04-14 22:21:58"
267         },
268         {
269             "name": "doctrine/common",
270             "version": "v2.5.0",
271             "source": {
272                 "type": "git",
273                 "url": "https://github.com/doctrine/common.git",
274                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
275             },
276             "dist": {
277                 "type": "zip",
278                 "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
279                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
280                 "shasum": ""
281             },
282             "require": {
283                 "doctrine/annotations": "1.*",
284                 "doctrine/cache": "1.*",
285                 "doctrine/collections": "1.*",
286                 "doctrine/inflector": "1.*",
287                 "doctrine/lexer": "1.*",
288                 "php": ">=5.3.2"
289             },
290             "require-dev": {
291                 "phpunit/phpunit": "~3.7"
292             },
293             "type": "library",
294             "extra": {
295                 "branch-alias": {
296                     "dev-master": "2.6.x-dev"
297                 }
298             },
299             "autoload": {
300                 "psr-0": {
301                     "Doctrine\\Common\\": "lib/"
302                 }
303             },
304             "notification-url": "https://packagist.org/downloads/",
305             "license": [
306                 "MIT"
307             ],
308             "authors": [
309                 {
310                     "name": "Roman Borschel",
311                     "email": "roman@code-factory.org"
312                 },
313                 {
314                     "name": "Benjamin Eberlei",
315                     "email": "kontakt@beberlei.de"
316                 },
317                 {
318                     "name": "Guilherme Blanco",
319                     "email": "guilhermeblanco@gmail.com"
320                 },
321                 {
322                     "name": "Jonathan Wage",
323                     "email": "jonwage@gmail.com"
324                 },
325                 {
326                     "name": "Johannes Schmitt",
327                     "email": "schmittjoh@gmail.com"
328                 }
329             ],
330             "description": "Common Library for Doctrine projects",
331             "homepage": "http://www.doctrine-project.org",
332             "keywords": [
333                 "annotations",
334                 "collections",
335                 "eventmanager",
336                 "persistence",
337                 "spl"
338             ],
339             "time": "2015-04-02 19:55:44"
340         },
341         {
342             "name": "doctrine/couchdb",
343             "version": "1.0.0-beta2",
344             "source": {
345                 "type": "git",
346                 "url": "https://github.com/doctrine/couchdb-client.git",
347                 "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4"
348             },
349             "dist": {
350                 "type": "zip",
351                 "url": "https://api.github.com/repos/doctrine/couchdb-client/zipball/5e8d808eba8d790d178e5558c182c648a12ec8e4",
352                 "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4",
353                 "shasum": ""
354             },
355             "require": {
356                 "doctrine/common": "@stable",
357                 "php": ">=5.3.2"
358             },
359             "type": "library",
360             "extra": {
361                 "branch-alias": {
362                     "dev-master": "1.0-dev"
363                 }
364             },
365             "autoload": {
366                 "psr-0": {
367                     "Doctrine\\CouchDB": "lib/"
368                 }
369             },
370             "notification-url": "https://packagist.org/downloads/",
371             "license": [
372                 "LGPL"
373             ],
374             "authors": [
375                 {
376                     "name": "Benjamin Eberlei",
377                     "email": "kontakt@beberlei.de"
378                 },
379                 {
380                     "name": "Lukas Kahwe Smith",
381                     "email": "smith@pooteeweet.org"
382                 }
383             ],
384             "description": "CouchDB Client",
385             "homepage": "http://www.doctrine-project.org",
386             "keywords": [
387                 "couchdb",
388                 "persistence"
389             ],
390             "time": "2015-07-06 16:08:10"
391         },
392         {
393             "name": "doctrine/dbal",
394             "version": "v2.5.5",
395             "source": {
396                 "type": "git",
397                 "url": "https://github.com/doctrine/dbal.git",
398                 "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
399             },
400             "dist": {
401                 "type": "zip",
402                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
403                 "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
404                 "shasum": ""
405             },
406             "require": {
407                 "doctrine/common": ">=2.4,<2.7-dev",
408                 "php": ">=5.3.2"
409             },
410             "require-dev": {
411                 "phpunit/phpunit": "4.*",
412                 "symfony/console": "2.*||^3.0"
413             },
414             "suggest": {
415                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
416             },
417             "bin": [
418                 "bin/doctrine-dbal"
419             ],
420             "type": "library",
421             "extra": {
422                 "branch-alias": {
423                     "dev-master": "2.5.x-dev"
424                 }
425             },
426             "autoload": {
427                 "psr-0": {
428                     "Doctrine\\DBAL\\": "lib/"
429                 }
430             },
431             "notification-url": "https://packagist.org/downloads/",
432             "license": [
433                 "MIT"
434             ],
435             "authors": [
436                 {
437                     "name": "Roman Borschel",
438                     "email": "roman@code-factory.org"
439                 },
440                 {
441                     "name": "Benjamin Eberlei",
442                     "email": "kontakt@beberlei.de"
443                 },
444                 {
445                     "name": "Guilherme Blanco",
446                     "email": "guilhermeblanco@gmail.com"
447                 },
448                 {
449                     "name": "Jonathan Wage",
450                     "email": "jonwage@gmail.com"
451                 }
452             ],
453             "description": "Database Abstraction Layer",
454             "homepage": "http://www.doctrine-project.org",
455             "keywords": [
456                 "database",
457                 "dbal",
458                 "persistence",
459                 "queryobject"
460             ],
461             "time": "2016-09-09 19:13:33"
462         },
463         {
464             "name": "doctrine/inflector",
465             "version": "v1.1.0",
466             "source": {
467                 "type": "git",
468                 "url": "https://github.com/doctrine/inflector.git",
469                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
470             },
471             "dist": {
472                 "type": "zip",
473                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
474                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
475                 "shasum": ""
476             },
477             "require": {
478                 "php": ">=5.3.2"
479             },
480             "require-dev": {
481                 "phpunit/phpunit": "4.*"
482             },
483             "type": "library",
484             "extra": {
485                 "branch-alias": {
486                     "dev-master": "1.1.x-dev"
487                 }
488             },
489             "autoload": {
490                 "psr-0": {
491                     "Doctrine\\Common\\Inflector\\": "lib/"
492                 }
493             },
494             "notification-url": "https://packagist.org/downloads/",
495             "license": [
496                 "MIT"
497             ],
498             "authors": [
499                 {
500                     "name": "Roman Borschel",
501                     "email": "roman@code-factory.org"
502                 },
503                 {
504                     "name": "Benjamin Eberlei",
505                     "email": "kontakt@beberlei.de"
506                 },
507                 {
508                     "name": "Guilherme Blanco",
509                     "email": "guilhermeblanco@gmail.com"
510                 },
511                 {
512                     "name": "Jonathan Wage",
513                     "email": "jonwage@gmail.com"
514                 },
515                 {
516                     "name": "Johannes Schmitt",
517                     "email": "schmittjoh@gmail.com"
518                 }
519             ],
520             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
521             "homepage": "http://www.doctrine-project.org",
522             "keywords": [
523                 "inflection",
524                 "pluralize",
525                 "singularize",
526                 "string"
527             ],
528             "time": "2015-11-06 14:35:42"
529         },
530         {
531             "name": "doctrine/instantiator",
532             "version": "1.0.5",
533             "source": {
534                 "type": "git",
535                 "url": "https://github.com/doctrine/instantiator.git",
536                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
537             },
538             "dist": {
539                 "type": "zip",
540                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
541                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
542                 "shasum": ""
543             },
544             "require": {
545                 "php": ">=5.3,<8.0-DEV"
546             },
547             "require-dev": {
548                 "athletic/athletic": "~0.1.8",
549                 "ext-pdo": "*",
550                 "ext-phar": "*",
551                 "phpunit/phpunit": "~4.0",
552                 "squizlabs/php_codesniffer": "~2.0"
553             },
554             "type": "library",
555             "extra": {
556                 "branch-alias": {
557                     "dev-master": "1.0.x-dev"
558                 }
559             },
560             "autoload": {
561                 "psr-4": {
562                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
563                 }
564             },
565             "notification-url": "https://packagist.org/downloads/",
566             "license": [
567                 "MIT"
568             ],
569             "authors": [
570                 {
571                     "name": "Marco Pivetta",
572                     "email": "ocramius@gmail.com",
573                     "homepage": "http://ocramius.github.com/"
574                 }
575             ],
576             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
577             "homepage": "https://github.com/doctrine/instantiator",
578             "keywords": [
579                 "constructor",
580                 "instantiate"
581             ],
582             "time": "2015-06-14 21:17:01"
583         },
584         {
585             "name": "doctrine/lexer",
586             "version": "v1.0.1",
587             "source": {
588                 "type": "git",
589                 "url": "https://github.com/doctrine/lexer.git",
590                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
591             },
592             "dist": {
593                 "type": "zip",
594                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
595                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
596                 "shasum": ""
597             },
598             "require": {
599                 "php": ">=5.3.2"
600             },
601             "type": "library",
602             "extra": {
603                 "branch-alias": {
604                     "dev-master": "1.0.x-dev"
605                 }
606             },
607             "autoload": {
608                 "psr-0": {
609                     "Doctrine\\Common\\Lexer\\": "lib/"
610                 }
611             },
612             "notification-url": "https://packagist.org/downloads/",
613             "license": [
614                 "MIT"
615             ],
616             "authors": [
617                 {
618                     "name": "Roman Borschel",
619                     "email": "roman@code-factory.org"
620                 },
621                 {
622                     "name": "Guilherme Blanco",
623                     "email": "guilhermeblanco@gmail.com"
624                 },
625                 {
626                     "name": "Johannes Schmitt",
627                     "email": "schmittjoh@gmail.com"
628                 }
629             ],
630             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
631             "homepage": "http://www.doctrine-project.org",
632             "keywords": [
633                 "lexer",
634                 "parser"
635             ],
636             "time": "2014-09-09 13:34:57"
637         },
638         {
639             "name": "doctrine/orm",
640             "version": "v2.5.5",
641             "source": {
642                 "type": "git",
643                 "url": "https://github.com/doctrine/doctrine2.git",
644                 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45"
645             },
646             "dist": {
647                 "type": "zip",
648                 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
649                 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
650                 "shasum": ""
651             },
652             "require": {
653                 "doctrine/cache": "~1.4",
654                 "doctrine/collections": "~1.2",
655                 "doctrine/common": ">=2.5-dev,<2.7-dev",
656                 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
657                 "doctrine/instantiator": "~1.0.1",
658                 "ext-pdo": "*",
659                 "php": ">=5.4",
660                 "symfony/console": "~2.5|~3.0"
661             },
662             "require-dev": {
663                 "phpunit/phpunit": "~4.0",
664                 "symfony/yaml": "~2.3|~3.0"
665             },
666             "suggest": {
667                 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
668             },
669             "bin": [
670                 "bin/doctrine",
671                 "bin/doctrine.php"
672             ],
673             "type": "library",
674             "extra": {
675                 "branch-alias": {
676                     "dev-master": "2.6.x-dev"
677                 }
678             },
679             "autoload": {
680                 "psr-0": {
681                     "Doctrine\\ORM\\": "lib/"
682                 }
683             },
684             "notification-url": "https://packagist.org/downloads/",
685             "license": [
686                 "MIT"
687             ],
688             "authors": [
689                 {
690                     "name": "Roman Borschel",
691                     "email": "roman@code-factory.org"
692                 },
693                 {
694                     "name": "Benjamin Eberlei",
695                     "email": "kontakt@beberlei.de"
696                 },
697                 {
698                     "name": "Guilherme Blanco",
699                     "email": "guilhermeblanco@gmail.com"
700                 },
701                 {
702                     "name": "Jonathan Wage",
703                     "email": "jonwage@gmail.com"
704                 }
705             ],
706             "description": "Object-Relational-Mapper for PHP",
707             "homepage": "http://www.doctrine-project.org",
708             "keywords": [
709                 "database",
710                 "orm"
711             ],
712             "time": "2016-09-10 18:51:13"
713         },
714         {
715             "name": "dompdf/dompdf",
716             "version": "v0.7.0",
717             "source": {
718                 "type": "git",
719                 "url": "https://github.com/dompdf/dompdf.git",
720                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
721             },
722             "dist": {
723                 "type": "zip",
724                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
725                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
726                 "shasum": ""
727             },
728             "require": {
729                 "ext-dom": "*",
730                 "ext-gd": "*",
731                 "ext-mbstring": "*",
732                 "phenx/php-font-lib": "0.4.*",
733                 "phenx/php-svg-lib": "0.1.*",
734                 "php": ">=5.3.0"
735             },
736             "require-dev": {
737                 "phpunit/phpunit": "3.7.*"
738             },
739             "type": "library",
740             "extra": {
741                 "branch-alias": {
742                     "dev-develop": "0.7-dev"
743                 }
744             },
745             "autoload": {
746                 "psr-4": {
747                     "Dompdf\\": "src/"
748                 },
749                 "classmap": [
750                     "lib/"
751                 ]
752             },
753             "notification-url": "https://packagist.org/downloads/",
754             "license": [
755                 "LGPL-2.1"
756             ],
757             "authors": [
758                 {
759                     "name": "Fabien Ménager",
760                     "email": "fabien.menager@gmail.com"
761                 },
762                 {
763                     "name": "Brian Sweeney",
764                     "email": "eclecticgeek@gmail.com"
765                 },
766                 {
767                     "name": "Gabriel Bull",
768                     "email": "me@gabrielbull.com"
769                 }
770             ],
771             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
772             "homepage": "https://github.com/dompdf/dompdf",
773             "time": "2016-05-11 00:36:29"
774         },
775         {
776             "name": "phenx/php-font-lib",
777             "version": "0.4",
778             "source": {
779                 "type": "git",
780                 "url": "https://github.com/PhenX/php-font-lib.git",
781                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
782             },
783             "dist": {
784                 "type": "zip",
785                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
786                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
787                 "shasum": ""
788             },
789             "type": "library",
790             "autoload": {
791                 "psr-0": {
792                     "FontLib\\": "src/"
793                 }
794             },
795             "notification-url": "https://packagist.org/downloads/",
796             "license": [
797                 "LGPL-3.0"
798             ],
799             "authors": [
800                 {
801                     "name": "Fabien Ménager",
802                     "email": "fabien.menager@gmail.com"
803                 }
804             ],
805             "description": "A library to read, parse, export and make subsets of different types of font files.",
806             "homepage": "https://github.com/PhenX/php-font-lib",
807             "time": "2015-05-06 20:02:39"
808         },
809         {
810             "name": "phenx/php-svg-lib",
811             "version": "0.1",
812             "source": {
813                 "type": "git",
814                 "url": "https://github.com/PhenX/php-svg-lib.git",
815                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
816             },
817             "dist": {
818                 "type": "zip",
819                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
820                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
821                 "shasum": ""
822             },
823             "type": "library",
824             "autoload": {
825                 "psr-0": {
826                     "Svg\\": "src/"
827                 }
828             },
829             "notification-url": "https://packagist.org/downloads/",
830             "license": [
831                 "LGPL-3.0"
832             ],
833             "authors": [
834                 {
835                     "name": "Fabien Ménager",
836                     "email": "fabien.menager@gmail.com"
837                 }
838             ],
839             "description": "A library to read, parse and export to PDF SVG files.",
840             "homepage": "https://github.com/PhenX/php-svg-lib",
841             "time": "2015-05-06 18:49:49"
842         },
843         {
844             "name": "phpmailer/phpmailer",
845             "version": "v5.2.16",
846             "source": {
847                 "type": "git",
848                 "url": "https://github.com/PHPMailer/PHPMailer.git",
849                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
850             },
851             "dist": {
852                 "type": "zip",
853                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
854                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
855                 "shasum": ""
856             },
857             "require": {
858                 "php": ">=5.0.0"
859             },
860             "require-dev": {
861                 "phpdocumentor/phpdocumentor": "*",
862                 "phpunit/phpunit": "4.7.*"
863             },
864             "suggest": {
865                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
866             },
867             "type": "library",
868             "autoload": {
869                 "classmap": [
870                     "class.phpmailer.php",
871                     "class.phpmaileroauth.php",
872                     "class.phpmaileroauthgoogle.php",
873                     "class.smtp.php",
874                     "class.pop3.php",
875                     "extras/EasyPeasyICS.php",
876                     "extras/ntlm_sasl_client.php"
877                 ]
878             },
879             "notification-url": "https://packagist.org/downloads/",
880             "license": [
881                 "LGPL-2.1"
882             ],
883             "authors": [
884                 {
885                     "name": "Jim Jagielski",
886                     "email": "jimjag@gmail.com"
887                 },
888                 {
889                     "name": "Marcus Bointon",
890                     "email": "phpmailer@synchromedia.co.uk"
891                 },
892                 {
893                     "name": "Andy Prevost",
894                     "email": "codeworxtech@users.sourceforge.net"
895                 },
896                 {
897                     "name": "Brent R. Matzelle"
898                 }
899             ],
900             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
901             "time": "2016-06-06 09:09:37"
902         },
903         {
904             "name": "phpseclib/phpseclib",
905             "version": "2.0.2",
906             "source": {
907                 "type": "git",
908                 "url": "https://github.com/phpseclib/phpseclib.git",
909                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
910             },
911             "dist": {
912                 "type": "zip",
913                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
914                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
915                 "shasum": ""
916             },
917             "require": {
918                 "php": ">=5.3.3"
919             },
920             "require-dev": {
921                 "phing/phing": "~2.7",
922                 "phpunit/phpunit": "~4.0",
923                 "sami/sami": "~2.0",
924                 "squizlabs/php_codesniffer": "~2.0"
925             },
926             "suggest": {
927                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
928                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
929                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
930                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
931             },
932             "type": "library",
933             "autoload": {
934                 "files": [
935                     "phpseclib/bootstrap.php"
936                 ],
937                 "psr-4": {
938                     "phpseclib\\": "phpseclib/"
939                 }
940             },
941             "notification-url": "https://packagist.org/downloads/",
942             "license": [
943                 "MIT"
944             ],
945             "authors": [
946                 {
947                     "name": "Jim Wigginton",
948                     "email": "terrafrost@php.net",
949                     "role": "Lead Developer"
950                 },
951                 {
952                     "name": "Patrick Monnerat",
953                     "email": "pm@datasphere.ch",
954                     "role": "Developer"
955                 },
956                 {
957                     "name": "Andreas Fischer",
958                     "email": "bantu@phpbb.com",
959                     "role": "Developer"
960                 },
961                 {
962                     "name": "Hans-Jürgen Petrich",
963                     "email": "petrich@tronic-media.com",
964                     "role": "Developer"
965                 },
966                 {
967                     "name": "Graham Campbell",
968                     "email": "graham@alt-three.com",
969                     "role": "Developer"
970                 }
971             ],
972             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
973             "homepage": "http://phpseclib.sourceforge.net",
974             "keywords": [
975                 "BigInteger",
976                 "aes",
977                 "asn.1",
978                 "asn1",
979                 "blowfish",
980                 "crypto",
981                 "cryptography",
982                 "encryption",
983                 "rsa",
984                 "security",
985                 "sftp",
986                 "signature",
987                 "signing",
988                 "ssh",
989                 "twofish",
990                 "x.509",
991                 "x509"
992             ],
993             "time": "2016-05-13 01:15:21"
994         },
995         {
996             "name": "psr/log",
997             "version": "1.0.2",
998             "source": {
999                 "type": "git",
1000                 "url": "https://github.com/php-fig/log.git",
1001                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1002             },
1003             "dist": {
1004                 "type": "zip",
1005                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1006                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1007                 "shasum": ""
1008             },
1009             "require": {
1010                 "php": ">=5.3.0"
1011             },
1012             "type": "library",
1013             "extra": {
1014                 "branch-alias": {
1015                     "dev-master": "1.0.x-dev"
1016                 }
1017             },
1018             "autoload": {
1019                 "psr-4": {
1020                     "Psr\\Log\\": "Psr/Log/"
1021                 }
1022             },
1023             "notification-url": "https://packagist.org/downloads/",
1024             "license": [
1025                 "MIT"
1026             ],
1027             "authors": [
1028                 {
1029                     "name": "PHP-FIG",
1030                     "homepage": "http://www.php-fig.org/"
1031                 }
1032             ],
1033             "description": "Common interface for logging libraries",
1034             "homepage": "https://github.com/php-fig/log",
1035             "keywords": [
1036                 "log",
1037                 "psr",
1038                 "psr-3"
1039             ],
1040             "time": "2016-10-10 12:19:37"
1041         },
1042         {
1043             "name": "rospdf/pdf-php",
1044             "version": "0.12.22",
1045             "source": {
1046                 "type": "git",
1047                 "url": "https://github.com/rospdf/pdf-php.git",
1048                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
1049             },
1050             "dist": {
1051                 "type": "zip",
1052                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
1053                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
1054                 "shasum": ""
1055             },
1056             "require": {
1057                 "php": ">=5.3.2"
1058             },
1059             "require-dev": {
1060                 "squizlabs/php_codesniffer": "2.*"
1061             },
1062             "type": "library",
1063             "extra": {
1064                 "branch-alias": {
1065                     "dev-experimental": "0.13.x-dev",
1066                     "dev-master": "0.12.x-dev"
1067                 }
1068             },
1069             "autoload": {
1070                 "files": [
1071                     "src/Cpdf.php",
1072                     "src/Cezpdf.php"
1073                 ]
1074             },
1075             "notification-url": "https://packagist.org/downloads/",
1076             "license": [
1077                 "GPL-3.0"
1078             ],
1079             "authors": [
1080                 {
1081                     "name": "Ole Koeckemann",
1082                     "email": "ole1986@users.sourceforge.net",
1083                     "role": "Developer"
1084                 },
1085                 {
1086                     "name": "Lars Olesen",
1087                     "email": "lars@intraface.dk",
1088                     "role": "Developer"
1089                 },
1090                 {
1091                     "name": "Wayne Munro",
1092                     "email": "pdf@ros.co.nz",
1093                     "role": "Inactive"
1094                 }
1095             ],
1096             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
1097             "homepage": "https://github.com/rospdf/pdf-php",
1098             "time": "2016-06-01 21:36:09"
1099         },
1100         {
1101             "name": "smarty/smarty",
1102             "version": "v2.6.29",
1103             "source": {
1104                 "type": "git",
1105                 "url": "https://github.com/smarty-php/smarty.git",
1106                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
1107             },
1108             "dist": {
1109                 "type": "zip",
1110                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1111                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1112                 "shasum": ""
1113             },
1114             "require": {
1115                 "php": ">=5.2"
1116             },
1117             "type": "library",
1118             "extra": {
1119                 "branch-alias": {
1120                     "dev-master": "2.6.x-dev"
1121                 }
1122             },
1123             "autoload": {
1124                 "classmap": [
1125                     "libs/Smarty.class.php",
1126                     "libs/Smarty_Compiler.class.php",
1127                     "libs/Config_File.class.php"
1128                 ]
1129             },
1130             "notification-url": "https://packagist.org/downloads/",
1131             "license": [
1132                 "LGPL-3.0"
1133             ],
1134             "authors": [
1135                 {
1136                     "name": "Monte Ohrt",
1137                     "email": "monte@ohrt.com"
1138                 },
1139                 {
1140                     "name": "Uwe Tews",
1141                     "email": "uwe.tews@googlemail.com"
1142                 }
1143             ],
1144             "description": "Smarty - the compiling PHP template engine",
1145             "homepage": "http://www.smarty.net",
1146             "keywords": [
1147                 "templating"
1148             ],
1149             "time": "2015-06-21 13:10:14"
1150         },
1151         {
1152             "name": "symfony/console",
1153             "version": "v3.2.1",
1154             "source": {
1155                 "type": "git",
1156                 "url": "https://github.com/symfony/console.git",
1157                 "reference": "d12aa9ca20f4db83ec58410978dab6afcb9d6aaa"
1158             },
1159             "dist": {
1160                 "type": "zip",
1161                 "url": "https://api.github.com/repos/symfony/console/zipball/d12aa9ca20f4db83ec58410978dab6afcb9d6aaa",
1162                 "reference": "d12aa9ca20f4db83ec58410978dab6afcb9d6aaa",
1163                 "shasum": ""
1164             },
1165             "require": {
1166                 "php": ">=5.5.9",
1167                 "symfony/debug": "~2.8|~3.0",
1168                 "symfony/polyfill-mbstring": "~1.0"
1169             },
1170             "require-dev": {
1171                 "psr/log": "~1.0",
1172                 "symfony/event-dispatcher": "~2.8|~3.0",
1173                 "symfony/filesystem": "~2.8|~3.0",
1174                 "symfony/process": "~2.8|~3.0"
1175             },
1176             "suggest": {
1177                 "psr/log": "For using the console logger",
1178                 "symfony/event-dispatcher": "",
1179                 "symfony/filesystem": "",
1180                 "symfony/process": ""
1181             },
1182             "type": "library",
1183             "extra": {
1184                 "branch-alias": {
1185                     "dev-master": "3.2-dev"
1186                 }
1187             },
1188             "autoload": {
1189                 "psr-4": {
1190                     "Symfony\\Component\\Console\\": ""
1191                 },
1192                 "exclude-from-classmap": [
1193                     "/Tests/"
1194                 ]
1195             },
1196             "notification-url": "https://packagist.org/downloads/",
1197             "license": [
1198                 "MIT"
1199             ],
1200             "authors": [
1201                 {
1202                     "name": "Fabien Potencier",
1203                     "email": "fabien@symfony.com"
1204                 },
1205                 {
1206                     "name": "Symfony Community",
1207                     "homepage": "https://symfony.com/contributors"
1208                 }
1209             ],
1210             "description": "Symfony Console Component",
1211             "homepage": "https://symfony.com",
1212             "time": "2016-12-11 14:34:22"
1213         },
1214         {
1215             "name": "symfony/debug",
1216             "version": "v3.2.1",
1217             "source": {
1218                 "type": "git",
1219                 "url": "https://github.com/symfony/debug.git",
1220                 "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231"
1221             },
1222             "dist": {
1223                 "type": "zip",
1224                 "url": "https://api.github.com/repos/symfony/debug/zipball/9f923e68d524a3095c5a2ae5fc7220c7cbc12231",
1225                 "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231",
1226                 "shasum": ""
1227             },
1228             "require": {
1229                 "php": ">=5.5.9",
1230                 "psr/log": "~1.0"
1231             },
1232             "conflict": {
1233                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1234             },
1235             "require-dev": {
1236                 "symfony/class-loader": "~2.8|~3.0",
1237                 "symfony/http-kernel": "~2.8|~3.0"
1238             },
1239             "type": "library",
1240             "extra": {
1241                 "branch-alias": {
1242                     "dev-master": "3.2-dev"
1243                 }
1244             },
1245             "autoload": {
1246                 "psr-4": {
1247                     "Symfony\\Component\\Debug\\": ""
1248                 },
1249                 "exclude-from-classmap": [
1250                     "/Tests/"
1251                 ]
1252             },
1253             "notification-url": "https://packagist.org/downloads/",
1254             "license": [
1255                 "MIT"
1256             ],
1257             "authors": [
1258                 {
1259                     "name": "Fabien Potencier",
1260                     "email": "fabien@symfony.com"
1261                 },
1262                 {
1263                     "name": "Symfony Community",
1264                     "homepage": "https://symfony.com/contributors"
1265                 }
1266             ],
1267             "description": "Symfony Debug Component",
1268             "homepage": "https://symfony.com",
1269             "time": "2016-11-16 22:18:16"
1270         },
1271         {
1272             "name": "symfony/polyfill-mbstring",
1273             "version": "v1.3.0",
1274             "source": {
1275                 "type": "git",
1276                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1277                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1278             },
1279             "dist": {
1280                 "type": "zip",
1281                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1282                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1283                 "shasum": ""
1284             },
1285             "require": {
1286                 "php": ">=5.3.3"
1287             },
1288             "suggest": {
1289                 "ext-mbstring": "For best performance"
1290             },
1291             "type": "library",
1292             "extra": {
1293                 "branch-alias": {
1294                     "dev-master": "1.3-dev"
1295                 }
1296             },
1297             "autoload": {
1298                 "psr-4": {
1299                     "Symfony\\Polyfill\\Mbstring\\": ""
1300                 },
1301                 "files": [
1302                     "bootstrap.php"
1303                 ]
1304             },
1305             "notification-url": "https://packagist.org/downloads/",
1306             "license": [
1307                 "MIT"
1308             ],
1309             "authors": [
1310                 {
1311                     "name": "Nicolas Grekas",
1312                     "email": "p@tchwork.com"
1313                 },
1314                 {
1315                     "name": "Symfony Community",
1316                     "homepage": "https://symfony.com/contributors"
1317                 }
1318             ],
1319             "description": "Symfony polyfill for the Mbstring extension",
1320             "homepage": "https://symfony.com",
1321             "keywords": [
1322                 "compatibility",
1323                 "mbstring",
1324                 "polyfill",
1325                 "portable",
1326                 "shim"
1327             ],
1328             "time": "2016-11-14 01:06:16"
1329         },
1330         {
1331             "name": "zendframework/zendframework",
1332             "version": "2.4.9",
1333             "source": {
1334                 "type": "git",
1335                 "url": "https://github.com/zendframework/zendframework.git",
1336                 "reference": "4d096d15d01d46b03a69fff00576b31789246364"
1337             },
1338             "dist": {
1339                 "type": "zip",
1340                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/4d096d15d01d46b03a69fff00576b31789246364",
1341                 "reference": "4d096d15d01d46b03a69fff00576b31789246364",
1342                 "shasum": ""
1343             },
1344             "require": {
1345                 "php": ">=5.3.23",
1346                 "zendframework/zendxml": "^1.0.1"
1347             },
1348             "replace": {
1349                 "zendframework/zend-authentication": "self.version",
1350                 "zendframework/zend-barcode": "self.version",
1351                 "zendframework/zend-cache": "self.version",
1352                 "zendframework/zend-captcha": "self.version",
1353                 "zendframework/zend-code": "self.version",
1354                 "zendframework/zend-config": "self.version",
1355                 "zendframework/zend-console": "self.version",
1356                 "zendframework/zend-crypt": "self.version",
1357                 "zendframework/zend-db": "self.version",
1358                 "zendframework/zend-debug": "self.version",
1359                 "zendframework/zend-di": "self.version",
1360                 "zendframework/zend-dom": "self.version",
1361                 "zendframework/zend-escaper": "self.version",
1362                 "zendframework/zend-eventmanager": "self.version",
1363                 "zendframework/zend-feed": "self.version",
1364                 "zendframework/zend-file": "self.version",
1365                 "zendframework/zend-filter": "self.version",
1366                 "zendframework/zend-form": "self.version",
1367                 "zendframework/zend-http": "self.version",
1368                 "zendframework/zend-i18n": "self.version",
1369                 "zendframework/zend-inputfilter": "self.version",
1370                 "zendframework/zend-json": "self.version",
1371                 "zendframework/zend-ldap": "self.version",
1372                 "zendframework/zend-loader": "self.version",
1373                 "zendframework/zend-log": "self.version",
1374                 "zendframework/zend-mail": "self.version",
1375                 "zendframework/zend-math": "self.version",
1376                 "zendframework/zend-memory": "self.version",
1377                 "zendframework/zend-mime": "self.version",
1378                 "zendframework/zend-modulemanager": "self.version",
1379                 "zendframework/zend-mvc": "self.version",
1380                 "zendframework/zend-navigation": "self.version",
1381                 "zendframework/zend-paginator": "self.version",
1382                 "zendframework/zend-permissions-acl": "self.version",
1383                 "zendframework/zend-permissions-rbac": "self.version",
1384                 "zendframework/zend-progressbar": "self.version",
1385                 "zendframework/zend-resources": "self.version",
1386                 "zendframework/zend-serializer": "self.version",
1387                 "zendframework/zend-server": "self.version",
1388                 "zendframework/zend-servicemanager": "self.version",
1389                 "zendframework/zend-session": "self.version",
1390                 "zendframework/zend-soap": "self.version",
1391                 "zendframework/zend-stdlib": "self.version",
1392                 "zendframework/zend-tag": "self.version",
1393                 "zendframework/zend-test": "self.version",
1394                 "zendframework/zend-text": "self.version",
1395                 "zendframework/zend-uri": "self.version",
1396                 "zendframework/zend-validator": "self.version",
1397                 "zendframework/zend-version": "self.version",
1398                 "zendframework/zend-view": "self.version",
1399                 "zendframework/zend-xmlrpc": "self.version"
1400             },
1401             "require-dev": {
1402                 "doctrine/annotations": "~1.0",
1403                 "fabpot/php-cs-fixer": "~1.0",
1404                 "ircmaxell/random-lib": "~1.1",
1405                 "mikey179/vfsstream": "~1.2",
1406                 "phpunit/phpcov": "~2.0",
1407                 "phpunit/phpunit": "~4.6",
1408                 "satooshi/php-coveralls": "dev-master"
1409             },
1410             "suggest": {
1411                 "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
1412                 "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
1413                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
1414                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
1415                 "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
1416                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
1417             },
1418             "bin": [
1419                 "bin/classmap_generator.php",
1420                 "bin/pluginmap_generator.php",
1421                 "bin/templatemap_generator.php"
1422             ],
1423             "type": "library",
1424             "extra": {
1425                 "branch-alias": {
1426                     "dev-master": "2.4-dev",
1427                     "dev-develop": "2.5-dev"
1428                 }
1429             },
1430             "autoload": {
1431                 "psr-4": {
1432                     "Zend\\": "library/Zend/"
1433                 }
1434             },
1435             "notification-url": "https://packagist.org/downloads/",
1436             "license": [
1437                 "BSD-3-Clause"
1438             ],
1439             "description": "Zend Framework 2",
1440             "homepage": "http://framework.zend.com/",
1441             "keywords": [
1442                 "framework",
1443                 "zf2"
1444             ],
1445             "time": "2015-11-23 17:34:23"
1446         },
1447         {
1448             "name": "zendframework/zendxml",
1449             "version": "1.0.2",
1450             "source": {
1451                 "type": "git",
1452                 "url": "https://github.com/zendframework/ZendXml.git",
1453                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
1454             },
1455             "dist": {
1456                 "type": "zip",
1457                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
1458                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
1459                 "shasum": ""
1460             },
1461             "require": {
1462                 "php": "^5.3.3 || ^7.0"
1463             },
1464             "require-dev": {
1465                 "phpunit/phpunit": "^3.7 || ^4.0",
1466                 "squizlabs/php_codesniffer": "^1.5"
1467             },
1468             "type": "library",
1469             "extra": {
1470                 "branch-alias": {
1471                     "dev-master": "1.0-dev"
1472                 }
1473             },
1474             "autoload": {
1475                 "psr-0": {
1476                     "ZendXml\\": "library/"
1477                 }
1478             },
1479             "notification-url": "https://packagist.org/downloads/",
1480             "license": [
1481                 "BSD-3-Clause"
1482             ],
1483             "description": "Utility library for XML usage, best practices, and security in PHP",
1484             "homepage": "http://packages.zendframework.com/",
1485             "keywords": [
1486                 "security",
1487                 "xml",
1488                 "zf2"
1489             ],
1490             "time": "2016-02-04 21:02:08"
1491         }
1492     ],
1493     "packages-dev": [
1494         {
1495             "name": "phing/phing",
1496             "version": "2.14.0",
1497             "source": {
1498                 "type": "git",
1499                 "url": "https://github.com/phingofficial/phing.git",
1500                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
1501             },
1502             "dist": {
1503                 "type": "zip",
1504                 "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
1505                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
1506                 "shasum": ""
1507             },
1508             "require": {
1509                 "php": ">=5.2.0"
1510             },
1511             "require-dev": {
1512                 "ext-pdo_sqlite": "*",
1513                 "lastcraft/simpletest": "@dev",
1514                 "mikey179/vfsstream": "^1.6",
1515                 "pdepend/pdepend": "2.x",
1516                 "pear/archive_tar": "1.4.x",
1517                 "pear/http_request2": "dev-trunk",
1518                 "pear/net_growl": "dev-trunk",
1519                 "pear/pear-core-minimal": "1.10.1",
1520                 "pear/versioncontrol_git": "@dev",
1521                 "pear/versioncontrol_svn": "~0.5",
1522                 "phpdocumentor/phpdocumentor": "2.x",
1523                 "phploc/phploc": "~2.0.6",
1524                 "phpmd/phpmd": "~2.2",
1525                 "phpunit/phpunit": ">=3.7",
1526                 "sebastian/git": "~1.0",
1527                 "sebastian/phpcpd": "2.x",
1528                 "squizlabs/php_codesniffer": "~2.2",
1529                 "symfony/yaml": "~2.7"
1530             },
1531             "suggest": {
1532                 "pdepend/pdepend": "PHP version of JDepend",
1533                 "pear/archive_tar": "Tar file management class",
1534                 "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
1535                 "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
1536                 "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
1537                 "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
1538                 "phpmd/phpmd": "PHP version of PMD tool",
1539                 "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
1540                 "phpunit/phpunit": "The PHP Unit Testing Framework",
1541                 "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
1542                 "tedivm/jshrink": "Javascript Minifier built in PHP"
1543             },
1544             "bin": [
1545                 "bin/phing"
1546             ],
1547             "type": "library",
1548             "extra": {
1549                 "branch-alias": {
1550                     "dev-master": "2.14.x-dev"
1551                 }
1552             },
1553             "autoload": {
1554                 "classmap": [
1555                     "classes/phing/"
1556                 ]
1557             },
1558             "notification-url": "https://packagist.org/downloads/",
1559             "include-path": [
1560                 "classes"
1561             ],
1562             "license": [
1563                 "LGPL-3.0"
1564             ],
1565             "authors": [
1566                 {
1567                     "name": "Michiel Rook",
1568                     "email": "mrook@php.net"
1569                 },
1570                 {
1571                     "name": "Phing Community",
1572                     "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
1573                 }
1574             ],
1575             "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
1576             "homepage": "https://www.phing.info/",
1577             "keywords": [
1578                 "build",
1579                 "phing",
1580                 "task",
1581                 "tool"
1582             ],
1583             "time": "2016-03-10 21:39:23"
1584         }
1585     ],
1586     "aliases": [],
1587     "minimum-stability": "stable",
1588     "stability-flags": {
1589         "doctrine/couchdb": 10
1590     },
1591     "prefer-stable": false,
1592     "prefer-lowest": false,
1593     "platform": {
1594         "php": "^5.3 || ^7.0"
1595     },
1596     "platform-dev": []