ongoing date widget work (#944)
[openemr.git] / composer.lock
blob7e4f103efa35b0d3fdf5b30e9922e21ab6ca6ec6
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": "8c28f15aec3a66835c60a6f17eb9a987",
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.4.0",
118             "source": {
119                 "type": "git",
120                 "url": "https://github.com/doctrine/annotations.git",
121                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
122             },
123             "dist": {
124                 "type": "zip",
125                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
126                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
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.7"
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": "2017-02-24T16:22:25+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.12",
447             "source": {
448                 "type": "git",
449                 "url": "https://github.com/doctrine/dbal.git",
450                 "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
451             },
452             "dist": {
453                 "type": "zip",
454                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
455                 "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
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-02-08T12:53:47+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": "ezyang/htmlpurifier",
829             "version": "v4.9.3",
830             "source": {
831                 "type": "git",
832                 "url": "https://github.com/ezyang/htmlpurifier.git",
833                 "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
834             },
835             "dist": {
836                 "type": "zip",
837                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
838                 "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
839                 "shasum": ""
840             },
841             "require": {
842                 "php": ">=5.2"
843             },
844             "require-dev": {
845                 "simpletest/simpletest": "^1.1"
846             },
847             "type": "library",
848             "autoload": {
849                 "psr-0": {
850                     "HTMLPurifier": "library/"
851                 },
852                 "files": [
853                     "library/HTMLPurifier.composer.php"
854                 ]
855             },
856             "notification-url": "https://packagist.org/downloads/",
857             "license": [
858                 "LGPL"
859             ],
860             "authors": [
861                 {
862                     "name": "Edward Z. Yang",
863                     "email": "admin@htmlpurifier.org",
864                     "homepage": "http://ezyang.com"
865                 }
866             ],
867             "description": "Standards compliant HTML filter written in PHP",
868             "homepage": "http://htmlpurifier.org/",
869             "keywords": [
870                 "html"
871             ],
872             "time": "2017-06-03T02:28:16+00:00"
873         },
874         {
875             "name": "illuminate/contracts",
876             "version": "v5.4.27",
877             "source": {
878                 "type": "git",
879                 "url": "https://github.com/illuminate/contracts.git",
880                 "reference": "31f0193eb14aa3ee07841dc254081425616e79f0"
881             },
882             "dist": {
883                 "type": "zip",
884                 "url": "https://api.github.com/repos/illuminate/contracts/zipball/31f0193eb14aa3ee07841dc254081425616e79f0",
885                 "reference": "31f0193eb14aa3ee07841dc254081425616e79f0",
886                 "shasum": ""
887             },
888             "require": {
889                 "php": ">=5.6.4"
890             },
891             "type": "library",
892             "extra": {
893                 "branch-alias": {
894                     "dev-master": "5.4-dev"
895                 }
896             },
897             "autoload": {
898                 "psr-4": {
899                     "Illuminate\\Contracts\\": ""
900                 }
901             },
902             "notification-url": "https://packagist.org/downloads/",
903             "license": [
904                 "MIT"
905             ],
906             "authors": [
907                 {
908                     "name": "Taylor Otwell",
909                     "email": "taylor@laravel.com"
910                 }
911             ],
912             "description": "The Illuminate Contracts package.",
913             "homepage": "https://laravel.com",
914             "time": "2017-04-19T20:17:43+00:00"
915         },
916         {
917             "name": "illuminate/support",
918             "version": "v5.4.27",
919             "source": {
920                 "type": "git",
921                 "url": "https://github.com/illuminate/support.git",
922                 "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d"
923             },
924             "dist": {
925                 "type": "zip",
926                 "url": "https://api.github.com/repos/illuminate/support/zipball/a42393b56d0ec75f55e760f2a47bcf85a17a278d",
927                 "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d",
928                 "shasum": ""
929             },
930             "require": {
931                 "doctrine/inflector": "~1.0",
932                 "ext-mbstring": "*",
933                 "illuminate/contracts": "5.4.*",
934                 "paragonie/random_compat": "~1.4|~2.0",
935                 "php": ">=5.6.4"
936             },
937             "replace": {
938                 "tightenco/collect": "self.version"
939             },
940             "suggest": {
941                 "illuminate/filesystem": "Required to use the composer class (5.2.*).",
942                 "symfony/process": "Required to use the composer class (~3.2).",
943                 "symfony/var-dumper": "Required to use the dd function (~3.2)."
944             },
945             "type": "library",
946             "extra": {
947                 "branch-alias": {
948                     "dev-master": "5.4-dev"
949                 }
950             },
951             "autoload": {
952                 "psr-4": {
953                     "Illuminate\\Support\\": ""
954                 },
955                 "files": [
956                     "helpers.php"
957                 ]
958             },
959             "notification-url": "https://packagist.org/downloads/",
960             "license": [
961                 "MIT"
962             ],
963             "authors": [
964                 {
965                     "name": "Taylor Otwell",
966                     "email": "taylor@laravel.com"
967                 }
968             ],
969             "description": "The Illuminate Support package.",
970             "homepage": "https://laravel.com",
971             "time": "2017-06-15T12:35:32+00:00"
972         },
973         {
974             "name": "ircmaxell/password-compat",
975             "version": "v1.0.4",
976             "source": {
977                 "type": "git",
978                 "url": "https://github.com/ircmaxell/password_compat.git",
979                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
980             },
981             "dist": {
982                 "type": "zip",
983                 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
984                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
985                 "shasum": ""
986             },
987             "require-dev": {
988                 "phpunit/phpunit": "4.*"
989             },
990             "type": "library",
991             "autoload": {
992                 "files": [
993                     "lib/password.php"
994                 ]
995             },
996             "notification-url": "https://packagist.org/downloads/",
997             "license": [
998                 "MIT"
999             ],
1000             "authors": [
1001                 {
1002                     "name": "Anthony Ferrara",
1003                     "email": "ircmaxell@php.net",
1004                     "homepage": "http://blog.ircmaxell.com"
1005                 }
1006             ],
1007             "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
1008             "homepage": "https://github.com/ircmaxell/password_compat",
1009             "keywords": [
1010                 "hashing",
1011                 "password"
1012             ],
1013             "time": "2014-11-20T16:49:30+00:00"
1014         },
1015         {
1016             "name": "mpdf/mpdf",
1017             "version": "v6.1.3",
1018             "source": {
1019                 "type": "git",
1020                 "url": "https://github.com/mpdf/mpdf.git",
1021                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97"
1022             },
1023             "dist": {
1024                 "type": "zip",
1025                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97",
1026                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97",
1027                 "shasum": ""
1028             },
1029             "require": {
1030                 "ext-mbstring": "*",
1031                 "php": ">=5.4.0",
1032                 "setasign/fpdi": "1.6.*"
1033             },
1034             "require-dev": {
1035                 "phpunit/phpunit": "^4.7"
1036             },
1037             "suggest": {
1038                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
1039             },
1040             "type": "library",
1041             "autoload": {
1042                 "classmap": [
1043                     "mpdf.php",
1044                     "classes"
1045                 ]
1046             },
1047             "notification-url": "https://packagist.org/downloads/",
1048             "license": [
1049                 "GPL-2.0"
1050             ],
1051             "authors": [
1052                 {
1053                     "name": "Ian Back",
1054                     "role": "Developer"
1055                 }
1056             ],
1057             "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
1058             "homepage": "http://mpdf.github.io",
1059             "keywords": [
1060                 "pdf",
1061                 "php",
1062                 "utf-8"
1063             ],
1064             "time": "2016-12-12T10:42:18+00:00"
1065         },
1066         {
1067             "name": "paragonie/random_compat",
1068             "version": "v2.0.10",
1069             "source": {
1070                 "type": "git",
1071                 "url": "https://github.com/paragonie/random_compat.git",
1072                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
1073             },
1074             "dist": {
1075                 "type": "zip",
1076                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1077                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1078                 "shasum": ""
1079             },
1080             "require": {
1081                 "php": ">=5.2.0"
1082             },
1083             "require-dev": {
1084                 "phpunit/phpunit": "4.*|5.*"
1085             },
1086             "suggest": {
1087                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1088             },
1089             "type": "library",
1090             "autoload": {
1091                 "files": [
1092                     "lib/random.php"
1093                 ]
1094             },
1095             "notification-url": "https://packagist.org/downloads/",
1096             "license": [
1097                 "MIT"
1098             ],
1099             "authors": [
1100                 {
1101                     "name": "Paragon Initiative Enterprises",
1102                     "email": "security@paragonie.com",
1103                     "homepage": "https://paragonie.com"
1104                 }
1105             ],
1106             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1107             "keywords": [
1108                 "csprng",
1109                 "pseudorandom",
1110                 "random"
1111             ],
1112             "time": "2017-03-13T16:27:32+00:00"
1113         },
1114         {
1115             "name": "phenx/php-font-lib",
1116             "version": "0.4",
1117             "source": {
1118                 "type": "git",
1119                 "url": "https://github.com/PhenX/php-font-lib.git",
1120                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
1121             },
1122             "dist": {
1123                 "type": "zip",
1124                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1125                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1126                 "shasum": ""
1127             },
1128             "type": "library",
1129             "autoload": {
1130                 "psr-0": {
1131                     "FontLib\\": "src/"
1132                 }
1133             },
1134             "notification-url": "https://packagist.org/downloads/",
1135             "license": [
1136                 "LGPL-3.0"
1137             ],
1138             "authors": [
1139                 {
1140                     "name": "Fabien Ménager",
1141                     "email": "fabien.menager@gmail.com"
1142                 }
1143             ],
1144             "description": "A library to read, parse, export and make subsets of different types of font files.",
1145             "homepage": "https://github.com/PhenX/php-font-lib",
1146             "time": "2015-05-06T20:02:39+00:00"
1147         },
1148         {
1149             "name": "phenx/php-svg-lib",
1150             "version": "0.1",
1151             "source": {
1152                 "type": "git",
1153                 "url": "https://github.com/PhenX/php-svg-lib.git",
1154                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
1155             },
1156             "dist": {
1157                 "type": "zip",
1158                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
1159                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
1160                 "shasum": ""
1161             },
1162             "type": "library",
1163             "autoload": {
1164                 "psr-0": {
1165                     "Svg\\": "src/"
1166                 }
1167             },
1168             "notification-url": "https://packagist.org/downloads/",
1169             "license": [
1170                 "LGPL-3.0"
1171             ],
1172             "authors": [
1173                 {
1174                     "name": "Fabien Ménager",
1175                     "email": "fabien.menager@gmail.com"
1176                 }
1177             ],
1178             "description": "A library to read, parse and export to PDF SVG files.",
1179             "homepage": "https://github.com/PhenX/php-svg-lib",
1180             "time": "2015-05-06T18:49:49+00:00"
1181         },
1182         {
1183             "name": "phpmailer/phpmailer",
1184             "version": "v5.2.16",
1185             "source": {
1186                 "type": "git",
1187                 "url": "https://github.com/PHPMailer/PHPMailer.git",
1188                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
1189             },
1190             "dist": {
1191                 "type": "zip",
1192                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1193                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1194                 "shasum": ""
1195             },
1196             "require": {
1197                 "php": ">=5.0.0"
1198             },
1199             "require-dev": {
1200                 "phpdocumentor/phpdocumentor": "*",
1201                 "phpunit/phpunit": "4.7.*"
1202             },
1203             "suggest": {
1204                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
1205             },
1206             "type": "library",
1207             "autoload": {
1208                 "classmap": [
1209                     "class.phpmailer.php",
1210                     "class.phpmaileroauth.php",
1211                     "class.phpmaileroauthgoogle.php",
1212                     "class.smtp.php",
1213                     "class.pop3.php",
1214                     "extras/EasyPeasyICS.php",
1215                     "extras/ntlm_sasl_client.php"
1216                 ]
1217             },
1218             "notification-url": "https://packagist.org/downloads/",
1219             "license": [
1220                 "LGPL-2.1"
1221             ],
1222             "authors": [
1223                 {
1224                     "name": "Jim Jagielski",
1225                     "email": "jimjag@gmail.com"
1226                 },
1227                 {
1228                     "name": "Marcus Bointon",
1229                     "email": "phpmailer@synchromedia.co.uk"
1230                 },
1231                 {
1232                     "name": "Andy Prevost",
1233                     "email": "codeworxtech@users.sourceforge.net"
1234                 },
1235                 {
1236                     "name": "Brent R. Matzelle"
1237                 }
1238             ],
1239             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
1240             "time": "2016-06-06T09:09:37+00:00"
1241         },
1242         {
1243             "name": "phpoffice/phpexcel",
1244             "version": "1.8.1",
1245             "source": {
1246                 "type": "git",
1247                 "url": "https://github.com/PHPOffice/PHPExcel.git",
1248                 "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
1249             },
1250             "dist": {
1251                 "type": "zip",
1252                 "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
1253                 "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
1254                 "shasum": ""
1255             },
1256             "require": {
1257                 "ext-xml": "*",
1258                 "ext-xmlwriter": "*",
1259                 "php": ">=5.2.0"
1260             },
1261             "type": "library",
1262             "autoload": {
1263                 "psr-0": {
1264                     "PHPExcel": "Classes/"
1265                 }
1266             },
1267             "notification-url": "https://packagist.org/downloads/",
1268             "license": [
1269                 "LGPL"
1270             ],
1271             "authors": [
1272                 {
1273                     "name": "Maarten Balliauw",
1274                     "homepage": "http://blog.maartenballiauw.be"
1275                 },
1276                 {
1277                     "name": "Mark Baker"
1278                 },
1279                 {
1280                     "name": "Franck Lefevre",
1281                     "homepage": "http://blog.rootslabs.net"
1282                 },
1283                 {
1284                     "name": "Erik Tilt"
1285                 }
1286             ],
1287             "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
1288             "homepage": "http://phpexcel.codeplex.com",
1289             "keywords": [
1290                 "OpenXML",
1291                 "excel",
1292                 "php",
1293                 "spreadsheet",
1294                 "xls",
1295                 "xlsx"
1296             ],
1297             "time": "2015-05-01T07:00:55+00:00"
1298         },
1299         {
1300             "name": "phpseclib/phpseclib",
1301             "version": "2.0.2",
1302             "source": {
1303                 "type": "git",
1304                 "url": "https://github.com/phpseclib/phpseclib.git",
1305                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
1306             },
1307             "dist": {
1308                 "type": "zip",
1309                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1310                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1311                 "shasum": ""
1312             },
1313             "require": {
1314                 "php": ">=5.3.3"
1315             },
1316             "require-dev": {
1317                 "phing/phing": "~2.7",
1318                 "phpunit/phpunit": "~4.0",
1319                 "sami/sami": "~2.0",
1320                 "squizlabs/php_codesniffer": "~2.0"
1321             },
1322             "suggest": {
1323                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1324                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1325                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1326                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1327             },
1328             "type": "library",
1329             "autoload": {
1330                 "files": [
1331                     "phpseclib/bootstrap.php"
1332                 ],
1333                 "psr-4": {
1334                     "phpseclib\\": "phpseclib/"
1335                 }
1336             },
1337             "notification-url": "https://packagist.org/downloads/",
1338             "license": [
1339                 "MIT"
1340             ],
1341             "authors": [
1342                 {
1343                     "name": "Jim Wigginton",
1344                     "email": "terrafrost@php.net",
1345                     "role": "Lead Developer"
1346                 },
1347                 {
1348                     "name": "Patrick Monnerat",
1349                     "email": "pm@datasphere.ch",
1350                     "role": "Developer"
1351                 },
1352                 {
1353                     "name": "Andreas Fischer",
1354                     "email": "bantu@phpbb.com",
1355                     "role": "Developer"
1356                 },
1357                 {
1358                     "name": "Hans-Jürgen Petrich",
1359                     "email": "petrich@tronic-media.com",
1360                     "role": "Developer"
1361                 },
1362                 {
1363                     "name": "Graham Campbell",
1364                     "email": "graham@alt-three.com",
1365                     "role": "Developer"
1366                 }
1367             ],
1368             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1369             "homepage": "http://phpseclib.sourceforge.net",
1370             "keywords": [
1371                 "BigInteger",
1372                 "aes",
1373                 "asn.1",
1374                 "asn1",
1375                 "blowfish",
1376                 "crypto",
1377                 "cryptography",
1378                 "encryption",
1379                 "rsa",
1380                 "security",
1381                 "sftp",
1382                 "signature",
1383                 "signing",
1384                 "ssh",
1385                 "twofish",
1386                 "x.509",
1387                 "x509"
1388             ],
1389             "time": "2016-05-13T01:15:21+00:00"
1390         },
1391         {
1392             "name": "psr/log",
1393             "version": "1.0.2",
1394             "source": {
1395                 "type": "git",
1396                 "url": "https://github.com/php-fig/log.git",
1397                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1398             },
1399             "dist": {
1400                 "type": "zip",
1401                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1402                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1403                 "shasum": ""
1404             },
1405             "require": {
1406                 "php": ">=5.3.0"
1407             },
1408             "type": "library",
1409             "extra": {
1410                 "branch-alias": {
1411                     "dev-master": "1.0.x-dev"
1412                 }
1413             },
1414             "autoload": {
1415                 "psr-4": {
1416                     "Psr\\Log\\": "Psr/Log/"
1417                 }
1418             },
1419             "notification-url": "https://packagist.org/downloads/",
1420             "license": [
1421                 "MIT"
1422             ],
1423             "authors": [
1424                 {
1425                     "name": "PHP-FIG",
1426                     "homepage": "http://www.php-fig.org/"
1427                 }
1428             ],
1429             "description": "Common interface for logging libraries",
1430             "homepage": "https://github.com/php-fig/log",
1431             "keywords": [
1432                 "log",
1433                 "psr",
1434                 "psr-3"
1435             ],
1436             "time": "2016-10-10T12:19:37+00:00"
1437         },
1438         {
1439             "name": "rospdf/pdf-php",
1440             "version": "0.12.22",
1441             "source": {
1442                 "type": "git",
1443                 "url": "https://github.com/rospdf/pdf-php.git",
1444                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
1445             },
1446             "dist": {
1447                 "type": "zip",
1448                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
1449                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
1450                 "shasum": ""
1451             },
1452             "require": {
1453                 "php": ">=5.3.2"
1454             },
1455             "require-dev": {
1456                 "squizlabs/php_codesniffer": "2.*"
1457             },
1458             "type": "library",
1459             "extra": {
1460                 "branch-alias": {
1461                     "dev-experimental": "0.13.x-dev",
1462                     "dev-master": "0.12.x-dev"
1463                 }
1464             },
1465             "autoload": {
1466                 "files": [
1467                     "src/Cpdf.php",
1468                     "src/Cezpdf.php"
1469                 ]
1470             },
1471             "notification-url": "https://packagist.org/downloads/",
1472             "license": [
1473                 "GPL-3.0"
1474             ],
1475             "authors": [
1476                 {
1477                     "name": "Ole Koeckemann",
1478                     "email": "ole1986@users.sourceforge.net",
1479                     "role": "Developer"
1480                 },
1481                 {
1482                     "name": "Lars Olesen",
1483                     "email": "lars@intraface.dk",
1484                     "role": "Developer"
1485                 },
1486                 {
1487                     "name": "Wayne Munro",
1488                     "email": "pdf@ros.co.nz",
1489                     "role": "Inactive"
1490                 }
1491             ],
1492             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
1493             "homepage": "https://github.com/rospdf/pdf-php",
1494             "time": "2016-06-01T21:36:09+00:00"
1495         },
1496         {
1497             "name": "setasign/fpdi",
1498             "version": "1.6.2",
1499             "source": {
1500                 "type": "git",
1501                 "url": "https://github.com/Setasign/FPDI.git",
1502                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
1503             },
1504             "dist": {
1505                 "type": "zip",
1506                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1507                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1508                 "shasum": ""
1509             },
1510             "suggest": {
1511                 "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.",
1512                 "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
1513                 "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
1514             },
1515             "type": "library",
1516             "autoload": {
1517                 "classmap": [
1518                     "filters/",
1519                     "fpdi.php",
1520                     "fpdf_tpl.php",
1521                     "fpdi_pdf_parser.php",
1522                     "pdf_context.php"
1523                 ]
1524             },
1525             "notification-url": "https://packagist.org/downloads/",
1526             "license": [
1527                 "MIT"
1528             ],
1529             "authors": [
1530                 {
1531                     "name": "Jan Slabon",
1532                     "email": "jan.slabon@setasign.com",
1533                     "homepage": "https://www.setasign.com"
1534                 }
1535             ],
1536             "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.",
1537             "homepage": "https://www.setasign.com/fpdi",
1538             "keywords": [
1539                 "fpdf",
1540                 "fpdi",
1541                 "pdf"
1542             ],
1543             "time": "2017-05-11T14:25:49+00:00"
1544         },
1545         {
1546             "name": "smarty/smarty",
1547             "version": "v2.6.29",
1548             "source": {
1549                 "type": "git",
1550                 "url": "https://github.com/smarty-php/smarty.git",
1551                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
1552             },
1553             "dist": {
1554                 "type": "zip",
1555                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1556                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1557                 "shasum": ""
1558             },
1559             "require": {
1560                 "php": ">=5.2"
1561             },
1562             "type": "library",
1563             "extra": {
1564                 "branch-alias": {
1565                     "dev-master": "2.6.x-dev"
1566                 }
1567             },
1568             "autoload": {
1569                 "classmap": [
1570                     "libs/Smarty.class.php",
1571                     "libs/Smarty_Compiler.class.php",
1572                     "libs/Config_File.class.php"
1573                 ]
1574             },
1575             "notification-url": "https://packagist.org/downloads/",
1576             "license": [
1577                 "LGPL-3.0"
1578             ],
1579             "authors": [
1580                 {
1581                     "name": "Monte Ohrt",
1582                     "email": "monte@ohrt.com"
1583                 },
1584                 {
1585                     "name": "Uwe Tews",
1586                     "email": "uwe.tews@googlemail.com"
1587                 }
1588             ],
1589             "description": "Smarty - the compiling PHP template engine",
1590             "homepage": "http://www.smarty.net",
1591             "keywords": [
1592                 "templating"
1593             ],
1594             "time": "2015-06-21T13:10:14+00:00"
1595         },
1596         {
1597             "name": "symfony/config",
1598             "version": "v2.8.24",
1599             "source": {
1600                 "type": "git",
1601                 "url": "https://github.com/symfony/config.git",
1602                 "reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
1603             },
1604             "dist": {
1605                 "type": "zip",
1606                 "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
1607                 "reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
1608                 "shasum": ""
1609             },
1610             "require": {
1611                 "php": ">=5.3.9",
1612                 "symfony/filesystem": "~2.3|~3.0.0"
1613             },
1614             "require-dev": {
1615                 "symfony/yaml": "~2.7|~3.0.0"
1616             },
1617             "suggest": {
1618                 "symfony/yaml": "To use the yaml reference dumper"
1619             },
1620             "type": "library",
1621             "extra": {
1622                 "branch-alias": {
1623                     "dev-master": "2.8-dev"
1624                 }
1625             },
1626             "autoload": {
1627                 "psr-4": {
1628                     "Symfony\\Component\\Config\\": ""
1629                 },
1630                 "exclude-from-classmap": [
1631                     "/Tests/"
1632                 ]
1633             },
1634             "notification-url": "https://packagist.org/downloads/",
1635             "license": [
1636                 "MIT"
1637             ],
1638             "authors": [
1639                 {
1640                     "name": "Fabien Potencier",
1641                     "email": "fabien@symfony.com"
1642                 },
1643                 {
1644                     "name": "Symfony Community",
1645                     "homepage": "https://symfony.com/contributors"
1646                 }
1647             ],
1648             "description": "Symfony Config Component",
1649             "homepage": "https://symfony.com",
1650             "time": "2017-04-12T14:07:15+00:00"
1651         },
1652         {
1653             "name": "symfony/console",
1654             "version": "v3.2.11",
1655             "source": {
1656                 "type": "git",
1657                 "url": "https://github.com/symfony/console.git",
1658                 "reference": "c091707512e290806794161201c0b021205583f2"
1659             },
1660             "dist": {
1661                 "type": "zip",
1662                 "url": "https://api.github.com/repos/symfony/console/zipball/c091707512e290806794161201c0b021205583f2",
1663                 "reference": "c091707512e290806794161201c0b021205583f2",
1664                 "shasum": ""
1665             },
1666             "require": {
1667                 "php": ">=5.5.9",
1668                 "symfony/debug": "~2.8|~3.0",
1669                 "symfony/polyfill-mbstring": "~1.0"
1670             },
1671             "require-dev": {
1672                 "psr/log": "~1.0",
1673                 "symfony/event-dispatcher": "~2.8|~3.0",
1674                 "symfony/filesystem": "~2.8|~3.0",
1675                 "symfony/process": "~2.8|~3.0"
1676             },
1677             "suggest": {
1678                 "psr/log": "For using the console logger",
1679                 "symfony/event-dispatcher": "",
1680                 "symfony/filesystem": "",
1681                 "symfony/process": ""
1682             },
1683             "type": "library",
1684             "extra": {
1685                 "branch-alias": {
1686                     "dev-master": "3.2-dev"
1687                 }
1688             },
1689             "autoload": {
1690                 "psr-4": {
1691                     "Symfony\\Component\\Console\\": ""
1692                 },
1693                 "exclude-from-classmap": [
1694                     "/Tests/"
1695                 ]
1696             },
1697             "notification-url": "https://packagist.org/downloads/",
1698             "license": [
1699                 "MIT"
1700             ],
1701             "authors": [
1702                 {
1703                     "name": "Fabien Potencier",
1704                     "email": "fabien@symfony.com"
1705                 },
1706                 {
1707                     "name": "Symfony Community",
1708                     "homepage": "https://symfony.com/contributors"
1709                 }
1710             ],
1711             "description": "Symfony Console Component",
1712             "homepage": "https://symfony.com",
1713             "time": "2017-07-03T08:06:20+00:00"
1714         },
1715         {
1716             "name": "symfony/debug",
1717             "version": "v3.3.4",
1718             "source": {
1719                 "type": "git",
1720                 "url": "https://github.com/symfony/debug.git",
1721                 "reference": "63b85a968486d95ff9542228dc2e4247f16f9743"
1722             },
1723             "dist": {
1724                 "type": "zip",
1725                 "url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743",
1726                 "reference": "63b85a968486d95ff9542228dc2e4247f16f9743",
1727                 "shasum": ""
1728             },
1729             "require": {
1730                 "php": ">=5.5.9",
1731                 "psr/log": "~1.0"
1732             },
1733             "conflict": {
1734                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1735             },
1736             "require-dev": {
1737                 "symfony/http-kernel": "~2.8|~3.0"
1738             },
1739             "type": "library",
1740             "extra": {
1741                 "branch-alias": {
1742                     "dev-master": "3.3-dev"
1743                 }
1744             },
1745             "autoload": {
1746                 "psr-4": {
1747                     "Symfony\\Component\\Debug\\": ""
1748                 },
1749                 "exclude-from-classmap": [
1750                     "/Tests/"
1751                 ]
1752             },
1753             "notification-url": "https://packagist.org/downloads/",
1754             "license": [
1755                 "MIT"
1756             ],
1757             "authors": [
1758                 {
1759                     "name": "Fabien Potencier",
1760                     "email": "fabien@symfony.com"
1761                 },
1762                 {
1763                     "name": "Symfony Community",
1764                     "homepage": "https://symfony.com/contributors"
1765                 }
1766             ],
1767             "description": "Symfony Debug Component",
1768             "homepage": "https://symfony.com",
1769             "time": "2017-07-05T13:02:37+00:00"
1770         },
1771         {
1772             "name": "symfony/dependency-injection",
1773             "version": "v2.8.24",
1774             "source": {
1775                 "type": "git",
1776                 "url": "https://github.com/symfony/dependency-injection.git",
1777                 "reference": "66d2e252262749e0f3c735c183e4562c72ffb8c8"
1778             },
1779             "dist": {
1780                 "type": "zip",
1781                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/66d2e252262749e0f3c735c183e4562c72ffb8c8",
1782                 "reference": "66d2e252262749e0f3c735c183e4562c72ffb8c8",
1783                 "shasum": ""
1784             },
1785             "require": {
1786                 "php": ">=5.3.9"
1787             },
1788             "conflict": {
1789                 "symfony/expression-language": "<2.6"
1790             },
1791             "require-dev": {
1792                 "symfony/config": "~2.2|~3.0.0",
1793                 "symfony/expression-language": "~2.6|~3.0.0",
1794                 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
1795             },
1796             "suggest": {
1797                 "symfony/config": "",
1798                 "symfony/expression-language": "For using expressions in service container configuration",
1799                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1800                 "symfony/yaml": ""
1801             },
1802             "type": "library",
1803             "extra": {
1804                 "branch-alias": {
1805                     "dev-master": "2.8-dev"
1806                 }
1807             },
1808             "autoload": {
1809                 "psr-4": {
1810                     "Symfony\\Component\\DependencyInjection\\": ""
1811                 },
1812                 "exclude-from-classmap": [
1813                     "/Tests/"
1814                 ]
1815             },
1816             "notification-url": "https://packagist.org/downloads/",
1817             "license": [
1818                 "MIT"
1819             ],
1820             "authors": [
1821                 {
1822                     "name": "Fabien Potencier",
1823                     "email": "fabien@symfony.com"
1824                 },
1825                 {
1826                     "name": "Symfony Community",
1827                     "homepage": "https://symfony.com/contributors"
1828                 }
1829             ],
1830             "description": "Symfony DependencyInjection Component",
1831             "homepage": "https://symfony.com",
1832             "time": "2017-06-14T00:55:24+00:00"
1833         },
1834         {
1835             "name": "symfony/event-dispatcher",
1836             "version": "v2.8.24",
1837             "source": {
1838                 "type": "git",
1839                 "url": "https://github.com/symfony/event-dispatcher.git",
1840                 "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
1841             },
1842             "dist": {
1843                 "type": "zip",
1844                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d",
1845                 "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
1846                 "shasum": ""
1847             },
1848             "require": {
1849                 "php": ">=5.3.9"
1850             },
1851             "require-dev": {
1852                 "psr/log": "~1.0",
1853                 "symfony/config": "^2.0.5|~3.0.0",
1854                 "symfony/dependency-injection": "~2.6|~3.0.0",
1855                 "symfony/expression-language": "~2.6|~3.0.0",
1856                 "symfony/stopwatch": "~2.3|~3.0.0"
1857             },
1858             "suggest": {
1859                 "symfony/dependency-injection": "",
1860                 "symfony/http-kernel": ""
1861             },
1862             "type": "library",
1863             "extra": {
1864                 "branch-alias": {
1865                     "dev-master": "2.8-dev"
1866                 }
1867             },
1868             "autoload": {
1869                 "psr-4": {
1870                     "Symfony\\Component\\EventDispatcher\\": ""
1871                 },
1872                 "exclude-from-classmap": [
1873                     "/Tests/"
1874                 ]
1875             },
1876             "notification-url": "https://packagist.org/downloads/",
1877             "license": [
1878                 "MIT"
1879             ],
1880             "authors": [
1881                 {
1882                     "name": "Fabien Potencier",
1883                     "email": "fabien@symfony.com"
1884                 },
1885                 {
1886                     "name": "Symfony Community",
1887                     "homepage": "https://symfony.com/contributors"
1888                 }
1889             ],
1890             "description": "Symfony EventDispatcher Component",
1891             "homepage": "https://symfony.com",
1892             "time": "2017-06-02T07:47:27+00:00"
1893         },
1894         {
1895             "name": "symfony/filesystem",
1896             "version": "v3.0.9",
1897             "source": {
1898                 "type": "git",
1899                 "url": "https://github.com/symfony/filesystem.git",
1900                 "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
1901             },
1902             "dist": {
1903                 "type": "zip",
1904                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
1905                 "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
1906                 "shasum": ""
1907             },
1908             "require": {
1909                 "php": ">=5.5.9"
1910             },
1911             "type": "library",
1912             "extra": {
1913                 "branch-alias": {
1914                     "dev-master": "3.0-dev"
1915                 }
1916             },
1917             "autoload": {
1918                 "psr-4": {
1919                     "Symfony\\Component\\Filesystem\\": ""
1920                 },
1921                 "exclude-from-classmap": [
1922                     "/Tests/"
1923                 ]
1924             },
1925             "notification-url": "https://packagist.org/downloads/",
1926             "license": [
1927                 "MIT"
1928             ],
1929             "authors": [
1930                 {
1931                     "name": "Fabien Potencier",
1932                     "email": "fabien@symfony.com"
1933                 },
1934                 {
1935                     "name": "Symfony Community",
1936                     "homepage": "https://symfony.com/contributors"
1937                 }
1938             ],
1939             "description": "Symfony Filesystem Component",
1940             "homepage": "https://symfony.com",
1941             "time": "2016-07-20T05:43:46+00:00"
1942         },
1943         {
1944             "name": "symfony/http-foundation",
1945             "version": "v2.8.24",
1946             "source": {
1947                 "type": "git",
1948                 "url": "https://github.com/symfony/http-foundation.git",
1949                 "reference": "2b592ca5fe2ad7ee8a92d409d2b830277ad58231"
1950             },
1951             "dist": {
1952                 "type": "zip",
1953                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2b592ca5fe2ad7ee8a92d409d2b830277ad58231",
1954                 "reference": "2b592ca5fe2ad7ee8a92d409d2b830277ad58231",
1955                 "shasum": ""
1956             },
1957             "require": {
1958                 "php": ">=5.3.9",
1959                 "symfony/polyfill-mbstring": "~1.1",
1960                 "symfony/polyfill-php54": "~1.0",
1961                 "symfony/polyfill-php55": "~1.0"
1962             },
1963             "require-dev": {
1964                 "symfony/expression-language": "~2.4|~3.0.0"
1965             },
1966             "type": "library",
1967             "extra": {
1968                 "branch-alias": {
1969                     "dev-master": "2.8-dev"
1970                 }
1971             },
1972             "autoload": {
1973                 "psr-4": {
1974                     "Symfony\\Component\\HttpFoundation\\": ""
1975                 },
1976                 "exclude-from-classmap": [
1977                     "/Tests/"
1978                 ]
1979             },
1980             "notification-url": "https://packagist.org/downloads/",
1981             "license": [
1982                 "MIT"
1983             ],
1984             "authors": [
1985                 {
1986                     "name": "Fabien Potencier",
1987                     "email": "fabien@symfony.com"
1988                 },
1989                 {
1990                     "name": "Symfony Community",
1991                     "homepage": "https://symfony.com/contributors"
1992                 }
1993             ],
1994             "description": "Symfony HttpFoundation Component",
1995             "homepage": "https://symfony.com",
1996             "time": "2017-06-20T23:27:56+00:00"
1997         },
1998         {
1999             "name": "symfony/polyfill-mbstring",
2000             "version": "v1.4.0",
2001             "source": {
2002                 "type": "git",
2003                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2004                 "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
2005             },
2006             "dist": {
2007                 "type": "zip",
2008                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
2009                 "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
2010                 "shasum": ""
2011             },
2012             "require": {
2013                 "php": ">=5.3.3"
2014             },
2015             "suggest": {
2016                 "ext-mbstring": "For best performance"
2017             },
2018             "type": "library",
2019             "extra": {
2020                 "branch-alias": {
2021                     "dev-master": "1.4-dev"
2022                 }
2023             },
2024             "autoload": {
2025                 "psr-4": {
2026                     "Symfony\\Polyfill\\Mbstring\\": ""
2027                 },
2028                 "files": [
2029                     "bootstrap.php"
2030                 ]
2031             },
2032             "notification-url": "https://packagist.org/downloads/",
2033             "license": [
2034                 "MIT"
2035             ],
2036             "authors": [
2037                 {
2038                     "name": "Nicolas Grekas",
2039                     "email": "p@tchwork.com"
2040                 },
2041                 {
2042                     "name": "Symfony Community",
2043                     "homepage": "https://symfony.com/contributors"
2044                 }
2045             ],
2046             "description": "Symfony polyfill for the Mbstring extension",
2047             "homepage": "https://symfony.com",
2048             "keywords": [
2049                 "compatibility",
2050                 "mbstring",
2051                 "polyfill",
2052                 "portable",
2053                 "shim"
2054             ],
2055             "time": "2017-06-09T14:24:12+00:00"
2056         },
2057         {
2058             "name": "symfony/polyfill-php54",
2059             "version": "v1.4.0",
2060             "source": {
2061                 "type": "git",
2062                 "url": "https://github.com/symfony/polyfill-php54.git",
2063                 "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789"
2064             },
2065             "dist": {
2066                 "type": "zip",
2067                 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
2068                 "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
2069                 "shasum": ""
2070             },
2071             "require": {
2072                 "php": ">=5.3.3"
2073             },
2074             "type": "library",
2075             "extra": {
2076                 "branch-alias": {
2077                     "dev-master": "1.4-dev"
2078                 }
2079             },
2080             "autoload": {
2081                 "psr-4": {
2082                     "Symfony\\Polyfill\\Php54\\": ""
2083                 },
2084                 "files": [
2085                     "bootstrap.php"
2086                 ],
2087                 "classmap": [
2088                     "Resources/stubs"
2089                 ]
2090             },
2091             "notification-url": "https://packagist.org/downloads/",
2092             "license": [
2093                 "MIT"
2094             ],
2095             "authors": [
2096                 {
2097                     "name": "Nicolas Grekas",
2098                     "email": "p@tchwork.com"
2099                 },
2100                 {
2101                     "name": "Symfony Community",
2102                     "homepage": "https://symfony.com/contributors"
2103                 }
2104             ],
2105             "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
2106             "homepage": "https://symfony.com",
2107             "keywords": [
2108                 "compatibility",
2109                 "polyfill",
2110                 "portable",
2111                 "shim"
2112             ],
2113             "time": "2017-06-09T08:25:21+00:00"
2114         },
2115         {
2116             "name": "symfony/polyfill-php55",
2117             "version": "v1.4.0",
2118             "source": {
2119                 "type": "git",
2120                 "url": "https://github.com/symfony/polyfill-php55.git",
2121                 "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d"
2122             },
2123             "dist": {
2124                 "type": "zip",
2125                 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d",
2126                 "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d",
2127                 "shasum": ""
2128             },
2129             "require": {
2130                 "ircmaxell/password-compat": "~1.0",
2131                 "php": ">=5.3.3"
2132             },
2133             "type": "library",
2134             "extra": {
2135                 "branch-alias": {
2136                     "dev-master": "1.4-dev"
2137                 }
2138             },
2139             "autoload": {
2140                 "psr-4": {
2141                     "Symfony\\Polyfill\\Php55\\": ""
2142                 },
2143                 "files": [
2144                     "bootstrap.php"
2145                 ]
2146             },
2147             "notification-url": "https://packagist.org/downloads/",
2148             "license": [
2149                 "MIT"
2150             ],
2151             "authors": [
2152                 {
2153                     "name": "Nicolas Grekas",
2154                     "email": "p@tchwork.com"
2155                 },
2156                 {
2157                     "name": "Symfony Community",
2158                     "homepage": "https://symfony.com/contributors"
2159                 }
2160             ],
2161             "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2162             "homepage": "https://symfony.com",
2163             "keywords": [
2164                 "compatibility",
2165                 "polyfill",
2166                 "portable",
2167                 "shim"
2168             ],
2169             "time": "2017-06-09T08:25:21+00:00"
2170         },
2171         {
2172             "name": "symfony/yaml",
2173             "version": "v2.8.24",
2174             "source": {
2175                 "type": "git",
2176                 "url": "https://github.com/symfony/yaml.git",
2177                 "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
2178             },
2179             "dist": {
2180                 "type": "zip",
2181                 "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
2182                 "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
2183                 "shasum": ""
2184             },
2185             "require": {
2186                 "php": ">=5.3.9"
2187             },
2188             "type": "library",
2189             "extra": {
2190                 "branch-alias": {
2191                     "dev-master": "2.8-dev"
2192                 }
2193             },
2194             "autoload": {
2195                 "psr-4": {
2196                     "Symfony\\Component\\Yaml\\": ""
2197                 },
2198                 "exclude-from-classmap": [
2199                     "/Tests/"
2200                 ]
2201             },
2202             "notification-url": "https://packagist.org/downloads/",
2203             "license": [
2204                 "MIT"
2205             ],
2206             "authors": [
2207                 {
2208                     "name": "Fabien Potencier",
2209                     "email": "fabien@symfony.com"
2210                 },
2211                 {
2212                     "name": "Symfony Community",
2213                     "homepage": "https://symfony.com/contributors"
2214                 }
2215             ],
2216             "description": "Symfony Yaml Component",
2217             "homepage": "https://symfony.com",
2218             "time": "2017-06-01T20:52:29+00:00"
2219         },
2220         {
2221             "name": "twig/twig",
2222             "version": "v1.33.2",
2223             "source": {
2224                 "type": "git",
2225                 "url": "https://github.com/twigphp/Twig.git",
2226                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
2227             },
2228             "dist": {
2229                 "type": "zip",
2230                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
2231                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
2232                 "shasum": ""
2233             },
2234             "require": {
2235                 "php": ">=5.2.7"
2236             },
2237             "require-dev": {
2238                 "psr/container": "^1.0",
2239                 "symfony/debug": "~2.7",
2240                 "symfony/phpunit-bridge": "~3.3@dev"
2241             },
2242             "type": "library",
2243             "extra": {
2244                 "branch-alias": {
2245                     "dev-master": "1.33-dev"
2246                 }
2247             },
2248             "autoload": {
2249                 "psr-0": {
2250                     "Twig_": "lib/"
2251                 }
2252             },
2253             "notification-url": "https://packagist.org/downloads/",
2254             "license": [
2255                 "BSD-3-Clause"
2256             ],
2257             "authors": [
2258                 {
2259                     "name": "Fabien Potencier",
2260                     "email": "fabien@symfony.com",
2261                     "homepage": "http://fabien.potencier.org",
2262                     "role": "Lead Developer"
2263                 },
2264                 {
2265                     "name": "Armin Ronacher",
2266                     "email": "armin.ronacher@active-4.com",
2267                     "role": "Project Founder"
2268                 },
2269                 {
2270                     "name": "Twig Team",
2271                     "homepage": "http://twig.sensiolabs.org/contributors",
2272                     "role": "Contributors"
2273                 }
2274             ],
2275             "description": "Twig, the flexible, fast, and secure template language for PHP",
2276             "homepage": "http://twig.sensiolabs.org",
2277             "keywords": [
2278                 "templating"
2279             ],
2280             "time": "2017-04-20T17:39:48+00:00"
2281         },
2282         {
2283             "name": "vlucas/phpdotenv",
2284             "version": "v2.4.0",
2285             "source": {
2286                 "type": "git",
2287                 "url": "https://github.com/vlucas/phpdotenv.git",
2288                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2289             },
2290             "dist": {
2291                 "type": "zip",
2292                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2293                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2294                 "shasum": ""
2295             },
2296             "require": {
2297                 "php": ">=5.3.9"
2298             },
2299             "require-dev": {
2300                 "phpunit/phpunit": "^4.8 || ^5.0"
2301             },
2302             "type": "library",
2303             "extra": {
2304                 "branch-alias": {
2305                     "dev-master": "2.4-dev"
2306                 }
2307             },
2308             "autoload": {
2309                 "psr-4": {
2310                     "Dotenv\\": "src/"
2311                 }
2312             },
2313             "notification-url": "https://packagist.org/downloads/",
2314             "license": [
2315                 "BSD-3-Clause-Attribution"
2316             ],
2317             "authors": [
2318                 {
2319                     "name": "Vance Lucas",
2320                     "email": "vance@vancelucas.com",
2321                     "homepage": "http://www.vancelucas.com"
2322                 }
2323             ],
2324             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2325             "keywords": [
2326                 "dotenv",
2327                 "env",
2328                 "environment"
2329             ],
2330             "time": "2016-09-01T10:05:43+00:00"
2331         },
2332         {
2333             "name": "zendframework/zendframework",
2334             "version": "2.4.9",
2335             "source": {
2336                 "type": "git",
2337                 "url": "https://github.com/zendframework/zendframework.git",
2338                 "reference": "4d096d15d01d46b03a69fff00576b31789246364"
2339             },
2340             "dist": {
2341                 "type": "zip",
2342                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/4d096d15d01d46b03a69fff00576b31789246364",
2343                 "reference": "4d096d15d01d46b03a69fff00576b31789246364",
2344                 "shasum": ""
2345             },
2346             "require": {
2347                 "php": ">=5.3.23",
2348                 "zendframework/zendxml": "^1.0.1"
2349             },
2350             "replace": {
2351                 "zendframework/zend-authentication": "self.version",
2352                 "zendframework/zend-barcode": "self.version",
2353                 "zendframework/zend-cache": "self.version",
2354                 "zendframework/zend-captcha": "self.version",
2355                 "zendframework/zend-code": "self.version",
2356                 "zendframework/zend-config": "self.version",
2357                 "zendframework/zend-console": "self.version",
2358                 "zendframework/zend-crypt": "self.version",
2359                 "zendframework/zend-db": "self.version",
2360                 "zendframework/zend-debug": "self.version",
2361                 "zendframework/zend-di": "self.version",
2362                 "zendframework/zend-dom": "self.version",
2363                 "zendframework/zend-escaper": "self.version",
2364                 "zendframework/zend-eventmanager": "self.version",
2365                 "zendframework/zend-feed": "self.version",
2366                 "zendframework/zend-file": "self.version",
2367                 "zendframework/zend-filter": "self.version",
2368                 "zendframework/zend-form": "self.version",
2369                 "zendframework/zend-http": "self.version",
2370                 "zendframework/zend-i18n": "self.version",
2371                 "zendframework/zend-inputfilter": "self.version",
2372                 "zendframework/zend-json": "self.version",
2373                 "zendframework/zend-ldap": "self.version",
2374                 "zendframework/zend-loader": "self.version",
2375                 "zendframework/zend-log": "self.version",
2376                 "zendframework/zend-mail": "self.version",
2377                 "zendframework/zend-math": "self.version",
2378                 "zendframework/zend-memory": "self.version",
2379                 "zendframework/zend-mime": "self.version",
2380                 "zendframework/zend-modulemanager": "self.version",
2381                 "zendframework/zend-mvc": "self.version",
2382                 "zendframework/zend-navigation": "self.version",
2383                 "zendframework/zend-paginator": "self.version",
2384                 "zendframework/zend-permissions-acl": "self.version",
2385                 "zendframework/zend-permissions-rbac": "self.version",
2386                 "zendframework/zend-progressbar": "self.version",
2387                 "zendframework/zend-resources": "self.version",
2388                 "zendframework/zend-serializer": "self.version",
2389                 "zendframework/zend-server": "self.version",
2390                 "zendframework/zend-servicemanager": "self.version",
2391                 "zendframework/zend-session": "self.version",
2392                 "zendframework/zend-soap": "self.version",
2393                 "zendframework/zend-stdlib": "self.version",
2394                 "zendframework/zend-tag": "self.version",
2395                 "zendframework/zend-test": "self.version",
2396                 "zendframework/zend-text": "self.version",
2397                 "zendframework/zend-uri": "self.version",
2398                 "zendframework/zend-validator": "self.version",
2399                 "zendframework/zend-version": "self.version",
2400                 "zendframework/zend-view": "self.version",
2401                 "zendframework/zend-xmlrpc": "self.version"
2402             },
2403             "require-dev": {
2404                 "doctrine/annotations": "~1.0",
2405                 "fabpot/php-cs-fixer": "~1.0",
2406                 "ircmaxell/random-lib": "~1.1",
2407                 "mikey179/vfsstream": "~1.2",
2408                 "phpunit/phpcov": "~2.0",
2409                 "phpunit/phpunit": "~4.6",
2410                 "satooshi/php-coveralls": "dev-master"
2411             },
2412             "suggest": {
2413                 "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
2414                 "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
2415                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
2416                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
2417                 "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
2418                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
2419             },
2420             "bin": [
2421                 "bin/classmap_generator.php",
2422                 "bin/pluginmap_generator.php",
2423                 "bin/templatemap_generator.php"
2424             ],
2425             "type": "library",
2426             "extra": {
2427                 "branch-alias": {
2428                     "dev-master": "2.4-dev",
2429                     "dev-develop": "2.5-dev"
2430                 }
2431             },
2432             "autoload": {
2433                 "psr-4": {
2434                     "Zend\\": "library/Zend/"
2435                 }
2436             },
2437             "notification-url": "https://packagist.org/downloads/",
2438             "license": [
2439                 "BSD-3-Clause"
2440             ],
2441             "description": "Zend Framework 2",
2442             "homepage": "http://framework.zend.com/",
2443             "keywords": [
2444                 "framework",
2445                 "zf2"
2446             ],
2447             "time": "2015-11-23T17:34:23+00:00"
2448         },
2449         {
2450             "name": "zendframework/zendxml",
2451             "version": "1.0.2",
2452             "source": {
2453                 "type": "git",
2454                 "url": "https://github.com/zendframework/ZendXml.git",
2455                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
2456             },
2457             "dist": {
2458                 "type": "zip",
2459                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2460                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2461                 "shasum": ""
2462             },
2463             "require": {
2464                 "php": "^5.3.3 || ^7.0"
2465             },
2466             "require-dev": {
2467                 "phpunit/phpunit": "^3.7 || ^4.0",
2468                 "squizlabs/php_codesniffer": "^1.5"
2469             },
2470             "type": "library",
2471             "extra": {
2472                 "branch-alias": {
2473                     "dev-master": "1.0-dev"
2474                 }
2475             },
2476             "autoload": {
2477                 "psr-0": {
2478                     "ZendXml\\": "library/"
2479                 }
2480             },
2481             "notification-url": "https://packagist.org/downloads/",
2482             "license": [
2483                 "BSD-3-Clause"
2484             ],
2485             "description": "Utility library for XML usage, best practices, and security in PHP",
2486             "homepage": "http://packages.zendframework.com/",
2487             "keywords": [
2488                 "security",
2489                 "xml",
2490                 "zf2"
2491             ],
2492             "time": "2016-02-04T21:02:08+00:00"
2493         }
2494     ],
2495     "packages-dev": [
2496         {
2497             "name": "myclabs/deep-copy",
2498             "version": "1.6.1",
2499             "source": {
2500                 "type": "git",
2501                 "url": "https://github.com/myclabs/DeepCopy.git",
2502                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
2503             },
2504             "dist": {
2505                 "type": "zip",
2506                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2507                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2508                 "shasum": ""
2509             },
2510             "require": {
2511                 "php": ">=5.4.0"
2512             },
2513             "require-dev": {
2514                 "doctrine/collections": "1.*",
2515                 "phpunit/phpunit": "~4.1"
2516             },
2517             "type": "library",
2518             "autoload": {
2519                 "psr-4": {
2520                     "DeepCopy\\": "src/DeepCopy/"
2521                 }
2522             },
2523             "notification-url": "https://packagist.org/downloads/",
2524             "license": [
2525                 "MIT"
2526             ],
2527             "description": "Create deep copies (clones) of your objects",
2528             "homepage": "https://github.com/myclabs/DeepCopy",
2529             "keywords": [
2530                 "clone",
2531                 "copy",
2532                 "duplicate",
2533                 "object",
2534                 "object graph"
2535             ],
2536             "time": "2017-04-12T18:52:22+00:00"
2537         },
2538         {
2539             "name": "phing/phing",
2540             "version": "2.14.0",
2541             "source": {
2542                 "type": "git",
2543                 "url": "https://github.com/phingofficial/phing.git",
2544                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
2545             },
2546             "dist": {
2547                 "type": "zip",
2548                 "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
2549                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
2550                 "shasum": ""
2551             },
2552             "require": {
2553                 "php": ">=5.2.0"
2554             },
2555             "require-dev": {
2556                 "ext-pdo_sqlite": "*",
2557                 "lastcraft/simpletest": "@dev",
2558                 "mikey179/vfsstream": "^1.6",
2559                 "pdepend/pdepend": "2.x",
2560                 "pear/archive_tar": "1.4.x",
2561                 "pear/http_request2": "dev-trunk",
2562                 "pear/net_growl": "dev-trunk",
2563                 "pear/pear-core-minimal": "1.10.1",
2564                 "pear/versioncontrol_git": "@dev",
2565                 "pear/versioncontrol_svn": "~0.5",
2566                 "phpdocumentor/phpdocumentor": "2.x",
2567                 "phploc/phploc": "~2.0.6",
2568                 "phpmd/phpmd": "~2.2",
2569                 "phpunit/phpunit": ">=3.7",
2570                 "sebastian/git": "~1.0",
2571                 "sebastian/phpcpd": "2.x",
2572                 "squizlabs/php_codesniffer": "~2.2",
2573                 "symfony/yaml": "~2.7"
2574             },
2575             "suggest": {
2576                 "pdepend/pdepend": "PHP version of JDepend",
2577                 "pear/archive_tar": "Tar file management class",
2578                 "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
2579                 "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
2580                 "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
2581                 "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
2582                 "phpmd/phpmd": "PHP version of PMD tool",
2583                 "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
2584                 "phpunit/phpunit": "The PHP Unit Testing Framework",
2585                 "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
2586                 "tedivm/jshrink": "Javascript Minifier built in PHP"
2587             },
2588             "bin": [
2589                 "bin/phing"
2590             ],
2591             "type": "library",
2592             "extra": {
2593                 "branch-alias": {
2594                     "dev-master": "2.14.x-dev"
2595                 }
2596             },
2597             "autoload": {
2598                 "classmap": [
2599                     "classes/phing/"
2600                 ]
2601             },
2602             "notification-url": "https://packagist.org/downloads/",
2603             "include-path": [
2604                 "classes"
2605             ],
2606             "license": [
2607                 "LGPL-3.0"
2608             ],
2609             "authors": [
2610                 {
2611                     "name": "Michiel Rook",
2612                     "email": "mrook@php.net"
2613                 },
2614                 {
2615                     "name": "Phing Community",
2616                     "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
2617                 }
2618             ],
2619             "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
2620             "homepage": "https://www.phing.info/",
2621             "keywords": [
2622                 "build",
2623                 "phing",
2624                 "task",
2625                 "tool"
2626             ],
2627             "time": "2016-03-10T21:39:23+00:00"
2628         },
2629         {
2630             "name": "phpdocumentor/reflection-common",
2631             "version": "1.0",
2632             "source": {
2633                 "type": "git",
2634                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2635                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
2636             },
2637             "dist": {
2638                 "type": "zip",
2639                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2640                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2641                 "shasum": ""
2642             },
2643             "require": {
2644                 "php": ">=5.5"
2645             },
2646             "require-dev": {
2647                 "phpunit/phpunit": "^4.6"
2648             },
2649             "type": "library",
2650             "extra": {
2651                 "branch-alias": {
2652                     "dev-master": "1.0.x-dev"
2653                 }
2654             },
2655             "autoload": {
2656                 "psr-4": {
2657                     "phpDocumentor\\Reflection\\": [
2658                         "src"
2659                     ]
2660                 }
2661             },
2662             "notification-url": "https://packagist.org/downloads/",
2663             "license": [
2664                 "MIT"
2665             ],
2666             "authors": [
2667                 {
2668                     "name": "Jaap van Otterdijk",
2669                     "email": "opensource@ijaap.nl"
2670                 }
2671             ],
2672             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2673             "homepage": "http://www.phpdoc.org",
2674             "keywords": [
2675                 "FQSEN",
2676                 "phpDocumentor",
2677                 "phpdoc",
2678                 "reflection",
2679                 "static analysis"
2680             ],
2681             "time": "2015-12-27T11:43:31+00:00"
2682         },
2683         {
2684             "name": "phpdocumentor/reflection-docblock",
2685             "version": "3.1.1",
2686             "source": {
2687                 "type": "git",
2688                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2689                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2690             },
2691             "dist": {
2692                 "type": "zip",
2693                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2694                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2695                 "shasum": ""
2696             },
2697             "require": {
2698                 "php": ">=5.5",
2699                 "phpdocumentor/reflection-common": "^1.0@dev",
2700                 "phpdocumentor/type-resolver": "^0.2.0",
2701                 "webmozart/assert": "^1.0"
2702             },
2703             "require-dev": {
2704                 "mockery/mockery": "^0.9.4",
2705                 "phpunit/phpunit": "^4.4"
2706             },
2707             "type": "library",
2708             "autoload": {
2709                 "psr-4": {
2710                     "phpDocumentor\\Reflection\\": [
2711                         "src/"
2712                     ]
2713                 }
2714             },
2715             "notification-url": "https://packagist.org/downloads/",
2716             "license": [
2717                 "MIT"
2718             ],
2719             "authors": [
2720                 {
2721                     "name": "Mike van Riel",
2722                     "email": "me@mikevanriel.com"
2723                 }
2724             ],
2725             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2726             "time": "2016-09-30T07:12:33+00:00"
2727         },
2728         {
2729             "name": "phpdocumentor/type-resolver",
2730             "version": "0.2.1",
2731             "source": {
2732                 "type": "git",
2733                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
2734                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2735             },
2736             "dist": {
2737                 "type": "zip",
2738                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2739                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2740                 "shasum": ""
2741             },
2742             "require": {
2743                 "php": ">=5.5",
2744                 "phpdocumentor/reflection-common": "^1.0"
2745             },
2746             "require-dev": {
2747                 "mockery/mockery": "^0.9.4",
2748                 "phpunit/phpunit": "^5.2||^4.8.24"
2749             },
2750             "type": "library",
2751             "extra": {
2752                 "branch-alias": {
2753                     "dev-master": "1.0.x-dev"
2754                 }
2755             },
2756             "autoload": {
2757                 "psr-4": {
2758                     "phpDocumentor\\Reflection\\": [
2759                         "src/"
2760                     ]
2761                 }
2762             },
2763             "notification-url": "https://packagist.org/downloads/",
2764             "license": [
2765                 "MIT"
2766             ],
2767             "authors": [
2768                 {
2769                     "name": "Mike van Riel",
2770                     "email": "me@mikevanriel.com"
2771                 }
2772             ],
2773             "time": "2016-11-25T06:54:22+00:00"
2774         },
2775         {
2776             "name": "phpspec/prophecy",
2777             "version": "v1.7.0",
2778             "source": {
2779                 "type": "git",
2780                 "url": "https://github.com/phpspec/prophecy.git",
2781                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2782             },
2783             "dist": {
2784                 "type": "zip",
2785                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
2786                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2787                 "shasum": ""
2788             },
2789             "require": {
2790                 "doctrine/instantiator": "^1.0.2",
2791                 "php": "^5.3|^7.0",
2792                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2793                 "sebastian/comparator": "^1.1|^2.0",
2794                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2795             },
2796             "require-dev": {
2797                 "phpspec/phpspec": "^2.5|^3.2",
2798                 "phpunit/phpunit": "^4.8 || ^5.6.5"
2799             },
2800             "type": "library",
2801             "extra": {
2802                 "branch-alias": {
2803                     "dev-master": "1.6.x-dev"
2804                 }
2805             },
2806             "autoload": {
2807                 "psr-0": {
2808                     "Prophecy\\": "src/"
2809                 }
2810             },
2811             "notification-url": "https://packagist.org/downloads/",
2812             "license": [
2813                 "MIT"
2814             ],
2815             "authors": [
2816                 {
2817                     "name": "Konstantin Kudryashov",
2818                     "email": "ever.zet@gmail.com",
2819                     "homepage": "http://everzet.com"
2820                 },
2821                 {
2822                     "name": "Marcello Duarte",
2823                     "email": "marcello.duarte@gmail.com"
2824                 }
2825             ],
2826             "description": "Highly opinionated mocking framework for PHP 5.3+",
2827             "homepage": "https://github.com/phpspec/prophecy",
2828             "keywords": [
2829                 "Double",
2830                 "Dummy",
2831                 "fake",
2832                 "mock",
2833                 "spy",
2834                 "stub"
2835             ],
2836             "time": "2017-03-02T20:05:34+00:00"
2837         },
2838         {
2839             "name": "phpunit/php-code-coverage",
2840             "version": "4.0.8",
2841             "source": {
2842                 "type": "git",
2843                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2844                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2845             },
2846             "dist": {
2847                 "type": "zip",
2848                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2849                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2850                 "shasum": ""
2851             },
2852             "require": {
2853                 "ext-dom": "*",
2854                 "ext-xmlwriter": "*",
2855                 "php": "^5.6 || ^7.0",
2856                 "phpunit/php-file-iterator": "^1.3",
2857                 "phpunit/php-text-template": "^1.2",
2858                 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2859                 "sebastian/code-unit-reverse-lookup": "^1.0",
2860                 "sebastian/environment": "^1.3.2 || ^2.0",
2861                 "sebastian/version": "^1.0 || ^2.0"
2862             },
2863             "require-dev": {
2864                 "ext-xdebug": "^2.1.4",
2865                 "phpunit/phpunit": "^5.7"
2866             },
2867             "suggest": {
2868                 "ext-xdebug": "^2.5.1"
2869             },
2870             "type": "library",
2871             "extra": {
2872                 "branch-alias": {
2873                     "dev-master": "4.0.x-dev"
2874                 }
2875             },
2876             "autoload": {
2877                 "classmap": [
2878                     "src/"
2879                 ]
2880             },
2881             "notification-url": "https://packagist.org/downloads/",
2882             "license": [
2883                 "BSD-3-Clause"
2884             ],
2885             "authors": [
2886                 {
2887                     "name": "Sebastian Bergmann",
2888                     "email": "sb@sebastian-bergmann.de",
2889                     "role": "lead"
2890                 }
2891             ],
2892             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2893             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2894             "keywords": [
2895                 "coverage",
2896                 "testing",
2897                 "xunit"
2898             ],
2899             "time": "2017-04-02T07:44:40+00:00"
2900         },
2901         {
2902             "name": "phpunit/php-file-iterator",
2903             "version": "1.4.2",
2904             "source": {
2905                 "type": "git",
2906                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2907                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2908             },
2909             "dist": {
2910                 "type": "zip",
2911                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2912                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2913                 "shasum": ""
2914             },
2915             "require": {
2916                 "php": ">=5.3.3"
2917             },
2918             "type": "library",
2919             "extra": {
2920                 "branch-alias": {
2921                     "dev-master": "1.4.x-dev"
2922                 }
2923             },
2924             "autoload": {
2925                 "classmap": [
2926                     "src/"
2927                 ]
2928             },
2929             "notification-url": "https://packagist.org/downloads/",
2930             "license": [
2931                 "BSD-3-Clause"
2932             ],
2933             "authors": [
2934                 {
2935                     "name": "Sebastian Bergmann",
2936                     "email": "sb@sebastian-bergmann.de",
2937                     "role": "lead"
2938                 }
2939             ],
2940             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2941             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2942             "keywords": [
2943                 "filesystem",
2944                 "iterator"
2945             ],
2946             "time": "2016-10-03T07:40:28+00:00"
2947         },
2948         {
2949             "name": "phpunit/php-text-template",
2950             "version": "1.2.1",
2951             "source": {
2952                 "type": "git",
2953                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
2954                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2955             },
2956             "dist": {
2957                 "type": "zip",
2958                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2959                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2960                 "shasum": ""
2961             },
2962             "require": {
2963                 "php": ">=5.3.3"
2964             },
2965             "type": "library",
2966             "autoload": {
2967                 "classmap": [
2968                     "src/"
2969                 ]
2970             },
2971             "notification-url": "https://packagist.org/downloads/",
2972             "license": [
2973                 "BSD-3-Clause"
2974             ],
2975             "authors": [
2976                 {
2977                     "name": "Sebastian Bergmann",
2978                     "email": "sebastian@phpunit.de",
2979                     "role": "lead"
2980                 }
2981             ],
2982             "description": "Simple template engine.",
2983             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2984             "keywords": [
2985                 "template"
2986             ],
2987             "time": "2015-06-21T13:50:34+00:00"
2988         },
2989         {
2990             "name": "phpunit/php-timer",
2991             "version": "1.0.9",
2992             "source": {
2993                 "type": "git",
2994                 "url": "https://github.com/sebastianbergmann/php-timer.git",
2995                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2996             },
2997             "dist": {
2998                 "type": "zip",
2999                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3000                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3001                 "shasum": ""
3002             },
3003             "require": {
3004                 "php": "^5.3.3 || ^7.0"
3005             },
3006             "require-dev": {
3007                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3008             },
3009             "type": "library",
3010             "extra": {
3011                 "branch-alias": {
3012                     "dev-master": "1.0-dev"
3013                 }
3014             },
3015             "autoload": {
3016                 "classmap": [
3017                     "src/"
3018                 ]
3019             },
3020             "notification-url": "https://packagist.org/downloads/",
3021             "license": [
3022                 "BSD-3-Clause"
3023             ],
3024             "authors": [
3025                 {
3026                     "name": "Sebastian Bergmann",
3027                     "email": "sb@sebastian-bergmann.de",
3028                     "role": "lead"
3029                 }
3030             ],
3031             "description": "Utility class for timing",
3032             "homepage": "https://github.com/sebastianbergmann/php-timer/",
3033             "keywords": [
3034                 "timer"
3035             ],
3036             "time": "2017-02-26T11:10:40+00:00"
3037         },
3038         {
3039             "name": "phpunit/php-token-stream",
3040             "version": "1.4.11",
3041             "source": {
3042                 "type": "git",
3043                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3044                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
3045             },
3046             "dist": {
3047                 "type": "zip",
3048                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
3049                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
3050                 "shasum": ""
3051             },
3052             "require": {
3053                 "ext-tokenizer": "*",
3054                 "php": ">=5.3.3"
3055             },
3056             "require-dev": {
3057                 "phpunit/phpunit": "~4.2"
3058             },
3059             "type": "library",
3060             "extra": {
3061                 "branch-alias": {
3062                     "dev-master": "1.4-dev"
3063                 }
3064             },
3065             "autoload": {
3066                 "classmap": [
3067                     "src/"
3068                 ]
3069             },
3070             "notification-url": "https://packagist.org/downloads/",
3071             "license": [
3072                 "BSD-3-Clause"
3073             ],
3074             "authors": [
3075                 {
3076                     "name": "Sebastian Bergmann",
3077                     "email": "sebastian@phpunit.de"
3078                 }
3079             ],
3080             "description": "Wrapper around PHP's tokenizer extension.",
3081             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3082             "keywords": [
3083                 "tokenizer"
3084             ],
3085             "time": "2017-02-27T10:12:30+00:00"
3086         },
3087         {
3088             "name": "phpunit/phpunit",
3089             "version": "5.7.0",
3090             "source": {
3091                 "type": "git",
3092                 "url": "https://github.com/sebastianbergmann/phpunit.git",
3093                 "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c"
3094             },
3095             "dist": {
3096                 "type": "zip",
3097                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
3098                 "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
3099                 "shasum": ""
3100             },
3101             "require": {
3102                 "ext-dom": "*",
3103                 "ext-json": "*",
3104                 "ext-libxml": "*",
3105                 "ext-mbstring": "*",
3106                 "ext-xml": "*",
3107                 "myclabs/deep-copy": "~1.3",
3108                 "php": "^5.6 || ^7.0",
3109                 "phpspec/prophecy": "^1.3.1",
3110                 "phpunit/php-code-coverage": "^4.0.3",
3111                 "phpunit/php-file-iterator": "~1.4",
3112                 "phpunit/php-text-template": "~1.2",
3113                 "phpunit/php-timer": "^1.0.6",
3114                 "phpunit/phpunit-mock-objects": "^3.2",
3115                 "sebastian/comparator": "~1.2.2",
3116                 "sebastian/diff": "~1.2",
3117                 "sebastian/environment": "^1.3.4 || ^2.0",
3118                 "sebastian/exporter": "~2.0",
3119                 "sebastian/global-state": "~1.0",
3120                 "sebastian/object-enumerator": "~2.0",
3121                 "sebastian/resource-operations": "~1.0",
3122                 "sebastian/version": "~1.0|~2.0",
3123                 "symfony/yaml": "~2.1|~3.0"
3124             },
3125             "conflict": {
3126                 "phpdocumentor/reflection-docblock": "3.0.2"
3127             },
3128             "require-dev": {
3129                 "ext-pdo": "*"
3130             },
3131             "suggest": {
3132                 "ext-xdebug": "*",
3133                 "phpunit/php-invoker": "~1.1"
3134             },
3135             "bin": [
3136                 "phpunit"
3137             ],
3138             "type": "library",
3139             "extra": {
3140                 "branch-alias": {
3141                     "dev-master": "5.7.x-dev"
3142                 }
3143             },
3144             "autoload": {
3145                 "classmap": [
3146                     "src/"
3147                 ]
3148             },
3149             "notification-url": "https://packagist.org/downloads/",
3150             "license": [
3151                 "BSD-3-Clause"
3152             ],
3153             "authors": [
3154                 {
3155                     "name": "Sebastian Bergmann",
3156                     "email": "sebastian@phpunit.de",
3157                     "role": "lead"
3158                 }
3159             ],
3160             "description": "The PHP Unit Testing framework.",
3161             "homepage": "https://phpunit.de/",
3162             "keywords": [
3163                 "phpunit",
3164                 "testing",
3165                 "xunit"
3166             ],
3167             "time": "2016-12-01T17:04:00+00:00"
3168         },
3169         {
3170             "name": "phpunit/phpunit-mock-objects",
3171             "version": "3.4.4",
3172             "source": {
3173                 "type": "git",
3174                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3175                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
3176             },
3177             "dist": {
3178                 "type": "zip",
3179                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
3180                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
3181                 "shasum": ""
3182             },
3183             "require": {
3184                 "doctrine/instantiator": "^1.0.2",
3185                 "php": "^5.6 || ^7.0",
3186                 "phpunit/php-text-template": "^1.2",
3187                 "sebastian/exporter": "^1.2 || ^2.0"
3188             },
3189             "conflict": {
3190                 "phpunit/phpunit": "<5.4.0"
3191             },
3192             "require-dev": {
3193                 "phpunit/phpunit": "^5.4"
3194             },
3195             "suggest": {
3196                 "ext-soap": "*"
3197             },
3198             "type": "library",
3199             "extra": {
3200                 "branch-alias": {
3201                     "dev-master": "3.2.x-dev"
3202                 }
3203             },
3204             "autoload": {
3205                 "classmap": [
3206                     "src/"
3207                 ]
3208             },
3209             "notification-url": "https://packagist.org/downloads/",
3210             "license": [
3211                 "BSD-3-Clause"
3212             ],
3213             "authors": [
3214                 {
3215                     "name": "Sebastian Bergmann",
3216                     "email": "sb@sebastian-bergmann.de",
3217                     "role": "lead"
3218                 }
3219             ],
3220             "description": "Mock Object library for PHPUnit",
3221             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3222             "keywords": [
3223                 "mock",
3224                 "xunit"
3225             ],
3226             "time": "2017-06-30T09:13:00+00:00"
3227         },
3228         {
3229             "name": "sebastian/code-unit-reverse-lookup",
3230             "version": "1.0.1",
3231             "source": {
3232                 "type": "git",
3233                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3234                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3235             },
3236             "dist": {
3237                 "type": "zip",
3238                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3239                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3240                 "shasum": ""
3241             },
3242             "require": {
3243                 "php": "^5.6 || ^7.0"
3244             },
3245             "require-dev": {
3246                 "phpunit/phpunit": "^5.7 || ^6.0"
3247             },
3248             "type": "library",
3249             "extra": {
3250                 "branch-alias": {
3251                     "dev-master": "1.0.x-dev"
3252                 }
3253             },
3254             "autoload": {
3255                 "classmap": [
3256                     "src/"
3257                 ]
3258             },
3259             "notification-url": "https://packagist.org/downloads/",
3260             "license": [
3261                 "BSD-3-Clause"
3262             ],
3263             "authors": [
3264                 {
3265                     "name": "Sebastian Bergmann",
3266                     "email": "sebastian@phpunit.de"
3267                 }
3268             ],
3269             "description": "Looks up which function or method a line of code belongs to",
3270             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3271             "time": "2017-03-04T06:30:41+00:00"
3272         },
3273         {
3274             "name": "sebastian/comparator",
3275             "version": "1.2.4",
3276             "source": {
3277                 "type": "git",
3278                 "url": "https://github.com/sebastianbergmann/comparator.git",
3279                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3280             },
3281             "dist": {
3282                 "type": "zip",
3283                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3284                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3285                 "shasum": ""
3286             },
3287             "require": {
3288                 "php": ">=5.3.3",
3289                 "sebastian/diff": "~1.2",
3290                 "sebastian/exporter": "~1.2 || ~2.0"
3291             },
3292             "require-dev": {
3293                 "phpunit/phpunit": "~4.4"
3294             },
3295             "type": "library",
3296             "extra": {
3297                 "branch-alias": {
3298                     "dev-master": "1.2.x-dev"
3299                 }
3300             },
3301             "autoload": {
3302                 "classmap": [
3303                     "src/"
3304                 ]
3305             },
3306             "notification-url": "https://packagist.org/downloads/",
3307             "license": [
3308                 "BSD-3-Clause"
3309             ],
3310             "authors": [
3311                 {
3312                     "name": "Jeff Welch",
3313                     "email": "whatthejeff@gmail.com"
3314                 },
3315                 {
3316                     "name": "Volker Dusch",
3317                     "email": "github@wallbash.com"
3318                 },
3319                 {
3320                     "name": "Bernhard Schussek",
3321                     "email": "bschussek@2bepublished.at"
3322                 },
3323                 {
3324                     "name": "Sebastian Bergmann",
3325                     "email": "sebastian@phpunit.de"
3326                 }
3327             ],
3328             "description": "Provides the functionality to compare PHP values for equality",
3329             "homepage": "http://www.github.com/sebastianbergmann/comparator",
3330             "keywords": [
3331                 "comparator",
3332                 "compare",
3333                 "equality"
3334             ],
3335             "time": "2017-01-29T09:50:25+00:00"
3336         },
3337         {
3338             "name": "sebastian/diff",
3339             "version": "1.4.3",
3340             "source": {
3341                 "type": "git",
3342                 "url": "https://github.com/sebastianbergmann/diff.git",
3343                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3344             },
3345             "dist": {
3346                 "type": "zip",
3347                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3348                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3349                 "shasum": ""
3350             },
3351             "require": {
3352                 "php": "^5.3.3 || ^7.0"
3353             },
3354             "require-dev": {
3355                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3356             },
3357             "type": "library",
3358             "extra": {
3359                 "branch-alias": {
3360                     "dev-master": "1.4-dev"
3361                 }
3362             },
3363             "autoload": {
3364                 "classmap": [
3365                     "src/"
3366                 ]
3367             },
3368             "notification-url": "https://packagist.org/downloads/",
3369             "license": [
3370                 "BSD-3-Clause"
3371             ],
3372             "authors": [
3373                 {
3374                     "name": "Kore Nordmann",
3375                     "email": "mail@kore-nordmann.de"
3376                 },
3377                 {
3378                     "name": "Sebastian Bergmann",
3379                     "email": "sebastian@phpunit.de"
3380                 }
3381             ],
3382             "description": "Diff implementation",
3383             "homepage": "https://github.com/sebastianbergmann/diff",
3384             "keywords": [
3385                 "diff"
3386             ],
3387             "time": "2017-05-22T07:24:03+00:00"
3388         },
3389         {
3390             "name": "sebastian/environment",
3391             "version": "2.0.0",
3392             "source": {
3393                 "type": "git",
3394                 "url": "https://github.com/sebastianbergmann/environment.git",
3395                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3396             },
3397             "dist": {
3398                 "type": "zip",
3399                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3400                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3401                 "shasum": ""
3402             },
3403             "require": {
3404                 "php": "^5.6 || ^7.0"
3405             },
3406             "require-dev": {
3407                 "phpunit/phpunit": "^5.0"
3408             },
3409             "type": "library",
3410             "extra": {
3411                 "branch-alias": {
3412                     "dev-master": "2.0.x-dev"
3413                 }
3414             },
3415             "autoload": {
3416                 "classmap": [
3417                     "src/"
3418                 ]
3419             },
3420             "notification-url": "https://packagist.org/downloads/",
3421             "license": [
3422                 "BSD-3-Clause"
3423             ],
3424             "authors": [
3425                 {
3426                     "name": "Sebastian Bergmann",
3427                     "email": "sebastian@phpunit.de"
3428                 }
3429             ],
3430             "description": "Provides functionality to handle HHVM/PHP environments",
3431             "homepage": "http://www.github.com/sebastianbergmann/environment",
3432             "keywords": [
3433                 "Xdebug",
3434                 "environment",
3435                 "hhvm"
3436             ],
3437             "time": "2016-11-26T07:53:53+00:00"
3438         },
3439         {
3440             "name": "sebastian/exporter",
3441             "version": "2.0.0",
3442             "source": {
3443                 "type": "git",
3444                 "url": "https://github.com/sebastianbergmann/exporter.git",
3445                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3446             },
3447             "dist": {
3448                 "type": "zip",
3449                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3450                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3451                 "shasum": ""
3452             },
3453             "require": {
3454                 "php": ">=5.3.3",
3455                 "sebastian/recursion-context": "~2.0"
3456             },
3457             "require-dev": {
3458                 "ext-mbstring": "*",
3459                 "phpunit/phpunit": "~4.4"
3460             },
3461             "type": "library",
3462             "extra": {
3463                 "branch-alias": {
3464                     "dev-master": "2.0.x-dev"
3465                 }
3466             },
3467             "autoload": {
3468                 "classmap": [
3469                     "src/"
3470                 ]
3471             },
3472             "notification-url": "https://packagist.org/downloads/",
3473             "license": [
3474                 "BSD-3-Clause"
3475             ],
3476             "authors": [
3477                 {
3478                     "name": "Jeff Welch",
3479                     "email": "whatthejeff@gmail.com"
3480                 },
3481                 {
3482                     "name": "Volker Dusch",
3483                     "email": "github@wallbash.com"
3484                 },
3485                 {
3486                     "name": "Bernhard Schussek",
3487                     "email": "bschussek@2bepublished.at"
3488                 },
3489                 {
3490                     "name": "Sebastian Bergmann",
3491                     "email": "sebastian@phpunit.de"
3492                 },
3493                 {
3494                     "name": "Adam Harvey",
3495                     "email": "aharvey@php.net"
3496                 }
3497             ],
3498             "description": "Provides the functionality to export PHP variables for visualization",
3499             "homepage": "http://www.github.com/sebastianbergmann/exporter",
3500             "keywords": [
3501                 "export",
3502                 "exporter"
3503             ],
3504             "time": "2016-11-19T08:54:04+00:00"
3505         },
3506         {
3507             "name": "sebastian/global-state",
3508             "version": "1.1.1",
3509             "source": {
3510                 "type": "git",
3511                 "url": "https://github.com/sebastianbergmann/global-state.git",
3512                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3513             },
3514             "dist": {
3515                 "type": "zip",
3516                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3517                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3518                 "shasum": ""
3519             },
3520             "require": {
3521                 "php": ">=5.3.3"
3522             },
3523             "require-dev": {
3524                 "phpunit/phpunit": "~4.2"
3525             },
3526             "suggest": {
3527                 "ext-uopz": "*"
3528             },
3529             "type": "library",
3530             "extra": {
3531                 "branch-alias": {
3532                     "dev-master": "1.0-dev"
3533                 }
3534             },
3535             "autoload": {
3536                 "classmap": [
3537                     "src/"
3538                 ]
3539             },
3540             "notification-url": "https://packagist.org/downloads/",
3541             "license": [
3542                 "BSD-3-Clause"
3543             ],
3544             "authors": [
3545                 {
3546                     "name": "Sebastian Bergmann",
3547                     "email": "sebastian@phpunit.de"
3548                 }
3549             ],
3550             "description": "Snapshotting of global state",
3551             "homepage": "http://www.github.com/sebastianbergmann/global-state",
3552             "keywords": [
3553                 "global state"
3554             ],
3555             "time": "2015-10-12T03:26:01+00:00"
3556         },
3557         {
3558             "name": "sebastian/object-enumerator",
3559             "version": "2.0.1",
3560             "source": {
3561                 "type": "git",
3562                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3563                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3564             },
3565             "dist": {
3566                 "type": "zip",
3567                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3568                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3569                 "shasum": ""
3570             },
3571             "require": {
3572                 "php": ">=5.6",
3573                 "sebastian/recursion-context": "~2.0"
3574             },
3575             "require-dev": {
3576                 "phpunit/phpunit": "~5"
3577             },
3578             "type": "library",
3579             "extra": {
3580                 "branch-alias": {
3581                     "dev-master": "2.0.x-dev"
3582                 }
3583             },
3584             "autoload": {
3585                 "classmap": [
3586                     "src/"
3587                 ]
3588             },
3589             "notification-url": "https://packagist.org/downloads/",
3590             "license": [
3591                 "BSD-3-Clause"
3592             ],
3593             "authors": [
3594                 {
3595                     "name": "Sebastian Bergmann",
3596                     "email": "sebastian@phpunit.de"
3597                 }
3598             ],
3599             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3600             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3601             "time": "2017-02-18T15:18:39+00:00"
3602         },
3603         {
3604             "name": "sebastian/recursion-context",
3605             "version": "2.0.0",
3606             "source": {
3607                 "type": "git",
3608                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3609                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3610             },
3611             "dist": {
3612                 "type": "zip",
3613                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3614                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3615                 "shasum": ""
3616             },
3617             "require": {
3618                 "php": ">=5.3.3"
3619             },
3620             "require-dev": {
3621                 "phpunit/phpunit": "~4.4"
3622             },
3623             "type": "library",
3624             "extra": {
3625                 "branch-alias": {
3626                     "dev-master": "2.0.x-dev"
3627                 }
3628             },
3629             "autoload": {
3630                 "classmap": [
3631                     "src/"
3632                 ]
3633             },
3634             "notification-url": "https://packagist.org/downloads/",
3635             "license": [
3636                 "BSD-3-Clause"
3637             ],
3638             "authors": [
3639                 {
3640                     "name": "Jeff Welch",
3641                     "email": "whatthejeff@gmail.com"
3642                 },
3643                 {
3644                     "name": "Sebastian Bergmann",
3645                     "email": "sebastian@phpunit.de"
3646                 },
3647                 {
3648                     "name": "Adam Harvey",
3649                     "email": "aharvey@php.net"
3650                 }
3651             ],
3652             "description": "Provides functionality to recursively process PHP variables",
3653             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3654             "time": "2016-11-19T07:33:16+00:00"
3655         },
3656         {
3657             "name": "sebastian/resource-operations",
3658             "version": "1.0.0",
3659             "source": {
3660                 "type": "git",
3661                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
3662                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3663             },
3664             "dist": {
3665                 "type": "zip",
3666                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3667                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3668                 "shasum": ""
3669             },
3670             "require": {
3671                 "php": ">=5.6.0"
3672             },
3673             "type": "library",
3674             "extra": {
3675                 "branch-alias": {
3676                     "dev-master": "1.0.x-dev"
3677                 }
3678             },
3679             "autoload": {
3680                 "classmap": [
3681                     "src/"
3682                 ]
3683             },
3684             "notification-url": "https://packagist.org/downloads/",
3685             "license": [
3686                 "BSD-3-Clause"
3687             ],
3688             "authors": [
3689                 {
3690                     "name": "Sebastian Bergmann",
3691                     "email": "sebastian@phpunit.de"
3692                 }
3693             ],
3694             "description": "Provides a list of PHP built-in functions that operate on resources",
3695             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3696             "time": "2015-07-28T20:34:47+00:00"
3697         },
3698         {
3699             "name": "sebastian/version",
3700             "version": "2.0.1",
3701             "source": {
3702                 "type": "git",
3703                 "url": "https://github.com/sebastianbergmann/version.git",
3704                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3705             },
3706             "dist": {
3707                 "type": "zip",
3708                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3709                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3710                 "shasum": ""
3711             },
3712             "require": {
3713                 "php": ">=5.6"
3714             },
3715             "type": "library",
3716             "extra": {
3717                 "branch-alias": {
3718                     "dev-master": "2.0.x-dev"
3719                 }
3720             },
3721             "autoload": {
3722                 "classmap": [
3723                     "src/"
3724                 ]
3725             },
3726             "notification-url": "https://packagist.org/downloads/",
3727             "license": [
3728                 "BSD-3-Clause"
3729             ],
3730             "authors": [
3731                 {
3732                     "name": "Sebastian Bergmann",
3733                     "email": "sebastian@phpunit.de",
3734                     "role": "lead"
3735                 }
3736             ],
3737             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3738             "homepage": "https://github.com/sebastianbergmann/version",
3739             "time": "2016-10-03T07:35:21+00:00"
3740         },
3741         {
3742             "name": "webmozart/assert",
3743             "version": "1.2.0",
3744             "source": {
3745                 "type": "git",
3746                 "url": "https://github.com/webmozart/assert.git",
3747                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3748             },
3749             "dist": {
3750                 "type": "zip",
3751                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3752                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3753                 "shasum": ""
3754             },
3755             "require": {
3756                 "php": "^5.3.3 || ^7.0"
3757             },
3758             "require-dev": {
3759                 "phpunit/phpunit": "^4.6",
3760                 "sebastian/version": "^1.0.1"
3761             },
3762             "type": "library",
3763             "extra": {
3764                 "branch-alias": {
3765                     "dev-master": "1.3-dev"
3766                 }
3767             },
3768             "autoload": {
3769                 "psr-4": {
3770                     "Webmozart\\Assert\\": "src/"
3771                 }
3772             },
3773             "notification-url": "https://packagist.org/downloads/",
3774             "license": [
3775                 "MIT"
3776             ],
3777             "authors": [
3778                 {
3779                     "name": "Bernhard Schussek",
3780                     "email": "bschussek@gmail.com"
3781                 }
3782             ],
3783             "description": "Assertions to validate method input/output with nice error messages.",
3784             "keywords": [
3785                 "assert",
3786                 "check",
3787                 "validate"
3788             ],
3789             "time": "2016-11-23T20:04:58+00:00"
3790         }
3791     ],
3792     "aliases": [],
3793     "minimum-stability": "stable",
3794     "stability-flags": {
3795         "doctrine/couchdb": 10
3796     },
3797     "prefer-stable": false,
3798     "prefer-lowest": false,
3799     "platform": [],
3800     "platform-dev": []