minor improvement to tabs style
[openemr.git] / composer.lock
blobcae2b5870200363b4bdda57c5daa37faddf5f78d
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": "51584c9b239af09934bd804ac24147dd",
8     "packages": [
9         {
10             "name": "adldap2/adldap2",
11             "version": "v7.0.4",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/Adldap2/Adldap2.git",
15                 "reference": "e54d75b9847ceeba868cf987585ccb898936fbd2"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/e54d75b9847ceeba868cf987585ccb898936fbd2",
20                 "reference": "e54d75b9847ceeba868cf987585ccb898936fbd2",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-ldap": "*",
25                 "illuminate/support": "~5.0",
26                 "php": ">=5.5.9"
27             },
28             "require-dev": {
29                 "mockery/mockery": "~0.9",
30                 "phpunit/phpunit": "~4.8|~5.6"
31             },
32             "type": "library",
33             "autoload": {
34                 "psr-4": {
35                     "Adldap\\": "src/"
36                 }
37             },
38             "notification-url": "https://packagist.org/downloads/",
39             "license": [
40                 "MIT"
41             ],
42             "authors": [
43                 {
44                     "name": "Steve Bauman",
45                     "email": "steven_bauman@outlook.com",
46                     "role": "Developer"
47                 }
48             ],
49             "description": "A PHP LDAP Package for Active Directory Manipulation.",
50             "keywords": [
51                 "active directory",
52                 "ad",
53                 "adLDAP",
54                 "adldap2",
55                 "directory",
56                 "ldap",
57                 "windows"
58             ],
59             "time": "2017-01-30T21:45:45+00:00"
60         },
61         {
62             "name": "adodb/adodb-php",
63             "version": "v5.20.9",
64             "source": {
65                 "type": "git",
66                 "url": "https://github.com/ADOdb/ADOdb.git",
67                 "reference": "f601748cca1ccb86dfd427620a1692a70e681075"
68             },
69             "dist": {
70                 "type": "zip",
71                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/f601748cca1ccb86dfd427620a1692a70e681075",
72                 "reference": "f601748cca1ccb86dfd427620a1692a70e681075",
73                 "shasum": ""
74             },
75             "require": {
76                 "php": ">=5.3.2"
77             },
78             "type": "library",
79             "autoload": {
80                 "files": [
81                     "adodb.inc.php"
82                 ]
83             },
84             "notification-url": "https://packagist.org/downloads/",
85             "license": [
86                 "BSD-3-Clause",
87                 "LGPL-2.1"
88             ],
89             "authors": [
90                 {
91                     "name": "John Lim",
92                     "email": "jlim@natsoft.com",
93                     "role": "Author"
94                 },
95                 {
96                     "name": "Damien Regad",
97                     "role": "Current maintainer"
98                 },
99                 {
100                     "name": "Mark Newnham",
101                     "role": "Developer"
102                 }
103             ],
104             "description": "ADOdb is a PHP database abstraction layer library",
105             "homepage": "http://adodb.org/",
106             "keywords": [
107                 "abstraction",
108                 "database",
109                 "layer",
110                 "library",
111                 "php"
112             ],
113             "time": "2016-12-21T17:19:42+00:00"
114         },
115         {
116             "name": "doctrine/annotations",
117             "version": "v1.3.1",
118             "source": {
119                 "type": "git",
120                 "url": "https://github.com/doctrine/annotations.git",
121                 "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558"
122             },
123             "dist": {
124                 "type": "zip",
125                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
126                 "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
127                 "shasum": ""
128             },
129             "require": {
130                 "doctrine/lexer": "1.*",
131                 "php": "^5.6 || ^7.0"
132             },
133             "require-dev": {
134                 "doctrine/cache": "1.*",
135                 "phpunit/phpunit": "^5.6.1"
136             },
137             "type": "library",
138             "extra": {
139                 "branch-alias": {
140                     "dev-master": "1.4.x-dev"
141                 }
142             },
143             "autoload": {
144                 "psr-4": {
145                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
146                 }
147             },
148             "notification-url": "https://packagist.org/downloads/",
149             "license": [
150                 "MIT"
151             ],
152             "authors": [
153                 {
154                     "name": "Roman Borschel",
155                     "email": "roman@code-factory.org"
156                 },
157                 {
158                     "name": "Benjamin Eberlei",
159                     "email": "kontakt@beberlei.de"
160                 },
161                 {
162                     "name": "Guilherme Blanco",
163                     "email": "guilhermeblanco@gmail.com"
164                 },
165                 {
166                     "name": "Jonathan Wage",
167                     "email": "jonwage@gmail.com"
168                 },
169                 {
170                     "name": "Johannes Schmitt",
171                     "email": "schmittjoh@gmail.com"
172                 }
173             ],
174             "description": "Docblock Annotations Parser",
175             "homepage": "http://www.doctrine-project.org",
176             "keywords": [
177                 "annotations",
178                 "docblock",
179                 "parser"
180             ],
181             "time": "2016-12-30T15:59:45+00:00"
182         },
183         {
184             "name": "doctrine/cache",
185             "version": "v1.6.1",
186             "source": {
187                 "type": "git",
188                 "url": "https://github.com/doctrine/cache.git",
189                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
190             },
191             "dist": {
192                 "type": "zip",
193                 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
194                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
195                 "shasum": ""
196             },
197             "require": {
198                 "php": "~5.5|~7.0"
199             },
200             "conflict": {
201                 "doctrine/common": ">2.2,<2.4"
202             },
203             "require-dev": {
204                 "phpunit/phpunit": "~4.8|~5.0",
205                 "predis/predis": "~1.0",
206                 "satooshi/php-coveralls": "~0.6"
207             },
208             "type": "library",
209             "extra": {
210                 "branch-alias": {
211                     "dev-master": "1.6.x-dev"
212                 }
213             },
214             "autoload": {
215                 "psr-4": {
216                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
217                 }
218             },
219             "notification-url": "https://packagist.org/downloads/",
220             "license": [
221                 "MIT"
222             ],
223             "authors": [
224                 {
225                     "name": "Roman Borschel",
226                     "email": "roman@code-factory.org"
227                 },
228                 {
229                     "name": "Benjamin Eberlei",
230                     "email": "kontakt@beberlei.de"
231                 },
232                 {
233                     "name": "Guilherme Blanco",
234                     "email": "guilhermeblanco@gmail.com"
235                 },
236                 {
237                     "name": "Jonathan Wage",
238                     "email": "jonwage@gmail.com"
239                 },
240                 {
241                     "name": "Johannes Schmitt",
242                     "email": "schmittjoh@gmail.com"
243                 }
244             ],
245             "description": "Caching library offering an object-oriented API for many cache backends",
246             "homepage": "http://www.doctrine-project.org",
247             "keywords": [
248                 "cache",
249                 "caching"
250             ],
251             "time": "2016-10-29T11:16:17+00:00"
252         },
253         {
254             "name": "doctrine/collections",
255             "version": "v1.4.0",
256             "source": {
257                 "type": "git",
258                 "url": "https://github.com/doctrine/collections.git",
259                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
260             },
261             "dist": {
262                 "type": "zip",
263                 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
264                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
265                 "shasum": ""
266             },
267             "require": {
268                 "php": "^5.6 || ^7.0"
269             },
270             "require-dev": {
271                 "doctrine/coding-standard": "~0.1@dev",
272                 "phpunit/phpunit": "^5.7"
273             },
274             "type": "library",
275             "extra": {
276                 "branch-alias": {
277                     "dev-master": "1.3.x-dev"
278                 }
279             },
280             "autoload": {
281                 "psr-0": {
282                     "Doctrine\\Common\\Collections\\": "lib/"
283                 }
284             },
285             "notification-url": "https://packagist.org/downloads/",
286             "license": [
287                 "MIT"
288             ],
289             "authors": [
290                 {
291                     "name": "Roman Borschel",
292                     "email": "roman@code-factory.org"
293                 },
294                 {
295                     "name": "Benjamin Eberlei",
296                     "email": "kontakt@beberlei.de"
297                 },
298                 {
299                     "name": "Guilherme Blanco",
300                     "email": "guilhermeblanco@gmail.com"
301                 },
302                 {
303                     "name": "Jonathan Wage",
304                     "email": "jonwage@gmail.com"
305                 },
306                 {
307                     "name": "Johannes Schmitt",
308                     "email": "schmittjoh@gmail.com"
309                 }
310             ],
311             "description": "Collections Abstraction library",
312             "homepage": "http://www.doctrine-project.org",
313             "keywords": [
314                 "array",
315                 "collections",
316                 "iterator"
317             ],
318             "time": "2017-01-03T10:49:41+00:00"
319         },
320         {
321             "name": "doctrine/common",
322             "version": "v2.5.0",
323             "source": {
324                 "type": "git",
325                 "url": "https://github.com/doctrine/common.git",
326                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
327             },
328             "dist": {
329                 "type": "zip",
330                 "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
331                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
332                 "shasum": ""
333             },
334             "require": {
335                 "doctrine/annotations": "1.*",
336                 "doctrine/cache": "1.*",
337                 "doctrine/collections": "1.*",
338                 "doctrine/inflector": "1.*",
339                 "doctrine/lexer": "1.*",
340                 "php": ">=5.3.2"
341             },
342             "require-dev": {
343                 "phpunit/phpunit": "~3.7"
344             },
345             "type": "library",
346             "extra": {
347                 "branch-alias": {
348                     "dev-master": "2.6.x-dev"
349                 }
350             },
351             "autoload": {
352                 "psr-0": {
353                     "Doctrine\\Common\\": "lib/"
354                 }
355             },
356             "notification-url": "https://packagist.org/downloads/",
357             "license": [
358                 "MIT"
359             ],
360             "authors": [
361                 {
362                     "name": "Roman Borschel",
363                     "email": "roman@code-factory.org"
364                 },
365                 {
366                     "name": "Benjamin Eberlei",
367                     "email": "kontakt@beberlei.de"
368                 },
369                 {
370                     "name": "Guilherme Blanco",
371                     "email": "guilhermeblanco@gmail.com"
372                 },
373                 {
374                     "name": "Jonathan Wage",
375                     "email": "jonwage@gmail.com"
376                 },
377                 {
378                     "name": "Johannes Schmitt",
379                     "email": "schmittjoh@gmail.com"
380                 }
381             ],
382             "description": "Common Library for Doctrine projects",
383             "homepage": "http://www.doctrine-project.org",
384             "keywords": [
385                 "annotations",
386                 "collections",
387                 "eventmanager",
388                 "persistence",
389                 "spl"
390             ],
391             "time": "2015-04-02T19:55:44+00:00"
392         },
393         {
394             "name": "doctrine/couchdb",
395             "version": "1.0.0-beta2",
396             "source": {
397                 "type": "git",
398                 "url": "https://github.com/doctrine/couchdb-client.git",
399                 "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4"
400             },
401             "dist": {
402                 "type": "zip",
403                 "url": "https://api.github.com/repos/doctrine/couchdb-client/zipball/5e8d808eba8d790d178e5558c182c648a12ec8e4",
404                 "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4",
405                 "shasum": ""
406             },
407             "require": {
408                 "doctrine/common": "@stable",
409                 "php": ">=5.3.2"
410             },
411             "type": "library",
412             "extra": {
413                 "branch-alias": {
414                     "dev-master": "1.0-dev"
415                 }
416             },
417             "autoload": {
418                 "psr-0": {
419                     "Doctrine\\CouchDB": "lib/"
420                 }
421             },
422             "notification-url": "https://packagist.org/downloads/",
423             "license": [
424                 "LGPL"
425             ],
426             "authors": [
427                 {
428                     "name": "Benjamin Eberlei",
429                     "email": "kontakt@beberlei.de"
430                 },
431                 {
432                     "name": "Lukas Kahwe Smith",
433                     "email": "smith@pooteeweet.org"
434                 }
435             ],
436             "description": "CouchDB Client",
437             "homepage": "http://www.doctrine-project.org",
438             "keywords": [
439                 "couchdb",
440                 "persistence"
441             ],
442             "time": "2015-07-06T16:08:10+00:00"
443         },
444         {
445             "name": "doctrine/dbal",
446             "version": "v2.5.10",
447             "source": {
448                 "type": "git",
449                 "url": "https://github.com/doctrine/dbal.git",
450                 "reference": "fc376f7a61498e18520cd6fa083752a4ca08072b"
451             },
452             "dist": {
453                 "type": "zip",
454                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/fc376f7a61498e18520cd6fa083752a4ca08072b",
455                 "reference": "fc376f7a61498e18520cd6fa083752a4ca08072b",
456                 "shasum": ""
457             },
458             "require": {
459                 "doctrine/common": ">=2.4,<2.8-dev",
460                 "php": ">=5.3.2"
461             },
462             "require-dev": {
463                 "phpunit/phpunit": "4.*",
464                 "symfony/console": "2.*||^3.0"
465             },
466             "suggest": {
467                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
468             },
469             "bin": [
470                 "bin/doctrine-dbal"
471             ],
472             "type": "library",
473             "extra": {
474                 "branch-alias": {
475                     "dev-master": "2.5.x-dev"
476                 }
477             },
478             "autoload": {
479                 "psr-0": {
480                     "Doctrine\\DBAL\\": "lib/"
481                 }
482             },
483             "notification-url": "https://packagist.org/downloads/",
484             "license": [
485                 "MIT"
486             ],
487             "authors": [
488                 {
489                     "name": "Roman Borschel",
490                     "email": "roman@code-factory.org"
491                 },
492                 {
493                     "name": "Benjamin Eberlei",
494                     "email": "kontakt@beberlei.de"
495                 },
496                 {
497                     "name": "Guilherme Blanco",
498                     "email": "guilhermeblanco@gmail.com"
499                 },
500                 {
501                     "name": "Jonathan Wage",
502                     "email": "jonwage@gmail.com"
503                 }
504             ],
505             "description": "Database Abstraction Layer",
506             "homepage": "http://www.doctrine-project.org",
507             "keywords": [
508                 "database",
509                 "dbal",
510                 "persistence",
511                 "queryobject"
512             ],
513             "time": "2017-01-23T23:17:10+00:00"
514         },
515         {
516             "name": "doctrine/inflector",
517             "version": "v1.1.0",
518             "source": {
519                 "type": "git",
520                 "url": "https://github.com/doctrine/inflector.git",
521                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
522             },
523             "dist": {
524                 "type": "zip",
525                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
526                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
527                 "shasum": ""
528             },
529             "require": {
530                 "php": ">=5.3.2"
531             },
532             "require-dev": {
533                 "phpunit/phpunit": "4.*"
534             },
535             "type": "library",
536             "extra": {
537                 "branch-alias": {
538                     "dev-master": "1.1.x-dev"
539                 }
540             },
541             "autoload": {
542                 "psr-0": {
543                     "Doctrine\\Common\\Inflector\\": "lib/"
544                 }
545             },
546             "notification-url": "https://packagist.org/downloads/",
547             "license": [
548                 "MIT"
549             ],
550             "authors": [
551                 {
552                     "name": "Roman Borschel",
553                     "email": "roman@code-factory.org"
554                 },
555                 {
556                     "name": "Benjamin Eberlei",
557                     "email": "kontakt@beberlei.de"
558                 },
559                 {
560                     "name": "Guilherme Blanco",
561                     "email": "guilhermeblanco@gmail.com"
562                 },
563                 {
564                     "name": "Jonathan Wage",
565                     "email": "jonwage@gmail.com"
566                 },
567                 {
568                     "name": "Johannes Schmitt",
569                     "email": "schmittjoh@gmail.com"
570                 }
571             ],
572             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
573             "homepage": "http://www.doctrine-project.org",
574             "keywords": [
575                 "inflection",
576                 "pluralize",
577                 "singularize",
578                 "string"
579             ],
580             "time": "2015-11-06T14:35:42+00:00"
581         },
582         {
583             "name": "doctrine/instantiator",
584             "version": "1.0.5",
585             "source": {
586                 "type": "git",
587                 "url": "https://github.com/doctrine/instantiator.git",
588                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
589             },
590             "dist": {
591                 "type": "zip",
592                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
593                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
594                 "shasum": ""
595             },
596             "require": {
597                 "php": ">=5.3,<8.0-DEV"
598             },
599             "require-dev": {
600                 "athletic/athletic": "~0.1.8",
601                 "ext-pdo": "*",
602                 "ext-phar": "*",
603                 "phpunit/phpunit": "~4.0",
604                 "squizlabs/php_codesniffer": "~2.0"
605             },
606             "type": "library",
607             "extra": {
608                 "branch-alias": {
609                     "dev-master": "1.0.x-dev"
610                 }
611             },
612             "autoload": {
613                 "psr-4": {
614                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
615                 }
616             },
617             "notification-url": "https://packagist.org/downloads/",
618             "license": [
619                 "MIT"
620             ],
621             "authors": [
622                 {
623                     "name": "Marco Pivetta",
624                     "email": "ocramius@gmail.com",
625                     "homepage": "http://ocramius.github.com/"
626                 }
627             ],
628             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
629             "homepage": "https://github.com/doctrine/instantiator",
630             "keywords": [
631                 "constructor",
632                 "instantiate"
633             ],
634             "time": "2015-06-14T21:17:01+00:00"
635         },
636         {
637             "name": "doctrine/lexer",
638             "version": "v1.0.1",
639             "source": {
640                 "type": "git",
641                 "url": "https://github.com/doctrine/lexer.git",
642                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
643             },
644             "dist": {
645                 "type": "zip",
646                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
647                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
648                 "shasum": ""
649             },
650             "require": {
651                 "php": ">=5.3.2"
652             },
653             "type": "library",
654             "extra": {
655                 "branch-alias": {
656                     "dev-master": "1.0.x-dev"
657                 }
658             },
659             "autoload": {
660                 "psr-0": {
661                     "Doctrine\\Common\\Lexer\\": "lib/"
662                 }
663             },
664             "notification-url": "https://packagist.org/downloads/",
665             "license": [
666                 "MIT"
667             ],
668             "authors": [
669                 {
670                     "name": "Roman Borschel",
671                     "email": "roman@code-factory.org"
672                 },
673                 {
674                     "name": "Guilherme Blanco",
675                     "email": "guilhermeblanco@gmail.com"
676                 },
677                 {
678                     "name": "Johannes Schmitt",
679                     "email": "schmittjoh@gmail.com"
680                 }
681             ],
682             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
683             "homepage": "http://www.doctrine-project.org",
684             "keywords": [
685                 "lexer",
686                 "parser"
687             ],
688             "time": "2014-09-09T13:34:57+00:00"
689         },
690         {
691             "name": "doctrine/orm",
692             "version": "v2.5.5",
693             "source": {
694                 "type": "git",
695                 "url": "https://github.com/doctrine/doctrine2.git",
696                 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45"
697             },
698             "dist": {
699                 "type": "zip",
700                 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
701                 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
702                 "shasum": ""
703             },
704             "require": {
705                 "doctrine/cache": "~1.4",
706                 "doctrine/collections": "~1.2",
707                 "doctrine/common": ">=2.5-dev,<2.7-dev",
708                 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
709                 "doctrine/instantiator": "~1.0.1",
710                 "ext-pdo": "*",
711                 "php": ">=5.4",
712                 "symfony/console": "~2.5|~3.0"
713             },
714             "require-dev": {
715                 "phpunit/phpunit": "~4.0",
716                 "symfony/yaml": "~2.3|~3.0"
717             },
718             "suggest": {
719                 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
720             },
721             "bin": [
722                 "bin/doctrine",
723                 "bin/doctrine.php"
724             ],
725             "type": "library",
726             "extra": {
727                 "branch-alias": {
728                     "dev-master": "2.6.x-dev"
729                 }
730             },
731             "autoload": {
732                 "psr-0": {
733                     "Doctrine\\ORM\\": "lib/"
734                 }
735             },
736             "notification-url": "https://packagist.org/downloads/",
737             "license": [
738                 "MIT"
739             ],
740             "authors": [
741                 {
742                     "name": "Roman Borschel",
743                     "email": "roman@code-factory.org"
744                 },
745                 {
746                     "name": "Benjamin Eberlei",
747                     "email": "kontakt@beberlei.de"
748                 },
749                 {
750                     "name": "Guilherme Blanco",
751                     "email": "guilhermeblanco@gmail.com"
752                 },
753                 {
754                     "name": "Jonathan Wage",
755                     "email": "jonwage@gmail.com"
756                 }
757             ],
758             "description": "Object-Relational-Mapper for PHP",
759             "homepage": "http://www.doctrine-project.org",
760             "keywords": [
761                 "database",
762                 "orm"
763             ],
764             "time": "2016-09-10T18:51:13+00:00"
765         },
766         {
767             "name": "dompdf/dompdf",
768             "version": "v0.7.0",
769             "source": {
770                 "type": "git",
771                 "url": "https://github.com/dompdf/dompdf.git",
772                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
773             },
774             "dist": {
775                 "type": "zip",
776                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
777                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
778                 "shasum": ""
779             },
780             "require": {
781                 "ext-dom": "*",
782                 "ext-gd": "*",
783                 "ext-mbstring": "*",
784                 "phenx/php-font-lib": "0.4.*",
785                 "phenx/php-svg-lib": "0.1.*",
786                 "php": ">=5.3.0"
787             },
788             "require-dev": {
789                 "phpunit/phpunit": "3.7.*"
790             },
791             "type": "library",
792             "extra": {
793                 "branch-alias": {
794                     "dev-develop": "0.7-dev"
795                 }
796             },
797             "autoload": {
798                 "psr-4": {
799                     "Dompdf\\": "src/"
800                 },
801                 "classmap": [
802                     "lib/"
803                 ]
804             },
805             "notification-url": "https://packagist.org/downloads/",
806             "license": [
807                 "LGPL-2.1"
808             ],
809             "authors": [
810                 {
811                     "name": "Fabien Ménager",
812                     "email": "fabien.menager@gmail.com"
813                 },
814                 {
815                     "name": "Brian Sweeney",
816                     "email": "eclecticgeek@gmail.com"
817                 },
818                 {
819                     "name": "Gabriel Bull",
820                     "email": "me@gabrielbull.com"
821                 }
822             ],
823             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
824             "homepage": "https://github.com/dompdf/dompdf",
825             "time": "2016-05-11T00:36:29+00:00"
826         },
827         {
828             "name": "illuminate/contracts",
829             "version": "v5.4.0",
830             "source": {
831                 "type": "git",
832                 "url": "https://github.com/illuminate/contracts.git",
833                 "reference": "4ec919d294aca396d172e644b243b49885cd2cc7"
834             },
835             "dist": {
836                 "type": "zip",
837                 "url": "https://api.github.com/repos/illuminate/contracts/zipball/4ec919d294aca396d172e644b243b49885cd2cc7",
838                 "reference": "4ec919d294aca396d172e644b243b49885cd2cc7",
839                 "shasum": ""
840             },
841             "require": {
842                 "php": ">=5.6.4"
843             },
844             "type": "library",
845             "extra": {
846                 "branch-alias": {
847                     "dev-master": "5.4-dev"
848                 }
849             },
850             "autoload": {
851                 "psr-4": {
852                     "Illuminate\\Contracts\\": ""
853                 }
854             },
855             "notification-url": "https://packagist.org/downloads/",
856             "license": [
857                 "MIT"
858             ],
859             "authors": [
860                 {
861                     "name": "Taylor Otwell",
862                     "email": "taylor@laravel.com"
863                 }
864             ],
865             "description": "The Illuminate Contracts package.",
866             "homepage": "https://laravel.com",
867             "time": "2017-01-18T20:23:54+00:00"
868         },
869         {
870             "name": "illuminate/support",
871             "version": "v5.4.0",
872             "source": {
873                 "type": "git",
874                 "url": "https://github.com/illuminate/support.git",
875                 "reference": "7abd69eb3f83004664ab40f8e9c6914935c30752"
876             },
877             "dist": {
878                 "type": "zip",
879                 "url": "https://api.github.com/repos/illuminate/support/zipball/7abd69eb3f83004664ab40f8e9c6914935c30752",
880                 "reference": "7abd69eb3f83004664ab40f8e9c6914935c30752",
881                 "shasum": ""
882             },
883             "require": {
884                 "doctrine/inflector": "~1.0",
885                 "ext-mbstring": "*",
886                 "illuminate/contracts": "5.4.*",
887                 "paragonie/random_compat": "~1.4|~2.0",
888                 "php": ">=5.6.4"
889             },
890             "replace": {
891                 "tightenco/collect": "self.version"
892             },
893             "suggest": {
894                 "illuminate/filesystem": "Required to use the composer class (5.2.*).",
895                 "symfony/process": "Required to use the composer class (~3.2).",
896                 "symfony/var-dumper": "Required to use the dd function (~3.2)."
897             },
898             "type": "library",
899             "extra": {
900                 "branch-alias": {
901                     "dev-master": "5.4-dev"
902                 }
903             },
904             "autoload": {
905                 "psr-4": {
906                     "Illuminate\\Support\\": ""
907                 },
908                 "files": [
909                     "helpers.php"
910                 ]
911             },
912             "notification-url": "https://packagist.org/downloads/",
913             "license": [
914                 "MIT"
915             ],
916             "authors": [
917                 {
918                     "name": "Taylor Otwell",
919                     "email": "taylor@laravel.com"
920                 }
921             ],
922             "description": "The Illuminate Support package.",
923             "homepage": "https://laravel.com",
924             "time": "2017-01-24T13:12:44+00:00"
925         },
926         {
927             "name": "ircmaxell/password-compat",
928             "version": "v1.0.4",
929             "source": {
930                 "type": "git",
931                 "url": "https://github.com/ircmaxell/password_compat.git",
932                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
933             },
934             "dist": {
935                 "type": "zip",
936                 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
937                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
938                 "shasum": ""
939             },
940             "require-dev": {
941                 "phpunit/phpunit": "4.*"
942             },
943             "type": "library",
944             "autoload": {
945                 "files": [
946                     "lib/password.php"
947                 ]
948             },
949             "notification-url": "https://packagist.org/downloads/",
950             "license": [
951                 "MIT"
952             ],
953             "authors": [
954                 {
955                     "name": "Anthony Ferrara",
956                     "email": "ircmaxell@php.net",
957                     "homepage": "http://blog.ircmaxell.com"
958                 }
959             ],
960             "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
961             "homepage": "https://github.com/ircmaxell/password_compat",
962             "keywords": [
963                 "hashing",
964                 "password"
965             ],
966             "time": "2014-11-20T16:49:30+00:00"
967         },
968         {
969             "name": "mpdf/mpdf",
970             "version": "v6.1.3",
971             "source": {
972                 "type": "git",
973                 "url": "https://github.com/mpdf/mpdf.git",
974                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97"
975             },
976             "dist": {
977                 "type": "zip",
978                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97",
979                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97",
980                 "shasum": ""
981             },
982             "require": {
983                 "ext-mbstring": "*",
984                 "php": ">=5.4.0",
985                 "setasign/fpdi": "1.6.*"
986             },
987             "require-dev": {
988                 "phpunit/phpunit": "^4.7"
989             },
990             "suggest": {
991                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
992             },
993             "type": "library",
994             "autoload": {
995                 "classmap": [
996                     "mpdf.php",
997                     "classes"
998                 ]
999             },
1000             "notification-url": "https://packagist.org/downloads/",
1001             "license": [
1002                 "GPL-2.0"
1003             ],
1004             "authors": [
1005                 {
1006                     "name": "Ian Back",
1007                     "role": "Developer"
1008                 }
1009             ],
1010             "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
1011             "homepage": "http://mpdf.github.io",
1012             "keywords": [
1013                 "pdf",
1014                 "php",
1015                 "utf-8"
1016             ],
1017             "time": "2016-12-12T10:42:18+00:00"
1018         },
1019         {
1020             "name": "paragonie/random_compat",
1021             "version": "v2.0.4",
1022             "source": {
1023                 "type": "git",
1024                 "url": "https://github.com/paragonie/random_compat.git",
1025                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
1026             },
1027             "dist": {
1028                 "type": "zip",
1029                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
1030                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
1031                 "shasum": ""
1032             },
1033             "require": {
1034                 "php": ">=5.2.0"
1035             },
1036             "require-dev": {
1037                 "phpunit/phpunit": "4.*|5.*"
1038             },
1039             "suggest": {
1040                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1041             },
1042             "type": "library",
1043             "autoload": {
1044                 "files": [
1045                     "lib/random.php"
1046                 ]
1047             },
1048             "notification-url": "https://packagist.org/downloads/",
1049             "license": [
1050                 "MIT"
1051             ],
1052             "authors": [
1053                 {
1054                     "name": "Paragon Initiative Enterprises",
1055                     "email": "security@paragonie.com",
1056                     "homepage": "https://paragonie.com"
1057                 }
1058             ],
1059             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1060             "keywords": [
1061                 "csprng",
1062                 "pseudorandom",
1063                 "random"
1064             ],
1065             "time": "2016-11-07T23:38:38+00:00"
1066         },
1067         {
1068             "name": "phenx/php-font-lib",
1069             "version": "0.4",
1070             "source": {
1071                 "type": "git",
1072                 "url": "https://github.com/PhenX/php-font-lib.git",
1073                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
1074             },
1075             "dist": {
1076                 "type": "zip",
1077                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1078                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1079                 "shasum": ""
1080             },
1081             "type": "library",
1082             "autoload": {
1083                 "psr-0": {
1084                     "FontLib\\": "src/"
1085                 }
1086             },
1087             "notification-url": "https://packagist.org/downloads/",
1088             "license": [
1089                 "LGPL-3.0"
1090             ],
1091             "authors": [
1092                 {
1093                     "name": "Fabien Ménager",
1094                     "email": "fabien.menager@gmail.com"
1095                 }
1096             ],
1097             "description": "A library to read, parse, export and make subsets of different types of font files.",
1098             "homepage": "https://github.com/PhenX/php-font-lib",
1099             "time": "2015-05-06T20:02:39+00:00"
1100         },
1101         {
1102             "name": "phenx/php-svg-lib",
1103             "version": "0.1",
1104             "source": {
1105                 "type": "git",
1106                 "url": "https://github.com/PhenX/php-svg-lib.git",
1107                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
1108             },
1109             "dist": {
1110                 "type": "zip",
1111                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
1112                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
1113                 "shasum": ""
1114             },
1115             "type": "library",
1116             "autoload": {
1117                 "psr-0": {
1118                     "Svg\\": "src/"
1119                 }
1120             },
1121             "notification-url": "https://packagist.org/downloads/",
1122             "license": [
1123                 "LGPL-3.0"
1124             ],
1125             "authors": [
1126                 {
1127                     "name": "Fabien Ménager",
1128                     "email": "fabien.menager@gmail.com"
1129                 }
1130             ],
1131             "description": "A library to read, parse and export to PDF SVG files.",
1132             "homepage": "https://github.com/PhenX/php-svg-lib",
1133             "time": "2015-05-06T18:49:49+00:00"
1134         },
1135         {
1136             "name": "phpmailer/phpmailer",
1137             "version": "v5.2.16",
1138             "source": {
1139                 "type": "git",
1140                 "url": "https://github.com/PHPMailer/PHPMailer.git",
1141                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
1142             },
1143             "dist": {
1144                 "type": "zip",
1145                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1146                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1147                 "shasum": ""
1148             },
1149             "require": {
1150                 "php": ">=5.0.0"
1151             },
1152             "require-dev": {
1153                 "phpdocumentor/phpdocumentor": "*",
1154                 "phpunit/phpunit": "4.7.*"
1155             },
1156             "suggest": {
1157                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
1158             },
1159             "type": "library",
1160             "autoload": {
1161                 "classmap": [
1162                     "class.phpmailer.php",
1163                     "class.phpmaileroauth.php",
1164                     "class.phpmaileroauthgoogle.php",
1165                     "class.smtp.php",
1166                     "class.pop3.php",
1167                     "extras/EasyPeasyICS.php",
1168                     "extras/ntlm_sasl_client.php"
1169                 ]
1170             },
1171             "notification-url": "https://packagist.org/downloads/",
1172             "license": [
1173                 "LGPL-2.1"
1174             ],
1175             "authors": [
1176                 {
1177                     "name": "Jim Jagielski",
1178                     "email": "jimjag@gmail.com"
1179                 },
1180                 {
1181                     "name": "Marcus Bointon",
1182                     "email": "phpmailer@synchromedia.co.uk"
1183                 },
1184                 {
1185                     "name": "Andy Prevost",
1186                     "email": "codeworxtech@users.sourceforge.net"
1187                 },
1188                 {
1189                     "name": "Brent R. Matzelle"
1190                 }
1191             ],
1192             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
1193             "time": "2016-06-06T09:09:37+00:00"
1194         },
1195         {
1196             "name": "phpseclib/phpseclib",
1197             "version": "2.0.2",
1198             "source": {
1199                 "type": "git",
1200                 "url": "https://github.com/phpseclib/phpseclib.git",
1201                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
1202             },
1203             "dist": {
1204                 "type": "zip",
1205                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1206                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1207                 "shasum": ""
1208             },
1209             "require": {
1210                 "php": ">=5.3.3"
1211             },
1212             "require-dev": {
1213                 "phing/phing": "~2.7",
1214                 "phpunit/phpunit": "~4.0",
1215                 "sami/sami": "~2.0",
1216                 "squizlabs/php_codesniffer": "~2.0"
1217             },
1218             "suggest": {
1219                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1220                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1221                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1222                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1223             },
1224             "type": "library",
1225             "autoload": {
1226                 "files": [
1227                     "phpseclib/bootstrap.php"
1228                 ],
1229                 "psr-4": {
1230                     "phpseclib\\": "phpseclib/"
1231                 }
1232             },
1233             "notification-url": "https://packagist.org/downloads/",
1234             "license": [
1235                 "MIT"
1236             ],
1237             "authors": [
1238                 {
1239                     "name": "Jim Wigginton",
1240                     "email": "terrafrost@php.net",
1241                     "role": "Lead Developer"
1242                 },
1243                 {
1244                     "name": "Patrick Monnerat",
1245                     "email": "pm@datasphere.ch",
1246                     "role": "Developer"
1247                 },
1248                 {
1249                     "name": "Andreas Fischer",
1250                     "email": "bantu@phpbb.com",
1251                     "role": "Developer"
1252                 },
1253                 {
1254                     "name": "Hans-Jürgen Petrich",
1255                     "email": "petrich@tronic-media.com",
1256                     "role": "Developer"
1257                 },
1258                 {
1259                     "name": "Graham Campbell",
1260                     "email": "graham@alt-three.com",
1261                     "role": "Developer"
1262                 }
1263             ],
1264             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1265             "homepage": "http://phpseclib.sourceforge.net",
1266             "keywords": [
1267                 "BigInteger",
1268                 "aes",
1269                 "asn.1",
1270                 "asn1",
1271                 "blowfish",
1272                 "crypto",
1273                 "cryptography",
1274                 "encryption",
1275                 "rsa",
1276                 "security",
1277                 "sftp",
1278                 "signature",
1279                 "signing",
1280                 "ssh",
1281                 "twofish",
1282                 "x.509",
1283                 "x509"
1284             ],
1285             "time": "2016-05-13T01:15:21+00:00"
1286         },
1287         {
1288             "name": "psr/log",
1289             "version": "1.0.2",
1290             "source": {
1291                 "type": "git",
1292                 "url": "https://github.com/php-fig/log.git",
1293                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1294             },
1295             "dist": {
1296                 "type": "zip",
1297                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1298                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1299                 "shasum": ""
1300             },
1301             "require": {
1302                 "php": ">=5.3.0"
1303             },
1304             "type": "library",
1305             "extra": {
1306                 "branch-alias": {
1307                     "dev-master": "1.0.x-dev"
1308                 }
1309             },
1310             "autoload": {
1311                 "psr-4": {
1312                     "Psr\\Log\\": "Psr/Log/"
1313                 }
1314             },
1315             "notification-url": "https://packagist.org/downloads/",
1316             "license": [
1317                 "MIT"
1318             ],
1319             "authors": [
1320                 {
1321                     "name": "PHP-FIG",
1322                     "homepage": "http://www.php-fig.org/"
1323                 }
1324             ],
1325             "description": "Common interface for logging libraries",
1326             "homepage": "https://github.com/php-fig/log",
1327             "keywords": [
1328                 "log",
1329                 "psr",
1330                 "psr-3"
1331             ],
1332             "time": "2016-10-10T12:19:37+00:00"
1333         },
1334         {
1335             "name": "rospdf/pdf-php",
1336             "version": "0.12.22",
1337             "source": {
1338                 "type": "git",
1339                 "url": "https://github.com/rospdf/pdf-php.git",
1340                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
1341             },
1342             "dist": {
1343                 "type": "zip",
1344                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
1345                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
1346                 "shasum": ""
1347             },
1348             "require": {
1349                 "php": ">=5.3.2"
1350             },
1351             "require-dev": {
1352                 "squizlabs/php_codesniffer": "2.*"
1353             },
1354             "type": "library",
1355             "extra": {
1356                 "branch-alias": {
1357                     "dev-experimental": "0.13.x-dev",
1358                     "dev-master": "0.12.x-dev"
1359                 }
1360             },
1361             "autoload": {
1362                 "files": [
1363                     "src/Cpdf.php",
1364                     "src/Cezpdf.php"
1365                 ]
1366             },
1367             "notification-url": "https://packagist.org/downloads/",
1368             "license": [
1369                 "GPL-3.0"
1370             ],
1371             "authors": [
1372                 {
1373                     "name": "Ole Koeckemann",
1374                     "email": "ole1986@users.sourceforge.net",
1375                     "role": "Developer"
1376                 },
1377                 {
1378                     "name": "Lars Olesen",
1379                     "email": "lars@intraface.dk",
1380                     "role": "Developer"
1381                 },
1382                 {
1383                     "name": "Wayne Munro",
1384                     "email": "pdf@ros.co.nz",
1385                     "role": "Inactive"
1386                 }
1387             ],
1388             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
1389             "homepage": "https://github.com/rospdf/pdf-php",
1390             "time": "2016-06-01T21:36:09+00:00"
1391         },
1392         {
1393             "name": "setasign/fpdi",
1394             "version": "1.6.1",
1395             "source": {
1396                 "type": "git",
1397                 "url": "https://github.com/Setasign/FPDI.git",
1398                 "reference": "5b899b2b41463bf261aa69840fd30b50950a500c"
1399             },
1400             "dist": {
1401                 "type": "zip",
1402                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/5b899b2b41463bf261aa69840fd30b50950a500c",
1403                 "reference": "5b899b2b41463bf261aa69840fd30b50950a500c",
1404                 "shasum": ""
1405             },
1406             "suggest": {
1407                 "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
1408                 "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
1409                 "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
1410             },
1411             "type": "library",
1412             "autoload": {
1413                 "classmap": [
1414                     "filters/",
1415                     "fpdi.php",
1416                     "fpdf_tpl.php",
1417                     "fpdi_pdf_parser.php",
1418                     "pdf_context.php"
1419                 ]
1420             },
1421             "notification-url": "https://packagist.org/downloads/",
1422             "license": [
1423                 "MIT"
1424             ],
1425             "authors": [
1426                 {
1427                     "name": "Jan Slabon",
1428                     "email": "jan.slabon@setasign.com",
1429                     "homepage": "https://www.setasign.com"
1430                 }
1431             ],
1432             "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
1433             "homepage": "https://www.setasign.com/fpdi",
1434             "keywords": [
1435                 "fpdf",
1436                 "fpdi",
1437                 "pdf"
1438             ],
1439             "time": "2015-11-30T10:53:14+00:00"
1440         },
1441         {
1442             "name": "smarty/smarty",
1443             "version": "v2.6.29",
1444             "source": {
1445                 "type": "git",
1446                 "url": "https://github.com/smarty-php/smarty.git",
1447                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
1448             },
1449             "dist": {
1450                 "type": "zip",
1451                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1452                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1453                 "shasum": ""
1454             },
1455             "require": {
1456                 "php": ">=5.2"
1457             },
1458             "type": "library",
1459             "extra": {
1460                 "branch-alias": {
1461                     "dev-master": "2.6.x-dev"
1462                 }
1463             },
1464             "autoload": {
1465                 "classmap": [
1466                     "libs/Smarty.class.php",
1467                     "libs/Smarty_Compiler.class.php",
1468                     "libs/Config_File.class.php"
1469                 ]
1470             },
1471             "notification-url": "https://packagist.org/downloads/",
1472             "license": [
1473                 "LGPL-3.0"
1474             ],
1475             "authors": [
1476                 {
1477                     "name": "Monte Ohrt",
1478                     "email": "monte@ohrt.com"
1479                 },
1480                 {
1481                     "name": "Uwe Tews",
1482                     "email": "uwe.tews@googlemail.com"
1483                 }
1484             ],
1485             "description": "Smarty - the compiling PHP template engine",
1486             "homepage": "http://www.smarty.net",
1487             "keywords": [
1488                 "templating"
1489             ],
1490             "time": "2015-06-21T13:10:14+00:00"
1491         },
1492         {
1493             "name": "symfony/console",
1494             "version": "v3.2.2",
1495             "source": {
1496                 "type": "git",
1497                 "url": "https://github.com/symfony/console.git",
1498                 "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd"
1499             },
1500             "dist": {
1501                 "type": "zip",
1502                 "url": "https://api.github.com/repos/symfony/console/zipball/4f9e449e76996adf310498a8ca955c6deebe29dd",
1503                 "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd",
1504                 "shasum": ""
1505             },
1506             "require": {
1507                 "php": ">=5.5.9",
1508                 "symfony/debug": "~2.8|~3.0",
1509                 "symfony/polyfill-mbstring": "~1.0"
1510             },
1511             "require-dev": {
1512                 "psr/log": "~1.0",
1513                 "symfony/event-dispatcher": "~2.8|~3.0",
1514                 "symfony/filesystem": "~2.8|~3.0",
1515                 "symfony/process": "~2.8|~3.0"
1516             },
1517             "suggest": {
1518                 "psr/log": "For using the console logger",
1519                 "symfony/event-dispatcher": "",
1520                 "symfony/filesystem": "",
1521                 "symfony/process": ""
1522             },
1523             "type": "library",
1524             "extra": {
1525                 "branch-alias": {
1526                     "dev-master": "3.2-dev"
1527                 }
1528             },
1529             "autoload": {
1530                 "psr-4": {
1531                     "Symfony\\Component\\Console\\": ""
1532                 },
1533                 "exclude-from-classmap": [
1534                     "/Tests/"
1535                 ]
1536             },
1537             "notification-url": "https://packagist.org/downloads/",
1538             "license": [
1539                 "MIT"
1540             ],
1541             "authors": [
1542                 {
1543                     "name": "Fabien Potencier",
1544                     "email": "fabien@symfony.com"
1545                 },
1546                 {
1547                     "name": "Symfony Community",
1548                     "homepage": "https://symfony.com/contributors"
1549                 }
1550             ],
1551             "description": "Symfony Console Component",
1552             "homepage": "https://symfony.com",
1553             "time": "2017-01-08T20:47:33+00:00"
1554         },
1555         {
1556             "name": "symfony/debug",
1557             "version": "v3.2.2",
1558             "source": {
1559                 "type": "git",
1560                 "url": "https://github.com/symfony/debug.git",
1561                 "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05"
1562             },
1563             "dist": {
1564                 "type": "zip",
1565                 "url": "https://api.github.com/repos/symfony/debug/zipball/810ba5c1c5352a4ddb15d4719e8936751dff0b05",
1566                 "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05",
1567                 "shasum": ""
1568             },
1569             "require": {
1570                 "php": ">=5.5.9",
1571                 "psr/log": "~1.0"
1572             },
1573             "conflict": {
1574                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1575             },
1576             "require-dev": {
1577                 "symfony/class-loader": "~2.8|~3.0",
1578                 "symfony/http-kernel": "~2.8|~3.0"
1579             },
1580             "type": "library",
1581             "extra": {
1582                 "branch-alias": {
1583                     "dev-master": "3.2-dev"
1584                 }
1585             },
1586             "autoload": {
1587                 "psr-4": {
1588                     "Symfony\\Component\\Debug\\": ""
1589                 },
1590                 "exclude-from-classmap": [
1591                     "/Tests/"
1592                 ]
1593             },
1594             "notification-url": "https://packagist.org/downloads/",
1595             "license": [
1596                 "MIT"
1597             ],
1598             "authors": [
1599                 {
1600                     "name": "Fabien Potencier",
1601                     "email": "fabien@symfony.com"
1602                 },
1603                 {
1604                     "name": "Symfony Community",
1605                     "homepage": "https://symfony.com/contributors"
1606                 }
1607             ],
1608             "description": "Symfony Debug Component",
1609             "homepage": "https://symfony.com",
1610             "time": "2017-01-02T20:32:22+00:00"
1611         },
1612         {
1613             "name": "symfony/http-foundation",
1614             "version": "v2.8.20",
1615             "source": {
1616                 "type": "git",
1617                 "url": "https://github.com/symfony/http-foundation.git",
1618                 "reference": "cfa9013809ad18514855144d14bb321cf4673561"
1619             },
1620             "dist": {
1621                 "type": "zip",
1622                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cfa9013809ad18514855144d14bb321cf4673561",
1623                 "reference": "cfa9013809ad18514855144d14bb321cf4673561",
1624                 "shasum": ""
1625             },
1626             "require": {
1627                 "php": ">=5.3.9",
1628                 "symfony/polyfill-mbstring": "~1.1",
1629                 "symfony/polyfill-php54": "~1.0",
1630                 "symfony/polyfill-php55": "~1.0"
1631             },
1632             "require-dev": {
1633                 "symfony/expression-language": "~2.4|~3.0.0"
1634             },
1635             "type": "library",
1636             "extra": {
1637                 "branch-alias": {
1638                     "dev-master": "2.8-dev"
1639                 }
1640             },
1641             "autoload": {
1642                 "psr-4": {
1643                     "Symfony\\Component\\HttpFoundation\\": ""
1644                 },
1645                 "exclude-from-classmap": [
1646                     "/Tests/"
1647                 ]
1648             },
1649             "notification-url": "https://packagist.org/downloads/",
1650             "license": [
1651                 "MIT"
1652             ],
1653             "authors": [
1654                 {
1655                     "name": "Fabien Potencier",
1656                     "email": "fabien@symfony.com"
1657                 },
1658                 {
1659                     "name": "Symfony Community",
1660                     "homepage": "https://symfony.com/contributors"
1661                 }
1662             ],
1663             "description": "Symfony HttpFoundation Component",
1664             "homepage": "https://symfony.com",
1665             "time": "2017-05-01T14:31:55+00:00"
1666         },
1667         {
1668             "name": "symfony/polyfill-mbstring",
1669             "version": "v1.3.0",
1670             "source": {
1671                 "type": "git",
1672                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1673                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1674             },
1675             "dist": {
1676                 "type": "zip",
1677                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1678                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1679                 "shasum": ""
1680             },
1681             "require": {
1682                 "php": ">=5.3.3"
1683             },
1684             "suggest": {
1685                 "ext-mbstring": "For best performance"
1686             },
1687             "type": "library",
1688             "extra": {
1689                 "branch-alias": {
1690                     "dev-master": "1.3-dev"
1691                 }
1692             },
1693             "autoload": {
1694                 "psr-4": {
1695                     "Symfony\\Polyfill\\Mbstring\\": ""
1696                 },
1697                 "files": [
1698                     "bootstrap.php"
1699                 ]
1700             },
1701             "notification-url": "https://packagist.org/downloads/",
1702             "license": [
1703                 "MIT"
1704             ],
1705             "authors": [
1706                 {
1707                     "name": "Nicolas Grekas",
1708                     "email": "p@tchwork.com"
1709                 },
1710                 {
1711                     "name": "Symfony Community",
1712                     "homepage": "https://symfony.com/contributors"
1713                 }
1714             ],
1715             "description": "Symfony polyfill for the Mbstring extension",
1716             "homepage": "https://symfony.com",
1717             "keywords": [
1718                 "compatibility",
1719                 "mbstring",
1720                 "polyfill",
1721                 "portable",
1722                 "shim"
1723             ],
1724             "time": "2016-11-14T01:06:16+00:00"
1725         },
1726         {
1727             "name": "symfony/polyfill-php54",
1728             "version": "v1.3.0",
1729             "source": {
1730                 "type": "git",
1731                 "url": "https://github.com/symfony/polyfill-php54.git",
1732                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
1733             },
1734             "dist": {
1735                 "type": "zip",
1736                 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
1737                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
1738                 "shasum": ""
1739             },
1740             "require": {
1741                 "php": ">=5.3.3"
1742             },
1743             "type": "library",
1744             "extra": {
1745                 "branch-alias": {
1746                     "dev-master": "1.3-dev"
1747                 }
1748             },
1749             "autoload": {
1750                 "psr-4": {
1751                     "Symfony\\Polyfill\\Php54\\": ""
1752                 },
1753                 "files": [
1754                     "bootstrap.php"
1755                 ],
1756                 "classmap": [
1757                     "Resources/stubs"
1758                 ]
1759             },
1760             "notification-url": "https://packagist.org/downloads/",
1761             "license": [
1762                 "MIT"
1763             ],
1764             "authors": [
1765                 {
1766                     "name": "Nicolas Grekas",
1767                     "email": "p@tchwork.com"
1768                 },
1769                 {
1770                     "name": "Symfony Community",
1771                     "homepage": "https://symfony.com/contributors"
1772                 }
1773             ],
1774             "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
1775             "homepage": "https://symfony.com",
1776             "keywords": [
1777                 "compatibility",
1778                 "polyfill",
1779                 "portable",
1780                 "shim"
1781             ],
1782             "time": "2016-11-14T01:06:16+00:00"
1783         },
1784         {
1785             "name": "symfony/polyfill-php55",
1786             "version": "v1.3.0",
1787             "source": {
1788                 "type": "git",
1789                 "url": "https://github.com/symfony/polyfill-php55.git",
1790                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
1791             },
1792             "dist": {
1793                 "type": "zip",
1794                 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
1795                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
1796                 "shasum": ""
1797             },
1798             "require": {
1799                 "ircmaxell/password-compat": "~1.0",
1800                 "php": ">=5.3.3"
1801             },
1802             "type": "library",
1803             "extra": {
1804                 "branch-alias": {
1805                     "dev-master": "1.3-dev"
1806                 }
1807             },
1808             "autoload": {
1809                 "psr-4": {
1810                     "Symfony\\Polyfill\\Php55\\": ""
1811                 },
1812                 "files": [
1813                     "bootstrap.php"
1814                 ]
1815             },
1816             "notification-url": "https://packagist.org/downloads/",
1817             "license": [
1818                 "MIT"
1819             ],
1820             "authors": [
1821                 {
1822                     "name": "Nicolas Grekas",
1823                     "email": "p@tchwork.com"
1824                 },
1825                 {
1826                     "name": "Symfony Community",
1827                     "homepage": "https://symfony.com/contributors"
1828                 }
1829             ],
1830             "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
1831             "homepage": "https://symfony.com",
1832             "keywords": [
1833                 "compatibility",
1834                 "polyfill",
1835                 "portable",
1836                 "shim"
1837             ],
1838             "time": "2016-11-14T01:06:16+00:00"
1839         },
1840         {
1841             "name": "twig/twig",
1842             "version": "v1.33.2",
1843             "source": {
1844                 "type": "git",
1845                 "url": "https://github.com/twigphp/Twig.git",
1846                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
1847             },
1848             "dist": {
1849                 "type": "zip",
1850                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
1851                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
1852                 "shasum": ""
1853             },
1854             "require": {
1855                 "php": ">=5.2.7"
1856             },
1857             "require-dev": {
1858                 "psr/container": "^1.0",
1859                 "symfony/debug": "~2.7",
1860                 "symfony/phpunit-bridge": "~3.3@dev"
1861             },
1862             "type": "library",
1863             "extra": {
1864                 "branch-alias": {
1865                     "dev-master": "1.33-dev"
1866                 }
1867             },
1868             "autoload": {
1869                 "psr-0": {
1870                     "Twig_": "lib/"
1871                 }
1872             },
1873             "notification-url": "https://packagist.org/downloads/",
1874             "license": [
1875                 "BSD-3-Clause"
1876             ],
1877             "authors": [
1878                 {
1879                     "name": "Fabien Potencier",
1880                     "email": "fabien@symfony.com",
1881                     "homepage": "http://fabien.potencier.org",
1882                     "role": "Lead Developer"
1883                 },
1884                 {
1885                     "name": "Armin Ronacher",
1886                     "email": "armin.ronacher@active-4.com",
1887                     "role": "Project Founder"
1888                 },
1889                 {
1890                     "name": "Twig Team",
1891                     "homepage": "http://twig.sensiolabs.org/contributors",
1892                     "role": "Contributors"
1893                 }
1894             ],
1895             "description": "Twig, the flexible, fast, and secure template language for PHP",
1896             "homepage": "http://twig.sensiolabs.org",
1897             "keywords": [
1898                 "templating"
1899             ],
1900             "time": "2017-04-20T17:39:48+00:00"
1901         },
1902         {
1903             "name": "vlucas/phpdotenv",
1904             "version": "v2.4.0",
1905             "source": {
1906                 "type": "git",
1907                 "url": "https://github.com/vlucas/phpdotenv.git",
1908                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
1909             },
1910             "dist": {
1911                 "type": "zip",
1912                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1913                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1914                 "shasum": ""
1915             },
1916             "require": {
1917                 "php": ">=5.3.9"
1918             },
1919             "require-dev": {
1920                 "phpunit/phpunit": "^4.8 || ^5.0"
1921             },
1922             "type": "library",
1923             "extra": {
1924                 "branch-alias": {
1925                     "dev-master": "2.4-dev"
1926                 }
1927             },
1928             "autoload": {
1929                 "psr-4": {
1930                     "Dotenv\\": "src/"
1931                 }
1932             },
1933             "notification-url": "https://packagist.org/downloads/",
1934             "license": [
1935                 "BSD-3-Clause-Attribution"
1936             ],
1937             "authors": [
1938                 {
1939                     "name": "Vance Lucas",
1940                     "email": "vance@vancelucas.com",
1941                     "homepage": "http://www.vancelucas.com"
1942                 }
1943             ],
1944             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1945             "keywords": [
1946                 "dotenv",
1947                 "env",
1948                 "environment"
1949             ],
1950             "time": "2016-09-01T10:05:43+00:00"
1951         },
1952         {
1953             "name": "zendframework/zendframework",
1954             "version": "2.4.9",
1955             "source": {
1956                 "type": "git",
1957                 "url": "https://github.com/zendframework/zendframework.git",
1958                 "reference": "4d096d15d01d46b03a69fff00576b31789246364"
1959             },
1960             "dist": {
1961                 "type": "zip",
1962                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/4d096d15d01d46b03a69fff00576b31789246364",
1963                 "reference": "4d096d15d01d46b03a69fff00576b31789246364",
1964                 "shasum": ""
1965             },
1966             "require": {
1967                 "php": ">=5.3.23",
1968                 "zendframework/zendxml": "^1.0.1"
1969             },
1970             "replace": {
1971                 "zendframework/zend-authentication": "self.version",
1972                 "zendframework/zend-barcode": "self.version",
1973                 "zendframework/zend-cache": "self.version",
1974                 "zendframework/zend-captcha": "self.version",
1975                 "zendframework/zend-code": "self.version",
1976                 "zendframework/zend-config": "self.version",
1977                 "zendframework/zend-console": "self.version",
1978                 "zendframework/zend-crypt": "self.version",
1979                 "zendframework/zend-db": "self.version",
1980                 "zendframework/zend-debug": "self.version",
1981                 "zendframework/zend-di": "self.version",
1982                 "zendframework/zend-dom": "self.version",
1983                 "zendframework/zend-escaper": "self.version",
1984                 "zendframework/zend-eventmanager": "self.version",
1985                 "zendframework/zend-feed": "self.version",
1986                 "zendframework/zend-file": "self.version",
1987                 "zendframework/zend-filter": "self.version",
1988                 "zendframework/zend-form": "self.version",
1989                 "zendframework/zend-http": "self.version",
1990                 "zendframework/zend-i18n": "self.version",
1991                 "zendframework/zend-inputfilter": "self.version",
1992                 "zendframework/zend-json": "self.version",
1993                 "zendframework/zend-ldap": "self.version",
1994                 "zendframework/zend-loader": "self.version",
1995                 "zendframework/zend-log": "self.version",
1996                 "zendframework/zend-mail": "self.version",
1997                 "zendframework/zend-math": "self.version",
1998                 "zendframework/zend-memory": "self.version",
1999                 "zendframework/zend-mime": "self.version",
2000                 "zendframework/zend-modulemanager": "self.version",
2001                 "zendframework/zend-mvc": "self.version",
2002                 "zendframework/zend-navigation": "self.version",
2003                 "zendframework/zend-paginator": "self.version",
2004                 "zendframework/zend-permissions-acl": "self.version",
2005                 "zendframework/zend-permissions-rbac": "self.version",
2006                 "zendframework/zend-progressbar": "self.version",
2007                 "zendframework/zend-resources": "self.version",
2008                 "zendframework/zend-serializer": "self.version",
2009                 "zendframework/zend-server": "self.version",
2010                 "zendframework/zend-servicemanager": "self.version",
2011                 "zendframework/zend-session": "self.version",
2012                 "zendframework/zend-soap": "self.version",
2013                 "zendframework/zend-stdlib": "self.version",
2014                 "zendframework/zend-tag": "self.version",
2015                 "zendframework/zend-test": "self.version",
2016                 "zendframework/zend-text": "self.version",
2017                 "zendframework/zend-uri": "self.version",
2018                 "zendframework/zend-validator": "self.version",
2019                 "zendframework/zend-version": "self.version",
2020                 "zendframework/zend-view": "self.version",
2021                 "zendframework/zend-xmlrpc": "self.version"
2022             },
2023             "require-dev": {
2024                 "doctrine/annotations": "~1.0",
2025                 "fabpot/php-cs-fixer": "~1.0",
2026                 "ircmaxell/random-lib": "~1.1",
2027                 "mikey179/vfsstream": "~1.2",
2028                 "phpunit/phpcov": "~2.0",
2029                 "phpunit/phpunit": "~4.6",
2030                 "satooshi/php-coveralls": "dev-master"
2031             },
2032             "suggest": {
2033                 "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
2034                 "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
2035                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
2036                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
2037                 "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
2038                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
2039             },
2040             "bin": [
2041                 "bin/classmap_generator.php",
2042                 "bin/pluginmap_generator.php",
2043                 "bin/templatemap_generator.php"
2044             ],
2045             "type": "library",
2046             "extra": {
2047                 "branch-alias": {
2048                     "dev-master": "2.4-dev",
2049                     "dev-develop": "2.5-dev"
2050                 }
2051             },
2052             "autoload": {
2053                 "psr-4": {
2054                     "Zend\\": "library/Zend/"
2055                 }
2056             },
2057             "notification-url": "https://packagist.org/downloads/",
2058             "license": [
2059                 "BSD-3-Clause"
2060             ],
2061             "description": "Zend Framework 2",
2062             "homepage": "http://framework.zend.com/",
2063             "keywords": [
2064                 "framework",
2065                 "zf2"
2066             ],
2067             "time": "2015-11-23T17:34:23+00:00"
2068         },
2069         {
2070             "name": "zendframework/zendxml",
2071             "version": "1.0.2",
2072             "source": {
2073                 "type": "git",
2074                 "url": "https://github.com/zendframework/ZendXml.git",
2075                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
2076             },
2077             "dist": {
2078                 "type": "zip",
2079                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2080                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2081                 "shasum": ""
2082             },
2083             "require": {
2084                 "php": "^5.3.3 || ^7.0"
2085             },
2086             "require-dev": {
2087                 "phpunit/phpunit": "^3.7 || ^4.0",
2088                 "squizlabs/php_codesniffer": "^1.5"
2089             },
2090             "type": "library",
2091             "extra": {
2092                 "branch-alias": {
2093                     "dev-master": "1.0-dev"
2094                 }
2095             },
2096             "autoload": {
2097                 "psr-0": {
2098                     "ZendXml\\": "library/"
2099                 }
2100             },
2101             "notification-url": "https://packagist.org/downloads/",
2102             "license": [
2103                 "BSD-3-Clause"
2104             ],
2105             "description": "Utility library for XML usage, best practices, and security in PHP",
2106             "homepage": "http://packages.zendframework.com/",
2107             "keywords": [
2108                 "security",
2109                 "xml",
2110                 "zf2"
2111             ],
2112             "time": "2016-02-04T21:02:08+00:00"
2113         }
2114     ],
2115     "packages-dev": [
2116         {
2117             "name": "myclabs/deep-copy",
2118             "version": "1.6.1",
2119             "source": {
2120                 "type": "git",
2121                 "url": "https://github.com/myclabs/DeepCopy.git",
2122                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
2123             },
2124             "dist": {
2125                 "type": "zip",
2126                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2127                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2128                 "shasum": ""
2129             },
2130             "require": {
2131                 "php": ">=5.4.0"
2132             },
2133             "require-dev": {
2134                 "doctrine/collections": "1.*",
2135                 "phpunit/phpunit": "~4.1"
2136             },
2137             "type": "library",
2138             "autoload": {
2139                 "psr-4": {
2140                     "DeepCopy\\": "src/DeepCopy/"
2141                 }
2142             },
2143             "notification-url": "https://packagist.org/downloads/",
2144             "license": [
2145                 "MIT"
2146             ],
2147             "description": "Create deep copies (clones) of your objects",
2148             "homepage": "https://github.com/myclabs/DeepCopy",
2149             "keywords": [
2150                 "clone",
2151                 "copy",
2152                 "duplicate",
2153                 "object",
2154                 "object graph"
2155             ],
2156             "time": "2017-04-12T18:52:22+00:00"
2157         },
2158         {
2159             "name": "phing/phing",
2160             "version": "2.14.0",
2161             "source": {
2162                 "type": "git",
2163                 "url": "https://github.com/phingofficial/phing.git",
2164                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
2165             },
2166             "dist": {
2167                 "type": "zip",
2168                 "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
2169                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
2170                 "shasum": ""
2171             },
2172             "require": {
2173                 "php": ">=5.2.0"
2174             },
2175             "require-dev": {
2176                 "ext-pdo_sqlite": "*",
2177                 "lastcraft/simpletest": "@dev",
2178                 "mikey179/vfsstream": "^1.6",
2179                 "pdepend/pdepend": "2.x",
2180                 "pear/archive_tar": "1.4.x",
2181                 "pear/http_request2": "dev-trunk",
2182                 "pear/net_growl": "dev-trunk",
2183                 "pear/pear-core-minimal": "1.10.1",
2184                 "pear/versioncontrol_git": "@dev",
2185                 "pear/versioncontrol_svn": "~0.5",
2186                 "phpdocumentor/phpdocumentor": "2.x",
2187                 "phploc/phploc": "~2.0.6",
2188                 "phpmd/phpmd": "~2.2",
2189                 "phpunit/phpunit": ">=3.7",
2190                 "sebastian/git": "~1.0",
2191                 "sebastian/phpcpd": "2.x",
2192                 "squizlabs/php_codesniffer": "~2.2",
2193                 "symfony/yaml": "~2.7"
2194             },
2195             "suggest": {
2196                 "pdepend/pdepend": "PHP version of JDepend",
2197                 "pear/archive_tar": "Tar file management class",
2198                 "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
2199                 "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
2200                 "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
2201                 "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
2202                 "phpmd/phpmd": "PHP version of PMD tool",
2203                 "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
2204                 "phpunit/phpunit": "The PHP Unit Testing Framework",
2205                 "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
2206                 "tedivm/jshrink": "Javascript Minifier built in PHP"
2207             },
2208             "bin": [
2209                 "bin/phing"
2210             ],
2211             "type": "library",
2212             "extra": {
2213                 "branch-alias": {
2214                     "dev-master": "2.14.x-dev"
2215                 }
2216             },
2217             "autoload": {
2218                 "classmap": [
2219                     "classes/phing/"
2220                 ]
2221             },
2222             "notification-url": "https://packagist.org/downloads/",
2223             "include-path": [
2224                 "classes"
2225             ],
2226             "license": [
2227                 "LGPL-3.0"
2228             ],
2229             "authors": [
2230                 {
2231                     "name": "Michiel Rook",
2232                     "email": "mrook@php.net"
2233                 },
2234                 {
2235                     "name": "Phing Community",
2236                     "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
2237                 }
2238             ],
2239             "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
2240             "homepage": "https://www.phing.info/",
2241             "keywords": [
2242                 "build",
2243                 "phing",
2244                 "task",
2245                 "tool"
2246             ],
2247             "time": "2016-03-10T21:39:23+00:00"
2248         },
2249         {
2250             "name": "phpdocumentor/reflection-common",
2251             "version": "1.0",
2252             "source": {
2253                 "type": "git",
2254                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2255                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
2256             },
2257             "dist": {
2258                 "type": "zip",
2259                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2260                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2261                 "shasum": ""
2262             },
2263             "require": {
2264                 "php": ">=5.5"
2265             },
2266             "require-dev": {
2267                 "phpunit/phpunit": "^4.6"
2268             },
2269             "type": "library",
2270             "extra": {
2271                 "branch-alias": {
2272                     "dev-master": "1.0.x-dev"
2273                 }
2274             },
2275             "autoload": {
2276                 "psr-4": {
2277                     "phpDocumentor\\Reflection\\": [
2278                         "src"
2279                     ]
2280                 }
2281             },
2282             "notification-url": "https://packagist.org/downloads/",
2283             "license": [
2284                 "MIT"
2285             ],
2286             "authors": [
2287                 {
2288                     "name": "Jaap van Otterdijk",
2289                     "email": "opensource@ijaap.nl"
2290                 }
2291             ],
2292             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2293             "homepage": "http://www.phpdoc.org",
2294             "keywords": [
2295                 "FQSEN",
2296                 "phpDocumentor",
2297                 "phpdoc",
2298                 "reflection",
2299                 "static analysis"
2300             ],
2301             "time": "2015-12-27T11:43:31+00:00"
2302         },
2303         {
2304             "name": "phpdocumentor/reflection-docblock",
2305             "version": "3.1.1",
2306             "source": {
2307                 "type": "git",
2308                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2309                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2310             },
2311             "dist": {
2312                 "type": "zip",
2313                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2314                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2315                 "shasum": ""
2316             },
2317             "require": {
2318                 "php": ">=5.5",
2319                 "phpdocumentor/reflection-common": "^1.0@dev",
2320                 "phpdocumentor/type-resolver": "^0.2.0",
2321                 "webmozart/assert": "^1.0"
2322             },
2323             "require-dev": {
2324                 "mockery/mockery": "^0.9.4",
2325                 "phpunit/phpunit": "^4.4"
2326             },
2327             "type": "library",
2328             "autoload": {
2329                 "psr-4": {
2330                     "phpDocumentor\\Reflection\\": [
2331                         "src/"
2332                     ]
2333                 }
2334             },
2335             "notification-url": "https://packagist.org/downloads/",
2336             "license": [
2337                 "MIT"
2338             ],
2339             "authors": [
2340                 {
2341                     "name": "Mike van Riel",
2342                     "email": "me@mikevanriel.com"
2343                 }
2344             ],
2345             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2346             "time": "2016-09-30T07:12:33+00:00"
2347         },
2348         {
2349             "name": "phpdocumentor/type-resolver",
2350             "version": "0.2.1",
2351             "source": {
2352                 "type": "git",
2353                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
2354                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2355             },
2356             "dist": {
2357                 "type": "zip",
2358                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2359                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2360                 "shasum": ""
2361             },
2362             "require": {
2363                 "php": ">=5.5",
2364                 "phpdocumentor/reflection-common": "^1.0"
2365             },
2366             "require-dev": {
2367                 "mockery/mockery": "^0.9.4",
2368                 "phpunit/phpunit": "^5.2||^4.8.24"
2369             },
2370             "type": "library",
2371             "extra": {
2372                 "branch-alias": {
2373                     "dev-master": "1.0.x-dev"
2374                 }
2375             },
2376             "autoload": {
2377                 "psr-4": {
2378                     "phpDocumentor\\Reflection\\": [
2379                         "src/"
2380                     ]
2381                 }
2382             },
2383             "notification-url": "https://packagist.org/downloads/",
2384             "license": [
2385                 "MIT"
2386             ],
2387             "authors": [
2388                 {
2389                     "name": "Mike van Riel",
2390                     "email": "me@mikevanriel.com"
2391                 }
2392             ],
2393             "time": "2016-11-25T06:54:22+00:00"
2394         },
2395         {
2396             "name": "phpspec/prophecy",
2397             "version": "v1.7.0",
2398             "source": {
2399                 "type": "git",
2400                 "url": "https://github.com/phpspec/prophecy.git",
2401                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2402             },
2403             "dist": {
2404                 "type": "zip",
2405                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
2406                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2407                 "shasum": ""
2408             },
2409             "require": {
2410                 "doctrine/instantiator": "^1.0.2",
2411                 "php": "^5.3|^7.0",
2412                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2413                 "sebastian/comparator": "^1.1|^2.0",
2414                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2415             },
2416             "require-dev": {
2417                 "phpspec/phpspec": "^2.5|^3.2",
2418                 "phpunit/phpunit": "^4.8 || ^5.6.5"
2419             },
2420             "type": "library",
2421             "extra": {
2422                 "branch-alias": {
2423                     "dev-master": "1.6.x-dev"
2424                 }
2425             },
2426             "autoload": {
2427                 "psr-0": {
2428                     "Prophecy\\": "src/"
2429                 }
2430             },
2431             "notification-url": "https://packagist.org/downloads/",
2432             "license": [
2433                 "MIT"
2434             ],
2435             "authors": [
2436                 {
2437                     "name": "Konstantin Kudryashov",
2438                     "email": "ever.zet@gmail.com",
2439                     "homepage": "http://everzet.com"
2440                 },
2441                 {
2442                     "name": "Marcello Duarte",
2443                     "email": "marcello.duarte@gmail.com"
2444                 }
2445             ],
2446             "description": "Highly opinionated mocking framework for PHP 5.3+",
2447             "homepage": "https://github.com/phpspec/prophecy",
2448             "keywords": [
2449                 "Double",
2450                 "Dummy",
2451                 "fake",
2452                 "mock",
2453                 "spy",
2454                 "stub"
2455             ],
2456             "time": "2017-03-02T20:05:34+00:00"
2457         },
2458         {
2459             "name": "phpunit/php-code-coverage",
2460             "version": "4.0.8",
2461             "source": {
2462                 "type": "git",
2463                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2464                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2465             },
2466             "dist": {
2467                 "type": "zip",
2468                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2469                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2470                 "shasum": ""
2471             },
2472             "require": {
2473                 "ext-dom": "*",
2474                 "ext-xmlwriter": "*",
2475                 "php": "^5.6 || ^7.0",
2476                 "phpunit/php-file-iterator": "^1.3",
2477                 "phpunit/php-text-template": "^1.2",
2478                 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2479                 "sebastian/code-unit-reverse-lookup": "^1.0",
2480                 "sebastian/environment": "^1.3.2 || ^2.0",
2481                 "sebastian/version": "^1.0 || ^2.0"
2482             },
2483             "require-dev": {
2484                 "ext-xdebug": "^2.1.4",
2485                 "phpunit/phpunit": "^5.7"
2486             },
2487             "suggest": {
2488                 "ext-xdebug": "^2.5.1"
2489             },
2490             "type": "library",
2491             "extra": {
2492                 "branch-alias": {
2493                     "dev-master": "4.0.x-dev"
2494                 }
2495             },
2496             "autoload": {
2497                 "classmap": [
2498                     "src/"
2499                 ]
2500             },
2501             "notification-url": "https://packagist.org/downloads/",
2502             "license": [
2503                 "BSD-3-Clause"
2504             ],
2505             "authors": [
2506                 {
2507                     "name": "Sebastian Bergmann",
2508                     "email": "sb@sebastian-bergmann.de",
2509                     "role": "lead"
2510                 }
2511             ],
2512             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2513             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2514             "keywords": [
2515                 "coverage",
2516                 "testing",
2517                 "xunit"
2518             ],
2519             "time": "2017-04-02T07:44:40+00:00"
2520         },
2521         {
2522             "name": "phpunit/php-file-iterator",
2523             "version": "1.4.2",
2524             "source": {
2525                 "type": "git",
2526                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2527                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2528             },
2529             "dist": {
2530                 "type": "zip",
2531                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2532                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2533                 "shasum": ""
2534             },
2535             "require": {
2536                 "php": ">=5.3.3"
2537             },
2538             "type": "library",
2539             "extra": {
2540                 "branch-alias": {
2541                     "dev-master": "1.4.x-dev"
2542                 }
2543             },
2544             "autoload": {
2545                 "classmap": [
2546                     "src/"
2547                 ]
2548             },
2549             "notification-url": "https://packagist.org/downloads/",
2550             "license": [
2551                 "BSD-3-Clause"
2552             ],
2553             "authors": [
2554                 {
2555                     "name": "Sebastian Bergmann",
2556                     "email": "sb@sebastian-bergmann.de",
2557                     "role": "lead"
2558                 }
2559             ],
2560             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2561             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2562             "keywords": [
2563                 "filesystem",
2564                 "iterator"
2565             ],
2566             "time": "2016-10-03T07:40:28+00:00"
2567         },
2568         {
2569             "name": "phpunit/php-text-template",
2570             "version": "1.2.1",
2571             "source": {
2572                 "type": "git",
2573                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
2574                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2575             },
2576             "dist": {
2577                 "type": "zip",
2578                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2579                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2580                 "shasum": ""
2581             },
2582             "require": {
2583                 "php": ">=5.3.3"
2584             },
2585             "type": "library",
2586             "autoload": {
2587                 "classmap": [
2588                     "src/"
2589                 ]
2590             },
2591             "notification-url": "https://packagist.org/downloads/",
2592             "license": [
2593                 "BSD-3-Clause"
2594             ],
2595             "authors": [
2596                 {
2597                     "name": "Sebastian Bergmann",
2598                     "email": "sebastian@phpunit.de",
2599                     "role": "lead"
2600                 }
2601             ],
2602             "description": "Simple template engine.",
2603             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2604             "keywords": [
2605                 "template"
2606             ],
2607             "time": "2015-06-21T13:50:34+00:00"
2608         },
2609         {
2610             "name": "phpunit/php-timer",
2611             "version": "1.0.9",
2612             "source": {
2613                 "type": "git",
2614                 "url": "https://github.com/sebastianbergmann/php-timer.git",
2615                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2616             },
2617             "dist": {
2618                 "type": "zip",
2619                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2620                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2621                 "shasum": ""
2622             },
2623             "require": {
2624                 "php": "^5.3.3 || ^7.0"
2625             },
2626             "require-dev": {
2627                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2628             },
2629             "type": "library",
2630             "extra": {
2631                 "branch-alias": {
2632                     "dev-master": "1.0-dev"
2633                 }
2634             },
2635             "autoload": {
2636                 "classmap": [
2637                     "src/"
2638                 ]
2639             },
2640             "notification-url": "https://packagist.org/downloads/",
2641             "license": [
2642                 "BSD-3-Clause"
2643             ],
2644             "authors": [
2645                 {
2646                     "name": "Sebastian Bergmann",
2647                     "email": "sb@sebastian-bergmann.de",
2648                     "role": "lead"
2649                 }
2650             ],
2651             "description": "Utility class for timing",
2652             "homepage": "https://github.com/sebastianbergmann/php-timer/",
2653             "keywords": [
2654                 "timer"
2655             ],
2656             "time": "2017-02-26T11:10:40+00:00"
2657         },
2658         {
2659             "name": "phpunit/php-token-stream",
2660             "version": "1.4.11",
2661             "source": {
2662                 "type": "git",
2663                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2664                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
2665             },
2666             "dist": {
2667                 "type": "zip",
2668                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
2669                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
2670                 "shasum": ""
2671             },
2672             "require": {
2673                 "ext-tokenizer": "*",
2674                 "php": ">=5.3.3"
2675             },
2676             "require-dev": {
2677                 "phpunit/phpunit": "~4.2"
2678             },
2679             "type": "library",
2680             "extra": {
2681                 "branch-alias": {
2682                     "dev-master": "1.4-dev"
2683                 }
2684             },
2685             "autoload": {
2686                 "classmap": [
2687                     "src/"
2688                 ]
2689             },
2690             "notification-url": "https://packagist.org/downloads/",
2691             "license": [
2692                 "BSD-3-Clause"
2693             ],
2694             "authors": [
2695                 {
2696                     "name": "Sebastian Bergmann",
2697                     "email": "sebastian@phpunit.de"
2698                 }
2699             ],
2700             "description": "Wrapper around PHP's tokenizer extension.",
2701             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2702             "keywords": [
2703                 "tokenizer"
2704             ],
2705             "time": "2017-02-27T10:12:30+00:00"
2706         },
2707         {
2708             "name": "phpunit/phpunit",
2709             "version": "5.7.0",
2710             "source": {
2711                 "type": "git",
2712                 "url": "https://github.com/sebastianbergmann/phpunit.git",
2713                 "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c"
2714             },
2715             "dist": {
2716                 "type": "zip",
2717                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
2718                 "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
2719                 "shasum": ""
2720             },
2721             "require": {
2722                 "ext-dom": "*",
2723                 "ext-json": "*",
2724                 "ext-libxml": "*",
2725                 "ext-mbstring": "*",
2726                 "ext-xml": "*",
2727                 "myclabs/deep-copy": "~1.3",
2728                 "php": "^5.6 || ^7.0",
2729                 "phpspec/prophecy": "^1.3.1",
2730                 "phpunit/php-code-coverage": "^4.0.3",
2731                 "phpunit/php-file-iterator": "~1.4",
2732                 "phpunit/php-text-template": "~1.2",
2733                 "phpunit/php-timer": "^1.0.6",
2734                 "phpunit/phpunit-mock-objects": "^3.2",
2735                 "sebastian/comparator": "~1.2.2",
2736                 "sebastian/diff": "~1.2",
2737                 "sebastian/environment": "^1.3.4 || ^2.0",
2738                 "sebastian/exporter": "~2.0",
2739                 "sebastian/global-state": "~1.0",
2740                 "sebastian/object-enumerator": "~2.0",
2741                 "sebastian/resource-operations": "~1.0",
2742                 "sebastian/version": "~1.0|~2.0",
2743                 "symfony/yaml": "~2.1|~3.0"
2744             },
2745             "conflict": {
2746                 "phpdocumentor/reflection-docblock": "3.0.2"
2747             },
2748             "require-dev": {
2749                 "ext-pdo": "*"
2750             },
2751             "suggest": {
2752                 "ext-xdebug": "*",
2753                 "phpunit/php-invoker": "~1.1"
2754             },
2755             "bin": [
2756                 "phpunit"
2757             ],
2758             "type": "library",
2759             "extra": {
2760                 "branch-alias": {
2761                     "dev-master": "5.7.x-dev"
2762                 }
2763             },
2764             "autoload": {
2765                 "classmap": [
2766                     "src/"
2767                 ]
2768             },
2769             "notification-url": "https://packagist.org/downloads/",
2770             "license": [
2771                 "BSD-3-Clause"
2772             ],
2773             "authors": [
2774                 {
2775                     "name": "Sebastian Bergmann",
2776                     "email": "sebastian@phpunit.de",
2777                     "role": "lead"
2778                 }
2779             ],
2780             "description": "The PHP Unit Testing framework.",
2781             "homepage": "https://phpunit.de/",
2782             "keywords": [
2783                 "phpunit",
2784                 "testing",
2785                 "xunit"
2786             ],
2787             "time": "2016-12-01T17:04:00+00:00"
2788         },
2789         {
2790             "name": "phpunit/phpunit-mock-objects",
2791             "version": "3.4.3",
2792             "source": {
2793                 "type": "git",
2794                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2795                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
2796             },
2797             "dist": {
2798                 "type": "zip",
2799                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2800                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2801                 "shasum": ""
2802             },
2803             "require": {
2804                 "doctrine/instantiator": "^1.0.2",
2805                 "php": "^5.6 || ^7.0",
2806                 "phpunit/php-text-template": "^1.2",
2807                 "sebastian/exporter": "^1.2 || ^2.0"
2808             },
2809             "conflict": {
2810                 "phpunit/phpunit": "<5.4.0"
2811             },
2812             "require-dev": {
2813                 "phpunit/phpunit": "^5.4"
2814             },
2815             "suggest": {
2816                 "ext-soap": "*"
2817             },
2818             "type": "library",
2819             "extra": {
2820                 "branch-alias": {
2821                     "dev-master": "3.2.x-dev"
2822                 }
2823             },
2824             "autoload": {
2825                 "classmap": [
2826                     "src/"
2827                 ]
2828             },
2829             "notification-url": "https://packagist.org/downloads/",
2830             "license": [
2831                 "BSD-3-Clause"
2832             ],
2833             "authors": [
2834                 {
2835                     "name": "Sebastian Bergmann",
2836                     "email": "sb@sebastian-bergmann.de",
2837                     "role": "lead"
2838                 }
2839             ],
2840             "description": "Mock Object library for PHPUnit",
2841             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2842             "keywords": [
2843                 "mock",
2844                 "xunit"
2845             ],
2846             "time": "2016-12-08T20:27:08+00:00"
2847         },
2848         {
2849             "name": "sebastian/code-unit-reverse-lookup",
2850             "version": "1.0.1",
2851             "source": {
2852                 "type": "git",
2853                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2854                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2855             },
2856             "dist": {
2857                 "type": "zip",
2858                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2859                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2860                 "shasum": ""
2861             },
2862             "require": {
2863                 "php": "^5.6 || ^7.0"
2864             },
2865             "require-dev": {
2866                 "phpunit/phpunit": "^5.7 || ^6.0"
2867             },
2868             "type": "library",
2869             "extra": {
2870                 "branch-alias": {
2871                     "dev-master": "1.0.x-dev"
2872                 }
2873             },
2874             "autoload": {
2875                 "classmap": [
2876                     "src/"
2877                 ]
2878             },
2879             "notification-url": "https://packagist.org/downloads/",
2880             "license": [
2881                 "BSD-3-Clause"
2882             ],
2883             "authors": [
2884                 {
2885                     "name": "Sebastian Bergmann",
2886                     "email": "sebastian@phpunit.de"
2887                 }
2888             ],
2889             "description": "Looks up which function or method a line of code belongs to",
2890             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2891             "time": "2017-03-04T06:30:41+00:00"
2892         },
2893         {
2894             "name": "sebastian/comparator",
2895             "version": "1.2.4",
2896             "source": {
2897                 "type": "git",
2898                 "url": "https://github.com/sebastianbergmann/comparator.git",
2899                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2900             },
2901             "dist": {
2902                 "type": "zip",
2903                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2904                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2905                 "shasum": ""
2906             },
2907             "require": {
2908                 "php": ">=5.3.3",
2909                 "sebastian/diff": "~1.2",
2910                 "sebastian/exporter": "~1.2 || ~2.0"
2911             },
2912             "require-dev": {
2913                 "phpunit/phpunit": "~4.4"
2914             },
2915             "type": "library",
2916             "extra": {
2917                 "branch-alias": {
2918                     "dev-master": "1.2.x-dev"
2919                 }
2920             },
2921             "autoload": {
2922                 "classmap": [
2923                     "src/"
2924                 ]
2925             },
2926             "notification-url": "https://packagist.org/downloads/",
2927             "license": [
2928                 "BSD-3-Clause"
2929             ],
2930             "authors": [
2931                 {
2932                     "name": "Jeff Welch",
2933                     "email": "whatthejeff@gmail.com"
2934                 },
2935                 {
2936                     "name": "Volker Dusch",
2937                     "email": "github@wallbash.com"
2938                 },
2939                 {
2940                     "name": "Bernhard Schussek",
2941                     "email": "bschussek@2bepublished.at"
2942                 },
2943                 {
2944                     "name": "Sebastian Bergmann",
2945                     "email": "sebastian@phpunit.de"
2946                 }
2947             ],
2948             "description": "Provides the functionality to compare PHP values for equality",
2949             "homepage": "http://www.github.com/sebastianbergmann/comparator",
2950             "keywords": [
2951                 "comparator",
2952                 "compare",
2953                 "equality"
2954             ],
2955             "time": "2017-01-29T09:50:25+00:00"
2956         },
2957         {
2958             "name": "sebastian/diff",
2959             "version": "1.4.2",
2960             "source": {
2961                 "type": "git",
2962                 "url": "https://github.com/sebastianbergmann/diff.git",
2963                 "reference": "3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2"
2964             },
2965             "dist": {
2966                 "type": "zip",
2967                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2",
2968                 "reference": "3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2",
2969                 "shasum": ""
2970             },
2971             "require": {
2972                 "php": "^5.3.3 || ^7.0"
2973             },
2974             "require-dev": {
2975                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2976             },
2977             "type": "library",
2978             "extra": {
2979                 "branch-alias": {
2980                     "dev-master": "1.4-dev"
2981                 }
2982             },
2983             "autoload": {
2984                 "classmap": [
2985                     "src/"
2986                 ]
2987             },
2988             "notification-url": "https://packagist.org/downloads/",
2989             "license": [
2990                 "BSD-3-Clause"
2991             ],
2992             "authors": [
2993                 {
2994                     "name": "Kore Nordmann",
2995                     "email": "mail@kore-nordmann.de"
2996                 },
2997                 {
2998                     "name": "Sebastian Bergmann",
2999                     "email": "sebastian@phpunit.de"
3000                 }
3001             ],
3002             "description": "Diff implementation",
3003             "homepage": "https://github.com/sebastianbergmann/diff",
3004             "keywords": [
3005                 "diff"
3006             ],
3007             "time": "2017-05-18T13:44:30+00:00"
3008         },
3009         {
3010             "name": "sebastian/environment",
3011             "version": "2.0.0",
3012             "source": {
3013                 "type": "git",
3014                 "url": "https://github.com/sebastianbergmann/environment.git",
3015                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3016             },
3017             "dist": {
3018                 "type": "zip",
3019                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3020                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3021                 "shasum": ""
3022             },
3023             "require": {
3024                 "php": "^5.6 || ^7.0"
3025             },
3026             "require-dev": {
3027                 "phpunit/phpunit": "^5.0"
3028             },
3029             "type": "library",
3030             "extra": {
3031                 "branch-alias": {
3032                     "dev-master": "2.0.x-dev"
3033                 }
3034             },
3035             "autoload": {
3036                 "classmap": [
3037                     "src/"
3038                 ]
3039             },
3040             "notification-url": "https://packagist.org/downloads/",
3041             "license": [
3042                 "BSD-3-Clause"
3043             ],
3044             "authors": [
3045                 {
3046                     "name": "Sebastian Bergmann",
3047                     "email": "sebastian@phpunit.de"
3048                 }
3049             ],
3050             "description": "Provides functionality to handle HHVM/PHP environments",
3051             "homepage": "http://www.github.com/sebastianbergmann/environment",
3052             "keywords": [
3053                 "Xdebug",
3054                 "environment",
3055                 "hhvm"
3056             ],
3057             "time": "2016-11-26T07:53:53+00:00"
3058         },
3059         {
3060             "name": "sebastian/exporter",
3061             "version": "2.0.0",
3062             "source": {
3063                 "type": "git",
3064                 "url": "https://github.com/sebastianbergmann/exporter.git",
3065                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3066             },
3067             "dist": {
3068                 "type": "zip",
3069                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3070                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3071                 "shasum": ""
3072             },
3073             "require": {
3074                 "php": ">=5.3.3",
3075                 "sebastian/recursion-context": "~2.0"
3076             },
3077             "require-dev": {
3078                 "ext-mbstring": "*",
3079                 "phpunit/phpunit": "~4.4"
3080             },
3081             "type": "library",
3082             "extra": {
3083                 "branch-alias": {
3084                     "dev-master": "2.0.x-dev"
3085                 }
3086             },
3087             "autoload": {
3088                 "classmap": [
3089                     "src/"
3090                 ]
3091             },
3092             "notification-url": "https://packagist.org/downloads/",
3093             "license": [
3094                 "BSD-3-Clause"
3095             ],
3096             "authors": [
3097                 {
3098                     "name": "Jeff Welch",
3099                     "email": "whatthejeff@gmail.com"
3100                 },
3101                 {
3102                     "name": "Volker Dusch",
3103                     "email": "github@wallbash.com"
3104                 },
3105                 {
3106                     "name": "Bernhard Schussek",
3107                     "email": "bschussek@2bepublished.at"
3108                 },
3109                 {
3110                     "name": "Sebastian Bergmann",
3111                     "email": "sebastian@phpunit.de"
3112                 },
3113                 {
3114                     "name": "Adam Harvey",
3115                     "email": "aharvey@php.net"
3116                 }
3117             ],
3118             "description": "Provides the functionality to export PHP variables for visualization",
3119             "homepage": "http://www.github.com/sebastianbergmann/exporter",
3120             "keywords": [
3121                 "export",
3122                 "exporter"
3123             ],
3124             "time": "2016-11-19T08:54:04+00:00"
3125         },
3126         {
3127             "name": "sebastian/global-state",
3128             "version": "1.1.1",
3129             "source": {
3130                 "type": "git",
3131                 "url": "https://github.com/sebastianbergmann/global-state.git",
3132                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3133             },
3134             "dist": {
3135                 "type": "zip",
3136                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3137                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3138                 "shasum": ""
3139             },
3140             "require": {
3141                 "php": ">=5.3.3"
3142             },
3143             "require-dev": {
3144                 "phpunit/phpunit": "~4.2"
3145             },
3146             "suggest": {
3147                 "ext-uopz": "*"
3148             },
3149             "type": "library",
3150             "extra": {
3151                 "branch-alias": {
3152                     "dev-master": "1.0-dev"
3153                 }
3154             },
3155             "autoload": {
3156                 "classmap": [
3157                     "src/"
3158                 ]
3159             },
3160             "notification-url": "https://packagist.org/downloads/",
3161             "license": [
3162                 "BSD-3-Clause"
3163             ],
3164             "authors": [
3165                 {
3166                     "name": "Sebastian Bergmann",
3167                     "email": "sebastian@phpunit.de"
3168                 }
3169             ],
3170             "description": "Snapshotting of global state",
3171             "homepage": "http://www.github.com/sebastianbergmann/global-state",
3172             "keywords": [
3173                 "global state"
3174             ],
3175             "time": "2015-10-12T03:26:01+00:00"
3176         },
3177         {
3178             "name": "sebastian/object-enumerator",
3179             "version": "2.0.1",
3180             "source": {
3181                 "type": "git",
3182                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3183                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3184             },
3185             "dist": {
3186                 "type": "zip",
3187                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3188                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3189                 "shasum": ""
3190             },
3191             "require": {
3192                 "php": ">=5.6",
3193                 "sebastian/recursion-context": "~2.0"
3194             },
3195             "require-dev": {
3196                 "phpunit/phpunit": "~5"
3197             },
3198             "type": "library",
3199             "extra": {
3200                 "branch-alias": {
3201                     "dev-master": "2.0.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": "sebastian@phpunit.de"
3217                 }
3218             ],
3219             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3220             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3221             "time": "2017-02-18T15:18:39+00:00"
3222         },
3223         {
3224             "name": "sebastian/recursion-context",
3225             "version": "2.0.0",
3226             "source": {
3227                 "type": "git",
3228                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3229                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3230             },
3231             "dist": {
3232                 "type": "zip",
3233                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3234                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3235                 "shasum": ""
3236             },
3237             "require": {
3238                 "php": ">=5.3.3"
3239             },
3240             "require-dev": {
3241                 "phpunit/phpunit": "~4.4"
3242             },
3243             "type": "library",
3244             "extra": {
3245                 "branch-alias": {
3246                     "dev-master": "2.0.x-dev"
3247                 }
3248             },
3249             "autoload": {
3250                 "classmap": [
3251                     "src/"
3252                 ]
3253             },
3254             "notification-url": "https://packagist.org/downloads/",
3255             "license": [
3256                 "BSD-3-Clause"
3257             ],
3258             "authors": [
3259                 {
3260                     "name": "Jeff Welch",
3261                     "email": "whatthejeff@gmail.com"
3262                 },
3263                 {
3264                     "name": "Sebastian Bergmann",
3265                     "email": "sebastian@phpunit.de"
3266                 },
3267                 {
3268                     "name": "Adam Harvey",
3269                     "email": "aharvey@php.net"
3270                 }
3271             ],
3272             "description": "Provides functionality to recursively process PHP variables",
3273             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3274             "time": "2016-11-19T07:33:16+00:00"
3275         },
3276         {
3277             "name": "sebastian/resource-operations",
3278             "version": "1.0.0",
3279             "source": {
3280                 "type": "git",
3281                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
3282                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3283             },
3284             "dist": {
3285                 "type": "zip",
3286                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3287                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3288                 "shasum": ""
3289             },
3290             "require": {
3291                 "php": ">=5.6.0"
3292             },
3293             "type": "library",
3294             "extra": {
3295                 "branch-alias": {
3296                     "dev-master": "1.0.x-dev"
3297                 }
3298             },
3299             "autoload": {
3300                 "classmap": [
3301                     "src/"
3302                 ]
3303             },
3304             "notification-url": "https://packagist.org/downloads/",
3305             "license": [
3306                 "BSD-3-Clause"
3307             ],
3308             "authors": [
3309                 {
3310                     "name": "Sebastian Bergmann",
3311                     "email": "sebastian@phpunit.de"
3312                 }
3313             ],
3314             "description": "Provides a list of PHP built-in functions that operate on resources",
3315             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3316             "time": "2015-07-28T20:34:47+00:00"
3317         },
3318         {
3319             "name": "sebastian/version",
3320             "version": "2.0.1",
3321             "source": {
3322                 "type": "git",
3323                 "url": "https://github.com/sebastianbergmann/version.git",
3324                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3325             },
3326             "dist": {
3327                 "type": "zip",
3328                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3329                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3330                 "shasum": ""
3331             },
3332             "require": {
3333                 "php": ">=5.6"
3334             },
3335             "type": "library",
3336             "extra": {
3337                 "branch-alias": {
3338                     "dev-master": "2.0.x-dev"
3339                 }
3340             },
3341             "autoload": {
3342                 "classmap": [
3343                     "src/"
3344                 ]
3345             },
3346             "notification-url": "https://packagist.org/downloads/",
3347             "license": [
3348                 "BSD-3-Clause"
3349             ],
3350             "authors": [
3351                 {
3352                     "name": "Sebastian Bergmann",
3353                     "email": "sebastian@phpunit.de",
3354                     "role": "lead"
3355                 }
3356             ],
3357             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3358             "homepage": "https://github.com/sebastianbergmann/version",
3359             "time": "2016-10-03T07:35:21+00:00"
3360         },
3361         {
3362             "name": "symfony/yaml",
3363             "version": "v3.2.8",
3364             "source": {
3365                 "type": "git",
3366                 "url": "https://github.com/symfony/yaml.git",
3367                 "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6"
3368             },
3369             "dist": {
3370                 "type": "zip",
3371                 "url": "https://api.github.com/repos/symfony/yaml/zipball/acec26fcf7f3031e094e910b94b002fa53d4e4d6",
3372                 "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6",
3373                 "shasum": ""
3374             },
3375             "require": {
3376                 "php": ">=5.5.9"
3377             },
3378             "require-dev": {
3379                 "symfony/console": "~2.8|~3.0"
3380             },
3381             "suggest": {
3382                 "symfony/console": "For validating YAML files using the lint command"
3383             },
3384             "type": "library",
3385             "extra": {
3386                 "branch-alias": {
3387                     "dev-master": "3.2-dev"
3388                 }
3389             },
3390             "autoload": {
3391                 "psr-4": {
3392                     "Symfony\\Component\\Yaml\\": ""
3393                 },
3394                 "exclude-from-classmap": [
3395                     "/Tests/"
3396                 ]
3397             },
3398             "notification-url": "https://packagist.org/downloads/",
3399             "license": [
3400                 "MIT"
3401             ],
3402             "authors": [
3403                 {
3404                     "name": "Fabien Potencier",
3405                     "email": "fabien@symfony.com"
3406                 },
3407                 {
3408                     "name": "Symfony Community",
3409                     "homepage": "https://symfony.com/contributors"
3410                 }
3411             ],
3412             "description": "Symfony Yaml Component",
3413             "homepage": "https://symfony.com",
3414             "time": "2017-05-01T14:55:58+00:00"
3415         },
3416         {
3417             "name": "webmozart/assert",
3418             "version": "1.2.0",
3419             "source": {
3420                 "type": "git",
3421                 "url": "https://github.com/webmozart/assert.git",
3422                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3423             },
3424             "dist": {
3425                 "type": "zip",
3426                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3427                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3428                 "shasum": ""
3429             },
3430             "require": {
3431                 "php": "^5.3.3 || ^7.0"
3432             },
3433             "require-dev": {
3434                 "phpunit/phpunit": "^4.6",
3435                 "sebastian/version": "^1.0.1"
3436             },
3437             "type": "library",
3438             "extra": {
3439                 "branch-alias": {
3440                     "dev-master": "1.3-dev"
3441                 }
3442             },
3443             "autoload": {
3444                 "psr-4": {
3445                     "Webmozart\\Assert\\": "src/"
3446                 }
3447             },
3448             "notification-url": "https://packagist.org/downloads/",
3449             "license": [
3450                 "MIT"
3451             ],
3452             "authors": [
3453                 {
3454                     "name": "Bernhard Schussek",
3455                     "email": "bschussek@gmail.com"
3456                 }
3457             ],
3458             "description": "Assertions to validate method input/output with nice error messages.",
3459             "keywords": [
3460                 "assert",
3461                 "check",
3462                 "validate"
3463             ],
3464             "time": "2016-11-23T20:04:58+00:00"
3465         }
3466     ],
3467     "aliases": [],
3468     "minimum-stability": "stable",
3469     "stability-flags": {
3470         "doctrine/couchdb": 10
3471     },
3472     "prefer-stable": false,
3473     "prefer-lowest": false,
3474     "platform": [],
3475     "platform-dev": []