xref: /webtrees/composer.lock (revision 7def76c7d817a9ec81e9ae4a03a850514b1a2e1c)
1{
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#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "eb7f5ee54c3905ce0cbc56855652cebc",
8    "packages": [
9        {
10            "name": "doctrine/cache",
11            "version": "v1.8.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/doctrine/cache.git",
15                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
20                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
21                "shasum": ""
22            },
23            "require": {
24                "php": "~7.1"
25            },
26            "conflict": {
27                "doctrine/common": ">2.2,<2.4"
28            },
29            "require-dev": {
30                "alcaeus/mongo-php-adapter": "^1.1",
31                "doctrine/coding-standard": "^4.0",
32                "mongodb/mongodb": "^1.1",
33                "phpunit/phpunit": "^7.0",
34                "predis/predis": "~1.0"
35            },
36            "suggest": {
37                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
38            },
39            "type": "library",
40            "extra": {
41                "branch-alias": {
42                    "dev-master": "1.8.x-dev"
43                }
44            },
45            "autoload": {
46                "psr-4": {
47                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
48                }
49            },
50            "notification-url": "https://packagist.org/downloads/",
51            "license": [
52                "MIT"
53            ],
54            "authors": [
55                {
56                    "name": "Roman Borschel",
57                    "email": "roman@code-factory.org"
58                },
59                {
60                    "name": "Benjamin Eberlei",
61                    "email": "kontakt@beberlei.de"
62                },
63                {
64                    "name": "Guilherme Blanco",
65                    "email": "guilhermeblanco@gmail.com"
66                },
67                {
68                    "name": "Jonathan Wage",
69                    "email": "jonwage@gmail.com"
70                },
71                {
72                    "name": "Johannes Schmitt",
73                    "email": "schmittjoh@gmail.com"
74                }
75            ],
76            "description": "Caching library offering an object-oriented API for many cache backends",
77            "homepage": "https://www.doctrine-project.org",
78            "keywords": [
79                "cache",
80                "caching"
81            ],
82            "time": "2018-08-21T18:01:43+00:00"
83        },
84        {
85            "name": "doctrine/dbal",
86            "version": "v2.9.2",
87            "source": {
88                "type": "git",
89                "url": "https://github.com/doctrine/dbal.git",
90                "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
91            },
92            "dist": {
93                "type": "zip",
94                "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
95                "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
96                "shasum": ""
97            },
98            "require": {
99                "doctrine/cache": "^1.0",
100                "doctrine/event-manager": "^1.0",
101                "ext-pdo": "*",
102                "php": "^7.1"
103            },
104            "require-dev": {
105                "doctrine/coding-standard": "^5.0",
106                "jetbrains/phpstorm-stubs": "^2018.1.2",
107                "phpstan/phpstan": "^0.10.1",
108                "phpunit/phpunit": "^7.4",
109                "symfony/console": "^2.0.5|^3.0|^4.0",
110                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
111            },
112            "suggest": {
113                "symfony/console": "For helpful console commands such as SQL execution and import of files."
114            },
115            "bin": [
116                "bin/doctrine-dbal"
117            ],
118            "type": "library",
119            "extra": {
120                "branch-alias": {
121                    "dev-master": "2.9.x-dev",
122                    "dev-develop": "3.0.x-dev"
123                }
124            },
125            "autoload": {
126                "psr-4": {
127                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
128                }
129            },
130            "notification-url": "https://packagist.org/downloads/",
131            "license": [
132                "MIT"
133            ],
134            "authors": [
135                {
136                    "name": "Roman Borschel",
137                    "email": "roman@code-factory.org"
138                },
139                {
140                    "name": "Benjamin Eberlei",
141                    "email": "kontakt@beberlei.de"
142                },
143                {
144                    "name": "Guilherme Blanco",
145                    "email": "guilhermeblanco@gmail.com"
146                },
147                {
148                    "name": "Jonathan Wage",
149                    "email": "jonwage@gmail.com"
150                }
151            ],
152            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
153            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
154            "keywords": [
155                "abstraction",
156                "database",
157                "dbal",
158                "mysql",
159                "persistence",
160                "pgsql",
161                "php",
162                "queryobject"
163            ],
164            "time": "2018-12-31T03:27:51+00:00"
165        },
166        {
167            "name": "doctrine/event-manager",
168            "version": "v1.0.0",
169            "source": {
170                "type": "git",
171                "url": "https://github.com/doctrine/event-manager.git",
172                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
173            },
174            "dist": {
175                "type": "zip",
176                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
177                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
178                "shasum": ""
179            },
180            "require": {
181                "php": "^7.1"
182            },
183            "conflict": {
184                "doctrine/common": "<2.9@dev"
185            },
186            "require-dev": {
187                "doctrine/coding-standard": "^4.0",
188                "phpunit/phpunit": "^7.0"
189            },
190            "type": "library",
191            "extra": {
192                "branch-alias": {
193                    "dev-master": "1.0.x-dev"
194                }
195            },
196            "autoload": {
197                "psr-4": {
198                    "Doctrine\\Common\\": "lib/Doctrine/Common"
199                }
200            },
201            "notification-url": "https://packagist.org/downloads/",
202            "license": [
203                "MIT"
204            ],
205            "authors": [
206                {
207                    "name": "Roman Borschel",
208                    "email": "roman@code-factory.org"
209                },
210                {
211                    "name": "Benjamin Eberlei",
212                    "email": "kontakt@beberlei.de"
213                },
214                {
215                    "name": "Guilherme Blanco",
216                    "email": "guilhermeblanco@gmail.com"
217                },
218                {
219                    "name": "Jonathan Wage",
220                    "email": "jonwage@gmail.com"
221                },
222                {
223                    "name": "Johannes Schmitt",
224                    "email": "schmittjoh@gmail.com"
225                },
226                {
227                    "name": "Marco Pivetta",
228                    "email": "ocramius@gmail.com"
229                }
230            ],
231            "description": "Doctrine Event Manager component",
232            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
233            "keywords": [
234                "event",
235                "eventdispatcher",
236                "eventmanager"
237            ],
238            "time": "2018-06-11T11:59:03+00:00"
239        },
240        {
241            "name": "doctrine/inflector",
242            "version": "v1.3.0",
243            "source": {
244                "type": "git",
245                "url": "https://github.com/doctrine/inflector.git",
246                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
247            },
248            "dist": {
249                "type": "zip",
250                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
251                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
252                "shasum": ""
253            },
254            "require": {
255                "php": "^7.1"
256            },
257            "require-dev": {
258                "phpunit/phpunit": "^6.2"
259            },
260            "type": "library",
261            "extra": {
262                "branch-alias": {
263                    "dev-master": "1.3.x-dev"
264                }
265            },
266            "autoload": {
267                "psr-4": {
268                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
269                }
270            },
271            "notification-url": "https://packagist.org/downloads/",
272            "license": [
273                "MIT"
274            ],
275            "authors": [
276                {
277                    "name": "Roman Borschel",
278                    "email": "roman@code-factory.org"
279                },
280                {
281                    "name": "Benjamin Eberlei",
282                    "email": "kontakt@beberlei.de"
283                },
284                {
285                    "name": "Guilherme Blanco",
286                    "email": "guilhermeblanco@gmail.com"
287                },
288                {
289                    "name": "Jonathan Wage",
290                    "email": "jonwage@gmail.com"
291                },
292                {
293                    "name": "Johannes Schmitt",
294                    "email": "schmittjoh@gmail.com"
295                }
296            ],
297            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
298            "homepage": "http://www.doctrine-project.org",
299            "keywords": [
300                "inflection",
301                "pluralize",
302                "singularize",
303                "string"
304            ],
305            "time": "2018-01-09T20:05:19+00:00"
306        },
307        {
308            "name": "doctrine/lexer",
309            "version": "v1.0.1",
310            "source": {
311                "type": "git",
312                "url": "https://github.com/doctrine/lexer.git",
313                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
314            },
315            "dist": {
316                "type": "zip",
317                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
318                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
319                "shasum": ""
320            },
321            "require": {
322                "php": ">=5.3.2"
323            },
324            "type": "library",
325            "extra": {
326                "branch-alias": {
327                    "dev-master": "1.0.x-dev"
328                }
329            },
330            "autoload": {
331                "psr-0": {
332                    "Doctrine\\Common\\Lexer\\": "lib/"
333                }
334            },
335            "notification-url": "https://packagist.org/downloads/",
336            "license": [
337                "MIT"
338            ],
339            "authors": [
340                {
341                    "name": "Roman Borschel",
342                    "email": "roman@code-factory.org"
343                },
344                {
345                    "name": "Guilherme Blanco",
346                    "email": "guilhermeblanco@gmail.com"
347                },
348                {
349                    "name": "Johannes Schmitt",
350                    "email": "schmittjoh@gmail.com"
351                }
352            ],
353            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
354            "homepage": "http://www.doctrine-project.org",
355            "keywords": [
356                "lexer",
357                "parser"
358            ],
359            "time": "2014-09-09T13:34:57+00:00"
360        },
361        {
362            "name": "egulias/email-validator",
363            "version": "2.1.7",
364            "source": {
365                "type": "git",
366                "url": "https://github.com/egulias/EmailValidator.git",
367                "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
368            },
369            "dist": {
370                "type": "zip",
371                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
372                "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
373                "shasum": ""
374            },
375            "require": {
376                "doctrine/lexer": "^1.0.1",
377                "php": ">= 5.5"
378            },
379            "require-dev": {
380                "dominicsayers/isemail": "dev-master",
381                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
382                "satooshi/php-coveralls": "^1.0.1"
383            },
384            "suggest": {
385                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
386            },
387            "type": "library",
388            "extra": {
389                "branch-alias": {
390                    "dev-master": "2.0.x-dev"
391                }
392            },
393            "autoload": {
394                "psr-4": {
395                    "Egulias\\EmailValidator\\": "EmailValidator"
396                }
397            },
398            "notification-url": "https://packagist.org/downloads/",
399            "license": [
400                "MIT"
401            ],
402            "authors": [
403                {
404                    "name": "Eduardo Gulias Davis"
405                }
406            ],
407            "description": "A library for validating emails against several RFCs",
408            "homepage": "https://github.com/egulias/EmailValidator",
409            "keywords": [
410                "email",
411                "emailvalidation",
412                "emailvalidator",
413                "validation",
414                "validator"
415            ],
416            "time": "2018-12-04T22:38:24+00:00"
417        },
418        {
419            "name": "filp/whoops",
420            "version": "2.3.1",
421            "source": {
422                "type": "git",
423                "url": "https://github.com/filp/whoops.git",
424                "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7"
425            },
426            "dist": {
427                "type": "zip",
428                "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
429                "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
430                "shasum": ""
431            },
432            "require": {
433                "php": "^5.5.9 || ^7.0",
434                "psr/log": "^1.0.1"
435            },
436            "require-dev": {
437                "mockery/mockery": "^0.9 || ^1.0",
438                "phpunit/phpunit": "^4.8.35 || ^5.7",
439                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
440            },
441            "suggest": {
442                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
443                "whoops/soap": "Formats errors as SOAP responses"
444            },
445            "type": "library",
446            "extra": {
447                "branch-alias": {
448                    "dev-master": "2.2-dev"
449                }
450            },
451            "autoload": {
452                "psr-4": {
453                    "Whoops\\": "src/Whoops/"
454                }
455            },
456            "notification-url": "https://packagist.org/downloads/",
457            "license": [
458                "MIT"
459            ],
460            "authors": [
461                {
462                    "name": "Filipe Dobreira",
463                    "homepage": "https://github.com/filp",
464                    "role": "Developer"
465                }
466            ],
467            "description": "php error handling for cool kids",
468            "homepage": "https://filp.github.io/whoops/",
469            "keywords": [
470                "error",
471                "exception",
472                "handling",
473                "library",
474                "throwable",
475                "whoops"
476            ],
477            "time": "2018-10-23T09:00:00+00:00"
478        },
479        {
480            "name": "fisharebest/algorithm",
481            "version": "1.5.1",
482            "source": {
483                "type": "git",
484                "url": "https://github.com/fisharebest/algorithm.git",
485                "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062"
486            },
487            "dist": {
488                "type": "zip",
489                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/7d1bc0fc91b66cf613af9147e9a287c905a8b062",
490                "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062",
491                "shasum": ""
492            },
493            "require": {
494                "php": ">=5.3.0"
495            },
496            "require-dev": {
497                "php-coveralls/php-coveralls": "*",
498                "phpunit/phpunit": "4.*"
499            },
500            "type": "library",
501            "autoload": {
502                "psr-4": {
503                    "Fisharebest\\Algorithm\\": "src/"
504                }
505            },
506            "notification-url": "https://packagist.org/downloads/",
507            "license": [
508                "GPL-3.0+"
509            ],
510            "authors": [
511                {
512                    "name": "Greg Roach",
513                    "email": "greg@subaqua.co.uk",
514                    "role": "Developer"
515                }
516            ],
517            "description": "Implementation of standard algorithms in PHP.",
518            "homepage": "https://github.com/fisharebest/algorithm",
519            "keywords": [
520                "Algorithm",
521                "diff",
522                "dijkstra",
523                "myers"
524            ],
525            "time": "2018-12-24T08:53:40+00:00"
526        },
527        {
528            "name": "fisharebest/ext-calendar",
529            "version": "2.5.0",
530            "source": {
531                "type": "git",
532                "url": "https://github.com/fisharebest/ext-calendar.git",
533                "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329"
534            },
535            "dist": {
536                "type": "zip",
537                "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/155a2d3f5713e1e1805d68cdb42a28ca842e7329",
538                "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329",
539                "shasum": ""
540            },
541            "require": {
542                "php": ">=5.3.0"
543            },
544            "require-dev": {
545                "phpunit/phpunit": "<6",
546                "satooshi/php-coveralls": "*"
547            },
548            "type": "library",
549            "autoload": {
550                "files": [
551                    "src/shims.php"
552                ],
553                "psr-4": {
554                    "Fisharebest\\ExtCalendar\\": "src/"
555                }
556            },
557            "notification-url": "https://packagist.org/downloads/",
558            "license": [
559                "GPL-3.0+"
560            ],
561            "authors": [
562                {
563                    "name": "Greg Roach",
564                    "email": "fisharebest@gmail.com",
565                    "role": "Developer"
566                }
567            ],
568            "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Also provides a replacement for the PHP ext/calendar extension.",
569            "homepage": "https://github.com/fisharebest/ext-calendar",
570            "keywords": [
571                "Jalali",
572                "arabic",
573                "calendar",
574                "ext-calendar",
575                "french",
576                "gregorian",
577                "hebrew",
578                "hijri",
579                "jewish",
580                "julian",
581                "julian day",
582                "julian day number",
583                "persian",
584                "shamsi"
585            ],
586            "time": "2018-09-17T20:40:07+00:00"
587        },
588        {
589            "name": "fisharebest/flysystem-chroot-adapter",
590            "version": "1.0.0",
591            "source": {
592                "type": "git",
593                "url": "https://github.com/fisharebest/flysystem-chroot-adapter.git",
594                "reference": "df09e16b8039f15687c484da94d3da9161b2a2ad"
595            },
596            "dist": {
597                "type": "zip",
598                "url": "https://api.github.com/repos/fisharebest/flysystem-chroot-adapter/zipball/df09e16b8039f15687c484da94d3da9161b2a2ad",
599                "reference": "df09e16b8039f15687c484da94d3da9161b2a2ad",
600                "shasum": ""
601            },
602            "require": {
603                "league/flysystem": "~1.0"
604            },
605            "require-dev": {
606                "league/flysystem-memory": "~1.0",
607                "php-coveralls/php-coveralls": "*",
608                "phpunit/phpunit": "~5.0"
609            },
610            "type": "library",
611            "autoload": {
612                "psr-4": {
613                    "Fisharebest\\Flysystem\\Adapter\\": "src/"
614                }
615            },
616            "notification-url": "https://packagist.org/downloads/",
617            "license": [
618                "MIT"
619            ],
620            "authors": [
621                {
622                    "name": "Greg Roach",
623                    "email": "fisharebest@gmail.com",
624                    "role": "Developer"
625                }
626            ],
627            "description": "Creates a filesystem from a sub-folder in another filesystem.",
628            "homepage": "https://github.com/fisharebest/flysystem-chroot-adapter",
629            "keywords": [
630                "Flysystem",
631                "adapter",
632                "chroot"
633            ],
634            "time": "2019-01-17T22:23:21+00:00"
635        },
636        {
637            "name": "fisharebest/localization",
638            "version": "1.12.0",
639            "source": {
640                "type": "git",
641                "url": "https://github.com/fisharebest/localization.git",
642                "reference": "df4684a211d5da48b1faba616a8db8953f9cbd1f"
643            },
644            "dist": {
645                "type": "zip",
646                "url": "https://api.github.com/repos/fisharebest/localization/zipball/df4684a211d5da48b1faba616a8db8953f9cbd1f",
647                "reference": "df4684a211d5da48b1faba616a8db8953f9cbd1f",
648                "shasum": ""
649            },
650            "require": {
651                "php": ">=5.3.0"
652            },
653            "require-dev": {
654                "phpunit/phpunit": "4.*|5.*",
655                "satooshi/php-coveralls": "*"
656            },
657            "type": "library",
658            "autoload": {
659                "psr-4": {
660                    "Fisharebest\\Localization\\": "src/"
661                }
662            },
663            "notification-url": "https://packagist.org/downloads/",
664            "license": [
665                "GPL-3.0+"
666            ],
667            "authors": [
668                {
669                    "name": "Greg Roach",
670                    "email": "fisharebest@gmail.com",
671                    "role": "Developer"
672                }
673            ],
674            "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.",
675            "homepage": "https://github.com/fisharebest/localization",
676            "keywords": [
677                "cldr",
678                "gettext",
679                "i18n",
680                "l10n",
681                "language",
682                "locale",
683                "localization",
684                "script",
685                "translate",
686                "translation"
687            ],
688            "time": "2018-09-25T10:40:27+00:00"
689        },
690        {
691            "name": "guzzlehttp/guzzle",
692            "version": "6.3.3",
693            "source": {
694                "type": "git",
695                "url": "https://github.com/guzzle/guzzle.git",
696                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
697            },
698            "dist": {
699                "type": "zip",
700                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
701                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
702                "shasum": ""
703            },
704            "require": {
705                "guzzlehttp/promises": "^1.0",
706                "guzzlehttp/psr7": "^1.4",
707                "php": ">=5.5"
708            },
709            "require-dev": {
710                "ext-curl": "*",
711                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
712                "psr/log": "^1.0"
713            },
714            "suggest": {
715                "psr/log": "Required for using the Log middleware"
716            },
717            "type": "library",
718            "extra": {
719                "branch-alias": {
720                    "dev-master": "6.3-dev"
721                }
722            },
723            "autoload": {
724                "files": [
725                    "src/functions_include.php"
726                ],
727                "psr-4": {
728                    "GuzzleHttp\\": "src/"
729                }
730            },
731            "notification-url": "https://packagist.org/downloads/",
732            "license": [
733                "MIT"
734            ],
735            "authors": [
736                {
737                    "name": "Michael Dowling",
738                    "email": "mtdowling@gmail.com",
739                    "homepage": "https://github.com/mtdowling"
740                }
741            ],
742            "description": "Guzzle is a PHP HTTP client library",
743            "homepage": "http://guzzlephp.org/",
744            "keywords": [
745                "client",
746                "curl",
747                "framework",
748                "http",
749                "http client",
750                "rest",
751                "web service"
752            ],
753            "time": "2018-04-22T15:46:56+00:00"
754        },
755        {
756            "name": "guzzlehttp/promises",
757            "version": "v1.3.1",
758            "source": {
759                "type": "git",
760                "url": "https://github.com/guzzle/promises.git",
761                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
762            },
763            "dist": {
764                "type": "zip",
765                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
766                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
767                "shasum": ""
768            },
769            "require": {
770                "php": ">=5.5.0"
771            },
772            "require-dev": {
773                "phpunit/phpunit": "^4.0"
774            },
775            "type": "library",
776            "extra": {
777                "branch-alias": {
778                    "dev-master": "1.4-dev"
779                }
780            },
781            "autoload": {
782                "psr-4": {
783                    "GuzzleHttp\\Promise\\": "src/"
784                },
785                "files": [
786                    "src/functions_include.php"
787                ]
788            },
789            "notification-url": "https://packagist.org/downloads/",
790            "license": [
791                "MIT"
792            ],
793            "authors": [
794                {
795                    "name": "Michael Dowling",
796                    "email": "mtdowling@gmail.com",
797                    "homepage": "https://github.com/mtdowling"
798                }
799            ],
800            "description": "Guzzle promises library",
801            "keywords": [
802                "promise"
803            ],
804            "time": "2016-12-20T10:07:11+00:00"
805        },
806        {
807            "name": "guzzlehttp/psr7",
808            "version": "1.5.2",
809            "source": {
810                "type": "git",
811                "url": "https://github.com/guzzle/psr7.git",
812                "reference": "9f83dded91781a01c63574e387eaa769be769115"
813            },
814            "dist": {
815                "type": "zip",
816                "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
817                "reference": "9f83dded91781a01c63574e387eaa769be769115",
818                "shasum": ""
819            },
820            "require": {
821                "php": ">=5.4.0",
822                "psr/http-message": "~1.0",
823                "ralouphie/getallheaders": "^2.0.5"
824            },
825            "provide": {
826                "psr/http-message-implementation": "1.0"
827            },
828            "require-dev": {
829                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
830            },
831            "type": "library",
832            "extra": {
833                "branch-alias": {
834                    "dev-master": "1.5-dev"
835                }
836            },
837            "autoload": {
838                "psr-4": {
839                    "GuzzleHttp\\Psr7\\": "src/"
840                },
841                "files": [
842                    "src/functions_include.php"
843                ]
844            },
845            "notification-url": "https://packagist.org/downloads/",
846            "license": [
847                "MIT"
848            ],
849            "authors": [
850                {
851                    "name": "Michael Dowling",
852                    "email": "mtdowling@gmail.com",
853                    "homepage": "https://github.com/mtdowling"
854                },
855                {
856                    "name": "Tobias Schultze",
857                    "homepage": "https://github.com/Tobion"
858                }
859            ],
860            "description": "PSR-7 message implementation that also provides common utility methods",
861            "keywords": [
862                "http",
863                "message",
864                "psr-7",
865                "request",
866                "response",
867                "stream",
868                "uri",
869                "url"
870            ],
871            "time": "2018-12-04T20:46:45+00:00"
872        },
873        {
874            "name": "illuminate/cache",
875            "version": "v5.7.23",
876            "source": {
877                "type": "git",
878                "url": "https://github.com/illuminate/cache.git",
879                "reference": "703fd21e1b88f78c37328383b96651d470d4e273"
880            },
881            "dist": {
882                "type": "zip",
883                "url": "https://api.github.com/repos/illuminate/cache/zipball/703fd21e1b88f78c37328383b96651d470d4e273",
884                "reference": "703fd21e1b88f78c37328383b96651d470d4e273",
885                "shasum": ""
886            },
887            "require": {
888                "illuminate/contracts": "5.7.*",
889                "illuminate/support": "5.7.*",
890                "php": "^7.1.3"
891            },
892            "suggest": {
893                "illuminate/database": "Required to use the database cache driver (5.7.*).",
894                "illuminate/filesystem": "Required to use the file cache driver (5.7.*).",
895                "illuminate/redis": "Required to use the redis cache driver (5.7.*)."
896            },
897            "type": "library",
898            "extra": {
899                "branch-alias": {
900                    "dev-master": "5.7-dev"
901                }
902            },
903            "autoload": {
904                "psr-4": {
905                    "Illuminate\\Cache\\": ""
906                }
907            },
908            "notification-url": "https://packagist.org/downloads/",
909            "license": [
910                "MIT"
911            ],
912            "authors": [
913                {
914                    "name": "Taylor Otwell",
915                    "email": "taylor@laravel.com"
916                }
917            ],
918            "description": "The Illuminate Cache package.",
919            "homepage": "https://laravel.com",
920            "time": "2018-12-03T12:45:57+00:00"
921        },
922        {
923            "name": "illuminate/container",
924            "version": "v5.7.23",
925            "source": {
926                "type": "git",
927                "url": "https://github.com/illuminate/container.git",
928                "reference": "53a0991e918efaace42cde526a04fdb832128a03"
929            },
930            "dist": {
931                "type": "zip",
932                "url": "https://api.github.com/repos/illuminate/container/zipball/53a0991e918efaace42cde526a04fdb832128a03",
933                "reference": "53a0991e918efaace42cde526a04fdb832128a03",
934                "shasum": ""
935            },
936            "require": {
937                "illuminate/contracts": "5.7.*",
938                "illuminate/support": "5.7.*",
939                "php": "^7.1.3",
940                "psr/container": "^1.0"
941            },
942            "type": "library",
943            "extra": {
944                "branch-alias": {
945                    "dev-master": "5.7-dev"
946                }
947            },
948            "autoload": {
949                "psr-4": {
950                    "Illuminate\\Container\\": ""
951                }
952            },
953            "notification-url": "https://packagist.org/downloads/",
954            "license": [
955                "MIT"
956            ],
957            "authors": [
958                {
959                    "name": "Taylor Otwell",
960                    "email": "taylor@laravel.com"
961                }
962            ],
963            "description": "The Illuminate Container package.",
964            "homepage": "https://laravel.com",
965            "time": "2018-12-18T14:00:02+00:00"
966        },
967        {
968            "name": "illuminate/contracts",
969            "version": "v5.7.23",
970            "source": {
971                "type": "git",
972                "url": "https://github.com/illuminate/contracts.git",
973                "reference": "3d67e2d7c9087ae3a2a53d9b102697e5f482d6d0"
974            },
975            "dist": {
976                "type": "zip",
977                "url": "https://api.github.com/repos/illuminate/contracts/zipball/3d67e2d7c9087ae3a2a53d9b102697e5f482d6d0",
978                "reference": "3d67e2d7c9087ae3a2a53d9b102697e5f482d6d0",
979                "shasum": ""
980            },
981            "require": {
982                "php": "^7.1.3",
983                "psr/container": "^1.0",
984                "psr/simple-cache": "^1.0"
985            },
986            "type": "library",
987            "extra": {
988                "branch-alias": {
989                    "dev-master": "5.7-dev"
990                }
991            },
992            "autoload": {
993                "psr-4": {
994                    "Illuminate\\Contracts\\": ""
995                }
996            },
997            "notification-url": "https://packagist.org/downloads/",
998            "license": [
999                "MIT"
1000            ],
1001            "authors": [
1002                {
1003                    "name": "Taylor Otwell",
1004                    "email": "taylor@laravel.com"
1005                }
1006            ],
1007            "description": "The Illuminate Contracts package.",
1008            "homepage": "https://laravel.com",
1009            "time": "2019-01-09T10:34:49+00:00"
1010        },
1011        {
1012            "name": "illuminate/database",
1013            "version": "v5.7.23",
1014            "source": {
1015                "type": "git",
1016                "url": "https://github.com/illuminate/database.git",
1017                "reference": "a7580cb43c844d6958ede62b3587fb3b615b8fe5"
1018            },
1019            "dist": {
1020                "type": "zip",
1021                "url": "https://api.github.com/repos/illuminate/database/zipball/a7580cb43c844d6958ede62b3587fb3b615b8fe5",
1022                "reference": "a7580cb43c844d6958ede62b3587fb3b615b8fe5",
1023                "shasum": ""
1024            },
1025            "require": {
1026                "illuminate/container": "5.7.*",
1027                "illuminate/contracts": "5.7.*",
1028                "illuminate/support": "5.7.*",
1029                "php": "^7.1.3"
1030            },
1031            "suggest": {
1032                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
1033                "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
1034                "illuminate/console": "Required to use the database commands (5.7.*).",
1035                "illuminate/events": "Required to use the observers with Eloquent (5.7.*).",
1036                "illuminate/filesystem": "Required to use the migrations (5.7.*).",
1037                "illuminate/pagination": "Required to paginate the result set (5.7.*)."
1038            },
1039            "type": "library",
1040            "extra": {
1041                "branch-alias": {
1042                    "dev-master": "5.7-dev"
1043                }
1044            },
1045            "autoload": {
1046                "psr-4": {
1047                    "Illuminate\\Database\\": ""
1048                }
1049            },
1050            "notification-url": "https://packagist.org/downloads/",
1051            "license": [
1052                "MIT"
1053            ],
1054            "authors": [
1055                {
1056                    "name": "Taylor Otwell",
1057                    "email": "taylor@laravel.com"
1058                }
1059            ],
1060            "description": "The Illuminate Database package.",
1061            "homepage": "https://laravel.com",
1062            "keywords": [
1063                "database",
1064                "laravel",
1065                "orm",
1066                "sql"
1067            ],
1068            "time": "2019-01-10T14:33:17+00:00"
1069        },
1070        {
1071            "name": "illuminate/support",
1072            "version": "v5.7.23",
1073            "source": {
1074                "type": "git",
1075                "url": "https://github.com/illuminate/support.git",
1076                "reference": "ea3f30dd824bba52bcff4290dc7431b0ffb478e1"
1077            },
1078            "dist": {
1079                "type": "zip",
1080                "url": "https://api.github.com/repos/illuminate/support/zipball/ea3f30dd824bba52bcff4290dc7431b0ffb478e1",
1081                "reference": "ea3f30dd824bba52bcff4290dc7431b0ffb478e1",
1082                "shasum": ""
1083            },
1084            "require": {
1085                "doctrine/inflector": "^1.1",
1086                "ext-mbstring": "*",
1087                "illuminate/contracts": "5.7.*",
1088                "nesbot/carbon": "^1.26.3",
1089                "php": "^7.1.3"
1090            },
1091            "conflict": {
1092                "tightenco/collect": "<5.5.33"
1093            },
1094            "suggest": {
1095                "illuminate/filesystem": "Required to use the composer class (5.7.*).",
1096                "moontoast/math": "Required to use ordered UUIDs (^1.1).",
1097                "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
1098                "symfony/process": "Required to use the composer class (^4.1).",
1099                "symfony/var-dumper": "Required to use the dd function (^4.1)."
1100            },
1101            "type": "library",
1102            "extra": {
1103                "branch-alias": {
1104                    "dev-master": "5.7-dev"
1105                }
1106            },
1107            "autoload": {
1108                "psr-4": {
1109                    "Illuminate\\Support\\": ""
1110                },
1111                "files": [
1112                    "helpers.php"
1113                ]
1114            },
1115            "notification-url": "https://packagist.org/downloads/",
1116            "license": [
1117                "MIT"
1118            ],
1119            "authors": [
1120                {
1121                    "name": "Taylor Otwell",
1122                    "email": "taylor@laravel.com"
1123                }
1124            ],
1125            "description": "The Illuminate Support package.",
1126            "homepage": "https://laravel.com",
1127            "time": "2019-01-07T13:39:07+00:00"
1128        },
1129        {
1130            "name": "intervention/image",
1131            "version": "2.4.2",
1132            "source": {
1133                "type": "git",
1134                "url": "https://github.com/Intervention/image.git",
1135                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
1136            },
1137            "dist": {
1138                "type": "zip",
1139                "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
1140                "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
1141                "shasum": ""
1142            },
1143            "require": {
1144                "ext-fileinfo": "*",
1145                "guzzlehttp/psr7": "~1.1",
1146                "php": ">=5.4.0"
1147            },
1148            "require-dev": {
1149                "mockery/mockery": "~0.9.2",
1150                "phpunit/phpunit": "^4.8 || ^5.7"
1151            },
1152            "suggest": {
1153                "ext-gd": "to use GD library based image processing.",
1154                "ext-imagick": "to use Imagick based image processing.",
1155                "intervention/imagecache": "Caching extension for the Intervention Image library"
1156            },
1157            "type": "library",
1158            "extra": {
1159                "branch-alias": {
1160                    "dev-master": "2.4-dev"
1161                },
1162                "laravel": {
1163                    "providers": [
1164                        "Intervention\\Image\\ImageServiceProvider"
1165                    ],
1166                    "aliases": {
1167                        "Image": "Intervention\\Image\\Facades\\Image"
1168                    }
1169                }
1170            },
1171            "autoload": {
1172                "psr-4": {
1173                    "Intervention\\Image\\": "src/Intervention/Image"
1174                }
1175            },
1176            "notification-url": "https://packagist.org/downloads/",
1177            "license": [
1178                "MIT"
1179            ],
1180            "authors": [
1181                {
1182                    "name": "Oliver Vogel",
1183                    "email": "oliver@olivervogel.com",
1184                    "homepage": "http://olivervogel.com/"
1185                }
1186            ],
1187            "description": "Image handling and manipulation library with support for Laravel integration",
1188            "homepage": "http://image.intervention.io/",
1189            "keywords": [
1190                "gd",
1191                "image",
1192                "imagick",
1193                "laravel",
1194                "thumbnail",
1195                "watermark"
1196            ],
1197            "time": "2018-05-29T14:19:03+00:00"
1198        },
1199        {
1200            "name": "league/commonmark",
1201            "version": "0.18.1",
1202            "source": {
1203                "type": "git",
1204                "url": "https://github.com/thephpleague/commonmark.git",
1205                "reference": "e5029f74ba39e043ce4b3ca6c05dc719d8aafd94"
1206            },
1207            "dist": {
1208                "type": "zip",
1209                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/e5029f74ba39e043ce4b3ca6c05dc719d8aafd94",
1210                "reference": "e5029f74ba39e043ce4b3ca6c05dc719d8aafd94",
1211                "shasum": ""
1212            },
1213            "require": {
1214                "ext-mbstring": "*",
1215                "php": ">=5.6.5"
1216            },
1217            "replace": {
1218                "colinodell/commonmark-php": "*"
1219            },
1220            "require-dev": {
1221                "cebe/markdown": "~1.0",
1222                "commonmark/commonmark.js": "0.28",
1223                "erusev/parsedown": "~1.0",
1224                "michelf/php-markdown": "~1.4",
1225                "mikehaertl/php-shellcommand": "^1.2",
1226                "phpunit/phpunit": "^5.7|^6.5",
1227                "scrutinizer/ocular": "^1.1",
1228                "symfony/finder": "^3.0|^4.0"
1229            },
1230            "suggest": {
1231                "league/commonmark-extras": "Library of useful extensions including smart punctuation"
1232            },
1233            "bin": [
1234                "bin/commonmark"
1235            ],
1236            "type": "library",
1237            "extra": {
1238                "branch-alias": {
1239                    "dev-master": "0.19-dev"
1240                }
1241            },
1242            "autoload": {
1243                "psr-4": {
1244                    "League\\CommonMark\\": "src/"
1245                }
1246            },
1247            "notification-url": "https://packagist.org/downloads/",
1248            "license": [
1249                "BSD-3-Clause"
1250            ],
1251            "authors": [
1252                {
1253                    "name": "Colin O'Dell",
1254                    "email": "colinodell@gmail.com",
1255                    "homepage": "https://www.colinodell.com",
1256                    "role": "Lead Developer"
1257                }
1258            ],
1259            "description": "PHP Markdown parser based on the CommonMark spec",
1260            "homepage": "https://github.com/thephpleague/commonmark",
1261            "keywords": [
1262                "commonmark",
1263                "markdown",
1264                "parser"
1265            ],
1266            "time": "2018-12-30T01:55:29+00:00"
1267        },
1268        {
1269            "name": "league/flysystem",
1270            "version": "1.0.50",
1271            "source": {
1272                "type": "git",
1273                "url": "https://github.com/thephpleague/flysystem.git",
1274                "reference": "dab4e7624efa543a943be978008f439c333f2249"
1275            },
1276            "dist": {
1277                "type": "zip",
1278                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dab4e7624efa543a943be978008f439c333f2249",
1279                "reference": "dab4e7624efa543a943be978008f439c333f2249",
1280                "shasum": ""
1281            },
1282            "require": {
1283                "ext-fileinfo": "*",
1284                "php": ">=5.5.9"
1285            },
1286            "conflict": {
1287                "league/flysystem-sftp": "<1.0.6"
1288            },
1289            "require-dev": {
1290                "phpspec/phpspec": "^3.4",
1291                "phpunit/phpunit": "^5.7.10"
1292            },
1293            "suggest": {
1294                "ext-fileinfo": "Required for MimeType",
1295                "ext-ftp": "Allows you to use FTP server storage",
1296                "ext-openssl": "Allows you to use FTPS server storage",
1297                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1298                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1299                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1300                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1301                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1302                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1303                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1304                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1305                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1306                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1307                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1308            },
1309            "type": "library",
1310            "extra": {
1311                "branch-alias": {
1312                    "dev-master": "1.1-dev"
1313                }
1314            },
1315            "autoload": {
1316                "psr-4": {
1317                    "League\\Flysystem\\": "src/"
1318                }
1319            },
1320            "notification-url": "https://packagist.org/downloads/",
1321            "license": [
1322                "MIT"
1323            ],
1324            "authors": [
1325                {
1326                    "name": "Frank de Jonge",
1327                    "email": "info@frenky.net"
1328                }
1329            ],
1330            "description": "Filesystem abstraction: Many filesystems, one API.",
1331            "keywords": [
1332                "Cloud Files",
1333                "WebDAV",
1334                "abstraction",
1335                "aws",
1336                "cloud",
1337                "copy.com",
1338                "dropbox",
1339                "file systems",
1340                "files",
1341                "filesystem",
1342                "filesystems",
1343                "ftp",
1344                "rackspace",
1345                "remote",
1346                "s3",
1347                "sftp",
1348                "storage"
1349            ],
1350            "time": "2019-02-01T08:50:36+00:00"
1351        },
1352        {
1353            "name": "league/flysystem-cached-adapter",
1354            "version": "1.0.9",
1355            "source": {
1356                "type": "git",
1357                "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
1358                "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f"
1359            },
1360            "dist": {
1361                "type": "zip",
1362                "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f",
1363                "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f",
1364                "shasum": ""
1365            },
1366            "require": {
1367                "league/flysystem": "~1.0",
1368                "psr/cache": "^1.0.0"
1369            },
1370            "require-dev": {
1371                "mockery/mockery": "~0.9",
1372                "phpspec/phpspec": "^3.4",
1373                "phpunit/phpunit": "^5.7",
1374                "predis/predis": "~1.0",
1375                "tedivm/stash": "~0.12"
1376            },
1377            "suggest": {
1378                "ext-phpredis": "Pure C implemented extension for PHP"
1379            },
1380            "type": "library",
1381            "autoload": {
1382                "psr-4": {
1383                    "League\\Flysystem\\Cached\\": "src/"
1384                }
1385            },
1386            "notification-url": "https://packagist.org/downloads/",
1387            "license": [
1388                "MIT"
1389            ],
1390            "authors": [
1391                {
1392                    "name": "frankdejonge",
1393                    "email": "info@frenky.net"
1394                }
1395            ],
1396            "description": "An adapter decorator to enable meta-data caching.",
1397            "time": "2018-07-09T20:51:04+00:00"
1398        },
1399        {
1400            "name": "league/flysystem-ziparchive",
1401            "version": "1.0.3",
1402            "source": {
1403                "type": "git",
1404                "url": "https://github.com/thephpleague/flysystem-ziparchive.git",
1405                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45"
1406            },
1407            "dist": {
1408                "type": "zip",
1409                "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
1410                "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45",
1411                "shasum": ""
1412            },
1413            "require": {
1414                "ext-zip": "*",
1415                "league/flysystem": "~1.0",
1416                "php": ">=5.4.0"
1417            },
1418            "require-dev": {
1419                "mockery/mockery": "0.9.*",
1420                "phpunit/phpunit": "~4.0"
1421            },
1422            "type": "library",
1423            "extra": {
1424                "branch-alias": {
1425                    "dev-master": "1.0-dev"
1426                }
1427            },
1428            "autoload": {
1429                "psr-4": {
1430                    "League\\Flysystem\\ZipArchive\\": "src/"
1431                }
1432            },
1433            "notification-url": "https://packagist.org/downloads/",
1434            "license": [
1435                "MIT"
1436            ],
1437            "authors": [
1438                {
1439                    "name": "Frank de Jonge",
1440                    "email": "info@frenky.net"
1441                }
1442            ],
1443            "description": "Flysystem adapter for ZipArchive's",
1444            "time": "2016-12-20T08:36:16+00:00"
1445        },
1446        {
1447            "name": "league/glide",
1448            "version": "1.4.0",
1449            "source": {
1450                "type": "git",
1451                "url": "https://github.com/thephpleague/glide.git",
1452                "reference": "72430fbdb446c754910f0bab97e1ef14baab1e80"
1453            },
1454            "dist": {
1455                "type": "zip",
1456                "url": "https://api.github.com/repos/thephpleague/glide/zipball/72430fbdb446c754910f0bab97e1ef14baab1e80",
1457                "reference": "72430fbdb446c754910f0bab97e1ef14baab1e80",
1458                "shasum": ""
1459            },
1460            "require": {
1461                "intervention/image": "^2.4",
1462                "league/flysystem": "^1.0",
1463                "php": "^5.4 | ^7.0",
1464                "psr/http-message": "^1.0"
1465            },
1466            "require-dev": {
1467                "mockery/mockery": "~0.9",
1468                "phpunit/php-token-stream": "^1.4",
1469                "phpunit/phpunit": "~4.4"
1470            },
1471            "type": "library",
1472            "extra": {
1473                "branch-alias": {
1474                    "dev-master": "1.1-dev"
1475                }
1476            },
1477            "autoload": {
1478                "psr-4": {
1479                    "League\\Glide\\": "src/"
1480                }
1481            },
1482            "notification-url": "https://packagist.org/downloads/",
1483            "license": [
1484                "MIT"
1485            ],
1486            "authors": [
1487                {
1488                    "name": "Jonathan Reinink",
1489                    "email": "jonathan@reinink.ca",
1490                    "homepage": "http://reinink.ca"
1491                }
1492            ],
1493            "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
1494            "homepage": "http://glide.thephpleague.com",
1495            "keywords": [
1496                "ImageMagick",
1497                "editing",
1498                "gd",
1499                "image",
1500                "imagick",
1501                "league",
1502                "manipulation",
1503                "processing"
1504            ],
1505            "time": "2018-12-22T17:56:55+00:00"
1506        },
1507        {
1508            "name": "nesbot/carbon",
1509            "version": "1.36.2",
1510            "source": {
1511                "type": "git",
1512                "url": "https://github.com/briannesbitt/Carbon.git",
1513                "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9"
1514            },
1515            "dist": {
1516                "type": "zip",
1517                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
1518                "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
1519                "shasum": ""
1520            },
1521            "require": {
1522                "php": ">=5.3.9",
1523                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
1524            },
1525            "require-dev": {
1526                "phpunit/phpunit": "^4.8.35 || ^5.7"
1527            },
1528            "suggest": {
1529                "friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
1530                "phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
1531            },
1532            "type": "library",
1533            "extra": {
1534                "laravel": {
1535                    "providers": [
1536                        "Carbon\\Laravel\\ServiceProvider"
1537                    ]
1538                }
1539            },
1540            "autoload": {
1541                "psr-4": {
1542                    "": "src/"
1543                }
1544            },
1545            "notification-url": "https://packagist.org/downloads/",
1546            "license": [
1547                "MIT"
1548            ],
1549            "authors": [
1550                {
1551                    "name": "Brian Nesbitt",
1552                    "email": "brian@nesbot.com",
1553                    "homepage": "http://nesbot.com"
1554                }
1555            ],
1556            "description": "A simple API extension for DateTime.",
1557            "homepage": "http://carbon.nesbot.com",
1558            "keywords": [
1559                "date",
1560                "datetime",
1561                "time"
1562            ],
1563            "time": "2018-12-28T10:07:33+00:00"
1564        },
1565        {
1566            "name": "paragonie/random_compat",
1567            "version": "v9.99.99",
1568            "source": {
1569                "type": "git",
1570                "url": "https://github.com/paragonie/random_compat.git",
1571                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
1572            },
1573            "dist": {
1574                "type": "zip",
1575                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1576                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1577                "shasum": ""
1578            },
1579            "require": {
1580                "php": "^7"
1581            },
1582            "require-dev": {
1583                "phpunit/phpunit": "4.*|5.*",
1584                "vimeo/psalm": "^1"
1585            },
1586            "suggest": {
1587                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1588            },
1589            "type": "library",
1590            "notification-url": "https://packagist.org/downloads/",
1591            "license": [
1592                "MIT"
1593            ],
1594            "authors": [
1595                {
1596                    "name": "Paragon Initiative Enterprises",
1597                    "email": "security@paragonie.com",
1598                    "homepage": "https://paragonie.com"
1599                }
1600            ],
1601            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1602            "keywords": [
1603                "csprng",
1604                "polyfill",
1605                "pseudorandom",
1606                "random"
1607            ],
1608            "time": "2018-07-02T15:55:56+00:00"
1609        },
1610        {
1611            "name": "psr/cache",
1612            "version": "1.0.1",
1613            "source": {
1614                "type": "git",
1615                "url": "https://github.com/php-fig/cache.git",
1616                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1617            },
1618            "dist": {
1619                "type": "zip",
1620                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1621                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1622                "shasum": ""
1623            },
1624            "require": {
1625                "php": ">=5.3.0"
1626            },
1627            "type": "library",
1628            "extra": {
1629                "branch-alias": {
1630                    "dev-master": "1.0.x-dev"
1631                }
1632            },
1633            "autoload": {
1634                "psr-4": {
1635                    "Psr\\Cache\\": "src/"
1636                }
1637            },
1638            "notification-url": "https://packagist.org/downloads/",
1639            "license": [
1640                "MIT"
1641            ],
1642            "authors": [
1643                {
1644                    "name": "PHP-FIG",
1645                    "homepage": "http://www.php-fig.org/"
1646                }
1647            ],
1648            "description": "Common interface for caching libraries",
1649            "keywords": [
1650                "cache",
1651                "psr",
1652                "psr-6"
1653            ],
1654            "time": "2016-08-06T20:24:11+00:00"
1655        },
1656        {
1657            "name": "psr/container",
1658            "version": "1.0.0",
1659            "source": {
1660                "type": "git",
1661                "url": "https://github.com/php-fig/container.git",
1662                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1663            },
1664            "dist": {
1665                "type": "zip",
1666                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1667                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1668                "shasum": ""
1669            },
1670            "require": {
1671                "php": ">=5.3.0"
1672            },
1673            "type": "library",
1674            "extra": {
1675                "branch-alias": {
1676                    "dev-master": "1.0.x-dev"
1677                }
1678            },
1679            "autoload": {
1680                "psr-4": {
1681                    "Psr\\Container\\": "src/"
1682                }
1683            },
1684            "notification-url": "https://packagist.org/downloads/",
1685            "license": [
1686                "MIT"
1687            ],
1688            "authors": [
1689                {
1690                    "name": "PHP-FIG",
1691                    "homepage": "http://www.php-fig.org/"
1692                }
1693            ],
1694            "description": "Common Container Interface (PHP FIG PSR-11)",
1695            "homepage": "https://github.com/php-fig/container",
1696            "keywords": [
1697                "PSR-11",
1698                "container",
1699                "container-interface",
1700                "container-interop",
1701                "psr"
1702            ],
1703            "time": "2017-02-14T16:28:37+00:00"
1704        },
1705        {
1706            "name": "psr/http-message",
1707            "version": "1.0.1",
1708            "source": {
1709                "type": "git",
1710                "url": "https://github.com/php-fig/http-message.git",
1711                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1712            },
1713            "dist": {
1714                "type": "zip",
1715                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1716                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1717                "shasum": ""
1718            },
1719            "require": {
1720                "php": ">=5.3.0"
1721            },
1722            "type": "library",
1723            "extra": {
1724                "branch-alias": {
1725                    "dev-master": "1.0.x-dev"
1726                }
1727            },
1728            "autoload": {
1729                "psr-4": {
1730                    "Psr\\Http\\Message\\": "src/"
1731                }
1732            },
1733            "notification-url": "https://packagist.org/downloads/",
1734            "license": [
1735                "MIT"
1736            ],
1737            "authors": [
1738                {
1739                    "name": "PHP-FIG",
1740                    "homepage": "http://www.php-fig.org/"
1741                }
1742            ],
1743            "description": "Common interface for HTTP messages",
1744            "homepage": "https://github.com/php-fig/http-message",
1745            "keywords": [
1746                "http",
1747                "http-message",
1748                "psr",
1749                "psr-7",
1750                "request",
1751                "response"
1752            ],
1753            "time": "2016-08-06T14:39:51+00:00"
1754        },
1755        {
1756            "name": "psr/log",
1757            "version": "1.1.0",
1758            "source": {
1759                "type": "git",
1760                "url": "https://github.com/php-fig/log.git",
1761                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
1762            },
1763            "dist": {
1764                "type": "zip",
1765                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1766                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1767                "shasum": ""
1768            },
1769            "require": {
1770                "php": ">=5.3.0"
1771            },
1772            "type": "library",
1773            "extra": {
1774                "branch-alias": {
1775                    "dev-master": "1.0.x-dev"
1776                }
1777            },
1778            "autoload": {
1779                "psr-4": {
1780                    "Psr\\Log\\": "Psr/Log/"
1781                }
1782            },
1783            "notification-url": "https://packagist.org/downloads/",
1784            "license": [
1785                "MIT"
1786            ],
1787            "authors": [
1788                {
1789                    "name": "PHP-FIG",
1790                    "homepage": "http://www.php-fig.org/"
1791                }
1792            ],
1793            "description": "Common interface for logging libraries",
1794            "homepage": "https://github.com/php-fig/log",
1795            "keywords": [
1796                "log",
1797                "psr",
1798                "psr-3"
1799            ],
1800            "time": "2018-11-20T15:27:04+00:00"
1801        },
1802        {
1803            "name": "psr/simple-cache",
1804            "version": "1.0.1",
1805            "source": {
1806                "type": "git",
1807                "url": "https://github.com/php-fig/simple-cache.git",
1808                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1809            },
1810            "dist": {
1811                "type": "zip",
1812                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1813                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1814                "shasum": ""
1815            },
1816            "require": {
1817                "php": ">=5.3.0"
1818            },
1819            "type": "library",
1820            "extra": {
1821                "branch-alias": {
1822                    "dev-master": "1.0.x-dev"
1823                }
1824            },
1825            "autoload": {
1826                "psr-4": {
1827                    "Psr\\SimpleCache\\": "src/"
1828                }
1829            },
1830            "notification-url": "https://packagist.org/downloads/",
1831            "license": [
1832                "MIT"
1833            ],
1834            "authors": [
1835                {
1836                    "name": "PHP-FIG",
1837                    "homepage": "http://www.php-fig.org/"
1838                }
1839            ],
1840            "description": "Common interfaces for simple caching",
1841            "keywords": [
1842                "cache",
1843                "caching",
1844                "psr",
1845                "psr-16",
1846                "simple-cache"
1847            ],
1848            "time": "2017-10-23T01:57:42+00:00"
1849        },
1850        {
1851            "name": "ralouphie/getallheaders",
1852            "version": "2.0.5",
1853            "source": {
1854                "type": "git",
1855                "url": "https://github.com/ralouphie/getallheaders.git",
1856                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
1857            },
1858            "dist": {
1859                "type": "zip",
1860                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
1861                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
1862                "shasum": ""
1863            },
1864            "require": {
1865                "php": ">=5.3"
1866            },
1867            "require-dev": {
1868                "phpunit/phpunit": "~3.7.0",
1869                "satooshi/php-coveralls": ">=1.0"
1870            },
1871            "type": "library",
1872            "autoload": {
1873                "files": [
1874                    "src/getallheaders.php"
1875                ]
1876            },
1877            "notification-url": "https://packagist.org/downloads/",
1878            "license": [
1879                "MIT"
1880            ],
1881            "authors": [
1882                {
1883                    "name": "Ralph Khattar",
1884                    "email": "ralph.khattar@gmail.com"
1885                }
1886            ],
1887            "description": "A polyfill for getallheaders.",
1888            "time": "2016-02-11T07:05:27+00:00"
1889        },
1890        {
1891            "name": "ramsey/uuid",
1892            "version": "3.8.0",
1893            "source": {
1894                "type": "git",
1895                "url": "https://github.com/ramsey/uuid.git",
1896                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
1897            },
1898            "dist": {
1899                "type": "zip",
1900                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1901                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1902                "shasum": ""
1903            },
1904            "require": {
1905                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
1906                "php": "^5.4 || ^7.0",
1907                "symfony/polyfill-ctype": "^1.8"
1908            },
1909            "replace": {
1910                "rhumsaa/uuid": "self.version"
1911            },
1912            "require-dev": {
1913                "codeception/aspect-mock": "^1.0 | ~2.0.0",
1914                "doctrine/annotations": "~1.2.0",
1915                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
1916                "ircmaxell/random-lib": "^1.1",
1917                "jakub-onderka/php-parallel-lint": "^0.9.0",
1918                "mockery/mockery": "^0.9.9",
1919                "moontoast/math": "^1.1",
1920                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1921                "phpunit/phpunit": "^4.7|^5.0|^6.5",
1922                "squizlabs/php_codesniffer": "^2.3"
1923            },
1924            "suggest": {
1925                "ext-ctype": "Provides support for PHP Ctype functions",
1926                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1927                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1928                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1929                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1930                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1931                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1932            },
1933            "type": "library",
1934            "extra": {
1935                "branch-alias": {
1936                    "dev-master": "3.x-dev"
1937                }
1938            },
1939            "autoload": {
1940                "psr-4": {
1941                    "Ramsey\\Uuid\\": "src/"
1942                }
1943            },
1944            "notification-url": "https://packagist.org/downloads/",
1945            "license": [
1946                "MIT"
1947            ],
1948            "authors": [
1949                {
1950                    "name": "Marijn Huizendveld",
1951                    "email": "marijn.huizendveld@gmail.com"
1952                },
1953                {
1954                    "name": "Thibaud Fabre",
1955                    "email": "thibaud@aztech.io"
1956                },
1957                {
1958                    "name": "Ben Ramsey",
1959                    "email": "ben@benramsey.com",
1960                    "homepage": "https://benramsey.com"
1961                }
1962            ],
1963            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1964            "homepage": "https://github.com/ramsey/uuid",
1965            "keywords": [
1966                "guid",
1967                "identifier",
1968                "uuid"
1969            ],
1970            "time": "2018-07-19T23:38:55+00:00"
1971        },
1972        {
1973            "name": "swiftmailer/swiftmailer",
1974            "version": "v6.1.3",
1975            "source": {
1976                "type": "git",
1977                "url": "https://github.com/swiftmailer/swiftmailer.git",
1978                "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
1979            },
1980            "dist": {
1981                "type": "zip",
1982                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
1983                "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
1984                "shasum": ""
1985            },
1986            "require": {
1987                "egulias/email-validator": "~2.0",
1988                "php": ">=7.0.0"
1989            },
1990            "require-dev": {
1991                "mockery/mockery": "~0.9.1",
1992                "symfony/phpunit-bridge": "~3.3@dev"
1993            },
1994            "suggest": {
1995                "ext-intl": "Needed to support internationalized email addresses",
1996                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
1997            },
1998            "type": "library",
1999            "extra": {
2000                "branch-alias": {
2001                    "dev-master": "6.1-dev"
2002                }
2003            },
2004            "autoload": {
2005                "files": [
2006                    "lib/swift_required.php"
2007                ]
2008            },
2009            "notification-url": "https://packagist.org/downloads/",
2010            "license": [
2011                "MIT"
2012            ],
2013            "authors": [
2014                {
2015                    "name": "Chris Corbyn"
2016                },
2017                {
2018                    "name": "Fabien Potencier",
2019                    "email": "fabien@symfony.com"
2020                }
2021            ],
2022            "description": "Swiftmailer, free feature-rich PHP mailer",
2023            "homepage": "https://swiftmailer.symfony.com",
2024            "keywords": [
2025                "email",
2026                "mail",
2027                "mailer"
2028            ],
2029            "time": "2018-09-11T07:12:52+00:00"
2030        },
2031        {
2032            "name": "symfony/cache",
2033            "version": "v4.2.3",
2034            "source": {
2035                "type": "git",
2036                "url": "https://github.com/symfony/cache.git",
2037                "reference": "7c5b85bcc5f87dd7938123be12ce3323be6cde5a"
2038            },
2039            "dist": {
2040                "type": "zip",
2041                "url": "https://api.github.com/repos/symfony/cache/zipball/7c5b85bcc5f87dd7938123be12ce3323be6cde5a",
2042                "reference": "7c5b85bcc5f87dd7938123be12ce3323be6cde5a",
2043                "shasum": ""
2044            },
2045            "require": {
2046                "php": "^7.1.3",
2047                "psr/cache": "~1.0",
2048                "psr/log": "~1.0",
2049                "psr/simple-cache": "^1.0",
2050                "symfony/contracts": "^1.0",
2051                "symfony/var-exporter": "^4.2"
2052            },
2053            "conflict": {
2054                "doctrine/dbal": "<2.5",
2055                "symfony/dependency-injection": "<3.4",
2056                "symfony/var-dumper": "<3.4"
2057            },
2058            "provide": {
2059                "psr/cache-implementation": "1.0",
2060                "psr/simple-cache-implementation": "1.0",
2061                "symfony/cache-contracts-implementation": "1.0"
2062            },
2063            "require-dev": {
2064                "cache/integration-tests": "dev-master",
2065                "doctrine/cache": "~1.6",
2066                "doctrine/dbal": "~2.5",
2067                "predis/predis": "~1.1",
2068                "symfony/config": "~4.2",
2069                "symfony/dependency-injection": "~3.4|~4.1",
2070                "symfony/var-dumper": "^4.1.1"
2071            },
2072            "type": "library",
2073            "extra": {
2074                "branch-alias": {
2075                    "dev-master": "4.2-dev"
2076                }
2077            },
2078            "autoload": {
2079                "psr-4": {
2080                    "Symfony\\Component\\Cache\\": ""
2081                },
2082                "exclude-from-classmap": [
2083                    "/Tests/"
2084                ]
2085            },
2086            "notification-url": "https://packagist.org/downloads/",
2087            "license": [
2088                "MIT"
2089            ],
2090            "authors": [
2091                {
2092                    "name": "Nicolas Grekas",
2093                    "email": "p@tchwork.com"
2094                },
2095                {
2096                    "name": "Symfony Community",
2097                    "homepage": "https://symfony.com/contributors"
2098                }
2099            ],
2100            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2101            "homepage": "https://symfony.com",
2102            "keywords": [
2103                "caching",
2104                "psr6"
2105            ],
2106            "time": "2019-01-31T15:08:08+00:00"
2107        },
2108        {
2109            "name": "symfony/contracts",
2110            "version": "v1.0.2",
2111            "source": {
2112                "type": "git",
2113                "url": "https://github.com/symfony/contracts.git",
2114                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
2115            },
2116            "dist": {
2117                "type": "zip",
2118                "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
2119                "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
2120                "shasum": ""
2121            },
2122            "require": {
2123                "php": "^7.1.3"
2124            },
2125            "require-dev": {
2126                "psr/cache": "^1.0",
2127                "psr/container": "^1.0"
2128            },
2129            "suggest": {
2130                "psr/cache": "When using the Cache contracts",
2131                "psr/container": "When using the Service contracts",
2132                "symfony/cache-contracts-implementation": "",
2133                "symfony/service-contracts-implementation": "",
2134                "symfony/translation-contracts-implementation": ""
2135            },
2136            "type": "library",
2137            "extra": {
2138                "branch-alias": {
2139                    "dev-master": "1.0-dev"
2140                }
2141            },
2142            "autoload": {
2143                "psr-4": {
2144                    "Symfony\\Contracts\\": ""
2145                },
2146                "exclude-from-classmap": [
2147                    "**/Tests/"
2148                ]
2149            },
2150            "notification-url": "https://packagist.org/downloads/",
2151            "license": [
2152                "MIT"
2153            ],
2154            "authors": [
2155                {
2156                    "name": "Nicolas Grekas",
2157                    "email": "p@tchwork.com"
2158                },
2159                {
2160                    "name": "Symfony Community",
2161                    "homepage": "https://symfony.com/contributors"
2162                }
2163            ],
2164            "description": "A set of abstractions extracted out of the Symfony components",
2165            "homepage": "https://symfony.com",
2166            "keywords": [
2167                "abstractions",
2168                "contracts",
2169                "decoupling",
2170                "interfaces",
2171                "interoperability",
2172                "standards"
2173            ],
2174            "time": "2018-12-05T08:06:11+00:00"
2175        },
2176        {
2177            "name": "symfony/debug",
2178            "version": "v4.2.3",
2179            "source": {
2180                "type": "git",
2181                "url": "https://github.com/symfony/debug.git",
2182                "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65"
2183            },
2184            "dist": {
2185                "type": "zip",
2186                "url": "https://api.github.com/repos/symfony/debug/zipball/cf9b2e33f757deb884ce474e06d2647c1c769b65",
2187                "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65",
2188                "shasum": ""
2189            },
2190            "require": {
2191                "php": "^7.1.3",
2192                "psr/log": "~1.0"
2193            },
2194            "conflict": {
2195                "symfony/http-kernel": "<3.4"
2196            },
2197            "require-dev": {
2198                "symfony/http-kernel": "~3.4|~4.0"
2199            },
2200            "type": "library",
2201            "extra": {
2202                "branch-alias": {
2203                    "dev-master": "4.2-dev"
2204                }
2205            },
2206            "autoload": {
2207                "psr-4": {
2208                    "Symfony\\Component\\Debug\\": ""
2209                },
2210                "exclude-from-classmap": [
2211                    "/Tests/"
2212                ]
2213            },
2214            "notification-url": "https://packagist.org/downloads/",
2215            "license": [
2216                "MIT"
2217            ],
2218            "authors": [
2219                {
2220                    "name": "Fabien Potencier",
2221                    "email": "fabien@symfony.com"
2222                },
2223                {
2224                    "name": "Symfony Community",
2225                    "homepage": "https://symfony.com/contributors"
2226                }
2227            ],
2228            "description": "Symfony Debug Component",
2229            "homepage": "https://symfony.com",
2230            "time": "2019-01-25T14:35:16+00:00"
2231        },
2232        {
2233            "name": "symfony/event-dispatcher",
2234            "version": "v4.2.3",
2235            "source": {
2236                "type": "git",
2237                "url": "https://github.com/symfony/event-dispatcher.git",
2238                "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1"
2239            },
2240            "dist": {
2241                "type": "zip",
2242                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
2243                "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
2244                "shasum": ""
2245            },
2246            "require": {
2247                "php": "^7.1.3",
2248                "symfony/contracts": "^1.0"
2249            },
2250            "conflict": {
2251                "symfony/dependency-injection": "<3.4"
2252            },
2253            "require-dev": {
2254                "psr/log": "~1.0",
2255                "symfony/config": "~3.4|~4.0",
2256                "symfony/dependency-injection": "~3.4|~4.0",
2257                "symfony/expression-language": "~3.4|~4.0",
2258                "symfony/stopwatch": "~3.4|~4.0"
2259            },
2260            "suggest": {
2261                "symfony/dependency-injection": "",
2262                "symfony/http-kernel": ""
2263            },
2264            "type": "library",
2265            "extra": {
2266                "branch-alias": {
2267                    "dev-master": "4.2-dev"
2268                }
2269            },
2270            "autoload": {
2271                "psr-4": {
2272                    "Symfony\\Component\\EventDispatcher\\": ""
2273                },
2274                "exclude-from-classmap": [
2275                    "/Tests/"
2276                ]
2277            },
2278            "notification-url": "https://packagist.org/downloads/",
2279            "license": [
2280                "MIT"
2281            ],
2282            "authors": [
2283                {
2284                    "name": "Fabien Potencier",
2285                    "email": "fabien@symfony.com"
2286                },
2287                {
2288                    "name": "Symfony Community",
2289                    "homepage": "https://symfony.com/contributors"
2290                }
2291            ],
2292            "description": "Symfony EventDispatcher Component",
2293            "homepage": "https://symfony.com",
2294            "time": "2019-01-16T20:35:37+00:00"
2295        },
2296        {
2297            "name": "symfony/expression-language",
2298            "version": "v4.2.3",
2299            "source": {
2300                "type": "git",
2301                "url": "https://github.com/symfony/expression-language.git",
2302                "reference": "a69b153996a13ffdb05395e8724c7217a8448e9e"
2303            },
2304            "dist": {
2305                "type": "zip",
2306                "url": "https://api.github.com/repos/symfony/expression-language/zipball/a69b153996a13ffdb05395e8724c7217a8448e9e",
2307                "reference": "a69b153996a13ffdb05395e8724c7217a8448e9e",
2308                "shasum": ""
2309            },
2310            "require": {
2311                "php": "^7.1.3",
2312                "symfony/cache": "~3.4|~4.0",
2313                "symfony/contracts": "^1.0"
2314            },
2315            "type": "library",
2316            "extra": {
2317                "branch-alias": {
2318                    "dev-master": "4.2-dev"
2319                }
2320            },
2321            "autoload": {
2322                "psr-4": {
2323                    "Symfony\\Component\\ExpressionLanguage\\": ""
2324                },
2325                "exclude-from-classmap": [
2326                    "/Tests/"
2327                ]
2328            },
2329            "notification-url": "https://packagist.org/downloads/",
2330            "license": [
2331                "MIT"
2332            ],
2333            "authors": [
2334                {
2335                    "name": "Fabien Potencier",
2336                    "email": "fabien@symfony.com"
2337                },
2338                {
2339                    "name": "Symfony Community",
2340                    "homepage": "https://symfony.com/contributors"
2341                }
2342            ],
2343            "description": "Symfony ExpressionLanguage Component",
2344            "homepage": "https://symfony.com",
2345            "time": "2019-01-16T20:31:39+00:00"
2346        },
2347        {
2348            "name": "symfony/http-foundation",
2349            "version": "v4.2.3",
2350            "source": {
2351                "type": "git",
2352                "url": "https://github.com/symfony/http-foundation.git",
2353                "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39"
2354            },
2355            "dist": {
2356                "type": "zip",
2357                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
2358                "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
2359                "shasum": ""
2360            },
2361            "require": {
2362                "php": "^7.1.3",
2363                "symfony/polyfill-mbstring": "~1.1"
2364            },
2365            "require-dev": {
2366                "predis/predis": "~1.0",
2367                "symfony/expression-language": "~3.4|~4.0"
2368            },
2369            "type": "library",
2370            "extra": {
2371                "branch-alias": {
2372                    "dev-master": "4.2-dev"
2373                }
2374            },
2375            "autoload": {
2376                "psr-4": {
2377                    "Symfony\\Component\\HttpFoundation\\": ""
2378                },
2379                "exclude-from-classmap": [
2380                    "/Tests/"
2381                ]
2382            },
2383            "notification-url": "https://packagist.org/downloads/",
2384            "license": [
2385                "MIT"
2386            ],
2387            "authors": [
2388                {
2389                    "name": "Fabien Potencier",
2390                    "email": "fabien@symfony.com"
2391                },
2392                {
2393                    "name": "Symfony Community",
2394                    "homepage": "https://symfony.com/contributors"
2395                }
2396            ],
2397            "description": "Symfony HttpFoundation Component",
2398            "homepage": "https://symfony.com",
2399            "time": "2019-01-29T09:49:29+00:00"
2400        },
2401        {
2402            "name": "symfony/http-kernel",
2403            "version": "v4.2.3",
2404            "source": {
2405                "type": "git",
2406                "url": "https://github.com/symfony/http-kernel.git",
2407                "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d"
2408            },
2409            "dist": {
2410                "type": "zip",
2411                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d56b1706abaa771eb6acd894c6787cb88f1dc97d",
2412                "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d",
2413                "shasum": ""
2414            },
2415            "require": {
2416                "php": "^7.1.3",
2417                "psr/log": "~1.0",
2418                "symfony/contracts": "^1.0.2",
2419                "symfony/debug": "~3.4|~4.0",
2420                "symfony/event-dispatcher": "~4.1",
2421                "symfony/http-foundation": "^4.1.1",
2422                "symfony/polyfill-ctype": "~1.8"
2423            },
2424            "conflict": {
2425                "symfony/config": "<3.4",
2426                "symfony/dependency-injection": "<4.2",
2427                "symfony/translation": "<4.2",
2428                "symfony/var-dumper": "<4.1.1",
2429                "twig/twig": "<1.34|<2.4,>=2"
2430            },
2431            "provide": {
2432                "psr/log-implementation": "1.0"
2433            },
2434            "require-dev": {
2435                "psr/cache": "~1.0",
2436                "symfony/browser-kit": "~3.4|~4.0",
2437                "symfony/config": "~3.4|~4.0",
2438                "symfony/console": "~3.4|~4.0",
2439                "symfony/css-selector": "~3.4|~4.0",
2440                "symfony/dependency-injection": "^4.2",
2441                "symfony/dom-crawler": "~3.4|~4.0",
2442                "symfony/expression-language": "~3.4|~4.0",
2443                "symfony/finder": "~3.4|~4.0",
2444                "symfony/process": "~3.4|~4.0",
2445                "symfony/routing": "~3.4|~4.0",
2446                "symfony/stopwatch": "~3.4|~4.0",
2447                "symfony/templating": "~3.4|~4.0",
2448                "symfony/translation": "~4.2",
2449                "symfony/var-dumper": "^4.1.1"
2450            },
2451            "suggest": {
2452                "symfony/browser-kit": "",
2453                "symfony/config": "",
2454                "symfony/console": "",
2455                "symfony/dependency-injection": "",
2456                "symfony/var-dumper": ""
2457            },
2458            "type": "library",
2459            "extra": {
2460                "branch-alias": {
2461                    "dev-master": "4.2-dev"
2462                }
2463            },
2464            "autoload": {
2465                "psr-4": {
2466                    "Symfony\\Component\\HttpKernel\\": ""
2467                },
2468                "exclude-from-classmap": [
2469                    "/Tests/"
2470                ]
2471            },
2472            "notification-url": "https://packagist.org/downloads/",
2473            "license": [
2474                "MIT"
2475            ],
2476            "authors": [
2477                {
2478                    "name": "Fabien Potencier",
2479                    "email": "fabien@symfony.com"
2480                },
2481                {
2482                    "name": "Symfony Community",
2483                    "homepage": "https://symfony.com/contributors"
2484                }
2485            ],
2486            "description": "Symfony HttpKernel Component",
2487            "homepage": "https://symfony.com",
2488            "time": "2019-02-03T12:47:33+00:00"
2489        },
2490        {
2491            "name": "symfony/polyfill-ctype",
2492            "version": "v1.10.0",
2493            "source": {
2494                "type": "git",
2495                "url": "https://github.com/symfony/polyfill-ctype.git",
2496                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2497            },
2498            "dist": {
2499                "type": "zip",
2500                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2501                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2502                "shasum": ""
2503            },
2504            "require": {
2505                "php": ">=5.3.3"
2506            },
2507            "suggest": {
2508                "ext-ctype": "For best performance"
2509            },
2510            "type": "library",
2511            "extra": {
2512                "branch-alias": {
2513                    "dev-master": "1.9-dev"
2514                }
2515            },
2516            "autoload": {
2517                "psr-4": {
2518                    "Symfony\\Polyfill\\Ctype\\": ""
2519                },
2520                "files": [
2521                    "bootstrap.php"
2522                ]
2523            },
2524            "notification-url": "https://packagist.org/downloads/",
2525            "license": [
2526                "MIT"
2527            ],
2528            "authors": [
2529                {
2530                    "name": "Symfony Community",
2531                    "homepage": "https://symfony.com/contributors"
2532                },
2533                {
2534                    "name": "Gert de Pagter",
2535                    "email": "BackEndTea@gmail.com"
2536                }
2537            ],
2538            "description": "Symfony polyfill for ctype functions",
2539            "homepage": "https://symfony.com",
2540            "keywords": [
2541                "compatibility",
2542                "ctype",
2543                "polyfill",
2544                "portable"
2545            ],
2546            "time": "2018-08-06T14:22:27+00:00"
2547        },
2548        {
2549            "name": "symfony/polyfill-mbstring",
2550            "version": "v1.10.0",
2551            "source": {
2552                "type": "git",
2553                "url": "https://github.com/symfony/polyfill-mbstring.git",
2554                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
2555            },
2556            "dist": {
2557                "type": "zip",
2558                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
2559                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
2560                "shasum": ""
2561            },
2562            "require": {
2563                "php": ">=5.3.3"
2564            },
2565            "suggest": {
2566                "ext-mbstring": "For best performance"
2567            },
2568            "type": "library",
2569            "extra": {
2570                "branch-alias": {
2571                    "dev-master": "1.9-dev"
2572                }
2573            },
2574            "autoload": {
2575                "psr-4": {
2576                    "Symfony\\Polyfill\\Mbstring\\": ""
2577                },
2578                "files": [
2579                    "bootstrap.php"
2580                ]
2581            },
2582            "notification-url": "https://packagist.org/downloads/",
2583            "license": [
2584                "MIT"
2585            ],
2586            "authors": [
2587                {
2588                    "name": "Nicolas Grekas",
2589                    "email": "p@tchwork.com"
2590                },
2591                {
2592                    "name": "Symfony Community",
2593                    "homepage": "https://symfony.com/contributors"
2594                }
2595            ],
2596            "description": "Symfony polyfill for the Mbstring extension",
2597            "homepage": "https://symfony.com",
2598            "keywords": [
2599                "compatibility",
2600                "mbstring",
2601                "polyfill",
2602                "portable",
2603                "shim"
2604            ],
2605            "time": "2018-09-21T13:07:52+00:00"
2606        },
2607        {
2608            "name": "symfony/polyfill-php71",
2609            "version": "v1.10.0",
2610            "source": {
2611                "type": "git",
2612                "url": "https://github.com/symfony/polyfill-php71.git",
2613                "reference": "1766834a22738196eb45486c4ca23c5739513bf4"
2614            },
2615            "dist": {
2616                "type": "zip",
2617                "url": "https://api.github.com/repos/symfony/polyfill-php71/zipball/1766834a22738196eb45486c4ca23c5739513bf4",
2618                "reference": "1766834a22738196eb45486c4ca23c5739513bf4",
2619                "shasum": ""
2620            },
2621            "require": {
2622                "php": ">=5.3.3"
2623            },
2624            "type": "library",
2625            "extra": {
2626                "branch-alias": {
2627                    "dev-master": "1.9-dev"
2628                }
2629            },
2630            "autoload": {
2631                "psr-4": {
2632                    "Symfony\\Polyfill\\Php71\\": ""
2633                },
2634                "files": [
2635                    "bootstrap.php"
2636                ]
2637            },
2638            "notification-url": "https://packagist.org/downloads/",
2639            "license": [
2640                "MIT"
2641            ],
2642            "authors": [
2643                {
2644                    "name": "Nicolas Grekas",
2645                    "email": "p@tchwork.com"
2646                },
2647                {
2648                    "name": "Symfony Community",
2649                    "homepage": "https://symfony.com/contributors"
2650                }
2651            ],
2652            "description": "Symfony polyfill backporting some PHP 7.1+ features to lower PHP versions",
2653            "homepage": "https://symfony.com",
2654            "keywords": [
2655                "compatibility",
2656                "polyfill",
2657                "portable",
2658                "shim"
2659            ],
2660            "time": "2018-08-06T14:22:27+00:00"
2661        },
2662        {
2663            "name": "symfony/polyfill-php72",
2664            "version": "v1.10.0",
2665            "source": {
2666                "type": "git",
2667                "url": "https://github.com/symfony/polyfill-php72.git",
2668                "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
2669            },
2670            "dist": {
2671                "type": "zip",
2672                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
2673                "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
2674                "shasum": ""
2675            },
2676            "require": {
2677                "php": ">=5.3.3"
2678            },
2679            "type": "library",
2680            "extra": {
2681                "branch-alias": {
2682                    "dev-master": "1.9-dev"
2683                }
2684            },
2685            "autoload": {
2686                "psr-4": {
2687                    "Symfony\\Polyfill\\Php72\\": ""
2688                },
2689                "files": [
2690                    "bootstrap.php"
2691                ]
2692            },
2693            "notification-url": "https://packagist.org/downloads/",
2694            "license": [
2695                "MIT"
2696            ],
2697            "authors": [
2698                {
2699                    "name": "Nicolas Grekas",
2700                    "email": "p@tchwork.com"
2701                },
2702                {
2703                    "name": "Symfony Community",
2704                    "homepage": "https://symfony.com/contributors"
2705                }
2706            ],
2707            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2708            "homepage": "https://symfony.com",
2709            "keywords": [
2710                "compatibility",
2711                "polyfill",
2712                "portable",
2713                "shim"
2714            ],
2715            "time": "2018-09-21T13:07:52+00:00"
2716        },
2717        {
2718            "name": "symfony/translation",
2719            "version": "v4.2.3",
2720            "source": {
2721                "type": "git",
2722                "url": "https://github.com/symfony/translation.git",
2723                "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050"
2724            },
2725            "dist": {
2726                "type": "zip",
2727                "url": "https://api.github.com/repos/symfony/translation/zipball/23fd7aac70d99a17a8e6473a41fec8fab3331050",
2728                "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050",
2729                "shasum": ""
2730            },
2731            "require": {
2732                "php": "^7.1.3",
2733                "symfony/contracts": "^1.0.2",
2734                "symfony/polyfill-mbstring": "~1.0"
2735            },
2736            "conflict": {
2737                "symfony/config": "<3.4",
2738                "symfony/dependency-injection": "<3.4",
2739                "symfony/yaml": "<3.4"
2740            },
2741            "provide": {
2742                "symfony/translation-contracts-implementation": "1.0"
2743            },
2744            "require-dev": {
2745                "psr/log": "~1.0",
2746                "symfony/config": "~3.4|~4.0",
2747                "symfony/console": "~3.4|~4.0",
2748                "symfony/dependency-injection": "~3.4|~4.0",
2749                "symfony/finder": "~2.8|~3.0|~4.0",
2750                "symfony/intl": "~3.4|~4.0",
2751                "symfony/yaml": "~3.4|~4.0"
2752            },
2753            "suggest": {
2754                "psr/log-implementation": "To use logging capability in translator",
2755                "symfony/config": "",
2756                "symfony/yaml": ""
2757            },
2758            "type": "library",
2759            "extra": {
2760                "branch-alias": {
2761                    "dev-master": "4.2-dev"
2762                }
2763            },
2764            "autoload": {
2765                "psr-4": {
2766                    "Symfony\\Component\\Translation\\": ""
2767                },
2768                "exclude-from-classmap": [
2769                    "/Tests/"
2770                ]
2771            },
2772            "notification-url": "https://packagist.org/downloads/",
2773            "license": [
2774                "MIT"
2775            ],
2776            "authors": [
2777                {
2778                    "name": "Fabien Potencier",
2779                    "email": "fabien@symfony.com"
2780                },
2781                {
2782                    "name": "Symfony Community",
2783                    "homepage": "https://symfony.com/contributors"
2784                }
2785            ],
2786            "description": "Symfony Translation Component",
2787            "homepage": "https://symfony.com",
2788            "time": "2019-01-27T23:11:39+00:00"
2789        },
2790        {
2791            "name": "symfony/var-exporter",
2792            "version": "v4.2.3",
2793            "source": {
2794                "type": "git",
2795                "url": "https://github.com/symfony/var-exporter.git",
2796                "reference": "d8bf4424c232b55f4c1816037d3077a89258557e"
2797            },
2798            "dist": {
2799                "type": "zip",
2800                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/d8bf4424c232b55f4c1816037d3077a89258557e",
2801                "reference": "d8bf4424c232b55f4c1816037d3077a89258557e",
2802                "shasum": ""
2803            },
2804            "require": {
2805                "php": "^7.1.3"
2806            },
2807            "require-dev": {
2808                "symfony/var-dumper": "^4.1.1"
2809            },
2810            "type": "library",
2811            "extra": {
2812                "branch-alias": {
2813                    "dev-master": "4.2-dev"
2814                }
2815            },
2816            "autoload": {
2817                "psr-4": {
2818                    "Symfony\\Component\\VarExporter\\": ""
2819                },
2820                "exclude-from-classmap": [
2821                    "/Tests/"
2822                ]
2823            },
2824            "notification-url": "https://packagist.org/downloads/",
2825            "license": [
2826                "MIT"
2827            ],
2828            "authors": [
2829                {
2830                    "name": "Nicolas Grekas",
2831                    "email": "p@tchwork.com"
2832                },
2833                {
2834                    "name": "Symfony Community",
2835                    "homepage": "https://symfony.com/contributors"
2836                }
2837            ],
2838            "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
2839            "homepage": "https://symfony.com",
2840            "keywords": [
2841                "clone",
2842                "construct",
2843                "export",
2844                "hydrate",
2845                "instantiate",
2846                "serialize"
2847            ],
2848            "time": "2019-01-16T20:35:37+00:00"
2849        },
2850        {
2851            "name": "tecnickcom/tcpdf",
2852            "version": "6.2.26",
2853            "source": {
2854                "type": "git",
2855                "url": "https://github.com/tecnickcom/TCPDF.git",
2856                "reference": "367241059ca166e3a76490f4448c284e0a161f15"
2857            },
2858            "dist": {
2859                "type": "zip",
2860                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
2861                "reference": "367241059ca166e3a76490f4448c284e0a161f15",
2862                "shasum": ""
2863            },
2864            "require": {
2865                "php": ">=5.3.0"
2866            },
2867            "type": "library",
2868            "autoload": {
2869                "classmap": [
2870                    "config",
2871                    "include",
2872                    "tcpdf.php",
2873                    "tcpdf_parser.php",
2874                    "tcpdf_import.php",
2875                    "tcpdf_barcodes_1d.php",
2876                    "tcpdf_barcodes_2d.php",
2877                    "include/tcpdf_colors.php",
2878                    "include/tcpdf_filters.php",
2879                    "include/tcpdf_font_data.php",
2880                    "include/tcpdf_fonts.php",
2881                    "include/tcpdf_images.php",
2882                    "include/tcpdf_static.php",
2883                    "include/barcodes/datamatrix.php",
2884                    "include/barcodes/pdf417.php",
2885                    "include/barcodes/qrcode.php"
2886                ]
2887            },
2888            "notification-url": "https://packagist.org/downloads/",
2889            "license": [
2890                "LGPL-3.0"
2891            ],
2892            "authors": [
2893                {
2894                    "name": "Nicola Asuni",
2895                    "email": "info@tecnick.com",
2896                    "role": "lead"
2897                }
2898            ],
2899            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2900            "homepage": "http://www.tcpdf.org/",
2901            "keywords": [
2902                "PDFD32000-2008",
2903                "TCPDF",
2904                "barcodes",
2905                "datamatrix",
2906                "pdf",
2907                "pdf417",
2908                "qrcode"
2909            ],
2910            "time": "2018-10-16T17:24:05+00:00"
2911        },
2912        {
2913            "name": "webuni/commonmark-table-extension",
2914            "version": "0.9.0",
2915            "source": {
2916                "type": "git",
2917                "url": "https://github.com/webuni/commonmark-table-extension.git",
2918                "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3"
2919            },
2920            "dist": {
2921                "type": "zip",
2922                "url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/94bc98d802d0b706e748716854e5fa0bd3644df3",
2923                "reference": "94bc98d802d0b706e748716854e5fa0bd3644df3",
2924                "shasum": ""
2925            },
2926            "require": {
2927                "league/commonmark": "^0.16|^0.17|^0.18",
2928                "php": "^5.6|^7.0"
2929            },
2930            "require-dev": {
2931                "friendsofphp/php-cs-fixer": "^2.9",
2932                "phpunit/phpunit": "^5.4|^6.0",
2933                "symfony/var-dumper": "^3.0|^4.0",
2934                "vimeo/psalm": "~0.3"
2935            },
2936            "type": "library",
2937            "extra": {
2938                "branch-alias": {
2939                    "dev-master": "0.9-dev"
2940                }
2941            },
2942            "autoload": {
2943                "psr-4": {
2944                    "Webuni\\CommonMark\\TableExtension\\": "src"
2945                }
2946            },
2947            "notification-url": "https://packagist.org/downloads/",
2948            "license": [
2949                "MIT"
2950            ],
2951            "authors": [
2952                {
2953                    "name": "Martin Hasoň",
2954                    "email": "martin.hason@gmail.com"
2955                },
2956                {
2957                    "name": "Webuni s.r.o.",
2958                    "homepage": "https://www.webuni.cz"
2959                }
2960            ],
2961            "description": "The table extension for CommonMark PHP implementation",
2962            "homepage": "https://github.com/webuni/commonmark-table-extension",
2963            "keywords": [
2964                "commonmark",
2965                "markdown",
2966                "table"
2967            ],
2968            "time": "2018-11-28T11:29:11+00:00"
2969        }
2970    ],
2971    "packages-dev": [
2972        {
2973            "name": "docopt/docopt",
2974            "version": "1.0.2",
2975            "source": {
2976                "type": "git",
2977                "url": "https://github.com/docopt/docopt.php.git",
2978                "reference": "d2ee65c2fe4be78f945a48edd02be45843b39423"
2979            },
2980            "dist": {
2981                "type": "zip",
2982                "url": "https://api.github.com/repos/docopt/docopt.php/zipball/d2ee65c2fe4be78f945a48edd02be45843b39423",
2983                "reference": "d2ee65c2fe4be78f945a48edd02be45843b39423",
2984                "shasum": ""
2985            },
2986            "require": {
2987                "php": ">=5.3.0"
2988            },
2989            "require-dev": {
2990                "phpunit/phpunit": "4.1.*"
2991            },
2992            "type": "library",
2993            "autoload": {
2994                "classmap": [
2995                    "src/docopt.php"
2996                ]
2997            },
2998            "notification-url": "https://packagist.org/downloads/",
2999            "license": [
3000                "MIT"
3001            ],
3002            "authors": [
3003                {
3004                    "name": "Blake Williams",
3005                    "email": "code@shabbyrobe.org",
3006                    "homepage": "http://docopt.org/",
3007                    "role": "Developer"
3008                }
3009            ],
3010            "description": "Port of Python's docopt for PHP 5.3",
3011            "homepage": "http://github.com/docopt/docopt.php",
3012            "keywords": [
3013                "cli",
3014                "docs"
3015            ],
3016            "time": "2015-10-30T03:21:23+00:00"
3017        },
3018        {
3019            "name": "doctrine/instantiator",
3020            "version": "1.1.0",
3021            "source": {
3022                "type": "git",
3023                "url": "https://github.com/doctrine/instantiator.git",
3024                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
3025            },
3026            "dist": {
3027                "type": "zip",
3028                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
3029                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
3030                "shasum": ""
3031            },
3032            "require": {
3033                "php": "^7.1"
3034            },
3035            "require-dev": {
3036                "athletic/athletic": "~0.1.8",
3037                "ext-pdo": "*",
3038                "ext-phar": "*",
3039                "phpunit/phpunit": "^6.2.3",
3040                "squizlabs/php_codesniffer": "^3.0.2"
3041            },
3042            "type": "library",
3043            "extra": {
3044                "branch-alias": {
3045                    "dev-master": "1.2.x-dev"
3046                }
3047            },
3048            "autoload": {
3049                "psr-4": {
3050                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3051                }
3052            },
3053            "notification-url": "https://packagist.org/downloads/",
3054            "license": [
3055                "MIT"
3056            ],
3057            "authors": [
3058                {
3059                    "name": "Marco Pivetta",
3060                    "email": "ocramius@gmail.com",
3061                    "homepage": "http://ocramius.github.com/"
3062                }
3063            ],
3064            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3065            "homepage": "https://github.com/doctrine/instantiator",
3066            "keywords": [
3067                "constructor",
3068                "instantiate"
3069            ],
3070            "time": "2017-07-22T11:58:36+00:00"
3071        },
3072        {
3073            "name": "hamcrest/hamcrest-php",
3074            "version": "v2.0.0",
3075            "source": {
3076                "type": "git",
3077                "url": "https://github.com/hamcrest/hamcrest-php.git",
3078                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3079            },
3080            "dist": {
3081                "type": "zip",
3082                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3083                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3084                "shasum": ""
3085            },
3086            "require": {
3087                "php": "^5.3|^7.0"
3088            },
3089            "replace": {
3090                "cordoval/hamcrest-php": "*",
3091                "davedevelopment/hamcrest-php": "*",
3092                "kodova/hamcrest-php": "*"
3093            },
3094            "require-dev": {
3095                "phpunit/php-file-iterator": "1.3.3",
3096                "phpunit/phpunit": "~4.0",
3097                "satooshi/php-coveralls": "^1.0"
3098            },
3099            "type": "library",
3100            "extra": {
3101                "branch-alias": {
3102                    "dev-master": "2.0-dev"
3103                }
3104            },
3105            "autoload": {
3106                "classmap": [
3107                    "hamcrest"
3108                ]
3109            },
3110            "notification-url": "https://packagist.org/downloads/",
3111            "license": [
3112                "BSD"
3113            ],
3114            "description": "This is the PHP port of Hamcrest Matchers",
3115            "keywords": [
3116                "test"
3117            ],
3118            "time": "2016-01-20T08:20:44+00:00"
3119        },
3120        {
3121            "name": "league/flysystem-memory",
3122            "version": "1.0.1",
3123            "source": {
3124                "type": "git",
3125                "url": "https://github.com/thephpleague/flysystem-memory.git",
3126                "reference": "1cabecd08a8caec92a96a953c0d93b5ce83b07a2"
3127            },
3128            "dist": {
3129                "type": "zip",
3130                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/1cabecd08a8caec92a96a953c0d93b5ce83b07a2",
3131                "reference": "1cabecd08a8caec92a96a953c0d93b5ce83b07a2",
3132                "shasum": ""
3133            },
3134            "require": {
3135                "league/flysystem": "~1.0"
3136            },
3137            "require-dev": {
3138                "phpunit/phpunit": "~4.1"
3139            },
3140            "type": "library",
3141            "extra": {
3142                "branch-alias": {
3143                    "dev-master": "1.0-dev"
3144                }
3145            },
3146            "autoload": {
3147                "psr-4": {
3148                    "League\\Flysystem\\Memory\\": "src/"
3149                }
3150            },
3151            "notification-url": "https://packagist.org/downloads/",
3152            "license": [
3153                "MIT"
3154            ],
3155            "authors": [
3156                {
3157                    "name": "Chris Leppanen",
3158                    "email": "chris.leppanen@gmail.com",
3159                    "role": "Developer"
3160                }
3161            ],
3162            "description": "An in-memory adapter for Flysystem.",
3163            "homepage": "https://github.com/thephpleague/flysystem-memory",
3164            "keywords": [
3165                "Flysystem",
3166                "adapter",
3167                "memory"
3168            ],
3169            "time": "2016-06-04T03:57:11+00:00"
3170        },
3171        {
3172            "name": "maximebf/debugbar",
3173            "version": "v1.15.0",
3174            "source": {
3175                "type": "git",
3176                "url": "https://github.com/maximebf/php-debugbar.git",
3177                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
3178            },
3179            "dist": {
3180                "type": "zip",
3181                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3182                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3183                "shasum": ""
3184            },
3185            "require": {
3186                "php": ">=5.3.0",
3187                "psr/log": "^1.0",
3188                "symfony/var-dumper": "^2.6|^3.0|^4.0"
3189            },
3190            "require-dev": {
3191                "phpunit/phpunit": "^4.0|^5.0"
3192            },
3193            "suggest": {
3194                "kriswallsmith/assetic": "The best way to manage assets",
3195                "monolog/monolog": "Log using Monolog",
3196                "predis/predis": "Redis storage"
3197            },
3198            "type": "library",
3199            "extra": {
3200                "branch-alias": {
3201                    "dev-master": "1.14-dev"
3202                }
3203            },
3204            "autoload": {
3205                "psr-4": {
3206                    "DebugBar\\": "src/DebugBar/"
3207                }
3208            },
3209            "notification-url": "https://packagist.org/downloads/",
3210            "license": [
3211                "MIT"
3212            ],
3213            "authors": [
3214                {
3215                    "name": "Maxime Bouroumeau-Fuseau",
3216                    "email": "maxime.bouroumeau@gmail.com",
3217                    "homepage": "http://maximebf.com"
3218                },
3219                {
3220                    "name": "Barry vd. Heuvel",
3221                    "email": "barryvdh@gmail.com"
3222                }
3223            ],
3224            "description": "Debug bar in the browser for php application",
3225            "homepage": "https://github.com/maximebf/php-debugbar",
3226            "keywords": [
3227                "debug",
3228                "debugbar"
3229            ],
3230            "time": "2017-12-15T11:13:46+00:00"
3231        },
3232        {
3233            "name": "mockery/mockery",
3234            "version": "1.2.0",
3235            "source": {
3236                "type": "git",
3237                "url": "https://github.com/mockery/mockery.git",
3238                "reference": "100633629bf76d57430b86b7098cd6beb996a35a"
3239            },
3240            "dist": {
3241                "type": "zip",
3242                "url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a",
3243                "reference": "100633629bf76d57430b86b7098cd6beb996a35a",
3244                "shasum": ""
3245            },
3246            "require": {
3247                "hamcrest/hamcrest-php": "~2.0",
3248                "lib-pcre": ">=7.0",
3249                "php": ">=5.6.0"
3250            },
3251            "require-dev": {
3252                "phpunit/phpunit": "~5.7.10|~6.5|~7.0"
3253            },
3254            "type": "library",
3255            "extra": {
3256                "branch-alias": {
3257                    "dev-master": "1.0.x-dev"
3258                }
3259            },
3260            "autoload": {
3261                "psr-0": {
3262                    "Mockery": "library/"
3263                }
3264            },
3265            "notification-url": "https://packagist.org/downloads/",
3266            "license": [
3267                "BSD-3-Clause"
3268            ],
3269            "authors": [
3270                {
3271                    "name": "Pádraic Brady",
3272                    "email": "padraic.brady@gmail.com",
3273                    "homepage": "http://blog.astrumfutura.com"
3274                },
3275                {
3276                    "name": "Dave Marshall",
3277                    "email": "dave.marshall@atstsolutions.co.uk",
3278                    "homepage": "http://davedevelopment.co.uk"
3279                }
3280            ],
3281            "description": "Mockery is a simple yet flexible PHP mock object framework",
3282            "homepage": "https://github.com/mockery/mockery",
3283            "keywords": [
3284                "BDD",
3285                "TDD",
3286                "library",
3287                "mock",
3288                "mock objects",
3289                "mockery",
3290                "stub",
3291                "test",
3292                "test double",
3293                "testing"
3294            ],
3295            "time": "2018-10-02T21:52:37+00:00"
3296        },
3297        {
3298            "name": "myclabs/deep-copy",
3299            "version": "1.8.1",
3300            "source": {
3301                "type": "git",
3302                "url": "https://github.com/myclabs/DeepCopy.git",
3303                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
3304            },
3305            "dist": {
3306                "type": "zip",
3307                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3308                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3309                "shasum": ""
3310            },
3311            "require": {
3312                "php": "^7.1"
3313            },
3314            "replace": {
3315                "myclabs/deep-copy": "self.version"
3316            },
3317            "require-dev": {
3318                "doctrine/collections": "^1.0",
3319                "doctrine/common": "^2.6",
3320                "phpunit/phpunit": "^7.1"
3321            },
3322            "type": "library",
3323            "autoload": {
3324                "psr-4": {
3325                    "DeepCopy\\": "src/DeepCopy/"
3326                },
3327                "files": [
3328                    "src/DeepCopy/deep_copy.php"
3329                ]
3330            },
3331            "notification-url": "https://packagist.org/downloads/",
3332            "license": [
3333                "MIT"
3334            ],
3335            "description": "Create deep copies (clones) of your objects",
3336            "keywords": [
3337                "clone",
3338                "copy",
3339                "duplicate",
3340                "object",
3341                "object graph"
3342            ],
3343            "time": "2018-06-11T23:09:50+00:00"
3344        },
3345        {
3346            "name": "phar-io/manifest",
3347            "version": "1.0.3",
3348            "source": {
3349                "type": "git",
3350                "url": "https://github.com/phar-io/manifest.git",
3351                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
3352            },
3353            "dist": {
3354                "type": "zip",
3355                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3356                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3357                "shasum": ""
3358            },
3359            "require": {
3360                "ext-dom": "*",
3361                "ext-phar": "*",
3362                "phar-io/version": "^2.0",
3363                "php": "^5.6 || ^7.0"
3364            },
3365            "type": "library",
3366            "extra": {
3367                "branch-alias": {
3368                    "dev-master": "1.0.x-dev"
3369                }
3370            },
3371            "autoload": {
3372                "classmap": [
3373                    "src/"
3374                ]
3375            },
3376            "notification-url": "https://packagist.org/downloads/",
3377            "license": [
3378                "BSD-3-Clause"
3379            ],
3380            "authors": [
3381                {
3382                    "name": "Arne Blankerts",
3383                    "email": "arne@blankerts.de",
3384                    "role": "Developer"
3385                },
3386                {
3387                    "name": "Sebastian Heuer",
3388                    "email": "sebastian@phpeople.de",
3389                    "role": "Developer"
3390                },
3391                {
3392                    "name": "Sebastian Bergmann",
3393                    "email": "sebastian@phpunit.de",
3394                    "role": "Developer"
3395                }
3396            ],
3397            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3398            "time": "2018-07-08T19:23:20+00:00"
3399        },
3400        {
3401            "name": "phar-io/version",
3402            "version": "2.0.1",
3403            "source": {
3404                "type": "git",
3405                "url": "https://github.com/phar-io/version.git",
3406                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
3407            },
3408            "dist": {
3409                "type": "zip",
3410                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3411                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3412                "shasum": ""
3413            },
3414            "require": {
3415                "php": "^5.6 || ^7.0"
3416            },
3417            "type": "library",
3418            "autoload": {
3419                "classmap": [
3420                    "src/"
3421                ]
3422            },
3423            "notification-url": "https://packagist.org/downloads/",
3424            "license": [
3425                "BSD-3-Clause"
3426            ],
3427            "authors": [
3428                {
3429                    "name": "Arne Blankerts",
3430                    "email": "arne@blankerts.de",
3431                    "role": "Developer"
3432                },
3433                {
3434                    "name": "Sebastian Heuer",
3435                    "email": "sebastian@phpeople.de",
3436                    "role": "Developer"
3437                },
3438                {
3439                    "name": "Sebastian Bergmann",
3440                    "email": "sebastian@phpunit.de",
3441                    "role": "Developer"
3442                }
3443            ],
3444            "description": "Library for handling version information and constraints",
3445            "time": "2018-07-08T19:19:57+00:00"
3446        },
3447        {
3448            "name": "php-coveralls/php-coveralls",
3449            "version": "v2.1.0",
3450            "source": {
3451                "type": "git",
3452                "url": "https://github.com/php-coveralls/php-coveralls.git",
3453                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
3454            },
3455            "dist": {
3456                "type": "zip",
3457                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
3458                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
3459                "shasum": ""
3460            },
3461            "require": {
3462                "ext-json": "*",
3463                "ext-simplexml": "*",
3464                "guzzlehttp/guzzle": "^6.0",
3465                "php": "^5.5 || ^7.0",
3466                "psr/log": "^1.0",
3467                "symfony/config": "^2.1 || ^3.0 || ^4.0",
3468                "symfony/console": "^2.1 || ^3.0 || ^4.0",
3469                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
3470                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
3471            },
3472            "require-dev": {
3473                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
3474            },
3475            "suggest": {
3476                "symfony/http-kernel": "Allows Symfony integration"
3477            },
3478            "bin": [
3479                "bin/php-coveralls"
3480            ],
3481            "type": "library",
3482            "extra": {
3483                "branch-alias": {
3484                    "dev-master": "2.1-dev"
3485                }
3486            },
3487            "autoload": {
3488                "psr-4": {
3489                    "PhpCoveralls\\": "src/"
3490                }
3491            },
3492            "notification-url": "https://packagist.org/downloads/",
3493            "license": [
3494                "MIT"
3495            ],
3496            "authors": [
3497                {
3498                    "name": "Kitamura Satoshi",
3499                    "email": "with.no.parachute@gmail.com",
3500                    "homepage": "https://www.facebook.com/satooshi.jp",
3501                    "role": "Original creator"
3502                },
3503                {
3504                    "name": "Takashi Matsuo",
3505                    "email": "tmatsuo@google.com"
3506                },
3507                {
3508                    "name": "Google Inc"
3509                },
3510                {
3511                    "name": "Dariusz Ruminski",
3512                    "email": "dariusz.ruminski@gmail.com",
3513                    "homepage": "https://github.com/keradus"
3514                },
3515                {
3516                    "name": "Contributors",
3517                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
3518                }
3519            ],
3520            "description": "PHP client library for Coveralls API",
3521            "homepage": "https://github.com/php-coveralls/php-coveralls",
3522            "keywords": [
3523                "ci",
3524                "coverage",
3525                "github",
3526                "test"
3527            ],
3528            "time": "2018-05-22T23:11:08+00:00"
3529        },
3530        {
3531            "name": "phpdocumentor/reflection-common",
3532            "version": "1.0.1",
3533            "source": {
3534                "type": "git",
3535                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3536                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3537            },
3538            "dist": {
3539                "type": "zip",
3540                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3541                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3542                "shasum": ""
3543            },
3544            "require": {
3545                "php": ">=5.5"
3546            },
3547            "require-dev": {
3548                "phpunit/phpunit": "^4.6"
3549            },
3550            "type": "library",
3551            "extra": {
3552                "branch-alias": {
3553                    "dev-master": "1.0.x-dev"
3554                }
3555            },
3556            "autoload": {
3557                "psr-4": {
3558                    "phpDocumentor\\Reflection\\": [
3559                        "src"
3560                    ]
3561                }
3562            },
3563            "notification-url": "https://packagist.org/downloads/",
3564            "license": [
3565                "MIT"
3566            ],
3567            "authors": [
3568                {
3569                    "name": "Jaap van Otterdijk",
3570                    "email": "opensource@ijaap.nl"
3571                }
3572            ],
3573            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3574            "homepage": "http://www.phpdoc.org",
3575            "keywords": [
3576                "FQSEN",
3577                "phpDocumentor",
3578                "phpdoc",
3579                "reflection",
3580                "static analysis"
3581            ],
3582            "time": "2017-09-11T18:02:19+00:00"
3583        },
3584        {
3585            "name": "phpdocumentor/reflection-docblock",
3586            "version": "4.3.0",
3587            "source": {
3588                "type": "git",
3589                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3590                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
3591            },
3592            "dist": {
3593                "type": "zip",
3594                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
3595                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
3596                "shasum": ""
3597            },
3598            "require": {
3599                "php": "^7.0",
3600                "phpdocumentor/reflection-common": "^1.0.0",
3601                "phpdocumentor/type-resolver": "^0.4.0",
3602                "webmozart/assert": "^1.0"
3603            },
3604            "require-dev": {
3605                "doctrine/instantiator": "~1.0.5",
3606                "mockery/mockery": "^1.0",
3607                "phpunit/phpunit": "^6.4"
3608            },
3609            "type": "library",
3610            "extra": {
3611                "branch-alias": {
3612                    "dev-master": "4.x-dev"
3613                }
3614            },
3615            "autoload": {
3616                "psr-4": {
3617                    "phpDocumentor\\Reflection\\": [
3618                        "src/"
3619                    ]
3620                }
3621            },
3622            "notification-url": "https://packagist.org/downloads/",
3623            "license": [
3624                "MIT"
3625            ],
3626            "authors": [
3627                {
3628                    "name": "Mike van Riel",
3629                    "email": "me@mikevanriel.com"
3630                }
3631            ],
3632            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3633            "time": "2017-11-30T07:14:17+00:00"
3634        },
3635        {
3636            "name": "phpdocumentor/type-resolver",
3637            "version": "0.4.0",
3638            "source": {
3639                "type": "git",
3640                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3641                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3642            },
3643            "dist": {
3644                "type": "zip",
3645                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3646                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3647                "shasum": ""
3648            },
3649            "require": {
3650                "php": "^5.5 || ^7.0",
3651                "phpdocumentor/reflection-common": "^1.0"
3652            },
3653            "require-dev": {
3654                "mockery/mockery": "^0.9.4",
3655                "phpunit/phpunit": "^5.2||^4.8.24"
3656            },
3657            "type": "library",
3658            "extra": {
3659                "branch-alias": {
3660                    "dev-master": "1.0.x-dev"
3661                }
3662            },
3663            "autoload": {
3664                "psr-4": {
3665                    "phpDocumentor\\Reflection\\": [
3666                        "src/"
3667                    ]
3668                }
3669            },
3670            "notification-url": "https://packagist.org/downloads/",
3671            "license": [
3672                "MIT"
3673            ],
3674            "authors": [
3675                {
3676                    "name": "Mike van Riel",
3677                    "email": "me@mikevanriel.com"
3678                }
3679            ],
3680            "time": "2017-07-14T14:27:02+00:00"
3681        },
3682        {
3683            "name": "phpspec/prophecy",
3684            "version": "1.8.0",
3685            "source": {
3686                "type": "git",
3687                "url": "https://github.com/phpspec/prophecy.git",
3688                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
3689            },
3690            "dist": {
3691                "type": "zip",
3692                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3693                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
3694                "shasum": ""
3695            },
3696            "require": {
3697                "doctrine/instantiator": "^1.0.2",
3698                "php": "^5.3|^7.0",
3699                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3700                "sebastian/comparator": "^1.1|^2.0|^3.0",
3701                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3702            },
3703            "require-dev": {
3704                "phpspec/phpspec": "^2.5|^3.2",
3705                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
3706            },
3707            "type": "library",
3708            "extra": {
3709                "branch-alias": {
3710                    "dev-master": "1.8.x-dev"
3711                }
3712            },
3713            "autoload": {
3714                "psr-0": {
3715                    "Prophecy\\": "src/"
3716                }
3717            },
3718            "notification-url": "https://packagist.org/downloads/",
3719            "license": [
3720                "MIT"
3721            ],
3722            "authors": [
3723                {
3724                    "name": "Konstantin Kudryashov",
3725                    "email": "ever.zet@gmail.com",
3726                    "homepage": "http://everzet.com"
3727                },
3728                {
3729                    "name": "Marcello Duarte",
3730                    "email": "marcello.duarte@gmail.com"
3731                }
3732            ],
3733            "description": "Highly opinionated mocking framework for PHP 5.3+",
3734            "homepage": "https://github.com/phpspec/prophecy",
3735            "keywords": [
3736                "Double",
3737                "Dummy",
3738                "fake",
3739                "mock",
3740                "spy",
3741                "stub"
3742            ],
3743            "time": "2018-08-05T17:53:17+00:00"
3744        },
3745        {
3746            "name": "phpunit/php-code-coverage",
3747            "version": "6.1.4",
3748            "source": {
3749                "type": "git",
3750                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3751                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
3752            },
3753            "dist": {
3754                "type": "zip",
3755                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3756                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
3757                "shasum": ""
3758            },
3759            "require": {
3760                "ext-dom": "*",
3761                "ext-xmlwriter": "*",
3762                "php": "^7.1",
3763                "phpunit/php-file-iterator": "^2.0",
3764                "phpunit/php-text-template": "^1.2.1",
3765                "phpunit/php-token-stream": "^3.0",
3766                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3767                "sebastian/environment": "^3.1 || ^4.0",
3768                "sebastian/version": "^2.0.1",
3769                "theseer/tokenizer": "^1.1"
3770            },
3771            "require-dev": {
3772                "phpunit/phpunit": "^7.0"
3773            },
3774            "suggest": {
3775                "ext-xdebug": "^2.6.0"
3776            },
3777            "type": "library",
3778            "extra": {
3779                "branch-alias": {
3780                    "dev-master": "6.1-dev"
3781                }
3782            },
3783            "autoload": {
3784                "classmap": [
3785                    "src/"
3786                ]
3787            },
3788            "notification-url": "https://packagist.org/downloads/",
3789            "license": [
3790                "BSD-3-Clause"
3791            ],
3792            "authors": [
3793                {
3794                    "name": "Sebastian Bergmann",
3795                    "email": "sebastian@phpunit.de",
3796                    "role": "lead"
3797                }
3798            ],
3799            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3800            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3801            "keywords": [
3802                "coverage",
3803                "testing",
3804                "xunit"
3805            ],
3806            "time": "2018-10-31T16:06:48+00:00"
3807        },
3808        {
3809            "name": "phpunit/php-file-iterator",
3810            "version": "2.0.2",
3811            "source": {
3812                "type": "git",
3813                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3814                "reference": "050bedf145a257b1ff02746c31894800e5122946"
3815            },
3816            "dist": {
3817                "type": "zip",
3818                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
3819                "reference": "050bedf145a257b1ff02746c31894800e5122946",
3820                "shasum": ""
3821            },
3822            "require": {
3823                "php": "^7.1"
3824            },
3825            "require-dev": {
3826                "phpunit/phpunit": "^7.1"
3827            },
3828            "type": "library",
3829            "extra": {
3830                "branch-alias": {
3831                    "dev-master": "2.0.x-dev"
3832                }
3833            },
3834            "autoload": {
3835                "classmap": [
3836                    "src/"
3837                ]
3838            },
3839            "notification-url": "https://packagist.org/downloads/",
3840            "license": [
3841                "BSD-3-Clause"
3842            ],
3843            "authors": [
3844                {
3845                    "name": "Sebastian Bergmann",
3846                    "email": "sebastian@phpunit.de",
3847                    "role": "lead"
3848                }
3849            ],
3850            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3851            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3852            "keywords": [
3853                "filesystem",
3854                "iterator"
3855            ],
3856            "time": "2018-09-13T20:33:42+00:00"
3857        },
3858        {
3859            "name": "phpunit/php-text-template",
3860            "version": "1.2.1",
3861            "source": {
3862                "type": "git",
3863                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3864                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3865            },
3866            "dist": {
3867                "type": "zip",
3868                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3869                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3870                "shasum": ""
3871            },
3872            "require": {
3873                "php": ">=5.3.3"
3874            },
3875            "type": "library",
3876            "autoload": {
3877                "classmap": [
3878                    "src/"
3879                ]
3880            },
3881            "notification-url": "https://packagist.org/downloads/",
3882            "license": [
3883                "BSD-3-Clause"
3884            ],
3885            "authors": [
3886                {
3887                    "name": "Sebastian Bergmann",
3888                    "email": "sebastian@phpunit.de",
3889                    "role": "lead"
3890                }
3891            ],
3892            "description": "Simple template engine.",
3893            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3894            "keywords": [
3895                "template"
3896            ],
3897            "time": "2015-06-21T13:50:34+00:00"
3898        },
3899        {
3900            "name": "phpunit/php-timer",
3901            "version": "2.0.0",
3902            "source": {
3903                "type": "git",
3904                "url": "https://github.com/sebastianbergmann/php-timer.git",
3905                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
3906            },
3907            "dist": {
3908                "type": "zip",
3909                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
3910                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
3911                "shasum": ""
3912            },
3913            "require": {
3914                "php": "^7.1"
3915            },
3916            "require-dev": {
3917                "phpunit/phpunit": "^7.0"
3918            },
3919            "type": "library",
3920            "extra": {
3921                "branch-alias": {
3922                    "dev-master": "2.0-dev"
3923                }
3924            },
3925            "autoload": {
3926                "classmap": [
3927                    "src/"
3928                ]
3929            },
3930            "notification-url": "https://packagist.org/downloads/",
3931            "license": [
3932                "BSD-3-Clause"
3933            ],
3934            "authors": [
3935                {
3936                    "name": "Sebastian Bergmann",
3937                    "email": "sebastian@phpunit.de",
3938                    "role": "lead"
3939                }
3940            ],
3941            "description": "Utility class for timing",
3942            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3943            "keywords": [
3944                "timer"
3945            ],
3946            "time": "2018-02-01T13:07:23+00:00"
3947        },
3948        {
3949            "name": "phpunit/php-token-stream",
3950            "version": "3.0.1",
3951            "source": {
3952                "type": "git",
3953                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3954                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
3955            },
3956            "dist": {
3957                "type": "zip",
3958                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
3959                "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
3960                "shasum": ""
3961            },
3962            "require": {
3963                "ext-tokenizer": "*",
3964                "php": "^7.1"
3965            },
3966            "require-dev": {
3967                "phpunit/phpunit": "^7.0"
3968            },
3969            "type": "library",
3970            "extra": {
3971                "branch-alias": {
3972                    "dev-master": "3.0-dev"
3973                }
3974            },
3975            "autoload": {
3976                "classmap": [
3977                    "src/"
3978                ]
3979            },
3980            "notification-url": "https://packagist.org/downloads/",
3981            "license": [
3982                "BSD-3-Clause"
3983            ],
3984            "authors": [
3985                {
3986                    "name": "Sebastian Bergmann",
3987                    "email": "sebastian@phpunit.de"
3988                }
3989            ],
3990            "description": "Wrapper around PHP's tokenizer extension.",
3991            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3992            "keywords": [
3993                "tokenizer"
3994            ],
3995            "time": "2018-10-30T05:52:18+00:00"
3996        },
3997        {
3998            "name": "phpunit/phpunit",
3999            "version": "7.5.3",
4000            "source": {
4001                "type": "git",
4002                "url": "https://github.com/sebastianbergmann/phpunit.git",
4003                "reference": "2cb759721e53bc05f56487f628c6b9fbb6c18746"
4004            },
4005            "dist": {
4006                "type": "zip",
4007                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2cb759721e53bc05f56487f628c6b9fbb6c18746",
4008                "reference": "2cb759721e53bc05f56487f628c6b9fbb6c18746",
4009                "shasum": ""
4010            },
4011            "require": {
4012                "doctrine/instantiator": "^1.1",
4013                "ext-dom": "*",
4014                "ext-json": "*",
4015                "ext-libxml": "*",
4016                "ext-mbstring": "*",
4017                "ext-xml": "*",
4018                "myclabs/deep-copy": "^1.7",
4019                "phar-io/manifest": "^1.0.2",
4020                "phar-io/version": "^2.0",
4021                "php": "^7.1",
4022                "phpspec/prophecy": "^1.7",
4023                "phpunit/php-code-coverage": "^6.0.7",
4024                "phpunit/php-file-iterator": "^2.0.1",
4025                "phpunit/php-text-template": "^1.2.1",
4026                "phpunit/php-timer": "^2.0",
4027                "sebastian/comparator": "^3.0",
4028                "sebastian/diff": "^3.0",
4029                "sebastian/environment": "^4.0",
4030                "sebastian/exporter": "^3.1",
4031                "sebastian/global-state": "^2.0",
4032                "sebastian/object-enumerator": "^3.0.3",
4033                "sebastian/resource-operations": "^2.0",
4034                "sebastian/version": "^2.0.1"
4035            },
4036            "conflict": {
4037                "phpunit/phpunit-mock-objects": "*"
4038            },
4039            "require-dev": {
4040                "ext-pdo": "*"
4041            },
4042            "suggest": {
4043                "ext-soap": "*",
4044                "ext-xdebug": "*",
4045                "phpunit/php-invoker": "^2.0"
4046            },
4047            "bin": [
4048                "phpunit"
4049            ],
4050            "type": "library",
4051            "extra": {
4052                "branch-alias": {
4053                    "dev-master": "7.5-dev"
4054                }
4055            },
4056            "autoload": {
4057                "classmap": [
4058                    "src/"
4059                ]
4060            },
4061            "notification-url": "https://packagist.org/downloads/",
4062            "license": [
4063                "BSD-3-Clause"
4064            ],
4065            "authors": [
4066                {
4067                    "name": "Sebastian Bergmann",
4068                    "email": "sebastian@phpunit.de",
4069                    "role": "lead"
4070                }
4071            ],
4072            "description": "The PHP Unit Testing framework.",
4073            "homepage": "https://phpunit.de/",
4074            "keywords": [
4075                "phpunit",
4076                "testing",
4077                "xunit"
4078            ],
4079            "time": "2019-02-01T05:24:07+00:00"
4080        },
4081        {
4082            "name": "sebastian/code-unit-reverse-lookup",
4083            "version": "1.0.1",
4084            "source": {
4085                "type": "git",
4086                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4087                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4088            },
4089            "dist": {
4090                "type": "zip",
4091                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4092                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4093                "shasum": ""
4094            },
4095            "require": {
4096                "php": "^5.6 || ^7.0"
4097            },
4098            "require-dev": {
4099                "phpunit/phpunit": "^5.7 || ^6.0"
4100            },
4101            "type": "library",
4102            "extra": {
4103                "branch-alias": {
4104                    "dev-master": "1.0.x-dev"
4105                }
4106            },
4107            "autoload": {
4108                "classmap": [
4109                    "src/"
4110                ]
4111            },
4112            "notification-url": "https://packagist.org/downloads/",
4113            "license": [
4114                "BSD-3-Clause"
4115            ],
4116            "authors": [
4117                {
4118                    "name": "Sebastian Bergmann",
4119                    "email": "sebastian@phpunit.de"
4120                }
4121            ],
4122            "description": "Looks up which function or method a line of code belongs to",
4123            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4124            "time": "2017-03-04T06:30:41+00:00"
4125        },
4126        {
4127            "name": "sebastian/comparator",
4128            "version": "3.0.2",
4129            "source": {
4130                "type": "git",
4131                "url": "https://github.com/sebastianbergmann/comparator.git",
4132                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
4133            },
4134            "dist": {
4135                "type": "zip",
4136                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4137                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4138                "shasum": ""
4139            },
4140            "require": {
4141                "php": "^7.1",
4142                "sebastian/diff": "^3.0",
4143                "sebastian/exporter": "^3.1"
4144            },
4145            "require-dev": {
4146                "phpunit/phpunit": "^7.1"
4147            },
4148            "type": "library",
4149            "extra": {
4150                "branch-alias": {
4151                    "dev-master": "3.0-dev"
4152                }
4153            },
4154            "autoload": {
4155                "classmap": [
4156                    "src/"
4157                ]
4158            },
4159            "notification-url": "https://packagist.org/downloads/",
4160            "license": [
4161                "BSD-3-Clause"
4162            ],
4163            "authors": [
4164                {
4165                    "name": "Jeff Welch",
4166                    "email": "whatthejeff@gmail.com"
4167                },
4168                {
4169                    "name": "Volker Dusch",
4170                    "email": "github@wallbash.com"
4171                },
4172                {
4173                    "name": "Bernhard Schussek",
4174                    "email": "bschussek@2bepublished.at"
4175                },
4176                {
4177                    "name": "Sebastian Bergmann",
4178                    "email": "sebastian@phpunit.de"
4179                }
4180            ],
4181            "description": "Provides the functionality to compare PHP values for equality",
4182            "homepage": "https://github.com/sebastianbergmann/comparator",
4183            "keywords": [
4184                "comparator",
4185                "compare",
4186                "equality"
4187            ],
4188            "time": "2018-07-12T15:12:46+00:00"
4189        },
4190        {
4191            "name": "sebastian/diff",
4192            "version": "3.0.2",
4193            "source": {
4194                "type": "git",
4195                "url": "https://github.com/sebastianbergmann/diff.git",
4196                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
4197            },
4198            "dist": {
4199                "type": "zip",
4200                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
4201                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
4202                "shasum": ""
4203            },
4204            "require": {
4205                "php": "^7.1"
4206            },
4207            "require-dev": {
4208                "phpunit/phpunit": "^7.5 || ^8.0",
4209                "symfony/process": "^2 || ^3.3 || ^4"
4210            },
4211            "type": "library",
4212            "extra": {
4213                "branch-alias": {
4214                    "dev-master": "3.0-dev"
4215                }
4216            },
4217            "autoload": {
4218                "classmap": [
4219                    "src/"
4220                ]
4221            },
4222            "notification-url": "https://packagist.org/downloads/",
4223            "license": [
4224                "BSD-3-Clause"
4225            ],
4226            "authors": [
4227                {
4228                    "name": "Kore Nordmann",
4229                    "email": "mail@kore-nordmann.de"
4230                },
4231                {
4232                    "name": "Sebastian Bergmann",
4233                    "email": "sebastian@phpunit.de"
4234                }
4235            ],
4236            "description": "Diff implementation",
4237            "homepage": "https://github.com/sebastianbergmann/diff",
4238            "keywords": [
4239                "diff",
4240                "udiff",
4241                "unidiff",
4242                "unified diff"
4243            ],
4244            "time": "2019-02-04T06:01:07+00:00"
4245        },
4246        {
4247            "name": "sebastian/environment",
4248            "version": "4.1.0",
4249            "source": {
4250                "type": "git",
4251                "url": "https://github.com/sebastianbergmann/environment.git",
4252                "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656"
4253            },
4254            "dist": {
4255                "type": "zip",
4256                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656",
4257                "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656",
4258                "shasum": ""
4259            },
4260            "require": {
4261                "php": "^7.1"
4262            },
4263            "require-dev": {
4264                "phpunit/phpunit": "^7.5"
4265            },
4266            "suggest": {
4267                "ext-posix": "*"
4268            },
4269            "type": "library",
4270            "extra": {
4271                "branch-alias": {
4272                    "dev-master": "4.1-dev"
4273                }
4274            },
4275            "autoload": {
4276                "classmap": [
4277                    "src/"
4278                ]
4279            },
4280            "notification-url": "https://packagist.org/downloads/",
4281            "license": [
4282                "BSD-3-Clause"
4283            ],
4284            "authors": [
4285                {
4286                    "name": "Sebastian Bergmann",
4287                    "email": "sebastian@phpunit.de"
4288                }
4289            ],
4290            "description": "Provides functionality to handle HHVM/PHP environments",
4291            "homepage": "http://www.github.com/sebastianbergmann/environment",
4292            "keywords": [
4293                "Xdebug",
4294                "environment",
4295                "hhvm"
4296            ],
4297            "time": "2019-02-01T05:27:49+00:00"
4298        },
4299        {
4300            "name": "sebastian/exporter",
4301            "version": "3.1.0",
4302            "source": {
4303                "type": "git",
4304                "url": "https://github.com/sebastianbergmann/exporter.git",
4305                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4306            },
4307            "dist": {
4308                "type": "zip",
4309                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4310                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4311                "shasum": ""
4312            },
4313            "require": {
4314                "php": "^7.0",
4315                "sebastian/recursion-context": "^3.0"
4316            },
4317            "require-dev": {
4318                "ext-mbstring": "*",
4319                "phpunit/phpunit": "^6.0"
4320            },
4321            "type": "library",
4322            "extra": {
4323                "branch-alias": {
4324                    "dev-master": "3.1.x-dev"
4325                }
4326            },
4327            "autoload": {
4328                "classmap": [
4329                    "src/"
4330                ]
4331            },
4332            "notification-url": "https://packagist.org/downloads/",
4333            "license": [
4334                "BSD-3-Clause"
4335            ],
4336            "authors": [
4337                {
4338                    "name": "Jeff Welch",
4339                    "email": "whatthejeff@gmail.com"
4340                },
4341                {
4342                    "name": "Volker Dusch",
4343                    "email": "github@wallbash.com"
4344                },
4345                {
4346                    "name": "Bernhard Schussek",
4347                    "email": "bschussek@2bepublished.at"
4348                },
4349                {
4350                    "name": "Sebastian Bergmann",
4351                    "email": "sebastian@phpunit.de"
4352                },
4353                {
4354                    "name": "Adam Harvey",
4355                    "email": "aharvey@php.net"
4356                }
4357            ],
4358            "description": "Provides the functionality to export PHP variables for visualization",
4359            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4360            "keywords": [
4361                "export",
4362                "exporter"
4363            ],
4364            "time": "2017-04-03T13:19:02+00:00"
4365        },
4366        {
4367            "name": "sebastian/global-state",
4368            "version": "2.0.0",
4369            "source": {
4370                "type": "git",
4371                "url": "https://github.com/sebastianbergmann/global-state.git",
4372                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4373            },
4374            "dist": {
4375                "type": "zip",
4376                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4377                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4378                "shasum": ""
4379            },
4380            "require": {
4381                "php": "^7.0"
4382            },
4383            "require-dev": {
4384                "phpunit/phpunit": "^6.0"
4385            },
4386            "suggest": {
4387                "ext-uopz": "*"
4388            },
4389            "type": "library",
4390            "extra": {
4391                "branch-alias": {
4392                    "dev-master": "2.0-dev"
4393                }
4394            },
4395            "autoload": {
4396                "classmap": [
4397                    "src/"
4398                ]
4399            },
4400            "notification-url": "https://packagist.org/downloads/",
4401            "license": [
4402                "BSD-3-Clause"
4403            ],
4404            "authors": [
4405                {
4406                    "name": "Sebastian Bergmann",
4407                    "email": "sebastian@phpunit.de"
4408                }
4409            ],
4410            "description": "Snapshotting of global state",
4411            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4412            "keywords": [
4413                "global state"
4414            ],
4415            "time": "2017-04-27T15:39:26+00:00"
4416        },
4417        {
4418            "name": "sebastian/object-enumerator",
4419            "version": "3.0.3",
4420            "source": {
4421                "type": "git",
4422                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4423                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4424            },
4425            "dist": {
4426                "type": "zip",
4427                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4428                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4429                "shasum": ""
4430            },
4431            "require": {
4432                "php": "^7.0",
4433                "sebastian/object-reflector": "^1.1.1",
4434                "sebastian/recursion-context": "^3.0"
4435            },
4436            "require-dev": {
4437                "phpunit/phpunit": "^6.0"
4438            },
4439            "type": "library",
4440            "extra": {
4441                "branch-alias": {
4442                    "dev-master": "3.0.x-dev"
4443                }
4444            },
4445            "autoload": {
4446                "classmap": [
4447                    "src/"
4448                ]
4449            },
4450            "notification-url": "https://packagist.org/downloads/",
4451            "license": [
4452                "BSD-3-Clause"
4453            ],
4454            "authors": [
4455                {
4456                    "name": "Sebastian Bergmann",
4457                    "email": "sebastian@phpunit.de"
4458                }
4459            ],
4460            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4461            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4462            "time": "2017-08-03T12:35:26+00:00"
4463        },
4464        {
4465            "name": "sebastian/object-reflector",
4466            "version": "1.1.1",
4467            "source": {
4468                "type": "git",
4469                "url": "https://github.com/sebastianbergmann/object-reflector.git",
4470                "reference": "773f97c67f28de00d397be301821b06708fca0be"
4471            },
4472            "dist": {
4473                "type": "zip",
4474                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4475                "reference": "773f97c67f28de00d397be301821b06708fca0be",
4476                "shasum": ""
4477            },
4478            "require": {
4479                "php": "^7.0"
4480            },
4481            "require-dev": {
4482                "phpunit/phpunit": "^6.0"
4483            },
4484            "type": "library",
4485            "extra": {
4486                "branch-alias": {
4487                    "dev-master": "1.1-dev"
4488                }
4489            },
4490            "autoload": {
4491                "classmap": [
4492                    "src/"
4493                ]
4494            },
4495            "notification-url": "https://packagist.org/downloads/",
4496            "license": [
4497                "BSD-3-Clause"
4498            ],
4499            "authors": [
4500                {
4501                    "name": "Sebastian Bergmann",
4502                    "email": "sebastian@phpunit.de"
4503                }
4504            ],
4505            "description": "Allows reflection of object attributes, including inherited and non-public ones",
4506            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4507            "time": "2017-03-29T09:07:27+00:00"
4508        },
4509        {
4510            "name": "sebastian/recursion-context",
4511            "version": "3.0.0",
4512            "source": {
4513                "type": "git",
4514                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4515                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4516            },
4517            "dist": {
4518                "type": "zip",
4519                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4520                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4521                "shasum": ""
4522            },
4523            "require": {
4524                "php": "^7.0"
4525            },
4526            "require-dev": {
4527                "phpunit/phpunit": "^6.0"
4528            },
4529            "type": "library",
4530            "extra": {
4531                "branch-alias": {
4532                    "dev-master": "3.0.x-dev"
4533                }
4534            },
4535            "autoload": {
4536                "classmap": [
4537                    "src/"
4538                ]
4539            },
4540            "notification-url": "https://packagist.org/downloads/",
4541            "license": [
4542                "BSD-3-Clause"
4543            ],
4544            "authors": [
4545                {
4546                    "name": "Jeff Welch",
4547                    "email": "whatthejeff@gmail.com"
4548                },
4549                {
4550                    "name": "Sebastian Bergmann",
4551                    "email": "sebastian@phpunit.de"
4552                },
4553                {
4554                    "name": "Adam Harvey",
4555                    "email": "aharvey@php.net"
4556                }
4557            ],
4558            "description": "Provides functionality to recursively process PHP variables",
4559            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4560            "time": "2017-03-03T06:23:57+00:00"
4561        },
4562        {
4563            "name": "sebastian/resource-operations",
4564            "version": "2.0.1",
4565            "source": {
4566                "type": "git",
4567                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4568                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
4569            },
4570            "dist": {
4571                "type": "zip",
4572                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
4573                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
4574                "shasum": ""
4575            },
4576            "require": {
4577                "php": "^7.1"
4578            },
4579            "type": "library",
4580            "extra": {
4581                "branch-alias": {
4582                    "dev-master": "2.0-dev"
4583                }
4584            },
4585            "autoload": {
4586                "classmap": [
4587                    "src/"
4588                ]
4589            },
4590            "notification-url": "https://packagist.org/downloads/",
4591            "license": [
4592                "BSD-3-Clause"
4593            ],
4594            "authors": [
4595                {
4596                    "name": "Sebastian Bergmann",
4597                    "email": "sebastian@phpunit.de"
4598                }
4599            ],
4600            "description": "Provides a list of PHP built-in functions that operate on resources",
4601            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4602            "time": "2018-10-04T04:07:39+00:00"
4603        },
4604        {
4605            "name": "sebastian/version",
4606            "version": "2.0.1",
4607            "source": {
4608                "type": "git",
4609                "url": "https://github.com/sebastianbergmann/version.git",
4610                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4611            },
4612            "dist": {
4613                "type": "zip",
4614                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4615                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4616                "shasum": ""
4617            },
4618            "require": {
4619                "php": ">=5.6"
4620            },
4621            "type": "library",
4622            "extra": {
4623                "branch-alias": {
4624                    "dev-master": "2.0.x-dev"
4625                }
4626            },
4627            "autoload": {
4628                "classmap": [
4629                    "src/"
4630                ]
4631            },
4632            "notification-url": "https://packagist.org/downloads/",
4633            "license": [
4634                "BSD-3-Clause"
4635            ],
4636            "authors": [
4637                {
4638                    "name": "Sebastian Bergmann",
4639                    "email": "sebastian@phpunit.de",
4640                    "role": "lead"
4641                }
4642            ],
4643            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4644            "homepage": "https://github.com/sebastianbergmann/version",
4645            "time": "2016-10-03T07:35:21+00:00"
4646        },
4647        {
4648            "name": "symfony/config",
4649            "version": "v4.2.3",
4650            "source": {
4651                "type": "git",
4652                "url": "https://github.com/symfony/config.git",
4653                "reference": "25a2e7abe0d97e70282537292e3df45cf6da7b98"
4654            },
4655            "dist": {
4656                "type": "zip",
4657                "url": "https://api.github.com/repos/symfony/config/zipball/25a2e7abe0d97e70282537292e3df45cf6da7b98",
4658                "reference": "25a2e7abe0d97e70282537292e3df45cf6da7b98",
4659                "shasum": ""
4660            },
4661            "require": {
4662                "php": "^7.1.3",
4663                "symfony/filesystem": "~3.4|~4.0",
4664                "symfony/polyfill-ctype": "~1.8"
4665            },
4666            "conflict": {
4667                "symfony/finder": "<3.4"
4668            },
4669            "require-dev": {
4670                "symfony/dependency-injection": "~3.4|~4.0",
4671                "symfony/event-dispatcher": "~3.4|~4.0",
4672                "symfony/finder": "~3.4|~4.0",
4673                "symfony/yaml": "~3.4|~4.0"
4674            },
4675            "suggest": {
4676                "symfony/yaml": "To use the yaml reference dumper"
4677            },
4678            "type": "library",
4679            "extra": {
4680                "branch-alias": {
4681                    "dev-master": "4.2-dev"
4682                }
4683            },
4684            "autoload": {
4685                "psr-4": {
4686                    "Symfony\\Component\\Config\\": ""
4687                },
4688                "exclude-from-classmap": [
4689                    "/Tests/"
4690                ]
4691            },
4692            "notification-url": "https://packagist.org/downloads/",
4693            "license": [
4694                "MIT"
4695            ],
4696            "authors": [
4697                {
4698                    "name": "Fabien Potencier",
4699                    "email": "fabien@symfony.com"
4700                },
4701                {
4702                    "name": "Symfony Community",
4703                    "homepage": "https://symfony.com/contributors"
4704                }
4705            ],
4706            "description": "Symfony Config Component",
4707            "homepage": "https://symfony.com",
4708            "time": "2019-01-30T11:44:30+00:00"
4709        },
4710        {
4711            "name": "symfony/console",
4712            "version": "v4.2.3",
4713            "source": {
4714                "type": "git",
4715                "url": "https://github.com/symfony/console.git",
4716                "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4"
4717            },
4718            "dist": {
4719                "type": "zip",
4720                "url": "https://api.github.com/repos/symfony/console/zipball/1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
4721                "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
4722                "shasum": ""
4723            },
4724            "require": {
4725                "php": "^7.1.3",
4726                "symfony/contracts": "^1.0",
4727                "symfony/polyfill-mbstring": "~1.0"
4728            },
4729            "conflict": {
4730                "symfony/dependency-injection": "<3.4",
4731                "symfony/process": "<3.3"
4732            },
4733            "provide": {
4734                "psr/log-implementation": "1.0"
4735            },
4736            "require-dev": {
4737                "psr/log": "~1.0",
4738                "symfony/config": "~3.4|~4.0",
4739                "symfony/dependency-injection": "~3.4|~4.0",
4740                "symfony/event-dispatcher": "~3.4|~4.0",
4741                "symfony/lock": "~3.4|~4.0",
4742                "symfony/process": "~3.4|~4.0"
4743            },
4744            "suggest": {
4745                "psr/log": "For using the console logger",
4746                "symfony/event-dispatcher": "",
4747                "symfony/lock": "",
4748                "symfony/process": ""
4749            },
4750            "type": "library",
4751            "extra": {
4752                "branch-alias": {
4753                    "dev-master": "4.2-dev"
4754                }
4755            },
4756            "autoload": {
4757                "psr-4": {
4758                    "Symfony\\Component\\Console\\": ""
4759                },
4760                "exclude-from-classmap": [
4761                    "/Tests/"
4762                ]
4763            },
4764            "notification-url": "https://packagist.org/downloads/",
4765            "license": [
4766                "MIT"
4767            ],
4768            "authors": [
4769                {
4770                    "name": "Fabien Potencier",
4771                    "email": "fabien@symfony.com"
4772                },
4773                {
4774                    "name": "Symfony Community",
4775                    "homepage": "https://symfony.com/contributors"
4776                }
4777            ],
4778            "description": "Symfony Console Component",
4779            "homepage": "https://symfony.com",
4780            "time": "2019-01-25T14:35:16+00:00"
4781        },
4782        {
4783            "name": "symfony/filesystem",
4784            "version": "v4.2.3",
4785            "source": {
4786                "type": "git",
4787                "url": "https://github.com/symfony/filesystem.git",
4788                "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee"
4789            },
4790            "dist": {
4791                "type": "zip",
4792                "url": "https://api.github.com/repos/symfony/filesystem/zipball/7c16ebc2629827d4ec915a52ac809768d060a4ee",
4793                "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee",
4794                "shasum": ""
4795            },
4796            "require": {
4797                "php": "^7.1.3",
4798                "symfony/polyfill-ctype": "~1.8"
4799            },
4800            "type": "library",
4801            "extra": {
4802                "branch-alias": {
4803                    "dev-master": "4.2-dev"
4804                }
4805            },
4806            "autoload": {
4807                "psr-4": {
4808                    "Symfony\\Component\\Filesystem\\": ""
4809                },
4810                "exclude-from-classmap": [
4811                    "/Tests/"
4812                ]
4813            },
4814            "notification-url": "https://packagist.org/downloads/",
4815            "license": [
4816                "MIT"
4817            ],
4818            "authors": [
4819                {
4820                    "name": "Fabien Potencier",
4821                    "email": "fabien@symfony.com"
4822                },
4823                {
4824                    "name": "Symfony Community",
4825                    "homepage": "https://symfony.com/contributors"
4826                }
4827            ],
4828            "description": "Symfony Filesystem Component",
4829            "homepage": "https://symfony.com",
4830            "time": "2019-01-16T20:35:37+00:00"
4831        },
4832        {
4833            "name": "symfony/stopwatch",
4834            "version": "v4.2.3",
4835            "source": {
4836                "type": "git",
4837                "url": "https://github.com/symfony/stopwatch.git",
4838                "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67"
4839            },
4840            "dist": {
4841                "type": "zip",
4842                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
4843                "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67",
4844                "shasum": ""
4845            },
4846            "require": {
4847                "php": "^7.1.3",
4848                "symfony/contracts": "^1.0"
4849            },
4850            "type": "library",
4851            "extra": {
4852                "branch-alias": {
4853                    "dev-master": "4.2-dev"
4854                }
4855            },
4856            "autoload": {
4857                "psr-4": {
4858                    "Symfony\\Component\\Stopwatch\\": ""
4859                },
4860                "exclude-from-classmap": [
4861                    "/Tests/"
4862                ]
4863            },
4864            "notification-url": "https://packagist.org/downloads/",
4865            "license": [
4866                "MIT"
4867            ],
4868            "authors": [
4869                {
4870                    "name": "Fabien Potencier",
4871                    "email": "fabien@symfony.com"
4872                },
4873                {
4874                    "name": "Symfony Community",
4875                    "homepage": "https://symfony.com/contributors"
4876                }
4877            ],
4878            "description": "Symfony Stopwatch Component",
4879            "homepage": "https://symfony.com",
4880            "time": "2019-01-16T20:31:39+00:00"
4881        },
4882        {
4883            "name": "symfony/var-dumper",
4884            "version": "v4.2.3",
4885            "source": {
4886                "type": "git",
4887                "url": "https://github.com/symfony/var-dumper.git",
4888                "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17"
4889            },
4890            "dist": {
4891                "type": "zip",
4892                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17",
4893                "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17",
4894                "shasum": ""
4895            },
4896            "require": {
4897                "php": "^7.1.3",
4898                "symfony/polyfill-mbstring": "~1.0",
4899                "symfony/polyfill-php72": "~1.5"
4900            },
4901            "conflict": {
4902                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4903                "symfony/console": "<3.4"
4904            },
4905            "require-dev": {
4906                "ext-iconv": "*",
4907                "symfony/console": "~3.4|~4.0",
4908                "symfony/process": "~3.4|~4.0",
4909                "twig/twig": "~1.34|~2.4"
4910            },
4911            "suggest": {
4912                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4913                "ext-intl": "To show region name in time zone dump",
4914                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
4915            },
4916            "bin": [
4917                "Resources/bin/var-dump-server"
4918            ],
4919            "type": "library",
4920            "extra": {
4921                "branch-alias": {
4922                    "dev-master": "4.2-dev"
4923                }
4924            },
4925            "autoload": {
4926                "files": [
4927                    "Resources/functions/dump.php"
4928                ],
4929                "psr-4": {
4930                    "Symfony\\Component\\VarDumper\\": ""
4931                },
4932                "exclude-from-classmap": [
4933                    "/Tests/"
4934                ]
4935            },
4936            "notification-url": "https://packagist.org/downloads/",
4937            "license": [
4938                "MIT"
4939            ],
4940            "authors": [
4941                {
4942                    "name": "Nicolas Grekas",
4943                    "email": "p@tchwork.com"
4944                },
4945                {
4946                    "name": "Symfony Community",
4947                    "homepage": "https://symfony.com/contributors"
4948                }
4949            ],
4950            "description": "Symfony mechanism for exploring and dumping PHP variables",
4951            "homepage": "https://symfony.com",
4952            "keywords": [
4953                "debug",
4954                "dump"
4955            ],
4956            "time": "2019-01-30T11:44:30+00:00"
4957        },
4958        {
4959            "name": "symfony/yaml",
4960            "version": "v4.2.3",
4961            "source": {
4962                "type": "git",
4963                "url": "https://github.com/symfony/yaml.git",
4964                "reference": "d461670ee145092b7e2a56c1da7118f19cadadb0"
4965            },
4966            "dist": {
4967                "type": "zip",
4968                "url": "https://api.github.com/repos/symfony/yaml/zipball/d461670ee145092b7e2a56c1da7118f19cadadb0",
4969                "reference": "d461670ee145092b7e2a56c1da7118f19cadadb0",
4970                "shasum": ""
4971            },
4972            "require": {
4973                "php": "^7.1.3",
4974                "symfony/polyfill-ctype": "~1.8"
4975            },
4976            "conflict": {
4977                "symfony/console": "<3.4"
4978            },
4979            "require-dev": {
4980                "symfony/console": "~3.4|~4.0"
4981            },
4982            "suggest": {
4983                "symfony/console": "For validating YAML files using the lint command"
4984            },
4985            "type": "library",
4986            "extra": {
4987                "branch-alias": {
4988                    "dev-master": "4.2-dev"
4989                }
4990            },
4991            "autoload": {
4992                "psr-4": {
4993                    "Symfony\\Component\\Yaml\\": ""
4994                },
4995                "exclude-from-classmap": [
4996                    "/Tests/"
4997                ]
4998            },
4999            "notification-url": "https://packagist.org/downloads/",
5000            "license": [
5001                "MIT"
5002            ],
5003            "authors": [
5004                {
5005                    "name": "Fabien Potencier",
5006                    "email": "fabien@symfony.com"
5007                },
5008                {
5009                    "name": "Symfony Community",
5010                    "homepage": "https://symfony.com/contributors"
5011                }
5012            ],
5013            "description": "Symfony Yaml Component",
5014            "homepage": "https://symfony.com",
5015            "time": "2019-01-16T20:35:37+00:00"
5016        },
5017        {
5018            "name": "theseer/tokenizer",
5019            "version": "1.1.0",
5020            "source": {
5021                "type": "git",
5022                "url": "https://github.com/theseer/tokenizer.git",
5023                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5024            },
5025            "dist": {
5026                "type": "zip",
5027                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5028                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5029                "shasum": ""
5030            },
5031            "require": {
5032                "ext-dom": "*",
5033                "ext-tokenizer": "*",
5034                "ext-xmlwriter": "*",
5035                "php": "^7.0"
5036            },
5037            "type": "library",
5038            "autoload": {
5039                "classmap": [
5040                    "src/"
5041                ]
5042            },
5043            "notification-url": "https://packagist.org/downloads/",
5044            "license": [
5045                "BSD-3-Clause"
5046            ],
5047            "authors": [
5048                {
5049                    "name": "Arne Blankerts",
5050                    "email": "arne@blankerts.de",
5051                    "role": "Developer"
5052                }
5053            ],
5054            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5055            "time": "2017-04-07T12:08:54+00:00"
5056        },
5057        {
5058            "name": "wapmorgan/php-code-fixer",
5059            "version": "2.0.16",
5060            "source": {
5061                "type": "git",
5062                "url": "https://github.com/wapmorgan/PhpCodeFixer.git",
5063                "reference": "80123e5f142a222fa837db57a938d6edf58a6b7c"
5064            },
5065            "dist": {
5066                "type": "zip",
5067                "url": "https://api.github.com/repos/wapmorgan/PhpCodeFixer/zipball/80123e5f142a222fa837db57a938d6edf58a6b7c",
5068                "reference": "80123e5f142a222fa837db57a938d6edf58a6b7c",
5069                "shasum": ""
5070            },
5071            "require": {
5072                "docopt/docopt": "~1.0",
5073                "ext-tokenizer": "*",
5074                "php": ">=5.4"
5075            },
5076            "bin": [
5077                "bin/phpcf"
5078            ],
5079            "type": "package",
5080            "extra": {
5081                "phar-builder": {
5082                    "compression": "BZip2",
5083                    "name": "phpcf-dev.phar",
5084                    "output-dir": "./",
5085                    "entry-point": "bin/phpcf",
5086                    "include": [
5087                        "bin",
5088                        "data"
5089                    ],
5090                    "events": {
5091                        "command.package.start": "git describe --tags > bin/version.txt",
5092                        "command.package.end": "cp phpcf-dev.phar phpcf-`cat bin/version.txt`.phar && chmod +x phpcf.phar && rm bin/version.txt"
5093                    }
5094                }
5095            },
5096            "autoload": {
5097                "psr-4": {
5098                    "wapmorgan\\PhpCodeFixer\\": "src/"
5099                },
5100                "files": [
5101                    "src/functions.php"
5102                ]
5103            },
5104            "notification-url": "https://packagist.org/downloads/",
5105            "license": [
5106                "BSD-3-Clause"
5107            ],
5108            "description": "A scanner that checks compatibility of your code with new interpreter versions.",
5109            "time": "2019-01-16T18:52:43+00:00"
5110        },
5111        {
5112            "name": "wata727/pahout",
5113            "version": "0.6.1",
5114            "source": {
5115                "type": "git",
5116                "url": "https://github.com/wata727/pahout.git",
5117                "reference": "74149b35333e00ed52df00de0eeda8ec977164e5"
5118            },
5119            "dist": {
5120                "type": "zip",
5121                "url": "https://api.github.com/repos/wata727/pahout/zipball/74149b35333e00ed52df00de0eeda8ec977164e5",
5122                "reference": "74149b35333e00ed52df00de0eeda8ec977164e5",
5123                "shasum": ""
5124            },
5125            "require": {
5126                "ext-ast": "^0.1.7|^1.0.0",
5127                "php": ">=7.1.0",
5128                "psr/log": "~1.0",
5129                "symfony/console": ">=3.3",
5130                "symfony/yaml": ">=3.3"
5131            },
5132            "require-dev": {
5133                "phan/phan": "^1.1.0",
5134                "phpunit/phpunit": "^6.2",
5135                "squizlabs/php_codesniffer": "^3.0"
5136            },
5137            "bin": [
5138                "bin/pahout"
5139            ],
5140            "type": "project",
5141            "autoload": {
5142                "psr-4": {
5143                    "Pahout\\": "src/"
5144                }
5145            },
5146            "notification-url": "https://packagist.org/downloads/",
5147            "license": [
5148                "MIT"
5149            ],
5150            "authors": [
5151                {
5152                    "name": "Kazuma Watanabe"
5153                }
5154            ],
5155            "description": "A pair programming partner for writing better PHP",
5156            "time": "2019-01-29T14:30:35+00:00"
5157        },
5158        {
5159            "name": "webmozart/assert",
5160            "version": "1.4.0",
5161            "source": {
5162                "type": "git",
5163                "url": "https://github.com/webmozart/assert.git",
5164                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
5165            },
5166            "dist": {
5167                "type": "zip",
5168                "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
5169                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
5170                "shasum": ""
5171            },
5172            "require": {
5173                "php": "^5.3.3 || ^7.0",
5174                "symfony/polyfill-ctype": "^1.8"
5175            },
5176            "require-dev": {
5177                "phpunit/phpunit": "^4.6",
5178                "sebastian/version": "^1.0.1"
5179            },
5180            "type": "library",
5181            "extra": {
5182                "branch-alias": {
5183                    "dev-master": "1.3-dev"
5184                }
5185            },
5186            "autoload": {
5187                "psr-4": {
5188                    "Webmozart\\Assert\\": "src/"
5189                }
5190            },
5191            "notification-url": "https://packagist.org/downloads/",
5192            "license": [
5193                "MIT"
5194            ],
5195            "authors": [
5196                {
5197                    "name": "Bernhard Schussek",
5198                    "email": "bschussek@gmail.com"
5199                }
5200            ],
5201            "description": "Assertions to validate method input/output with nice error messages.",
5202            "keywords": [
5203                "assert",
5204                "check",
5205                "validate"
5206            ],
5207            "time": "2018-12-25T11:19:39+00:00"
5208        }
5209    ],
5210    "aliases": [],
5211    "minimum-stability": "stable",
5212    "stability-flags": [],
5213    "prefer-stable": false,
5214    "prefer-lowest": false,
5215    "platform": {
5216        "ext-curl": "*",
5217        "ext-gd": "*",
5218        "ext-iconv": "*",
5219        "ext-intl": "*",
5220        "ext-json": "*",
5221        "ext-pcre": "*",
5222        "ext-pdo": "*",
5223        "ext-pdo_mysql": "*",
5224        "ext-session": "*",
5225        "ext-simplexml": "*",
5226        "ext-xml": "*",
5227        "ext-zip": "*"
5228    },
5229    "platform-dev": {
5230        "ext-pdo_sqlite": "*"
5231    },
5232    "platform-overrides": {
5233        "php": "7.1.3"
5234    }
5235}
5236