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