4240b09b1147c94781cce3b17deb9f3baa20ee43
[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     },
1156     {
1157         "name": "cweagans/composer-patches",
1158         "version": "1.6.5",
1159         "version_normalized": "1.6.5.0",
1160         "source": {
1161             "type": "git",
1162             "url": "https://github.com/cweagans/composer-patches.git",
1163             "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3"
1164         },
1165         "dist": {
1166             "type": "zip",
1167             "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
1168             "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
1169             "shasum": ""
1170         },
1171         "require": {
1172             "composer-plugin-api": "^1.0",
1173             "php": ">=5.3.0"
1174         },
1175         "require-dev": {
1176             "composer/composer": "~1.0",
1177             "phpunit/phpunit": "~4.6"
1178         },
1179         "time": "2018-05-11T18:00:16+00:00",
1180         "type": "composer-plugin",
1181         "extra": {
1182             "class": "cweagans\\Composer\\Patches"
1183         },
1184         "installation-source": "dist",
1185         "autoload": {
1186             "psr-4": {
1187                 "cweagans\\Composer\\": "src"
1188             }
1189         },
1190         "notification-url": "https://packagist.org/downloads/",
1191         "license": [
1192             "BSD-3-Clause"
1193         ],
1194         "authors": [
1195             {
1196                 "name": "Cameron Eagans",
1197                 "email": "me@cweagans.net"
1198             }
1199         ],
1200         "description": "Provides a way to patch Composer packages."
1201     },
1202     {
1203         "name": "dflydev/dot-access-configuration",
1204         "version": "v1.0.3",
1205         "version_normalized": "1.0.3.0",
1206         "source": {
1207             "type": "git",
1208             "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
1209             "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
1210         },
1211         "dist": {
1212             "type": "zip",
1213             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
1214             "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
1215             "shasum": ""
1216         },
1217         "require": {
1218             "dflydev/dot-access-data": "1.*",
1219             "dflydev/placeholder-resolver": "1.*",
1220             "php": ">=5.3.2"
1221         },
1222         "require-dev": {
1223             "symfony/yaml": "~2.1"
1224         },
1225         "suggest": {
1226             "symfony/yaml": "Required for using the YAML Configuration Builders"
1227         },
1228         "time": "2018-09-08T23:00:17+00:00",
1229         "type": "library",
1230         "extra": {
1231             "branch-alias": {
1232                 "dev-master": "1.0-dev"
1233             }
1234         },
1235         "installation-source": "dist",
1236         "autoload": {
1237             "psr-0": {
1238                 "Dflydev\\DotAccessConfiguration": "src"
1239             }
1240         },
1241         "notification-url": "https://packagist.org/downloads/",
1242         "license": [
1243             "MIT"
1244         ],
1245         "authors": [
1246             {
1247                 "name": "Dragonfly Development Inc.",
1248                 "email": "info@dflydev.com",
1249                 "homepage": "http://dflydev.com"
1250             },
1251             {
1252                 "name": "Beau Simensen",
1253                 "email": "beau@dflydev.com",
1254                 "homepage": "http://beausimensen.com"
1255             }
1256         ],
1257         "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
1258         "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
1259         "keywords": [
1260             "config",
1261             "configuration"
1262         ]
1263     },
1264     {
1265         "name": "dflydev/dot-access-data",
1266         "version": "v1.1.0",
1267         "version_normalized": "1.1.0.0",
1268         "source": {
1269             "type": "git",
1270             "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
1271             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
1272         },
1273         "dist": {
1274             "type": "zip",
1275             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
1276             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
1277             "shasum": ""
1278         },
1279         "require": {
1280             "php": ">=5.3.2"
1281         },
1282         "time": "2017-01-20T21:14:22+00:00",
1283         "type": "library",
1284         "extra": {
1285             "branch-alias": {
1286                 "dev-master": "1.0-dev"
1287             }
1288         },
1289         "installation-source": "dist",
1290         "autoload": {
1291             "psr-0": {
1292                 "Dflydev\\DotAccessData": "src"
1293             }
1294         },
1295         "notification-url": "https://packagist.org/downloads/",
1296         "license": [
1297             "MIT"
1298         ],
1299         "authors": [
1300             {
1301                 "name": "Dragonfly Development Inc.",
1302                 "email": "info@dflydev.com",
1303                 "homepage": "http://dflydev.com"
1304             },
1305             {
1306                 "name": "Beau Simensen",
1307                 "email": "beau@dflydev.com",
1308                 "homepage": "http://beausimensen.com"
1309             },
1310             {
1311                 "name": "Carlos Frutos",
1312                 "email": "carlos@kiwing.it",
1313                 "homepage": "https://github.com/cfrutos"
1314             }
1315         ],
1316         "description": "Given a deep data structure, access data by dot notation.",
1317         "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
1318         "keywords": [
1319             "access",
1320             "data",
1321             "dot",
1322             "notation"
1323         ]
1324     },
1325     {
1326         "name": "dflydev/placeholder-resolver",
1327         "version": "v1.0.2",
1328         "version_normalized": "1.0.2.0",
1329         "source": {
1330             "type": "git",
1331             "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
1332             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
1333         },
1334         "dist": {
1335             "type": "zip",
1336             "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1337             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1338             "shasum": ""
1339         },
1340         "require": {
1341             "php": ">=5.3.2"
1342         },
1343         "time": "2012-10-28T21:08:28+00:00",
1344         "type": "library",
1345         "extra": {
1346             "branch-alias": {
1347                 "dev-master": "1.0-dev"
1348             }
1349         },
1350         "installation-source": "dist",
1351         "autoload": {
1352             "psr-0": {
1353                 "Dflydev\\PlaceholderResolver": "src"
1354             }
1355         },
1356         "notification-url": "https://packagist.org/downloads/",
1357         "license": [
1358             "MIT"
1359         ],
1360         "authors": [
1361             {
1362                 "name": "Dragonfly Development Inc.",
1363                 "email": "info@dflydev.com",
1364                 "homepage": "http://dflydev.com"
1365             },
1366             {
1367                 "name": "Beau Simensen",
1368                 "email": "beau@dflydev.com",
1369                 "homepage": "http://beausimensen.com"
1370             }
1371         ],
1372         "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.",
1373         "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
1374         "keywords": [
1375             "placeholder",
1376             "resolver"
1377         ]
1378     },
1379     {
1380         "name": "dnoegel/php-xdg-base-dir",
1381         "version": "0.1",
1382         "version_normalized": "0.1.0.0",
1383         "source": {
1384             "type": "git",
1385             "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
1386             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
1387         },
1388         "dist": {
1389             "type": "zip",
1390             "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1391             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1392             "shasum": ""
1393         },
1394         "require": {
1395             "php": ">=5.3.2"
1396         },
1397         "require-dev": {
1398             "phpunit/phpunit": "@stable"
1399         },
1400         "time": "2014-10-24T07:27:01+00:00",
1401         "type": "project",
1402         "installation-source": "dist",
1403         "autoload": {
1404             "psr-4": {
1405                 "XdgBaseDir\\": "src/"
1406             }
1407         },
1408         "notification-url": "https://packagist.org/downloads/",
1409         "license": [
1410             "MIT"
1411         ],
1412         "description": "implementation of xdg base directory specification for php"
1413     },
1414     {
1415         "name": "doctrine/annotations",
1416         "version": "v1.4.0",
1417         "version_normalized": "1.4.0.0",
1418         "source": {
1419             "type": "git",
1420             "url": "https://github.com/doctrine/annotations.git",
1421             "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1422         },
1423         "dist": {
1424             "type": "zip",
1425             "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1426             "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1427             "shasum": ""
1428         },
1429         "require": {
1430             "doctrine/lexer": "1.*",
1431             "php": "^5.6 || ^7.0"
1432         },
1433         "require-dev": {
1434             "doctrine/cache": "1.*",
1435             "phpunit/phpunit": "^5.7"
1436         },
1437         "time": "2017-02-24T16:22:25+00:00",
1438         "type": "library",
1439         "extra": {
1440             "branch-alias": {
1441                 "dev-master": "1.4.x-dev"
1442             }
1443         },
1444         "installation-source": "dist",
1445         "autoload": {
1446             "psr-4": {
1447                 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1448             }
1449         },
1450         "notification-url": "https://packagist.org/downloads/",
1451         "license": [
1452             "MIT"
1453         ],
1454         "authors": [
1455             {
1456                 "name": "Roman Borschel",
1457                 "email": "roman@code-factory.org"
1458             },
1459             {
1460                 "name": "Benjamin Eberlei",
1461                 "email": "kontakt@beberlei.de"
1462             },
1463             {
1464                 "name": "Guilherme Blanco",
1465                 "email": "guilhermeblanco@gmail.com"
1466             },
1467             {
1468                 "name": "Jonathan Wage",
1469                 "email": "jonwage@gmail.com"
1470             },
1471             {
1472                 "name": "Johannes Schmitt",
1473                 "email": "schmittjoh@gmail.com"
1474             }
1475         ],
1476         "description": "Docblock Annotations Parser",
1477         "homepage": "http://www.doctrine-project.org",
1478         "keywords": [
1479             "annotations",
1480             "docblock",
1481             "parser"
1482         ]
1483     },
1484     {
1485         "name": "doctrine/cache",
1486         "version": "v1.6.2",
1487         "version_normalized": "1.6.2.0",
1488         "source": {
1489             "type": "git",
1490             "url": "https://github.com/doctrine/cache.git",
1491             "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
1492         },
1493         "dist": {
1494             "type": "zip",
1495             "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
1496             "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
1497             "shasum": ""
1498         },
1499         "require": {
1500             "php": "~5.5|~7.0"
1501         },
1502         "conflict": {
1503             "doctrine/common": ">2.2,<2.4"
1504         },
1505         "require-dev": {
1506             "phpunit/phpunit": "~4.8|~5.0",
1507             "predis/predis": "~1.0",
1508             "satooshi/php-coveralls": "~0.6"
1509         },
1510         "time": "2017-07-22T12:49:21+00:00",
1511         "type": "library",
1512         "extra": {
1513             "branch-alias": {
1514                 "dev-master": "1.6.x-dev"
1515             }
1516         },
1517         "installation-source": "dist",
1518         "autoload": {
1519             "psr-4": {
1520                 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1521             }
1522         },
1523         "notification-url": "https://packagist.org/downloads/",
1524         "license": [
1525             "MIT"
1526         ],
1527         "authors": [
1528             {
1529                 "name": "Roman Borschel",
1530                 "email": "roman@code-factory.org"
1531             },
1532             {
1533                 "name": "Benjamin Eberlei",
1534                 "email": "kontakt@beberlei.de"
1535             },
1536             {
1537                 "name": "Guilherme Blanco",
1538                 "email": "guilhermeblanco@gmail.com"
1539             },
1540             {
1541                 "name": "Jonathan Wage",
1542                 "email": "jonwage@gmail.com"
1543             },
1544             {
1545                 "name": "Johannes Schmitt",
1546                 "email": "schmittjoh@gmail.com"
1547             }
1548         ],
1549         "description": "Caching library offering an object-oriented API for many cache backends",
1550         "homepage": "http://www.doctrine-project.org",
1551         "keywords": [
1552             "cache",
1553             "caching"
1554         ]
1555     },
1556     {
1557         "name": "doctrine/collections",
1558         "version": "v1.4.0",
1559         "version_normalized": "1.4.0.0",
1560         "source": {
1561             "type": "git",
1562             "url": "https://github.com/doctrine/collections.git",
1563             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
1564         },
1565         "dist": {
1566             "type": "zip",
1567             "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
1568             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
1569             "shasum": ""
1570         },
1571         "require": {
1572             "php": "^5.6 || ^7.0"
1573         },
1574         "require-dev": {
1575             "doctrine/coding-standard": "~0.1@dev",
1576             "phpunit/phpunit": "^5.7"
1577         },
1578         "time": "2017-01-03T10:49:41+00:00",
1579         "type": "library",
1580         "extra": {
1581             "branch-alias": {
1582                 "dev-master": "1.3.x-dev"
1583             }
1584         },
1585         "installation-source": "dist",
1586         "autoload": {
1587             "psr-0": {
1588                 "Doctrine\\Common\\Collections\\": "lib/"
1589             }
1590         },
1591         "notification-url": "https://packagist.org/downloads/",
1592         "license": [
1593             "MIT"
1594         ],
1595         "authors": [
1596             {
1597                 "name": "Roman Borschel",
1598                 "email": "roman@code-factory.org"
1599             },
1600             {
1601                 "name": "Benjamin Eberlei",
1602                 "email": "kontakt@beberlei.de"
1603             },
1604             {
1605                 "name": "Guilherme Blanco",
1606                 "email": "guilhermeblanco@gmail.com"
1607             },
1608             {
1609                 "name": "Jonathan Wage",
1610                 "email": "jonwage@gmail.com"
1611             },
1612             {
1613                 "name": "Johannes Schmitt",
1614                 "email": "schmittjoh@gmail.com"
1615             }
1616         ],
1617         "description": "Collections Abstraction library",
1618         "homepage": "http://www.doctrine-project.org",
1619         "keywords": [
1620             "array",
1621             "collections",
1622             "iterator"
1623         ]
1624     },
1625     {
1626         "name": "doctrine/common",
1627         "version": "v2.7.3",
1628         "version_normalized": "2.7.3.0",
1629         "source": {
1630             "type": "git",
1631             "url": "https://github.com/doctrine/common.git",
1632             "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
1633         },
1634         "dist": {
1635             "type": "zip",
1636             "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
1637             "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
1638             "shasum": ""
1639         },
1640         "require": {
1641             "doctrine/annotations": "1.*",
1642             "doctrine/cache": "1.*",
1643             "doctrine/collections": "1.*",
1644             "doctrine/inflector": "1.*",
1645             "doctrine/lexer": "1.*",
1646             "php": "~5.6|~7.0"
1647         },
1648         "require-dev": {
1649             "phpunit/phpunit": "^5.4.6"
1650         },
1651         "time": "2017-07-22T08:35:12+00:00",
1652         "type": "library",
1653         "extra": {
1654             "branch-alias": {
1655                 "dev-master": "2.7.x-dev"
1656             }
1657         },
1658         "installation-source": "dist",
1659         "autoload": {
1660             "psr-4": {
1661                 "Doctrine\\Common\\": "lib/Doctrine/Common"
1662             }
1663         },
1664         "notification-url": "https://packagist.org/downloads/",
1665         "license": [
1666             "MIT"
1667         ],
1668         "authors": [
1669             {
1670                 "name": "Roman Borschel",
1671                 "email": "roman@code-factory.org"
1672             },
1673             {
1674                 "name": "Benjamin Eberlei",
1675                 "email": "kontakt@beberlei.de"
1676             },
1677             {
1678                 "name": "Guilherme Blanco",
1679                 "email": "guilhermeblanco@gmail.com"
1680             },
1681             {
1682                 "name": "Jonathan Wage",
1683                 "email": "jonwage@gmail.com"
1684             },
1685             {
1686                 "name": "Johannes Schmitt",
1687                 "email": "schmittjoh@gmail.com"
1688             }
1689         ],
1690         "description": "Common Library for Doctrine projects",
1691         "homepage": "http://www.doctrine-project.org",
1692         "keywords": [
1693             "annotations",
1694             "collections",
1695             "eventmanager",
1696             "persistence",
1697             "spl"
1698         ]
1699     },
1700     {
1701         "name": "doctrine/inflector",
1702         "version": "v1.2.0",
1703         "version_normalized": "1.2.0.0",
1704         "source": {
1705             "type": "git",
1706             "url": "https://github.com/doctrine/inflector.git",
1707             "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
1708         },
1709         "dist": {
1710             "type": "zip",
1711             "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
1712             "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
1713             "shasum": ""
1714         },
1715         "require": {
1716             "php": "^7.0"
1717         },
1718         "require-dev": {
1719             "phpunit/phpunit": "^6.2"
1720         },
1721         "time": "2017-07-22T12:18:28+00:00",
1722         "type": "library",
1723         "extra": {
1724             "branch-alias": {
1725                 "dev-master": "1.2.x-dev"
1726             }
1727         },
1728         "installation-source": "dist",
1729         "autoload": {
1730             "psr-4": {
1731                 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1732             }
1733         },
1734         "notification-url": "https://packagist.org/downloads/",
1735         "license": [
1736             "MIT"
1737         ],
1738         "authors": [
1739             {
1740                 "name": "Roman Borschel",
1741                 "email": "roman@code-factory.org"
1742             },
1743             {
1744                 "name": "Benjamin Eberlei",
1745                 "email": "kontakt@beberlei.de"
1746             },
1747             {
1748                 "name": "Guilherme Blanco",
1749                 "email": "guilhermeblanco@gmail.com"
1750             },
1751             {
1752                 "name": "Jonathan Wage",
1753                 "email": "jonwage@gmail.com"
1754             },
1755             {
1756                 "name": "Johannes Schmitt",
1757                 "email": "schmittjoh@gmail.com"
1758             }
1759         ],
1760         "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1761         "homepage": "http://www.doctrine-project.org",
1762         "keywords": [
1763             "inflection",
1764             "pluralize",
1765             "singularize",
1766             "string"
1767         ]
1768     },
1769     {
1770         "name": "doctrine/instantiator",
1771         "version": "1.0.5",
1772         "version_normalized": "1.0.5.0",
1773         "source": {
1774             "type": "git",
1775             "url": "https://github.com/doctrine/instantiator.git",
1776             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1777         },
1778         "dist": {
1779             "type": "zip",
1780             "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1781             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1782             "shasum": ""
1783         },
1784         "require": {
1785             "php": ">=5.3,<8.0-DEV"
1786         },
1787         "require-dev": {
1788             "athletic/athletic": "~0.1.8",
1789             "ext-pdo": "*",
1790             "ext-phar": "*",
1791             "phpunit/phpunit": "~4.0",
1792             "squizlabs/php_codesniffer": "~2.0"
1793         },
1794         "time": "2015-06-14T21:17:01+00:00",
1795         "type": "library",
1796         "extra": {
1797             "branch-alias": {
1798                 "dev-master": "1.0.x-dev"
1799             }
1800         },
1801         "installation-source": "dist",
1802         "autoload": {
1803             "psr-4": {
1804                 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1805             }
1806         },
1807         "notification-url": "https://packagist.org/downloads/",
1808         "license": [
1809             "MIT"
1810         ],
1811         "authors": [
1812             {
1813                 "name": "Marco Pivetta",
1814                 "email": "ocramius@gmail.com",
1815                 "homepage": "http://ocramius.github.com/"
1816             }
1817         ],
1818         "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1819         "homepage": "https://github.com/doctrine/instantiator",
1820         "keywords": [
1821             "constructor",
1822             "instantiate"
1823         ]
1824     },
1825     {
1826         "name": "doctrine/lexer",
1827         "version": "v1.0.1",
1828         "version_normalized": "1.0.1.0",
1829         "source": {
1830             "type": "git",
1831             "url": "https://github.com/doctrine/lexer.git",
1832             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1833         },
1834         "dist": {
1835             "type": "zip",
1836             "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1837             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1838             "shasum": ""
1839         },
1840         "require": {
1841             "php": ">=5.3.2"
1842         },
1843         "time": "2014-09-09T13:34:57+00:00",
1844         "type": "library",
1845         "extra": {
1846             "branch-alias": {
1847                 "dev-master": "1.0.x-dev"
1848             }
1849         },
1850         "installation-source": "dist",
1851         "autoload": {
1852             "psr-0": {
1853                 "Doctrine\\Common\\Lexer\\": "lib/"
1854             }
1855         },
1856         "notification-url": "https://packagist.org/downloads/",
1857         "license": [
1858             "MIT"
1859         ],
1860         "authors": [
1861             {
1862                 "name": "Roman Borschel",
1863                 "email": "roman@code-factory.org"
1864             },
1865             {
1866                 "name": "Guilherme Blanco",
1867                 "email": "guilhermeblanco@gmail.com"
1868             },
1869             {
1870                 "name": "Johannes Schmitt",
1871                 "email": "schmittjoh@gmail.com"
1872             }
1873         ],
1874         "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1875         "homepage": "http://www.doctrine-project.org",
1876         "keywords": [
1877             "lexer",
1878             "parser"
1879         ]
1880     },
1881     {
1882         "name": "drupal-composer/drupal-scaffold",
1883         "version": "2.5.4",
1884         "version_normalized": "2.5.4.0",
1885         "source": {
1886             "type": "git",
1887             "url": "https://github.com/drupal-composer/drupal-scaffold.git",
1888             "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d"
1889         },
1890         "dist": {
1891             "type": "zip",
1892             "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
1893             "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
1894             "shasum": ""
1895         },
1896         "require": {
1897             "composer-plugin-api": "^1.0.0",
1898             "composer/semver": "^1.4",
1899             "php": ">=5.4.5"
1900         },
1901         "require-dev": {
1902             "composer/composer": "dev-master",
1903             "g1a/composer-test-scenarios": "^2.1.0",
1904             "phpunit/phpunit": "^6",
1905             "squizlabs/php_codesniffer": "^2.8"
1906         },
1907         "time": "2018-07-27T10:07:07+00:00",
1908         "type": "composer-plugin",
1909         "extra": {
1910             "class": "DrupalComposer\\DrupalScaffold\\Plugin",
1911             "branch-alias": {
1912                 "dev-master": "2.0.x-dev"
1913             }
1914         },
1915         "installation-source": "dist",
1916         "autoload": {
1917             "psr-4": {
1918                 "DrupalComposer\\DrupalScaffold\\": "src/"
1919             }
1920         },
1921         "notification-url": "https://packagist.org/downloads/",
1922         "license": [
1923             "GPL-2.0-or-later"
1924         ],
1925         "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core"
1926     },
1927     {
1928         "name": "drupal/admin_toolbar",
1929         "version": "1.24.0",
1930         "version_normalized": "1.24.0.0",
1931         "source": {
1932             "type": "git",
1933             "url": "https://git.drupal.org/project/admin_toolbar",
1934             "reference": "8.x-1.24"
1935         },
1936         "dist": {
1937             "type": "zip",
1938             "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.24.zip",
1939             "reference": "8.x-1.24",
1940             "shasum": "682ffa443a1e339583022eb6adbb00c1103ea6d4"
1941         },
1942         "require": {
1943             "drupal/core": "*"
1944         },
1945         "type": "drupal-module",
1946         "extra": {
1947             "branch-alias": {
1948                 "dev-1.x": "1.x-dev"
1949             },
1950             "drupal": {
1951                 "version": "8.x-1.24",
1952                 "datestamp": "1527523080",
1953                 "security-coverage": {
1954                     "status": "covered",
1955                     "message": "Covered by Drupal's security advisory policy"
1956                 }
1957             }
1958         },
1959         "installation-source": "dist",
1960         "notification-url": "https://packages.drupal.org/8/downloads",
1961         "license": [
1962             "GPL-2.0+"
1963         ],
1964         "authors": [
1965             {
1966                 "name": "Wilfrid Roze (eme)",
1967                 "homepage": "https://www.drupal.org/u/eme",
1968                 "role": "Maintainer"
1969             },
1970             {
1971                 "name": "Romain Jarraud (romainj)",
1972                 "homepage": "https://www.drupal.org/u/romainj",
1973                 "role": "Maintainer"
1974             },
1975             {
1976                 "name": "Adrian Cid Almaguer (adriancid)",
1977                 "homepage": "https://www.drupal.org/u/adriancid",
1978                 "email": "adriancid@gmail.com",
1979                 "role": "Maintainer"
1980             },
1981             {
1982                 "name": "Mohamed Anis Taktak (matio89)",
1983                 "homepage": "https://www.drupal.org/u/matio89",
1984                 "role": "Maintainer"
1985             },
1986             {
1987                 "name": "fethi.krout",
1988                 "homepage": "https://www.drupal.org/user/3206765"
1989             },
1990             {
1991                 "name": "matio89",
1992                 "homepage": "https://www.drupal.org/user/2320090"
1993             },
1994             {
1995                 "name": "romainj",
1996                 "homepage": "https://www.drupal.org/user/370706"
1997             }
1998         ],
1999         "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
2000         "homepage": "http://drupal.org/project/admin_toolbar",
2001         "keywords": [
2002             "Drupal",
2003             "Toolbar"
2004         ],
2005         "support": {
2006             "source": "http://cgit.drupalcode.org/admin_toolbar",
2007             "issues": "https://www.drupal.org/project/issues/admin_toolbar"
2008         }
2009     },
2010     {
2011         "name": "drupal/advagg",
2012         "version": "2.4.0",
2013         "version_normalized": "2.4.0.0",
2014         "source": {
2015             "type": "git",
2016             "url": "https://git.drupal.org/project/advagg",
2017             "reference": "8.x-2.4"
2018         },
2019         "dist": {
2020             "type": "zip",
2021             "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
2022             "reference": "8.x-2.4",
2023             "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
2024         },
2025         "require": {
2026             "drupal/core": "~8.0"
2027         },
2028         "type": "drupal-module",
2029         "extra": {
2030             "branch-alias": {
2031                 "dev-2.x": "2.x-dev"
2032             },
2033             "drupal": {
2034                 "version": "8.x-2.4",
2035                 "datestamp": "1493949188"
2036             }
2037         },
2038         "installation-source": "dist",
2039         "notification-url": "https://packages.drupal.org/8/downloads",
2040         "license": [
2041             "GPL-2.0+"
2042         ],
2043         "authors": [
2044             {
2045                 "name": "Mike Carper (mikeytown2)",
2046                 "homepage": "https://www.drupal.org/u/mikeytown2",
2047                 "role": "Creator, Maintainer"
2048             },
2049             {
2050                 "name": "Nick Wilde (nickwilde)",
2051                 "homepage": "https://www.drupal.org/u/nickwilde",
2052                 "email": "design@briarmoon.ca",
2053                 "role": "Drupal 8 Port/maintainer"
2054             },
2055             {
2056                 "name": "doublejosh",
2057                 "homepage": "https://www.drupal.org/user/199720"
2058             },
2059             {
2060                 "name": "iamcarrico",
2061                 "homepage": "https://www.drupal.org/user/1300542"
2062             },
2063             {
2064                 "name": "markcarver",
2065                 "homepage": "https://www.drupal.org/user/501638"
2066             },
2067             {
2068                 "name": "mikeytown2",
2069                 "homepage": "https://www.drupal.org/user/282446"
2070             },
2071             {
2072                 "name": "rupl",
2073                 "homepage": "https://www.drupal.org/user/411999"
2074             }
2075         ],
2076         "description": "Improved aggregation of CSS/JS files to speed up page load times.",
2077         "homepage": "https://drupal.org/project/advagg",
2078         "support": {
2079             "source": "https://cgit.drupalcode.org/advagg",
2080             "issues": "https://drupal.org/project/issues/advagg",
2081             "irc": "irc://irc.freenode.org/drupal-contribute"
2082         }
2083     },
2084     {
2085         "name": "drupal/advanced_help",
2086         "version": "1.0.0-alpha2",
2087         "version_normalized": "1.0.0.0-alpha2",
2088         "source": {
2089             "type": "git",
2090             "url": "https://git.drupal.org/project/advanced_help",
2091             "reference": "8.x-1.0-alpha2"
2092         },
2093         "dist": {
2094             "type": "zip",
2095             "url": "https://ftp.drupal.org/files/projects/advanced_help-8.x-1.0-alpha2.zip",
2096             "reference": "8.x-1.0-alpha2",
2097             "shasum": "15893996c66bcb81e200dfb9871df6f0da682cc0"
2098         },
2099         "require": {
2100             "drupal/core": "~8.0",
2101             "michelf/php-markdown": "^1.7"
2102         },
2103         "type": "drupal-module",
2104         "extra": {
2105             "branch-alias": {
2106                 "dev-1.x": "1.x-dev"
2107             },
2108             "drupal": {
2109                 "version": "8.x-1.0-alpha2",
2110                 "datestamp": "1542000180",
2111                 "security-coverage": {
2112                     "status": "not-covered",
2113                     "message": "Alpha releases are not covered by Drupal security advisories."
2114                 }
2115             }
2116         },
2117         "installation-source": "source",
2118         "notification-url": "https://packages.drupal.org/8/downloads",
2119         "license": [
2120             "GPL-2.0+"
2121         ],
2122         "authors": [
2123             {
2124                 "name": "David Valdez (gnuget)",
2125                 "homepage": "https://www.drupal.org/u/gnuget",
2126                 "role": "Maintainer"
2127             },
2128             {
2129                 "name": "dmitrig01",
2130                 "homepage": "https://www.drupal.org/user/47566"
2131             },
2132             {
2133                 "name": "fgm",
2134                 "homepage": "https://www.drupal.org/user/27985"
2135             },
2136             {
2137                 "name": "gisle",
2138                 "homepage": "https://www.drupal.org/user/409554"
2139             },
2140             {
2141                 "name": "gnuget",
2142                 "homepage": "https://www.drupal.org/user/992990"
2143             },
2144             {
2145                 "name": "merlinofchaos",
2146                 "homepage": "https://www.drupal.org/user/26979"
2147             },
2148             {
2149                 "name": "redndahead",
2150                 "homepage": "https://www.drupal.org/user/160320"
2151             }
2152         ],
2153         "description": "Provide extended help and documentation.",
2154         "homepage": "https://www.drupal.org/project/advanced_help",
2155         "support": {
2156             "source": "https://cgit.drupalcode.org/advanced_help",
2157             "issues": "https://www.drupal.org/project/issues/advanced_help",
2158             "irc": "irc://irc.freenode.org/drupal-contribute"
2159         }
2160     },
2161     {
2162         "name": "drupal/better_formats",
2163         "version": "dev-1.x",
2164         "version_normalized": "dev-1.x",
2165         "source": {
2166             "type": "git",
2167             "url": "https://git.drupal.org/project/better_formats",
2168             "reference": "e632735f9bec5e08db58716195edc25cc6db78b3"
2169         },
2170         "require": {
2171             "drupal/core": "~8.0"
2172         },
2173         "type": "drupal-module",
2174         "extra": {
2175             "branch-alias": {
2176                 "dev-1.x": "1.x-dev"
2177             },
2178             "drupal": {
2179                 "version": "8.x-1.x-dev",
2180                 "datestamp": "1524577384",
2181                 "security-coverage": {
2182                     "status": "not-covered",
2183                     "message": "Project has not opted into security advisory coverage!"
2184                 }
2185             }
2186         },
2187         "installation-source": "source",
2188         "notification-url": "https://packages.drupal.org/8/downloads",
2189         "license": [
2190             "GPL-2.0+"
2191         ],
2192         "authors": [
2193             {
2194                 "name": "Devin Carlson",
2195                 "homepage": "https://www.drupal.org/user/290182"
2196             },
2197             {
2198                 "name": "dragonwize",
2199                 "homepage": "https://www.drupal.org/user/137882"
2200             }
2201         ],
2202         "description": "Enhances the core input format system by managing input format defaults and settings.",
2203         "homepage": "https://www.drupal.org/project/better_formats",
2204         "support": {
2205             "source": "http://cgit.drupalcode.org/better_formats"
2206         }
2207     },
2208     {
2209         "name": "drupal/blazy",
2210         "version": "1.0.0-rc3",
2211         "version_normalized": "1.0.0.0-RC3",
2212         "source": {
2213             "type": "git",
2214             "url": "https://git.drupal.org/project/blazy",
2215             "reference": "8.x-1.0-rc3"
2216         },
2217         "dist": {
2218             "type": "zip",
2219             "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc3.zip",
2220             "reference": "8.x-1.0-rc3",
2221             "shasum": "a92409f7d19ed984362b213c6245f8eda3bef03a"
2222         },
2223         "require": {
2224             "drupal/core": "*"
2225         },
2226         "type": "drupal-module",
2227         "extra": {
2228             "branch-alias": {
2229                 "dev-1.x": "1.x-dev"
2230             },
2231             "drupal": {
2232                 "version": "8.x-1.0-rc3",
2233                 "datestamp": "1538045580",
2234                 "security-coverage": {
2235                     "status": "not-covered",
2236                     "message": "Project has not opted into security advisory coverage!"
2237                 }
2238             }
2239         },
2240         "installation-source": "dist",
2241         "notification-url": "https://packages.drupal.org/8/downloads",
2242         "license": [
2243             "GPL-2.0+"
2244         ],
2245         "authors": [
2246             {
2247                 "name": "Gaus Surahman",
2248                 "homepage": "https://www.drupal.org/u/gausarts",
2249                 "role": "Maintainer"
2250             },
2251             {
2252                 "name": "Contributors",
2253                 "homepage": "https://www.drupal.org/node/2663268/committers",
2254                 "role": "Contributor"
2255             },
2256             {
2257                 "name": "sun",
2258                 "homepage": "https://www.drupal.org/user/54136"
2259             }
2260         ],
2261         "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
2262         "homepage": "https://drupal.org/project/blazy",
2263         "keywords": [
2264             "Drupal",
2265             "bLazy",
2266             "lazyload"
2267         ],
2268         "support": {
2269             "source": "http://cgit.drupalcode.org/blazy",
2270             "issues": "https://drupal.org/project/issues/blazy"
2271         }
2272     },
2273     {
2274         "name": "drupal/block_class",
2275         "version": "1.0.0",
2276         "version_normalized": "1.0.0.0",
2277         "source": {
2278             "type": "git",
2279             "url": "https://git.drupal.org/project/block_class",
2280             "reference": "8.x-1.0"
2281         },
2282         "dist": {
2283             "type": "zip",
2284             "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0.zip",
2285             "reference": "8.x-1.0",
2286             "shasum": "1a691999d051a3c010c2b6f2df73954ee02f424d"
2287         },
2288         "require": {
2289             "drupal/core": "*"
2290         },
2291         "type": "drupal-module",
2292         "extra": {
2293             "branch-alias": {
2294                 "dev-1.x": "1.x-dev"
2295             },
2296             "drupal": {
2297                 "version": "8.x-1.0",
2298                 "datestamp": "1531440821",
2299                 "security-coverage": {
2300                     "status": "covered",
2301                     "message": "Covered by Drupal's security advisory policy"
2302                 }
2303             }
2304         },
2305         "installation-source": "dist",
2306         "notification-url": "https://packages.drupal.org/8/downloads",
2307         "license": [
2308             "GPL-2.0+"
2309         ],
2310         "authors": [
2311             {
2312                 "name": "Todd Nienkerk",
2313                 "homepage": "https://www.drupal.org/u/todd-nienkerk",
2314                 "role": "Maintainer"
2315             },
2316             {
2317                 "name": "Renato Gonçalves (RenatoG)",
2318                 "homepage": "https://www.drupal.org/u/RenatoG",
2319                 "email": "renatog@ciandt.com",
2320                 "role": "Maintainer"
2321             },
2322             {
2323                 "name": "Aaron Stanush",
2324                 "homepage": "https://www.drupal.org/u/aaron-stanush",
2325                 "role": "Maintainer"
2326             },
2327             {
2328                 "name": "David Suissa (DYdave)",
2329                 "homepage": "https://www.drupal.org/u/DYdave",
2330                 "role": "Maintainer"
2331             },
2332             {
2333                 "name": "Four Kitchens",
2334                 "homepage": "https://www.drupal.org/user/358502",
2335                 "role": "Maintainer"
2336             },
2337             {
2338                 "name": "berenddeboer",
2339                 "homepage": "https://www.drupal.org/u/berenddeboer",
2340                 "role": "Maintainer"
2341             },
2342             {
2343                 "name": "elliotttf",
2344                 "homepage": "https://www.drupal.org/u/elliotttf",
2345                 "role": "Maintainer"
2346             },
2347             {
2348                 "name": "Michal Minecki (mirzu)",
2349                 "homepage": "https://www.drupal.org/u/mirzu",
2350                 "role": "Maintainer"
2351             },
2352             {
2353                 "name": "Patrick Coffey (pcoffey)",
2354                 "homepage": "https://www.drupal.org/u/pcoffey",
2355                 "role": "Maintainer"
2356             },
2357             {
2358                 "name": "Taylor Smith (tsmith512)",
2359                 "homepage": "https://www.drupal.org/u/tsmith512",
2360                 "role": "Maintainer"
2361             },
2362             {
2363                 "name": "tsmith512",
2364                 "homepage": "https://www.drupal.org/user/2031446"
2365             }
2366         ],
2367         "description": "Allows assigning classes to Blocks.",
2368         "homepage": "https://www.drupal.org/project/block_class",
2369         "support": {
2370             "source": "https://cgit.drupalcode.org/block_class",
2371             "issues": "https://www.drupal.org/project/issues/block_class",
2372             "irc": "irc://irc.freenode.org/drupal-contribute"
2373         }
2374     },
2375     {
2376         "name": "drupal/bootstrap",
2377         "version": "3.14.0",
2378         "version_normalized": "3.14.0.0",
2379         "source": {
2380             "type": "git",
2381             "url": "https://git.drupal.org/project/bootstrap",
2382             "reference": "8.x-3.14"
2383         },
2384         "dist": {
2385             "type": "zip",
2386             "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.14.zip",
2387             "reference": "8.x-3.14",
2388             "shasum": "bd32ae78846d7f535e5a71f631377dba93ee8bd2"
2389         },
2390         "require": {
2391             "drupal/core": "~8.0"
2392         },
2393         "type": "drupal-theme",
2394         "extra": {
2395             "branch-alias": {
2396                 "dev-3.x": "3.x-dev"
2397             },
2398             "drupal": {
2399                 "version": "8.x-3.14",
2400                 "datestamp": "1542006180",
2401                 "security-coverage": {
2402                     "status": "covered",
2403                     "message": "Covered by Drupal's security advisory policy"
2404                 }
2405             }
2406         },
2407         "installation-source": "dist",
2408         "notification-url": "https://packages.drupal.org/8/downloads",
2409         "license": [
2410             "GPL-2.0"
2411         ],
2412         "authors": [
2413             {
2414                 "name": "Mark Carver (markcarver)",
2415                 "homepage": "https://www.drupal.org/u/markcarver",
2416                 "role": "Maintainer"
2417             },
2418             {
2419                 "name": "John McCormick (neardark)",
2420                 "homepage": "https://www.drupal.org/u/neardark",
2421                 "role": "Co-maintainer"
2422             },
2423             {
2424                 "name": "Fabiano Sant'Ana (wundo)",
2425                 "homepage": "https://www.drupal.org/u/wundo",
2426                 "role": "Co-maintainer"
2427             },
2428             {
2429                 "name": "wundo",
2430                 "homepage": "https://www.drupal.org/user/25523"
2431             }
2432         ],
2433         "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
2434         "homepage": "https://www.drupal.org/project/bootstrap",
2435         "support": {
2436             "source": "http://cgit.drupalcode.org/bootstrap",
2437             "docs": "https://drupal-bootstrap.org",
2438             "issues": "https://www.drupal.org/project/issues/bootstrap",
2439             "irc": "irc://irc.freenode.org/drupal-bootstrap"
2440         }
2441     },
2442     {
2443         "name": "drupal/bootstrap_layouts",
2444         "version": "4.2.0",
2445         "version_normalized": "4.2.0.0",
2446         "source": {
2447             "type": "git",
2448             "url": "https://git.drupal.org/project/bootstrap_layouts",
2449             "reference": "8.x-4.2"
2450         },
2451         "dist": {
2452             "type": "zip",
2453             "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.2.zip",
2454             "reference": "8.x-4.2",
2455             "shasum": "247f8e766fa06c9639fa80e81ecc933230e3e9fb"
2456         },
2457         "require": {
2458             "drupal/core": "~8.0",
2459             "drupal/layout_plugin": "*"
2460         },
2461         "type": "drupal-module",
2462         "extra": {
2463             "branch-alias": {
2464                 "dev-4.x": "4.x-dev"
2465             },
2466             "drupal": {
2467                 "version": "8.x-4.2",
2468                 "datestamp": "1507846445",
2469                 "security-coverage": {
2470                     "status": "covered",
2471                     "message": "Covered by Drupal's security advisory policy"
2472                 }
2473             }
2474         },
2475         "installation-source": "dist",
2476         "notification-url": "https://packages.drupal.org/8/downloads",
2477         "license": [
2478             "GPL-2.0-or-later"
2479         ],
2480         "authors": [
2481             {
2482                 "name": "darol100",
2483                 "homepage": "https://www.drupal.org/user/2667123"
2484             },
2485             {
2486                 "name": "hctom",
2487                 "homepage": "https://www.drupal.org/user/112790"
2488             },
2489             {
2490                 "name": "markcarver",
2491                 "homepage": "https://www.drupal.org/user/501638"
2492             }
2493         ],
2494         "description": "This module is going to generate layouts with Bootstrap grid system.",
2495         "homepage": "https://www.drupal.org/project/bootstrap_layouts",
2496         "support": {
2497             "source": "http://cgit.drupalcode.org/bootstrap_layouts"
2498         }
2499     },
2500     {
2501         "name": "drupal/ckeditor_templates",
2502         "version": "1.0.0",
2503         "version_normalized": "1.0.0.0",
2504         "source": {
2505             "type": "git",
2506             "url": "https://git.drupal.org/project/ckeditor_templates",
2507             "reference": "8.x-1.0"
2508         },
2509         "dist": {
2510             "type": "zip",
2511             "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
2512             "reference": "8.x-1.0",
2513             "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
2514         },
2515         "require": {
2516             "drupal/core": "*"
2517         },
2518         "type": "drupal-module",
2519         "extra": {
2520             "branch-alias": {
2521                 "dev-1.x": "1.x-dev"
2522             },
2523             "drupal": {
2524                 "version": "8.x-1.0",
2525                 "datestamp": "1490206982"
2526             }
2527         },
2528         "installation-source": "dist",
2529         "notification-url": "https://packages.drupal.org/8/downloads",
2530         "license": [
2531             "GPL-2.0+"
2532         ],
2533         "authors": [
2534             {
2535                 "name": "lucaslg",
2536                 "homepage": "https://www.drupal.org/user/3128975"
2537             }
2538         ],
2539         "description": "Integrates the CKEdito templates plugin",
2540         "homepage": "https://www.drupal.org/project/ckeditor_templates",
2541         "support": {
2542             "source": "http://cgit.drupalcode.org/ckeditor_templates"
2543         }
2544     },
2545     {
2546         "name": "drupal/ckeditor_widgets",
2547         "version": "dev-1.x",
2548         "version_normalized": "dev-1.x",
2549         "source": {
2550             "type": "git",
2551             "url": "https://git.drupal.org/project/ckeditor_widgets",
2552             "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
2553         },
2554         "require": {
2555             "drupal/core": "*"
2556         },
2557         "type": "drupal-module",
2558         "extra": {
2559             "branch-alias": {
2560                 "dev-1.x": "1.x-dev"
2561             },
2562             "drupal": {
2563                 "version": "8.x-1.x-dev",
2564                 "datestamp": "1472798939"
2565             }
2566         },
2567         "installation-source": "source",
2568         "notification-url": "https://packages.drupal.org/8/downloads",
2569         "license": [
2570             "GPL-2.0+"
2571         ],
2572         "authors": [
2573             {
2574                 "name": "jlyon",
2575                 "homepage": "https://www.drupal.org/user/256444"
2576             }
2577         ],
2578         "description": "Adds widgets and an Insert Template menu to CKEditor",
2579         "homepage": "https://www.drupal.org/project/ckeditor_widgets",
2580         "support": {
2581             "source": "http://cgit.drupalcode.org/ckeditor_widgets"
2582         }
2583     },
2584     {
2585         "name": "drupal/console",
2586         "version": "1.8.0",
2587         "version_normalized": "1.8.0.0",
2588         "source": {
2589             "type": "git",
2590             "url": "https://github.com/hechoendrupal/drupal-console.git",
2591             "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18"
2592         },
2593         "dist": {
2594             "type": "zip",
2595             "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/368bbfa44dc6b957eb4db01977f7c39e83032d18",
2596             "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18",
2597             "shasum": ""
2598         },
2599         "require": {
2600             "alchemy/zippy": "0.4.3",
2601             "composer/installers": "~1.0",
2602             "doctrine/annotations": "^1.2",
2603             "doctrine/collections": "^1.3",
2604             "drupal/console-core": "1.8.0",
2605             "drupal/console-extend-plugin": "~0",
2606             "guzzlehttp/guzzle": "~6.1",
2607             "php": "^5.5.9 || ^7.0",
2608             "psy/psysh": "0.6.* || ~0.8",
2609             "symfony/css-selector": "~2.8|~3.0",
2610             "symfony/dom-crawler": "~2.8|~3.0",
2611             "symfony/http-foundation": "~2.8|~3.0"
2612         },
2613         "suggest": {
2614             "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
2615             "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
2616         },
2617         "time": "2018-03-21T20:50:16+00:00",
2618         "bin": [
2619             "bin/drupal"
2620         ],
2621         "type": "library",
2622         "installation-source": "dist",
2623         "autoload": {
2624             "psr-4": {
2625                 "Drupal\\Console\\": "src"
2626             }
2627         },
2628         "notification-url": "https://packagist.org/downloads/",
2629         "license": [
2630             "GPL-2.0-or-later"
2631         ],
2632         "authors": [
2633             {
2634                 "name": "David Flores",
2635                 "email": "dmousex@gmail.com",
2636                 "homepage": "http://dmouse.net"
2637             },
2638             {
2639                 "name": "Jesus Manuel Olivas",
2640                 "email": "jesus.olivas@gmail.com",
2641                 "homepage": "http://jmolivas.com"
2642             },
2643             {
2644                 "name": "Eduardo Garcia",
2645                 "email": "enzo@enzolutions.com",
2646                 "homepage": "http://enzolutions.com/"
2647             },
2648             {
2649                 "name": "Omar Aguirre",
2650                 "email": "omersguchigu@gmail.com"
2651             },
2652             {
2653                 "name": "Drupal Console Contributors",
2654                 "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
2655             }
2656         ],
2657         "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
2658         "homepage": "http://drupalconsole.com/",
2659         "keywords": [
2660             "console",
2661             "development",
2662             "drupal",
2663             "symfony"
2664         ]
2665     },
2666     {
2667         "name": "drupal/console-core",
2668         "version": "1.8.0",
2669         "version_normalized": "1.8.0.0",
2670         "source": {
2671             "type": "git",
2672             "url": "https://github.com/hechoendrupal/drupal-console-core.git",
2673             "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1"
2674         },
2675         "dist": {
2676             "type": "zip",
2677             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bf1fb4a6f689377acec1694267f674178d28e5d1",
2678             "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1",
2679             "shasum": ""
2680         },
2681         "require": {
2682             "dflydev/dot-access-configuration": "^1.0",
2683             "drupal/console-en": "1.8.0",
2684             "php": "^5.5.9 || ^7.0",
2685             "stecman/symfony-console-completion": "~0.7",
2686             "symfony/config": "~2.8|~3.0",
2687             "symfony/console": "~2.8|~3.0",
2688             "symfony/debug": "~2.8|~3.0",
2689             "symfony/dependency-injection": "~2.8|~3.0",
2690             "symfony/event-dispatcher": "~2.8|~3.0",
2691             "symfony/filesystem": "~2.8|~3.0",
2692             "symfony/finder": "~2.8|~3.0",
2693             "symfony/process": "~2.8|~3.0",
2694             "symfony/translation": "~2.8|~3.0",
2695             "symfony/yaml": "~2.8|~3.0",
2696             "twig/twig": "^1.23.1",
2697             "webflo/drupal-finder": "^1.0",
2698             "webmozart/path-util": "^2.3"
2699         },
2700         "time": "2018-03-21T19:33:23+00:00",
2701         "type": "library",
2702         "installation-source": "dist",
2703         "autoload": {
2704             "files": [
2705                 "src/functions.php"
2706             ],
2707             "psr-4": {
2708                 "Drupal\\Console\\Core\\": "src"
2709             }
2710         },
2711         "notification-url": "https://packagist.org/downloads/",
2712         "license": [
2713             "GPL-2.0-or-later"
2714         ],
2715         "authors": [
2716             {
2717                 "name": "David Flores",
2718                 "email": "dmousex@gmail.com",
2719                 "homepage": "http://dmouse.net"
2720             },
2721             {
2722                 "name": "Jesus Manuel Olivas",
2723                 "email": "jesus.olivas@gmail.com",
2724                 "homepage": "http://jmolivas.com"
2725             },
2726             {
2727                 "name": "Drupal Console Contributors",
2728                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2729             },
2730             {
2731                 "name": "Eduardo Garcia",
2732                 "email": "enzo@enzolutions.com",
2733                 "homepage": "http://enzolutions.com/"
2734             },
2735             {
2736                 "name": "Omar Aguirre",
2737                 "email": "omersguchigu@gmail.com"
2738             }
2739         ],
2740         "description": "Drupal Console Core",
2741         "homepage": "http://drupalconsole.com/",
2742         "keywords": [
2743             "console",
2744             "development",
2745             "drupal",
2746             "symfony"
2747         ]
2748     },
2749     {
2750         "name": "drupal/console-en",
2751         "version": "1.8.0",
2752         "version_normalized": "1.8.0.0",
2753         "source": {
2754             "type": "git",
2755             "url": "https://github.com/hechoendrupal/drupal-console-en.git",
2756             "reference": "ea956ddffab04f519a89858810e5f695b9def92b"
2757         },
2758         "dist": {
2759             "type": "zip",
2760             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/ea956ddffab04f519a89858810e5f695b9def92b",
2761             "reference": "ea956ddffab04f519a89858810e5f695b9def92b",
2762             "shasum": ""
2763         },
2764         "time": "2018-03-21T19:16:27+00:00",
2765         "type": "drupal-console-language",
2766         "installation-source": "dist",
2767         "notification-url": "https://packagist.org/downloads/",
2768         "license": [
2769             "GPL-2.0-or-later"
2770         ],
2771         "authors": [
2772             {
2773                 "name": "David Flores",
2774                 "email": "dmousex@gmail.com",
2775                 "homepage": "http://dmouse.net"
2776             },
2777             {
2778                 "name": "Jesus Manuel Olivas",
2779                 "email": "jesus.olivas@gmail.com",
2780                 "homepage": "http://jmolivas.com"
2781             },
2782             {
2783                 "name": "Drupal Console Contributors",
2784                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2785             },
2786             {
2787                 "name": "Eduardo Garcia",
2788                 "email": "enzo@enzolutions.com",
2789                 "homepage": "http://enzolutions.com/"
2790             },
2791             {
2792                 "name": "Omar Aguirre",
2793                 "email": "omersguchigu@gmail.com"
2794             }
2795         ],
2796         "description": "Drupal Console English Language",
2797         "homepage": "http://drupalconsole.com/",
2798         "keywords": [
2799             "console",
2800             "development",
2801             "drupal",
2802             "symfony"
2803         ]
2804     },
2805     {
2806         "name": "drupal/console-extend-plugin",
2807         "version": "0.9.2",
2808         "version_normalized": "0.9.2.0",
2809         "source": {
2810             "type": "git",
2811             "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
2812             "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
2813         },
2814         "dist": {
2815             "type": "zip",
2816             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
2817             "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
2818             "shasum": ""
2819         },
2820         "require": {
2821             "composer-plugin-api": "^1.0",
2822             "symfony/finder": "~2.7|~3.0",
2823             "symfony/yaml": "~2.7|~3.0"
2824         },
2825         "time": "2017-07-28T17:11:54+00:00",
2826         "type": "composer-plugin",
2827         "extra": {
2828             "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
2829         },
2830         "installation-source": "dist",
2831         "autoload": {
2832             "psr-4": {
2833                 "Drupal\\Console\\Composer\\Plugin\\": "src"
2834             }
2835         },
2836         "notification-url": "https://packagist.org/downloads/",
2837         "license": [
2838             "GPL-2.0+"
2839         ],
2840         "authors": [
2841             {
2842                 "name": "Jesus Manuel Olivas",
2843                 "email": "jesus.olivas@gmail.com"
2844             }
2845         ],
2846         "description": "Drupal Console Extend Plugin"
2847     },
2848     {
2849         "name": "drupal/core",
2850         "version": "8.6.3",
2851         "version_normalized": "8.6.3.0",
2852         "source": {
2853             "type": "git",
2854             "url": "https://github.com/drupal/core.git",
2855             "reference": "9e9a1dd9e280ebaf10622217e54448b529167965"
2856         },
2857         "dist": {
2858             "type": "zip",
2859             "url": "https://api.github.com/repos/drupal/core/zipball/9e9a1dd9e280ebaf10622217e54448b529167965",
2860             "reference": "9e9a1dd9e280ebaf10622217e54448b529167965",
2861             "shasum": ""
2862         },
2863         "require": {
2864             "asm89/stack-cors": "^1.1",
2865             "composer/semver": "^1.0",
2866             "doctrine/annotations": "^1.2",
2867             "doctrine/common": "^2.5",
2868             "easyrdf/easyrdf": "^0.9",
2869             "egulias/email-validator": "^1.2",
2870             "ext-date": "*",
2871             "ext-dom": "*",
2872             "ext-filter": "*",
2873             "ext-gd": "*",
2874             "ext-hash": "*",
2875             "ext-json": "*",
2876             "ext-pcre": "*",
2877             "ext-pdo": "*",
2878             "ext-session": "*",
2879             "ext-simplexml": "*",
2880             "ext-spl": "*",
2881             "ext-tokenizer": "*",
2882             "ext-xml": "*",
2883             "guzzlehttp/guzzle": "^6.2.1",
2884             "masterminds/html5": "^2.1",
2885             "paragonie/random_compat": "^1.0|^2.0",
2886             "php": "^5.5.9|>=7.0.8",
2887             "stack/builder": "^1.0",
2888             "symfony-cmf/routing": "^1.4",
2889             "symfony/class-loader": "~3.4.0",
2890             "symfony/console": "~3.4.0",
2891             "symfony/dependency-injection": "~3.4.0",
2892             "symfony/event-dispatcher": "~3.4.0",
2893             "symfony/http-foundation": "~3.4.14",
2894             "symfony/http-kernel": "~3.4.14",
2895             "symfony/polyfill-iconv": "^1.0",
2896             "symfony/process": "~3.4.0",
2897             "symfony/psr-http-message-bridge": "^1.0",
2898             "symfony/routing": "~3.4.0",
2899             "symfony/serializer": "~3.4.0",
2900             "symfony/translation": "~3.4.0",
2901             "symfony/validator": "~3.4.0",
2902             "symfony/yaml": "~3.4.5",
2903             "twig/twig": "^1.35.0",
2904             "zendframework/zend-diactoros": "^1.1",
2905             "zendframework/zend-feed": "^2.4"
2906         },
2907         "conflict": {
2908             "drush/drush": "<8.1.10"
2909         },
2910         "replace": {
2911             "drupal/action": "self.version",
2912             "drupal/aggregator": "self.version",
2913             "drupal/automated_cron": "self.version",
2914             "drupal/ban": "self.version",
2915             "drupal/bartik": "self.version",
2916             "drupal/basic_auth": "self.version",
2917             "drupal/big_pipe": "self.version",
2918             "drupal/block": "self.version",
2919             "drupal/block_content": "self.version",
2920             "drupal/block_place": "self.version",
2921             "drupal/book": "self.version",
2922             "drupal/breakpoint": "self.version",
2923             "drupal/ckeditor": "self.version",
2924             "drupal/classy": "self.version",
2925             "drupal/color": "self.version",
2926             "drupal/comment": "self.version",
2927             "drupal/config": "self.version",
2928             "drupal/config_translation": "self.version",
2929             "drupal/contact": "self.version",
2930             "drupal/content_moderation": "self.version",
2931             "drupal/content_translation": "self.version",
2932             "drupal/contextual": "self.version",
2933             "drupal/core-annotation": "self.version",
2934             "drupal/core-assertion": "self.version",
2935             "drupal/core-bridge": "self.version",
2936             "drupal/core-class-finder": "self.version",
2937             "drupal/core-datetime": "self.version",
2938             "drupal/core-dependency-injection": "self.version",
2939             "drupal/core-diff": "self.version",
2940             "drupal/core-discovery": "self.version",
2941             "drupal/core-event-dispatcher": "self.version",
2942             "drupal/core-file-cache": "self.version",
2943             "drupal/core-filesystem": "self.version",
2944             "drupal/core-gettext": "self.version",
2945             "drupal/core-graph": "self.version",
2946             "drupal/core-http-foundation": "self.version",
2947             "drupal/core-php-storage": "self.version",
2948             "drupal/core-plugin": "self.version",
2949             "drupal/core-proxy-builder": "self.version",
2950             "drupal/core-render": "self.version",
2951             "drupal/core-serialization": "self.version",
2952             "drupal/core-transliteration": "self.version",
2953             "drupal/core-utility": "self.version",
2954             "drupal/core-uuid": "self.version",
2955             "drupal/datetime": "self.version",
2956             "drupal/datetime_range": "self.version",
2957             "drupal/dblog": "self.version",
2958             "drupal/dynamic_page_cache": "self.version",
2959             "drupal/editor": "self.version",
2960             "drupal/entity_reference": "self.version",
2961             "drupal/field": "self.version",
2962             "drupal/field_layout": "self.version",
2963             "drupal/field_ui": "self.version",
2964             "drupal/file": "self.version",
2965             "drupal/filter": "self.version",
2966             "drupal/forum": "self.version",
2967             "drupal/hal": "self.version",
2968             "drupal/help": "self.version",
2969             "drupal/history": "self.version",
2970             "drupal/image": "self.version",
2971             "drupal/inline_form_errors": "self.version",
2972             "drupal/language": "self.version",
2973             "drupal/layout_builder": "self.version",
2974             "drupal/layout_discovery": "self.version",
2975             "drupal/link": "self.version",
2976             "drupal/locale": "self.version",
2977             "drupal/media": "self.version",
2978             "drupal/media_library": "self.version",
2979             "drupal/menu_link_content": "self.version",
2980             "drupal/menu_ui": "self.version",
2981             "drupal/migrate": "self.version",
2982             "drupal/migrate_drupal": "self.version",
2983             "drupal/migrate_drupal_multilingual": "self.version",
2984             "drupal/migrate_drupal_ui": "self.version",
2985             "drupal/minimal": "self.version",
2986             "drupal/node": "self.version",
2987             "drupal/options": "self.version",
2988             "drupal/page_cache": "self.version",
2989             "drupal/path": "self.version",
2990             "drupal/quickedit": "self.version",
2991             "drupal/rdf": "self.version",
2992             "drupal/responsive_image": "self.version",
2993             "drupal/rest": "self.version",
2994             "drupal/search": "self.version",
2995             "drupal/serialization": "self.version",
2996             "drupal/settings_tray": "self.version",
2997             "drupal/seven": "self.version",
2998             "drupal/shortcut": "self.version",
2999             "drupal/simpletest": "self.version",
3000             "drupal/standard": "self.version",
3001             "drupal/stark": "self.version",
3002             "drupal/statistics": "self.version",
3003             "drupal/syslog": "self.version",
3004             "drupal/system": "self.version",
3005             "drupal/taxonomy": "self.version",
3006             "drupal/telephone": "self.version",
3007             "drupal/text": "self.version",
3008             "drupal/toolbar": "self.version",
3009             "drupal/tour": "self.version",
3010             "drupal/tracker": "self.version",
3011             "drupal/update": "self.version",
3012             "drupal/user": "self.version",
3013             "drupal/views": "self.version",
3014             "drupal/views_ui": "self.version",
3015             "drupal/workflows": "self.version",
3016             "drupal/workspaces": "self.version"
3017         },
3018         "require-dev": {
3019             "behat/mink": "1.7.x-dev",
3020             "behat/mink-goutte-driver": "^1.2",
3021             "behat/mink-selenium2-driver": "1.3.x-dev",
3022             "drupal/coder": "^8.2.12",
3023             "jcalderonzumba/gastonjs": "^1.0.2",
3024             "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
3025             "mikey179/vfsstream": "^1.2",
3026             "phpspec/prophecy": "^1.7",
3027             "phpunit/phpunit": "^4.8.35 || ^6.5",
3028             "symfony/css-selector": "^3.4.0",
3029             "symfony/debug": "^3.4.0",
3030             "symfony/phpunit-bridge": "^3.4.3"
3031         },
3032         "time": "2018-11-07T14:45:40+00:00",
3033         "type": "drupal-core",
3034         "extra": {
3035             "merge-plugin": {
3036                 "require": [
3037                     "core/lib/Drupal/Component/Annotation/composer.json",
3038                     "core/lib/Drupal/Component/Assertion/composer.json",
3039                     "core/lib/Drupal/Component/Bridge/composer.json",
3040                     "core/lib/Drupal/Component/ClassFinder/composer.json",
3041                     "core/lib/Drupal/Component/Datetime/composer.json",
3042                     "core/lib/Drupal/Component/DependencyInjection/composer.json",
3043                     "core/lib/Drupal/Component/Diff/composer.json",
3044                     "core/lib/Drupal/Component/Discovery/composer.json",
3045                     "core/lib/Drupal/Component/EventDispatcher/composer.json",
3046                     "core/lib/Drupal/Component/FileCache/composer.json",
3047                     "core/lib/Drupal/Component/FileSystem/composer.json",
3048                     "core/lib/Drupal/Component/Gettext/composer.json",
3049                     "core/lib/Drupal/Component/Graph/composer.json",
3050                     "core/lib/Drupal/Component/HttpFoundation/composer.json",
3051                     "core/lib/Drupal/Component/PhpStorage/composer.json",
3052                     "core/lib/Drupal/Component/Plugin/composer.json",
3053                     "core/lib/Drupal/Component/ProxyBuilder/composer.json",
3054                     "core/lib/Drupal/Component/Render/composer.json",
3055                     "core/lib/Drupal/Component/Serialization/composer.json",
3056                     "core/lib/Drupal/Component/Transliteration/composer.json",
3057                     "core/lib/Drupal/Component/Utility/composer.json",
3058                     "core/lib/Drupal/Component/Uuid/composer.json"
3059                 ],
3060                 "recurse": false,
3061                 "replace": false,
3062                 "merge-extra": false
3063             }
3064         },
3065         "installation-source": "dist",
3066         "autoload": {
3067             "psr-4": {
3068                 "Drupal\\Core\\": "lib/Drupal/Core",
3069                 "Drupal\\Component\\": "lib/Drupal/Component",
3070                 "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
3071             },
3072             "classmap": [
3073                 "lib/Drupal.php",
3074                 "lib/Drupal/Component/Utility/Timer.php",
3075                 "lib/Drupal/Component/Utility/Unicode.php",
3076                 "lib/Drupal/Core/Database/Database.php",
3077                 "lib/Drupal/Core/DrupalKernel.php",
3078                 "lib/Drupal/Core/DrupalKernelInterface.php",
3079                 "lib/Drupal/Core/Site/Settings.php"
3080             ]
3081         },
3082         "notification-url": "https://packagist.org/downloads/",
3083         "license": [
3084             "GPL-2.0-or-later"
3085         ],
3086         "description": "Drupal is an open source content management platform powering millions of websites and applications."
3087     },
3088     {
3089         "name": "drupal/crop",
3090         "version": "2.0.0-rc1",
3091         "version_normalized": "2.0.0.0-RC1",
3092         "source": {
3093             "type": "git",
3094             "url": "https://git.drupal.org/project/crop",
3095             "reference": "8.x-2.0-rc1"
3096         },
3097         "dist": {
3098             "type": "zip",
3099             "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.0-rc1.zip",
3100             "reference": "8.x-2.0-rc1",
3101             "shasum": "ba84fa73e5c4df4caffcfa4a4cfb44c2c7d033d7"
3102         },
3103         "require": {
3104             "drupal/core": "*"
3105         },
3106         "type": "drupal-module",
3107         "extra": {
3108             "branch-alias": {
3109                 "dev-2.x": "2.x-dev"
3110             },
3111             "drupal": {
3112                 "version": "8.x-2.0-rc1",
3113                 "datestamp": "1516298515",
3114                 "security-coverage": {
3115                     "status": "not-covered",
3116                     "message": "RC releases are not covered by Drupal security advisories."
3117                 }
3118             }
3119         },
3120         "installation-source": "dist",
3121         "notification-url": "https://packages.drupal.org/8/downloads",
3122         "license": [
3123             "GPL-2.0+"
3124         ],
3125         "authors": [
3126             {
3127                 "name": "Drupal Media Team",
3128                 "homepage": "https://www.drupal.org/user/3260690"
3129             },
3130             {
3131                 "name": "slashrsm",
3132                 "homepage": "https://www.drupal.org/user/744628"
3133             },
3134             {
3135                 "name": "woprrr",
3136                 "homepage": "https://www.drupal.org/user/858604"
3137             }
3138         ],
3139         "description": "Provides storage and API for image crops.",
3140         "homepage": "https://www.drupal.org/project/crop",
3141         "support": {
3142             "source": "http://cgit.drupalcode.org/crop",
3143             "issues": "https://www.drupal.org/project/issues/crop"
3144         }
3145     },
3146     {
3147         "name": "drupal/ctools",
3148         "version": "3.0.0",
3149         "version_normalized": "3.0.0.0",
3150         "source": {
3151             "type": "git",
3152             "url": "https://git.drupal.org/project/ctools",
3153             "reference": "8.x-3.0"
3154         },
3155         "dist": {
3156             "type": "zip",
3157             "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
3158             "reference": "8.x-3.0",
3159             "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
3160         },
3161         "require": {
3162             "drupal/core": "~8.0"
3163         },
3164         "type": "drupal-module",
3165         "extra": {
3166             "branch-alias": {
3167                 "dev-3.x": "3.x-dev"
3168             },
3169             "drupal": {
3170                 "version": "8.x-3.0",
3171                 "datestamp": "1493401742"
3172             }
3173         },
3174         "installation-source": "dist",
3175         "notification-url": "https://packages.drupal.org/8/downloads",
3176         "license": [
3177             "GPL-2.0+"
3178         ],
3179         "authors": [
3180             {
3181                 "name": "Kris Vanderwater (EclipseGc)",
3182                 "homepage": "https://www.drupal.org/u/eclipsegc",
3183                 "role": "Maintainer"
3184             },
3185             {
3186                 "name": "Jakob Perry (japerry)",
3187                 "homepage": "https://www.drupal.org/u/japerry",
3188                 "role": "Maintainer"
3189             },
3190             {
3191                 "name": "Tim Plunkett (tim.plunkett)",
3192                 "homepage": "https://www.drupal.org/u/timplunkett",
3193                 "role": "Maintainer"
3194             },
3195             {
3196                 "name": "James Gilliland (neclimdul)",
3197                 "homepage": "https://www.drupal.org/u/neclimdul",
3198                 "role": "Maintainer"
3199             },
3200             {
3201                 "name": "Daniel Wehner (dawehner)",
3202                 "homepage": "https://www.drupal.org/u/dawehner",
3203                 "role": "Maintainer"
3204             },
3205             {
3206                 "name": "merlinofchaos",
3207                 "homepage": "https://www.drupal.org/user/26979"
3208             },
3209             {
3210                 "name": "neclimdul",
3211                 "homepage": "https://www.drupal.org/user/48673"
3212             },
3213             {
3214                 "name": "sdboyer",
3215                 "homepage": "https://www.drupal.org/user/146719"
3216             },
3217             {
3218                 "name": "sun",
3219                 "homepage": "https://www.drupal.org/user/54136"
3220             },
3221             {
3222                 "name": "tim.plunkett",
3223                 "homepage": "https://www.drupal.org/user/241634"
3224             }
3225         ],
3226         "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
3227         "homepage": "https://www.drupal.org/project/ctools",
3228         "support": {
3229             "source": "http://cgit.drupalcode.org/ctools",
3230             "issues": "https://www.drupal.org/project/issues/ctools"
3231         }
3232     },
3233     {
3234         "name": "drupal/devel",
3235         "version": "1.2.0",
3236         "version_normalized": "1.2.0.0",
3237         "source": {
3238             "type": "git",
3239             "url": "https://git.drupal.org/project/devel",
3240             "reference": "8.x-1.2"
3241         },
3242         "dist": {
3243             "type": "zip",
3244             "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
3245             "reference": "8.x-1.2",
3246             "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
3247         },
3248         "require": {
3249             "drupal/core": "~8.0"
3250         },
3251         "suggest": {
3252             "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
3253         },
3254         "type": "drupal-module",
3255         "extra": {
3256             "branch-alias": {
3257                 "dev-1.x": "1.x-dev"
3258             },
3259             "drupal": {
3260                 "version": "8.x-1.2",
3261                 "datestamp": "1507197844",
3262                 "security-coverage": {
3263                     "status": "covered",
3264                     "message": "Covered by Drupal's security advisory policy"
3265                 }
3266             }
3267         },
3268         "installation-source": "dist",
3269         "notification-url": "https://packages.drupal.org/8/downloads",
3270         "license": [
3271             "GPL-2.0+"
3272         ],
3273         "authors": [
3274             {
3275                 "name": "Moshe Weitzman",
3276                 "homepage": "https://github.com/weitzman",
3277                 "email": "weitzman@tejasa.com",
3278                 "role": "Maintainer"
3279             },
3280             {
3281                 "name": "Hans Salvisberg",
3282                 "homepage": "https://www.drupal.org/u/salvis",
3283                 "email": "drupal@salvisberg.com",
3284                 "role": "Maintainer"
3285             },
3286             {
3287                 "name": "Luca Lusso",
3288                 "homepage": "https://www.drupal.org/u/lussoluca",
3289                 "role": "Maintainer"
3290             },
3291             {
3292                 "name": "Marco (willzyx)",
3293                 "homepage": "https://www.drupal.org/u/willzyx",
3294                 "role": "Maintainer"
3295             },
3296             {
3297                 "name": "See contributors",
3298                 "homepage": "https://www.drupal.org/node/3236/committers"
3299             },
3300             {
3301                 "name": "salvis",
3302                 "homepage": "https://www.drupal.org/user/82964"
3303             },
3304             {
3305                 "name": "willzyx",
3306                 "homepage": "https://www.drupal.org/user/1043862"
3307             }
3308         ],
3309         "description": "Various blocks, pages, and functions for developers.",
3310         "homepage": "http://drupal.org/project/devel",
3311         "support": {
3312             "source": "http://cgit.drupalcode.org/devel",
3313             "issues": "http://drupal.org/project/devel",
3314             "irc": "irc://irc.freenode.org/drupal-contribute"
3315         }
3316     },
3317     {
3318         "name": "drupal/diff",
3319         "version": "1.0.0-rc2",
3320         "version_normalized": "1.0.0.0-RC2",
3321         "source": {
3322             "type": "git",
3323             "url": "https://git.drupal.org/project/diff",
3324             "reference": "8.x-1.0-rc2"
3325         },
3326         "dist": {
3327             "type": "zip",
3328             "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc2.zip",
3329             "reference": "8.x-1.0-rc2",
3330             "shasum": "2e8f4efe6e7d355a3d07d33531f077348b13f68d"
3331         },
3332         "require": {
3333             "drupal/core": "~8.0",
3334             "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
3335         },
3336         "type": "drupal-module",
3337         "extra": {
3338             "branch-alias": {
3339                 "dev-1.x": "1.x-dev"
3340             },
3341             "drupal": {
3342                 "version": "8.x-1.0-rc2",
3343                 "datestamp": "1530178424",
3344                 "security-coverage": {
3345                     "status": "not-covered",
3346                     "message": "RC releases are not covered by Drupal security advisories."
3347                 }
3348             }
3349         },
3350         "installation-source": "dist",
3351         "notification-url": "https://packages.drupal.org/8/downloads",
3352         "license": [
3353             "GPL-2.0+"
3354         ],
3355         "authors": [
3356             {
3357                 "name": "Miro Dietiker (miro_dietiker)",
3358                 "homepage": "https://www.drupal.org/u/miro_dietiker",
3359                 "role": "Maintainer"
3360             },
3361             {
3362                 "name": "Juampy NR (juampynr)",
3363                 "homepage": "https://www.drupal.org/u/juampynr",
3364                 "role": "Maintainer"
3365             },
3366             {
3367                 "name": "Lucian Hangea (lhangea)",
3368                 "homepage": "https://www.drupal.org/u/lhangea",
3369                 "role": "Maintainer"
3370             },
3371             {
3372                 "name": "Alan D.",
3373                 "homepage": "https://www.drupal.org/u/alan-d.",
3374                 "role": "Maintainer"
3375             },
3376             {
3377                 "name": "Brian Gilbert (realityloop).",
3378                 "homepage": "https://www.drupal.org/u/realityloop",
3379                 "role": "Maintainer"
3380             },
3381             {
3382                 "name": "miro_dietiker",
3383                 "homepage": "https://www.drupal.org/user/227761"
3384             },
3385             {
3386                 "name": "realityloop",
3387                 "homepage": "https://www.drupal.org/user/139189"
3388             },
3389             {
3390                 "name": "rötzi",
3391                 "homepage": "https://www.drupal.org/user/73064"
3392             },
3393             {
3394                 "name": "yhahn",
3395                 "homepage": "https://www.drupal.org/user/264833"
3396             }
3397         ],
3398         "description": "Compares two entity revisions",
3399         "homepage": "https://www.drupal.org/project/diff",
3400         "support": {
3401             "source": "http://cgit.drupalcode.org/diff",
3402             "issues": "https://www.drupal.org/project/issues/diff"
3403         }
3404     },
3405     {
3406         "name": "drupal/draggableviews",
3407         "version": "1.2.0",
3408         "version_normalized": "1.2.0.0",
3409         "source": {
3410             "type": "git",
3411             "url": "https://git.drupal.org/project/draggableviews",
3412             "reference": "8.x-1.2"
3413         },
3414         "dist": {
3415             "type": "zip",
3416             "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.2.zip",
3417             "reference": "8.x-1.2",
3418             "shasum": "0f5e9195ceec209552aa50f8ce3c230692c284db"
3419         },
3420         "require": {
3421             "drupal/core": "*"
3422         },
3423         "require-dev": {
3424             "drupal/draggableviews_demo": "*"
3425         },
3426         "type": "drupal-module",
3427         "extra": {
3428             "branch-alias": {
3429                 "dev-1.x": "1.x-dev"
3430             },
3431             "drupal": {
3432                 "version": "8.x-1.2",
3433                 "datestamp": "1541518680",
3434                 "security-coverage": {
3435                     "status": "covered",
3436                     "message": "Covered by Drupal's security advisory policy"
3437                 }
3438             },
3439             "patches_applied": []
3440         },
3441         "installation-source": "dist",
3442         "notification-url": "https://packages.drupal.org/8/downloads",
3443         "license": [
3444             "GPL-2.0+"
3445         ],
3446         "authors": [
3447             {
3448                 "name": "Tyler Struyk (iStryker)",
3449                 "homepage": "https://www.drupal.org/u/istryker",
3450                 "email": "tyler.struyk@gmail.com",
3451                 "role": "Maintainer"
3452             },
3453             {
3454                 "name": "Andrii Podanenko (podarok)",
3455                 "homepage": "https://www.drupal.org/u/podarok",
3456                 "email": "podarokua@gmail.com",
3457                 "role": "Drupal 7 to 8 Porter"
3458             },
3459             {
3460                 "name": "Yuriy Gerasimov (ygerasimov)",
3461                 "homepage": "https://www.drupal.org/u/ygerasimov",
3462                 "email": "yuriy.gerasimov@gmail.com",
3463                 "role": "Ex Maintainer (D7)"
3464             },
3465             {
3466                 "name": "Severin Unger (sevi)",
3467                 "homepage": "https://www.drupal.org/u/sevi",
3468                 "role": "Ex Maintainer (D6)"
3469             },
3470             {
3471                 "name": "podarok",
3472                 "homepage": "https://www.drupal.org/user/116002"
3473             },
3474             {
3475                 "name": "sevi",
3476                 "homepage": "https://www.drupal.org/user/199290"
3477             },
3478             {
3479                 "name": "ygerasimov",
3480                 "homepage": "https://www.drupal.org/user/257311"
3481             }
3482         ],
3483         "description": "DraggableViews module makes views draggable.",
3484         "homepage": "https://www.drupal.org/project/draggableviews",
3485         "support": {
3486             "source": "https://cgit.drupalcode.org/draggableviews",
3487             "issues": "https://www.drupal.org/project/issues/draggableviews"
3488         }
3489     },
3490     {
3491         "name": "drupal/dropzonejs",
3492         "version": "2.0.0-alpha3",
3493         "version_normalized": "2.0.0.0-alpha3",
3494         "source": {
3495             "type": "git",
3496             "url": "https://git.drupal.org/project/dropzonejs",
3497             "reference": "8.x-2.0-alpha3"
3498         },
3499         "dist": {
3500             "type": "zip",
3501             "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.0-alpha3.zip",
3502             "reference": "8.x-2.0-alpha3",
3503             "shasum": "a11f37e8f37b211d7065b0fd8adb1cc85b47e691"
3504         },
3505         "require": {
3506             "drupal/core": "*"
3507         },
3508         "require-dev": {
3509             "drupal/entity_browser": "*"
3510         },
3511         "suggest": {
3512             "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
3513         },
3514         "type": "drupal-module",
3515         "extra": {
3516             "branch-alias": {
3517                 "dev-2.x": "2.x-dev"
3518             },
3519             "drupal": {
3520                 "version": "8.x-2.0-alpha3",
3521                 "datestamp": "1513265285",
3522                 "security-coverage": {
3523                     "status": "not-covered",
3524                     "message": "Project has not opted into security advisory coverage!"
3525                 }
3526             }
3527         },
3528         "installation-source": "dist",
3529         "notification-url": "https://packages.drupal.org/8/downloads",
3530         "license": [
3531             "GPL-2.0+"
3532         ],
3533         "authors": [
3534             {
3535                 "name": "Janez Urevc",
3536                 "homepage": "https://drupal.org/u/slashrsm",
3537                 "role": "Maintainer"
3538             },
3539             {
3540                 "name": "Christian Fritsch",
3541                 "homepage": "https://drupal.org/u/chrfritsch",
3542                 "role": "Maintainer"
3543             },
3544             {
3545                 "name": "Primoz Hmeljak",
3546                 "homepage": "https://drupal.org/u/Primsi",
3547                 "role": "Maintainer"
3548             },
3549             {
3550                 "name": "See other contributors",
3551                 "homepage": "https://www.drupal.org/node/1998478/committers",
3552                 "role": "contributor"
3553             },
3554             {
3555                 "name": "slashrsm",
3556                 "homepage": "https://www.drupal.org/user/744628"
3557             },
3558             {
3559                 "name": "wouters_f",
3560                 "homepage": "https://www.drupal.org/user/721548"
3561             },
3562             {
3563                 "name": "zkday",
3564                 "homepage": "https://www.drupal.org/user/888644"
3565             }
3566         ],
3567         "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
3568         "homepage": "https://www.drupal.org/project/dropzonejs",
3569         "keywords": [
3570             "DropzoneJS",
3571             "Drupal"
3572         ],
3573         "support": {
3574             "source": "https://www.drupal.org/project/dropzonejs",
3575             "issues": "https://www.drupal.org/project/issues/dropzonejs",
3576             "irc": "irc://irc.freenode.org/drupal-contribute"
3577         }
3578     },
3579     {
3580         "name": "drupal/drupalmoduleupgrader",
3581         "version": "1.3.0",
3582         "version_normalized": "1.3.0.0",
3583         "source": {
3584             "type": "git",
3585             "url": "https://git.drupal.org/project/drupalmoduleupgrader",
3586             "reference": "8.x-1.3"
3587         },
3588         "dist": {
3589             "type": "zip",
3590             "url": "https://ftp.drupal.org/files/projects/drupalmoduleupgrader-8.x-1.3.zip",
3591             "reference": "8.x-1.3",
3592             "shasum": "5aa969b218278c390ca5554a3c8a520e321f081d"
3593         },
3594         "require": {
3595             "cebe/markdown": "1.0.*@dev",
3596             "drupal/core": "~8.0",
3597             "grom358/pharborist": "dev-master",
3598             "symfony/filesystem": "~2.8|~3.0",
3599             "symfony/finder": "~2.8|~3.0"
3600         },
3601         "require-dev": {
3602             "mikey179/vfsstream": "^1.5",
3603             "phpunit/phpunit": "^4.8"
3604         },
3605         "type": "drupal-module",
3606         "extra": {
3607             "branch-alias": {
3608                 "dev-1.x": "1.x-dev"
3609             },
3610             "drupal": {
3611                 "version": "8.x-1.3",
3612                 "datestamp": "1528129380",
3613                 "security-coverage": {
3614                     "status": "covered",
3615                     "message": "Covered by Drupal's security advisory policy"
3616                 }
3617             }
3618         },
3619         "installation-source": "source",
3620         "autoload": {
3621             "psr-4": {
3622                 "Drupal\\drupalmoduleupgrader\\": "src/"
3623             }
3624         },
3625         "notification-url": "https://packages.drupal.org/8/downloads",
3626         "license": [
3627             "GPL-2.0+"
3628         ],
3629         "authors": [
3630             {
3631                 "name": "Gábor Hojtsy",
3632                 "homepage": "https://www.drupal.org/user/4166"
3633             },
3634             {
3635                 "name": "HongPong",
3636                 "homepage": "https://www.drupal.org/user/60005"
3637             },
3638             {
3639                 "name": "Wim Leers",
3640                 "homepage": "https://www.drupal.org/user/99777"
3641             },
3642             {
3643                 "name": "dstol",
3644                 "homepage": "https://www.drupal.org/user/329570"
3645             },
3646             {
3647                 "name": "eshta",
3648                 "homepage": "https://www.drupal.org/user/1951462"
3649             },
3650             {
3651                 "name": "japerry",
3652                 "homepage": "https://www.drupal.org/user/45640"
3653             },
3654             {
3655                 "name": "jcnventura",
3656                 "homepage": "https://www.drupal.org/user/122464"
3657             },
3658             {
3659                 "name": "phenaproxima",
3660                 "homepage": "https://www.drupal.org/user/205645"
3661             },
3662             {
3663                 "name": "tim.plunkett",
3664                 "homepage": "https://www.drupal.org/user/241634"
3665             },
3666             {
3667                 "name": "webchick",
3668                 "homepage": "https://www.drupal.org/user/24967"
3669             },
3670             {
3671                 "name": "xjm",
3672                 "homepage": "https://www.drupal.org/user/65776"
3673             }
3674         ],
3675         "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
3676         "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
3677         "keywords": [
3678             "Drupal",
3679             "PHP_CodeSniffer",
3680             "phpcs",
3681             "standards",
3682             "update",
3683             "upgrade"
3684         ],
3685         "support": {
3686             "source": "https://drupal.org/project/drupalmoduleupgrader",
3687             "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
3688         }
3689     },
3690     {
3691         "name": "drupal/embed",
3692         "version": "1.0.0",
3693         "version_normalized": "1.0.0.0",
3694         "source": {
3695             "type": "git",
3696             "url": "https://git.drupal.org/project/embed",
3697             "reference": "8.x-1.0"
3698         },
3699         "dist": {
3700             "type": "zip",
3701             "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
3702             "reference": "8.x-1.0",
3703             "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
3704         },
3705         "require": {
3706             "drupal/core": "~8.0"
3707         },
3708         "type": "drupal-module",
3709         "extra": {
3710             "branch-alias": {
3711                 "dev-1.x": "1.x-dev"
3712             },
3713             "drupal": {
3714                 "version": "8.x-1.0",
3715                 "datestamp": "1490755685"
3716             }
3717         },
3718         "installation-source": "dist",
3719         "notification-url": "https://packages.drupal.org/8/downloads",
3720         "license": [
3721             "GPL-2.0+"
3722         ],
3723         "authors": [
3724             {
3725                 "name": "Dave Reid",
3726                 "homepage": "https://www.drupal.org/user/53892"
3727             },
3728             {
3729                 "name": "Devin Carlson",
3730                 "homepage": "https://www.drupal.org/user/290182"
3731             },
3732             {
3733                 "name": "Drupal Media Team",
3734                 "homepage": "https://www.drupal.org/user/3260690"
3735             },
3736             {
3737                 "name": "cs_shadow",
3738                 "homepage": "https://www.drupal.org/user/2828287"
3739             },
3740             {
3741                 "name": "slashrsm",
3742                 "homepage": "https://www.drupal.org/user/744628"
3743             }
3744         ],
3745         "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
3746         "homepage": "https://www.drupal.org/project/embed",
3747         "support": {
3748             "source": "http://cgit.drupalcode.org/embed",
3749             "issues": "https://www.drupal.org/project/issues/embed",
3750             "irc": "irc://irc.freenode.org/drupal-media"
3751         }
3752     },
3753     {
3754         "name": "drupal/entity",
3755         "version": "1.0.0-rc1",
3756         "version_normalized": "1.0.0.0-RC1",
3757         "source": {
3758             "type": "git",
3759             "url": "https://git.drupal.org/project/entity",
3760             "reference": "8.x-1.0-rc1"
3761         },
3762         "dist": {
3763             "type": "zip",
3764             "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-rc1.zip",
3765             "reference": "8.x-1.0-rc1",
3766             "shasum": "f2dcd7afd0d36b6f261b10a204057a5c801ad20b"
3767         },
3768         "require": {
3769             "drupal/core": "^8.6"
3770         },
3771         "type": "drupal-module",
3772         "extra": {
3773             "branch-alias": {
3774                 "dev-1.x": "1.x-dev"
3775             },
3776             "drupal": {
3777                 "version": "8.x-1.0-rc1",
3778                 "datestamp": "1539272769",
3779                 "security-coverage": {
3780                     "status": "not-covered",
3781                     "message": "RC releases are not covered by Drupal security advisories."
3782                 }
3783             }
3784         },
3785         "installation-source": "dist",
3786         "notification-url": "https://packages.drupal.org/8/downloads",
3787         "license": [
3788             "GPL-2.0+"
3789         ],
3790         "authors": [
3791             {
3792                 "name": "Berdir",
3793                 "homepage": "https://www.drupal.org/user/214652"
3794             },
3795             {
3796                 "name": "bojanz",
3797                 "homepage": "https://www.drupal.org/user/86106"
3798             },
3799             {
3800                 "name": "dawehner",
3801                 "homepage": "https://www.drupal.org/user/99340"
3802             },
3803             {
3804                 "name": "dixon_",
3805                 "homepage": "https://www.drupal.org/user/239911"
3806             },
3807             {
3808                 "name": "fago",
3809                 "homepage": "https://www.drupal.org/user/16747"
3810             }
3811         ],
3812         "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
3813         "homepage": "http://drupal.org/project/entity",
3814         "support": {
3815             "source": "http://cgit.drupalcode.org/entity"
3816         }
3817     },
3818     {
3819         "name": "drupal/entity_browser",
3820         "version": "1.6.0",
3821         "version_normalized": "1.6.0.0",
3822         "source": {
3823             "type": "git",
3824             "url": "https://git.drupal.org/project/entity_browser",
3825             "reference": "8.x-1.6"
3826         },
3827         "dist": {
3828             "type": "zip",
3829             "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.6.zip",
3830             "reference": "8.x-1.6",
3831             "shasum": "ed80f338cc002e188df21967cf2222a01a88f90c"
3832         },
3833         "require": {
3834             "drupal/core": "~8.0"
3835         },
3836         "require-dev": {
3837             "drupal/ctools": "*",
3838             "drupal/inline_entity_form": "*",
3839             "drupal/media_entity": "*",
3840             "drupal/paragraphs": "*",
3841             "drupal/token": "*"
3842         },
3843         "type": "drupal-module",
3844         "extra": {
3845             "branch-alias": {
3846                 "dev-1.x": "1.x-dev",
3847                 "dev-8.x-1.x": "8.1.x-dev"
3848             },
3849             "drupal": {
3850                 "version": "8.x-1.6",
3851                 "datestamp": "1536328684",
3852                 "security-coverage": {
3853                     "status": "covered",
3854                     "message": "Covered by Drupal's security advisory policy"
3855                 }
3856             }
3857         },
3858         "installation-source": "dist",
3859         "notification-url": "https://packages.drupal.org/8/downloads",
3860         "license": [
3861             "GPL-2.0+"
3862         ],
3863         "authors": [
3864             {
3865                 "name": "Janez Urevc",
3866                 "homepage": "https://github.com/slashrsm",
3867                 "role": "Maintainer"
3868             },
3869             {
3870                 "name": "Primoz Hmeljak",
3871                 "homepage": "https://github.com/primsi",
3872                 "role": "Maintainer"
3873             },
3874             {
3875                 "name": "See other contributors",
3876                 "homepage": "https://www.drupal.org/node/1943336/committers",
3877                 "role": "contributor"
3878             },
3879             {
3880                 "name": "Primsi",
3881                 "homepage": "https://www.drupal.org/user/282629"
3882             },
3883             {
3884                 "name": "marcingy",
3885                 "homepage": "https://www.drupal.org/user/77320"
3886             },
3887             {
3888                 "name": "samuel.mortenson",
3889                 "homepage": "https://www.drupal.org/user/2582268"
3890             },
3891             {
3892                 "name": "slashrsm",
3893                 "homepage": "https://www.drupal.org/user/744628"
3894             }
3895         ],
3896         "description": "Entity browsing and selecting component.",
3897         "homepage": "http://drupal.org/project/entity_browser",
3898         "support": {
3899             "source": "http://cgit.drupalcode.org/entity_browser",
3900             "issues": "http://drupal.org/project/issues/entity_browser",
3901             "irc": "irc://irc.freenode.org/drupal-contribute"
3902         }
3903     },
3904     {
3905         "name": "drupal/entity_embed",
3906         "version": "1.0.0-beta2",
3907         "version_normalized": "1.0.0.0-beta2",
3908         "source": {
3909             "type": "git",
3910             "url": "https://git.drupal.org/project/entity_embed",
3911             "reference": "8.x-1.0-beta2"
3912         },
3913         "dist": {
3914             "type": "zip",
3915             "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
3916             "reference": "8.x-1.0-beta2",
3917             "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
3918         },
3919         "require": {
3920             "drupal/core": "*",
3921             "drupal/embed": "*"
3922         },
3923         "require-dev": {
3924             "drupal/entity_browser": "*"
3925         },
3926         "type": "drupal-module",
3927         "extra": {
3928             "branch-alias": {
3929                 "dev-1.x": "1.x-dev"
3930             },
3931             "drupal": {
3932                 "version": "8.x-1.0-beta2",
3933                 "datestamp": "1476698339"
3934             }
3935         },
3936         "installation-source": "dist",
3937         "notification-url": "https://packages.drupal.org/8/downloads",
3938         "license": [
3939             "GPL-2.0+"
3940         ],
3941         "authors": [
3942             {
3943                 "name": "Dave Reid",
3944                 "homepage": "https://www.drupal.org/user/53892"
3945             },
3946             {
3947                 "name": "Devin Carlson",
3948                 "homepage": "https://www.drupal.org/user/290182"
3949             },
3950             {
3951                 "name": "Drupal Media Team",
3952                 "homepage": "https://www.drupal.org/user/3260690"
3953             },
3954             {
3955                 "name": "cs_shadow",
3956                 "homepage": "https://www.drupal.org/user/2828287"
3957             },
3958             {
3959                 "name": "slashrsm",
3960                 "homepage": "https://www.drupal.org/user/744628"
3961             }
3962         ],
3963         "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
3964         "homepage": "https://www.drupal.org/project/entity_embed",
3965         "support": {
3966             "source": "http://cgit.drupalcode.org/entity_embed",
3967             "issues": "https://www.drupal.org/project/issues/entity_embed",
3968             "irc": "irc://irc.freenode.org/drupal-media"
3969         }
3970     },
3971     {
3972         "name": "drupal/entity_reference_revisions",
3973         "version": "1.6.0",
3974         "version_normalized": "1.6.0.0",
3975         "source": {
3976             "type": "git",
3977             "url": "https://git.drupal.org/project/entity_reference_revisions",
3978             "reference": "8.x-1.6"
3979         },
3980         "dist": {
3981             "type": "zip",
3982             "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.6.zip",
3983             "reference": "8.x-1.6",
3984             "shasum": "82d515de04d3a75fb677ed82241a6aff3f54ab47"
3985         },
3986         "require": {
3987             "drupal/core": "~8.0"
3988         },
3989         "require-dev": {
3990             "drupal/diff": "*"
3991         },
3992         "type": "drupal-module",
3993         "extra": {
3994             "branch-alias": {
3995                 "dev-1.x": "1.x-dev"
3996             },
3997             "drupal": {
3998                 "version": "8.x-1.6",
3999                 "datestamp": "1539588781",
4000                 "security-coverage": {
4001                     "status": "covered",
4002                     "message": "Covered by Drupal's security advisory policy"
4003                 }
4004             }
4005         },
4006         "installation-source": "dist",
4007         "notification-url": "https://packages.drupal.org/8/downloads",
4008         "license": [
4009             "GPL-2.0-or-later"
4010         ],
4011         "authors": [
4012             {
4013                 "name": "Frans",
4014                 "homepage": "https://www.drupal.org/user/514222"
4015             },
4016             {
4017                 "name": "jeroen.b",
4018                 "homepage": "https://www.drupal.org/user/1853532"
4019             },
4020             {
4021                 "name": "miro_dietiker",
4022                 "homepage": "https://www.drupal.org/user/227761"
4023             }
4024         ],
4025         "description": "Adds a Entity Reference field type with revision support.",
4026         "homepage": "https://www.drupal.org/project/entity_reference_revisions",
4027         "support": {
4028             "source": "http://cgit.drupalcode.org/entity_reference_revisions"
4029         }
4030     },
4031     {
4032         "name": "drupal/entityqueue",
4033         "version": "1.0.0-alpha8",
4034         "version_normalized": "1.0.0.0-alpha8",
4035         "source": {
4036             "type": "git",
4037             "url": "https://git.drupal.org/project/entityqueue",
4038             "reference": "8.x-1.0-alpha8"
4039         },
4040         "dist": {
4041             "type": "zip",
4042             "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha8.zip",
4043             "reference": "8.x-1.0-alpha8",
4044             "shasum": "edb66ae3767b09f1723e3b775dec591641dd67f8"
4045         },
4046         "require": {
4047             "drupal/core": "~8.0"
4048         },
4049         "type": "drupal-module",
4050         "extra": {
4051             "branch-alias": {
4052                 "dev-1.x": "1.x-dev"
4053             },
4054             "drupal": {
4055                 "version": "8.x-1.0-alpha8",
4056                 "datestamp": "1536140284",
4057                 "security-coverage": {
4058                     "status": "not-covered",
4059                     "message": "Alpha releases are not covered by Drupal security advisories."
4060                 }
4061             }
4062         },
4063         "installation-source": "dist",
4064         "notification-url": "https://packages.drupal.org/8/downloads",
4065         "license": [
4066             "GPL-2.0+"
4067         ],
4068         "authors": [
4069             {
4070                 "name": "Andrei Mateescu",
4071                 "homepage": "https://www.drupal.org/u/amateescu",
4072                 "role": "Maintainer"
4073             },
4074             {
4075                 "name": "Jonathan Jordan",
4076                 "homepage": "https://www.drupal.org/u/jojonaloha",
4077                 "role": "Maintainer"
4078             },
4079             {
4080                 "name": "quicksketch",
4081                 "homepage": "https://www.drupal.org/user/35821"
4082             },
4083             {
4084                 "name": "tim.plunkett",
4085                 "homepage": "https://www.drupal.org/user/241634"
4086             }
4087         ],
4088         "description": "The Entityqueue module allows users to create queues of any entity type.",
4089         "homepage": "https://www.drupal.org/project/entityqueue",
4090         "support": {
4091             "source": "http://cgit.drupalcode.org/entityqueue",
4092             "issues": "https://www.drupal.org/project/issues/entityqueue",
4093             "irc": "irc://irc.freenode.org/drupal-contribute"
4094         }
4095     },
4096     {
4097         "name": "drupal/environment_indicator",
4098         "version": "3.3.0",
4099         "version_normalized": "3.3.0.0",
4100         "source": {
4101             "type": "git",
4102             "url": "https://git.drupal.org/project/environment_indicator",
4103             "reference": "8.x-3.3"
4104         },
4105         "dist": {
4106             "type": "zip",
4107             "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.3.zip",
4108             "reference": "8.x-3.3",
4109             "shasum": "3059b8d4fb2b87af4842c45b9770d927e640eb30"
4110         },
4111         "require": {
4112             "drupal/core": "*"
4113         },
4114         "type": "drupal-module",
4115         "extra": {
4116             "branch-alias": {
4117                 "dev-3.x": "3.x-dev"
4118             },
4119             "drupal": {
4120                 "version": "8.x-3.3",
4121                 "datestamp": "1518331981",
4122                 "security-coverage": {
4123                     "status": "covered",
4124                     "message": "Covered by Drupal's security advisory policy"
4125                 }
4126             }
4127         },
4128         "installation-source": "dist",
4129         "notification-url": "https://packages.drupal.org/8/downloads",
4130         "license": [
4131             "GPL-2.0-or-later"
4132         ],
4133         "authors": [
4134             {
4135                 "name": "e0ipso",
4136                 "homepage": "https://www.drupal.org/user/550110"
4137             },
4138             {
4139                 "name": "mrfelton",
4140                 "homepage": "https://www.drupal.org/user/305669"
4141             }
4142         ],
4143         "description": "Adds a color indicator for the different environments.",
4144         "homepage": "https://www.drupal.org/project/environment_indicator",
4145         "support": {
4146             "source": "http://cgit.drupalcode.org/environment_indicator"
4147         }
4148     },
4149     {
4150         "name": "drupal/eu_cookie_compliance",
4151         "version": "1.2.0",
4152         "version_normalized": "1.2.0.0",
4153         "source": {
4154             "type": "git",
4155             "url": "https://git.drupal.org/project/eu-cookie-compliance",
4156             "reference": "8.x-1.2"
4157         },
4158         "dist": {
4159             "type": "zip",
4160             "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.2.zip",
4161             "reference": "8.x-1.2",
4162             "shasum": "8e9f2a6c2d5abaa02b58b4b48e0626ed7c3518ad"
4163         },
4164         "require": {
4165             "drupal/core": "*"
4166         },
4167         "type": "drupal-module",
4168         "extra": {
4169             "branch-alias": {
4170                 "dev-1.x": "1.x-dev"
4171             },
4172             "drupal": {
4173                 "version": "8.x-1.2",
4174                 "datestamp": "1531429121",
4175                 "security-coverage": {
4176                     "status": "covered",
4177                     "message": "Covered by Drupal's security advisory policy"
4178                 }
4179             }
4180         },
4181         "installation-source": "dist",
4182         "notification-url": "https://packages.drupal.org/8/downloads",
4183         "license": [
4184             "GPL-2.0+"
4185         ],
4186         "authors": [
4187             {
4188                 "name": "Marcin Pajdzik",
4189                 "homepage": "https://www.drupal.org/u/marcin-pajdzik",
4190                 "role": "Maintainer"
4191             },
4192             {
4193                 "name": "Sven Berg Ryen",
4194                 "homepage": "https://www.drupal.org/u/svenryen",
4195                 "role": "Maintainer"
4196             },
4197             {
4198                 "name": "See other contributors",
4199                 "homepage": "https://www.drupal.org/node/1538032/committers"
4200             },
4201             {
4202                 "name": "dakku",
4203                 "homepage": "https://www.drupal.org/user/97634"
4204             },
4205             {
4206                 "name": "grzegorz.bartman",
4207                 "homepage": "https://www.drupal.org/user/363120"
4208             },
4209             {
4210                 "name": "id.tornado",
4211                 "homepage": "https://www.drupal.org/user/2754049"
4212             },
4213             {
4214                 "name": "killua99",
4215                 "homepage": "https://www.drupal.org/user/699418"
4216             },
4217             {
4218                 "name": "mibfire",
4219                 "homepage": "https://www.drupal.org/user/155136"
4220             },
4221             {
4222                 "name": "naveenvalecha",
4223                 "homepage": "https://www.drupal.org/user/2665733"
4224             },
4225             {
4226                 "name": "svenryen",
4227                 "homepage": "https://www.drupal.org/user/667244"
4228             }
4229         ],
4230         "description": "This module aims at making the website compliant with the new EU cookie regulation.",
4231         "homepage": "https://drupal.org/project/eu_cookie_compliance",
4232         "keywords": [
4233             "Cookie",
4234             "CookieCompliance",
4235             "Drupal",
4236             "GDPR"
4237         ],
4238         "support": {
4239             "source": "https://cgit.drupalcode.org/eu-cookie-compliance",
4240             "docs": "https://www.drupal.org/project/eu_cookie_compliance",
4241             "forum": "https://drupal.stackexchange.com/search?q=eu+cookie+compliance",
4242             "issues": "https://www.drupal.org/project/issues/eu_cookie_compliance?version=8.x",
4243             "irc": "irc://irc.freenode.org/drupal-contribute"
4244         }
4245     },
4246     {
4247         "name": "drupal/file_mdm",
4248         "version": "1.1.0",
4249         "version_normalized": "1.1.0.0",
4250         "source": {
4251             "type": "git",
4252             "url": "https://git.drupal.org/project/file_mdm",
4253             "reference": "8.x-1.1"
4254         },
4255         "dist": {
4256             "type": "zip",
4257             "url": "https://ftp.drupal.org/files/projects/file_mdm-8.x-1.1.zip",
4258             "reference": "8.x-1.1",
4259             "shasum": "7f354aec6f89e3141c2aa1fb3747ad5d4578c13f"
4260         },
4261         "require": {
4262             "drupal/core": "~8.0",
4263             "lsolesen/pel": "0.9.6",
4264             "phenx/php-font-lib": "0.5",
4265             "php": ">=5.6"
4266         },
4267         "require-dev": {
4268             "drupal/image_effects": "*"
4269         },
4270         "type": "drupal-module",
4271         "extra": {
4272             "branch-alias": {
4273                 "dev-1.x": "1.x-dev"
4274             },
4275             "drupal": {
4276                 "version": "8.x-1.1",
4277                 "datestamp": "1488273785",
4278                 "security-coverage": {
4279                     "status": "covered",
4280                     "message": "Covered by Drupal's security advisory policy"
4281                 }
4282             }
4283         },
4284         "installation-source": "dist",
4285         "notification-url": "https://packages.drupal.org/8/downloads",
4286         "license": [
4287             "GPL-2.0-or-later"
4288         ],
4289         "authors": [
4290             {
4291                 "name": "mondrake",
4292                 "homepage": "https://www.drupal.org/user/1307444"
4293             }
4294         ],
4295         "description": "Provides a service to manage file metadata.",
4296         "homepage": "https://www.drupal.org/project/file_mdm",
4297         "support": {
4298             "source": "http://cgit.drupalcode.org/file_mdm"
4299         }
4300     },
4301     {
4302         "name": "drupal/file_mdm_exif",
4303         "version": "1.1.0",
4304         "version_normalized": "1.1.0.0",
4305         "require": {
4306             "drupal/core": "~8.0",
4307             "drupal/file_mdm": "self.version"
4308         },
4309         "require-dev": {
4310             "drupal/image_effects": "*"
4311         },
4312         "type": "metapackage",
4313         "extra": {
4314             "branch-alias": {
4315                 "dev-1.x": "1.x-dev"
4316             },
4317             "drupal": {
4318                 "version": "8.x-1.1",
4319                 "datestamp": "1488273785",
4320                 "security-coverage": {
4321                     "status": "covered",
4322                     "message": "Covered by Drupal's security advisory policy"
4323                 }
4324             }
4325         },
4326         "notification-url": "https://packages.drupal.org/8/downloads",
4327         "license": [
4328             "GPL-2.0-or-later"
4329         ],
4330         "authors": [
4331             {
4332                 "name": "mondrake",
4333                 "homepage": "https://www.drupal.org/user/1307444"
4334             }
4335         ],
4336         "description": "Provides a file metadata plugin for EXIF image information.",
4337         "homepage": "https://www.drupal.org/project/file_mdm",
4338         "support": {
4339             "source": "http://cgit.drupalcode.org/file_mdm"
4340         }
4341     },
4342     {
4343         "name": "drupal/filefield_sources",
4344         "version": "dev-1.x",
4345         "version_normalized": "dev-1.x",
4346         "source": {
4347             "type": "git",
4348             "url": "https://git.drupal.org/project/filefield_sources",
4349             "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
4350         },
4351         "require": {
4352             "drupal/core": "*"
4353         },
4354         "type": "drupal-module",
4355         "extra": {
4356             "branch-alias": {
4357                 "dev-1.x": "1.x-dev"
4358             },
4359             "drupal": {
4360                 "version": "8.x-1.x-dev",
4361                 "datestamp": "1464990539"
4362             }
4363         },
4364         "installation-source": "source",
4365         "notification-url": "https://packages.drupal.org/8/downloads",
4366         "license": [
4367             "GPL-2.0+"
4368         ],
4369         "authors": [
4370             {
4371                 "name": "profak",
4372                 "homepage": "https://www.drupal.org/user/782534"
4373             },
4374             {
4375                 "name": "quicksketch",
4376                 "homepage": "https://www.drupal.org/user/35821"
4377             }
4378         ],
4379         "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
4380         "homepage": "https://www.drupal.org/project/filefield_sources",
4381         "support": {
4382             "source": "http://cgit.drupalcode.org/filefield_sources"
4383         }
4384     },
4385     {
4386         "name": "drupal/fontyourface",
4387         "version": "3.2.0",
4388         "version_normalized": "3.2.0.0",
4389         "source": {
4390             "type": "git",
4391             "url": "https://git.drupal.org/project/fontyourface",
4392             "reference": "8.x-3.2"
4393         },
4394         "dist": {
4395             "type": "zip",
4396             "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.2.zip",
4397             "reference": "8.x-3.2",
4398             "shasum": "f509b3dc3e9849ca1cced5607a29d8319709c9ec"
4399         },
4400         "require": {
4401             "drupal/core": "8.*"
4402         },
4403         "type": "drupal-module",
4404         "extra": {
4405             "branch-alias": {
4406                 "dev-3.x": "3.x-dev"
4407             },
4408             "drupal": {
4409                 "version": "8.x-3.2",
4410                 "datestamp": "1517458980",
4411                 "security-coverage": {
4412                     "status": "covered",
4413                     "message": "Covered by Drupal's security advisory policy"
4414                 }
4415             }
4416         },
4417         "installation-source": "dist",
4418         "notification-url": "https://packages.drupal.org/8/downloads",
4419         "license": [
4420             "GPL-2.0+"
4421         ],
4422         "authors": [
4423             {
4424                 "name": "BTMash",
4425                 "homepage": "https://www.drupal.org/user/60422"
4426             },
4427             {
4428                 "name": "BarisW",
4429                 "homepage": "https://www.drupal.org/user/107229"
4430             },
4431             {
4432                 "name": "Drave Robber",
4433                 "homepage": "https://www.drupal.org/user/984338"
4434             },
4435             {
4436                 "name": "sreynen",
4437                 "homepage": "https://www.drupal.org/user/109890"
4438             }
4439         ],
4440         "description": "Web font management tools.",
4441         "homepage": "https://www.drupal.org/project/fontyourface",
4442         "keywords": [
4443             "Drupal"
4444         ],
4445         "support": {
4446             "source": "http://cgit.drupalcode.org/fontyourface",
4447             "issues": "https://drupal.org/project/issues/fontyourface"
4448         }
4449     },
4450     {
4451         "name": "drupal/front",
4452         "version": "1.0.0-beta1",
4453         "version_normalized": "1.0.0.0-beta1",
4454         "source": {
4455             "type": "git",
4456             "url": "https://git.drupal.org/project/front",
4457             "reference": "8.x-1.0-beta1"
4458         },
4459         "dist": {
4460             "type": "zip",
4461             "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-beta1.zip",
4462             "reference": "8.x-1.0-beta1",
4463             "shasum": "cee664aaf0eac6829bd551ec5213561d1cb70bce"
4464         },
4465         "require": {
4466             "drupal/core": "~8.0"
4467         },
4468         "type": "drupal-module",
4469         "extra": {
4470             "branch-alias": {
4471                 "dev-1.x": "1.x-dev"
4472             },
4473             "drupal": {
4474                 "version": "8.x-1.0-beta1",
4475                 "datestamp": "1521187985",
4476                 "security-coverage": {
4477                     "status": "not-covered",
4478                     "message": "Beta releases are not covered by Drupal security advisories."
4479                 }
4480             }
4481         },
4482         "installation-source": "dist",
4483         "notification-url": "https://packages.drupal.org/8/downloads",
4484         "license": [
4485             "GPL-2.0-or-later"
4486         ],
4487         "authors": [
4488             {
4489                 "name": "Dublin Drupaller",
4490                 "homepage": "https://www.drupal.org/user/8625"
4491             },
4492             {
4493                 "name": "Simon Georges",
4494                 "homepage": "https://www.drupal.org/user/172312"
4495             },
4496             {
4497                 "name": "asenenko",
4498                 "homepage": "https://www.drupal.org/user/2641733"
4499             },
4500             {
4501                 "name": "estoyausente",
4502                 "homepage": "https://www.drupal.org/user/1232954"
4503             },
4504             {
4505                 "name": "timhilliard",
4506                 "homepage": "https://www.drupal.org/user/195493"
4507             }
4508         ],
4509         "homepage": "https://www.drupal.org/project/front",
4510         "support": {
4511             "source": "http://cgit.drupalcode.org/front"
4512         }
4513     },
4514     {
4515         "name": "drupal/hacked",
4516         "version": "2.0.0-beta2",
4517         "version_normalized": "2.0.0.0-beta2",
4518         "source": {
4519             "type": "git",
4520             "url": "https://git.drupal.org/project/hacked",
4521             "reference": "8.x-2.0-beta2"
4522         },
4523         "dist": {
4524             "type": "zip",
4525             "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta2.zip",
4526             "reference": "8.x-2.0-beta2",
4527             "shasum": "84e018c23a39d83c2274cc009804f0abf4b9e9cb"
4528         },
4529         "require": {
4530             "drupal/core": "*"
4531         },
4532         "type": "drupal-module",
4533         "extra": {
4534             "branch-alias": {
4535                 "dev-2.x": "2.x-dev"
4536             },
4537             "drupal": {
4538                 "version": "8.x-2.0-beta2",
4539                 "datestamp": "1520956980",
4540                 "security-coverage": {
4541                     "status": "not-covered",
4542                     "message": "Project has not opted into security advisory coverage!"
4543                 }
4544             },
4545             "patches_applied": []
4546         },
4547         "installation-source": "dist",
4548         "notification-url": "https://packages.drupal.org/8/downloads",
4549         "license": [
4550             "GPL-2.0-or-later"
4551         ],
4552         "authors": [
4553             {
4554                 "name": "Deciphered",
4555                 "homepage": "https://www.drupal.org/user/103796"
4556             },
4557             {
4558                 "name": "Steven Jones",
4559                 "homepage": "https://www.drupal.org/user/99644"
4560             }
4561         ],
4562         "description": "Shows if drupal or any of its modules have been changed",
4563         "homepage": "https://www.drupal.org/project/hacked",
4564         "support": {
4565             "source": "http://cgit.drupalcode.org/hacked"
4566         }
4567     },
4568     {
4569         "name": "drupal/htmlawed",
4570         "version": "3.5.0",
4571         "version_normalized": "3.5.0.0",
4572         "source": {
4573             "type": "git",
4574             "url": "https://git.drupal.org/project/htmLawed",
4575             "reference": "8.x-3.5"
4576         },
4577         "dist": {
4578             "type": "zip",
4579             "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.5.zip",
4580             "reference": "8.x-3.5",
4581             "shasum": "48cf7dda2d327fcc2024273a5b37861872e0f53f"
4582         },
4583         "require": {
4584             "drupal/core": "~8.0"
4585         },
4586         "type": "drupal-module",
4587         "extra": {
4588             "branch-alias": {
4589                 "dev-3.x": "3.x-dev"
4590             },
4591             "drupal": {
4592                 "version": "8.x-3.5",
4593                 "datestamp": "1530751724",
4594                 "security-coverage": {
4595                     "status": "covered",
4596                     "message": "Covered by Drupal's security advisory policy"
4597                 }
4598             }
4599         },
4600         "installation-source": "dist",
4601         "notification-url": "https://packages.drupal.org/8/downloads",
4602         "license": [
4603             "GPL-2.0-or-later"
4604         ],
4605         "authors": [
4606             {
4607                 "name": "alpha2zee",
4608                 "homepage": "https://www.drupal.org/user/201451"
4609             }
4610         ],
4611         "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
4612         "homepage": "https://www.drupal.org/project/htmlawed",
4613         "support": {
4614             "source": "http://cgit.drupalcode.org/htmlawed"
4615         }
4616     },
4617     {
4618         "name": "drupal/http2_server_push",
4619         "version": "1.0.0",
4620         "version_normalized": "1.0.0.0",
4621         "source": {
4622             "type": "git",
4623             "url": "https://git.drupal.org/project/http2_server_push",
4624             "reference": "8.x-1.0"
4625         },
4626         "dist": {
4627             "type": "zip",
4628             "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
4629             "reference": "8.x-1.0",
4630             "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
4631         },
4632         "require": {
4633             "drupal/core": "~8.0"
4634         },
4635         "type": "drupal-module",
4636         "extra": {
4637             "branch-alias": {
4638                 "dev-1.x": "1.x-dev"
4639             },
4640             "drupal": {
4641                 "version": "8.x-1.0",
4642                 "datestamp": "1489057084"
4643             }
4644         },
4645         "installation-source": "dist",
4646         "notification-url": "https://packages.drupal.org/8/downloads",
4647         "license": [
4648             "GPL-2.0+"
4649         ],
4650         "authors": [
4651             {
4652                 "name": "Wim Leers",
4653                 "homepage": "https://www.drupal.org/user/99777"
4654             }
4655         ],
4656         "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
4657         "homepage": "https://www.drupal.org/project/http2_server_push",
4658         "support": {
4659             "source": "http://cgit.drupalcode.org/http2_server_push"
4660         }
4661     },
4662     {
4663         "name": "drupal/image_widget_crop",
4664         "version": "2.2.0",
4665         "version_normalized": "2.2.0.0",
4666         "source": {
4667             "type": "git",
4668             "url": "https://git.drupal.org/project/image_widget_crop",
4669             "reference": "8.x-2.2"
4670         },
4671         "dist": {
4672             "type": "zip",
4673             "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.2.zip",
4674             "reference": "8.x-2.2",
4675             "shasum": "0a61cfedc409c5ef448174f26060cd6c291d6a11"
4676         },
4677         "require": {
4678             "drupal/core": "*",
4679             "drupal/crop": "^1.0 || ^2.0"
4680         },
4681         "require-dev": {
4682             "drupal/crop": "*",
4683             "drupal/ctools": "3.x-dev",
4684             "drupal/entity_browser": "1.x-dev",
4685             "drupal/file_entity": "*",
4686             "drupal/inline_entity_form": "*",
4687             "drupal/media": "*"
4688         },
4689         "type": "drupal-module",
4690         "extra": {
4691             "branch-alias": {
4692                 "dev-2.x": "2.x-dev"
4693             },
4694             "drupal": {
4695                 "version": "8.x-2.2",
4696                 "datestamp": "1530698921",
4697                 "security-coverage": {
4698                     "status": "covered",
4699                     "message": "Covered by Drupal's security advisory policy"
4700                 }
4701             }
4702         },
4703         "installation-source": "dist",
4704         "notification-url": "https://packages.drupal.org/8/downloads",
4705         "license": [
4706             "GPL-2.0+"
4707         ],
4708         "authors": [
4709             {
4710                 "name": "Alexandre Mallet",
4711                 "homepage": "https://github.com/woprrr",
4712                 "role": "Maintainer"
4713             },
4714             {
4715                 "name": "Drupal media CI",
4716                 "homepage": "https://www.drupal.org/user/3057985"
4717             },
4718             {
4719                 "name": "slashrsm",
4720                 "homepage": "https://www.drupal.org/user/744628"
4721             },
4722             {
4723                 "name": "woprrr",
4724                 "homepage": "https://www.drupal.org/user/858604"
4725             }
4726         ],
4727         "description": "Provides an interface for using the features of the Crop API.",
4728         "homepage": "https://www.drupal.org/project/image_widget_crop",
4729         "keywords": [
4730             "Crop",
4731             "Drupal",
4732             "Drupal Media"
4733         ],
4734         "support": {
4735             "source": "https://www.drupal.org/project/image_widget_crop",
4736             "issues": "https://www.drupal.org/project/issues/image_widget_crop",
4737             "irc": "irc://irc.freenode.org/drupal-contribute"
4738         }
4739     },
4740     {
4741         "name": "drupal/imagemagick",
4742         "version": "2.3.0",
4743         "version_normalized": "2.3.0.0",
4744         "source": {
4745             "type": "git",
4746             "url": "https://git.drupal.org/project/imagemagick",
4747             "reference": "8.x-2.3"
4748         },
4749         "dist": {
4750             "type": "zip",
4751             "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-2.3.zip",
4752             "reference": "8.x-2.3",
4753             "shasum": "8359921d4700e954364c2633332c20579bb75a34"
4754         },
4755         "require": {
4756             "drupal/core": "^8.3",
4757             "drupal/file_mdm": "^1.1",
4758             "drupal/file_mdm_exif": "^1.1"
4759         },
4760         "type": "drupal-module",
4761         "extra": {
4762             "branch-alias": {
4763                 "dev-2.x": "2.x-dev"
4764             },
4765             "drupal": {
4766                 "version": "8.x-2.3",
4767                 "datestamp": "1520958305",
4768                 "security-coverage": {
4769                     "status": "covered",
4770                     "message": "Covered by Drupal's security advisory policy"
4771                 }
4772             }
4773         },
4774         "installation-source": "dist",
4775         "notification-url": "https://packages.drupal.org/8/downloads",
4776         "license": [
4777             "GPL-2.0-or-later"
4778         ],
4779         "authors": [
4780             {
4781                 "name": "Chris Charlton",
4782                 "homepage": "https://www.drupal.org/user/17089"
4783             },
4784             {
4785                 "name": "chx",
4786                 "homepage": "https://www.drupal.org/user/9446"
4787             },
4788             {
4789                 "name": "claudiu.cristea",
4790                 "homepage": "https://www.drupal.org/user/56348"
4791             },
4792             {
4793                 "name": "dman",
4794                 "homepage": "https://www.drupal.org/user/33240"
4795             },
4796             {
4797                 "name": "dopry",
4798                 "homepage": "https://www.drupal.org/user/22202"
4799             },
4800             {
4801                 "name": "drewish",
4802                 "homepage": "https://www.drupal.org/user/34869"
4803             },
4804             {
4805                 "name": "gdl",
4806                 "homepage": "https://www.drupal.org/user/507326"
4807             },
4808             {
4809                 "name": "mondrake",
4810                 "homepage": "https://www.drupal.org/user/1307444"
4811             },
4812             {
4813                 "name": "quicksketch",
4814                 "homepage": "https://www.drupal.org/user/35821"
4815             },
4816             {
4817                 "name": "sun",
4818                 "homepage": "https://www.drupal.org/user/54136"
4819             },
4820             {
4821                 "name": "walkah",
4822                 "homepage": "https://www.drupal.org/user/1531"
4823             }
4824         ],
4825         "description": "Provides an image toolkit to integrate ImageMagick with the Image API.",
4826         "homepage": "https://www.drupal.org/project/imagemagick",
4827         "support": {
4828             "source": "http://cgit.drupalcode.org/imagemagick"
4829         }
4830     },
4831     {
4832         "name": "drupal/inline_entity_form",
4833         "version": "1.0.0-rc1",
4834         "version_normalized": "1.0.0.0-RC1",
4835         "source": {
4836             "type": "git",
4837             "url": "https://git.drupal.org/project/inline_entity_form",
4838             "reference": "8.x-1.0-rc1"
4839         },
4840         "dist": {
4841             "type": "zip",
4842             "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc1.zip",
4843             "reference": "8.x-1.0-rc1",
4844             "shasum": "898789fb6a0662fc2572b87f8d0654a0241473f9"
4845         },
4846         "require": {
4847             "drupal/core": "~8.0"
4848         },
4849         "require-dev": {
4850             "drupal/entity_reference_revisions": "*"
4851         },
4852         "type": "drupal-module",
4853         "extra": {
4854             "branch-alias": {
4855                 "dev-1.x": "1.x-dev"
4856             },
4857             "drupal": {
4858                 "version": "8.x-1.0-rc1",
4859                 "datestamp": "1527030784",
4860                 "security-coverage": {
4861                     "status": "not-covered",
4862                     "message": "RC releases are not covered by Drupal security advisories."
4863                 }
4864             }
4865         },
4866         "installation-source": "dist",
4867         "notification-url": "https://packages.drupal.org/8/downloads",
4868         "license": [
4869             "GPL-2.0+"
4870         ],
4871         "authors": [
4872             {
4873                 "name": "bojanz",
4874                 "homepage": "https://www.drupal.org/user/86106"
4875             },
4876             {
4877                 "name": "dawehner",
4878                 "homepage": "https://www.drupal.org/user/99340"
4879             },
4880             {
4881                 "name": "rszrama",
4882                 "homepage": "https://www.drupal.org/user/49344"
4883             },
4884             {
4885                 "name": "slashrsm",
4886                 "homepage": "https://www.drupal.org/user/744628"
4887             },
4888             {
4889                 "name": "webflo",
4890                 "homepage": "https://www.drupal.org/user/254778"
4891             }
4892         ],
4893         "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4894         "homepage": "https://www.drupal.org/project/inline_entity_form",
4895         "support": {
4896             "source": "http://cgit.drupalcode.org/inline_entity_form"
4897         }
4898     },
4899     {
4900         "name": "drupal/layout_plugin",
4901         "version": "1.0.0-alpha23",
4902         "version_normalized": "1.0.0.0-alpha23",
4903         "source": {
4904             "type": "git",
4905             "url": "https://git.drupal.org/project/layout_plugin",
4906             "reference": "8.x-1.0-alpha23"
4907         },
4908         "dist": {
4909             "type": "zip",
4910             "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
4911             "reference": "8.x-1.0-alpha23",
4912             "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
4913         },
4914         "require": {
4915             "drupal/core": "~8.0"
4916         },
4917         "type": "drupal-module",
4918         "extra": {
4919             "branch-alias": {
4920                 "dev-1.x": "1.x-dev"
4921             },
4922             "drupal": {
4923                 "version": "8.x-1.0-alpha23",
4924                 "datestamp": "1476269960"
4925             }
4926         },
4927         "installation-source": "dist",
4928         "notification-url": "https://packages.drupal.org/8/downloads",
4929         "license": [
4930             "GPL-2.0+"
4931         ],
4932         "authors": [
4933             {
4934                 "name": "David Snopek",
4935                 "homepage": "https://www.drupal.org/user/172527"
4936             },
4937             {
4938                 "name": "Bram Goffings",
4939                 "homepage": "https://www.drupal.org/user/266527"
4940             },
4941             {
4942                 "name": "Fredrik Lassen",
4943                 "homepage": "https://www.drupal.org/user/243377"
4944             }
4945         ],
4946         "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
4947         "homepage": "https://www.drupal.org/project/layout_plugin",
4948         "keywords": [
4949             "layout",
4950             "php"
4951         ],
4952         "support": {
4953             "source": "http://cgit.drupalcode.org/layout_plugin"
4954         }
4955     },
4956     {
4957         "name": "drupal/layouter",
4958         "version": "1.0.0",
4959         "version_normalized": "1.0.0.0",
4960         "source": {
4961             "type": "git",
4962             "url": "https://git.drupal.org/project/layouter",
4963             "reference": "8.x-1.0"
4964         },
4965         "dist": {
4966             "type": "zip",
4967             "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
4968             "reference": "8.x-1.0",
4969             "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
4970         },
4971         "require": {
4972             "drupal/core": "*"
4973         },
4974         "type": "drupal-module",
4975         "extra": {
4976             "branch-alias": {
4977                 "dev-1.x": "1.x-dev"
4978             },
4979             "drupal": {
4980                 "version": "8.x-1.0",
4981                 "datestamp": "1470121439"
4982             }
4983         },
4984         "installation-source": "dist",
4985         "notification-url": "https://packages.drupal.org/8/downloads",
4986         "license": [
4987             "GPL 2.0+"
4988         ],
4989         "authors": [
4990             {
4991                 "name": "adci_contributor",
4992                 "homepage": "https://www.drupal.org/user/1830536"
4993             },
4994             {
4995                 "name": "adcillc",
4996                 "homepage": "https://www.drupal.org/user/366450"
4997             },
4998             {
4999                 "name": "antongp",
5000                 "homepage": "https://www.drupal.org/user/1060446"
5001             },
5002             {
5003                 "name": "kinosura",
5004                 "homepage": "https://www.drupal.org/user/383326"
5005             },
5006             {
5007                 "name": "usdv",
5008                 "homepage": "https://www.drupal.org/user/2476206"
5009             }
5010         ],
5011         "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
5012         "homepage": "https://www.drupal.org/project/layouter",
5013         "support": {
5014             "source": "http://cgit.drupalcode.org/layouter"
5015         }
5016     },
5017     {
5018         "name": "drupal/libraries",
5019         "version": "3.0.0-alpha1",
5020         "version_normalized": "3.0.0.0-alpha1",
5021         "source": {
5022             "type": "git",
5023             "url": "https://git.drupal.org/project/libraries",
5024             "reference": "8.x-3.0-alpha1"
5025         },
5026         "dist": {
5027             "type": "zip",
5028             "url": "https://ftp.drupal.org/files/projects/libraries-8.x-3.0-alpha1.zip",
5029             "reference": "8.x-3.0-alpha1",
5030             "shasum": "bb07036b1eaeea7d736fc7e72416238830cd8d67"
5031         },
5032         "require": {
5033             "drupal/core": "~8.0"
5034         },
5035         "type": "drupal-module",
5036         "extra": {
5037             "branch-alias": {
5038                 "dev-3.x": "3.x-dev"
5039             },
5040             "drupal": {
5041                 "version": "8.x-3.0-alpha1",
5042                 "datestamp": "1517046484",
5043                 "security-coverage": {
5044                     "status": "not-covered",
5045                     "message": "Alpha releases are not covered by Drupal security advisories."
5046                 }
5047             }
5048         },
5049         "installation-source": "source",
5050         "notification-url": "https://packages.drupal.org/8/downloads",
5051         "license": [
5052             "GPL-2.0+"
5053         ],
5054         "authors": [
5055             {
5056                 "name": "Pol",
5057                 "homepage": "https://www.drupal.org/user/47194"
5058             },
5059             {
5060                 "name": "rjacobs",
5061                 "homepage": "https://www.drupal.org/user/422459"
5062             },
5063             {
5064                 "name": "sun",
5065                 "homepage": "https://www.drupal.org/user/54136"
5066             },
5067             {
5068                 "name": "tstoeckler",
5069                 "homepage": "https://www.drupal.org/user/107158"
5070             }
5071         ],
5072         "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
5073         "homepage": "http://drupal.org/project/libraries",
5074         "support": {
5075             "source": "http://cgit.drupalcode.org/libraries",
5076             "issues": "http://drupal.org/project/issues/libraries",
5077             "irc": "irc://irc.freenode.org/drupal-contribute"
5078         }
5079     },
5080     {
5081         "name": "drupal/linkchecker",
5082         "version": "dev-1.x",
5083         "version_normalized": "dev-1.x",
5084         "source": {
5085             "type": "git",
5086             "url": "https://git.drupal.org/project/linkchecker",
5087             "reference": "f59edc88741c60991526dc54adc89554c0ca571b"
5088         },
5089         "require": {
5090             "drupal/core": "~8.0"
5091         },
5092         "type": "drupal-module",
5093         "extra": {
5094             "branch-alias": {
5095                 "dev-1.x": "1.x-dev"
5096             },
5097             "drupal": {
5098                 "version": "8.x-1.x-dev",
5099                 "datestamp": "1534714080",
5100                 "security-coverage": {
5101                     "status": "not-covered",
5102                     "message": "Dev releases are not covered by Drupal security advisories."
5103                 }
5104             },
5105             "drush": {
5106                 "services": {
5107                     "drush.services.yml": "^9"
5108                 }
5109             }
5110         },
5111         "installation-source": "source",
5112         "notification-url": "https://packages.drupal.org/8/downloads",
5113         "license": [
5114             "GPL-2.0+"
5115         ],
5116         "authors": [
5117             {
5118                 "name": "hass",
5119                 "homepage": "https://www.drupal.org/u/hass"
5120             },
5121             {
5122                 "name": "See other contributors",
5123                 "homepage": "https://www.drupal.org/node/243795/committers"
5124             }
5125         ],
5126         "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
5127         "homepage": "https://www.drupal.org/project/linkchecker",
5128         "support": {
5129             "source": "http://git.drupal.org/project/linkchecker.git",
5130             "issues": "https://www.drupal.org/project/issues/linkchecker"
5131         }
5132     },
5133     {
5134         "name": "drupal/linkit",
5135         "version": "4.3.0",
5136         "version_normalized": "4.3.0.0",
5137         "source": {
5138             "type": "git",
5139             "url": "https://git.drupal.org/project/linkit",
5140             "reference": "8.x-4.3"
5141         },
5142         "dist": {
5143             "type": "zip",
5144             "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
5145             "reference": "8.x-4.3",
5146             "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
5147         },
5148         "require": {
5149             "drupal/core": "~8.0"
5150         },
5151         "type": "drupal-module",
5152         "extra": {
5153             "branch-alias": {
5154                 "dev-4.x": "4.x-dev"
5155             },
5156             "drupal": {
5157                 "version": "8.x-4.3",
5158                 "datestamp": "1490205830"
5159             }
5160         },
5161         "installation-source": "dist",
5162         "notification-url": "https://packages.drupal.org/8/downloads",
5163         "license": [
5164             "GPL-2.0+"
5165         ],
5166         "authors": [
5167             {
5168                 "name": "Emil Stjerneman",
5169                 "homepage": "https://stjerneman.com",
5170                 "email": "emil@stjerneman.com",
5171                 "role": "Maintainer"
5172             }
5173         ],
5174         "description": "Linkit - Enriched linking experience",
5175         "homepage": "http://drupal.org/project/linkit",
5176         "support": {
5177             "source": "http://cgit.drupalcode.org/linkit",
5178             "issues": "http://drupal.org/project/linkit"
5179         }
5180     },
5181     {
5182         "name": "drupal/livereload",
5183         "version": "dev-1.x",
5184         "version_normalized": "dev-1.x",
5185         "source": {
5186             "type": "git",
5187             "url": "https://git.drupal.org/project/livereload",
5188             "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
5189         },
5190         "require": {
5191             "drupal/core": "~8.0"
5192         },
5193         "type": "drupal-module",
5194         "extra": {
5195             "branch-alias": {
5196                 "dev-1.x": "1.x-dev"
5197             },
5198             "drupal": {
5199                 "version": "8.x-1.x-dev",
5200                 "datestamp": "1474009739"
5201             }
5202         },
5203         "installation-source": "source",
5204         "notification-url": "https://packages.drupal.org/8/downloads",
5205         "license": [
5206             "GPL-2.0+"
5207         ],
5208         "authors": [
5209             {
5210                 "name": "Hydra",
5211                 "homepage": "https://www.drupal.org/user/647364"
5212             },
5213             {
5214                 "name": "tim.plunkett",
5215                 "homepage": "https://www.drupal.org/user/241634"
5216             }
5217         ],
5218         "description": "Enables and enhances use of LiveReload during development.",
5219         "homepage": "https://www.drupal.org/project/livereload",
5220         "support": {
5221             "source": "http://cgit.drupalcode.org/livereload"
5222         }
5223     },
5224     {
5225         "name": "drupal/media_entity_actions",
5226         "version": "1.0.0-alpha2",
5227         "version_normalized": "1.0.0.0-alpha2",
5228         "source": {
5229             "type": "git",
5230             "url": "https://git.drupal.org/project/media_entity_actions",
5231             "reference": "8.x-1.0-alpha2"
5232         },
5233         "dist": {
5234             "type": "zip",
5235             "url": "https://ftp.drupal.org/files/projects/media_entity_actions-8.x-1.0-alpha2.zip",
5236             "reference": "8.x-1.0-alpha2",
5237             "shasum": "9bf7881f11fa182c1b6673c4cc8c32ce3a1bdb81"
5238         },
5239         "require": {
5240             "drupal/core": "^8.4.0"
5241         },
5242         "type": "drupal-module",
5243         "extra": {
5244             "branch-alias": {
5245                 "dev-1.x": "1.x-dev"
5246             },
5247             "drupal": {
5248                 "version": "8.x-1.0-alpha2",
5249                 "datestamp": "1510588386",
5250                 "security-coverage": {
5251                     "status": "not-covered",
5252                     "message": "Project has not opted into security advisory coverage!"
5253                 }
5254             }
5255         },
5256         "installation-source": "dist",
5257         "notification-url": "https://packages.drupal.org/8/downloads",
5258         "license": [
5259             "GPL-2.0-or-later"
5260         ],
5261         "authors": [
5262             {
5263                 "name": "chr.fritsch",
5264                 "homepage": "https://www.drupal.org/user/2103716"
5265             },
5266             {
5267                 "name": "marcoscano",
5268                 "homepage": "https://www.drupal.org/user/1288796"
5269             },
5270             {
5271                 "name": "phenaproxima",
5272                 "homepage": "https://www.drupal.org/user/205645"
5273             },
5274             {
5275                 "name": "seanB",
5276                 "homepage": "https://www.drupal.org/user/545912"
5277             },
5278             {
5279                 "name": "slashrsm",
5280                 "homepage": "https://www.drupal.org/user/744628"
5281             }
5282         ],
5283         "description": "Provides Actions plugins to be used with Media in core",
5284         "homepage": "https://www.drupal.org/project/media_entity_actions",
5285         "support": {
5286             "source": "http://cgit.drupalcode.org/media_entity_actions"
5287         }
5288     },
5289     {
5290         "name": "drupal/media_entity_instagram",
5291         "version": "2.0.0-alpha2",
5292         "version_normalized": "2.0.0.0-alpha2",
5293         "source": {
5294             "type": "git",
5295             "url": "https://git.drupal.org/project/media_entity_instagram",
5296             "reference": "8.x-2.0-alpha2"
5297         },
5298         "dist": {
5299             "type": "zip",
5300             "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-2.0-alpha2.zip",
5301             "reference": "8.x-2.0-alpha2",
5302             "shasum": "3a61feafacf7003bf27ec8d4271a07896788b5e3"
5303         },
5304         "require": {
5305             "drupal/core": "^8.4.0"
5306         },
5307         "type": "drupal-module",
5308         "extra": {
5309             "branch-alias": {
5310                 "dev-2.x": "2.x-dev"
5311             },
5312             "drupal": {
5313                 "version": "8.x-2.0-alpha2",
5314                 "datestamp": "1537264380",
5315                 "security-coverage": {
5316                     "status": "not-covered",
5317                     "message": "Alpha releases are not covered by Drupal security advisories."
5318                 }
5319             }
5320         },
5321         "installation-source": "dist",
5322         "notification-url": "https://packages.drupal.org/8/downloads",
5323         "license": [
5324             "GPL-2.0-or-later"
5325         ],
5326         "authors": [
5327             {
5328                 "name": "Drupal Media Team",
5329                 "homepage": "https://www.drupal.org/user/3260690"
5330             },
5331             {
5332                 "name": "Primsi",
5333                 "homepage": "https://www.drupal.org/user/282629"
5334             },
5335             {
5336                 "name": "chr.fritsch",
5337                 "homepage": "https://www.drupal.org/user/2103716"
5338             },
5339             {
5340                 "name": "designesse",
5341                 "homepage": "https://www.drupal.org/user/854012"
5342             },
5343             {
5344                 "name": "slashrsm",
5345                 "homepage": "https://www.drupal.org/user/744628"
5346             }
5347         ],
5348         "description": "Media entity Instagram provider.",
5349         "homepage": "https://www.drupal.org/project/media_entity_instagram",
5350         "support": {
5351             "source": "http://cgit.drupalcode.org/media_entity_instagram"
5352         }
5353     },
5354     {
5355         "name": "drupal/media_entity_slideshow",
5356         "version": "2.0.0-alpha1",
5357         "version_normalized": "2.0.0.0-alpha1",
5358         "source": {
5359             "type": "git",
5360             "url": "https://git.drupal.org/project/media_entity_slideshow",
5361             "reference": "8.x-2.0-alpha1"
5362         },
5363         "dist": {
5364             "type": "zip",
5365             "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-2.0-alpha1.zip",
5366             "reference": "8.x-2.0-alpha1",
5367             "shasum": "264358a2e03d2769459317841afdf7117927dc59"
5368         },
5369         "require": {
5370             "drupal/core": "^8.4"
5371         },
5372         "type": "drupal-module",
5373         "extra": {
5374             "branch-alias": {
5375                 "dev-2.x": "2.x-dev"
5376             },
5377             "drupal": {
5378                 "version": "8.x-2.0-alpha1",
5379                 "datestamp": "1506688443",
5380                 "security-coverage": {
5381                     "status": "not-covered",
5382                     "message": "Alpha releases are not covered by Drupal security advisories."
5383                 }
5384             }
5385         },
5386         "installation-source": "dist",
5387         "notification-url": "https://packages.drupal.org/8/downloads",
5388         "license": [
5389             "GPL-2.0-or-later"
5390         ],
5391         "authors": [
5392             {
5393                 "name": "Drupal Media Team",
5394                 "homepage": "https://www.drupal.org/user/3260690"
5395             },
5396             {
5397                 "name": "slashrsm",
5398                 "homepage": "https://www.drupal.org/user/744628"
5399             }
5400         ],
5401         "description": "Media entity slideshow provider.",
5402         "homepage": "https://www.drupal.org/project/media_entity_slideshow",
5403         "support": {
5404             "source": "http://cgit.drupalcode.org/media_entity_slideshow"
5405         }
5406     },
5407     {
5408         "name": "drupal/media_entity_twitter",
5409         "version": "2.0.0-alpha2",
5410         "version_normalized": "2.0.0.0-alpha2",
5411         "source": {
5412             "type": "git",
5413             "url": "https://git.drupal.org/project/media_entity_twitter",
5414             "reference": "8.x-2.0-alpha2"
5415         },
5416         "dist": {
5417             "type": "zip",
5418             "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-2.0-alpha2.zip",
5419             "reference": "8.x-2.0-alpha2",
5420             "shasum": "21925e1e1b02bbbcd6d8e9730bc587669edc0e5c"
5421         },
5422         "require": {
5423             "drupal/core": "^8.4",
5424             "j7mbo/twitter-api-php": "~1.0"
5425         },
5426         "type": "drupal-module",
5427         "extra": {
5428             "branch-alias": {
5429                 "dev-2.x": "2.x-dev"
5430             },
5431             "drupal": {
5432                 "version": "8.x-2.0-alpha2",
5433                 "datestamp": "1507907344",
5434                 "security-coverage": {
5435                     "status": "not-covered",
5436                     "message": "Alpha releases are not covered by Drupal security advisories."
5437                 }
5438             }
5439         },
5440         "installation-source": "dist",
5441         "notification-url": "https://packages.drupal.org/8/downloads",
5442         "license": [
5443             "GPL-2.0-or-later"
5444         ],
5445         "authors": [
5446             {
5447                 "name": "Drupal Media Team",
5448                 "homepage": "https://www.drupal.org/user/3260690"
5449             },
5450             {
5451                 "name": "Primsi",
5452                 "homepage": "https://www.drupal.org/user/282629"
5453             },
5454             {
5455                 "name": "chr.fritsch",
5456                 "homepage": "https://www.drupal.org/user/2103716"
5457             },
5458             {
5459                 "name": "slashrsm",
5460                 "homepage": "https://www.drupal.org/user/744628"
5461             }
5462         ],
5463         "description": "Media entity Twitter provider.",
5464         "homepage": "https://www.drupal.org/project/media_entity_twitter",
5465         "support": {
5466             "source": "http://cgit.drupalcode.org/media_entity_twitter"
5467         }
5468     },
5469     {
5470         "name": "drupal/memcache",
5471         "version": "2.0.0",
5472         "version_normalized": "2.0.0.0",
5473         "source": {
5474             "type": "git",
5475             "url": "https://git.drupal.org/project/memcache",
5476             "reference": "8.x-2.0"
5477         },
5478         "dist": {
5479             "type": "zip",
5480             "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0.zip",
5481             "reference": "8.x-2.0",
5482             "shasum": "78c09097c42781343f4069b4823dce7acd98a8b1"
5483         },
5484         "require": {
5485             "drupal/core": "~8.0"
5486         },
5487         "type": "drupal-module",
5488         "extra": {
5489             "branch-alias": {
5490                 "dev-2.x": "2.x-dev"
5491             },
5492             "drupal": {
5493                 "version": "8.x-2.0",
5494                 "datestamp": "1540546681",
5495                 "security-coverage": {
5496                     "status": "covered",
5497                     "message": "Covered by Drupal's security advisory policy"
5498                 }
5499             }
5500         },
5501         "installation-source": "dist",
5502         "notification-url": "https://packages.drupal.org/8/downloads",
5503         "license": [
5504             "GPL-2.0+"
5505         ],
5506         "authors": [
5507             {
5508                 "name": "Fabianx",
5509                 "homepage": "https://www.drupal.org/user/693738"
5510             },
5511             {
5512                 "name": "Jeremy",
5513                 "homepage": "https://www.drupal.org/user/409"
5514             },
5515             {
5516                 "name": "bdragon",
5517                 "homepage": "https://www.drupal.org/user/53081"
5518             },
5519             {
5520                 "name": "catch",
5521                 "homepage": "https://www.drupal.org/user/35733"
5522             },
5523             {
5524                 "name": "damiankloip",
5525                 "homepage": "https://www.drupal.org/user/1037976"
5526             },
5527             {
5528                 "name": "jvandyk",
5529                 "homepage": "https://www.drupal.org/user/2375"
5530             },
5531             {
5532                 "name": "robertDouglass",
5533                 "homepage": "https://www.drupal.org/user/5449"
5534             }
5535         ],
5536         "description": "High performance integration with memcache.",
5537         "homepage": "http://drupal.org/project/memcache",
5538         "support": {
5539             "source": "http://cgit.drupalcode.org/memcache",
5540             "issues": "https://www.drupal.org/project/issues/memcache"
5541         }
5542     },
5543     {
5544         "name": "drupal/metatag",
5545         "version": "1.7.0",
5546         "version_normalized": "1.7.0.0",
5547         "source": {
5548             "type": "git",
5549             "url": "https://git.drupal.org/project/metatag",
5550             "reference": "8.x-1.7"
5551         },
5552         "dist": {
5553             "type": "zip",
5554             "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.7.zip",
5555             "reference": "8.x-1.7",
5556             "shasum": "93decaefd053c524918ceae5b5ef05dd77de0857"
5557         },
5558         "require": {
5559             "drupal/core": "*",
5560             "drupal/token": "^1.0"
5561         },
5562         "require-dev": {
5563             "drupal/devel": "^1.0",
5564             "drupal/metatag_dc": "*",
5565             "drupal/metatag_open_graph": "*",
5566             "drupal/page_manager": "^4.0",
5567             "drupal/redirect": "^1.0",
5568             "drupal/restui": "^1.0",
5569             "drupal/schema_metatag": "^1.0",
5570             "drupal/schema_web_page": "*"
5571         },
5572         "type": "drupal-module",
5573         "extra": {
5574             "branch-alias": {
5575                 "dev-1.x": "1.x-dev"
5576             },
5577             "drupal": {
5578                 "version": "8.x-1.7",
5579                 "datestamp": "1535726393",
5580                 "security-coverage": {
5581                     "status": "covered",
5582                     "message": "Covered by Drupal's security advisory policy"
5583                 }
5584             }
5585         },
5586         "installation-source": "dist",
5587         "notification-url": "https://packages.drupal.org/8/downloads",
5588         "license": [
5589             "GPL-2.0+"
5590         ],
5591         "authors": [
5592             {
5593                 "name": "See contributors",
5594                 "homepage": "https://www.drupal.org/node/640498/committers",
5595                 "role": "Developer"
5596             },
5597             {
5598                 "name": "Dave Reid",
5599                 "homepage": "https://www.drupal.org/user/53892"
5600             }
5601         ],
5602         "description": "Manage meta tags for all entities.",
5603         "homepage": "https://www.drupal.org/project/metatag",
5604         "keywords": [
5605             "Drupal",
5606             "seo"
5607         ],
5608         "support": {
5609             "source": "http://cgit.drupalcode.org/metatag",
5610             "issues": "http://drupal.org/project/issues/metatag"
5611         }
5612     },
5613     {
5614         "name": "drupal/migrate_plus",
5615         "version": "4.0.0",
5616         "version_normalized": "4.0.0.0",
5617         "source": {
5618             "type": "git",
5619             "url": "https://git.drupal.org/project/migrate_plus",
5620             "reference": "8.x-4.0"
5621         },
5622         "dist": {
5623             "type": "zip",
5624             "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0.zip",
5625             "reference": "8.x-4.0",
5626             "shasum": "63dad289defe8298aa5ca5e30062fe9761d19eca"
5627         },
5628         "require": {
5629             "drupal/core": "^8.3"
5630         },
5631         "require-dev": {
5632             "drupal/migrate_example_advanced_setup": "*",
5633             "drupal/migrate_example_setup": "*"
5634         },
5635         "suggest": {
5636             "ext-soap": "*",
5637             "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
5638         },
5639         "type": "drupal-module",
5640         "extra": {
5641             "branch-alias": {
5642                 "dev-4.x": "4.x-dev"
5643             },
5644             "drupal": {
5645                 "version": "8.x-4.0",
5646                 "datestamp": "1536264180",
5647                 "security-coverage": {
5648                     "status": "covered",
5649                     "message": "Covered by Drupal's security advisory policy"
5650                 }
5651             }
5652         },
5653         "installation-source": "dist",
5654         "notification-url": "https://packages.drupal.org/8/downloads",
5655         "license": [
5656             "GPL-2.0+"
5657         ],
5658         "authors": [
5659             {
5660                 "name": "Mike Ryan",
5661                 "homepage": "https://www.drupal.org/u/mikeryan",
5662                 "role": "Maintainer"
5663             },
5664             {
5665                 "name": "mikeryan",
5666                 "homepage": "https://www.drupal.org/user/4420"
5667             }
5668         ],
5669         "description": "Enhancements to core migration support.",
5670         "homepage": "https://www.drupal.org/project/migrate_plus",
5671         "support": {
5672             "source": "https://cgit.drupalcode.org/migrate_plus",
5673             "issues": "https://www.drupal.org/project/issues/migrate_plus",
5674             "irc": "irc://irc.freenode.org/drupal-migrate"
5675         }
5676     },
5677     {
5678         "name": "drupal/migrate_tools",
5679         "version": "4.0.0",
5680         "version_normalized": "4.0.0.0",
5681         "source": {
5682             "type": "git",
5683             "url": "https://git.drupal.org/project/migrate_tools",
5684             "reference": "8.x-4.0"
5685         },
5686         "dist": {
5687             "type": "zip",
5688             "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.0.zip",
5689             "reference": "8.x-4.0",
5690             "shasum": "016dfb010df76723c5a6a447921fdccd3c885237"
5691         },
5692         "require": {
5693             "drupal/core": "^8.3",
5694             "drupal/migrate_plus": "^4"
5695         },
5696         "require-dev": {
5697             "drupal/coder": "^8",
5698             "drupal/migrate_source_csv": "^2.2"
5699         },
5700         "type": "drupal-module",
5701         "extra": {
5702             "branch-alias": {
5703                 "dev-4.x": "4.x-dev"
5704             },
5705             "drupal": {
5706                 "version": "8.x-4.0",
5707                 "datestamp": "1535380084",
5708                 "security-coverage": {
5709                     "status": "covered",
5710                     "message": "Covered by Drupal's security advisory policy"
5711                 }
5712             },
5713             "drush": {
5714                 "services": {
5715                     "drush.services.yml": "^9"
5716                 }
5717             }
5718         },
5719         "installation-source": "dist",
5720         "notification-url": "https://packages.drupal.org/8/downloads",
5721         "license": [
5722             "GPL-2.0+"
5723         ],
5724         "authors": [
5725             {
5726                 "name": "heddn",
5727                 "homepage": "https://www.drupal.org/user/1463982"
5728             },
5729             {
5730                 "name": "mikeryan",
5731                 "homepage": "https://www.drupal.org/user/4420"
5732             },
5733             {
5734                 "name": "moshe weitzman",
5735                 "homepage": "https://www.drupal.org/user/23"
5736             }
5737         ],
5738         "description": "Tools to assist in developing and running migrations.",
5739         "homepage": "http://drupal.org/project/migrate_tools",
5740         "support": {
5741             "source": "http://cgit.drupalcode.org/migrate_tools",
5742             "issues": "http://drupal.org/project/migrate_tools",
5743             "irc": "irc://irc.freenode.org/drupal-migrate"
5744         }
5745     },
5746     {
5747         "name": "drupal/migrate_upgrade",
5748         "version": "3.0.0-rc5",
5749         "version_normalized": "3.0.0.0-RC5",
5750         "source": {
5751             "type": "git",
5752             "url": "https://git.drupal.org/project/migrate_upgrade",
5753             "reference": "8.x-3.0-rc5"
5754         },
5755         "dist": {
5756             "type": "zip",
5757             "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc5.zip",
5758             "reference": "8.x-3.0-rc5",
5759             "shasum": "608375003cfd42664ecd6d5b0b5e2c3b510a2e0a"
5760         },
5761         "require": {
5762             "drupal/core": "*",
5763             "drupal/migrate_plus": "*"
5764         },
5765         "require-dev": {
5766             "drupal/coder": "^8"
5767         },
5768         "type": "drupal-module",
5769         "extra": {
5770             "branch-alias": {
5771                 "dev-3.x": "3.x-dev"
5772             },
5773             "drupal": {
5774                 "version": "8.x-3.0-rc5",
5775                 "datestamp": "1535381580",
5776                 "security-coverage": {
5777                     "status": "not-covered",
5778                     "message": "RC releases are not covered by Drupal security advisories."
5779                 }
5780             }
5781         },
5782         "installation-source": "dist",
5783         "notification-url": "https://packages.drupal.org/8/downloads",
5784         "license": [
5785             "GPL-2.0+"
5786         ],
5787         "authors": [
5788             {
5789                 "name": "abhishek-anand",
5790                 "homepage": "https://www.drupal.org/user/468982"
5791             },
5792             {
5793                 "name": "heddn",
5794                 "homepage": "https://www.drupal.org/user/1463982"
5795             },
5796             {
5797                 "name": "ksenzee",
5798                 "homepage": "https://www.drupal.org/user/139855"
5799             },
5800             {
5801                 "name": "mikeryan",
5802                 "homepage": "https://www.drupal.org/user/4420"
5803             },
5804             {
5805                 "name": "ultimike",
5806                 "homepage": "https://www.drupal.org/user/51132"
5807             },
5808             {
5809                 "name": "xjm",
5810                 "homepage": "https://www.drupal.org/user/65776"
5811             }
5812         ],
5813         "description": "Drush support for direct upgrades from older Drupal versions.",
5814         "homepage": "https://www.drupal.org/project/migrate_upgrade",
5815         "support": {
5816             "source": "http://cgit.drupalcode.org/migrate_upgrade"
5817         }
5818     },
5819     {
5820         "name": "drupal/pathauto",
5821         "version": "1.3.0",
5822         "version_normalized": "1.3.0.0",
5823         "source": {
5824             "type": "git",
5825             "url": "https://git.drupal.org/project/pathauto",
5826             "reference": "8.x-1.3"
5827         },
5828         "dist": {
5829             "type": "zip",
5830             "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.3.zip",
5831             "reference": "8.x-1.3",
5832             "shasum": "115d5998d7636a03e26c7ce34261b65809d53965"
5833         },
5834         "require": {
5835             "drupal/core": "^8.5",
5836             "drupal/ctools": "*",
5837             "drupal/token": "*"
5838         },
5839         "type": "drupal-module",
5840         "extra": {
5841             "branch-alias": {
5842                 "dev-1.x": "1.x-dev"
5843             },
5844             "drupal": {
5845                 "version": "8.x-1.3",
5846                 "datestamp": "1536407884",
5847                 "security-coverage": {
5848                     "status": "covered",
5849                     "message": "Covered by Drupal's security advisory policy"
5850                 }
5851             }
5852         },
5853         "installation-source": "dist",
5854         "notification-url": "https://packages.drupal.org/8/downloads",
5855         "license": [
5856             "GPL-2.0-or-later"
5857         ],
5858         "authors": [
5859             {
5860                 "name": "Berdir",
5861                 "homepage": "https://www.drupal.org/user/214652"
5862             },
5863             {
5864                 "name": "Dave Reid",
5865                 "homepage": "https://www.drupal.org/user/53892"
5866             },
5867             {
5868                 "name": "Freso",
5869                 "homepage": "https://www.drupal.org/user/27504"
5870             },
5871             {
5872                 "name": "greggles",
5873                 "homepage": "https://www.drupal.org/user/36762"
5874             }
5875         ],
5876         "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
5877         "homepage": "https://www.drupal.org/project/pathauto",
5878         "support": {
5879             "source": "http://cgit.drupalcode.org/pathauto"
5880         }
5881     },
5882     {
5883         "name": "drupal/pathologic",
5884         "version": "1.0.0-alpha1",
5885         "version_normalized": "1.0.0.0-alpha1",
5886         "source": {
5887             "type": "git",
5888             "url": "https://git.drupal.org/project/pathologic",
5889             "reference": "8.x-1.0-alpha1"
5890         },
5891         "dist": {
5892             "type": "zip",
5893             "url": "https://ftp.drupal.org/files/projects/pathologic-8.x-1.0-alpha1.zip",
5894             "reference": "8.x-1.0-alpha1",
5895             "shasum": "51c699cc001969baa00cca60cf2302a32e578090"
5896         },
5897         "require": {
5898             "drupal/core": "*"
5899         },
5900         "type": "drupal-module",
5901         "extra": {
5902             "branch-alias": {
5903                 "dev-1.x": "1.x-dev"
5904             },
5905             "drupal": {
5906                 "version": "8.x-1.0-alpha1",
5907                 "datestamp": "1525211884",
5908                 "security-coverage": {
5909                     "status": "not-covered",
5910                     "message": "Alpha releases are not covered by Drupal security advisories."
5911                 }
5912             }
5913         },
5914         "installation-source": "source",
5915         "notification-url": "https://packages.drupal.org/8/downloads",
5916         "license": [
5917             "GPL-2.0-or-later"
5918         ],
5919         "authors": [
5920             {
5921                 "name": "Berdir",
5922                 "homepage": "https://www.drupal.org/user/214652"
5923             },
5924             {
5925                 "name": "Garrett Albright",
5926                 "homepage": "https://www.drupal.org/user/191212"
5927             },
5928             {
5929                 "name": "dww",
5930                 "homepage": "https://www.drupal.org/user/46549"
5931             }
5932         ],
5933         "description": "Helps avoid broken links and incorrect paths in content.",
5934         "homepage": "https://www.drupal.org/project/pathologic",
5935         "support": {
5936             "source": "http://cgit.drupalcode.org/pathologic"
5937         }
5938     },
5939     {
5940         "name": "drupal/permissions_by_term",
5941         "version": "1.61.0",
5942         "version_normalized": "1.61.0.0",
5943         "source": {
5944             "type": "git",
5945             "url": "https://git.drupal.org/project/permissions_by_term",
5946             "reference": "8.x-1.61"
5947         },
5948         "dist": {
5949             "type": "zip",
5950             "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.61.zip",
5951             "reference": "8.x-1.61",
5952             "shasum": "c984a00f1efaf8856b5804f5837672bf9fb527bb"
5953         },
5954         "require": {
5955             "drupal/core": "^8.0"
5956         },
5957         "type": "drupal-module",
5958         "extra": {
5959             "branch-alias": {
5960                 "dev-1.x": "1.x-dev"
5961             },
5962             "drupal": {
5963                 "version": "8.x-1.61",
5964                 "datestamp": "1534865884",
5965                 "security-coverage": {
5966                     "status": "covered",
5967                     "message": "Covered by Drupal's security advisory policy"
5968                 }
5969             }
5970         },
5971         "installation-source": "dist",
5972         "notification-url": "https://packages.drupal.org/8/downloads",
5973         "license": [
5974             "GPL-2.0+"
5975         ],
5976         "authors": [
5977             {
5978                 "name": "Peter Majmesku",
5979                 "homepage": "https://www.drupal.org/user/786132",
5980                 "email": "p.majmesku@gmail.com"
5981             },
5982             {
5983                 "name": "SaschaHannes",
5984                 "homepage": "https://www.drupal.org/user/3536189"
5985             },
5986             {
5987                 "name": "dakku",
5988                 "homepage": "https://www.drupal.org/user/97634"
5989             },
5990             {
5991                 "name": "rackberg",
5992                 "homepage": "https://www.drupal.org/user/2806873"
5993             }
5994         ],
5995         "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
5996         "homepage": "https://www.drupal.org/project/permissions_by_term",
5997         "support": {
5998             "source": "http://cgit.drupalcode.org/permissions_by_term"
5999         }
6000     },
6001     {
6002         "name": "drupal/php",
6003         "version": "dev-1.x",
6004         "version_normalized": "dev-1.x",
6005         "source": {
6006             "type": "git",
6007             "url": "https://git.drupal.org/project/php",
6008             "reference": "e5c1c4047f5f1522e5d630bca93d50c61ef6a2c0"
6009         },
6010         "require": {
6011             "drupal/core": "~8.0"
6012         },
6013         "type": "drupal-module",
6014         "extra": {
6015             "branch-alias": {
6016                 "dev-1.x": "1.x-dev"
6017             },
6018             "drupal": {
6019                 "version": "8.x-1.0+0-dev",
6020                 "datestamp": "1529156324",
6021                 "security-coverage": {
6022                     "status": "revoked",
6023                     "message": "Project has been unsupported by the Drupal Security Team"
6024                 }
6025             }
6026         },
6027         "installation-source": "source",
6028         "notification-url": "https://packages.drupal.org/8/downloads",
6029         "license": [
6030             "GPL-2.0+"
6031         ],
6032         "authors": [
6033             {
6034                 "name": "hass",
6035                 "homepage": "https://www.drupal.org/u/hass"
6036             },
6037             {
6038                 "name": "See other contributors",
6039                 "homepage": "https://www.drupal.org/node/1633456/committers"
6040             },
6041             {
6042                 "name": "catch",
6043                 "homepage": "https://www.drupal.org/user/35733"
6044             },
6045             {
6046                 "name": "dixon_",
6047                 "homepage": "https://www.drupal.org/user/239911"
6048             },
6049             {
6050                 "name": "greggles",
6051                 "homepage": "https://www.drupal.org/user/36762"
6052             },
6053             {
6054                 "name": "hass",
6055                 "homepage": "https://www.drupal.org/user/85918"
6056             },
6057             {
6058                 "name": "msonnabaum",
6059                 "homepage": "https://www.drupal.org/user/75278"
6060             },
6061             {
6062                 "name": "quicksketch",
6063                 "homepage": "https://www.drupal.org/user/35821"
6064             },
6065             {
6066                 "name": "webchick",
6067                 "homepage": "https://www.drupal.org/user/24967"
6068             }
6069         ],
6070         "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.",
6071         "homepage": "https://www.drupal.org/project/php",
6072         "support": {
6073             "source": "https://git.drupal.org/project/php.git",
6074             "issues": "https://www.drupal.org/project/issues/php"
6075         }
6076     },
6077     {
6078         "name": "drupal/redirect",
6079         "version": "1.3.0",
6080         "version_normalized": "1.3.0.0",
6081         "source": {
6082             "type": "git",
6083             "url": "https://git.drupal.org/project/redirect",
6084             "reference": "8.x-1.3"
6085         },
6086         "dist": {
6087             "type": "zip",
6088             "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.3.zip",
6089             "reference": "8.x-1.3",
6090             "shasum": "3f9620d186e25f36ac56755979932b8ea965b8c7"
6091         },
6092         "require": {
6093             "drupal/core": "~8"
6094         },
6095         "type": "drupal-module",
6096         "extra": {
6097             "branch-alias": {
6098                 "dev-1.x": "1.x-dev"
6099             },
6100             "drupal": {
6101                 "version": "8.x-1.3",
6102                 "datestamp": "1539682684",
6103                 "security-coverage": {
6104                     "status": "covered",
6105                     "message": "Covered by Drupal's security advisory policy"
6106                 }
6107             }
6108         },
6109         "installation-source": "dist",
6110         "notification-url": "https://packages.drupal.org/8/downloads",
6111         "license": [
6112             "GPL-2.0+"
6113         ],
6114         "authors": [
6115             {
6116                 "name": "Berdir",
6117                 "homepage": "https://www.drupal.org/user/214652"
6118             },
6119             {
6120                 "name": "Dave Reid",
6121                 "homepage": "https://www.drupal.org/user/53892"
6122             },
6123             {
6124                 "name": "pifagor",
6125                 "homepage": "https://www.drupal.org/user/2375692"
6126             }
6127         ],
6128         "description": "Allows users to redirect from old URLs to new URLs.",
6129         "homepage": "https://www.drupal.org/project/redirect",
6130         "support": {
6131             "source": "http://cgit.drupalcode.org/redirect"
6132         }
6133     },
6134     {
6135         "name": "drupal/security_review",
6136         "version": "dev-1.x",
6137         "version_normalized": "dev-1.x",
6138         "source": {
6139             "type": "git",
6140             "url": "https://git.drupal.org/project/security_review",
6141             "reference": "9b8a34a21cac85913845df4eebb9a05c69de82d8"
6142         },
6143         "require": {
6144             "drupal/core": "~8.0"
6145         },
6146         "type": "drupal-module",
6147         "extra": {
6148             "branch-alias": {
6149                 "dev-1.x": "1.x-dev"
6150             },
6151             "drupal": {
6152                 "version": "8.x-1.x-dev",
6153                 "datestamp": "1532558881",
6154                 "security-coverage": {
6155                     "status": "not-covered",
6156                     "message": "Dev releases are not covered by Drupal security advisories."
6157                 }
6158             },
6159             "patches_applied": []
6160         },
6161         "installation-source": "source",
6162         "notification-url": "https://packages.drupal.org/8/downloads",
6163         "license": [
6164             "GPL-2.0-or-later"
6165         ],
6166         "authors": [
6167             {
6168                 "name": "banviktor",
6169                 "homepage": "https://www.drupal.org/user/3176333"
6170             },
6171             {
6172                 "name": "coltrane",
6173                 "homepage": "https://www.drupal.org/user/91990"
6174             },
6175             {
6176                 "name": "dsnopek",
6177                 "homepage": "https://www.drupal.org/user/266527"
6178             },
6179             {
6180                 "name": "greggles",
6181                 "homepage": "https://www.drupal.org/user/36762"
6182             }
6183         ],
6184         "description": "Site security and configuration review module.",
6185         "homepage": "https://www.drupal.org/project/security_review",
6186         "support": {
6187             "source": "http://cgit.drupalcode.org/security_review"
6188         }
6189     },
6190     {
6191         "name": "drupal/simple_sitemap",
6192         "version": "2.12.0",
6193         "version_normalized": "2.12.0.0",
6194         "source": {
6195             "type": "git",
6196             "url": "https://git.drupal.org/project/simple_sitemap",
6197             "reference": "8.x-2.12"
6198         },
6199         "dist": {
6200             "type": "zip",
6201             "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.zip",
6202             "reference": "8.x-2.12",
6203             "shasum": "fe1c1a636adfba8358399a5a1ccdf20685066573"
6204         },
6205         "require": {
6206             "drupal/core": "~8.0"
6207         },
6208         "type": "drupal-module",
6209         "extra": {
6210             "branch-alias": {
6211                 "dev-2.x": "2.x-dev"
6212             },
6213             "drupal": {
6214                 "version": "8.x-2.12",
6215                 "datestamp": "1523203180",
6216                 "security-coverage": {
6217                     "status": "covered",
6218                     "message": "Covered by Drupal's security advisory policy"
6219                 }
6220             },
6221             "drush": {
6222                 "services": {
6223                     "drush.services.yml": "^9"
6224                 }
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": "Pawel Ginalski (gbyte.co)",
6235                 "homepage": "https://www.drupal.org/u/gbyte.co",
6236                 "email": "contact@gbyte.co",
6237                 "role": "Maintainer"
6238             },
6239             {
6240                 "name": "Sam Becker (Sam152)",
6241                 "homepage": "https://www.drupal.org/u/sam152",
6242                 "role": "Co-maintainer"
6243             }
6244         ],
6245         "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
6246         "homepage": "https://drupal.org/project/simple_sitemap",
6247         "support": {
6248             "source": "https://cgit.drupalcode.org/simple_sitemap",
6249             "issues": "https://drupal.org/project/issues/simple_sitemap",
6250             "irc": "irc://irc.freenode.org/drupal-contribute"
6251         }
6252     },
6253     {
6254         "name": "drupal/slick",
6255         "version": "1.0.0",
6256         "version_normalized": "1.0.0.0",
6257         "source": {
6258             "type": "git",
6259             "url": "https://git.drupal.org/project/slick",
6260             "reference": "8.x-1.0"
6261         },
6262         "dist": {
6263             "type": "zip",
6264             "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
6265             "reference": "8.x-1.0",
6266             "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
6267         },
6268         "require": {
6269             "drupal/blazy": "~1.0",
6270             "drupal/core": "~8.0"
6271         },
6272         "type": "drupal-module",
6273         "extra": {
6274             "branch-alias": {
6275                 "dev-1.x": "1.x-dev"
6276             },
6277             "drupal": {
6278                 "version": "8.x-1.0",
6279                 "datestamp": "1495746183"
6280             }
6281         },
6282         "installation-source": "dist",
6283         "notification-url": "https://packages.drupal.org/8/downloads",
6284         "license": [
6285             "GPL-2.0+"
6286         ],
6287         "authors": [
6288             {
6289                 "name": "arshadcn",
6290                 "homepage": "https://www.drupal.org/user/571032"
6291             },
6292             {
6293                 "name": "gausarts",
6294                 "homepage": "https://www.drupal.org/user/159062"
6295             }
6296         ],
6297         "description": "Slick carousel, the last carousel you'll ever need.",
6298         "homepage": "https://drupal.org/project/slick",
6299         "keywords": [
6300             "Drupal",
6301             "carousel",
6302             "slideshow"
6303         ],
6304         "support": {
6305             "source": "http://cgit.drupalcode.org/slick",
6306             "issues": "https://drupal.org/project/issues/slick"
6307         }
6308     },
6309     {
6310         "name": "drupal/slick_media",
6311         "version": "2.0.0-alpha2",
6312         "version_normalized": "2.0.0.0-alpha2",
6313         "source": {
6314             "type": "git",
6315             "url": "https://git.drupal.org/project/slick_media",
6316             "reference": "8.x-2.0-alpha2"
6317         },
6318         "dist": {
6319             "type": "zip",
6320             "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-2.0-alpha2.zip",
6321             "reference": "8.x-2.0-alpha2",
6322             "shasum": "9aa7dfeaebc0776454bbf74450e5f2ed360f320d"
6323         },
6324         "require": {
6325             "drupal/core": "^8.4",
6326             "drupal/slick": "*"
6327         },
6328         "type": "drupal-module",
6329         "extra": {
6330             "branch-alias": {
6331                 "dev-2.x": "2.x-dev"
6332             },
6333             "drupal": {
6334                 "version": "8.x-2.0-alpha2",
6335                 "datestamp": "1533721384",
6336                 "security-coverage": {
6337                     "status": "not-covered",
6338                     "message": "Alpha releases are not covered by Drupal security advisories."
6339                 }
6340             }
6341         },
6342         "installation-source": "dist",
6343         "notification-url": "https://packages.drupal.org/8/downloads",
6344         "license": [
6345             "GPL-2.0-or-later"
6346         ],
6347         "authors": [
6348             {
6349                 "name": "chr.fritsch",
6350                 "homepage": "https://www.drupal.org/user/2103716"
6351             },
6352             {
6353                 "name": "gausarts",
6354                 "homepage": "https://www.drupal.org/user/159062"
6355             }
6356         ],
6357         "description": "Provides Slick carousel integration with Media entity.",
6358         "homepage": "https://www.drupal.org/project/slick_media",
6359         "support": {
6360             "source": "http://cgit.drupalcode.org/slick_media"
6361         }
6362     },
6363     {
6364         "name": "drupal/superfish",
6365         "version": "1.2.0",
6366         "version_normalized": "1.2.0.0",
6367         "source": {
6368             "type": "git",
6369             "url": "https://git.drupal.org/project/superfish",
6370             "reference": "8.x-1.2"
6371         },
6372         "dist": {
6373             "type": "zip",
6374             "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.2.zip",
6375             "reference": "8.x-1.2",
6376             "shasum": "e6f11be2bb2b95957d144bb0155c29c7aad40a62"
6377         },
6378         "require": {
6379             "drupal/core": "~8.0",
6380             "mehrpadin/superfish": "~2.0"
6381         },
6382         "type": "drupal-module",
6383         "extra": {
6384             "branch-alias": {
6385                 "dev-1.x": "1.x-dev"
6386             },
6387             "drupal": {
6388                 "version": "8.x-1.2",
6389                 "datestamp": "1517739480",
6390                 "security-coverage": {
6391                     "status": "covered",
6392                     "message": "Covered by Drupal's security advisory policy"
6393                 }
6394             }
6395         },
6396         "installation-source": "dist",
6397         "notification-url": "https://packages.drupal.org/8/downloads",
6398         "license": [
6399             "GPL-2.0+"
6400         ],
6401         "authors": [
6402             {
6403                 "name": "mehrpadin",
6404                 "homepage": "https://www.drupal.org/u/mehrpadin",
6405                 "role": "Maintainer"
6406             }
6407         ],
6408         "description": "Adds jQuery Superfish plugin to menu blocks.",
6409         "homepage": "https://www.drupal.org/project/superfish",
6410         "support": {
6411             "source": "https://cgit.drupalcode.org/superfish",
6412             "issues": "https://www.drupal.org/project/superfish"
6413         }
6414     },
6415     {
6416         "name": "drupal/toc_formatter",
6417         "version": "1.1.0",
6418         "version_normalized": "1.1.0.0",
6419         "source": {
6420             "type": "git",
6421             "url": "https://git.drupal.org/project/toc_formatter",
6422             "reference": "8.x-1.1"
6423         },
6424         "dist": {
6425             "type": "zip",
6426             "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
6427             "reference": "8.x-1.1",
6428             "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
6429         },
6430         "require": {
6431             "drupal/core": "~8.0"
6432         },
6433         "type": "drupal-module",
6434         "extra": {
6435             "branch-alias": {
6436                 "dev-1.x": "1.x-dev"
6437             },
6438             "drupal": {
6439                 "version": "8.x-1.1",
6440                 "datestamp": "1398611927"
6441             }
6442         },
6443         "installation-source": "dist",
6444         "notification-url": "https://packages.drupal.org/8/downloads",
6445         "license": [
6446             "GPL-2.0+"
6447         ],
6448         "authors": [
6449             {
6450                 "name": "Robert Castelo",
6451                 "homepage": "https://www.drupal.org/user/3555"
6452             },
6453             {
6454                 "name": "neilt17",
6455                 "homepage": "https://www.drupal.org/user/324142"
6456             }
6457         ],
6458         "description": "Display formatter that adds a TOC to the top of a text area field.",
6459         "homepage": "https://www.drupal.org/project/toc_formatter",
6460         "support": {
6461             "source": "http://cgit.drupalcode.org/toc_formatter"
6462         }
6463     },
6464     {
6465         "name": "drupal/tocify",
6466         "version": "1.2.0",
6467         "version_normalized": "1.2.0.0",
6468         "source": {
6469             "type": "git",
6470             "url": "https://git.drupal.org/project/tocify",
6471             "reference": "8.x-1.2"
6472         },
6473         "dist": {
6474             "type": "zip",
6475             "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
6476             "reference": "8.x-1.2",
6477             "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
6478         },
6479         "require": {
6480             "drupal/core": "*"
6481         },
6482         "type": "drupal-module",
6483         "extra": {
6484             "branch-alias": {
6485                 "dev-1.x": "1.x-dev"
6486             },
6487             "drupal": {
6488                 "version": "8.x-1.2",
6489                 "datestamp": "1493816586"
6490             }
6491         },
6492         "installation-source": "dist",
6493         "notification-url": "https://packages.drupal.org/8/downloads",
6494         "license": [
6495             "GPL-2.0+"
6496         ],
6497         "authors": [
6498             {
6499                 "name": "Hydra",
6500                 "homepage": "https://www.drupal.org/user/647364"
6501             },
6502             {
6503                 "name": "dawehner",
6504                 "homepage": "https://www.drupal.org/user/99340"
6505             },
6506             {
6507                 "name": "sanduhrs",
6508                 "homepage": "https://www.drupal.org/user/28074"
6509             }
6510         ],
6511         "description": "Tocify your content",
6512         "homepage": "https://www.drupal.org/project/tocify",
6513         "keywords": [
6514             "Drupal"
6515         ],
6516         "support": {
6517             "source": "http://cgit.drupalcode.org/tocify",
6518             "issues": "http://drupal.org/project/issues/tocify"
6519         }
6520     },
6521     {
6522         "name": "drupal/token",
6523         "version": "1.5.0",
6524         "version_normalized": "1.5.0.0",
6525         "source": {
6526             "type": "git",
6527             "url": "https://git.drupal.org/project/token",
6528             "reference": "8.x-1.5"
6529         },
6530         "dist": {
6531             "type": "zip",
6532             "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip",
6533             "reference": "8.x-1.5",
6534             "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d"
6535         },
6536         "require": {
6537             "drupal/core": "^8.5"
6538         },
6539         "type": "drupal-module",
6540         "extra": {
6541             "branch-alias": {
6542                 "dev-1.x": "1.x-dev"
6543             },
6544             "drupal": {
6545                 "version": "8.x-1.5",
6546                 "datestamp": "1537557481",
6547                 "security-coverage": {
6548                     "status": "covered",
6549                     "message": "Covered by Drupal's security advisory policy"
6550                 }
6551             }
6552         },
6553         "installation-source": "dist",
6554         "notification-url": "https://packages.drupal.org/8/downloads",
6555         "license": [
6556             "GPL-2.0-or-later"
6557         ],
6558         "authors": [
6559             {
6560                 "name": "Berdir",
6561                 "homepage": "https://www.drupal.org/user/214652"
6562             },
6563             {
6564                 "name": "Dave Reid",
6565                 "homepage": "https://www.drupal.org/user/53892"
6566             },
6567             {
6568                 "name": "eaton",
6569                 "homepage": "https://www.drupal.org/user/16496"
6570             },
6571             {
6572                 "name": "fago",
6573                 "homepage": "https://www.drupal.org/user/16747"
6574             },
6575             {
6576                 "name": "greggles",
6577                 "homepage": "https://www.drupal.org/user/36762"
6578             },
6579             {
6580                 "name": "mikeryan",
6581                 "homepage": "https://www.drupal.org/user/4420"
6582             }
6583         ],
6584         "description": "Provides a user interface for the Token API and some missing core tokens.",
6585         "homepage": "https://www.drupal.org/project/token",
6586         "support": {
6587             "source": "http://cgit.drupalcode.org/token"
6588         }
6589     },
6590     {
6591         "name": "drupal/twig_xdebug",
6592         "version": "1.0.0",
6593         "version_normalized": "1.0.0.0",
6594         "source": {
6595             "type": "git",
6596             "url": "https://git.drupal.org/project/twig_xdebug",
6597             "reference": "8.x-1.0"
6598         },
6599         "dist": {
6600             "type": "zip",
6601             "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
6602             "reference": "8.x-1.0",
6603             "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
6604         },
6605         "require": {
6606             "ajgl/breakpoint-twig-extension": "0.3",
6607             "drupal/core": "~8.0"
6608         },
6609         "type": "drupal-module",
6610         "extra": {
6611             "branch-alias": {
6612                 "dev-1.x": "1.x-dev"
6613             },
6614             "drupal": {
6615                 "version": "8.x-1.0",
6616                 "datestamp": "1464928439"
6617             }
6618         },
6619         "installation-source": "dist",
6620         "notification-url": "https://packages.drupal.org/8/downloads",
6621         "license": [
6622             "GPL-2.0+"
6623         ],
6624         "authors": [
6625             {
6626                 "name": "charginghawk",
6627                 "homepage": "https://www.drupal.org/user/2626341"
6628             }
6629         ],
6630         "description": "Enables Xdebug breakpoints in Twig.",
6631         "homepage": "https://www.drupal.org/project/twig_xdebug",
6632         "support": {
6633             "source": "http://cgit.drupalcode.org/twig_xdebug"
6634         }
6635     },
6636     {
6637         "name": "drupal/typogrify",
6638         "version": "1.0.0-alpha1",
6639         "version_normalized": "1.0.0.0-alpha1",
6640         "source": {
6641             "type": "git",
6642             "url": "https://git.drupal.org/project/typogrify",
6643             "reference": "8.x-1.0-alpha1"
6644         },
6645         "dist": {
6646             "type": "zip",
6647             "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
6648             "reference": "8.x-1.0-alpha1",
6649             "shasum": "de87791555204b3af5692d939f8c199bd7164495"
6650         },
6651         "require": {
6652             "drupal/core": "*"
6653         },
6654         "type": "drupal-module",
6655         "extra": {
6656             "branch-alias": {
6657                 "dev-1.x": "1.x-dev"
6658             },
6659             "drupal": {
6660                 "version": "8.x-1.0-alpha1",
6661                 "datestamp": "1478050442"
6662             }
6663         },
6664         "installation-source": "dist",
6665         "notification-url": "https://packages.drupal.org/8/downloads",
6666         "license": [
6667             "GPL-2.0+"
6668         ],
6669         "authors": [
6670             {
6671                 "name": "See contributors",
6672                 "homepage": "https://www.drupal.org/node/149970/committers",
6673                 "role": "Developer"
6674             },
6675             {
6676                 "name": "migmedia",
6677                 "homepage": "https://www.drupal.org/user/1310354"
6678             },
6679             {
6680                 "name": "mikl",
6681                 "homepage": "https://www.drupal.org/user/58679"
6682             },
6683             {
6684                 "name": "sreynen",
6685                 "homepage": "https://www.drupal.org/user/109890"
6686             }
6687         ],
6688         "description": "A filter for making typographic refinements.",
6689         "homepage": "http://drupal.org/project/typogrify",
6690         "keywords": [
6691             "Drupal"
6692         ],
6693         "support": {
6694             "source": "http://cgit.drupalcode.org/typogrify",
6695             "issues": "http://drupal.org/project/typogrify"
6696         }
6697     },
6698     {
6699         "name": "drupal/video",
6700         "version": "1.2.0",
6701         "version_normalized": "1.2.0.0",
6702         "source": {
6703             "type": "git",
6704             "url": "https://git.drupal.org/project/video",
6705             "reference": "8.x-1.2"
6706         },
6707         "dist": {
6708             "type": "zip",
6709             "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
6710             "reference": "8.x-1.2",
6711             "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
6712         },
6713         "require": {
6714             "drupal/core": "*"
6715         },
6716         "type": "drupal-module",
6717         "extra": {
6718             "branch-alias": {
6719                 "dev-1.x": "1.x-dev"
6720             },
6721             "drupal": {
6722                 "version": "8.x-1.x",
6723                 "datestamp": "1455470039",
6724                 "package": "Field types"
6725             }
6726         },
6727         "installation-source": "dist",
6728         "notification-url": "https://packages.drupal.org/8/downloads",
6729         "license": [
6730             "GPL-2.0+"
6731         ],
6732         "authors": [
6733             {
6734                 "name": "Jorrit",
6735                 "homepage": "https://www.drupal.org/user/161217"
6736             },
6737             {
6738                 "name": "abhishek-anand",
6739                 "homepage": "https://www.drupal.org/user/468982"
6740             },
6741             {
6742                 "name": "brycefisherfleig",
6743                 "homepage": "https://www.drupal.org/user/1300764"
6744             },
6745             {
6746                 "name": "chaitanya17",
6747                 "homepage": "https://www.drupal.org/user/1998300"
6748             },
6749             {
6750                 "name": "heshanlk",
6751                 "homepage": "https://www.drupal.org/user/199102"
6752             }
6753         ],
6754         "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.",
6755         "homepage": "https://www.drupal.org/project/video",
6756         "support": {
6757             "source": "http://cgit.drupalcode.org/video"
6758         }
6759     },
6760     {
6761         "name": "drupal/video_embed_field",
6762         "version": "2.0.0",
6763         "version_normalized": "2.0.0.0",
6764         "source": {
6765             "type": "git",
6766             "url": "https://git.drupal.org/project/video_embed_field",
6767             "reference": "8.x-2.0"
6768         },
6769         "dist": {
6770             "type": "zip",
6771             "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip",
6772             "reference": "8.x-2.0",
6773             "shasum": "e864f090b3cb9405376ca324d81ace83613e2019"
6774         },
6775         "require": {
6776             "drupal/core": "*"
6777         },
6778         "require-dev": {
6779             "drupal/colorbox": "*",
6780             "drupal/media_entity": "*",
6781             "drupal/media_entity_embeddable_video": "*"
6782         },
6783         "type": "drupal-module",
6784         "extra": {
6785             "branch-alias": {
6786                 "dev-2.x": "2.x-dev"
6787             },
6788             "drupal": {
6789                 "version": "8.x-1.x",
6790                 "datestamp": "1523338084",
6791                 "security-coverage": {
6792                     "status": "covered",
6793                     "message": "Covered by Drupal's security advisory policy"
6794                 },
6795                 "package": "Field types"
6796             }
6797         },
6798         "installation-source": "dist",
6799         "notification-url": "https://packages.drupal.org/8/downloads",
6800         "license": [
6801             "GPL-2.0+"
6802         ],
6803         "authors": [
6804             {
6805                 "name": "Sam152",
6806                 "homepage": "https://www.drupal.org/user/1485048"
6807             },
6808             {
6809                 "name": "jec006",
6810                 "homepage": "https://www.drupal.org/user/855980"
6811             },
6812             {
6813                 "name": "plopesc",
6814                 "homepage": "https://www.drupal.org/user/282415"
6815             }
6816         ],
6817         "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6818         "homepage": "https://www.drupal.org/project/video_embed_field",
6819         "support": {
6820             "source": "http://cgit.drupalcode.org/video_embed_field"
6821         }
6822     },
6823     {
6824         "name": "drupal/videojs",
6825         "version": "1.0.0",
6826         "version_normalized": "1.0.0.0",
6827         "source": {
6828             "type": "git",
6829             "url": "https://git.drupal.org/project/videojs",
6830             "reference": "8.x-1.0"
6831         },
6832         "dist": {
6833             "type": "zip",
6834             "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6835             "reference": "8.x-1.0",
6836             "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6837         },
6838         "require": {
6839             "drupal/core": "~8.0"
6840         },
6841         "type": "drupal-module",
6842         "extra": {
6843             "branch-alias": {
6844                 "dev-1.x": "1.x-dev"
6845             },
6846             "drupal": {
6847                 "version": "8.x-1.0",
6848                 "datestamp": "1454344739",
6849                 "security-coverage": {
6850                     "status": "covered",
6851                     "message": "Covered by Drupal's security advisory policy"
6852                 }
6853             },
6854             "patches_applied": {
6855                 "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6856             }
6857         },
6858         "installation-source": "dist",
6859         "notification-url": "https://packages.drupal.org/8/downloads",
6860         "license": [
6861             "GPL-2.0-or-later"
6862         ],
6863         "authors": [
6864             {
6865                 "name": "Jorrit",
6866                 "homepage": "https://www.drupal.org/user/161217"
6867             },
6868             {
6869                 "name": "heshanlk",
6870                 "homepage": "https://www.drupal.org/user/199102"
6871             }
6872         ],
6873         "description": "Video.js is an HTML5 Video Player.",
6874         "homepage": "https://www.drupal.org/project/videojs",
6875         "support": {
6876             "source": "http://cgit.drupalcode.org/videojs"
6877         }
6878     },
6879     {
6880         "name": "drupal/views_bootstrap",
6881         "version": "3.1.0",
6882         "version_normalized": "3.1.0.0",
6883         "source": {
6884             "type": "git",
6885             "url": "https://git.drupal.org/project/views_bootstrap",
6886             "reference": "8.x-3.1"
6887         },
6888         "dist": {
6889             "type": "zip",
6890             "url": "https://ftp.drupal.org/files/projects/views_bootstrap-8.x-3.1.zip",
6891             "reference": "8.x-3.1",
6892             "shasum": "7fd556457f028fa736d1422a9b5a763566fd7d2e"
6893         },
6894         "require": {
6895             "drupal/core": "*"
6896         },
6897         "type": "drupal-module",
6898         "extra": {
6899             "branch-alias": {
6900                 "dev-3.x": "3.x-dev"
6901             },
6902             "drupal": {
6903                 "version": "8.x-3.1",
6904                 "datestamp": "1537360681",
6905                 "security-coverage": {
6906                     "status": "covered",
6907                     "message": "Covered by Drupal's security advisory policy"
6908                 }
6909             }
6910         },
6911         "installation-source": "source",
6912         "notification-url": "https://packages.drupal.org/8/downloads",
6913         "license": [
6914             "GPL-2.0+"
6915         ],
6916         "authors": [
6917             {
6918                 "name": "aburrows",
6919                 "homepage": "https://www.drupal.org/user/577844"
6920             },
6921             {
6922                 "name": "ericpugh",
6923                 "homepage": "https://www.drupal.org/user/130084"
6924             },
6925             {
6926                 "name": "ikeigenwijs",
6927                 "homepage": "https://www.drupal.org/user/583238"
6928             },
6929             {
6930                 "name": "mrded",
6931                 "homepage": "https://www.drupal.org/user/556088"
6932             }
6933         ],
6934         "description": "Integrate the Bootstrap framework with Views.",
6935         "homepage": "https://www.drupal.org/project/views_bootstrap",
6936         "keywords": [
6937             "Drupal"
6938         ],
6939         "support": {
6940             "source": "http://cgit.drupalcode.org/views_bootstrap"
6941         }
6942     },
6943     {
6944         "name": "drupal/views_responsive_grid",
6945         "version": "dev-1.x",
6946         "version_normalized": "dev-1.x",
6947         "source": {
6948             "type": "git",
6949             "url": "https://git.drupal.org/project/views_responsive_grid",
6950             "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6951         },
6952         "require": {
6953             "drupal/core": "~8.0"
6954         },
6955         "type": "drupal-module",
6956         "extra": {
6957             "branch-alias": {
6958                 "dev-1.x": "1.x-dev"
6959             },
6960             "drupal": {
6961                 "version": "8.x-1.x-dev",
6962                 "datestamp": "1373985289"
6963             }
6964         },
6965         "installation-source": "source",
6966         "notification-url": "https://packages.drupal.org/8/downloads",
6967         "license": [
6968             "GPL-2.0+"
6969         ],
6970         "authors": [
6971             {
6972                 "name": "iwhitcomb",
6973                 "homepage": "https://www.drupal.org/user/771654"
6974             },
6975             {
6976                 "name": "kyletaylored",
6977                 "homepage": "https://www.drupal.org/user/2207088"
6978             },
6979             {
6980                 "name": "markcarver",
6981                 "homepage": "https://www.drupal.org/user/501638"
6982             }
6983         ],
6984         "homepage": "https://www.drupal.org/project/views_responsive_grid",
6985         "support": {
6986             "source": "http://cgit.drupalcode.org/views_responsive_grid"
6987         }
6988     },
6989     {
6990         "name": "drush/config-extra",
6991         "version": "1.0.1",
6992         "version_normalized": "1.0.1.0",
6993         "source": {
6994             "type": "git",
6995             "url": "https://github.com/drush-ops/config-extra.git",
6996             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
6997         },
6998         "dist": {
6999             "type": "zip",
7000             "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
7001             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
7002             "shasum": ""
7003         },
7004         "require": {
7005             "php": ">=5.5.0"
7006         },
7007         "require-dev": {
7008             "phpunit/phpunit": ">=3.5"
7009         },
7010         "time": "2015-10-16T21:32:27+00:00",
7011         "type": "library",
7012         "extra": {
7013             "branch-alias": {
7014                 "dev-master": "8.0.x-dev"
7015             }
7016         },
7017         "installation-source": "dist",
7018         "autoload": {
7019             "psr-0": {
7020                 "Drush": "lib/"
7021             }
7022         },
7023         "notification-url": "https://packagist.org/downloads/",
7024         "license": [
7025             "GPL-2.0+"
7026         ],
7027         "authors": [
7028             {
7029                 "name": "Moshe Weitzman",
7030                 "email": "weitzman@tejasa.com"
7031             },
7032             {
7033                 "name": "Greg Anderson",
7034                 "email": "greg.1.anderson@greenknowe.org"
7035             }
7036         ],
7037         "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
7038         "keywords": [
7039             "Drush"
7040         ]
7041     },
7042     {
7043         "name": "drush/drush",
7044         "version": "9.5.2",
7045         "version_normalized": "9.5.2.0",
7046         "source": {
7047             "type": "git",
7048             "url": "https://github.com/drush-ops/drush.git",
7049             "reference": "17f0106706391675a281c6d212850853bdbe90f9"
7050         },
7051         "dist": {
7052             "type": "zip",
7053             "url": "https://api.github.com/repos/drush-ops/drush/zipball/17f0106706391675a281c6d212850853bdbe90f9",
7054             "reference": "17f0106706391675a281c6d212850853bdbe90f9",
7055             "shasum": ""
7056         },
7057         "require": {
7058             "chi-teck/drupal-code-generator": "^1.27.0",
7059             "composer/semver": "^1.4",
7060             "consolidation/annotated-command": "^2.9.1",
7061             "consolidation/config": "^1.1.0",
7062             "consolidation/output-formatters": "^3.1.12",
7063             "consolidation/robo": "^1.1.5",
7064             "consolidation/site-alias": "^1.1.5",
7065             "ext-dom": "*",
7066             "grasmash/yaml-expander": "^1.1.1",
7067             "league/container": "~2",
7068             "php": ">=5.6.0",
7069             "psr/log": "~1.0",
7070             "psy/psysh": "~0.6",
7071             "symfony/config": "^3.4",
7072             "symfony/console": "^3.4",
7073             "symfony/event-dispatcher": "^3.4",
7074             "symfony/finder": "^3.4",
7075             "symfony/process": "^3.4",
7076             "symfony/var-dumper": "^3.4",
7077             "symfony/yaml": "^3.4",
7078             "webflo/drupal-finder": "^1.1",
7079             "webmozart/path-util": "^2.1.0"
7080         },
7081         "require-dev": {
7082             "composer/installers": "^1.2",
7083             "cweagans/composer-patches": "~1.0",
7084             "drupal/alinks": "1.0.0",
7085             "drupal/devel": "^1.0@RC",
7086             "drupal/empty_theme": "1.0",
7087             "g1a/composer-test-scenarios": "^2.2.0",
7088             "lox/xhprof": "dev-master",
7089             "phpunit/phpunit": "^4.8.36 || ^6.1",
7090             "squizlabs/php_codesniffer": "^2.7",
7091             "vlucas/phpdotenv": "^2.4",
7092             "webflo/drupal-core-strict": "8.6.x-dev"
7093         },
7094         "time": "2018-10-17T18:37:53+00:00",
7095         "bin": [
7096             "drush"
7097         ],
7098         "type": "library",
7099         "extra": {
7100             "installer-paths": {
7101                 "sut/core": [
7102                     "type:drupal-core"
7103                 ],
7104                 "sut/libraries/{$name}": [
7105                     "type:drupal-library"
7106                 ],
7107                 "sut/modules/unish/{$name}": [
7108                     "drupal/devel"
7109                 ],
7110                 "sut/themes/unish/{$name}": [
7111                     "drupal/empty_theme"
7112                 ],
7113                 "sut/modules/contrib/{$name}": [
7114                     "type:drupal-module"
7115                 ],
7116                 "sut/profiles/contrib/{$name}": [
7117                     "type:drupal-profile"
7118                 ],
7119                 "sut/themes/contrib/{$name}": [
7120                     "type:drupal-theme"
7121                 ],
7122                 "sut/drush/contrib/{$name}": [
7123                     "type:drupal-drush"
7124                 ]
7125             },
7126             "branch-alias": {
7127                 "dev-master": "9.x-dev"
7128             }
7129         },
7130         "installation-source": "dist",
7131         "autoload": {
7132             "psr-4": {
7133                 "Drush\\": "src/",
7134                 "Drush\\Internal\\": "internal-copy/",
7135                 "Unish\\": "tests/"
7136             }
7137         },
7138         "notification-url": "https://packagist.org/downloads/",
7139         "license": [
7140             "GPL-2.0-or-later"
7141         ],
7142         "authors": [
7143             {
7144                 "name": "Moshe Weitzman",
7145                 "email": "weitzman@tejasa.com"
7146             },
7147             {
7148                 "name": "Owen Barton",
7149                 "email": "drupal@owenbarton.com"
7150             },
7151             {
7152                 "name": "Greg Anderson",
7153                 "email": "greg.1.anderson@greenknowe.org"
7154             },
7155             {
7156                 "name": "Jonathan Araña Cruz",
7157                 "email": "jonhattan@faita.net"
7158             },
7159             {
7160                 "name": "Jonathan Hedstrom",
7161                 "email": "jhedstrom@gmail.com"
7162             },
7163             {
7164                 "name": "Christopher Gervais",
7165                 "email": "chris@ergonlogic.com"
7166             },
7167             {
7168                 "name": "Dave Reid",
7169                 "email": "dave@davereid.net"
7170             },
7171             {
7172                 "name": "Damian Lee",
7173                 "email": "damiankloip@googlemail.com"
7174             }
7175         ],
7176         "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.",
7177         "homepage": "http://www.drush.org"
7178     },
7179     {
7180         "name": "easyrdf/easyrdf",
7181         "version": "0.9.1",
7182         "version_normalized": "0.9.1.0",
7183         "source": {
7184             "type": "git",
7185             "url": "https://github.com/njh/easyrdf.git",
7186             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
7187         },
7188         "dist": {
7189             "type": "zip",
7190             "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
7191             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
7192             "shasum": ""
7193         },
7194         "require": {
7195             "ext-mbstring": "*",
7196             "ext-pcre": "*",
7197             "php": ">=5.2.8"
7198         },
7199         "require-dev": {
7200             "phpunit/phpunit": "~3.5",
7201             "sami/sami": "~1.4",
7202             "squizlabs/php_codesniffer": "~1.4.3"
7203         },
7204         "suggest": {
7205             "ml/json-ld": "~1.0"
7206         },
7207         "time": "2015-02-27T09:45:49+00:00",
7208         "type": "library",
7209         "installation-source": "dist",
7210         "autoload": {
7211             "psr-0": {
7212                 "EasyRdf_": "lib/"
7213             }
7214         },
7215         "notification-url": "https://packagist.org/downloads/",
7216         "license": [
7217             "BSD-3-Clause"
7218         ],
7219         "authors": [
7220             {
7221                 "name": "Nicholas Humfrey",
7222                 "email": "njh@aelius.com",
7223                 "homepage": "http://www.aelius.com/njh/",
7224                 "role": "Developer"
7225             },
7226             {
7227                 "name": "Alexey Zakhlestin",
7228                 "email": "indeyets@gmail.com",
7229                 "role": "Developer"
7230             }
7231         ],
7232         "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
7233         "homepage": "http://www.easyrdf.org/",
7234         "keywords": [
7235             "Linked Data",
7236             "RDF",
7237             "Semantic Web",
7238             "Turtle",
7239             "rdfa",
7240             "sparql"
7241         ]
7242     },
7243     {
7244         "name": "egulias/email-validator",
7245         "version": "1.2.15",
7246         "version_normalized": "1.2.15.0",
7247         "source": {
7248             "type": "git",
7249             "url": "https://github.com/egulias/EmailValidator.git",
7250             "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e"
7251         },
7252         "dist": {
7253             "type": "zip",
7254             "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/758a77525bdaabd6c0f5669176bd4361cb2dda9e",
7255             "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e",
7256             "shasum": ""
7257         },
7258         "require": {
7259             "doctrine/lexer": "^1.0.1",
7260             "php": ">= 5.3.3"
7261         },
7262         "require-dev": {
7263             "phpunit/phpunit": "^4.8.24"
7264         },
7265         "time": "2018-09-25T20:59:41+00:00",
7266         "type": "library",
7267         "extra": {
7268             "branch-alias": {
7269                 "dev-master": "2.0.x-dev"
7270             }
7271         },
7272         "installation-source": "dist",
7273         "autoload": {
7274             "psr-0": {
7275                 "Egulias\\": "src/"
7276             }
7277         },
7278         "notification-url": "https://packagist.org/downloads/",
7279         "license": [
7280             "MIT"
7281         ],
7282         "authors": [
7283             {
7284                 "name": "Eduardo Gulias Davis"
7285             }
7286         ],
7287         "description": "A library for validating emails",
7288         "homepage": "https://github.com/egulias/EmailValidator",
7289         "keywords": [
7290             "email",
7291             "emailvalidation",
7292             "emailvalidator",
7293             "validation",
7294             "validator"
7295         ]
7296     },
7297     {
7298         "name": "enyo/dropzone",
7299         "version": "v4.3.0",
7300         "version_normalized": "4.3.0.0",
7301         "source": {
7302             "type": "git",
7303             "url": "https://github.com/enyo/dropzone.git",
7304             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
7305         },
7306         "dist": {
7307             "type": "zip",
7308             "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7309             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7310             "shasum": ""
7311         },
7312         "time": "2016-02-14T04:19:41+00:00",
7313         "type": "library",
7314         "installation-source": "dist",
7315         "notification-url": "https://packagist.org/downloads/",
7316         "license": [
7317             "MIT"
7318         ],
7319         "authors": [
7320             {
7321                 "name": "Matias Meno",
7322                 "email": "m@tias.me",
7323                 "homepage": "http://www.matiasmeno.com"
7324             }
7325         ],
7326         "description": "Handles drag and drop of files for you.",
7327         "homepage": "http://www.dropzonejs.com",
7328         "keywords": [
7329             "drag and drop",
7330             "dragndrop",
7331             "file upload",
7332             "upload"
7333         ]
7334     },
7335     {
7336         "name": "ezyang/htmlpurifier",
7337         "version": "v4.10.0",
7338         "version_normalized": "4.10.0.0",
7339         "source": {
7340             "type": "git",
7341             "url": "https://github.com/ezyang/htmlpurifier.git",
7342             "reference": "d85d39da4576a6934b72480be6978fb10c860021"
7343         },
7344         "dist": {
7345             "type": "zip",
7346             "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
7347             "reference": "d85d39da4576a6934b72480be6978fb10c860021",
7348             "shasum": ""
7349         },
7350         "require": {
7351             "php": ">=5.2"
7352         },
7353         "require-dev": {
7354             "simpletest/simpletest": "^1.1"
7355         },
7356         "time": "2018-02-23T01:58:20+00:00",
7357         "type": "library",
7358         "installation-source": "dist",
7359         "autoload": {
7360             "psr-0": {
7361                 "HTMLPurifier": "library/"
7362             },
7363             "files": [
7364                 "library/HTMLPurifier.composer.php"
7365             ]
7366         },
7367         "notification-url": "https://packagist.org/downloads/",
7368         "license": [
7369             "LGPL"
7370         ],
7371         "authors": [
7372             {
7373                 "name": "Edward Z. Yang",
7374                 "email": "admin@htmlpurifier.org",
7375                 "homepage": "http://ezyang.com"
7376             }
7377         ],
7378         "description": "Standards compliant HTML filter written in PHP",
7379         "homepage": "http://htmlpurifier.org/",
7380         "keywords": [
7381             "html"
7382         ]
7383     },
7384     {
7385         "name": "fabpot/goutte",
7386         "version": "v3.2.3",
7387         "version_normalized": "3.2.3.0",
7388         "source": {
7389             "type": "git",
7390             "url": "https://github.com/FriendsOfPHP/Goutte.git",
7391             "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
7392         },
7393         "dist": {
7394             "type": "zip",
7395             "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
7396             "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
7397             "shasum": ""
7398         },
7399         "require": {
7400             "guzzlehttp/guzzle": "^6.0",
7401             "php": ">=5.5.0",
7402             "symfony/browser-kit": "~2.1|~3.0|~4.0",
7403             "symfony/css-selector": "~2.1|~3.0|~4.0",
7404             "symfony/dom-crawler": "~2.1|~3.0|~4.0"
7405         },
7406         "require-dev": {
7407             "symfony/phpunit-bridge": "^3.3 || ^4"
7408         },
7409         "time": "2018-06-29T15:13:57+00:00",
7410         "type": "application",
7411         "extra": {
7412             "branch-alias": {
7413                 "dev-master": "3.2-dev"
7414             }
7415         },
7416         "installation-source": "dist",
7417         "autoload": {
7418             "psr-4": {
7419                 "Goutte\\": "Goutte"
7420             },
7421             "exclude-from-classmap": [
7422                 "Goutte/Tests"
7423             ]
7424         },
7425         "notification-url": "https://packagist.org/downloads/",
7426         "license": [
7427             "MIT"
7428         ],
7429         "authors": [
7430             {
7431                 "name": "Fabien Potencier",
7432                 "email": "fabien@symfony.com"
7433             }
7434         ],
7435         "description": "A simple PHP Web Scraper",
7436         "homepage": "https://github.com/FriendsOfPHP/Goutte",
7437         "keywords": [
7438             "scraper"
7439         ]
7440     },
7441     {
7442         "name": "g1a/composer-test-scenarios",
7443         "version": "2.2.0",
7444         "version_normalized": "2.2.0.0",
7445         "source": {
7446             "type": "git",
7447             "url": "https://github.com/g1a/composer-test-scenarios.git",
7448             "reference": "a166fd15191aceab89f30c097e694b7cf3db4880"
7449         },
7450         "dist": {
7451             "type": "zip",
7452             "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/a166fd15191aceab89f30c097e694b7cf3db4880",
7453             "reference": "a166fd15191aceab89f30c097e694b7cf3db4880",
7454             "shasum": ""
7455         },
7456         "time": "2018-08-08T23:37:23+00:00",
7457         "bin": [
7458             "scripts/create-scenario",
7459             "scripts/dependency-licenses",
7460             "scripts/install-scenario"
7461         ],
7462         "type": "library",
7463         "installation-source": "dist",
7464         "notification-url": "https://packagist.org/downloads/",
7465         "license": [
7466             "MIT"
7467         ],
7468         "authors": [
7469             {
7470                 "name": "Greg Anderson",
7471                 "email": "greg.1.anderson@greenknowe.org"
7472             }
7473         ],
7474         "description": "Useful scripts for testing multiple sets of Composer dependencies."
7475     },
7476     {
7477         "name": "geedmo/yamm3",
7478         "version": "1.1.0",
7479         "version_normalized": "1.1.0.0",
7480         "source": {
7481             "type": "git",
7482             "url": "https://github.com/geedmo/yamm3.git",
7483             "reference": "5aa11451340187cce1bc195a4437937b19535508"
7484         },
7485         "dist": {
7486             "type": "zip",
7487             "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
7488             "reference": "5aa11451340187cce1bc195a4437937b19535508",
7489             "shasum": ""
7490         },
7491         "time": "2015-04-04T12:59:29+00:00",
7492         "type": "library",
7493         "installation-source": "dist",
7494         "notification-url": "https://packagist.org/downloads/",
7495         "license": [
7496             "MIT"
7497         ],
7498         "authors": [
7499             {
7500                 "name": "German Morales",
7501                 "email": "geedmo.ds@gmail.com",
7502                 "homepage": "http://geedmo.com"
7503             }
7504         ],
7505         "description": "Yet another megamenu for Bootstrap 3.x",
7506         "homepage": "http://geedmo.github.io/yamm3/",
7507         "keywords": [
7508             "bootstrap",
7509             "megadropdown",
7510             "megamenu"
7511         ]
7512     },
7513     {
7514         "name": "grasmash/expander",
7515         "version": "1.0.0",
7516         "version_normalized": "1.0.0.0",
7517         "source": {
7518             "type": "git",
7519             "url": "https://github.com/grasmash/expander.git",
7520             "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
7521         },
7522         "dist": {
7523             "type": "zip",
7524             "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7525             "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7526             "shasum": ""
7527         },
7528         "require": {
7529             "dflydev/dot-access-data": "^1.1.0",
7530             "php": ">=5.4"
7531         },
7532         "require-dev": {
7533             "greg-1-anderson/composer-test-scenarios": "^1",
7534             "phpunit/phpunit": "^4|^5.5.4",
7535             "satooshi/php-coveralls": "^1.0.2|dev-master",
7536             "squizlabs/php_codesniffer": "^2.7"
7537         },
7538         "time": "2017-12-21T22:14:55+00:00",
7539         "type": "library",
7540         "extra": {
7541             "branch-alias": {
7542                 "dev-master": "1.x-dev"
7543             }
7544         },
7545         "installation-source": "dist",
7546         "autoload": {
7547             "psr-4": {
7548                 "Grasmash\\Expander\\": "src/"
7549             }
7550         },
7551         "notification-url": "https://packagist.org/downloads/",
7552         "license": [
7553             "MIT"
7554         ],
7555         "authors": [
7556             {
7557                 "name": "Matthew Grasmick"
7558             }
7559         ],
7560         "description": "Expands internal property references in PHP arrays file."
7561     },
7562     {
7563         "name": "grasmash/yaml-expander",
7564         "version": "1.4.0",
7565         "version_normalized": "1.4.0.0",
7566         "source": {
7567             "type": "git",
7568             "url": "https://github.com/grasmash/yaml-expander.git",
7569             "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
7570         },
7571         "dist": {
7572             "type": "zip",
7573             "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7574             "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7575             "shasum": ""
7576         },
7577         "require": {
7578             "dflydev/dot-access-data": "^1.1.0",
7579             "php": ">=5.4",
7580             "symfony/yaml": "^2.8.11|^3|^4"
7581         },
7582         "require-dev": {
7583             "greg-1-anderson/composer-test-scenarios": "^1",
7584             "phpunit/phpunit": "^4.8|^5.5.4",
7585             "satooshi/php-coveralls": "^1.0.2|dev-master",
7586             "squizlabs/php_codesniffer": "^2.7"
7587         },
7588         "time": "2017-12-16T16:06:03+00:00",
7589         "type": "library",
7590         "extra": {
7591             "branch-alias": {
7592                 "dev-master": "1.x-dev"
7593             }
7594         },
7595         "installation-source": "dist",
7596         "autoload": {
7597             "psr-4": {
7598                 "Grasmash\\YamlExpander\\": "src/"
7599             }
7600         },
7601         "notification-url": "https://packagist.org/downloads/",
7602         "license": [
7603             "MIT"
7604         ],
7605         "authors": [
7606             {
7607                 "name": "Matthew Grasmick"
7608             }
7609         ],
7610         "description": "Expands internal property references in a yaml file."
7611     },
7612     {
7613         "name": "grom358/pharborist",
7614         "version": "dev-master",
7615         "version_normalized": "9999999-dev",
7616         "source": {
7617             "type": "git",
7618             "url": "https://github.com/grom358/pharborist.git",
7619             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
7620         },
7621         "dist": {
7622             "type": "zip",
7623             "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
7624             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
7625             "shasum": ""
7626         },
7627         "require": {
7628             "php": ">=5.4",
7629             "phpdocumentor/reflection-docblock": "2.0.*"
7630         },
7631         "require-dev": {
7632             "apigen/apigen": "2.8.*",
7633             "phpunit/phpunit": "4.2.*"
7634         },
7635         "time": "2015-09-20T22:14:29+00:00",
7636         "type": "library",
7637         "installation-source": "source",
7638         "autoload": {
7639             "psr-4": {
7640                 "Pharborist\\": "src/"
7641             }
7642         },
7643         "notification-url": "https://packagist.org/downloads/",
7644         "license": [
7645             "GPL"
7646         ],
7647         "authors": [
7648             {
7649                 "name": "Cameron Zemek",
7650                 "role": "lead"
7651             }
7652         ],
7653         "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
7654         "keywords": [
7655             "standards",
7656             "syntax"
7657         ]
7658     },
7659     {
7660         "name": "guzzlehttp/guzzle",
7661         "version": "6.3.3",
7662         "version_normalized": "6.3.3.0",
7663         "source": {
7664             "type": "git",
7665             "url": "https://github.com/guzzle/guzzle.git",
7666             "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
7667         },
7668         "dist": {
7669             "type": "zip",
7670             "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7671             "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7672             "shasum": ""
7673         },
7674         "require": {
7675             "guzzlehttp/promises": "^1.0",
7676             "guzzlehttp/psr7": "^1.4",
7677             "php": ">=5.5"
7678         },
7679         "require-dev": {
7680             "ext-curl": "*",
7681             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
7682             "psr/log": "^1.0"
7683         },
7684         "suggest": {
7685             "psr/log": "Required for using the Log middleware"
7686         },
7687         "time": "2018-04-22T15:46:56+00:00",
7688         "type": "library",
7689         "extra": {
7690             "branch-alias": {
7691                 "dev-master": "6.3-dev"
7692             }
7693         },
7694         "installation-source": "dist",
7695         "autoload": {
7696             "files": [
7697                 "src/functions_include.php"
7698             ],
7699             "psr-4": {
7700                 "GuzzleHttp\\": "src/"
7701             }
7702         },
7703         "notification-url": "https://packagist.org/downloads/",
7704         "license": [
7705             "MIT"
7706         ],
7707         "authors": [
7708             {
7709                 "name": "Michael Dowling",
7710                 "email": "mtdowling@gmail.com",
7711                 "homepage": "https://github.com/mtdowling"
7712             }
7713         ],
7714         "description": "Guzzle is a PHP HTTP client library",
7715         "homepage": "http://guzzlephp.org/",
7716         "keywords": [
7717             "client",
7718             "curl",
7719             "framework",
7720             "http",
7721             "http client",
7722             "rest",
7723             "web service"
7724         ]
7725     },
7726     {
7727         "name": "guzzlehttp/promises",
7728         "version": "v1.3.1",
7729         "version_normalized": "1.3.1.0",
7730         "source": {
7731             "type": "git",
7732             "url": "https://github.com/guzzle/promises.git",
7733             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
7734         },
7735         "dist": {
7736             "type": "zip",
7737             "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7738             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7739             "shasum": ""
7740         },
7741         "require": {
7742             "php": ">=5.5.0"
7743         },
7744         "require-dev": {
7745             "phpunit/phpunit": "^4.0"
7746         },
7747         "time": "2016-12-20T10:07:11+00:00",
7748         "type": "library",
7749         "extra": {
7750             "branch-alias": {
7751                 "dev-master": "1.4-dev"
7752             }
7753         },
7754         "installation-source": "dist",
7755         "autoload": {
7756             "psr-4": {
7757                 "GuzzleHttp\\Promise\\": "src/"
7758             },
7759             "files": [
7760                 "src/functions_include.php"
7761             ]
7762         },
7763         "notification-url": "https://packagist.org/downloads/",
7764         "license": [
7765             "MIT"
7766         ],
7767         "authors": [
7768             {
7769                 "name": "Michael Dowling",
7770                 "email": "mtdowling@gmail.com",
7771                 "homepage": "https://github.com/mtdowling"
7772             }
7773         ],
7774         "description": "Guzzle promises library",
7775         "keywords": [
7776             "promise"
7777         ]
7778     },
7779     {
7780         "name": "guzzlehttp/psr7",
7781         "version": "1.4.2",
7782         "version_normalized": "1.4.2.0",
7783         "source": {
7784             "type": "git",
7785             "url": "https://github.com/guzzle/psr7.git",
7786             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
7787         },
7788         "dist": {
7789             "type": "zip",
7790             "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7791             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7792             "shasum": ""
7793         },
7794         "require": {
7795             "php": ">=5.4.0",
7796             "psr/http-message": "~1.0"
7797         },
7798         "provide": {
7799             "psr/http-message-implementation": "1.0"
7800         },
7801         "require-dev": {
7802             "phpunit/phpunit": "~4.0"
7803         },
7804         "time": "2017-03-20T17:10:46+00:00",
7805         "type": "library",
7806         "extra": {
7807             "branch-alias": {
7808                 "dev-master": "1.4-dev"
7809             }
7810         },
7811         "installation-source": "dist",
7812         "autoload": {
7813             "psr-4": {
7814                 "GuzzleHttp\\Psr7\\": "src/"
7815             },
7816             "files": [
7817                 "src/functions_include.php"
7818             ]
7819         },
7820         "notification-url": "https://packagist.org/downloads/",
7821         "license": [
7822             "MIT"
7823         ],
7824         "authors": [
7825             {
7826                 "name": "Michael Dowling",
7827                 "email": "mtdowling@gmail.com",
7828                 "homepage": "https://github.com/mtdowling"
7829             },
7830             {
7831                 "name": "Tobias Schultze",
7832                 "homepage": "https://github.com/Tobion"
7833             }
7834         ],
7835         "description": "PSR-7 message implementation that also provides common utility methods",
7836         "keywords": [
7837             "http",
7838             "message",
7839             "request",
7840             "response",
7841             "stream",
7842             "uri",
7843             "url"
7844         ]
7845     },
7846     {
7847         "name": "j7mbo/twitter-api-php",
7848         "version": "1.0.6",
7849         "version_normalized": "1.0.6.0",
7850         "source": {
7851             "type": "git",
7852             "url": "https://github.com/J7mbo/twitter-api-php.git",
7853             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
7854         },
7855         "dist": {
7856             "type": "zip",
7857             "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7858             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7859             "shasum": ""
7860         },
7861         "require": {
7862             "ext-curl": "*"
7863         },
7864         "require-dev": {
7865             "phpunit/phpunit": "~4.5,>=4.5.1"
7866         },
7867         "time": "2017-05-08T12:10:56+00:00",
7868         "type": "library",
7869         "extra": {
7870             "branch-alias": {
7871                 "dev-master": "1.0-dev"
7872             }
7873         },
7874         "installation-source": "dist",
7875         "autoload": {
7876             "classmap": [
7877                 "TwitterAPIExchange.php"
7878             ]
7879         },
7880         "notification-url": "https://packagist.org/downloads/",
7881         "license": [
7882             "GNU Public License"
7883         ],
7884         "authors": [
7885             {
7886                 "name": "James Mallison",
7887                 "homepage": "https://github.com/j7mbo/twitter-api-php"
7888             }
7889         ],
7890         "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
7891         "homepage": "https://github.com/j7mbo/twitter-api-php",
7892         "keywords": [
7893             "api",
7894             "php",
7895             "twitter"
7896         ]
7897     },
7898     {
7899         "name": "jakub-onderka/php-console-color",
7900         "version": "v0.2",
7901         "version_normalized": "0.2.0.0",
7902         "source": {
7903             "type": "git",
7904             "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
7905             "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
7906         },
7907         "dist": {
7908             "type": "zip",
7909             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
7910             "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
7911             "shasum": ""
7912         },
7913         "require": {
7914             "php": ">=5.4.0"
7915         },
7916         "require-dev": {
7917             "jakub-onderka/php-code-style": "1.0",
7918             "jakub-onderka/php-parallel-lint": "1.0",
7919             "jakub-onderka/php-var-dump-check": "0.*",
7920             "phpunit/phpunit": "~4.3",
7921             "squizlabs/php_codesniffer": "1.*"
7922         },
7923         "time": "2018-09-29T17:23:10+00:00",
7924         "type": "library",
7925         "installation-source": "dist",
7926         "autoload": {
7927             "psr-4": {
7928                 "JakubOnderka\\PhpConsoleColor\\": "src/"
7929             }
7930         },
7931         "notification-url": "https://packagist.org/downloads/",
7932         "license": [
7933             "BSD-2-Clause"
7934         ],
7935         "authors": [
7936             {
7937                 "name": "Jakub Onderka",
7938                 "email": "jakub.onderka@gmail.com"
7939             }
7940         ]
7941     },
7942     {
7943         "name": "jakub-onderka/php-console-highlighter",
7944         "version": "v0.4",
7945         "version_normalized": "0.4.0.0",
7946         "source": {
7947             "type": "git",
7948             "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
7949             "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
7950         },
7951         "dist": {
7952             "type": "zip",
7953             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
7954             "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
7955             "shasum": ""
7956         },
7957         "require": {
7958             "ext-tokenizer": "*",
7959             "jakub-onderka/php-console-color": "~0.2",
7960             "php": ">=5.4.0"
7961         },
7962         "require-dev": {
7963             "jakub-onderka/php-code-style": "~1.0",
7964             "jakub-onderka/php-parallel-lint": "~1.0",
7965             "jakub-onderka/php-var-dump-check": "~0.1",
7966             "phpunit/phpunit": "~4.0",
7967             "squizlabs/php_codesniffer": "~1.5"
7968         },
7969         "time": "2018-09-29T18:48:56+00:00",
7970         "type": "library",
7971         "installation-source": "dist",
7972         "autoload": {
7973             "psr-4": {
7974                 "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
7975             }
7976         },
7977         "notification-url": "https://packagist.org/downloads/",
7978         "license": [
7979             "MIT"
7980         ],
7981         "authors": [
7982             {
7983                 "name": "Jakub Onderka",
7984                 "email": "acci@acci.cz",
7985                 "homepage": "http://www.acci.cz/"
7986             }
7987         ],
7988         "description": "Highlight PHP code in terminal"
7989     },
7990     {
7991         "name": "jcalderonzumba/gastonjs",
7992         "version": "v1.0.3",
7993         "version_normalized": "1.0.3.0",
7994         "source": {
7995             "type": "git",
7996             "url": "https://github.com/jcalderonzumba/gastonjs.git",
7997             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
7998         },
7999         "dist": {
8000             "type": "zip",
8001             "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
8002             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
8003             "shasum": ""
8004         },
8005         "require": {
8006             "guzzlehttp/guzzle": "~5.0|~6.0",
8007             "php": ">=5.4"
8008         },
8009         "require-dev": {
8010             "phpunit/phpunit": "~4.6",
8011             "silex/silex": "~1.2",
8012             "symfony/phpunit-bridge": "~2.7",
8013             "symfony/process": "~2.1"
8014         },
8015         "time": "2016-05-04T16:27:07+00:00",
8016         "type": "phantomjs-api",
8017         "extra": {
8018             "branch-alias": {
8019                 "dev-master": "1.1.x-dev"
8020             }
8021         },
8022         "installation-source": "dist",
8023         "autoload": {
8024             "psr-4": {
8025                 "Zumba\\GastonJS\\": "src"
8026             }
8027         },
8028         "notification-url": "https://packagist.org/downloads/",
8029         "license": [
8030             "MIT"
8031         ],
8032         "authors": [
8033             {
8034                 "name": "Juan Francisco CalderĂłn Zumba",
8035                 "email": "juanfcz@gmail.com",
8036                 "homepage": "http://github.com/jcalderonzumba"
8037             }
8038         ],
8039         "description": "PhantomJS API based server for webpage automation",
8040         "homepage": "https://github.com/jcalderonzumba/gastonjs",
8041         "keywords": [
8042             "api",
8043             "automation",
8044             "browser",
8045             "headless",
8046             "phantomjs"
8047         ]
8048     },
8049     {
8050         "name": "jcalderonzumba/mink-phantomjs-driver",
8051         "version": "v0.3.3",
8052         "version_normalized": "0.3.3.0",
8053         "source": {
8054             "type": "git",
8055             "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
8056             "reference": "008f43670e94acd39273d15add1e7348eb23848d"
8057         },
8058         "dist": {
8059             "type": "zip",
8060             "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
8061             "reference": "008f43670e94acd39273d15add1e7348eb23848d",
8062             "shasum": ""
8063         },
8064         "require": {
8065             "behat/mink": "~1.7",
8066             "jcalderonzumba/gastonjs": "~1.0",
8067             "php": ">=5.4",
8068             "twig/twig": "~1.20|~2.0"
8069         },
8070         "require-dev": {
8071             "mink/driver-testsuite": "dev-master",
8072             "phpunit/phpunit": "~4.6"
8073         },
8074         "time": "2016-12-01T10:57:30+00:00",
8075         "type": "mink-driver",
8076         "extra": {
8077             "branch-alias": {
8078                 "dev-master": "0.4.x-dev"
8079             }
8080         },
8081         "installation-source": "dist",
8082         "autoload": {
8083             "psr-4": {
8084                 "Zumba\\Mink\\Driver\\": "src"
8085             }
8086         },
8087         "notification-url": "https://packagist.org/downloads/",
8088         "license": [
8089             "MIT"
8090         ],
8091         "authors": [
8092             {
8093                 "name": "Juan Francisco CalderĂłn Zumba",
8094                 "email": "juanfcz@gmail.com",
8095                 "homepage": "http://github.com/jcalderonzumba"
8096             }
8097         ],
8098         "description": "PhantomJS driver for Mink framework",
8099         "homepage": "http://mink.behat.org/",
8100         "keywords": [
8101             "ajax",
8102             "browser",
8103             "headless",
8104             "javascript",
8105             "phantomjs",
8106             "testing"
8107         ]
8108     },
8109     {
8110         "name": "league/container",
8111         "version": "2.4.1",
8112         "version_normalized": "2.4.1.0",
8113         "source": {
8114             "type": "git",
8115             "url": "https://github.com/thephpleague/container.git",
8116             "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
8117         },
8118         "dist": {
8119             "type": "zip",
8120             "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
8121             "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
8122             "shasum": ""
8123         },
8124         "require": {
8125             "container-interop/container-interop": "^1.2",
8126             "php": "^5.4.0 || ^7.0"
8127         },
8128         "provide": {
8129             "container-interop/container-interop-implementation": "^1.2",
8130             "psr/container-implementation": "^1.0"
8131         },
8132         "replace": {
8133             "orno/di": "~2.0"
8134         },
8135         "require-dev": {
8136             "phpunit/phpunit": "4.*"
8137         },
8138         "time": "2017-05-10T09:20:27+00:00",
8139         "type": "library",
8140         "extra": {
8141             "branch-alias": {
8142                 "dev-2.x": "2.x-dev",
8143                 "dev-1.x": "1.x-dev"
8144             }
8145         },
8146         "installation-source": "dist",
8147         "autoload": {
8148             "psr-4": {
8149                 "League\\Container\\": "src"
8150             }
8151         },
8152         "notification-url": "https://packagist.org/downloads/",
8153         "license": [
8154             "MIT"
8155         ],
8156         "authors": [
8157             {
8158                 "name": "Phil Bennett",
8159                 "email": "philipobenito@gmail.com",
8160                 "homepage": "http://www.philipobenito.com",
8161                 "role": "Developer"
8162             }
8163         ],
8164         "description": "A fast and intuitive dependency injection container.",
8165         "homepage": "https://github.com/thephpleague/container",
8166         "keywords": [
8167             "container",
8168             "dependency",
8169             "di",
8170             "injection",
8171             "league",
8172             "provider",
8173             "service"
8174         ]
8175     },
8176     {
8177         "name": "lsolesen/pel",
8178         "version": "0.9.6",
8179         "version_normalized": "0.9.6.0",
8180         "source": {
8181             "type": "git",
8182             "url": "https://github.com/lsolesen/pel.git",
8183             "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23"
8184         },
8185         "dist": {
8186             "type": "zip",
8187             "url": "https://api.github.com/repos/lsolesen/pel/zipball/c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
8188             "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
8189             "shasum": ""
8190         },
8191         "require": {
8192             "php": ">=5.0.0"
8193         },
8194         "require-dev": {
8195             "ext-gd": "*",
8196             "phpunit/phpunit": "5.7.*",
8197             "satooshi/php-coveralls": "1.0.*",
8198             "squizlabs/php_codesniffer": "3.0.0RC3"
8199         },
8200         "time": "2017-02-03T11:58:58+00:00",
8201         "type": "library",
8202         "installation-source": "dist",
8203         "autoload": {
8204             "psr-4": {
8205                 "lsolesen\\pel\\": "src/"
8206             }
8207         },
8208         "notification-url": "https://packagist.org/downloads/",
8209         "license": [
8210             "GPL-2.0"
8211         ],
8212         "authors": [
8213             {
8214                 "name": "Lars Olesen",
8215                 "email": "lars@intraface.dk",
8216                 "homepage": "http://intraface.dk",
8217                 "role": "Developer"
8218             },
8219             {
8220                 "name": "Martin Geisler",
8221                 "email": "martin@geisler.net",
8222                 "homepage": "http://geisler.net",
8223                 "role": "Developer"
8224             }
8225         ],
8226         "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.",
8227         "homepage": "http://lsolesen.github.com/pel/",
8228         "keywords": [
8229             "exif",
8230             "image"
8231         ]
8232     },
8233     {
8234         "name": "masterminds/html5",
8235         "version": "2.3.1",
8236         "version_normalized": "2.3.1.0",
8237         "source": {
8238             "type": "git",
8239             "url": "https://github.com/Masterminds/html5-php.git",
8240             "reference": "33f8d475d28741398be26cdff7a10a63003324a3"
8241         },
8242         "dist": {
8243             "type": "zip",
8244             "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/33f8d475d28741398be26cdff7a10a63003324a3",
8245             "reference": "33f8d475d28741398be26cdff7a10a63003324a3",
8246             "shasum": ""
8247         },
8248         "require": {
8249             "ext-libxml": "*",
8250             "php": ">=5.3.0"
8251         },
8252         "require-dev": {
8253             "phpunit/phpunit": "4.*",
8254             "sami/sami": "~2.0",
8255             "satooshi/php-coveralls": "1.0.*"
8256         },
8257         "time": "2018-10-22T16:58:34+00:00",
8258         "type": "library",
8259         "extra": {
8260             "branch-alias": {
8261                 "dev-master": "2.2-dev"
8262             }
8263         },
8264         "installation-source": "dist",
8265         "autoload": {
8266             "psr-4": {
8267                 "Masterminds\\": "src"
8268             }
8269         },
8270         "notification-url": "https://packagist.org/downloads/",
8271         "license": [
8272             "MIT"
8273         ],
8274         "authors": [
8275             {
8276                 "name": "Matt Butcher",
8277                 "email": "technosophos@gmail.com"
8278             },
8279             {
8280                 "name": "Asmir Mustafic",
8281                 "email": "goetas@gmail.com"
8282             },
8283             {
8284                 "name": "Matt Farina",
8285                 "email": "matt@mattfarina.com"
8286             }
8287         ],
8288         "description": "An HTML5 parser and serializer.",
8289         "homepage": "http://masterminds.github.io/html5-php",
8290         "keywords": [
8291             "HTML5",
8292             "dom",
8293             "html",
8294             "parser",
8295             "querypath",
8296             "serializer",
8297             "xml"
8298         ]
8299     },
8300     {
8301         "name": "mehrpadin/superfish",
8302         "version": "2.1",
8303         "version_normalized": "2.1.0.0",
8304         "source": {
8305             "type": "git",
8306             "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
8307             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
8308         },
8309         "dist": {
8310             "type": "zip",
8311             "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
8312             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
8313             "shasum": ""
8314         },
8315         "time": "2017-05-30T13:00:18+00:00",
8316         "type": "drupal-library",
8317         "installation-source": "dist",
8318         "notification-url": "https://packagist.org/downloads/",
8319         "license": [
8320             "MIT"
8321         ],
8322         "description": "Superfish library for the Drupal Superfish module.",
8323         "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
8324         "keywords": [
8325             "jquery",
8326             "plugin"
8327         ]
8328     },
8329     {
8330         "name": "michelf/php-markdown",
8331         "version": "1.8.0",
8332         "version_normalized": "1.8.0.0",
8333         "source": {
8334             "type": "git",
8335             "url": "https://github.com/michelf/php-markdown.git",
8336             "reference": "01ab082b355bf188d907b9929cd99b2923053495"
8337         },
8338         "dist": {
8339             "type": "zip",
8340             "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
8341             "reference": "01ab082b355bf188d907b9929cd99b2923053495",
8342             "shasum": ""
8343         },
8344         "require": {
8345             "php": ">=5.3.0"
8346         },
8347         "time": "2018-01-15T00:49:33+00:00",
8348         "type": "library",
8349         "installation-source": "dist",
8350         "autoload": {
8351             "psr-4": {
8352                 "Michelf\\": "Michelf/"
8353             }
8354         },
8355         "notification-url": "https://packagist.org/downloads/",
8356         "license": [
8357             "BSD-3-Clause"
8358         ],
8359         "authors": [
8360             {
8361                 "name": "Michel Fortin",
8362                 "email": "michel.fortin@michelf.ca",
8363                 "homepage": "https://michelf.ca/",
8364                 "role": "Developer"
8365             },
8366             {
8367                 "name": "John Gruber",
8368                 "homepage": "https://daringfireball.net/"
8369             }
8370         ],
8371         "description": "PHP Markdown",
8372         "homepage": "https://michelf.ca/projects/php-markdown/",
8373         "keywords": [
8374             "markdown"
8375         ]
8376     },
8377     {
8378         "name": "mikey179/vfsStream",
8379         "version": "v1.6.5",
8380         "version_normalized": "1.6.5.0",
8381         "source": {
8382             "type": "git",
8383             "url": "https://github.com/mikey179/vfsStream.git",
8384             "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
8385         },
8386         "dist": {
8387             "type": "zip",
8388             "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
8389             "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
8390             "shasum": ""
8391         },
8392         "require": {
8393             "php": ">=5.3.0"
8394         },
8395         "require-dev": {
8396             "phpunit/phpunit": "~4.5"
8397         },
8398         "time": "2017-08-01T08:02:14+00:00",
8399         "type": "library",
8400         "extra": {
8401             "branch-alias": {
8402                 "dev-master": "1.6.x-dev"
8403             }
8404         },
8405         "installation-source": "dist",
8406         "autoload": {
8407             "psr-0": {
8408                 "org\\bovigo\\vfs\\": "src/main/php"
8409             }
8410         },
8411         "notification-url": "https://packagist.org/downloads/",
8412         "license": [
8413             "BSD-3-Clause"
8414         ],
8415         "authors": [
8416             {
8417                 "name": "Frank Kleine",
8418                 "homepage": "http://frankkleine.de/",
8419                 "role": "Developer"
8420             }
8421         ],
8422         "description": "Virtual file system to mock the real file system in unit tests.",
8423         "homepage": "http://vfs.bovigo.org/"
8424     },
8425     {
8426         "name": "mkalkbrenner/php-htmldiff-advanced",
8427         "version": "0.0.8",
8428         "version_normalized": "0.0.8.0",
8429         "source": {
8430             "type": "git",
8431             "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
8432             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
8433         },
8434         "dist": {
8435             "type": "zip",
8436             "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
8437             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
8438             "shasum": ""
8439         },
8440         "require": {
8441             "caxy/php-htmldiff": ">=0.0.6",
8442             "php": ">=5.5.0"
8443         },
8444         "time": "2016-07-25T17:07:32+00:00",
8445         "type": "library",
8446         "installation-source": "dist",
8447         "autoload": {
8448             "files": [
8449                 "src/HtmlDiffAdvancedInterface.php",
8450                 "src/HtmlDiffAdvanced.php"
8451             ]
8452         },
8453         "notification-url": "https://packagist.org/downloads/",
8454         "license": [
8455             "GNU General Public License V2"
8456         ],
8457         "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
8458         "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
8459         "keywords": [
8460             "diff",
8461             "html"
8462         ]
8463     },
8464     {
8465         "name": "nikic/php-parser",
8466         "version": "v4.1.0",
8467         "version_normalized": "4.1.0.0",
8468         "source": {
8469             "type": "git",
8470             "url": "https://github.com/nikic/PHP-Parser.git",
8471             "reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
8472         },
8473         "dist": {
8474             "type": "zip",
8475             "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
8476             "reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
8477             "shasum": ""
8478         },
8479         "require": {
8480             "ext-tokenizer": "*",
8481             "php": ">=7.0"
8482         },
8483         "require-dev": {
8484             "phpunit/phpunit": "^6.5 || ^7.0"
8485         },
8486         "time": "2018-10-10T09:24:14+00:00",
8487         "bin": [
8488             "bin/php-parse"
8489         ],
8490         "type": "library",
8491         "extra": {
8492             "branch-alias": {
8493                 "dev-master": "4.1-dev"
8494             }
8495         },
8496         "installation-source": "dist",
8497         "autoload": {
8498             "psr-4": {
8499                 "PhpParser\\": "lib/PhpParser"
8500             }
8501         },
8502         "notification-url": "https://packagist.org/downloads/",
8503         "license": [
8504             "BSD-3-Clause"
8505         ],
8506         "authors": [
8507             {
8508                 "name": "Nikita Popov"
8509             }
8510         ],
8511         "description": "A PHP parser written in PHP",
8512         "keywords": [
8513             "parser",
8514             "php"
8515         ]
8516     },
8517     {
8518         "name": "paragonie/random_compat",
8519         "version": "v2.0.17",
8520         "version_normalized": "2.0.17.0",
8521         "source": {
8522             "type": "git",
8523             "url": "https://github.com/paragonie/random_compat.git",
8524             "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
8525         },
8526         "dist": {
8527             "type": "zip",
8528             "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
8529             "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
8530             "shasum": ""
8531         },
8532         "require": {
8533             "php": ">=5.2.0"
8534         },
8535         "require-dev": {
8536             "phpunit/phpunit": "4.*|5.*"
8537         },
8538         "suggest": {
8539             "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
8540         },
8541         "time": "2018-07-04T16:31:37+00:00",
8542         "type": "library",
8543         "installation-source": "dist",
8544         "autoload": {
8545             "files": [
8546                 "lib/random.php"
8547             ]
8548         },
8549         "notification-url": "https://packagist.org/downloads/",
8550         "license": [
8551             "MIT"
8552         ],
8553         "authors": [
8554             {
8555                 "name": "Paragon Initiative Enterprises",
8556                 "email": "security@paragonie.com",
8557                 "homepage": "https://paragonie.com"
8558             }
8559         ],
8560         "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
8561         "keywords": [
8562             "csprng",
8563             "polyfill",
8564             "pseudorandom",
8565             "random"
8566         ]
8567     },
8568     {
8569         "name": "phenx/php-font-lib",
8570         "version": "0.5",
8571         "version_normalized": "0.5.0.0",
8572         "source": {
8573             "type": "git",
8574             "url": "https://github.com/PhenX/php-font-lib.git",
8575             "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
8576         },
8577         "dist": {
8578             "type": "zip",
8579             "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
8580             "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
8581             "shasum": ""
8582         },
8583         "require-dev": {
8584             "phpunit/phpunit": "^4.8"
8585         },
8586         "time": "2017-02-11T10:58:43+00:00",
8587         "type": "library",
8588         "installation-source": "dist",
8589         "autoload": {
8590             "psr-4": {
8591                 "FontLib\\": "src/FontLib"
8592             }
8593         },
8594         "notification-url": "https://packagist.org/downloads/",
8595         "license": [
8596             "LGPL-3.0"
8597         ],
8598         "authors": [
8599             {
8600                 "name": "Fabien MĂ©nager",
8601                 "email": "fabien.menager@gmail.com"
8602             }
8603         ],
8604         "description": "A library to read, parse, export and make subsets of different types of font files.",
8605         "homepage": "https://github.com/PhenX/php-font-lib"
8606     },
8607     {
8608         "name": "phpdocumentor/reflection-docblock",
8609         "version": "2.0.5",
8610         "version_normalized": "2.0.5.0",
8611         "source": {
8612             "type": "git",
8613             "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
8614             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
8615         },
8616         "dist": {
8617             "type": "zip",
8618             "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
8619             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
8620             "shasum": ""
8621         },
8622         "require": {
8623             "php": ">=5.3.3"
8624         },
8625         "require-dev": {
8626             "phpunit/phpunit": "~4.0"
8627         },
8628         "suggest": {
8629             "dflydev/markdown": "~1.0",
8630             "erusev/parsedown": "~1.0"
8631         },
8632         "time": "2016-01-25T08:17:30+00:00",
8633         "type": "library",
8634         "extra": {
8635             "branch-alias": {
8636                 "dev-master": "2.0.x-dev"
8637             }
8638         },
8639         "installation-source": "dist",
8640         "autoload": {
8641             "psr-0": {
8642                 "phpDocumentor": [
8643                     "src/"
8644                 ]
8645             }
8646         },
8647         "notification-url": "https://packagist.org/downloads/",
8648         "license": [
8649             "MIT"
8650         ],
8651         "authors": [
8652             {
8653                 "name": "Mike van Riel",
8654                 "email": "mike.vanriel@naenius.com"
8655             }
8656         ]
8657     },
8658     {
8659         "name": "phpspec/prophecy",
8660         "version": "1.8.0",
8661         "version_normalized": "1.8.0.0",
8662         "source": {
8663             "type": "git",
8664             "url": "https://github.com/phpspec/prophecy.git",
8665             "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
8666         },
8667         "dist": {
8668             "type": "zip",
8669             "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
8670             "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
8671             "shasum": ""
8672         },
8673         "require": {
8674             "doctrine/instantiator": "^1.0.2",
8675             "php": "^5.3|^7.0",
8676             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
8677             "sebastian/comparator": "^1.1|^2.0|^3.0",
8678             "sebastian/recursion-context": "^1.0|^2.0|^3.0"
8679         },
8680         "require-dev": {
8681             "phpspec/phpspec": "^2.5|^3.2",
8682             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
8683         },
8684         "time": "2018-08-05T17:53:17+00:00",
8685         "type": "library",
8686         "extra": {
8687             "branch-alias": {
8688                 "dev-master": "1.8.x-dev"
8689             }
8690         },
8691         "installation-source": "dist",
8692         "autoload": {
8693             "psr-0": {
8694                 "Prophecy\\": "src/"
8695             }
8696         },
8697         "notification-url": "https://packagist.org/downloads/",
8698         "license": [
8699             "MIT"
8700         ],
8701         "authors": [
8702             {
8703                 "name": "Konstantin Kudryashov",
8704                 "email": "ever.zet@gmail.com",
8705                 "homepage": "http://everzet.com"
8706             },
8707             {
8708                 "name": "Marcello Duarte",
8709                 "email": "marcello.duarte@gmail.com"
8710             }
8711         ],
8712         "description": "Highly opinionated mocking framework for PHP 5.3+",
8713         "homepage": "https://github.com/phpspec/prophecy",
8714         "keywords": [
8715             "Double",
8716             "Dummy",
8717             "fake",
8718             "mock",
8719             "spy",
8720             "stub"
8721         ]
8722     },
8723     {
8724         "name": "phpunit/php-code-coverage",
8725         "version": "2.2.4",
8726         "version_normalized": "2.2.4.0",
8727         "source": {
8728             "type": "git",
8729             "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8730             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
8731         },
8732         "dist": {
8733             "type": "zip",
8734             "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8735             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8736             "shasum": ""
8737         },
8738         "require": {
8739             "php": ">=5.3.3",
8740             "phpunit/php-file-iterator": "~1.3",
8741             "phpunit/php-text-template": "~1.2",
8742             "phpunit/php-token-stream": "~1.3",
8743             "sebastian/environment": "^1.3.2",
8744             "sebastian/version": "~1.0"
8745         },
8746         "require-dev": {
8747             "ext-xdebug": ">=2.1.4",
8748             "phpunit/phpunit": "~4"
8749         },
8750         "suggest": {
8751             "ext-dom": "*",
8752             "ext-xdebug": ">=2.2.1",
8753             "ext-xmlwriter": "*"
8754         },
8755         "time": "2015-10-06T15:47:00+00:00",
8756         "type": "library",
8757         "extra": {
8758             "branch-alias": {
8759                 "dev-master": "2.2.x-dev"
8760             }
8761         },
8762         "installation-source": "dist",
8763         "autoload": {
8764             "classmap": [
8765                 "src/"
8766             ]
8767         },
8768         "notification-url": "https://packagist.org/downloads/",
8769         "license": [
8770             "BSD-3-Clause"
8771         ],
8772         "authors": [
8773             {
8774                 "name": "Sebastian Bergmann",
8775                 "email": "sb@sebastian-bergmann.de",
8776                 "role": "lead"
8777             }
8778         ],
8779         "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8780         "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8781         "keywords": [
8782             "coverage",
8783             "testing",
8784             "xunit"
8785         ]
8786     },
8787     {
8788         "name": "phpunit/php-file-iterator",
8789         "version": "1.4.5",
8790         "version_normalized": "1.4.5.0",
8791         "source": {
8792             "type": "git",
8793             "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8794             "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
8795         },
8796         "dist": {
8797             "type": "zip",
8798             "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
8799             "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
8800             "shasum": ""
8801         },
8802         "require": {
8803             "php": ">=5.3.3"
8804         },
8805         "time": "2017-11-27T13:52:08+00:00",
8806         "type": "library",
8807         "extra": {
8808             "branch-alias": {
8809                 "dev-master": "1.4.x-dev"
8810             }
8811         },
8812         "installation-source": "dist",
8813         "autoload": {
8814             "classmap": [
8815                 "src/"
8816             ]
8817         },
8818         "notification-url": "https://packagist.org/downloads/",
8819         "license": [
8820             "BSD-3-Clause"
8821         ],
8822         "authors": [
8823             {
8824                 "name": "Sebastian Bergmann",
8825                 "email": "sb@sebastian-bergmann.de",
8826                 "role": "lead"
8827             }
8828         ],
8829         "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8830         "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8831         "keywords": [
8832             "filesystem",
8833             "iterator"
8834         ]
8835     },
8836     {
8837         "name": "phpunit/php-text-template",
8838         "version": "1.2.1",
8839         "version_normalized": "1.2.1.0",
8840         "source": {
8841             "type": "git",
8842             "url": "https://github.com/sebastianbergmann/php-text-template.git",
8843             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
8844         },
8845         "dist": {
8846             "type": "zip",
8847             "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8848             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8849             "shasum": ""
8850         },
8851         "require": {
8852             "php": ">=5.3.3"
8853         },
8854         "time": "2015-06-21T13:50:34+00:00",
8855         "type": "library",
8856         "installation-source": "dist",
8857         "autoload": {
8858             "classmap": [
8859                 "src/"
8860             ]
8861         },
8862         "notification-url": "https://packagist.org/downloads/",
8863         "license": [
8864             "BSD-3-Clause"
8865         ],
8866         "authors": [
8867             {
8868                 "name": "Sebastian Bergmann",
8869                 "email": "sebastian@phpunit.de",
8870                 "role": "lead"
8871             }
8872         ],
8873         "description": "Simple template engine.",
8874         "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8875         "keywords": [
8876             "template"
8877         ]
8878     },
8879     {
8880         "name": "phpunit/php-timer",
8881         "version": "1.0.9",
8882         "version_normalized": "1.0.9.0",
8883         "source": {
8884             "type": "git",
8885             "url": "https://github.com/sebastianbergmann/php-timer.git",
8886             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
8887         },
8888         "dist": {
8889             "type": "zip",
8890             "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8891             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8892             "shasum": ""
8893         },
8894         "require": {
8895             "php": "^5.3.3 || ^7.0"
8896         },
8897         "require-dev": {
8898             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8899         },
8900         "time": "2017-02-26T11:10:40+00:00",
8901         "type": "library",
8902         "extra": {
8903             "branch-alias": {
8904                 "dev-master": "1.0-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": "sb@sebastian-bergmann.de",
8921                 "role": "lead"
8922             }
8923         ],
8924         "description": "Utility class for timing",
8925         "homepage": "https://github.com/sebastianbergmann/php-timer/",
8926         "keywords": [
8927             "timer"
8928         ]
8929     },
8930     {
8931         "name": "phpunit/php-token-stream",
8932         "version": "1.4.12",
8933         "version_normalized": "1.4.12.0",
8934         "source": {
8935             "type": "git",
8936             "url": "https://github.com/sebastianbergmann/php-token-stream.git",
8937             "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
8938         },
8939         "dist": {
8940             "type": "zip",
8941             "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
8942             "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
8943             "shasum": ""
8944         },
8945         "require": {
8946             "ext-tokenizer": "*",
8947             "php": ">=5.3.3"
8948         },
8949         "require-dev": {
8950             "phpunit/phpunit": "~4.2"
8951         },
8952         "time": "2017-12-04T08:55:13+00:00",
8953         "type": "library",
8954         "extra": {
8955             "branch-alias": {
8956                 "dev-master": "1.4-dev"
8957             }
8958         },
8959         "installation-source": "dist",
8960         "autoload": {
8961             "classmap": [
8962                 "src/"
8963             ]
8964         },
8965         "notification-url": "https://packagist.org/downloads/",
8966         "license": [
8967             "BSD-3-Clause"
8968         ],
8969         "authors": [
8970             {
8971                 "name": "Sebastian Bergmann",
8972                 "email": "sebastian@phpunit.de"
8973             }
8974         ],
8975         "description": "Wrapper around PHP's tokenizer extension.",
8976         "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
8977         "keywords": [
8978             "tokenizer"
8979         ]
8980     },
8981     {
8982         "name": "phpunit/phpunit",
8983         "version": "4.8.36",
8984         "version_normalized": "4.8.36.0",
8985         "source": {
8986             "type": "git",
8987             "url": "https://github.com/sebastianbergmann/phpunit.git",
8988             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
8989         },
8990         "dist": {
8991             "type": "zip",
8992             "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
8993             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
8994             "shasum": ""
8995         },
8996         "require": {
8997             "ext-dom": "*",
8998             "ext-json": "*",
8999             "ext-pcre": "*",
9000             "ext-reflection": "*",
9001             "ext-spl": "*",
9002             "php": ">=5.3.3",
9003             "phpspec/prophecy": "^1.3.1",
9004             "phpunit/php-code-coverage": "~2.1",
9005             "phpunit/php-file-iterator": "~1.4",
9006             "phpunit/php-text-template": "~1.2",
9007             "phpunit/php-timer": "^1.0.6",
9008             "phpunit/phpunit-mock-objects": "~2.3",
9009             "sebastian/comparator": "~1.2.2",
9010             "sebastian/diff": "~1.2",
9011             "sebastian/environment": "~1.3",
9012             "sebastian/exporter": "~1.2",
9013             "sebastian/global-state": "~1.0",
9014             "sebastian/version": "~1.0",
9015             "symfony/yaml": "~2.1|~3.0"
9016         },
9017         "suggest": {
9018             "phpunit/php-invoker": "~1.1"
9019         },
9020         "time": "2017-06-21T08:07:12+00:00",
9021         "bin": [
9022             "phpunit"
9023         ],
9024         "type": "library",
9025         "extra": {
9026             "branch-alias": {
9027                 "dev-master": "4.8.x-dev"
9028             }
9029         },
9030         "installation-source": "dist",
9031         "autoload": {
9032             "classmap": [
9033                 "src/"
9034             ]
9035         },
9036         "notification-url": "https://packagist.org/downloads/",
9037         "license": [
9038             "BSD-3-Clause"
9039         ],
9040         "authors": [
9041             {
9042                 "name": "Sebastian Bergmann",
9043                 "email": "sebastian@phpunit.de",
9044                 "role": "lead"
9045             }
9046         ],
9047         "description": "The PHP Unit Testing framework.",
9048         "homepage": "https://phpunit.de/",
9049         "keywords": [
9050             "phpunit",
9051             "testing",
9052             "xunit"
9053         ]
9054     },
9055     {
9056         "name": "phpunit/phpunit-mock-objects",
9057         "version": "2.3.8",
9058         "version_normalized": "2.3.8.0",
9059         "source": {
9060             "type": "git",
9061             "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
9062             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
9063         },
9064         "dist": {
9065             "type": "zip",
9066             "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
9067             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
9068             "shasum": ""
9069         },
9070         "require": {
9071             "doctrine/instantiator": "^1.0.2",
9072             "php": ">=5.3.3",
9073             "phpunit/php-text-template": "~1.2",
9074             "sebastian/exporter": "~1.2"
9075         },
9076         "require-dev": {
9077             "phpunit/phpunit": "~4.4"
9078         },
9079         "suggest": {
9080             "ext-soap": "*"
9081         },
9082         "time": "2015-10-02T06:51:40+00:00",
9083         "type": "library",
9084         "extra": {
9085             "branch-alias": {
9086                 "dev-master": "2.3.x-dev"
9087             }
9088         },
9089         "installation-source": "dist",
9090         "autoload": {
9091             "classmap": [
9092                 "src/"
9093             ]
9094         },
9095         "notification-url": "https://packagist.org/downloads/",
9096         "license": [
9097             "BSD-3-Clause"
9098         ],
9099         "authors": [
9100             {
9101                 "name": "Sebastian Bergmann",
9102                 "email": "sb@sebastian-bergmann.de",
9103                 "role": "lead"
9104             }
9105         ],
9106         "description": "Mock Object library for PHPUnit",
9107         "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
9108         "keywords": [
9109             "mock",
9110             "xunit"
9111         ]
9112     },
9113     {
9114         "name": "psr/container",
9115         "version": "1.0.0",
9116         "version_normalized": "1.0.0.0",
9117         "source": {
9118             "type": "git",
9119             "url": "https://github.com/php-fig/container.git",
9120             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
9121         },
9122         "dist": {
9123             "type": "zip",
9124             "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
9125             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
9126             "shasum": ""
9127         },
9128         "require": {
9129             "php": ">=5.3.0"
9130         },
9131         "time": "2017-02-14T16:28:37+00:00",
9132         "type": "library",
9133         "extra": {
9134             "branch-alias": {
9135                 "dev-master": "1.0.x-dev"
9136             }
9137         },
9138         "installation-source": "dist",
9139         "autoload": {
9140             "psr-4": {
9141                 "Psr\\Container\\": "src/"
9142             }
9143         },
9144         "notification-url": "https://packagist.org/downloads/",
9145         "license": [
9146             "MIT"
9147         ],
9148         "authors": [
9149             {
9150                 "name": "PHP-FIG",
9151                 "homepage": "http://www.php-fig.org/"
9152             }
9153         ],
9154         "description": "Common Container Interface (PHP FIG PSR-11)",
9155         "homepage": "https://github.com/php-fig/container",
9156         "keywords": [
9157             "PSR-11",
9158             "container",
9159             "container-interface",
9160             "container-interop",
9161             "psr"
9162         ]
9163     },
9164     {
9165         "name": "psr/http-message",
9166         "version": "1.0.1",
9167         "version_normalized": "1.0.1.0",
9168         "source": {
9169             "type": "git",
9170             "url": "https://github.com/php-fig/http-message.git",
9171             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
9172         },
9173         "dist": {
9174             "type": "zip",
9175             "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
9176             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
9177             "shasum": ""
9178         },
9179         "require": {
9180             "php": ">=5.3.0"
9181         },
9182         "time": "2016-08-06T14:39:51+00:00",
9183         "type": "library",
9184         "extra": {
9185             "branch-alias": {
9186                 "dev-master": "1.0.x-dev"
9187             }
9188         },
9189         "installation-source": "dist",
9190         "autoload": {
9191             "psr-4": {
9192                 "Psr\\Http\\Message\\": "src/"
9193             }
9194         },
9195         "notification-url": "https://packagist.org/downloads/",
9196         "license": [
9197             "MIT"
9198         ],
9199         "authors": [
9200             {
9201                 "name": "PHP-FIG",
9202                 "homepage": "http://www.php-fig.org/"
9203             }
9204         ],
9205         "description": "Common interface for HTTP messages",
9206         "homepage": "https://github.com/php-fig/http-message",
9207         "keywords": [
9208             "http",
9209             "http-message",
9210             "psr",
9211             "psr-7",
9212             "request",
9213             "response"
9214         ]
9215     },
9216     {
9217         "name": "psr/log",
9218         "version": "1.0.2",
9219         "version_normalized": "1.0.2.0",
9220         "source": {
9221             "type": "git",
9222             "url": "https://github.com/php-fig/log.git",
9223             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
9224         },
9225         "dist": {
9226             "type": "zip",
9227             "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
9228             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
9229             "shasum": ""
9230         },
9231         "require": {
9232             "php": ">=5.3.0"
9233         },
9234         "time": "2016-10-10T12:19:37+00:00",
9235         "type": "library",
9236         "extra": {
9237             "branch-alias": {
9238                 "dev-master": "1.0.x-dev"
9239             }
9240         },
9241         "installation-source": "dist",
9242         "autoload": {
9243             "psr-4": {
9244                 "Psr\\Log\\": "Psr/Log/"
9245             }
9246         },
9247         "notification-url": "https://packagist.org/downloads/",
9248         "license": [
9249             "MIT"
9250         ],
9251         "authors": [
9252             {
9253                 "name": "PHP-FIG",
9254                 "homepage": "http://www.php-fig.org/"
9255             }
9256         ],
9257         "description": "Common interface for logging libraries",
9258         "homepage": "https://github.com/php-fig/log",
9259         "keywords": [
9260             "log",
9261             "psr",
9262             "psr-3"
9263         ]
9264     },
9265     {
9266         "name": "psy/psysh",
9267         "version": "v0.9.9",
9268         "version_normalized": "0.9.9.0",
9269         "source": {
9270             "type": "git",
9271             "url": "https://github.com/bobthecow/psysh.git",
9272             "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
9273         },
9274         "dist": {
9275             "type": "zip",
9276             "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
9277             "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
9278             "shasum": ""
9279         },
9280         "require": {
9281             "dnoegel/php-xdg-base-dir": "0.1",
9282             "ext-json": "*",
9283             "ext-tokenizer": "*",
9284             "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
9285             "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
9286             "php": ">=5.4.0",
9287             "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
9288             "symfony/var-dumper": "~2.7|~3.0|~4.0"
9289         },
9290         "require-dev": {
9291             "bamarni/composer-bin-plugin": "^1.2",
9292             "hoa/console": "~2.15|~3.16",
9293             "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
9294         },
9295         "suggest": {
9296             "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
9297             "ext-pdo-sqlite": "The doc command requires SQLite to work.",
9298             "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
9299             "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
9300             "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
9301         },
9302         "time": "2018-10-13T15:16:03+00:00",
9303         "bin": [
9304             "bin/psysh"
9305         ],
9306         "type": "library",
9307         "extra": {
9308             "branch-alias": {
9309                 "dev-develop": "0.9.x-dev"
9310             }
9311         },
9312         "installation-source": "dist",
9313         "autoload": {
9314             "files": [
9315                 "src/functions.php"
9316             ],
9317             "psr-4": {
9318                 "Psy\\": "src/"
9319             }
9320         },
9321         "notification-url": "https://packagist.org/downloads/",
9322         "license": [
9323             "MIT"
9324         ],
9325         "authors": [
9326             {
9327                 "name": "Justin Hileman",
9328                 "email": "justin@justinhileman.info",
9329                 "homepage": "http://justinhileman.com"
9330             }
9331         ],
9332         "description": "An interactive shell for modern PHP.",
9333         "homepage": "http://psysh.org",
9334         "keywords": [
9335             "REPL",
9336             "console",
9337             "interactive",
9338             "shell"
9339         ]
9340     },
9341     {
9342         "name": "roave/security-advisories",
9343         "version": "dev-master",
9344         "version_normalized": "9999999-dev",
9345         "source": {
9346             "type": "git",
9347             "url": "https://github.com/Roave/SecurityAdvisories.git",
9348             "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971"
9349         },
9350         "dist": {
9351             "type": "zip",
9352             "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
9353             "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
9354             "shasum": ""
9355         },
9356         "conflict": {
9357             "3f/pygmentize": "<1.2",
9358             "adodb/adodb-php": "<5.20.12",
9359             "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
9360             "amphp/artax": "<1.0.6|>=2,<2.0.6",
9361             "amphp/http": "<1.0.1",
9362             "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
9363             "aws/aws-sdk-php": ">=3,<3.2.1",
9364             "brightlocal/phpwhois": "<=4.2.5",
9365             "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
9366             "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",
9367             "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
9368             "cartalyst/sentry": "<=2.1.6",
9369             "codeigniter/framework": "<=3.0.6",
9370             "composer/composer": "<=1.0.0-alpha11",
9371             "contao-components/mediaelement": ">=2.14.2,<2.21.1",
9372             "contao/core": ">=2,<3.5.35",
9373             "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
9374             "contao/listing-bundle": ">=4,<4.4.8",
9375             "contao/newsletter-bundle": ">=4,<4.1",
9376             "david-garcia/phpwhois": "<=4.3.1",
9377             "doctrine/annotations": ">=1,<1.2.7",
9378             "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
9379             "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
9380             "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
9381             "doctrine/doctrine-bundle": "<1.5.2",
9382             "doctrine/doctrine-module": "<=0.7.1",
9383             "doctrine/mongodb-odm": ">=1,<1.0.2",
9384             "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
9385             "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
9386             "dompdf/dompdf": ">=0.6,<0.6.2",
9387             "drupal/core": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
9388             "drupal/drupal": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
9389             "erusev/parsedown": "<1.7",
9390             "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",
9391             "ezyang/htmlpurifier": "<4.1.1",
9392             "firebase/php-jwt": "<2",
9393             "fooman/tcpdf": "<6.2.22",
9394             "fossar/tcpdf-parser": "<6.2.22",
9395             "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
9396             "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
9397             "fuel/core": "<1.8.1",
9398             "gree/jose": "<=2.2",
9399             "gregwar/rst": "<1.0.3",
9400             "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
9401             "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",
9402             "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",
9403             "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
9404             "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",
9405             "ivankristianto/phpwhois": "<=4.3",
9406             "james-heinrich/getid3": "<1.9.9",
9407             "joomla/session": "<1.3.1",
9408             "jsmitty12/phpwhois": "<5.1",
9409             "kazist/phpwhois": "<=4.2.6",
9410             "kreait/firebase-php": ">=3.2,<3.8.1",
9411             "la-haute-societe/tcpdf": "<6.2.22",
9412             "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",
9413             "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
9414             "magento/magento1ce": "<1.9.3.9",
9415             "magento/magento1ee": ">=1.9,<1.14.3.2",
9416             "magento/product-community-edition": ">=2,<2.2.6",
9417             "monolog/monolog": ">=1.8,<1.12",
9418             "namshi/jose": "<2.2",
9419             "onelogin/php-saml": "<2.10.4",
9420             "openid/php-openid": "<2.3",
9421             "oro/crm": ">=1.7,<1.7.4",
9422             "oro/platform": ">=1.7,<1.7.4",
9423             "padraic/humbug_get_contents": "<1.1.2",
9424             "pagarme/pagarme-php": ">=0,<3",
9425             "paragonie/random_compat": "<2",
9426             "paypal/merchant-sdk-php": "<3.12",
9427             "phpmailer/phpmailer": ">=5,<5.2.24",
9428             "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
9429             "phpwhois/phpwhois": "<=4.2.5",
9430             "phpxmlrpc/extras": "<0.6.1",
9431             "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
9432             "propel/propel1": ">=1,<=1.7.1",
9433             "pusher/pusher-php-server": "<2.2.1",
9434             "robrichards/xmlseclibs": ">=1,<3.0.2",
9435             "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
9436             "sensiolabs/connect": "<4.2.3",
9437             "serluck/phpwhois": "<=4.2.6",
9438             "shopware/shopware": "<5.3.7",
9439             "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
9440             "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
9441             "silverstripe/framework": ">=3,<3.3",
9442             "silverstripe/userforms": "<3",
9443             "simple-updates/phpwhois": "<=1",
9444             "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
9445             "simplesamlphp/simplesamlphp": "<1.15.2",
9446             "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
9447             "slim/slim": "<2.6",
9448             "smarty/smarty": "<3.1.33",
9449             "socalnick/scn-social-auth": "<1.15.2",
9450             "spoonity/tcpdf": "<6.2.22",
9451             "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
9452             "stormpath/sdk": ">=0,<9.9.99",
9453             "swiftmailer/swiftmailer": ">=4,<5.4.5",
9454             "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
9455             "sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
9456             "symfony/dependency-injection": ">=2,<2.0.17",
9457             "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",
9458             "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
9459             "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",
9460             "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
9461             "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
9462             "symfony/polyfill": ">=1,<1.10",
9463             "symfony/polyfill-php55": ">=1,<1.10",
9464             "symfony/routing": ">=2,<2.0.19",
9465             "symfony/security": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
9466             "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",
9467             "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",
9468             "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",
9469             "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
9470             "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",
9471             "symfony/serializer": ">=2,<2.0.11",
9472             "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",
9473             "symfony/translation": ">=2,<2.0.17",
9474             "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
9475             "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
9476             "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
9477             "tecnickcom/tcpdf": "<6.2.22",
9478             "thelia/backoffice-default-template": ">=2.1,<2.1.2",
9479             "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
9480             "theonedemon/phpwhois": "<=4.2.5",
9481             "titon/framework": ">=0,<9.9.99",
9482             "truckersmp/phpwhois": "<=4.3.1",
9483             "twig/twig": "<1.20",
9484             "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.30|>=8,<8.7.17|>=9,<9.3.2",
9485             "typo3/cms-core": ">=8,<8.7.17|>=9,<9.3.2",
9486             "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",
9487             "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
9488             "wallabag/tcpdf": "<6.2.22",
9489             "willdurand/js-translation-bundle": "<2.1.1",
9490             "yiisoft/yii": ">=1.1.14,<1.1.15",
9491             "yiisoft/yii2": "<2.0.15",
9492             "yiisoft/yii2-bootstrap": "<2.0.4",
9493             "yiisoft/yii2-dev": "<2.0.15",
9494             "yiisoft/yii2-elasticsearch": "<2.0.5",
9495             "yiisoft/yii2-gii": "<2.0.4",
9496             "yiisoft/yii2-jui": "<2.0.4",
9497             "yiisoft/yii2-redis": "<2.0.8",
9498             "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
9499             "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
9500             "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
9501             "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
9502             "zendframework/zend-diactoros": ">=1,<1.8.4",
9503             "zendframework/zend-feed": ">=1,<2.10.3",
9504             "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
9505             "zendframework/zend-http": ">=1,<2.8.1",
9506             "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
9507             "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
9508             "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
9509             "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
9510             "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
9511             "zendframework/zend-validator": ">=2.3,<2.3.6",
9512             "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
9513             "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
9514             "zendframework/zendframework": "<2.5.1",
9515             "zendframework/zendframework1": "<1.12.20",
9516             "zendframework/zendopenid": ">=2,<2.0.2",
9517             "zendframework/zendxml": ">=1,<1.0.1",
9518             "zetacomponents/mail": "<1.8.2",
9519             "zf-commons/zfc-user": "<1.2.2",
9520             "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
9521             "zfr/zfr-oauth2-server-module": "<0.1.2"
9522         },
9523         "time": "2018-11-01T18:39:28+00:00",
9524         "type": "metapackage",
9525         "notification-url": "https://packagist.org/downloads/",
9526         "license": [
9527             "MIT"
9528         ],
9529         "authors": [
9530             {
9531                 "name": "Marco Pivetta",
9532                 "email": "ocramius@gmail.com",
9533                 "role": "maintainer"
9534             }
9535         ],
9536         "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it"
9537     },
9538     {
9539         "name": "sebastian/comparator",
9540         "version": "1.2.4",
9541         "version_normalized": "1.2.4.0",
9542         "source": {
9543             "type": "git",
9544             "url": "https://github.com/sebastianbergmann/comparator.git",
9545             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
9546         },
9547         "dist": {
9548             "type": "zip",
9549             "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9550             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9551             "shasum": ""
9552         },
9553         "require": {
9554             "php": ">=5.3.3",
9555             "sebastian/diff": "~1.2",
9556             "sebastian/exporter": "~1.2 || ~2.0"
9557         },
9558         "require-dev": {
9559             "phpunit/phpunit": "~4.4"
9560         },
9561         "time": "2017-01-29T09:50:25+00:00",
9562         "type": "library",
9563         "extra": {
9564             "branch-alias": {
9565                 "dev-master": "1.2.x-dev"
9566             }
9567         },
9568         "installation-source": "dist",
9569         "autoload": {
9570             "classmap": [
9571                 "src/"
9572             ]
9573         },
9574         "notification-url": "https://packagist.org/downloads/",
9575         "license": [
9576             "BSD-3-Clause"
9577         ],
9578         "authors": [
9579             {
9580                 "name": "Jeff Welch",
9581                 "email": "whatthejeff@gmail.com"
9582             },
9583             {
9584                 "name": "Volker Dusch",
9585                 "email": "github@wallbash.com"
9586             },
9587             {
9588                 "name": "Bernhard Schussek",
9589                 "email": "bschussek@2bepublished.at"
9590             },
9591             {
9592                 "name": "Sebastian Bergmann",
9593                 "email": "sebastian@phpunit.de"
9594             }
9595         ],
9596         "description": "Provides the functionality to compare PHP values for equality",
9597         "homepage": "http://www.github.com/sebastianbergmann/comparator",
9598         "keywords": [
9599             "comparator",
9600             "compare",
9601             "equality"
9602         ]
9603     },
9604     {
9605         "name": "sebastian/diff",
9606         "version": "1.4.3",
9607         "version_normalized": "1.4.3.0",
9608         "source": {
9609             "type": "git",
9610             "url": "https://github.com/sebastianbergmann/diff.git",
9611             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
9612         },
9613         "dist": {
9614             "type": "zip",
9615             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9616             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9617             "shasum": ""
9618         },
9619         "require": {
9620             "php": "^5.3.3 || ^7.0"
9621         },
9622         "require-dev": {
9623             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
9624         },
9625         "time": "2017-05-22T07:24:03+00:00",
9626         "type": "library",
9627         "extra": {
9628             "branch-alias": {
9629                 "dev-master": "1.4-dev"
9630             }
9631         },
9632         "installation-source": "dist",
9633         "autoload": {
9634             "classmap": [
9635                 "src/"
9636             ]
9637         },
9638         "notification-url": "https://packagist.org/downloads/",
9639         "license": [
9640             "BSD-3-Clause"
9641         ],
9642         "authors": [
9643             {
9644                 "name": "Kore Nordmann",
9645                 "email": "mail@kore-nordmann.de"
9646             },
9647             {
9648                 "name": "Sebastian Bergmann",
9649                 "email": "sebastian@phpunit.de"
9650             }
9651         ],
9652         "description": "Diff implementation",
9653         "homepage": "https://github.com/sebastianbergmann/diff",
9654         "keywords": [
9655             "diff"
9656         ]
9657     },
9658     {
9659         "name": "sebastian/environment",
9660         "version": "1.3.8",
9661         "version_normalized": "1.3.8.0",
9662         "source": {
9663             "type": "git",
9664             "url": "https://github.com/sebastianbergmann/environment.git",
9665             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
9666         },
9667         "dist": {
9668             "type": "zip",
9669             "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
9670             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
9671             "shasum": ""
9672         },
9673         "require": {
9674             "php": "^5.3.3 || ^7.0"
9675         },
9676         "require-dev": {
9677             "phpunit/phpunit": "^4.8 || ^5.0"
9678         },
9679         "time": "2016-08-18T05:49:44+00:00",
9680         "type": "library",
9681         "extra": {
9682             "branch-alias": {
9683                 "dev-master": "1.3.x-dev"
9684             }
9685         },
9686         "installation-source": "dist",
9687         "autoload": {
9688             "classmap": [
9689                 "src/"
9690             ]
9691         },
9692         "notification-url": "https://packagist.org/downloads/",
9693         "license": [
9694             "BSD-3-Clause"
9695         ],
9696         "authors": [
9697             {
9698                 "name": "Sebastian Bergmann",
9699                 "email": "sebastian@phpunit.de"
9700             }
9701         ],
9702         "description": "Provides functionality to handle HHVM/PHP environments",
9703         "homepage": "http://www.github.com/sebastianbergmann/environment",
9704         "keywords": [
9705             "Xdebug",
9706             "environment",
9707             "hhvm"
9708         ]
9709     },
9710     {
9711         "name": "sebastian/exporter",
9712         "version": "1.2.2",
9713         "version_normalized": "1.2.2.0",
9714         "source": {
9715             "type": "git",
9716             "url": "https://github.com/sebastianbergmann/exporter.git",
9717             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
9718         },
9719         "dist": {
9720             "type": "zip",
9721             "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
9722             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
9723             "shasum": ""
9724         },
9725         "require": {
9726             "php": ">=5.3.3",
9727             "sebastian/recursion-context": "~1.0"
9728         },
9729         "require-dev": {
9730             "ext-mbstring": "*",
9731             "phpunit/phpunit": "~4.4"
9732         },
9733         "time": "2016-06-17T09:04:28+00:00",
9734         "type": "library",
9735         "extra": {
9736             "branch-alias": {
9737                 "dev-master": "1.3.x-dev"
9738             }
9739         },
9740         "installation-source": "dist",
9741         "autoload": {
9742             "classmap": [
9743                 "src/"
9744             ]
9745         },
9746         "notification-url": "https://packagist.org/downloads/",
9747         "license": [
9748             "BSD-3-Clause"
9749         ],
9750         "authors": [
9751             {
9752                 "name": "Jeff Welch",
9753                 "email": "whatthejeff@gmail.com"
9754             },
9755             {
9756                 "name": "Volker Dusch",
9757                 "email": "github@wallbash.com"
9758             },
9759             {
9760                 "name": "Bernhard Schussek",
9761                 "email": "bschussek@2bepublished.at"
9762             },
9763             {
9764                 "name": "Sebastian Bergmann",
9765                 "email": "sebastian@phpunit.de"
9766             },
9767             {
9768                 "name": "Adam Harvey",
9769                 "email": "aharvey@php.net"
9770             }
9771         ],
9772         "description": "Provides the functionality to export PHP variables for visualization",
9773         "homepage": "http://www.github.com/sebastianbergmann/exporter",
9774         "keywords": [
9775             "export",
9776             "exporter"
9777         ]
9778     },
9779     {
9780         "name": "sebastian/global-state",
9781         "version": "1.1.1",
9782         "version_normalized": "1.1.1.0",
9783         "source": {
9784             "type": "git",
9785             "url": "https://github.com/sebastianbergmann/global-state.git",
9786             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
9787         },
9788         "dist": {
9789             "type": "zip",
9790             "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
9791             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
9792             "shasum": ""
9793         },
9794         "require": {
9795             "php": ">=5.3.3"
9796         },
9797         "require-dev": {
9798             "phpunit/phpunit": "~4.2"
9799         },
9800         "suggest": {
9801             "ext-uopz": "*"
9802         },
9803         "time": "2015-10-12T03:26:01+00:00",
9804         "type": "library",
9805         "extra": {
9806             "branch-alias": {
9807                 "dev-master": "1.0-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": "Sebastian Bergmann",
9823                 "email": "sebastian@phpunit.de"
9824             }
9825         ],
9826         "description": "Snapshotting of global state",
9827         "homepage": "http://www.github.com/sebastianbergmann/global-state",
9828         "keywords": [
9829             "global state"
9830         ]
9831     },
9832     {
9833         "name": "sebastian/recursion-context",
9834         "version": "1.0.5",
9835         "version_normalized": "1.0.5.0",
9836         "source": {
9837             "type": "git",
9838             "url": "https://github.com/sebastianbergmann/recursion-context.git",
9839             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
9840         },
9841         "dist": {
9842             "type": "zip",
9843             "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9844             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9845             "shasum": ""
9846         },
9847         "require": {
9848             "php": ">=5.3.3"
9849         },
9850         "require-dev": {
9851             "phpunit/phpunit": "~4.4"
9852         },
9853         "time": "2016-10-03T07:41:43+00:00",
9854         "type": "library",
9855         "extra": {
9856             "branch-alias": {
9857                 "dev-master": "1.0.x-dev"
9858             }
9859         },
9860         "installation-source": "dist",
9861         "autoload": {
9862             "classmap": [
9863                 "src/"
9864             ]
9865         },
9866         "notification-url": "https://packagist.org/downloads/",
9867         "license": [
9868             "BSD-3-Clause"
9869         ],
9870         "authors": [
9871             {
9872                 "name": "Jeff Welch",
9873                 "email": "whatthejeff@gmail.com"
9874             },
9875             {
9876                 "name": "Sebastian Bergmann",
9877                 "email": "sebastian@phpunit.de"
9878             },
9879             {
9880                 "name": "Adam Harvey",
9881                 "email": "aharvey@php.net"
9882             }
9883         ],
9884         "description": "Provides functionality to recursively process PHP variables",
9885         "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
9886     },
9887     {
9888         "name": "sebastian/version",
9889         "version": "1.0.6",
9890         "version_normalized": "1.0.6.0",
9891         "source": {
9892             "type": "git",
9893             "url": "https://github.com/sebastianbergmann/version.git",
9894             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
9895         },
9896         "dist": {
9897             "type": "zip",
9898             "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9899             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9900             "shasum": ""
9901         },
9902         "time": "2015-06-21T13:59:46+00:00",
9903         "type": "library",
9904         "installation-source": "dist",
9905         "autoload": {
9906             "classmap": [
9907                 "src/"
9908             ]
9909         },
9910         "notification-url": "https://packagist.org/downloads/",
9911         "license": [
9912             "BSD-3-Clause"
9913         ],
9914         "authors": [
9915             {
9916                 "name": "Sebastian Bergmann",
9917                 "email": "sebastian@phpunit.de",
9918                 "role": "lead"
9919             }
9920         ],
9921         "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9922         "homepage": "https://github.com/sebastianbergmann/version"
9923     },
9924     {
9925         "name": "stack/builder",
9926         "version": "v1.0.5",
9927         "version_normalized": "1.0.5.0",
9928         "source": {
9929             "type": "git",
9930             "url": "https://github.com/stackphp/builder.git",
9931             "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
9932         },
9933         "dist": {
9934             "type": "zip",
9935             "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9936             "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9937             "shasum": ""
9938         },
9939         "require": {
9940             "php": ">=5.3.0",
9941             "symfony/http-foundation": "~2.1|~3.0|~4.0",
9942             "symfony/http-kernel": "~2.1|~3.0|~4.0"
9943         },
9944         "require-dev": {
9945             "silex/silex": "~1.0"
9946         },
9947         "time": "2017-11-18T14:57:29+00:00",
9948         "type": "library",
9949         "extra": {
9950             "branch-alias": {
9951                 "dev-master": "1.0-dev"
9952             }
9953         },
9954         "installation-source": "dist",
9955         "autoload": {
9956             "psr-0": {
9957                 "Stack": "src"
9958             }
9959         },
9960         "notification-url": "https://packagist.org/downloads/",
9961         "license": [
9962             "MIT"
9963         ],
9964         "authors": [
9965             {
9966                 "name": "Igor Wiedler",
9967                 "email": "igor@wiedler.ch"
9968             }
9969         ],
9970         "description": "Builder for stack middlewares based on HttpKernelInterface.",
9971         "keywords": [
9972             "stack"
9973         ]
9974     },
9975     {
9976         "name": "stecman/symfony-console-completion",
9977         "version": "0.8.0",
9978         "version_normalized": "0.8.0.0",
9979         "source": {
9980             "type": "git",
9981             "url": "https://github.com/stecman/symfony-console-completion.git",
9982             "reference": "cd738867503477e91dbe84173dfabd431c883431"
9983         },
9984         "dist": {
9985             "type": "zip",
9986             "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/cd738867503477e91dbe84173dfabd431c883431",
9987             "reference": "cd738867503477e91dbe84173dfabd431c883431",
9988             "shasum": ""
9989         },
9990         "require": {
9991             "php": ">=5.3.2",
9992             "symfony/console": "~2.3 || ~3.0 || ~4.0"
9993         },
9994         "require-dev": {
9995             "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
9996         },
9997         "time": "2018-02-10T04:28:01+00:00",
9998         "type": "library",
9999         "extra": {
10000             "branch-alias": {
10001                 "dev-master": "0.6.x-dev"
10002             }
10003         },
10004         "installation-source": "dist",
10005         "autoload": {
10006             "psr-4": {
10007                 "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
10008             }
10009         },
10010         "notification-url": "https://packagist.org/downloads/",
10011         "license": [
10012             "MIT"
10013         ],
10014         "authors": [
10015             {
10016                 "name": "Stephen Holdaway",
10017                 "email": "stephen@stecman.co.nz"
10018             }
10019         ],
10020         "description": "Automatic BASH completion for Symfony Console Component based applications."
10021     },
10022     {
10023         "name": "sunra/php-simple-html-dom-parser",
10024         "version": "v1.5.2",
10025         "version_normalized": "1.5.2.0",
10026         "source": {
10027             "type": "git",
10028             "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
10029             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
10030         },
10031         "dist": {
10032             "type": "zip",
10033             "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
10034             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
10035             "shasum": ""
10036         },
10037         "require": {
10038             "ext-mbstring": "*",
10039             "php": ">=5.3.2"
10040         },
10041         "time": "2016-11-22T22:57:47+00:00",
10042         "type": "library",
10043         "installation-source": "dist",
10044         "autoload": {
10045             "psr-0": {
10046                 "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
10047             }
10048         },
10049         "notification-url": "https://packagist.org/downloads/",
10050         "license": [
10051             "MIT"
10052         ],
10053         "authors": [
10054             {
10055                 "name": "Sunra",
10056                 "email": "sunra@yandex.ru",
10057                 "homepage": "https://github.com/sunra"
10058             },
10059             {
10060                 "name": "S.C. Chen",
10061                 "homepage": "http://sourceforge.net/projects/simplehtmldom/"
10062             }
10063         ],
10064         "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.",
10065         "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
10066         "keywords": [
10067             "dom",
10068             "html",
10069             "parser"
10070         ]
10071     },
10072     {
10073         "name": "symfony-cmf/routing",
10074         "version": "1.4.1",
10075         "version_normalized": "1.4.1.0",
10076         "source": {
10077             "type": "git",
10078             "url": "https://github.com/symfony-cmf/routing.git",
10079             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
10080         },
10081         "dist": {
10082             "type": "zip",
10083             "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
10084             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
10085             "shasum": ""
10086         },
10087         "require": {
10088             "php": "^5.3.9|^7.0",
10089             "psr/log": "1.*",
10090             "symfony/http-kernel": "^2.2|3.*",
10091             "symfony/routing": "^2.2|3.*"
10092         },
10093         "require-dev": {
10094             "friendsofsymfony/jsrouting-bundle": "^1.1",
10095             "symfony-cmf/testing": "^1.3",
10096             "symfony/config": "^2.2|3.*",
10097             "symfony/dependency-injection": "^2.0.5|3.*",
10098             "symfony/event-dispatcher": "^2.1|3.*"
10099         },
10100         "suggest": {
10101             "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
10102         },
10103         "time": "2017-05-09T08:10:41+00:00",
10104         "type": "library",
10105         "extra": {
10106             "branch-alias": {
10107                 "dev-master": "1.4-dev"
10108             }
10109         },
10110         "installation-source": "dist",
10111         "autoload": {
10112             "psr-4": {
10113                 "Symfony\\Cmf\\Component\\Routing\\": ""
10114             }
10115         },
10116         "notification-url": "https://packagist.org/downloads/",
10117         "license": [
10118             "MIT"
10119         ],
10120         "authors": [
10121             {
10122                 "name": "Symfony CMF Community",
10123                 "homepage": "https://github.com/symfony-cmf/Routing/contributors"
10124             }
10125         ],
10126         "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
10127         "homepage": "http://cmf.symfony.com",
10128         "keywords": [
10129             "database",
10130             "routing"
10131         ]
10132     },
10133     {
10134         "name": "symfony/browser-kit",
10135         "version": "v3.4.18",
10136         "version_normalized": "3.4.18.0",
10137         "source": {
10138             "type": "git",
10139             "url": "https://github.com/symfony/browser-kit.git",
10140             "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0"
10141         },
10142         "dist": {
10143             "type": "zip",
10144             "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
10145             "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
10146             "shasum": ""
10147         },
10148         "require": {
10149             "php": "^5.5.9|>=7.0.8",
10150             "symfony/dom-crawler": "~2.8|~3.0|~4.0"
10151         },
10152         "require-dev": {
10153             "symfony/css-selector": "~2.8|~3.0|~4.0",
10154             "symfony/process": "~2.8|~3.0|~4.0"
10155         },
10156         "suggest": {
10157             "symfony/process": ""
10158         },
10159         "time": "2018-07-26T09:06:28+00:00",
10160         "type": "library",
10161         "extra": {
10162             "branch-alias": {
10163                 "dev-master": "3.4-dev"
10164             }
10165         },
10166         "installation-source": "dist",
10167         "autoload": {
10168             "psr-4": {
10169                 "Symfony\\Component\\BrowserKit\\": ""
10170             },
10171             "exclude-from-classmap": [
10172                 "/Tests/"
10173             ]
10174         },
10175         "notification-url": "https://packagist.org/downloads/",
10176         "license": [
10177             "MIT"
10178         ],
10179         "authors": [
10180             {
10181                 "name": "Fabien Potencier",
10182                 "email": "fabien@symfony.com"
10183             },
10184             {
10185                 "name": "Symfony Community",
10186                 "homepage": "https://symfony.com/contributors"
10187             }
10188         ],
10189         "description": "Symfony BrowserKit Component",
10190         "homepage": "https://symfony.com"
10191     },
10192     {
10193         "name": "symfony/class-loader",
10194         "version": "v3.4.18",
10195         "version_normalized": "3.4.18.0",
10196         "source": {
10197             "type": "git",
10198             "url": "https://github.com/symfony/class-loader.git",
10199             "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1"
10200         },
10201         "dist": {
10202             "type": "zip",
10203             "url": "https://api.github.com/repos/symfony/class-loader/zipball/5605edec7b8f034ead2497ff4aab17bb70d558c1",
10204             "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1",
10205             "shasum": ""
10206         },
10207         "require": {
10208             "php": "^5.5.9|>=7.0.8"
10209         },
10210         "require-dev": {
10211             "symfony/finder": "~2.8|~3.0|~4.0",
10212             "symfony/polyfill-apcu": "~1.1"
10213         },
10214         "suggest": {
10215             "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
10216         },
10217         "time": "2018-10-31T09:06:03+00:00",
10218         "type": "library",
10219         "extra": {
10220             "branch-alias": {
10221                 "dev-master": "3.4-dev"
10222             }
10223         },
10224         "installation-source": "dist",
10225         "autoload": {
10226             "psr-4": {
10227                 "Symfony\\Component\\ClassLoader\\": ""
10228             },
10229             "exclude-from-classmap": [
10230                 "/Tests/"
10231             ]
10232         },
10233         "notification-url": "https://packagist.org/downloads/",
10234         "license": [
10235             "MIT"
10236         ],
10237         "authors": [
10238             {
10239                 "name": "Fabien Potencier",
10240                 "email": "fabien@symfony.com"
10241             },
10242             {
10243                 "name": "Symfony Community",
10244                 "homepage": "https://symfony.com/contributors"
10245             }
10246         ],
10247         "description": "Symfony ClassLoader Component",
10248         "homepage": "https://symfony.com"
10249     },
10250     {
10251         "name": "symfony/config",
10252         "version": "v3.4.18",
10253         "version_normalized": "3.4.18.0",
10254         "source": {
10255             "type": "git",
10256             "url": "https://github.com/symfony/config.git",
10257             "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d"
10258         },
10259         "dist": {
10260             "type": "zip",
10261             "url": "https://api.github.com/repos/symfony/config/zipball/99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
10262             "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
10263             "shasum": ""
10264         },
10265         "require": {
10266             "php": "^5.5.9|>=7.0.8",
10267             "symfony/filesystem": "~2.8|~3.0|~4.0",
10268             "symfony/polyfill-ctype": "~1.8"
10269         },
10270         "conflict": {
10271             "symfony/dependency-injection": "<3.3",
10272             "symfony/finder": "<3.3"
10273         },
10274         "require-dev": {
10275             "symfony/dependency-injection": "~3.3|~4.0",
10276             "symfony/event-dispatcher": "~3.3|~4.0",
10277             "symfony/finder": "~3.3|~4.0",
10278             "symfony/yaml": "~3.0|~4.0"
10279         },
10280         "suggest": {
10281             "symfony/yaml": "To use the yaml reference dumper"
10282         },
10283         "time": "2018-10-31T09:06:03+00:00",
10284         "type": "library",
10285         "extra": {
10286             "branch-alias": {
10287                 "dev-master": "3.4-dev"
10288             }
10289         },
10290         "installation-source": "dist",
10291         "autoload": {
10292             "psr-4": {
10293                 "Symfony\\Component\\Config\\": ""
10294             },
10295             "exclude-from-classmap": [
10296                 "/Tests/"
10297             ]
10298         },
10299         "notification-url": "https://packagist.org/downloads/",
10300         "license": [
10301             "MIT"
10302         ],
10303         "authors": [
10304             {
10305                 "name": "Fabien Potencier",
10306                 "email": "fabien@symfony.com"
10307             },
10308             {
10309                 "name": "Symfony Community",
10310                 "homepage": "https://symfony.com/contributors"
10311             }
10312         ],
10313         "description": "Symfony Config Component",
10314         "homepage": "https://symfony.com"
10315     },
10316     {
10317         "name": "symfony/console",
10318         "version": "v3.4.18",
10319         "version_normalized": "3.4.18.0",
10320         "source": {
10321             "type": "git",
10322             "url": "https://github.com/symfony/console.git",
10323             "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803"
10324         },
10325         "dist": {
10326             "type": "zip",
10327             "url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803",
10328             "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803",
10329             "shasum": ""
10330         },
10331         "require": {
10332             "php": "^5.5.9|>=7.0.8",
10333             "symfony/debug": "~2.8|~3.0|~4.0",
10334             "symfony/polyfill-mbstring": "~1.0"
10335         },
10336         "conflict": {
10337             "symfony/dependency-injection": "<3.4",
10338             "symfony/process": "<3.3"
10339         },
10340         "require-dev": {
10341             "psr/log": "~1.0",
10342             "symfony/config": "~3.3|~4.0",
10343             "symfony/dependency-injection": "~3.4|~4.0",
10344             "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
10345             "symfony/lock": "~3.4|~4.0",
10346             "symfony/process": "~3.3|~4.0"
10347         },
10348         "suggest": {
10349             "psr/log-implementation": "For using the console logger",
10350             "symfony/event-dispatcher": "",
10351             "symfony/lock": "",
10352             "symfony/process": ""
10353         },
10354         "time": "2018-10-30T16:50:50+00:00",
10355         "type": "library",
10356         "extra": {
10357             "branch-alias": {
10358                 "dev-master": "3.4-dev"
10359             }
10360         },
10361         "installation-source": "dist",
10362         "autoload": {
10363             "psr-4": {
10364                 "Symfony\\Component\\Console\\": ""
10365             },
10366             "exclude-from-classmap": [
10367                 "/Tests/"
10368             ]
10369         },
10370         "notification-url": "https://packagist.org/downloads/",
10371         "license": [
10372             "MIT"
10373         ],
10374         "authors": [
10375             {
10376                 "name": "Fabien Potencier",
10377                 "email": "fabien@symfony.com"
10378             },
10379             {
10380                 "name": "Symfony Community",
10381                 "homepage": "https://symfony.com/contributors"
10382             }
10383         ],
10384         "description": "Symfony Console Component",
10385         "homepage": "https://symfony.com"
10386     },
10387     {
10388         "name": "symfony/css-selector",
10389         "version": "v2.8.47",
10390         "version_normalized": "2.8.47.0",
10391         "source": {
10392             "type": "git",
10393             "url": "https://github.com/symfony/css-selector.git",
10394             "reference": "208aca6c35e332f87c84707dd228d404370c8835"
10395         },
10396         "dist": {
10397             "type": "zip",
10398             "url": "https://api.github.com/repos/symfony/css-selector/zipball/208aca6c35e332f87c84707dd228d404370c8835",
10399             "reference": "208aca6c35e332f87c84707dd228d404370c8835",
10400             "shasum": ""
10401         },
10402         "require": {
10403             "php": ">=5.3.9"
10404         },
10405         "time": "2018-10-02T16:27:16+00:00",
10406         "type": "library",
10407         "extra": {
10408             "branch-alias": {
10409                 "dev-master": "2.8-dev"
10410             }
10411         },
10412         "installation-source": "dist",
10413         "autoload": {
10414             "psr-4": {
10415                 "Symfony\\Component\\CssSelector\\": ""
10416             },
10417             "exclude-from-classmap": [
10418                 "/Tests/"
10419             ]
10420         },
10421         "notification-url": "https://packagist.org/downloads/",
10422         "license": [
10423             "MIT"
10424         ],
10425         "authors": [
10426             {
10427                 "name": "Jean-François Simon",
10428                 "email": "jeanfrancois.simon@sensiolabs.com"
10429             },
10430             {
10431                 "name": "Fabien Potencier",
10432                 "email": "fabien@symfony.com"
10433             },
10434             {
10435                 "name": "Symfony Community",
10436                 "homepage": "https://symfony.com/contributors"
10437             }
10438         ],
10439         "description": "Symfony CssSelector Component",
10440         "homepage": "https://symfony.com"
10441     },
10442     {
10443         "name": "symfony/debug",
10444         "version": "v3.4.18",
10445         "version_normalized": "3.4.18.0",
10446         "source": {
10447             "type": "git",
10448             "url": "https://github.com/symfony/debug.git",
10449             "reference": "fe9793af008b651c5441bdeab21ede8172dab097"
10450         },
10451         "dist": {
10452             "type": "zip",
10453             "url": "https://api.github.com/repos/symfony/debug/zipball/fe9793af008b651c5441bdeab21ede8172dab097",
10454             "reference": "fe9793af008b651c5441bdeab21ede8172dab097",
10455             "shasum": ""
10456         },
10457         "require": {
10458             "php": "^5.5.9|>=7.0.8",
10459             "psr/log": "~1.0"
10460         },
10461         "conflict": {
10462             "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
10463         },
10464         "require-dev": {
10465             "symfony/http-kernel": "~2.8|~3.0|~4.0"
10466         },
10467         "time": "2018-10-31T09:06:03+00:00",
10468         "type": "library",
10469         "extra": {
10470             "branch-alias": {
10471                 "dev-master": "3.4-dev"
10472             }
10473         },
10474         "installation-source": "dist",
10475         "autoload": {
10476             "psr-4": {
10477                 "Symfony\\Component\\Debug\\": ""
10478             },
10479             "exclude-from-classmap": [
10480                 "/Tests/"
10481             ]
10482         },
10483         "notification-url": "https://packagist.org/downloads/",
10484         "license": [
10485             "MIT"
10486         ],
10487         "authors": [
10488             {
10489                 "name": "Fabien Potencier",
10490                 "email": "fabien@symfony.com"
10491             },
10492             {
10493                 "name": "Symfony Community",
10494                 "homepage": "https://symfony.com/contributors"
10495             }
10496         ],
10497         "description": "Symfony Debug Component",
10498         "homepage": "https://symfony.com"
10499     },
10500     {
10501         "name": "symfony/dependency-injection",
10502         "version": "v3.4.18",
10503         "version_normalized": "3.4.18.0",
10504         "source": {
10505             "type": "git",
10506             "url": "https://github.com/symfony/dependency-injection.git",
10507             "reference": "9c98452ac7fff4b538956775630bc9701f5384ba"
10508         },
10509         "dist": {
10510             "type": "zip",
10511             "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9c98452ac7fff4b538956775630bc9701f5384ba",
10512             "reference": "9c98452ac7fff4b538956775630bc9701f5384ba",
10513             "shasum": ""
10514         },
10515         "require": {
10516             "php": "^5.5.9|>=7.0.8",
10517             "psr/container": "^1.0"
10518         },
10519         "conflict": {
10520             "symfony/config": "<3.3.7",
10521             "symfony/finder": "<3.3",
10522             "symfony/proxy-manager-bridge": "<3.4",
10523             "symfony/yaml": "<3.4"
10524         },
10525         "provide": {
10526             "psr/container-implementation": "1.0"
10527         },
10528         "require-dev": {
10529             "symfony/config": "~3.3|~4.0",
10530             "symfony/expression-language": "~2.8|~3.0|~4.0",
10531             "symfony/yaml": "~3.4|~4.0"
10532         },
10533         "suggest": {
10534             "symfony/config": "",
10535             "symfony/expression-language": "For using expressions in service container configuration",
10536             "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
10537             "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
10538             "symfony/yaml": ""
10539         },
10540         "time": "2018-10-31T10:49:51+00:00",
10541         "type": "library",
10542         "extra": {
10543             "branch-alias": {
10544                 "dev-master": "3.4-dev"
10545             }
10546         },
10547         "installation-source": "dist",
10548         "autoload": {
10549             "psr-4": {
10550                 "Symfony\\Component\\DependencyInjection\\": ""
10551             },
10552             "exclude-from-classmap": [
10553                 "/Tests/"
10554             ]
10555         },
10556         "notification-url": "https://packagist.org/downloads/",
10557         "license": [
10558             "MIT"
10559         ],
10560         "authors": [
10561             {
10562                 "name": "Fabien Potencier",
10563                 "email": "fabien@symfony.com"
10564             },
10565             {
10566                 "name": "Symfony Community",
10567                 "homepage": "https://symfony.com/contributors"
10568             }
10569         ],
10570         "description": "Symfony DependencyInjection Component",
10571         "homepage": "https://symfony.com"
10572     },
10573     {
10574         "name": "symfony/dom-crawler",
10575         "version": "v3.4.18",
10576         "version_normalized": "3.4.18.0",
10577         "source": {
10578             "type": "git",
10579             "url": "https://github.com/symfony/dom-crawler.git",
10580             "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722"
10581         },
10582         "dist": {
10583             "type": "zip",
10584             "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c705bee03ade5b47c087807dd9ffaaec8dda2722",
10585             "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722",
10586             "shasum": ""
10587         },
10588         "require": {
10589             "php": "^5.5.9|>=7.0.8",
10590             "symfony/polyfill-ctype": "~1.8",
10591             "symfony/polyfill-mbstring": "~1.0"
10592         },
10593         "require-dev": {
10594             "symfony/css-selector": "~2.8|~3.0|~4.0"
10595         },
10596         "suggest": {
10597             "symfony/css-selector": ""
10598         },
10599         "time": "2018-10-02T12:28:39+00:00",
10600         "type": "library",
10601         "extra": {
10602             "branch-alias": {
10603                 "dev-master": "3.4-dev"
10604             }
10605         },
10606         "installation-source": "dist",
10607         "autoload": {
10608             "psr-4": {
10609                 "Symfony\\Component\\DomCrawler\\": ""
10610             },
10611             "exclude-from-classmap": [
10612                 "/Tests/"
10613             ]
10614         },
10615         "notification-url": "https://packagist.org/downloads/",
10616         "license": [
10617             "MIT"
10618         ],
10619         "authors": [
10620             {
10621                 "name": "Fabien Potencier",
10622                 "email": "fabien@symfony.com"
10623             },
10624             {
10625                 "name": "Symfony Community",
10626                 "homepage": "https://symfony.com/contributors"
10627             }
10628         ],
10629         "description": "Symfony DomCrawler Component",
10630         "homepage": "https://symfony.com"
10631     },
10632     {
10633         "name": "symfony/event-dispatcher",
10634         "version": "v3.4.18",
10635         "version_normalized": "3.4.18.0",
10636         "source": {
10637             "type": "git",
10638             "url": "https://github.com/symfony/event-dispatcher.git",
10639             "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14"
10640         },
10641         "dist": {
10642             "type": "zip",
10643             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
10644             "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
10645             "shasum": ""
10646         },
10647         "require": {
10648             "php": "^5.5.9|>=7.0.8"
10649         },
10650         "conflict": {
10651             "symfony/dependency-injection": "<3.3"
10652         },
10653         "require-dev": {
10654             "psr/log": "~1.0",
10655             "symfony/config": "~2.8|~3.0|~4.0",
10656             "symfony/dependency-injection": "~3.3|~4.0",
10657             "symfony/expression-language": "~2.8|~3.0|~4.0",
10658             "symfony/stopwatch": "~2.8|~3.0|~4.0"
10659         },
10660         "suggest": {
10661             "symfony/dependency-injection": "",
10662             "symfony/http-kernel": ""
10663         },
10664         "time": "2018-10-30T16:50:50+00:00",
10665         "type": "library",
10666         "extra": {
10667             "branch-alias": {
10668                 "dev-master": "3.4-dev"
10669             }
10670         },
10671         "installation-source": "dist",
10672         "autoload": {
10673             "psr-4": {
10674                 "Symfony\\Component\\EventDispatcher\\": ""
10675             },
10676             "exclude-from-classmap": [
10677                 "/Tests/"
10678             ]
10679         },
10680         "notification-url": "https://packagist.org/downloads/",
10681         "license": [
10682             "MIT"
10683         ],
10684         "authors": [
10685             {
10686                 "name": "Fabien Potencier",
10687                 "email": "fabien@symfony.com"
10688             },
10689             {
10690                 "name": "Symfony Community",
10691                 "homepage": "https://symfony.com/contributors"
10692             }
10693         ],
10694         "description": "Symfony EventDispatcher Component",
10695         "homepage": "https://symfony.com"
10696     },
10697     {
10698         "name": "symfony/filesystem",
10699         "version": "v3.4.18",
10700         "version_normalized": "3.4.18.0",
10701         "source": {
10702             "type": "git",
10703             "url": "https://github.com/symfony/filesystem.git",
10704             "reference": "d69930fc337d767607267d57c20a7403d0a822a4"
10705         },
10706         "dist": {
10707             "type": "zip",
10708             "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4",
10709             "reference": "d69930fc337d767607267d57c20a7403d0a822a4",
10710             "shasum": ""
10711         },
10712         "require": {
10713             "php": "^5.5.9|>=7.0.8",
10714             "symfony/polyfill-ctype": "~1.8"
10715         },
10716         "time": "2018-10-02T12:28:39+00:00",
10717         "type": "library",
10718         "extra": {
10719             "branch-alias": {
10720                 "dev-master": "3.4-dev"
10721             }
10722         },
10723         "installation-source": "dist",
10724         "autoload": {
10725             "psr-4": {
10726                 "Symfony\\Component\\Filesystem\\": ""
10727             },
10728             "exclude-from-classmap": [
10729                 "/Tests/"
10730             ]
10731         },
10732         "notification-url": "https://packagist.org/downloads/",
10733         "license": [
10734             "MIT"
10735         ],
10736         "authors": [
10737             {
10738                 "name": "Fabien Potencier",
10739                 "email": "fabien@symfony.com"
10740             },
10741             {
10742                 "name": "Symfony Community",
10743                 "homepage": "https://symfony.com/contributors"
10744             }
10745         ],
10746         "description": "Symfony Filesystem Component",
10747         "homepage": "https://symfony.com"
10748     },
10749     {
10750         "name": "symfony/finder",
10751         "version": "v3.4.18",
10752         "version_normalized": "3.4.18.0",
10753         "source": {
10754             "type": "git",
10755             "url": "https://github.com/symfony/finder.git",
10756             "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
10757         },
10758         "dist": {
10759             "type": "zip",
10760             "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
10761             "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
10762             "shasum": ""
10763         },
10764         "require": {
10765             "php": "^5.5.9|>=7.0.8"
10766         },
10767         "time": "2018-10-03T08:46:40+00:00",
10768         "type": "library",
10769         "extra": {
10770             "branch-alias": {
10771                 "dev-master": "3.4-dev"
10772             }
10773         },
10774         "installation-source": "dist",
10775         "autoload": {
10776             "psr-4": {
10777                 "Symfony\\Component\\Finder\\": ""
10778             },
10779             "exclude-from-classmap": [
10780                 "/Tests/"
10781             ]
10782         },
10783         "notification-url": "https://packagist.org/downloads/",
10784         "license": [
10785             "MIT"
10786         ],
10787         "authors": [
10788             {
10789                 "name": "Fabien Potencier",
10790                 "email": "fabien@symfony.com"
10791             },
10792             {
10793                 "name": "Symfony Community",
10794                 "homepage": "https://symfony.com/contributors"
10795             }
10796         ],
10797         "description": "Symfony Finder Component",
10798         "homepage": "https://symfony.com"
10799     },
10800     {
10801         "name": "symfony/http-foundation",
10802         "version": "v3.4.18",
10803         "version_normalized": "3.4.18.0",
10804         "source": {
10805             "type": "git",
10806             "url": "https://github.com/symfony/http-foundation.git",
10807             "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0"
10808         },
10809         "dist": {
10810             "type": "zip",
10811             "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
10812             "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
10813             "shasum": ""
10814         },
10815         "require": {
10816             "php": "^5.5.9|>=7.0.8",
10817             "symfony/polyfill-mbstring": "~1.1",
10818             "symfony/polyfill-php70": "~1.6"
10819         },
10820         "require-dev": {
10821             "symfony/expression-language": "~2.8|~3.0|~4.0"
10822         },
10823         "time": "2018-10-31T08:57:11+00:00",
10824         "type": "library",
10825         "extra": {
10826             "branch-alias": {
10827                 "dev-master": "3.4-dev"
10828             }
10829         },
10830         "installation-source": "dist",
10831         "autoload": {
10832             "psr-4": {
10833                 "Symfony\\Component\\HttpFoundation\\": ""
10834             },
10835             "exclude-from-classmap": [
10836                 "/Tests/"
10837             ]
10838         },
10839         "notification-url": "https://packagist.org/downloads/",
10840         "license": [
10841             "MIT"
10842         ],
10843         "authors": [
10844             {
10845                 "name": "Fabien Potencier",
10846                 "email": "fabien@symfony.com"
10847             },
10848             {
10849                 "name": "Symfony Community",
10850                 "homepage": "https://symfony.com/contributors"
10851             }
10852         ],
10853         "description": "Symfony HttpFoundation Component",
10854         "homepage": "https://symfony.com"
10855     },
10856     {
10857         "name": "symfony/http-kernel",
10858         "version": "v3.4.18",
10859         "version_normalized": "3.4.18.0",
10860         "source": {
10861             "type": "git",
10862             "url": "https://github.com/symfony/http-kernel.git",
10863             "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb"
10864         },
10865         "dist": {
10866             "type": "zip",
10867             "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
10868             "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
10869             "shasum": ""
10870         },
10871         "require": {
10872             "php": "^5.5.9|>=7.0.8",
10873             "psr/log": "~1.0",
10874             "symfony/debug": "~2.8|~3.0|~4.0",
10875             "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
10876             "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
10877             "symfony/polyfill-ctype": "~1.8"
10878         },
10879         "conflict": {
10880             "symfony/config": "<2.8",
10881             "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
10882             "symfony/var-dumper": "<3.3",
10883             "twig/twig": "<1.34|<2.4,>=2"
10884         },
10885         "provide": {
10886             "psr/log-implementation": "1.0"
10887         },
10888         "require-dev": {
10889             "psr/cache": "~1.0",
10890             "symfony/browser-kit": "~2.8|~3.0|~4.0",
10891             "symfony/class-loader": "~2.8|~3.0",
10892             "symfony/config": "~2.8|~3.0|~4.0",
10893             "symfony/console": "~2.8|~3.0|~4.0",
10894             "symfony/css-selector": "~2.8|~3.0|~4.0",
10895             "symfony/dependency-injection": "^3.4.10|^4.0.10",
10896             "symfony/dom-crawler": "~2.8|~3.0|~4.0",
10897             "symfony/expression-language": "~2.8|~3.0|~4.0",
10898             "symfony/finder": "~2.8|~3.0|~4.0",
10899             "symfony/process": "~2.8|~3.0|~4.0",
10900             "symfony/routing": "~3.4|~4.0",
10901             "symfony/stopwatch": "~2.8|~3.0|~4.0",
10902             "symfony/templating": "~2.8|~3.0|~4.0",
10903             "symfony/translation": "~2.8|~3.0|~4.0",
10904             "symfony/var-dumper": "~3.3|~4.0"
10905         },
10906         "suggest": {
10907             "symfony/browser-kit": "",
10908             "symfony/config": "",
10909             "symfony/console": "",
10910             "symfony/dependency-injection": "",
10911             "symfony/finder": "",
10912             "symfony/var-dumper": ""
10913         },
10914         "time": "2018-11-03T10:03:02+00:00",
10915         "type": "library",
10916         "extra": {
10917             "branch-alias": {
10918                 "dev-master": "3.4-dev"
10919             }
10920         },
10921         "installation-source": "dist",
10922         "autoload": {
10923             "psr-4": {
10924                 "Symfony\\Component\\HttpKernel\\": ""
10925             },
10926             "exclude-from-classmap": [
10927                 "/Tests/"
10928             ]
10929         },
10930         "notification-url": "https://packagist.org/downloads/",
10931         "license": [
10932             "MIT"
10933         ],
10934         "authors": [
10935             {
10936                 "name": "Fabien Potencier",
10937                 "email": "fabien@symfony.com"
10938             },
10939             {
10940                 "name": "Symfony Community",
10941                 "homepage": "https://symfony.com/contributors"
10942             }
10943         ],
10944         "description": "Symfony HttpKernel Component",
10945         "homepage": "https://symfony.com"
10946     },
10947     {
10948         "name": "symfony/polyfill-ctype",
10949         "version": "v1.10.0",
10950         "version_normalized": "1.10.0.0",
10951         "source": {
10952             "type": "git",
10953             "url": "https://github.com/symfony/polyfill-ctype.git",
10954             "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
10955         },
10956         "dist": {
10957             "type": "zip",
10958             "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
10959             "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
10960             "shasum": ""
10961         },
10962         "require": {
10963             "php": ">=5.3.3"
10964         },
10965         "suggest": {
10966             "ext-ctype": "For best performance"
10967         },
10968         "time": "2018-08-06T14:22:27+00:00",
10969         "type": "library",
10970         "extra": {
10971             "branch-alias": {
10972                 "dev-master": "1.9-dev"
10973             }
10974         },
10975         "installation-source": "dist",
10976         "autoload": {
10977             "psr-4": {
10978                 "Symfony\\Polyfill\\Ctype\\": ""
10979             },
10980             "files": [
10981                 "bootstrap.php"
10982             ]
10983         },
10984         "notification-url": "https://packagist.org/downloads/",
10985         "license": [
10986             "MIT"
10987         ],
10988         "authors": [
10989             {
10990                 "name": "Symfony Community",
10991                 "homepage": "https://symfony.com/contributors"
10992             },
10993             {
10994                 "name": "Gert de Pagter",
10995                 "email": "BackEndTea@gmail.com"
10996             }
10997         ],
10998         "description": "Symfony polyfill for ctype functions",
10999         "homepage": "https://symfony.com",
11000         "keywords": [
11001             "compatibility",
11002             "ctype",
11003             "polyfill",
11004             "portable"
11005         ]
11006     },
11007     {
11008         "name": "symfony/polyfill-iconv",
11009         "version": "v1.10.0",
11010         "version_normalized": "1.10.0.0",
11011         "source": {
11012             "type": "git",
11013             "url": "https://github.com/symfony/polyfill-iconv.git",
11014             "reference": "97001cfc283484c9691769f51cdf25259037eba2"
11015         },
11016         "dist": {
11017             "type": "zip",
11018             "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2",
11019             "reference": "97001cfc283484c9691769f51cdf25259037eba2",
11020             "shasum": ""
11021         },
11022         "require": {
11023             "php": ">=5.3.3"
11024         },
11025         "suggest": {
11026             "ext-iconv": "For best performance"
11027         },
11028         "time": "2018-09-21T06:26:08+00:00",
11029         "type": "library",
11030         "extra": {
11031             "branch-alias": {
11032                 "dev-master": "1.9-dev"
11033             }
11034         },
11035         "installation-source": "dist",
11036         "autoload": {
11037             "psr-4": {
11038                 "Symfony\\Polyfill\\Iconv\\": ""
11039             },
11040             "files": [
11041                 "bootstrap.php"
11042             ]
11043         },
11044         "notification-url": "https://packagist.org/downloads/",
11045         "license": [
11046             "MIT"
11047         ],
11048         "authors": [
11049             {
11050                 "name": "Nicolas Grekas",
11051                 "email": "p@tchwork.com"
11052             },
11053             {
11054                 "name": "Symfony Community",
11055                 "homepage": "https://symfony.com/contributors"
11056             }
11057         ],
11058         "description": "Symfony polyfill for the Iconv extension",
11059         "homepage": "https://symfony.com",
11060         "keywords": [
11061             "compatibility",
11062             "iconv",
11063             "polyfill",
11064             "portable",
11065             "shim"
11066         ]
11067     },
11068     {
11069         "name": "symfony/polyfill-mbstring",
11070         "version": "v1.10.0",
11071         "version_normalized": "1.10.0.0",
11072         "source": {
11073             "type": "git",
11074             "url": "https://github.com/symfony/polyfill-mbstring.git",
11075             "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
11076         },
11077         "dist": {
11078             "type": "zip",
11079             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
11080             "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
11081             "shasum": ""
11082         },
11083         "require": {
11084             "php": ">=5.3.3"
11085         },
11086         "suggest": {
11087             "ext-mbstring": "For best performance"
11088         },
11089         "time": "2018-09-21T13:07:52+00:00",
11090         "type": "library",
11091         "extra": {
11092             "branch-alias": {
11093                 "dev-master": "1.9-dev"
11094             }
11095         },
11096         "installation-source": "dist",
11097         "autoload": {
11098             "psr-4": {
11099                 "Symfony\\Polyfill\\Mbstring\\": ""
11100             },
11101             "files": [
11102                 "bootstrap.php"
11103             ]
11104         },
11105         "notification-url": "https://packagist.org/downloads/",
11106         "license": [
11107             "MIT"
11108         ],
11109         "authors": [
11110             {
11111                 "name": "Nicolas Grekas",
11112                 "email": "p@tchwork.com"
11113             },
11114             {
11115                 "name": "Symfony Community",
11116                 "homepage": "https://symfony.com/contributors"
11117             }
11118         ],
11119         "description": "Symfony polyfill for the Mbstring extension",
11120         "homepage": "https://symfony.com",
11121         "keywords": [
11122             "compatibility",
11123             "mbstring",
11124             "polyfill",
11125             "portable",
11126             "shim"
11127         ]
11128     },
11129     {
11130         "name": "symfony/polyfill-php70",
11131         "version": "v1.10.0",
11132         "version_normalized": "1.10.0.0",
11133         "source": {
11134             "type": "git",
11135             "url": "https://github.com/symfony/polyfill-php70.git",
11136             "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
11137         },
11138         "dist": {
11139             "type": "zip",
11140             "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
11141             "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
11142             "shasum": ""
11143         },
11144         "require": {
11145             "paragonie/random_compat": "~1.0|~2.0|~9.99",
11146             "php": ">=5.3.3"
11147         },
11148         "time": "2018-09-21T06:26:08+00:00",
11149         "type": "library",
11150         "extra": {
11151             "branch-alias": {
11152                 "dev-master": "1.9-dev"
11153             }
11154         },
11155         "installation-source": "dist",
11156         "autoload": {
11157             "psr-4": {
11158                 "Symfony\\Polyfill\\Php70\\": ""
11159             },
11160             "files": [
11161                 "bootstrap.php"
11162             ],
11163             "classmap": [
11164                 "Resources/stubs"
11165             ]
11166         },
11167         "notification-url": "https://packagist.org/downloads/",
11168         "license": [
11169             "MIT"
11170         ],
11171         "authors": [
11172             {
11173                 "name": "Nicolas Grekas",
11174                 "email": "p@tchwork.com"
11175             },
11176             {
11177                 "name": "Symfony Community",
11178                 "homepage": "https://symfony.com/contributors"
11179             }
11180         ],
11181         "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
11182         "homepage": "https://symfony.com",
11183         "keywords": [
11184             "compatibility",
11185             "polyfill",
11186             "portable",
11187             "shim"
11188         ]
11189     },
11190     {
11191         "name": "symfony/process",
11192         "version": "v3.4.18",
11193         "version_normalized": "3.4.18.0",
11194         "source": {
11195             "type": "git",
11196             "url": "https://github.com/symfony/process.git",
11197             "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb"
11198         },
11199         "dist": {
11200             "type": "zip",
11201             "url": "https://api.github.com/repos/symfony/process/zipball/35c2914a9f50519bd207164c353ae4d59182c2cb",
11202             "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb",
11203             "shasum": ""
11204         },
11205         "require": {
11206             "php": "^5.5.9|>=7.0.8"
11207         },
11208         "time": "2018-10-14T17:33:21+00:00",
11209         "type": "library",
11210         "extra": {
11211             "branch-alias": {
11212                 "dev-master": "3.4-dev"
11213             }
11214         },
11215         "installation-source": "dist",
11216         "autoload": {
11217             "psr-4": {
11218                 "Symfony\\Component\\Process\\": ""
11219             },
11220             "exclude-from-classmap": [
11221                 "/Tests/"
11222             ]
11223         },
11224         "notification-url": "https://packagist.org/downloads/",
11225         "license": [
11226             "MIT"
11227         ],
11228         "authors": [
11229             {
11230                 "name": "Fabien Potencier",
11231                 "email": "fabien@symfony.com"
11232             },
11233             {
11234                 "name": "Symfony Community",
11235                 "homepage": "https://symfony.com/contributors"
11236             }
11237         ],
11238         "description": "Symfony Process Component",
11239         "homepage": "https://symfony.com"
11240     },
11241     {
11242         "name": "symfony/psr-http-message-bridge",
11243         "version": "v1.1.0",
11244         "version_normalized": "1.1.0.0",
11245         "source": {
11246             "type": "git",
11247             "url": "https://github.com/symfony/psr-http-message-bridge.git",
11248             "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196"
11249         },
11250         "dist": {
11251             "type": "zip",
11252             "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/53c15a6a7918e6c2ab16ae370ea607fb40cab196",
11253             "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196",
11254             "shasum": ""
11255         },
11256         "require": {
11257             "php": "^5.3.3 || ^7.0",
11258             "psr/http-message": "^1.0",
11259             "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0"
11260         },
11261         "require-dev": {
11262             "symfony/phpunit-bridge": "^3.4 || 4.0"
11263         },
11264         "suggest": {
11265             "psr/http-factory-implementation": "To use the PSR-17 factory",
11266             "psr/http-message-implementation": "To use the HttpFoundation factory",
11267             "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
11268         },
11269         "time": "2018-08-30T16:28:28+00:00",
11270         "type": "symfony-bridge",
11271         "extra": {
11272             "branch-alias": {
11273                 "dev-master": "1.1-dev"
11274             }
11275         },
11276         "installation-source": "dist",
11277         "autoload": {
11278             "psr-4": {
11279                 "Symfony\\Bridge\\PsrHttpMessage\\": ""
11280             }
11281         },
11282         "notification-url": "https://packagist.org/downloads/",
11283         "license": [
11284             "MIT"
11285         ],
11286         "authors": [
11287             {
11288                 "name": "Symfony Community",
11289                 "homepage": "http://symfony.com/contributors"
11290             },
11291             {
11292                 "name": "Fabien Potencier",
11293                 "email": "fabien@symfony.com"
11294             }
11295         ],
11296         "description": "PSR HTTP message bridge",
11297         "homepage": "http://symfony.com",
11298         "keywords": [
11299             "http",
11300             "http-message",
11301             "psr-7"
11302         ]
11303     },
11304     {
11305         "name": "symfony/routing",
11306         "version": "v3.4.18",
11307         "version_normalized": "3.4.18.0",
11308         "source": {
11309             "type": "git",
11310             "url": "https://github.com/symfony/routing.git",
11311             "reference": "585f6e2d740393d546978769dd56e496a6233e0b"
11312         },
11313         "dist": {
11314             "type": "zip",
11315             "url": "https://api.github.com/repos/symfony/routing/zipball/585f6e2d740393d546978769dd56e496a6233e0b",
11316             "reference": "585f6e2d740393d546978769dd56e496a6233e0b",
11317             "shasum": ""
11318         },
11319         "require": {
11320             "php": "^5.5.9|>=7.0.8"
11321         },
11322         "conflict": {
11323             "symfony/config": "<3.3.1",
11324             "symfony/dependency-injection": "<3.3",
11325             "symfony/yaml": "<3.4"
11326         },
11327         "require-dev": {
11328             "doctrine/annotations": "~1.0",
11329             "psr/log": "~1.0",
11330             "symfony/config": "^3.3.1|~4.0",
11331             "symfony/dependency-injection": "~3.3|~4.0",
11332             "symfony/expression-language": "~2.8|~3.0|~4.0",
11333             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11334             "symfony/yaml": "~3.4|~4.0"
11335         },
11336         "suggest": {
11337             "doctrine/annotations": "For using the annotation loader",
11338             "symfony/config": "For using the all-in-one router or any loader",
11339             "symfony/dependency-injection": "For loading routes from a service",
11340             "symfony/expression-language": "For using expression matching",
11341             "symfony/http-foundation": "For using a Symfony Request object",
11342             "symfony/yaml": "For using the YAML loader"
11343         },
11344         "time": "2018-10-02T12:28:39+00:00",
11345         "type": "library",
11346         "extra": {
11347             "branch-alias": {
11348                 "dev-master": "3.4-dev"
11349             }
11350         },
11351         "installation-source": "dist",
11352         "autoload": {
11353             "psr-4": {
11354                 "Symfony\\Component\\Routing\\": ""
11355             },
11356             "exclude-from-classmap": [
11357                 "/Tests/"
11358             ]
11359         },
11360         "notification-url": "https://packagist.org/downloads/",
11361         "license": [
11362             "MIT"
11363         ],
11364         "authors": [
11365             {
11366                 "name": "Fabien Potencier",
11367                 "email": "fabien@symfony.com"
11368             },
11369             {
11370                 "name": "Symfony Community",
11371                 "homepage": "https://symfony.com/contributors"
11372             }
11373         ],
11374         "description": "Symfony Routing Component",
11375         "homepage": "https://symfony.com",
11376         "keywords": [
11377             "router",
11378             "routing",
11379             "uri",
11380             "url"
11381         ]
11382     },
11383     {
11384         "name": "symfony/serializer",
11385         "version": "v3.4.18",
11386         "version_normalized": "3.4.18.0",
11387         "source": {
11388             "type": "git",
11389             "url": "https://github.com/symfony/serializer.git",
11390             "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb"
11391         },
11392         "dist": {
11393             "type": "zip",
11394             "url": "https://api.github.com/repos/symfony/serializer/zipball/8bc00ef47a428bfebc4641f29d158e7c56137fcb",
11395             "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb",
11396             "shasum": ""
11397         },
11398         "require": {
11399             "php": "^5.5.9|>=7.0.8",
11400             "symfony/polyfill-ctype": "~1.8"
11401         },
11402         "conflict": {
11403             "phpdocumentor/type-resolver": "<0.2.1",
11404             "symfony/dependency-injection": "<3.2",
11405             "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
11406             "symfony/property-info": "<3.1",
11407             "symfony/yaml": "<3.4"
11408         },
11409         "require-dev": {
11410             "doctrine/annotations": "~1.0",
11411             "doctrine/cache": "~1.0",
11412             "phpdocumentor/reflection-docblock": "^3.0|^4.0",
11413             "symfony/cache": "~3.1|~4.0",
11414             "symfony/config": "~2.8|~3.0|~4.0",
11415             "symfony/dependency-injection": "~3.2|~4.0",
11416             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11417             "symfony/property-access": "~2.8|~3.0|~4.0",
11418             "symfony/property-info": "~3.1|~4.0",
11419             "symfony/yaml": "~3.4|~4.0"
11420         },
11421         "suggest": {
11422             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
11423             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
11424             "psr/cache-implementation": "For using the metadata cache.",
11425             "symfony/config": "For using the XML mapping loader.",
11426             "symfony/http-foundation": "To use the DataUriNormalizer.",
11427             "symfony/property-access": "For using the ObjectNormalizer.",
11428             "symfony/property-info": "To deserialize relations.",
11429             "symfony/yaml": "For using the default YAML mapping loader."
11430         },
11431         "time": "2018-10-02T12:28:39+00:00",
11432         "type": "library",
11433         "extra": {
11434             "branch-alias": {
11435                 "dev-master": "3.4-dev"
11436             }
11437         },
11438         "installation-source": "dist",
11439         "autoload": {
11440             "psr-4": {
11441                 "Symfony\\Component\\Serializer\\": ""
11442             },
11443             "exclude-from-classmap": [
11444                 "/Tests/"
11445             ]
11446         },
11447         "notification-url": "https://packagist.org/downloads/",
11448         "license": [
11449             "MIT"
11450         ],
11451         "authors": [
11452             {
11453                 "name": "Fabien Potencier",
11454                 "email": "fabien@symfony.com"
11455             },
11456             {
11457                 "name": "Symfony Community",
11458                 "homepage": "https://symfony.com/contributors"
11459             }
11460         ],
11461         "description": "Symfony Serializer Component",
11462         "homepage": "https://symfony.com"
11463     },
11464     {
11465         "name": "symfony/translation",
11466         "version": "v3.4.18",
11467         "version_normalized": "3.4.18.0",
11468         "source": {
11469             "type": "git",
11470             "url": "https://github.com/symfony/translation.git",
11471             "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352"
11472         },
11473         "dist": {
11474             "type": "zip",
11475             "url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352",
11476             "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352",
11477             "shasum": ""
11478         },
11479         "require": {
11480             "php": "^5.5.9|>=7.0.8",
11481             "symfony/polyfill-mbstring": "~1.0"
11482         },
11483         "conflict": {
11484             "symfony/config": "<2.8",
11485             "symfony/dependency-injection": "<3.4",
11486             "symfony/yaml": "<3.4"
11487         },
11488         "require-dev": {
11489             "psr/log": "~1.0",
11490             "symfony/config": "~2.8|~3.0|~4.0",
11491             "symfony/dependency-injection": "~3.4|~4.0",
11492             "symfony/finder": "~2.8|~3.0|~4.0",
11493             "symfony/intl": "^2.8.18|^3.2.5|~4.0",
11494             "symfony/yaml": "~3.4|~4.0"
11495         },
11496         "suggest": {
11497             "psr/log-implementation": "To use logging capability in translator",
11498             "symfony/config": "",
11499             "symfony/yaml": ""
11500         },
11501         "time": "2018-10-02T16:33:53+00:00",
11502         "type": "library",
11503         "extra": {
11504             "branch-alias": {
11505                 "dev-master": "3.4-dev"
11506             }
11507         },
11508         "installation-source": "dist",
11509         "autoload": {
11510             "psr-4": {
11511                 "Symfony\\Component\\Translation\\": ""
11512             },
11513             "exclude-from-classmap": [
11514                 "/Tests/"
11515             ]
11516         },
11517         "notification-url": "https://packagist.org/downloads/",
11518         "license": [
11519             "MIT"
11520         ],
11521         "authors": [
11522             {
11523                 "name": "Fabien Potencier",
11524                 "email": "fabien@symfony.com"
11525             },
11526             {
11527                 "name": "Symfony Community",
11528                 "homepage": "https://symfony.com/contributors"
11529             }
11530         ],
11531         "description": "Symfony Translation Component",
11532         "homepage": "https://symfony.com"
11533     },
11534     {
11535         "name": "symfony/validator",
11536         "version": "v3.4.18",
11537         "version_normalized": "3.4.18.0",
11538         "source": {
11539             "type": "git",
11540             "url": "https://github.com/symfony/validator.git",
11541             "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c"
11542         },
11543         "dist": {
11544             "type": "zip",
11545             "url": "https://api.github.com/repos/symfony/validator/zipball/6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
11546             "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
11547             "shasum": ""
11548         },
11549         "require": {
11550             "php": "^5.5.9|>=7.0.8",
11551             "symfony/polyfill-ctype": "~1.8",
11552             "symfony/polyfill-mbstring": "~1.0",
11553             "symfony/translation": "~2.8|~3.0|~4.0"
11554         },
11555         "conflict": {
11556             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
11557             "symfony/dependency-injection": "<3.3",
11558             "symfony/http-kernel": "<3.3.5",
11559             "symfony/yaml": "<3.4"
11560         },
11561         "require-dev": {
11562             "doctrine/annotations": "~1.0",
11563             "doctrine/cache": "~1.0",
11564             "egulias/email-validator": "^1.2.8|~2.0",
11565             "symfony/cache": "~3.1|~4.0",
11566             "symfony/config": "~2.8|~3.0|~4.0",
11567             "symfony/dependency-injection": "~3.3|~4.0",
11568             "symfony/expression-language": "~2.8|~3.0|~4.0",
11569             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11570             "symfony/http-kernel": "^3.3.5|~4.0",
11571             "symfony/intl": "^2.8.18|^3.2.5|~4.0",
11572             "symfony/property-access": "~2.8|~3.0|~4.0",
11573             "symfony/var-dumper": "~3.3|~4.0",
11574             "symfony/yaml": "~3.4|~4.0"
11575         },
11576         "suggest": {
11577             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
11578             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
11579             "egulias/email-validator": "Strict (RFC compliant) email validation",
11580             "psr/cache-implementation": "For using the metadata cache.",
11581             "symfony/config": "",
11582             "symfony/expression-language": "For using the Expression validator",
11583             "symfony/http-foundation": "",
11584             "symfony/intl": "",
11585             "symfony/property-access": "For accessing properties within comparison constraints",
11586             "symfony/yaml": ""
11587         },
11588         "time": "2018-10-14T18:32:13+00:00",
11589         "type": "library",
11590         "extra": {
11591             "branch-alias": {
11592                 "dev-master": "3.4-dev"
11593             }
11594         },
11595         "installation-source": "dist",
11596         "autoload": {
11597             "psr-4": {
11598                 "Symfony\\Component\\Validator\\": ""
11599             },
11600             "exclude-from-classmap": [
11601                 "/Tests/"
11602             ]
11603         },
11604         "notification-url": "https://packagist.org/downloads/",
11605         "license": [
11606             "MIT"
11607         ],
11608         "authors": [
11609             {
11610                 "name": "Fabien Potencier",
11611                 "email": "fabien@symfony.com"
11612             },
11613             {
11614                 "name": "Symfony Community",
11615                 "homepage": "https://symfony.com/contributors"
11616             }
11617         ],
11618         "description": "Symfony Validator Component",
11619         "homepage": "https://symfony.com"
11620     },
11621     {
11622         "name": "symfony/var-dumper",
11623         "version": "v3.4.18",
11624         "version_normalized": "3.4.18.0",
11625         "source": {
11626             "type": "git",
11627             "url": "https://github.com/symfony/var-dumper.git",
11628             "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181"
11629         },
11630         "dist": {
11631             "type": "zip",
11632             "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181",
11633             "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181",
11634             "shasum": ""
11635         },
11636         "require": {
11637             "php": "^5.5.9|>=7.0.8",
11638             "symfony/polyfill-mbstring": "~1.0"
11639         },
11640         "conflict": {
11641             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11642         },
11643         "require-dev": {
11644             "ext-iconv": "*",
11645             "twig/twig": "~1.34|~2.4"
11646         },
11647         "suggest": {
11648             "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
11649             "ext-intl": "To show region name in time zone dump",
11650             "ext-symfony_debug": ""
11651         },
11652         "time": "2018-10-02T16:33:53+00:00",
11653         "type": "library",
11654         "extra": {
11655             "branch-alias": {
11656                 "dev-master": "3.4-dev"
11657             }
11658         },
11659         "installation-source": "dist",
11660         "autoload": {
11661             "files": [
11662                 "Resources/functions/dump.php"
11663             ],
11664             "psr-4": {
11665                 "Symfony\\Component\\VarDumper\\": ""
11666             },
11667             "exclude-from-classmap": [
11668                 "/Tests/"
11669             ]
11670         },
11671         "notification-url": "https://packagist.org/downloads/",
11672         "license": [
11673             "MIT"
11674         ],
11675         "authors": [
11676             {
11677                 "name": "Nicolas Grekas",
11678                 "email": "p@tchwork.com"
11679             },
11680             {
11681                 "name": "Symfony Community",
11682                 "homepage": "https://symfony.com/contributors"
11683             }
11684         ],
11685         "description": "Symfony mechanism for exploring and dumping PHP variables",
11686         "homepage": "https://symfony.com",
11687         "keywords": [
11688             "debug",
11689             "dump"
11690         ]
11691     },
11692     {
11693         "name": "symfony/yaml",
11694         "version": "v3.4.18",
11695         "version_normalized": "3.4.18.0",
11696         "source": {
11697             "type": "git",
11698             "url": "https://github.com/symfony/yaml.git",
11699             "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f"
11700         },
11701         "dist": {
11702             "type": "zip",
11703             "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f",
11704             "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f",
11705             "shasum": ""
11706         },
11707         "require": {
11708             "php": "^5.5.9|>=7.0.8",
11709             "symfony/polyfill-ctype": "~1.8"
11710         },
11711         "conflict": {
11712             "symfony/console": "<3.4"
11713         },
11714         "require-dev": {
11715             "symfony/console": "~3.4|~4.0"
11716         },
11717         "suggest": {
11718             "symfony/console": "For validating YAML files using the lint command"
11719         },
11720         "time": "2018-10-02T16:33:53+00:00",
11721         "type": "library",
11722         "extra": {
11723             "branch-alias": {
11724                 "dev-master": "3.4-dev"
11725             }
11726         },
11727         "installation-source": "dist",
11728         "autoload": {
11729             "psr-4": {
11730                 "Symfony\\Component\\Yaml\\": ""
11731             },
11732             "exclude-from-classmap": [
11733                 "/Tests/"
11734             ]
11735         },
11736         "notification-url": "https://packagist.org/downloads/",
11737         "license": [
11738             "MIT"
11739         ],
11740         "authors": [
11741             {
11742                 "name": "Fabien Potencier",
11743                 "email": "fabien@symfony.com"
11744             },
11745             {
11746                 "name": "Symfony Community",
11747                 "homepage": "https://symfony.com/contributors"
11748             }
11749         ],
11750         "description": "Symfony Yaml Component",
11751         "homepage": "https://symfony.com"
11752     },
11753     {
11754         "name": "twbs/bootstrap-sass",
11755         "version": "v3.3.7",
11756         "version_normalized": "3.3.7.0",
11757         "source": {
11758             "type": "git",
11759             "url": "https://github.com/twbs/bootstrap-sass.git",
11760             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
11761         },
11762         "dist": {
11763             "type": "zip",
11764             "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
11765             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
11766             "shasum": ""
11767         },
11768         "time": "2016-07-25T19:58:53+00:00",
11769         "type": "library",
11770         "extra": {
11771             "branch-alias": {
11772                 "dev-master": "3.3.x-dev"
11773             }
11774         },
11775         "installation-source": "dist",
11776         "notification-url": "https://packagist.org/downloads/",
11777         "license": [
11778             "MIT"
11779         ],
11780         "authors": [
11781             {
11782                 "name": "Mark Otto"
11783             },
11784             {
11785                 "name": "Thomas McDonald"
11786             },
11787             {
11788                 "name": "Tristan Harward"
11789             },
11790             {
11791                 "name": "Peter Gumeson"
11792             },
11793             {
11794                 "name": "Gleb Mazovetskiy"
11795             },
11796             {
11797                 "name": "Jacob Thornton"
11798             }
11799         ],
11800         "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
11801         "homepage": "http://github.com/twbs/bootstrap-sass",
11802         "keywords": [
11803             "bootstrap",
11804             "css",
11805             "sass"
11806         ]
11807     },
11808     {
11809         "name": "twig/twig",
11810         "version": "v1.35.4",
11811         "version_normalized": "1.35.4.0",
11812         "source": {
11813             "type": "git",
11814             "url": "https://github.com/twigphp/Twig.git",
11815             "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
11816         },
11817         "dist": {
11818             "type": "zip",
11819             "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
11820             "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
11821             "shasum": ""
11822         },
11823         "require": {
11824             "php": ">=5.3.3",
11825             "symfony/polyfill-ctype": "^1.8"
11826         },
11827         "require-dev": {
11828             "psr/container": "^1.0",
11829             "symfony/debug": "^2.7",
11830             "symfony/phpunit-bridge": "^3.3"
11831         },
11832         "time": "2018-07-13T07:12:17+00:00",
11833         "type": "library",
11834         "extra": {
11835             "branch-alias": {
11836                 "dev-master": "1.35-dev"
11837             }
11838         },
11839         "installation-source": "dist",
11840         "autoload": {
11841             "psr-0": {
11842                 "Twig_": "lib/"
11843             },
11844             "psr-4": {
11845                 "Twig\\": "src/"
11846             }
11847         },
11848         "notification-url": "https://packagist.org/downloads/",
11849         "license": [
11850             "BSD-3-Clause"
11851         ],
11852         "authors": [
11853             {
11854                 "name": "Fabien Potencier",
11855                 "email": "fabien@symfony.com",
11856                 "homepage": "http://fabien.potencier.org",
11857                 "role": "Lead Developer"
11858             },
11859             {
11860                 "name": "Armin Ronacher",
11861                 "email": "armin.ronacher@active-4.com",
11862                 "role": "Project Founder"
11863             },
11864             {
11865                 "name": "Twig Team",
11866                 "homepage": "https://twig.symfony.com/contributors",
11867                 "role": "Contributors"
11868             }
11869         ],
11870         "description": "Twig, the flexible, fast, and secure template language for PHP",
11871         "homepage": "https://twig.symfony.com",
11872         "keywords": [
11873             "templating"
11874         ]
11875     },
11876     {
11877         "name": "webflo/drupal-finder",
11878         "version": "1.1.0",
11879         "version_normalized": "1.1.0.0",
11880         "source": {
11881             "type": "git",
11882             "url": "https://github.com/webflo/drupal-finder.git",
11883             "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
11884         },
11885         "dist": {
11886             "type": "zip",
11887             "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
11888             "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
11889             "shasum": ""
11890         },
11891         "require-dev": {
11892             "mikey179/vfsstream": "^1.6",
11893             "phpunit/phpunit": "^4.8"
11894         },
11895         "time": "2017-10-24T08:12:11+00:00",
11896         "type": "library",
11897         "installation-source": "dist",
11898         "autoload": {
11899             "classmap": [
11900                 "src/DrupalFinder.php"
11901             ]
11902         },
11903         "notification-url": "https://packagist.org/downloads/",
11904         "license": [
11905             "GPL-2.0+"
11906         ],
11907         "authors": [
11908             {
11909                 "name": "Florian Weber",
11910                 "email": "florian@webflo.org"
11911             }
11912         ],
11913         "description": "Helper class to locate a Drupal installation from a given path."
11914     },
11915     {
11916         "name": "webmozart/assert",
11917         "version": "1.3.0",
11918         "version_normalized": "1.3.0.0",
11919         "source": {
11920             "type": "git",
11921             "url": "https://github.com/webmozart/assert.git",
11922             "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
11923         },
11924         "dist": {
11925             "type": "zip",
11926             "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
11927             "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
11928             "shasum": ""
11929         },
11930         "require": {
11931             "php": "^5.3.3 || ^7.0"
11932         },
11933         "require-dev": {
11934             "phpunit/phpunit": "^4.6",
11935             "sebastian/version": "^1.0.1"
11936         },
11937         "time": "2018-01-29T19:49:41+00:00",
11938         "type": "library",
11939         "extra": {
11940             "branch-alias": {
11941                 "dev-master": "1.3-dev"
11942             }
11943         },
11944         "installation-source": "dist",
11945         "autoload": {
11946             "psr-4": {
11947                 "Webmozart\\Assert\\": "src/"
11948             }
11949         },
11950         "notification-url": "https://packagist.org/downloads/",
11951         "license": [
11952             "MIT"
11953         ],
11954         "authors": [
11955             {
11956                 "name": "Bernhard Schussek",
11957                 "email": "bschussek@gmail.com"
11958             }
11959         ],
11960         "description": "Assertions to validate method input/output with nice error messages.",
11961         "keywords": [
11962             "assert",
11963             "check",
11964             "validate"
11965         ]
11966     },
11967     {
11968         "name": "webmozart/path-util",
11969         "version": "2.3.0",
11970         "version_normalized": "2.3.0.0",
11971         "source": {
11972             "type": "git",
11973             "url": "https://github.com/webmozart/path-util.git",
11974             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
11975         },
11976         "dist": {
11977             "type": "zip",
11978             "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11979             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11980             "shasum": ""
11981         },
11982         "require": {
11983             "php": ">=5.3.3",
11984             "webmozart/assert": "~1.0"
11985         },
11986         "require-dev": {
11987             "phpunit/phpunit": "^4.6",
11988             "sebastian/version": "^1.0.1"
11989         },
11990         "time": "2015-12-17T08:42:14+00:00",
11991         "type": "library",
11992         "extra": {
11993             "branch-alias": {
11994                 "dev-master": "2.3-dev"
11995             }
11996         },
11997         "installation-source": "dist",
11998         "autoload": {
11999             "psr-4": {
12000                 "Webmozart\\PathUtil\\": "src/"
12001             }
12002         },
12003         "notification-url": "https://packagist.org/downloads/",
12004         "license": [
12005             "MIT"
12006         ],
12007         "authors": [
12008             {
12009                 "name": "Bernhard Schussek",
12010                 "email": "bschussek@gmail.com"
12011             }
12012         ],
12013         "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths."
12014     },
12015     {
12016         "name": "zendframework/zend-diactoros",
12017         "version": "1.8.6",
12018         "version_normalized": "1.8.6.0",
12019         "source": {
12020             "type": "git",
12021             "url": "https://github.com/zendframework/zend-diactoros.git",
12022             "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
12023         },
12024         "dist": {
12025             "type": "zip",
12026             "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
12027             "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
12028             "shasum": ""
12029         },
12030         "require": {
12031             "php": "^5.6 || ^7.0",
12032             "psr/http-message": "^1.0"
12033         },
12034         "provide": {
12035             "psr/http-message-implementation": "1.0"
12036         },
12037         "require-dev": {
12038             "ext-dom": "*",
12039             "ext-libxml": "*",
12040             "php-http/psr7-integration-tests": "dev-master",
12041             "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
12042             "zendframework/zend-coding-standard": "~1.0"
12043         },
12044         "time": "2018-09-05T19:29:37+00:00",
12045         "type": "library",
12046         "extra": {
12047             "branch-alias": {
12048                 "dev-master": "1.8.x-dev",
12049                 "dev-develop": "1.9.x-dev",
12050                 "dev-release-2.0": "2.0.x-dev"
12051             }
12052         },
12053         "installation-source": "dist",
12054         "autoload": {
12055             "files": [
12056                 "src/functions/create_uploaded_file.php",
12057                 "src/functions/marshal_headers_from_sapi.php",
12058                 "src/functions/marshal_method_from_sapi.php",
12059                 "src/functions/marshal_protocol_version_from_sapi.php",
12060                 "src/functions/marshal_uri_from_sapi.php",
12061                 "src/functions/normalize_server.php",
12062                 "src/functions/normalize_uploaded_files.php",
12063                 "src/functions/parse_cookie_header.php"
12064             ],
12065             "psr-4": {
12066                 "Zend\\Diactoros\\": "src/"
12067             }
12068         },
12069         "notification-url": "https://packagist.org/downloads/",
12070         "license": [
12071             "BSD-2-Clause"
12072         ],
12073         "description": "PSR HTTP Message implementations",
12074         "homepage": "https://github.com/zendframework/zend-diactoros",
12075         "keywords": [
12076             "http",
12077             "psr",
12078             "psr-7"
12079         ]
12080     },
12081     {
12082         "name": "zendframework/zend-escaper",
12083         "version": "2.6.0",
12084         "version_normalized": "2.6.0.0",
12085         "source": {
12086             "type": "git",
12087             "url": "https://github.com/zendframework/zend-escaper.git",
12088             "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
12089         },
12090         "dist": {
12091             "type": "zip",
12092             "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
12093             "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
12094             "shasum": ""
12095         },
12096         "require": {
12097             "php": "^5.6 || ^7.0"
12098         },
12099         "require-dev": {
12100             "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
12101             "zendframework/zend-coding-standard": "~1.0.0"
12102         },
12103         "time": "2018-04-25T15:48:53+00:00",
12104         "type": "library",
12105         "extra": {
12106             "branch-alias": {
12107                 "dev-master": "2.6.x-dev",
12108                 "dev-develop": "2.7.x-dev"
12109             }
12110         },
12111         "installation-source": "dist",
12112         "autoload": {
12113             "psr-4": {
12114                 "Zend\\Escaper\\": "src/"
12115             }
12116         },
12117         "notification-url": "https://packagist.org/downloads/",
12118         "license": [
12119             "BSD-3-Clause"
12120         ],
12121         "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
12122         "keywords": [
12123             "ZendFramework",
12124             "escaper",
12125             "zf"
12126         ]
12127     },
12128     {
12129         "name": "zendframework/zend-feed",
12130         "version": "2.10.3",
12131         "version_normalized": "2.10.3.0",
12132         "source": {
12133             "type": "git",
12134             "url": "https://github.com/zendframework/zend-feed.git",
12135             "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888"
12136         },
12137         "dist": {
12138             "type": "zip",
12139             "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/6641f4cf3f4586c63f83fd70b6d19966025c8888",
12140             "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888",
12141             "shasum": ""
12142         },
12143         "require": {
12144             "php": "^5.6 || ^7.0",
12145             "zendframework/zend-escaper": "^2.5.2",
12146             "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
12147         },
12148         "require-dev": {
12149             "phpunit/phpunit": "^5.7.23 || ^6.4.3",
12150             "psr/http-message": "^1.0.1",
12151             "zendframework/zend-cache": "^2.7.2",
12152             "zendframework/zend-coding-standard": "~1.0.0",
12153             "zendframework/zend-db": "^2.8.2",
12154             "zendframework/zend-http": "^2.7",
12155             "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
12156             "zendframework/zend-validator": "^2.10.1"
12157         },
12158         "suggest": {
12159             "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
12160             "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
12161             "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
12162             "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
12163             "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
12164             "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
12165         },
12166         "time": "2018-08-01T13:53:20+00:00",
12167         "type": "library",
12168         "extra": {
12169             "branch-alias": {
12170                 "dev-master": "2.10.x-dev",
12171                 "dev-develop": "2.11.x-dev"
12172             }
12173         },
12174         "installation-source": "dist",
12175         "autoload": {
12176             "psr-4": {
12177                 "Zend\\Feed\\": "src/"
12178             }
12179         },
12180         "notification-url": "https://packagist.org/downloads/",
12181         "license": [
12182             "BSD-3-Clause"
12183         ],
12184         "description": "provides functionality for consuming RSS and Atom feeds",
12185         "keywords": [
12186             "ZendFramework",
12187             "feed",
12188             "zf"
12189         ]
12190     },
12191     {
12192         "name": "zendframework/zend-stdlib",
12193         "version": "3.2.1",
12194         "version_normalized": "3.2.1.0",
12195         "source": {
12196             "type": "git",
12197             "url": "https://github.com/zendframework/zend-stdlib.git",
12198             "reference": "66536006722aff9e62d1b331025089b7ec71c065"
12199         },
12200         "dist": {
12201             "type": "zip",
12202             "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
12203             "reference": "66536006722aff9e62d1b331025089b7ec71c065",
12204             "shasum": ""
12205         },
12206         "require": {
12207             "php": "^5.6 || ^7.0"
12208         },
12209         "require-dev": {
12210             "phpbench/phpbench": "^0.13",
12211             "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
12212             "zendframework/zend-coding-standard": "~1.0.0"
12213         },
12214         "time": "2018-08-28T21:34:05+00:00",
12215         "type": "library",
12216         "extra": {
12217             "branch-alias": {
12218                 "dev-master": "3.2.x-dev",
12219                 "dev-develop": "3.3.x-dev"
12220             }
12221         },
12222         "installation-source": "dist",
12223         "autoload": {
12224             "psr-4": {
12225                 "Zend\\Stdlib\\": "src/"
12226             }
12227         },
12228         "notification-url": "https://packagist.org/downloads/",
12229         "license": [
12230             "BSD-3-Clause"
12231         ],
12232         "description": "SPL extensions, array utilities, error handlers, and more",
12233         "keywords": [
12234             "ZendFramework",
12235             "stdlib",
12236             "zf"
12237         ]
12238     }
12239 ]