Updated Drupal to 8.6. This goes with the following updates because it's possible...
[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",
5226         "version": "2.0.0-beta3",
5227         "version_normalized": "2.0.0.0-beta3",
5228         "source": {
5229             "type": "git",
5230             "url": "https://git.drupal.org/project/media_entity",
5231             "reference": "8.x-2.0-beta3"
5232         },
5233         "dist": {
5234             "type": "zip",
5235             "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-2.0-beta3.zip",
5236             "reference": "8.x-2.0-beta3",
5237             "shasum": "c07bf870f279efaf642b9963ea23ea6977982e67"
5238         },
5239         "require": {
5240             "drupal/core": "*",
5241             "drupal/entity": "*"
5242         },
5243         "type": "drupal-module",
5244         "extra": {
5245             "branch-alias": {
5246                 "dev-2.x": "2.x-dev"
5247             },
5248             "drupal": {
5249                 "version": "8.x-2.0-beta3",
5250                 "datestamp": "1536584580",
5251                 "security-coverage": {
5252                     "status": "not-covered",
5253                     "message": "Beta releases are not covered by Drupal security advisories."
5254                 }
5255             }
5256         },
5257         "installation-source": "dist",
5258         "notification-url": "https://packages.drupal.org/8/downloads",
5259         "license": [
5260             "GPL-2.0-or-later"
5261         ],
5262         "authors": [
5263             {
5264                 "name": "Berdir",
5265                 "homepage": "https://www.drupal.org/user/214652"
5266             },
5267             {
5268                 "name": "Dave Reid",
5269                 "homepage": "https://www.drupal.org/user/53892"
5270             },
5271             {
5272                 "name": "Drupal Media Team",
5273                 "homepage": "https://www.drupal.org/user/3260690"
5274             },
5275             {
5276                 "name": "Drupal media CI",
5277                 "homepage": "https://www.drupal.org/user/3057985"
5278             },
5279             {
5280                 "name": "Primsi",
5281                 "homepage": "https://www.drupal.org/user/282629"
5282             },
5283             {
5284                 "name": "boztek",
5285                 "homepage": "https://www.drupal.org/user/134410"
5286             },
5287             {
5288                 "name": "chr.fritsch",
5289                 "homepage": "https://www.drupal.org/user/2103716"
5290             },
5291             {
5292                 "name": "jcisio",
5293                 "homepage": "https://www.drupal.org/user/210762"
5294             },
5295             {
5296                 "name": "katzilla",
5297                 "homepage": "https://www.drupal.org/user/260398"
5298             },
5299             {
5300                 "name": "marcoscano",
5301                 "homepage": "https://www.drupal.org/user/1288796"
5302             },
5303             {
5304                 "name": "phenaproxima",
5305                 "homepage": "https://www.drupal.org/user/205645"
5306             },
5307             {
5308                 "name": "seanB",
5309                 "homepage": "https://www.drupal.org/user/545912"
5310             },
5311             {
5312                 "name": "slashrsm",
5313                 "homepage": "https://www.drupal.org/user/744628"
5314             }
5315         ],
5316         "description": "Media entity API.",
5317         "homepage": "https://www.drupal.org/project/media_entity",
5318         "support": {
5319             "source": "http://cgit.drupalcode.org/media_entity"
5320         }
5321     },
5322     {
5323         "name": "drupal/media_entity_actions",
5324         "version": "1.0.0-alpha2",
5325         "version_normalized": "1.0.0.0-alpha2",
5326         "source": {
5327             "type": "git",
5328             "url": "https://git.drupal.org/project/media_entity_actions",
5329             "reference": "8.x-1.0-alpha2"
5330         },
5331         "dist": {
5332             "type": "zip",
5333             "url": "https://ftp.drupal.org/files/projects/media_entity_actions-8.x-1.0-alpha2.zip",
5334             "reference": "8.x-1.0-alpha2",
5335             "shasum": "9bf7881f11fa182c1b6673c4cc8c32ce3a1bdb81"
5336         },
5337         "require": {
5338             "drupal/core": "^8.4.0"
5339         },
5340         "type": "drupal-module",
5341         "extra": {
5342             "branch-alias": {
5343                 "dev-1.x": "1.x-dev"
5344             },
5345             "drupal": {
5346                 "version": "8.x-1.0-alpha2",
5347                 "datestamp": "1510588386",
5348                 "security-coverage": {
5349                     "status": "not-covered",
5350                     "message": "Project has not opted into security advisory coverage!"
5351                 }
5352             }
5353         },
5354         "installation-source": "dist",
5355         "notification-url": "https://packages.drupal.org/8/downloads",
5356         "license": [
5357             "GPL-2.0-or-later"
5358         ],
5359         "authors": [
5360             {
5361                 "name": "chr.fritsch",
5362                 "homepage": "https://www.drupal.org/user/2103716"
5363             },
5364             {
5365                 "name": "marcoscano",
5366                 "homepage": "https://www.drupal.org/user/1288796"
5367             },
5368             {
5369                 "name": "phenaproxima",
5370                 "homepage": "https://www.drupal.org/user/205645"
5371             },
5372             {
5373                 "name": "seanB",
5374                 "homepage": "https://www.drupal.org/user/545912"
5375             },
5376             {
5377                 "name": "slashrsm",
5378                 "homepage": "https://www.drupal.org/user/744628"
5379             }
5380         ],
5381         "description": "Provides Actions plugins to be used with Media in core",
5382         "homepage": "https://www.drupal.org/project/media_entity_actions",
5383         "support": {
5384             "source": "http://cgit.drupalcode.org/media_entity_actions"
5385         }
5386     },
5387     {
5388         "name": "drupal/media_entity_instagram",
5389         "version": "2.0.0-alpha2",
5390         "version_normalized": "2.0.0.0-alpha2",
5391         "source": {
5392             "type": "git",
5393             "url": "https://git.drupal.org/project/media_entity_instagram",
5394             "reference": "8.x-2.0-alpha2"
5395         },
5396         "dist": {
5397             "type": "zip",
5398             "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-2.0-alpha2.zip",
5399             "reference": "8.x-2.0-alpha2",
5400             "shasum": "3a61feafacf7003bf27ec8d4271a07896788b5e3"
5401         },
5402         "require": {
5403             "drupal/core": "^8.4.0"
5404         },
5405         "type": "drupal-module",
5406         "extra": {
5407             "branch-alias": {
5408                 "dev-2.x": "2.x-dev"
5409             },
5410             "drupal": {
5411                 "version": "8.x-2.0-alpha2",
5412                 "datestamp": "1537264380",
5413                 "security-coverage": {
5414                     "status": "not-covered",
5415                     "message": "Alpha releases are not covered by Drupal security advisories."
5416                 }
5417             }
5418         },
5419         "installation-source": "dist",
5420         "notification-url": "https://packages.drupal.org/8/downloads",
5421         "license": [
5422             "GPL-2.0-or-later"
5423         ],
5424         "authors": [
5425             {
5426                 "name": "Drupal Media Team",
5427                 "homepage": "https://www.drupal.org/user/3260690"
5428             },
5429             {
5430                 "name": "Primsi",
5431                 "homepage": "https://www.drupal.org/user/282629"
5432             },
5433             {
5434                 "name": "chr.fritsch",
5435                 "homepage": "https://www.drupal.org/user/2103716"
5436             },
5437             {
5438                 "name": "designesse",
5439                 "homepage": "https://www.drupal.org/user/854012"
5440             },
5441             {
5442                 "name": "slashrsm",
5443                 "homepage": "https://www.drupal.org/user/744628"
5444             }
5445         ],
5446         "description": "Media entity Instagram provider.",
5447         "homepage": "https://www.drupal.org/project/media_entity_instagram",
5448         "support": {
5449             "source": "http://cgit.drupalcode.org/media_entity_instagram"
5450         }
5451     },
5452     {
5453         "name": "drupal/media_entity_slideshow",
5454         "version": "2.0.0-alpha1",
5455         "version_normalized": "2.0.0.0-alpha1",
5456         "source": {
5457             "type": "git",
5458             "url": "https://git.drupal.org/project/media_entity_slideshow",
5459             "reference": "8.x-2.0-alpha1"
5460         },
5461         "dist": {
5462             "type": "zip",
5463             "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-2.0-alpha1.zip",
5464             "reference": "8.x-2.0-alpha1",
5465             "shasum": "264358a2e03d2769459317841afdf7117927dc59"
5466         },
5467         "require": {
5468             "drupal/core": "^8.4"
5469         },
5470         "type": "drupal-module",
5471         "extra": {
5472             "branch-alias": {
5473                 "dev-2.x": "2.x-dev"
5474             },
5475             "drupal": {
5476                 "version": "8.x-2.0-alpha1",
5477                 "datestamp": "1506688443",
5478                 "security-coverage": {
5479                     "status": "not-covered",
5480                     "message": "Alpha releases are not covered by Drupal security advisories."
5481                 }
5482             }
5483         },
5484         "installation-source": "dist",
5485         "notification-url": "https://packages.drupal.org/8/downloads",
5486         "license": [
5487             "GPL-2.0-or-later"
5488         ],
5489         "authors": [
5490             {
5491                 "name": "Drupal Media Team",
5492                 "homepage": "https://www.drupal.org/user/3260690"
5493             },
5494             {
5495                 "name": "slashrsm",
5496                 "homepage": "https://www.drupal.org/user/744628"
5497             }
5498         ],
5499         "description": "Media entity slideshow provider.",
5500         "homepage": "https://www.drupal.org/project/media_entity_slideshow",
5501         "support": {
5502             "source": "http://cgit.drupalcode.org/media_entity_slideshow"
5503         }
5504     },
5505     {
5506         "name": "drupal/media_entity_twitter",
5507         "version": "2.0.0-alpha2",
5508         "version_normalized": "2.0.0.0-alpha2",
5509         "source": {
5510             "type": "git",
5511             "url": "https://git.drupal.org/project/media_entity_twitter",
5512             "reference": "8.x-2.0-alpha2"
5513         },
5514         "dist": {
5515             "type": "zip",
5516             "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-2.0-alpha2.zip",
5517             "reference": "8.x-2.0-alpha2",
5518             "shasum": "21925e1e1b02bbbcd6d8e9730bc587669edc0e5c"
5519         },
5520         "require": {
5521             "drupal/core": "^8.4",
5522             "j7mbo/twitter-api-php": "~1.0"
5523         },
5524         "type": "drupal-module",
5525         "extra": {
5526             "branch-alias": {
5527                 "dev-2.x": "2.x-dev"
5528             },
5529             "drupal": {
5530                 "version": "8.x-2.0-alpha2",
5531                 "datestamp": "1507907344",
5532                 "security-coverage": {
5533                     "status": "not-covered",
5534                     "message": "Alpha releases are not covered by Drupal security advisories."
5535                 }
5536             }
5537         },
5538         "installation-source": "dist",
5539         "notification-url": "https://packages.drupal.org/8/downloads",
5540         "license": [
5541             "GPL-2.0-or-later"
5542         ],
5543         "authors": [
5544             {
5545                 "name": "Drupal Media Team",
5546                 "homepage": "https://www.drupal.org/user/3260690"
5547             },
5548             {
5549                 "name": "Primsi",
5550                 "homepage": "https://www.drupal.org/user/282629"
5551             },
5552             {
5553                 "name": "chr.fritsch",
5554                 "homepage": "https://www.drupal.org/user/2103716"
5555             },
5556             {
5557                 "name": "slashrsm",
5558                 "homepage": "https://www.drupal.org/user/744628"
5559             }
5560         ],
5561         "description": "Media entity Twitter provider.",
5562         "homepage": "https://www.drupal.org/project/media_entity_twitter",
5563         "support": {
5564             "source": "http://cgit.drupalcode.org/media_entity_twitter"
5565         }
5566     },
5567     {
5568         "name": "drupal/memcache",
5569         "version": "2.0.0",
5570         "version_normalized": "2.0.0.0",
5571         "source": {
5572             "type": "git",
5573             "url": "https://git.drupal.org/project/memcache",
5574             "reference": "8.x-2.0"
5575         },
5576         "dist": {
5577             "type": "zip",
5578             "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0.zip",
5579             "reference": "8.x-2.0",
5580             "shasum": "78c09097c42781343f4069b4823dce7acd98a8b1"
5581         },
5582         "require": {
5583             "drupal/core": "~8.0"
5584         },
5585         "type": "drupal-module",
5586         "extra": {
5587             "branch-alias": {
5588                 "dev-2.x": "2.x-dev"
5589             },
5590             "drupal": {
5591                 "version": "8.x-2.0",
5592                 "datestamp": "1540546681",
5593                 "security-coverage": {
5594                     "status": "covered",
5595                     "message": "Covered by Drupal's security advisory policy"
5596                 }
5597             }
5598         },
5599         "installation-source": "dist",
5600         "notification-url": "https://packages.drupal.org/8/downloads",
5601         "license": [
5602             "GPL-2.0+"
5603         ],
5604         "authors": [
5605             {
5606                 "name": "Fabianx",
5607                 "homepage": "https://www.drupal.org/user/693738"
5608             },
5609             {
5610                 "name": "Jeremy",
5611                 "homepage": "https://www.drupal.org/user/409"
5612             },
5613             {
5614                 "name": "bdragon",
5615                 "homepage": "https://www.drupal.org/user/53081"
5616             },
5617             {
5618                 "name": "catch",
5619                 "homepage": "https://www.drupal.org/user/35733"
5620             },
5621             {
5622                 "name": "damiankloip",
5623                 "homepage": "https://www.drupal.org/user/1037976"
5624             },
5625             {
5626                 "name": "jvandyk",
5627                 "homepage": "https://www.drupal.org/user/2375"
5628             },
5629             {
5630                 "name": "robertDouglass",
5631                 "homepage": "https://www.drupal.org/user/5449"
5632             }
5633         ],
5634         "description": "High performance integration with memcache.",
5635         "homepage": "http://drupal.org/project/memcache",
5636         "support": {
5637             "source": "http://cgit.drupalcode.org/memcache",
5638             "issues": "https://www.drupal.org/project/issues/memcache"
5639         }
5640     },
5641     {
5642         "name": "drupal/metatag",
5643         "version": "1.7.0",
5644         "version_normalized": "1.7.0.0",
5645         "source": {
5646             "type": "git",
5647             "url": "https://git.drupal.org/project/metatag",
5648             "reference": "8.x-1.7"
5649         },
5650         "dist": {
5651             "type": "zip",
5652             "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.7.zip",
5653             "reference": "8.x-1.7",
5654             "shasum": "93decaefd053c524918ceae5b5ef05dd77de0857"
5655         },
5656         "require": {
5657             "drupal/core": "*",
5658             "drupal/token": "^1.0"
5659         },
5660         "require-dev": {
5661             "drupal/devel": "^1.0",
5662             "drupal/metatag_dc": "*",
5663             "drupal/metatag_open_graph": "*",
5664             "drupal/page_manager": "^4.0",
5665             "drupal/redirect": "^1.0",
5666             "drupal/restui": "^1.0",
5667             "drupal/schema_metatag": "^1.0",
5668             "drupal/schema_web_page": "*"
5669         },
5670         "type": "drupal-module",
5671         "extra": {
5672             "branch-alias": {
5673                 "dev-1.x": "1.x-dev"
5674             },
5675             "drupal": {
5676                 "version": "8.x-1.7",
5677                 "datestamp": "1535726393",
5678                 "security-coverage": {
5679                     "status": "covered",
5680                     "message": "Covered by Drupal's security advisory policy"
5681                 }
5682             }
5683         },
5684         "installation-source": "dist",
5685         "notification-url": "https://packages.drupal.org/8/downloads",
5686         "license": [
5687             "GPL-2.0+"
5688         ],
5689         "authors": [
5690             {
5691                 "name": "See contributors",
5692                 "homepage": "https://www.drupal.org/node/640498/committers",
5693                 "role": "Developer"
5694             },
5695             {
5696                 "name": "Dave Reid",
5697                 "homepage": "https://www.drupal.org/user/53892"
5698             }
5699         ],
5700         "description": "Manage meta tags for all entities.",
5701         "homepage": "https://www.drupal.org/project/metatag",
5702         "keywords": [
5703             "Drupal",
5704             "seo"
5705         ],
5706         "support": {
5707             "source": "http://cgit.drupalcode.org/metatag",
5708             "issues": "http://drupal.org/project/issues/metatag"
5709         }
5710     },
5711     {
5712         "name": "drupal/migrate_plus",
5713         "version": "4.0.0",
5714         "version_normalized": "4.0.0.0",
5715         "source": {
5716             "type": "git",
5717             "url": "https://git.drupal.org/project/migrate_plus",
5718             "reference": "8.x-4.0"
5719         },
5720         "dist": {
5721             "type": "zip",
5722             "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0.zip",
5723             "reference": "8.x-4.0",
5724             "shasum": "63dad289defe8298aa5ca5e30062fe9761d19eca"
5725         },
5726         "require": {
5727             "drupal/core": "^8.3"
5728         },
5729         "require-dev": {
5730             "drupal/migrate_example_advanced_setup": "*",
5731             "drupal/migrate_example_setup": "*"
5732         },
5733         "suggest": {
5734             "ext-soap": "*",
5735             "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
5736         },
5737         "type": "drupal-module",
5738         "extra": {
5739             "branch-alias": {
5740                 "dev-4.x": "4.x-dev"
5741             },
5742             "drupal": {
5743                 "version": "8.x-4.0",
5744                 "datestamp": "1536264180",
5745                 "security-coverage": {
5746                     "status": "covered",
5747                     "message": "Covered by Drupal's security advisory policy"
5748                 }
5749             }
5750         },
5751         "installation-source": "dist",
5752         "notification-url": "https://packages.drupal.org/8/downloads",
5753         "license": [
5754             "GPL-2.0+"
5755         ],
5756         "authors": [
5757             {
5758                 "name": "Mike Ryan",
5759                 "homepage": "https://www.drupal.org/u/mikeryan",
5760                 "role": "Maintainer"
5761             },
5762             {
5763                 "name": "mikeryan",
5764                 "homepage": "https://www.drupal.org/user/4420"
5765             }
5766         ],
5767         "description": "Enhancements to core migration support.",
5768         "homepage": "https://www.drupal.org/project/migrate_plus",
5769         "support": {
5770             "source": "https://cgit.drupalcode.org/migrate_plus",
5771             "issues": "https://www.drupal.org/project/issues/migrate_plus",
5772             "irc": "irc://irc.freenode.org/drupal-migrate"
5773         }
5774     },
5775     {
5776         "name": "drupal/migrate_tools",
5777         "version": "4.0.0",
5778         "version_normalized": "4.0.0.0",
5779         "source": {
5780             "type": "git",
5781             "url": "https://git.drupal.org/project/migrate_tools",
5782             "reference": "8.x-4.0"
5783         },
5784         "dist": {
5785             "type": "zip",
5786             "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.0.zip",
5787             "reference": "8.x-4.0",
5788             "shasum": "016dfb010df76723c5a6a447921fdccd3c885237"
5789         },
5790         "require": {
5791             "drupal/core": "^8.3",
5792             "drupal/migrate_plus": "^4"
5793         },
5794         "require-dev": {
5795             "drupal/coder": "^8",
5796             "drupal/migrate_source_csv": "^2.2"
5797         },
5798         "type": "drupal-module",
5799         "extra": {
5800             "branch-alias": {
5801                 "dev-4.x": "4.x-dev"
5802             },
5803             "drupal": {
5804                 "version": "8.x-4.0",
5805                 "datestamp": "1535380084",
5806                 "security-coverage": {
5807                     "status": "covered",
5808                     "message": "Covered by Drupal's security advisory policy"
5809                 }
5810             },
5811             "drush": {
5812                 "services": {
5813                     "drush.services.yml": "^9"
5814                 }
5815             }
5816         },
5817         "installation-source": "dist",
5818         "notification-url": "https://packages.drupal.org/8/downloads",
5819         "license": [
5820             "GPL-2.0+"
5821         ],
5822         "authors": [
5823             {
5824                 "name": "heddn",
5825                 "homepage": "https://www.drupal.org/user/1463982"
5826             },
5827             {
5828                 "name": "mikeryan",
5829                 "homepage": "https://www.drupal.org/user/4420"
5830             },
5831             {
5832                 "name": "moshe weitzman",
5833                 "homepage": "https://www.drupal.org/user/23"
5834             }
5835         ],
5836         "description": "Tools to assist in developing and running migrations.",
5837         "homepage": "http://drupal.org/project/migrate_tools",
5838         "support": {
5839             "source": "http://cgit.drupalcode.org/migrate_tools",
5840             "issues": "http://drupal.org/project/migrate_tools",
5841             "irc": "irc://irc.freenode.org/drupal-migrate"
5842         }
5843     },
5844     {
5845         "name": "drupal/migrate_upgrade",
5846         "version": "3.0.0-rc5",
5847         "version_normalized": "3.0.0.0-RC5",
5848         "source": {
5849             "type": "git",
5850             "url": "https://git.drupal.org/project/migrate_upgrade",
5851             "reference": "8.x-3.0-rc5"
5852         },
5853         "dist": {
5854             "type": "zip",
5855             "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc5.zip",
5856             "reference": "8.x-3.0-rc5",
5857             "shasum": "608375003cfd42664ecd6d5b0b5e2c3b510a2e0a"
5858         },
5859         "require": {
5860             "drupal/core": "*",
5861             "drupal/migrate_plus": "*"
5862         },
5863         "require-dev": {
5864             "drupal/coder": "^8"
5865         },
5866         "type": "drupal-module",
5867         "extra": {
5868             "branch-alias": {
5869                 "dev-3.x": "3.x-dev"
5870             },
5871             "drupal": {
5872                 "version": "8.x-3.0-rc5",
5873                 "datestamp": "1535381580",
5874                 "security-coverage": {
5875                     "status": "not-covered",
5876                     "message": "RC releases are not covered by Drupal security advisories."
5877                 }
5878             }
5879         },
5880         "installation-source": "dist",
5881         "notification-url": "https://packages.drupal.org/8/downloads",
5882         "license": [
5883             "GPL-2.0+"
5884         ],
5885         "authors": [
5886             {
5887                 "name": "abhishek-anand",
5888                 "homepage": "https://www.drupal.org/user/468982"
5889             },
5890             {
5891                 "name": "heddn",
5892                 "homepage": "https://www.drupal.org/user/1463982"
5893             },
5894             {
5895                 "name": "ksenzee",
5896                 "homepage": "https://www.drupal.org/user/139855"
5897             },
5898             {
5899                 "name": "mikeryan",
5900                 "homepage": "https://www.drupal.org/user/4420"
5901             },
5902             {
5903                 "name": "ultimike",
5904                 "homepage": "https://www.drupal.org/user/51132"
5905             },
5906             {
5907                 "name": "xjm",
5908                 "homepage": "https://www.drupal.org/user/65776"
5909             }
5910         ],
5911         "description": "Drush support for direct upgrades from older Drupal versions.",
5912         "homepage": "https://www.drupal.org/project/migrate_upgrade",
5913         "support": {
5914             "source": "http://cgit.drupalcode.org/migrate_upgrade"
5915         }
5916     },
5917     {
5918         "name": "drupal/paragraphs",
5919         "version": "1.5.0",
5920         "version_normalized": "1.5.0.0",
5921         "source": {
5922             "type": "git",
5923             "url": "https://git.drupal.org/project/paragraphs",
5924             "reference": "8.x-1.5"
5925         },
5926         "dist": {
5927             "type": "zip",
5928             "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.5.zip",
5929             "reference": "8.x-1.5",
5930             "shasum": "85ba97dd1c602d33fc5904b6e1df5973312afa94"
5931         },
5932         "require": {
5933             "drupal/core": "~8",
5934             "drupal/entity_reference_revisions": "~1.3"
5935         },
5936         "require-dev": {
5937             "drupal/block_field": "~1.0",
5938             "drupal/ctools": "3.x-dev",
5939             "drupal/diff": "~1.0",
5940             "drupal/entity_browser": "1.x-dev",
5941             "drupal/entity_usage": "2.x-dev",
5942             "drupal/field_group": "~1.0",
5943             "drupal/inline_entity_form": "~1.0",
5944             "drupal/paragraphs-paragraphs_library": "*",
5945             "drupal/replicate": "~1.0",
5946             "drupal/search_api": "~1.0",
5947             "drupal/search_api_db": "*"
5948         },
5949         "suggest": {
5950             "drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module"
5951         },
5952         "type": "drupal-module",
5953         "extra": {
5954             "branch-alias": {
5955                 "dev-1.x": "1.x-dev"
5956             },
5957             "drupal": {
5958                 "version": "8.x-1.5",
5959                 "datestamp": "1541009695",
5960                 "security-coverage": {
5961                     "status": "covered",
5962                     "message": "Covered by Drupal's security advisory policy"
5963                 }
5964             }
5965         },
5966         "installation-source": "dist",
5967         "notification-url": "https://packages.drupal.org/8/downloads",
5968         "license": [
5969             "GPL-2.0"
5970         ],
5971         "authors": [
5972             {
5973                 "name": "Berdir",
5974                 "homepage": "https://www.drupal.org/user/214652"
5975             },
5976             {
5977                 "name": "Frans",
5978                 "homepage": "https://www.drupal.org/user/514222"
5979             },
5980             {
5981                 "name": "Primsi",
5982                 "homepage": "https://www.drupal.org/user/282629"
5983             },
5984             {
5985                 "name": "jeroen.b",
5986                 "homepage": "https://www.drupal.org/user/1853532"
5987             },
5988             {
5989                 "name": "miro_dietiker",
5990                 "homepage": "https://www.drupal.org/user/227761"
5991             }
5992         ],
5993         "description": "Enables the creation of Paragraphs entities.",
5994         "homepage": "https://www.drupal.org/project/paragraphs",
5995         "support": {
5996             "source": "http://cgit.drupalcode.org/paragraphs"
5997         }
5998     },
5999     {
6000         "name": "drupal/pathauto",
6001         "version": "1.3.0",
6002         "version_normalized": "1.3.0.0",
6003         "source": {
6004             "type": "git",
6005             "url": "https://git.drupal.org/project/pathauto",
6006             "reference": "8.x-1.3"
6007         },
6008         "dist": {
6009             "type": "zip",
6010             "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.3.zip",
6011             "reference": "8.x-1.3",
6012             "shasum": "115d5998d7636a03e26c7ce34261b65809d53965"
6013         },
6014         "require": {
6015             "drupal/core": "^8.5",
6016             "drupal/ctools": "*",
6017             "drupal/token": "*"
6018         },
6019         "type": "drupal-module",
6020         "extra": {
6021             "branch-alias": {
6022                 "dev-1.x": "1.x-dev"
6023             },
6024             "drupal": {
6025                 "version": "8.x-1.3",
6026                 "datestamp": "1536407884",
6027                 "security-coverage": {
6028                     "status": "covered",
6029                     "message": "Covered by Drupal's security advisory policy"
6030                 }
6031             }
6032         },
6033         "installation-source": "dist",
6034         "notification-url": "https://packages.drupal.org/8/downloads",
6035         "license": [
6036             "GPL-2.0-or-later"
6037         ],
6038         "authors": [
6039             {
6040                 "name": "Berdir",
6041                 "homepage": "https://www.drupal.org/user/214652"
6042             },
6043             {
6044                 "name": "Dave Reid",
6045                 "homepage": "https://www.drupal.org/user/53892"
6046             },
6047             {
6048                 "name": "Freso",
6049                 "homepage": "https://www.drupal.org/user/27504"
6050             },
6051             {
6052                 "name": "greggles",
6053                 "homepage": "https://www.drupal.org/user/36762"
6054             }
6055         ],
6056         "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
6057         "homepage": "https://www.drupal.org/project/pathauto",
6058         "support": {
6059             "source": "http://cgit.drupalcode.org/pathauto"
6060         }
6061     },
6062     {
6063         "name": "drupal/pathologic",
6064         "version": "1.0.0-alpha1",
6065         "version_normalized": "1.0.0.0-alpha1",
6066         "source": {
6067             "type": "git",
6068             "url": "https://git.drupal.org/project/pathologic",
6069             "reference": "8.x-1.0-alpha1"
6070         },
6071         "dist": {
6072             "type": "zip",
6073             "url": "https://ftp.drupal.org/files/projects/pathologic-8.x-1.0-alpha1.zip",
6074             "reference": "8.x-1.0-alpha1",
6075             "shasum": "51c699cc001969baa00cca60cf2302a32e578090"
6076         },
6077         "require": {
6078             "drupal/core": "*"
6079         },
6080         "type": "drupal-module",
6081         "extra": {
6082             "branch-alias": {
6083                 "dev-1.x": "1.x-dev"
6084             },
6085             "drupal": {
6086                 "version": "8.x-1.0-alpha1",
6087                 "datestamp": "1525211884",
6088                 "security-coverage": {
6089                     "status": "not-covered",
6090                     "message": "Alpha releases are not covered by Drupal security advisories."
6091                 }
6092             }
6093         },
6094         "installation-source": "source",
6095         "notification-url": "https://packages.drupal.org/8/downloads",
6096         "license": [
6097             "GPL-2.0-or-later"
6098         ],
6099         "authors": [
6100             {
6101                 "name": "Berdir",
6102                 "homepage": "https://www.drupal.org/user/214652"
6103             },
6104             {
6105                 "name": "Garrett Albright",
6106                 "homepage": "https://www.drupal.org/user/191212"
6107             },
6108             {
6109                 "name": "dww",
6110                 "homepage": "https://www.drupal.org/user/46549"
6111             }
6112         ],
6113         "description": "Helps avoid broken links and incorrect paths in content.",
6114         "homepage": "https://www.drupal.org/project/pathologic",
6115         "support": {
6116             "source": "http://cgit.drupalcode.org/pathologic"
6117         }
6118     },
6119     {
6120         "name": "drupal/permissions_by_term",
6121         "version": "1.61.0",
6122         "version_normalized": "1.61.0.0",
6123         "source": {
6124             "type": "git",
6125             "url": "https://git.drupal.org/project/permissions_by_term",
6126             "reference": "8.x-1.61"
6127         },
6128         "dist": {
6129             "type": "zip",
6130             "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.61.zip",
6131             "reference": "8.x-1.61",
6132             "shasum": "c984a00f1efaf8856b5804f5837672bf9fb527bb"
6133         },
6134         "require": {
6135             "drupal/core": "^8.0"
6136         },
6137         "type": "drupal-module",
6138         "extra": {
6139             "branch-alias": {
6140                 "dev-1.x": "1.x-dev"
6141             },
6142             "drupal": {
6143                 "version": "8.x-1.61",
6144                 "datestamp": "1534865884",
6145                 "security-coverage": {
6146                     "status": "covered",
6147                     "message": "Covered by Drupal's security advisory policy"
6148                 }
6149             }
6150         },
6151         "installation-source": "dist",
6152         "notification-url": "https://packages.drupal.org/8/downloads",
6153         "license": [
6154             "GPL-2.0+"
6155         ],
6156         "authors": [
6157             {
6158                 "name": "Peter Majmesku",
6159                 "homepage": "https://www.drupal.org/user/786132",
6160                 "email": "p.majmesku@gmail.com"
6161             },
6162             {
6163                 "name": "SaschaHannes",
6164                 "homepage": "https://www.drupal.org/user/3536189"
6165             },
6166             {
6167                 "name": "dakku",
6168                 "homepage": "https://www.drupal.org/user/97634"
6169             },
6170             {
6171                 "name": "rackberg",
6172                 "homepage": "https://www.drupal.org/user/2806873"
6173             }
6174         ],
6175         "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
6176         "homepage": "https://www.drupal.org/project/permissions_by_term",
6177         "support": {
6178             "source": "http://cgit.drupalcode.org/permissions_by_term"
6179         }
6180     },
6181     {
6182         "name": "drupal/php",
6183         "version": "dev-1.x",
6184         "version_normalized": "dev-1.x",
6185         "source": {
6186             "type": "git",
6187             "url": "https://git.drupal.org/project/php",
6188             "reference": "e5c1c4047f5f1522e5d630bca93d50c61ef6a2c0"
6189         },
6190         "require": {
6191             "drupal/core": "~8.0"
6192         },
6193         "type": "drupal-module",
6194         "extra": {
6195             "branch-alias": {
6196                 "dev-1.x": "1.x-dev"
6197             },
6198             "drupal": {
6199                 "version": "8.x-1.0+0-dev",
6200                 "datestamp": "1529156324",
6201                 "security-coverage": {
6202                     "status": "revoked",
6203                     "message": "Project has been unsupported by the Drupal Security Team"
6204                 }
6205             }
6206         },
6207         "installation-source": "source",
6208         "notification-url": "https://packages.drupal.org/8/downloads",
6209         "license": [
6210             "GPL-2.0+"
6211         ],
6212         "authors": [
6213             {
6214                 "name": "hass",
6215                 "homepage": "https://www.drupal.org/u/hass"
6216             },
6217             {
6218                 "name": "See other contributors",
6219                 "homepage": "https://www.drupal.org/node/1633456/committers"
6220             },
6221             {
6222                 "name": "catch",
6223                 "homepage": "https://www.drupal.org/user/35733"
6224             },
6225             {
6226                 "name": "dixon_",
6227                 "homepage": "https://www.drupal.org/user/239911"
6228             },
6229             {
6230                 "name": "greggles",
6231                 "homepage": "https://www.drupal.org/user/36762"
6232             },
6233             {
6234                 "name": "hass",
6235                 "homepage": "https://www.drupal.org/user/85918"
6236             },
6237             {
6238                 "name": "msonnabaum",
6239                 "homepage": "https://www.drupal.org/user/75278"
6240             },
6241             {
6242                 "name": "quicksketch",
6243                 "homepage": "https://www.drupal.org/user/35821"
6244             },
6245             {
6246                 "name": "webchick",
6247                 "homepage": "https://www.drupal.org/user/24967"
6248             }
6249         ],
6250         "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.",
6251         "homepage": "https://www.drupal.org/project/php",
6252         "support": {
6253             "source": "https://git.drupal.org/project/php.git",
6254             "issues": "https://www.drupal.org/project/issues/php"
6255         }
6256     },
6257     {
6258         "name": "drupal/redirect",
6259         "version": "1.3.0",
6260         "version_normalized": "1.3.0.0",
6261         "source": {
6262             "type": "git",
6263             "url": "https://git.drupal.org/project/redirect",
6264             "reference": "8.x-1.3"
6265         },
6266         "dist": {
6267             "type": "zip",
6268             "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.3.zip",
6269             "reference": "8.x-1.3",
6270             "shasum": "3f9620d186e25f36ac56755979932b8ea965b8c7"
6271         },
6272         "require": {
6273             "drupal/core": "~8"
6274         },
6275         "type": "drupal-module",
6276         "extra": {
6277             "branch-alias": {
6278                 "dev-1.x": "1.x-dev"
6279             },
6280             "drupal": {
6281                 "version": "8.x-1.3",
6282                 "datestamp": "1539682684",
6283                 "security-coverage": {
6284                     "status": "covered",
6285                     "message": "Covered by Drupal's security advisory policy"
6286                 }
6287             }
6288         },
6289         "installation-source": "dist",
6290         "notification-url": "https://packages.drupal.org/8/downloads",
6291         "license": [
6292             "GPL-2.0+"
6293         ],
6294         "authors": [
6295             {
6296                 "name": "Berdir",
6297                 "homepage": "https://www.drupal.org/user/214652"
6298             },
6299             {
6300                 "name": "Dave Reid",
6301                 "homepage": "https://www.drupal.org/user/53892"
6302             },
6303             {
6304                 "name": "pifagor",
6305                 "homepage": "https://www.drupal.org/user/2375692"
6306             }
6307         ],
6308         "description": "Allows users to redirect from old URLs to new URLs.",
6309         "homepage": "https://www.drupal.org/project/redirect",
6310         "support": {
6311             "source": "http://cgit.drupalcode.org/redirect"
6312         }
6313     },
6314     {
6315         "name": "drupal/security_review",
6316         "version": "dev-1.x",
6317         "version_normalized": "dev-1.x",
6318         "source": {
6319             "type": "git",
6320             "url": "https://git.drupal.org/project/security_review",
6321             "reference": "9b8a34a21cac85913845df4eebb9a05c69de82d8"
6322         },
6323         "require": {
6324             "drupal/core": "~8.0"
6325         },
6326         "type": "drupal-module",
6327         "extra": {
6328             "branch-alias": {
6329                 "dev-1.x": "1.x-dev"
6330             },
6331             "drupal": {
6332                 "version": "8.x-1.x-dev",
6333                 "datestamp": "1532558881",
6334                 "security-coverage": {
6335                     "status": "not-covered",
6336                     "message": "Dev releases are not covered by Drupal security advisories."
6337                 }
6338             },
6339             "patches_applied": []
6340         },
6341         "installation-source": "source",
6342         "notification-url": "https://packages.drupal.org/8/downloads",
6343         "license": [
6344             "GPL-2.0-or-later"
6345         ],
6346         "authors": [
6347             {
6348                 "name": "banviktor",
6349                 "homepage": "https://www.drupal.org/user/3176333"
6350             },
6351             {
6352                 "name": "coltrane",
6353                 "homepage": "https://www.drupal.org/user/91990"
6354             },
6355             {
6356                 "name": "dsnopek",
6357                 "homepage": "https://www.drupal.org/user/266527"
6358             },
6359             {
6360                 "name": "greggles",
6361                 "homepage": "https://www.drupal.org/user/36762"
6362             }
6363         ],
6364         "description": "Site security and configuration review module.",
6365         "homepage": "https://www.drupal.org/project/security_review",
6366         "support": {
6367             "source": "http://cgit.drupalcode.org/security_review"
6368         }
6369     },
6370     {
6371         "name": "drupal/simple_sitemap",
6372         "version": "2.12.0",
6373         "version_normalized": "2.12.0.0",
6374         "source": {
6375             "type": "git",
6376             "url": "https://git.drupal.org/project/simple_sitemap",
6377             "reference": "8.x-2.12"
6378         },
6379         "dist": {
6380             "type": "zip",
6381             "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.zip",
6382             "reference": "8.x-2.12",
6383             "shasum": "fe1c1a636adfba8358399a5a1ccdf20685066573"
6384         },
6385         "require": {
6386             "drupal/core": "~8.0"
6387         },
6388         "type": "drupal-module",
6389         "extra": {
6390             "branch-alias": {
6391                 "dev-2.x": "2.x-dev"
6392             },
6393             "drupal": {
6394                 "version": "8.x-2.12",
6395                 "datestamp": "1523203180",
6396                 "security-coverage": {
6397                     "status": "covered",
6398                     "message": "Covered by Drupal's security advisory policy"
6399                 }
6400             },
6401             "drush": {
6402                 "services": {
6403                     "drush.services.yml": "^9"
6404                 }
6405             }
6406         },
6407         "installation-source": "dist",
6408         "notification-url": "https://packages.drupal.org/8/downloads",
6409         "license": [
6410             "GPL-2.0+"
6411         ],
6412         "authors": [
6413             {
6414                 "name": "Pawel Ginalski (gbyte.co)",
6415                 "homepage": "https://www.drupal.org/u/gbyte.co",
6416                 "email": "contact@gbyte.co",
6417                 "role": "Maintainer"
6418             },
6419             {
6420                 "name": "Sam Becker (Sam152)",
6421                 "homepage": "https://www.drupal.org/u/sam152",
6422                 "role": "Co-maintainer"
6423             }
6424         ],
6425         "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
6426         "homepage": "https://drupal.org/project/simple_sitemap",
6427         "support": {
6428             "source": "https://cgit.drupalcode.org/simple_sitemap",
6429             "issues": "https://drupal.org/project/issues/simple_sitemap",
6430             "irc": "irc://irc.freenode.org/drupal-contribute"
6431         }
6432     },
6433     {
6434         "name": "drupal/slick",
6435         "version": "1.0.0",
6436         "version_normalized": "1.0.0.0",
6437         "source": {
6438             "type": "git",
6439             "url": "https://git.drupal.org/project/slick",
6440             "reference": "8.x-1.0"
6441         },
6442         "dist": {
6443             "type": "zip",
6444             "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
6445             "reference": "8.x-1.0",
6446             "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
6447         },
6448         "require": {
6449             "drupal/blazy": "~1.0",
6450             "drupal/core": "~8.0"
6451         },
6452         "type": "drupal-module",
6453         "extra": {
6454             "branch-alias": {
6455                 "dev-1.x": "1.x-dev"
6456             },
6457             "drupal": {
6458                 "version": "8.x-1.0",
6459                 "datestamp": "1495746183"
6460             }
6461         },
6462         "installation-source": "dist",
6463         "notification-url": "https://packages.drupal.org/8/downloads",
6464         "license": [
6465             "GPL-2.0+"
6466         ],
6467         "authors": [
6468             {
6469                 "name": "arshadcn",
6470                 "homepage": "https://www.drupal.org/user/571032"
6471             },
6472             {
6473                 "name": "gausarts",
6474                 "homepage": "https://www.drupal.org/user/159062"
6475             }
6476         ],
6477         "description": "Slick carousel, the last carousel you'll ever need.",
6478         "homepage": "https://drupal.org/project/slick",
6479         "keywords": [
6480             "Drupal",
6481             "carousel",
6482             "slideshow"
6483         ],
6484         "support": {
6485             "source": "http://cgit.drupalcode.org/slick",
6486             "issues": "https://drupal.org/project/issues/slick"
6487         }
6488     },
6489     {
6490         "name": "drupal/slick_media",
6491         "version": "2.0.0-alpha2",
6492         "version_normalized": "2.0.0.0-alpha2",
6493         "source": {
6494             "type": "git",
6495             "url": "https://git.drupal.org/project/slick_media",
6496             "reference": "8.x-2.0-alpha2"
6497         },
6498         "dist": {
6499             "type": "zip",
6500             "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-2.0-alpha2.zip",
6501             "reference": "8.x-2.0-alpha2",
6502             "shasum": "9aa7dfeaebc0776454bbf74450e5f2ed360f320d"
6503         },
6504         "require": {
6505             "drupal/core": "^8.4",
6506             "drupal/slick": "*"
6507         },
6508         "type": "drupal-module",
6509         "extra": {
6510             "branch-alias": {
6511                 "dev-2.x": "2.x-dev"
6512             },
6513             "drupal": {
6514                 "version": "8.x-2.0-alpha2",
6515                 "datestamp": "1533721384",
6516                 "security-coverage": {
6517                     "status": "not-covered",
6518                     "message": "Alpha releases are not covered by Drupal security advisories."
6519                 }
6520             }
6521         },
6522         "installation-source": "dist",
6523         "notification-url": "https://packages.drupal.org/8/downloads",
6524         "license": [
6525             "GPL-2.0-or-later"
6526         ],
6527         "authors": [
6528             {
6529                 "name": "chr.fritsch",
6530                 "homepage": "https://www.drupal.org/user/2103716"
6531             },
6532             {
6533                 "name": "gausarts",
6534                 "homepage": "https://www.drupal.org/user/159062"
6535             }
6536         ],
6537         "description": "Provides Slick carousel integration with Media entity.",
6538         "homepage": "https://www.drupal.org/project/slick_media",
6539         "support": {
6540             "source": "http://cgit.drupalcode.org/slick_media"
6541         }
6542     },
6543     {
6544         "name": "drupal/superfish",
6545         "version": "1.2.0",
6546         "version_normalized": "1.2.0.0",
6547         "source": {
6548             "type": "git",
6549             "url": "https://git.drupal.org/project/superfish",
6550             "reference": "8.x-1.2"
6551         },
6552         "dist": {
6553             "type": "zip",
6554             "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.2.zip",
6555             "reference": "8.x-1.2",
6556             "shasum": "e6f11be2bb2b95957d144bb0155c29c7aad40a62"
6557         },
6558         "require": {
6559             "drupal/core": "~8.0",
6560             "mehrpadin/superfish": "~2.0"
6561         },
6562         "type": "drupal-module",
6563         "extra": {
6564             "branch-alias": {
6565                 "dev-1.x": "1.x-dev"
6566             },
6567             "drupal": {
6568                 "version": "8.x-1.2",
6569                 "datestamp": "1517739480",
6570                 "security-coverage": {
6571                     "status": "covered",
6572                     "message": "Covered by Drupal's security advisory policy"
6573                 }
6574             }
6575         },
6576         "installation-source": "dist",
6577         "notification-url": "https://packages.drupal.org/8/downloads",
6578         "license": [
6579             "GPL-2.0+"
6580         ],
6581         "authors": [
6582             {
6583                 "name": "mehrpadin",
6584                 "homepage": "https://www.drupal.org/u/mehrpadin",
6585                 "role": "Maintainer"
6586             }
6587         ],
6588         "description": "Adds jQuery Superfish plugin to menu blocks.",
6589         "homepage": "https://www.drupal.org/project/superfish",
6590         "support": {
6591             "source": "https://cgit.drupalcode.org/superfish",
6592             "issues": "https://www.drupal.org/project/superfish"
6593         }
6594     },
6595     {
6596         "name": "drupal/toc_formatter",
6597         "version": "1.1.0",
6598         "version_normalized": "1.1.0.0",
6599         "source": {
6600             "type": "git",
6601             "url": "https://git.drupal.org/project/toc_formatter",
6602             "reference": "8.x-1.1"
6603         },
6604         "dist": {
6605             "type": "zip",
6606             "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
6607             "reference": "8.x-1.1",
6608             "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
6609         },
6610         "require": {
6611             "drupal/core": "~8.0"
6612         },
6613         "type": "drupal-module",
6614         "extra": {
6615             "branch-alias": {
6616                 "dev-1.x": "1.x-dev"
6617             },
6618             "drupal": {
6619                 "version": "8.x-1.1",
6620                 "datestamp": "1398611927"
6621             }
6622         },
6623         "installation-source": "dist",
6624         "notification-url": "https://packages.drupal.org/8/downloads",
6625         "license": [
6626             "GPL-2.0+"
6627         ],
6628         "authors": [
6629             {
6630                 "name": "Robert Castelo",
6631                 "homepage": "https://www.drupal.org/user/3555"
6632             },
6633             {
6634                 "name": "neilt17",
6635                 "homepage": "https://www.drupal.org/user/324142"
6636             }
6637         ],
6638         "description": "Display formatter that adds a TOC to the top of a text area field.",
6639         "homepage": "https://www.drupal.org/project/toc_formatter",
6640         "support": {
6641             "source": "http://cgit.drupalcode.org/toc_formatter"
6642         }
6643     },
6644     {
6645         "name": "drupal/tocify",
6646         "version": "1.2.0",
6647         "version_normalized": "1.2.0.0",
6648         "source": {
6649             "type": "git",
6650             "url": "https://git.drupal.org/project/tocify",
6651             "reference": "8.x-1.2"
6652         },
6653         "dist": {
6654             "type": "zip",
6655             "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
6656             "reference": "8.x-1.2",
6657             "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
6658         },
6659         "require": {
6660             "drupal/core": "*"
6661         },
6662         "type": "drupal-module",
6663         "extra": {
6664             "branch-alias": {
6665                 "dev-1.x": "1.x-dev"
6666             },
6667             "drupal": {
6668                 "version": "8.x-1.2",
6669                 "datestamp": "1493816586"
6670             }
6671         },
6672         "installation-source": "dist",
6673         "notification-url": "https://packages.drupal.org/8/downloads",
6674         "license": [
6675             "GPL-2.0+"
6676         ],
6677         "authors": [
6678             {
6679                 "name": "Hydra",
6680                 "homepage": "https://www.drupal.org/user/647364"
6681             },
6682             {
6683                 "name": "dawehner",
6684                 "homepage": "https://www.drupal.org/user/99340"
6685             },
6686             {
6687                 "name": "sanduhrs",
6688                 "homepage": "https://www.drupal.org/user/28074"
6689             }
6690         ],
6691         "description": "Tocify your content",
6692         "homepage": "https://www.drupal.org/project/tocify",
6693         "keywords": [
6694             "Drupal"
6695         ],
6696         "support": {
6697             "source": "http://cgit.drupalcode.org/tocify",
6698             "issues": "http://drupal.org/project/issues/tocify"
6699         }
6700     },
6701     {
6702         "name": "drupal/token",
6703         "version": "1.5.0",
6704         "version_normalized": "1.5.0.0",
6705         "source": {
6706             "type": "git",
6707             "url": "https://git.drupal.org/project/token",
6708             "reference": "8.x-1.5"
6709         },
6710         "dist": {
6711             "type": "zip",
6712             "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip",
6713             "reference": "8.x-1.5",
6714             "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d"
6715         },
6716         "require": {
6717             "drupal/core": "^8.5"
6718         },
6719         "type": "drupal-module",
6720         "extra": {
6721             "branch-alias": {
6722                 "dev-1.x": "1.x-dev"
6723             },
6724             "drupal": {
6725                 "version": "8.x-1.5",
6726                 "datestamp": "1537557481",
6727                 "security-coverage": {
6728                     "status": "covered",
6729                     "message": "Covered by Drupal's security advisory policy"
6730                 }
6731             }
6732         },
6733         "installation-source": "dist",
6734         "notification-url": "https://packages.drupal.org/8/downloads",
6735         "license": [
6736             "GPL-2.0-or-later"
6737         ],
6738         "authors": [
6739             {
6740                 "name": "Berdir",
6741                 "homepage": "https://www.drupal.org/user/214652"
6742             },
6743             {
6744                 "name": "Dave Reid",
6745                 "homepage": "https://www.drupal.org/user/53892"
6746             },
6747             {
6748                 "name": "eaton",
6749                 "homepage": "https://www.drupal.org/user/16496"
6750             },
6751             {
6752                 "name": "fago",
6753                 "homepage": "https://www.drupal.org/user/16747"
6754             },
6755             {
6756                 "name": "greggles",
6757                 "homepage": "https://www.drupal.org/user/36762"
6758             },
6759             {
6760                 "name": "mikeryan",
6761                 "homepage": "https://www.drupal.org/user/4420"
6762             }
6763         ],
6764         "description": "Provides a user interface for the Token API and some missing core tokens.",
6765         "homepage": "https://www.drupal.org/project/token",
6766         "support": {
6767             "source": "http://cgit.drupalcode.org/token"
6768         }
6769     },
6770     {
6771         "name": "drupal/twig_xdebug",
6772         "version": "1.0.0",
6773         "version_normalized": "1.0.0.0",
6774         "source": {
6775             "type": "git",
6776             "url": "https://git.drupal.org/project/twig_xdebug",
6777             "reference": "8.x-1.0"
6778         },
6779         "dist": {
6780             "type": "zip",
6781             "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
6782             "reference": "8.x-1.0",
6783             "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
6784         },
6785         "require": {
6786             "ajgl/breakpoint-twig-extension": "0.3",
6787             "drupal/core": "~8.0"
6788         },
6789         "type": "drupal-module",
6790         "extra": {
6791             "branch-alias": {
6792                 "dev-1.x": "1.x-dev"
6793             },
6794             "drupal": {
6795                 "version": "8.x-1.0",
6796                 "datestamp": "1464928439"
6797             }
6798         },
6799         "installation-source": "dist",
6800         "notification-url": "https://packages.drupal.org/8/downloads",
6801         "license": [
6802             "GPL-2.0+"
6803         ],
6804         "authors": [
6805             {
6806                 "name": "charginghawk",
6807                 "homepage": "https://www.drupal.org/user/2626341"
6808             }
6809         ],
6810         "description": "Enables Xdebug breakpoints in Twig.",
6811         "homepage": "https://www.drupal.org/project/twig_xdebug",
6812         "support": {
6813             "source": "http://cgit.drupalcode.org/twig_xdebug"
6814         }
6815     },
6816     {
6817         "name": "drupal/typogrify",
6818         "version": "1.0.0-alpha1",
6819         "version_normalized": "1.0.0.0-alpha1",
6820         "source": {
6821             "type": "git",
6822             "url": "https://git.drupal.org/project/typogrify",
6823             "reference": "8.x-1.0-alpha1"
6824         },
6825         "dist": {
6826             "type": "zip",
6827             "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
6828             "reference": "8.x-1.0-alpha1",
6829             "shasum": "de87791555204b3af5692d939f8c199bd7164495"
6830         },
6831         "require": {
6832             "drupal/core": "*"
6833         },
6834         "type": "drupal-module",
6835         "extra": {
6836             "branch-alias": {
6837                 "dev-1.x": "1.x-dev"
6838             },
6839             "drupal": {
6840                 "version": "8.x-1.0-alpha1",
6841                 "datestamp": "1478050442"
6842             }
6843         },
6844         "installation-source": "dist",
6845         "notification-url": "https://packages.drupal.org/8/downloads",
6846         "license": [
6847             "GPL-2.0+"
6848         ],
6849         "authors": [
6850             {
6851                 "name": "See contributors",
6852                 "homepage": "https://www.drupal.org/node/149970/committers",
6853                 "role": "Developer"
6854             },
6855             {
6856                 "name": "migmedia",
6857                 "homepage": "https://www.drupal.org/user/1310354"
6858             },
6859             {
6860                 "name": "mikl",
6861                 "homepage": "https://www.drupal.org/user/58679"
6862             },
6863             {
6864                 "name": "sreynen",
6865                 "homepage": "https://www.drupal.org/user/109890"
6866             }
6867         ],
6868         "description": "A filter for making typographic refinements.",
6869         "homepage": "http://drupal.org/project/typogrify",
6870         "keywords": [
6871             "Drupal"
6872         ],
6873         "support": {
6874             "source": "http://cgit.drupalcode.org/typogrify",
6875             "issues": "http://drupal.org/project/typogrify"
6876         }
6877     },
6878     {
6879         "name": "drupal/video",
6880         "version": "1.2.0",
6881         "version_normalized": "1.2.0.0",
6882         "source": {
6883             "type": "git",
6884             "url": "https://git.drupal.org/project/video",
6885             "reference": "8.x-1.2"
6886         },
6887         "dist": {
6888             "type": "zip",
6889             "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
6890             "reference": "8.x-1.2",
6891             "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
6892         },
6893         "require": {
6894             "drupal/core": "*"
6895         },
6896         "type": "drupal-module",
6897         "extra": {
6898             "branch-alias": {
6899                 "dev-1.x": "1.x-dev"
6900             },
6901             "drupal": {
6902                 "version": "8.x-1.x",
6903                 "datestamp": "1455470039",
6904                 "package": "Field types"
6905             }
6906         },
6907         "installation-source": "dist",
6908         "notification-url": "https://packages.drupal.org/8/downloads",
6909         "license": [
6910             "GPL-2.0+"
6911         ],
6912         "authors": [
6913             {
6914                 "name": "Jorrit",
6915                 "homepage": "https://www.drupal.org/user/161217"
6916             },
6917             {
6918                 "name": "abhishek-anand",
6919                 "homepage": "https://www.drupal.org/user/468982"
6920             },
6921             {
6922                 "name": "brycefisherfleig",
6923                 "homepage": "https://www.drupal.org/user/1300764"
6924             },
6925             {
6926                 "name": "chaitanya17",
6927                 "homepage": "https://www.drupal.org/user/1998300"
6928             },
6929             {
6930                 "name": "heshanlk",
6931                 "homepage": "https://www.drupal.org/user/199102"
6932             }
6933         ],
6934         "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.",
6935         "homepage": "https://www.drupal.org/project/video",
6936         "support": {
6937             "source": "http://cgit.drupalcode.org/video"
6938         }
6939     },
6940     {
6941         "name": "drupal/video_embed_field",
6942         "version": "2.0.0",
6943         "version_normalized": "2.0.0.0",
6944         "source": {
6945             "type": "git",
6946             "url": "https://git.drupal.org/project/video_embed_field",
6947             "reference": "8.x-2.0"
6948         },
6949         "dist": {
6950             "type": "zip",
6951             "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip",
6952             "reference": "8.x-2.0",
6953             "shasum": "e864f090b3cb9405376ca324d81ace83613e2019"
6954         },
6955         "require": {
6956             "drupal/core": "*"
6957         },
6958         "require-dev": {
6959             "drupal/colorbox": "*",
6960             "drupal/media_entity": "*",
6961             "drupal/media_entity_embeddable_video": "*"
6962         },
6963         "type": "drupal-module",
6964         "extra": {
6965             "branch-alias": {
6966                 "dev-2.x": "2.x-dev"
6967             },
6968             "drupal": {
6969                 "version": "8.x-1.x",
6970                 "datestamp": "1523338084",
6971                 "security-coverage": {
6972                     "status": "covered",
6973                     "message": "Covered by Drupal's security advisory policy"
6974                 },
6975                 "package": "Field types"
6976             }
6977         },
6978         "installation-source": "dist",
6979         "notification-url": "https://packages.drupal.org/8/downloads",
6980         "license": [
6981             "GPL-2.0+"
6982         ],
6983         "authors": [
6984             {
6985                 "name": "Sam152",
6986                 "homepage": "https://www.drupal.org/user/1485048"
6987             },
6988             {
6989                 "name": "jec006",
6990                 "homepage": "https://www.drupal.org/user/855980"
6991             },
6992             {
6993                 "name": "plopesc",
6994                 "homepage": "https://www.drupal.org/user/282415"
6995             }
6996         ],
6997         "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6998         "homepage": "https://www.drupal.org/project/video_embed_field",
6999         "support": {
7000             "source": "http://cgit.drupalcode.org/video_embed_field"
7001         }
7002     },
7003     {
7004         "name": "drupal/videojs",
7005         "version": "1.0.0",
7006         "version_normalized": "1.0.0.0",
7007         "source": {
7008             "type": "git",
7009             "url": "https://git.drupal.org/project/videojs",
7010             "reference": "8.x-1.0"
7011         },
7012         "dist": {
7013             "type": "zip",
7014             "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
7015             "reference": "8.x-1.0",
7016             "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
7017         },
7018         "require": {
7019             "drupal/core": "~8.0"
7020         },
7021         "type": "drupal-module",
7022         "extra": {
7023             "branch-alias": {
7024                 "dev-1.x": "1.x-dev"
7025             },
7026             "drupal": {
7027                 "version": "8.x-1.0",
7028                 "datestamp": "1454344739",
7029                 "security-coverage": {
7030                     "status": "covered",
7031                     "message": "Covered by Drupal's security advisory policy"
7032                 }
7033             },
7034             "patches_applied": {
7035                 "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
7036             }
7037         },
7038         "installation-source": "dist",
7039         "notification-url": "https://packages.drupal.org/8/downloads",
7040         "license": [
7041             "GPL-2.0-or-later"
7042         ],
7043         "authors": [
7044             {
7045                 "name": "Jorrit",
7046                 "homepage": "https://www.drupal.org/user/161217"
7047             },
7048             {
7049                 "name": "heshanlk",
7050                 "homepage": "https://www.drupal.org/user/199102"
7051             }
7052         ],
7053         "description": "Video.js is an HTML5 Video Player.",
7054         "homepage": "https://www.drupal.org/project/videojs",
7055         "support": {
7056             "source": "http://cgit.drupalcode.org/videojs"
7057         }
7058     },
7059     {
7060         "name": "drupal/views_bootstrap",
7061         "version": "3.1.0",
7062         "version_normalized": "3.1.0.0",
7063         "source": {
7064             "type": "git",
7065             "url": "https://git.drupal.org/project/views_bootstrap",
7066             "reference": "8.x-3.1"
7067         },
7068         "dist": {
7069             "type": "zip",
7070             "url": "https://ftp.drupal.org/files/projects/views_bootstrap-8.x-3.1.zip",
7071             "reference": "8.x-3.1",
7072             "shasum": "7fd556457f028fa736d1422a9b5a763566fd7d2e"
7073         },
7074         "require": {
7075             "drupal/core": "*"
7076         },
7077         "type": "drupal-module",
7078         "extra": {
7079             "branch-alias": {
7080                 "dev-3.x": "3.x-dev"
7081             },
7082             "drupal": {
7083                 "version": "8.x-3.1",
7084                 "datestamp": "1537360681",
7085                 "security-coverage": {
7086                     "status": "covered",
7087                     "message": "Covered by Drupal's security advisory policy"
7088                 }
7089             }
7090         },
7091         "installation-source": "source",
7092         "notification-url": "https://packages.drupal.org/8/downloads",
7093         "license": [
7094             "GPL-2.0+"
7095         ],
7096         "authors": [
7097             {
7098                 "name": "aburrows",
7099                 "homepage": "https://www.drupal.org/user/577844"
7100             },
7101             {
7102                 "name": "ericpugh",
7103                 "homepage": "https://www.drupal.org/user/130084"
7104             },
7105             {
7106                 "name": "ikeigenwijs",
7107                 "homepage": "https://www.drupal.org/user/583238"
7108             },
7109             {
7110                 "name": "mrded",
7111                 "homepage": "https://www.drupal.org/user/556088"
7112             }
7113         ],
7114         "description": "Integrate the Bootstrap framework with Views.",
7115         "homepage": "https://www.drupal.org/project/views_bootstrap",
7116         "keywords": [
7117             "Drupal"
7118         ],
7119         "support": {
7120             "source": "http://cgit.drupalcode.org/views_bootstrap"
7121         }
7122     },
7123     {
7124         "name": "drupal/views_responsive_grid",
7125         "version": "dev-1.x",
7126         "version_normalized": "dev-1.x",
7127         "source": {
7128             "type": "git",
7129             "url": "https://git.drupal.org/project/views_responsive_grid",
7130             "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
7131         },
7132         "require": {
7133             "drupal/core": "~8.0"
7134         },
7135         "type": "drupal-module",
7136         "extra": {
7137             "branch-alias": {
7138                 "dev-1.x": "1.x-dev"
7139             },
7140             "drupal": {
7141                 "version": "8.x-1.x-dev",
7142                 "datestamp": "1373985289"
7143             }
7144         },
7145         "installation-source": "source",
7146         "notification-url": "https://packages.drupal.org/8/downloads",
7147         "license": [
7148             "GPL-2.0+"
7149         ],
7150         "authors": [
7151             {
7152                 "name": "iwhitcomb",
7153                 "homepage": "https://www.drupal.org/user/771654"
7154             },
7155             {
7156                 "name": "kyletaylored",
7157                 "homepage": "https://www.drupal.org/user/2207088"
7158             },
7159             {
7160                 "name": "markcarver",
7161                 "homepage": "https://www.drupal.org/user/501638"
7162             }
7163         ],
7164         "homepage": "https://www.drupal.org/project/views_responsive_grid",
7165         "support": {
7166             "source": "http://cgit.drupalcode.org/views_responsive_grid"
7167         }
7168     },
7169     {
7170         "name": "drush/config-extra",
7171         "version": "1.0.1",
7172         "version_normalized": "1.0.1.0",
7173         "source": {
7174             "type": "git",
7175             "url": "https://github.com/drush-ops/config-extra.git",
7176             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
7177         },
7178         "dist": {
7179             "type": "zip",
7180             "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
7181             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
7182             "shasum": ""
7183         },
7184         "require": {
7185             "php": ">=5.5.0"
7186         },
7187         "require-dev": {
7188             "phpunit/phpunit": ">=3.5"
7189         },
7190         "time": "2015-10-16T21:32:27+00:00",
7191         "type": "library",
7192         "extra": {
7193             "branch-alias": {
7194                 "dev-master": "8.0.x-dev"
7195             }
7196         },
7197         "installation-source": "dist",
7198         "autoload": {
7199             "psr-0": {
7200                 "Drush": "lib/"
7201             }
7202         },
7203         "notification-url": "https://packagist.org/downloads/",
7204         "license": [
7205             "GPL-2.0+"
7206         ],
7207         "authors": [
7208             {
7209                 "name": "Moshe Weitzman",
7210                 "email": "weitzman@tejasa.com"
7211             },
7212             {
7213                 "name": "Greg Anderson",
7214                 "email": "greg.1.anderson@greenknowe.org"
7215             }
7216         ],
7217         "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
7218         "keywords": [
7219             "Drush"
7220         ]
7221     },
7222     {
7223         "name": "drush/drush",
7224         "version": "9.5.2",
7225         "version_normalized": "9.5.2.0",
7226         "source": {
7227             "type": "git",
7228             "url": "https://github.com/drush-ops/drush.git",
7229             "reference": "17f0106706391675a281c6d212850853bdbe90f9"
7230         },
7231         "dist": {
7232             "type": "zip",
7233             "url": "https://api.github.com/repos/drush-ops/drush/zipball/17f0106706391675a281c6d212850853bdbe90f9",
7234             "reference": "17f0106706391675a281c6d212850853bdbe90f9",
7235             "shasum": ""
7236         },
7237         "require": {
7238             "chi-teck/drupal-code-generator": "^1.27.0",
7239             "composer/semver": "^1.4",
7240             "consolidation/annotated-command": "^2.9.1",
7241             "consolidation/config": "^1.1.0",
7242             "consolidation/output-formatters": "^3.1.12",
7243             "consolidation/robo": "^1.1.5",
7244             "consolidation/site-alias": "^1.1.5",
7245             "ext-dom": "*",
7246             "grasmash/yaml-expander": "^1.1.1",
7247             "league/container": "~2",
7248             "php": ">=5.6.0",
7249             "psr/log": "~1.0",
7250             "psy/psysh": "~0.6",
7251             "symfony/config": "^3.4",
7252             "symfony/console": "^3.4",
7253             "symfony/event-dispatcher": "^3.4",
7254             "symfony/finder": "^3.4",
7255             "symfony/process": "^3.4",
7256             "symfony/var-dumper": "^3.4",
7257             "symfony/yaml": "^3.4",
7258             "webflo/drupal-finder": "^1.1",
7259             "webmozart/path-util": "^2.1.0"
7260         },
7261         "require-dev": {
7262             "composer/installers": "^1.2",
7263             "cweagans/composer-patches": "~1.0",
7264             "drupal/alinks": "1.0.0",
7265             "drupal/devel": "^1.0@RC",
7266             "drupal/empty_theme": "1.0",
7267             "g1a/composer-test-scenarios": "^2.2.0",
7268             "lox/xhprof": "dev-master",
7269             "phpunit/phpunit": "^4.8.36 || ^6.1",
7270             "squizlabs/php_codesniffer": "^2.7",
7271             "vlucas/phpdotenv": "^2.4",
7272             "webflo/drupal-core-strict": "8.6.x-dev"
7273         },
7274         "time": "2018-10-17T18:37:53+00:00",
7275         "bin": [
7276             "drush"
7277         ],
7278         "type": "library",
7279         "extra": {
7280             "installer-paths": {
7281                 "sut/core": [
7282                     "type:drupal-core"
7283                 ],
7284                 "sut/libraries/{$name}": [
7285                     "type:drupal-library"
7286                 ],
7287                 "sut/modules/unish/{$name}": [
7288                     "drupal/devel"
7289                 ],
7290                 "sut/themes/unish/{$name}": [
7291                     "drupal/empty_theme"
7292                 ],
7293                 "sut/modules/contrib/{$name}": [
7294                     "type:drupal-module"
7295                 ],
7296                 "sut/profiles/contrib/{$name}": [
7297                     "type:drupal-profile"
7298                 ],
7299                 "sut/themes/contrib/{$name}": [
7300                     "type:drupal-theme"
7301                 ],
7302                 "sut/drush/contrib/{$name}": [
7303                     "type:drupal-drush"
7304                 ]
7305             },
7306             "branch-alias": {
7307                 "dev-master": "9.x-dev"
7308             }
7309         },
7310         "installation-source": "dist",
7311         "autoload": {
7312             "psr-4": {
7313                 "Drush\\": "src/",
7314                 "Drush\\Internal\\": "internal-copy/",
7315                 "Unish\\": "tests/"
7316             }
7317         },
7318         "notification-url": "https://packagist.org/downloads/",
7319         "license": [
7320             "GPL-2.0-or-later"
7321         ],
7322         "authors": [
7323             {
7324                 "name": "Moshe Weitzman",
7325                 "email": "weitzman@tejasa.com"
7326             },
7327             {
7328                 "name": "Owen Barton",
7329                 "email": "drupal@owenbarton.com"
7330             },
7331             {
7332                 "name": "Greg Anderson",
7333                 "email": "greg.1.anderson@greenknowe.org"
7334             },
7335             {
7336                 "name": "Jonathan Araña Cruz",
7337                 "email": "jonhattan@faita.net"
7338             },
7339             {
7340                 "name": "Jonathan Hedstrom",
7341                 "email": "jhedstrom@gmail.com"
7342             },
7343             {
7344                 "name": "Christopher Gervais",
7345                 "email": "chris@ergonlogic.com"
7346             },
7347             {
7348                 "name": "Dave Reid",
7349                 "email": "dave@davereid.net"
7350             },
7351             {
7352                 "name": "Damian Lee",
7353                 "email": "damiankloip@googlemail.com"
7354             }
7355         ],
7356         "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.",
7357         "homepage": "http://www.drush.org"
7358     },
7359     {
7360         "name": "easyrdf/easyrdf",
7361         "version": "0.9.1",
7362         "version_normalized": "0.9.1.0",
7363         "source": {
7364             "type": "git",
7365             "url": "https://github.com/njh/easyrdf.git",
7366             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
7367         },
7368         "dist": {
7369             "type": "zip",
7370             "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
7371             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
7372             "shasum": ""
7373         },
7374         "require": {
7375             "ext-mbstring": "*",
7376             "ext-pcre": "*",
7377             "php": ">=5.2.8"
7378         },
7379         "require-dev": {
7380             "phpunit/phpunit": "~3.5",
7381             "sami/sami": "~1.4",
7382             "squizlabs/php_codesniffer": "~1.4.3"
7383         },
7384         "suggest": {
7385             "ml/json-ld": "~1.0"
7386         },
7387         "time": "2015-02-27T09:45:49+00:00",
7388         "type": "library",
7389         "installation-source": "dist",
7390         "autoload": {
7391             "psr-0": {
7392                 "EasyRdf_": "lib/"
7393             }
7394         },
7395         "notification-url": "https://packagist.org/downloads/",
7396         "license": [
7397             "BSD-3-Clause"
7398         ],
7399         "authors": [
7400             {
7401                 "name": "Nicholas Humfrey",
7402                 "email": "njh@aelius.com",
7403                 "homepage": "http://www.aelius.com/njh/",
7404                 "role": "Developer"
7405             },
7406             {
7407                 "name": "Alexey Zakhlestin",
7408                 "email": "indeyets@gmail.com",
7409                 "role": "Developer"
7410             }
7411         ],
7412         "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
7413         "homepage": "http://www.easyrdf.org/",
7414         "keywords": [
7415             "Linked Data",
7416             "RDF",
7417             "Semantic Web",
7418             "Turtle",
7419             "rdfa",
7420             "sparql"
7421         ]
7422     },
7423     {
7424         "name": "egulias/email-validator",
7425         "version": "1.2.15",
7426         "version_normalized": "1.2.15.0",
7427         "source": {
7428             "type": "git",
7429             "url": "https://github.com/egulias/EmailValidator.git",
7430             "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e"
7431         },
7432         "dist": {
7433             "type": "zip",
7434             "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/758a77525bdaabd6c0f5669176bd4361cb2dda9e",
7435             "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e",
7436             "shasum": ""
7437         },
7438         "require": {
7439             "doctrine/lexer": "^1.0.1",
7440             "php": ">= 5.3.3"
7441         },
7442         "require-dev": {
7443             "phpunit/phpunit": "^4.8.24"
7444         },
7445         "time": "2018-09-25T20:59:41+00:00",
7446         "type": "library",
7447         "extra": {
7448             "branch-alias": {
7449                 "dev-master": "2.0.x-dev"
7450             }
7451         },
7452         "installation-source": "dist",
7453         "autoload": {
7454             "psr-0": {
7455                 "Egulias\\": "src/"
7456             }
7457         },
7458         "notification-url": "https://packagist.org/downloads/",
7459         "license": [
7460             "MIT"
7461         ],
7462         "authors": [
7463             {
7464                 "name": "Eduardo Gulias Davis"
7465             }
7466         ],
7467         "description": "A library for validating emails",
7468         "homepage": "https://github.com/egulias/EmailValidator",
7469         "keywords": [
7470             "email",
7471             "emailvalidation",
7472             "emailvalidator",
7473             "validation",
7474             "validator"
7475         ]
7476     },
7477     {
7478         "name": "enyo/dropzone",
7479         "version": "v4.3.0",
7480         "version_normalized": "4.3.0.0",
7481         "source": {
7482             "type": "git",
7483             "url": "https://github.com/enyo/dropzone.git",
7484             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
7485         },
7486         "dist": {
7487             "type": "zip",
7488             "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7489             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7490             "shasum": ""
7491         },
7492         "time": "2016-02-14T04:19:41+00:00",
7493         "type": "library",
7494         "installation-source": "dist",
7495         "notification-url": "https://packagist.org/downloads/",
7496         "license": [
7497             "MIT"
7498         ],
7499         "authors": [
7500             {
7501                 "name": "Matias Meno",
7502                 "email": "m@tias.me",
7503                 "homepage": "http://www.matiasmeno.com"
7504             }
7505         ],
7506         "description": "Handles drag and drop of files for you.",
7507         "homepage": "http://www.dropzonejs.com",
7508         "keywords": [
7509             "drag and drop",
7510             "dragndrop",
7511             "file upload",
7512             "upload"
7513         ]
7514     },
7515     {
7516         "name": "ezyang/htmlpurifier",
7517         "version": "v4.10.0",
7518         "version_normalized": "4.10.0.0",
7519         "source": {
7520             "type": "git",
7521             "url": "https://github.com/ezyang/htmlpurifier.git",
7522             "reference": "d85d39da4576a6934b72480be6978fb10c860021"
7523         },
7524         "dist": {
7525             "type": "zip",
7526             "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
7527             "reference": "d85d39da4576a6934b72480be6978fb10c860021",
7528             "shasum": ""
7529         },
7530         "require": {
7531             "php": ">=5.2"
7532         },
7533         "require-dev": {
7534             "simpletest/simpletest": "^1.1"
7535         },
7536         "time": "2018-02-23T01:58:20+00:00",
7537         "type": "library",
7538         "installation-source": "dist",
7539         "autoload": {
7540             "psr-0": {
7541                 "HTMLPurifier": "library/"
7542             },
7543             "files": [
7544                 "library/HTMLPurifier.composer.php"
7545             ]
7546         },
7547         "notification-url": "https://packagist.org/downloads/",
7548         "license": [
7549             "LGPL"
7550         ],
7551         "authors": [
7552             {
7553                 "name": "Edward Z. Yang",
7554                 "email": "admin@htmlpurifier.org",
7555                 "homepage": "http://ezyang.com"
7556             }
7557         ],
7558         "description": "Standards compliant HTML filter written in PHP",
7559         "homepage": "http://htmlpurifier.org/",
7560         "keywords": [
7561             "html"
7562         ]
7563     },
7564     {
7565         "name": "fabpot/goutte",
7566         "version": "v3.2.3",
7567         "version_normalized": "3.2.3.0",
7568         "source": {
7569             "type": "git",
7570             "url": "https://github.com/FriendsOfPHP/Goutte.git",
7571             "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
7572         },
7573         "dist": {
7574             "type": "zip",
7575             "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
7576             "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
7577             "shasum": ""
7578         },
7579         "require": {
7580             "guzzlehttp/guzzle": "^6.0",
7581             "php": ">=5.5.0",
7582             "symfony/browser-kit": "~2.1|~3.0|~4.0",
7583             "symfony/css-selector": "~2.1|~3.0|~4.0",
7584             "symfony/dom-crawler": "~2.1|~3.0|~4.0"
7585         },
7586         "require-dev": {
7587             "symfony/phpunit-bridge": "^3.3 || ^4"
7588         },
7589         "time": "2018-06-29T15:13:57+00:00",
7590         "type": "application",
7591         "extra": {
7592             "branch-alias": {
7593                 "dev-master": "3.2-dev"
7594             }
7595         },
7596         "installation-source": "dist",
7597         "autoload": {
7598             "psr-4": {
7599                 "Goutte\\": "Goutte"
7600             },
7601             "exclude-from-classmap": [
7602                 "Goutte/Tests"
7603             ]
7604         },
7605         "notification-url": "https://packagist.org/downloads/",
7606         "license": [
7607             "MIT"
7608         ],
7609         "authors": [
7610             {
7611                 "name": "Fabien Potencier",
7612                 "email": "fabien@symfony.com"
7613             }
7614         ],
7615         "description": "A simple PHP Web Scraper",
7616         "homepage": "https://github.com/FriendsOfPHP/Goutte",
7617         "keywords": [
7618             "scraper"
7619         ]
7620     },
7621     {
7622         "name": "g1a/composer-test-scenarios",
7623         "version": "2.2.0",
7624         "version_normalized": "2.2.0.0",
7625         "source": {
7626             "type": "git",
7627             "url": "https://github.com/g1a/composer-test-scenarios.git",
7628             "reference": "a166fd15191aceab89f30c097e694b7cf3db4880"
7629         },
7630         "dist": {
7631             "type": "zip",
7632             "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/a166fd15191aceab89f30c097e694b7cf3db4880",
7633             "reference": "a166fd15191aceab89f30c097e694b7cf3db4880",
7634             "shasum": ""
7635         },
7636         "time": "2018-08-08T23:37:23+00:00",
7637         "bin": [
7638             "scripts/create-scenario",
7639             "scripts/dependency-licenses",
7640             "scripts/install-scenario"
7641         ],
7642         "type": "library",
7643         "installation-source": "dist",
7644         "notification-url": "https://packagist.org/downloads/",
7645         "license": [
7646             "MIT"
7647         ],
7648         "authors": [
7649             {
7650                 "name": "Greg Anderson",
7651                 "email": "greg.1.anderson@greenknowe.org"
7652             }
7653         ],
7654         "description": "Useful scripts for testing multiple sets of Composer dependencies."
7655     },
7656     {
7657         "name": "geedmo/yamm3",
7658         "version": "1.1.0",
7659         "version_normalized": "1.1.0.0",
7660         "source": {
7661             "type": "git",
7662             "url": "https://github.com/geedmo/yamm3.git",
7663             "reference": "5aa11451340187cce1bc195a4437937b19535508"
7664         },
7665         "dist": {
7666             "type": "zip",
7667             "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
7668             "reference": "5aa11451340187cce1bc195a4437937b19535508",
7669             "shasum": ""
7670         },
7671         "time": "2015-04-04T12:59:29+00:00",
7672         "type": "library",
7673         "installation-source": "dist",
7674         "notification-url": "https://packagist.org/downloads/",
7675         "license": [
7676             "MIT"
7677         ],
7678         "authors": [
7679             {
7680                 "name": "German Morales",
7681                 "email": "geedmo.ds@gmail.com",
7682                 "homepage": "http://geedmo.com"
7683             }
7684         ],
7685         "description": "Yet another megamenu for Bootstrap 3.x",
7686         "homepage": "http://geedmo.github.io/yamm3/",
7687         "keywords": [
7688             "bootstrap",
7689             "megadropdown",
7690             "megamenu"
7691         ]
7692     },
7693     {
7694         "name": "grasmash/expander",
7695         "version": "1.0.0",
7696         "version_normalized": "1.0.0.0",
7697         "source": {
7698             "type": "git",
7699             "url": "https://github.com/grasmash/expander.git",
7700             "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
7701         },
7702         "dist": {
7703             "type": "zip",
7704             "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7705             "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7706             "shasum": ""
7707         },
7708         "require": {
7709             "dflydev/dot-access-data": "^1.1.0",
7710             "php": ">=5.4"
7711         },
7712         "require-dev": {
7713             "greg-1-anderson/composer-test-scenarios": "^1",
7714             "phpunit/phpunit": "^4|^5.5.4",
7715             "satooshi/php-coveralls": "^1.0.2|dev-master",
7716             "squizlabs/php_codesniffer": "^2.7"
7717         },
7718         "time": "2017-12-21T22:14:55+00:00",
7719         "type": "library",
7720         "extra": {
7721             "branch-alias": {
7722                 "dev-master": "1.x-dev"
7723             }
7724         },
7725         "installation-source": "dist",
7726         "autoload": {
7727             "psr-4": {
7728                 "Grasmash\\Expander\\": "src/"
7729             }
7730         },
7731         "notification-url": "https://packagist.org/downloads/",
7732         "license": [
7733             "MIT"
7734         ],
7735         "authors": [
7736             {
7737                 "name": "Matthew Grasmick"
7738             }
7739         ],
7740         "description": "Expands internal property references in PHP arrays file."
7741     },
7742     {
7743         "name": "grasmash/yaml-expander",
7744         "version": "1.4.0",
7745         "version_normalized": "1.4.0.0",
7746         "source": {
7747             "type": "git",
7748             "url": "https://github.com/grasmash/yaml-expander.git",
7749             "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
7750         },
7751         "dist": {
7752             "type": "zip",
7753             "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7754             "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7755             "shasum": ""
7756         },
7757         "require": {
7758             "dflydev/dot-access-data": "^1.1.0",
7759             "php": ">=5.4",
7760             "symfony/yaml": "^2.8.11|^3|^4"
7761         },
7762         "require-dev": {
7763             "greg-1-anderson/composer-test-scenarios": "^1",
7764             "phpunit/phpunit": "^4.8|^5.5.4",
7765             "satooshi/php-coveralls": "^1.0.2|dev-master",
7766             "squizlabs/php_codesniffer": "^2.7"
7767         },
7768         "time": "2017-12-16T16:06:03+00:00",
7769         "type": "library",
7770         "extra": {
7771             "branch-alias": {
7772                 "dev-master": "1.x-dev"
7773             }
7774         },
7775         "installation-source": "dist",
7776         "autoload": {
7777             "psr-4": {
7778                 "Grasmash\\YamlExpander\\": "src/"
7779             }
7780         },
7781         "notification-url": "https://packagist.org/downloads/",
7782         "license": [
7783             "MIT"
7784         ],
7785         "authors": [
7786             {
7787                 "name": "Matthew Grasmick"
7788             }
7789         ],
7790         "description": "Expands internal property references in a yaml file."
7791     },
7792     {
7793         "name": "grom358/pharborist",
7794         "version": "dev-master",
7795         "version_normalized": "9999999-dev",
7796         "source": {
7797             "type": "git",
7798             "url": "https://github.com/grom358/pharborist.git",
7799             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
7800         },
7801         "dist": {
7802             "type": "zip",
7803             "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
7804             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
7805             "shasum": ""
7806         },
7807         "require": {
7808             "php": ">=5.4",
7809             "phpdocumentor/reflection-docblock": "2.0.*"
7810         },
7811         "require-dev": {
7812             "apigen/apigen": "2.8.*",
7813             "phpunit/phpunit": "4.2.*"
7814         },
7815         "time": "2015-09-20T22:14:29+00:00",
7816         "type": "library",
7817         "installation-source": "source",
7818         "autoload": {
7819             "psr-4": {
7820                 "Pharborist\\": "src/"
7821             }
7822         },
7823         "notification-url": "https://packagist.org/downloads/",
7824         "license": [
7825             "GPL"
7826         ],
7827         "authors": [
7828             {
7829                 "name": "Cameron Zemek",
7830                 "role": "lead"
7831             }
7832         ],
7833         "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
7834         "keywords": [
7835             "standards",
7836             "syntax"
7837         ]
7838     },
7839     {
7840         "name": "guzzlehttp/guzzle",
7841         "version": "6.3.3",
7842         "version_normalized": "6.3.3.0",
7843         "source": {
7844             "type": "git",
7845             "url": "https://github.com/guzzle/guzzle.git",
7846             "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
7847         },
7848         "dist": {
7849             "type": "zip",
7850             "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7851             "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7852             "shasum": ""
7853         },
7854         "require": {
7855             "guzzlehttp/promises": "^1.0",
7856             "guzzlehttp/psr7": "^1.4",
7857             "php": ">=5.5"
7858         },
7859         "require-dev": {
7860             "ext-curl": "*",
7861             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
7862             "psr/log": "^1.0"
7863         },
7864         "suggest": {
7865             "psr/log": "Required for using the Log middleware"
7866         },
7867         "time": "2018-04-22T15:46:56+00:00",
7868         "type": "library",
7869         "extra": {
7870             "branch-alias": {
7871                 "dev-master": "6.3-dev"
7872             }
7873         },
7874         "installation-source": "dist",
7875         "autoload": {
7876             "files": [
7877                 "src/functions_include.php"
7878             ],
7879             "psr-4": {
7880                 "GuzzleHttp\\": "src/"
7881             }
7882         },
7883         "notification-url": "https://packagist.org/downloads/",
7884         "license": [
7885             "MIT"
7886         ],
7887         "authors": [
7888             {
7889                 "name": "Michael Dowling",
7890                 "email": "mtdowling@gmail.com",
7891                 "homepage": "https://github.com/mtdowling"
7892             }
7893         ],
7894         "description": "Guzzle is a PHP HTTP client library",
7895         "homepage": "http://guzzlephp.org/",
7896         "keywords": [
7897             "client",
7898             "curl",
7899             "framework",
7900             "http",
7901             "http client",
7902             "rest",
7903             "web service"
7904         ]
7905     },
7906     {
7907         "name": "guzzlehttp/promises",
7908         "version": "v1.3.1",
7909         "version_normalized": "1.3.1.0",
7910         "source": {
7911             "type": "git",
7912             "url": "https://github.com/guzzle/promises.git",
7913             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
7914         },
7915         "dist": {
7916             "type": "zip",
7917             "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7918             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7919             "shasum": ""
7920         },
7921         "require": {
7922             "php": ">=5.5.0"
7923         },
7924         "require-dev": {
7925             "phpunit/phpunit": "^4.0"
7926         },
7927         "time": "2016-12-20T10:07:11+00:00",
7928         "type": "library",
7929         "extra": {
7930             "branch-alias": {
7931                 "dev-master": "1.4-dev"
7932             }
7933         },
7934         "installation-source": "dist",
7935         "autoload": {
7936             "psr-4": {
7937                 "GuzzleHttp\\Promise\\": "src/"
7938             },
7939             "files": [
7940                 "src/functions_include.php"
7941             ]
7942         },
7943         "notification-url": "https://packagist.org/downloads/",
7944         "license": [
7945             "MIT"
7946         ],
7947         "authors": [
7948             {
7949                 "name": "Michael Dowling",
7950                 "email": "mtdowling@gmail.com",
7951                 "homepage": "https://github.com/mtdowling"
7952             }
7953         ],
7954         "description": "Guzzle promises library",
7955         "keywords": [
7956             "promise"
7957         ]
7958     },
7959     {
7960         "name": "guzzlehttp/psr7",
7961         "version": "1.4.2",
7962         "version_normalized": "1.4.2.0",
7963         "source": {
7964             "type": "git",
7965             "url": "https://github.com/guzzle/psr7.git",
7966             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
7967         },
7968         "dist": {
7969             "type": "zip",
7970             "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7971             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7972             "shasum": ""
7973         },
7974         "require": {
7975             "php": ">=5.4.0",
7976             "psr/http-message": "~1.0"
7977         },
7978         "provide": {
7979             "psr/http-message-implementation": "1.0"
7980         },
7981         "require-dev": {
7982             "phpunit/phpunit": "~4.0"
7983         },
7984         "time": "2017-03-20T17:10:46+00:00",
7985         "type": "library",
7986         "extra": {
7987             "branch-alias": {
7988                 "dev-master": "1.4-dev"
7989             }
7990         },
7991         "installation-source": "dist",
7992         "autoload": {
7993             "psr-4": {
7994                 "GuzzleHttp\\Psr7\\": "src/"
7995             },
7996             "files": [
7997                 "src/functions_include.php"
7998             ]
7999         },
8000         "notification-url": "https://packagist.org/downloads/",
8001         "license": [
8002             "MIT"
8003         ],
8004         "authors": [
8005             {
8006                 "name": "Michael Dowling",
8007                 "email": "mtdowling@gmail.com",
8008                 "homepage": "https://github.com/mtdowling"
8009             },
8010             {
8011                 "name": "Tobias Schultze",
8012                 "homepage": "https://github.com/Tobion"
8013             }
8014         ],
8015         "description": "PSR-7 message implementation that also provides common utility methods",
8016         "keywords": [
8017             "http",
8018             "message",
8019             "request",
8020             "response",
8021             "stream",
8022             "uri",
8023             "url"
8024         ]
8025     },
8026     {
8027         "name": "j7mbo/twitter-api-php",
8028         "version": "1.0.6",
8029         "version_normalized": "1.0.6.0",
8030         "source": {
8031             "type": "git",
8032             "url": "https://github.com/J7mbo/twitter-api-php.git",
8033             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
8034         },
8035         "dist": {
8036             "type": "zip",
8037             "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
8038             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
8039             "shasum": ""
8040         },
8041         "require": {
8042             "ext-curl": "*"
8043         },
8044         "require-dev": {
8045             "phpunit/phpunit": "~4.5,>=4.5.1"
8046         },
8047         "time": "2017-05-08T12:10:56+00:00",
8048         "type": "library",
8049         "extra": {
8050             "branch-alias": {
8051                 "dev-master": "1.0-dev"
8052             }
8053         },
8054         "installation-source": "dist",
8055         "autoload": {
8056             "classmap": [
8057                 "TwitterAPIExchange.php"
8058             ]
8059         },
8060         "notification-url": "https://packagist.org/downloads/",
8061         "license": [
8062             "GNU Public License"
8063         ],
8064         "authors": [
8065             {
8066                 "name": "James Mallison",
8067                 "homepage": "https://github.com/j7mbo/twitter-api-php"
8068             }
8069         ],
8070         "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
8071         "homepage": "https://github.com/j7mbo/twitter-api-php",
8072         "keywords": [
8073             "api",
8074             "php",
8075             "twitter"
8076         ]
8077     },
8078     {
8079         "name": "jakub-onderka/php-console-color",
8080         "version": "v0.2",
8081         "version_normalized": "0.2.0.0",
8082         "source": {
8083             "type": "git",
8084             "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
8085             "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
8086         },
8087         "dist": {
8088             "type": "zip",
8089             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
8090             "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
8091             "shasum": ""
8092         },
8093         "require": {
8094             "php": ">=5.4.0"
8095         },
8096         "require-dev": {
8097             "jakub-onderka/php-code-style": "1.0",
8098             "jakub-onderka/php-parallel-lint": "1.0",
8099             "jakub-onderka/php-var-dump-check": "0.*",
8100             "phpunit/phpunit": "~4.3",
8101             "squizlabs/php_codesniffer": "1.*"
8102         },
8103         "time": "2018-09-29T17:23:10+00:00",
8104         "type": "library",
8105         "installation-source": "dist",
8106         "autoload": {
8107             "psr-4": {
8108                 "JakubOnderka\\PhpConsoleColor\\": "src/"
8109             }
8110         },
8111         "notification-url": "https://packagist.org/downloads/",
8112         "license": [
8113             "BSD-2-Clause"
8114         ],
8115         "authors": [
8116             {
8117                 "name": "Jakub Onderka",
8118                 "email": "jakub.onderka@gmail.com"
8119             }
8120         ]
8121     },
8122     {
8123         "name": "jakub-onderka/php-console-highlighter",
8124         "version": "v0.4",
8125         "version_normalized": "0.4.0.0",
8126         "source": {
8127             "type": "git",
8128             "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
8129             "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
8130         },
8131         "dist": {
8132             "type": "zip",
8133             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
8134             "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
8135             "shasum": ""
8136         },
8137         "require": {
8138             "ext-tokenizer": "*",
8139             "jakub-onderka/php-console-color": "~0.2",
8140             "php": ">=5.4.0"
8141         },
8142         "require-dev": {
8143             "jakub-onderka/php-code-style": "~1.0",
8144             "jakub-onderka/php-parallel-lint": "~1.0",
8145             "jakub-onderka/php-var-dump-check": "~0.1",
8146             "phpunit/phpunit": "~4.0",
8147             "squizlabs/php_codesniffer": "~1.5"
8148         },
8149         "time": "2018-09-29T18:48:56+00:00",
8150         "type": "library",
8151         "installation-source": "dist",
8152         "autoload": {
8153             "psr-4": {
8154                 "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
8155             }
8156         },
8157         "notification-url": "https://packagist.org/downloads/",
8158         "license": [
8159             "MIT"
8160         ],
8161         "authors": [
8162             {
8163                 "name": "Jakub Onderka",
8164                 "email": "acci@acci.cz",
8165                 "homepage": "http://www.acci.cz/"
8166             }
8167         ],
8168         "description": "Highlight PHP code in terminal"
8169     },
8170     {
8171         "name": "jcalderonzumba/gastonjs",
8172         "version": "v1.0.3",
8173         "version_normalized": "1.0.3.0",
8174         "source": {
8175             "type": "git",
8176             "url": "https://github.com/jcalderonzumba/gastonjs.git",
8177             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
8178         },
8179         "dist": {
8180             "type": "zip",
8181             "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
8182             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
8183             "shasum": ""
8184         },
8185         "require": {
8186             "guzzlehttp/guzzle": "~5.0|~6.0",
8187             "php": ">=5.4"
8188         },
8189         "require-dev": {
8190             "phpunit/phpunit": "~4.6",
8191             "silex/silex": "~1.2",
8192             "symfony/phpunit-bridge": "~2.7",
8193             "symfony/process": "~2.1"
8194         },
8195         "time": "2016-05-04T16:27:07+00:00",
8196         "type": "phantomjs-api",
8197         "extra": {
8198             "branch-alias": {
8199                 "dev-master": "1.1.x-dev"
8200             }
8201         },
8202         "installation-source": "dist",
8203         "autoload": {
8204             "psr-4": {
8205                 "Zumba\\GastonJS\\": "src"
8206             }
8207         },
8208         "notification-url": "https://packagist.org/downloads/",
8209         "license": [
8210             "MIT"
8211         ],
8212         "authors": [
8213             {
8214                 "name": "Juan Francisco CalderĂłn Zumba",
8215                 "email": "juanfcz@gmail.com",
8216                 "homepage": "http://github.com/jcalderonzumba"
8217             }
8218         ],
8219         "description": "PhantomJS API based server for webpage automation",
8220         "homepage": "https://github.com/jcalderonzumba/gastonjs",
8221         "keywords": [
8222             "api",
8223             "automation",
8224             "browser",
8225             "headless",
8226             "phantomjs"
8227         ]
8228     },
8229     {
8230         "name": "jcalderonzumba/mink-phantomjs-driver",
8231         "version": "v0.3.3",
8232         "version_normalized": "0.3.3.0",
8233         "source": {
8234             "type": "git",
8235             "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
8236             "reference": "008f43670e94acd39273d15add1e7348eb23848d"
8237         },
8238         "dist": {
8239             "type": "zip",
8240             "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
8241             "reference": "008f43670e94acd39273d15add1e7348eb23848d",
8242             "shasum": ""
8243         },
8244         "require": {
8245             "behat/mink": "~1.7",
8246             "jcalderonzumba/gastonjs": "~1.0",
8247             "php": ">=5.4",
8248             "twig/twig": "~1.20|~2.0"
8249         },
8250         "require-dev": {
8251             "mink/driver-testsuite": "dev-master",
8252             "phpunit/phpunit": "~4.6"
8253         },
8254         "time": "2016-12-01T10:57:30+00:00",
8255         "type": "mink-driver",
8256         "extra": {
8257             "branch-alias": {
8258                 "dev-master": "0.4.x-dev"
8259             }
8260         },
8261         "installation-source": "dist",
8262         "autoload": {
8263             "psr-4": {
8264                 "Zumba\\Mink\\Driver\\": "src"
8265             }
8266         },
8267         "notification-url": "https://packagist.org/downloads/",
8268         "license": [
8269             "MIT"
8270         ],
8271         "authors": [
8272             {
8273                 "name": "Juan Francisco CalderĂłn Zumba",
8274                 "email": "juanfcz@gmail.com",
8275                 "homepage": "http://github.com/jcalderonzumba"
8276             }
8277         ],
8278         "description": "PhantomJS driver for Mink framework",
8279         "homepage": "http://mink.behat.org/",
8280         "keywords": [
8281             "ajax",
8282             "browser",
8283             "headless",
8284             "javascript",
8285             "phantomjs",
8286             "testing"
8287         ]
8288     },
8289     {
8290         "name": "league/container",
8291         "version": "2.4.1",
8292         "version_normalized": "2.4.1.0",
8293         "source": {
8294             "type": "git",
8295             "url": "https://github.com/thephpleague/container.git",
8296             "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
8297         },
8298         "dist": {
8299             "type": "zip",
8300             "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
8301             "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
8302             "shasum": ""
8303         },
8304         "require": {
8305             "container-interop/container-interop": "^1.2",
8306             "php": "^5.4.0 || ^7.0"
8307         },
8308         "provide": {
8309             "container-interop/container-interop-implementation": "^1.2",
8310             "psr/container-implementation": "^1.0"
8311         },
8312         "replace": {
8313             "orno/di": "~2.0"
8314         },
8315         "require-dev": {
8316             "phpunit/phpunit": "4.*"
8317         },
8318         "time": "2017-05-10T09:20:27+00:00",
8319         "type": "library",
8320         "extra": {
8321             "branch-alias": {
8322                 "dev-2.x": "2.x-dev",
8323                 "dev-1.x": "1.x-dev"
8324             }
8325         },
8326         "installation-source": "dist",
8327         "autoload": {
8328             "psr-4": {
8329                 "League\\Container\\": "src"
8330             }
8331         },
8332         "notification-url": "https://packagist.org/downloads/",
8333         "license": [
8334             "MIT"
8335         ],
8336         "authors": [
8337             {
8338                 "name": "Phil Bennett",
8339                 "email": "philipobenito@gmail.com",
8340                 "homepage": "http://www.philipobenito.com",
8341                 "role": "Developer"
8342             }
8343         ],
8344         "description": "A fast and intuitive dependency injection container.",
8345         "homepage": "https://github.com/thephpleague/container",
8346         "keywords": [
8347             "container",
8348             "dependency",
8349             "di",
8350             "injection",
8351             "league",
8352             "provider",
8353             "service"
8354         ]
8355     },
8356     {
8357         "name": "lsolesen/pel",
8358         "version": "0.9.6",
8359         "version_normalized": "0.9.6.0",
8360         "source": {
8361             "type": "git",
8362             "url": "https://github.com/lsolesen/pel.git",
8363             "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23"
8364         },
8365         "dist": {
8366             "type": "zip",
8367             "url": "https://api.github.com/repos/lsolesen/pel/zipball/c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
8368             "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
8369             "shasum": ""
8370         },
8371         "require": {
8372             "php": ">=5.0.0"
8373         },
8374         "require-dev": {
8375             "ext-gd": "*",
8376             "phpunit/phpunit": "5.7.*",
8377             "satooshi/php-coveralls": "1.0.*",
8378             "squizlabs/php_codesniffer": "3.0.0RC3"
8379         },
8380         "time": "2017-02-03T11:58:58+00:00",
8381         "type": "library",
8382         "installation-source": "dist",
8383         "autoload": {
8384             "psr-4": {
8385                 "lsolesen\\pel\\": "src/"
8386             }
8387         },
8388         "notification-url": "https://packagist.org/downloads/",
8389         "license": [
8390             "GPL-2.0"
8391         ],
8392         "authors": [
8393             {
8394                 "name": "Lars Olesen",
8395                 "email": "lars@intraface.dk",
8396                 "homepage": "http://intraface.dk",
8397                 "role": "Developer"
8398             },
8399             {
8400                 "name": "Martin Geisler",
8401                 "email": "martin@geisler.net",
8402                 "homepage": "http://geisler.net",
8403                 "role": "Developer"
8404             }
8405         ],
8406         "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.",
8407         "homepage": "http://lsolesen.github.com/pel/",
8408         "keywords": [
8409             "exif",
8410             "image"
8411         ]
8412     },
8413     {
8414         "name": "masterminds/html5",
8415         "version": "2.3.1",
8416         "version_normalized": "2.3.1.0",
8417         "source": {
8418             "type": "git",
8419             "url": "https://github.com/Masterminds/html5-php.git",
8420             "reference": "33f8d475d28741398be26cdff7a10a63003324a3"
8421         },
8422         "dist": {
8423             "type": "zip",
8424             "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/33f8d475d28741398be26cdff7a10a63003324a3",
8425             "reference": "33f8d475d28741398be26cdff7a10a63003324a3",
8426             "shasum": ""
8427         },
8428         "require": {
8429             "ext-libxml": "*",
8430             "php": ">=5.3.0"
8431         },
8432         "require-dev": {
8433             "phpunit/phpunit": "4.*",
8434             "sami/sami": "~2.0",
8435             "satooshi/php-coveralls": "1.0.*"
8436         },
8437         "time": "2018-10-22T16:58:34+00:00",
8438         "type": "library",
8439         "extra": {
8440             "branch-alias": {
8441                 "dev-master": "2.2-dev"
8442             }
8443         },
8444         "installation-source": "dist",
8445         "autoload": {
8446             "psr-4": {
8447                 "Masterminds\\": "src"
8448             }
8449         },
8450         "notification-url": "https://packagist.org/downloads/",
8451         "license": [
8452             "MIT"
8453         ],
8454         "authors": [
8455             {
8456                 "name": "Matt Butcher",
8457                 "email": "technosophos@gmail.com"
8458             },
8459             {
8460                 "name": "Asmir Mustafic",
8461                 "email": "goetas@gmail.com"
8462             },
8463             {
8464                 "name": "Matt Farina",
8465                 "email": "matt@mattfarina.com"
8466             }
8467         ],
8468         "description": "An HTML5 parser and serializer.",
8469         "homepage": "http://masterminds.github.io/html5-php",
8470         "keywords": [
8471             "HTML5",
8472             "dom",
8473             "html",
8474             "parser",
8475             "querypath",
8476             "serializer",
8477             "xml"
8478         ]
8479     },
8480     {
8481         "name": "mehrpadin/superfish",
8482         "version": "2.1",
8483         "version_normalized": "2.1.0.0",
8484         "source": {
8485             "type": "git",
8486             "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
8487             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
8488         },
8489         "dist": {
8490             "type": "zip",
8491             "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
8492             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
8493             "shasum": ""
8494         },
8495         "time": "2017-05-30T13:00:18+00:00",
8496         "type": "drupal-library",
8497         "installation-source": "dist",
8498         "notification-url": "https://packagist.org/downloads/",
8499         "license": [
8500             "MIT"
8501         ],
8502         "description": "Superfish library for the Drupal Superfish module.",
8503         "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
8504         "keywords": [
8505             "jquery",
8506             "plugin"
8507         ]
8508     },
8509     {
8510         "name": "michelf/php-markdown",
8511         "version": "1.8.0",
8512         "version_normalized": "1.8.0.0",
8513         "source": {
8514             "type": "git",
8515             "url": "https://github.com/michelf/php-markdown.git",
8516             "reference": "01ab082b355bf188d907b9929cd99b2923053495"
8517         },
8518         "dist": {
8519             "type": "zip",
8520             "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
8521             "reference": "01ab082b355bf188d907b9929cd99b2923053495",
8522             "shasum": ""
8523         },
8524         "require": {
8525             "php": ">=5.3.0"
8526         },
8527         "time": "2018-01-15T00:49:33+00:00",
8528         "type": "library",
8529         "installation-source": "dist",
8530         "autoload": {
8531             "psr-4": {
8532                 "Michelf\\": "Michelf/"
8533             }
8534         },
8535         "notification-url": "https://packagist.org/downloads/",
8536         "license": [
8537             "BSD-3-Clause"
8538         ],
8539         "authors": [
8540             {
8541                 "name": "Michel Fortin",
8542                 "email": "michel.fortin@michelf.ca",
8543                 "homepage": "https://michelf.ca/",
8544                 "role": "Developer"
8545             },
8546             {
8547                 "name": "John Gruber",
8548                 "homepage": "https://daringfireball.net/"
8549             }
8550         ],
8551         "description": "PHP Markdown",
8552         "homepage": "https://michelf.ca/projects/php-markdown/",
8553         "keywords": [
8554             "markdown"
8555         ]
8556     },
8557     {
8558         "name": "mikey179/vfsStream",
8559         "version": "v1.6.5",
8560         "version_normalized": "1.6.5.0",
8561         "source": {
8562             "type": "git",
8563             "url": "https://github.com/mikey179/vfsStream.git",
8564             "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
8565         },
8566         "dist": {
8567             "type": "zip",
8568             "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
8569             "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
8570             "shasum": ""
8571         },
8572         "require": {
8573             "php": ">=5.3.0"
8574         },
8575         "require-dev": {
8576             "phpunit/phpunit": "~4.5"
8577         },
8578         "time": "2017-08-01T08:02:14+00:00",
8579         "type": "library",
8580         "extra": {
8581             "branch-alias": {
8582                 "dev-master": "1.6.x-dev"
8583             }
8584         },
8585         "installation-source": "dist",
8586         "autoload": {
8587             "psr-0": {
8588                 "org\\bovigo\\vfs\\": "src/main/php"
8589             }
8590         },
8591         "notification-url": "https://packagist.org/downloads/",
8592         "license": [
8593             "BSD-3-Clause"
8594         ],
8595         "authors": [
8596             {
8597                 "name": "Frank Kleine",
8598                 "homepage": "http://frankkleine.de/",
8599                 "role": "Developer"
8600             }
8601         ],
8602         "description": "Virtual file system to mock the real file system in unit tests.",
8603         "homepage": "http://vfs.bovigo.org/"
8604     },
8605     {
8606         "name": "mkalkbrenner/php-htmldiff-advanced",
8607         "version": "0.0.8",
8608         "version_normalized": "0.0.8.0",
8609         "source": {
8610             "type": "git",
8611             "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
8612             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
8613         },
8614         "dist": {
8615             "type": "zip",
8616             "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
8617             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
8618             "shasum": ""
8619         },
8620         "require": {
8621             "caxy/php-htmldiff": ">=0.0.6",
8622             "php": ">=5.5.0"
8623         },
8624         "time": "2016-07-25T17:07:32+00:00",
8625         "type": "library",
8626         "installation-source": "dist",
8627         "autoload": {
8628             "files": [
8629                 "src/HtmlDiffAdvancedInterface.php",
8630                 "src/HtmlDiffAdvanced.php"
8631             ]
8632         },
8633         "notification-url": "https://packagist.org/downloads/",
8634         "license": [
8635             "GNU General Public License V2"
8636         ],
8637         "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
8638         "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
8639         "keywords": [
8640             "diff",
8641             "html"
8642         ]
8643     },
8644     {
8645         "name": "nikic/php-parser",
8646         "version": "v4.1.0",
8647         "version_normalized": "4.1.0.0",
8648         "source": {
8649             "type": "git",
8650             "url": "https://github.com/nikic/PHP-Parser.git",
8651             "reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
8652         },
8653         "dist": {
8654             "type": "zip",
8655             "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
8656             "reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
8657             "shasum": ""
8658         },
8659         "require": {
8660             "ext-tokenizer": "*",
8661             "php": ">=7.0"
8662         },
8663         "require-dev": {
8664             "phpunit/phpunit": "^6.5 || ^7.0"
8665         },
8666         "time": "2018-10-10T09:24:14+00:00",
8667         "bin": [
8668             "bin/php-parse"
8669         ],
8670         "type": "library",
8671         "extra": {
8672             "branch-alias": {
8673                 "dev-master": "4.1-dev"
8674             }
8675         },
8676         "installation-source": "dist",
8677         "autoload": {
8678             "psr-4": {
8679                 "PhpParser\\": "lib/PhpParser"
8680             }
8681         },
8682         "notification-url": "https://packagist.org/downloads/",
8683         "license": [
8684             "BSD-3-Clause"
8685         ],
8686         "authors": [
8687             {
8688                 "name": "Nikita Popov"
8689             }
8690         ],
8691         "description": "A PHP parser written in PHP",
8692         "keywords": [
8693             "parser",
8694             "php"
8695         ]
8696     },
8697     {
8698         "name": "paragonie/random_compat",
8699         "version": "v2.0.17",
8700         "version_normalized": "2.0.17.0",
8701         "source": {
8702             "type": "git",
8703             "url": "https://github.com/paragonie/random_compat.git",
8704             "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
8705         },
8706         "dist": {
8707             "type": "zip",
8708             "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
8709             "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
8710             "shasum": ""
8711         },
8712         "require": {
8713             "php": ">=5.2.0"
8714         },
8715         "require-dev": {
8716             "phpunit/phpunit": "4.*|5.*"
8717         },
8718         "suggest": {
8719             "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
8720         },
8721         "time": "2018-07-04T16:31:37+00:00",
8722         "type": "library",
8723         "installation-source": "dist",
8724         "autoload": {
8725             "files": [
8726                 "lib/random.php"
8727             ]
8728         },
8729         "notification-url": "https://packagist.org/downloads/",
8730         "license": [
8731             "MIT"
8732         ],
8733         "authors": [
8734             {
8735                 "name": "Paragon Initiative Enterprises",
8736                 "email": "security@paragonie.com",
8737                 "homepage": "https://paragonie.com"
8738             }
8739         ],
8740         "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
8741         "keywords": [
8742             "csprng",
8743             "polyfill",
8744             "pseudorandom",
8745             "random"
8746         ]
8747     },
8748     {
8749         "name": "phenx/php-font-lib",
8750         "version": "0.5",
8751         "version_normalized": "0.5.0.0",
8752         "source": {
8753             "type": "git",
8754             "url": "https://github.com/PhenX/php-font-lib.git",
8755             "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
8756         },
8757         "dist": {
8758             "type": "zip",
8759             "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
8760             "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
8761             "shasum": ""
8762         },
8763         "require-dev": {
8764             "phpunit/phpunit": "^4.8"
8765         },
8766         "time": "2017-02-11T10:58:43+00:00",
8767         "type": "library",
8768         "installation-source": "dist",
8769         "autoload": {
8770             "psr-4": {
8771                 "FontLib\\": "src/FontLib"
8772             }
8773         },
8774         "notification-url": "https://packagist.org/downloads/",
8775         "license": [
8776             "LGPL-3.0"
8777         ],
8778         "authors": [
8779             {
8780                 "name": "Fabien MĂ©nager",
8781                 "email": "fabien.menager@gmail.com"
8782             }
8783         ],
8784         "description": "A library to read, parse, export and make subsets of different types of font files.",
8785         "homepage": "https://github.com/PhenX/php-font-lib"
8786     },
8787     {
8788         "name": "phpdocumentor/reflection-docblock",
8789         "version": "2.0.5",
8790         "version_normalized": "2.0.5.0",
8791         "source": {
8792             "type": "git",
8793             "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
8794             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
8795         },
8796         "dist": {
8797             "type": "zip",
8798             "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
8799             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
8800             "shasum": ""
8801         },
8802         "require": {
8803             "php": ">=5.3.3"
8804         },
8805         "require-dev": {
8806             "phpunit/phpunit": "~4.0"
8807         },
8808         "suggest": {
8809             "dflydev/markdown": "~1.0",
8810             "erusev/parsedown": "~1.0"
8811         },
8812         "time": "2016-01-25T08:17:30+00:00",
8813         "type": "library",
8814         "extra": {
8815             "branch-alias": {
8816                 "dev-master": "2.0.x-dev"
8817             }
8818         },
8819         "installation-source": "dist",
8820         "autoload": {
8821             "psr-0": {
8822                 "phpDocumentor": [
8823                     "src/"
8824                 ]
8825             }
8826         },
8827         "notification-url": "https://packagist.org/downloads/",
8828         "license": [
8829             "MIT"
8830         ],
8831         "authors": [
8832             {
8833                 "name": "Mike van Riel",
8834                 "email": "mike.vanriel@naenius.com"
8835             }
8836         ]
8837     },
8838     {
8839         "name": "phpspec/prophecy",
8840         "version": "1.8.0",
8841         "version_normalized": "1.8.0.0",
8842         "source": {
8843             "type": "git",
8844             "url": "https://github.com/phpspec/prophecy.git",
8845             "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
8846         },
8847         "dist": {
8848             "type": "zip",
8849             "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
8850             "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
8851             "shasum": ""
8852         },
8853         "require": {
8854             "doctrine/instantiator": "^1.0.2",
8855             "php": "^5.3|^7.0",
8856             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
8857             "sebastian/comparator": "^1.1|^2.0|^3.0",
8858             "sebastian/recursion-context": "^1.0|^2.0|^3.0"
8859         },
8860         "require-dev": {
8861             "phpspec/phpspec": "^2.5|^3.2",
8862             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
8863         },
8864         "time": "2018-08-05T17:53:17+00:00",
8865         "type": "library",
8866         "extra": {
8867             "branch-alias": {
8868                 "dev-master": "1.8.x-dev"
8869             }
8870         },
8871         "installation-source": "dist",
8872         "autoload": {
8873             "psr-0": {
8874                 "Prophecy\\": "src/"
8875             }
8876         },
8877         "notification-url": "https://packagist.org/downloads/",
8878         "license": [
8879             "MIT"
8880         ],
8881         "authors": [
8882             {
8883                 "name": "Konstantin Kudryashov",
8884                 "email": "ever.zet@gmail.com",
8885                 "homepage": "http://everzet.com"
8886             },
8887             {
8888                 "name": "Marcello Duarte",
8889                 "email": "marcello.duarte@gmail.com"
8890             }
8891         ],
8892         "description": "Highly opinionated mocking framework for PHP 5.3+",
8893         "homepage": "https://github.com/phpspec/prophecy",
8894         "keywords": [
8895             "Double",
8896             "Dummy",
8897             "fake",
8898             "mock",
8899             "spy",
8900             "stub"
8901         ]
8902     },
8903     {
8904         "name": "phpunit/php-code-coverage",
8905         "version": "2.2.4",
8906         "version_normalized": "2.2.4.0",
8907         "source": {
8908             "type": "git",
8909             "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8910             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
8911         },
8912         "dist": {
8913             "type": "zip",
8914             "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8915             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8916             "shasum": ""
8917         },
8918         "require": {
8919             "php": ">=5.3.3",
8920             "phpunit/php-file-iterator": "~1.3",
8921             "phpunit/php-text-template": "~1.2",
8922             "phpunit/php-token-stream": "~1.3",
8923             "sebastian/environment": "^1.3.2",
8924             "sebastian/version": "~1.0"
8925         },
8926         "require-dev": {
8927             "ext-xdebug": ">=2.1.4",
8928             "phpunit/phpunit": "~4"
8929         },
8930         "suggest": {
8931             "ext-dom": "*",
8932             "ext-xdebug": ">=2.2.1",
8933             "ext-xmlwriter": "*"
8934         },
8935         "time": "2015-10-06T15:47:00+00:00",
8936         "type": "library",
8937         "extra": {
8938             "branch-alias": {
8939                 "dev-master": "2.2.x-dev"
8940             }
8941         },
8942         "installation-source": "dist",
8943         "autoload": {
8944             "classmap": [
8945                 "src/"
8946             ]
8947         },
8948         "notification-url": "https://packagist.org/downloads/",
8949         "license": [
8950             "BSD-3-Clause"
8951         ],
8952         "authors": [
8953             {
8954                 "name": "Sebastian Bergmann",
8955                 "email": "sb@sebastian-bergmann.de",
8956                 "role": "lead"
8957             }
8958         ],
8959         "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8960         "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8961         "keywords": [
8962             "coverage",
8963             "testing",
8964             "xunit"
8965         ]
8966     },
8967     {
8968         "name": "phpunit/php-file-iterator",
8969         "version": "1.4.5",
8970         "version_normalized": "1.4.5.0",
8971         "source": {
8972             "type": "git",
8973             "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8974             "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
8975         },
8976         "dist": {
8977             "type": "zip",
8978             "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
8979             "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
8980             "shasum": ""
8981         },
8982         "require": {
8983             "php": ">=5.3.3"
8984         },
8985         "time": "2017-11-27T13:52:08+00:00",
8986         "type": "library",
8987         "extra": {
8988             "branch-alias": {
8989                 "dev-master": "1.4.x-dev"
8990             }
8991         },
8992         "installation-source": "dist",
8993         "autoload": {
8994             "classmap": [
8995                 "src/"
8996             ]
8997         },
8998         "notification-url": "https://packagist.org/downloads/",
8999         "license": [
9000             "BSD-3-Clause"
9001         ],
9002         "authors": [
9003             {
9004                 "name": "Sebastian Bergmann",
9005                 "email": "sb@sebastian-bergmann.de",
9006                 "role": "lead"
9007             }
9008         ],
9009         "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9010         "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9011         "keywords": [
9012             "filesystem",
9013             "iterator"
9014         ]
9015     },
9016     {
9017         "name": "phpunit/php-text-template",
9018         "version": "1.2.1",
9019         "version_normalized": "1.2.1.0",
9020         "source": {
9021             "type": "git",
9022             "url": "https://github.com/sebastianbergmann/php-text-template.git",
9023             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
9024         },
9025         "dist": {
9026             "type": "zip",
9027             "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
9028             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
9029             "shasum": ""
9030         },
9031         "require": {
9032             "php": ">=5.3.3"
9033         },
9034         "time": "2015-06-21T13:50:34+00:00",
9035         "type": "library",
9036         "installation-source": "dist",
9037         "autoload": {
9038             "classmap": [
9039                 "src/"
9040             ]
9041         },
9042         "notification-url": "https://packagist.org/downloads/",
9043         "license": [
9044             "BSD-3-Clause"
9045         ],
9046         "authors": [
9047             {
9048                 "name": "Sebastian Bergmann",
9049                 "email": "sebastian@phpunit.de",
9050                 "role": "lead"
9051             }
9052         ],
9053         "description": "Simple template engine.",
9054         "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9055         "keywords": [
9056             "template"
9057         ]
9058     },
9059     {
9060         "name": "phpunit/php-timer",
9061         "version": "1.0.9",
9062         "version_normalized": "1.0.9.0",
9063         "source": {
9064             "type": "git",
9065             "url": "https://github.com/sebastianbergmann/php-timer.git",
9066             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
9067         },
9068         "dist": {
9069             "type": "zip",
9070             "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
9071             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
9072             "shasum": ""
9073         },
9074         "require": {
9075             "php": "^5.3.3 || ^7.0"
9076         },
9077         "require-dev": {
9078             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
9079         },
9080         "time": "2017-02-26T11:10:40+00:00",
9081         "type": "library",
9082         "extra": {
9083             "branch-alias": {
9084                 "dev-master": "1.0-dev"
9085             }
9086         },
9087         "installation-source": "dist",
9088         "autoload": {
9089             "classmap": [
9090                 "src/"
9091             ]
9092         },
9093         "notification-url": "https://packagist.org/downloads/",
9094         "license": [
9095             "BSD-3-Clause"
9096         ],
9097         "authors": [
9098             {
9099                 "name": "Sebastian Bergmann",
9100                 "email": "sb@sebastian-bergmann.de",
9101                 "role": "lead"
9102             }
9103         ],
9104         "description": "Utility class for timing",
9105         "homepage": "https://github.com/sebastianbergmann/php-timer/",
9106         "keywords": [
9107             "timer"
9108         ]
9109     },
9110     {
9111         "name": "phpunit/php-token-stream",
9112         "version": "1.4.12",
9113         "version_normalized": "1.4.12.0",
9114         "source": {
9115             "type": "git",
9116             "url": "https://github.com/sebastianbergmann/php-token-stream.git",
9117             "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
9118         },
9119         "dist": {
9120             "type": "zip",
9121             "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
9122             "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
9123             "shasum": ""
9124         },
9125         "require": {
9126             "ext-tokenizer": "*",
9127             "php": ">=5.3.3"
9128         },
9129         "require-dev": {
9130             "phpunit/phpunit": "~4.2"
9131         },
9132         "time": "2017-12-04T08:55:13+00:00",
9133         "type": "library",
9134         "extra": {
9135             "branch-alias": {
9136                 "dev-master": "1.4-dev"
9137             }
9138         },
9139         "installation-source": "dist",
9140         "autoload": {
9141             "classmap": [
9142                 "src/"
9143             ]
9144         },
9145         "notification-url": "https://packagist.org/downloads/",
9146         "license": [
9147             "BSD-3-Clause"
9148         ],
9149         "authors": [
9150             {
9151                 "name": "Sebastian Bergmann",
9152                 "email": "sebastian@phpunit.de"
9153             }
9154         ],
9155         "description": "Wrapper around PHP's tokenizer extension.",
9156         "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
9157         "keywords": [
9158             "tokenizer"
9159         ]
9160     },
9161     {
9162         "name": "phpunit/phpunit",
9163         "version": "4.8.36",
9164         "version_normalized": "4.8.36.0",
9165         "source": {
9166             "type": "git",
9167             "url": "https://github.com/sebastianbergmann/phpunit.git",
9168             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
9169         },
9170         "dist": {
9171             "type": "zip",
9172             "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
9173             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
9174             "shasum": ""
9175         },
9176         "require": {
9177             "ext-dom": "*",
9178             "ext-json": "*",
9179             "ext-pcre": "*",
9180             "ext-reflection": "*",
9181             "ext-spl": "*",
9182             "php": ">=5.3.3",
9183             "phpspec/prophecy": "^1.3.1",
9184             "phpunit/php-code-coverage": "~2.1",
9185             "phpunit/php-file-iterator": "~1.4",
9186             "phpunit/php-text-template": "~1.2",
9187             "phpunit/php-timer": "^1.0.6",
9188             "phpunit/phpunit-mock-objects": "~2.3",
9189             "sebastian/comparator": "~1.2.2",
9190             "sebastian/diff": "~1.2",
9191             "sebastian/environment": "~1.3",
9192             "sebastian/exporter": "~1.2",
9193             "sebastian/global-state": "~1.0",
9194             "sebastian/version": "~1.0",
9195             "symfony/yaml": "~2.1|~3.0"
9196         },
9197         "suggest": {
9198             "phpunit/php-invoker": "~1.1"
9199         },
9200         "time": "2017-06-21T08:07:12+00:00",
9201         "bin": [
9202             "phpunit"
9203         ],
9204         "type": "library",
9205         "extra": {
9206             "branch-alias": {
9207                 "dev-master": "4.8.x-dev"
9208             }
9209         },
9210         "installation-source": "dist",
9211         "autoload": {
9212             "classmap": [
9213                 "src/"
9214             ]
9215         },
9216         "notification-url": "https://packagist.org/downloads/",
9217         "license": [
9218             "BSD-3-Clause"
9219         ],
9220         "authors": [
9221             {
9222                 "name": "Sebastian Bergmann",
9223                 "email": "sebastian@phpunit.de",
9224                 "role": "lead"
9225             }
9226         ],
9227         "description": "The PHP Unit Testing framework.",
9228         "homepage": "https://phpunit.de/",
9229         "keywords": [
9230             "phpunit",
9231             "testing",
9232             "xunit"
9233         ]
9234     },
9235     {
9236         "name": "phpunit/phpunit-mock-objects",
9237         "version": "2.3.8",
9238         "version_normalized": "2.3.8.0",
9239         "source": {
9240             "type": "git",
9241             "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
9242             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
9243         },
9244         "dist": {
9245             "type": "zip",
9246             "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
9247             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
9248             "shasum": ""
9249         },
9250         "require": {
9251             "doctrine/instantiator": "^1.0.2",
9252             "php": ">=5.3.3",
9253             "phpunit/php-text-template": "~1.2",
9254             "sebastian/exporter": "~1.2"
9255         },
9256         "require-dev": {
9257             "phpunit/phpunit": "~4.4"
9258         },
9259         "suggest": {
9260             "ext-soap": "*"
9261         },
9262         "time": "2015-10-02T06:51:40+00:00",
9263         "type": "library",
9264         "extra": {
9265             "branch-alias": {
9266                 "dev-master": "2.3.x-dev"
9267             }
9268         },
9269         "installation-source": "dist",
9270         "autoload": {
9271             "classmap": [
9272                 "src/"
9273             ]
9274         },
9275         "notification-url": "https://packagist.org/downloads/",
9276         "license": [
9277             "BSD-3-Clause"
9278         ],
9279         "authors": [
9280             {
9281                 "name": "Sebastian Bergmann",
9282                 "email": "sb@sebastian-bergmann.de",
9283                 "role": "lead"
9284             }
9285         ],
9286         "description": "Mock Object library for PHPUnit",
9287         "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
9288         "keywords": [
9289             "mock",
9290             "xunit"
9291         ]
9292     },
9293     {
9294         "name": "psr/container",
9295         "version": "1.0.0",
9296         "version_normalized": "1.0.0.0",
9297         "source": {
9298             "type": "git",
9299             "url": "https://github.com/php-fig/container.git",
9300             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
9301         },
9302         "dist": {
9303             "type": "zip",
9304             "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
9305             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
9306             "shasum": ""
9307         },
9308         "require": {
9309             "php": ">=5.3.0"
9310         },
9311         "time": "2017-02-14T16:28:37+00:00",
9312         "type": "library",
9313         "extra": {
9314             "branch-alias": {
9315                 "dev-master": "1.0.x-dev"
9316             }
9317         },
9318         "installation-source": "dist",
9319         "autoload": {
9320             "psr-4": {
9321                 "Psr\\Container\\": "src/"
9322             }
9323         },
9324         "notification-url": "https://packagist.org/downloads/",
9325         "license": [
9326             "MIT"
9327         ],
9328         "authors": [
9329             {
9330                 "name": "PHP-FIG",
9331                 "homepage": "http://www.php-fig.org/"
9332             }
9333         ],
9334         "description": "Common Container Interface (PHP FIG PSR-11)",
9335         "homepage": "https://github.com/php-fig/container",
9336         "keywords": [
9337             "PSR-11",
9338             "container",
9339             "container-interface",
9340             "container-interop",
9341             "psr"
9342         ]
9343     },
9344     {
9345         "name": "psr/http-message",
9346         "version": "1.0.1",
9347         "version_normalized": "1.0.1.0",
9348         "source": {
9349             "type": "git",
9350             "url": "https://github.com/php-fig/http-message.git",
9351             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
9352         },
9353         "dist": {
9354             "type": "zip",
9355             "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
9356             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
9357             "shasum": ""
9358         },
9359         "require": {
9360             "php": ">=5.3.0"
9361         },
9362         "time": "2016-08-06T14:39:51+00:00",
9363         "type": "library",
9364         "extra": {
9365             "branch-alias": {
9366                 "dev-master": "1.0.x-dev"
9367             }
9368         },
9369         "installation-source": "dist",
9370         "autoload": {
9371             "psr-4": {
9372                 "Psr\\Http\\Message\\": "src/"
9373             }
9374         },
9375         "notification-url": "https://packagist.org/downloads/",
9376         "license": [
9377             "MIT"
9378         ],
9379         "authors": [
9380             {
9381                 "name": "PHP-FIG",
9382                 "homepage": "http://www.php-fig.org/"
9383             }
9384         ],
9385         "description": "Common interface for HTTP messages",
9386         "homepage": "https://github.com/php-fig/http-message",
9387         "keywords": [
9388             "http",
9389             "http-message",
9390             "psr",
9391             "psr-7",
9392             "request",
9393             "response"
9394         ]
9395     },
9396     {
9397         "name": "psr/log",
9398         "version": "1.0.2",
9399         "version_normalized": "1.0.2.0",
9400         "source": {
9401             "type": "git",
9402             "url": "https://github.com/php-fig/log.git",
9403             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
9404         },
9405         "dist": {
9406             "type": "zip",
9407             "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
9408             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
9409             "shasum": ""
9410         },
9411         "require": {
9412             "php": ">=5.3.0"
9413         },
9414         "time": "2016-10-10T12:19:37+00:00",
9415         "type": "library",
9416         "extra": {
9417             "branch-alias": {
9418                 "dev-master": "1.0.x-dev"
9419             }
9420         },
9421         "installation-source": "dist",
9422         "autoload": {
9423             "psr-4": {
9424                 "Psr\\Log\\": "Psr/Log/"
9425             }
9426         },
9427         "notification-url": "https://packagist.org/downloads/",
9428         "license": [
9429             "MIT"
9430         ],
9431         "authors": [
9432             {
9433                 "name": "PHP-FIG",
9434                 "homepage": "http://www.php-fig.org/"
9435             }
9436         ],
9437         "description": "Common interface for logging libraries",
9438         "homepage": "https://github.com/php-fig/log",
9439         "keywords": [
9440             "log",
9441             "psr",
9442             "psr-3"
9443         ]
9444     },
9445     {
9446         "name": "psy/psysh",
9447         "version": "v0.9.9",
9448         "version_normalized": "0.9.9.0",
9449         "source": {
9450             "type": "git",
9451             "url": "https://github.com/bobthecow/psysh.git",
9452             "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
9453         },
9454         "dist": {
9455             "type": "zip",
9456             "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
9457             "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
9458             "shasum": ""
9459         },
9460         "require": {
9461             "dnoegel/php-xdg-base-dir": "0.1",
9462             "ext-json": "*",
9463             "ext-tokenizer": "*",
9464             "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
9465             "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
9466             "php": ">=5.4.0",
9467             "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
9468             "symfony/var-dumper": "~2.7|~3.0|~4.0"
9469         },
9470         "require-dev": {
9471             "bamarni/composer-bin-plugin": "^1.2",
9472             "hoa/console": "~2.15|~3.16",
9473             "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
9474         },
9475         "suggest": {
9476             "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
9477             "ext-pdo-sqlite": "The doc command requires SQLite to work.",
9478             "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
9479             "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
9480             "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
9481         },
9482         "time": "2018-10-13T15:16:03+00:00",
9483         "bin": [
9484             "bin/psysh"
9485         ],
9486         "type": "library",
9487         "extra": {
9488             "branch-alias": {
9489                 "dev-develop": "0.9.x-dev"
9490             }
9491         },
9492         "installation-source": "dist",
9493         "autoload": {
9494             "files": [
9495                 "src/functions.php"
9496             ],
9497             "psr-4": {
9498                 "Psy\\": "src/"
9499             }
9500         },
9501         "notification-url": "https://packagist.org/downloads/",
9502         "license": [
9503             "MIT"
9504         ],
9505         "authors": [
9506             {
9507                 "name": "Justin Hileman",
9508                 "email": "justin@justinhileman.info",
9509                 "homepage": "http://justinhileman.com"
9510             }
9511         ],
9512         "description": "An interactive shell for modern PHP.",
9513         "homepage": "http://psysh.org",
9514         "keywords": [
9515             "REPL",
9516             "console",
9517             "interactive",
9518             "shell"
9519         ]
9520     },
9521     {
9522         "name": "roave/security-advisories",
9523         "version": "dev-master",
9524         "version_normalized": "9999999-dev",
9525         "source": {
9526             "type": "git",
9527             "url": "https://github.com/Roave/SecurityAdvisories.git",
9528             "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971"
9529         },
9530         "dist": {
9531             "type": "zip",
9532             "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
9533             "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
9534             "shasum": ""
9535         },
9536         "conflict": {
9537             "3f/pygmentize": "<1.2",
9538             "adodb/adodb-php": "<5.20.12",
9539             "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
9540             "amphp/artax": "<1.0.6|>=2,<2.0.6",
9541             "amphp/http": "<1.0.1",
9542             "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
9543             "aws/aws-sdk-php": ">=3,<3.2.1",
9544             "brightlocal/phpwhois": "<=4.2.5",
9545             "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
9546             "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",
9547             "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
9548             "cartalyst/sentry": "<=2.1.6",
9549             "codeigniter/framework": "<=3.0.6",
9550             "composer/composer": "<=1.0.0-alpha11",
9551             "contao-components/mediaelement": ">=2.14.2,<2.21.1",
9552             "contao/core": ">=2,<3.5.35",
9553             "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
9554             "contao/listing-bundle": ">=4,<4.4.8",
9555             "contao/newsletter-bundle": ">=4,<4.1",
9556             "david-garcia/phpwhois": "<=4.3.1",
9557             "doctrine/annotations": ">=1,<1.2.7",
9558             "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
9559             "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
9560             "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
9561             "doctrine/doctrine-bundle": "<1.5.2",
9562             "doctrine/doctrine-module": "<=0.7.1",
9563             "doctrine/mongodb-odm": ">=1,<1.0.2",
9564             "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
9565             "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
9566             "dompdf/dompdf": ">=0.6,<0.6.2",
9567             "drupal/core": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
9568             "drupal/drupal": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
9569             "erusev/parsedown": "<1.7",
9570             "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",
9571             "ezyang/htmlpurifier": "<4.1.1",
9572             "firebase/php-jwt": "<2",
9573             "fooman/tcpdf": "<6.2.22",
9574             "fossar/tcpdf-parser": "<6.2.22",
9575             "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
9576             "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
9577             "fuel/core": "<1.8.1",
9578             "gree/jose": "<=2.2",
9579             "gregwar/rst": "<1.0.3",
9580             "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
9581             "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",
9582             "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",
9583             "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
9584             "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",
9585             "ivankristianto/phpwhois": "<=4.3",
9586             "james-heinrich/getid3": "<1.9.9",
9587             "joomla/session": "<1.3.1",
9588             "jsmitty12/phpwhois": "<5.1",
9589             "kazist/phpwhois": "<=4.2.6",
9590             "kreait/firebase-php": ">=3.2,<3.8.1",
9591             "la-haute-societe/tcpdf": "<6.2.22",
9592             "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",
9593             "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
9594             "magento/magento1ce": "<1.9.3.9",
9595             "magento/magento1ee": ">=1.9,<1.14.3.2",
9596             "magento/product-community-edition": ">=2,<2.2.6",
9597             "monolog/monolog": ">=1.8,<1.12",
9598             "namshi/jose": "<2.2",
9599             "onelogin/php-saml": "<2.10.4",
9600             "openid/php-openid": "<2.3",
9601             "oro/crm": ">=1.7,<1.7.4",
9602             "oro/platform": ">=1.7,<1.7.4",
9603             "padraic/humbug_get_contents": "<1.1.2",
9604             "pagarme/pagarme-php": ">=0,<3",
9605             "paragonie/random_compat": "<2",
9606             "paypal/merchant-sdk-php": "<3.12",
9607             "phpmailer/phpmailer": ">=5,<5.2.24",
9608             "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
9609             "phpwhois/phpwhois": "<=4.2.5",
9610             "phpxmlrpc/extras": "<0.6.1",
9611             "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
9612             "propel/propel1": ">=1,<=1.7.1",
9613             "pusher/pusher-php-server": "<2.2.1",
9614             "robrichards/xmlseclibs": ">=1,<3.0.2",
9615             "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
9616             "sensiolabs/connect": "<4.2.3",
9617             "serluck/phpwhois": "<=4.2.6",
9618             "shopware/shopware": "<5.3.7",
9619             "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
9620             "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
9621             "silverstripe/framework": ">=3,<3.3",
9622             "silverstripe/userforms": "<3",
9623             "simple-updates/phpwhois": "<=1",
9624             "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
9625             "simplesamlphp/simplesamlphp": "<1.15.2",
9626             "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
9627             "slim/slim": "<2.6",
9628             "smarty/smarty": "<3.1.33",
9629             "socalnick/scn-social-auth": "<1.15.2",
9630             "spoonity/tcpdf": "<6.2.22",
9631             "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
9632             "stormpath/sdk": ">=0,<9.9.99",
9633             "swiftmailer/swiftmailer": ">=4,<5.4.5",
9634             "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
9635             "sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
9636             "symfony/dependency-injection": ">=2,<2.0.17",
9637             "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",
9638             "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
9639             "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",
9640             "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
9641             "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
9642             "symfony/polyfill": ">=1,<1.10",
9643             "symfony/polyfill-php55": ">=1,<1.10",
9644             "symfony/routing": ">=2,<2.0.19",
9645             "symfony/security": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
9646             "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",
9647             "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",
9648             "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",
9649             "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
9650             "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",
9651             "symfony/serializer": ">=2,<2.0.11",
9652             "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",
9653             "symfony/translation": ">=2,<2.0.17",
9654             "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
9655             "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
9656             "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
9657             "tecnickcom/tcpdf": "<6.2.22",
9658             "thelia/backoffice-default-template": ">=2.1,<2.1.2",
9659             "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
9660             "theonedemon/phpwhois": "<=4.2.5",
9661             "titon/framework": ">=0,<9.9.99",
9662             "truckersmp/phpwhois": "<=4.3.1",
9663             "twig/twig": "<1.20",
9664             "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.30|>=8,<8.7.17|>=9,<9.3.2",
9665             "typo3/cms-core": ">=8,<8.7.17|>=9,<9.3.2",
9666             "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",
9667             "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
9668             "wallabag/tcpdf": "<6.2.22",
9669             "willdurand/js-translation-bundle": "<2.1.1",
9670             "yiisoft/yii": ">=1.1.14,<1.1.15",
9671             "yiisoft/yii2": "<2.0.15",
9672             "yiisoft/yii2-bootstrap": "<2.0.4",
9673             "yiisoft/yii2-dev": "<2.0.15",
9674             "yiisoft/yii2-elasticsearch": "<2.0.5",
9675             "yiisoft/yii2-gii": "<2.0.4",
9676             "yiisoft/yii2-jui": "<2.0.4",
9677             "yiisoft/yii2-redis": "<2.0.8",
9678             "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
9679             "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
9680             "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
9681             "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
9682             "zendframework/zend-diactoros": ">=1,<1.8.4",
9683             "zendframework/zend-feed": ">=1,<2.10.3",
9684             "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
9685             "zendframework/zend-http": ">=1,<2.8.1",
9686             "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
9687             "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
9688             "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
9689             "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
9690             "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
9691             "zendframework/zend-validator": ">=2.3,<2.3.6",
9692             "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
9693             "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
9694             "zendframework/zendframework": "<2.5.1",
9695             "zendframework/zendframework1": "<1.12.20",
9696             "zendframework/zendopenid": ">=2,<2.0.2",
9697             "zendframework/zendxml": ">=1,<1.0.1",
9698             "zetacomponents/mail": "<1.8.2",
9699             "zf-commons/zfc-user": "<1.2.2",
9700             "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
9701             "zfr/zfr-oauth2-server-module": "<0.1.2"
9702         },
9703         "time": "2018-11-01T18:39:28+00:00",
9704         "type": "metapackage",
9705         "notification-url": "https://packagist.org/downloads/",
9706         "license": [
9707             "MIT"
9708         ],
9709         "authors": [
9710             {
9711                 "name": "Marco Pivetta",
9712                 "email": "ocramius@gmail.com",
9713                 "role": "maintainer"
9714             }
9715         ],
9716         "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it"
9717     },
9718     {
9719         "name": "sebastian/comparator",
9720         "version": "1.2.4",
9721         "version_normalized": "1.2.4.0",
9722         "source": {
9723             "type": "git",
9724             "url": "https://github.com/sebastianbergmann/comparator.git",
9725             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
9726         },
9727         "dist": {
9728             "type": "zip",
9729             "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9730             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9731             "shasum": ""
9732         },
9733         "require": {
9734             "php": ">=5.3.3",
9735             "sebastian/diff": "~1.2",
9736             "sebastian/exporter": "~1.2 || ~2.0"
9737         },
9738         "require-dev": {
9739             "phpunit/phpunit": "~4.4"
9740         },
9741         "time": "2017-01-29T09:50:25+00:00",
9742         "type": "library",
9743         "extra": {
9744             "branch-alias": {
9745                 "dev-master": "1.2.x-dev"
9746             }
9747         },
9748         "installation-source": "dist",
9749         "autoload": {
9750             "classmap": [
9751                 "src/"
9752             ]
9753         },
9754         "notification-url": "https://packagist.org/downloads/",
9755         "license": [
9756             "BSD-3-Clause"
9757         ],
9758         "authors": [
9759             {
9760                 "name": "Jeff Welch",
9761                 "email": "whatthejeff@gmail.com"
9762             },
9763             {
9764                 "name": "Volker Dusch",
9765                 "email": "github@wallbash.com"
9766             },
9767             {
9768                 "name": "Bernhard Schussek",
9769                 "email": "bschussek@2bepublished.at"
9770             },
9771             {
9772                 "name": "Sebastian Bergmann",
9773                 "email": "sebastian@phpunit.de"
9774             }
9775         ],
9776         "description": "Provides the functionality to compare PHP values for equality",
9777         "homepage": "http://www.github.com/sebastianbergmann/comparator",
9778         "keywords": [
9779             "comparator",
9780             "compare",
9781             "equality"
9782         ]
9783     },
9784     {
9785         "name": "sebastian/diff",
9786         "version": "1.4.3",
9787         "version_normalized": "1.4.3.0",
9788         "source": {
9789             "type": "git",
9790             "url": "https://github.com/sebastianbergmann/diff.git",
9791             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
9792         },
9793         "dist": {
9794             "type": "zip",
9795             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9796             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9797             "shasum": ""
9798         },
9799         "require": {
9800             "php": "^5.3.3 || ^7.0"
9801         },
9802         "require-dev": {
9803             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
9804         },
9805         "time": "2017-05-22T07:24:03+00:00",
9806         "type": "library",
9807         "extra": {
9808             "branch-alias": {
9809                 "dev-master": "1.4-dev"
9810             }
9811         },
9812         "installation-source": "dist",
9813         "autoload": {
9814             "classmap": [
9815                 "src/"
9816             ]
9817         },
9818         "notification-url": "https://packagist.org/downloads/",
9819         "license": [
9820             "BSD-3-Clause"
9821         ],
9822         "authors": [
9823             {
9824                 "name": "Kore Nordmann",
9825                 "email": "mail@kore-nordmann.de"
9826             },
9827             {
9828                 "name": "Sebastian Bergmann",
9829                 "email": "sebastian@phpunit.de"
9830             }
9831         ],
9832         "description": "Diff implementation",
9833         "homepage": "https://github.com/sebastianbergmann/diff",
9834         "keywords": [
9835             "diff"
9836         ]
9837     },
9838     {
9839         "name": "sebastian/environment",
9840         "version": "1.3.8",
9841         "version_normalized": "1.3.8.0",
9842         "source": {
9843             "type": "git",
9844             "url": "https://github.com/sebastianbergmann/environment.git",
9845             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
9846         },
9847         "dist": {
9848             "type": "zip",
9849             "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
9850             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
9851             "shasum": ""
9852         },
9853         "require": {
9854             "php": "^5.3.3 || ^7.0"
9855         },
9856         "require-dev": {
9857             "phpunit/phpunit": "^4.8 || ^5.0"
9858         },
9859         "time": "2016-08-18T05:49:44+00:00",
9860         "type": "library",
9861         "extra": {
9862             "branch-alias": {
9863                 "dev-master": "1.3.x-dev"
9864             }
9865         },
9866         "installation-source": "dist",
9867         "autoload": {
9868             "classmap": [
9869                 "src/"
9870             ]
9871         },
9872         "notification-url": "https://packagist.org/downloads/",
9873         "license": [
9874             "BSD-3-Clause"
9875         ],
9876         "authors": [
9877             {
9878                 "name": "Sebastian Bergmann",
9879                 "email": "sebastian@phpunit.de"
9880             }
9881         ],
9882         "description": "Provides functionality to handle HHVM/PHP environments",
9883         "homepage": "http://www.github.com/sebastianbergmann/environment",
9884         "keywords": [
9885             "Xdebug",
9886             "environment",
9887             "hhvm"
9888         ]
9889     },
9890     {
9891         "name": "sebastian/exporter",
9892         "version": "1.2.2",
9893         "version_normalized": "1.2.2.0",
9894         "source": {
9895             "type": "git",
9896             "url": "https://github.com/sebastianbergmann/exporter.git",
9897             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
9898         },
9899         "dist": {
9900             "type": "zip",
9901             "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
9902             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
9903             "shasum": ""
9904         },
9905         "require": {
9906             "php": ">=5.3.3",
9907             "sebastian/recursion-context": "~1.0"
9908         },
9909         "require-dev": {
9910             "ext-mbstring": "*",
9911             "phpunit/phpunit": "~4.4"
9912         },
9913         "time": "2016-06-17T09:04:28+00:00",
9914         "type": "library",
9915         "extra": {
9916             "branch-alias": {
9917                 "dev-master": "1.3.x-dev"
9918             }
9919         },
9920         "installation-source": "dist",
9921         "autoload": {
9922             "classmap": [
9923                 "src/"
9924             ]
9925         },
9926         "notification-url": "https://packagist.org/downloads/",
9927         "license": [
9928             "BSD-3-Clause"
9929         ],
9930         "authors": [
9931             {
9932                 "name": "Jeff Welch",
9933                 "email": "whatthejeff@gmail.com"
9934             },
9935             {
9936                 "name": "Volker Dusch",
9937                 "email": "github@wallbash.com"
9938             },
9939             {
9940                 "name": "Bernhard Schussek",
9941                 "email": "bschussek@2bepublished.at"
9942             },
9943             {
9944                 "name": "Sebastian Bergmann",
9945                 "email": "sebastian@phpunit.de"
9946             },
9947             {
9948                 "name": "Adam Harvey",
9949                 "email": "aharvey@php.net"
9950             }
9951         ],
9952         "description": "Provides the functionality to export PHP variables for visualization",
9953         "homepage": "http://www.github.com/sebastianbergmann/exporter",
9954         "keywords": [
9955             "export",
9956             "exporter"
9957         ]
9958     },
9959     {
9960         "name": "sebastian/global-state",
9961         "version": "1.1.1",
9962         "version_normalized": "1.1.1.0",
9963         "source": {
9964             "type": "git",
9965             "url": "https://github.com/sebastianbergmann/global-state.git",
9966             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
9967         },
9968         "dist": {
9969             "type": "zip",
9970             "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
9971             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
9972             "shasum": ""
9973         },
9974         "require": {
9975             "php": ">=5.3.3"
9976         },
9977         "require-dev": {
9978             "phpunit/phpunit": "~4.2"
9979         },
9980         "suggest": {
9981             "ext-uopz": "*"
9982         },
9983         "time": "2015-10-12T03:26:01+00:00",
9984         "type": "library",
9985         "extra": {
9986             "branch-alias": {
9987                 "dev-master": "1.0-dev"
9988             }
9989         },
9990         "installation-source": "dist",
9991         "autoload": {
9992             "classmap": [
9993                 "src/"
9994             ]
9995         },
9996         "notification-url": "https://packagist.org/downloads/",
9997         "license": [
9998             "BSD-3-Clause"
9999         ],
10000         "authors": [
10001             {
10002                 "name": "Sebastian Bergmann",
10003                 "email": "sebastian@phpunit.de"
10004             }
10005         ],
10006         "description": "Snapshotting of global state",
10007         "homepage": "http://www.github.com/sebastianbergmann/global-state",
10008         "keywords": [
10009             "global state"
10010         ]
10011     },
10012     {
10013         "name": "sebastian/recursion-context",
10014         "version": "1.0.5",
10015         "version_normalized": "1.0.5.0",
10016         "source": {
10017             "type": "git",
10018             "url": "https://github.com/sebastianbergmann/recursion-context.git",
10019             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
10020         },
10021         "dist": {
10022             "type": "zip",
10023             "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
10024             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
10025             "shasum": ""
10026         },
10027         "require": {
10028             "php": ">=5.3.3"
10029         },
10030         "require-dev": {
10031             "phpunit/phpunit": "~4.4"
10032         },
10033         "time": "2016-10-03T07:41:43+00:00",
10034         "type": "library",
10035         "extra": {
10036             "branch-alias": {
10037                 "dev-master": "1.0.x-dev"
10038             }
10039         },
10040         "installation-source": "dist",
10041         "autoload": {
10042             "classmap": [
10043                 "src/"
10044             ]
10045         },
10046         "notification-url": "https://packagist.org/downloads/",
10047         "license": [
10048             "BSD-3-Clause"
10049         ],
10050         "authors": [
10051             {
10052                 "name": "Jeff Welch",
10053                 "email": "whatthejeff@gmail.com"
10054             },
10055             {
10056                 "name": "Sebastian Bergmann",
10057                 "email": "sebastian@phpunit.de"
10058             },
10059             {
10060                 "name": "Adam Harvey",
10061                 "email": "aharvey@php.net"
10062             }
10063         ],
10064         "description": "Provides functionality to recursively process PHP variables",
10065         "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
10066     },
10067     {
10068         "name": "sebastian/version",
10069         "version": "1.0.6",
10070         "version_normalized": "1.0.6.0",
10071         "source": {
10072             "type": "git",
10073             "url": "https://github.com/sebastianbergmann/version.git",
10074             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
10075         },
10076         "dist": {
10077             "type": "zip",
10078             "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
10079             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
10080             "shasum": ""
10081         },
10082         "time": "2015-06-21T13:59:46+00:00",
10083         "type": "library",
10084         "installation-source": "dist",
10085         "autoload": {
10086             "classmap": [
10087                 "src/"
10088             ]
10089         },
10090         "notification-url": "https://packagist.org/downloads/",
10091         "license": [
10092             "BSD-3-Clause"
10093         ],
10094         "authors": [
10095             {
10096                 "name": "Sebastian Bergmann",
10097                 "email": "sebastian@phpunit.de",
10098                 "role": "lead"
10099             }
10100         ],
10101         "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10102         "homepage": "https://github.com/sebastianbergmann/version"
10103     },
10104     {
10105         "name": "stack/builder",
10106         "version": "v1.0.5",
10107         "version_normalized": "1.0.5.0",
10108         "source": {
10109             "type": "git",
10110             "url": "https://github.com/stackphp/builder.git",
10111             "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
10112         },
10113         "dist": {
10114             "type": "zip",
10115             "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
10116             "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
10117             "shasum": ""
10118         },
10119         "require": {
10120             "php": ">=5.3.0",
10121             "symfony/http-foundation": "~2.1|~3.0|~4.0",
10122             "symfony/http-kernel": "~2.1|~3.0|~4.0"
10123         },
10124         "require-dev": {
10125             "silex/silex": "~1.0"
10126         },
10127         "time": "2017-11-18T14:57:29+00:00",
10128         "type": "library",
10129         "extra": {
10130             "branch-alias": {
10131                 "dev-master": "1.0-dev"
10132             }
10133         },
10134         "installation-source": "dist",
10135         "autoload": {
10136             "psr-0": {
10137                 "Stack": "src"
10138             }
10139         },
10140         "notification-url": "https://packagist.org/downloads/",
10141         "license": [
10142             "MIT"
10143         ],
10144         "authors": [
10145             {
10146                 "name": "Igor Wiedler",
10147                 "email": "igor@wiedler.ch"
10148             }
10149         ],
10150         "description": "Builder for stack middlewares based on HttpKernelInterface.",
10151         "keywords": [
10152             "stack"
10153         ]
10154     },
10155     {
10156         "name": "stecman/symfony-console-completion",
10157         "version": "0.8.0",
10158         "version_normalized": "0.8.0.0",
10159         "source": {
10160             "type": "git",
10161             "url": "https://github.com/stecman/symfony-console-completion.git",
10162             "reference": "cd738867503477e91dbe84173dfabd431c883431"
10163         },
10164         "dist": {
10165             "type": "zip",
10166             "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/cd738867503477e91dbe84173dfabd431c883431",
10167             "reference": "cd738867503477e91dbe84173dfabd431c883431",
10168             "shasum": ""
10169         },
10170         "require": {
10171             "php": ">=5.3.2",
10172             "symfony/console": "~2.3 || ~3.0 || ~4.0"
10173         },
10174         "require-dev": {
10175             "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
10176         },
10177         "time": "2018-02-10T04:28:01+00:00",
10178         "type": "library",
10179         "extra": {
10180             "branch-alias": {
10181                 "dev-master": "0.6.x-dev"
10182             }
10183         },
10184         "installation-source": "dist",
10185         "autoload": {
10186             "psr-4": {
10187                 "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
10188             }
10189         },
10190         "notification-url": "https://packagist.org/downloads/",
10191         "license": [
10192             "MIT"
10193         ],
10194         "authors": [
10195             {
10196                 "name": "Stephen Holdaway",
10197                 "email": "stephen@stecman.co.nz"
10198             }
10199         ],
10200         "description": "Automatic BASH completion for Symfony Console Component based applications."
10201     },
10202     {
10203         "name": "sunra/php-simple-html-dom-parser",
10204         "version": "v1.5.2",
10205         "version_normalized": "1.5.2.0",
10206         "source": {
10207             "type": "git",
10208             "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
10209             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
10210         },
10211         "dist": {
10212             "type": "zip",
10213             "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
10214             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
10215             "shasum": ""
10216         },
10217         "require": {
10218             "ext-mbstring": "*",
10219             "php": ">=5.3.2"
10220         },
10221         "time": "2016-11-22T22:57:47+00:00",
10222         "type": "library",
10223         "installation-source": "dist",
10224         "autoload": {
10225             "psr-0": {
10226                 "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
10227             }
10228         },
10229         "notification-url": "https://packagist.org/downloads/",
10230         "license": [
10231             "MIT"
10232         ],
10233         "authors": [
10234             {
10235                 "name": "Sunra",
10236                 "email": "sunra@yandex.ru",
10237                 "homepage": "https://github.com/sunra"
10238             },
10239             {
10240                 "name": "S.C. Chen",
10241                 "homepage": "http://sourceforge.net/projects/simplehtmldom/"
10242             }
10243         ],
10244         "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.",
10245         "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
10246         "keywords": [
10247             "dom",
10248             "html",
10249             "parser"
10250         ]
10251     },
10252     {
10253         "name": "symfony-cmf/routing",
10254         "version": "1.4.1",
10255         "version_normalized": "1.4.1.0",
10256         "source": {
10257             "type": "git",
10258             "url": "https://github.com/symfony-cmf/routing.git",
10259             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
10260         },
10261         "dist": {
10262             "type": "zip",
10263             "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
10264             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
10265             "shasum": ""
10266         },
10267         "require": {
10268             "php": "^5.3.9|^7.0",
10269             "psr/log": "1.*",
10270             "symfony/http-kernel": "^2.2|3.*",
10271             "symfony/routing": "^2.2|3.*"
10272         },
10273         "require-dev": {
10274             "friendsofsymfony/jsrouting-bundle": "^1.1",
10275             "symfony-cmf/testing": "^1.3",
10276             "symfony/config": "^2.2|3.*",
10277             "symfony/dependency-injection": "^2.0.5|3.*",
10278             "symfony/event-dispatcher": "^2.1|3.*"
10279         },
10280         "suggest": {
10281             "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
10282         },
10283         "time": "2017-05-09T08:10:41+00:00",
10284         "type": "library",
10285         "extra": {
10286             "branch-alias": {
10287                 "dev-master": "1.4-dev"
10288             }
10289         },
10290         "installation-source": "dist",
10291         "autoload": {
10292             "psr-4": {
10293                 "Symfony\\Cmf\\Component\\Routing\\": ""
10294             }
10295         },
10296         "notification-url": "https://packagist.org/downloads/",
10297         "license": [
10298             "MIT"
10299         ],
10300         "authors": [
10301             {
10302                 "name": "Symfony CMF Community",
10303                 "homepage": "https://github.com/symfony-cmf/Routing/contributors"
10304             }
10305         ],
10306         "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
10307         "homepage": "http://cmf.symfony.com",
10308         "keywords": [
10309             "database",
10310             "routing"
10311         ]
10312     },
10313     {
10314         "name": "symfony/browser-kit",
10315         "version": "v3.4.18",
10316         "version_normalized": "3.4.18.0",
10317         "source": {
10318             "type": "git",
10319             "url": "https://github.com/symfony/browser-kit.git",
10320             "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0"
10321         },
10322         "dist": {
10323             "type": "zip",
10324             "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
10325             "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
10326             "shasum": ""
10327         },
10328         "require": {
10329             "php": "^5.5.9|>=7.0.8",
10330             "symfony/dom-crawler": "~2.8|~3.0|~4.0"
10331         },
10332         "require-dev": {
10333             "symfony/css-selector": "~2.8|~3.0|~4.0",
10334             "symfony/process": "~2.8|~3.0|~4.0"
10335         },
10336         "suggest": {
10337             "symfony/process": ""
10338         },
10339         "time": "2018-07-26T09:06:28+00:00",
10340         "type": "library",
10341         "extra": {
10342             "branch-alias": {
10343                 "dev-master": "3.4-dev"
10344             }
10345         },
10346         "installation-source": "dist",
10347         "autoload": {
10348             "psr-4": {
10349                 "Symfony\\Component\\BrowserKit\\": ""
10350             },
10351             "exclude-from-classmap": [
10352                 "/Tests/"
10353             ]
10354         },
10355         "notification-url": "https://packagist.org/downloads/",
10356         "license": [
10357             "MIT"
10358         ],
10359         "authors": [
10360             {
10361                 "name": "Fabien Potencier",
10362                 "email": "fabien@symfony.com"
10363             },
10364             {
10365                 "name": "Symfony Community",
10366                 "homepage": "https://symfony.com/contributors"
10367             }
10368         ],
10369         "description": "Symfony BrowserKit Component",
10370         "homepage": "https://symfony.com"
10371     },
10372     {
10373         "name": "symfony/class-loader",
10374         "version": "v3.4.18",
10375         "version_normalized": "3.4.18.0",
10376         "source": {
10377             "type": "git",
10378             "url": "https://github.com/symfony/class-loader.git",
10379             "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1"
10380         },
10381         "dist": {
10382             "type": "zip",
10383             "url": "https://api.github.com/repos/symfony/class-loader/zipball/5605edec7b8f034ead2497ff4aab17bb70d558c1",
10384             "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1",
10385             "shasum": ""
10386         },
10387         "require": {
10388             "php": "^5.5.9|>=7.0.8"
10389         },
10390         "require-dev": {
10391             "symfony/finder": "~2.8|~3.0|~4.0",
10392             "symfony/polyfill-apcu": "~1.1"
10393         },
10394         "suggest": {
10395             "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
10396         },
10397         "time": "2018-10-31T09:06:03+00:00",
10398         "type": "library",
10399         "extra": {
10400             "branch-alias": {
10401                 "dev-master": "3.4-dev"
10402             }
10403         },
10404         "installation-source": "dist",
10405         "autoload": {
10406             "psr-4": {
10407                 "Symfony\\Component\\ClassLoader\\": ""
10408             },
10409             "exclude-from-classmap": [
10410                 "/Tests/"
10411             ]
10412         },
10413         "notification-url": "https://packagist.org/downloads/",
10414         "license": [
10415             "MIT"
10416         ],
10417         "authors": [
10418             {
10419                 "name": "Fabien Potencier",
10420                 "email": "fabien@symfony.com"
10421             },
10422             {
10423                 "name": "Symfony Community",
10424                 "homepage": "https://symfony.com/contributors"
10425             }
10426         ],
10427         "description": "Symfony ClassLoader Component",
10428         "homepage": "https://symfony.com"
10429     },
10430     {
10431         "name": "symfony/config",
10432         "version": "v3.4.18",
10433         "version_normalized": "3.4.18.0",
10434         "source": {
10435             "type": "git",
10436             "url": "https://github.com/symfony/config.git",
10437             "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d"
10438         },
10439         "dist": {
10440             "type": "zip",
10441             "url": "https://api.github.com/repos/symfony/config/zipball/99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
10442             "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
10443             "shasum": ""
10444         },
10445         "require": {
10446             "php": "^5.5.9|>=7.0.8",
10447             "symfony/filesystem": "~2.8|~3.0|~4.0",
10448             "symfony/polyfill-ctype": "~1.8"
10449         },
10450         "conflict": {
10451             "symfony/dependency-injection": "<3.3",
10452             "symfony/finder": "<3.3"
10453         },
10454         "require-dev": {
10455             "symfony/dependency-injection": "~3.3|~4.0",
10456             "symfony/event-dispatcher": "~3.3|~4.0",
10457             "symfony/finder": "~3.3|~4.0",
10458             "symfony/yaml": "~3.0|~4.0"
10459         },
10460         "suggest": {
10461             "symfony/yaml": "To use the yaml reference dumper"
10462         },
10463         "time": "2018-10-31T09:06:03+00:00",
10464         "type": "library",
10465         "extra": {
10466             "branch-alias": {
10467                 "dev-master": "3.4-dev"
10468             }
10469         },
10470         "installation-source": "dist",
10471         "autoload": {
10472             "psr-4": {
10473                 "Symfony\\Component\\Config\\": ""
10474             },
10475             "exclude-from-classmap": [
10476                 "/Tests/"
10477             ]
10478         },
10479         "notification-url": "https://packagist.org/downloads/",
10480         "license": [
10481             "MIT"
10482         ],
10483         "authors": [
10484             {
10485                 "name": "Fabien Potencier",
10486                 "email": "fabien@symfony.com"
10487             },
10488             {
10489                 "name": "Symfony Community",
10490                 "homepage": "https://symfony.com/contributors"
10491             }
10492         ],
10493         "description": "Symfony Config Component",
10494         "homepage": "https://symfony.com"
10495     },
10496     {
10497         "name": "symfony/console",
10498         "version": "v3.4.18",
10499         "version_normalized": "3.4.18.0",
10500         "source": {
10501             "type": "git",
10502             "url": "https://github.com/symfony/console.git",
10503             "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803"
10504         },
10505         "dist": {
10506             "type": "zip",
10507             "url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803",
10508             "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803",
10509             "shasum": ""
10510         },
10511         "require": {
10512             "php": "^5.5.9|>=7.0.8",
10513             "symfony/debug": "~2.8|~3.0|~4.0",
10514             "symfony/polyfill-mbstring": "~1.0"
10515         },
10516         "conflict": {
10517             "symfony/dependency-injection": "<3.4",
10518             "symfony/process": "<3.3"
10519         },
10520         "require-dev": {
10521             "psr/log": "~1.0",
10522             "symfony/config": "~3.3|~4.0",
10523             "symfony/dependency-injection": "~3.4|~4.0",
10524             "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
10525             "symfony/lock": "~3.4|~4.0",
10526             "symfony/process": "~3.3|~4.0"
10527         },
10528         "suggest": {
10529             "psr/log-implementation": "For using the console logger",
10530             "symfony/event-dispatcher": "",
10531             "symfony/lock": "",
10532             "symfony/process": ""
10533         },
10534         "time": "2018-10-30T16:50:50+00:00",
10535         "type": "library",
10536         "extra": {
10537             "branch-alias": {
10538                 "dev-master": "3.4-dev"
10539             }
10540         },
10541         "installation-source": "dist",
10542         "autoload": {
10543             "psr-4": {
10544                 "Symfony\\Component\\Console\\": ""
10545             },
10546             "exclude-from-classmap": [
10547                 "/Tests/"
10548             ]
10549         },
10550         "notification-url": "https://packagist.org/downloads/",
10551         "license": [
10552             "MIT"
10553         ],
10554         "authors": [
10555             {
10556                 "name": "Fabien Potencier",
10557                 "email": "fabien@symfony.com"
10558             },
10559             {
10560                 "name": "Symfony Community",
10561                 "homepage": "https://symfony.com/contributors"
10562             }
10563         ],
10564         "description": "Symfony Console Component",
10565         "homepage": "https://symfony.com"
10566     },
10567     {
10568         "name": "symfony/css-selector",
10569         "version": "v2.8.47",
10570         "version_normalized": "2.8.47.0",
10571         "source": {
10572             "type": "git",
10573             "url": "https://github.com/symfony/css-selector.git",
10574             "reference": "208aca6c35e332f87c84707dd228d404370c8835"
10575         },
10576         "dist": {
10577             "type": "zip",
10578             "url": "https://api.github.com/repos/symfony/css-selector/zipball/208aca6c35e332f87c84707dd228d404370c8835",
10579             "reference": "208aca6c35e332f87c84707dd228d404370c8835",
10580             "shasum": ""
10581         },
10582         "require": {
10583             "php": ">=5.3.9"
10584         },
10585         "time": "2018-10-02T16:27:16+00:00",
10586         "type": "library",
10587         "extra": {
10588             "branch-alias": {
10589                 "dev-master": "2.8-dev"
10590             }
10591         },
10592         "installation-source": "dist",
10593         "autoload": {
10594             "psr-4": {
10595                 "Symfony\\Component\\CssSelector\\": ""
10596             },
10597             "exclude-from-classmap": [
10598                 "/Tests/"
10599             ]
10600         },
10601         "notification-url": "https://packagist.org/downloads/",
10602         "license": [
10603             "MIT"
10604         ],
10605         "authors": [
10606             {
10607                 "name": "Jean-François Simon",
10608                 "email": "jeanfrancois.simon@sensiolabs.com"
10609             },
10610             {
10611                 "name": "Fabien Potencier",
10612                 "email": "fabien@symfony.com"
10613             },
10614             {
10615                 "name": "Symfony Community",
10616                 "homepage": "https://symfony.com/contributors"
10617             }
10618         ],
10619         "description": "Symfony CssSelector Component",
10620         "homepage": "https://symfony.com"
10621     },
10622     {
10623         "name": "symfony/debug",
10624         "version": "v3.4.18",
10625         "version_normalized": "3.4.18.0",
10626         "source": {
10627             "type": "git",
10628             "url": "https://github.com/symfony/debug.git",
10629             "reference": "fe9793af008b651c5441bdeab21ede8172dab097"
10630         },
10631         "dist": {
10632             "type": "zip",
10633             "url": "https://api.github.com/repos/symfony/debug/zipball/fe9793af008b651c5441bdeab21ede8172dab097",
10634             "reference": "fe9793af008b651c5441bdeab21ede8172dab097",
10635             "shasum": ""
10636         },
10637         "require": {
10638             "php": "^5.5.9|>=7.0.8",
10639             "psr/log": "~1.0"
10640         },
10641         "conflict": {
10642             "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
10643         },
10644         "require-dev": {
10645             "symfony/http-kernel": "~2.8|~3.0|~4.0"
10646         },
10647         "time": "2018-10-31T09:06:03+00:00",
10648         "type": "library",
10649         "extra": {
10650             "branch-alias": {
10651                 "dev-master": "3.4-dev"
10652             }
10653         },
10654         "installation-source": "dist",
10655         "autoload": {
10656             "psr-4": {
10657                 "Symfony\\Component\\Debug\\": ""
10658             },
10659             "exclude-from-classmap": [
10660                 "/Tests/"
10661             ]
10662         },
10663         "notification-url": "https://packagist.org/downloads/",
10664         "license": [
10665             "MIT"
10666         ],
10667         "authors": [
10668             {
10669                 "name": "Fabien Potencier",
10670                 "email": "fabien@symfony.com"
10671             },
10672             {
10673                 "name": "Symfony Community",
10674                 "homepage": "https://symfony.com/contributors"
10675             }
10676         ],
10677         "description": "Symfony Debug Component",
10678         "homepage": "https://symfony.com"
10679     },
10680     {
10681         "name": "symfony/dependency-injection",
10682         "version": "v3.4.18",
10683         "version_normalized": "3.4.18.0",
10684         "source": {
10685             "type": "git",
10686             "url": "https://github.com/symfony/dependency-injection.git",
10687             "reference": "9c98452ac7fff4b538956775630bc9701f5384ba"
10688         },
10689         "dist": {
10690             "type": "zip",
10691             "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9c98452ac7fff4b538956775630bc9701f5384ba",
10692             "reference": "9c98452ac7fff4b538956775630bc9701f5384ba",
10693             "shasum": ""
10694         },
10695         "require": {
10696             "php": "^5.5.9|>=7.0.8",
10697             "psr/container": "^1.0"
10698         },
10699         "conflict": {
10700             "symfony/config": "<3.3.7",
10701             "symfony/finder": "<3.3",
10702             "symfony/proxy-manager-bridge": "<3.4",
10703             "symfony/yaml": "<3.4"
10704         },
10705         "provide": {
10706             "psr/container-implementation": "1.0"
10707         },
10708         "require-dev": {
10709             "symfony/config": "~3.3|~4.0",
10710             "symfony/expression-language": "~2.8|~3.0|~4.0",
10711             "symfony/yaml": "~3.4|~4.0"
10712         },
10713         "suggest": {
10714             "symfony/config": "",
10715             "symfony/expression-language": "For using expressions in service container configuration",
10716             "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
10717             "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
10718             "symfony/yaml": ""
10719         },
10720         "time": "2018-10-31T10:49:51+00:00",
10721         "type": "library",
10722         "extra": {
10723             "branch-alias": {
10724                 "dev-master": "3.4-dev"
10725             }
10726         },
10727         "installation-source": "dist",
10728         "autoload": {
10729             "psr-4": {
10730                 "Symfony\\Component\\DependencyInjection\\": ""
10731             },
10732             "exclude-from-classmap": [
10733                 "/Tests/"
10734             ]
10735         },
10736         "notification-url": "https://packagist.org/downloads/",
10737         "license": [
10738             "MIT"
10739         ],
10740         "authors": [
10741             {
10742                 "name": "Fabien Potencier",
10743                 "email": "fabien@symfony.com"
10744             },
10745             {
10746                 "name": "Symfony Community",
10747                 "homepage": "https://symfony.com/contributors"
10748             }
10749         ],
10750         "description": "Symfony DependencyInjection Component",
10751         "homepage": "https://symfony.com"
10752     },
10753     {
10754         "name": "symfony/dom-crawler",
10755         "version": "v3.4.18",
10756         "version_normalized": "3.4.18.0",
10757         "source": {
10758             "type": "git",
10759             "url": "https://github.com/symfony/dom-crawler.git",
10760             "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722"
10761         },
10762         "dist": {
10763             "type": "zip",
10764             "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c705bee03ade5b47c087807dd9ffaaec8dda2722",
10765             "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722",
10766             "shasum": ""
10767         },
10768         "require": {
10769             "php": "^5.5.9|>=7.0.8",
10770             "symfony/polyfill-ctype": "~1.8",
10771             "symfony/polyfill-mbstring": "~1.0"
10772         },
10773         "require-dev": {
10774             "symfony/css-selector": "~2.8|~3.0|~4.0"
10775         },
10776         "suggest": {
10777             "symfony/css-selector": ""
10778         },
10779         "time": "2018-10-02T12:28:39+00:00",
10780         "type": "library",
10781         "extra": {
10782             "branch-alias": {
10783                 "dev-master": "3.4-dev"
10784             }
10785         },
10786         "installation-source": "dist",
10787         "autoload": {
10788             "psr-4": {
10789                 "Symfony\\Component\\DomCrawler\\": ""
10790             },
10791             "exclude-from-classmap": [
10792                 "/Tests/"
10793             ]
10794         },
10795         "notification-url": "https://packagist.org/downloads/",
10796         "license": [
10797             "MIT"
10798         ],
10799         "authors": [
10800             {
10801                 "name": "Fabien Potencier",
10802                 "email": "fabien@symfony.com"
10803             },
10804             {
10805                 "name": "Symfony Community",
10806                 "homepage": "https://symfony.com/contributors"
10807             }
10808         ],
10809         "description": "Symfony DomCrawler Component",
10810         "homepage": "https://symfony.com"
10811     },
10812     {
10813         "name": "symfony/event-dispatcher",
10814         "version": "v3.4.18",
10815         "version_normalized": "3.4.18.0",
10816         "source": {
10817             "type": "git",
10818             "url": "https://github.com/symfony/event-dispatcher.git",
10819             "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14"
10820         },
10821         "dist": {
10822             "type": "zip",
10823             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
10824             "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
10825             "shasum": ""
10826         },
10827         "require": {
10828             "php": "^5.5.9|>=7.0.8"
10829         },
10830         "conflict": {
10831             "symfony/dependency-injection": "<3.3"
10832         },
10833         "require-dev": {
10834             "psr/log": "~1.0",
10835             "symfony/config": "~2.8|~3.0|~4.0",
10836             "symfony/dependency-injection": "~3.3|~4.0",
10837             "symfony/expression-language": "~2.8|~3.0|~4.0",
10838             "symfony/stopwatch": "~2.8|~3.0|~4.0"
10839         },
10840         "suggest": {
10841             "symfony/dependency-injection": "",
10842             "symfony/http-kernel": ""
10843         },
10844         "time": "2018-10-30T16:50:50+00:00",
10845         "type": "library",
10846         "extra": {
10847             "branch-alias": {
10848                 "dev-master": "3.4-dev"
10849             }
10850         },
10851         "installation-source": "dist",
10852         "autoload": {
10853             "psr-4": {
10854                 "Symfony\\Component\\EventDispatcher\\": ""
10855             },
10856             "exclude-from-classmap": [
10857                 "/Tests/"
10858             ]
10859         },
10860         "notification-url": "https://packagist.org/downloads/",
10861         "license": [
10862             "MIT"
10863         ],
10864         "authors": [
10865             {
10866                 "name": "Fabien Potencier",
10867                 "email": "fabien@symfony.com"
10868             },
10869             {
10870                 "name": "Symfony Community",
10871                 "homepage": "https://symfony.com/contributors"
10872             }
10873         ],
10874         "description": "Symfony EventDispatcher Component",
10875         "homepage": "https://symfony.com"
10876     },
10877     {
10878         "name": "symfony/filesystem",
10879         "version": "v3.4.18",
10880         "version_normalized": "3.4.18.0",
10881         "source": {
10882             "type": "git",
10883             "url": "https://github.com/symfony/filesystem.git",
10884             "reference": "d69930fc337d767607267d57c20a7403d0a822a4"
10885         },
10886         "dist": {
10887             "type": "zip",
10888             "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4",
10889             "reference": "d69930fc337d767607267d57c20a7403d0a822a4",
10890             "shasum": ""
10891         },
10892         "require": {
10893             "php": "^5.5.9|>=7.0.8",
10894             "symfony/polyfill-ctype": "~1.8"
10895         },
10896         "time": "2018-10-02T12:28:39+00:00",
10897         "type": "library",
10898         "extra": {
10899             "branch-alias": {
10900                 "dev-master": "3.4-dev"
10901             }
10902         },
10903         "installation-source": "dist",
10904         "autoload": {
10905             "psr-4": {
10906                 "Symfony\\Component\\Filesystem\\": ""
10907             },
10908             "exclude-from-classmap": [
10909                 "/Tests/"
10910             ]
10911         },
10912         "notification-url": "https://packagist.org/downloads/",
10913         "license": [
10914             "MIT"
10915         ],
10916         "authors": [
10917             {
10918                 "name": "Fabien Potencier",
10919                 "email": "fabien@symfony.com"
10920             },
10921             {
10922                 "name": "Symfony Community",
10923                 "homepage": "https://symfony.com/contributors"
10924             }
10925         ],
10926         "description": "Symfony Filesystem Component",
10927         "homepage": "https://symfony.com"
10928     },
10929     {
10930         "name": "symfony/finder",
10931         "version": "v3.4.18",
10932         "version_normalized": "3.4.18.0",
10933         "source": {
10934             "type": "git",
10935             "url": "https://github.com/symfony/finder.git",
10936             "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
10937         },
10938         "dist": {
10939             "type": "zip",
10940             "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
10941             "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
10942             "shasum": ""
10943         },
10944         "require": {
10945             "php": "^5.5.9|>=7.0.8"
10946         },
10947         "time": "2018-10-03T08:46:40+00:00",
10948         "type": "library",
10949         "extra": {
10950             "branch-alias": {
10951                 "dev-master": "3.4-dev"
10952             }
10953         },
10954         "installation-source": "dist",
10955         "autoload": {
10956             "psr-4": {
10957                 "Symfony\\Component\\Finder\\": ""
10958             },
10959             "exclude-from-classmap": [
10960                 "/Tests/"
10961             ]
10962         },
10963         "notification-url": "https://packagist.org/downloads/",
10964         "license": [
10965             "MIT"
10966         ],
10967         "authors": [
10968             {
10969                 "name": "Fabien Potencier",
10970                 "email": "fabien@symfony.com"
10971             },
10972             {
10973                 "name": "Symfony Community",
10974                 "homepage": "https://symfony.com/contributors"
10975             }
10976         ],
10977         "description": "Symfony Finder Component",
10978         "homepage": "https://symfony.com"
10979     },
10980     {
10981         "name": "symfony/http-foundation",
10982         "version": "v3.4.18",
10983         "version_normalized": "3.4.18.0",
10984         "source": {
10985             "type": "git",
10986             "url": "https://github.com/symfony/http-foundation.git",
10987             "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0"
10988         },
10989         "dist": {
10990             "type": "zip",
10991             "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
10992             "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
10993             "shasum": ""
10994         },
10995         "require": {
10996             "php": "^5.5.9|>=7.0.8",
10997             "symfony/polyfill-mbstring": "~1.1",
10998             "symfony/polyfill-php70": "~1.6"
10999         },
11000         "require-dev": {
11001             "symfony/expression-language": "~2.8|~3.0|~4.0"
11002         },
11003         "time": "2018-10-31T08:57:11+00:00",
11004         "type": "library",
11005         "extra": {
11006             "branch-alias": {
11007                 "dev-master": "3.4-dev"
11008             }
11009         },
11010         "installation-source": "dist",
11011         "autoload": {
11012             "psr-4": {
11013                 "Symfony\\Component\\HttpFoundation\\": ""
11014             },
11015             "exclude-from-classmap": [
11016                 "/Tests/"
11017             ]
11018         },
11019         "notification-url": "https://packagist.org/downloads/",
11020         "license": [
11021             "MIT"
11022         ],
11023         "authors": [
11024             {
11025                 "name": "Fabien Potencier",
11026                 "email": "fabien@symfony.com"
11027             },
11028             {
11029                 "name": "Symfony Community",
11030                 "homepage": "https://symfony.com/contributors"
11031             }
11032         ],
11033         "description": "Symfony HttpFoundation Component",
11034         "homepage": "https://symfony.com"
11035     },
11036     {
11037         "name": "symfony/http-kernel",
11038         "version": "v3.4.18",
11039         "version_normalized": "3.4.18.0",
11040         "source": {
11041             "type": "git",
11042             "url": "https://github.com/symfony/http-kernel.git",
11043             "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb"
11044         },
11045         "dist": {
11046             "type": "zip",
11047             "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
11048             "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
11049             "shasum": ""
11050         },
11051         "require": {
11052             "php": "^5.5.9|>=7.0.8",
11053             "psr/log": "~1.0",
11054             "symfony/debug": "~2.8|~3.0|~4.0",
11055             "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
11056             "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
11057             "symfony/polyfill-ctype": "~1.8"
11058         },
11059         "conflict": {
11060             "symfony/config": "<2.8",
11061             "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
11062             "symfony/var-dumper": "<3.3",
11063             "twig/twig": "<1.34|<2.4,>=2"
11064         },
11065         "provide": {
11066             "psr/log-implementation": "1.0"
11067         },
11068         "require-dev": {
11069             "psr/cache": "~1.0",
11070             "symfony/browser-kit": "~2.8|~3.0|~4.0",
11071             "symfony/class-loader": "~2.8|~3.0",
11072             "symfony/config": "~2.8|~3.0|~4.0",
11073             "symfony/console": "~2.8|~3.0|~4.0",
11074             "symfony/css-selector": "~2.8|~3.0|~4.0",
11075             "symfony/dependency-injection": "^3.4.10|^4.0.10",
11076             "symfony/dom-crawler": "~2.8|~3.0|~4.0",
11077             "symfony/expression-language": "~2.8|~3.0|~4.0",
11078             "symfony/finder": "~2.8|~3.0|~4.0",
11079             "symfony/process": "~2.8|~3.0|~4.0",
11080             "symfony/routing": "~3.4|~4.0",
11081             "symfony/stopwatch": "~2.8|~3.0|~4.0",
11082             "symfony/templating": "~2.8|~3.0|~4.0",
11083             "symfony/translation": "~2.8|~3.0|~4.0",
11084             "symfony/var-dumper": "~3.3|~4.0"
11085         },
11086         "suggest": {
11087             "symfony/browser-kit": "",
11088             "symfony/config": "",
11089             "symfony/console": "",
11090             "symfony/dependency-injection": "",
11091             "symfony/finder": "",
11092             "symfony/var-dumper": ""
11093         },
11094         "time": "2018-11-03T10:03:02+00:00",
11095         "type": "library",
11096         "extra": {
11097             "branch-alias": {
11098                 "dev-master": "3.4-dev"
11099             }
11100         },
11101         "installation-source": "dist",
11102         "autoload": {
11103             "psr-4": {
11104                 "Symfony\\Component\\HttpKernel\\": ""
11105             },
11106             "exclude-from-classmap": [
11107                 "/Tests/"
11108             ]
11109         },
11110         "notification-url": "https://packagist.org/downloads/",
11111         "license": [
11112             "MIT"
11113         ],
11114         "authors": [
11115             {
11116                 "name": "Fabien Potencier",
11117                 "email": "fabien@symfony.com"
11118             },
11119             {
11120                 "name": "Symfony Community",
11121                 "homepage": "https://symfony.com/contributors"
11122             }
11123         ],
11124         "description": "Symfony HttpKernel Component",
11125         "homepage": "https://symfony.com"
11126     },
11127     {
11128         "name": "symfony/polyfill-ctype",
11129         "version": "v1.10.0",
11130         "version_normalized": "1.10.0.0",
11131         "source": {
11132             "type": "git",
11133             "url": "https://github.com/symfony/polyfill-ctype.git",
11134             "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
11135         },
11136         "dist": {
11137             "type": "zip",
11138             "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
11139             "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
11140             "shasum": ""
11141         },
11142         "require": {
11143             "php": ">=5.3.3"
11144         },
11145         "suggest": {
11146             "ext-ctype": "For best performance"
11147         },
11148         "time": "2018-08-06T14:22:27+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\\Ctype\\": ""
11159             },
11160             "files": [
11161                 "bootstrap.php"
11162             ]
11163         },
11164         "notification-url": "https://packagist.org/downloads/",
11165         "license": [
11166             "MIT"
11167         ],
11168         "authors": [
11169             {
11170                 "name": "Symfony Community",
11171                 "homepage": "https://symfony.com/contributors"
11172             },
11173             {
11174                 "name": "Gert de Pagter",
11175                 "email": "BackEndTea@gmail.com"
11176             }
11177         ],
11178         "description": "Symfony polyfill for ctype functions",
11179         "homepage": "https://symfony.com",
11180         "keywords": [
11181             "compatibility",
11182             "ctype",
11183             "polyfill",
11184             "portable"
11185         ]
11186     },
11187     {
11188         "name": "symfony/polyfill-iconv",
11189         "version": "v1.10.0",
11190         "version_normalized": "1.10.0.0",
11191         "source": {
11192             "type": "git",
11193             "url": "https://github.com/symfony/polyfill-iconv.git",
11194             "reference": "97001cfc283484c9691769f51cdf25259037eba2"
11195         },
11196         "dist": {
11197             "type": "zip",
11198             "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2",
11199             "reference": "97001cfc283484c9691769f51cdf25259037eba2",
11200             "shasum": ""
11201         },
11202         "require": {
11203             "php": ">=5.3.3"
11204         },
11205         "suggest": {
11206             "ext-iconv": "For best performance"
11207         },
11208         "time": "2018-09-21T06:26:08+00:00",
11209         "type": "library",
11210         "extra": {
11211             "branch-alias": {
11212                 "dev-master": "1.9-dev"
11213             }
11214         },
11215         "installation-source": "dist",
11216         "autoload": {
11217             "psr-4": {
11218                 "Symfony\\Polyfill\\Iconv\\": ""
11219             },
11220             "files": [
11221                 "bootstrap.php"
11222             ]
11223         },
11224         "notification-url": "https://packagist.org/downloads/",
11225         "license": [
11226             "MIT"
11227         ],
11228         "authors": [
11229             {
11230                 "name": "Nicolas Grekas",
11231                 "email": "p@tchwork.com"
11232             },
11233             {
11234                 "name": "Symfony Community",
11235                 "homepage": "https://symfony.com/contributors"
11236             }
11237         ],
11238         "description": "Symfony polyfill for the Iconv extension",
11239         "homepage": "https://symfony.com",
11240         "keywords": [
11241             "compatibility",
11242             "iconv",
11243             "polyfill",
11244             "portable",
11245             "shim"
11246         ]
11247     },
11248     {
11249         "name": "symfony/polyfill-mbstring",
11250         "version": "v1.10.0",
11251         "version_normalized": "1.10.0.0",
11252         "source": {
11253             "type": "git",
11254             "url": "https://github.com/symfony/polyfill-mbstring.git",
11255             "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
11256         },
11257         "dist": {
11258             "type": "zip",
11259             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
11260             "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
11261             "shasum": ""
11262         },
11263         "require": {
11264             "php": ">=5.3.3"
11265         },
11266         "suggest": {
11267             "ext-mbstring": "For best performance"
11268         },
11269         "time": "2018-09-21T13:07:52+00:00",
11270         "type": "library",
11271         "extra": {
11272             "branch-alias": {
11273                 "dev-master": "1.9-dev"
11274             }
11275         },
11276         "installation-source": "dist",
11277         "autoload": {
11278             "psr-4": {
11279                 "Symfony\\Polyfill\\Mbstring\\": ""
11280             },
11281             "files": [
11282                 "bootstrap.php"
11283             ]
11284         },
11285         "notification-url": "https://packagist.org/downloads/",
11286         "license": [
11287             "MIT"
11288         ],
11289         "authors": [
11290             {
11291                 "name": "Nicolas Grekas",
11292                 "email": "p@tchwork.com"
11293             },
11294             {
11295                 "name": "Symfony Community",
11296                 "homepage": "https://symfony.com/contributors"
11297             }
11298         ],
11299         "description": "Symfony polyfill for the Mbstring extension",
11300         "homepage": "https://symfony.com",
11301         "keywords": [
11302             "compatibility",
11303             "mbstring",
11304             "polyfill",
11305             "portable",
11306             "shim"
11307         ]
11308     },
11309     {
11310         "name": "symfony/polyfill-php70",
11311         "version": "v1.10.0",
11312         "version_normalized": "1.10.0.0",
11313         "source": {
11314             "type": "git",
11315             "url": "https://github.com/symfony/polyfill-php70.git",
11316             "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
11317         },
11318         "dist": {
11319             "type": "zip",
11320             "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
11321             "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
11322             "shasum": ""
11323         },
11324         "require": {
11325             "paragonie/random_compat": "~1.0|~2.0|~9.99",
11326             "php": ">=5.3.3"
11327         },
11328         "time": "2018-09-21T06:26:08+00:00",
11329         "type": "library",
11330         "extra": {
11331             "branch-alias": {
11332                 "dev-master": "1.9-dev"
11333             }
11334         },
11335         "installation-source": "dist",
11336         "autoload": {
11337             "psr-4": {
11338                 "Symfony\\Polyfill\\Php70\\": ""
11339             },
11340             "files": [
11341                 "bootstrap.php"
11342             ],
11343             "classmap": [
11344                 "Resources/stubs"
11345             ]
11346         },
11347         "notification-url": "https://packagist.org/downloads/",
11348         "license": [
11349             "MIT"
11350         ],
11351         "authors": [
11352             {
11353                 "name": "Nicolas Grekas",
11354                 "email": "p@tchwork.com"
11355             },
11356             {
11357                 "name": "Symfony Community",
11358                 "homepage": "https://symfony.com/contributors"
11359             }
11360         ],
11361         "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
11362         "homepage": "https://symfony.com",
11363         "keywords": [
11364             "compatibility",
11365             "polyfill",
11366             "portable",
11367             "shim"
11368         ]
11369     },
11370     {
11371         "name": "symfony/process",
11372         "version": "v3.4.18",
11373         "version_normalized": "3.4.18.0",
11374         "source": {
11375             "type": "git",
11376             "url": "https://github.com/symfony/process.git",
11377             "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb"
11378         },
11379         "dist": {
11380             "type": "zip",
11381             "url": "https://api.github.com/repos/symfony/process/zipball/35c2914a9f50519bd207164c353ae4d59182c2cb",
11382             "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb",
11383             "shasum": ""
11384         },
11385         "require": {
11386             "php": "^5.5.9|>=7.0.8"
11387         },
11388         "time": "2018-10-14T17:33:21+00:00",
11389         "type": "library",
11390         "extra": {
11391             "branch-alias": {
11392                 "dev-master": "3.4-dev"
11393             }
11394         },
11395         "installation-source": "dist",
11396         "autoload": {
11397             "psr-4": {
11398                 "Symfony\\Component\\Process\\": ""
11399             },
11400             "exclude-from-classmap": [
11401                 "/Tests/"
11402             ]
11403         },
11404         "notification-url": "https://packagist.org/downloads/",
11405         "license": [
11406             "MIT"
11407         ],
11408         "authors": [
11409             {
11410                 "name": "Fabien Potencier",
11411                 "email": "fabien@symfony.com"
11412             },
11413             {
11414                 "name": "Symfony Community",
11415                 "homepage": "https://symfony.com/contributors"
11416             }
11417         ],
11418         "description": "Symfony Process Component",
11419         "homepage": "https://symfony.com"
11420     },
11421     {
11422         "name": "symfony/psr-http-message-bridge",
11423         "version": "v1.1.0",
11424         "version_normalized": "1.1.0.0",
11425         "source": {
11426             "type": "git",
11427             "url": "https://github.com/symfony/psr-http-message-bridge.git",
11428             "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196"
11429         },
11430         "dist": {
11431             "type": "zip",
11432             "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/53c15a6a7918e6c2ab16ae370ea607fb40cab196",
11433             "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196",
11434             "shasum": ""
11435         },
11436         "require": {
11437             "php": "^5.3.3 || ^7.0",
11438             "psr/http-message": "^1.0",
11439             "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0"
11440         },
11441         "require-dev": {
11442             "symfony/phpunit-bridge": "^3.4 || 4.0"
11443         },
11444         "suggest": {
11445             "psr/http-factory-implementation": "To use the PSR-17 factory",
11446             "psr/http-message-implementation": "To use the HttpFoundation factory",
11447             "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
11448         },
11449         "time": "2018-08-30T16:28:28+00:00",
11450         "type": "symfony-bridge",
11451         "extra": {
11452             "branch-alias": {
11453                 "dev-master": "1.1-dev"
11454             }
11455         },
11456         "installation-source": "dist",
11457         "autoload": {
11458             "psr-4": {
11459                 "Symfony\\Bridge\\PsrHttpMessage\\": ""
11460             }
11461         },
11462         "notification-url": "https://packagist.org/downloads/",
11463         "license": [
11464             "MIT"
11465         ],
11466         "authors": [
11467             {
11468                 "name": "Symfony Community",
11469                 "homepage": "http://symfony.com/contributors"
11470             },
11471             {
11472                 "name": "Fabien Potencier",
11473                 "email": "fabien@symfony.com"
11474             }
11475         ],
11476         "description": "PSR HTTP message bridge",
11477         "homepage": "http://symfony.com",
11478         "keywords": [
11479             "http",
11480             "http-message",
11481             "psr-7"
11482         ]
11483     },
11484     {
11485         "name": "symfony/routing",
11486         "version": "v3.4.18",
11487         "version_normalized": "3.4.18.0",
11488         "source": {
11489             "type": "git",
11490             "url": "https://github.com/symfony/routing.git",
11491             "reference": "585f6e2d740393d546978769dd56e496a6233e0b"
11492         },
11493         "dist": {
11494             "type": "zip",
11495             "url": "https://api.github.com/repos/symfony/routing/zipball/585f6e2d740393d546978769dd56e496a6233e0b",
11496             "reference": "585f6e2d740393d546978769dd56e496a6233e0b",
11497             "shasum": ""
11498         },
11499         "require": {
11500             "php": "^5.5.9|>=7.0.8"
11501         },
11502         "conflict": {
11503             "symfony/config": "<3.3.1",
11504             "symfony/dependency-injection": "<3.3",
11505             "symfony/yaml": "<3.4"
11506         },
11507         "require-dev": {
11508             "doctrine/annotations": "~1.0",
11509             "psr/log": "~1.0",
11510             "symfony/config": "^3.3.1|~4.0",
11511             "symfony/dependency-injection": "~3.3|~4.0",
11512             "symfony/expression-language": "~2.8|~3.0|~4.0",
11513             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11514             "symfony/yaml": "~3.4|~4.0"
11515         },
11516         "suggest": {
11517             "doctrine/annotations": "For using the annotation loader",
11518             "symfony/config": "For using the all-in-one router or any loader",
11519             "symfony/dependency-injection": "For loading routes from a service",
11520             "symfony/expression-language": "For using expression matching",
11521             "symfony/http-foundation": "For using a Symfony Request object",
11522             "symfony/yaml": "For using the YAML loader"
11523         },
11524         "time": "2018-10-02T12:28:39+00:00",
11525         "type": "library",
11526         "extra": {
11527             "branch-alias": {
11528                 "dev-master": "3.4-dev"
11529             }
11530         },
11531         "installation-source": "dist",
11532         "autoload": {
11533             "psr-4": {
11534                 "Symfony\\Component\\Routing\\": ""
11535             },
11536             "exclude-from-classmap": [
11537                 "/Tests/"
11538             ]
11539         },
11540         "notification-url": "https://packagist.org/downloads/",
11541         "license": [
11542             "MIT"
11543         ],
11544         "authors": [
11545             {
11546                 "name": "Fabien Potencier",
11547                 "email": "fabien@symfony.com"
11548             },
11549             {
11550                 "name": "Symfony Community",
11551                 "homepage": "https://symfony.com/contributors"
11552             }
11553         ],
11554         "description": "Symfony Routing Component",
11555         "homepage": "https://symfony.com",
11556         "keywords": [
11557             "router",
11558             "routing",
11559             "uri",
11560             "url"
11561         ]
11562     },
11563     {
11564         "name": "symfony/serializer",
11565         "version": "v3.4.18",
11566         "version_normalized": "3.4.18.0",
11567         "source": {
11568             "type": "git",
11569             "url": "https://github.com/symfony/serializer.git",
11570             "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb"
11571         },
11572         "dist": {
11573             "type": "zip",
11574             "url": "https://api.github.com/repos/symfony/serializer/zipball/8bc00ef47a428bfebc4641f29d158e7c56137fcb",
11575             "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb",
11576             "shasum": ""
11577         },
11578         "require": {
11579             "php": "^5.5.9|>=7.0.8",
11580             "symfony/polyfill-ctype": "~1.8"
11581         },
11582         "conflict": {
11583             "phpdocumentor/type-resolver": "<0.2.1",
11584             "symfony/dependency-injection": "<3.2",
11585             "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
11586             "symfony/property-info": "<3.1",
11587             "symfony/yaml": "<3.4"
11588         },
11589         "require-dev": {
11590             "doctrine/annotations": "~1.0",
11591             "doctrine/cache": "~1.0",
11592             "phpdocumentor/reflection-docblock": "^3.0|^4.0",
11593             "symfony/cache": "~3.1|~4.0",
11594             "symfony/config": "~2.8|~3.0|~4.0",
11595             "symfony/dependency-injection": "~3.2|~4.0",
11596             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11597             "symfony/property-access": "~2.8|~3.0|~4.0",
11598             "symfony/property-info": "~3.1|~4.0",
11599             "symfony/yaml": "~3.4|~4.0"
11600         },
11601         "suggest": {
11602             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
11603             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
11604             "psr/cache-implementation": "For using the metadata cache.",
11605             "symfony/config": "For using the XML mapping loader.",
11606             "symfony/http-foundation": "To use the DataUriNormalizer.",
11607             "symfony/property-access": "For using the ObjectNormalizer.",
11608             "symfony/property-info": "To deserialize relations.",
11609             "symfony/yaml": "For using the default YAML mapping loader."
11610         },
11611         "time": "2018-10-02T12:28:39+00:00",
11612         "type": "library",
11613         "extra": {
11614             "branch-alias": {
11615                 "dev-master": "3.4-dev"
11616             }
11617         },
11618         "installation-source": "dist",
11619         "autoload": {
11620             "psr-4": {
11621                 "Symfony\\Component\\Serializer\\": ""
11622             },
11623             "exclude-from-classmap": [
11624                 "/Tests/"
11625             ]
11626         },
11627         "notification-url": "https://packagist.org/downloads/",
11628         "license": [
11629             "MIT"
11630         ],
11631         "authors": [
11632             {
11633                 "name": "Fabien Potencier",
11634                 "email": "fabien@symfony.com"
11635             },
11636             {
11637                 "name": "Symfony Community",
11638                 "homepage": "https://symfony.com/contributors"
11639             }
11640         ],
11641         "description": "Symfony Serializer Component",
11642         "homepage": "https://symfony.com"
11643     },
11644     {
11645         "name": "symfony/translation",
11646         "version": "v3.4.18",
11647         "version_normalized": "3.4.18.0",
11648         "source": {
11649             "type": "git",
11650             "url": "https://github.com/symfony/translation.git",
11651             "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352"
11652         },
11653         "dist": {
11654             "type": "zip",
11655             "url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352",
11656             "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352",
11657             "shasum": ""
11658         },
11659         "require": {
11660             "php": "^5.5.9|>=7.0.8",
11661             "symfony/polyfill-mbstring": "~1.0"
11662         },
11663         "conflict": {
11664             "symfony/config": "<2.8",
11665             "symfony/dependency-injection": "<3.4",
11666             "symfony/yaml": "<3.4"
11667         },
11668         "require-dev": {
11669             "psr/log": "~1.0",
11670             "symfony/config": "~2.8|~3.0|~4.0",
11671             "symfony/dependency-injection": "~3.4|~4.0",
11672             "symfony/finder": "~2.8|~3.0|~4.0",
11673             "symfony/intl": "^2.8.18|^3.2.5|~4.0",
11674             "symfony/yaml": "~3.4|~4.0"
11675         },
11676         "suggest": {
11677             "psr/log-implementation": "To use logging capability in translator",
11678             "symfony/config": "",
11679             "symfony/yaml": ""
11680         },
11681         "time": "2018-10-02T16:33:53+00:00",
11682         "type": "library",
11683         "extra": {
11684             "branch-alias": {
11685                 "dev-master": "3.4-dev"
11686             }
11687         },
11688         "installation-source": "dist",
11689         "autoload": {
11690             "psr-4": {
11691                 "Symfony\\Component\\Translation\\": ""
11692             },
11693             "exclude-from-classmap": [
11694                 "/Tests/"
11695             ]
11696         },
11697         "notification-url": "https://packagist.org/downloads/",
11698         "license": [
11699             "MIT"
11700         ],
11701         "authors": [
11702             {
11703                 "name": "Fabien Potencier",
11704                 "email": "fabien@symfony.com"
11705             },
11706             {
11707                 "name": "Symfony Community",
11708                 "homepage": "https://symfony.com/contributors"
11709             }
11710         ],
11711         "description": "Symfony Translation Component",
11712         "homepage": "https://symfony.com"
11713     },
11714     {
11715         "name": "symfony/validator",
11716         "version": "v3.4.18",
11717         "version_normalized": "3.4.18.0",
11718         "source": {
11719             "type": "git",
11720             "url": "https://github.com/symfony/validator.git",
11721             "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c"
11722         },
11723         "dist": {
11724             "type": "zip",
11725             "url": "https://api.github.com/repos/symfony/validator/zipball/6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
11726             "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
11727             "shasum": ""
11728         },
11729         "require": {
11730             "php": "^5.5.9|>=7.0.8",
11731             "symfony/polyfill-ctype": "~1.8",
11732             "symfony/polyfill-mbstring": "~1.0",
11733             "symfony/translation": "~2.8|~3.0|~4.0"
11734         },
11735         "conflict": {
11736             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
11737             "symfony/dependency-injection": "<3.3",
11738             "symfony/http-kernel": "<3.3.5",
11739             "symfony/yaml": "<3.4"
11740         },
11741         "require-dev": {
11742             "doctrine/annotations": "~1.0",
11743             "doctrine/cache": "~1.0",
11744             "egulias/email-validator": "^1.2.8|~2.0",
11745             "symfony/cache": "~3.1|~4.0",
11746             "symfony/config": "~2.8|~3.0|~4.0",
11747             "symfony/dependency-injection": "~3.3|~4.0",
11748             "symfony/expression-language": "~2.8|~3.0|~4.0",
11749             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11750             "symfony/http-kernel": "^3.3.5|~4.0",
11751             "symfony/intl": "^2.8.18|^3.2.5|~4.0",
11752             "symfony/property-access": "~2.8|~3.0|~4.0",
11753             "symfony/var-dumper": "~3.3|~4.0",
11754             "symfony/yaml": "~3.4|~4.0"
11755         },
11756         "suggest": {
11757             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
11758             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
11759             "egulias/email-validator": "Strict (RFC compliant) email validation",
11760             "psr/cache-implementation": "For using the metadata cache.",
11761             "symfony/config": "",
11762             "symfony/expression-language": "For using the Expression validator",
11763             "symfony/http-foundation": "",
11764             "symfony/intl": "",
11765             "symfony/property-access": "For accessing properties within comparison constraints",
11766             "symfony/yaml": ""
11767         },
11768         "time": "2018-10-14T18:32:13+00:00",
11769         "type": "library",
11770         "extra": {
11771             "branch-alias": {
11772                 "dev-master": "3.4-dev"
11773             }
11774         },
11775         "installation-source": "dist",
11776         "autoload": {
11777             "psr-4": {
11778                 "Symfony\\Component\\Validator\\": ""
11779             },
11780             "exclude-from-classmap": [
11781                 "/Tests/"
11782             ]
11783         },
11784         "notification-url": "https://packagist.org/downloads/",
11785         "license": [
11786             "MIT"
11787         ],
11788         "authors": [
11789             {
11790                 "name": "Fabien Potencier",
11791                 "email": "fabien@symfony.com"
11792             },
11793             {
11794                 "name": "Symfony Community",
11795                 "homepage": "https://symfony.com/contributors"
11796             }
11797         ],
11798         "description": "Symfony Validator Component",
11799         "homepage": "https://symfony.com"
11800     },
11801     {
11802         "name": "symfony/var-dumper",
11803         "version": "v3.4.18",
11804         "version_normalized": "3.4.18.0",
11805         "source": {
11806             "type": "git",
11807             "url": "https://github.com/symfony/var-dumper.git",
11808             "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181"
11809         },
11810         "dist": {
11811             "type": "zip",
11812             "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181",
11813             "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181",
11814             "shasum": ""
11815         },
11816         "require": {
11817             "php": "^5.5.9|>=7.0.8",
11818             "symfony/polyfill-mbstring": "~1.0"
11819         },
11820         "conflict": {
11821             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11822         },
11823         "require-dev": {
11824             "ext-iconv": "*",
11825             "twig/twig": "~1.34|~2.4"
11826         },
11827         "suggest": {
11828             "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
11829             "ext-intl": "To show region name in time zone dump",
11830             "ext-symfony_debug": ""
11831         },
11832         "time": "2018-10-02T16:33:53+00:00",
11833         "type": "library",
11834         "extra": {
11835             "branch-alias": {
11836                 "dev-master": "3.4-dev"
11837             }
11838         },
11839         "installation-source": "dist",
11840         "autoload": {
11841             "files": [
11842                 "Resources/functions/dump.php"
11843             ],
11844             "psr-4": {
11845                 "Symfony\\Component\\VarDumper\\": ""
11846             },
11847             "exclude-from-classmap": [
11848                 "/Tests/"
11849             ]
11850         },
11851         "notification-url": "https://packagist.org/downloads/",
11852         "license": [
11853             "MIT"
11854         ],
11855         "authors": [
11856             {
11857                 "name": "Nicolas Grekas",
11858                 "email": "p@tchwork.com"
11859             },
11860             {
11861                 "name": "Symfony Community",
11862                 "homepage": "https://symfony.com/contributors"
11863             }
11864         ],
11865         "description": "Symfony mechanism for exploring and dumping PHP variables",
11866         "homepage": "https://symfony.com",
11867         "keywords": [
11868             "debug",
11869             "dump"
11870         ]
11871     },
11872     {
11873         "name": "symfony/yaml",
11874         "version": "v3.4.18",
11875         "version_normalized": "3.4.18.0",
11876         "source": {
11877             "type": "git",
11878             "url": "https://github.com/symfony/yaml.git",
11879             "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f"
11880         },
11881         "dist": {
11882             "type": "zip",
11883             "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f",
11884             "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f",
11885             "shasum": ""
11886         },
11887         "require": {
11888             "php": "^5.5.9|>=7.0.8",
11889             "symfony/polyfill-ctype": "~1.8"
11890         },
11891         "conflict": {
11892             "symfony/console": "<3.4"
11893         },
11894         "require-dev": {
11895             "symfony/console": "~3.4|~4.0"
11896         },
11897         "suggest": {
11898             "symfony/console": "For validating YAML files using the lint command"
11899         },
11900         "time": "2018-10-02T16:33:53+00:00",
11901         "type": "library",
11902         "extra": {
11903             "branch-alias": {
11904                 "dev-master": "3.4-dev"
11905             }
11906         },
11907         "installation-source": "dist",
11908         "autoload": {
11909             "psr-4": {
11910                 "Symfony\\Component\\Yaml\\": ""
11911             },
11912             "exclude-from-classmap": [
11913                 "/Tests/"
11914             ]
11915         },
11916         "notification-url": "https://packagist.org/downloads/",
11917         "license": [
11918             "MIT"
11919         ],
11920         "authors": [
11921             {
11922                 "name": "Fabien Potencier",
11923                 "email": "fabien@symfony.com"
11924             },
11925             {
11926                 "name": "Symfony Community",
11927                 "homepage": "https://symfony.com/contributors"
11928             }
11929         ],
11930         "description": "Symfony Yaml Component",
11931         "homepage": "https://symfony.com"
11932     },
11933     {
11934         "name": "twbs/bootstrap-sass",
11935         "version": "v3.3.7",
11936         "version_normalized": "3.3.7.0",
11937         "source": {
11938             "type": "git",
11939             "url": "https://github.com/twbs/bootstrap-sass.git",
11940             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
11941         },
11942         "dist": {
11943             "type": "zip",
11944             "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
11945             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
11946             "shasum": ""
11947         },
11948         "time": "2016-07-25T19:58:53+00:00",
11949         "type": "library",
11950         "extra": {
11951             "branch-alias": {
11952                 "dev-master": "3.3.x-dev"
11953             }
11954         },
11955         "installation-source": "dist",
11956         "notification-url": "https://packagist.org/downloads/",
11957         "license": [
11958             "MIT"
11959         ],
11960         "authors": [
11961             {
11962                 "name": "Mark Otto"
11963             },
11964             {
11965                 "name": "Thomas McDonald"
11966             },
11967             {
11968                 "name": "Tristan Harward"
11969             },
11970             {
11971                 "name": "Peter Gumeson"
11972             },
11973             {
11974                 "name": "Gleb Mazovetskiy"
11975             },
11976             {
11977                 "name": "Jacob Thornton"
11978             }
11979         ],
11980         "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
11981         "homepage": "http://github.com/twbs/bootstrap-sass",
11982         "keywords": [
11983             "bootstrap",
11984             "css",
11985             "sass"
11986         ]
11987     },
11988     {
11989         "name": "twig/twig",
11990         "version": "v1.35.4",
11991         "version_normalized": "1.35.4.0",
11992         "source": {
11993             "type": "git",
11994             "url": "https://github.com/twigphp/Twig.git",
11995             "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
11996         },
11997         "dist": {
11998             "type": "zip",
11999             "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
12000             "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
12001             "shasum": ""
12002         },
12003         "require": {
12004             "php": ">=5.3.3",
12005             "symfony/polyfill-ctype": "^1.8"
12006         },
12007         "require-dev": {
12008             "psr/container": "^1.0",
12009             "symfony/debug": "^2.7",
12010             "symfony/phpunit-bridge": "^3.3"
12011         },
12012         "time": "2018-07-13T07:12:17+00:00",
12013         "type": "library",
12014         "extra": {
12015             "branch-alias": {
12016                 "dev-master": "1.35-dev"
12017             }
12018         },
12019         "installation-source": "dist",
12020         "autoload": {
12021             "psr-0": {
12022                 "Twig_": "lib/"
12023             },
12024             "psr-4": {
12025                 "Twig\\": "src/"
12026             }
12027         },
12028         "notification-url": "https://packagist.org/downloads/",
12029         "license": [
12030             "BSD-3-Clause"
12031         ],
12032         "authors": [
12033             {
12034                 "name": "Fabien Potencier",
12035                 "email": "fabien@symfony.com",
12036                 "homepage": "http://fabien.potencier.org",
12037                 "role": "Lead Developer"
12038             },
12039             {
12040                 "name": "Armin Ronacher",
12041                 "email": "armin.ronacher@active-4.com",
12042                 "role": "Project Founder"
12043             },
12044             {
12045                 "name": "Twig Team",
12046                 "homepage": "https://twig.symfony.com/contributors",
12047                 "role": "Contributors"
12048             }
12049         ],
12050         "description": "Twig, the flexible, fast, and secure template language for PHP",
12051         "homepage": "https://twig.symfony.com",
12052         "keywords": [
12053             "templating"
12054         ]
12055     },
12056     {
12057         "name": "webflo/drupal-finder",
12058         "version": "1.1.0",
12059         "version_normalized": "1.1.0.0",
12060         "source": {
12061             "type": "git",
12062             "url": "https://github.com/webflo/drupal-finder.git",
12063             "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
12064         },
12065         "dist": {
12066             "type": "zip",
12067             "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
12068             "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
12069             "shasum": ""
12070         },
12071         "require-dev": {
12072             "mikey179/vfsstream": "^1.6",
12073             "phpunit/phpunit": "^4.8"
12074         },
12075         "time": "2017-10-24T08:12:11+00:00",
12076         "type": "library",
12077         "installation-source": "dist",
12078         "autoload": {
12079             "classmap": [
12080                 "src/DrupalFinder.php"
12081             ]
12082         },
12083         "notification-url": "https://packagist.org/downloads/",
12084         "license": [
12085             "GPL-2.0+"
12086         ],
12087         "authors": [
12088             {
12089                 "name": "Florian Weber",
12090                 "email": "florian@webflo.org"
12091             }
12092         ],
12093         "description": "Helper class to locate a Drupal installation from a given path."
12094     },
12095     {
12096         "name": "webmozart/assert",
12097         "version": "1.3.0",
12098         "version_normalized": "1.3.0.0",
12099         "source": {
12100             "type": "git",
12101             "url": "https://github.com/webmozart/assert.git",
12102             "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
12103         },
12104         "dist": {
12105             "type": "zip",
12106             "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
12107             "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
12108             "shasum": ""
12109         },
12110         "require": {
12111             "php": "^5.3.3 || ^7.0"
12112         },
12113         "require-dev": {
12114             "phpunit/phpunit": "^4.6",
12115             "sebastian/version": "^1.0.1"
12116         },
12117         "time": "2018-01-29T19:49:41+00:00",
12118         "type": "library",
12119         "extra": {
12120             "branch-alias": {
12121                 "dev-master": "1.3-dev"
12122             }
12123         },
12124         "installation-source": "dist",
12125         "autoload": {
12126             "psr-4": {
12127                 "Webmozart\\Assert\\": "src/"
12128             }
12129         },
12130         "notification-url": "https://packagist.org/downloads/",
12131         "license": [
12132             "MIT"
12133         ],
12134         "authors": [
12135             {
12136                 "name": "Bernhard Schussek",
12137                 "email": "bschussek@gmail.com"
12138             }
12139         ],
12140         "description": "Assertions to validate method input/output with nice error messages.",
12141         "keywords": [
12142             "assert",
12143             "check",
12144             "validate"
12145         ]
12146     },
12147     {
12148         "name": "webmozart/path-util",
12149         "version": "2.3.0",
12150         "version_normalized": "2.3.0.0",
12151         "source": {
12152             "type": "git",
12153             "url": "https://github.com/webmozart/path-util.git",
12154             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
12155         },
12156         "dist": {
12157             "type": "zip",
12158             "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
12159             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
12160             "shasum": ""
12161         },
12162         "require": {
12163             "php": ">=5.3.3",
12164             "webmozart/assert": "~1.0"
12165         },
12166         "require-dev": {
12167             "phpunit/phpunit": "^4.6",
12168             "sebastian/version": "^1.0.1"
12169         },
12170         "time": "2015-12-17T08:42:14+00:00",
12171         "type": "library",
12172         "extra": {
12173             "branch-alias": {
12174                 "dev-master": "2.3-dev"
12175             }
12176         },
12177         "installation-source": "dist",
12178         "autoload": {
12179             "psr-4": {
12180                 "Webmozart\\PathUtil\\": "src/"
12181             }
12182         },
12183         "notification-url": "https://packagist.org/downloads/",
12184         "license": [
12185             "MIT"
12186         ],
12187         "authors": [
12188             {
12189                 "name": "Bernhard Schussek",
12190                 "email": "bschussek@gmail.com"
12191             }
12192         ],
12193         "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths."
12194     },
12195     {
12196         "name": "zendframework/zend-diactoros",
12197         "version": "1.8.6",
12198         "version_normalized": "1.8.6.0",
12199         "source": {
12200             "type": "git",
12201             "url": "https://github.com/zendframework/zend-diactoros.git",
12202             "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
12203         },
12204         "dist": {
12205             "type": "zip",
12206             "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
12207             "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
12208             "shasum": ""
12209         },
12210         "require": {
12211             "php": "^5.6 || ^7.0",
12212             "psr/http-message": "^1.0"
12213         },
12214         "provide": {
12215             "psr/http-message-implementation": "1.0"
12216         },
12217         "require-dev": {
12218             "ext-dom": "*",
12219             "ext-libxml": "*",
12220             "php-http/psr7-integration-tests": "dev-master",
12221             "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
12222             "zendframework/zend-coding-standard": "~1.0"
12223         },
12224         "time": "2018-09-05T19:29:37+00:00",
12225         "type": "library",
12226         "extra": {
12227             "branch-alias": {
12228                 "dev-master": "1.8.x-dev",
12229                 "dev-develop": "1.9.x-dev",
12230                 "dev-release-2.0": "2.0.x-dev"
12231             }
12232         },
12233         "installation-source": "dist",
12234         "autoload": {
12235             "files": [
12236                 "src/functions/create_uploaded_file.php",
12237                 "src/functions/marshal_headers_from_sapi.php",
12238                 "src/functions/marshal_method_from_sapi.php",
12239                 "src/functions/marshal_protocol_version_from_sapi.php",
12240                 "src/functions/marshal_uri_from_sapi.php",
12241                 "src/functions/normalize_server.php",
12242                 "src/functions/normalize_uploaded_files.php",
12243                 "src/functions/parse_cookie_header.php"
12244             ],
12245             "psr-4": {
12246                 "Zend\\Diactoros\\": "src/"
12247             }
12248         },
12249         "notification-url": "https://packagist.org/downloads/",
12250         "license": [
12251             "BSD-2-Clause"
12252         ],
12253         "description": "PSR HTTP Message implementations",
12254         "homepage": "https://github.com/zendframework/zend-diactoros",
12255         "keywords": [
12256             "http",
12257             "psr",
12258             "psr-7"
12259         ]
12260     },
12261     {
12262         "name": "zendframework/zend-escaper",
12263         "version": "2.6.0",
12264         "version_normalized": "2.6.0.0",
12265         "source": {
12266             "type": "git",
12267             "url": "https://github.com/zendframework/zend-escaper.git",
12268             "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
12269         },
12270         "dist": {
12271             "type": "zip",
12272             "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
12273             "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
12274             "shasum": ""
12275         },
12276         "require": {
12277             "php": "^5.6 || ^7.0"
12278         },
12279         "require-dev": {
12280             "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
12281             "zendframework/zend-coding-standard": "~1.0.0"
12282         },
12283         "time": "2018-04-25T15:48:53+00:00",
12284         "type": "library",
12285         "extra": {
12286             "branch-alias": {
12287                 "dev-master": "2.6.x-dev",
12288                 "dev-develop": "2.7.x-dev"
12289             }
12290         },
12291         "installation-source": "dist",
12292         "autoload": {
12293             "psr-4": {
12294                 "Zend\\Escaper\\": "src/"
12295             }
12296         },
12297         "notification-url": "https://packagist.org/downloads/",
12298         "license": [
12299             "BSD-3-Clause"
12300         ],
12301         "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
12302         "keywords": [
12303             "ZendFramework",
12304             "escaper",
12305             "zf"
12306         ]
12307     },
12308     {
12309         "name": "zendframework/zend-feed",
12310         "version": "2.10.3",
12311         "version_normalized": "2.10.3.0",
12312         "source": {
12313             "type": "git",
12314             "url": "https://github.com/zendframework/zend-feed.git",
12315             "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888"
12316         },
12317         "dist": {
12318             "type": "zip",
12319             "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/6641f4cf3f4586c63f83fd70b6d19966025c8888",
12320             "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888",
12321             "shasum": ""
12322         },
12323         "require": {
12324             "php": "^5.6 || ^7.0",
12325             "zendframework/zend-escaper": "^2.5.2",
12326             "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
12327         },
12328         "require-dev": {
12329             "phpunit/phpunit": "^5.7.23 || ^6.4.3",
12330             "psr/http-message": "^1.0.1",
12331             "zendframework/zend-cache": "^2.7.2",
12332             "zendframework/zend-coding-standard": "~1.0.0",
12333             "zendframework/zend-db": "^2.8.2",
12334             "zendframework/zend-http": "^2.7",
12335             "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
12336             "zendframework/zend-validator": "^2.10.1"
12337         },
12338         "suggest": {
12339             "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
12340             "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
12341             "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
12342             "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
12343             "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
12344             "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
12345         },
12346         "time": "2018-08-01T13:53:20+00:00",
12347         "type": "library",
12348         "extra": {
12349             "branch-alias": {
12350                 "dev-master": "2.10.x-dev",
12351                 "dev-develop": "2.11.x-dev"
12352             }
12353         },
12354         "installation-source": "dist",
12355         "autoload": {
12356             "psr-4": {
12357                 "Zend\\Feed\\": "src/"
12358             }
12359         },
12360         "notification-url": "https://packagist.org/downloads/",
12361         "license": [
12362             "BSD-3-Clause"
12363         ],
12364         "description": "provides functionality for consuming RSS and Atom feeds",
12365         "keywords": [
12366             "ZendFramework",
12367             "feed",
12368             "zf"
12369         ]
12370     },
12371     {
12372         "name": "zendframework/zend-stdlib",
12373         "version": "3.2.1",
12374         "version_normalized": "3.2.1.0",
12375         "source": {
12376             "type": "git",
12377             "url": "https://github.com/zendframework/zend-stdlib.git",
12378             "reference": "66536006722aff9e62d1b331025089b7ec71c065"
12379         },
12380         "dist": {
12381             "type": "zip",
12382             "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
12383             "reference": "66536006722aff9e62d1b331025089b7ec71c065",
12384             "shasum": ""
12385         },
12386         "require": {
12387             "php": "^5.6 || ^7.0"
12388         },
12389         "require-dev": {
12390             "phpbench/phpbench": "^0.13",
12391             "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
12392             "zendframework/zend-coding-standard": "~1.0.0"
12393         },
12394         "time": "2018-08-28T21:34:05+00:00",
12395         "type": "library",
12396         "extra": {
12397             "branch-alias": {
12398                 "dev-master": "3.2.x-dev",
12399                 "dev-develop": "3.3.x-dev"
12400             }
12401         },
12402         "installation-source": "dist",
12403         "autoload": {
12404             "psr-4": {
12405                 "Zend\\Stdlib\\": "src/"
12406             }
12407         },
12408         "notification-url": "https://packagist.org/downloads/",
12409         "license": [
12410             "BSD-3-Clause"
12411         ],
12412         "description": "SPL extensions, array utilities, error handlers, and more",
12413         "keywords": [
12414             "ZendFramework",
12415             "stdlib",
12416             "zf"
12417         ]
12418     }
12419 ]