Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / vendor / composer / installed.json
1 [
2     {
3         "name": "ajgl/breakpoint-twig-extension",
4         "version": "0.3.0",
5         "version_normalized": "0.3.0.0",
6         "source": {
7             "type": "git",
8             "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
9             "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
10         },
11         "dist": {
12             "type": "zip",
13             "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
14             "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
15             "shasum": ""
16         },
17         "require": {
18             "php": ">=5.4.0",
19             "twig/twig": "^1.14"
20         },
21         "require-dev": {
22             "symfony/framework-bundle": "^2.3",
23             "symfony/twig-bundle": "^2.3"
24         },
25         "suggest": {
26             "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
27             "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
28             "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
29         },
30         "time": "2016-03-31T18:09:32+00:00",
31         "type": "library",
32         "extra": {
33             "branch-alias": {
34                 "dev-master": "0.4.x-dev"
35             }
36         },
37         "installation-source": "dist",
38         "autoload": {
39             "psr-4": {
40                 "Ajgl\\Twig\\Extension\\": "src/"
41             }
42         },
43         "notification-url": "https://packagist.org/downloads/",
44         "license": [
45             "MIT"
46         ],
47         "authors": [
48             {
49                 "name": "Antonio J. GarcĂ­a Lagar",
50                 "email": "aj@garcialagar.es",
51                 "homepage": "http://aj.garcialagar.es",
52                 "role": "developer"
53             }
54         ],
55         "description": "Twig extension to set breakpoints",
56         "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
57         "keywords": [
58             "Xdebug",
59             "breakpoint",
60             "twig"
61         ]
62     },
63     {
64         "name": "alchemy/zippy",
65         "version": "0.4.3",
66         "version_normalized": "0.4.3.0",
67         "source": {
68             "type": "git",
69             "url": "https://github.com/alchemy-fr/Zippy.git",
70             "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea"
71         },
72         "dist": {
73             "type": "zip",
74             "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea",
75             "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea",
76             "shasum": ""
77         },
78         "require": {
79             "doctrine/collections": "~1.0",
80             "ext-mbstring": "*",
81             "php": ">=5.5",
82             "symfony/filesystem": "^2.0.5|^3.0",
83             "symfony/process": "^2.1|^3.0"
84         },
85         "require-dev": {
86             "ext-zip": "*",
87             "guzzle/guzzle": "~3.0",
88             "guzzlehttp/guzzle": "^6.0",
89             "phpunit/phpunit": "^4.0|^5.0",
90             "symfony/finder": "^2.0.5|^3.0"
91         },
92         "suggest": {
93             "ext-zip": "To use the ZipExtensionAdapter",
94             "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
95             "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
96         },
97         "time": "2016-11-03T16:10:31+00:00",
98         "type": "library",
99         "extra": {
100             "branch-alias": {
101                 "dev-master": "0.4.x-dev"
102             }
103         },
104         "installation-source": "dist",
105         "autoload": {
106             "psr-4": {
107                 "Alchemy\\Zippy\\": "src/"
108             }
109         },
110         "notification-url": "https://packagist.org/downloads/",
111         "license": [
112             "MIT"
113         ],
114         "authors": [
115             {
116                 "name": "Alchemy",
117                 "email": "dev.team@alchemy.fr",
118                 "homepage": "http://www.alchemy.fr/"
119             }
120         ],
121         "description": "Zippy, the archive manager companion",
122         "keywords": [
123             "bzip",
124             "compression",
125             "tar",
126             "zip"
127         ]
128     },
129     {
130         "name": "asm89/stack-cors",
131         "version": "1.2.0",
132         "version_normalized": "1.2.0.0",
133         "source": {
134             "type": "git",
135             "url": "https://github.com/asm89/stack-cors.git",
136             "reference": "c163e2b614550aedcf71165db2473d936abbced6"
137         },
138         "dist": {
139             "type": "zip",
140             "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
141             "reference": "c163e2b614550aedcf71165db2473d936abbced6",
142             "shasum": ""
143         },
144         "require": {
145             "php": ">=5.5.9",
146             "symfony/http-foundation": "~2.7|~3.0|~4.0",
147             "symfony/http-kernel": "~2.7|~3.0|~4.0"
148         },
149         "require-dev": {
150             "phpunit/phpunit": "^5.0 || ^4.8.10",
151             "squizlabs/php_codesniffer": "^2.3"
152         },
153         "time": "2017-12-20T14:37:45+00:00",
154         "type": "library",
155         "extra": {
156             "branch-alias": {
157                 "dev-master": "1.2-dev"
158             }
159         },
160         "installation-source": "dist",
161         "autoload": {
162             "psr-4": {
163                 "Asm89\\Stack\\": "src/Asm89/Stack/"
164             }
165         },
166         "notification-url": "https://packagist.org/downloads/",
167         "license": [
168             "MIT"
169         ],
170         "authors": [
171             {
172                 "name": "Alexander",
173                 "email": "iam.asm89@gmail.com"
174             }
175         ],
176         "description": "Cross-origin resource sharing library and stack middleware",
177         "homepage": "https://github.com/asm89/stack-cors",
178         "keywords": [
179             "cors",
180             "stack"
181         ]
182     },
183     {
184         "name": "behat/mink",
185         "version": "v1.7.1",
186         "version_normalized": "1.7.1.0",
187         "source": {
188             "type": "git",
189             "url": "https://github.com/minkphp/Mink.git",
190             "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
191         },
192         "dist": {
193             "type": "zip",
194             "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
195             "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
196             "shasum": ""
197         },
198         "require": {
199             "php": ">=5.3.1",
200             "symfony/css-selector": "~2.1|~3.0"
201         },
202         "require-dev": {
203             "symfony/phpunit-bridge": "~2.7|~3.0"
204         },
205         "suggest": {
206             "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
207             "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
208             "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
209             "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
210         },
211         "time": "2016-03-05T08:26:18+00:00",
212         "type": "library",
213         "extra": {
214             "branch-alias": {
215                 "dev-master": "1.7.x-dev"
216             }
217         },
218         "installation-source": "dist",
219         "autoload": {
220             "psr-4": {
221                 "Behat\\Mink\\": "src/"
222             }
223         },
224         "notification-url": "https://packagist.org/downloads/",
225         "license": [
226             "MIT"
227         ],
228         "authors": [
229             {
230                 "name": "Konstantin Kudryashov",
231                 "email": "ever.zet@gmail.com",
232                 "homepage": "http://everzet.com"
233             }
234         ],
235         "description": "Browser controller/emulator abstraction for PHP",
236         "homepage": "http://mink.behat.org/",
237         "keywords": [
238             "browser",
239             "testing",
240             "web"
241         ]
242     },
243     {
244         "name": "behat/mink-browserkit-driver",
245         "version": "1.3.3",
246         "version_normalized": "1.3.3.0",
247         "source": {
248             "type": "git",
249             "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
250             "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
251         },
252         "dist": {
253             "type": "zip",
254             "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
255             "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
256             "shasum": ""
257         },
258         "require": {
259             "behat/mink": "^1.7.1@dev",
260             "php": ">=5.3.6",
261             "symfony/browser-kit": "~2.3|~3.0|~4.0",
262             "symfony/dom-crawler": "~2.3|~3.0|~4.0"
263         },
264         "require-dev": {
265             "mink/driver-testsuite": "dev-master",
266             "symfony/http-kernel": "~2.3|~3.0|~4.0"
267         },
268         "time": "2018-05-02T09:25:31+00:00",
269         "type": "mink-driver",
270         "extra": {
271             "branch-alias": {
272                 "dev-master": "1.3.x-dev"
273             }
274         },
275         "installation-source": "dist",
276         "autoload": {
277             "psr-4": {
278                 "Behat\\Mink\\Driver\\": "src/"
279             }
280         },
281         "notification-url": "https://packagist.org/downloads/",
282         "license": [
283             "MIT"
284         ],
285         "authors": [
286             {
287                 "name": "Konstantin Kudryashov",
288                 "email": "ever.zet@gmail.com",
289                 "homepage": "http://everzet.com"
290             }
291         ],
292         "description": "Symfony2 BrowserKit driver for Mink framework",
293         "homepage": "http://mink.behat.org/",
294         "keywords": [
295             "Mink",
296             "Symfony2",
297             "browser",
298             "testing"
299         ]
300     },
301     {
302         "name": "behat/mink-goutte-driver",
303         "version": "v1.2.1",
304         "version_normalized": "1.2.1.0",
305         "source": {
306             "type": "git",
307             "url": "https://github.com/minkphp/MinkGoutteDriver.git",
308             "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
309         },
310         "dist": {
311             "type": "zip",
312             "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
313             "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
314             "shasum": ""
315         },
316         "require": {
317             "behat/mink": "~1.6@dev",
318             "behat/mink-browserkit-driver": "~1.2@dev",
319             "fabpot/goutte": "~1.0.4|~2.0|~3.1",
320             "php": ">=5.3.1"
321         },
322         "require-dev": {
323             "symfony/phpunit-bridge": "~2.7|~3.0"
324         },
325         "time": "2016-03-05T09:04:22+00:00",
326         "type": "mink-driver",
327         "extra": {
328             "branch-alias": {
329                 "dev-master": "1.2.x-dev"
330             }
331         },
332         "installation-source": "dist",
333         "autoload": {
334             "psr-4": {
335                 "Behat\\Mink\\Driver\\": "src/"
336             }
337         },
338         "notification-url": "https://packagist.org/downloads/",
339         "license": [
340             "MIT"
341         ],
342         "authors": [
343             {
344                 "name": "Konstantin Kudryashov",
345                 "email": "ever.zet@gmail.com",
346                 "homepage": "http://everzet.com"
347             }
348         ],
349         "description": "Goutte driver for Mink framework",
350         "homepage": "http://mink.behat.org/",
351         "keywords": [
352             "browser",
353             "goutte",
354             "headless",
355             "testing"
356         ]
357     },
358     {
359         "name": "caxy/php-htmldiff",
360         "version": "v0.1.7",
361         "version_normalized": "0.1.7.0",
362         "source": {
363             "type": "git",
364             "url": "https://github.com/caxy/php-htmldiff.git",
365             "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b"
366         },
367         "dist": {
368             "type": "zip",
369             "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/48c70a963e803b93fe68a191e62d0770b5446f0b",
370             "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b",
371             "shasum": ""
372         },
373         "require": {
374             "ezyang/htmlpurifier": "^4.7",
375             "php": ">=5.3.3",
376             "sunra/php-simple-html-dom-parser": "^1.5"
377         },
378         "require-dev": {
379             "doctrine/cache": "~1.0",
380             "phpunit/phpunit": "~5.0"
381         },
382         "suggest": {
383             "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
384         },
385         "time": "2018-03-15T21:23:44+00:00",
386         "type": "library",
387         "extra": {
388             "branch-alias": {
389                 "dev-master": "0.1.x-dev"
390             }
391         },
392         "installation-source": "dist",
393         "autoload": {
394             "psr-0": {
395                 "Caxy\\HtmlDiff": "lib/"
396             }
397         },
398         "notification-url": "https://packagist.org/downloads/",
399         "license": [
400             "GPL-2.0"
401         ],
402         "authors": [
403             {
404                 "name": "Josh Schroeder",
405                 "email": "jschroeder@caxy.com",
406                 "homepage": "http://www.caxy.com"
407             }
408         ],
409         "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
410         "homepage": "https://github.com/caxy/php-htmldiff",
411         "keywords": [
412             "diff",
413             "html"
414         ]
415     },
416     {
417         "name": "cebe/markdown",
418         "version": "1.0.3",
419         "version_normalized": "1.0.3.0",
420         "source": {
421             "type": "git",
422             "url": "https://github.com/cebe/markdown.git",
423             "reference": "8efb4268c90add2eee0edacf503ae71f22ccc745"
424         },
425         "dist": {
426             "type": "zip",
427             "url": "https://api.github.com/repos/cebe/markdown/zipball/8efb4268c90add2eee0edacf503ae71f22ccc745",
428             "reference": "8efb4268c90add2eee0edacf503ae71f22ccc745",
429             "shasum": ""
430         },
431         "require": {
432             "lib-pcre": "*",
433             "php": ">=5.4.0"
434         },
435         "require-dev": {
436             "cebe/indent": "*",
437             "facebook/xhprof": "*@dev",
438             "phpunit/phpunit": "3.7.*"
439         },
440         "time": "2018-03-26T11:15:02+00:00",
441         "bin": [
442             "bin/markdown"
443         ],
444         "type": "library",
445         "extra": {
446             "branch-alias": {
447                 "dev-master": "1.0.x-dev"
448             }
449         },
450         "installation-source": "dist",
451         "autoload": {
452             "psr-4": {
453                 "cebe\\markdown\\": ""
454             }
455         },
456         "notification-url": "https://packagist.org/downloads/",
457         "license": [
458             "MIT"
459         ],
460         "authors": [
461             {
462                 "name": "Carsten Brandt",
463                 "email": "mail@cebe.cc",
464                 "homepage": "http://cebe.cc/",
465                 "role": "Creator"
466             }
467         ],
468         "description": "A super fast, highly extensible markdown parser for PHP",
469         "homepage": "https://github.com/cebe/markdown#readme",
470         "keywords": [
471             "extensible",
472             "fast",
473             "gfm",
474             "markdown",
475             "markdown-extra"
476         ]
477     },
478     {
479         "name": "chi-teck/drupal-code-generator",
480         "version": "1.27.0",
481         "version_normalized": "1.27.0.0",
482         "source": {
483             "type": "git",
484             "url": "https://github.com/Chi-teck/drupal-code-generator.git",
485             "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e"
486         },
487         "dist": {
488             "type": "zip",
489             "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a839bc89d385087d8a7a96a9c1c4bd470ffb627e",
490             "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e",
491             "shasum": ""
492         },
493         "require": {
494             "ext-json": "*",
495             "php": ">=5.5.9",
496             "symfony/console": "~2.7|^3",
497             "symfony/filesystem": "~2.7|^3",
498             "twig/twig": "^1.23.1"
499         },
500         "time": "2018-10-11T08:05:59+00:00",
501         "bin": [
502             "bin/dcg"
503         ],
504         "type": "library",
505         "extra": {
506             "branch-alias": {
507                 "dev-master": "1.x-dev"
508             }
509         },
510         "installation-source": "dist",
511         "autoload": {
512             "files": [
513                 "src/bootstrap.php"
514             ],
515             "psr-4": {
516                 "DrupalCodeGenerator\\": "src"
517             }
518         },
519         "notification-url": "https://packagist.org/downloads/",
520         "license": [
521             "GPL-2.0-or-later"
522         ],
523         "description": "Drupal code generator"
524     },
525     {
526         "name": "composer/installers",
527         "version": "v1.6.0",
528         "version_normalized": "1.6.0.0",
529         "source": {
530             "type": "git",
531             "url": "https://github.com/composer/installers.git",
532             "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
533         },
534         "dist": {
535             "type": "zip",
536             "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
537             "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
538             "shasum": ""
539         },
540         "require": {
541             "composer-plugin-api": "^1.0"
542         },
543         "replace": {
544             "roundcube/plugin-installer": "*",
545             "shama/baton": "*"
546         },
547         "require-dev": {
548             "composer/composer": "1.0.*@dev",
549             "phpunit/phpunit": "^4.8.36"
550         },
551         "time": "2018-08-27T06:10:37+00:00",
552         "type": "composer-plugin",
553         "extra": {
554             "class": "Composer\\Installers\\Plugin",
555             "branch-alias": {
556                 "dev-master": "1.0-dev"
557             }
558         },
559         "installation-source": "dist",
560         "autoload": {
561             "psr-4": {
562                 "Composer\\Installers\\": "src/Composer/Installers"
563             }
564         },
565         "notification-url": "https://packagist.org/downloads/",
566         "license": [
567             "MIT"
568         ],
569         "authors": [
570             {
571                 "name": "Kyle Robinson Young",
572                 "email": "kyle@dontkry.com",
573                 "homepage": "https://github.com/shama"
574             }
575         ],
576         "description": "A multi-framework Composer library installer",
577         "homepage": "https://composer.github.io/installers/",
578         "keywords": [
579             "Craft",
580             "Dolibarr",
581             "Eliasis",
582             "Hurad",
583             "ImageCMS",
584             "Kanboard",
585             "Lan Management System",
586             "MODX Evo",
587             "Mautic",
588             "Maya",
589             "OXID",
590             "Plentymarkets",
591             "Porto",
592             "RadPHP",
593             "SMF",
594             "Thelia",
595             "WolfCMS",
596             "agl",
597             "aimeos",
598             "annotatecms",
599             "attogram",
600             "bitrix",
601             "cakephp",
602             "chef",
603             "cockpit",
604             "codeigniter",
605             "concrete5",
606             "croogo",
607             "dokuwiki",
608             "drupal",
609             "eZ Platform",
610             "elgg",
611             "expressionengine",
612             "fuelphp",
613             "grav",
614             "installer",
615             "itop",
616             "joomla",
617             "kohana",
618             "laravel",
619             "lavalite",
620             "lithium",
621             "magento",
622             "majima",
623             "mako",
624             "mediawiki",
625             "modulework",
626             "modx",
627             "moodle",
628             "osclass",
629             "phpbb",
630             "piwik",
631             "ppi",
632             "puppet",
633             "pxcms",
634             "reindex",
635             "roundcube",
636             "shopware",
637             "silverstripe",
638             "sydes",
639             "symfony",
640             "typo3",
641             "wordpress",
642             "yawik",
643             "zend",
644             "zikula"
645         ]
646     },
647     {
648         "name": "composer/semver",
649         "version": "1.4.2",
650         "version_normalized": "1.4.2.0",
651         "source": {
652             "type": "git",
653             "url": "https://github.com/composer/semver.git",
654             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
655         },
656         "dist": {
657             "type": "zip",
658             "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
659             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
660             "shasum": ""
661         },
662         "require": {
663             "php": "^5.3.2 || ^7.0"
664         },
665         "require-dev": {
666             "phpunit/phpunit": "^4.5 || ^5.0.5",
667             "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
668         },
669         "time": "2016-08-30T16:08:34+00:00",
670         "type": "library",
671         "extra": {
672             "branch-alias": {
673                 "dev-master": "1.x-dev"
674             }
675         },
676         "installation-source": "dist",
677         "autoload": {
678             "psr-4": {
679                 "Composer\\Semver\\": "src"
680             }
681         },
682         "notification-url": "https://packagist.org/downloads/",
683         "license": [
684             "MIT"
685         ],
686         "authors": [
687             {
688                 "name": "Nils Adermann",
689                 "email": "naderman@naderman.de",
690                 "homepage": "http://www.naderman.de"
691             },
692             {
693                 "name": "Jordi Boggiano",
694                 "email": "j.boggiano@seld.be",
695                 "homepage": "http://seld.be"
696             },
697             {
698                 "name": "Rob Bast",
699                 "email": "rob.bast@gmail.com",
700                 "homepage": "http://robbast.nl"
701             }
702         ],
703         "description": "Semver library that offers utilities, version constraint parsing and validation.",
704         "keywords": [
705             "semantic",
706             "semver",
707             "validation",
708             "versioning"
709         ]
710     },
711     {
712         "name": "consolidation/annotated-command",
713         "version": "2.9.1",
714         "version_normalized": "2.9.1.0",
715         "source": {
716             "type": "git",
717             "url": "https://github.com/consolidation/annotated-command.git",
718             "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac"
719         },
720         "dist": {
721             "type": "zip",
722             "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
723             "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
724             "shasum": ""
725         },
726         "require": {
727             "consolidation/output-formatters": "^3.1.12",
728             "php": ">=5.4.0",
729             "psr/log": "^1",
730             "symfony/console": "^2.8|^3|^4",
731             "symfony/event-dispatcher": "^2.5|^3|^4",
732             "symfony/finder": "^2.5|^3|^4"
733         },
734         "require-dev": {
735             "g1a/composer-test-scenarios": "^2",
736             "phpunit/phpunit": "^6",
737             "satooshi/php-coveralls": "^2",
738             "squizlabs/php_codesniffer": "^2.7"
739         },
740         "time": "2018-09-19T17:47:18+00:00",
741         "type": "library",
742         "extra": {
743             "branch-alias": {
744                 "dev-master": "2.x-dev"
745             }
746         },
747         "installation-source": "dist",
748         "autoload": {
749             "psr-4": {
750                 "Consolidation\\AnnotatedCommand\\": "src"
751             }
752         },
753         "notification-url": "https://packagist.org/downloads/",
754         "license": [
755             "MIT"
756         ],
757         "authors": [
758             {
759                 "name": "Greg Anderson",
760                 "email": "greg.1.anderson@greenknowe.org"
761             }
762         ],
763         "description": "Initialize Symfony Console commands from annotated command class methods."
764     },
765     {
766         "name": "consolidation/config",
767         "version": "1.1.1",
768         "version_normalized": "1.1.1.0",
769         "source": {
770             "type": "git",
771             "url": "https://github.com/consolidation/config.git",
772             "reference": "925231dfff32f05b787e1fddb265e789b939cf4c"
773         },
774         "dist": {
775             "type": "zip",
776             "url": "https://api.github.com/repos/consolidation/config/zipball/925231dfff32f05b787e1fddb265e789b939cf4c",
777             "reference": "925231dfff32f05b787e1fddb265e789b939cf4c",
778             "shasum": ""
779         },
780         "require": {
781             "dflydev/dot-access-data": "^1.1.0",
782             "grasmash/expander": "^1",
783             "php": ">=5.4.0"
784         },
785         "require-dev": {
786             "g1a/composer-test-scenarios": "^1",
787             "phpunit/phpunit": "^5",
788             "satooshi/php-coveralls": "^1.0",
789             "squizlabs/php_codesniffer": "2.*",
790             "symfony/console": "^2.5|^3|^4",
791             "symfony/yaml": "^2.8.11|^3|^4"
792         },
793         "suggest": {
794             "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
795         },
796         "time": "2018-10-24T17:55:35+00:00",
797         "type": "library",
798         "extra": {
799             "branch-alias": {
800                 "dev-master": "1.x-dev"
801             }
802         },
803         "installation-source": "dist",
804         "autoload": {
805             "psr-4": {
806                 "Consolidation\\Config\\": "src"
807             }
808         },
809         "notification-url": "https://packagist.org/downloads/",
810         "license": [
811             "MIT"
812         ],
813         "authors": [
814             {
815                 "name": "Greg Anderson",
816                 "email": "greg.1.anderson@greenknowe.org"
817             }
818         ],
819         "description": "Provide configuration services for a commandline tool."
820     },
821     {
822         "name": "consolidation/log",
823         "version": "1.0.6",
824         "version_normalized": "1.0.6.0",
825         "source": {
826             "type": "git",
827             "url": "https://github.com/consolidation/log.git",
828             "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395"
829         },
830         "dist": {
831             "type": "zip",
832             "url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395",
833             "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395",
834             "shasum": ""
835         },
836         "require": {
837             "php": ">=5.5.0",
838             "psr/log": "~1.0",
839             "symfony/console": "^2.8|^3|^4"
840         },
841         "require-dev": {
842             "g1a/composer-test-scenarios": "^1",
843             "phpunit/phpunit": "4.*",
844             "satooshi/php-coveralls": "^2",
845             "squizlabs/php_codesniffer": "2.*"
846         },
847         "time": "2018-05-25T18:14:39+00:00",
848         "type": "library",
849         "extra": {
850             "branch-alias": {
851                 "dev-master": "1.x-dev"
852             }
853         },
854         "installation-source": "dist",
855         "autoload": {
856             "psr-4": {
857                 "Consolidation\\Log\\": "src"
858             }
859         },
860         "notification-url": "https://packagist.org/downloads/",
861         "license": [
862             "MIT"
863         ],
864         "authors": [
865             {
866                 "name": "Greg Anderson",
867                 "email": "greg.1.anderson@greenknowe.org"
868             }
869         ],
870         "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components."
871     },
872     {
873         "name": "consolidation/output-formatters",
874         "version": "3.4.0",
875         "version_normalized": "3.4.0.0",
876         "source": {
877             "type": "git",
878             "url": "https://github.com/consolidation/output-formatters.git",
879             "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19"
880         },
881         "dist": {
882             "type": "zip",
883             "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/a942680232094c4a5b21c0b7e54c20cce623ae19",
884             "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19",
885             "shasum": ""
886         },
887         "require": {
888             "dflydev/dot-access-data": "^1.1.0",
889             "php": ">=5.4.0",
890             "symfony/console": "^2.8|^3|^4",
891             "symfony/finder": "^2.5|^3|^4"
892         },
893         "require-dev": {
894             "g1a/composer-test-scenarios": "^2",
895             "phpunit/phpunit": "^5.7.27",
896             "satooshi/php-coveralls": "^2",
897             "squizlabs/php_codesniffer": "^2.7",
898             "symfony/console": "3.2.3",
899             "symfony/var-dumper": "^2.8|^3|^4",
900             "victorjonsson/markdowndocs": "^1.3"
901         },
902         "suggest": {
903             "symfony/var-dumper": "For using the var_dump formatter"
904         },
905         "time": "2018-10-19T22:35:38+00:00",
906         "type": "library",
907         "extra": {
908             "branch-alias": {
909                 "dev-master": "3.x-dev"
910             }
911         },
912         "installation-source": "dist",
913         "autoload": {
914             "psr-4": {
915                 "Consolidation\\OutputFormatters\\": "src"
916             }
917         },
918         "notification-url": "https://packagist.org/downloads/",
919         "license": [
920             "MIT"
921         ],
922         "authors": [
923             {
924                 "name": "Greg Anderson",
925                 "email": "greg.1.anderson@greenknowe.org"
926             }
927         ],
928         "description": "Format text by applying transformations provided by plug-in formatters."
929     },
930     {
931         "name": "consolidation/robo",
932         "version": "1.3.1",
933         "version_normalized": "1.3.1.0",
934         "source": {
935             "type": "git",
936             "url": "https://github.com/consolidation/Robo.git",
937             "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d"
938         },
939         "dist": {
940             "type": "zip",
941             "url": "https://api.github.com/repos/consolidation/Robo/zipball/31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d",
942             "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d",
943             "shasum": ""
944         },
945         "require": {
946             "consolidation/annotated-command": "^2.8.2",
947             "consolidation/config": "^1.0.10",
948             "consolidation/log": "~1",
949             "consolidation/output-formatters": "^3.1.13",
950             "consolidation/self-update": "^1",
951             "g1a/composer-test-scenarios": "^2",
952             "grasmash/yaml-expander": "^1.3",
953             "league/container": "^2.2",
954             "php": ">=5.5.0",
955             "symfony/console": "^2.8|^3|^4",
956             "symfony/event-dispatcher": "^2.5|^3|^4",
957             "symfony/filesystem": "^2.5|^3|^4",
958             "symfony/finder": "^2.5|^3|^4",
959             "symfony/process": "^2.5|^3|^4"
960         },
961         "replace": {
962             "codegyre/robo": "< 1.0"
963         },
964         "require-dev": {
965             "codeception/aspect-mock": "^1|^2.1.1",
966             "codeception/base": "^2.3.7",
967             "codeception/verify": "^0.3.2",
968             "goaop/framework": "~2.1.2",
969             "goaop/parser-reflection": "^1.1.0",
970             "natxet/cssmin": "3.0.4",
971             "nikic/php-parser": "^3.1.5",
972             "patchwork/jsqueeze": "~2",
973             "pear/archive_tar": "^1.4.2",
974             "phpunit/php-code-coverage": "~2|~4",
975             "satooshi/php-coveralls": "^2",
976             "squizlabs/php_codesniffer": "^2.8"
977         },
978         "suggest": {
979             "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
980             "natxet/CssMin": "For minifying CSS files in taskMinify",
981             "patchwork/jsqueeze": "For minifying JS files in taskMinify",
982             "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
983         },
984         "time": "2018-08-17T18:44:18+00:00",
985         "bin": [
986             "robo"
987         ],
988         "type": "library",
989         "extra": {
990             "branch-alias": {
991                 "dev-master": "1.x-dev",
992                 "dev-state": "1.x-dev"
993             }
994         },
995         "installation-source": "dist",
996         "autoload": {
997             "psr-4": {
998                 "Robo\\": "src"
999             }
1000         },
1001         "notification-url": "https://packagist.org/downloads/",
1002         "license": [
1003             "MIT"
1004         ],
1005         "authors": [
1006             {
1007                 "name": "Davert",
1008                 "email": "davert.php@resend.cc"
1009             }
1010         ],
1011         "description": "Modern task runner"
1012     },
1013     {
1014         "name": "consolidation/self-update",
1015         "version": "1.1.5",
1016         "version_normalized": "1.1.5.0",
1017         "source": {
1018             "type": "git",
1019             "url": "https://github.com/consolidation/self-update.git",
1020             "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54"
1021         },
1022         "dist": {
1023             "type": "zip",
1024             "url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54",
1025             "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54",
1026             "shasum": ""
1027         },
1028         "require": {
1029             "php": ">=5.5.0",
1030             "symfony/console": "^2.8|^3|^4",
1031             "symfony/filesystem": "^2.5|^3|^4"
1032         },
1033         "time": "2018-10-28T01:52:03+00:00",
1034         "bin": [
1035             "scripts/release"
1036         ],
1037         "type": "library",
1038         "extra": {
1039             "branch-alias": {
1040                 "dev-master": "1.x-dev"
1041             }
1042         },
1043         "installation-source": "dist",
1044         "autoload": {
1045             "psr-4": {
1046                 "SelfUpdate\\": "src"
1047             }
1048         },
1049         "notification-url": "https://packagist.org/downloads/",
1050         "license": [
1051             "MIT"
1052         ],
1053         "authors": [
1054             {
1055                 "name": "Greg Anderson",
1056                 "email": "greg.1.anderson@greenknowe.org"
1057             },
1058             {
1059                 "name": "Alexander Menk",
1060                 "email": "menk@mestrona.net"
1061             }
1062         ],
1063         "description": "Provides a self:update command for Symfony Console applications."
1064     },
1065     {
1066         "name": "consolidation/site-alias",
1067         "version": "1.1.11",
1068         "version_normalized": "1.1.11.0",
1069         "source": {
1070             "type": "git",
1071             "url": "https://github.com/consolidation/site-alias.git",
1072             "reference": "54ea74ee7dbd54ef356798028ca9a3548cb8df14"
1073         },
1074         "dist": {
1075             "type": "zip",
1076             "url": "https://api.github.com/repos/consolidation/site-alias/zipball/54ea74ee7dbd54ef356798028ca9a3548cb8df14",
1077             "reference": "54ea74ee7dbd54ef356798028ca9a3548cb8df14",
1078             "shasum": ""
1079         },
1080         "require": {
1081             "php": ">=5.5.0"
1082         },
1083         "require-dev": {
1084             "consolidation/robo": "^1.2.3",
1085             "g1a/composer-test-scenarios": "^2",
1086             "knplabs/github-api": "^2.7",
1087             "php-http/guzzle6-adapter": "^1.1",
1088             "phpunit/phpunit": "^5",
1089             "satooshi/php-coveralls": "^2",
1090             "squizlabs/php_codesniffer": "^2.8",
1091             "symfony/console": "^2.8|^3|^4",
1092             "symfony/yaml": "~2.3|^3"
1093         },
1094         "time": "2018-11-03T05:07:56+00:00",
1095         "type": "library",
1096         "extra": {
1097             "branch-alias": {
1098                 "dev-master": "1.x-dev"
1099             }
1100         },
1101         "installation-source": "dist",
1102         "autoload": {
1103             "psr-4": {
1104                 "Consolidation\\SiteAlias\\": "src"
1105             }
1106         },
1107         "notification-url": "https://packagist.org/downloads/",
1108         "license": [
1109             "MIT"
1110         ],
1111         "authors": [
1112             {
1113                 "name": "Moshe Weitzman",
1114                 "email": "weitzman@tejasa.com"
1115             },
1116             {
1117                 "name": "Greg Anderson",
1118                 "email": "greg.1.anderson@greenknowe.org"
1119             }
1120         ],
1121         "description": "Manage alias records for local and remote sites."
1122     },
1123     {
1124         "name": "container-interop/container-interop",
1125         "version": "1.2.0",
1126         "version_normalized": "1.2.0.0",
1127         "source": {
1128             "type": "git",
1129             "url": "https://github.com/container-interop/container-interop.git",
1130             "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
1131         },
1132         "dist": {
1133             "type": "zip",
1134             "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
1135             "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
1136             "shasum": ""
1137         },
1138         "require": {
1139             "psr/container": "^1.0"
1140         },
1141         "time": "2017-02-14T19:40:03+00:00",
1142         "type": "library",
1143         "installation-source": "dist",
1144         "autoload": {
1145             "psr-4": {
1146                 "Interop\\Container\\": "src/Interop/Container/"
1147             }
1148         },
1149         "notification-url": "https://packagist.org/downloads/",
1150         "license": [
1151             "MIT"
1152         ],
1153         "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
1154         "homepage": "https://github.com/container-interop/container-interop",
1155         "abandoned": "psr/container"
1156     },
1157     {
1158         "name": "cweagans/composer-patches",
1159         "version": "1.6.5",
1160         "version_normalized": "1.6.5.0",
1161         "source": {
1162             "type": "git",
1163             "url": "https://github.com/cweagans/composer-patches.git",
1164             "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3"
1165         },
1166         "dist": {
1167             "type": "zip",
1168             "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
1169             "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
1170             "shasum": ""
1171         },
1172         "require": {
1173             "composer-plugin-api": "^1.0",
1174             "php": ">=5.3.0"
1175         },
1176         "require-dev": {
1177             "composer/composer": "~1.0",
1178             "phpunit/phpunit": "~4.6"
1179         },
1180         "time": "2018-05-11T18:00:16+00:00",
1181         "type": "composer-plugin",
1182         "extra": {
1183             "class": "cweagans\\Composer\\Patches"
1184         },
1185         "installation-source": "dist",
1186         "autoload": {
1187             "psr-4": {
1188                 "cweagans\\Composer\\": "src"
1189             }
1190         },
1191         "notification-url": "https://packagist.org/downloads/",
1192         "license": [
1193             "BSD-3-Clause"
1194         ],
1195         "authors": [
1196             {
1197                 "name": "Cameron Eagans",
1198                 "email": "me@cweagans.net"
1199             }
1200         ],
1201         "description": "Provides a way to patch Composer packages."
1202     },
1203     {
1204         "name": "dflydev/dot-access-configuration",
1205         "version": "v1.0.3",
1206         "version_normalized": "1.0.3.0",
1207         "source": {
1208             "type": "git",
1209             "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
1210             "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
1211         },
1212         "dist": {
1213             "type": "zip",
1214             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
1215             "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
1216             "shasum": ""
1217         },
1218         "require": {
1219             "dflydev/dot-access-data": "1.*",
1220             "dflydev/placeholder-resolver": "1.*",
1221             "php": ">=5.3.2"
1222         },
1223         "require-dev": {
1224             "symfony/yaml": "~2.1"
1225         },
1226         "suggest": {
1227             "symfony/yaml": "Required for using the YAML Configuration Builders"
1228         },
1229         "time": "2018-09-08T23:00:17+00:00",
1230         "type": "library",
1231         "extra": {
1232             "branch-alias": {
1233                 "dev-master": "1.0-dev"
1234             }
1235         },
1236         "installation-source": "dist",
1237         "autoload": {
1238             "psr-0": {
1239                 "Dflydev\\DotAccessConfiguration": "src"
1240             }
1241         },
1242         "notification-url": "https://packagist.org/downloads/",
1243         "license": [
1244             "MIT"
1245         ],
1246         "authors": [
1247             {
1248                 "name": "Dragonfly Development Inc.",
1249                 "email": "info@dflydev.com",
1250                 "homepage": "http://dflydev.com"
1251             },
1252             {
1253                 "name": "Beau Simensen",
1254                 "email": "beau@dflydev.com",
1255                 "homepage": "http://beausimensen.com"
1256             }
1257         ],
1258         "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
1259         "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
1260         "keywords": [
1261             "config",
1262             "configuration"
1263         ]
1264     },
1265     {
1266         "name": "dflydev/dot-access-data",
1267         "version": "v1.1.0",
1268         "version_normalized": "1.1.0.0",
1269         "source": {
1270             "type": "git",
1271             "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
1272             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
1273         },
1274         "dist": {
1275             "type": "zip",
1276             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
1277             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
1278             "shasum": ""
1279         },
1280         "require": {
1281             "php": ">=5.3.2"
1282         },
1283         "time": "2017-01-20T21:14:22+00:00",
1284         "type": "library",
1285         "extra": {
1286             "branch-alias": {
1287                 "dev-master": "1.0-dev"
1288             }
1289         },
1290         "installation-source": "dist",
1291         "autoload": {
1292             "psr-0": {
1293                 "Dflydev\\DotAccessData": "src"
1294             }
1295         },
1296         "notification-url": "https://packagist.org/downloads/",
1297         "license": [
1298             "MIT"
1299         ],
1300         "authors": [
1301             {
1302                 "name": "Dragonfly Development Inc.",
1303                 "email": "info@dflydev.com",
1304                 "homepage": "http://dflydev.com"
1305             },
1306             {
1307                 "name": "Beau Simensen",
1308                 "email": "beau@dflydev.com",
1309                 "homepage": "http://beausimensen.com"
1310             },
1311             {
1312                 "name": "Carlos Frutos",
1313                 "email": "carlos@kiwing.it",
1314                 "homepage": "https://github.com/cfrutos"
1315             }
1316         ],
1317         "description": "Given a deep data structure, access data by dot notation.",
1318         "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
1319         "keywords": [
1320             "access",
1321             "data",
1322             "dot",
1323             "notation"
1324         ]
1325     },
1326     {
1327         "name": "dflydev/placeholder-resolver",
1328         "version": "v1.0.2",
1329         "version_normalized": "1.0.2.0",
1330         "source": {
1331             "type": "git",
1332             "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
1333             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
1334         },
1335         "dist": {
1336             "type": "zip",
1337             "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1338             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1339             "shasum": ""
1340         },
1341         "require": {
1342             "php": ">=5.3.2"
1343         },
1344         "time": "2012-10-28T21:08:28+00:00",
1345         "type": "library",
1346         "extra": {
1347             "branch-alias": {
1348                 "dev-master": "1.0-dev"
1349             }
1350         },
1351         "installation-source": "dist",
1352         "autoload": {
1353             "psr-0": {
1354                 "Dflydev\\PlaceholderResolver": "src"
1355             }
1356         },
1357         "notification-url": "https://packagist.org/downloads/",
1358         "license": [
1359             "MIT"
1360         ],
1361         "authors": [
1362             {
1363                 "name": "Dragonfly Development Inc.",
1364                 "email": "info@dflydev.com",
1365                 "homepage": "http://dflydev.com"
1366             },
1367             {
1368                 "name": "Beau Simensen",
1369                 "email": "beau@dflydev.com",
1370                 "homepage": "http://beausimensen.com"
1371             }
1372         ],
1373         "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
1374         "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
1375         "keywords": [
1376             "placeholder",
1377             "resolver"
1378         ]
1379     },
1380     {
1381         "name": "dnoegel/php-xdg-base-dir",
1382         "version": "0.1",
1383         "version_normalized": "0.1.0.0",
1384         "source": {
1385             "type": "git",
1386             "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
1387             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
1388         },
1389         "dist": {
1390             "type": "zip",
1391             "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1392             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1393             "shasum": ""
1394         },
1395         "require": {
1396             "php": ">=5.3.2"
1397         },
1398         "require-dev": {
1399             "phpunit/phpunit": "@stable"
1400         },
1401         "time": "2014-10-24T07:27:01+00:00",
1402         "type": "project",
1403         "installation-source": "dist",
1404         "autoload": {
1405             "psr-4": {
1406                 "XdgBaseDir\\": "src/"
1407             }
1408         },
1409         "notification-url": "https://packagist.org/downloads/",
1410         "license": [
1411             "MIT"
1412         ],
1413         "description": "implementation of xdg base directory specification for php"
1414     },
1415     {
1416         "name": "doctrine/annotations",
1417         "version": "v1.4.0",
1418         "version_normalized": "1.4.0.0",
1419         "source": {
1420             "type": "git",
1421             "url": "https://github.com/doctrine/annotations.git",
1422             "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1423         },
1424         "dist": {
1425             "type": "zip",
1426             "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1427             "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1428             "shasum": ""
1429         },
1430         "require": {
1431             "doctrine/lexer": "1.*",
1432             "php": "^5.6 || ^7.0"
1433         },
1434         "require-dev": {
1435             "doctrine/cache": "1.*",
1436             "phpunit/phpunit": "^5.7"
1437         },
1438         "time": "2017-02-24T16:22:25+00:00",
1439         "type": "library",
1440         "extra": {
1441             "branch-alias": {
1442                 "dev-master": "1.4.x-dev"
1443             }
1444         },
1445         "installation-source": "dist",
1446         "autoload": {
1447             "psr-4": {
1448                 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1449             }
1450         },
1451         "notification-url": "https://packagist.org/downloads/",
1452         "license": [
1453             "MIT"
1454         ],
1455         "authors": [
1456             {
1457                 "name": "Roman Borschel",
1458                 "email": "roman@code-factory.org"
1459             },
1460             {
1461                 "name": "Benjamin Eberlei",
1462                 "email": "kontakt@beberlei.de"
1463             },
1464             {
1465                 "name": "Guilherme Blanco",
1466                 "email": "guilhermeblanco@gmail.com"
1467             },
1468             {
1469                 "name": "Jonathan Wage",
1470                 "email": "jonwage@gmail.com"
1471             },
1472             {
1473                 "name": "Johannes Schmitt",
1474                 "email": "schmittjoh@gmail.com"
1475             }
1476         ],
1477         "description": "Docblock Annotations Parser",
1478         "homepage": "http://www.doctrine-project.org",
1479         "keywords": [
1480             "annotations",
1481             "docblock",
1482             "parser"
1483         ]
1484     },
1485     {
1486         "name": "doctrine/cache",
1487         "version": "v1.6.2",
1488         "version_normalized": "1.6.2.0",
1489         "source": {
1490             "type": "git",
1491             "url": "https://github.com/doctrine/cache.git",
1492             "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
1493         },
1494         "dist": {
1495             "type": "zip",
1496             "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
1497             "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
1498             "shasum": ""
1499         },
1500         "require": {
1501             "php": "~5.5|~7.0"
1502         },
1503         "conflict": {
1504             "doctrine/common": ">2.2,<2.4"
1505         },
1506         "require-dev": {
1507             "phpunit/phpunit": "~4.8|~5.0",
1508             "predis/predis": "~1.0",
1509             "satooshi/php-coveralls": "~0.6"
1510         },
1511         "time": "2017-07-22T12:49:21+00:00",
1512         "type": "library",
1513         "extra": {
1514             "branch-alias": {
1515                 "dev-master": "1.6.x-dev"
1516             }
1517         },
1518         "installation-source": "dist",
1519         "autoload": {
1520             "psr-4": {
1521                 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1522             }
1523         },
1524         "notification-url": "https://packagist.org/downloads/",
1525         "license": [
1526             "MIT"
1527         ],
1528         "authors": [
1529             {
1530                 "name": "Roman Borschel",
1531                 "email": "roman@code-factory.org"
1532             },
1533             {
1534                 "name": "Benjamin Eberlei",
1535                 "email": "kontakt@beberlei.de"
1536             },
1537             {
1538                 "name": "Guilherme Blanco",
1539                 "email": "guilhermeblanco@gmail.com"
1540             },
1541             {
1542                 "name": "Jonathan Wage",
1543                 "email": "jonwage@gmail.com"
1544             },
1545             {
1546                 "name": "Johannes Schmitt",
1547                 "email": "schmittjoh@gmail.com"
1548             }
1549         ],
1550         "description": "Caching library offering an object-oriented API for many cache backends",
1551         "homepage": "http://www.doctrine-project.org",
1552         "keywords": [
1553             "cache",
1554             "caching"
1555         ]
1556     },
1557     {
1558         "name": "doctrine/collections",
1559         "version": "v1.4.0",
1560         "version_normalized": "1.4.0.0",
1561         "source": {
1562             "type": "git",
1563             "url": "https://github.com/doctrine/collections.git",
1564             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
1565         },
1566         "dist": {
1567             "type": "zip",
1568             "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
1569             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
1570             "shasum": ""
1571         },
1572         "require": {
1573             "php": "^5.6 || ^7.0"
1574         },
1575         "require-dev": {
1576             "doctrine/coding-standard": "~0.1@dev",
1577             "phpunit/phpunit": "^5.7"
1578         },
1579         "time": "2017-01-03T10:49:41+00:00",
1580         "type": "library",
1581         "extra": {
1582             "branch-alias": {
1583                 "dev-master": "1.3.x-dev"
1584             }
1585         },
1586         "installation-source": "dist",
1587         "autoload": {
1588             "psr-0": {
1589                 "Doctrine\\Common\\Collections\\": "lib/"
1590             }
1591         },
1592         "notification-url": "https://packagist.org/downloads/",
1593         "license": [
1594             "MIT"
1595         ],
1596         "authors": [
1597             {
1598                 "name": "Roman Borschel",
1599                 "email": "roman@code-factory.org"
1600             },
1601             {
1602                 "name": "Benjamin Eberlei",
1603                 "email": "kontakt@beberlei.de"
1604             },
1605             {
1606                 "name": "Guilherme Blanco",
1607                 "email": "guilhermeblanco@gmail.com"
1608             },
1609             {
1610                 "name": "Jonathan Wage",
1611                 "email": "jonwage@gmail.com"
1612             },
1613             {
1614                 "name": "Johannes Schmitt",
1615                 "email": "schmittjoh@gmail.com"
1616             }
1617         ],
1618         "description": "Collections Abstraction library",
1619         "homepage": "http://www.doctrine-project.org",
1620         "keywords": [
1621             "array",
1622             "collections",
1623             "iterator"
1624         ]
1625     },
1626     {
1627         "name": "doctrine/common",
1628         "version": "v2.7.3",
1629         "version_normalized": "2.7.3.0",
1630         "source": {
1631             "type": "git",
1632             "url": "https://github.com/doctrine/common.git",
1633             "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
1634         },
1635         "dist": {
1636             "type": "zip",
1637             "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
1638             "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
1639             "shasum": ""
1640         },
1641         "require": {
1642             "doctrine/annotations": "1.*",
1643             "doctrine/cache": "1.*",
1644             "doctrine/collections": "1.*",
1645             "doctrine/inflector": "1.*",
1646             "doctrine/lexer": "1.*",
1647             "php": "~5.6|~7.0"
1648         },
1649         "require-dev": {
1650             "phpunit/phpunit": "^5.4.6"
1651         },
1652         "time": "2017-07-22T08:35:12+00:00",
1653         "type": "library",
1654         "extra": {
1655             "branch-alias": {
1656                 "dev-master": "2.7.x-dev"
1657             }
1658         },
1659         "installation-source": "dist",
1660         "autoload": {
1661             "psr-4": {
1662                 "Doctrine\\Common\\": "lib/Doctrine/Common"
1663             }
1664         },
1665         "notification-url": "https://packagist.org/downloads/",
1666         "license": [
1667             "MIT"
1668         ],
1669         "authors": [
1670             {
1671                 "name": "Roman Borschel",
1672                 "email": "roman@code-factory.org"
1673             },
1674             {
1675                 "name": "Benjamin Eberlei",
1676                 "email": "kontakt@beberlei.de"
1677             },
1678             {
1679                 "name": "Guilherme Blanco",
1680                 "email": "guilhermeblanco@gmail.com"
1681             },
1682             {
1683                 "name": "Jonathan Wage",
1684                 "email": "jonwage@gmail.com"
1685             },
1686             {
1687                 "name": "Johannes Schmitt",
1688                 "email": "schmittjoh@gmail.com"
1689             }
1690         ],
1691         "description": "Common Library for Doctrine projects",
1692         "homepage": "http://www.doctrine-project.org",
1693         "keywords": [
1694             "annotations",
1695             "collections",
1696             "eventmanager",
1697             "persistence",
1698             "spl"
1699         ]
1700     },
1701     {
1702         "name": "doctrine/inflector",
1703         "version": "v1.2.0",
1704         "version_normalized": "1.2.0.0",
1705         "source": {
1706             "type": "git",
1707             "url": "https://github.com/doctrine/inflector.git",
1708             "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
1709         },
1710         "dist": {
1711             "type": "zip",
1712             "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
1713             "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
1714             "shasum": ""
1715         },
1716         "require": {
1717             "php": "^7.0"
1718         },
1719         "require-dev": {
1720             "phpunit/phpunit": "^6.2"
1721         },
1722         "time": "2017-07-22T12:18:28+00:00",
1723         "type": "library",
1724         "extra": {
1725             "branch-alias": {
1726                 "dev-master": "1.2.x-dev"
1727             }
1728         },
1729         "installation-source": "dist",
1730         "autoload": {
1731             "psr-4": {
1732                 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1733             }
1734         },
1735         "notification-url": "https://packagist.org/downloads/",
1736         "license": [
1737             "MIT"
1738         ],
1739         "authors": [
1740             {
1741                 "name": "Roman Borschel",
1742                 "email": "roman@code-factory.org"
1743             },
1744             {
1745                 "name": "Benjamin Eberlei",
1746                 "email": "kontakt@beberlei.de"
1747             },
1748             {
1749                 "name": "Guilherme Blanco",
1750                 "email": "guilhermeblanco@gmail.com"
1751             },
1752             {
1753                 "name": "Jonathan Wage",
1754                 "email": "jonwage@gmail.com"
1755             },
1756             {
1757                 "name": "Johannes Schmitt",
1758                 "email": "schmittjoh@gmail.com"
1759             }
1760         ],
1761         "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1762         "homepage": "http://www.doctrine-project.org",
1763         "keywords": [
1764             "inflection",
1765             "pluralize",
1766             "singularize",
1767             "string"
1768         ]
1769     },
1770     {
1771         "name": "doctrine/instantiator",
1772         "version": "1.0.5",
1773         "version_normalized": "1.0.5.0",
1774         "source": {
1775             "type": "git",
1776             "url": "https://github.com/doctrine/instantiator.git",
1777             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1778         },
1779         "dist": {
1780             "type": "zip",
1781             "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1782             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1783             "shasum": ""
1784         },
1785         "require": {
1786             "php": ">=5.3,<8.0-DEV"
1787         },
1788         "require-dev": {
1789             "athletic/athletic": "~0.1.8",
1790             "ext-pdo": "*",
1791             "ext-phar": "*",
1792             "phpunit/phpunit": "~4.0",
1793             "squizlabs/php_codesniffer": "~2.0"
1794         },
1795         "time": "2015-06-14T21:17:01+00:00",
1796         "type": "library",
1797         "extra": {
1798             "branch-alias": {
1799                 "dev-master": "1.0.x-dev"
1800             }
1801         },
1802         "installation-source": "dist",
1803         "autoload": {
1804             "psr-4": {
1805                 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1806             }
1807         },
1808         "notification-url": "https://packagist.org/downloads/",
1809         "license": [
1810             "MIT"
1811         ],
1812         "authors": [
1813             {
1814                 "name": "Marco Pivetta",
1815                 "email": "ocramius@gmail.com",
1816                 "homepage": "http://ocramius.github.com/"
1817             }
1818         ],
1819         "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1820         "homepage": "https://github.com/doctrine/instantiator",
1821         "keywords": [
1822             "constructor",
1823             "instantiate"
1824         ]
1825     },
1826     {
1827         "name": "doctrine/lexer",
1828         "version": "v1.0.1",
1829         "version_normalized": "1.0.1.0",
1830         "source": {
1831             "type": "git",
1832             "url": "https://github.com/doctrine/lexer.git",
1833             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1834         },
1835         "dist": {
1836             "type": "zip",
1837             "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1838             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1839             "shasum": ""
1840         },
1841         "require": {
1842             "php": ">=5.3.2"
1843         },
1844         "time": "2014-09-09T13:34:57+00:00",
1845         "type": "library",
1846         "extra": {
1847             "branch-alias": {
1848                 "dev-master": "1.0.x-dev"
1849             }
1850         },
1851         "installation-source": "dist",
1852         "autoload": {
1853             "psr-0": {
1854                 "Doctrine\\Common\\Lexer\\": "lib/"
1855             }
1856         },
1857         "notification-url": "https://packagist.org/downloads/",
1858         "license": [
1859             "MIT"
1860         ],
1861         "authors": [
1862             {
1863                 "name": "Roman Borschel",
1864                 "email": "roman@code-factory.org"
1865             },
1866             {
1867                 "name": "Guilherme Blanco",
1868                 "email": "guilhermeblanco@gmail.com"
1869             },
1870             {
1871                 "name": "Johannes Schmitt",
1872                 "email": "schmittjoh@gmail.com"
1873             }
1874         ],
1875         "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1876         "homepage": "http://www.doctrine-project.org",
1877         "keywords": [
1878             "lexer",
1879             "parser"
1880         ]
1881     },
1882     {
1883         "name": "drupal-composer/drupal-scaffold",
1884         "version": "2.5.4",
1885         "version_normalized": "2.5.4.0",
1886         "source": {
1887             "type": "git",
1888             "url": "https://github.com/drupal-composer/drupal-scaffold.git",
1889             "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d"
1890         },
1891         "dist": {
1892             "type": "zip",
1893             "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
1894             "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
1895             "shasum": ""
1896         },
1897         "require": {
1898             "composer-plugin-api": "^1.0.0",
1899             "composer/semver": "^1.4",
1900             "php": ">=5.4.5"
1901         },
1902         "require-dev": {
1903             "composer/composer": "dev-master",
1904             "g1a/composer-test-scenarios": "^2.1.0",
1905             "phpunit/phpunit": "^6",
1906             "squizlabs/php_codesniffer": "^2.8"
1907         },
1908         "time": "2018-07-27T10:07:07+00:00",
1909         "type": "composer-plugin",
1910         "extra": {
1911             "class": "DrupalComposer\\DrupalScaffold\\Plugin",
1912             "branch-alias": {
1913                 "dev-master": "2.0.x-dev"
1914             }
1915         },
1916         "installation-source": "dist",
1917         "autoload": {
1918             "psr-4": {
1919                 "DrupalComposer\\DrupalScaffold\\": "src/"
1920             }
1921         },
1922         "notification-url": "https://packagist.org/downloads/",
1923         "license": [
1924             "GPL-2.0-or-later"
1925         ],
1926         "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
1927         "abandoned": "drupal/core-composer-scaffold"
1928     },
1929     {
1930         "name": "drupal/admin_toolbar",
1931         "version": "1.24.0",
1932         "version_normalized": "1.24.0.0",
1933         "source": {
1934             "type": "git",
1935             "url": "https://git.drupalcode.org/project/admin_toolbar.git",
1936             "reference": "8.x-1.24"
1937         },
1938         "dist": {
1939             "type": "zip",
1940             "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.24.zip",
1941             "reference": "8.x-1.24",
1942             "shasum": "682ffa443a1e339583022eb6adbb00c1103ea6d4"
1943         },
1944         "require": {
1945             "drupal/core": "*"
1946         },
1947         "type": "drupal-module",
1948         "extra": {
1949             "branch-alias": {
1950                 "dev-1.x": "1.x-dev"
1951             },
1952             "drupal": {
1953                 "version": "8.x-1.24",
1954                 "datestamp": "1527523080",
1955                 "security-coverage": {
1956                     "status": "covered",
1957                     "message": "Covered by Drupal's security advisory policy"
1958                 }
1959             }
1960         },
1961         "installation-source": "dist",
1962         "notification-url": "https://packages.drupal.org/8/downloads",
1963         "license": [
1964             "GPL-2.0+"
1965         ],
1966         "authors": [
1967             {
1968                 "name": "Wilfrid Roze (eme)",
1969                 "homepage": "https://www.drupal.org/u/eme",
1970                 "role": "Maintainer"
1971             },
1972             {
1973                 "name": "Romain Jarraud (romainj)",
1974                 "homepage": "https://www.drupal.org/u/romainj",
1975                 "role": "Maintainer"
1976             },
1977             {
1978                 "name": "Adrian Cid Almaguer (adriancid)",
1979                 "homepage": "https://www.drupal.org/u/adriancid",
1980                 "email": "adriancid@gmail.com",
1981                 "role": "Maintainer"
1982             },
1983             {
1984                 "name": "Mohamed Anis Taktak (matio89)",
1985                 "homepage": "https://www.drupal.org/u/matio89",
1986                 "role": "Maintainer"
1987             },
1988             {
1989                 "name": "fethi.krout",
1990                 "homepage": "https://www.drupal.org/user/3206765"
1991             },
1992             {
1993                 "name": "matio89",
1994                 "homepage": "https://www.drupal.org/user/2320090"
1995             },
1996             {
1997                 "name": "romainj",
1998                 "homepage": "https://www.drupal.org/user/370706"
1999             }
2000         ],
2001         "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
2002         "homepage": "http://drupal.org/project/admin_toolbar",
2003         "keywords": [
2004             "Drupal",
2005             "Toolbar"
2006         ],
2007         "support": {
2008             "source": "http://cgit.drupalcode.org/admin_toolbar",
2009             "issues": "https://www.drupal.org/project/issues/admin_toolbar"
2010         }
2011     },
2012     {
2013         "name": "drupal/advagg",
2014         "version": "2.4.0",
2015         "version_normalized": "2.4.0.0",
2016         "source": {
2017             "type": "git",
2018             "url": "https://git.drupalcode.org/project/advagg.git",
2019             "reference": "8.x-2.4"
2020         },
2021         "dist": {
2022             "type": "zip",
2023             "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
2024             "reference": "8.x-2.4",
2025             "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
2026         },
2027         "require": {
2028             "drupal/core": "~8.0"
2029         },
2030         "type": "drupal-module",
2031         "extra": {
2032             "branch-alias": {
2033                 "dev-2.x": "2.x-dev"
2034             },
2035             "drupal": {
2036                 "version": "8.x-2.4",
2037                 "datestamp": "1493949188"
2038             }
2039         },
2040         "installation-source": "dist",
2041         "notification-url": "https://packages.drupal.org/8/downloads",
2042         "license": [
2043             "GPL-2.0+"
2044         ],
2045         "authors": [
2046             {
2047                 "name": "Mike Carper (mikeytown2)",
2048                 "homepage": "https://www.drupal.org/u/mikeytown2",
2049                 "role": "Creator, Maintainer"
2050             },
2051             {
2052                 "name": "Nick Wilde (nickwilde)",
2053                 "homepage": "https://www.drupal.org/u/nickwilde",
2054                 "email": "design@briarmoon.ca",
2055                 "role": "Drupal 8 Port/maintainer"
2056             },
2057             {
2058                 "name": "doublejosh",
2059                 "homepage": "https://www.drupal.org/user/199720"
2060             },
2061             {
2062                 "name": "iamcarrico",
2063                 "homepage": "https://www.drupal.org/user/1300542"
2064             },
2065             {
2066                 "name": "markcarver",
2067                 "homepage": "https://www.drupal.org/user/501638"
2068             },
2069             {
2070                 "name": "mikeytown2",
2071                 "homepage": "https://www.drupal.org/user/282446"
2072             },
2073             {
2074                 "name": "rupl",
2075                 "homepage": "https://www.drupal.org/user/411999"
2076             }
2077         ],
2078         "description": "Improved aggregation of CSS/JS files to speed up page load times.",
2079         "homepage": "https://drupal.org/project/advagg",
2080         "support": {
2081             "source": "https://cgit.drupalcode.org/advagg",
2082             "issues": "https://drupal.org/project/issues/advagg",
2083             "irc": "irc://irc.freenode.org/drupal-contribute"
2084         }
2085     },
2086     {
2087         "name": "drupal/advanced_help",
2088         "version": "1.0.0-alpha2",
2089         "version_normalized": "1.0.0.0-alpha2",
2090         "source": {
2091             "type": "git",
2092             "url": "https://git.drupalcode.org/project/advanced_help.git",
2093             "reference": "8.x-1.0-alpha2"
2094         },
2095         "dist": {
2096             "type": "zip",
2097             "url": "https://ftp.drupal.org/files/projects/advanced_help-8.x-1.0-alpha2.zip",
2098             "reference": "8.x-1.0-alpha2",
2099             "shasum": "15893996c66bcb81e200dfb9871df6f0da682cc0"
2100         },
2101         "require": {
2102             "drupal/core": "~8.0",
2103             "michelf/php-markdown": "^1.7"
2104         },
2105         "type": "drupal-module",
2106         "extra": {
2107             "branch-alias": {
2108                 "dev-1.x": "1.x-dev"
2109             },
2110             "drupal": {
2111                 "version": "8.x-1.0-alpha2",
2112                 "datestamp": "1542000180",
2113                 "security-coverage": {
2114                     "status": "not-covered",
2115                     "message": "Alpha releases are not covered by Drupal security advisories."
2116                 }
2117             }
2118         },
2119         "installation-source": "source",
2120         "notification-url": "https://packages.drupal.org/8/downloads",
2121         "license": [
2122             "GPL-2.0+"
2123         ],
2124         "authors": [
2125             {
2126                 "name": "David Valdez (gnuget)",
2127                 "homepage": "https://www.drupal.org/u/gnuget",
2128                 "role": "Maintainer"
2129             },
2130             {
2131                 "name": "dmitrig01",
2132                 "homepage": "https://www.drupal.org/user/47566"
2133             },
2134             {
2135                 "name": "fgm",
2136                 "homepage": "https://www.drupal.org/user/27985"
2137             },
2138             {
2139                 "name": "gisle",
2140                 "homepage": "https://www.drupal.org/user/409554"
2141             },
2142             {
2143                 "name": "gnuget",
2144                 "homepage": "https://www.drupal.org/user/992990"
2145             },
2146             {
2147                 "name": "merlinofchaos",
2148                 "homepage": "https://www.drupal.org/user/26979"
2149             },
2150             {
2151                 "name": "redndahead",
2152                 "homepage": "https://www.drupal.org/user/160320"
2153             }
2154         ],
2155         "description": "Provide extended help and documentation.",
2156         "homepage": "https://www.drupal.org/project/advanced_help",
2157         "support": {
2158             "source": "https://cgit.drupalcode.org/advanced_help",
2159             "issues": "https://www.drupal.org/project/issues/advanced_help",
2160             "irc": "irc://irc.freenode.org/drupal-contribute"
2161         }
2162     },
2163     {
2164         "name": "drupal/better_formats",
2165         "version": "dev-1.x",
2166         "version_normalized": "dev-1.x",
2167         "source": {
2168             "type": "git",
2169             "url": "https://git.drupalcode.org/project/better_formats.git",
2170             "reference": "e632735f9bec5e08db58716195edc25cc6db78b3"
2171         },
2172         "require": {
2173             "drupal/core": "~8.0"
2174         },
2175         "type": "drupal-module",
2176         "extra": {
2177             "branch-alias": {
2178                 "dev-1.x": "1.x-dev"
2179             },
2180             "drupal": {
2181                 "version": "8.x-1.x-dev",
2182                 "datestamp": "1524577384",
2183                 "security-coverage": {
2184                     "status": "not-covered",
2185                     "message": "Project has not opted into security advisory coverage!"
2186                 }
2187             }
2188         },
2189         "installation-source": "source",
2190         "notification-url": "https://packages.drupal.org/8/downloads",
2191         "license": [
2192             "GPL-2.0+"
2193         ],
2194         "authors": [
2195             {
2196                 "name": "Devin Carlson",
2197                 "homepage": "https://www.drupal.org/user/290182"
2198             },
2199             {
2200                 "name": "dragonwize",
2201                 "homepage": "https://www.drupal.org/user/137882"
2202             }
2203         ],
2204         "description": "Enhances the core input format system by managing input format defaults and settings.",
2205         "homepage": "https://www.drupal.org/project/better_formats",
2206         "support": {
2207             "source": "http://cgit.drupalcode.org/better_formats"
2208         }
2209     },
2210     {
2211         "name": "drupal/blazy",
2212         "version": "1.0.0-rc3",
2213         "version_normalized": "1.0.0.0-RC3",
2214         "source": {
2215             "type": "git",
2216             "url": "https://git.drupalcode.org/project/blazy.git",
2217             "reference": "8.x-1.0-rc3"
2218         },
2219         "dist": {
2220             "type": "zip",
2221             "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc3.zip",
2222             "reference": "8.x-1.0-rc3",
2223             "shasum": "a92409f7d19ed984362b213c6245f8eda3bef03a"
2224         },
2225         "require": {
2226             "drupal/core": "*"
2227         },
2228         "type": "drupal-module",
2229         "extra": {
2230             "branch-alias": {
2231                 "dev-1.x": "1.x-dev"
2232             },
2233             "drupal": {
2234                 "version": "8.x-1.0-rc3",
2235                 "datestamp": "1538045580",
2236                 "security-coverage": {
2237                     "status": "not-covered",
2238                     "message": "Project has not opted into security advisory coverage!"
2239                 }
2240             }
2241         },
2242         "installation-source": "dist",
2243         "notification-url": "https://packages.drupal.org/8/downloads",
2244         "license": [
2245             "GPL-2.0+"
2246         ],
2247         "authors": [
2248             {
2249                 "name": "Gaus Surahman",
2250                 "homepage": "https://www.drupal.org/u/gausarts",
2251                 "role": "Maintainer"
2252             },
2253             {
2254                 "name": "Contributors",
2255                 "homepage": "https://www.drupal.org/node/2663268/committers",
2256                 "role": "Contributor"
2257             },
2258             {
2259                 "name": "sun",
2260                 "homepage": "https://www.drupal.org/user/54136"
2261             }
2262         ],
2263         "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
2264         "homepage": "https://drupal.org/project/blazy",
2265         "keywords": [
2266             "Drupal",
2267             "bLazy",
2268             "lazyload"
2269         ],
2270         "support": {
2271             "source": "http://cgit.drupalcode.org/blazy",
2272             "issues": "https://drupal.org/project/issues/blazy"
2273         }
2274     },
2275     {
2276         "name": "drupal/block_class",
2277         "version": "1.0.0",
2278         "version_normalized": "1.0.0.0",
2279         "source": {
2280             "type": "git",
2281             "url": "https://git.drupalcode.org/project/block_class.git",
2282             "reference": "8.x-1.0"
2283         },
2284         "dist": {
2285             "type": "zip",
2286             "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0.zip",
2287             "reference": "8.x-1.0",
2288             "shasum": "1a691999d051a3c010c2b6f2df73954ee02f424d"
2289         },
2290         "require": {
2291             "drupal/core": "*"
2292         },
2293         "type": "drupal-module",
2294         "extra": {
2295             "branch-alias": {
2296                 "dev-1.x": "1.x-dev"
2297             },
2298             "drupal": {
2299                 "version": "8.x-1.0",
2300                 "datestamp": "1531440821",
2301                 "security-coverage": {
2302                     "status": "covered",
2303                     "message": "Covered by Drupal's security advisory policy"
2304                 }
2305             }
2306         },
2307         "installation-source": "dist",
2308         "notification-url": "https://packages.drupal.org/8/downloads",
2309         "license": [
2310             "GPL-2.0+"
2311         ],
2312         "authors": [
2313             {
2314                 "name": "Todd Nienkerk",
2315                 "homepage": "https://www.drupal.org/u/todd-nienkerk",
2316                 "role": "Maintainer"
2317             },
2318             {
2319                 "name": "Renato Gonçalves (RenatoG)",
2320                 "homepage": "https://www.drupal.org/u/RenatoG",
2321                 "email": "renatog@ciandt.com",
2322                 "role": "Maintainer"
2323             },
2324             {
2325                 "name": "Aaron Stanush",
2326                 "homepage": "https://www.drupal.org/u/aaron-stanush",
2327                 "role": "Maintainer"
2328             },
2329             {
2330                 "name": "David Suissa (DYdave)",
2331                 "homepage": "https://www.drupal.org/u/DYdave",
2332                 "role": "Maintainer"
2333             },
2334             {
2335                 "name": "Four Kitchens",
2336                 "homepage": "https://www.drupal.org/user/358502",
2337                 "role": "Maintainer"
2338             },
2339             {
2340                 "name": "berenddeboer",
2341                 "homepage": "https://www.drupal.org/u/berenddeboer",
2342                 "role": "Maintainer"
2343             },
2344             {
2345                 "name": "elliotttf",
2346                 "homepage": "https://www.drupal.org/u/elliotttf",
2347                 "role": "Maintainer"
2348             },
2349             {
2350                 "name": "Michal Minecki (mirzu)",
2351                 "homepage": "https://www.drupal.org/u/mirzu",
2352                 "role": "Maintainer"
2353             },
2354             {
2355                 "name": "Patrick Coffey (pcoffey)",
2356                 "homepage": "https://www.drupal.org/u/pcoffey",
2357                 "role": "Maintainer"
2358             },
2359             {
2360                 "name": "Taylor Smith (tsmith512)",
2361                 "homepage": "https://www.drupal.org/u/tsmith512",
2362                 "role": "Maintainer"
2363             },
2364             {
2365                 "name": "tsmith512",
2366                 "homepage": "https://www.drupal.org/user/2031446"
2367             }
2368         ],
2369         "description": "Allows assigning classes to Blocks.",
2370         "homepage": "https://www.drupal.org/project/block_class",
2371         "support": {
2372             "source": "https://cgit.drupalcode.org/block_class",
2373             "issues": "https://www.drupal.org/project/issues/block_class",
2374             "irc": "irc://irc.freenode.org/drupal-contribute"
2375         }
2376     },
2377     {
2378         "name": "drupal/bootstrap",
2379         "version": "3.14.0",
2380         "version_normalized": "3.14.0.0",
2381         "source": {
2382             "type": "git",
2383             "url": "https://git.drupalcode.org/project/bootstrap.git",
2384             "reference": "8.x-3.14"
2385         },
2386         "dist": {
2387             "type": "zip",
2388             "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.14.zip",
2389             "reference": "8.x-3.14",
2390             "shasum": "bd32ae78846d7f535e5a71f631377dba93ee8bd2"
2391         },
2392         "require": {
2393             "drupal/core": "~8.0"
2394         },
2395         "type": "drupal-theme",
2396         "extra": {
2397             "branch-alias": {
2398                 "dev-3.x": "3.x-dev"
2399             },
2400             "drupal": {
2401                 "version": "8.x-3.14",
2402                 "datestamp": "1542006180",
2403                 "security-coverage": {
2404                     "status": "covered",
2405                     "message": "Covered by Drupal's security advisory policy"
2406                 }
2407             }
2408         },
2409         "installation-source": "dist",
2410         "notification-url": "https://packages.drupal.org/8/downloads",
2411         "license": [
2412             "GPL-2.0"
2413         ],
2414         "authors": [
2415             {
2416                 "name": "Mark Carver (markcarver)",
2417                 "homepage": "https://www.drupal.org/u/markcarver",
2418                 "role": "Maintainer"
2419             },
2420             {
2421                 "name": "John McCormick (neardark)",
2422                 "homepage": "https://www.drupal.org/u/neardark",
2423                 "role": "Co-maintainer"
2424             },
2425             {
2426                 "name": "Fabiano Sant'Ana (wundo)",
2427                 "homepage": "https://www.drupal.org/u/wundo",
2428                 "role": "Co-maintainer"
2429             },
2430             {
2431                 "name": "wundo",
2432                 "homepage": "https://www.drupal.org/user/25523"
2433             }
2434         ],
2435         "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
2436         "homepage": "https://www.drupal.org/project/bootstrap",
2437         "support": {
2438             "source": "http://cgit.drupalcode.org/bootstrap",
2439             "docs": "https://drupal-bootstrap.org",
2440             "issues": "https://www.drupal.org/project/issues/bootstrap",
2441             "irc": "irc://irc.freenode.org/drupal-bootstrap"
2442         }
2443     },
2444     {
2445         "name": "drupal/bootstrap_layouts",
2446         "version": "4.2.0",
2447         "version_normalized": "4.2.0.0",
2448         "source": {
2449             "type": "git",
2450             "url": "https://git.drupalcode.org/project/bootstrap_layouts.git",
2451             "reference": "8.x-4.2"
2452         },
2453         "dist": {
2454             "type": "zip",
2455             "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.2.zip",
2456             "reference": "8.x-4.2",
2457             "shasum": "247f8e766fa06c9639fa80e81ecc933230e3e9fb"
2458         },
2459         "require": {
2460             "drupal/core": "~8.0",
2461             "drupal/layout_plugin": "*"
2462         },
2463         "type": "drupal-module",
2464         "extra": {
2465             "branch-alias": {
2466                 "dev-4.x": "4.x-dev"
2467             },
2468             "drupal": {
2469                 "version": "8.x-4.2",
2470                 "datestamp": "1507846445",
2471                 "security-coverage": {
2472                     "status": "covered",
2473                     "message": "Covered by Drupal's security advisory policy"
2474                 }
2475             }
2476         },
2477         "installation-source": "dist",
2478         "notification-url": "https://packages.drupal.org/8/downloads",
2479         "license": [
2480             "GPL-2.0-or-later"
2481         ],
2482         "authors": [
2483             {
2484                 "name": "darol100",
2485                 "homepage": "https://www.drupal.org/user/2667123"
2486             },
2487             {
2488                 "name": "hctom",
2489                 "homepage": "https://www.drupal.org/user/112790"
2490             },
2491             {
2492                 "name": "markcarver",
2493                 "homepage": "https://www.drupal.org/user/501638"
2494             }
2495         ],
2496         "description": "This module is going to generate layouts with Bootstrap grid system.",
2497         "homepage": "https://www.drupal.org/project/bootstrap_layouts",
2498         "support": {
2499             "source": "http://cgit.drupalcode.org/bootstrap_layouts"
2500         }
2501     },
2502     {
2503         "name": "drupal/ckeditor_templates",
2504         "version": "1.0.0",
2505         "version_normalized": "1.0.0.0",
2506         "source": {
2507             "type": "git",
2508             "url": "https://git.drupalcode.org/project/ckeditor_templates.git",
2509             "reference": "8.x-1.0"
2510         },
2511         "dist": {
2512             "type": "zip",
2513             "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
2514             "reference": "8.x-1.0",
2515             "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
2516         },
2517         "require": {
2518             "drupal/core": "*"
2519         },
2520         "type": "drupal-module",
2521         "extra": {
2522             "branch-alias": {
2523                 "dev-1.x": "1.x-dev"
2524             },
2525             "drupal": {
2526                 "version": "8.x-1.0",
2527                 "datestamp": "1490206982"
2528             }
2529         },
2530         "installation-source": "dist",
2531         "notification-url": "https://packages.drupal.org/8/downloads",
2532         "license": [
2533             "GPL-2.0+"
2534         ],
2535         "authors": [
2536             {
2537                 "name": "lucaslg",
2538                 "homepage": "https://www.drupal.org/user/3128975"
2539             }
2540         ],
2541         "description": "Integrates the CKEdito templates plugin",
2542         "homepage": "https://www.drupal.org/project/ckeditor_templates",
2543         "support": {
2544             "source": "http://cgit.drupalcode.org/ckeditor_templates"
2545         }
2546     },
2547     {
2548         "name": "drupal/ckeditor_widgets",
2549         "version": "dev-1.x",
2550         "version_normalized": "dev-1.x",
2551         "source": {
2552             "type": "git",
2553             "url": "https://git.drupalcode.org/project/ckeditor_widgets.git",
2554             "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
2555         },
2556         "require": {
2557             "drupal/core": "*"
2558         },
2559         "type": "drupal-module",
2560         "extra": {
2561             "branch-alias": {
2562                 "dev-1.x": "1.x-dev"
2563             },
2564             "drupal": {
2565                 "version": "8.x-1.x-dev",
2566                 "datestamp": "1472798939"
2567             }
2568         },
2569         "installation-source": "source",
2570         "notification-url": "https://packages.drupal.org/8/downloads",
2571         "license": [
2572             "GPL-2.0+"
2573         ],
2574         "authors": [
2575             {
2576                 "name": "jlyon",
2577                 "homepage": "https://www.drupal.org/user/256444"
2578             }
2579         ],
2580         "description": "Adds widgets and an Insert Template menu to CKEditor",
2581         "homepage": "https://www.drupal.org/project/ckeditor_widgets",
2582         "support": {
2583             "source": "http://cgit.drupalcode.org/ckeditor_widgets"
2584         }
2585     },
2586     {
2587         "name": "drupal/console",
2588         "version": "1.8.0",
2589         "version_normalized": "1.8.0.0",
2590         "source": {
2591             "type": "git",
2592             "url": "https://github.com/hechoendrupal/drupal-console.git",
2593             "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18"
2594         },
2595         "dist": {
2596             "type": "zip",
2597             "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/368bbfa44dc6b957eb4db01977f7c39e83032d18",
2598             "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18",
2599             "shasum": ""
2600         },
2601         "require": {
2602             "alchemy/zippy": "0.4.3",
2603             "composer/installers": "~1.0",
2604             "doctrine/annotations": "^1.2",
2605             "doctrine/collections": "^1.3",
2606             "drupal/console-core": "1.8.0",
2607             "drupal/console-extend-plugin": "~0",
2608             "guzzlehttp/guzzle": "~6.1",
2609             "php": "^5.5.9 || ^7.0",
2610             "psy/psysh": "0.6.* || ~0.8",
2611             "symfony/css-selector": "~2.8|~3.0",
2612             "symfony/dom-crawler": "~2.8|~3.0",
2613             "symfony/http-foundation": "~2.8|~3.0"
2614         },
2615         "suggest": {
2616             "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
2617             "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
2618         },
2619         "time": "2018-03-21T20:50:16+00:00",
2620         "bin": [
2621             "bin/drupal"
2622         ],
2623         "type": "library",
2624         "installation-source": "dist",
2625         "autoload": {
2626             "psr-4": {
2627                 "Drupal\\Console\\": "src"
2628             }
2629         },
2630         "notification-url": "https://packagist.org/downloads/",
2631         "license": [
2632             "GPL-2.0-or-later"
2633         ],
2634         "authors": [
2635             {
2636                 "name": "David Flores",
2637                 "email": "dmousex@gmail.com",
2638                 "homepage": "http://dmouse.net"
2639             },
2640             {
2641                 "name": "Jesus Manuel Olivas",
2642                 "email": "jesus.olivas@gmail.com",
2643                 "homepage": "http://jmolivas.com"
2644             },
2645             {
2646                 "name": "Eduardo Garcia",
2647                 "email": "enzo@enzolutions.com",
2648                 "homepage": "http://enzolutions.com/"
2649             },
2650             {
2651                 "name": "Omar Aguirre",
2652                 "email": "omersguchigu@gmail.com"
2653             },
2654             {
2655                 "name": "Drupal Console Contributors",
2656                 "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
2657             }
2658         ],
2659         "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
2660         "homepage": "http://drupalconsole.com/",
2661         "keywords": [
2662             "console",
2663             "development",
2664             "drupal",
2665             "symfony"
2666         ]
2667     },
2668     {
2669         "name": "drupal/console-core",
2670         "version": "1.8.0",
2671         "version_normalized": "1.8.0.0",
2672         "source": {
2673             "type": "git",
2674             "url": "https://github.com/hechoendrupal/drupal-console-core.git",
2675             "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1"
2676         },
2677         "dist": {
2678             "type": "zip",
2679             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bf1fb4a6f689377acec1694267f674178d28e5d1",
2680             "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1",
2681             "shasum": ""
2682         },
2683         "require": {
2684             "dflydev/dot-access-configuration": "^1.0",
2685             "drupal/console-en": "1.8.0",
2686             "php": "^5.5.9 || ^7.0",
2687             "stecman/symfony-console-completion": "~0.7",
2688             "symfony/config": "~2.8|~3.0",
2689             "symfony/console": "~2.8|~3.0",
2690             "symfony/debug": "~2.8|~3.0",
2691             "symfony/dependency-injection": "~2.8|~3.0",
2692             "symfony/event-dispatcher": "~2.8|~3.0",
2693             "symfony/filesystem": "~2.8|~3.0",
2694             "symfony/finder": "~2.8|~3.0",
2695             "symfony/process": "~2.8|~3.0",
2696             "symfony/translation": "~2.8|~3.0",
2697             "symfony/yaml": "~2.8|~3.0",
2698             "twig/twig": "^1.23.1",
2699             "webflo/drupal-finder": "^1.0",
2700             "webmozart/path-util": "^2.3"
2701         },
2702         "time": "2018-03-21T19:33:23+00:00",
2703         "type": "library",
2704         "installation-source": "dist",
2705         "autoload": {
2706             "files": [
2707                 "src/functions.php"
2708             ],
2709             "psr-4": {
2710                 "Drupal\\Console\\Core\\": "src"
2711             }
2712         },
2713         "notification-url": "https://packagist.org/downloads/",
2714         "license": [
2715             "GPL-2.0-or-later"
2716         ],
2717         "authors": [
2718             {
2719                 "name": "David Flores",
2720                 "email": "dmousex@gmail.com",
2721                 "homepage": "http://dmouse.net"
2722             },
2723             {
2724                 "name": "Jesus Manuel Olivas",
2725                 "email": "jesus.olivas@gmail.com",
2726                 "homepage": "http://jmolivas.com"
2727             },
2728             {
2729                 "name": "Drupal Console Contributors",
2730                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2731             },
2732             {
2733                 "name": "Eduardo Garcia",
2734                 "email": "enzo@enzolutions.com",
2735                 "homepage": "http://enzolutions.com/"
2736             },
2737             {
2738                 "name": "Omar Aguirre",
2739                 "email": "omersguchigu@gmail.com"
2740             }
2741         ],
2742         "description": "Drupal Console Core",
2743         "homepage": "http://drupalconsole.com/",
2744         "keywords": [
2745             "console",
2746             "development",
2747             "drupal",
2748             "symfony"
2749         ]
2750     },
2751     {
2752         "name": "drupal/console-en",
2753         "version": "1.8.0",
2754         "version_normalized": "1.8.0.0",
2755         "source": {
2756             "type": "git",
2757             "url": "https://github.com/hechoendrupal/drupal-console-en.git",
2758             "reference": "ea956ddffab04f519a89858810e5f695b9def92b"
2759         },
2760         "dist": {
2761             "type": "zip",
2762             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/ea956ddffab04f519a89858810e5f695b9def92b",
2763             "reference": "ea956ddffab04f519a89858810e5f695b9def92b",
2764             "shasum": ""
2765         },
2766         "time": "2018-03-21T19:16:27+00:00",
2767         "type": "drupal-console-language",
2768         "installation-source": "dist",
2769         "notification-url": "https://packagist.org/downloads/",
2770         "license": [
2771             "GPL-2.0-or-later"
2772         ],
2773         "authors": [
2774             {
2775                 "name": "David Flores",
2776                 "email": "dmousex@gmail.com",
2777                 "homepage": "http://dmouse.net"
2778             },
2779             {
2780                 "name": "Jesus Manuel Olivas",
2781                 "email": "jesus.olivas@gmail.com",
2782                 "homepage": "http://jmolivas.com"
2783             },
2784             {
2785                 "name": "Drupal Console Contributors",
2786                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2787             },
2788             {
2789                 "name": "Eduardo Garcia",
2790                 "email": "enzo@enzolutions.com",
2791                 "homepage": "http://enzolutions.com/"
2792             },
2793             {
2794                 "name": "Omar Aguirre",
2795                 "email": "omersguchigu@gmail.com"
2796             }
2797         ],
2798         "description": "Drupal Console English Language",
2799         "homepage": "http://drupalconsole.com/",
2800         "keywords": [
2801             "console",
2802             "development",
2803             "drupal",
2804             "symfony"
2805         ]
2806     },
2807     {
2808         "name": "drupal/console-extend-plugin",
2809         "version": "0.9.2",
2810         "version_normalized": "0.9.2.0",
2811         "source": {
2812             "type": "git",
2813             "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
2814             "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
2815         },
2816         "dist": {
2817             "type": "zip",
2818             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
2819             "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
2820             "shasum": ""
2821         },
2822         "require": {
2823             "composer-plugin-api": "^1.0",
2824             "symfony/finder": "~2.7|~3.0",
2825             "symfony/yaml": "~2.7|~3.0"
2826         },
2827         "time": "2017-07-28T17:11:54+00:00",
2828         "type": "composer-plugin",
2829         "extra": {
2830             "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
2831         },
2832         "installation-source": "dist",
2833         "autoload": {
2834             "psr-4": {
2835                 "Drupal\\Console\\Composer\\Plugin\\": "src"
2836             }
2837         },
2838         "notification-url": "https://packagist.org/downloads/",
2839         "license": [
2840             "GPL-2.0+"
2841         ],
2842         "authors": [
2843             {
2844                 "name": "Jesus Manuel Olivas",
2845                 "email": "jesus.olivas@gmail.com"
2846             }
2847         ],
2848         "description": "Drupal Console Extend Plugin"
2849     },
2850     {
2851         "name": "drupal/core",
2852         "version": "8.6.3",
2853         "version_normalized": "8.6.3.0",
2854         "source": {
2855             "type": "git",
2856             "url": "https://github.com/drupal/core.git",
2857             "reference": "9e9a1dd9e280ebaf10622217e54448b529167965"
2858         },
2859         "dist": {
2860             "type": "zip",
2861             "url": "https://api.github.com/repos/drupal/core/zipball/9e9a1dd9e280ebaf10622217e54448b529167965",
2862             "reference": "9e9a1dd9e280ebaf10622217e54448b529167965",
2863             "shasum": ""
2864         },
2865         "require": {
2866             "asm89/stack-cors": "^1.1",
2867             "composer/semver": "^1.0",
2868             "doctrine/annotations": "^1.2",
2869             "doctrine/common": "^2.5",
2870             "easyrdf/easyrdf": "^0.9",
2871             "egulias/email-validator": "^1.2",
2872             "ext-date": "*",
2873             "ext-dom": "*",
2874             "ext-filter": "*",
2875             "ext-gd": "*",
2876             "ext-hash": "*",
2877             "ext-json": "*",
2878             "ext-pcre": "*",
2879             "ext-pdo": "*",
2880             "ext-session": "*",
2881             "ext-simplexml": "*",
2882             "ext-spl": "*",
2883             "ext-tokenizer": "*",
2884             "ext-xml": "*",
2885             "guzzlehttp/guzzle": "^6.2.1",
2886             "masterminds/html5": "^2.1",
2887             "paragonie/random_compat": "^1.0|^2.0",
2888             "php": "^5.5.9|>=7.0.8",
2889             "stack/builder": "^1.0",
2890             "symfony-cmf/routing": "^1.4",
2891             "symfony/class-loader": "~3.4.0",
2892             "symfony/console": "~3.4.0",
2893             "symfony/dependency-injection": "~3.4.0",
2894             "symfony/event-dispatcher": "~3.4.0",
2895             "symfony/http-foundation": "~3.4.14",
2896             "symfony/http-kernel": "~3.4.14",
2897             "symfony/polyfill-iconv": "^1.0",
2898             "symfony/process": "~3.4.0",
2899             "symfony/psr-http-message-bridge": "^1.0",
2900             "symfony/routing": "~3.4.0",
2901             "symfony/serializer": "~3.4.0",
2902             "symfony/translation": "~3.4.0",
2903             "symfony/validator": "~3.4.0",
2904             "symfony/yaml": "~3.4.5",
2905             "twig/twig": "^1.35.0",
2906             "zendframework/zend-diactoros": "^1.1",
2907             "zendframework/zend-feed": "^2.4"
2908         },
2909         "conflict": {
2910             "drush/drush": "<8.1.10"
2911         },
2912         "replace": {
2913             "drupal/action": "self.version",
2914             "drupal/aggregator": "self.version",
2915             "drupal/automated_cron": "self.version",
2916             "drupal/ban": "self.version",
2917             "drupal/bartik": "self.version",
2918             "drupal/basic_auth": "self.version",
2919             "drupal/big_pipe": "self.version",
2920             "drupal/block": "self.version",
2921             "drupal/block_content": "self.version",
2922             "drupal/block_place": "self.version",
2923             "drupal/book": "self.version",
2924             "drupal/breakpoint": "self.version",
2925             "drupal/ckeditor": "self.version",
2926             "drupal/classy": "self.version",
2927             "drupal/color": "self.version",
2928             "drupal/comment": "self.version",
2929             "drupal/config": "self.version",
2930             "drupal/config_translation": "self.version",
2931             "drupal/contact": "self.version",
2932             "drupal/content_moderation": "self.version",
2933             "drupal/content_translation": "self.version",
2934             "drupal/contextual": "self.version",
2935             "drupal/core-annotation": "self.version",
2936             "drupal/core-assertion": "self.version",
2937             "drupal/core-bridge": "self.version",
2938             "drupal/core-class-finder": "self.version",
2939             "drupal/core-datetime": "self.version",
2940             "drupal/core-dependency-injection": "self.version",
2941             "drupal/core-diff": "self.version",
2942             "drupal/core-discovery": "self.version",
2943             "drupal/core-event-dispatcher": "self.version",
2944             "drupal/core-file-cache": "self.version",
2945             "drupal/core-filesystem": "self.version",
2946             "drupal/core-gettext": "self.version",
2947             "drupal/core-graph": "self.version",
2948             "drupal/core-http-foundation": "self.version",
2949             "drupal/core-php-storage": "self.version",
2950             "drupal/core-plugin": "self.version",
2951             "drupal/core-proxy-builder": "self.version",
2952             "drupal/core-render": "self.version",
2953             "drupal/core-serialization": "self.version",
2954             "drupal/core-transliteration": "self.version",
2955             "drupal/core-utility": "self.version",
2956             "drupal/core-uuid": "self.version",
2957             "drupal/datetime": "self.version",
2958             "drupal/datetime_range": "self.version",
2959             "drupal/dblog": "self.version",
2960             "drupal/dynamic_page_cache": "self.version",
2961             "drupal/editor": "self.version",
2962             "drupal/entity_reference": "self.version",
2963             "drupal/field": "self.version",
2964             "drupal/field_layout": "self.version",
2965             "drupal/field_ui": "self.version",
2966             "drupal/file": "self.version",
2967             "drupal/filter": "self.version",
2968             "drupal/forum": "self.version",
2969             "drupal/hal": "self.version",
2970             "drupal/help": "self.version",
2971             "drupal/history": "self.version",
2972             "drupal/image": "self.version",
2973             "drupal/inline_form_errors": "self.version",
2974             "drupal/language": "self.version",
2975             "drupal/layout_builder": "self.version",
2976             "drupal/layout_discovery": "self.version",
2977             "drupal/link": "self.version",
2978             "drupal/locale": "self.version",
2979             "drupal/media": "self.version",
2980             "drupal/media_library": "self.version",
2981             "drupal/menu_link_content": "self.version",
2982             "drupal/menu_ui": "self.version",
2983             "drupal/migrate": "self.version",
2984             "drupal/migrate_drupal": "self.version",
2985             "drupal/migrate_drupal_multilingual": "self.version",
2986             "drupal/migrate_drupal_ui": "self.version",
2987             "drupal/minimal": "self.version",
2988             "drupal/node": "self.version",
2989             "drupal/options": "self.version",
2990             "drupal/page_cache": "self.version",
2991             "drupal/path": "self.version",
2992             "drupal/quickedit": "self.version",
2993             "drupal/rdf": "self.version",
2994             "drupal/responsive_image": "self.version",
2995             "drupal/rest": "self.version",
2996             "drupal/search": "self.version",
2997             "drupal/serialization": "self.version",
2998             "drupal/settings_tray": "self.version",
2999             "drupal/seven": "self.version",
3000             "drupal/shortcut": "self.version",
3001             "drupal/simpletest": "self.version",
3002             "drupal/standard": "self.version",
3003             "drupal/stark": "self.version",
3004             "drupal/statistics": "self.version",
3005             "drupal/syslog": "self.version",
3006             "drupal/system": "self.version",
3007             "drupal/taxonomy": "self.version",
3008             "drupal/telephone": "self.version",
3009             "drupal/text": "self.version",
3010             "drupal/toolbar": "self.version",
3011             "drupal/tour": "self.version",
3012             "drupal/tracker": "self.version",
3013             "drupal/update": "self.version",
3014             "drupal/user": "self.version",
3015             "drupal/views": "self.version",
3016             "drupal/views_ui": "self.version",
3017             "drupal/workflows": "self.version",
3018             "drupal/workspaces": "self.version"
3019         },
3020         "require-dev": {
3021             "behat/mink": "1.7.x-dev",
3022             "behat/mink-goutte-driver": "^1.2",
3023             "behat/mink-selenium2-driver": "1.3.x-dev",
3024             "drupal/coder": "^8.2.12",
3025             "jcalderonzumba/gastonjs": "^1.0.2",
3026             "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
3027             "mikey179/vfsstream": "^1.2",
3028             "phpspec/prophecy": "^1.7",
3029             "phpunit/phpunit": "^4.8.35 || ^6.5",
3030             "symfony/css-selector": "^3.4.0",
3031             "symfony/debug": "^3.4.0",
3032             "symfony/phpunit-bridge": "^3.4.3"
3033         },
3034         "time": "2018-11-07T14:45:40+00:00",
3035         "type": "drupal-core",
3036         "extra": {
3037             "merge-plugin": {
3038                 "require": [
3039                     "core/lib/Drupal/Component/Annotation/composer.json",
3040                     "core/lib/Drupal/Component/Assertion/composer.json",
3041                     "core/lib/Drupal/Component/Bridge/composer.json",
3042                     "core/lib/Drupal/Component/ClassFinder/composer.json",
3043                     "core/lib/Drupal/Component/Datetime/composer.json",
3044                     "core/lib/Drupal/Component/DependencyInjection/composer.json",
3045                     "core/lib/Drupal/Component/Diff/composer.json",
3046                     "core/lib/Drupal/Component/Discovery/composer.json",
3047                     "core/lib/Drupal/Component/EventDispatcher/composer.json",
3048                     "core/lib/Drupal/Component/FileCache/composer.json",
3049                     "core/lib/Drupal/Component/FileSystem/composer.json",
3050                     "core/lib/Drupal/Component/Gettext/composer.json",
3051                     "core/lib/Drupal/Component/Graph/composer.json",
3052                     "core/lib/Drupal/Component/HttpFoundation/composer.json",
3053                     "core/lib/Drupal/Component/PhpStorage/composer.json",
3054                     "core/lib/Drupal/Component/Plugin/composer.json",
3055                     "core/lib/Drupal/Component/ProxyBuilder/composer.json",
3056                     "core/lib/Drupal/Component/Render/composer.json",
3057                     "core/lib/Drupal/Component/Serialization/composer.json",
3058                     "core/lib/Drupal/Component/Transliteration/composer.json",
3059                     "core/lib/Drupal/Component/Utility/composer.json",
3060                     "core/lib/Drupal/Component/Uuid/composer.json"
3061                 ],
3062                 "recurse": false,
3063                 "replace": false,
3064                 "merge-extra": false
3065             }
3066         },
3067         "installation-source": "dist",
3068         "autoload": {
3069             "psr-4": {
3070                 "Drupal\\Core\\": "lib/Drupal/Core",
3071                 "Drupal\\Component\\": "lib/Drupal/Component",
3072                 "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
3073             },
3074             "classmap": [
3075                 "lib/Drupal.php",
3076                 "lib/Drupal/Component/Utility/Timer.php",
3077                 "lib/Drupal/Component/Utility/Unicode.php",
3078                 "lib/Drupal/Core/Database/Database.php",
3079                 "lib/Drupal/Core/DrupalKernel.php",
3080                 "lib/Drupal/Core/DrupalKernelInterface.php",
3081                 "lib/Drupal/Core/Site/Settings.php"
3082             ]
3083         },
3084         "notification-url": "https://packagist.org/downloads/",
3085         "license": [
3086             "GPL-2.0-or-later"
3087         ],
3088         "description": "Drupal is an open source content management platform powering millions of websites and applications."
3089     },
3090     {
3091         "name": "drupal/crop",
3092         "version": "2.0.0-rc1",
3093         "version_normalized": "2.0.0.0-RC1",
3094         "source": {
3095             "type": "git",
3096             "url": "https://git.drupalcode.org/project/crop.git",
3097             "reference": "8.x-2.0-rc1"
3098         },
3099         "dist": {
3100             "type": "zip",
3101             "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.0-rc1.zip",
3102             "reference": "8.x-2.0-rc1",
3103             "shasum": "ba84fa73e5c4df4caffcfa4a4cfb44c2c7d033d7"
3104         },
3105         "require": {
3106             "drupal/core": "*"
3107         },
3108         "type": "drupal-module",
3109         "extra": {
3110             "branch-alias": {
3111                 "dev-2.x": "2.x-dev"
3112             },
3113             "drupal": {
3114                 "version": "8.x-2.0-rc1",
3115                 "datestamp": "1516298515",
3116                 "security-coverage": {
3117                     "status": "not-covered",
3118                     "message": "RC releases are not covered by Drupal security advisories."
3119                 }
3120             }
3121         },
3122         "installation-source": "dist",
3123         "notification-url": "https://packages.drupal.org/8/downloads",
3124         "license": [
3125             "GPL-2.0+"
3126         ],
3127         "authors": [
3128             {
3129                 "name": "Drupal Media Team",
3130                 "homepage": "https://www.drupal.org/user/3260690"
3131             },
3132             {
3133                 "name": "slashrsm",
3134                 "homepage": "https://www.drupal.org/user/744628"
3135             },
3136             {
3137                 "name": "woprrr",
3138                 "homepage": "https://www.drupal.org/user/858604"
3139             }
3140         ],
3141         "description": "Provides storage and API for image crops.",
3142         "homepage": "https://www.drupal.org/project/crop",
3143         "support": {
3144             "source": "http://cgit.drupalcode.org/crop",
3145             "issues": "https://www.drupal.org/project/issues/crop"
3146         }
3147     },
3148     {
3149         "name": "drupal/ctools",
3150         "version": "3.0.0",
3151         "version_normalized": "3.0.0.0",
3152         "source": {
3153             "type": "git",
3154             "url": "https://git.drupalcode.org/project/ctools.git",
3155             "reference": "8.x-3.0"
3156         },
3157         "dist": {
3158             "type": "zip",
3159             "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
3160             "reference": "8.x-3.0",
3161             "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
3162         },
3163         "require": {
3164             "drupal/core": "~8.0"
3165         },
3166         "type": "drupal-module",
3167         "extra": {
3168             "branch-alias": {
3169                 "dev-3.x": "3.x-dev"
3170             },
3171             "drupal": {
3172                 "version": "8.x-3.0",
3173                 "datestamp": "1493401742"
3174             }
3175         },
3176         "installation-source": "dist",
3177         "notification-url": "https://packages.drupal.org/8/downloads",
3178         "license": [
3179             "GPL-2.0+"
3180         ],
3181         "authors": [
3182             {
3183                 "name": "Kris Vanderwater (EclipseGc)",
3184                 "homepage": "https://www.drupal.org/u/eclipsegc",
3185                 "role": "Maintainer"
3186             },
3187             {
3188                 "name": "Jakob Perry (japerry)",
3189                 "homepage": "https://www.drupal.org/u/japerry",
3190                 "role": "Maintainer"
3191             },
3192             {
3193                 "name": "Tim Plunkett (tim.plunkett)",
3194                 "homepage": "https://www.drupal.org/u/timplunkett",
3195                 "role": "Maintainer"
3196             },
3197             {
3198                 "name": "James Gilliland (neclimdul)",
3199                 "homepage": "https://www.drupal.org/u/neclimdul",
3200                 "role": "Maintainer"
3201             },
3202             {
3203                 "name": "Daniel Wehner (dawehner)",
3204                 "homepage": "https://www.drupal.org/u/dawehner",
3205                 "role": "Maintainer"
3206             },
3207             {
3208                 "name": "merlinofchaos",
3209                 "homepage": "https://www.drupal.org/user/26979"
3210             },
3211             {
3212                 "name": "neclimdul",
3213                 "homepage": "https://www.drupal.org/user/48673"
3214             },
3215             {
3216                 "name": "sdboyer",
3217                 "homepage": "https://www.drupal.org/user/146719"
3218             },
3219             {
3220                 "name": "sun",
3221                 "homepage": "https://www.drupal.org/user/54136"
3222             },
3223             {
3224                 "name": "tim.plunkett",
3225                 "homepage": "https://www.drupal.org/user/241634"
3226             }
3227         ],
3228         "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
3229         "homepage": "https://www.drupal.org/project/ctools",
3230         "support": {
3231             "source": "http://cgit.drupalcode.org/ctools",
3232             "issues": "https://www.drupal.org/project/issues/ctools"
3233         }
3234     },
3235     {
3236         "name": "drupal/devel",
3237         "version": "1.2.0",
3238         "version_normalized": "1.2.0.0",
3239         "source": {
3240             "type": "git",
3241             "url": "https://git.drupalcode.org/project/devel.git",
3242             "reference": "8.x-1.2"
3243         },
3244         "dist": {
3245             "type": "zip",
3246             "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
3247             "reference": "8.x-1.2",
3248             "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
3249         },
3250         "require": {
3251             "drupal/core": "~8.0"
3252         },
3253         "suggest": {
3254             "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
3255         },
3256         "type": "drupal-module",
3257         "extra": {
3258             "branch-alias": {
3259                 "dev-1.x": "1.x-dev"
3260             },
3261             "drupal": {
3262                 "version": "8.x-1.2",
3263                 "datestamp": "1507197844",
3264                 "security-coverage": {
3265                     "status": "covered",
3266                     "message": "Covered by Drupal's security advisory policy"
3267                 }
3268             }
3269         },
3270         "installation-source": "dist",
3271         "notification-url": "https://packages.drupal.org/8/downloads",
3272         "license": [
3273             "GPL-2.0+"
3274         ],
3275         "authors": [
3276             {
3277                 "name": "Moshe Weitzman",
3278                 "homepage": "https://github.com/weitzman",
3279                 "email": "weitzman@tejasa.com",
3280                 "role": "Maintainer"
3281             },
3282             {
3283                 "name": "Hans Salvisberg",
3284                 "homepage": "https://www.drupal.org/u/salvis",
3285                 "email": "drupal@salvisberg.com",
3286                 "role": "Maintainer"
3287             },
3288             {
3289                 "name": "Luca Lusso",
3290                 "homepage": "https://www.drupal.org/u/lussoluca",
3291                 "role": "Maintainer"
3292             },
3293             {
3294                 "name": "Marco (willzyx)",
3295                 "homepage": "https://www.drupal.org/u/willzyx",
3296                 "role": "Maintainer"
3297             },
3298             {
3299                 "name": "See contributors",
3300                 "homepage": "https://www.drupal.org/node/3236/committers"
3301             },
3302             {
3303                 "name": "salvis",
3304                 "homepage": "https://www.drupal.org/user/82964"
3305             },
3306             {
3307                 "name": "willzyx",
3308                 "homepage": "https://www.drupal.org/user/1043862"
3309             }
3310         ],
3311         "description": "Various blocks, pages, and functions for developers.",
3312         "homepage": "http://drupal.org/project/devel",
3313         "support": {
3314             "source": "http://cgit.drupalcode.org/devel",
3315             "issues": "http://drupal.org/project/devel",
3316             "irc": "irc://irc.freenode.org/drupal-contribute"
3317         }
3318     },
3319     {
3320         "name": "drupal/diff",
3321         "version": "1.0.0-rc2",
3322         "version_normalized": "1.0.0.0-RC2",
3323         "source": {
3324             "type": "git",
3325             "url": "https://git.drupalcode.org/project/diff.git",
3326             "reference": "8.x-1.0-rc2"
3327         },
3328         "dist": {
3329             "type": "zip",
3330             "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc2.zip",
3331             "reference": "8.x-1.0-rc2",
3332             "shasum": "2e8f4efe6e7d355a3d07d33531f077348b13f68d"
3333         },
3334         "require": {
3335             "drupal/core": "~8.0",
3336             "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
3337         },
3338         "type": "drupal-module",
3339         "extra": {
3340             "branch-alias": {
3341                 "dev-1.x": "1.x-dev"
3342             },
3343             "drupal": {
3344                 "version": "8.x-1.0-rc2",
3345                 "datestamp": "1530178424",
3346                 "security-coverage": {
3347                     "status": "not-covered",
3348                     "message": "RC releases are not covered by Drupal security advisories."
3349                 }
3350             }
3351         },
3352         "installation-source": "dist",
3353         "notification-url": "https://packages.drupal.org/8/downloads",
3354         "license": [
3355             "GPL-2.0+"
3356         ],
3357         "authors": [
3358             {
3359                 "name": "Miro Dietiker (miro_dietiker)",
3360                 "homepage": "https://www.drupal.org/u/miro_dietiker",
3361                 "role": "Maintainer"
3362             },
3363             {
3364                 "name": "Juampy NR (juampynr)",
3365                 "homepage": "https://www.drupal.org/u/juampynr",
3366                 "role": "Maintainer"
3367             },
3368             {
3369                 "name": "Lucian Hangea (lhangea)",
3370                 "homepage": "https://www.drupal.org/u/lhangea",
3371                 "role": "Maintainer"
3372             },
3373             {
3374                 "name": "Alan D.",
3375                 "homepage": "https://www.drupal.org/u/alan-d.",
3376                 "role": "Maintainer"
3377             },
3378             {
3379                 "name": "Brian Gilbert (realityloop).",
3380                 "homepage": "https://www.drupal.org/u/realityloop",
3381                 "role": "Maintainer"
3382             },
3383             {
3384                 "name": "miro_dietiker",
3385                 "homepage": "https://www.drupal.org/user/227761"
3386             },
3387             {
3388                 "name": "realityloop",
3389                 "homepage": "https://www.drupal.org/user/139189"
3390             },
3391             {
3392                 "name": "rötzi",
3393                 "homepage": "https://www.drupal.org/user/73064"
3394             },
3395             {
3396                 "name": "yhahn",
3397                 "homepage": "https://www.drupal.org/user/264833"
3398             }
3399         ],
3400         "description": "Compares two entity revisions",
3401         "homepage": "https://www.drupal.org/project/diff",
3402         "support": {
3403             "source": "http://cgit.drupalcode.org/diff",
3404             "issues": "https://www.drupal.org/project/issues/diff"
3405         }
3406     },
3407     {
3408         "name": "drupal/draggableviews",
3409         "version": "1.2.0",
3410         "version_normalized": "1.2.0.0",
3411         "source": {
3412             "type": "git",
3413             "url": "https://git.drupalcode.org/project/draggableviews.git",
3414             "reference": "8.x-1.2"
3415         },
3416         "dist": {
3417             "type": "zip",
3418             "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.2.zip",
3419             "reference": "8.x-1.2",
3420             "shasum": "0f5e9195ceec209552aa50f8ce3c230692c284db"
3421         },
3422         "require": {
3423             "drupal/core": "^8"
3424         },
3425         "require-dev": {
3426             "drupal/draggableviews_demo": "*"
3427         },
3428         "type": "drupal-module",
3429         "extra": {
3430             "drupal": {
3431                 "version": "8.x-1.2",
3432                 "datestamp": "1541518680",
3433                 "security-coverage": {
3434                     "status": "covered",
3435                     "message": "Covered by Drupal's security advisory policy"
3436                 }
3437             },
3438             "patches_applied": []
3439         },
3440         "installation-source": "dist",
3441         "notification-url": "https://packages.drupal.org/8/downloads",
3442         "license": [
3443             "GPL-2.0+"
3444         ],
3445         "authors": [
3446             {
3447                 "name": "Tyler Struyk (iStryker)",
3448                 "homepage": "https://www.drupal.org/u/istryker",
3449                 "email": "tyler.struyk@gmail.com",
3450                 "role": "Maintainer"
3451             },
3452             {
3453                 "name": "Andrii Podanenko (podarok)",
3454                 "homepage": "https://www.drupal.org/u/podarok",
3455                 "email": "podarokua@gmail.com",
3456                 "role": "Drupal 7 to 8 Porter"
3457             },
3458             {
3459                 "name": "Yuriy Gerasimov (ygerasimov)",
3460                 "homepage": "https://www.drupal.org/u/ygerasimov",
3461                 "email": "yuriy.gerasimov@gmail.com",
3462                 "role": "Ex Maintainer (D7)"
3463             },
3464             {
3465                 "name": "Severin Unger (sevi)",
3466                 "homepage": "https://www.drupal.org/u/sevi",
3467                 "role": "Ex Maintainer (D6)"
3468             },
3469             {
3470                 "name": "podarok",
3471                 "homepage": "https://www.drupal.org/user/116002"
3472             },
3473             {
3474                 "name": "sevi",
3475                 "homepage": "https://www.drupal.org/user/199290"
3476             },
3477             {
3478                 "name": "ygerasimov",
3479                 "homepage": "https://www.drupal.org/user/257311"
3480             }
3481         ],
3482         "description": "DraggableViews module makes views draggable.",
3483         "homepage": "https://www.drupal.org/project/draggableviews",
3484         "support": {
3485             "source": "https://cgit.drupalcode.org/draggableviews",
3486             "issues": "https://www.drupal.org/project/issues/draggableviews"
3487         }
3488     },
3489     {
3490         "name": "drupal/dropzonejs",
3491         "version": "2.0.0-alpha3",
3492         "version_normalized": "2.0.0.0-alpha3",
3493         "source": {
3494             "type": "git",
3495             "url": "https://git.drupalcode.org/project/dropzonejs.git",
3496             "reference": "8.x-2.0-alpha3"
3497         },
3498         "dist": {
3499             "type": "zip",
3500             "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.0-alpha3.zip",
3501             "reference": "8.x-2.0-alpha3",
3502             "shasum": "a11f37e8f37b211d7065b0fd8adb1cc85b47e691"
3503         },
3504         "require": {
3505             "drupal/core": "*"
3506         },
3507         "require-dev": {
3508             "drupal/entity_browser": "*"
3509         },
3510         "suggest": {
3511             "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
3512         },
3513         "type": "drupal-module",
3514         "extra": {
3515             "branch-alias": {
3516                 "dev-2.x": "2.x-dev"
3517             },
3518             "drupal": {
3519                 "version": "8.x-2.0-alpha3",
3520                 "datestamp": "1513265285",
3521                 "security-coverage": {
3522                     "status": "not-covered",
3523                     "message": "Project has not opted into security advisory coverage!"
3524                 }
3525             }
3526         },
3527         "installation-source": "dist",
3528         "notification-url": "https://packages.drupal.org/8/downloads",
3529         "license": [
3530             "GPL-2.0+"
3531         ],
3532         "authors": [
3533             {
3534                 "name": "Janez Urevc",
3535                 "homepage": "https://drupal.org/u/slashrsm",
3536                 "role": "Maintainer"
3537             },
3538             {
3539                 "name": "Christian Fritsch",
3540                 "homepage": "https://drupal.org/u/chrfritsch",
3541                 "role": "Maintainer"
3542             },
3543             {
3544                 "name": "Primoz Hmeljak",
3545                 "homepage": "https://drupal.org/u/Primsi",
3546                 "role": "Maintainer"
3547             },
3548             {
3549                 "name": "See other contributors",
3550                 "homepage": "https://www.drupal.org/node/1998478/committers",
3551                 "role": "contributor"
3552             },
3553             {
3554                 "name": "slashrsm",
3555                 "homepage": "https://www.drupal.org/user/744628"
3556             },
3557             {
3558                 "name": "wouters_f",
3559                 "homepage": "https://www.drupal.org/user/721548"
3560             },
3561             {
3562                 "name": "zkday",
3563                 "homepage": "https://www.drupal.org/user/888644"
3564             }
3565         ],
3566         "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
3567         "homepage": "https://www.drupal.org/project/dropzonejs",
3568         "keywords": [
3569             "DropzoneJS",
3570             "Drupal"
3571         ],
3572         "support": {
3573             "source": "https://www.drupal.org/project/dropzonejs",
3574             "issues": "https://www.drupal.org/project/issues/dropzonejs",
3575             "irc": "irc://irc.freenode.org/drupal-contribute"
3576         }
3577     },
3578     {
3579         "name": "drupal/drupalmoduleupgrader",
3580         "version": "1.3.0",
3581         "version_normalized": "1.3.0.0",
3582         "source": {
3583             "type": "git",
3584             "url": "https://git.drupalcode.org/project/drupalmoduleupgrader.git",
3585             "reference": "8.x-1.3"
3586         },
3587         "dist": {
3588             "type": "zip",
3589             "url": "https://ftp.drupal.org/files/projects/drupalmoduleupgrader-8.x-1.3.zip",
3590             "reference": "8.x-1.3",
3591             "shasum": "5aa969b218278c390ca5554a3c8a520e321f081d"
3592         },
3593         "require": {
3594             "cebe/markdown": "1.0.*@dev",
3595             "drupal/core": "~8.0",
3596             "grom358/pharborist": "dev-master",
3597             "symfony/filesystem": "~2.8|~3.0",
3598             "symfony/finder": "~2.8|~3.0"
3599         },
3600         "require-dev": {
3601             "mikey179/vfsstream": "^1.5",
3602             "phpunit/phpunit": "^4.8"
3603         },
3604         "type": "drupal-module",
3605         "extra": {
3606             "branch-alias": {
3607                 "dev-1.x": "1.x-dev"
3608             },
3609             "drupal": {
3610                 "version": "8.x-1.3",
3611                 "datestamp": "1528129380",
3612                 "security-coverage": {
3613                     "status": "covered",
3614                     "message": "Covered by Drupal's security advisory policy"
3615                 }
3616             }
3617         },
3618         "installation-source": "source",
3619         "autoload": {
3620             "psr-4": {
3621                 "Drupal\\drupalmoduleupgrader\\": "src/"
3622             }
3623         },
3624         "notification-url": "https://packages.drupal.org/8/downloads",
3625         "license": [
3626             "GPL-2.0+"
3627         ],
3628         "authors": [
3629             {
3630                 "name": "Gábor Hojtsy",
3631                 "homepage": "https://www.drupal.org/user/4166"
3632             },
3633             {
3634                 "name": "HongPong",
3635                 "homepage": "https://www.drupal.org/user/60005"
3636             },
3637             {
3638                 "name": "Wim Leers",
3639                 "homepage": "https://www.drupal.org/user/99777"
3640             },
3641             {
3642                 "name": "dstol",
3643                 "homepage": "https://www.drupal.org/user/329570"
3644             },
3645             {
3646                 "name": "eshta",
3647                 "homepage": "https://www.drupal.org/user/1951462"
3648             },
3649             {
3650                 "name": "japerry",
3651                 "homepage": "https://www.drupal.org/user/45640"
3652             },
3653             {
3654                 "name": "jcnventura",
3655                 "homepage": "https://www.drupal.org/user/122464"
3656             },
3657             {
3658                 "name": "phenaproxima",
3659                 "homepage": "https://www.drupal.org/user/205645"
3660             },
3661             {
3662                 "name": "tim.plunkett",
3663                 "homepage": "https://www.drupal.org/user/241634"
3664             },
3665             {
3666                 "name": "webchick",
3667                 "homepage": "https://www.drupal.org/user/24967"
3668             },
3669             {
3670                 "name": "xjm",
3671                 "homepage": "https://www.drupal.org/user/65776"
3672             }
3673         ],
3674         "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
3675         "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
3676         "keywords": [
3677             "Drupal",
3678             "PHP_CodeSniffer",
3679             "phpcs",
3680             "standards",
3681             "update",
3682             "upgrade"
3683         ],
3684         "support": {
3685             "source": "https://drupal.org/project/drupalmoduleupgrader",
3686             "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
3687         }
3688     },
3689     {
3690         "name": "drupal/embed",
3691         "version": "1.0.0",
3692         "version_normalized": "1.0.0.0",
3693         "source": {
3694             "type": "git",
3695             "url": "https://git.drupalcode.org/project/embed.git",
3696             "reference": "8.x-1.0"
3697         },
3698         "dist": {
3699             "type": "zip",
3700             "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
3701             "reference": "8.x-1.0",
3702             "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
3703         },
3704         "require": {
3705             "drupal/core": "~8.0"
3706         },
3707         "type": "drupal-module",
3708         "extra": {
3709             "branch-alias": {
3710                 "dev-1.x": "1.x-dev"
3711             },
3712             "drupal": {
3713                 "version": "8.x-1.0",
3714                 "datestamp": "1490755685"
3715             }
3716         },
3717         "installation-source": "dist",
3718         "notification-url": "https://packages.drupal.org/8/downloads",
3719         "license": [
3720             "GPL-2.0+"
3721         ],
3722         "authors": [
3723             {
3724                 "name": "Dave Reid",
3725                 "homepage": "https://www.drupal.org/user/53892"
3726             },
3727             {
3728                 "name": "Devin Carlson",
3729                 "homepage": "https://www.drupal.org/user/290182"
3730             },
3731             {
3732                 "name": "Drupal Media Team",
3733                 "homepage": "https://www.drupal.org/user/3260690"
3734             },
3735             {
3736                 "name": "cs_shadow",
3737                 "homepage": "https://www.drupal.org/user/2828287"
3738             },
3739             {
3740                 "name": "slashrsm",
3741                 "homepage": "https://www.drupal.org/user/744628"
3742             }
3743         ],
3744         "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
3745         "homepage": "https://www.drupal.org/project/embed",
3746         "support": {
3747             "source": "http://cgit.drupalcode.org/embed",
3748             "issues": "https://www.drupal.org/project/issues/embed",
3749             "irc": "irc://irc.freenode.org/drupal-media"
3750         }
3751     },
3752     {
3753         "name": "drupal/entity",
3754         "version": "1.0.0-rc1",
3755         "version_normalized": "1.0.0.0-RC1",
3756         "source": {
3757             "type": "git",
3758             "url": "https://git.drupalcode.org/project/entity.git",
3759             "reference": "8.x-1.0-rc1"
3760         },
3761         "dist": {
3762             "type": "zip",
3763             "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-rc1.zip",
3764             "reference": "8.x-1.0-rc1",
3765             "shasum": "f2dcd7afd0d36b6f261b10a204057a5c801ad20b"
3766         },
3767         "require": {
3768             "drupal/core": "^8.6"
3769         },
3770         "type": "drupal-module",
3771         "extra": {
3772             "branch-alias": {
3773                 "dev-1.x": "1.x-dev"
3774             },
3775             "drupal": {
3776                 "version": "8.x-1.0-rc1",
3777                 "datestamp": "1539272769",
3778                 "security-coverage": {
3779                     "status": "not-covered",
3780                     "message": "RC releases are not covered by Drupal security advisories."
3781                 }
3782             }
3783         },
3784         "installation-source": "dist",
3785         "notification-url": "https://packages.drupal.org/8/downloads",
3786         "license": [
3787             "GPL-2.0+"
3788         ],
3789         "authors": [
3790             {
3791                 "name": "Berdir",
3792                 "homepage": "https://www.drupal.org/user/214652"
3793             },
3794             {
3795                 "name": "bojanz",
3796                 "homepage": "https://www.drupal.org/user/86106"
3797             },
3798             {
3799                 "name": "dawehner",
3800                 "homepage": "https://www.drupal.org/user/99340"
3801             },
3802             {
3803                 "name": "dixon_",
3804                 "homepage": "https://www.drupal.org/user/239911"
3805             },
3806             {
3807                 "name": "fago",
3808                 "homepage": "https://www.drupal.org/user/16747"
3809             }
3810         ],
3811         "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
3812         "homepage": "http://drupal.org/project/entity",
3813         "support": {
3814             "source": "http://cgit.drupalcode.org/entity"
3815         }
3816     },
3817     {
3818         "name": "drupal/entity_browser",
3819         "version": "1.6.0",
3820         "version_normalized": "1.6.0.0",
3821         "source": {
3822             "type": "git",
3823             "url": "https://git.drupalcode.org/project/entity_browser.git",
3824             "reference": "8.x-1.6"
3825         },
3826         "dist": {
3827             "type": "zip",
3828             "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.6.zip",
3829             "reference": "8.x-1.6",
3830             "shasum": "ed80f338cc002e188df21967cf2222a01a88f90c"
3831         },
3832         "require": {
3833             "drupal/core": "~8.0"
3834         },
3835         "require-dev": {
3836             "drupal/ctools": "*",
3837             "drupal/inline_entity_form": "*",
3838             "drupal/media_entity": "*",
3839             "drupal/paragraphs": "*",
3840             "drupal/token": "*"
3841         },
3842         "type": "drupal-module",
3843         "extra": {
3844             "branch-alias": {
3845                 "dev-1.x": "1.x-dev",
3846                 "dev-8.x-1.x": "8.1.x-dev"
3847             },
3848             "drupal": {
3849                 "version": "8.x-1.6",
3850                 "datestamp": "1536328684",
3851                 "security-coverage": {
3852                     "status": "covered",
3853                     "message": "Covered by Drupal's security advisory policy"
3854                 }
3855             }
3856         },
3857         "installation-source": "dist",
3858         "notification-url": "https://packages.drupal.org/8/downloads",
3859         "license": [
3860             "GPL-2.0+"
3861         ],
3862         "authors": [
3863             {
3864                 "name": "Janez Urevc",
3865                 "homepage": "https://github.com/slashrsm",
3866                 "role": "Maintainer"
3867             },
3868             {
3869                 "name": "Primoz Hmeljak",
3870                 "homepage": "https://github.com/primsi",
3871                 "role": "Maintainer"
3872             },
3873             {
3874                 "name": "See other contributors",
3875                 "homepage": "https://www.drupal.org/node/1943336/committers",
3876                 "role": "contributor"
3877             },
3878             {
3879                 "name": "Primsi",
3880                 "homepage": "https://www.drupal.org/user/282629"
3881             },
3882             {
3883                 "name": "marcingy",
3884                 "homepage": "https://www.drupal.org/user/77320"
3885             },
3886             {
3887                 "name": "samuel.mortenson",
3888                 "homepage": "https://www.drupal.org/user/2582268"
3889             },
3890             {
3891                 "name": "slashrsm",
3892                 "homepage": "https://www.drupal.org/user/744628"
3893             }
3894         ],
3895         "description": "Entity browsing and selecting component.",
3896         "homepage": "http://drupal.org/project/entity_browser",
3897         "support": {
3898             "source": "http://cgit.drupalcode.org/entity_browser",
3899             "issues": "http://drupal.org/project/issues/entity_browser",
3900             "irc": "irc://irc.freenode.org/drupal-contribute"
3901         }
3902     },
3903     {
3904         "name": "drupal/entity_embed",
3905         "version": "1.0.0-beta2",
3906         "version_normalized": "1.0.0.0-beta2",
3907         "source": {
3908             "type": "git",
3909             "url": "https://git.drupalcode.org/project/entity_embed.git",
3910             "reference": "8.x-1.0-beta2"
3911         },
3912         "dist": {
3913             "type": "zip",
3914             "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
3915             "reference": "8.x-1.0-beta2",
3916             "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
3917         },
3918         "require": {
3919             "drupal/core": "*",
3920             "drupal/embed": "*"
3921         },
3922         "require-dev": {
3923             "drupal/entity_browser": "*"
3924         },
3925         "type": "drupal-module",
3926         "extra": {
3927             "branch-alias": {
3928                 "dev-1.x": "1.x-dev"
3929             },
3930             "drupal": {
3931                 "version": "8.x-1.0-beta2",
3932                 "datestamp": "1476698339"
3933             }
3934         },
3935         "installation-source": "dist",
3936         "notification-url": "https://packages.drupal.org/8/downloads",
3937         "license": [
3938             "GPL-2.0+"
3939         ],
3940         "authors": [
3941             {
3942                 "name": "Dave Reid",
3943                 "homepage": "https://www.drupal.org/user/53892"
3944             },
3945             {
3946                 "name": "Devin Carlson",
3947                 "homepage": "https://www.drupal.org/user/290182"
3948             },
3949             {
3950                 "name": "Drupal Media Team",
3951                 "homepage": "https://www.drupal.org/user/3260690"
3952             },
3953             {
3954                 "name": "cs_shadow",
3955                 "homepage": "https://www.drupal.org/user/2828287"
3956             },
3957             {
3958                 "name": "slashrsm",
3959                 "homepage": "https://www.drupal.org/user/744628"
3960             }
3961         ],
3962         "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
3963         "homepage": "https://www.drupal.org/project/entity_embed",
3964         "support": {
3965             "source": "http://cgit.drupalcode.org/entity_embed",
3966             "issues": "https://www.drupal.org/project/issues/entity_embed",
3967             "irc": "irc://irc.freenode.org/drupal-media"
3968         }
3969     },
3970     {
3971         "name": "drupal/entity_reference_revisions",
3972         "version": "1.6.0",
3973         "version_normalized": "1.6.0.0",
3974         "source": {
3975             "type": "git",
3976             "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
3977             "reference": "8.x-1.6"
3978         },
3979         "dist": {
3980             "type": "zip",
3981             "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.6.zip",
3982             "reference": "8.x-1.6",
3983             "shasum": "82d515de04d3a75fb677ed82241a6aff3f54ab47"
3984         },
3985         "require": {
3986             "drupal/core": "~8.0"
3987         },
3988         "require-dev": {
3989             "drupal/diff": "*"
3990         },
3991         "type": "drupal-module",
3992         "extra": {
3993             "branch-alias": {
3994                 "dev-1.x": "1.x-dev"
3995             },
3996             "drupal": {
3997                 "version": "8.x-1.6",
3998                 "datestamp": "1539588781",
3999                 "security-coverage": {
4000                     "status": "covered",
4001                     "message": "Covered by Drupal's security advisory policy"
4002                 }
4003             }
4004         },
4005         "installation-source": "dist",
4006         "notification-url": "https://packages.drupal.org/8/downloads",
4007         "license": [
4008             "GPL-2.0-or-later"
4009         ],
4010         "authors": [
4011             {
4012                 "name": "Frans",
4013                 "homepage": "https://www.drupal.org/user/514222"
4014             },
4015             {
4016                 "name": "jeroen.b",
4017                 "homepage": "https://www.drupal.org/user/1853532"
4018             },
4019             {
4020                 "name": "miro_dietiker",
4021                 "homepage": "https://www.drupal.org/user/227761"
4022             }
4023         ],
4024         "description": "Adds a Entity Reference field type with revision support.",
4025         "homepage": "https://www.drupal.org/project/entity_reference_revisions",
4026         "support": {
4027             "source": "http://cgit.drupalcode.org/entity_reference_revisions"
4028         }
4029     },
4030     {
4031         "name": "drupal/entityqueue",
4032         "version": "1.0.0-alpha8",
4033         "version_normalized": "1.0.0.0-alpha8",
4034         "source": {
4035             "type": "git",
4036             "url": "https://git.drupalcode.org/project/entityqueue.git",
4037             "reference": "8.x-1.0-alpha8"
4038         },
4039         "dist": {
4040             "type": "zip",
4041             "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha8.zip",
4042             "reference": "8.x-1.0-alpha8",
4043             "shasum": "edb66ae3767b09f1723e3b775dec591641dd67f8"
4044         },
4045         "require": {
4046             "drupal/core": "~8.0"
4047         },
4048         "type": "drupal-module",
4049         "extra": {
4050             "branch-alias": {
4051                 "dev-1.x": "1.x-dev"
4052             },
4053             "drupal": {
4054                 "version": "8.x-1.0-alpha8",
4055                 "datestamp": "1536140284",
4056                 "security-coverage": {
4057                     "status": "not-covered",
4058                     "message": "Alpha releases are not covered by Drupal security advisories."
4059                 }
4060             }
4061         },
4062         "installation-source": "dist",
4063         "notification-url": "https://packages.drupal.org/8/downloads",
4064         "license": [
4065             "GPL-2.0+"
4066         ],
4067         "authors": [
4068             {
4069                 "name": "Andrei Mateescu",
4070                 "homepage": "https://www.drupal.org/u/amateescu",
4071                 "role": "Maintainer"
4072             },
4073             {
4074                 "name": "Jonathan Jordan",
4075                 "homepage": "https://www.drupal.org/u/jojonaloha",
4076                 "role": "Maintainer"
4077             },
4078             {
4079                 "name": "quicksketch",
4080                 "homepage": "https://www.drupal.org/user/35821"
4081             },
4082             {
4083                 "name": "tim.plunkett",
4084                 "homepage": "https://www.drupal.org/user/241634"
4085             }
4086         ],
4087         "description": "The Entityqueue module allows users to create queues of any entity type.",
4088         "homepage": "https://www.drupal.org/project/entityqueue",
4089         "support": {
4090             "source": "http://cgit.drupalcode.org/entityqueue",
4091             "issues": "https://www.drupal.org/project/issues/entityqueue",
4092             "irc": "irc://irc.freenode.org/drupal-contribute"
4093         }
4094     },
4095     {
4096         "name": "drupal/environment_indicator",
4097         "version": "3.3.0",
4098         "version_normalized": "3.3.0.0",
4099         "source": {
4100             "type": "git",
4101             "url": "https://git.drupalcode.org/project/environment_indicator.git",
4102             "reference": "8.x-3.3"
4103         },
4104         "dist": {
4105             "type": "zip",
4106             "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.3.zip",
4107             "reference": "8.x-3.3",
4108             "shasum": "3059b8d4fb2b87af4842c45b9770d927e640eb30"
4109         },
4110         "require": {
4111             "drupal/core": "*"
4112         },
4113         "type": "drupal-module",
4114         "extra": {
4115             "branch-alias": {
4116                 "dev-3.x": "3.x-dev"
4117             },
4118             "drupal": {
4119                 "version": "8.x-3.3",
4120                 "datestamp": "1518331981",
4121                 "security-coverage": {
4122                     "status": "covered",
4123                     "message": "Covered by Drupal's security advisory policy"
4124                 }
4125             }
4126         },
4127         "installation-source": "dist",
4128         "notification-url": "https://packages.drupal.org/8/downloads",
4129         "license": [
4130             "GPL-2.0-or-later"
4131         ],
4132         "authors": [
4133             {
4134                 "name": "e0ipso",
4135                 "homepage": "https://www.drupal.org/user/550110"
4136             },
4137             {
4138                 "name": "mrfelton",
4139                 "homepage": "https://www.drupal.org/user/305669"
4140             }
4141         ],
4142         "description": "Adds a color indicator for the different environments.",
4143         "homepage": "https://www.drupal.org/project/environment_indicator",
4144         "support": {
4145             "source": "http://cgit.drupalcode.org/environment_indicator"
4146         }
4147     },
4148     {
4149         "name": "drupal/eu_cookie_compliance",
4150         "version": "1.2.0",
4151         "version_normalized": "1.2.0.0",
4152         "source": {
4153             "type": "git",
4154             "url": "https://git.drupalcode.org/project/eu-cookie-compliance.git",
4155             "reference": "8.x-1.2"
4156         },
4157         "dist": {
4158             "type": "zip",
4159             "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.2.zip",
4160             "reference": "8.x-1.2",
4161             "shasum": "8e9f2a6c2d5abaa02b58b4b48e0626ed7c3518ad"
4162         },
4163         "require": {
4164             "drupal/core": "*"
4165         },
4166         "type": "drupal-module",
4167         "extra": {
4168             "branch-alias": {
4169                 "dev-1.x": "1.x-dev"
4170             },
4171             "drupal": {
4172                 "version": "8.x-1.2",
4173                 "datestamp": "1531429121",
4174                 "security-coverage": {
4175                     "status": "covered",
4176                     "message": "Covered by Drupal's security advisory policy"
4177                 }
4178             }
4179         },
4180         "installation-source": "dist",
4181         "notification-url": "https://packages.drupal.org/8/downloads",
4182         "license": [
4183             "GPL-2.0+"
4184         ],
4185         "authors": [
4186             {
4187                 "name": "Marcin Pajdzik",
4188                 "homepage": "https://www.drupal.org/u/marcin-pajdzik",
4189                 "role": "Maintainer"
4190             },
4191             {
4192                 "name": "Sven Berg Ryen",
4193                 "homepage": "https://www.drupal.org/u/svenryen",
4194                 "role": "Maintainer"
4195             },
4196             {
4197                 "name": "See other contributors",
4198                 "homepage": "https://www.drupal.org/node/1538032/committers"
4199             },
4200             {
4201                 "name": "dakku",
4202                 "homepage": "https://www.drupal.org/user/97634"
4203             },
4204             {
4205                 "name": "grzegorz.bartman",
4206                 "homepage": "https://www.drupal.org/user/363120"
4207             },
4208             {
4209                 "name": "id.tornado",
4210                 "homepage": "https://www.drupal.org/user/2754049"
4211             },
4212             {
4213                 "name": "killua99",
4214                 "homepage": "https://www.drupal.org/user/699418"
4215             },
4216             {
4217                 "name": "mibfire",
4218                 "homepage": "https://www.drupal.org/user/155136"
4219             },
4220             {
4221                 "name": "naveenvalecha",
4222                 "homepage": "https://www.drupal.org/user/2665733"
4223             },
4224             {
4225                 "name": "svenryen",
4226                 "homepage": "https://www.drupal.org/user/667244"
4227             }
4228         ],
4229         "description": "This module aims at making the website compliant with the new EU cookie regulation.",
4230         "homepage": "https://drupal.org/project/eu_cookie_compliance",
4231         "keywords": [
4232             "Cookie",
4233             "CookieCompliance",
4234             "Drupal",
4235             "GDPR"
4236         ],
4237         "support": {
4238             "source": "https://cgit.drupalcode.org/eu-cookie-compliance",
4239             "docs": "https://www.drupal.org/project/eu_cookie_compliance",
4240             "forum": "https://drupal.stackexchange.com/search?q=eu+cookie+compliance",
4241             "issues": "https://www.drupal.org/project/issues/eu_cookie_compliance?version=8.x",
4242             "irc": "irc://irc.freenode.org/drupal-contribute"
4243         }
4244     },
4245     {
4246         "name": "drupal/file_mdm",
4247         "version": "1.1.0",
4248         "version_normalized": "1.1.0.0",
4249         "source": {
4250             "type": "git",
4251             "url": "https://git.drupalcode.org/project/file_mdm.git",
4252             "reference": "8.x-1.1"
4253         },
4254         "dist": {
4255             "type": "zip",
4256             "url": "https://ftp.drupal.org/files/projects/file_mdm-8.x-1.1.zip",
4257             "reference": "8.x-1.1",
4258             "shasum": "7f354aec6f89e3141c2aa1fb3747ad5d4578c13f"
4259         },
4260         "require": {
4261             "drupal/core": "~8.0",
4262             "lsolesen/pel": "0.9.6",
4263             "phenx/php-font-lib": "0.5",
4264             "php": ">=5.6"
4265         },
4266         "require-dev": {
4267             "drupal/image_effects": "*"
4268         },
4269         "type": "drupal-module",
4270         "extra": {
4271             "branch-alias": {
4272                 "dev-1.x": "1.x-dev"
4273             },
4274             "drupal": {
4275                 "version": "8.x-1.1",
4276                 "datestamp": "1488273785",
4277                 "security-coverage": {
4278                     "status": "covered",
4279                     "message": "Covered by Drupal's security advisory policy"
4280                 }
4281             }
4282         },
4283         "installation-source": "dist",
4284         "notification-url": "https://packages.drupal.org/8/downloads",
4285         "license": [
4286             "GPL-2.0-or-later"
4287         ],
4288         "authors": [
4289             {
4290                 "name": "mondrake",
4291                 "homepage": "https://www.drupal.org/user/1307444"
4292             }
4293         ],
4294         "description": "Provides a service to manage file metadata.",
4295         "homepage": "https://www.drupal.org/project/file_mdm",
4296         "support": {
4297             "source": "http://cgit.drupalcode.org/file_mdm"
4298         }
4299     },
4300     {
4301         "name": "drupal/file_mdm_exif",
4302         "version": "1.1.0",
4303         "version_normalized": "1.1.0.0",
4304         "require": {
4305             "drupal/core": "~8.0",
4306             "drupal/file_mdm": "self.version"
4307         },
4308         "require-dev": {
4309             "drupal/image_effects": "*"
4310         },
4311         "type": "metapackage",
4312         "extra": {
4313             "branch-alias": {
4314                 "dev-1.x": "1.x-dev"
4315             },
4316             "drupal": {
4317                 "version": "8.x-1.1",
4318                 "datestamp": "1488273785",
4319                 "security-coverage": {
4320                     "status": "covered",
4321                     "message": "Covered by Drupal's security advisory policy"
4322                 }
4323             }
4324         },
4325         "notification-url": "https://packages.drupal.org/8/downloads",
4326         "license": [
4327             "GPL-2.0-or-later"
4328         ],
4329         "authors": [
4330             {
4331                 "name": "mondrake",
4332                 "homepage": "https://www.drupal.org/user/1307444"
4333             }
4334         ],
4335         "description": "Provides a file metadata plugin for EXIF image information.",
4336         "homepage": "https://www.drupal.org/project/file_mdm",
4337         "support": {
4338             "source": "http://cgit.drupalcode.org/file_mdm"
4339         }
4340     },
4341     {
4342         "name": "drupal/filefield_sources",
4343         "version": "dev-1.x",
4344         "version_normalized": "dev-1.x",
4345         "source": {
4346             "type": "git",
4347             "url": "https://git.drupalcode.org/project/filefield_sources.git",
4348             "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
4349         },
4350         "require": {
4351             "drupal/core": "*"
4352         },
4353         "type": "drupal-module",
4354         "extra": {
4355             "branch-alias": {
4356                 "dev-1.x": "1.x-dev"
4357             },
4358             "drupal": {
4359                 "version": "8.x-1.x-dev",
4360                 "datestamp": "1464990539"
4361             }
4362         },
4363         "installation-source": "source",
4364         "notification-url": "https://packages.drupal.org/8/downloads",
4365         "license": [
4366             "GPL-2.0+"
4367         ],
4368         "authors": [
4369             {
4370                 "name": "profak",
4371                 "homepage": "https://www.drupal.org/user/782534"
4372             },
4373             {
4374                 "name": "quicksketch",
4375                 "homepage": "https://www.drupal.org/user/35821"
4376             }
4377         ],
4378         "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
4379         "homepage": "https://www.drupal.org/project/filefield_sources",
4380         "support": {
4381             "source": "http://cgit.drupalcode.org/filefield_sources"
4382         }
4383     },
4384     {
4385         "name": "drupal/fontyourface",
4386         "version": "3.2.0",
4387         "version_normalized": "3.2.0.0",
4388         "source": {
4389             "type": "git",
4390             "url": "https://git.drupalcode.org/project/fontyourface.git",
4391             "reference": "8.x-3.2"
4392         },
4393         "dist": {
4394             "type": "zip",
4395             "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.2.zip",
4396             "reference": "8.x-3.2",
4397             "shasum": "f509b3dc3e9849ca1cced5607a29d8319709c9ec"
4398         },
4399         "require": {
4400             "drupal/core": "8.*"
4401         },
4402         "type": "drupal-module",
4403         "extra": {
4404             "branch-alias": {
4405                 "dev-3.x": "3.x-dev"
4406             },
4407             "drupal": {
4408                 "version": "8.x-3.2",
4409                 "datestamp": "1517458980",
4410                 "security-coverage": {
4411                     "status": "covered",
4412                     "message": "Covered by Drupal's security advisory policy"
4413                 }
4414             }
4415         },
4416         "installation-source": "dist",
4417         "notification-url": "https://packages.drupal.org/8/downloads",
4418         "license": [
4419             "GPL-2.0+"
4420         ],
4421         "authors": [
4422             {
4423                 "name": "BTMash",
4424                 "homepage": "https://www.drupal.org/user/60422"
4425             },
4426             {
4427                 "name": "BarisW",
4428                 "homepage": "https://www.drupal.org/user/107229"
4429             },
4430             {
4431                 "name": "Drave Robber",
4432                 "homepage": "https://www.drupal.org/user/984338"
4433             },
4434             {
4435                 "name": "sreynen",
4436                 "homepage": "https://www.drupal.org/user/109890"
4437             }
4438         ],
4439         "description": "Web font management tools.",
4440         "homepage": "https://www.drupal.org/project/fontyourface",
4441         "keywords": [
4442             "Drupal"
4443         ],
4444         "support": {
4445             "source": "http://cgit.drupalcode.org/fontyourface",
4446             "issues": "https://drupal.org/project/issues/fontyourface"
4447         }
4448     },
4449     {
4450         "name": "drupal/front",
4451         "version": "1.0.0-beta1",
4452         "version_normalized": "1.0.0.0-beta1",
4453         "source": {
4454             "type": "git",
4455             "url": "https://git.drupalcode.org/project/front.git",
4456             "reference": "8.x-1.0-beta1"
4457         },
4458         "dist": {
4459             "type": "zip",
4460             "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-beta1.zip",
4461             "reference": "8.x-1.0-beta1",
4462             "shasum": "cee664aaf0eac6829bd551ec5213561d1cb70bce"
4463         },
4464         "require": {
4465             "drupal/core": "~8.0"
4466         },
4467         "type": "drupal-module",
4468         "extra": {
4469             "branch-alias": {
4470                 "dev-1.x": "1.x-dev"
4471             },
4472             "drupal": {
4473                 "version": "8.x-1.0-beta1",
4474                 "datestamp": "1521187985",
4475                 "security-coverage": {
4476                     "status": "not-covered",
4477                     "message": "Beta releases are not covered by Drupal security advisories."
4478                 }
4479             }
4480         },
4481         "installation-source": "dist",
4482         "notification-url": "https://packages.drupal.org/8/downloads",
4483         "license": [
4484             "GPL-2.0-or-later"
4485         ],
4486         "authors": [
4487             {
4488                 "name": "Dublin Drupaller",
4489                 "homepage": "https://www.drupal.org/user/8625"
4490             },
4491             {
4492                 "name": "Simon Georges",
4493                 "homepage": "https://www.drupal.org/user/172312"
4494             },
4495             {
4496                 "name": "asenenko",
4497                 "homepage": "https://www.drupal.org/user/2641733"
4498             },
4499             {
4500                 "name": "estoyausente",
4501                 "homepage": "https://www.drupal.org/user/1232954"
4502             },
4503             {
4504                 "name": "timhilliard",
4505                 "homepage": "https://www.drupal.org/user/195493"
4506             }
4507         ],
4508         "homepage": "https://www.drupal.org/project/front",
4509         "support": {
4510             "source": "http://cgit.drupalcode.org/front"
4511         }
4512     },
4513     {
4514         "name": "drupal/hacked",
4515         "version": "2.0.0-beta2",
4516         "version_normalized": "2.0.0.0-beta2",
4517         "source": {
4518             "type": "git",
4519             "url": "https://git.drupalcode.org/project/hacked.git",
4520             "reference": "8.x-2.0-beta2"
4521         },
4522         "dist": {
4523             "type": "zip",
4524             "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta2.zip",
4525             "reference": "8.x-2.0-beta2",
4526             "shasum": "84e018c23a39d83c2274cc009804f0abf4b9e9cb"
4527         },
4528         "require": {
4529             "drupal/core": "^8"
4530         },
4531         "type": "drupal-module",
4532         "extra": {
4533             "drupal": {
4534                 "version": "8.x-2.0-beta2",
4535                 "datestamp": "1520956980",
4536                 "security-coverage": {
4537                     "status": "not-covered",
4538                     "message": "Project has not opted into security advisory coverage!"
4539                 }
4540             },
4541             "patches_applied": []
4542         },
4543         "installation-source": "dist",
4544         "notification-url": "https://packages.drupal.org/8/downloads",
4545         "license": [
4546             "GPL-2.0-or-later"
4547         ],
4548         "authors": [
4549             {
4550                 "name": "Deciphered",
4551                 "homepage": "https://www.drupal.org/user/103796"
4552             },
4553             {
4554                 "name": "Steven Jones",
4555                 "homepage": "https://www.drupal.org/user/99644"
4556             },
4557             {
4558                 "name": "colan",
4559                 "homepage": "https://www.drupal.org/user/58704"
4560             },
4561             {
4562                 "name": "ivnish",
4563                 "homepage": "https://www.drupal.org/user/3547706"
4564             }
4565         ],
4566         "description": "Shows if drupal or any of its modules have been changed",
4567         "homepage": "https://www.drupal.org/project/hacked",
4568         "support": {
4569             "source": "https://git.drupalcode.org/project/hacked"
4570         }
4571     },
4572     {
4573         "name": "drupal/htmlawed",
4574         "version": "3.7.0",
4575         "version_normalized": "3.7.0.0",
4576         "source": {
4577             "type": "git",
4578             "url": "https://git.drupalcode.org/project/htmLawed.git",
4579             "reference": "8.x-3.7"
4580         },
4581         "dist": {
4582             "type": "zip",
4583             "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.7.zip",
4584             "reference": "8.x-3.7",
4585             "shasum": "f3b49eb425831947e3069369aecd5b32a27ac6cb"
4586         },
4587         "require": {
4588             "drupal/core": "~8.0"
4589         },
4590         "type": "drupal-module",
4591         "extra": {
4592             "drupal": {
4593                 "version": "8.x-3.7",
4594                 "datestamp": "1586586866",
4595                 "security-coverage": {
4596                     "status": "covered",
4597                     "message": "Covered by Drupal's security advisory policy"
4598                 }
4599             }
4600         },
4601         "installation-source": "dist",
4602         "notification-url": "https://packages.drupal.org/8/downloads",
4603         "license": [
4604             "GPL-2.0-or-later"
4605         ],
4606         "authors": [
4607             {
4608                 "name": "alpha2zee",
4609                 "homepage": "https://www.drupal.org/user/201451"
4610             }
4611         ],
4612         "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
4613         "homepage": "https://www.drupal.org/project/htmlawed",
4614         "support": {
4615             "source": "https://git.drupalcode.org/project/htmlawed"
4616         }
4617     },
4618     {
4619         "name": "drupal/http2_server_push",
4620         "version": "1.0.0",
4621         "version_normalized": "1.0.0.0",
4622         "source": {
4623             "type": "git",
4624             "url": "https://git.drupalcode.org/project/http2_server_push.git",
4625             "reference": "8.x-1.0"
4626         },
4627         "dist": {
4628             "type": "zip",
4629             "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
4630             "reference": "8.x-1.0",
4631             "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
4632         },
4633         "require": {
4634             "drupal/core": "~8.0"
4635         },
4636         "type": "drupal-module",
4637         "extra": {
4638             "branch-alias": {
4639                 "dev-1.x": "1.x-dev"
4640             },
4641             "drupal": {
4642                 "version": "8.x-1.0",
4643                 "datestamp": "1489057084"
4644             }
4645         },
4646         "installation-source": "dist",
4647         "notification-url": "https://packages.drupal.org/8/downloads",
4648         "license": [
4649             "GPL-2.0+"
4650         ],
4651         "authors": [
4652             {
4653                 "name": "Wim Leers",
4654                 "homepage": "https://www.drupal.org/user/99777"
4655             }
4656         ],
4657         "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
4658         "homepage": "https://www.drupal.org/project/http2_server_push",
4659         "support": {
4660             "source": "http://cgit.drupalcode.org/http2_server_push"
4661         }
4662     },
4663     {
4664         "name": "drupal/image_widget_crop",
4665         "version": "2.2.0",
4666         "version_normalized": "2.2.0.0",
4667         "source": {
4668             "type": "git",
4669             "url": "https://git.drupalcode.org/project/image_widget_crop.git",
4670             "reference": "8.x-2.2"
4671         },
4672         "dist": {
4673             "type": "zip",
4674             "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.2.zip",
4675             "reference": "8.x-2.2",
4676             "shasum": "0a61cfedc409c5ef448174f26060cd6c291d6a11"
4677         },
4678         "require": {
4679             "drupal/core": "*",
4680             "drupal/crop": "^1.0 || ^2.0"
4681         },
4682         "require-dev": {
4683             "drupal/crop": "*",
4684             "drupal/ctools": "3.x-dev",
4685             "drupal/entity_browser": "1.x-dev",
4686             "drupal/file_entity": "*",
4687             "drupal/inline_entity_form": "*",
4688             "drupal/media": "*"
4689         },
4690         "type": "drupal-module",
4691         "extra": {
4692             "branch-alias": {
4693                 "dev-2.x": "2.x-dev"
4694             },
4695             "drupal": {
4696                 "version": "8.x-2.2",
4697                 "datestamp": "1530698921",
4698                 "security-coverage": {
4699                     "status": "covered",
4700                     "message": "Covered by Drupal's security advisory policy"
4701                 }
4702             }
4703         },
4704         "installation-source": "dist",
4705         "notification-url": "https://packages.drupal.org/8/downloads",
4706         "license": [
4707             "GPL-2.0+"
4708         ],
4709         "authors": [
4710             {
4711                 "name": "Alexandre Mallet",
4712                 "homepage": "https://github.com/woprrr",
4713                 "role": "Maintainer"
4714             },
4715             {
4716                 "name": "Drupal media CI",
4717                 "homepage": "https://www.drupal.org/user/3057985"
4718             },
4719             {
4720                 "name": "slashrsm",
4721                 "homepage": "https://www.drupal.org/user/744628"
4722             },
4723             {
4724                 "name": "woprrr",
4725                 "homepage": "https://www.drupal.org/user/858604"
4726             }
4727         ],
4728         "description": "Provides an interface for using the features of the Crop API.",
4729         "homepage": "https://www.drupal.org/project/image_widget_crop",
4730         "keywords": [
4731             "Crop",
4732             "Drupal",
4733             "Drupal Media"
4734         ],
4735         "support": {
4736             "source": "https://www.drupal.org/project/image_widget_crop",
4737             "issues": "https://www.drupal.org/project/issues/image_widget_crop",
4738             "irc": "irc://irc.freenode.org/drupal-contribute"
4739         }
4740     },
4741     {
4742         "name": "drupal/imagemagick",
4743         "version": "2.3.0",
4744         "version_normalized": "2.3.0.0",
4745         "source": {
4746             "type": "git",
4747             "url": "https://git.drupalcode.org/project/imagemagick.git",
4748             "reference": "8.x-2.3"
4749         },
4750         "dist": {
4751             "type": "zip",
4752             "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-2.3.zip",
4753             "reference": "8.x-2.3",
4754             "shasum": "8359921d4700e954364c2633332c20579bb75a34"
4755         },
4756         "require": {
4757             "drupal/core": "^8.3",
4758             "drupal/file_mdm": "^1.1",
4759             "drupal/file_mdm_exif": "^1.1"
4760         },
4761         "type": "drupal-module",
4762         "extra": {
4763             "branch-alias": {
4764                 "dev-2.x": "2.x-dev"
4765             },
4766             "drupal": {
4767                 "version": "8.x-2.3",
4768                 "datestamp": "1520958305",
4769                 "security-coverage": {
4770                     "status": "covered",
4771                     "message": "Covered by Drupal's security advisory policy"
4772                 }
4773             }
4774         },
4775         "installation-source": "dist",
4776         "notification-url": "https://packages.drupal.org/8/downloads",
4777         "license": [
4778             "GPL-2.0-or-later"
4779         ],
4780         "authors": [
4781             {
4782                 "name": "Chris Charlton",
4783                 "homepage": "https://www.drupal.org/user/17089"
4784             },
4785             {
4786                 "name": "chx",
4787                 "homepage": "https://www.drupal.org/user/9446"
4788             },
4789             {
4790                 "name": "claudiu.cristea",
4791                 "homepage": "https://www.drupal.org/user/56348"
4792             },
4793             {
4794                 "name": "dman",
4795                 "homepage": "https://www.drupal.org/user/33240"
4796             },
4797             {
4798                 "name": "dopry",
4799                 "homepage": "https://www.drupal.org/user/22202"
4800             },
4801             {
4802                 "name": "drewish",
4803                 "homepage": "https://www.drupal.org/user/34869"
4804             },
4805             {
4806                 "name": "gdl",
4807                 "homepage": "https://www.drupal.org/user/507326"
4808             },
4809             {
4810                 "name": "mondrake",
4811                 "homepage": "https://www.drupal.org/user/1307444"
4812             },
4813             {
4814                 "name": "quicksketch",
4815                 "homepage": "https://www.drupal.org/user/35821"
4816             },
4817             {
4818                 "name": "sun",
4819                 "homepage": "https://www.drupal.org/user/54136"
4820             },
4821             {
4822                 "name": "walkah",
4823                 "homepage": "https://www.drupal.org/user/1531"
4824             }
4825         ],
4826         "description": "Provides an image toolkit to integrate ImageMagick with the Image API.",
4827         "homepage": "https://www.drupal.org/project/imagemagick",
4828         "support": {
4829             "source": "http://cgit.drupalcode.org/imagemagick"
4830         }
4831     },
4832     {
4833         "name": "drupal/inline_entity_form",
4834         "version": "1.0.0-rc1",
4835         "version_normalized": "1.0.0.0-RC1",
4836         "source": {
4837             "type": "git",
4838             "url": "https://git.drupalcode.org/project/inline_entity_form.git",
4839             "reference": "8.x-1.0-rc1"
4840         },
4841         "dist": {
4842             "type": "zip",
4843             "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc1.zip",
4844             "reference": "8.x-1.0-rc1",
4845             "shasum": "898789fb6a0662fc2572b87f8d0654a0241473f9"
4846         },
4847         "require": {
4848             "drupal/core": "~8.0"
4849         },
4850         "require-dev": {
4851             "drupal/entity_reference_revisions": "*"
4852         },
4853         "type": "drupal-module",
4854         "extra": {
4855             "branch-alias": {
4856                 "dev-1.x": "1.x-dev"
4857             },
4858             "drupal": {
4859                 "version": "8.x-1.0-rc1",
4860                 "datestamp": "1527030784",
4861                 "security-coverage": {
4862                     "status": "not-covered",
4863                     "message": "RC releases are not covered by Drupal security advisories."
4864                 }
4865             }
4866         },
4867         "installation-source": "dist",
4868         "notification-url": "https://packages.drupal.org/8/downloads",
4869         "license": [
4870             "GPL-2.0+"
4871         ],
4872         "authors": [
4873             {
4874                 "name": "bojanz",
4875                 "homepage": "https://www.drupal.org/user/86106"
4876             },
4877             {
4878                 "name": "dawehner",
4879                 "homepage": "https://www.drupal.org/user/99340"
4880             },
4881             {
4882                 "name": "rszrama",
4883                 "homepage": "https://www.drupal.org/user/49344"
4884             },
4885             {
4886                 "name": "slashrsm",
4887                 "homepage": "https://www.drupal.org/user/744628"
4888             },
4889             {
4890                 "name": "webflo",
4891                 "homepage": "https://www.drupal.org/user/254778"
4892             }
4893         ],
4894         "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4895         "homepage": "https://www.drupal.org/project/inline_entity_form",
4896         "support": {
4897             "source": "http://cgit.drupalcode.org/inline_entity_form"
4898         }
4899     },
4900     {
4901         "name": "drupal/layout_plugin",
4902         "version": "1.0.0-alpha23",
4903         "version_normalized": "1.0.0.0-alpha23",
4904         "source": {
4905             "type": "git",
4906             "url": "https://git.drupalcode.org/project/layout_plugin.git",
4907             "reference": "8.x-1.0-alpha23"
4908         },
4909         "dist": {
4910             "type": "zip",
4911             "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
4912             "reference": "8.x-1.0-alpha23",
4913             "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
4914         },
4915         "require": {
4916             "drupal/core": "~8.0"
4917         },
4918         "type": "drupal-module",
4919         "extra": {
4920             "branch-alias": {
4921                 "dev-1.x": "1.x-dev"
4922             },
4923             "drupal": {
4924                 "version": "8.x-1.0-alpha23",
4925                 "datestamp": "1476269960"
4926             }
4927         },
4928         "installation-source": "dist",
4929         "notification-url": "https://packages.drupal.org/8/downloads",
4930         "license": [
4931             "GPL-2.0+"
4932         ],
4933         "authors": [
4934             {
4935                 "name": "David Snopek",
4936                 "homepage": "https://www.drupal.org/user/172527"
4937             },
4938             {
4939                 "name": "Bram Goffings",
4940                 "homepage": "https://www.drupal.org/user/266527"
4941             },
4942             {
4943                 "name": "Fredrik Lassen",
4944                 "homepage": "https://www.drupal.org/user/243377"
4945             }
4946         ],
4947         "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
4948         "homepage": "https://www.drupal.org/project/layout_plugin",
4949         "keywords": [
4950             "layout",
4951             "php"
4952         ],
4953         "support": {
4954             "source": "http://cgit.drupalcode.org/layout_plugin"
4955         }
4956     },
4957     {
4958         "name": "drupal/layouter",
4959         "version": "1.0.0",
4960         "version_normalized": "1.0.0.0",
4961         "source": {
4962             "type": "git",
4963             "url": "https://git.drupalcode.org/project/layouter.git",
4964             "reference": "8.x-1.0"
4965         },
4966         "dist": {
4967             "type": "zip",
4968             "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
4969             "reference": "8.x-1.0",
4970             "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
4971         },
4972         "require": {
4973             "drupal/core": "*"
4974         },
4975         "type": "drupal-module",
4976         "extra": {
4977             "branch-alias": {
4978                 "dev-1.x": "1.x-dev"
4979             },
4980             "drupal": {
4981                 "version": "8.x-1.0",
4982                 "datestamp": "1470121439"
4983             }
4984         },
4985         "installation-source": "dist",
4986         "notification-url": "https://packages.drupal.org/8/downloads",
4987         "license": [
4988             "GPL 2.0+"
4989         ],
4990         "authors": [
4991             {
4992                 "name": "adci_contributor",
4993                 "homepage": "https://www.drupal.org/user/1830536"
4994             },
4995             {
4996                 "name": "adcillc",
4997                 "homepage": "https://www.drupal.org/user/366450"
4998             },
4999             {
5000                 "name": "antongp",
5001                 "homepage": "https://www.drupal.org/user/1060446"
5002             },
5003             {
5004                 "name": "kinosura",
5005                 "homepage": "https://www.drupal.org/user/383326"
5006             },
5007             {
5008                 "name": "usdv",
5009                 "homepage": "https://www.drupal.org/user/2476206"
5010             }
5011         ],
5012         "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
5013         "homepage": "https://www.drupal.org/project/layouter",
5014         "support": {
5015             "source": "http://cgit.drupalcode.org/layouter"
5016         }
5017     },
5018     {
5019         "name": "drupal/libraries",
5020         "version": "3.0.0-alpha1",
5021         "version_normalized": "3.0.0.0-alpha1",
5022         "source": {
5023             "type": "git",
5024             "url": "https://git.drupalcode.org/project/libraries.git",
5025             "reference": "8.x-3.0-alpha1"
5026         },
5027         "dist": {
5028             "type": "zip",
5029             "url": "https://ftp.drupal.org/files/projects/libraries-8.x-3.0-alpha1.zip",
5030             "reference": "8.x-3.0-alpha1",
5031             "shasum": "bb07036b1eaeea7d736fc7e72416238830cd8d67"
5032         },
5033         "require": {
5034             "drupal/core": "~8.0"
5035         },
5036         "type": "drupal-module",
5037         "extra": {
5038             "branch-alias": {
5039                 "dev-3.x": "3.x-dev"
5040             },
5041             "drupal": {
5042                 "version": "8.x-3.0-alpha1",
5043                 "datestamp": "1517046484",
5044                 "security-coverage": {
5045                     "status": "not-covered",
5046                     "message": "Alpha releases are not covered by Drupal security advisories."
5047                 }
5048             }
5049         },
5050         "installation-source": "source",
5051         "notification-url": "https://packages.drupal.org/8/downloads",
5052         "license": [
5053             "GPL-2.0+"
5054         ],
5055         "authors": [
5056             {
5057                 "name": "Pol",
5058                 "homepage": "https://www.drupal.org/user/47194"
5059             },
5060             {
5061                 "name": "rjacobs",
5062                 "homepage": "https://www.drupal.org/user/422459"
5063             },
5064             {
5065                 "name": "sun",
5066                 "homepage": "https://www.drupal.org/user/54136"
5067             },
5068             {
5069                 "name": "tstoeckler",
5070                 "homepage": "https://www.drupal.org/user/107158"
5071             }
5072         ],
5073         "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
5074         "homepage": "http://drupal.org/project/libraries",
5075         "support": {
5076             "source": "http://cgit.drupalcode.org/libraries",
5077             "issues": "http://drupal.org/project/issues/libraries",
5078             "irc": "irc://irc.freenode.org/drupal-contribute"
5079         }
5080     },
5081     {
5082         "name": "drupal/linkchecker",
5083         "version": "dev-1.x",
5084         "version_normalized": "dev-1.x",
5085         "source": {
5086             "type": "git",
5087             "url": "https://git.drupalcode.org/project/linkchecker.git",
5088             "reference": "f59edc88741c60991526dc54adc89554c0ca571b"
5089         },
5090         "require": {
5091             "drupal/core": "~8.0"
5092         },
5093         "type": "drupal-module",
5094         "extra": {
5095             "branch-alias": {
5096                 "dev-1.x": "1.x-dev"
5097             },
5098             "drupal": {
5099                 "version": "8.x-1.x-dev",
5100                 "datestamp": "1534714080",
5101                 "security-coverage": {
5102                     "status": "not-covered",
5103                     "message": "Dev releases are not covered by Drupal security advisories."
5104                 }
5105             },
5106             "drush": {
5107                 "services": {
5108                     "drush.services.yml": "^9"
5109                 }
5110             }
5111         },
5112         "installation-source": "source",
5113         "notification-url": "https://packages.drupal.org/8/downloads",
5114         "license": [
5115             "GPL-2.0+"
5116         ],
5117         "authors": [
5118             {
5119                 "name": "hass",
5120                 "homepage": "https://www.drupal.org/u/hass"
5121             },
5122             {
5123                 "name": "See other contributors",
5124                 "homepage": "https://www.drupal.org/node/243795/committers"
5125             }
5126         ],
5127         "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
5128         "homepage": "https://www.drupal.org/project/linkchecker",
5129         "support": {
5130             "source": "http://git.drupal.org/project/linkchecker.git",
5131             "issues": "https://www.drupal.org/project/issues/linkchecker"
5132         }
5133     },
5134     {
5135         "name": "drupal/linkit",
5136         "version": "4.3.0",
5137         "version_normalized": "4.3.0.0",
5138         "source": {
5139             "type": "git",
5140             "url": "https://git.drupalcode.org/project/linkit.git",
5141             "reference": "8.x-4.3"
5142         },
5143         "dist": {
5144             "type": "zip",
5145             "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
5146             "reference": "8.x-4.3",
5147             "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
5148         },
5149         "require": {
5150             "drupal/core": "~8.0"
5151         },
5152         "type": "drupal-module",
5153         "extra": {
5154             "branch-alias": {
5155                 "dev-4.x": "4.x-dev"
5156             },
5157             "drupal": {
5158                 "version": "8.x-4.3",
5159                 "datestamp": "1490205830"
5160             }
5161         },
5162         "installation-source": "dist",
5163         "notification-url": "https://packages.drupal.org/8/downloads",
5164         "license": [
5165             "GPL-2.0+"
5166         ],
5167         "authors": [
5168             {
5169                 "name": "Emil Stjerneman",
5170                 "homepage": "https://stjerneman.com",
5171                 "email": "emil@stjerneman.com",
5172                 "role": "Maintainer"
5173             }
5174         ],
5175         "description": "Linkit - Enriched linking experience",
5176         "homepage": "http://drupal.org/project/linkit",
5177         "support": {
5178             "source": "http://cgit.drupalcode.org/linkit",
5179             "issues": "http://drupal.org/project/linkit"
5180         }
5181     },
5182     {
5183         "name": "drupal/livereload",
5184         "version": "dev-1.x",
5185         "version_normalized": "dev-1.x",
5186         "source": {
5187             "type": "git",
5188             "url": "https://git.drupalcode.org/project/livereload.git",
5189             "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
5190         },
5191         "require": {
5192             "drupal/core": "~8.0"
5193         },
5194         "type": "drupal-module",
5195         "extra": {
5196             "branch-alias": {
5197                 "dev-1.x": "1.x-dev"
5198             },
5199             "drupal": {
5200                 "version": "8.x-1.x-dev",
5201                 "datestamp": "1474009739"
5202             }
5203         },
5204         "installation-source": "source",
5205         "notification-url": "https://packages.drupal.org/8/downloads",
5206         "license": [
5207             "GPL-2.0+"
5208         ],
5209         "authors": [
5210             {
5211                 "name": "Hydra",
5212                 "homepage": "https://www.drupal.org/user/647364"
5213             },
5214             {
5215                 "name": "tim.plunkett",
5216                 "homepage": "https://www.drupal.org/user/241634"
5217             }
5218         ],
5219         "description": "Enables and enhances use of LiveReload during development.",
5220         "homepage": "https://www.drupal.org/project/livereload",
5221         "support": {
5222             "source": "http://cgit.drupalcode.org/livereload"
5223         }
5224     },
5225     {
5226         "name": "drupal/media_entity_actions",
5227         "version": "1.0.0-alpha2",
5228         "version_normalized": "1.0.0.0-alpha2",
5229         "source": {
5230             "type": "git",
5231             "url": "https://git.drupalcode.org/project/media_entity_actions.git",
5232             "reference": "8.x-1.0-alpha2"
5233         },
5234         "dist": {
5235             "type": "zip",
5236             "url": "https://ftp.drupal.org/files/projects/media_entity_actions-8.x-1.0-alpha2.zip",
5237             "reference": "8.x-1.0-alpha2",
5238             "shasum": "9bf7881f11fa182c1b6673c4cc8c32ce3a1bdb81"
5239         },
5240         "require": {
5241             "drupal/core": "^8.4.0"
5242         },
5243         "type": "drupal-module",
5244         "extra": {
5245             "branch-alias": {
5246                 "dev-1.x": "1.x-dev"
5247             },
5248             "drupal": {
5249                 "version": "8.x-1.0-alpha2",
5250                 "datestamp": "1510588386",
5251                 "security-coverage": {
5252                     "status": "not-covered",
5253                     "message": "Project has not opted into security advisory coverage!"
5254                 }
5255             }
5256         },
5257         "installation-source": "dist",
5258         "notification-url": "https://packages.drupal.org/8/downloads",
5259         "license": [
5260             "GPL-2.0-or-later"
5261         ],
5262         "authors": [
5263             {
5264                 "name": "chr.fritsch",
5265                 "homepage": "https://www.drupal.org/user/2103716"
5266             },
5267             {
5268                 "name": "marcoscano",
5269                 "homepage": "https://www.drupal.org/user/1288796"
5270             },
5271             {
5272                 "name": "phenaproxima",
5273                 "homepage": "https://www.drupal.org/user/205645"
5274             },
5275             {
5276                 "name": "seanB",
5277                 "homepage": "https://www.drupal.org/user/545912"
5278             },
5279             {
5280                 "name": "slashrsm",
5281                 "homepage": "https://www.drupal.org/user/744628"
5282             }
5283         ],
5284         "description": "Provides Actions plugins to be used with Media in core",
5285         "homepage": "https://www.drupal.org/project/media_entity_actions",
5286         "support": {
5287             "source": "http://cgit.drupalcode.org/media_entity_actions"
5288         }
5289     },
5290     {
5291         "name": "drupal/media_entity_instagram",
5292         "version": "2.0.0-alpha2",
5293         "version_normalized": "2.0.0.0-alpha2",
5294         "source": {
5295             "type": "git",
5296             "url": "https://git.drupalcode.org/project/media_entity_instagram.git",
5297             "reference": "8.x-2.0-alpha2"
5298         },
5299         "dist": {
5300             "type": "zip",
5301             "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-2.0-alpha2.zip",
5302             "reference": "8.x-2.0-alpha2",
5303             "shasum": "3a61feafacf7003bf27ec8d4271a07896788b5e3"
5304         },
5305         "require": {
5306             "drupal/core": "^8.4.0"
5307         },
5308         "type": "drupal-module",
5309         "extra": {
5310             "branch-alias": {
5311                 "dev-2.x": "2.x-dev"
5312             },
5313             "drupal": {
5314                 "version": "8.x-2.0-alpha2",
5315                 "datestamp": "1537264380",
5316                 "security-coverage": {
5317                     "status": "not-covered",
5318                     "message": "Alpha releases are not covered by Drupal security advisories."
5319                 }
5320             }
5321         },
5322         "installation-source": "dist",
5323         "notification-url": "https://packages.drupal.org/8/downloads",
5324         "license": [
5325             "GPL-2.0-or-later"
5326         ],
5327         "authors": [
5328             {
5329                 "name": "Drupal Media Team",
5330                 "homepage": "https://www.drupal.org/user/3260690"
5331             },
5332             {
5333                 "name": "Primsi",
5334                 "homepage": "https://www.drupal.org/user/282629"
5335             },
5336             {
5337                 "name": "chr.fritsch",
5338                 "homepage": "https://www.drupal.org/user/2103716"
5339             },
5340             {
5341                 "name": "designesse",
5342                 "homepage": "https://www.drupal.org/user/854012"
5343             },
5344             {
5345                 "name": "slashrsm",
5346                 "homepage": "https://www.drupal.org/user/744628"
5347             }
5348         ],
5349         "description": "Media entity Instagram provider.",
5350         "homepage": "https://www.drupal.org/project/media_entity_instagram",
5351         "support": {
5352             "source": "http://cgit.drupalcode.org/media_entity_instagram"
5353         }
5354     },
5355     {
5356         "name": "drupal/media_entity_slideshow",
5357         "version": "2.0.0-alpha1",
5358         "version_normalized": "2.0.0.0-alpha1",
5359         "source": {
5360             "type": "git",
5361             "url": "https://git.drupalcode.org/project/media_entity_slideshow.git",
5362             "reference": "8.x-2.0-alpha1"
5363         },
5364         "dist": {
5365             "type": "zip",
5366             "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-2.0-alpha1.zip",
5367             "reference": "8.x-2.0-alpha1",
5368             "shasum": "264358a2e03d2769459317841afdf7117927dc59"
5369         },
5370         "require": {
5371             "drupal/core": "^8.4"
5372         },
5373         "type": "drupal-module",
5374         "extra": {
5375             "branch-alias": {
5376                 "dev-2.x": "2.x-dev"
5377             },
5378             "drupal": {
5379                 "version": "8.x-2.0-alpha1",
5380                 "datestamp": "1506688443",
5381                 "security-coverage": {
5382                     "status": "not-covered",
5383                     "message": "Alpha releases are not covered by Drupal security advisories."
5384                 }
5385             }
5386         },
5387         "installation-source": "dist",
5388         "notification-url": "https://packages.drupal.org/8/downloads",
5389         "license": [
5390             "GPL-2.0-or-later"
5391         ],
5392         "authors": [
5393             {
5394                 "name": "Drupal Media Team",
5395                 "homepage": "https://www.drupal.org/user/3260690"
5396             },
5397             {
5398                 "name": "slashrsm",
5399                 "homepage": "https://www.drupal.org/user/744628"
5400             }
5401         ],
5402         "description": "Media entity slideshow provider.",
5403         "homepage": "https://www.drupal.org/project/media_entity_slideshow",
5404         "support": {
5405             "source": "http://cgit.drupalcode.org/media_entity_slideshow"
5406         }
5407     },
5408     {
5409         "name": "drupal/media_entity_twitter",
5410         "version": "2.0.0-alpha2",
5411         "version_normalized": "2.0.0.0-alpha2",
5412         "source": {
5413             "type": "git",
5414             "url": "https://git.drupalcode.org/project/media_entity_twitter.git",
5415             "reference": "8.x-2.0-alpha2"
5416         },
5417         "dist": {
5418             "type": "zip",
5419             "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-2.0-alpha2.zip",
5420             "reference": "8.x-2.0-alpha2",
5421             "shasum": "21925e1e1b02bbbcd6d8e9730bc587669edc0e5c"
5422         },
5423         "require": {
5424             "drupal/core": "^8.4",
5425             "j7mbo/twitter-api-php": "~1.0"
5426         },
5427         "type": "drupal-module",
5428         "extra": {
5429             "branch-alias": {
5430                 "dev-2.x": "2.x-dev"
5431             },
5432             "drupal": {
5433                 "version": "8.x-2.0-alpha2",
5434                 "datestamp": "1507907344",
5435                 "security-coverage": {
5436                     "status": "not-covered",
5437                     "message": "Alpha releases are not covered by Drupal security advisories."
5438                 }
5439             }
5440         },
5441         "installation-source": "dist",
5442         "notification-url": "https://packages.drupal.org/8/downloads",
5443         "license": [
5444             "GPL-2.0-or-later"
5445         ],
5446         "authors": [
5447             {
5448                 "name": "Drupal Media Team",
5449                 "homepage": "https://www.drupal.org/user/3260690"
5450             },
5451             {
5452                 "name": "Primsi",
5453                 "homepage": "https://www.drupal.org/user/282629"
5454             },
5455             {
5456                 "name": "chr.fritsch",
5457                 "homepage": "https://www.drupal.org/user/2103716"
5458             },
5459             {
5460                 "name": "slashrsm",
5461                 "homepage": "https://www.drupal.org/user/744628"
5462             }
5463         ],
5464         "description": "Media entity Twitter provider.",
5465         "homepage": "https://www.drupal.org/project/media_entity_twitter",
5466         "support": {
5467             "source": "http://cgit.drupalcode.org/media_entity_twitter"
5468         }
5469     },
5470     {
5471         "name": "drupal/memcache",
5472         "version": "2.0.0",
5473         "version_normalized": "2.0.0.0",
5474         "source": {
5475             "type": "git",
5476             "url": "https://git.drupalcode.org/project/memcache.git",
5477             "reference": "8.x-2.0"
5478         },
5479         "dist": {
5480             "type": "zip",
5481             "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0.zip",
5482             "reference": "8.x-2.0",
5483             "shasum": "78c09097c42781343f4069b4823dce7acd98a8b1"
5484         },
5485         "require": {
5486             "drupal/core": "~8.0"
5487         },
5488         "type": "drupal-module",
5489         "extra": {
5490             "branch-alias": {
5491                 "dev-2.x": "2.x-dev"
5492             },
5493             "drupal": {
5494                 "version": "8.x-2.0",
5495                 "datestamp": "1540546681",
5496                 "security-coverage": {
5497                     "status": "covered",
5498                     "message": "Covered by Drupal's security advisory policy"
5499                 }
5500             }
5501         },
5502         "installation-source": "dist",
5503         "notification-url": "https://packages.drupal.org/8/downloads",
5504         "license": [
5505             "GPL-2.0+"
5506         ],
5507         "authors": [
5508             {
5509                 "name": "Fabianx",
5510                 "homepage": "https://www.drupal.org/user/693738"
5511             },
5512             {
5513                 "name": "Jeremy",
5514                 "homepage": "https://www.drupal.org/user/409"
5515             },
5516             {
5517                 "name": "bdragon",
5518                 "homepage": "https://www.drupal.org/user/53081"
5519             },
5520             {
5521                 "name": "catch",
5522                 "homepage": "https://www.drupal.org/user/35733"
5523             },
5524             {
5525                 "name": "damiankloip",
5526                 "homepage": "https://www.drupal.org/user/1037976"
5527             },
5528             {
5529                 "name": "jvandyk",
5530                 "homepage": "https://www.drupal.org/user/2375"
5531             },
5532             {
5533                 "name": "robertDouglass",
5534                 "homepage": "https://www.drupal.org/user/5449"
5535             }
5536         ],
5537         "description": "High performance integration with memcache.",
5538         "homepage": "http://drupal.org/project/memcache",
5539         "support": {
5540             "source": "http://cgit.drupalcode.org/memcache",
5541             "issues": "https://www.drupal.org/project/issues/memcache"
5542         }
5543     },
5544     {
5545         "name": "drupal/metatag",
5546         "version": "1.7.0",
5547         "version_normalized": "1.7.0.0",
5548         "source": {
5549             "type": "git",
5550             "url": "https://git.drupalcode.org/project/metatag.git",
5551             "reference": "8.x-1.7"
5552         },
5553         "dist": {
5554             "type": "zip",
5555             "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.7.zip",
5556             "reference": "8.x-1.7",
5557             "shasum": "93decaefd053c524918ceae5b5ef05dd77de0857"
5558         },
5559         "require": {
5560             "drupal/core": "*",
5561             "drupal/token": "^1.0"
5562         },
5563         "require-dev": {
5564             "drupal/devel": "^1.0",
5565             "drupal/metatag_dc": "*",
5566             "drupal/metatag_open_graph": "*",
5567             "drupal/page_manager": "^4.0",
5568             "drupal/redirect": "^1.0",
5569             "drupal/restui": "^1.0",
5570             "drupal/schema_metatag": "^1.0",
5571             "drupal/schema_web_page": "*"
5572         },
5573         "type": "drupal-module",
5574         "extra": {
5575             "branch-alias": {
5576                 "dev-1.x": "1.x-dev"
5577             },
5578             "drupal": {
5579                 "version": "8.x-1.7",
5580                 "datestamp": "1535726393",
5581                 "security-coverage": {
5582                     "status": "covered",
5583                     "message": "Covered by Drupal's security advisory policy"
5584                 }
5585             }
5586         },
5587         "installation-source": "dist",
5588         "notification-url": "https://packages.drupal.org/8/downloads",
5589         "license": [
5590             "GPL-2.0+"
5591         ],
5592         "authors": [
5593             {
5594                 "name": "See contributors",
5595                 "homepage": "https://www.drupal.org/node/640498/committers",
5596                 "role": "Developer"
5597             },
5598             {
5599                 "name": "Dave Reid",
5600                 "homepage": "https://www.drupal.org/user/53892"
5601             }
5602         ],
5603         "description": "Manage meta tags for all entities.",
5604         "homepage": "https://www.drupal.org/project/metatag",
5605         "keywords": [
5606             "Drupal",
5607             "seo"
5608         ],
5609         "support": {
5610             "source": "http://cgit.drupalcode.org/metatag",
5611             "issues": "http://drupal.org/project/issues/metatag"
5612         }
5613     },
5614     {
5615         "name": "drupal/migrate_plus",
5616         "version": "4.0.0",
5617         "version_normalized": "4.0.0.0",
5618         "source": {
5619             "type": "git",
5620             "url": "https://git.drupalcode.org/project/migrate_plus.git",
5621             "reference": "8.x-4.0"
5622         },
5623         "dist": {
5624             "type": "zip",
5625             "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0.zip",
5626             "reference": "8.x-4.0",
5627             "shasum": "63dad289defe8298aa5ca5e30062fe9761d19eca"
5628         },
5629         "require": {
5630             "drupal/core": "^8.3"
5631         },
5632         "require-dev": {
5633             "drupal/migrate_example_advanced_setup": "*",
5634             "drupal/migrate_example_setup": "*"
5635         },
5636         "suggest": {
5637             "ext-soap": "*",
5638             "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
5639         },
5640         "type": "drupal-module",
5641         "extra": {
5642             "branch-alias": {
5643                 "dev-4.x": "4.x-dev"
5644             },
5645             "drupal": {
5646                 "version": "8.x-4.0",
5647                 "datestamp": "1536264180",
5648                 "security-coverage": {
5649                     "status": "covered",
5650                     "message": "Covered by Drupal's security advisory policy"
5651                 }
5652             }
5653         },
5654         "installation-source": "dist",
5655         "notification-url": "https://packages.drupal.org/8/downloads",
5656         "license": [
5657             "GPL-2.0+"
5658         ],
5659         "authors": [
5660             {
5661                 "name": "Mike Ryan",
5662                 "homepage": "https://www.drupal.org/u/mikeryan",
5663                 "role": "Maintainer"
5664             },
5665             {
5666                 "name": "mikeryan",
5667                 "homepage": "https://www.drupal.org/user/4420"
5668             }
5669         ],
5670         "description": "Enhancements to core migration support.",
5671         "homepage": "https://www.drupal.org/project/migrate_plus",
5672         "support": {
5673             "source": "https://cgit.drupalcode.org/migrate_plus",
5674             "issues": "https://www.drupal.org/project/issues/migrate_plus",
5675             "irc": "irc://irc.freenode.org/drupal-migrate"
5676         }
5677     },
5678     {
5679         "name": "drupal/migrate_tools",
5680         "version": "4.0.0",
5681         "version_normalized": "4.0.0.0",
5682         "source": {
5683             "type": "git",
5684             "url": "https://git.drupalcode.org/project/migrate_tools.git",
5685             "reference": "8.x-4.0"
5686         },
5687         "dist": {
5688             "type": "zip",
5689             "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.0.zip",
5690             "reference": "8.x-4.0",
5691             "shasum": "016dfb010df76723c5a6a447921fdccd3c885237"
5692         },
5693         "require": {
5694             "drupal/core": "^8.3",
5695             "drupal/migrate_plus": "^4"
5696         },
5697         "require-dev": {
5698             "drupal/coder": "^8",
5699             "drupal/migrate_source_csv": "^2.2"
5700         },
5701         "type": "drupal-module",
5702         "extra": {
5703             "branch-alias": {
5704                 "dev-4.x": "4.x-dev"
5705             },
5706             "drupal": {
5707                 "version": "8.x-4.0",
5708                 "datestamp": "1535380084",
5709                 "security-coverage": {
5710                     "status": "covered",
5711                     "message": "Covered by Drupal's security advisory policy"
5712                 }
5713             },
5714             "drush": {
5715                 "services": {
5716                     "drush.services.yml": "^9"
5717                 }
5718             }
5719         },
5720         "installation-source": "dist",
5721         "notification-url": "https://packages.drupal.org/8/downloads",
5722         "license": [
5723             "GPL-2.0+"
5724         ],
5725         "authors": [
5726             {
5727                 "name": "heddn",
5728                 "homepage": "https://www.drupal.org/user/1463982"
5729             },
5730             {
5731                 "name": "mikeryan",
5732                 "homepage": "https://www.drupal.org/user/4420"
5733             },
5734             {
5735                 "name": "moshe weitzman",
5736                 "homepage": "https://www.drupal.org/user/23"
5737             }
5738         ],
5739         "description": "Tools to assist in developing and running migrations.",
5740         "homepage": "http://drupal.org/project/migrate_tools",
5741         "support": {
5742             "source": "http://cgit.drupalcode.org/migrate_tools",
5743             "issues": "http://drupal.org/project/migrate_tools",
5744             "irc": "irc://irc.freenode.org/drupal-migrate"
5745         }
5746     },
5747     {
5748         "name": "drupal/migrate_upgrade",
5749         "version": "3.0.0-rc5",
5750         "version_normalized": "3.0.0.0-RC5",
5751         "source": {
5752             "type": "git",
5753             "url": "https://git.drupalcode.org/project/migrate_upgrade.git",
5754             "reference": "8.x-3.0-rc5"
5755         },
5756         "dist": {
5757             "type": "zip",
5758             "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc5.zip",
5759             "reference": "8.x-3.0-rc5",
5760             "shasum": "608375003cfd42664ecd6d5b0b5e2c3b510a2e0a"
5761         },
5762         "require": {
5763             "drupal/core": "*",
5764             "drupal/migrate_plus": "*"
5765         },
5766         "require-dev": {
5767             "drupal/coder": "^8"
5768         },
5769         "type": "drupal-module",
5770         "extra": {
5771             "branch-alias": {
5772                 "dev-3.x": "3.x-dev"
5773             },
5774             "drupal": {
5775                 "version": "8.x-3.0-rc5",
5776                 "datestamp": "1535381580",
5777                 "security-coverage": {
5778                     "status": "not-covered",
5779                     "message": "RC releases are not covered by Drupal security advisories."
5780                 }
5781             }
5782         },
5783         "installation-source": "dist",
5784         "notification-url": "https://packages.drupal.org/8/downloads",
5785         "license": [
5786             "GPL-2.0+"
5787         ],
5788         "authors": [
5789             {
5790                 "name": "abhishek-anand",
5791                 "homepage": "https://www.drupal.org/user/468982"
5792             },
5793             {
5794                 "name": "heddn",
5795                 "homepage": "https://www.drupal.org/user/1463982"
5796             },
5797             {
5798                 "name": "ksenzee",
5799                 "homepage": "https://www.drupal.org/user/139855"
5800             },
5801             {
5802                 "name": "mikeryan",
5803                 "homepage": "https://www.drupal.org/user/4420"
5804             },
5805             {
5806                 "name": "ultimike",
5807                 "homepage": "https://www.drupal.org/user/51132"
5808             },
5809             {
5810                 "name": "xjm",
5811                 "homepage": "https://www.drupal.org/user/65776"
5812             }
5813         ],
5814         "description": "Drush support for direct upgrades from older Drupal versions.",
5815         "homepage": "https://www.drupal.org/project/migrate_upgrade",
5816         "support": {
5817             "source": "http://cgit.drupalcode.org/migrate_upgrade"
5818         }
5819     },
5820     {
5821         "name": "drupal/pathauto",
5822         "version": "1.3.0",
5823         "version_normalized": "1.3.0.0",
5824         "source": {
5825             "type": "git",
5826             "url": "https://git.drupalcode.org/project/pathauto.git",
5827             "reference": "8.x-1.3"
5828         },
5829         "dist": {
5830             "type": "zip",
5831             "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.3.zip",
5832             "reference": "8.x-1.3",
5833             "shasum": "115d5998d7636a03e26c7ce34261b65809d53965"
5834         },
5835         "require": {
5836             "drupal/core": "^8.5",
5837             "drupal/ctools": "*",
5838             "drupal/token": "*"
5839         },
5840         "type": "drupal-module",
5841         "extra": {
5842             "branch-alias": {
5843                 "dev-1.x": "1.x-dev"
5844             },
5845             "drupal": {
5846                 "version": "8.x-1.3",
5847                 "datestamp": "1536407884",
5848                 "security-coverage": {
5849                     "status": "covered",
5850                     "message": "Covered by Drupal's security advisory policy"
5851                 }
5852             }
5853         },
5854         "installation-source": "dist",
5855         "notification-url": "https://packages.drupal.org/8/downloads",
5856         "license": [
5857             "GPL-2.0-or-later"
5858         ],
5859         "authors": [
5860             {
5861                 "name": "Berdir",
5862                 "homepage": "https://www.drupal.org/user/214652"
5863             },
5864             {
5865                 "name": "Dave Reid",
5866                 "homepage": "https://www.drupal.org/user/53892"
5867             },
5868             {
5869                 "name": "Freso",
5870                 "homepage": "https://www.drupal.org/user/27504"
5871             },
5872             {
5873                 "name": "greggles",
5874                 "homepage": "https://www.drupal.org/user/36762"
5875             }
5876         ],
5877         "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
5878         "homepage": "https://www.drupal.org/project/pathauto",
5879         "support": {
5880             "source": "http://cgit.drupalcode.org/pathauto"
5881         }
5882     },
5883     {
5884         "name": "drupal/pathologic",
5885         "version": "1.0.0-alpha1",
5886         "version_normalized": "1.0.0.0-alpha1",
5887         "source": {
5888             "type": "git",
5889             "url": "https://git.drupalcode.org/project/pathologic.git",
5890             "reference": "8.x-1.0-alpha1"
5891         },
5892         "dist": {
5893             "type": "zip",
5894             "url": "https://ftp.drupal.org/files/projects/pathologic-8.x-1.0-alpha1.zip",
5895             "reference": "8.x-1.0-alpha1",
5896             "shasum": "51c699cc001969baa00cca60cf2302a32e578090"
5897         },
5898         "require": {
5899             "drupal/core": "*"
5900         },
5901         "type": "drupal-module",
5902         "extra": {
5903             "branch-alias": {
5904                 "dev-1.x": "1.x-dev"
5905             },
5906             "drupal": {
5907                 "version": "8.x-1.0-alpha1",
5908                 "datestamp": "1525211884",
5909                 "security-coverage": {
5910                     "status": "not-covered",
5911                     "message": "Alpha releases are not covered by Drupal security advisories."
5912                 }
5913             }
5914         },
5915         "installation-source": "source",
5916         "notification-url": "https://packages.drupal.org/8/downloads",
5917         "license": [
5918             "GPL-2.0-or-later"
5919         ],
5920         "authors": [
5921             {
5922                 "name": "Berdir",
5923                 "homepage": "https://www.drupal.org/user/214652"
5924             },
5925             {
5926                 "name": "Garrett Albright",
5927                 "homepage": "https://www.drupal.org/user/191212"
5928             },
5929             {
5930                 "name": "dww",
5931                 "homepage": "https://www.drupal.org/user/46549"
5932             }
5933         ],
5934         "description": "Helps avoid broken links and incorrect paths in content.",
5935         "homepage": "https://www.drupal.org/project/pathologic",
5936         "support": {
5937             "source": "http://cgit.drupalcode.org/pathologic"
5938         }
5939     },
5940     {
5941         "name": "drupal/permissions_by_term",
5942         "version": "1.61.0",
5943         "version_normalized": "1.61.0.0",
5944         "source": {
5945             "type": "git",
5946             "url": "https://git.drupalcode.org/project/permissions_by_term.git",
5947             "reference": "8.x-1.61"
5948         },
5949         "dist": {
5950             "type": "zip",
5951             "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.61.zip",
5952             "reference": "8.x-1.61",
5953             "shasum": "c984a00f1efaf8856b5804f5837672bf9fb527bb"
5954         },
5955         "require": {
5956             "drupal/core": "^8.0"
5957         },
5958         "type": "drupal-module",
5959         "extra": {
5960             "branch-alias": {
5961                 "dev-1.x": "1.x-dev"
5962             },
5963             "drupal": {
5964                 "version": "8.x-1.61",
5965                 "datestamp": "1534865884",
5966                 "security-coverage": {
5967                     "status": "covered",
5968                     "message": "Covered by Drupal's security advisory policy"
5969                 }
5970             }
5971         },
5972         "installation-source": "dist",
5973         "notification-url": "https://packages.drupal.org/8/downloads",
5974         "license": [
5975             "GPL-2.0+"
5976         ],
5977         "authors": [
5978             {
5979                 "name": "Peter Majmesku",
5980                 "homepage": "https://www.drupal.org/user/786132",
5981                 "email": "p.majmesku@gmail.com"
5982             },
5983             {
5984                 "name": "SaschaHannes",
5985                 "homepage": "https://www.drupal.org/user/3536189"
5986             },
5987             {
5988                 "name": "dakku",
5989                 "homepage": "https://www.drupal.org/user/97634"
5990             },
5991             {
5992                 "name": "rackberg",
5993                 "homepage": "https://www.drupal.org/user/2806873"
5994             }
5995         ],
5996         "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
5997         "homepage": "https://www.drupal.org/project/permissions_by_term",
5998         "support": {
5999             "source": "http://cgit.drupalcode.org/permissions_by_term"
6000         }
6001     },
6002     {
6003         "name": "drupal/php",
6004         "version": "dev-1.x",
6005         "version_normalized": "dev-1.x",
6006         "source": {
6007             "type": "git",
6008             "url": "https://git.drupalcode.org/project/php.git",
6009             "reference": "e5c1c4047f5f1522e5d630bca93d50c61ef6a2c0"
6010         },
6011         "require": {
6012             "drupal/core": "~8.0"
6013         },
6014         "type": "drupal-module",
6015         "extra": {
6016             "branch-alias": {
6017                 "dev-1.x": "1.x-dev"
6018             },
6019             "drupal": {
6020                 "version": "8.x-1.0+0-dev",
6021                 "datestamp": "1529156324",
6022                 "security-coverage": {
6023                     "status": "revoked",
6024                     "message": "Project has been unsupported by the Drupal Security Team"
6025                 }
6026             }
6027         },
6028         "installation-source": "source",
6029         "notification-url": "https://packages.drupal.org/8/downloads",
6030         "license": [
6031             "GPL-2.0+"
6032         ],
6033         "authors": [
6034             {
6035                 "name": "hass",
6036                 "homepage": "https://www.drupal.org/u/hass"
6037             },
6038             {
6039                 "name": "See other contributors",
6040                 "homepage": "https://www.drupal.org/node/1633456/committers"
6041             },
6042             {
6043                 "name": "catch",
6044                 "homepage": "https://www.drupal.org/user/35733"
6045             },
6046             {
6047                 "name": "dixon_",
6048                 "homepage": "https://www.drupal.org/user/239911"
6049             },
6050             {
6051                 "name": "greggles",
6052                 "homepage": "https://www.drupal.org/user/36762"
6053             },
6054             {
6055                 "name": "hass",
6056                 "homepage": "https://www.drupal.org/user/85918"
6057             },
6058             {
6059                 "name": "msonnabaum",
6060                 "homepage": "https://www.drupal.org/user/75278"
6061             },
6062             {
6063                 "name": "quicksketch",
6064                 "homepage": "https://www.drupal.org/user/35821"
6065             },
6066             {
6067                 "name": "webchick",
6068                 "homepage": "https://www.drupal.org/user/24967"
6069             }
6070         ],
6071         "description": "Allows embedded PHP code/snippets to be evaluated. Enabling this can cause security and performance issues as it allows users to execute PHP code on your site.",
6072         "homepage": "https://www.drupal.org/project/php",
6073         "support": {
6074             "source": "https://git.drupal.org/project/php.git",
6075             "issues": "https://www.drupal.org/project/issues/php"
6076         }
6077     },
6078     {
6079         "name": "drupal/redirect",
6080         "version": "1.3.0",
6081         "version_normalized": "1.3.0.0",
6082         "source": {
6083             "type": "git",
6084             "url": "https://git.drupalcode.org/project/redirect.git",
6085             "reference": "8.x-1.3"
6086         },
6087         "dist": {
6088             "type": "zip",
6089             "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.3.zip",
6090             "reference": "8.x-1.3",
6091             "shasum": "3f9620d186e25f36ac56755979932b8ea965b8c7"
6092         },
6093         "require": {
6094             "drupal/core": "~8"
6095         },
6096         "type": "drupal-module",
6097         "extra": {
6098             "branch-alias": {
6099                 "dev-1.x": "1.x-dev"
6100             },
6101             "drupal": {
6102                 "version": "8.x-1.3",
6103                 "datestamp": "1539682684",
6104                 "security-coverage": {
6105                     "status": "covered",
6106                     "message": "Covered by Drupal's security advisory policy"
6107                 }
6108             }
6109         },
6110         "installation-source": "dist",
6111         "notification-url": "https://packages.drupal.org/8/downloads",
6112         "license": [
6113             "GPL-2.0+"
6114         ],
6115         "authors": [
6116             {
6117                 "name": "Berdir",
6118                 "homepage": "https://www.drupal.org/user/214652"
6119             },
6120             {
6121                 "name": "Dave Reid",
6122                 "homepage": "https://www.drupal.org/user/53892"
6123             },
6124             {
6125                 "name": "pifagor",
6126                 "homepage": "https://www.drupal.org/user/2375692"
6127             }
6128         ],
6129         "description": "Allows users to redirect from old URLs to new URLs.",
6130         "homepage": "https://www.drupal.org/project/redirect",
6131         "support": {
6132             "source": "http://cgit.drupalcode.org/redirect"
6133         }
6134     },
6135     {
6136         "name": "drupal/simple_sitemap",
6137         "version": "2.12.0",
6138         "version_normalized": "2.12.0.0",
6139         "source": {
6140             "type": "git",
6141             "url": "https://git.drupalcode.org/project/simple_sitemap.git",
6142             "reference": "8.x-2.12"
6143         },
6144         "dist": {
6145             "type": "zip",
6146             "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.zip",
6147             "reference": "8.x-2.12",
6148             "shasum": "fe1c1a636adfba8358399a5a1ccdf20685066573"
6149         },
6150         "require": {
6151             "drupal/core": "~8.0"
6152         },
6153         "type": "drupal-module",
6154         "extra": {
6155             "branch-alias": {
6156                 "dev-2.x": "2.x-dev"
6157             },
6158             "drupal": {
6159                 "version": "8.x-2.12",
6160                 "datestamp": "1523203180",
6161                 "security-coverage": {
6162                     "status": "covered",
6163                     "message": "Covered by Drupal's security advisory policy"
6164                 }
6165             },
6166             "drush": {
6167                 "services": {
6168                     "drush.services.yml": "^9"
6169                 }
6170             }
6171         },
6172         "installation-source": "dist",
6173         "notification-url": "https://packages.drupal.org/8/downloads",
6174         "license": [
6175             "GPL-2.0+"
6176         ],
6177         "authors": [
6178             {
6179                 "name": "Pawel Ginalski (gbyte.co)",
6180                 "homepage": "https://www.drupal.org/u/gbyte.co",
6181                 "email": "contact@gbyte.co",
6182                 "role": "Maintainer"
6183             },
6184             {
6185                 "name": "Sam Becker (Sam152)",
6186                 "homepage": "https://www.drupal.org/u/sam152",
6187                 "role": "Co-maintainer"
6188             }
6189         ],
6190         "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
6191         "homepage": "https://drupal.org/project/simple_sitemap",
6192         "support": {
6193             "source": "https://cgit.drupalcode.org/simple_sitemap",
6194             "issues": "https://drupal.org/project/issues/simple_sitemap",
6195             "irc": "irc://irc.freenode.org/drupal-contribute"
6196         }
6197     },
6198     {
6199         "name": "drupal/slick",
6200         "version": "1.0.0",
6201         "version_normalized": "1.0.0.0",
6202         "source": {
6203             "type": "git",
6204             "url": "https://git.drupalcode.org/project/slick.git",
6205             "reference": "8.x-1.0"
6206         },
6207         "dist": {
6208             "type": "zip",
6209             "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
6210             "reference": "8.x-1.0",
6211             "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
6212         },
6213         "require": {
6214             "drupal/blazy": "~1.0",
6215             "drupal/core": "~8.0"
6216         },
6217         "type": "drupal-module",
6218         "extra": {
6219             "branch-alias": {
6220                 "dev-1.x": "1.x-dev"
6221             },
6222             "drupal": {
6223                 "version": "8.x-1.0",
6224                 "datestamp": "1495746183"
6225             }
6226         },
6227         "installation-source": "dist",
6228         "notification-url": "https://packages.drupal.org/8/downloads",
6229         "license": [
6230             "GPL-2.0+"
6231         ],
6232         "authors": [
6233             {
6234                 "name": "arshadcn",
6235                 "homepage": "https://www.drupal.org/user/571032"
6236             },
6237             {
6238                 "name": "gausarts",
6239                 "homepage": "https://www.drupal.org/user/159062"
6240             }
6241         ],
6242         "description": "Slick carousel, the last carousel you'll ever need.",
6243         "homepage": "https://drupal.org/project/slick",
6244         "keywords": [
6245             "Drupal",
6246             "carousel",
6247             "slideshow"
6248         ],
6249         "support": {
6250             "source": "http://cgit.drupalcode.org/slick",
6251             "issues": "https://drupal.org/project/issues/slick"
6252         }
6253     },
6254     {
6255         "name": "drupal/slick_media",
6256         "version": "2.0.0-alpha2",
6257         "version_normalized": "2.0.0.0-alpha2",
6258         "source": {
6259             "type": "git",
6260             "url": "https://git.drupalcode.org/project/slick_media.git",
6261             "reference": "8.x-2.0-alpha2"
6262         },
6263         "dist": {
6264             "type": "zip",
6265             "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-2.0-alpha2.zip",
6266             "reference": "8.x-2.0-alpha2",
6267             "shasum": "9aa7dfeaebc0776454bbf74450e5f2ed360f320d"
6268         },
6269         "require": {
6270             "drupal/core": "^8.4",
6271             "drupal/slick": "*"
6272         },
6273         "type": "drupal-module",
6274         "extra": {
6275             "branch-alias": {
6276                 "dev-2.x": "2.x-dev"
6277             },
6278             "drupal": {
6279                 "version": "8.x-2.0-alpha2",
6280                 "datestamp": "1533721384",
6281                 "security-coverage": {
6282                     "status": "not-covered",
6283                     "message": "Alpha releases are not covered by Drupal security advisories."
6284                 }
6285             }
6286         },
6287         "installation-source": "dist",
6288         "notification-url": "https://packages.drupal.org/8/downloads",
6289         "license": [
6290             "GPL-2.0-or-later"
6291         ],
6292         "authors": [
6293             {
6294                 "name": "chr.fritsch",
6295                 "homepage": "https://www.drupal.org/user/2103716"
6296             },
6297             {
6298                 "name": "gausarts",
6299                 "homepage": "https://www.drupal.org/user/159062"
6300             }
6301         ],
6302         "description": "Provides Slick carousel integration with Media entity.",
6303         "homepage": "https://www.drupal.org/project/slick_media",
6304         "support": {
6305             "source": "http://cgit.drupalcode.org/slick_media"
6306         }
6307     },
6308     {
6309         "name": "drupal/superfish",
6310         "version": "1.2.0",
6311         "version_normalized": "1.2.0.0",
6312         "source": {
6313             "type": "git",
6314             "url": "https://git.drupalcode.org/project/superfish.git",
6315             "reference": "8.x-1.2"
6316         },
6317         "dist": {
6318             "type": "zip",
6319             "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.2.zip",
6320             "reference": "8.x-1.2",
6321             "shasum": "e6f11be2bb2b95957d144bb0155c29c7aad40a62"
6322         },
6323         "require": {
6324             "drupal/core": "~8.0",
6325             "mehrpadin/superfish": "~2.0"
6326         },
6327         "type": "drupal-module",
6328         "extra": {
6329             "branch-alias": {
6330                 "dev-1.x": "1.x-dev"
6331             },
6332             "drupal": {
6333                 "version": "8.x-1.2",
6334                 "datestamp": "1517739480",
6335                 "security-coverage": {
6336                     "status": "covered",
6337                     "message": "Covered by Drupal's security advisory policy"
6338                 }
6339             }
6340         },
6341         "installation-source": "dist",
6342         "notification-url": "https://packages.drupal.org/8/downloads",
6343         "license": [
6344             "GPL-2.0+"
6345         ],
6346         "authors": [
6347             {
6348                 "name": "mehrpadin",
6349                 "homepage": "https://www.drupal.org/u/mehrpadin",
6350                 "role": "Maintainer"
6351             }
6352         ],
6353         "description": "Adds jQuery Superfish plugin to menu blocks.",
6354         "homepage": "https://www.drupal.org/project/superfish",
6355         "support": {
6356             "source": "https://cgit.drupalcode.org/superfish",
6357             "issues": "https://www.drupal.org/project/superfish"
6358         }
6359     },
6360     {
6361         "name": "drupal/toc_formatter",
6362         "version": "1.1.0",
6363         "version_normalized": "1.1.0.0",
6364         "source": {
6365             "type": "git",
6366             "url": "https://git.drupalcode.org/project/toc_formatter.git",
6367             "reference": "8.x-1.1"
6368         },
6369         "dist": {
6370             "type": "zip",
6371             "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
6372             "reference": "8.x-1.1",
6373             "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
6374         },
6375         "require": {
6376             "drupal/core": "~8.0"
6377         },
6378         "type": "drupal-module",
6379         "extra": {
6380             "branch-alias": {
6381                 "dev-1.x": "1.x-dev"
6382             },
6383             "drupal": {
6384                 "version": "8.x-1.1",
6385                 "datestamp": "1398611927"
6386             }
6387         },
6388         "installation-source": "dist",
6389         "notification-url": "https://packages.drupal.org/8/downloads",
6390         "license": [
6391             "GPL-2.0+"
6392         ],
6393         "authors": [
6394             {
6395                 "name": "Robert Castelo",
6396                 "homepage": "https://www.drupal.org/user/3555"
6397             },
6398             {
6399                 "name": "neilt17",
6400                 "homepage": "https://www.drupal.org/user/324142"
6401             }
6402         ],
6403         "description": "Display formatter that adds a TOC to the top of a text area field.",
6404         "homepage": "https://www.drupal.org/project/toc_formatter",
6405         "support": {
6406             "source": "http://cgit.drupalcode.org/toc_formatter"
6407         }
6408     },
6409     {
6410         "name": "drupal/tocify",
6411         "version": "1.2.0",
6412         "version_normalized": "1.2.0.0",
6413         "source": {
6414             "type": "git",
6415             "url": "https://git.drupalcode.org/project/tocify.git",
6416             "reference": "8.x-1.2"
6417         },
6418         "dist": {
6419             "type": "zip",
6420             "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
6421             "reference": "8.x-1.2",
6422             "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
6423         },
6424         "require": {
6425             "drupal/core": "*"
6426         },
6427         "type": "drupal-module",
6428         "extra": {
6429             "branch-alias": {
6430                 "dev-1.x": "1.x-dev"
6431             },
6432             "drupal": {
6433                 "version": "8.x-1.2",
6434                 "datestamp": "1493816586"
6435             }
6436         },
6437         "installation-source": "dist",
6438         "notification-url": "https://packages.drupal.org/8/downloads",
6439         "license": [
6440             "GPL-2.0+"
6441         ],
6442         "authors": [
6443             {
6444                 "name": "Hydra",
6445                 "homepage": "https://www.drupal.org/user/647364"
6446             },
6447             {
6448                 "name": "dawehner",
6449                 "homepage": "https://www.drupal.org/user/99340"
6450             },
6451             {
6452                 "name": "sanduhrs",
6453                 "homepage": "https://www.drupal.org/user/28074"
6454             }
6455         ],
6456         "description": "Tocify your content",
6457         "homepage": "https://www.drupal.org/project/tocify",
6458         "keywords": [
6459             "Drupal"
6460         ],
6461         "support": {
6462             "source": "http://cgit.drupalcode.org/tocify",
6463             "issues": "http://drupal.org/project/issues/tocify"
6464         }
6465     },
6466     {
6467         "name": "drupal/token",
6468         "version": "1.5.0",
6469         "version_normalized": "1.5.0.0",
6470         "source": {
6471             "type": "git",
6472             "url": "https://git.drupalcode.org/project/token.git",
6473             "reference": "8.x-1.5"
6474         },
6475         "dist": {
6476             "type": "zip",
6477             "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip",
6478             "reference": "8.x-1.5",
6479             "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d"
6480         },
6481         "require": {
6482             "drupal/core": "^8.5"
6483         },
6484         "type": "drupal-module",
6485         "extra": {
6486             "branch-alias": {
6487                 "dev-1.x": "1.x-dev"
6488             },
6489             "drupal": {
6490                 "version": "8.x-1.5",
6491                 "datestamp": "1537557481",
6492                 "security-coverage": {
6493                     "status": "covered",
6494                     "message": "Covered by Drupal's security advisory policy"
6495                 }
6496             }
6497         },
6498         "installation-source": "dist",
6499         "notification-url": "https://packages.drupal.org/8/downloads",
6500         "license": [
6501             "GPL-2.0-or-later"
6502         ],
6503         "authors": [
6504             {
6505                 "name": "Berdir",
6506                 "homepage": "https://www.drupal.org/user/214652"
6507             },
6508             {
6509                 "name": "Dave Reid",
6510                 "homepage": "https://www.drupal.org/user/53892"
6511             },
6512             {
6513                 "name": "eaton",
6514                 "homepage": "https://www.drupal.org/user/16496"
6515             },
6516             {
6517                 "name": "fago",
6518                 "homepage": "https://www.drupal.org/user/16747"
6519             },
6520             {
6521                 "name": "greggles",
6522                 "homepage": "https://www.drupal.org/user/36762"
6523             },
6524             {
6525                 "name": "mikeryan",
6526                 "homepage": "https://www.drupal.org/user/4420"
6527             }
6528         ],
6529         "description": "Provides a user interface for the Token API and some missing core tokens.",
6530         "homepage": "https://www.drupal.org/project/token",
6531         "support": {
6532             "source": "http://cgit.drupalcode.org/token"
6533         }
6534     },
6535     {
6536         "name": "drupal/twig_xdebug",
6537         "version": "1.0.0",
6538         "version_normalized": "1.0.0.0",
6539         "source": {
6540             "type": "git",
6541             "url": "https://git.drupalcode.org/project/twig_xdebug.git",
6542             "reference": "8.x-1.0"
6543         },
6544         "dist": {
6545             "type": "zip",
6546             "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
6547             "reference": "8.x-1.0",
6548             "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
6549         },
6550         "require": {
6551             "ajgl/breakpoint-twig-extension": "0.3",
6552             "drupal/core": "~8.0"
6553         },
6554         "type": "drupal-module",
6555         "extra": {
6556             "branch-alias": {
6557                 "dev-1.x": "1.x-dev"
6558             },
6559             "drupal": {
6560                 "version": "8.x-1.0",
6561                 "datestamp": "1464928439"
6562             }
6563         },
6564         "installation-source": "dist",
6565         "notification-url": "https://packages.drupal.org/8/downloads",
6566         "license": [
6567             "GPL-2.0+"
6568         ],
6569         "authors": [
6570             {
6571                 "name": "charginghawk",
6572                 "homepage": "https://www.drupal.org/user/2626341"
6573             }
6574         ],
6575         "description": "Enables Xdebug breakpoints in Twig.",
6576         "homepage": "https://www.drupal.org/project/twig_xdebug",
6577         "support": {
6578             "source": "http://cgit.drupalcode.org/twig_xdebug"
6579         }
6580     },
6581     {
6582         "name": "drupal/typogrify",
6583         "version": "1.0.0-alpha1",
6584         "version_normalized": "1.0.0.0-alpha1",
6585         "source": {
6586             "type": "git",
6587             "url": "https://git.drupalcode.org/project/typogrify.git",
6588             "reference": "8.x-1.0-alpha1"
6589         },
6590         "dist": {
6591             "type": "zip",
6592             "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
6593             "reference": "8.x-1.0-alpha1",
6594             "shasum": "de87791555204b3af5692d939f8c199bd7164495"
6595         },
6596         "require": {
6597             "drupal/core": "*"
6598         },
6599         "type": "drupal-module",
6600         "extra": {
6601             "branch-alias": {
6602                 "dev-1.x": "1.x-dev"
6603             },
6604             "drupal": {
6605                 "version": "8.x-1.0-alpha1",
6606                 "datestamp": "1478050442"
6607             }
6608         },
6609         "installation-source": "dist",
6610         "notification-url": "https://packages.drupal.org/8/downloads",
6611         "license": [
6612             "GPL-2.0+"
6613         ],
6614         "authors": [
6615             {
6616                 "name": "See contributors",
6617                 "homepage": "https://www.drupal.org/node/149970/committers",
6618                 "role": "Developer"
6619             },
6620             {
6621                 "name": "migmedia",
6622                 "homepage": "https://www.drupal.org/user/1310354"
6623             },
6624             {
6625                 "name": "mikl",
6626                 "homepage": "https://www.drupal.org/user/58679"
6627             },
6628             {
6629                 "name": "sreynen",
6630                 "homepage": "https://www.drupal.org/user/109890"
6631             }
6632         ],
6633         "description": "A filter for making typographic refinements.",
6634         "homepage": "http://drupal.org/project/typogrify",
6635         "keywords": [
6636             "Drupal"
6637         ],
6638         "support": {
6639             "source": "http://cgit.drupalcode.org/typogrify",
6640             "issues": "http://drupal.org/project/typogrify"
6641         }
6642     },
6643     {
6644         "name": "drupal/video",
6645         "version": "1.2.0",
6646         "version_normalized": "1.2.0.0",
6647         "source": {
6648             "type": "git",
6649             "url": "https://git.drupalcode.org/project/video.git",
6650             "reference": "8.x-1.2"
6651         },
6652         "dist": {
6653             "type": "zip",
6654             "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
6655             "reference": "8.x-1.2",
6656             "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
6657         },
6658         "require": {
6659             "drupal/core": "*"
6660         },
6661         "type": "drupal-module",
6662         "extra": {
6663             "branch-alias": {
6664                 "dev-1.x": "1.x-dev"
6665             },
6666             "drupal": {
6667                 "version": "8.x-1.x",
6668                 "datestamp": "1455470039",
6669                 "package": "Field types"
6670             }
6671         },
6672         "installation-source": "dist",
6673         "notification-url": "https://packages.drupal.org/8/downloads",
6674         "license": [
6675             "GPL-2.0+"
6676         ],
6677         "authors": [
6678             {
6679                 "name": "Jorrit",
6680                 "homepage": "https://www.drupal.org/user/161217"
6681             },
6682             {
6683                 "name": "abhishek-anand",
6684                 "homepage": "https://www.drupal.org/user/468982"
6685             },
6686             {
6687                 "name": "brycefisherfleig",
6688                 "homepage": "https://www.drupal.org/user/1300764"
6689             },
6690             {
6691                 "name": "chaitanya17",
6692                 "homepage": "https://www.drupal.org/user/1998300"
6693             },
6694             {
6695                 "name": "heshanlk",
6696                 "homepage": "https://www.drupal.org/user/199102"
6697             }
6698         ],
6699         "description": "Video module allows you to embedded videos from YouTube, Vimeo, Facebook, Vine etc (Drupal 8 only) and upload videos and play using HTML5 video player.",
6700         "homepage": "https://www.drupal.org/project/video",
6701         "support": {
6702             "source": "http://cgit.drupalcode.org/video"
6703         }
6704     },
6705     {
6706         "name": "drupal/video_embed_field",
6707         "version": "2.0.0",
6708         "version_normalized": "2.0.0.0",
6709         "source": {
6710             "type": "git",
6711             "url": "https://git.drupalcode.org/project/video_embed_field.git",
6712             "reference": "8.x-2.0"
6713         },
6714         "dist": {
6715             "type": "zip",
6716             "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip",
6717             "reference": "8.x-2.0",
6718             "shasum": "e864f090b3cb9405376ca324d81ace83613e2019"
6719         },
6720         "require": {
6721             "drupal/core": "*"
6722         },
6723         "require-dev": {
6724             "drupal/colorbox": "*",
6725             "drupal/media_entity": "*",
6726             "drupal/media_entity_embeddable_video": "*"
6727         },
6728         "type": "drupal-module",
6729         "extra": {
6730             "branch-alias": {
6731                 "dev-2.x": "2.x-dev"
6732             },
6733             "drupal": {
6734                 "version": "8.x-1.x",
6735                 "datestamp": "1523338084",
6736                 "security-coverage": {
6737                     "status": "covered",
6738                     "message": "Covered by Drupal's security advisory policy"
6739                 },
6740                 "package": "Field types"
6741             }
6742         },
6743         "installation-source": "dist",
6744         "notification-url": "https://packages.drupal.org/8/downloads",
6745         "license": [
6746             "GPL-2.0+"
6747         ],
6748         "authors": [
6749             {
6750                 "name": "Sam152",
6751                 "homepage": "https://www.drupal.org/user/1485048"
6752             },
6753             {
6754                 "name": "jec006",
6755                 "homepage": "https://www.drupal.org/user/855980"
6756             },
6757             {
6758                 "name": "plopesc",
6759                 "homepage": "https://www.drupal.org/user/282415"
6760             }
6761         ],
6762         "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6763         "homepage": "https://www.drupal.org/project/video_embed_field",
6764         "support": {
6765             "source": "http://cgit.drupalcode.org/video_embed_field"
6766         }
6767     },
6768     {
6769         "name": "drupal/videojs",
6770         "version": "1.0.0",
6771         "version_normalized": "1.0.0.0",
6772         "source": {
6773             "type": "git",
6774             "url": "https://git.drupalcode.org/project/videojs.git",
6775             "reference": "8.x-1.0"
6776         },
6777         "dist": {
6778             "type": "zip",
6779             "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6780             "reference": "8.x-1.0",
6781             "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6782         },
6783         "require": {
6784             "drupal/core": "~8.0"
6785         },
6786         "type": "drupal-module",
6787         "extra": {
6788             "branch-alias": {
6789                 "dev-1.x": "1.x-dev"
6790             },
6791             "drupal": {
6792                 "version": "8.x-1.0",
6793                 "datestamp": "1454344739",
6794                 "security-coverage": {
6795                     "status": "covered",
6796                     "message": "Covered by Drupal's security advisory policy"
6797                 }
6798             },
6799             "patches_applied": {
6800                 "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6801             }
6802         },
6803         "installation-source": "dist",
6804         "notification-url": "https://packages.drupal.org/8/downloads",
6805         "license": [
6806             "GPL-2.0-or-later"
6807         ],
6808         "authors": [
6809             {
6810                 "name": "Jorrit",
6811                 "homepage": "https://www.drupal.org/user/161217"
6812             },
6813             {
6814                 "name": "heshanlk",
6815                 "homepage": "https://www.drupal.org/user/199102"
6816             }
6817         ],
6818         "description": "Video.js is an HTML5 Video Player.",
6819         "homepage": "https://www.drupal.org/project/videojs",
6820         "support": {
6821             "source": "http://cgit.drupalcode.org/videojs"
6822         }
6823     },
6824     {
6825         "name": "drupal/views_bootstrap",
6826         "version": "3.1.0",
6827         "version_normalized": "3.1.0.0",
6828         "source": {
6829             "type": "git",
6830             "url": "https://git.drupalcode.org/project/views_bootstrap.git",
6831             "reference": "8.x-3.1"
6832         },
6833         "dist": {
6834             "type": "zip",
6835             "url": "https://ftp.drupal.org/files/projects/views_bootstrap-8.x-3.1.zip",
6836             "reference": "8.x-3.1",
6837             "shasum": "7fd556457f028fa736d1422a9b5a763566fd7d2e"
6838         },
6839         "require": {
6840             "drupal/core": "*"
6841         },
6842         "type": "drupal-module",
6843         "extra": {
6844             "branch-alias": {
6845                 "dev-3.x": "3.x-dev"
6846             },
6847             "drupal": {
6848                 "version": "8.x-3.1",
6849                 "datestamp": "1537360681",
6850                 "security-coverage": {
6851                     "status": "covered",
6852                     "message": "Covered by Drupal's security advisory policy"
6853                 }
6854             }
6855         },
6856         "installation-source": "source",
6857         "notification-url": "https://packages.drupal.org/8/downloads",
6858         "license": [
6859             "GPL-2.0+"
6860         ],
6861         "authors": [
6862             {
6863                 "name": "aburrows",
6864                 "homepage": "https://www.drupal.org/user/577844"
6865             },
6866             {
6867                 "name": "ericpugh",
6868                 "homepage": "https://www.drupal.org/user/130084"
6869             },
6870             {
6871                 "name": "ikeigenwijs",
6872                 "homepage": "https://www.drupal.org/user/583238"
6873             },
6874             {
6875                 "name": "mrded",
6876                 "homepage": "https://www.drupal.org/user/556088"
6877             }
6878         ],
6879         "description": "Integrate the Bootstrap framework with Views.",
6880         "homepage": "https://www.drupal.org/project/views_bootstrap",
6881         "keywords": [
6882             "Drupal"
6883         ],
6884         "support": {
6885             "source": "http://cgit.drupalcode.org/views_bootstrap"
6886         }
6887     },
6888     {
6889         "name": "drupal/views_responsive_grid",
6890         "version": "dev-1.x",
6891         "version_normalized": "dev-1.x",
6892         "source": {
6893             "type": "git",
6894             "url": "https://git.drupalcode.org/project/views_responsive_grid.git",
6895             "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6896         },
6897         "require": {
6898             "drupal/core": "~8.0"
6899         },
6900         "type": "drupal-module",
6901         "extra": {
6902             "branch-alias": {
6903                 "dev-1.x": "1.x-dev"
6904             },
6905             "drupal": {
6906                 "version": "8.x-1.x-dev",
6907                 "datestamp": "1373985289"
6908             }
6909         },
6910         "installation-source": "source",
6911         "notification-url": "https://packages.drupal.org/8/downloads",
6912         "license": [
6913             "GPL-2.0+"
6914         ],
6915         "authors": [
6916             {
6917                 "name": "iwhitcomb",
6918                 "homepage": "https://www.drupal.org/user/771654"
6919             },
6920             {
6921                 "name": "kyletaylored",
6922                 "homepage": "https://www.drupal.org/user/2207088"
6923             },
6924             {
6925                 "name": "markcarver",
6926                 "homepage": "https://www.drupal.org/user/501638"
6927             }
6928         ],
6929         "homepage": "https://www.drupal.org/project/views_responsive_grid",
6930         "support": {
6931             "source": "http://cgit.drupalcode.org/views_responsive_grid"
6932         }
6933     },
6934     {
6935         "name": "drush/config-extra",
6936         "version": "1.0.1",
6937         "version_normalized": "1.0.1.0",
6938         "source": {
6939             "type": "git",
6940             "url": "https://github.com/drush-ops/config-extra.git",
6941             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
6942         },
6943         "dist": {
6944             "type": "zip",
6945             "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6946             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6947             "shasum": ""
6948         },
6949         "require": {
6950             "php": ">=5.5.0"
6951         },
6952         "require-dev": {
6953             "phpunit/phpunit": ">=3.5"
6954         },
6955         "time": "2015-10-16T21:32:27+00:00",
6956         "type": "library",
6957         "extra": {
6958             "branch-alias": {
6959                 "dev-master": "8.0.x-dev"
6960             }
6961         },
6962         "installation-source": "dist",
6963         "autoload": {
6964             "psr-0": {
6965                 "Drush": "lib/"
6966             }
6967         },
6968         "notification-url": "https://packagist.org/downloads/",
6969         "license": [
6970             "GPL-2.0+"
6971         ],
6972         "authors": [
6973             {
6974                 "name": "Moshe Weitzman",
6975                 "email": "weitzman@tejasa.com"
6976             },
6977             {
6978                 "name": "Greg Anderson",
6979                 "email": "greg.1.anderson@greenknowe.org"
6980             }
6981         ],
6982         "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
6983         "keywords": [
6984             "Drush"
6985         ],
6986         "abandoned": true
6987     },
6988     {
6989         "name": "drush/drush",
6990         "version": "9.5.2",
6991         "version_normalized": "9.5.2.0",
6992         "source": {
6993             "type": "git",
6994             "url": "https://github.com/drush-ops/drush.git",
6995             "reference": "17f0106706391675a281c6d212850853bdbe90f9"
6996         },
6997         "dist": {
6998             "type": "zip",
6999             "url": "https://api.github.com/repos/drush-ops/drush/zipball/17f0106706391675a281c6d212850853bdbe90f9",
7000             "reference": "17f0106706391675a281c6d212850853bdbe90f9",
7001             "shasum": ""
7002         },
7003         "require": {
7004             "chi-teck/drupal-code-generator": "^1.27.0",
7005             "composer/semver": "^1.4",
7006             "consolidation/annotated-command": "^2.9.1",
7007             "consolidation/config": "^1.1.0",
7008             "consolidation/output-formatters": "^3.1.12",
7009             "consolidation/robo": "^1.1.5",
7010             "consolidation/site-alias": "^1.1.5",
7011             "ext-dom": "*",
7012             "grasmash/yaml-expander": "^1.1.1",
7013             "league/container": "~2",
7014             "php": ">=5.6.0",
7015             "psr/log": "~1.0",
7016             "psy/psysh": "~0.6",
7017             "symfony/config": "^3.4",
7018             "symfony/console": "^3.4",
7019             "symfony/event-dispatcher": "^3.4",
7020             "symfony/finder": "^3.4",
7021             "symfony/process": "^3.4",
7022             "symfony/var-dumper": "^3.4",
7023             "symfony/yaml": "^3.4",
7024             "webflo/drupal-finder": "^1.1",
7025             "webmozart/path-util": "^2.1.0"
7026         },
7027         "require-dev": {
7028             "composer/installers": "^1.2",
7029             "cweagans/composer-patches": "~1.0",
7030             "drupal/alinks": "1.0.0",
7031             "drupal/devel": "^1.0@RC",
7032             "drupal/empty_theme": "1.0",
7033             "g1a/composer-test-scenarios": "^2.2.0",
7034             "lox/xhprof": "dev-master",
7035             "phpunit/phpunit": "^4.8.36 || ^6.1",
7036             "squizlabs/php_codesniffer": "^2.7",
7037             "vlucas/phpdotenv": "^2.4",
7038             "webflo/drupal-core-strict": "8.6.x-dev"
7039         },
7040         "time": "2018-10-17T18:37:53+00:00",
7041         "bin": [
7042             "drush"
7043         ],
7044         "type": "library",
7045         "extra": {
7046             "installer-paths": {
7047                 "sut/core": [
7048                     "type:drupal-core"
7049                 ],
7050                 "sut/libraries/{$name}": [
7051                     "type:drupal-library"
7052                 ],
7053                 "sut/modules/unish/{$name}": [
7054                     "drupal/devel"
7055                 ],
7056                 "sut/themes/unish/{$name}": [
7057                     "drupal/empty_theme"
7058                 ],
7059                 "sut/modules/contrib/{$name}": [
7060                     "type:drupal-module"
7061                 ],
7062                 "sut/profiles/contrib/{$name}": [
7063                     "type:drupal-profile"
7064                 ],
7065                 "sut/themes/contrib/{$name}": [
7066                     "type:drupal-theme"
7067                 ],
7068                 "sut/drush/contrib/{$name}": [
7069                     "type:drupal-drush"
7070                 ]
7071             },
7072             "branch-alias": {
7073                 "dev-master": "9.x-dev"
7074             }
7075         },
7076         "installation-source": "dist",
7077         "autoload": {
7078             "psr-4": {
7079                 "Drush\\": "src/",
7080                 "Drush\\Internal\\": "internal-copy/",
7081                 "Unish\\": "tests/"
7082             }
7083         },
7084         "notification-url": "https://packagist.org/downloads/",
7085         "license": [
7086             "GPL-2.0-or-later"
7087         ],
7088         "authors": [
7089             {
7090                 "name": "Moshe Weitzman",
7091                 "email": "weitzman@tejasa.com"
7092             },
7093             {
7094                 "name": "Owen Barton",
7095                 "email": "drupal@owenbarton.com"
7096             },
7097             {
7098                 "name": "Greg Anderson",
7099                 "email": "greg.1.anderson@greenknowe.org"
7100             },
7101             {
7102                 "name": "Jonathan Araña Cruz",
7103                 "email": "jonhattan@faita.net"
7104             },
7105             {
7106                 "name": "Jonathan Hedstrom",
7107                 "email": "jhedstrom@gmail.com"
7108             },
7109             {
7110                 "name": "Christopher Gervais",
7111                 "email": "chris@ergonlogic.com"
7112             },
7113             {
7114                 "name": "Dave Reid",
7115                 "email": "dave@davereid.net"
7116             },
7117             {
7118                 "name": "Damian Lee",
7119                 "email": "damiankloip@googlemail.com"
7120             }
7121         ],
7122         "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
7123         "homepage": "http://www.drush.org"
7124     },
7125     {
7126         "name": "easyrdf/easyrdf",
7127         "version": "0.9.1",
7128         "version_normalized": "0.9.1.0",
7129         "source": {
7130             "type": "git",
7131             "url": "https://github.com/easyrdf/easyrdf.git",
7132             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
7133         },
7134         "dist": {
7135             "type": "zip",
7136             "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
7137             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
7138             "shasum": ""
7139         },
7140         "require": {
7141             "ext-mbstring": "*",
7142             "ext-pcre": "*",
7143             "php": ">=5.2.8"
7144         },
7145         "require-dev": {
7146             "phpunit/phpunit": "~3.5",
7147             "sami/sami": "~1.4",
7148             "squizlabs/php_codesniffer": "~1.4.3"
7149         },
7150         "suggest": {
7151             "ml/json-ld": "~1.0"
7152         },
7153         "time": "2015-02-27T09:45:49+00:00",
7154         "type": "library",
7155         "installation-source": "dist",
7156         "autoload": {
7157             "psr-0": {
7158                 "EasyRdf_": "lib/"
7159             }
7160         },
7161         "notification-url": "https://packagist.org/downloads/",
7162         "license": [
7163             "BSD-3-Clause"
7164         ],
7165         "authors": [
7166             {
7167                 "name": "Nicholas Humfrey",
7168                 "email": "njh@aelius.com",
7169                 "homepage": "http://www.aelius.com/njh/",
7170                 "role": "Developer"
7171             },
7172             {
7173                 "name": "Alexey Zakhlestin",
7174                 "email": "indeyets@gmail.com",
7175                 "role": "Developer"
7176             }
7177         ],
7178         "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
7179         "homepage": "http://www.easyrdf.org/",
7180         "keywords": [
7181             "Linked Data",
7182             "RDF",
7183             "Semantic Web",
7184             "Turtle",
7185             "rdfa",
7186             "sparql"
7187         ]
7188     },
7189     {
7190         "name": "egulias/email-validator",
7191         "version": "1.2.15",
7192         "version_normalized": "1.2.15.0",
7193         "source": {
7194             "type": "git",
7195             "url": "https://github.com/egulias/EmailValidator.git",
7196             "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e"
7197         },
7198         "dist": {
7199             "type": "zip",
7200             "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/758a77525bdaabd6c0f5669176bd4361cb2dda9e",
7201             "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e",
7202             "shasum": ""
7203         },
7204         "require": {
7205             "doctrine/lexer": "^1.0.1",
7206             "php": ">= 5.3.3"
7207         },
7208         "require-dev": {
7209             "phpunit/phpunit": "^4.8.24"
7210         },
7211         "time": "2018-09-25T20:59:41+00:00",
7212         "type": "library",
7213         "extra": {
7214             "branch-alias": {
7215                 "dev-master": "2.0.x-dev"
7216             }
7217         },
7218         "installation-source": "dist",
7219         "autoload": {
7220             "psr-0": {
7221                 "Egulias\\": "src/"
7222             }
7223         },
7224         "notification-url": "https://packagist.org/downloads/",
7225         "license": [
7226             "MIT"
7227         ],
7228         "authors": [
7229             {
7230                 "name": "Eduardo Gulias Davis"
7231             }
7232         ],
7233         "description": "A library for validating emails",
7234         "homepage": "https://github.com/egulias/EmailValidator",
7235         "keywords": [
7236             "email",
7237             "emailvalidation",
7238             "emailvalidator",
7239             "validation",
7240             "validator"
7241         ]
7242     },
7243     {
7244         "name": "enyo/dropzone",
7245         "version": "v4.3.0",
7246         "version_normalized": "4.3.0.0",
7247         "source": {
7248             "type": "git",
7249             "url": "https://github.com/enyo/dropzone.git",
7250             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
7251         },
7252         "dist": {
7253             "type": "zip",
7254             "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7255             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7256             "shasum": ""
7257         },
7258         "time": "2016-02-14T04:19:41+00:00",
7259         "type": "library",
7260         "installation-source": "dist",
7261         "notification-url": "https://packagist.org/downloads/",
7262         "license": [
7263             "MIT"
7264         ],
7265         "authors": [
7266             {
7267                 "name": "Matias Meno",
7268                 "email": "m@tias.me",
7269                 "homepage": "http://www.matiasmeno.com"
7270             }
7271         ],
7272         "description": "Handles drag and drop of files for you.",
7273         "homepage": "http://www.dropzonejs.com",
7274         "keywords": [
7275             "drag and drop",
7276             "dragndrop",
7277             "file upload",
7278             "upload"
7279         ]
7280     },
7281     {
7282         "name": "ezyang/htmlpurifier",
7283         "version": "v4.10.0",
7284         "version_normalized": "4.10.0.0",
7285         "source": {
7286             "type": "git",
7287             "url": "https://github.com/ezyang/htmlpurifier.git",
7288             "reference": "d85d39da4576a6934b72480be6978fb10c860021"
7289         },
7290         "dist": {
7291             "type": "zip",
7292             "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
7293             "reference": "d85d39da4576a6934b72480be6978fb10c860021",
7294             "shasum": ""
7295         },
7296         "require": {
7297             "php": ">=5.2"
7298         },
7299         "require-dev": {
7300             "simpletest/simpletest": "^1.1"
7301         },
7302         "time": "2018-02-23T01:58:20+00:00",
7303         "type": "library",
7304         "installation-source": "dist",
7305         "autoload": {
7306             "psr-0": {
7307                 "HTMLPurifier": "library/"
7308             },
7309             "files": [
7310                 "library/HTMLPurifier.composer.php"
7311             ]
7312         },
7313         "notification-url": "https://packagist.org/downloads/",
7314         "license": [
7315             "LGPL"
7316         ],
7317         "authors": [
7318             {
7319                 "name": "Edward Z. Yang",
7320                 "email": "admin@htmlpurifier.org",
7321                 "homepage": "http://ezyang.com"
7322             }
7323         ],
7324         "description": "Standards compliant HTML filter written in PHP",
7325         "homepage": "http://htmlpurifier.org/",
7326         "keywords": [
7327             "html"
7328         ]
7329     },
7330     {
7331         "name": "fabpot/goutte",
7332         "version": "v3.2.3",
7333         "version_normalized": "3.2.3.0",
7334         "source": {
7335             "type": "git",
7336             "url": "https://github.com/FriendsOfPHP/Goutte.git",
7337             "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
7338         },
7339         "dist": {
7340             "type": "zip",
7341             "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
7342             "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
7343             "shasum": ""
7344         },
7345         "require": {
7346             "guzzlehttp/guzzle": "^6.0",
7347             "php": ">=5.5.0",
7348             "symfony/browser-kit": "~2.1|~3.0|~4.0",
7349             "symfony/css-selector": "~2.1|~3.0|~4.0",
7350             "symfony/dom-crawler": "~2.1|~3.0|~4.0"
7351         },
7352         "require-dev": {
7353             "symfony/phpunit-bridge": "^3.3 || ^4"
7354         },
7355         "time": "2018-06-29T15:13:57+00:00",
7356         "type": "application",
7357         "extra": {
7358             "branch-alias": {
7359                 "dev-master": "3.2-dev"
7360             }
7361         },
7362         "installation-source": "dist",
7363         "autoload": {
7364             "psr-4": {
7365                 "Goutte\\": "Goutte"
7366             },
7367             "exclude-from-classmap": [
7368                 "Goutte/Tests"
7369             ]
7370         },
7371         "notification-url": "https://packagist.org/downloads/",
7372         "license": [
7373             "MIT"
7374         ],
7375         "authors": [
7376             {
7377                 "name": "Fabien Potencier",
7378                 "email": "fabien@symfony.com"
7379             }
7380         ],
7381         "description": "A simple PHP Web Scraper",
7382         "homepage": "https://github.com/FriendsOfPHP/Goutte",
7383         "keywords": [
7384             "scraper"
7385         ]
7386     },
7387     {
7388         "name": "g1a/composer-test-scenarios",
7389         "version": "2.2.0",
7390         "version_normalized": "2.2.0.0",
7391         "source": {
7392             "type": "git",
7393             "url": "https://github.com/g1a/composer-test-scenarios.git",
7394             "reference": "a166fd15191aceab89f30c097e694b7cf3db4880"
7395         },
7396         "dist": {
7397             "type": "zip",
7398             "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/a166fd15191aceab89f30c097e694b7cf3db4880",
7399             "reference": "a166fd15191aceab89f30c097e694b7cf3db4880",
7400             "shasum": ""
7401         },
7402         "time": "2018-08-08T23:37:23+00:00",
7403         "bin": [
7404             "scripts/create-scenario",
7405             "scripts/dependency-licenses",
7406             "scripts/install-scenario"
7407         ],
7408         "type": "library",
7409         "installation-source": "dist",
7410         "notification-url": "https://packagist.org/downloads/",
7411         "license": [
7412             "MIT"
7413         ],
7414         "authors": [
7415             {
7416                 "name": "Greg Anderson",
7417                 "email": "greg.1.anderson@greenknowe.org"
7418             }
7419         ],
7420         "description": "Useful scripts for testing multiple sets of Composer dependencies."
7421     },
7422     {
7423         "name": "geedmo/yamm3",
7424         "version": "1.1.0",
7425         "version_normalized": "1.1.0.0",
7426         "source": {
7427             "type": "git",
7428             "url": "https://github.com/geedmo/yamm3.git",
7429             "reference": "5aa11451340187cce1bc195a4437937b19535508"
7430         },
7431         "dist": {
7432             "type": "zip",
7433             "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
7434             "reference": "5aa11451340187cce1bc195a4437937b19535508",
7435             "shasum": ""
7436         },
7437         "time": "2015-04-04T12:59:29+00:00",
7438         "type": "library",
7439         "installation-source": "dist",
7440         "notification-url": "https://packagist.org/downloads/",
7441         "license": [
7442             "MIT"
7443         ],
7444         "authors": [
7445             {
7446                 "name": "German Morales",
7447                 "email": "geedmo.ds@gmail.com",
7448                 "homepage": "http://geedmo.com"
7449             }
7450         ],
7451         "description": "Yet another megamenu for Bootstrap 3.x",
7452         "homepage": "http://geedmo.github.io/yamm3/",
7453         "keywords": [
7454             "bootstrap",
7455             "megadropdown",
7456             "megamenu"
7457         ]
7458     },
7459     {
7460         "name": "grasmash/expander",
7461         "version": "1.0.0",
7462         "version_normalized": "1.0.0.0",
7463         "source": {
7464             "type": "git",
7465             "url": "https://github.com/grasmash/expander.git",
7466             "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
7467         },
7468         "dist": {
7469             "type": "zip",
7470             "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7471             "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7472             "shasum": ""
7473         },
7474         "require": {
7475             "dflydev/dot-access-data": "^1.1.0",
7476             "php": ">=5.4"
7477         },
7478         "require-dev": {
7479             "greg-1-anderson/composer-test-scenarios": "^1",
7480             "phpunit/phpunit": "^4|^5.5.4",
7481             "satooshi/php-coveralls": "^1.0.2|dev-master",
7482             "squizlabs/php_codesniffer": "^2.7"
7483         },
7484         "time": "2017-12-21T22:14:55+00:00",
7485         "type": "library",
7486         "extra": {
7487             "branch-alias": {
7488                 "dev-master": "1.x-dev"
7489             }
7490         },
7491         "installation-source": "dist",
7492         "autoload": {
7493             "psr-4": {
7494                 "Grasmash\\Expander\\": "src/"
7495             }
7496         },
7497         "notification-url": "https://packagist.org/downloads/",
7498         "license": [
7499             "MIT"
7500         ],
7501         "authors": [
7502             {
7503                 "name": "Matthew Grasmick"
7504             }
7505         ],
7506         "description": "Expands internal property references in PHP arrays file."
7507     },
7508     {
7509         "name": "grasmash/yaml-expander",
7510         "version": "1.4.0",
7511         "version_normalized": "1.4.0.0",
7512         "source": {
7513             "type": "git",
7514             "url": "https://github.com/grasmash/yaml-expander.git",
7515             "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
7516         },
7517         "dist": {
7518             "type": "zip",
7519             "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7520             "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7521             "shasum": ""
7522         },
7523         "require": {
7524             "dflydev/dot-access-data": "^1.1.0",
7525             "php": ">=5.4",
7526             "symfony/yaml": "^2.8.11|^3|^4"
7527         },
7528         "require-dev": {
7529             "greg-1-anderson/composer-test-scenarios": "^1",
7530             "phpunit/phpunit": "^4.8|^5.5.4",
7531             "satooshi/php-coveralls": "^1.0.2|dev-master",
7532             "squizlabs/php_codesniffer": "^2.7"
7533         },
7534         "time": "2017-12-16T16:06:03+00:00",
7535         "type": "library",
7536         "extra": {
7537             "branch-alias": {
7538                 "dev-master": "1.x-dev"
7539             }
7540         },
7541         "installation-source": "dist",
7542         "autoload": {
7543             "psr-4": {
7544                 "Grasmash\\YamlExpander\\": "src/"
7545             }
7546         },
7547         "notification-url": "https://packagist.org/downloads/",
7548         "license": [
7549             "MIT"
7550         ],
7551         "authors": [
7552             {
7553                 "name": "Matthew Grasmick"
7554             }
7555         ],
7556         "description": "Expands internal property references in a yaml file."
7557     },
7558     {
7559         "name": "grom358/pharborist",
7560         "version": "dev-master",
7561         "version_normalized": "9999999-dev",
7562         "source": {
7563             "type": "git",
7564             "url": "git@github.com:grom358/pharborist.git",
7565             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
7566         },
7567         "dist": {
7568             "type": "zip",
7569             "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
7570             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
7571             "shasum": ""
7572         },
7573         "require": {
7574             "php": ">=5.4",
7575             "phpdocumentor/reflection-docblock": "2.0.*"
7576         },
7577         "require-dev": {
7578             "apigen/apigen": "2.8.*",
7579             "phpunit/phpunit": "4.2.*"
7580         },
7581         "time": "2015-09-20T22:14:29+00:00",
7582         "type": "library",
7583         "installation-source": "source",
7584         "autoload": {
7585             "psr-4": {
7586                 "Pharborist\\": "src/"
7587             }
7588         },
7589         "notification-url": "https://packagist.org/downloads/",
7590         "license": [
7591             "GPL"
7592         ],
7593         "authors": [
7594             {
7595                 "name": "Cameron Zemek",
7596                 "role": "lead"
7597             }
7598         ],
7599         "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
7600         "keywords": [
7601             "standards",
7602             "syntax"
7603         ]
7604     },
7605     {
7606         "name": "guzzlehttp/guzzle",
7607         "version": "6.3.3",
7608         "version_normalized": "6.3.3.0",
7609         "source": {
7610             "type": "git",
7611             "url": "https://github.com/guzzle/guzzle.git",
7612             "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
7613         },
7614         "dist": {
7615             "type": "zip",
7616             "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7617             "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7618             "shasum": ""
7619         },
7620         "require": {
7621             "guzzlehttp/promises": "^1.0",
7622             "guzzlehttp/psr7": "^1.4",
7623             "php": ">=5.5"
7624         },
7625         "require-dev": {
7626             "ext-curl": "*",
7627             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
7628             "psr/log": "^1.0"
7629         },
7630         "suggest": {
7631             "psr/log": "Required for using the Log middleware"
7632         },
7633         "time": "2018-04-22T15:46:56+00:00",
7634         "type": "library",
7635         "extra": {
7636             "branch-alias": {
7637                 "dev-master": "6.3-dev"
7638             }
7639         },
7640         "installation-source": "dist",
7641         "autoload": {
7642             "files": [
7643                 "src/functions_include.php"
7644             ],
7645             "psr-4": {
7646                 "GuzzleHttp\\": "src/"
7647             }
7648         },
7649         "notification-url": "https://packagist.org/downloads/",
7650         "license": [
7651             "MIT"
7652         ],
7653         "authors": [
7654             {
7655                 "name": "Michael Dowling",
7656                 "email": "mtdowling@gmail.com",
7657                 "homepage": "https://github.com/mtdowling"
7658             }
7659         ],
7660         "description": "Guzzle is a PHP HTTP client library",
7661         "homepage": "http://guzzlephp.org/",
7662         "keywords": [
7663             "client",
7664             "curl",
7665             "framework",
7666             "http",
7667             "http client",
7668             "rest",
7669             "web service"
7670         ]
7671     },
7672     {
7673         "name": "guzzlehttp/promises",
7674         "version": "v1.3.1",
7675         "version_normalized": "1.3.1.0",
7676         "source": {
7677             "type": "git",
7678             "url": "https://github.com/guzzle/promises.git",
7679             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
7680         },
7681         "dist": {
7682             "type": "zip",
7683             "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7684             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7685             "shasum": ""
7686         },
7687         "require": {
7688             "php": ">=5.5.0"
7689         },
7690         "require-dev": {
7691             "phpunit/phpunit": "^4.0"
7692         },
7693         "time": "2016-12-20T10:07:11+00:00",
7694         "type": "library",
7695         "extra": {
7696             "branch-alias": {
7697                 "dev-master": "1.4-dev"
7698             }
7699         },
7700         "installation-source": "dist",
7701         "autoload": {
7702             "psr-4": {
7703                 "GuzzleHttp\\Promise\\": "src/"
7704             },
7705             "files": [
7706                 "src/functions_include.php"
7707             ]
7708         },
7709         "notification-url": "https://packagist.org/downloads/",
7710         "license": [
7711             "MIT"
7712         ],
7713         "authors": [
7714             {
7715                 "name": "Michael Dowling",
7716                 "email": "mtdowling@gmail.com",
7717                 "homepage": "https://github.com/mtdowling"
7718             }
7719         ],
7720         "description": "Guzzle promises library",
7721         "keywords": [
7722             "promise"
7723         ]
7724     },
7725     {
7726         "name": "guzzlehttp/psr7",
7727         "version": "1.4.2",
7728         "version_normalized": "1.4.2.0",
7729         "source": {
7730             "type": "git",
7731             "url": "https://github.com/guzzle/psr7.git",
7732             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
7733         },
7734         "dist": {
7735             "type": "zip",
7736             "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7737             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7738             "shasum": ""
7739         },
7740         "require": {
7741             "php": ">=5.4.0",
7742             "psr/http-message": "~1.0"
7743         },
7744         "provide": {
7745             "psr/http-message-implementation": "1.0"
7746         },
7747         "require-dev": {
7748             "phpunit/phpunit": "~4.0"
7749         },
7750         "time": "2017-03-20T17:10:46+00:00",
7751         "type": "library",
7752         "extra": {
7753             "branch-alias": {
7754                 "dev-master": "1.4-dev"
7755             }
7756         },
7757         "installation-source": "dist",
7758         "autoload": {
7759             "psr-4": {
7760                 "GuzzleHttp\\Psr7\\": "src/"
7761             },
7762             "files": [
7763                 "src/functions_include.php"
7764             ]
7765         },
7766         "notification-url": "https://packagist.org/downloads/",
7767         "license": [
7768             "MIT"
7769         ],
7770         "authors": [
7771             {
7772                 "name": "Michael Dowling",
7773                 "email": "mtdowling@gmail.com",
7774                 "homepage": "https://github.com/mtdowling"
7775             },
7776             {
7777                 "name": "Tobias Schultze",
7778                 "homepage": "https://github.com/Tobion"
7779             }
7780         ],
7781         "description": "PSR-7 message implementation that also provides common utility methods",
7782         "keywords": [
7783             "http",
7784             "message",
7785             "request",
7786             "response",
7787             "stream",
7788             "uri",
7789             "url"
7790         ]
7791     },
7792     {
7793         "name": "j7mbo/twitter-api-php",
7794         "version": "1.0.6",
7795         "version_normalized": "1.0.6.0",
7796         "source": {
7797             "type": "git",
7798             "url": "https://github.com/J7mbo/twitter-api-php.git",
7799             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
7800         },
7801         "dist": {
7802             "type": "zip",
7803             "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7804             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7805             "shasum": ""
7806         },
7807         "require": {
7808             "ext-curl": "*"
7809         },
7810         "require-dev": {
7811             "phpunit/phpunit": "~4.5,>=4.5.1"
7812         },
7813         "time": "2017-05-08T12:10:56+00:00",
7814         "type": "library",
7815         "extra": {
7816             "branch-alias": {
7817                 "dev-master": "1.0-dev"
7818             }
7819         },
7820         "installation-source": "dist",
7821         "autoload": {
7822             "classmap": [
7823                 "TwitterAPIExchange.php"
7824             ]
7825         },
7826         "notification-url": "https://packagist.org/downloads/",
7827         "license": [
7828             "GNU Public License"
7829         ],
7830         "authors": [
7831             {
7832                 "name": "James Mallison",
7833                 "homepage": "https://github.com/j7mbo/twitter-api-php"
7834             }
7835         ],
7836         "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
7837         "homepage": "https://github.com/j7mbo/twitter-api-php",
7838         "keywords": [
7839             "api",
7840             "php",
7841             "twitter"
7842         ]
7843     },
7844     {
7845         "name": "jakub-onderka/php-console-color",
7846         "version": "v0.2",
7847         "version_normalized": "0.2.0.0",
7848         "source": {
7849             "type": "git",
7850             "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
7851             "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
7852         },
7853         "dist": {
7854             "type": "zip",
7855             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
7856             "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
7857             "shasum": ""
7858         },
7859         "require": {
7860             "php": ">=5.4.0"
7861         },
7862         "require-dev": {
7863             "jakub-onderka/php-code-style": "1.0",
7864             "jakub-onderka/php-parallel-lint": "1.0",
7865             "jakub-onderka/php-var-dump-check": "0.*",
7866             "phpunit/phpunit": "~4.3",
7867             "squizlabs/php_codesniffer": "1.*"
7868         },
7869         "time": "2018-09-29T17:23:10+00:00",
7870         "type": "library",
7871         "installation-source": "dist",
7872         "autoload": {
7873             "psr-4": {
7874                 "JakubOnderka\\PhpConsoleColor\\": "src/"
7875             }
7876         },
7877         "notification-url": "https://packagist.org/downloads/",
7878         "license": [
7879             "BSD-2-Clause"
7880         ],
7881         "authors": [
7882             {
7883                 "name": "Jakub Onderka",
7884                 "email": "jakub.onderka@gmail.com"
7885             }
7886         ],
7887         "abandoned": "php-parallel-lint/php-console-color"
7888     },
7889     {
7890         "name": "jakub-onderka/php-console-highlighter",
7891         "version": "v0.4",
7892         "version_normalized": "0.4.0.0",
7893         "source": {
7894             "type": "git",
7895             "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
7896             "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
7897         },
7898         "dist": {
7899             "type": "zip",
7900             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
7901             "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
7902             "shasum": ""
7903         },
7904         "require": {
7905             "ext-tokenizer": "*",
7906             "jakub-onderka/php-console-color": "~0.2",
7907             "php": ">=5.4.0"
7908         },
7909         "require-dev": {
7910             "jakub-onderka/php-code-style": "~1.0",
7911             "jakub-onderka/php-parallel-lint": "~1.0",
7912             "jakub-onderka/php-var-dump-check": "~0.1",
7913             "phpunit/phpunit": "~4.0",
7914             "squizlabs/php_codesniffer": "~1.5"
7915         },
7916         "time": "2018-09-29T18:48:56+00:00",
7917         "type": "library",
7918         "installation-source": "dist",
7919         "autoload": {
7920             "psr-4": {
7921                 "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
7922             }
7923         },
7924         "notification-url": "https://packagist.org/downloads/",
7925         "license": [
7926             "MIT"
7927         ],
7928         "authors": [
7929             {
7930                 "name": "Jakub Onderka",
7931                 "email": "acci@acci.cz",
7932                 "homepage": "http://www.acci.cz/"
7933             }
7934         ],
7935         "description": "Highlight PHP code in terminal",
7936         "abandoned": "php-parallel-lint/php-console-highlighter"
7937     },
7938     {
7939         "name": "jcalderonzumba/gastonjs",
7940         "version": "v1.0.3",
7941         "version_normalized": "1.0.3.0",
7942         "source": {
7943             "type": "git",
7944             "url": "https://github.com/jcalderonzumba/gastonjs.git",
7945             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
7946         },
7947         "dist": {
7948             "type": "zip",
7949             "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
7950             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
7951             "shasum": ""
7952         },
7953         "require": {
7954             "guzzlehttp/guzzle": "~5.0|~6.0",
7955             "php": ">=5.4"
7956         },
7957         "require-dev": {
7958             "phpunit/phpunit": "~4.6",
7959             "silex/silex": "~1.2",
7960             "symfony/phpunit-bridge": "~2.7",
7961             "symfony/process": "~2.1"
7962         },
7963         "time": "2016-05-04T16:27:07+00:00",
7964         "type": "phantomjs-api",
7965         "extra": {
7966             "branch-alias": {
7967                 "dev-master": "1.1.x-dev"
7968             }
7969         },
7970         "installation-source": "dist",
7971         "autoload": {
7972             "psr-4": {
7973                 "Zumba\\GastonJS\\": "src"
7974             }
7975         },
7976         "notification-url": "https://packagist.org/downloads/",
7977         "license": [
7978             "MIT"
7979         ],
7980         "authors": [
7981             {
7982                 "name": "Juan Francisco CalderĂłn Zumba",
7983                 "email": "juanfcz@gmail.com",
7984                 "homepage": "http://github.com/jcalderonzumba"
7985             }
7986         ],
7987         "description": "PhantomJS API based server for webpage automation",
7988         "homepage": "https://github.com/jcalderonzumba/gastonjs",
7989         "keywords": [
7990             "api",
7991             "automation",
7992             "browser",
7993             "headless",
7994             "phantomjs"
7995         ]
7996     },
7997     {
7998         "name": "jcalderonzumba/mink-phantomjs-driver",
7999         "version": "v0.3.3",
8000         "version_normalized": "0.3.3.0",
8001         "source": {
8002             "type": "git",
8003             "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
8004             "reference": "008f43670e94acd39273d15add1e7348eb23848d"
8005         },
8006         "dist": {
8007             "type": "zip",
8008             "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
8009             "reference": "008f43670e94acd39273d15add1e7348eb23848d",
8010             "shasum": ""
8011         },
8012         "require": {
8013             "behat/mink": "~1.7",
8014             "jcalderonzumba/gastonjs": "~1.0",
8015             "php": ">=5.4",
8016             "twig/twig": "~1.20|~2.0"
8017         },
8018         "require-dev": {
8019             "mink/driver-testsuite": "dev-master",
8020             "phpunit/phpunit": "~4.6"
8021         },
8022         "time": "2016-12-01T10:57:30+00:00",
8023         "type": "mink-driver",
8024         "extra": {
8025             "branch-alias": {
8026                 "dev-master": "0.4.x-dev"
8027             }
8028         },
8029         "installation-source": "dist",
8030         "autoload": {
8031             "psr-4": {
8032                 "Zumba\\Mink\\Driver\\": "src"
8033             }
8034         },
8035         "notification-url": "https://packagist.org/downloads/",
8036         "license": [
8037             "MIT"
8038         ],
8039         "authors": [
8040             {
8041                 "name": "Juan Francisco CalderĂłn Zumba",
8042                 "email": "juanfcz@gmail.com",
8043                 "homepage": "http://github.com/jcalderonzumba"
8044             }
8045         ],
8046         "description": "PhantomJS driver for Mink framework",
8047         "homepage": "http://mink.behat.org/",
8048         "keywords": [
8049             "ajax",
8050             "browser",
8051             "headless",
8052             "javascript",
8053             "phantomjs",
8054             "testing"
8055         ]
8056     },
8057     {
8058         "name": "league/container",
8059         "version": "2.4.1",
8060         "version_normalized": "2.4.1.0",
8061         "source": {
8062             "type": "git",
8063             "url": "https://github.com/thephpleague/container.git",
8064             "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
8065         },
8066         "dist": {
8067             "type": "zip",
8068             "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
8069             "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
8070             "shasum": ""
8071         },
8072         "require": {
8073             "container-interop/container-interop": "^1.2",
8074             "php": "^5.4.0 || ^7.0"
8075         },
8076         "provide": {
8077             "container-interop/container-interop-implementation": "^1.2",
8078             "psr/container-implementation": "^1.0"
8079         },
8080         "replace": {
8081             "orno/di": "~2.0"
8082         },
8083         "require-dev": {
8084             "phpunit/phpunit": "4.*"
8085         },
8086         "time": "2017-05-10T09:20:27+00:00",
8087         "type": "library",
8088         "extra": {
8089             "branch-alias": {
8090                 "dev-2.x": "2.x-dev",
8091                 "dev-1.x": "1.x-dev"
8092             }
8093         },
8094         "installation-source": "dist",
8095         "autoload": {
8096             "psr-4": {
8097                 "League\\Container\\": "src"
8098             }
8099         },
8100         "notification-url": "https://packagist.org/downloads/",
8101         "license": [
8102             "MIT"
8103         ],
8104         "authors": [
8105             {
8106                 "name": "Phil Bennett",
8107                 "email": "philipobenito@gmail.com",
8108                 "homepage": "http://www.philipobenito.com",
8109                 "role": "Developer"
8110             }
8111         ],
8112         "description": "A fast and intuitive dependency injection container.",
8113         "homepage": "https://github.com/thephpleague/container",
8114         "keywords": [
8115             "container",
8116             "dependency",
8117             "di",
8118             "injection",
8119             "league",
8120             "provider",
8121             "service"
8122         ]
8123     },
8124     {
8125         "name": "lsolesen/pel",
8126         "version": "0.9.6",
8127         "version_normalized": "0.9.6.0",
8128         "source": {
8129             "type": "git",
8130             "url": "https://github.com/lsolesen/pel.git",
8131             "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23"
8132         },
8133         "dist": {
8134             "type": "zip",
8135             "url": "https://api.github.com/repos/lsolesen/pel/zipball/c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
8136             "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
8137             "shasum": ""
8138         },
8139         "require": {
8140             "php": ">=5.0.0"
8141         },
8142         "require-dev": {
8143             "ext-gd": "*",
8144             "phpunit/phpunit": "5.7.*",
8145             "satooshi/php-coveralls": "1.0.*",
8146             "squizlabs/php_codesniffer": "3.0.0RC3"
8147         },
8148         "time": "2017-02-03T11:58:58+00:00",
8149         "type": "library",
8150         "installation-source": "dist",
8151         "autoload": {
8152             "psr-4": {
8153                 "lsolesen\\pel\\": "src/"
8154             }
8155         },
8156         "notification-url": "https://packagist.org/downloads/",
8157         "license": [
8158             "GPL-2.0"
8159         ],
8160         "authors": [
8161             {
8162                 "name": "Lars Olesen",
8163                 "email": "lars@intraface.dk",
8164                 "homepage": "http://intraface.dk",
8165                 "role": "Developer"
8166             },
8167             {
8168                 "name": "Martin Geisler",
8169                 "email": "martin@geisler.net",
8170                 "homepage": "http://geisler.net",
8171                 "role": "Developer"
8172             }
8173         ],
8174         "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.",
8175         "homepage": "http://lsolesen.github.com/pel/",
8176         "keywords": [
8177             "exif",
8178             "image"
8179         ]
8180     },
8181     {
8182         "name": "masterminds/html5",
8183         "version": "2.3.1",
8184         "version_normalized": "2.3.1.0",
8185         "source": {
8186             "type": "git",
8187             "url": "https://github.com/Masterminds/html5-php.git",
8188             "reference": "33f8d475d28741398be26cdff7a10a63003324a3"
8189         },
8190         "dist": {
8191             "type": "zip",
8192             "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/33f8d475d28741398be26cdff7a10a63003324a3",
8193             "reference": "33f8d475d28741398be26cdff7a10a63003324a3",
8194             "shasum": ""
8195         },
8196         "require": {
8197             "ext-libxml": "*",
8198             "php": ">=5.3.0"
8199         },
8200         "require-dev": {
8201             "phpunit/phpunit": "4.*",
8202             "sami/sami": "~2.0",
8203             "satooshi/php-coveralls": "1.0.*"
8204         },
8205         "time": "2018-10-22T16:58:34+00:00",
8206         "type": "library",
8207         "extra": {
8208             "branch-alias": {
8209                 "dev-master": "2.2-dev"
8210             }
8211         },
8212         "installation-source": "dist",
8213         "autoload": {
8214             "psr-4": {
8215                 "Masterminds\\": "src"
8216             }
8217         },
8218         "notification-url": "https://packagist.org/downloads/",
8219         "license": [
8220             "MIT"
8221         ],
8222         "authors": [
8223             {
8224                 "name": "Matt Butcher",
8225                 "email": "technosophos@gmail.com"
8226             },
8227             {
8228                 "name": "Asmir Mustafic",
8229                 "email": "goetas@gmail.com"
8230             },
8231             {
8232                 "name": "Matt Farina",
8233                 "email": "matt@mattfarina.com"
8234             }
8235         ],
8236         "description": "An HTML5 parser and serializer.",
8237         "homepage": "http://masterminds.github.io/html5-php",
8238         "keywords": [
8239             "HTML5",
8240             "dom",
8241             "html",
8242             "parser",
8243             "querypath",
8244             "serializer",
8245             "xml"
8246         ]
8247     },
8248     {
8249         "name": "mehrpadin/superfish",
8250         "version": "2.1",
8251         "version_normalized": "2.1.0.0",
8252         "source": {
8253             "type": "git",
8254             "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
8255             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
8256         },
8257         "dist": {
8258             "type": "zip",
8259             "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
8260             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
8261             "shasum": ""
8262         },
8263         "time": "2017-05-30T13:00:18+00:00",
8264         "type": "drupal-library",
8265         "installation-source": "dist",
8266         "notification-url": "https://packagist.org/downloads/",
8267         "license": [
8268             "MIT"
8269         ],
8270         "description": "Superfish library for the Drupal Superfish module.",
8271         "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
8272         "keywords": [
8273             "jquery",
8274             "plugin"
8275         ]
8276     },
8277     {
8278         "name": "michelf/php-markdown",
8279         "version": "1.8.0",
8280         "version_normalized": "1.8.0.0",
8281         "source": {
8282             "type": "git",
8283             "url": "https://github.com/michelf/php-markdown.git",
8284             "reference": "01ab082b355bf188d907b9929cd99b2923053495"
8285         },
8286         "dist": {
8287             "type": "zip",
8288             "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
8289             "reference": "01ab082b355bf188d907b9929cd99b2923053495",
8290             "shasum": ""
8291         },
8292         "require": {
8293             "php": ">=5.3.0"
8294         },
8295         "time": "2018-01-15T00:49:33+00:00",
8296         "type": "library",
8297         "installation-source": "dist",
8298         "autoload": {
8299             "psr-4": {
8300                 "Michelf\\": "Michelf/"
8301             }
8302         },
8303         "notification-url": "https://packagist.org/downloads/",
8304         "license": [
8305             "BSD-3-Clause"
8306         ],
8307         "authors": [
8308             {
8309                 "name": "Michel Fortin",
8310                 "email": "michel.fortin@michelf.ca",
8311                 "homepage": "https://michelf.ca/",
8312                 "role": "Developer"
8313             },
8314             {
8315                 "name": "John Gruber",
8316                 "homepage": "https://daringfireball.net/"
8317             }
8318         ],
8319         "description": "PHP Markdown",
8320         "homepage": "https://michelf.ca/projects/php-markdown/",
8321         "keywords": [
8322             "markdown"
8323         ]
8324     },
8325     {
8326         "name": "mikey179/vfsStream",
8327         "version": "v1.6.5",
8328         "version_normalized": "1.6.5.0",
8329         "source": {
8330             "type": "git",
8331             "url": "https://github.com/bovigo/vfsStream.git",
8332             "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
8333         },
8334         "dist": {
8335             "type": "zip",
8336             "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
8337             "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
8338             "shasum": ""
8339         },
8340         "require": {
8341             "php": ">=5.3.0"
8342         },
8343         "require-dev": {
8344             "phpunit/phpunit": "~4.5"
8345         },
8346         "time": "2017-08-01T08:02:14+00:00",
8347         "type": "library",
8348         "extra": {
8349             "branch-alias": {
8350                 "dev-master": "1.6.x-dev"
8351             }
8352         },
8353         "installation-source": "dist",
8354         "autoload": {
8355             "psr-0": {
8356                 "org\\bovigo\\vfs\\": "src/main/php"
8357             }
8358         },
8359         "notification-url": "https://packagist.org/downloads/",
8360         "license": [
8361             "BSD-3-Clause"
8362         ],
8363         "authors": [
8364             {
8365                 "name": "Frank Kleine",
8366                 "homepage": "http://frankkleine.de/",
8367                 "role": "Developer"
8368             }
8369         ],
8370         "description": "Virtual file system to mock the real file system in unit tests.",
8371         "homepage": "http://vfs.bovigo.org/"
8372     },
8373     {
8374         "name": "mkalkbrenner/php-htmldiff-advanced",
8375         "version": "0.0.8",
8376         "version_normalized": "0.0.8.0",
8377         "source": {
8378             "type": "git",
8379             "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
8380             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
8381         },
8382         "dist": {
8383             "type": "zip",
8384             "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
8385             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
8386             "shasum": ""
8387         },
8388         "require": {
8389             "caxy/php-htmldiff": ">=0.0.6",
8390             "php": ">=5.5.0"
8391         },
8392         "time": "2016-07-25T17:07:32+00:00",
8393         "type": "library",
8394         "installation-source": "dist",
8395         "autoload": {
8396             "files": [
8397                 "src/HtmlDiffAdvancedInterface.php",
8398                 "src/HtmlDiffAdvanced.php"
8399             ]
8400         },
8401         "notification-url": "https://packagist.org/downloads/",
8402         "license": [
8403             "GNU General Public License V2"
8404         ],
8405         "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
8406         "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
8407         "keywords": [
8408             "diff",
8409             "html"
8410         ]
8411     },
8412     {
8413         "name": "nikic/php-parser",
8414         "version": "v4.1.0",
8415         "version_normalized": "4.1.0.0",
8416         "source": {
8417             "type": "git",
8418             "url": "https://github.com/nikic/PHP-Parser.git",
8419             "reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
8420         },
8421         "dist": {
8422             "type": "zip",
8423             "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
8424             "reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
8425             "shasum": ""
8426         },
8427         "require": {
8428             "ext-tokenizer": "*",
8429             "php": ">=7.0"
8430         },
8431         "require-dev": {
8432             "phpunit/phpunit": "^6.5 || ^7.0"
8433         },
8434         "time": "2018-10-10T09:24:14+00:00",
8435         "bin": [
8436             "bin/php-parse"
8437         ],
8438         "type": "library",
8439         "extra": {
8440             "branch-alias": {
8441                 "dev-master": "4.1-dev"
8442             }
8443         },
8444         "installation-source": "dist",
8445         "autoload": {
8446             "psr-4": {
8447                 "PhpParser\\": "lib/PhpParser"
8448             }
8449         },
8450         "notification-url": "https://packagist.org/downloads/",
8451         "license": [
8452             "BSD-3-Clause"
8453         ],
8454         "authors": [
8455             {
8456                 "name": "Nikita Popov"
8457             }
8458         ],
8459         "description": "A PHP parser written in PHP",
8460         "keywords": [
8461             "parser",
8462             "php"
8463         ]
8464     },
8465     {
8466         "name": "paragonie/random_compat",
8467         "version": "v2.0.17",
8468         "version_normalized": "2.0.17.0",
8469         "source": {
8470             "type": "git",
8471             "url": "https://github.com/paragonie/random_compat.git",
8472             "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
8473         },
8474         "dist": {
8475             "type": "zip",
8476             "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
8477             "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
8478             "shasum": ""
8479         },
8480         "require": {
8481             "php": ">=5.2.0"
8482         },
8483         "require-dev": {
8484             "phpunit/phpunit": "4.*|5.*"
8485         },
8486         "suggest": {
8487             "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
8488         },
8489         "time": "2018-07-04T16:31:37+00:00",
8490         "type": "library",
8491         "installation-source": "dist",
8492         "autoload": {
8493             "files": [
8494                 "lib/random.php"
8495             ]
8496         },
8497         "notification-url": "https://packagist.org/downloads/",
8498         "license": [
8499             "MIT"
8500         ],
8501         "authors": [
8502             {
8503                 "name": "Paragon Initiative Enterprises",
8504                 "email": "security@paragonie.com",
8505                 "homepage": "https://paragonie.com"
8506             }
8507         ],
8508         "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
8509         "keywords": [
8510             "csprng",
8511             "polyfill",
8512             "pseudorandom",
8513             "random"
8514         ]
8515     },
8516     {
8517         "name": "phenx/php-font-lib",
8518         "version": "0.5",
8519         "version_normalized": "0.5.0.0",
8520         "source": {
8521             "type": "git",
8522             "url": "https://github.com/PhenX/php-font-lib.git",
8523             "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
8524         },
8525         "dist": {
8526             "type": "zip",
8527             "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
8528             "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
8529             "shasum": ""
8530         },
8531         "require-dev": {
8532             "phpunit/phpunit": "^4.8"
8533         },
8534         "time": "2017-02-11T10:58:43+00:00",
8535         "type": "library",
8536         "installation-source": "dist",
8537         "autoload": {
8538             "psr-4": {
8539                 "FontLib\\": "src/FontLib"
8540             }
8541         },
8542         "notification-url": "https://packagist.org/downloads/",
8543         "license": [
8544             "LGPL-3.0"
8545         ],
8546         "authors": [
8547             {
8548                 "name": "Fabien MĂ©nager",
8549                 "email": "fabien.menager@gmail.com"
8550             }
8551         ],
8552         "description": "A library to read, parse, export and make subsets of different types of font files.",
8553         "homepage": "https://github.com/PhenX/php-font-lib"
8554     },
8555     {
8556         "name": "phpdocumentor/reflection-docblock",
8557         "version": "2.0.5",
8558         "version_normalized": "2.0.5.0",
8559         "source": {
8560             "type": "git",
8561             "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
8562             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
8563         },
8564         "dist": {
8565             "type": "zip",
8566             "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
8567             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
8568             "shasum": ""
8569         },
8570         "require": {
8571             "php": ">=5.3.3"
8572         },
8573         "require-dev": {
8574             "phpunit/phpunit": "~4.0"
8575         },
8576         "suggest": {
8577             "dflydev/markdown": "~1.0",
8578             "erusev/parsedown": "~1.0"
8579         },
8580         "time": "2016-01-25T08:17:30+00:00",
8581         "type": "library",
8582         "extra": {
8583             "branch-alias": {
8584                 "dev-master": "2.0.x-dev"
8585             }
8586         },
8587         "installation-source": "dist",
8588         "autoload": {
8589             "psr-0": {
8590                 "phpDocumentor": [
8591                     "src/"
8592                 ]
8593             }
8594         },
8595         "notification-url": "https://packagist.org/downloads/",
8596         "license": [
8597             "MIT"
8598         ],
8599         "authors": [
8600             {
8601                 "name": "Mike van Riel",
8602                 "email": "mike.vanriel@naenius.com"
8603             }
8604         ]
8605     },
8606     {
8607         "name": "phpspec/prophecy",
8608         "version": "1.8.0",
8609         "version_normalized": "1.8.0.0",
8610         "source": {
8611             "type": "git",
8612             "url": "https://github.com/phpspec/prophecy.git",
8613             "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
8614         },
8615         "dist": {
8616             "type": "zip",
8617             "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
8618             "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
8619             "shasum": ""
8620         },
8621         "require": {
8622             "doctrine/instantiator": "^1.0.2",
8623             "php": "^5.3|^7.0",
8624             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
8625             "sebastian/comparator": "^1.1|^2.0|^3.0",
8626             "sebastian/recursion-context": "^1.0|^2.0|^3.0"
8627         },
8628         "require-dev": {
8629             "phpspec/phpspec": "^2.5|^3.2",
8630             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
8631         },
8632         "time": "2018-08-05T17:53:17+00:00",
8633         "type": "library",
8634         "extra": {
8635             "branch-alias": {
8636                 "dev-master": "1.8.x-dev"
8637             }
8638         },
8639         "installation-source": "dist",
8640         "autoload": {
8641             "psr-0": {
8642                 "Prophecy\\": "src/"
8643             }
8644         },
8645         "notification-url": "https://packagist.org/downloads/",
8646         "license": [
8647             "MIT"
8648         ],
8649         "authors": [
8650             {
8651                 "name": "Konstantin Kudryashov",
8652                 "email": "ever.zet@gmail.com",
8653                 "homepage": "http://everzet.com"
8654             },
8655             {
8656                 "name": "Marcello Duarte",
8657                 "email": "marcello.duarte@gmail.com"
8658             }
8659         ],
8660         "description": "Highly opinionated mocking framework for PHP 5.3+",
8661         "homepage": "https://github.com/phpspec/prophecy",
8662         "keywords": [
8663             "Double",
8664             "Dummy",
8665             "fake",
8666             "mock",
8667             "spy",
8668             "stub"
8669         ]
8670     },
8671     {
8672         "name": "phpunit/php-code-coverage",
8673         "version": "2.2.4",
8674         "version_normalized": "2.2.4.0",
8675         "source": {
8676             "type": "git",
8677             "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8678             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
8679         },
8680         "dist": {
8681             "type": "zip",
8682             "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8683             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8684             "shasum": ""
8685         },
8686         "require": {
8687             "php": ">=5.3.3",
8688             "phpunit/php-file-iterator": "~1.3",
8689             "phpunit/php-text-template": "~1.2",
8690             "phpunit/php-token-stream": "~1.3",
8691             "sebastian/environment": "^1.3.2",
8692             "sebastian/version": "~1.0"
8693         },
8694         "require-dev": {
8695             "ext-xdebug": ">=2.1.4",
8696             "phpunit/phpunit": "~4"
8697         },
8698         "suggest": {
8699             "ext-dom": "*",
8700             "ext-xdebug": ">=2.2.1",
8701             "ext-xmlwriter": "*"
8702         },
8703         "time": "2015-10-06T15:47:00+00:00",
8704         "type": "library",
8705         "extra": {
8706             "branch-alias": {
8707                 "dev-master": "2.2.x-dev"
8708             }
8709         },
8710         "installation-source": "dist",
8711         "autoload": {
8712             "classmap": [
8713                 "src/"
8714             ]
8715         },
8716         "notification-url": "https://packagist.org/downloads/",
8717         "license": [
8718             "BSD-3-Clause"
8719         ],
8720         "authors": [
8721             {
8722                 "name": "Sebastian Bergmann",
8723                 "email": "sb@sebastian-bergmann.de",
8724                 "role": "lead"
8725             }
8726         ],
8727         "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8728         "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8729         "keywords": [
8730             "coverage",
8731             "testing",
8732             "xunit"
8733         ]
8734     },
8735     {
8736         "name": "phpunit/php-file-iterator",
8737         "version": "1.4.5",
8738         "version_normalized": "1.4.5.0",
8739         "source": {
8740             "type": "git",
8741             "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8742             "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
8743         },
8744         "dist": {
8745             "type": "zip",
8746             "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
8747             "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
8748             "shasum": ""
8749         },
8750         "require": {
8751             "php": ">=5.3.3"
8752         },
8753         "time": "2017-11-27T13:52:08+00:00",
8754         "type": "library",
8755         "extra": {
8756             "branch-alias": {
8757                 "dev-master": "1.4.x-dev"
8758             }
8759         },
8760         "installation-source": "dist",
8761         "autoload": {
8762             "classmap": [
8763                 "src/"
8764             ]
8765         },
8766         "notification-url": "https://packagist.org/downloads/",
8767         "license": [
8768             "BSD-3-Clause"
8769         ],
8770         "authors": [
8771             {
8772                 "name": "Sebastian Bergmann",
8773                 "email": "sb@sebastian-bergmann.de",
8774                 "role": "lead"
8775             }
8776         ],
8777         "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8778         "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8779         "keywords": [
8780             "filesystem",
8781             "iterator"
8782         ]
8783     },
8784     {
8785         "name": "phpunit/php-text-template",
8786         "version": "1.2.1",
8787         "version_normalized": "1.2.1.0",
8788         "source": {
8789             "type": "git",
8790             "url": "https://github.com/sebastianbergmann/php-text-template.git",
8791             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
8792         },
8793         "dist": {
8794             "type": "zip",
8795             "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8796             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8797             "shasum": ""
8798         },
8799         "require": {
8800             "php": ">=5.3.3"
8801         },
8802         "time": "2015-06-21T13:50:34+00:00",
8803         "type": "library",
8804         "installation-source": "dist",
8805         "autoload": {
8806             "classmap": [
8807                 "src/"
8808             ]
8809         },
8810         "notification-url": "https://packagist.org/downloads/",
8811         "license": [
8812             "BSD-3-Clause"
8813         ],
8814         "authors": [
8815             {
8816                 "name": "Sebastian Bergmann",
8817                 "email": "sebastian@phpunit.de",
8818                 "role": "lead"
8819             }
8820         ],
8821         "description": "Simple template engine.",
8822         "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8823         "keywords": [
8824             "template"
8825         ]
8826     },
8827     {
8828         "name": "phpunit/php-timer",
8829         "version": "1.0.9",
8830         "version_normalized": "1.0.9.0",
8831         "source": {
8832             "type": "git",
8833             "url": "https://github.com/sebastianbergmann/php-timer.git",
8834             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
8835         },
8836         "dist": {
8837             "type": "zip",
8838             "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8839             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8840             "shasum": ""
8841         },
8842         "require": {
8843             "php": "^5.3.3 || ^7.0"
8844         },
8845         "require-dev": {
8846             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8847         },
8848         "time": "2017-02-26T11:10:40+00:00",
8849         "type": "library",
8850         "extra": {
8851             "branch-alias": {
8852                 "dev-master": "1.0-dev"
8853             }
8854         },
8855         "installation-source": "dist",
8856         "autoload": {
8857             "classmap": [
8858                 "src/"
8859             ]
8860         },
8861         "notification-url": "https://packagist.org/downloads/",
8862         "license": [
8863             "BSD-3-Clause"
8864         ],
8865         "authors": [
8866             {
8867                 "name": "Sebastian Bergmann",
8868                 "email": "sb@sebastian-bergmann.de",
8869                 "role": "lead"
8870             }
8871         ],
8872         "description": "Utility class for timing",
8873         "homepage": "https://github.com/sebastianbergmann/php-timer/",
8874         "keywords": [
8875             "timer"
8876         ]
8877     },
8878     {
8879         "name": "phpunit/php-token-stream",
8880         "version": "1.4.12",
8881         "version_normalized": "1.4.12.0",
8882         "source": {
8883             "type": "git",
8884             "url": "https://github.com/sebastianbergmann/php-token-stream.git",
8885             "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
8886         },
8887         "dist": {
8888             "type": "zip",
8889             "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
8890             "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
8891             "shasum": ""
8892         },
8893         "require": {
8894             "ext-tokenizer": "*",
8895             "php": ">=5.3.3"
8896         },
8897         "require-dev": {
8898             "phpunit/phpunit": "~4.2"
8899         },
8900         "time": "2017-12-04T08:55:13+00:00",
8901         "type": "library",
8902         "extra": {
8903             "branch-alias": {
8904                 "dev-master": "1.4-dev"
8905             }
8906         },
8907         "installation-source": "dist",
8908         "autoload": {
8909             "classmap": [
8910                 "src/"
8911             ]
8912         },
8913         "notification-url": "https://packagist.org/downloads/",
8914         "license": [
8915             "BSD-3-Clause"
8916         ],
8917         "authors": [
8918             {
8919                 "name": "Sebastian Bergmann",
8920                 "email": "sebastian@phpunit.de"
8921             }
8922         ],
8923         "description": "Wrapper around PHP's tokenizer extension.",
8924         "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
8925         "keywords": [
8926             "tokenizer"
8927         ],
8928         "abandoned": true
8929     },
8930     {
8931         "name": "phpunit/phpunit",
8932         "version": "4.8.36",
8933         "version_normalized": "4.8.36.0",
8934         "source": {
8935             "type": "git",
8936             "url": "https://github.com/sebastianbergmann/phpunit.git",
8937             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
8938         },
8939         "dist": {
8940             "type": "zip",
8941             "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
8942             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
8943             "shasum": ""
8944         },
8945         "require": {
8946             "ext-dom": "*",
8947             "ext-json": "*",
8948             "ext-pcre": "*",
8949             "ext-reflection": "*",
8950             "ext-spl": "*",
8951             "php": ">=5.3.3",
8952             "phpspec/prophecy": "^1.3.1",
8953             "phpunit/php-code-coverage": "~2.1",
8954             "phpunit/php-file-iterator": "~1.4",
8955             "phpunit/php-text-template": "~1.2",
8956             "phpunit/php-timer": "^1.0.6",
8957             "phpunit/phpunit-mock-objects": "~2.3",
8958             "sebastian/comparator": "~1.2.2",
8959             "sebastian/diff": "~1.2",
8960             "sebastian/environment": "~1.3",
8961             "sebastian/exporter": "~1.2",
8962             "sebastian/global-state": "~1.0",
8963             "sebastian/version": "~1.0",
8964             "symfony/yaml": "~2.1|~3.0"
8965         },
8966         "suggest": {
8967             "phpunit/php-invoker": "~1.1"
8968         },
8969         "time": "2017-06-21T08:07:12+00:00",
8970         "bin": [
8971             "phpunit"
8972         ],
8973         "type": "library",
8974         "extra": {
8975             "branch-alias": {
8976                 "dev-master": "4.8.x-dev"
8977             }
8978         },
8979         "installation-source": "dist",
8980         "autoload": {
8981             "classmap": [
8982                 "src/"
8983             ]
8984         },
8985         "notification-url": "https://packagist.org/downloads/",
8986         "license": [
8987             "BSD-3-Clause"
8988         ],
8989         "authors": [
8990             {
8991                 "name": "Sebastian Bergmann",
8992                 "email": "sebastian@phpunit.de",
8993                 "role": "lead"
8994             }
8995         ],
8996         "description": "The PHP Unit Testing framework.",
8997         "homepage": "https://phpunit.de/",
8998         "keywords": [
8999             "phpunit",
9000             "testing",
9001             "xunit"
9002         ]
9003     },
9004     {
9005         "name": "phpunit/phpunit-mock-objects",
9006         "version": "2.3.8",
9007         "version_normalized": "2.3.8.0",
9008         "source": {
9009             "type": "git",
9010             "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
9011             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
9012         },
9013         "dist": {
9014             "type": "zip",
9015             "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
9016             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
9017             "shasum": ""
9018         },
9019         "require": {
9020             "doctrine/instantiator": "^1.0.2",
9021             "php": ">=5.3.3",
9022             "phpunit/php-text-template": "~1.2",
9023             "sebastian/exporter": "~1.2"
9024         },
9025         "require-dev": {
9026             "phpunit/phpunit": "~4.4"
9027         },
9028         "suggest": {
9029             "ext-soap": "*"
9030         },
9031         "time": "2015-10-02T06:51:40+00:00",
9032         "type": "library",
9033         "extra": {
9034             "branch-alias": {
9035                 "dev-master": "2.3.x-dev"
9036             }
9037         },
9038         "installation-source": "dist",
9039         "autoload": {
9040             "classmap": [
9041                 "src/"
9042             ]
9043         },
9044         "notification-url": "https://packagist.org/downloads/",
9045         "license": [
9046             "BSD-3-Clause"
9047         ],
9048         "authors": [
9049             {
9050                 "name": "Sebastian Bergmann",
9051                 "email": "sb@sebastian-bergmann.de",
9052                 "role": "lead"
9053             }
9054         ],
9055         "description": "Mock Object library for PHPUnit",
9056         "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
9057         "keywords": [
9058             "mock",
9059             "xunit"
9060         ],
9061         "abandoned": true
9062     },
9063     {
9064         "name": "psr/container",
9065         "version": "1.0.0",
9066         "version_normalized": "1.0.0.0",
9067         "source": {
9068             "type": "git",
9069             "url": "https://github.com/php-fig/container.git",
9070             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
9071         },
9072         "dist": {
9073             "type": "zip",
9074             "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
9075             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
9076             "shasum": ""
9077         },
9078         "require": {
9079             "php": ">=5.3.0"
9080         },
9081         "time": "2017-02-14T16:28:37+00:00",
9082         "type": "library",
9083         "extra": {
9084             "branch-alias": {
9085                 "dev-master": "1.0.x-dev"
9086             }
9087         },
9088         "installation-source": "dist",
9089         "autoload": {
9090             "psr-4": {
9091                 "Psr\\Container\\": "src/"
9092             }
9093         },
9094         "notification-url": "https://packagist.org/downloads/",
9095         "license": [
9096             "MIT"
9097         ],
9098         "authors": [
9099             {
9100                 "name": "PHP-FIG",
9101                 "homepage": "http://www.php-fig.org/"
9102             }
9103         ],
9104         "description": "Common Container Interface (PHP FIG PSR-11)",
9105         "homepage": "https://github.com/php-fig/container",
9106         "keywords": [
9107             "PSR-11",
9108             "container",
9109             "container-interface",
9110             "container-interop",
9111             "psr"
9112         ]
9113     },
9114     {
9115         "name": "psr/http-message",
9116         "version": "1.0.1",
9117         "version_normalized": "1.0.1.0",
9118         "source": {
9119             "type": "git",
9120             "url": "https://github.com/php-fig/http-message.git",
9121             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
9122         },
9123         "dist": {
9124             "type": "zip",
9125             "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
9126             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
9127             "shasum": ""
9128         },
9129         "require": {
9130             "php": ">=5.3.0"
9131         },
9132         "time": "2016-08-06T14:39:51+00:00",
9133         "type": "library",
9134         "extra": {
9135             "branch-alias": {
9136                 "dev-master": "1.0.x-dev"
9137             }
9138         },
9139         "installation-source": "dist",
9140         "autoload": {
9141             "psr-4": {
9142                 "Psr\\Http\\Message\\": "src/"
9143             }
9144         },
9145         "notification-url": "https://packagist.org/downloads/",
9146         "license": [
9147             "MIT"
9148         ],
9149         "authors": [
9150             {
9151                 "name": "PHP-FIG",
9152                 "homepage": "http://www.php-fig.org/"
9153             }
9154         ],
9155         "description": "Common interface for HTTP messages",
9156         "homepage": "https://github.com/php-fig/http-message",
9157         "keywords": [
9158             "http",
9159             "http-message",
9160             "psr",
9161             "psr-7",
9162             "request",
9163             "response"
9164         ]
9165     },
9166     {
9167         "name": "psr/log",
9168         "version": "1.0.2",
9169         "version_normalized": "1.0.2.0",
9170         "source": {
9171             "type": "git",
9172             "url": "https://github.com/php-fig/log.git",
9173             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
9174         },
9175         "dist": {
9176             "type": "zip",
9177             "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
9178             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
9179             "shasum": ""
9180         },
9181         "require": {
9182             "php": ">=5.3.0"
9183         },
9184         "time": "2016-10-10T12:19:37+00:00",
9185         "type": "library",
9186         "extra": {
9187             "branch-alias": {
9188                 "dev-master": "1.0.x-dev"
9189             }
9190         },
9191         "installation-source": "dist",
9192         "autoload": {
9193             "psr-4": {
9194                 "Psr\\Log\\": "Psr/Log/"
9195             }
9196         },
9197         "notification-url": "https://packagist.org/downloads/",
9198         "license": [
9199             "MIT"
9200         ],
9201         "authors": [
9202             {
9203                 "name": "PHP-FIG",
9204                 "homepage": "http://www.php-fig.org/"
9205             }
9206         ],
9207         "description": "Common interface for logging libraries",
9208         "homepage": "https://github.com/php-fig/log",
9209         "keywords": [
9210             "log",
9211             "psr",
9212             "psr-3"
9213         ]
9214     },
9215     {
9216         "name": "psy/psysh",
9217         "version": "v0.9.9",
9218         "version_normalized": "0.9.9.0",
9219         "source": {
9220             "type": "git",
9221             "url": "https://github.com/bobthecow/psysh.git",
9222             "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
9223         },
9224         "dist": {
9225             "type": "zip",
9226             "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
9227             "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
9228             "shasum": ""
9229         },
9230         "require": {
9231             "dnoegel/php-xdg-base-dir": "0.1",
9232             "ext-json": "*",
9233             "ext-tokenizer": "*",
9234             "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
9235             "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
9236             "php": ">=5.4.0",
9237             "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
9238             "symfony/var-dumper": "~2.7|~3.0|~4.0"
9239         },
9240         "require-dev": {
9241             "bamarni/composer-bin-plugin": "^1.2",
9242             "hoa/console": "~2.15|~3.16",
9243             "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
9244         },
9245         "suggest": {
9246             "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
9247             "ext-pdo-sqlite": "The doc command requires SQLite to work.",
9248             "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
9249             "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
9250             "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
9251         },
9252         "time": "2018-10-13T15:16:03+00:00",
9253         "bin": [
9254             "bin/psysh"
9255         ],
9256         "type": "library",
9257         "extra": {
9258             "branch-alias": {
9259                 "dev-develop": "0.9.x-dev"
9260             }
9261         },
9262         "installation-source": "dist",
9263         "autoload": {
9264             "files": [
9265                 "src/functions.php"
9266             ],
9267             "psr-4": {
9268                 "Psy\\": "src/"
9269             }
9270         },
9271         "notification-url": "https://packagist.org/downloads/",
9272         "license": [
9273             "MIT"
9274         ],
9275         "authors": [
9276             {
9277                 "name": "Justin Hileman",
9278                 "email": "justin@justinhileman.info",
9279                 "homepage": "http://justinhileman.com"
9280             }
9281         ],
9282         "description": "An interactive shell for modern PHP.",
9283         "homepage": "http://psysh.org",
9284         "keywords": [
9285             "REPL",
9286             "console",
9287             "interactive",
9288             "shell"
9289         ]
9290     },
9291     {
9292         "name": "roave/security-advisories",
9293         "version": "dev-master",
9294         "version_normalized": "9999999-dev",
9295         "source": {
9296             "type": "git",
9297             "url": "https://github.com/Roave/SecurityAdvisories.git",
9298             "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971"
9299         },
9300         "dist": {
9301             "type": "zip",
9302             "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
9303             "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
9304             "shasum": ""
9305         },
9306         "conflict": {
9307             "3f/pygmentize": "<1.2",
9308             "adodb/adodb-php": "<5.20.12",
9309             "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
9310             "amphp/artax": "<1.0.6|>=2,<2.0.6",
9311             "amphp/http": "<1.0.1",
9312             "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
9313             "aws/aws-sdk-php": ">=3,<3.2.1",
9314             "brightlocal/phpwhois": "<=4.2.5",
9315             "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
9316             "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.0.15|>=3.1,<3.1.4|>=3.4,<3.4.14|>=3.5,<3.5.17|>=3.6,<3.6.4",
9317             "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
9318             "cartalyst/sentry": "<=2.1.6",
9319             "codeigniter/framework": "<=3.0.6",
9320             "composer/composer": "<=1.0.0-alpha11",
9321             "contao-components/mediaelement": ">=2.14.2,<2.21.1",
9322             "contao/core": ">=2,<3.5.35",
9323             "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
9324             "contao/listing-bundle": ">=4,<4.4.8",
9325             "contao/newsletter-bundle": ">=4,<4.1",
9326             "david-garcia/phpwhois": "<=4.3.1",
9327             "doctrine/annotations": ">=1,<1.2.7",
9328             "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
9329             "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
9330             "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
9331             "doctrine/doctrine-bundle": "<1.5.2",
9332             "doctrine/doctrine-module": "<=0.7.1",
9333             "doctrine/mongodb-odm": ">=1,<1.0.2",
9334             "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
9335             "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
9336             "dompdf/dompdf": ">=0.6,<0.6.2",
9337             "drupal/core": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
9338             "drupal/drupal": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
9339             "erusev/parsedown": "<1.7",
9340             "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.5|>=5.4,<5.4.12.2|>=2017.8,<2017.8.1.1|>=2017.12,<2017.12.4.2|>=2018.6,<2018.6.1.3|>=2018.9,<2018.9.1.2",
9341             "ezyang/htmlpurifier": "<4.1.1",
9342             "firebase/php-jwt": "<2",
9343             "fooman/tcpdf": "<6.2.22",
9344             "fossar/tcpdf-parser": "<6.2.22",
9345             "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
9346             "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
9347             "fuel/core": "<1.8.1",
9348             "gree/jose": "<=2.2",
9349             "gregwar/rst": "<1.0.3",
9350             "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
9351             "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
9352             "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
9353             "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
9354             "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
9355             "ivankristianto/phpwhois": "<=4.3",
9356             "james-heinrich/getid3": "<1.9.9",
9357             "joomla/session": "<1.3.1",
9358             "jsmitty12/phpwhois": "<5.1",
9359             "kazist/phpwhois": "<=4.2.6",
9360             "kreait/firebase-php": ">=3.2,<3.8.1",
9361             "la-haute-societe/tcpdf": "<6.2.22",
9362             "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
9363             "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
9364             "magento/magento1ce": "<1.9.3.9",
9365             "magento/magento1ee": ">=1.9,<1.14.3.2",
9366             "magento/product-community-edition": ">=2,<2.2.6",
9367             "monolog/monolog": ">=1.8,<1.12",
9368             "namshi/jose": "<2.2",
9369             "onelogin/php-saml": "<2.10.4",
9370             "openid/php-openid": "<2.3",
9371             "oro/crm": ">=1.7,<1.7.4",
9372             "oro/platform": ">=1.7,<1.7.4",
9373             "padraic/humbug_get_contents": "<1.1.2",
9374             "pagarme/pagarme-php": ">=0,<3",
9375             "paragonie/random_compat": "<2",
9376             "paypal/merchant-sdk-php": "<3.12",
9377             "phpmailer/phpmailer": ">=5,<5.2.24",
9378             "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
9379             "phpwhois/phpwhois": "<=4.2.5",
9380             "phpxmlrpc/extras": "<0.6.1",
9381             "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
9382             "propel/propel1": ">=1,<=1.7.1",
9383             "pusher/pusher-php-server": "<2.2.1",
9384             "robrichards/xmlseclibs": ">=1,<3.0.2",
9385             "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
9386             "sensiolabs/connect": "<4.2.3",
9387             "serluck/phpwhois": "<=4.2.6",
9388             "shopware/shopware": "<5.3.7",
9389             "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
9390             "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
9391             "silverstripe/framework": ">=3,<3.3",
9392             "silverstripe/userforms": "<3",
9393             "simple-updates/phpwhois": "<=1",
9394             "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
9395             "simplesamlphp/simplesamlphp": "<1.15.2",
9396             "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
9397             "slim/slim": "<2.6",
9398             "smarty/smarty": "<3.1.33",
9399             "socalnick/scn-social-auth": "<1.15.2",
9400             "spoonity/tcpdf": "<6.2.22",
9401             "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
9402             "stormpath/sdk": ">=0,<9.9.99",
9403             "swiftmailer/swiftmailer": ">=4,<5.4.5",
9404             "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
9405             "sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
9406             "symfony/dependency-injection": ">=2,<2.0.17",
9407             "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
9408             "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
9409             "symfony/http-foundation": ">=2,<2.7.49|>=2.8,<2.8.44|>=3,<3.3.18|>=3.4,<3.4.14|>=4,<4.0.14|>=4.1,<4.1.3",
9410             "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
9411             "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
9412             "symfony/polyfill": ">=1,<1.10",
9413             "symfony/polyfill-php55": ">=1,<1.10",
9414             "symfony/routing": ">=2,<2.0.19",
9415             "symfony/security": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
9416             "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
9417             "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
9418             "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
9419             "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
9420             "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
9421             "symfony/serializer": ">=2,<2.0.11",
9422             "symfony/symfony": ">=2,<2.7.49|>=2.8,<2.8.44|>=3,<3.3.18|>=3.4,<3.4.14|>=4,<4.0.14|>=4.1,<4.1.3",
9423             "symfony/translation": ">=2,<2.0.17",
9424             "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
9425             "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
9426             "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
9427             "tecnickcom/tcpdf": "<6.2.22",
9428             "thelia/backoffice-default-template": ">=2.1,<2.1.2",
9429             "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
9430             "theonedemon/phpwhois": "<=4.2.5",
9431             "titon/framework": ">=0,<9.9.99",
9432             "truckersmp/phpwhois": "<=4.3.1",
9433             "twig/twig": "<1.20",
9434             "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.30|>=8,<8.7.17|>=9,<9.3.2",
9435             "typo3/cms-core": ">=8,<8.7.17|>=9,<9.3.2",
9436             "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
9437             "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
9438             "wallabag/tcpdf": "<6.2.22",
9439             "willdurand/js-translation-bundle": "<2.1.1",
9440             "yiisoft/yii": ">=1.1.14,<1.1.15",
9441             "yiisoft/yii2": "<2.0.15",
9442             "yiisoft/yii2-bootstrap": "<2.0.4",
9443             "yiisoft/yii2-dev": "<2.0.15",
9444             "yiisoft/yii2-elasticsearch": "<2.0.5",
9445             "yiisoft/yii2-gii": "<2.0.4",
9446             "yiisoft/yii2-jui": "<2.0.4",
9447             "yiisoft/yii2-redis": "<2.0.8",
9448             "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
9449             "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
9450             "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
9451             "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
9452             "zendframework/zend-diactoros": ">=1,<1.8.4",
9453             "zendframework/zend-feed": ">=1,<2.10.3",
9454             "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
9455             "zendframework/zend-http": ">=1,<2.8.1",
9456             "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
9457             "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
9458             "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
9459             "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
9460             "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
9461             "zendframework/zend-validator": ">=2.3,<2.3.6",
9462             "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
9463             "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
9464             "zendframework/zendframework": "<2.5.1",
9465             "zendframework/zendframework1": "<1.12.20",
9466             "zendframework/zendopenid": ">=2,<2.0.2",
9467             "zendframework/zendxml": ">=1,<1.0.1",
9468             "zetacomponents/mail": "<1.8.2",
9469             "zf-commons/zfc-user": "<1.2.2",
9470             "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
9471             "zfr/zfr-oauth2-server-module": "<0.1.2"
9472         },
9473         "time": "2018-11-01T18:39:28+00:00",
9474         "type": "metapackage",
9475         "notification-url": "https://packagist.org/downloads/",
9476         "license": [
9477             "MIT"
9478         ],
9479         "authors": [
9480             {
9481                 "name": "Marco Pivetta",
9482                 "email": "ocramius@gmail.com",
9483                 "role": "maintainer"
9484             }
9485         ],
9486         "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it"
9487     },
9488     {
9489         "name": "sebastian/comparator",
9490         "version": "1.2.4",
9491         "version_normalized": "1.2.4.0",
9492         "source": {
9493             "type": "git",
9494             "url": "https://github.com/sebastianbergmann/comparator.git",
9495             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
9496         },
9497         "dist": {
9498             "type": "zip",
9499             "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9500             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9501             "shasum": ""
9502         },
9503         "require": {
9504             "php": ">=5.3.3",
9505             "sebastian/diff": "~1.2",
9506             "sebastian/exporter": "~1.2 || ~2.0"
9507         },
9508         "require-dev": {
9509             "phpunit/phpunit": "~4.4"
9510         },
9511         "time": "2017-01-29T09:50:25+00:00",
9512         "type": "library",
9513         "extra": {
9514             "branch-alias": {
9515                 "dev-master": "1.2.x-dev"
9516             }
9517         },
9518         "installation-source": "dist",
9519         "autoload": {
9520             "classmap": [
9521                 "src/"
9522             ]
9523         },
9524         "notification-url": "https://packagist.org/downloads/",
9525         "license": [
9526             "BSD-3-Clause"
9527         ],
9528         "authors": [
9529             {
9530                 "name": "Jeff Welch",
9531                 "email": "whatthejeff@gmail.com"
9532             },
9533             {
9534                 "name": "Volker Dusch",
9535                 "email": "github@wallbash.com"
9536             },
9537             {
9538                 "name": "Bernhard Schussek",
9539                 "email": "bschussek@2bepublished.at"
9540             },
9541             {
9542                 "name": "Sebastian Bergmann",
9543                 "email": "sebastian@phpunit.de"
9544             }
9545         ],
9546         "description": "Provides the functionality to compare PHP values for equality",
9547         "homepage": "http://www.github.com/sebastianbergmann/comparator",
9548         "keywords": [
9549             "comparator",
9550             "compare",
9551             "equality"
9552         ]
9553     },
9554     {
9555         "name": "sebastian/diff",
9556         "version": "1.4.3",
9557         "version_normalized": "1.4.3.0",
9558         "source": {
9559             "type": "git",
9560             "url": "https://github.com/sebastianbergmann/diff.git",
9561             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
9562         },
9563         "dist": {
9564             "type": "zip",
9565             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9566             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9567             "shasum": ""
9568         },
9569         "require": {
9570             "php": "^5.3.3 || ^7.0"
9571         },
9572         "require-dev": {
9573             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
9574         },
9575         "time": "2017-05-22T07:24:03+00:00",
9576         "type": "library",
9577         "extra": {
9578             "branch-alias": {
9579                 "dev-master": "1.4-dev"
9580             }
9581         },
9582         "installation-source": "dist",
9583         "autoload": {
9584             "classmap": [
9585                 "src/"
9586             ]
9587         },
9588         "notification-url": "https://packagist.org/downloads/",
9589         "license": [
9590             "BSD-3-Clause"
9591         ],
9592         "authors": [
9593             {
9594                 "name": "Kore Nordmann",
9595                 "email": "mail@kore-nordmann.de"
9596             },
9597             {
9598                 "name": "Sebastian Bergmann",
9599                 "email": "sebastian@phpunit.de"
9600             }
9601         ],
9602         "description": "Diff implementation",
9603         "homepage": "https://github.com/sebastianbergmann/diff",
9604         "keywords": [
9605             "diff"
9606         ]
9607     },
9608     {
9609         "name": "sebastian/environment",
9610         "version": "1.3.8",
9611         "version_normalized": "1.3.8.0",
9612         "source": {
9613             "type": "git",
9614             "url": "https://github.com/sebastianbergmann/environment.git",
9615             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
9616         },
9617         "dist": {
9618             "type": "zip",
9619             "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
9620             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
9621             "shasum": ""
9622         },
9623         "require": {
9624             "php": "^5.3.3 || ^7.0"
9625         },
9626         "require-dev": {
9627             "phpunit/phpunit": "^4.8 || ^5.0"
9628         },
9629         "time": "2016-08-18T05:49:44+00:00",
9630         "type": "library",
9631         "extra": {
9632             "branch-alias": {
9633                 "dev-master": "1.3.x-dev"
9634             }
9635         },
9636         "installation-source": "dist",
9637         "autoload": {
9638             "classmap": [
9639                 "src/"
9640             ]
9641         },
9642         "notification-url": "https://packagist.org/downloads/",
9643         "license": [
9644             "BSD-3-Clause"
9645         ],
9646         "authors": [
9647             {
9648                 "name": "Sebastian Bergmann",
9649                 "email": "sebastian@phpunit.de"
9650             }
9651         ],
9652         "description": "Provides functionality to handle HHVM/PHP environments",
9653         "homepage": "http://www.github.com/sebastianbergmann/environment",
9654         "keywords": [
9655             "Xdebug",
9656             "environment",
9657             "hhvm"
9658         ]
9659     },
9660     {
9661         "name": "sebastian/exporter",
9662         "version": "1.2.2",
9663         "version_normalized": "1.2.2.0",
9664         "source": {
9665             "type": "git",
9666             "url": "https://github.com/sebastianbergmann/exporter.git",
9667             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
9668         },
9669         "dist": {
9670             "type": "zip",
9671             "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
9672             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
9673             "shasum": ""
9674         },
9675         "require": {
9676             "php": ">=5.3.3",
9677             "sebastian/recursion-context": "~1.0"
9678         },
9679         "require-dev": {
9680             "ext-mbstring": "*",
9681             "phpunit/phpunit": "~4.4"
9682         },
9683         "time": "2016-06-17T09:04:28+00:00",
9684         "type": "library",
9685         "extra": {
9686             "branch-alias": {
9687                 "dev-master": "1.3.x-dev"
9688             }
9689         },
9690         "installation-source": "dist",
9691         "autoload": {
9692             "classmap": [
9693                 "src/"
9694             ]
9695         },
9696         "notification-url": "https://packagist.org/downloads/",
9697         "license": [
9698             "BSD-3-Clause"
9699         ],
9700         "authors": [
9701             {
9702                 "name": "Jeff Welch",
9703                 "email": "whatthejeff@gmail.com"
9704             },
9705             {
9706                 "name": "Volker Dusch",
9707                 "email": "github@wallbash.com"
9708             },
9709             {
9710                 "name": "Bernhard Schussek",
9711                 "email": "bschussek@2bepublished.at"
9712             },
9713             {
9714                 "name": "Sebastian Bergmann",
9715                 "email": "sebastian@phpunit.de"
9716             },
9717             {
9718                 "name": "Adam Harvey",
9719                 "email": "aharvey@php.net"
9720             }
9721         ],
9722         "description": "Provides the functionality to export PHP variables for visualization",
9723         "homepage": "http://www.github.com/sebastianbergmann/exporter",
9724         "keywords": [
9725             "export",
9726             "exporter"
9727         ]
9728     },
9729     {
9730         "name": "sebastian/global-state",
9731         "version": "1.1.1",
9732         "version_normalized": "1.1.1.0",
9733         "source": {
9734             "type": "git",
9735             "url": "https://github.com/sebastianbergmann/global-state.git",
9736             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
9737         },
9738         "dist": {
9739             "type": "zip",
9740             "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
9741             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
9742             "shasum": ""
9743         },
9744         "require": {
9745             "php": ">=5.3.3"
9746         },
9747         "require-dev": {
9748             "phpunit/phpunit": "~4.2"
9749         },
9750         "suggest": {
9751             "ext-uopz": "*"
9752         },
9753         "time": "2015-10-12T03:26:01+00:00",
9754         "type": "library",
9755         "extra": {
9756             "branch-alias": {
9757                 "dev-master": "1.0-dev"
9758             }
9759         },
9760         "installation-source": "dist",
9761         "autoload": {
9762             "classmap": [
9763                 "src/"
9764             ]
9765         },
9766         "notification-url": "https://packagist.org/downloads/",
9767         "license": [
9768             "BSD-3-Clause"
9769         ],
9770         "authors": [
9771             {
9772                 "name": "Sebastian Bergmann",
9773                 "email": "sebastian@phpunit.de"
9774             }
9775         ],
9776         "description": "Snapshotting of global state",
9777         "homepage": "http://www.github.com/sebastianbergmann/global-state",
9778         "keywords": [
9779             "global state"
9780         ]
9781     },
9782     {
9783         "name": "sebastian/recursion-context",
9784         "version": "1.0.5",
9785         "version_normalized": "1.0.5.0",
9786         "source": {
9787             "type": "git",
9788             "url": "https://github.com/sebastianbergmann/recursion-context.git",
9789             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
9790         },
9791         "dist": {
9792             "type": "zip",
9793             "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9794             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9795             "shasum": ""
9796         },
9797         "require": {
9798             "php": ">=5.3.3"
9799         },
9800         "require-dev": {
9801             "phpunit/phpunit": "~4.4"
9802         },
9803         "time": "2016-10-03T07:41:43+00:00",
9804         "type": "library",
9805         "extra": {
9806             "branch-alias": {
9807                 "dev-master": "1.0.x-dev"
9808             }
9809         },
9810         "installation-source": "dist",
9811         "autoload": {
9812             "classmap": [
9813                 "src/"
9814             ]
9815         },
9816         "notification-url": "https://packagist.org/downloads/",
9817         "license": [
9818             "BSD-3-Clause"
9819         ],
9820         "authors": [
9821             {
9822                 "name": "Jeff Welch",
9823                 "email": "whatthejeff@gmail.com"
9824             },
9825             {
9826                 "name": "Sebastian Bergmann",
9827                 "email": "sebastian@phpunit.de"
9828             },
9829             {
9830                 "name": "Adam Harvey",
9831                 "email": "aharvey@php.net"
9832             }
9833         ],
9834         "description": "Provides functionality to recursively process PHP variables",
9835         "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
9836     },
9837     {
9838         "name": "sebastian/version",
9839         "version": "1.0.6",
9840         "version_normalized": "1.0.6.0",
9841         "source": {
9842             "type": "git",
9843             "url": "https://github.com/sebastianbergmann/version.git",
9844             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
9845         },
9846         "dist": {
9847             "type": "zip",
9848             "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9849             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9850             "shasum": ""
9851         },
9852         "time": "2015-06-21T13:59:46+00:00",
9853         "type": "library",
9854         "installation-source": "dist",
9855         "autoload": {
9856             "classmap": [
9857                 "src/"
9858             ]
9859         },
9860         "notification-url": "https://packagist.org/downloads/",
9861         "license": [
9862             "BSD-3-Clause"
9863         ],
9864         "authors": [
9865             {
9866                 "name": "Sebastian Bergmann",
9867                 "email": "sebastian@phpunit.de",
9868                 "role": "lead"
9869             }
9870         ],
9871         "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9872         "homepage": "https://github.com/sebastianbergmann/version"
9873     },
9874     {
9875         "name": "stack/builder",
9876         "version": "v1.0.5",
9877         "version_normalized": "1.0.5.0",
9878         "source": {
9879             "type": "git",
9880             "url": "https://github.com/stackphp/builder.git",
9881             "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
9882         },
9883         "dist": {
9884             "type": "zip",
9885             "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9886             "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9887             "shasum": ""
9888         },
9889         "require": {
9890             "php": ">=5.3.0",
9891             "symfony/http-foundation": "~2.1|~3.0|~4.0",
9892             "symfony/http-kernel": "~2.1|~3.0|~4.0"
9893         },
9894         "require-dev": {
9895             "silex/silex": "~1.0"
9896         },
9897         "time": "2017-11-18T14:57:29+00:00",
9898         "type": "library",
9899         "extra": {
9900             "branch-alias": {
9901                 "dev-master": "1.0-dev"
9902             }
9903         },
9904         "installation-source": "dist",
9905         "autoload": {
9906             "psr-0": {
9907                 "Stack": "src"
9908             }
9909         },
9910         "notification-url": "https://packagist.org/downloads/",
9911         "license": [
9912             "MIT"
9913         ],
9914         "authors": [
9915             {
9916                 "name": "Igor Wiedler",
9917                 "email": "igor@wiedler.ch"
9918             }
9919         ],
9920         "description": "Builder for stack middlewares based on HttpKernelInterface.",
9921         "keywords": [
9922             "stack"
9923         ]
9924     },
9925     {
9926         "name": "stecman/symfony-console-completion",
9927         "version": "0.8.0",
9928         "version_normalized": "0.8.0.0",
9929         "source": {
9930             "type": "git",
9931             "url": "https://github.com/stecman/symfony-console-completion.git",
9932             "reference": "cd738867503477e91dbe84173dfabd431c883431"
9933         },
9934         "dist": {
9935             "type": "zip",
9936             "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/cd738867503477e91dbe84173dfabd431c883431",
9937             "reference": "cd738867503477e91dbe84173dfabd431c883431",
9938             "shasum": ""
9939         },
9940         "require": {
9941             "php": ">=5.3.2",
9942             "symfony/console": "~2.3 || ~3.0 || ~4.0"
9943         },
9944         "require-dev": {
9945             "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
9946         },
9947         "time": "2018-02-10T04:28:01+00:00",
9948         "type": "library",
9949         "extra": {
9950             "branch-alias": {
9951                 "dev-master": "0.6.x-dev"
9952             }
9953         },
9954         "installation-source": "dist",
9955         "autoload": {
9956             "psr-4": {
9957                 "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
9958             }
9959         },
9960         "notification-url": "https://packagist.org/downloads/",
9961         "license": [
9962             "MIT"
9963         ],
9964         "authors": [
9965             {
9966                 "name": "Stephen Holdaway",
9967                 "email": "stephen@stecman.co.nz"
9968             }
9969         ],
9970         "description": "Automatic BASH completion for Symfony Console Component based applications."
9971     },
9972     {
9973         "name": "sunra/php-simple-html-dom-parser",
9974         "version": "v1.5.2",
9975         "version_normalized": "1.5.2.0",
9976         "source": {
9977             "type": "git",
9978             "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
9979             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
9980         },
9981         "dist": {
9982             "type": "zip",
9983             "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
9984             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
9985             "shasum": ""
9986         },
9987         "require": {
9988             "ext-mbstring": "*",
9989             "php": ">=5.3.2"
9990         },
9991         "time": "2016-11-22T22:57:47+00:00",
9992         "type": "library",
9993         "installation-source": "dist",
9994         "autoload": {
9995             "psr-0": {
9996                 "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
9997             }
9998         },
9999         "notification-url": "https://packagist.org/downloads/",
10000         "license": [
10001             "MIT"
10002         ],
10003         "authors": [
10004             {
10005                 "name": "Sunra",
10006                 "email": "sunra@yandex.ru",
10007                 "homepage": "https://github.com/sunra"
10008             },
10009             {
10010                 "name": "S.C. Chen",
10011                 "homepage": "http://sourceforge.net/projects/simplehtmldom/"
10012             }
10013         ],
10014         "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
10015         "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
10016         "keywords": [
10017             "dom",
10018             "html",
10019             "parser"
10020         ]
10021     },
10022     {
10023         "name": "symfony-cmf/routing",
10024         "version": "1.4.1",
10025         "version_normalized": "1.4.1.0",
10026         "source": {
10027             "type": "git",
10028             "url": "https://github.com/symfony-cmf/routing.git",
10029             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
10030         },
10031         "dist": {
10032             "type": "zip",
10033             "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
10034             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
10035             "shasum": ""
10036         },
10037         "require": {
10038             "php": "^5.3.9|^7.0",
10039             "psr/log": "1.*",
10040             "symfony/http-kernel": "^2.2|3.*",
10041             "symfony/routing": "^2.2|3.*"
10042         },
10043         "require-dev": {
10044             "friendsofsymfony/jsrouting-bundle": "^1.1",
10045             "symfony-cmf/testing": "^1.3",
10046             "symfony/config": "^2.2|3.*",
10047             "symfony/dependency-injection": "^2.0.5|3.*",
10048             "symfony/event-dispatcher": "^2.1|3.*"
10049         },
10050         "suggest": {
10051             "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
10052         },
10053         "time": "2017-05-09T08:10:41+00:00",
10054         "type": "library",
10055         "extra": {
10056             "branch-alias": {
10057                 "dev-master": "1.4-dev"
10058             }
10059         },
10060         "installation-source": "dist",
10061         "autoload": {
10062             "psr-4": {
10063                 "Symfony\\Cmf\\Component\\Routing\\": ""
10064             }
10065         },
10066         "notification-url": "https://packagist.org/downloads/",
10067         "license": [
10068             "MIT"
10069         ],
10070         "authors": [
10071             {
10072                 "name": "Symfony CMF Community",
10073                 "homepage": "https://github.com/symfony-cmf/Routing/contributors"
10074             }
10075         ],
10076         "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
10077         "homepage": "http://cmf.symfony.com",
10078         "keywords": [
10079             "database",
10080             "routing"
10081         ]
10082     },
10083     {
10084         "name": "symfony/browser-kit",
10085         "version": "v3.4.18",
10086         "version_normalized": "3.4.18.0",
10087         "source": {
10088             "type": "git",
10089             "url": "https://github.com/symfony/browser-kit.git",
10090             "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0"
10091         },
10092         "dist": {
10093             "type": "zip",
10094             "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
10095             "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
10096             "shasum": ""
10097         },
10098         "require": {
10099             "php": "^5.5.9|>=7.0.8",
10100             "symfony/dom-crawler": "~2.8|~3.0|~4.0"
10101         },
10102         "require-dev": {
10103             "symfony/css-selector": "~2.8|~3.0|~4.0",
10104             "symfony/process": "~2.8|~3.0|~4.0"
10105         },
10106         "suggest": {
10107             "symfony/process": ""
10108         },
10109         "time": "2018-07-26T09:06:28+00:00",
10110         "type": "library",
10111         "extra": {
10112             "branch-alias": {
10113                 "dev-master": "3.4-dev"
10114             }
10115         },
10116         "installation-source": "dist",
10117         "autoload": {
10118             "psr-4": {
10119                 "Symfony\\Component\\BrowserKit\\": ""
10120             },
10121             "exclude-from-classmap": [
10122                 "/Tests/"
10123             ]
10124         },
10125         "notification-url": "https://packagist.org/downloads/",
10126         "license": [
10127             "MIT"
10128         ],
10129         "authors": [
10130             {
10131                 "name": "Fabien Potencier",
10132                 "email": "fabien@symfony.com"
10133             },
10134             {
10135                 "name": "Symfony Community",
10136                 "homepage": "https://symfony.com/contributors"
10137             }
10138         ],
10139         "description": "Symfony BrowserKit Component",
10140         "homepage": "https://symfony.com"
10141     },
10142     {
10143         "name": "symfony/class-loader",
10144         "version": "v3.4.18",
10145         "version_normalized": "3.4.18.0",
10146         "source": {
10147             "type": "git",
10148             "url": "https://github.com/symfony/class-loader.git",
10149             "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1"
10150         },
10151         "dist": {
10152             "type": "zip",
10153             "url": "https://api.github.com/repos/symfony/class-loader/zipball/5605edec7b8f034ead2497ff4aab17bb70d558c1",
10154             "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1",
10155             "shasum": ""
10156         },
10157         "require": {
10158             "php": "^5.5.9|>=7.0.8"
10159         },
10160         "require-dev": {
10161             "symfony/finder": "~2.8|~3.0|~4.0",
10162             "symfony/polyfill-apcu": "~1.1"
10163         },
10164         "suggest": {
10165             "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
10166         },
10167         "time": "2018-10-31T09:06:03+00:00",
10168         "type": "library",
10169         "extra": {
10170             "branch-alias": {
10171                 "dev-master": "3.4-dev"
10172             }
10173         },
10174         "installation-source": "dist",
10175         "autoload": {
10176             "psr-4": {
10177                 "Symfony\\Component\\ClassLoader\\": ""
10178             },
10179             "exclude-from-classmap": [
10180                 "/Tests/"
10181             ]
10182         },
10183         "notification-url": "https://packagist.org/downloads/",
10184         "license": [
10185             "MIT"
10186         ],
10187         "authors": [
10188             {
10189                 "name": "Fabien Potencier",
10190                 "email": "fabien@symfony.com"
10191             },
10192             {
10193                 "name": "Symfony Community",
10194                 "homepage": "https://symfony.com/contributors"
10195             }
10196         ],
10197         "description": "Symfony ClassLoader Component",
10198         "homepage": "https://symfony.com"
10199     },
10200     {
10201         "name": "symfony/config",
10202         "version": "v3.4.18",
10203         "version_normalized": "3.4.18.0",
10204         "source": {
10205             "type": "git",
10206             "url": "https://github.com/symfony/config.git",
10207             "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d"
10208         },
10209         "dist": {
10210             "type": "zip",
10211             "url": "https://api.github.com/repos/symfony/config/zipball/99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
10212             "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
10213             "shasum": ""
10214         },
10215         "require": {
10216             "php": "^5.5.9|>=7.0.8",
10217             "symfony/filesystem": "~2.8|~3.0|~4.0",
10218             "symfony/polyfill-ctype": "~1.8"
10219         },
10220         "conflict": {
10221             "symfony/dependency-injection": "<3.3",
10222             "symfony/finder": "<3.3"
10223         },
10224         "require-dev": {
10225             "symfony/dependency-injection": "~3.3|~4.0",
10226             "symfony/event-dispatcher": "~3.3|~4.0",
10227             "symfony/finder": "~3.3|~4.0",
10228             "symfony/yaml": "~3.0|~4.0"
10229         },
10230         "suggest": {
10231             "symfony/yaml": "To use the yaml reference dumper"
10232         },
10233         "time": "2018-10-31T09:06:03+00:00",
10234         "type": "library",
10235         "extra": {
10236             "branch-alias": {
10237                 "dev-master": "3.4-dev"
10238             }
10239         },
10240         "installation-source": "dist",
10241         "autoload": {
10242             "psr-4": {
10243                 "Symfony\\Component\\Config\\": ""
10244             },
10245             "exclude-from-classmap": [
10246                 "/Tests/"
10247             ]
10248         },
10249         "notification-url": "https://packagist.org/downloads/",
10250         "license": [
10251             "MIT"
10252         ],
10253         "authors": [
10254             {
10255                 "name": "Fabien Potencier",
10256                 "email": "fabien@symfony.com"
10257             },
10258             {
10259                 "name": "Symfony Community",
10260                 "homepage": "https://symfony.com/contributors"
10261             }
10262         ],
10263         "description": "Symfony Config Component",
10264         "homepage": "https://symfony.com"
10265     },
10266     {
10267         "name": "symfony/console",
10268         "version": "v3.4.18",
10269         "version_normalized": "3.4.18.0",
10270         "source": {
10271             "type": "git",
10272             "url": "https://github.com/symfony/console.git",
10273             "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803"
10274         },
10275         "dist": {
10276             "type": "zip",
10277             "url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803",
10278             "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803",
10279             "shasum": ""
10280         },
10281         "require": {
10282             "php": "^5.5.9|>=7.0.8",
10283             "symfony/debug": "~2.8|~3.0|~4.0",
10284             "symfony/polyfill-mbstring": "~1.0"
10285         },
10286         "conflict": {
10287             "symfony/dependency-injection": "<3.4",
10288             "symfony/process": "<3.3"
10289         },
10290         "require-dev": {
10291             "psr/log": "~1.0",
10292             "symfony/config": "~3.3|~4.0",
10293             "symfony/dependency-injection": "~3.4|~4.0",
10294             "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
10295             "symfony/lock": "~3.4|~4.0",
10296             "symfony/process": "~3.3|~4.0"
10297         },
10298         "suggest": {
10299             "psr/log-implementation": "For using the console logger",
10300             "symfony/event-dispatcher": "",
10301             "symfony/lock": "",
10302             "symfony/process": ""
10303         },
10304         "time": "2018-10-30T16:50:50+00:00",
10305         "type": "library",
10306         "extra": {
10307             "branch-alias": {
10308                 "dev-master": "3.4-dev"
10309             }
10310         },
10311         "installation-source": "dist",
10312         "autoload": {
10313             "psr-4": {
10314                 "Symfony\\Component\\Console\\": ""
10315             },
10316             "exclude-from-classmap": [
10317                 "/Tests/"
10318             ]
10319         },
10320         "notification-url": "https://packagist.org/downloads/",
10321         "license": [
10322             "MIT"
10323         ],
10324         "authors": [
10325             {
10326                 "name": "Fabien Potencier",
10327                 "email": "fabien@symfony.com"
10328             },
10329             {
10330                 "name": "Symfony Community",
10331                 "homepage": "https://symfony.com/contributors"
10332             }
10333         ],
10334         "description": "Symfony Console Component",
10335         "homepage": "https://symfony.com"
10336     },
10337     {
10338         "name": "symfony/css-selector",
10339         "version": "v2.8.47",
10340         "version_normalized": "2.8.47.0",
10341         "source": {
10342             "type": "git",
10343             "url": "https://github.com/symfony/css-selector.git",
10344             "reference": "208aca6c35e332f87c84707dd228d404370c8835"
10345         },
10346         "dist": {
10347             "type": "zip",
10348             "url": "https://api.github.com/repos/symfony/css-selector/zipball/208aca6c35e332f87c84707dd228d404370c8835",
10349             "reference": "208aca6c35e332f87c84707dd228d404370c8835",
10350             "shasum": ""
10351         },
10352         "require": {
10353             "php": ">=5.3.9"
10354         },
10355         "time": "2018-10-02T16:27:16+00:00",
10356         "type": "library",
10357         "extra": {
10358             "branch-alias": {
10359                 "dev-master": "2.8-dev"
10360             }
10361         },
10362         "installation-source": "dist",
10363         "autoload": {
10364             "psr-4": {
10365                 "Symfony\\Component\\CssSelector\\": ""
10366             },
10367             "exclude-from-classmap": [
10368                 "/Tests/"
10369             ]
10370         },
10371         "notification-url": "https://packagist.org/downloads/",
10372         "license": [
10373             "MIT"
10374         ],
10375         "authors": [
10376             {
10377                 "name": "Jean-François Simon",
10378                 "email": "jeanfrancois.simon@sensiolabs.com"
10379             },
10380             {
10381                 "name": "Fabien Potencier",
10382                 "email": "fabien@symfony.com"
10383             },
10384             {
10385                 "name": "Symfony Community",
10386                 "homepage": "https://symfony.com/contributors"
10387             }
10388         ],
10389         "description": "Symfony CssSelector Component",
10390         "homepage": "https://symfony.com"
10391     },
10392     {
10393         "name": "symfony/debug",
10394         "version": "v3.4.18",
10395         "version_normalized": "3.4.18.0",
10396         "source": {
10397             "type": "git",
10398             "url": "https://github.com/symfony/debug.git",
10399             "reference": "fe9793af008b651c5441bdeab21ede8172dab097"
10400         },
10401         "dist": {
10402             "type": "zip",
10403             "url": "https://api.github.com/repos/symfony/debug/zipball/fe9793af008b651c5441bdeab21ede8172dab097",
10404             "reference": "fe9793af008b651c5441bdeab21ede8172dab097",
10405             "shasum": ""
10406         },
10407         "require": {
10408             "php": "^5.5.9|>=7.0.8",
10409             "psr/log": "~1.0"
10410         },
10411         "conflict": {
10412             "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
10413         },
10414         "require-dev": {
10415             "symfony/http-kernel": "~2.8|~3.0|~4.0"
10416         },
10417         "time": "2018-10-31T09:06:03+00:00",
10418         "type": "library",
10419         "extra": {
10420             "branch-alias": {
10421                 "dev-master": "3.4-dev"
10422             }
10423         },
10424         "installation-source": "dist",
10425         "autoload": {
10426             "psr-4": {
10427                 "Symfony\\Component\\Debug\\": ""
10428             },
10429             "exclude-from-classmap": [
10430                 "/Tests/"
10431             ]
10432         },
10433         "notification-url": "https://packagist.org/downloads/",
10434         "license": [
10435             "MIT"
10436         ],
10437         "authors": [
10438             {
10439                 "name": "Fabien Potencier",
10440                 "email": "fabien@symfony.com"
10441             },
10442             {
10443                 "name": "Symfony Community",
10444                 "homepage": "https://symfony.com/contributors"
10445             }
10446         ],
10447         "description": "Symfony Debug Component",
10448         "homepage": "https://symfony.com"
10449     },
10450     {
10451         "name": "symfony/dependency-injection",
10452         "version": "v3.4.18",
10453         "version_normalized": "3.4.18.0",
10454         "source": {
10455             "type": "git",
10456             "url": "https://github.com/symfony/dependency-injection.git",
10457             "reference": "9c98452ac7fff4b538956775630bc9701f5384ba"
10458         },
10459         "dist": {
10460             "type": "zip",
10461             "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9c98452ac7fff4b538956775630bc9701f5384ba",
10462             "reference": "9c98452ac7fff4b538956775630bc9701f5384ba",
10463             "shasum": ""
10464         },
10465         "require": {
10466             "php": "^5.5.9|>=7.0.8",
10467             "psr/container": "^1.0"
10468         },
10469         "conflict": {
10470             "symfony/config": "<3.3.7",
10471             "symfony/finder": "<3.3",
10472             "symfony/proxy-manager-bridge": "<3.4",
10473             "symfony/yaml": "<3.4"
10474         },
10475         "provide": {
10476             "psr/container-implementation": "1.0"
10477         },
10478         "require-dev": {
10479             "symfony/config": "~3.3|~4.0",
10480             "symfony/expression-language": "~2.8|~3.0|~4.0",
10481             "symfony/yaml": "~3.4|~4.0"
10482         },
10483         "suggest": {
10484             "symfony/config": "",
10485             "symfony/expression-language": "For using expressions in service container configuration",
10486             "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
10487             "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
10488             "symfony/yaml": ""
10489         },
10490         "time": "2018-10-31T10:49:51+00:00",
10491         "type": "library",
10492         "extra": {
10493             "branch-alias": {
10494                 "dev-master": "3.4-dev"
10495             }
10496         },
10497         "installation-source": "dist",
10498         "autoload": {
10499             "psr-4": {
10500                 "Symfony\\Component\\DependencyInjection\\": ""
10501             },
10502             "exclude-from-classmap": [
10503                 "/Tests/"
10504             ]
10505         },
10506         "notification-url": "https://packagist.org/downloads/",
10507         "license": [
10508             "MIT"
10509         ],
10510         "authors": [
10511             {
10512                 "name": "Fabien Potencier",
10513                 "email": "fabien@symfony.com"
10514             },
10515             {
10516                 "name": "Symfony Community",
10517                 "homepage": "https://symfony.com/contributors"
10518             }
10519         ],
10520         "description": "Symfony DependencyInjection Component",
10521         "homepage": "https://symfony.com"
10522     },
10523     {
10524         "name": "symfony/dom-crawler",
10525         "version": "v3.4.18",
10526         "version_normalized": "3.4.18.0",
10527         "source": {
10528             "type": "git",
10529             "url": "https://github.com/symfony/dom-crawler.git",
10530             "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722"
10531         },
10532         "dist": {
10533             "type": "zip",
10534             "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c705bee03ade5b47c087807dd9ffaaec8dda2722",
10535             "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722",
10536             "shasum": ""
10537         },
10538         "require": {
10539             "php": "^5.5.9|>=7.0.8",
10540             "symfony/polyfill-ctype": "~1.8",
10541             "symfony/polyfill-mbstring": "~1.0"
10542         },
10543         "require-dev": {
10544             "symfony/css-selector": "~2.8|~3.0|~4.0"
10545         },
10546         "suggest": {
10547             "symfony/css-selector": ""
10548         },
10549         "time": "2018-10-02T12:28:39+00:00",
10550         "type": "library",
10551         "extra": {
10552             "branch-alias": {
10553                 "dev-master": "3.4-dev"
10554             }
10555         },
10556         "installation-source": "dist",
10557         "autoload": {
10558             "psr-4": {
10559                 "Symfony\\Component\\DomCrawler\\": ""
10560             },
10561             "exclude-from-classmap": [
10562                 "/Tests/"
10563             ]
10564         },
10565         "notification-url": "https://packagist.org/downloads/",
10566         "license": [
10567             "MIT"
10568         ],
10569         "authors": [
10570             {
10571                 "name": "Fabien Potencier",
10572                 "email": "fabien@symfony.com"
10573             },
10574             {
10575                 "name": "Symfony Community",
10576                 "homepage": "https://symfony.com/contributors"
10577             }
10578         ],
10579         "description": "Symfony DomCrawler Component",
10580         "homepage": "https://symfony.com"
10581     },
10582     {
10583         "name": "symfony/event-dispatcher",
10584         "version": "v3.4.18",
10585         "version_normalized": "3.4.18.0",
10586         "source": {
10587             "type": "git",
10588             "url": "https://github.com/symfony/event-dispatcher.git",
10589             "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14"
10590         },
10591         "dist": {
10592             "type": "zip",
10593             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
10594             "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
10595             "shasum": ""
10596         },
10597         "require": {
10598             "php": "^5.5.9|>=7.0.8"
10599         },
10600         "conflict": {
10601             "symfony/dependency-injection": "<3.3"
10602         },
10603         "require-dev": {
10604             "psr/log": "~1.0",
10605             "symfony/config": "~2.8|~3.0|~4.0",
10606             "symfony/dependency-injection": "~3.3|~4.0",
10607             "symfony/expression-language": "~2.8|~3.0|~4.0",
10608             "symfony/stopwatch": "~2.8|~3.0|~4.0"
10609         },
10610         "suggest": {
10611             "symfony/dependency-injection": "",
10612             "symfony/http-kernel": ""
10613         },
10614         "time": "2018-10-30T16:50:50+00:00",
10615         "type": "library",
10616         "extra": {
10617             "branch-alias": {
10618                 "dev-master": "3.4-dev"
10619             }
10620         },
10621         "installation-source": "dist",
10622         "autoload": {
10623             "psr-4": {
10624                 "Symfony\\Component\\EventDispatcher\\": ""
10625             },
10626             "exclude-from-classmap": [
10627                 "/Tests/"
10628             ]
10629         },
10630         "notification-url": "https://packagist.org/downloads/",
10631         "license": [
10632             "MIT"
10633         ],
10634         "authors": [
10635             {
10636                 "name": "Fabien Potencier",
10637                 "email": "fabien@symfony.com"
10638             },
10639             {
10640                 "name": "Symfony Community",
10641                 "homepage": "https://symfony.com/contributors"
10642             }
10643         ],
10644         "description": "Symfony EventDispatcher Component",
10645         "homepage": "https://symfony.com"
10646     },
10647     {
10648         "name": "symfony/filesystem",
10649         "version": "v3.4.18",
10650         "version_normalized": "3.4.18.0",
10651         "source": {
10652             "type": "git",
10653             "url": "https://github.com/symfony/filesystem.git",
10654             "reference": "d69930fc337d767607267d57c20a7403d0a822a4"
10655         },
10656         "dist": {
10657             "type": "zip",
10658             "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4",
10659             "reference": "d69930fc337d767607267d57c20a7403d0a822a4",
10660             "shasum": ""
10661         },
10662         "require": {
10663             "php": "^5.5.9|>=7.0.8",
10664             "symfony/polyfill-ctype": "~1.8"
10665         },
10666         "time": "2018-10-02T12:28:39+00:00",
10667         "type": "library",
10668         "extra": {
10669             "branch-alias": {
10670                 "dev-master": "3.4-dev"
10671             }
10672         },
10673         "installation-source": "dist",
10674         "autoload": {
10675             "psr-4": {
10676                 "Symfony\\Component\\Filesystem\\": ""
10677             },
10678             "exclude-from-classmap": [
10679                 "/Tests/"
10680             ]
10681         },
10682         "notification-url": "https://packagist.org/downloads/",
10683         "license": [
10684             "MIT"
10685         ],
10686         "authors": [
10687             {
10688                 "name": "Fabien Potencier",
10689                 "email": "fabien@symfony.com"
10690             },
10691             {
10692                 "name": "Symfony Community",
10693                 "homepage": "https://symfony.com/contributors"
10694             }
10695         ],
10696         "description": "Symfony Filesystem Component",
10697         "homepage": "https://symfony.com"
10698     },
10699     {
10700         "name": "symfony/finder",
10701         "version": "v3.4.18",
10702         "version_normalized": "3.4.18.0",
10703         "source": {
10704             "type": "git",
10705             "url": "https://github.com/symfony/finder.git",
10706             "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
10707         },
10708         "dist": {
10709             "type": "zip",
10710             "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
10711             "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
10712             "shasum": ""
10713         },
10714         "require": {
10715             "php": "^5.5.9|>=7.0.8"
10716         },
10717         "time": "2018-10-03T08:46:40+00:00",
10718         "type": "library",
10719         "extra": {
10720             "branch-alias": {
10721                 "dev-master": "3.4-dev"
10722             }
10723         },
10724         "installation-source": "dist",
10725         "autoload": {
10726             "psr-4": {
10727                 "Symfony\\Component\\Finder\\": ""
10728             },
10729             "exclude-from-classmap": [
10730                 "/Tests/"
10731             ]
10732         },
10733         "notification-url": "https://packagist.org/downloads/",
10734         "license": [
10735             "MIT"
10736         ],
10737         "authors": [
10738             {
10739                 "name": "Fabien Potencier",
10740                 "email": "fabien@symfony.com"
10741             },
10742             {
10743                 "name": "Symfony Community",
10744                 "homepage": "https://symfony.com/contributors"
10745             }
10746         ],
10747         "description": "Symfony Finder Component",
10748         "homepage": "https://symfony.com"
10749     },
10750     {
10751         "name": "symfony/http-foundation",
10752         "version": "v3.4.18",
10753         "version_normalized": "3.4.18.0",
10754         "source": {
10755             "type": "git",
10756             "url": "https://github.com/symfony/http-foundation.git",
10757             "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0"
10758         },
10759         "dist": {
10760             "type": "zip",
10761             "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
10762             "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
10763             "shasum": ""
10764         },
10765         "require": {
10766             "php": "^5.5.9|>=7.0.8",
10767             "symfony/polyfill-mbstring": "~1.1",
10768             "symfony/polyfill-php70": "~1.6"
10769         },
10770         "require-dev": {
10771             "symfony/expression-language": "~2.8|~3.0|~4.0"
10772         },
10773         "time": "2018-10-31T08:57:11+00:00",
10774         "type": "library",
10775         "extra": {
10776             "branch-alias": {
10777                 "dev-master": "3.4-dev"
10778             }
10779         },
10780         "installation-source": "dist",
10781         "autoload": {
10782             "psr-4": {
10783                 "Symfony\\Component\\HttpFoundation\\": ""
10784             },
10785             "exclude-from-classmap": [
10786                 "/Tests/"
10787             ]
10788         },
10789         "notification-url": "https://packagist.org/downloads/",
10790         "license": [
10791             "MIT"
10792         ],
10793         "authors": [
10794             {
10795                 "name": "Fabien Potencier",
10796                 "email": "fabien@symfony.com"
10797             },
10798             {
10799                 "name": "Symfony Community",
10800                 "homepage": "https://symfony.com/contributors"
10801             }
10802         ],
10803         "description": "Symfony HttpFoundation Component",
10804         "homepage": "https://symfony.com"
10805     },
10806     {
10807         "name": "symfony/http-kernel",
10808         "version": "v3.4.18",
10809         "version_normalized": "3.4.18.0",
10810         "source": {
10811             "type": "git",
10812             "url": "https://github.com/symfony/http-kernel.git",
10813             "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb"
10814         },
10815         "dist": {
10816             "type": "zip",
10817             "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
10818             "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
10819             "shasum": ""
10820         },
10821         "require": {
10822             "php": "^5.5.9|>=7.0.8",
10823             "psr/log": "~1.0",
10824             "symfony/debug": "~2.8|~3.0|~4.0",
10825             "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
10826             "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
10827             "symfony/polyfill-ctype": "~1.8"
10828         },
10829         "conflict": {
10830             "symfony/config": "<2.8",
10831             "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
10832             "symfony/var-dumper": "<3.3",
10833             "twig/twig": "<1.34|<2.4,>=2"
10834         },
10835         "provide": {
10836             "psr/log-implementation": "1.0"
10837         },
10838         "require-dev": {
10839             "psr/cache": "~1.0",
10840             "symfony/browser-kit": "~2.8|~3.0|~4.0",
10841             "symfony/class-loader": "~2.8|~3.0",
10842             "symfony/config": "~2.8|~3.0|~4.0",
10843             "symfony/console": "~2.8|~3.0|~4.0",
10844             "symfony/css-selector": "~2.8|~3.0|~4.0",
10845             "symfony/dependency-injection": "^3.4.10|^4.0.10",
10846             "symfony/dom-crawler": "~2.8|~3.0|~4.0",
10847             "symfony/expression-language": "~2.8|~3.0|~4.0",
10848             "symfony/finder": "~2.8|~3.0|~4.0",
10849             "symfony/process": "~2.8|~3.0|~4.0",
10850             "symfony/routing": "~3.4|~4.0",
10851             "symfony/stopwatch": "~2.8|~3.0|~4.0",
10852             "symfony/templating": "~2.8|~3.0|~4.0",
10853             "symfony/translation": "~2.8|~3.0|~4.0",
10854             "symfony/var-dumper": "~3.3|~4.0"
10855         },
10856         "suggest": {
10857             "symfony/browser-kit": "",
10858             "symfony/config": "",
10859             "symfony/console": "",
10860             "symfony/dependency-injection": "",
10861             "symfony/finder": "",
10862             "symfony/var-dumper": ""
10863         },
10864         "time": "2018-11-03T10:03:02+00:00",
10865         "type": "library",
10866         "extra": {
10867             "branch-alias": {
10868                 "dev-master": "3.4-dev"
10869             }
10870         },
10871         "installation-source": "dist",
10872         "autoload": {
10873             "psr-4": {
10874                 "Symfony\\Component\\HttpKernel\\": ""
10875             },
10876             "exclude-from-classmap": [
10877                 "/Tests/"
10878             ]
10879         },
10880         "notification-url": "https://packagist.org/downloads/",
10881         "license": [
10882             "MIT"
10883         ],
10884         "authors": [
10885             {
10886                 "name": "Fabien Potencier",
10887                 "email": "fabien@symfony.com"
10888             },
10889             {
10890                 "name": "Symfony Community",
10891                 "homepage": "https://symfony.com/contributors"
10892             }
10893         ],
10894         "description": "Symfony HttpKernel Component",
10895         "homepage": "https://symfony.com"
10896     },
10897     {
10898         "name": "symfony/polyfill-ctype",
10899         "version": "v1.10.0",
10900         "version_normalized": "1.10.0.0",
10901         "source": {
10902             "type": "git",
10903             "url": "https://github.com/symfony/polyfill-ctype.git",
10904             "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
10905         },
10906         "dist": {
10907             "type": "zip",
10908             "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
10909             "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
10910             "shasum": ""
10911         },
10912         "require": {
10913             "php": ">=5.3.3"
10914         },
10915         "suggest": {
10916             "ext-ctype": "For best performance"
10917         },
10918         "time": "2018-08-06T14:22:27+00:00",
10919         "type": "library",
10920         "extra": {
10921             "branch-alias": {
10922                 "dev-master": "1.9-dev"
10923             }
10924         },
10925         "installation-source": "dist",
10926         "autoload": {
10927             "psr-4": {
10928                 "Symfony\\Polyfill\\Ctype\\": ""
10929             },
10930             "files": [
10931                 "bootstrap.php"
10932             ]
10933         },
10934         "notification-url": "https://packagist.org/downloads/",
10935         "license": [
10936             "MIT"
10937         ],
10938         "authors": [
10939             {
10940                 "name": "Symfony Community",
10941                 "homepage": "https://symfony.com/contributors"
10942             },
10943             {
10944                 "name": "Gert de Pagter",
10945                 "email": "BackEndTea@gmail.com"
10946             }
10947         ],
10948         "description": "Symfony polyfill for ctype functions",
10949         "homepage": "https://symfony.com",
10950         "keywords": [
10951             "compatibility",
10952             "ctype",
10953             "polyfill",
10954             "portable"
10955         ]
10956     },
10957     {
10958         "name": "symfony/polyfill-iconv",
10959         "version": "v1.10.0",
10960         "version_normalized": "1.10.0.0",
10961         "source": {
10962             "type": "git",
10963             "url": "https://github.com/symfony/polyfill-iconv.git",
10964             "reference": "97001cfc283484c9691769f51cdf25259037eba2"
10965         },
10966         "dist": {
10967             "type": "zip",
10968             "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2",
10969             "reference": "97001cfc283484c9691769f51cdf25259037eba2",
10970             "shasum": ""
10971         },
10972         "require": {
10973             "php": ">=5.3.3"
10974         },
10975         "suggest": {
10976             "ext-iconv": "For best performance"
10977         },
10978         "time": "2018-09-21T06:26:08+00:00",
10979         "type": "library",
10980         "extra": {
10981             "branch-alias": {
10982                 "dev-master": "1.9-dev"
10983             }
10984         },
10985         "installation-source": "dist",
10986         "autoload": {
10987             "psr-4": {
10988                 "Symfony\\Polyfill\\Iconv\\": ""
10989             },
10990             "files": [
10991                 "bootstrap.php"
10992             ]
10993         },
10994         "notification-url": "https://packagist.org/downloads/",
10995         "license": [
10996             "MIT"
10997         ],
10998         "authors": [
10999             {
11000                 "name": "Nicolas Grekas",
11001                 "email": "p@tchwork.com"
11002             },
11003             {
11004                 "name": "Symfony Community",
11005                 "homepage": "https://symfony.com/contributors"
11006             }
11007         ],
11008         "description": "Symfony polyfill for the Iconv extension",
11009         "homepage": "https://symfony.com",
11010         "keywords": [
11011             "compatibility",
11012             "iconv",
11013             "polyfill",
11014             "portable",
11015             "shim"
11016         ]
11017     },
11018     {
11019         "name": "symfony/polyfill-mbstring",
11020         "version": "v1.10.0",
11021         "version_normalized": "1.10.0.0",
11022         "source": {
11023             "type": "git",
11024             "url": "https://github.com/symfony/polyfill-mbstring.git",
11025             "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
11026         },
11027         "dist": {
11028             "type": "zip",
11029             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
11030             "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
11031             "shasum": ""
11032         },
11033         "require": {
11034             "php": ">=5.3.3"
11035         },
11036         "suggest": {
11037             "ext-mbstring": "For best performance"
11038         },
11039         "time": "2018-09-21T13:07:52+00:00",
11040         "type": "library",
11041         "extra": {
11042             "branch-alias": {
11043                 "dev-master": "1.9-dev"
11044             }
11045         },
11046         "installation-source": "dist",
11047         "autoload": {
11048             "psr-4": {
11049                 "Symfony\\Polyfill\\Mbstring\\": ""
11050             },
11051             "files": [
11052                 "bootstrap.php"
11053             ]
11054         },
11055         "notification-url": "https://packagist.org/downloads/",
11056         "license": [
11057             "MIT"
11058         ],
11059         "authors": [
11060             {
11061                 "name": "Nicolas Grekas",
11062                 "email": "p@tchwork.com"
11063             },
11064             {
11065                 "name": "Symfony Community",
11066                 "homepage": "https://symfony.com/contributors"
11067             }
11068         ],
11069         "description": "Symfony polyfill for the Mbstring extension",
11070         "homepage": "https://symfony.com",
11071         "keywords": [
11072             "compatibility",
11073             "mbstring",
11074             "polyfill",
11075             "portable",
11076             "shim"
11077         ]
11078     },
11079     {
11080         "name": "symfony/polyfill-php70",
11081         "version": "v1.10.0",
11082         "version_normalized": "1.10.0.0",
11083         "source": {
11084             "type": "git",
11085             "url": "https://github.com/symfony/polyfill-php70.git",
11086             "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
11087         },
11088         "dist": {
11089             "type": "zip",
11090             "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
11091             "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
11092             "shasum": ""
11093         },
11094         "require": {
11095             "paragonie/random_compat": "~1.0|~2.0|~9.99",
11096             "php": ">=5.3.3"
11097         },
11098         "time": "2018-09-21T06:26:08+00:00",
11099         "type": "library",
11100         "extra": {
11101             "branch-alias": {
11102                 "dev-master": "1.9-dev"
11103             }
11104         },
11105         "installation-source": "dist",
11106         "autoload": {
11107             "psr-4": {
11108                 "Symfony\\Polyfill\\Php70\\": ""
11109             },
11110             "files": [
11111                 "bootstrap.php"
11112             ],
11113             "classmap": [
11114                 "Resources/stubs"
11115             ]
11116         },
11117         "notification-url": "https://packagist.org/downloads/",
11118         "license": [
11119             "MIT"
11120         ],
11121         "authors": [
11122             {
11123                 "name": "Nicolas Grekas",
11124                 "email": "p@tchwork.com"
11125             },
11126             {
11127                 "name": "Symfony Community",
11128                 "homepage": "https://symfony.com/contributors"
11129             }
11130         ],
11131         "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
11132         "homepage": "https://symfony.com",
11133         "keywords": [
11134             "compatibility",
11135             "polyfill",
11136             "portable",
11137             "shim"
11138         ]
11139     },
11140     {
11141         "name": "symfony/process",
11142         "version": "v3.4.18",
11143         "version_normalized": "3.4.18.0",
11144         "source": {
11145             "type": "git",
11146             "url": "https://github.com/symfony/process.git",
11147             "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb"
11148         },
11149         "dist": {
11150             "type": "zip",
11151             "url": "https://api.github.com/repos/symfony/process/zipball/35c2914a9f50519bd207164c353ae4d59182c2cb",
11152             "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb",
11153             "shasum": ""
11154         },
11155         "require": {
11156             "php": "^5.5.9|>=7.0.8"
11157         },
11158         "time": "2018-10-14T17:33:21+00:00",
11159         "type": "library",
11160         "extra": {
11161             "branch-alias": {
11162                 "dev-master": "3.4-dev"
11163             }
11164         },
11165         "installation-source": "dist",
11166         "autoload": {
11167             "psr-4": {
11168                 "Symfony\\Component\\Process\\": ""
11169             },
11170             "exclude-from-classmap": [
11171                 "/Tests/"
11172             ]
11173         },
11174         "notification-url": "https://packagist.org/downloads/",
11175         "license": [
11176             "MIT"
11177         ],
11178         "authors": [
11179             {
11180                 "name": "Fabien Potencier",
11181                 "email": "fabien@symfony.com"
11182             },
11183             {
11184                 "name": "Symfony Community",
11185                 "homepage": "https://symfony.com/contributors"
11186             }
11187         ],
11188         "description": "Symfony Process Component",
11189         "homepage": "https://symfony.com"
11190     },
11191     {
11192         "name": "symfony/psr-http-message-bridge",
11193         "version": "v1.1.0",
11194         "version_normalized": "1.1.0.0",
11195         "source": {
11196             "type": "git",
11197             "url": "https://github.com/symfony/psr-http-message-bridge.git",
11198             "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196"
11199         },
11200         "dist": {
11201             "type": "zip",
11202             "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/53c15a6a7918e6c2ab16ae370ea607fb40cab196",
11203             "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196",
11204             "shasum": ""
11205         },
11206         "require": {
11207             "php": "^5.3.3 || ^7.0",
11208             "psr/http-message": "^1.0",
11209             "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0"
11210         },
11211         "require-dev": {
11212             "symfony/phpunit-bridge": "^3.4 || 4.0"
11213         },
11214         "suggest": {
11215             "psr/http-factory-implementation": "To use the PSR-17 factory",
11216             "psr/http-message-implementation": "To use the HttpFoundation factory",
11217             "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
11218         },
11219         "time": "2018-08-30T16:28:28+00:00",
11220         "type": "symfony-bridge",
11221         "extra": {
11222             "branch-alias": {
11223                 "dev-master": "1.1-dev"
11224             }
11225         },
11226         "installation-source": "dist",
11227         "autoload": {
11228             "psr-4": {
11229                 "Symfony\\Bridge\\PsrHttpMessage\\": ""
11230             }
11231         },
11232         "notification-url": "https://packagist.org/downloads/",
11233         "license": [
11234             "MIT"
11235         ],
11236         "authors": [
11237             {
11238                 "name": "Symfony Community",
11239                 "homepage": "http://symfony.com/contributors"
11240             },
11241             {
11242                 "name": "Fabien Potencier",
11243                 "email": "fabien@symfony.com"
11244             }
11245         ],
11246         "description": "PSR HTTP message bridge",
11247         "homepage": "http://symfony.com",
11248         "keywords": [
11249             "http",
11250             "http-message",
11251             "psr-7"
11252         ]
11253     },
11254     {
11255         "name": "symfony/routing",
11256         "version": "v3.4.18",
11257         "version_normalized": "3.4.18.0",
11258         "source": {
11259             "type": "git",
11260             "url": "https://github.com/symfony/routing.git",
11261             "reference": "585f6e2d740393d546978769dd56e496a6233e0b"
11262         },
11263         "dist": {
11264             "type": "zip",
11265             "url": "https://api.github.com/repos/symfony/routing/zipball/585f6e2d740393d546978769dd56e496a6233e0b",
11266             "reference": "585f6e2d740393d546978769dd56e496a6233e0b",
11267             "shasum": ""
11268         },
11269         "require": {
11270             "php": "^5.5.9|>=7.0.8"
11271         },
11272         "conflict": {
11273             "symfony/config": "<3.3.1",
11274             "symfony/dependency-injection": "<3.3",
11275             "symfony/yaml": "<3.4"
11276         },
11277         "require-dev": {
11278             "doctrine/annotations": "~1.0",
11279             "psr/log": "~1.0",
11280             "symfony/config": "^3.3.1|~4.0",
11281             "symfony/dependency-injection": "~3.3|~4.0",
11282             "symfony/expression-language": "~2.8|~3.0|~4.0",
11283             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11284             "symfony/yaml": "~3.4|~4.0"
11285         },
11286         "suggest": {
11287             "doctrine/annotations": "For using the annotation loader",
11288             "symfony/config": "For using the all-in-one router or any loader",
11289             "symfony/dependency-injection": "For loading routes from a service",
11290             "symfony/expression-language": "For using expression matching",
11291             "symfony/http-foundation": "For using a Symfony Request object",
11292             "symfony/yaml": "For using the YAML loader"
11293         },
11294         "time": "2018-10-02T12:28:39+00:00",
11295         "type": "library",
11296         "extra": {
11297             "branch-alias": {
11298                 "dev-master": "3.4-dev"
11299             }
11300         },
11301         "installation-source": "dist",
11302         "autoload": {
11303             "psr-4": {
11304                 "Symfony\\Component\\Routing\\": ""
11305             },
11306             "exclude-from-classmap": [
11307                 "/Tests/"
11308             ]
11309         },
11310         "notification-url": "https://packagist.org/downloads/",
11311         "license": [
11312             "MIT"
11313         ],
11314         "authors": [
11315             {
11316                 "name": "Fabien Potencier",
11317                 "email": "fabien@symfony.com"
11318             },
11319             {
11320                 "name": "Symfony Community",
11321                 "homepage": "https://symfony.com/contributors"
11322             }
11323         ],
11324         "description": "Symfony Routing Component",
11325         "homepage": "https://symfony.com",
11326         "keywords": [
11327             "router",
11328             "routing",
11329             "uri",
11330             "url"
11331         ]
11332     },
11333     {
11334         "name": "symfony/serializer",
11335         "version": "v3.4.18",
11336         "version_normalized": "3.4.18.0",
11337         "source": {
11338             "type": "git",
11339             "url": "https://github.com/symfony/serializer.git",
11340             "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb"
11341         },
11342         "dist": {
11343             "type": "zip",
11344             "url": "https://api.github.com/repos/symfony/serializer/zipball/8bc00ef47a428bfebc4641f29d158e7c56137fcb",
11345             "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb",
11346             "shasum": ""
11347         },
11348         "require": {
11349             "php": "^5.5.9|>=7.0.8",
11350             "symfony/polyfill-ctype": "~1.8"
11351         },
11352         "conflict": {
11353             "phpdocumentor/type-resolver": "<0.2.1",
11354             "symfony/dependency-injection": "<3.2",
11355             "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
11356             "symfony/property-info": "<3.1",
11357             "symfony/yaml": "<3.4"
11358         },
11359         "require-dev": {
11360             "doctrine/annotations": "~1.0",
11361             "doctrine/cache": "~1.0",
11362             "phpdocumentor/reflection-docblock": "^3.0|^4.0",
11363             "symfony/cache": "~3.1|~4.0",
11364             "symfony/config": "~2.8|~3.0|~4.0",
11365             "symfony/dependency-injection": "~3.2|~4.0",
11366             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11367             "symfony/property-access": "~2.8|~3.0|~4.0",
11368             "symfony/property-info": "~3.1|~4.0",
11369             "symfony/yaml": "~3.4|~4.0"
11370         },
11371         "suggest": {
11372             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
11373             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
11374             "psr/cache-implementation": "For using the metadata cache.",
11375             "symfony/config": "For using the XML mapping loader.",
11376             "symfony/http-foundation": "To use the DataUriNormalizer.",
11377             "symfony/property-access": "For using the ObjectNormalizer.",
11378             "symfony/property-info": "To deserialize relations.",
11379             "symfony/yaml": "For using the default YAML mapping loader."
11380         },
11381         "time": "2018-10-02T12:28:39+00:00",
11382         "type": "library",
11383         "extra": {
11384             "branch-alias": {
11385                 "dev-master": "3.4-dev"
11386             }
11387         },
11388         "installation-source": "dist",
11389         "autoload": {
11390             "psr-4": {
11391                 "Symfony\\Component\\Serializer\\": ""
11392             },
11393             "exclude-from-classmap": [
11394                 "/Tests/"
11395             ]
11396         },
11397         "notification-url": "https://packagist.org/downloads/",
11398         "license": [
11399             "MIT"
11400         ],
11401         "authors": [
11402             {
11403                 "name": "Fabien Potencier",
11404                 "email": "fabien@symfony.com"
11405             },
11406             {
11407                 "name": "Symfony Community",
11408                 "homepage": "https://symfony.com/contributors"
11409             }
11410         ],
11411         "description": "Symfony Serializer Component",
11412         "homepage": "https://symfony.com"
11413     },
11414     {
11415         "name": "symfony/translation",
11416         "version": "v3.4.18",
11417         "version_normalized": "3.4.18.0",
11418         "source": {
11419             "type": "git",
11420             "url": "https://github.com/symfony/translation.git",
11421             "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352"
11422         },
11423         "dist": {
11424             "type": "zip",
11425             "url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352",
11426             "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352",
11427             "shasum": ""
11428         },
11429         "require": {
11430             "php": "^5.5.9|>=7.0.8",
11431             "symfony/polyfill-mbstring": "~1.0"
11432         },
11433         "conflict": {
11434             "symfony/config": "<2.8",
11435             "symfony/dependency-injection": "<3.4",
11436             "symfony/yaml": "<3.4"
11437         },
11438         "require-dev": {
11439             "psr/log": "~1.0",
11440             "symfony/config": "~2.8|~3.0|~4.0",
11441             "symfony/dependency-injection": "~3.4|~4.0",
11442             "symfony/finder": "~2.8|~3.0|~4.0",
11443             "symfony/intl": "^2.8.18|^3.2.5|~4.0",
11444             "symfony/yaml": "~3.4|~4.0"
11445         },
11446         "suggest": {
11447             "psr/log-implementation": "To use logging capability in translator",
11448             "symfony/config": "",
11449             "symfony/yaml": ""
11450         },
11451         "time": "2018-10-02T16:33:53+00:00",
11452         "type": "library",
11453         "extra": {
11454             "branch-alias": {
11455                 "dev-master": "3.4-dev"
11456             }
11457         },
11458         "installation-source": "dist",
11459         "autoload": {
11460             "psr-4": {
11461                 "Symfony\\Component\\Translation\\": ""
11462             },
11463             "exclude-from-classmap": [
11464                 "/Tests/"
11465             ]
11466         },
11467         "notification-url": "https://packagist.org/downloads/",
11468         "license": [
11469             "MIT"
11470         ],
11471         "authors": [
11472             {
11473                 "name": "Fabien Potencier",
11474                 "email": "fabien@symfony.com"
11475             },
11476             {
11477                 "name": "Symfony Community",
11478                 "homepage": "https://symfony.com/contributors"
11479             }
11480         ],
11481         "description": "Symfony Translation Component",
11482         "homepage": "https://symfony.com"
11483     },
11484     {
11485         "name": "symfony/validator",
11486         "version": "v3.4.18",
11487         "version_normalized": "3.4.18.0",
11488         "source": {
11489             "type": "git",
11490             "url": "https://github.com/symfony/validator.git",
11491             "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c"
11492         },
11493         "dist": {
11494             "type": "zip",
11495             "url": "https://api.github.com/repos/symfony/validator/zipball/6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
11496             "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
11497             "shasum": ""
11498         },
11499         "require": {
11500             "php": "^5.5.9|>=7.0.8",
11501             "symfony/polyfill-ctype": "~1.8",
11502             "symfony/polyfill-mbstring": "~1.0",
11503             "symfony/translation": "~2.8|~3.0|~4.0"
11504         },
11505         "conflict": {
11506             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
11507             "symfony/dependency-injection": "<3.3",
11508             "symfony/http-kernel": "<3.3.5",
11509             "symfony/yaml": "<3.4"
11510         },
11511         "require-dev": {
11512             "doctrine/annotations": "~1.0",
11513             "doctrine/cache": "~1.0",
11514             "egulias/email-validator": "^1.2.8|~2.0",
11515             "symfony/cache": "~3.1|~4.0",
11516             "symfony/config": "~2.8|~3.0|~4.0",
11517             "symfony/dependency-injection": "~3.3|~4.0",
11518             "symfony/expression-language": "~2.8|~3.0|~4.0",
11519             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11520             "symfony/http-kernel": "^3.3.5|~4.0",
11521             "symfony/intl": "^2.8.18|^3.2.5|~4.0",
11522             "symfony/property-access": "~2.8|~3.0|~4.0",
11523             "symfony/var-dumper": "~3.3|~4.0",
11524             "symfony/yaml": "~3.4|~4.0"
11525         },
11526         "suggest": {
11527             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
11528             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
11529             "egulias/email-validator": "Strict (RFC compliant) email validation",
11530             "psr/cache-implementation": "For using the metadata cache.",
11531             "symfony/config": "",
11532             "symfony/expression-language": "For using the Expression validator",
11533             "symfony/http-foundation": "",
11534             "symfony/intl": "",
11535             "symfony/property-access": "For accessing properties within comparison constraints",
11536             "symfony/yaml": ""
11537         },
11538         "time": "2018-10-14T18:32:13+00:00",
11539         "type": "library",
11540         "extra": {
11541             "branch-alias": {
11542                 "dev-master": "3.4-dev"
11543             }
11544         },
11545         "installation-source": "dist",
11546         "autoload": {
11547             "psr-4": {
11548                 "Symfony\\Component\\Validator\\": ""
11549             },
11550             "exclude-from-classmap": [
11551                 "/Tests/"
11552             ]
11553         },
11554         "notification-url": "https://packagist.org/downloads/",
11555         "license": [
11556             "MIT"
11557         ],
11558         "authors": [
11559             {
11560                 "name": "Fabien Potencier",
11561                 "email": "fabien@symfony.com"
11562             },
11563             {
11564                 "name": "Symfony Community",
11565                 "homepage": "https://symfony.com/contributors"
11566             }
11567         ],
11568         "description": "Symfony Validator Component",
11569         "homepage": "https://symfony.com"
11570     },
11571     {
11572         "name": "symfony/var-dumper",
11573         "version": "v3.4.18",
11574         "version_normalized": "3.4.18.0",
11575         "source": {
11576             "type": "git",
11577             "url": "https://github.com/symfony/var-dumper.git",
11578             "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181"
11579         },
11580         "dist": {
11581             "type": "zip",
11582             "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181",
11583             "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181",
11584             "shasum": ""
11585         },
11586         "require": {
11587             "php": "^5.5.9|>=7.0.8",
11588             "symfony/polyfill-mbstring": "~1.0"
11589         },
11590         "conflict": {
11591             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11592         },
11593         "require-dev": {
11594             "ext-iconv": "*",
11595             "twig/twig": "~1.34|~2.4"
11596         },
11597         "suggest": {
11598             "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
11599             "ext-intl": "To show region name in time zone dump",
11600             "ext-symfony_debug": ""
11601         },
11602         "time": "2018-10-02T16:33:53+00:00",
11603         "type": "library",
11604         "extra": {
11605             "branch-alias": {
11606                 "dev-master": "3.4-dev"
11607             }
11608         },
11609         "installation-source": "dist",
11610         "autoload": {
11611             "files": [
11612                 "Resources/functions/dump.php"
11613             ],
11614             "psr-4": {
11615                 "Symfony\\Component\\VarDumper\\": ""
11616             },
11617             "exclude-from-classmap": [
11618                 "/Tests/"
11619             ]
11620         },
11621         "notification-url": "https://packagist.org/downloads/",
11622         "license": [
11623             "MIT"
11624         ],
11625         "authors": [
11626             {
11627                 "name": "Nicolas Grekas",
11628                 "email": "p@tchwork.com"
11629             },
11630             {
11631                 "name": "Symfony Community",
11632                 "homepage": "https://symfony.com/contributors"
11633             }
11634         ],
11635         "description": "Symfony mechanism for exploring and dumping PHP variables",
11636         "homepage": "https://symfony.com",
11637         "keywords": [
11638             "debug",
11639             "dump"
11640         ]
11641     },
11642     {
11643         "name": "symfony/yaml",
11644         "version": "v3.4.18",
11645         "version_normalized": "3.4.18.0",
11646         "source": {
11647             "type": "git",
11648             "url": "https://github.com/symfony/yaml.git",
11649             "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f"
11650         },
11651         "dist": {
11652             "type": "zip",
11653             "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f",
11654             "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f",
11655             "shasum": ""
11656         },
11657         "require": {
11658             "php": "^5.5.9|>=7.0.8",
11659             "symfony/polyfill-ctype": "~1.8"
11660         },
11661         "conflict": {
11662             "symfony/console": "<3.4"
11663         },
11664         "require-dev": {
11665             "symfony/console": "~3.4|~4.0"
11666         },
11667         "suggest": {
11668             "symfony/console": "For validating YAML files using the lint command"
11669         },
11670         "time": "2018-10-02T16:33:53+00:00",
11671         "type": "library",
11672         "extra": {
11673             "branch-alias": {
11674                 "dev-master": "3.4-dev"
11675             }
11676         },
11677         "installation-source": "dist",
11678         "autoload": {
11679             "psr-4": {
11680                 "Symfony\\Component\\Yaml\\": ""
11681             },
11682             "exclude-from-classmap": [
11683                 "/Tests/"
11684             ]
11685         },
11686         "notification-url": "https://packagist.org/downloads/",
11687         "license": [
11688             "MIT"
11689         ],
11690         "authors": [
11691             {
11692                 "name": "Fabien Potencier",
11693                 "email": "fabien@symfony.com"
11694             },
11695             {
11696                 "name": "Symfony Community",
11697                 "homepage": "https://symfony.com/contributors"
11698             }
11699         ],
11700         "description": "Symfony Yaml Component",
11701         "homepage": "https://symfony.com"
11702     },
11703     {
11704         "name": "twbs/bootstrap-sass",
11705         "version": "v3.3.7",
11706         "version_normalized": "3.3.7.0",
11707         "source": {
11708             "type": "git",
11709             "url": "https://github.com/twbs/bootstrap-sass.git",
11710             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
11711         },
11712         "dist": {
11713             "type": "zip",
11714             "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
11715             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
11716             "shasum": ""
11717         },
11718         "time": "2016-07-25T19:58:53+00:00",
11719         "type": "library",
11720         "extra": {
11721             "branch-alias": {
11722                 "dev-master": "3.3.x-dev"
11723             }
11724         },
11725         "installation-source": "dist",
11726         "notification-url": "https://packagist.org/downloads/",
11727         "license": [
11728             "MIT"
11729         ],
11730         "authors": [
11731             {
11732                 "name": "Mark Otto"
11733             },
11734             {
11735                 "name": "Thomas McDonald"
11736             },
11737             {
11738                 "name": "Tristan Harward"
11739             },
11740             {
11741                 "name": "Peter Gumeson"
11742             },
11743             {
11744                 "name": "Gleb Mazovetskiy"
11745             },
11746             {
11747                 "name": "Jacob Thornton"
11748             }
11749         ],
11750         "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
11751         "homepage": "http://github.com/twbs/bootstrap-sass",
11752         "keywords": [
11753             "bootstrap",
11754             "css",
11755             "sass"
11756         ]
11757     },
11758     {
11759         "name": "twig/twig",
11760         "version": "v1.35.4",
11761         "version_normalized": "1.35.4.0",
11762         "source": {
11763             "type": "git",
11764             "url": "https://github.com/twigphp/Twig.git",
11765             "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
11766         },
11767         "dist": {
11768             "type": "zip",
11769             "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
11770             "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
11771             "shasum": ""
11772         },
11773         "require": {
11774             "php": ">=5.3.3",
11775             "symfony/polyfill-ctype": "^1.8"
11776         },
11777         "require-dev": {
11778             "psr/container": "^1.0",
11779             "symfony/debug": "^2.7",
11780             "symfony/phpunit-bridge": "^3.3"
11781         },
11782         "time": "2018-07-13T07:12:17+00:00",
11783         "type": "library",
11784         "extra": {
11785             "branch-alias": {
11786                 "dev-master": "1.35-dev"
11787             }
11788         },
11789         "installation-source": "dist",
11790         "autoload": {
11791             "psr-0": {
11792                 "Twig_": "lib/"
11793             },
11794             "psr-4": {
11795                 "Twig\\": "src/"
11796             }
11797         },
11798         "notification-url": "https://packagist.org/downloads/",
11799         "license": [
11800             "BSD-3-Clause"
11801         ],
11802         "authors": [
11803             {
11804                 "name": "Fabien Potencier",
11805                 "email": "fabien@symfony.com",
11806                 "homepage": "http://fabien.potencier.org",
11807                 "role": "Lead Developer"
11808             },
11809             {
11810                 "name": "Armin Ronacher",
11811                 "email": "armin.ronacher@active-4.com",
11812                 "role": "Project Founder"
11813             },
11814             {
11815                 "name": "Twig Team",
11816                 "homepage": "https://twig.symfony.com/contributors",
11817                 "role": "Contributors"
11818             }
11819         ],
11820         "description": "Twig, the flexible, fast, and secure template language for PHP",
11821         "homepage": "https://twig.symfony.com",
11822         "keywords": [
11823             "templating"
11824         ]
11825     },
11826     {
11827         "name": "webflo/drupal-finder",
11828         "version": "1.1.0",
11829         "version_normalized": "1.1.0.0",
11830         "source": {
11831             "type": "git",
11832             "url": "https://github.com/webflo/drupal-finder.git",
11833             "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
11834         },
11835         "dist": {
11836             "type": "zip",
11837             "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
11838             "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
11839             "shasum": ""
11840         },
11841         "require-dev": {
11842             "mikey179/vfsstream": "^1.6",
11843             "phpunit/phpunit": "^4.8"
11844         },
11845         "time": "2017-10-24T08:12:11+00:00",
11846         "type": "library",
11847         "installation-source": "dist",
11848         "autoload": {
11849             "classmap": [
11850                 "src/DrupalFinder.php"
11851             ]
11852         },
11853         "notification-url": "https://packagist.org/downloads/",
11854         "license": [
11855             "GPL-2.0+"
11856         ],
11857         "authors": [
11858             {
11859                 "name": "Florian Weber",
11860                 "email": "florian@webflo.org"
11861             }
11862         ],
11863         "description": "Helper class to locate a Drupal installation from a given path."
11864     },
11865     {
11866         "name": "webmozart/assert",
11867         "version": "1.3.0",
11868         "version_normalized": "1.3.0.0",
11869         "source": {
11870             "type": "git",
11871             "url": "https://github.com/webmozarts/assert.git",
11872             "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
11873         },
11874         "dist": {
11875             "type": "zip",
11876             "url": "https://api.github.com/repos/webmozarts/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
11877             "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
11878             "shasum": ""
11879         },
11880         "require": {
11881             "php": "^5.3.3 || ^7.0"
11882         },
11883         "require-dev": {
11884             "phpunit/phpunit": "^4.6",
11885             "sebastian/version": "^1.0.1"
11886         },
11887         "time": "2018-01-29T19:49:41+00:00",
11888         "type": "library",
11889         "extra": {
11890             "branch-alias": {
11891                 "dev-master": "1.3-dev"
11892             }
11893         },
11894         "installation-source": "dist",
11895         "autoload": {
11896             "psr-4": {
11897                 "Webmozart\\Assert\\": "src/"
11898             }
11899         },
11900         "notification-url": "https://packagist.org/downloads/",
11901         "license": [
11902             "MIT"
11903         ],
11904         "authors": [
11905             {
11906                 "name": "Bernhard Schussek",
11907                 "email": "bschussek@gmail.com"
11908             }
11909         ],
11910         "description": "Assertions to validate method input/output with nice error messages.",
11911         "keywords": [
11912             "assert",
11913             "check",
11914             "validate"
11915         ]
11916     },
11917     {
11918         "name": "webmozart/path-util",
11919         "version": "2.3.0",
11920         "version_normalized": "2.3.0.0",
11921         "source": {
11922             "type": "git",
11923             "url": "https://github.com/webmozart/path-util.git",
11924             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
11925         },
11926         "dist": {
11927             "type": "zip",
11928             "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11929             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11930             "shasum": ""
11931         },
11932         "require": {
11933             "php": ">=5.3.3",
11934             "webmozart/assert": "~1.0"
11935         },
11936         "require-dev": {
11937             "phpunit/phpunit": "^4.6",
11938             "sebastian/version": "^1.0.1"
11939         },
11940         "time": "2015-12-17T08:42:14+00:00",
11941         "type": "library",
11942         "extra": {
11943             "branch-alias": {
11944                 "dev-master": "2.3-dev"
11945             }
11946         },
11947         "installation-source": "dist",
11948         "autoload": {
11949             "psr-4": {
11950                 "Webmozart\\PathUtil\\": "src/"
11951             }
11952         },
11953         "notification-url": "https://packagist.org/downloads/",
11954         "license": [
11955             "MIT"
11956         ],
11957         "authors": [
11958             {
11959                 "name": "Bernhard Schussek",
11960                 "email": "bschussek@gmail.com"
11961             }
11962         ],
11963         "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths."
11964     },
11965     {
11966         "name": "zendframework/zend-diactoros",
11967         "version": "1.8.6",
11968         "version_normalized": "1.8.6.0",
11969         "source": {
11970             "type": "git",
11971             "url": "https://github.com/zendframework/zend-diactoros.git",
11972             "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
11973         },
11974         "dist": {
11975             "type": "zip",
11976             "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
11977             "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
11978             "shasum": ""
11979         },
11980         "require": {
11981             "php": "^5.6 || ^7.0",
11982             "psr/http-message": "^1.0"
11983         },
11984         "provide": {
11985             "psr/http-message-implementation": "1.0"
11986         },
11987         "require-dev": {
11988             "ext-dom": "*",
11989             "ext-libxml": "*",
11990             "php-http/psr7-integration-tests": "dev-master",
11991             "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
11992             "zendframework/zend-coding-standard": "~1.0"
11993         },
11994         "time": "2018-09-05T19:29:37+00:00",
11995         "type": "library",
11996         "extra": {
11997             "branch-alias": {
11998                 "dev-master": "1.8.x-dev",
11999                 "dev-develop": "1.9.x-dev",
12000                 "dev-release-2.0": "2.0.x-dev"
12001             }
12002         },
12003         "installation-source": "dist",
12004         "autoload": {
12005             "files": [
12006                 "src/functions/create_uploaded_file.php",
12007                 "src/functions/marshal_headers_from_sapi.php",
12008                 "src/functions/marshal_method_from_sapi.php",
12009                 "src/functions/marshal_protocol_version_from_sapi.php",
12010                 "src/functions/marshal_uri_from_sapi.php",
12011                 "src/functions/normalize_server.php",
12012                 "src/functions/normalize_uploaded_files.php",
12013                 "src/functions/parse_cookie_header.php"
12014             ],
12015             "psr-4": {
12016                 "Zend\\Diactoros\\": "src/"
12017             }
12018         },
12019         "notification-url": "https://packagist.org/downloads/",
12020         "license": [
12021             "BSD-2-Clause"
12022         ],
12023         "description": "PSR HTTP Message implementations",
12024         "homepage": "https://github.com/zendframework/zend-diactoros",
12025         "keywords": [
12026             "http",
12027             "psr",
12028             "psr-7"
12029         ],
12030         "abandoned": "laminas/laminas-diactoros"
12031     },
12032     {
12033         "name": "zendframework/zend-escaper",
12034         "version": "2.6.0",
12035         "version_normalized": "2.6.0.0",
12036         "source": {
12037             "type": "git",
12038             "url": "https://github.com/zendframework/zend-escaper.git",
12039             "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
12040         },
12041         "dist": {
12042             "type": "zip",
12043             "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
12044             "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
12045             "shasum": ""
12046         },
12047         "require": {
12048             "php": "^5.6 || ^7.0"
12049         },
12050         "require-dev": {
12051             "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
12052             "zendframework/zend-coding-standard": "~1.0.0"
12053         },
12054         "time": "2018-04-25T15:48:53+00:00",
12055         "type": "library",
12056         "extra": {
12057             "branch-alias": {
12058                 "dev-master": "2.6.x-dev",
12059                 "dev-develop": "2.7.x-dev"
12060             }
12061         },
12062         "installation-source": "dist",
12063         "autoload": {
12064             "psr-4": {
12065                 "Zend\\Escaper\\": "src/"
12066             }
12067         },
12068         "notification-url": "https://packagist.org/downloads/",
12069         "license": [
12070             "BSD-3-Clause"
12071         ],
12072         "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
12073         "keywords": [
12074             "ZendFramework",
12075             "escaper",
12076             "zf"
12077         ],
12078         "abandoned": "laminas/laminas-escaper"
12079     },
12080     {
12081         "name": "zendframework/zend-feed",
12082         "version": "2.10.3",
12083         "version_normalized": "2.10.3.0",
12084         "source": {
12085             "type": "git",
12086             "url": "https://github.com/zendframework/zend-feed.git",
12087             "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888"
12088         },
12089         "dist": {
12090             "type": "zip",
12091             "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/6641f4cf3f4586c63f83fd70b6d19966025c8888",
12092             "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888",
12093             "shasum": ""
12094         },
12095         "require": {
12096             "php": "^5.6 || ^7.0",
12097             "zendframework/zend-escaper": "^2.5.2",
12098             "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
12099         },
12100         "require-dev": {
12101             "phpunit/phpunit": "^5.7.23 || ^6.4.3",
12102             "psr/http-message": "^1.0.1",
12103             "zendframework/zend-cache": "^2.7.2",
12104             "zendframework/zend-coding-standard": "~1.0.0",
12105             "zendframework/zend-db": "^2.8.2",
12106             "zendframework/zend-http": "^2.7",
12107             "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
12108             "zendframework/zend-validator": "^2.10.1"
12109         },
12110         "suggest": {
12111             "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
12112             "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
12113             "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
12114             "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
12115             "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
12116             "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
12117         },
12118         "time": "2018-08-01T13:53:20+00:00",
12119         "type": "library",
12120         "extra": {
12121             "branch-alias": {
12122                 "dev-master": "2.10.x-dev",
12123                 "dev-develop": "2.11.x-dev"
12124             }
12125         },
12126         "installation-source": "dist",
12127         "autoload": {
12128             "psr-4": {
12129                 "Zend\\Feed\\": "src/"
12130             }
12131         },
12132         "notification-url": "https://packagist.org/downloads/",
12133         "license": [
12134             "BSD-3-Clause"
12135         ],
12136         "description": "provides functionality for consuming RSS and Atom feeds",
12137         "keywords": [
12138             "ZendFramework",
12139             "feed",
12140             "zf"
12141         ],
12142         "abandoned": "laminas/laminas-feed"
12143     },
12144     {
12145         "name": "zendframework/zend-stdlib",
12146         "version": "3.2.1",
12147         "version_normalized": "3.2.1.0",
12148         "source": {
12149             "type": "git",
12150             "url": "https://github.com/zendframework/zend-stdlib.git",
12151             "reference": "66536006722aff9e62d1b331025089b7ec71c065"
12152         },
12153         "dist": {
12154             "type": "zip",
12155             "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
12156             "reference": "66536006722aff9e62d1b331025089b7ec71c065",
12157             "shasum": ""
12158         },
12159         "require": {
12160             "php": "^5.6 || ^7.0"
12161         },
12162         "require-dev": {
12163             "phpbench/phpbench": "^0.13",
12164             "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
12165             "zendframework/zend-coding-standard": "~1.0.0"
12166         },
12167         "time": "2018-08-28T21:34:05+00:00",
12168         "type": "library",
12169         "extra": {
12170             "branch-alias": {
12171                 "dev-master": "3.2.x-dev",
12172                 "dev-develop": "3.3.x-dev"
12173             }
12174         },
12175         "installation-source": "dist",
12176         "autoload": {
12177             "psr-4": {
12178                 "Zend\\Stdlib\\": "src/"
12179             }
12180         },
12181         "notification-url": "https://packagist.org/downloads/",
12182         "license": [
12183             "BSD-3-Clause"
12184         ],
12185         "description": "SPL extensions, array utilities, error handlers, and more",
12186         "keywords": [
12187             "ZendFramework",
12188             "stdlib",
12189             "zf"
12190         ],
12191         "abandoned": "laminas/laminas-stdlib"
12192     }
12193 ]