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