Updated to Drupal 8.5. Core Media not yet in use.
[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.24.0",
481         "version_normalized": "1.24.0.0",
482         "source": {
483             "type": "git",
484             "url": "https://github.com/Chi-teck/drupal-code-generator.git",
485             "reference": "20682ec4acc92e9671ba7b9bd0e972978c3a08f2"
486         },
487         "dist": {
488             "type": "zip",
489             "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/20682ec4acc92e9671ba7b9bd0e972978c3a08f2",
490             "reference": "20682ec4acc92e9671ba7b9bd0e972978c3a08f2",
491             "shasum": ""
492         },
493         "require": {
494             "php": ">=5.5.9",
495             "symfony/console": "~2.7|^3",
496             "symfony/filesystem": "~2.7|^3",
497             "twig/twig": "^1.23.1"
498         },
499         "time": "2018-04-25T17:35:50+00:00",
500         "bin": [
501             "bin/dcg"
502         ],
503         "type": "library",
504         "installation-source": "dist",
505         "autoload": {
506             "files": [
507                 "src/bootstrap.php"
508             ],
509             "psr-4": {
510                 "DrupalCodeGenerator\\": "src"
511             }
512         },
513         "notification-url": "https://packagist.org/downloads/",
514         "license": [
515             "GPL-2.0-or-later"
516         ],
517         "description": "Drupal code generator"
518     },
519     {
520         "name": "composer/installers",
521         "version": "v1.5.0",
522         "version_normalized": "1.5.0.0",
523         "source": {
524             "type": "git",
525             "url": "https://github.com/composer/installers.git",
526             "reference": "049797d727261bf27f2690430d935067710049c2"
527         },
528         "dist": {
529             "type": "zip",
530             "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
531             "reference": "049797d727261bf27f2690430d935067710049c2",
532             "shasum": ""
533         },
534         "require": {
535             "composer-plugin-api": "^1.0"
536         },
537         "replace": {
538             "roundcube/plugin-installer": "*",
539             "shama/baton": "*"
540         },
541         "require-dev": {
542             "composer/composer": "1.0.*@dev",
543             "phpunit/phpunit": "^4.8.36"
544         },
545         "time": "2017-12-29T09:13:20+00:00",
546         "type": "composer-plugin",
547         "extra": {
548             "class": "Composer\\Installers\\Plugin",
549             "branch-alias": {
550                 "dev-master": "1.0-dev"
551             }
552         },
553         "installation-source": "dist",
554         "autoload": {
555             "psr-4": {
556                 "Composer\\Installers\\": "src/Composer/Installers"
557             }
558         },
559         "notification-url": "https://packagist.org/downloads/",
560         "license": [
561             "MIT"
562         ],
563         "authors": [
564             {
565                 "name": "Kyle Robinson Young",
566                 "email": "kyle@dontkry.com",
567                 "homepage": "https://github.com/shama"
568             }
569         ],
570         "description": "A multi-framework Composer library installer",
571         "homepage": "https://composer.github.io/installers/",
572         "keywords": [
573             "Craft",
574             "Dolibarr",
575             "Eliasis",
576             "Hurad",
577             "ImageCMS",
578             "Kanboard",
579             "Lan Management System",
580             "MODX Evo",
581             "Mautic",
582             "Maya",
583             "OXID",
584             "Plentymarkets",
585             "Porto",
586             "RadPHP",
587             "SMF",
588             "Thelia",
589             "WolfCMS",
590             "agl",
591             "aimeos",
592             "annotatecms",
593             "attogram",
594             "bitrix",
595             "cakephp",
596             "chef",
597             "cockpit",
598             "codeigniter",
599             "concrete5",
600             "croogo",
601             "dokuwiki",
602             "drupal",
603             "eZ Platform",
604             "elgg",
605             "expressionengine",
606             "fuelphp",
607             "grav",
608             "installer",
609             "itop",
610             "joomla",
611             "kohana",
612             "laravel",
613             "lavalite",
614             "lithium",
615             "magento",
616             "majima",
617             "mako",
618             "mediawiki",
619             "modulework",
620             "modx",
621             "moodle",
622             "osclass",
623             "phpbb",
624             "piwik",
625             "ppi",
626             "puppet",
627             "pxcms",
628             "reindex",
629             "roundcube",
630             "shopware",
631             "silverstripe",
632             "sydes",
633             "symfony",
634             "typo3",
635             "wordpress",
636             "yawik",
637             "zend",
638             "zikula"
639         ]
640     },
641     {
642         "name": "composer/semver",
643         "version": "1.4.2",
644         "version_normalized": "1.4.2.0",
645         "source": {
646             "type": "git",
647             "url": "https://github.com/composer/semver.git",
648             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
649         },
650         "dist": {
651             "type": "zip",
652             "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
653             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
654             "shasum": ""
655         },
656         "require": {
657             "php": "^5.3.2 || ^7.0"
658         },
659         "require-dev": {
660             "phpunit/phpunit": "^4.5 || ^5.0.5",
661             "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
662         },
663         "time": "2016-08-30T16:08:34+00:00",
664         "type": "library",
665         "extra": {
666             "branch-alias": {
667                 "dev-master": "1.x-dev"
668             }
669         },
670         "installation-source": "dist",
671         "autoload": {
672             "psr-4": {
673                 "Composer\\Semver\\": "src"
674             }
675         },
676         "notification-url": "https://packagist.org/downloads/",
677         "license": [
678             "MIT"
679         ],
680         "authors": [
681             {
682                 "name": "Nils Adermann",
683                 "email": "naderman@naderman.de",
684                 "homepage": "http://www.naderman.de"
685             },
686             {
687                 "name": "Jordi Boggiano",
688                 "email": "j.boggiano@seld.be",
689                 "homepage": "http://seld.be"
690             },
691             {
692                 "name": "Rob Bast",
693                 "email": "rob.bast@gmail.com",
694                 "homepage": "http://robbast.nl"
695             }
696         ],
697         "description": "Semver library that offers utilities, version constraint parsing and validation.",
698         "keywords": [
699             "semantic",
700             "semver",
701             "validation",
702             "versioning"
703         ]
704     },
705     {
706         "name": "consolidation/annotated-command",
707         "version": "2.8.3",
708         "version_normalized": "2.8.3.0",
709         "source": {
710             "type": "git",
711             "url": "https://github.com/consolidation/annotated-command.git",
712             "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437"
713         },
714         "dist": {
715             "type": "zip",
716             "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
717             "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
718             "shasum": ""
719         },
720         "require": {
721             "consolidation/output-formatters": "^3.1.12",
722             "php": ">=5.4.0",
723             "psr/log": "^1",
724             "symfony/console": "^2.8|^3|^4",
725             "symfony/event-dispatcher": "^2.5|^3|^4",
726             "symfony/finder": "^2.5|^3|^4"
727         },
728         "require-dev": {
729             "greg-1-anderson/composer-test-scenarios": "^1",
730             "phpunit/phpunit": "^4.8",
731             "satooshi/php-coveralls": "^1.0.2 | dev-master",
732             "squizlabs/php_codesniffer": "^2.7"
733         },
734         "time": "2018-02-23T16:32:04+00:00",
735         "type": "library",
736         "extra": {
737             "branch-alias": {
738                 "dev-master": "2.x-dev"
739             }
740         },
741         "installation-source": "dist",
742         "autoload": {
743             "psr-4": {
744                 "Consolidation\\AnnotatedCommand\\": "src"
745             }
746         },
747         "notification-url": "https://packagist.org/downloads/",
748         "license": [
749             "MIT"
750         ],
751         "authors": [
752             {
753                 "name": "Greg Anderson",
754                 "email": "greg.1.anderson@greenknowe.org"
755             }
756         ],
757         "description": "Initialize Symfony Console commands from annotated command class methods."
758     },
759     {
760         "name": "consolidation/config",
761         "version": "1.0.9",
762         "version_normalized": "1.0.9.0",
763         "source": {
764             "type": "git",
765             "url": "https://github.com/consolidation/config.git",
766             "reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c"
767         },
768         "dist": {
769             "type": "zip",
770             "url": "https://api.github.com/repos/consolidation/config/zipball/34ca8d7c1ee60a7b591b10617114cf1210a2e92c",
771             "reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c",
772             "shasum": ""
773         },
774         "require": {
775             "dflydev/dot-access-data": "^1.1.0",
776             "grasmash/expander": "^1",
777             "php": ">=5.4.0"
778         },
779         "require-dev": {
780             "greg-1-anderson/composer-test-scenarios": "^1",
781             "phpunit/phpunit": "^4",
782             "satooshi/php-coveralls": "^1.0",
783             "squizlabs/php_codesniffer": "2.*",
784             "symfony/console": "^2.5|^3|^4",
785             "symfony/yaml": "^2.8.11|^3|^4"
786         },
787         "suggest": {
788             "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
789         },
790         "time": "2017-12-22T17:28:19+00:00",
791         "type": "library",
792         "extra": {
793             "branch-alias": {
794                 "dev-master": "1.x-dev"
795             }
796         },
797         "installation-source": "dist",
798         "autoload": {
799             "psr-4": {
800                 "Consolidation\\Config\\": "src"
801             }
802         },
803         "notification-url": "https://packagist.org/downloads/",
804         "license": [
805             "MIT"
806         ],
807         "authors": [
808             {
809                 "name": "Greg Anderson",
810                 "email": "greg.1.anderson@greenknowe.org"
811             }
812         ],
813         "description": "Provide configuration services for a commandline tool."
814     },
815     {
816         "name": "consolidation/log",
817         "version": "1.0.5",
818         "version_normalized": "1.0.5.0",
819         "source": {
820             "type": "git",
821             "url": "https://github.com/consolidation/log.git",
822             "reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821"
823         },
824         "dist": {
825             "type": "zip",
826             "url": "https://api.github.com/repos/consolidation/log/zipball/dbc7c535f319a4a2d5a5077738f8eb7c10df8821",
827             "reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821",
828             "shasum": ""
829         },
830         "require": {
831             "php": ">=5.5.0",
832             "psr/log": "~1.0",
833             "symfony/console": "^2.8|^3|^4"
834         },
835         "require-dev": {
836             "phpunit/phpunit": "4.*",
837             "satooshi/php-coveralls": "dev-master",
838             "squizlabs/php_codesniffer": "2.*"
839         },
840         "time": "2017-11-29T01:44:16+00:00",
841         "type": "library",
842         "extra": {
843             "branch-alias": {
844                 "dev-master": "1.x-dev"
845             }
846         },
847         "installation-source": "dist",
848         "autoload": {
849             "psr-4": {
850                 "Consolidation\\Log\\": "src"
851             }
852         },
853         "notification-url": "https://packagist.org/downloads/",
854         "license": [
855             "MIT"
856         ],
857         "authors": [
858             {
859                 "name": "Greg Anderson",
860                 "email": "greg.1.anderson@greenknowe.org"
861             }
862         ],
863         "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components."
864     },
865     {
866         "name": "consolidation/output-formatters",
867         "version": "3.2.0",
868         "version_normalized": "3.2.0.0",
869         "source": {
870             "type": "git",
871             "url": "https://github.com/consolidation/output-formatters.git",
872             "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9"
873         },
874         "dist": {
875             "type": "zip",
876             "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/da889e4bce19f145ca4ec5b1725a946f4eb625a9",
877             "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9",
878             "shasum": ""
879         },
880         "require": {
881             "php": ">=5.4.0",
882             "symfony/console": "^2.8|^3|^4",
883             "symfony/finder": "^2.5|^3|^4"
884         },
885         "require-dev": {
886             "g-1-a/composer-test-scenarios": "^2",
887             "phpunit/phpunit": "^5.7.27",
888             "satooshi/php-coveralls": "^2",
889             "squizlabs/php_codesniffer": "^2.7",
890             "symfony/console": "3.2.3",
891             "symfony/var-dumper": "^2.8|^3|^4",
892             "victorjonsson/markdowndocs": "^1.3"
893         },
894         "suggest": {
895             "symfony/var-dumper": "For using the var_dump formatter"
896         },
897         "time": "2018-03-20T15:18:32+00:00",
898         "type": "library",
899         "extra": {
900             "branch-alias": {
901                 "dev-master": "3.x-dev"
902             }
903         },
904         "installation-source": "dist",
905         "autoload": {
906             "psr-4": {
907                 "Consolidation\\OutputFormatters\\": "src"
908             }
909         },
910         "notification-url": "https://packagist.org/downloads/",
911         "license": [
912             "MIT"
913         ],
914         "authors": [
915             {
916                 "name": "Greg Anderson",
917                 "email": "greg.1.anderson@greenknowe.org"
918             }
919         ],
920         "description": "Format text by applying transformations provided by plug-in formatters."
921     },
922     {
923         "name": "consolidation/robo",
924         "version": "1.2.3",
925         "version_normalized": "1.2.3.0",
926         "source": {
927             "type": "git",
928             "url": "https://github.com/consolidation/Robo.git",
929             "reference": "54a13e268917b92576d75e10dca8227b95a574d9"
930         },
931         "dist": {
932             "type": "zip",
933             "url": "https://api.github.com/repos/consolidation/Robo/zipball/54a13e268917b92576d75e10dca8227b95a574d9",
934             "reference": "54a13e268917b92576d75e10dca8227b95a574d9",
935             "shasum": ""
936         },
937         "require": {
938             "consolidation/annotated-command": "^2.8.2",
939             "consolidation/config": "^1.0.1",
940             "consolidation/log": "~1",
941             "consolidation/output-formatters": "^3.1.13",
942             "grasmash/yaml-expander": "^1.3",
943             "league/container": "^2.2",
944             "php": ">=5.5.0",
945             "symfony/console": "^2.8|^3|^4",
946             "symfony/event-dispatcher": "^2.5|^3|^4",
947             "symfony/filesystem": "^2.5|^3|^4",
948             "symfony/finder": "^2.5|^3|^4",
949             "symfony/process": "^2.5|^3|^4"
950         },
951         "replace": {
952             "codegyre/robo": "< 1.0"
953         },
954         "require-dev": {
955             "codeception/aspect-mock": "^1|^2.1.1",
956             "codeception/base": "^2.3.7",
957             "codeception/verify": "^0.3.2",
958             "g-1-a/composer-test-scenarios": "^2",
959             "goaop/framework": "~2.1.2",
960             "goaop/parser-reflection": "^1.1.0",
961             "natxet/cssmin": "3.0.4",
962             "nikic/php-parser": "^3.1.5",
963             "patchwork/jsqueeze": "~2",
964             "pear/archive_tar": "^1.4.2",
965             "phpunit/php-code-coverage": "~2|~4",
966             "satooshi/php-coveralls": "^2",
967             "squizlabs/php_codesniffer": "^2.8"
968         },
969         "suggest": {
970             "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
971             "natxet/CssMin": "For minifying CSS files in taskMinify",
972             "patchwork/jsqueeze": "For minifying JS files in taskMinify",
973             "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
974         },
975         "time": "2018-04-06T05:27:37+00:00",
976         "bin": [
977             "robo"
978         ],
979         "type": "library",
980         "extra": {
981             "branch-alias": {
982                 "dev-master": "1.x-dev",
983                 "dev-state": "1.x-dev"
984             }
985         },
986         "installation-source": "dist",
987         "autoload": {
988             "psr-4": {
989                 "Robo\\": "src"
990             }
991         },
992         "notification-url": "https://packagist.org/downloads/",
993         "license": [
994             "MIT"
995         ],
996         "authors": [
997             {
998                 "name": "Davert",
999                 "email": "davert.php@resend.cc"
1000             }
1001         ],
1002         "description": "Modern task runner"
1003     },
1004     {
1005         "name": "container-interop/container-interop",
1006         "version": "1.2.0",
1007         "version_normalized": "1.2.0.0",
1008         "source": {
1009             "type": "git",
1010             "url": "https://github.com/container-interop/container-interop.git",
1011             "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
1012         },
1013         "dist": {
1014             "type": "zip",
1015             "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
1016             "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
1017             "shasum": ""
1018         },
1019         "require": {
1020             "psr/container": "^1.0"
1021         },
1022         "time": "2017-02-14T19:40:03+00:00",
1023         "type": "library",
1024         "installation-source": "dist",
1025         "autoload": {
1026             "psr-4": {
1027                 "Interop\\Container\\": "src/Interop/Container/"
1028             }
1029         },
1030         "notification-url": "https://packagist.org/downloads/",
1031         "license": [
1032             "MIT"
1033         ],
1034         "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
1035         "homepage": "https://github.com/container-interop/container-interop"
1036     },
1037     {
1038         "name": "cweagans/composer-patches",
1039         "version": "1.6.4",
1040         "version_normalized": "1.6.4.0",
1041         "source": {
1042             "type": "git",
1043             "url": "https://github.com/cweagans/composer-patches.git",
1044             "reference": "462e65061606dc6149349535d4322241515d1b16"
1045         },
1046         "dist": {
1047             "type": "zip",
1048             "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/462e65061606dc6149349535d4322241515d1b16",
1049             "reference": "462e65061606dc6149349535d4322241515d1b16",
1050             "shasum": ""
1051         },
1052         "require": {
1053             "composer-plugin-api": "^1.0",
1054             "php": ">=5.3.0"
1055         },
1056         "require-dev": {
1057             "composer/composer": "~1.0",
1058             "phpunit/phpunit": "~4.6"
1059         },
1060         "time": "2017-12-07T16:16:31+00:00",
1061         "type": "composer-plugin",
1062         "extra": {
1063             "class": "cweagans\\Composer\\Patches"
1064         },
1065         "installation-source": "dist",
1066         "autoload": {
1067             "psr-4": {
1068                 "cweagans\\Composer\\": "src"
1069             }
1070         },
1071         "notification-url": "https://packagist.org/downloads/",
1072         "license": [
1073             "BSD-2-Clause"
1074         ],
1075         "authors": [
1076             {
1077                 "name": "Cameron Eagans",
1078                 "email": "me@cweagans.net"
1079             }
1080         ],
1081         "description": "Provides a way to patch Composer packages."
1082     },
1083     {
1084         "name": "dflydev/dot-access-configuration",
1085         "version": "v1.0.2",
1086         "version_normalized": "1.0.2.0",
1087         "source": {
1088             "type": "git",
1089             "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
1090             "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d"
1091         },
1092         "dist": {
1093             "type": "zip",
1094             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/ae6e7138b1d9063d343322cca63994ee1ac5161d",
1095             "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d",
1096             "shasum": ""
1097         },
1098         "require": {
1099             "dflydev/dot-access-data": "1.*",
1100             "dflydev/placeholder-resolver": "1.*",
1101             "php": ">=5.3.2"
1102         },
1103         "require-dev": {
1104             "symfony/yaml": "~2.1"
1105         },
1106         "suggest": {
1107             "symfony/yaml": "Required for using the YAML Configuration Builders"
1108         },
1109         "time": "2016-12-12T17:43:40+00:00",
1110         "type": "library",
1111         "extra": {
1112             "branch-alias": {
1113                 "dev-master": "1.0-dev"
1114             }
1115         },
1116         "installation-source": "dist",
1117         "autoload": {
1118             "psr-0": {
1119                 "Dflydev\\DotAccessConfiguration": "src"
1120             }
1121         },
1122         "notification-url": "https://packagist.org/downloads/",
1123         "license": [
1124             "MIT"
1125         ],
1126         "authors": [
1127             {
1128                 "name": "Dragonfly Development Inc.",
1129                 "email": "info@dflydev.com",
1130                 "homepage": "http://dflydev.com"
1131             },
1132             {
1133                 "name": "Beau Simensen",
1134                 "email": "beau@dflydev.com",
1135                 "homepage": "http://beausimensen.com"
1136             }
1137         ],
1138         "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
1139         "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
1140         "keywords": [
1141             "config",
1142             "configuration"
1143         ]
1144     },
1145     {
1146         "name": "dflydev/dot-access-data",
1147         "version": "v1.1.0",
1148         "version_normalized": "1.1.0.0",
1149         "source": {
1150             "type": "git",
1151             "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
1152             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
1153         },
1154         "dist": {
1155             "type": "zip",
1156             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
1157             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
1158             "shasum": ""
1159         },
1160         "require": {
1161             "php": ">=5.3.2"
1162         },
1163         "time": "2017-01-20T21:14:22+00:00",
1164         "type": "library",
1165         "extra": {
1166             "branch-alias": {
1167                 "dev-master": "1.0-dev"
1168             }
1169         },
1170         "installation-source": "dist",
1171         "autoload": {
1172             "psr-0": {
1173                 "Dflydev\\DotAccessData": "src"
1174             }
1175         },
1176         "notification-url": "https://packagist.org/downloads/",
1177         "license": [
1178             "MIT"
1179         ],
1180         "authors": [
1181             {
1182                 "name": "Dragonfly Development Inc.",
1183                 "email": "info@dflydev.com",
1184                 "homepage": "http://dflydev.com"
1185             },
1186             {
1187                 "name": "Beau Simensen",
1188                 "email": "beau@dflydev.com",
1189                 "homepage": "http://beausimensen.com"
1190             },
1191             {
1192                 "name": "Carlos Frutos",
1193                 "email": "carlos@kiwing.it",
1194                 "homepage": "https://github.com/cfrutos"
1195             }
1196         ],
1197         "description": "Given a deep data structure, access data by dot notation.",
1198         "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
1199         "keywords": [
1200             "access",
1201             "data",
1202             "dot",
1203             "notation"
1204         ]
1205     },
1206     {
1207         "name": "dflydev/placeholder-resolver",
1208         "version": "v1.0.2",
1209         "version_normalized": "1.0.2.0",
1210         "source": {
1211             "type": "git",
1212             "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
1213             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
1214         },
1215         "dist": {
1216             "type": "zip",
1217             "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1218             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1219             "shasum": ""
1220         },
1221         "require": {
1222             "php": ">=5.3.2"
1223         },
1224         "time": "2012-10-28T21:08:28+00:00",
1225         "type": "library",
1226         "extra": {
1227             "branch-alias": {
1228                 "dev-master": "1.0-dev"
1229             }
1230         },
1231         "installation-source": "dist",
1232         "autoload": {
1233             "psr-0": {
1234                 "Dflydev\\PlaceholderResolver": "src"
1235             }
1236         },
1237         "notification-url": "https://packagist.org/downloads/",
1238         "license": [
1239             "MIT"
1240         ],
1241         "authors": [
1242             {
1243                 "name": "Dragonfly Development Inc.",
1244                 "email": "info@dflydev.com",
1245                 "homepage": "http://dflydev.com"
1246             },
1247             {
1248                 "name": "Beau Simensen",
1249                 "email": "beau@dflydev.com",
1250                 "homepage": "http://beausimensen.com"
1251             }
1252         ],
1253         "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.",
1254         "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
1255         "keywords": [
1256             "placeholder",
1257             "resolver"
1258         ]
1259     },
1260     {
1261         "name": "dnoegel/php-xdg-base-dir",
1262         "version": "0.1",
1263         "version_normalized": "0.1.0.0",
1264         "source": {
1265             "type": "git",
1266             "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
1267             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
1268         },
1269         "dist": {
1270             "type": "zip",
1271             "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1272             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1273             "shasum": ""
1274         },
1275         "require": {
1276             "php": ">=5.3.2"
1277         },
1278         "require-dev": {
1279             "phpunit/phpunit": "@stable"
1280         },
1281         "time": "2014-10-24T07:27:01+00:00",
1282         "type": "project",
1283         "installation-source": "dist",
1284         "autoload": {
1285             "psr-4": {
1286                 "XdgBaseDir\\": "src/"
1287             }
1288         },
1289         "notification-url": "https://packagist.org/downloads/",
1290         "license": [
1291             "MIT"
1292         ],
1293         "description": "implementation of xdg base directory specification for php"
1294     },
1295     {
1296         "name": "doctrine/annotations",
1297         "version": "v1.4.0",
1298         "version_normalized": "1.4.0.0",
1299         "source": {
1300             "type": "git",
1301             "url": "https://github.com/doctrine/annotations.git",
1302             "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1303         },
1304         "dist": {
1305             "type": "zip",
1306             "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1307             "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1308             "shasum": ""
1309         },
1310         "require": {
1311             "doctrine/lexer": "1.*",
1312             "php": "^5.6 || ^7.0"
1313         },
1314         "require-dev": {
1315             "doctrine/cache": "1.*",
1316             "phpunit/phpunit": "^5.7"
1317         },
1318         "time": "2017-02-24T16:22:25+00:00",
1319         "type": "library",
1320         "extra": {
1321             "branch-alias": {
1322                 "dev-master": "1.4.x-dev"
1323             }
1324         },
1325         "installation-source": "dist",
1326         "autoload": {
1327             "psr-4": {
1328                 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1329             }
1330         },
1331         "notification-url": "https://packagist.org/downloads/",
1332         "license": [
1333             "MIT"
1334         ],
1335         "authors": [
1336             {
1337                 "name": "Roman Borschel",
1338                 "email": "roman@code-factory.org"
1339             },
1340             {
1341                 "name": "Benjamin Eberlei",
1342                 "email": "kontakt@beberlei.de"
1343             },
1344             {
1345                 "name": "Guilherme Blanco",
1346                 "email": "guilhermeblanco@gmail.com"
1347             },
1348             {
1349                 "name": "Jonathan Wage",
1350                 "email": "jonwage@gmail.com"
1351             },
1352             {
1353                 "name": "Johannes Schmitt",
1354                 "email": "schmittjoh@gmail.com"
1355             }
1356         ],
1357         "description": "Docblock Annotations Parser",
1358         "homepage": "http://www.doctrine-project.org",
1359         "keywords": [
1360             "annotations",
1361             "docblock",
1362             "parser"
1363         ]
1364     },
1365     {
1366         "name": "doctrine/cache",
1367         "version": "v1.6.2",
1368         "version_normalized": "1.6.2.0",
1369         "source": {
1370             "type": "git",
1371             "url": "https://github.com/doctrine/cache.git",
1372             "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
1373         },
1374         "dist": {
1375             "type": "zip",
1376             "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
1377             "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
1378             "shasum": ""
1379         },
1380         "require": {
1381             "php": "~5.5|~7.0"
1382         },
1383         "conflict": {
1384             "doctrine/common": ">2.2,<2.4"
1385         },
1386         "require-dev": {
1387             "phpunit/phpunit": "~4.8|~5.0",
1388             "predis/predis": "~1.0",
1389             "satooshi/php-coveralls": "~0.6"
1390         },
1391         "time": "2017-07-22T12:49:21+00:00",
1392         "type": "library",
1393         "extra": {
1394             "branch-alias": {
1395                 "dev-master": "1.6.x-dev"
1396             }
1397         },
1398         "installation-source": "dist",
1399         "autoload": {
1400             "psr-4": {
1401                 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1402             }
1403         },
1404         "notification-url": "https://packagist.org/downloads/",
1405         "license": [
1406             "MIT"
1407         ],
1408         "authors": [
1409             {
1410                 "name": "Roman Borschel",
1411                 "email": "roman@code-factory.org"
1412             },
1413             {
1414                 "name": "Benjamin Eberlei",
1415                 "email": "kontakt@beberlei.de"
1416             },
1417             {
1418                 "name": "Guilherme Blanco",
1419                 "email": "guilhermeblanco@gmail.com"
1420             },
1421             {
1422                 "name": "Jonathan Wage",
1423                 "email": "jonwage@gmail.com"
1424             },
1425             {
1426                 "name": "Johannes Schmitt",
1427                 "email": "schmittjoh@gmail.com"
1428             }
1429         ],
1430         "description": "Caching library offering an object-oriented API for many cache backends",
1431         "homepage": "http://www.doctrine-project.org",
1432         "keywords": [
1433             "cache",
1434             "caching"
1435         ]
1436     },
1437     {
1438         "name": "doctrine/collections",
1439         "version": "v1.4.0",
1440         "version_normalized": "1.4.0.0",
1441         "source": {
1442             "type": "git",
1443             "url": "https://github.com/doctrine/collections.git",
1444             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
1445         },
1446         "dist": {
1447             "type": "zip",
1448             "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
1449             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
1450             "shasum": ""
1451         },
1452         "require": {
1453             "php": "^5.6 || ^7.0"
1454         },
1455         "require-dev": {
1456             "doctrine/coding-standard": "~0.1@dev",
1457             "phpunit/phpunit": "^5.7"
1458         },
1459         "time": "2017-01-03T10:49:41+00:00",
1460         "type": "library",
1461         "extra": {
1462             "branch-alias": {
1463                 "dev-master": "1.3.x-dev"
1464             }
1465         },
1466         "installation-source": "dist",
1467         "autoload": {
1468             "psr-0": {
1469                 "Doctrine\\Common\\Collections\\": "lib/"
1470             }
1471         },
1472         "notification-url": "https://packagist.org/downloads/",
1473         "license": [
1474             "MIT"
1475         ],
1476         "authors": [
1477             {
1478                 "name": "Roman Borschel",
1479                 "email": "roman@code-factory.org"
1480             },
1481             {
1482                 "name": "Benjamin Eberlei",
1483                 "email": "kontakt@beberlei.de"
1484             },
1485             {
1486                 "name": "Guilherme Blanco",
1487                 "email": "guilhermeblanco@gmail.com"
1488             },
1489             {
1490                 "name": "Jonathan Wage",
1491                 "email": "jonwage@gmail.com"
1492             },
1493             {
1494                 "name": "Johannes Schmitt",
1495                 "email": "schmittjoh@gmail.com"
1496             }
1497         ],
1498         "description": "Collections Abstraction library",
1499         "homepage": "http://www.doctrine-project.org",
1500         "keywords": [
1501             "array",
1502             "collections",
1503             "iterator"
1504         ]
1505     },
1506     {
1507         "name": "doctrine/common",
1508         "version": "v2.7.3",
1509         "version_normalized": "2.7.3.0",
1510         "source": {
1511             "type": "git",
1512             "url": "https://github.com/doctrine/common.git",
1513             "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
1514         },
1515         "dist": {
1516             "type": "zip",
1517             "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
1518             "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
1519             "shasum": ""
1520         },
1521         "require": {
1522             "doctrine/annotations": "1.*",
1523             "doctrine/cache": "1.*",
1524             "doctrine/collections": "1.*",
1525             "doctrine/inflector": "1.*",
1526             "doctrine/lexer": "1.*",
1527             "php": "~5.6|~7.0"
1528         },
1529         "require-dev": {
1530             "phpunit/phpunit": "^5.4.6"
1531         },
1532         "time": "2017-07-22T08:35:12+00:00",
1533         "type": "library",
1534         "extra": {
1535             "branch-alias": {
1536                 "dev-master": "2.7.x-dev"
1537             }
1538         },
1539         "installation-source": "dist",
1540         "autoload": {
1541             "psr-4": {
1542                 "Doctrine\\Common\\": "lib/Doctrine/Common"
1543             }
1544         },
1545         "notification-url": "https://packagist.org/downloads/",
1546         "license": [
1547             "MIT"
1548         ],
1549         "authors": [
1550             {
1551                 "name": "Roman Borschel",
1552                 "email": "roman@code-factory.org"
1553             },
1554             {
1555                 "name": "Benjamin Eberlei",
1556                 "email": "kontakt@beberlei.de"
1557             },
1558             {
1559                 "name": "Guilherme Blanco",
1560                 "email": "guilhermeblanco@gmail.com"
1561             },
1562             {
1563                 "name": "Jonathan Wage",
1564                 "email": "jonwage@gmail.com"
1565             },
1566             {
1567                 "name": "Johannes Schmitt",
1568                 "email": "schmittjoh@gmail.com"
1569             }
1570         ],
1571         "description": "Common Library for Doctrine projects",
1572         "homepage": "http://www.doctrine-project.org",
1573         "keywords": [
1574             "annotations",
1575             "collections",
1576             "eventmanager",
1577             "persistence",
1578             "spl"
1579         ]
1580     },
1581     {
1582         "name": "doctrine/inflector",
1583         "version": "v1.2.0",
1584         "version_normalized": "1.2.0.0",
1585         "source": {
1586             "type": "git",
1587             "url": "https://github.com/doctrine/inflector.git",
1588             "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
1589         },
1590         "dist": {
1591             "type": "zip",
1592             "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
1593             "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
1594             "shasum": ""
1595         },
1596         "require": {
1597             "php": "^7.0"
1598         },
1599         "require-dev": {
1600             "phpunit/phpunit": "^6.2"
1601         },
1602         "time": "2017-07-22T12:18:28+00:00",
1603         "type": "library",
1604         "extra": {
1605             "branch-alias": {
1606                 "dev-master": "1.2.x-dev"
1607             }
1608         },
1609         "installation-source": "dist",
1610         "autoload": {
1611             "psr-4": {
1612                 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1613             }
1614         },
1615         "notification-url": "https://packagist.org/downloads/",
1616         "license": [
1617             "MIT"
1618         ],
1619         "authors": [
1620             {
1621                 "name": "Roman Borschel",
1622                 "email": "roman@code-factory.org"
1623             },
1624             {
1625                 "name": "Benjamin Eberlei",
1626                 "email": "kontakt@beberlei.de"
1627             },
1628             {
1629                 "name": "Guilherme Blanco",
1630                 "email": "guilhermeblanco@gmail.com"
1631             },
1632             {
1633                 "name": "Jonathan Wage",
1634                 "email": "jonwage@gmail.com"
1635             },
1636             {
1637                 "name": "Johannes Schmitt",
1638                 "email": "schmittjoh@gmail.com"
1639             }
1640         ],
1641         "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1642         "homepage": "http://www.doctrine-project.org",
1643         "keywords": [
1644             "inflection",
1645             "pluralize",
1646             "singularize",
1647             "string"
1648         ]
1649     },
1650     {
1651         "name": "doctrine/instantiator",
1652         "version": "1.0.5",
1653         "version_normalized": "1.0.5.0",
1654         "source": {
1655             "type": "git",
1656             "url": "https://github.com/doctrine/instantiator.git",
1657             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1658         },
1659         "dist": {
1660             "type": "zip",
1661             "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1662             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1663             "shasum": ""
1664         },
1665         "require": {
1666             "php": ">=5.3,<8.0-DEV"
1667         },
1668         "require-dev": {
1669             "athletic/athletic": "~0.1.8",
1670             "ext-pdo": "*",
1671             "ext-phar": "*",
1672             "phpunit/phpunit": "~4.0",
1673             "squizlabs/php_codesniffer": "~2.0"
1674         },
1675         "time": "2015-06-14T21:17:01+00:00",
1676         "type": "library",
1677         "extra": {
1678             "branch-alias": {
1679                 "dev-master": "1.0.x-dev"
1680             }
1681         },
1682         "installation-source": "dist",
1683         "autoload": {
1684             "psr-4": {
1685                 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1686             }
1687         },
1688         "notification-url": "https://packagist.org/downloads/",
1689         "license": [
1690             "MIT"
1691         ],
1692         "authors": [
1693             {
1694                 "name": "Marco Pivetta",
1695                 "email": "ocramius@gmail.com",
1696                 "homepage": "http://ocramius.github.com/"
1697             }
1698         ],
1699         "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1700         "homepage": "https://github.com/doctrine/instantiator",
1701         "keywords": [
1702             "constructor",
1703             "instantiate"
1704         ]
1705     },
1706     {
1707         "name": "doctrine/lexer",
1708         "version": "v1.0.1",
1709         "version_normalized": "1.0.1.0",
1710         "source": {
1711             "type": "git",
1712             "url": "https://github.com/doctrine/lexer.git",
1713             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1714         },
1715         "dist": {
1716             "type": "zip",
1717             "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1718             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1719             "shasum": ""
1720         },
1721         "require": {
1722             "php": ">=5.3.2"
1723         },
1724         "time": "2014-09-09T13:34:57+00:00",
1725         "type": "library",
1726         "extra": {
1727             "branch-alias": {
1728                 "dev-master": "1.0.x-dev"
1729             }
1730         },
1731         "installation-source": "dist",
1732         "autoload": {
1733             "psr-0": {
1734                 "Doctrine\\Common\\Lexer\\": "lib/"
1735             }
1736         },
1737         "notification-url": "https://packagist.org/downloads/",
1738         "license": [
1739             "MIT"
1740         ],
1741         "authors": [
1742             {
1743                 "name": "Roman Borschel",
1744                 "email": "roman@code-factory.org"
1745             },
1746             {
1747                 "name": "Guilherme Blanco",
1748                 "email": "guilhermeblanco@gmail.com"
1749             },
1750             {
1751                 "name": "Johannes Schmitt",
1752                 "email": "schmittjoh@gmail.com"
1753             }
1754         ],
1755         "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1756         "homepage": "http://www.doctrine-project.org",
1757         "keywords": [
1758             "lexer",
1759             "parser"
1760         ]
1761     },
1762     {
1763         "name": "drupal-composer/drupal-scaffold",
1764         "version": "2.4.0",
1765         "version_normalized": "2.4.0.0",
1766         "source": {
1767             "type": "git",
1768             "url": "https://github.com/drupal-composer/drupal-scaffold.git",
1769             "reference": "745f0a2d4141fc83d3b42222beff43d66afb3dc6"
1770         },
1771         "dist": {
1772             "type": "zip",
1773             "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/745f0a2d4141fc83d3b42222beff43d66afb3dc6",
1774             "reference": "745f0a2d4141fc83d3b42222beff43d66afb3dc6",
1775             "shasum": ""
1776         },
1777         "require": {
1778             "composer-plugin-api": "^1.0.0",
1779             "composer/semver": "^1.4",
1780             "php": ">=5.4.5"
1781         },
1782         "require-dev": {
1783             "composer/composer": "dev-master",
1784             "phpunit/phpunit": "^4.4.0"
1785         },
1786         "time": "2017-12-08T22:53:11+00:00",
1787         "type": "composer-plugin",
1788         "extra": {
1789             "class": "DrupalComposer\\DrupalScaffold\\Plugin",
1790             "branch-alias": {
1791                 "dev-master": "2.0.x-dev"
1792             }
1793         },
1794         "installation-source": "dist",
1795         "autoload": {
1796             "psr-4": {
1797                 "DrupalComposer\\DrupalScaffold\\": "src/"
1798             }
1799         },
1800         "notification-url": "https://packagist.org/downloads/",
1801         "license": [
1802             "GPL-2.0+"
1803         ],
1804         "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core"
1805     },
1806     {
1807         "name": "drupal/admin_toolbar",
1808         "version": "1.23.0",
1809         "version_normalized": "1.23.0.0",
1810         "source": {
1811             "type": "git",
1812             "url": "https://git.drupal.org/project/admin_toolbar",
1813             "reference": "8.x-1.23"
1814         },
1815         "dist": {
1816             "type": "zip",
1817             "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.23.zip",
1818             "reference": "8.x-1.23",
1819             "shasum": "46d7ed18a9154c35e765ae43ce43aa292c025d65"
1820         },
1821         "require": {
1822             "drupal/core": "*"
1823         },
1824         "type": "drupal-module",
1825         "extra": {
1826             "branch-alias": {
1827                 "dev-1.x": "1.x-dev"
1828             },
1829             "drupal": {
1830                 "version": "8.x-1.23",
1831                 "datestamp": "1517936581",
1832                 "security-coverage": {
1833                     "status": "covered",
1834                     "message": "Covered by Drupal's security advisory policy"
1835                 }
1836             }
1837         },
1838         "installation-source": "dist",
1839         "notification-url": "https://packages.drupal.org/8/downloads",
1840         "license": [
1841             "GPL-2.0+"
1842         ],
1843         "authors": [
1844             {
1845                 "name": "Mohamed Anis Taktak",
1846                 "homepage": "https://www.drupal.org/u/matio89"
1847             },
1848             {
1849                 "name": "adriancid",
1850                 "homepage": "https://www.drupal.org/user/1962106"
1851             },
1852             {
1853                 "name": "bolbol",
1854                 "homepage": "https://www.drupal.org/user/3400070"
1855             },
1856             {
1857                 "name": "eme",
1858                 "homepage": "https://www.drupal.org/user/542492"
1859             },
1860             {
1861                 "name": "fethi.krout",
1862                 "homepage": "https://www.drupal.org/user/3206765"
1863             },
1864             {
1865                 "name": "matio89",
1866                 "homepage": "https://www.drupal.org/user/2320090"
1867             },
1868             {
1869                 "name": "romainj",
1870                 "homepage": "https://www.drupal.org/user/370706"
1871             }
1872         ],
1873         "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
1874         "homepage": "http://drupal.org/project/admin_toolbar",
1875         "support": {
1876             "source": "http://cgit.drupalcode.org/admin_toolbar",
1877             "issues": "https://www.drupal.org/project/issues/admin_toolbar"
1878         }
1879     },
1880     {
1881         "name": "drupal/advagg",
1882         "version": "2.4.0",
1883         "version_normalized": "2.4.0.0",
1884         "source": {
1885             "type": "git",
1886             "url": "https://git.drupal.org/project/advagg",
1887             "reference": "8.x-2.4"
1888         },
1889         "dist": {
1890             "type": "zip",
1891             "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
1892             "reference": "8.x-2.4",
1893             "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
1894         },
1895         "require": {
1896             "drupal/core": "~8.0"
1897         },
1898         "type": "drupal-module",
1899         "extra": {
1900             "branch-alias": {
1901                 "dev-2.x": "2.x-dev"
1902             },
1903             "drupal": {
1904                 "version": "8.x-2.4",
1905                 "datestamp": "1493949188"
1906             }
1907         },
1908         "installation-source": "dist",
1909         "notification-url": "https://packages.drupal.org/8/downloads",
1910         "license": [
1911             "GPL-2.0+"
1912         ],
1913         "authors": [
1914             {
1915                 "name": "Mike Carper (mikeytown2)",
1916                 "homepage": "https://www.drupal.org/u/mikeytown2",
1917                 "role": "Creator, Maintainer"
1918             },
1919             {
1920                 "name": "Nick Wilde (nickwilde)",
1921                 "homepage": "https://www.drupal.org/u/nickwilde",
1922                 "email": "design@briarmoon.ca",
1923                 "role": "Drupal 8 Port/maintainer"
1924             },
1925             {
1926                 "name": "doublejosh",
1927                 "homepage": "https://www.drupal.org/user/199720"
1928             },
1929             {
1930                 "name": "iamcarrico",
1931                 "homepage": "https://www.drupal.org/user/1300542"
1932             },
1933             {
1934                 "name": "markcarver",
1935                 "homepage": "https://www.drupal.org/user/501638"
1936             },
1937             {
1938                 "name": "mikeytown2",
1939                 "homepage": "https://www.drupal.org/user/282446"
1940             },
1941             {
1942                 "name": "rupl",
1943                 "homepage": "https://www.drupal.org/user/411999"
1944             }
1945         ],
1946         "description": "Improved aggregation of CSS/JS files to speed up page load times.",
1947         "homepage": "https://drupal.org/project/advagg",
1948         "support": {
1949             "source": "https://cgit.drupalcode.org/advagg",
1950             "issues": "https://drupal.org/project/issues/advagg",
1951             "irc": "irc://irc.freenode.org/drupal-contribute"
1952         }
1953     },
1954     {
1955         "name": "drupal/advanced_help",
1956         "version": "dev-1.x",
1957         "version_normalized": "dev-1.x",
1958         "source": {
1959             "type": "git",
1960             "url": "https://git.drupal.org/project/advanced_help",
1961             "reference": "d4238e55f773c8d569847cb57042c60c906aec3c"
1962         },
1963         "require": {
1964             "drupal/core": "~8.0",
1965             "michelf/php-markdown": "^1.7"
1966         },
1967         "type": "drupal-module",
1968         "extra": {
1969             "branch-alias": {
1970                 "dev-1.x": "1.x-dev"
1971             },
1972             "drupal": {
1973                 "version": "8.x-1.x-dev",
1974                 "datestamp": "1501649346",
1975                 "security-coverage": {
1976                     "status": "not-covered",
1977                     "message": "Dev releases are not covered by Drupal security advisories."
1978                 }
1979             }
1980         },
1981         "installation-source": "source",
1982         "notification-url": "https://packages.drupal.org/8/downloads",
1983         "license": [
1984             "GPL-2.0+"
1985         ],
1986         "authors": [
1987             {
1988                 "name": "David Valdez (gnuget)",
1989                 "homepage": "https://www.drupal.org/u/gnuget",
1990                 "role": "Maintainer"
1991             },
1992             {
1993                 "name": "dmitrig01",
1994                 "homepage": "https://www.drupal.org/user/47566"
1995             },
1996             {
1997                 "name": "fgm",
1998                 "homepage": "https://www.drupal.org/user/27985"
1999             },
2000             {
2001                 "name": "gisle",
2002                 "homepage": "https://www.drupal.org/user/409554"
2003             },
2004             {
2005                 "name": "gnuget",
2006                 "homepage": "https://www.drupal.org/user/992990"
2007             },
2008             {
2009                 "name": "merlinofchaos",
2010                 "homepage": "https://www.drupal.org/user/26979"
2011             },
2012             {
2013                 "name": "redndahead",
2014                 "homepage": "https://www.drupal.org/user/160320"
2015             }
2016         ],
2017         "description": "Provide extended help and documentation.",
2018         "homepage": "https://www.drupal.org/project/advanced_help",
2019         "support": {
2020             "source": "https://cgit.drupalcode.org/advanced_help",
2021             "issues": "https://www.drupal.org/project/issues/advanced_help",
2022             "irc": "irc://irc.freenode.org/drupal-contribute"
2023         }
2024     },
2025     {
2026         "name": "drupal/better_formats",
2027         "version": "dev-1.x",
2028         "version_normalized": "dev-1.x",
2029         "source": {
2030             "type": "git",
2031             "url": "https://git.drupal.org/project/better_formats",
2032             "reference": "e632735f9bec5e08db58716195edc25cc6db78b3"
2033         },
2034         "require": {
2035             "drupal/core": "~8.0"
2036         },
2037         "type": "drupal-module",
2038         "extra": {
2039             "branch-alias": {
2040                 "dev-1.x": "1.x-dev"
2041             },
2042             "drupal": {
2043                 "version": "8.x-1.x-dev",
2044                 "datestamp": "1524577384",
2045                 "security-coverage": {
2046                     "status": "not-covered",
2047                     "message": "Project has not opted into security advisory coverage!"
2048                 }
2049             }
2050         },
2051         "installation-source": "source",
2052         "notification-url": "https://packages.drupal.org/8/downloads",
2053         "license": [
2054             "GPL-2.0+"
2055         ],
2056         "authors": [
2057             {
2058                 "name": "Devin Carlson",
2059                 "homepage": "https://www.drupal.org/user/290182"
2060             },
2061             {
2062                 "name": "dragonwize",
2063                 "homepage": "https://www.drupal.org/user/137882"
2064             }
2065         ],
2066         "description": "Enhances the core input format system by managing input format defaults and settings.",
2067         "homepage": "https://www.drupal.org/project/better_formats",
2068         "support": {
2069             "source": "http://cgit.drupalcode.org/better_formats"
2070         }
2071     },
2072     {
2073         "name": "drupal/blazy",
2074         "version": "1.0.0-rc2",
2075         "version_normalized": "1.0.0.0-RC2",
2076         "source": {
2077             "type": "git",
2078             "url": "https://git.drupal.org/project/blazy",
2079             "reference": "8.x-1.0-rc2"
2080         },
2081         "dist": {
2082             "type": "zip",
2083             "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc2.zip",
2084             "reference": "8.x-1.0-rc2",
2085             "shasum": "242f3022b039c6fd3b98f6ce1955d295119b4b5a"
2086         },
2087         "require": {
2088             "drupal/core": "*"
2089         },
2090         "type": "drupal-module",
2091         "extra": {
2092             "branch-alias": {
2093                 "dev-1.x": "1.x-dev"
2094             },
2095             "drupal": {
2096                 "version": "8.x-1.0-rc2",
2097                 "datestamp": "1495745283"
2098             }
2099         },
2100         "installation-source": "dist",
2101         "notification-url": "https://packages.drupal.org/8/downloads",
2102         "license": [
2103             "GPL-2.0+"
2104         ],
2105         "authors": [
2106             {
2107                 "name": "Gaus Surahman",
2108                 "homepage": "https://www.drupal.org/u/gausarts",
2109                 "role": "Maintainer"
2110             },
2111             {
2112                 "name": "Contributors",
2113                 "homepage": "https://www.drupal.org/node/2663268/committers",
2114                 "role": "Contributor"
2115             }
2116         ],
2117         "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
2118         "homepage": "https://drupal.org/project/blazy",
2119         "keywords": [
2120             "Drupal",
2121             "bLazy",
2122             "lazyload"
2123         ],
2124         "support": {
2125             "source": "http://cgit.drupalcode.org/blazy",
2126             "issues": "https://drupal.org/project/issues/blazy"
2127         }
2128     },
2129     {
2130         "name": "drupal/block_class",
2131         "version": "1.0.0-alpha1",
2132         "version_normalized": "1.0.0.0-alpha1",
2133         "source": {
2134             "type": "git",
2135             "url": "https://git.drupal.org/project/block_class",
2136             "reference": "8.x-1.0-alpha1"
2137         },
2138         "dist": {
2139             "type": "zip",
2140             "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0-alpha1.zip",
2141             "reference": "8.x-1.0-alpha1",
2142             "shasum": "194cd52210ea2e0e5dbbd34fad4528d500424430"
2143         },
2144         "require": {
2145             "drupal/core": "*"
2146         },
2147         "type": "drupal-module",
2148         "extra": {
2149             "branch-alias": {
2150                 "dev-1.x": "1.x-dev"
2151             },
2152             "drupal": {
2153                 "version": "8.x-1.0-alpha1",
2154                 "datestamp": "1475623439"
2155             }
2156         },
2157         "installation-source": "dist",
2158         "notification-url": "https://packages.drupal.org/8/downloads",
2159         "license": [
2160             "GPL-2.0+"
2161         ],
2162         "authors": [
2163             {
2164                 "name": "Aaron Stanush",
2165                 "homepage": "https://www.drupal.org/user/89718"
2166             },
2167             {
2168                 "name": "DYdave",
2169                 "homepage": "https://www.drupal.org/user/467284"
2170             },
2171             {
2172                 "name": "Four Kitchens",
2173                 "homepage": "https://www.drupal.org/user/358502"
2174             },
2175             {
2176                 "name": "Todd Nienkerk",
2177                 "homepage": "https://www.drupal.org/user/92096"
2178             },
2179             {
2180                 "name": "berenddeboer",
2181                 "homepage": "https://www.drupal.org/user/143552"
2182             },
2183             {
2184                 "name": "elliotttf",
2185                 "homepage": "https://www.drupal.org/user/61601"
2186             },
2187             {
2188                 "name": "mirzu",
2189                 "homepage": "https://www.drupal.org/user/7710"
2190             },
2191             {
2192                 "name": "patrickcoffeyo",
2193                 "homepage": "https://www.drupal.org/user/2837945"
2194             },
2195             {
2196                 "name": "pcoffey",
2197                 "homepage": "https://www.drupal.org/user/1595818"
2198             },
2199             {
2200                 "name": "tsmith512",
2201                 "homepage": "https://www.drupal.org/user/2031446"
2202             }
2203         ],
2204         "description": "Allows assigning classes to Blocks",
2205         "homepage": "https://www.drupal.org/project/block_class",
2206         "support": {
2207             "source": "http://cgit.drupalcode.org/block_class"
2208         }
2209     },
2210     {
2211         "name": "drupal/bootstrap",
2212         "version": "3.11.0",
2213         "version_normalized": "3.11.0.0",
2214         "source": {
2215             "type": "git",
2216             "url": "https://git.drupal.org/project/bootstrap",
2217             "reference": "8.x-3.11"
2218         },
2219         "dist": {
2220             "type": "zip",
2221             "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.11.zip",
2222             "reference": "8.x-3.11",
2223             "shasum": "6ff80e37e2e1f916646300889f3392764c9cdb32"
2224         },
2225         "require": {
2226             "drupal/core": "~8.0"
2227         },
2228         "type": "drupal-theme",
2229         "extra": {
2230             "branch-alias": {
2231                 "dev-3.x": "3.x-dev"
2232             },
2233             "drupal": {
2234                 "version": "8.x-3.11",
2235                 "datestamp": "1520793438",
2236                 "security-coverage": {
2237                     "status": "covered",
2238                     "message": "Covered by Drupal's security advisory policy"
2239                 }
2240             }
2241         },
2242         "installation-source": "dist",
2243         "notification-url": "https://packages.drupal.org/8/downloads",
2244         "license": [
2245             "GPL-2.0"
2246         ],
2247         "authors": [
2248             {
2249                 "name": "Mark Carver (markcarver)",
2250                 "homepage": "https://www.drupal.org/u/markcarver",
2251                 "role": "Maintainer"
2252             },
2253             {
2254                 "name": "John McCormick (neardark)",
2255                 "homepage": "https://www.drupal.org/u/neardark",
2256                 "role": "Co-maintainer"
2257             },
2258             {
2259                 "name": "Fabiano Sant'Ana (wundo)",
2260                 "homepage": "https://www.drupal.org/u/wundo",
2261                 "role": "Co-maintainer"
2262             },
2263             {
2264                 "name": "wundo",
2265                 "homepage": "https://www.drupal.org/user/25523"
2266             }
2267         ],
2268         "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
2269         "homepage": "https://www.drupal.org/project/bootstrap",
2270         "support": {
2271             "source": "http://cgit.drupalcode.org/bootstrap",
2272             "docs": "https://drupal-bootstrap.org",
2273             "issues": "https://www.drupal.org/project/issues/bootstrap",
2274             "irc": "irc://irc.freenode.org/drupal-bootstrap"
2275         }
2276     },
2277     {
2278         "name": "drupal/bootstrap_layouts",
2279         "version": "4.2.0",
2280         "version_normalized": "4.2.0.0",
2281         "source": {
2282             "type": "git",
2283             "url": "https://git.drupal.org/project/bootstrap_layouts",
2284             "reference": "8.x-4.2"
2285         },
2286         "dist": {
2287             "type": "zip",
2288             "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.2.zip",
2289             "reference": "8.x-4.2",
2290             "shasum": "247f8e766fa06c9639fa80e81ecc933230e3e9fb"
2291         },
2292         "require": {
2293             "drupal/core": "~8.0",
2294             "drupal/layout_plugin": "*"
2295         },
2296         "type": "drupal-module",
2297         "extra": {
2298             "branch-alias": {
2299                 "dev-4.x": "4.x-dev"
2300             },
2301             "drupal": {
2302                 "version": "8.x-4.2",
2303                 "datestamp": "1507846445",
2304                 "security-coverage": {
2305                     "status": "covered",
2306                     "message": "Covered by Drupal's security advisory policy"
2307                 }
2308             }
2309         },
2310         "installation-source": "dist",
2311         "notification-url": "https://packages.drupal.org/8/downloads",
2312         "license": [
2313             "GPL-2.0-or-later"
2314         ],
2315         "authors": [
2316             {
2317                 "name": "darol100",
2318                 "homepage": "https://www.drupal.org/user/2667123"
2319             },
2320             {
2321                 "name": "hctom",
2322                 "homepage": "https://www.drupal.org/user/112790"
2323             },
2324             {
2325                 "name": "markcarver",
2326                 "homepage": "https://www.drupal.org/user/501638"
2327             }
2328         ],
2329         "description": "This module is going to generate layouts with Bootstrap grid system.",
2330         "homepage": "https://www.drupal.org/project/bootstrap_layouts",
2331         "support": {
2332             "source": "http://cgit.drupalcode.org/bootstrap_layouts"
2333         }
2334     },
2335     {
2336         "name": "drupal/ckeditor_templates",
2337         "version": "1.0.0",
2338         "version_normalized": "1.0.0.0",
2339         "source": {
2340             "type": "git",
2341             "url": "https://git.drupal.org/project/ckeditor_templates",
2342             "reference": "8.x-1.0"
2343         },
2344         "dist": {
2345             "type": "zip",
2346             "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
2347             "reference": "8.x-1.0",
2348             "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
2349         },
2350         "require": {
2351             "drupal/core": "*"
2352         },
2353         "type": "drupal-module",
2354         "extra": {
2355             "branch-alias": {
2356                 "dev-1.x": "1.x-dev"
2357             },
2358             "drupal": {
2359                 "version": "8.x-1.0",
2360                 "datestamp": "1490206982"
2361             }
2362         },
2363         "installation-source": "dist",
2364         "notification-url": "https://packages.drupal.org/8/downloads",
2365         "license": [
2366             "GPL-2.0+"
2367         ],
2368         "authors": [
2369             {
2370                 "name": "lucaslg",
2371                 "homepage": "https://www.drupal.org/user/3128975"
2372             }
2373         ],
2374         "description": "Integrates the CKEdito templates plugin",
2375         "homepage": "https://www.drupal.org/project/ckeditor_templates",
2376         "support": {
2377             "source": "http://cgit.drupalcode.org/ckeditor_templates"
2378         }
2379     },
2380     {
2381         "name": "drupal/ckeditor_widgets",
2382         "version": "dev-1.x",
2383         "version_normalized": "dev-1.x",
2384         "source": {
2385             "type": "git",
2386             "url": "https://git.drupal.org/project/ckeditor_widgets",
2387             "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
2388         },
2389         "require": {
2390             "drupal/core": "*"
2391         },
2392         "type": "drupal-module",
2393         "extra": {
2394             "branch-alias": {
2395                 "dev-1.x": "1.x-dev"
2396             },
2397             "drupal": {
2398                 "version": "8.x-1.x-dev",
2399                 "datestamp": "1472798939"
2400             }
2401         },
2402         "installation-source": "source",
2403         "notification-url": "https://packages.drupal.org/8/downloads",
2404         "license": [
2405             "GPL-2.0+"
2406         ],
2407         "authors": [
2408             {
2409                 "name": "jlyon",
2410                 "homepage": "https://www.drupal.org/user/256444"
2411             }
2412         ],
2413         "description": "Adds widgets and an Insert Template menu to CKEditor",
2414         "homepage": "https://www.drupal.org/project/ckeditor_widgets",
2415         "support": {
2416             "source": "http://cgit.drupalcode.org/ckeditor_widgets"
2417         }
2418     },
2419     {
2420         "name": "drupal/console",
2421         "version": "1.8.0",
2422         "version_normalized": "1.8.0.0",
2423         "source": {
2424             "type": "git",
2425             "url": "https://github.com/hechoendrupal/drupal-console.git",
2426             "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18"
2427         },
2428         "dist": {
2429             "type": "zip",
2430             "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/368bbfa44dc6b957eb4db01977f7c39e83032d18",
2431             "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18",
2432             "shasum": ""
2433         },
2434         "require": {
2435             "alchemy/zippy": "0.4.3",
2436             "composer/installers": "~1.0",
2437             "doctrine/annotations": "^1.2",
2438             "doctrine/collections": "^1.3",
2439             "drupal/console-core": "1.8.0",
2440             "drupal/console-extend-plugin": "~0",
2441             "guzzlehttp/guzzle": "~6.1",
2442             "php": "^5.5.9 || ^7.0",
2443             "psy/psysh": "0.6.* || ~0.8",
2444             "symfony/css-selector": "~2.8|~3.0",
2445             "symfony/dom-crawler": "~2.8|~3.0",
2446             "symfony/http-foundation": "~2.8|~3.0"
2447         },
2448         "suggest": {
2449             "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
2450             "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
2451         },
2452         "time": "2018-03-21T20:50:16+00:00",
2453         "bin": [
2454             "bin/drupal"
2455         ],
2456         "type": "library",
2457         "installation-source": "dist",
2458         "autoload": {
2459             "psr-4": {
2460                 "Drupal\\Console\\": "src"
2461             }
2462         },
2463         "notification-url": "https://packagist.org/downloads/",
2464         "license": [
2465             "GPL-2.0-or-later"
2466         ],
2467         "authors": [
2468             {
2469                 "name": "David Flores",
2470                 "email": "dmousex@gmail.com",
2471                 "homepage": "http://dmouse.net"
2472             },
2473             {
2474                 "name": "Jesus Manuel Olivas",
2475                 "email": "jesus.olivas@gmail.com",
2476                 "homepage": "http://jmolivas.com"
2477             },
2478             {
2479                 "name": "Eduardo Garcia",
2480                 "email": "enzo@enzolutions.com",
2481                 "homepage": "http://enzolutions.com/"
2482             },
2483             {
2484                 "name": "Omar Aguirre",
2485                 "email": "omersguchigu@gmail.com"
2486             },
2487             {
2488                 "name": "Drupal Console Contributors",
2489                 "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
2490             }
2491         ],
2492         "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
2493         "homepage": "http://drupalconsole.com/",
2494         "keywords": [
2495             "console",
2496             "development",
2497             "drupal",
2498             "symfony"
2499         ]
2500     },
2501     {
2502         "name": "drupal/console-core",
2503         "version": "1.8.0",
2504         "version_normalized": "1.8.0.0",
2505         "source": {
2506             "type": "git",
2507             "url": "https://github.com/hechoendrupal/drupal-console-core.git",
2508             "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1"
2509         },
2510         "dist": {
2511             "type": "zip",
2512             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bf1fb4a6f689377acec1694267f674178d28e5d1",
2513             "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1",
2514             "shasum": ""
2515         },
2516         "require": {
2517             "dflydev/dot-access-configuration": "^1.0",
2518             "drupal/console-en": "1.8.0",
2519             "php": "^5.5.9 || ^7.0",
2520             "stecman/symfony-console-completion": "~0.7",
2521             "symfony/config": "~2.8|~3.0",
2522             "symfony/console": "~2.8|~3.0",
2523             "symfony/debug": "~2.8|~3.0",
2524             "symfony/dependency-injection": "~2.8|~3.0",
2525             "symfony/event-dispatcher": "~2.8|~3.0",
2526             "symfony/filesystem": "~2.8|~3.0",
2527             "symfony/finder": "~2.8|~3.0",
2528             "symfony/process": "~2.8|~3.0",
2529             "symfony/translation": "~2.8|~3.0",
2530             "symfony/yaml": "~2.8|~3.0",
2531             "twig/twig": "^1.23.1",
2532             "webflo/drupal-finder": "^1.0",
2533             "webmozart/path-util": "^2.3"
2534         },
2535         "time": "2018-03-21T19:33:23+00:00",
2536         "type": "library",
2537         "installation-source": "dist",
2538         "autoload": {
2539             "files": [
2540                 "src/functions.php"
2541             ],
2542             "psr-4": {
2543                 "Drupal\\Console\\Core\\": "src"
2544             }
2545         },
2546         "notification-url": "https://packagist.org/downloads/",
2547         "license": [
2548             "GPL-2.0-or-later"
2549         ],
2550         "authors": [
2551             {
2552                 "name": "David Flores",
2553                 "email": "dmousex@gmail.com",
2554                 "homepage": "http://dmouse.net"
2555             },
2556             {
2557                 "name": "Jesus Manuel Olivas",
2558                 "email": "jesus.olivas@gmail.com",
2559                 "homepage": "http://jmolivas.com"
2560             },
2561             {
2562                 "name": "Drupal Console Contributors",
2563                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2564             },
2565             {
2566                 "name": "Eduardo Garcia",
2567                 "email": "enzo@enzolutions.com",
2568                 "homepage": "http://enzolutions.com/"
2569             },
2570             {
2571                 "name": "Omar Aguirre",
2572                 "email": "omersguchigu@gmail.com"
2573             }
2574         ],
2575         "description": "Drupal Console Core",
2576         "homepage": "http://drupalconsole.com/",
2577         "keywords": [
2578             "console",
2579             "development",
2580             "drupal",
2581             "symfony"
2582         ]
2583     },
2584     {
2585         "name": "drupal/console-en",
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-en.git",
2591             "reference": "ea956ddffab04f519a89858810e5f695b9def92b"
2592         },
2593         "dist": {
2594             "type": "zip",
2595             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/ea956ddffab04f519a89858810e5f695b9def92b",
2596             "reference": "ea956ddffab04f519a89858810e5f695b9def92b",
2597             "shasum": ""
2598         },
2599         "time": "2018-03-21T19:16:27+00:00",
2600         "type": "drupal-console-language",
2601         "installation-source": "dist",
2602         "notification-url": "https://packagist.org/downloads/",
2603         "license": [
2604             "GPL-2.0-or-later"
2605         ],
2606         "authors": [
2607             {
2608                 "name": "David Flores",
2609                 "email": "dmousex@gmail.com",
2610                 "homepage": "http://dmouse.net"
2611             },
2612             {
2613                 "name": "Jesus Manuel Olivas",
2614                 "email": "jesus.olivas@gmail.com",
2615                 "homepage": "http://jmolivas.com"
2616             },
2617             {
2618                 "name": "Drupal Console Contributors",
2619                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2620             },
2621             {
2622                 "name": "Eduardo Garcia",
2623                 "email": "enzo@enzolutions.com",
2624                 "homepage": "http://enzolutions.com/"
2625             },
2626             {
2627                 "name": "Omar Aguirre",
2628                 "email": "omersguchigu@gmail.com"
2629             }
2630         ],
2631         "description": "Drupal Console English Language",
2632         "homepage": "http://drupalconsole.com/",
2633         "keywords": [
2634             "console",
2635             "development",
2636             "drupal",
2637             "symfony"
2638         ]
2639     },
2640     {
2641         "name": "drupal/console-extend-plugin",
2642         "version": "0.9.2",
2643         "version_normalized": "0.9.2.0",
2644         "source": {
2645             "type": "git",
2646             "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
2647             "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
2648         },
2649         "dist": {
2650             "type": "zip",
2651             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
2652             "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
2653             "shasum": ""
2654         },
2655         "require": {
2656             "composer-plugin-api": "^1.0",
2657             "symfony/finder": "~2.7|~3.0",
2658             "symfony/yaml": "~2.7|~3.0"
2659         },
2660         "time": "2017-07-28T17:11:54+00:00",
2661         "type": "composer-plugin",
2662         "extra": {
2663             "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
2664         },
2665         "installation-source": "dist",
2666         "autoload": {
2667             "psr-4": {
2668                 "Drupal\\Console\\Composer\\Plugin\\": "src"
2669             }
2670         },
2671         "notification-url": "https://packagist.org/downloads/",
2672         "license": [
2673             "GPL-2.0+"
2674         ],
2675         "authors": [
2676             {
2677                 "name": "Jesus Manuel Olivas",
2678                 "email": "jesus.olivas@gmail.com"
2679             }
2680         ],
2681         "description": "Drupal Console Extend Plugin"
2682     },
2683     {
2684         "name": "drupal/core",
2685         "version": "8.5.3",
2686         "version_normalized": "8.5.3.0",
2687         "source": {
2688             "type": "git",
2689             "url": "https://github.com/drupal/core.git",
2690             "reference": "b012f0ae51504880e920f2c6efdbdf03b6fe2129"
2691         },
2692         "dist": {
2693             "type": "zip",
2694             "url": "https://api.github.com/repos/drupal/core/zipball/b012f0ae51504880e920f2c6efdbdf03b6fe2129",
2695             "reference": "b012f0ae51504880e920f2c6efdbdf03b6fe2129",
2696             "shasum": ""
2697         },
2698         "require": {
2699             "asm89/stack-cors": "^1.1",
2700             "composer/semver": "^1.0",
2701             "doctrine/annotations": "^1.2",
2702             "doctrine/common": "^2.5",
2703             "easyrdf/easyrdf": "^0.9",
2704             "egulias/email-validator": "^1.2",
2705             "ext-date": "*",
2706             "ext-dom": "*",
2707             "ext-filter": "*",
2708             "ext-gd": "*",
2709             "ext-hash": "*",
2710             "ext-json": "*",
2711             "ext-pcre": "*",
2712             "ext-pdo": "*",
2713             "ext-session": "*",
2714             "ext-simplexml": "*",
2715             "ext-spl": "*",
2716             "ext-tokenizer": "*",
2717             "ext-xml": "*",
2718             "guzzlehttp/guzzle": "^6.2.1",
2719             "masterminds/html5": "^2.1",
2720             "paragonie/random_compat": "^1.0|^2.0",
2721             "php": "^5.5.9|>=7.0.8",
2722             "stack/builder": "^1.0",
2723             "symfony-cmf/routing": "^1.4",
2724             "symfony/class-loader": "~3.4.0",
2725             "symfony/console": "~3.4.0",
2726             "symfony/dependency-injection": "~3.4.0",
2727             "symfony/event-dispatcher": "~3.4.0",
2728             "symfony/http-foundation": "~3.4.0",
2729             "symfony/http-kernel": "~3.4.0",
2730             "symfony/polyfill-iconv": "^1.0",
2731             "symfony/process": "~3.4.0",
2732             "symfony/psr-http-message-bridge": "^1.0",
2733             "symfony/routing": "~3.4.0",
2734             "symfony/serializer": "~3.4.0",
2735             "symfony/translation": "~3.4.0",
2736             "symfony/validator": "~3.4.0",
2737             "symfony/yaml": "~3.4.5",
2738             "twig/twig": "^1.35.0",
2739             "zendframework/zend-diactoros": "^1.1",
2740             "zendframework/zend-feed": "^2.4"
2741         },
2742         "conflict": {
2743             "drush/drush": "<8.1.10"
2744         },
2745         "replace": {
2746             "drupal/action": "self.version",
2747             "drupal/aggregator": "self.version",
2748             "drupal/automated_cron": "self.version",
2749             "drupal/ban": "self.version",
2750             "drupal/bartik": "self.version",
2751             "drupal/basic_auth": "self.version",
2752             "drupal/big_pipe": "self.version",
2753             "drupal/block": "self.version",
2754             "drupal/block_content": "self.version",
2755             "drupal/block_place": "self.version",
2756             "drupal/book": "self.version",
2757             "drupal/breakpoint": "self.version",
2758             "drupal/ckeditor": "self.version",
2759             "drupal/classy": "self.version",
2760             "drupal/color": "self.version",
2761             "drupal/comment": "self.version",
2762             "drupal/config": "self.version",
2763             "drupal/config_translation": "self.version",
2764             "drupal/contact": "self.version",
2765             "drupal/content_moderation": "self.version",
2766             "drupal/content_translation": "self.version",
2767             "drupal/contextual": "self.version",
2768             "drupal/core-annotation": "self.version",
2769             "drupal/core-assertion": "self.version",
2770             "drupal/core-bridge": "self.version",
2771             "drupal/core-class-finder": "self.version",
2772             "drupal/core-datetime": "self.version",
2773             "drupal/core-dependency-injection": "self.version",
2774             "drupal/core-diff": "self.version",
2775             "drupal/core-discovery": "self.version",
2776             "drupal/core-event-dispatcher": "self.version",
2777             "drupal/core-file-cache": "self.version",
2778             "drupal/core-filesystem": "self.version",
2779             "drupal/core-gettext": "self.version",
2780             "drupal/core-graph": "self.version",
2781             "drupal/core-http-foundation": "self.version",
2782             "drupal/core-php-storage": "self.version",
2783             "drupal/core-plugin": "self.version",
2784             "drupal/core-proxy-builder": "self.version",
2785             "drupal/core-render": "self.version",
2786             "drupal/core-serialization": "self.version",
2787             "drupal/core-transliteration": "self.version",
2788             "drupal/core-utility": "self.version",
2789             "drupal/core-uuid": "self.version",
2790             "drupal/datetime": "self.version",
2791             "drupal/datetime_range": "self.version",
2792             "drupal/dblog": "self.version",
2793             "drupal/dynamic_page_cache": "self.version",
2794             "drupal/editor": "self.version",
2795             "drupal/entity_reference": "self.version",
2796             "drupal/field": "self.version",
2797             "drupal/field_layout": "self.version",
2798             "drupal/field_ui": "self.version",
2799             "drupal/file": "self.version",
2800             "drupal/filter": "self.version",
2801             "drupal/forum": "self.version",
2802             "drupal/hal": "self.version",
2803             "drupal/help": "self.version",
2804             "drupal/history": "self.version",
2805             "drupal/image": "self.version",
2806             "drupal/inline_form_errors": "self.version",
2807             "drupal/language": "self.version",
2808             "drupal/layout_builder": "self.version",
2809             "drupal/layout_discovery": "self.version",
2810             "drupal/link": "self.version",
2811             "drupal/locale": "self.version",
2812             "drupal/media": "self.version",
2813             "drupal/menu_link_content": "self.version",
2814             "drupal/menu_ui": "self.version",
2815             "drupal/migrate": "self.version",
2816             "drupal/migrate_drupal": "self.version",
2817             "drupal/migrate_drupal_ui": "self.version",
2818             "drupal/minimal": "self.version",
2819             "drupal/node": "self.version",
2820             "drupal/options": "self.version",
2821             "drupal/page_cache": "self.version",
2822             "drupal/path": "self.version",
2823             "drupal/quickedit": "self.version",
2824             "drupal/rdf": "self.version",
2825             "drupal/responsive_image": "self.version",
2826             "drupal/rest": "self.version",
2827             "drupal/search": "self.version",
2828             "drupal/serialization": "self.version",
2829             "drupal/settings_tray": "self.version",
2830             "drupal/seven": "self.version",
2831             "drupal/shortcut": "self.version",
2832             "drupal/simpletest": "self.version",
2833             "drupal/standard": "self.version",
2834             "drupal/stark": "self.version",
2835             "drupal/statistics": "self.version",
2836             "drupal/syslog": "self.version",
2837             "drupal/system": "self.version",
2838             "drupal/taxonomy": "self.version",
2839             "drupal/telephone": "self.version",
2840             "drupal/text": "self.version",
2841             "drupal/toolbar": "self.version",
2842             "drupal/tour": "self.version",
2843             "drupal/tracker": "self.version",
2844             "drupal/update": "self.version",
2845             "drupal/user": "self.version",
2846             "drupal/views": "self.version",
2847             "drupal/views_ui": "self.version",
2848             "drupal/workflows": "self.version"
2849         },
2850         "require-dev": {
2851             "behat/mink": "1.7.x-dev",
2852             "behat/mink-goutte-driver": "^1.2",
2853             "behat/mink-selenium2-driver": "1.3.x-dev",
2854             "drupal/coder": "^8.2.12",
2855             "jcalderonzumba/gastonjs": "^1.0.2",
2856             "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
2857             "mikey179/vfsstream": "^1.2",
2858             "phpspec/prophecy": "^1.4",
2859             "phpunit/phpunit": "^4.8.35 || ^6.1",
2860             "symfony/css-selector": "^3.4.0",
2861             "symfony/debug": "^3.4.0",
2862             "symfony/phpunit-bridge": "^3.4.3"
2863         },
2864         "time": "2018-04-25T15:39:01+00:00",
2865         "type": "drupal-core",
2866         "extra": {
2867             "merge-plugin": {
2868                 "require": [
2869                     "core/lib/Drupal/Component/Annotation/composer.json",
2870                     "core/lib/Drupal/Component/Assertion/composer.json",
2871                     "core/lib/Drupal/Component/Bridge/composer.json",
2872                     "core/lib/Drupal/Component/ClassFinder/composer.json",
2873                     "core/lib/Drupal/Component/Datetime/composer.json",
2874                     "core/lib/Drupal/Component/DependencyInjection/composer.json",
2875                     "core/lib/Drupal/Component/Diff/composer.json",
2876                     "core/lib/Drupal/Component/Discovery/composer.json",
2877                     "core/lib/Drupal/Component/EventDispatcher/composer.json",
2878                     "core/lib/Drupal/Component/FileCache/composer.json",
2879                     "core/lib/Drupal/Component/FileSystem/composer.json",
2880                     "core/lib/Drupal/Component/Gettext/composer.json",
2881                     "core/lib/Drupal/Component/Graph/composer.json",
2882                     "core/lib/Drupal/Component/HttpFoundation/composer.json",
2883                     "core/lib/Drupal/Component/PhpStorage/composer.json",
2884                     "core/lib/Drupal/Component/Plugin/composer.json",
2885                     "core/lib/Drupal/Component/ProxyBuilder/composer.json",
2886                     "core/lib/Drupal/Component/Render/composer.json",
2887                     "core/lib/Drupal/Component/Serialization/composer.json",
2888                     "core/lib/Drupal/Component/Transliteration/composer.json",
2889                     "core/lib/Drupal/Component/Utility/composer.json",
2890                     "core/lib/Drupal/Component/Uuid/composer.json"
2891                 ],
2892                 "recurse": false,
2893                 "replace": false,
2894                 "merge-extra": false
2895             }
2896         },
2897         "installation-source": "dist",
2898         "autoload": {
2899             "psr-4": {
2900                 "Drupal\\Core\\": "lib/Drupal/Core",
2901                 "Drupal\\Component\\": "lib/Drupal/Component",
2902                 "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
2903             },
2904             "classmap": [
2905                 "lib/Drupal.php",
2906                 "lib/Drupal/Component/Utility/Timer.php",
2907                 "lib/Drupal/Component/Utility/Unicode.php",
2908                 "lib/Drupal/Core/Database/Database.php",
2909                 "lib/Drupal/Core/DrupalKernel.php",
2910                 "lib/Drupal/Core/DrupalKernelInterface.php",
2911                 "lib/Drupal/Core/Site/Settings.php"
2912             ]
2913         },
2914         "notification-url": "https://packagist.org/downloads/",
2915         "license": [
2916             "GPL-2.0-or-later"
2917         ],
2918         "description": "Drupal is an open source content management platform powering millions of websites and applications."
2919     },
2920     {
2921         "name": "drupal/crop",
2922         "version": "1.5.0",
2923         "version_normalized": "1.5.0.0",
2924         "source": {
2925             "type": "git",
2926             "url": "https://git.drupal.org/project/crop",
2927             "reference": "8.x-1.5"
2928         },
2929         "dist": {
2930             "type": "zip",
2931             "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.5.zip",
2932             "reference": "8.x-1.5",
2933             "shasum": "bb275293508cb3988ca6ab766dc1f6ecc22cc03d"
2934         },
2935         "require": {
2936             "drupal/core": "*"
2937         },
2938         "type": "drupal-module",
2939         "extra": {
2940             "branch-alias": {
2941                 "dev-1.x": "1.x-dev"
2942             },
2943             "drupal": {
2944                 "version": "8.x-1.5",
2945                 "datestamp": "1516357085",
2946                 "security-coverage": {
2947                     "status": "covered",
2948                     "message": "Covered by Drupal's security advisory policy"
2949                 }
2950             }
2951         },
2952         "installation-source": "dist",
2953         "notification-url": "https://packages.drupal.org/8/downloads",
2954         "license": [
2955             "GPL-2.0+"
2956         ],
2957         "authors": [
2958             {
2959                 "name": "Drupal Media Team",
2960                 "homepage": "https://www.drupal.org/user/3260690"
2961             },
2962             {
2963                 "name": "slashrsm",
2964                 "homepage": "https://www.drupal.org/user/744628"
2965             },
2966             {
2967                 "name": "woprrr",
2968                 "homepage": "https://www.drupal.org/user/858604"
2969             }
2970         ],
2971         "description": "Provides storage and API for image crops.",
2972         "homepage": "https://www.drupal.org/project/crop",
2973         "support": {
2974             "source": "http://cgit.drupalcode.org/crop",
2975             "issues": "https://www.drupal.org/project/issues/crop"
2976         }
2977     },
2978     {
2979         "name": "drupal/ctools",
2980         "version": "3.0.0",
2981         "version_normalized": "3.0.0.0",
2982         "source": {
2983             "type": "git",
2984             "url": "https://git.drupal.org/project/ctools",
2985             "reference": "8.x-3.0"
2986         },
2987         "dist": {
2988             "type": "zip",
2989             "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
2990             "reference": "8.x-3.0",
2991             "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
2992         },
2993         "require": {
2994             "drupal/core": "~8.0"
2995         },
2996         "type": "drupal-module",
2997         "extra": {
2998             "branch-alias": {
2999                 "dev-3.x": "3.x-dev"
3000             },
3001             "drupal": {
3002                 "version": "8.x-3.0",
3003                 "datestamp": "1493401742"
3004             }
3005         },
3006         "installation-source": "dist",
3007         "notification-url": "https://packages.drupal.org/8/downloads",
3008         "license": [
3009             "GPL-2.0+"
3010         ],
3011         "authors": [
3012             {
3013                 "name": "Kris Vanderwater (EclipseGc)",
3014                 "homepage": "https://www.drupal.org/u/eclipsegc",
3015                 "role": "Maintainer"
3016             },
3017             {
3018                 "name": "Jakob Perry (japerry)",
3019                 "homepage": "https://www.drupal.org/u/japerry",
3020                 "role": "Maintainer"
3021             },
3022             {
3023                 "name": "Tim Plunkett (tim.plunkett)",
3024                 "homepage": "https://www.drupal.org/u/timplunkett",
3025                 "role": "Maintainer"
3026             },
3027             {
3028                 "name": "James Gilliland (neclimdul)",
3029                 "homepage": "https://www.drupal.org/u/neclimdul",
3030                 "role": "Maintainer"
3031             },
3032             {
3033                 "name": "Daniel Wehner (dawehner)",
3034                 "homepage": "https://www.drupal.org/u/dawehner",
3035                 "role": "Maintainer"
3036             },
3037             {
3038                 "name": "merlinofchaos",
3039                 "homepage": "https://www.drupal.org/user/26979"
3040             },
3041             {
3042                 "name": "neclimdul",
3043                 "homepage": "https://www.drupal.org/user/48673"
3044             },
3045             {
3046                 "name": "sdboyer",
3047                 "homepage": "https://www.drupal.org/user/146719"
3048             },
3049             {
3050                 "name": "sun",
3051                 "homepage": "https://www.drupal.org/user/54136"
3052             },
3053             {
3054                 "name": "tim.plunkett",
3055                 "homepage": "https://www.drupal.org/user/241634"
3056             }
3057         ],
3058         "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
3059         "homepage": "https://www.drupal.org/project/ctools",
3060         "support": {
3061             "source": "http://cgit.drupalcode.org/ctools",
3062             "issues": "https://www.drupal.org/project/issues/ctools"
3063         }
3064     },
3065     {
3066         "name": "drupal/devel",
3067         "version": "1.2.0",
3068         "version_normalized": "1.2.0.0",
3069         "source": {
3070             "type": "git",
3071             "url": "https://git.drupal.org/project/devel",
3072             "reference": "8.x-1.2"
3073         },
3074         "dist": {
3075             "type": "zip",
3076             "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
3077             "reference": "8.x-1.2",
3078             "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
3079         },
3080         "require": {
3081             "drupal/core": "~8.0"
3082         },
3083         "suggest": {
3084             "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
3085         },
3086         "type": "drupal-module",
3087         "extra": {
3088             "branch-alias": {
3089                 "dev-1.x": "1.x-dev"
3090             },
3091             "drupal": {
3092                 "version": "8.x-1.2",
3093                 "datestamp": "1507197844",
3094                 "security-coverage": {
3095                     "status": "covered",
3096                     "message": "Covered by Drupal's security advisory policy"
3097                 }
3098             }
3099         },
3100         "installation-source": "dist",
3101         "notification-url": "https://packages.drupal.org/8/downloads",
3102         "license": [
3103             "GPL-2.0+"
3104         ],
3105         "authors": [
3106             {
3107                 "name": "Moshe Weitzman",
3108                 "homepage": "https://github.com/weitzman",
3109                 "email": "weitzman@tejasa.com",
3110                 "role": "Maintainer"
3111             },
3112             {
3113                 "name": "Hans Salvisberg",
3114                 "homepage": "https://www.drupal.org/u/salvis",
3115                 "email": "drupal@salvisberg.com",
3116                 "role": "Maintainer"
3117             },
3118             {
3119                 "name": "Luca Lusso",
3120                 "homepage": "https://www.drupal.org/u/lussoluca",
3121                 "role": "Maintainer"
3122             },
3123             {
3124                 "name": "Marco (willzyx)",
3125                 "homepage": "https://www.drupal.org/u/willzyx",
3126                 "role": "Maintainer"
3127             },
3128             {
3129                 "name": "See contributors",
3130                 "homepage": "https://www.drupal.org/node/3236/committers"
3131             },
3132             {
3133                 "name": "salvis",
3134                 "homepage": "https://www.drupal.org/user/82964"
3135             },
3136             {
3137                 "name": "willzyx",
3138                 "homepage": "https://www.drupal.org/user/1043862"
3139             }
3140         ],
3141         "description": "Various blocks, pages, and functions for developers.",
3142         "homepage": "http://drupal.org/project/devel",
3143         "support": {
3144             "source": "http://cgit.drupalcode.org/devel",
3145             "issues": "http://drupal.org/project/devel",
3146             "irc": "irc://irc.freenode.org/drupal-contribute"
3147         }
3148     },
3149     {
3150         "name": "drupal/diff",
3151         "version": "1.0.0-rc1",
3152         "version_normalized": "1.0.0.0-RC1",
3153         "source": {
3154             "type": "git",
3155             "url": "https://git.drupal.org/project/diff",
3156             "reference": "8.x-1.0-rc1"
3157         },
3158         "dist": {
3159             "type": "zip",
3160             "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip",
3161             "reference": "8.x-1.0-rc1",
3162             "shasum": "4945154c2c07444195a7ae07011a3b3db941c72a"
3163         },
3164         "require": {
3165             "drupal/core": "~8.0",
3166             "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
3167         },
3168         "type": "drupal-module",
3169         "extra": {
3170             "branch-alias": {
3171                 "dev-1.x": "1.x-dev"
3172             },
3173             "drupal": {
3174                 "version": "8.x-1.0-rc1",
3175                 "datestamp": "1484566683"
3176             }
3177         },
3178         "installation-source": "dist",
3179         "notification-url": "https://packages.drupal.org/8/downloads",
3180         "license": [
3181             "GPL-2.0+"
3182         ],
3183         "authors": [
3184             {
3185                 "name": "Miro Dietiker (miro_dietiker)",
3186                 "homepage": "https://www.drupal.org/u/miro_dietiker",
3187                 "role": "Maintainer"
3188             },
3189             {
3190                 "name": "Juampy NR (juampynr)",
3191                 "homepage": "https://www.drupal.org/u/juampynr",
3192                 "role": "Maintainer"
3193             },
3194             {
3195                 "name": "Lucian Hangea (lhangea)",
3196                 "homepage": "https://www.drupal.org/u/lhangea",
3197                 "role": "Maintainer"
3198             },
3199             {
3200                 "name": "Alan D.",
3201                 "homepage": "https://www.drupal.org/u/alan-d.",
3202                 "role": "Maintainer"
3203             },
3204             {
3205                 "name": "Brian Gilbert (realityloop).",
3206                 "homepage": "https://www.drupal.org/u/realityloop",
3207                 "role": "Maintainer"
3208             },
3209             {
3210                 "name": "miro_dietiker",
3211                 "homepage": "https://www.drupal.org/user/227761"
3212             },
3213             {
3214                 "name": "realityloop",
3215                 "homepage": "https://www.drupal.org/user/139189"
3216             },
3217             {
3218                 "name": "rötzi",
3219                 "homepage": "https://www.drupal.org/user/73064"
3220             },
3221             {
3222                 "name": "yhahn",
3223                 "homepage": "https://www.drupal.org/user/264833"
3224             }
3225         ],
3226         "description": "Compares two entity revisions",
3227         "homepage": "https://www.drupal.org/project/diff",
3228         "support": {
3229             "source": "http://cgit.drupalcode.org/diff",
3230             "issues": "https://www.drupal.org/project/issues/diff"
3231         }
3232     },
3233     {
3234         "name": "drupal/draggableviews",
3235         "version": "1.0.0",
3236         "version_normalized": "1.0.0.0",
3237         "source": {
3238             "type": "git",
3239             "url": "https://git.drupal.org/project/draggableviews",
3240             "reference": "8.x-1.0"
3241         },
3242         "dist": {
3243             "type": "zip",
3244             "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.0.zip",
3245             "reference": "8.x-1.0",
3246             "shasum": "007082c2621b45bd8cf73fe5fdd4d292ee88a458"
3247         },
3248         "require": {
3249             "drupal/core": "*"
3250         },
3251         "type": "drupal-module",
3252         "extra": {
3253             "branch-alias": {
3254                 "dev-1.x": "1.x-dev"
3255             },
3256             "drupal": {
3257                 "version": "8.x-1.0",
3258                 "datestamp": "1477076039"
3259             },
3260             "patches_applied": {
3261                 "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
3262                 "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
3263             }
3264         },
3265         "installation-source": "dist",
3266         "notification-url": "https://packages.drupal.org/8/downloads",
3267         "license": [
3268             "GPL-2.0+"
3269         ],
3270         "authors": [
3271             {
3272                 "name": "dixon_",
3273                 "homepage": "https://www.drupal.org/user/239911"
3274             },
3275             {
3276                 "name": "ginc",
3277                 "homepage": "https://www.drupal.org/user/332249"
3278             },
3279             {
3280                 "name": "iStryker",
3281                 "homepage": "https://www.drupal.org/user/303676"
3282             },
3283             {
3284                 "name": "podarok",
3285                 "homepage": "https://www.drupal.org/user/116002"
3286             },
3287             {
3288                 "name": "sevi",
3289                 "homepage": "https://www.drupal.org/user/199290"
3290             },
3291             {
3292                 "name": "ygerasimov",
3293                 "homepage": "https://www.drupal.org/user/257311"
3294             }
3295         ],
3296         "description": "Complete rewrite of D7 draggableviews",
3297         "homepage": "https://www.drupal.org/project/draggableviews",
3298         "support": {
3299             "source": "http://cgit.drupalcode.org/draggableviews"
3300         }
3301     },
3302     {
3303         "name": "drupal/dropzonejs",
3304         "version": "2.0.0-alpha3",
3305         "version_normalized": "2.0.0.0-alpha3",
3306         "source": {
3307             "type": "git",
3308             "url": "https://git.drupal.org/project/dropzonejs",
3309             "reference": "8.x-2.0-alpha3"
3310         },
3311         "dist": {
3312             "type": "zip",
3313             "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.0-alpha3.zip",
3314             "reference": "8.x-2.0-alpha3",
3315             "shasum": "a11f37e8f37b211d7065b0fd8adb1cc85b47e691"
3316         },
3317         "require": {
3318             "drupal/core": "*"
3319         },
3320         "require-dev": {
3321             "drupal/entity_browser": "*"
3322         },
3323         "suggest": {
3324             "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
3325         },
3326         "type": "drupal-module",
3327         "extra": {
3328             "branch-alias": {
3329                 "dev-2.x": "2.x-dev"
3330             },
3331             "drupal": {
3332                 "version": "8.x-2.0-alpha3",
3333                 "datestamp": "1513265285",
3334                 "security-coverage": {
3335                     "status": "not-covered",
3336                     "message": "Project has not opted into security advisory coverage!"
3337                 }
3338             }
3339         },
3340         "installation-source": "dist",
3341         "notification-url": "https://packages.drupal.org/8/downloads",
3342         "license": [
3343             "GPL-2.0+"
3344         ],
3345         "authors": [
3346             {
3347                 "name": "Janez Urevc",
3348                 "homepage": "https://drupal.org/u/slashrsm",
3349                 "role": "Maintainer"
3350             },
3351             {
3352                 "name": "Christian Fritsch",
3353                 "homepage": "https://drupal.org/u/chrfritsch",
3354                 "role": "Maintainer"
3355             },
3356             {
3357                 "name": "Primoz Hmeljak",
3358                 "homepage": "https://drupal.org/u/Primsi",
3359                 "role": "Maintainer"
3360             },
3361             {
3362                 "name": "See other contributors",
3363                 "homepage": "https://www.drupal.org/node/1998478/committers",
3364                 "role": "contributor"
3365             },
3366             {
3367                 "name": "slashrsm",
3368                 "homepage": "https://www.drupal.org/user/744628"
3369             },
3370             {
3371                 "name": "wouters_f",
3372                 "homepage": "https://www.drupal.org/user/721548"
3373             },
3374             {
3375                 "name": "zkday",
3376                 "homepage": "https://www.drupal.org/user/888644"
3377             }
3378         ],
3379         "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
3380         "homepage": "https://www.drupal.org/project/dropzonejs",
3381         "keywords": [
3382             "DropzoneJS",
3383             "Drupal"
3384         ],
3385         "support": {
3386             "source": "https://www.drupal.org/project/dropzonejs",
3387             "issues": "https://www.drupal.org/project/issues/dropzonejs",
3388             "irc": "irc://irc.freenode.org/drupal-contribute"
3389         }
3390     },
3391     {
3392         "name": "drupal/dropzonejs_eb_widget",
3393         "version": "2.0.0-alpha3",
3394         "version_normalized": "2.0.0.0-alpha3",
3395         "require": {
3396             "drupal/core": "*",
3397             "drupal/dropzonejs": "self.version",
3398             "drupal/entity_browser": "*"
3399         },
3400         "type": "metapackage",
3401         "extra": {
3402             "branch-alias": {
3403                 "dev-2.x": "2.x-dev"
3404             },
3405             "drupal": {
3406                 "version": "8.x-2.0-alpha3",
3407                 "datestamp": "1513265285",
3408                 "security-coverage": {
3409                     "status": "not-covered",
3410                     "message": "Project has not opted into security advisory coverage!"
3411                 }
3412             }
3413         },
3414         "notification-url": "https://packages.drupal.org/8/downloads",
3415         "license": [
3416             "GPL-2.0-or-later"
3417         ],
3418         "authors": [
3419             {
3420                 "name": "Drupal Media Team",
3421                 "homepage": "https://www.drupal.org/user/3260690"
3422             },
3423             {
3424                 "name": "Drupal media CI",
3425                 "homepage": "https://www.drupal.org/user/3057985"
3426             },
3427             {
3428                 "name": "Primsi",
3429                 "homepage": "https://www.drupal.org/user/282629"
3430             },
3431             {
3432                 "name": "chr.fritsch",
3433                 "homepage": "https://www.drupal.org/user/2103716"
3434             },
3435             {
3436                 "name": "slashrsm",
3437                 "homepage": "https://www.drupal.org/user/744628"
3438             },
3439             {
3440                 "name": "wouters_f",
3441                 "homepage": "https://www.drupal.org/user/721548"
3442             },
3443             {
3444                 "name": "zkday",
3445                 "homepage": "https://www.drupal.org/user/888644"
3446             }
3447         ],
3448         "description": "DropzoneJS Entity browser widget",
3449         "homepage": "https://www.drupal.org/project/dropzonejs",
3450         "support": {
3451             "source": "http://cgit.drupalcode.org/dropzonejs"
3452         }
3453     },
3454     {
3455         "name": "drupal/drupalmoduleupgrader",
3456         "version": "dev-1.x",
3457         "version_normalized": "dev-1.x",
3458         "source": {
3459             "type": "git",
3460             "url": "https://git.drupal.org/project/drupalmoduleupgrader",
3461             "reference": "726c7a7b9e3cda8c51f6dfbc003550bdc821433b"
3462         },
3463         "require": {
3464             "cebe/markdown": "1.0.*@dev",
3465             "drupal/core": "~8.0",
3466             "grom358/pharborist": "dev-master",
3467             "symfony/filesystem": "~2.8|~3.0",
3468             "symfony/finder": "~2.8|~3.0"
3469         },
3470         "require-dev": {
3471             "mikey179/vfsstream": "^1.5",
3472             "phpunit/phpunit": "^4.8"
3473         },
3474         "type": "drupal-module",
3475         "extra": {
3476             "branch-alias": {
3477                 "dev-1.x": "1.x-dev"
3478             },
3479             "drupal": {
3480                 "version": "8.x-1.2+10-dev",
3481                 "datestamp": "1490462883",
3482                 "security-coverage": {
3483                     "status": "not-covered",
3484                     "message": "Dev releases are not covered by Drupal security advisories."
3485                 }
3486             }
3487         },
3488         "installation-source": "source",
3489         "autoload": {
3490             "psr-4": {
3491                 "Drupal\\drupalmoduleupgrader\\": "src/"
3492             }
3493         },
3494         "notification-url": "https://packages.drupal.org/8/downloads",
3495         "license": [
3496             "GPL-2.0+"
3497         ],
3498         "authors": [
3499             {
3500                 "name": "Gábor Hojtsy",
3501                 "homepage": "https://www.drupal.org/user/4166"
3502             },
3503             {
3504                 "name": "HongPong",
3505                 "homepage": "https://www.drupal.org/user/60005"
3506             },
3507             {
3508                 "name": "Wim Leers",
3509                 "homepage": "https://www.drupal.org/user/99777"
3510             },
3511             {
3512                 "name": "dstol",
3513                 "homepage": "https://www.drupal.org/user/329570"
3514             },
3515             {
3516                 "name": "eshta",
3517                 "homepage": "https://www.drupal.org/user/1951462"
3518             },
3519             {
3520                 "name": "japerry",
3521                 "homepage": "https://www.drupal.org/user/45640"
3522             },
3523             {
3524                 "name": "jcnventura",
3525                 "homepage": "https://www.drupal.org/user/122464"
3526             },
3527             {
3528                 "name": "pfrenssen",
3529                 "homepage": "https://www.drupal.org/user/382067"
3530             },
3531             {
3532                 "name": "phenaproxima",
3533                 "homepage": "https://www.drupal.org/user/205645"
3534             },
3535             {
3536                 "name": "tim.plunkett",
3537                 "homepage": "https://www.drupal.org/user/241634"
3538             },
3539             {
3540                 "name": "webchick",
3541                 "homepage": "https://www.drupal.org/user/24967"
3542             },
3543             {
3544                 "name": "xjm",
3545                 "homepage": "https://www.drupal.org/user/65776"
3546             }
3547         ],
3548         "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
3549         "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
3550         "keywords": [
3551             "Drupal",
3552             "PHP_CodeSniffer",
3553             "phpcs",
3554             "standards",
3555             "update",
3556             "upgrade"
3557         ],
3558         "support": {
3559             "source": "https://drupal.org/project/drupalmoduleupgrader",
3560             "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
3561         }
3562     },
3563     {
3564         "name": "drupal/embed",
3565         "version": "1.0.0",
3566         "version_normalized": "1.0.0.0",
3567         "source": {
3568             "type": "git",
3569             "url": "https://git.drupal.org/project/embed",
3570             "reference": "8.x-1.0"
3571         },
3572         "dist": {
3573             "type": "zip",
3574             "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
3575             "reference": "8.x-1.0",
3576             "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
3577         },
3578         "require": {
3579             "drupal/core": "~8.0"
3580         },
3581         "type": "drupal-module",
3582         "extra": {
3583             "branch-alias": {
3584                 "dev-1.x": "1.x-dev"
3585             },
3586             "drupal": {
3587                 "version": "8.x-1.0",
3588                 "datestamp": "1490755685"
3589             }
3590         },
3591         "installation-source": "dist",
3592         "notification-url": "https://packages.drupal.org/8/downloads",
3593         "license": [
3594             "GPL-2.0+"
3595         ],
3596         "authors": [
3597             {
3598                 "name": "Dave Reid",
3599                 "homepage": "https://www.drupal.org/user/53892"
3600             },
3601             {
3602                 "name": "Devin Carlson",
3603                 "homepage": "https://www.drupal.org/user/290182"
3604             },
3605             {
3606                 "name": "Drupal Media Team",
3607                 "homepage": "https://www.drupal.org/user/3260690"
3608             },
3609             {
3610                 "name": "cs_shadow",
3611                 "homepage": "https://www.drupal.org/user/2828287"
3612             },
3613             {
3614                 "name": "slashrsm",
3615                 "homepage": "https://www.drupal.org/user/744628"
3616             }
3617         ],
3618         "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
3619         "homepage": "https://www.drupal.org/project/embed",
3620         "support": {
3621             "source": "http://cgit.drupalcode.org/embed",
3622             "issues": "https://www.drupal.org/project/issues/embed",
3623             "irc": "irc://irc.freenode.org/drupal-media"
3624         }
3625     },
3626     {
3627         "name": "drupal/entity",
3628         "version": "1.0.0-beta3",
3629         "version_normalized": "1.0.0.0-beta3",
3630         "source": {
3631             "type": "git",
3632             "url": "https://git.drupal.org/project/entity",
3633             "reference": "8.x-1.0-beta3"
3634         },
3635         "dist": {
3636             "type": "zip",
3637             "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-beta3.zip",
3638             "reference": "8.x-1.0-beta3",
3639             "shasum": "5d74dbef7bff0db099517b2c7aad14312eb02afa"
3640         },
3641         "require": {
3642             "drupal/core": "~8.5"
3643         },
3644         "type": "drupal-module",
3645         "extra": {
3646             "branch-alias": {
3647                 "dev-1.x": "1.x-dev"
3648             },
3649             "drupal": {
3650                 "version": "8.x-1.0-beta3",
3651                 "datestamp": "1520958485",
3652                 "security-coverage": {
3653                     "status": "not-covered",
3654                     "message": "Beta releases are not covered by Drupal security advisories."
3655                 }
3656             }
3657         },
3658         "installation-source": "dist",
3659         "notification-url": "https://packages.drupal.org/8/downloads",
3660         "license": [
3661             "GPL-2.0+"
3662         ],
3663         "authors": [
3664             {
3665                 "name": "Berdir",
3666                 "homepage": "https://www.drupal.org/user/214652"
3667             },
3668             {
3669                 "name": "bojanz",
3670                 "homepage": "https://www.drupal.org/user/86106"
3671             },
3672             {
3673                 "name": "dawehner",
3674                 "homepage": "https://www.drupal.org/user/99340"
3675             },
3676             {
3677                 "name": "dixon_",
3678                 "homepage": "https://www.drupal.org/user/239911"
3679             },
3680             {
3681                 "name": "fago",
3682                 "homepage": "https://www.drupal.org/user/16747"
3683             }
3684         ],
3685         "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
3686         "homepage": "http://drupal.org/project/entity",
3687         "support": {
3688             "source": "http://cgit.drupalcode.org/entity"
3689         }
3690     },
3691     {
3692         "name": "drupal/entity_browser",
3693         "version": "1.4.0",
3694         "version_normalized": "1.4.0.0",
3695         "source": {
3696             "type": "git",
3697             "url": "https://git.drupal.org/project/entity_browser",
3698             "reference": "8.x-1.4"
3699         },
3700         "dist": {
3701             "type": "zip",
3702             "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.4.zip",
3703             "reference": "8.x-1.4",
3704             "shasum": "4375e996b8d1e103ca5daf9ce352e2af9cab568f"
3705         },
3706         "require": {
3707             "drupal/core": "~8.0"
3708         },
3709         "require-dev": {
3710             "drupal/ctools": "*",
3711             "drupal/inline_entity_form": "*",
3712             "drupal/media_entity": "*",
3713             "drupal/paragraphs": "*",
3714             "drupal/token": "*"
3715         },
3716         "type": "drupal-module",
3717         "extra": {
3718             "branch-alias": {
3719                 "dev-1.x": "1.x-dev",
3720                 "dev-8.x-1.x": "8.1.x-dev"
3721             },
3722             "drupal": {
3723                 "version": "8.x-1.4",
3724                 "datestamp": "1512033785",
3725                 "security-coverage": {
3726                     "status": "covered",
3727                     "message": "Covered by Drupal's security advisory policy"
3728                 }
3729             }
3730         },
3731         "installation-source": "dist",
3732         "notification-url": "https://packages.drupal.org/8/downloads",
3733         "license": [
3734             "GPL-2.0+"
3735         ],
3736         "authors": [
3737             {
3738                 "name": "Janez Urevc",
3739                 "homepage": "https://github.com/slashrsm",
3740                 "role": "Maintainer"
3741             },
3742             {
3743                 "name": "Primoz Hmeljak",
3744                 "homepage": "https://github.com/primsi",
3745                 "role": "Maintainer"
3746             },
3747             {
3748                 "name": "See other contributors",
3749                 "homepage": "https://www.drupal.org/node/1943336/committers",
3750                 "role": "contributor"
3751             },
3752             {
3753                 "name": "Primsi",
3754                 "homepage": "https://www.drupal.org/user/282629"
3755             },
3756             {
3757                 "name": "marcingy",
3758                 "homepage": "https://www.drupal.org/user/77320"
3759             },
3760             {
3761                 "name": "samuel.mortenson",
3762                 "homepage": "https://www.drupal.org/user/2582268"
3763             },
3764             {
3765                 "name": "slashrsm",
3766                 "homepage": "https://www.drupal.org/user/744628"
3767             }
3768         ],
3769         "description": "Entity browsing and selecting component.",
3770         "homepage": "http://drupal.org/project/entity_browser",
3771         "support": {
3772             "source": "http://cgit.drupalcode.org/entity_browser",
3773             "issues": "http://drupal.org/project/issues/entity_browser",
3774             "irc": "irc://irc.freenode.org/drupal-contribute"
3775         }
3776     },
3777     {
3778         "name": "drupal/entity_browser_entity_form",
3779         "version": "1.4.0",
3780         "version_normalized": "1.4.0.0",
3781         "require": {
3782             "drupal/core": "~8.0",
3783             "drupal/entity_browser": "self.version",
3784             "drupal/inline_entity_form": "*"
3785         },
3786         "type": "metapackage",
3787         "extra": {
3788             "branch-alias": {
3789                 "dev-1.x": "1.x-dev"
3790             },
3791             "drupal": {
3792                 "version": "8.x-1.4",
3793                 "datestamp": "1512033785",
3794                 "security-coverage": {
3795                     "status": "covered",
3796                     "message": "Covered by Drupal's security advisory policy"
3797                 }
3798             }
3799         },
3800         "notification-url": "https://packages.drupal.org/8/downloads",
3801         "license": [
3802             "GPL-2.0-or-later"
3803         ],
3804         "authors": [
3805             {
3806                 "name": "Dave Reid",
3807                 "homepage": "https://www.drupal.org/user/53892"
3808             },
3809             {
3810                 "name": "Devin Carlson",
3811                 "homepage": "https://www.drupal.org/user/290182"
3812             },
3813             {
3814                 "name": "Drupal Media Team",
3815                 "homepage": "https://www.drupal.org/user/3260690"
3816             },
3817             {
3818                 "name": "Primsi",
3819                 "homepage": "https://www.drupal.org/user/282629"
3820             },
3821             {
3822                 "name": "marcingy",
3823                 "homepage": "https://www.drupal.org/user/77320"
3824             },
3825             {
3826                 "name": "samuel.mortenson",
3827                 "homepage": "https://www.drupal.org/user/2582268"
3828             },
3829             {
3830                 "name": "slashrsm",
3831                 "homepage": "https://www.drupal.org/user/744628"
3832             }
3833         ],
3834         "description": "Entity browser inline entity form integration.",
3835         "homepage": "https://www.drupal.org/project/entity_browser",
3836         "support": {
3837             "source": "http://cgit.drupalcode.org/entity_browser"
3838         }
3839     },
3840     {
3841         "name": "drupal/entity_embed",
3842         "version": "1.0.0-beta2",
3843         "version_normalized": "1.0.0.0-beta2",
3844         "source": {
3845             "type": "git",
3846             "url": "https://git.drupal.org/project/entity_embed",
3847             "reference": "8.x-1.0-beta2"
3848         },
3849         "dist": {
3850             "type": "zip",
3851             "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
3852             "reference": "8.x-1.0-beta2",
3853             "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
3854         },
3855         "require": {
3856             "drupal/core": "*",
3857             "drupal/embed": "*"
3858         },
3859         "require-dev": {
3860             "drupal/entity_browser": "*"
3861         },
3862         "type": "drupal-module",
3863         "extra": {
3864             "branch-alias": {
3865                 "dev-1.x": "1.x-dev"
3866             },
3867             "drupal": {
3868                 "version": "8.x-1.0-beta2",
3869                 "datestamp": "1476698339"
3870             }
3871         },
3872         "installation-source": "dist",
3873         "notification-url": "https://packages.drupal.org/8/downloads",
3874         "license": [
3875             "GPL-2.0+"
3876         ],
3877         "authors": [
3878             {
3879                 "name": "Dave Reid",
3880                 "homepage": "https://www.drupal.org/user/53892"
3881             },
3882             {
3883                 "name": "Devin Carlson",
3884                 "homepage": "https://www.drupal.org/user/290182"
3885             },
3886             {
3887                 "name": "Drupal Media Team",
3888                 "homepage": "https://www.drupal.org/user/3260690"
3889             },
3890             {
3891                 "name": "cs_shadow",
3892                 "homepage": "https://www.drupal.org/user/2828287"
3893             },
3894             {
3895                 "name": "slashrsm",
3896                 "homepage": "https://www.drupal.org/user/744628"
3897             }
3898         ],
3899         "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
3900         "homepage": "https://www.drupal.org/project/entity_embed",
3901         "support": {
3902             "source": "http://cgit.drupalcode.org/entity_embed",
3903             "issues": "https://www.drupal.org/project/issues/entity_embed",
3904             "irc": "irc://irc.freenode.org/drupal-media"
3905         }
3906     },
3907     {
3908         "name": "drupal/entity_reference_revisions",
3909         "version": "1.4.0",
3910         "version_normalized": "1.4.0.0",
3911         "source": {
3912             "type": "git",
3913             "url": "https://git.drupal.org/project/entity_reference_revisions",
3914             "reference": "8.x-1.4"
3915         },
3916         "dist": {
3917             "type": "zip",
3918             "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.4.zip",
3919             "reference": "8.x-1.4",
3920             "shasum": "0d5e159ab52fe8e5aa7c27e7ccfc0299e1af4d72"
3921         },
3922         "require": {
3923             "drupal/core": "~8.0"
3924         },
3925         "require-dev": {
3926             "drupal/diff": "*"
3927         },
3928         "type": "drupal-module",
3929         "extra": {
3930             "branch-alias": {
3931                 "dev-1.x": "1.x-dev"
3932             },
3933             "drupal": {
3934                 "version": "8.x-1.4",
3935                 "datestamp": "1515143885",
3936                 "security-coverage": {
3937                     "status": "covered",
3938                     "message": "Covered by Drupal's security advisory policy"
3939                 }
3940             }
3941         },
3942         "installation-source": "dist",
3943         "notification-url": "https://packages.drupal.org/8/downloads",
3944         "license": [
3945             "GPL-2.0-or-later"
3946         ],
3947         "authors": [
3948             {
3949                 "name": "Frans",
3950                 "homepage": "https://www.drupal.org/user/514222"
3951             },
3952             {
3953                 "name": "jeroen.b",
3954                 "homepage": "https://www.drupal.org/user/1853532"
3955             },
3956             {
3957                 "name": "miro_dietiker",
3958                 "homepage": "https://www.drupal.org/user/227761"
3959             }
3960         ],
3961         "description": "Adds a Entity Reference field type with revision support.",
3962         "homepage": "https://www.drupal.org/project/entity_reference_revisions",
3963         "support": {
3964             "source": "http://cgit.drupalcode.org/entity_reference_revisions"
3965         }
3966     },
3967     {
3968         "name": "drupal/entityqueue",
3969         "version": "1.0.0-alpha7",
3970         "version_normalized": "1.0.0.0-alpha7",
3971         "source": {
3972             "type": "git",
3973             "url": "https://git.drupal.org/project/entityqueue",
3974             "reference": "8.x-1.0-alpha7"
3975         },
3976         "dist": {
3977             "type": "zip",
3978             "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha7.zip",
3979             "reference": "8.x-1.0-alpha7",
3980             "shasum": "d3cf4c655c2af08b2018af8675db54319fce29d8"
3981         },
3982         "require": {
3983             "drupal/core": "~8.0"
3984         },
3985         "type": "drupal-module",
3986         "extra": {
3987             "branch-alias": {
3988                 "dev-1.x": "1.x-dev"
3989             },
3990             "drupal": {
3991                 "version": "8.x-1.0-alpha7",
3992                 "datestamp": "1506839344",
3993                 "security-coverage": {
3994                     "status": "not-covered",
3995                     "message": "Alpha releases are not covered by Drupal security advisories."
3996                 }
3997             }
3998         },
3999         "installation-source": "dist",
4000         "notification-url": "https://packages.drupal.org/8/downloads",
4001         "license": [
4002             "GPL-2.0-or-later"
4003         ],
4004         "authors": [
4005             {
4006                 "name": "amateescu",
4007                 "homepage": "https://www.drupal.org/user/729614"
4008             },
4009             {
4010                 "name": "jojonaloha",
4011                 "homepage": "https://www.drupal.org/user/1579186"
4012             },
4013             {
4014                 "name": "quicksketch",
4015                 "homepage": "https://www.drupal.org/user/35821"
4016             },
4017             {
4018                 "name": "tim.plunkett",
4019                 "homepage": "https://www.drupal.org/user/241634"
4020             }
4021         ],
4022         "description": "Allows users to collect entities in arbitrarily ordered lists.",
4023         "homepage": "https://www.drupal.org/project/entityqueue",
4024         "support": {
4025             "source": "http://cgit.drupalcode.org/entityqueue"
4026         }
4027     },
4028     {
4029         "name": "drupal/environment_indicator",
4030         "version": "3.3.0",
4031         "version_normalized": "3.3.0.0",
4032         "source": {
4033             "type": "git",
4034             "url": "https://git.drupal.org/project/environment_indicator",
4035             "reference": "8.x-3.3"
4036         },
4037         "dist": {
4038             "type": "zip",
4039             "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.3.zip",
4040             "reference": "8.x-3.3",
4041             "shasum": "3059b8d4fb2b87af4842c45b9770d927e640eb30"
4042         },
4043         "require": {
4044             "drupal/core": "*"
4045         },
4046         "type": "drupal-module",
4047         "extra": {
4048             "branch-alias": {
4049                 "dev-3.x": "3.x-dev"
4050             },
4051             "drupal": {
4052                 "version": "8.x-3.3",
4053                 "datestamp": "1518331981",
4054                 "security-coverage": {
4055                     "status": "covered",
4056                     "message": "Covered by Drupal's security advisory policy"
4057                 }
4058             }
4059         },
4060         "installation-source": "dist",
4061         "notification-url": "https://packages.drupal.org/8/downloads",
4062         "license": [
4063             "GPL-2.0-or-later"
4064         ],
4065         "authors": [
4066             {
4067                 "name": "e0ipso",
4068                 "homepage": "https://www.drupal.org/user/550110"
4069             },
4070             {
4071                 "name": "mrfelton",
4072                 "homepage": "https://www.drupal.org/user/305669"
4073             }
4074         ],
4075         "description": "Adds a color indicator for the different environments.",
4076         "homepage": "https://www.drupal.org/project/environment_indicator",
4077         "support": {
4078             "source": "http://cgit.drupalcode.org/environment_indicator"
4079         }
4080     },
4081     {
4082         "name": "drupal/eu_cookie_compliance",
4083         "version": "1.0.0",
4084         "version_normalized": "1.0.0.0",
4085         "source": {
4086             "type": "git",
4087             "url": "https://git.drupal.org/project/eu-cookie-compliance",
4088             "reference": "8.x-1.0"
4089         },
4090         "dist": {
4091             "type": "zip",
4092             "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.0.zip",
4093             "reference": "8.x-1.0",
4094             "shasum": "925f5267fce132e54cfdff58e560cb5fc1656634"
4095         },
4096         "require": {
4097             "drupal/core": "*"
4098         },
4099         "type": "drupal-module",
4100         "extra": {
4101             "branch-alias": {
4102                 "dev-1.x": "1.x-dev"
4103             },
4104             "drupal": {
4105                 "version": "8.x-1.0",
4106                 "datestamp": "1522572784",
4107                 "security-coverage": {
4108                     "status": "covered",
4109                     "message": "Covered by Drupal's security advisory policy"
4110                 }
4111             }
4112         },
4113         "installation-source": "dist",
4114         "notification-url": "https://packages.drupal.org/8/downloads",
4115         "license": [
4116             "GPL-2.0-or-later"
4117         ],
4118         "authors": [
4119             {
4120                 "name": "Marcin Pajdzik",
4121                 "homepage": "https://www.drupal.org/user/160555"
4122             },
4123             {
4124                 "name": "achton",
4125                 "homepage": "https://www.drupal.org/user/712454"
4126             },
4127             {
4128                 "name": "blairski",
4129                 "homepage": "https://www.drupal.org/user/120835"
4130             },
4131             {
4132                 "name": "dakku",
4133                 "homepage": "https://www.drupal.org/user/97634"
4134             },
4135             {
4136                 "name": "grzegorz.bartman",
4137                 "homepage": "https://www.drupal.org/user/363120"
4138             },
4139             {
4140                 "name": "id.tornado",
4141                 "homepage": "https://www.drupal.org/user/2754049"
4142             },
4143             {
4144                 "name": "killua99",
4145                 "homepage": "https://www.drupal.org/user/699418"
4146             },
4147             {
4148                 "name": "mibfire",
4149                 "homepage": "https://www.drupal.org/user/155136"
4150             },
4151             {
4152                 "name": "naveenvalecha",
4153                 "homepage": "https://www.drupal.org/user/2665733"
4154             },
4155             {
4156                 "name": "svenryen",
4157                 "homepage": "https://www.drupal.org/user/667244"
4158             }
4159         ],
4160         "description": "This module aims at making the website compliant with the new EU cookie regulation",
4161         "homepage": "https://www.drupal.org/project/eu_cookie_compliance",
4162         "support": {
4163             "source": "http://cgit.drupalcode.org/eu_cookie_compliance"
4164         }
4165     },
4166     {
4167         "name": "drupal/filefield_sources",
4168         "version": "dev-1.x",
4169         "version_normalized": "dev-1.x",
4170         "source": {
4171             "type": "git",
4172             "url": "https://git.drupal.org/project/filefield_sources",
4173             "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
4174         },
4175         "require": {
4176             "drupal/core": "*"
4177         },
4178         "type": "drupal-module",
4179         "extra": {
4180             "branch-alias": {
4181                 "dev-1.x": "1.x-dev"
4182             },
4183             "drupal": {
4184                 "version": "8.x-1.x-dev",
4185                 "datestamp": "1464990539"
4186             }
4187         },
4188         "installation-source": "source",
4189         "notification-url": "https://packages.drupal.org/8/downloads",
4190         "license": [
4191             "GPL-2.0+"
4192         ],
4193         "authors": [
4194             {
4195                 "name": "profak",
4196                 "homepage": "https://www.drupal.org/user/782534"
4197             },
4198             {
4199                 "name": "quicksketch",
4200                 "homepage": "https://www.drupal.org/user/35821"
4201             }
4202         ],
4203         "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
4204         "homepage": "https://www.drupal.org/project/filefield_sources",
4205         "support": {
4206             "source": "http://cgit.drupalcode.org/filefield_sources"
4207         }
4208     },
4209     {
4210         "name": "drupal/fontyourface",
4211         "version": "3.2.0",
4212         "version_normalized": "3.2.0.0",
4213         "source": {
4214             "type": "git",
4215             "url": "https://git.drupal.org/project/fontyourface",
4216             "reference": "8.x-3.2"
4217         },
4218         "dist": {
4219             "type": "zip",
4220             "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.2.zip",
4221             "reference": "8.x-3.2",
4222             "shasum": "f509b3dc3e9849ca1cced5607a29d8319709c9ec"
4223         },
4224         "require": {
4225             "drupal/core": "8.*"
4226         },
4227         "type": "drupal-module",
4228         "extra": {
4229             "branch-alias": {
4230                 "dev-3.x": "3.x-dev"
4231             },
4232             "drupal": {
4233                 "version": "8.x-3.2",
4234                 "datestamp": "1517458980",
4235                 "security-coverage": {
4236                     "status": "covered",
4237                     "message": "Covered by Drupal's security advisory policy"
4238                 }
4239             }
4240         },
4241         "installation-source": "dist",
4242         "notification-url": "https://packages.drupal.org/8/downloads",
4243         "license": [
4244             "GPL-2.0+"
4245         ],
4246         "authors": [
4247             {
4248                 "name": "BTMash",
4249                 "homepage": "https://www.drupal.org/user/60422"
4250             },
4251             {
4252                 "name": "BarisW",
4253                 "homepage": "https://www.drupal.org/user/107229"
4254             },
4255             {
4256                 "name": "Drave Robber",
4257                 "homepage": "https://www.drupal.org/user/984338"
4258             },
4259             {
4260                 "name": "sreynen",
4261                 "homepage": "https://www.drupal.org/user/109890"
4262             }
4263         ],
4264         "description": "Web font management tools.",
4265         "homepage": "https://www.drupal.org/project/fontyourface",
4266         "keywords": [
4267             "Drupal"
4268         ],
4269         "support": {
4270             "source": "http://cgit.drupalcode.org/fontyourface",
4271             "issues": "https://drupal.org/project/issues/fontyourface"
4272         }
4273     },
4274     {
4275         "name": "drupal/front",
4276         "version": "1.0.0-beta1",
4277         "version_normalized": "1.0.0.0-beta1",
4278         "source": {
4279             "type": "git",
4280             "url": "https://git.drupal.org/project/front",
4281             "reference": "8.x-1.0-beta1"
4282         },
4283         "dist": {
4284             "type": "zip",
4285             "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-beta1.zip",
4286             "reference": "8.x-1.0-beta1",
4287             "shasum": "cee664aaf0eac6829bd551ec5213561d1cb70bce"
4288         },
4289         "require": {
4290             "drupal/core": "~8.0"
4291         },
4292         "type": "drupal-module",
4293         "extra": {
4294             "branch-alias": {
4295                 "dev-1.x": "1.x-dev"
4296             },
4297             "drupal": {
4298                 "version": "8.x-1.0-beta1",
4299                 "datestamp": "1521187985",
4300                 "security-coverage": {
4301                     "status": "not-covered",
4302                     "message": "Beta releases are not covered by Drupal security advisories."
4303                 }
4304             }
4305         },
4306         "installation-source": "dist",
4307         "notification-url": "https://packages.drupal.org/8/downloads",
4308         "license": [
4309             "GPL-2.0-or-later"
4310         ],
4311         "authors": [
4312             {
4313                 "name": "Dublin Drupaller",
4314                 "homepage": "https://www.drupal.org/user/8625"
4315             },
4316             {
4317                 "name": "Simon Georges",
4318                 "homepage": "https://www.drupal.org/user/172312"
4319             },
4320             {
4321                 "name": "asenenko",
4322                 "homepage": "https://www.drupal.org/user/2641733"
4323             },
4324             {
4325                 "name": "estoyausente",
4326                 "homepage": "https://www.drupal.org/user/1232954"
4327             },
4328             {
4329                 "name": "timhilliard",
4330                 "homepage": "https://www.drupal.org/user/195493"
4331             }
4332         ],
4333         "homepage": "https://www.drupal.org/project/front",
4334         "support": {
4335             "source": "http://cgit.drupalcode.org/front"
4336         }
4337     },
4338     {
4339         "name": "drupal/hacked",
4340         "version": "2.0.0-beta2",
4341         "version_normalized": "2.0.0.0-beta2",
4342         "source": {
4343             "type": "git",
4344             "url": "https://git.drupal.org/project/hacked",
4345             "reference": "8.x-2.0-beta2"
4346         },
4347         "dist": {
4348             "type": "zip",
4349             "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta2.zip",
4350             "reference": "8.x-2.0-beta2",
4351             "shasum": "84e018c23a39d83c2274cc009804f0abf4b9e9cb"
4352         },
4353         "require": {
4354             "drupal/core": "*"
4355         },
4356         "type": "drupal-module",
4357         "extra": {
4358             "installer-paths": {
4359                 "web/core": [
4360                     "type:drupal-core"
4361                 ],
4362                 "web/libraries/{$name}": [
4363                     "type:drupal-library"
4364                 ],
4365                 "web/modules/contrib/{$name}": [
4366                     "type:drupal-module"
4367                 ],
4368                 "web/profiles/contrib/{$name}": [
4369                     "type:drupal-profile"
4370                 ],
4371                 "web/themes/contrib/{$name}": [
4372                     "type:drupal-theme"
4373                 ],
4374                 "drush/contrib/{$name}": [
4375                     "type:drupal-drush"
4376                 ]
4377             },
4378             "patches": {
4379                 "drupal/security_review": {
4380                     "Fix missing field review list": "https://www.drupal.org/files/issues/security_review-dangerous-tags-list-2744805-2.patch"
4381                 },
4382                 "drupal/draggableviews": {
4383                     "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
4384                     "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
4385                 },
4386                 "drupal/hacked": {
4387                     "Compatibility with diff module API change: Turn EntityComparisonBase into a service": "https://www.drupal.org/files/issues/hacked-diff-diff-service-2800645-2.patch"
4388                 },
4389                 "drupal/videojs": {
4390                     "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
4391                 }
4392             }
4393         },
4394         "installation-source": "dist",
4395         "notification-url": "https://packages.drupal.org/8/downloads",
4396         "license": [
4397             "GPL-2.0-or-later"
4398         ],
4399         "authors": [
4400             {
4401                 "name": "Deciphered",
4402                 "homepage": "https://www.drupal.org/user/103796"
4403             },
4404             {
4405                 "name": "Steven Jones",
4406                 "homepage": "https://www.drupal.org/user/99644"
4407             }
4408         ],
4409         "description": "Shows if drupal or any of its modules have been changed",
4410         "homepage": "https://www.drupal.org/project/hacked",
4411         "support": {
4412             "source": "http://cgit.drupalcode.org/hacked"
4413         }
4414     },
4415     {
4416         "name": "drupal/htmlawed",
4417         "version": "3.3.0",
4418         "version_normalized": "3.3.0.0",
4419         "source": {
4420             "type": "git",
4421             "url": "https://git.drupal.org/project/htmLawed",
4422             "reference": "8.x-3.3"
4423         },
4424         "dist": {
4425             "type": "zip",
4426             "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.3.zip",
4427             "reference": "8.x-3.3",
4428             "shasum": "5728561a9d8b5ad9bb56c9270742469ed28cc65d"
4429         },
4430         "require": {
4431             "drupal/core": "~8.0"
4432         },
4433         "type": "drupal-module",
4434         "extra": {
4435             "branch-alias": {
4436                 "dev-3.x": "3.x-dev"
4437             },
4438             "drupal": {
4439                 "version": "8.x-3.3",
4440                 "datestamp": "1512623885",
4441                 "security-coverage": {
4442                     "status": "covered",
4443                     "message": "Covered by Drupal's security advisory policy"
4444                 }
4445             }
4446         },
4447         "installation-source": "dist",
4448         "notification-url": "https://packages.drupal.org/8/downloads",
4449         "license": [
4450             "GPL-2.0-or-later"
4451         ],
4452         "authors": [
4453             {
4454                 "name": "alpha2zee",
4455                 "homepage": "https://www.drupal.org/user/201451"
4456             }
4457         ],
4458         "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
4459         "homepage": "https://www.drupal.org/project/htmlawed",
4460         "support": {
4461             "source": "http://cgit.drupalcode.org/htmlawed"
4462         }
4463     },
4464     {
4465         "name": "drupal/http2_server_push",
4466         "version": "1.0.0",
4467         "version_normalized": "1.0.0.0",
4468         "source": {
4469             "type": "git",
4470             "url": "https://git.drupal.org/project/http2_server_push",
4471             "reference": "8.x-1.0"
4472         },
4473         "dist": {
4474             "type": "zip",
4475             "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
4476             "reference": "8.x-1.0",
4477             "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
4478         },
4479         "require": {
4480             "drupal/core": "~8.0"
4481         },
4482         "type": "drupal-module",
4483         "extra": {
4484             "branch-alias": {
4485                 "dev-1.x": "1.x-dev"
4486             },
4487             "drupal": {
4488                 "version": "8.x-1.0",
4489                 "datestamp": "1489057084"
4490             }
4491         },
4492         "installation-source": "dist",
4493         "notification-url": "https://packages.drupal.org/8/downloads",
4494         "license": [
4495             "GPL-2.0+"
4496         ],
4497         "authors": [
4498             {
4499                 "name": "Wim Leers",
4500                 "homepage": "https://www.drupal.org/user/99777"
4501             }
4502         ],
4503         "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
4504         "homepage": "https://www.drupal.org/project/http2_server_push",
4505         "support": {
4506             "source": "http://cgit.drupalcode.org/http2_server_push"
4507         }
4508     },
4509     {
4510         "name": "drupal/image_widget_crop",
4511         "version": "2.1.0",
4512         "version_normalized": "2.1.0.0",
4513         "source": {
4514             "type": "git",
4515             "url": "https://git.drupal.org/project/image_widget_crop",
4516             "reference": "8.x-2.1"
4517         },
4518         "dist": {
4519             "type": "zip",
4520             "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.1.zip",
4521             "reference": "8.x-2.1",
4522             "shasum": "76bda9a8c8d3149149bb7812e48e9f14e9ce1ffb"
4523         },
4524         "require": {
4525             "drupal/core": "*",
4526             "drupal/crop": "1.0 - 2.0"
4527         },
4528         "require-dev": {
4529             "drupal/crop": "*",
4530             "drupal/ctools": "3.x-dev",
4531             "drupal/entity_browser": "1.x-dev",
4532             "drupal/file_entity": "*",
4533             "drupal/inline_entity_form": "*",
4534             "drupal/media": "*"
4535         },
4536         "type": "drupal-module",
4537         "extra": {
4538             "branch-alias": {
4539                 "dev-2.x": "2.x-dev"
4540             },
4541             "drupal": {
4542                 "version": "8.x-2.1",
4543                 "datestamp": "1510136887",
4544                 "security-coverage": {
4545                     "status": "covered",
4546                     "message": "Covered by Drupal's security advisory policy"
4547                 }
4548             }
4549         },
4550         "installation-source": "dist",
4551         "notification-url": "https://packages.drupal.org/8/downloads",
4552         "license": [
4553             "GPL-2.0+"
4554         ],
4555         "authors": [
4556             {
4557                 "name": "Alexandre Mallet",
4558                 "homepage": "https://github.com/woprrr",
4559                 "role": "Maintainer"
4560             },
4561             {
4562                 "name": "Drupal media CI",
4563                 "homepage": "https://www.drupal.org/user/3057985"
4564             },
4565             {
4566                 "name": "slashrsm",
4567                 "homepage": "https://www.drupal.org/user/744628"
4568             },
4569             {
4570                 "name": "woprrr",
4571                 "homepage": "https://www.drupal.org/user/858604"
4572             }
4573         ],
4574         "description": "Provides an interface for using the features of the Crop API.",
4575         "homepage": "https://www.drupal.org/project/image_widget_crop",
4576         "keywords": [
4577             "Crop",
4578             "Drupal",
4579             "Drupal Media"
4580         ],
4581         "support": {
4582             "source": "https://www.drupal.org/project/image_widget_crop",
4583             "issues": "https://www.drupal.org/project/issues/image_widget_crop",
4584             "irc": "irc://irc.freenode.org/drupal-contribute"
4585         }
4586     },
4587     {
4588         "name": "drupal/imagemagick",
4589         "version": "1.0.0-alpha6",
4590         "version_normalized": "1.0.0.0-alpha6",
4591         "source": {
4592             "type": "git",
4593             "url": "https://git.drupal.org/project/imagemagick",
4594             "reference": "8.x-1.0-alpha6"
4595         },
4596         "dist": {
4597             "type": "zip",
4598             "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-1.0-alpha6.zip",
4599             "reference": "8.x-1.0-alpha6",
4600             "shasum": "9631b407762076b2f5d9bf3b50b40c28976ddbb7"
4601         },
4602         "require": {
4603             "drupal/core": "^8.1.0"
4604         },
4605         "type": "drupal-module",
4606         "extra": {
4607             "branch-alias": {
4608                 "dev-1.x": "1.x-dev"
4609             },
4610             "drupal": {
4611                 "version": "8.x-1.0-alpha6",
4612                 "datestamp": "1488787683"
4613             }
4614         },
4615         "installation-source": "dist",
4616         "notification-url": "https://packages.drupal.org/8/downloads",
4617         "license": [
4618             "GPL-2.0+"
4619         ],
4620         "authors": [
4621             {
4622                 "name": "chx",
4623                 "homepage": "https://www.drupal.org/user/9446"
4624             },
4625             {
4626                 "name": "claudiu.cristea",
4627                 "homepage": "https://www.drupal.org/user/56348"
4628             },
4629             {
4630                 "name": "dman",
4631                 "homepage": "https://www.drupal.org/user/33240"
4632             },
4633             {
4634                 "name": "dopry",
4635                 "homepage": "https://www.drupal.org/user/22202"
4636             },
4637             {
4638                 "name": "drewish",
4639                 "homepage": "https://www.drupal.org/user/34869"
4640             },
4641             {
4642                 "name": "gdl",
4643                 "homepage": "https://www.drupal.org/user/507326"
4644             },
4645             {
4646                 "name": "mondrake",
4647                 "homepage": "https://www.drupal.org/user/1307444"
4648             },
4649             {
4650                 "name": "quicksketch",
4651                 "homepage": "https://www.drupal.org/user/35821"
4652             },
4653             {
4654                 "name": "sun",
4655                 "homepage": "https://www.drupal.org/user/54136"
4656             },
4657             {
4658                 "name": "walkah",
4659                 "homepage": "https://www.drupal.org/user/1531"
4660             }
4661         ],
4662         "description": "Provides ImageMagick integration.",
4663         "homepage": "https://www.drupal.org/project/imagemagick",
4664         "support": {
4665             "source": "http://cgit.drupalcode.org/imagemagick"
4666         }
4667     },
4668     {
4669         "name": "drupal/inline_entity_form",
4670         "version": "1.0.0-beta1",
4671         "version_normalized": "1.0.0.0-beta1",
4672         "source": {
4673             "type": "git",
4674             "url": "https://git.drupal.org/project/inline_entity_form",
4675             "reference": "8.x-1.0-beta1"
4676         },
4677         "dist": {
4678             "type": "zip",
4679             "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip",
4680             "reference": "8.x-1.0-beta1",
4681             "shasum": "185ffc28a7b68d19cce057855d1c111f1741a3ea"
4682         },
4683         "require": {
4684             "drupal/core": "~8.0"
4685         },
4686         "require-dev": {
4687             "drupal/entity_reference_revisions": "*"
4688         },
4689         "type": "drupal-module",
4690         "extra": {
4691             "branch-alias": {
4692                 "dev-1.x": "1.x-dev"
4693             },
4694             "drupal": {
4695                 "version": "8.x-1.0-beta1",
4696                 "datestamp": "1477868343"
4697             }
4698         },
4699         "installation-source": "dist",
4700         "notification-url": "https://packages.drupal.org/8/downloads",
4701         "license": [
4702             "GPL-2.0+"
4703         ],
4704         "authors": [
4705             {
4706                 "name": "bojanz",
4707                 "homepage": "https://www.drupal.org/user/86106"
4708             },
4709             {
4710                 "name": "dawehner",
4711                 "homepage": "https://www.drupal.org/user/99340"
4712             },
4713             {
4714                 "name": "rszrama",
4715                 "homepage": "https://www.drupal.org/user/49344"
4716             },
4717             {
4718                 "name": "slashrsm",
4719                 "homepage": "https://www.drupal.org/user/744628"
4720             },
4721             {
4722                 "name": "webflo",
4723                 "homepage": "https://www.drupal.org/user/254778"
4724             }
4725         ],
4726         "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4727         "homepage": "https://www.drupal.org/project/inline_entity_form",
4728         "support": {
4729             "source": "http://cgit.drupalcode.org/inline_entity_form"
4730         }
4731     },
4732     {
4733         "name": "drupal/layout_plugin",
4734         "version": "1.0.0-alpha23",
4735         "version_normalized": "1.0.0.0-alpha23",
4736         "source": {
4737             "type": "git",
4738             "url": "https://git.drupal.org/project/layout_plugin",
4739             "reference": "8.x-1.0-alpha23"
4740         },
4741         "dist": {
4742             "type": "zip",
4743             "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
4744             "reference": "8.x-1.0-alpha23",
4745             "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
4746         },
4747         "require": {
4748             "drupal/core": "~8.0"
4749         },
4750         "type": "drupal-module",
4751         "extra": {
4752             "branch-alias": {
4753                 "dev-1.x": "1.x-dev"
4754             },
4755             "drupal": {
4756                 "version": "8.x-1.0-alpha23",
4757                 "datestamp": "1476269960"
4758             }
4759         },
4760         "installation-source": "dist",
4761         "notification-url": "https://packages.drupal.org/8/downloads",
4762         "license": [
4763             "GPL-2.0+"
4764         ],
4765         "authors": [
4766             {
4767                 "name": "David Snopek",
4768                 "homepage": "https://www.drupal.org/user/172527"
4769             },
4770             {
4771                 "name": "Bram Goffings",
4772                 "homepage": "https://www.drupal.org/user/266527"
4773             },
4774             {
4775                 "name": "Fredrik Lassen",
4776                 "homepage": "https://www.drupal.org/user/243377"
4777             }
4778         ],
4779         "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
4780         "homepage": "https://www.drupal.org/project/layout_plugin",
4781         "keywords": [
4782             "layout",
4783             "php"
4784         ],
4785         "support": {
4786             "source": "http://cgit.drupalcode.org/layout_plugin"
4787         }
4788     },
4789     {
4790         "name": "drupal/layouter",
4791         "version": "1.0.0",
4792         "version_normalized": "1.0.0.0",
4793         "source": {
4794             "type": "git",
4795             "url": "https://git.drupal.org/project/layouter",
4796             "reference": "8.x-1.0"
4797         },
4798         "dist": {
4799             "type": "zip",
4800             "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
4801             "reference": "8.x-1.0",
4802             "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
4803         },
4804         "require": {
4805             "drupal/core": "*"
4806         },
4807         "type": "drupal-module",
4808         "extra": {
4809             "branch-alias": {
4810                 "dev-1.x": "1.x-dev"
4811             },
4812             "drupal": {
4813                 "version": "8.x-1.0",
4814                 "datestamp": "1470121439"
4815             }
4816         },
4817         "installation-source": "dist",
4818         "notification-url": "https://packages.drupal.org/8/downloads",
4819         "license": [
4820             "GPL 2.0+"
4821         ],
4822         "authors": [
4823             {
4824                 "name": "adci_contributor",
4825                 "homepage": "https://www.drupal.org/user/1830536"
4826             },
4827             {
4828                 "name": "adcillc",
4829                 "homepage": "https://www.drupal.org/user/366450"
4830             },
4831             {
4832                 "name": "antongp",
4833                 "homepage": "https://www.drupal.org/user/1060446"
4834             },
4835             {
4836                 "name": "kinosura",
4837                 "homepage": "https://www.drupal.org/user/383326"
4838             },
4839             {
4840                 "name": "usdv",
4841                 "homepage": "https://www.drupal.org/user/2476206"
4842             }
4843         ],
4844         "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
4845         "homepage": "https://www.drupal.org/project/layouter",
4846         "support": {
4847             "source": "http://cgit.drupalcode.org/layouter"
4848         }
4849     },
4850     {
4851         "name": "drupal/libraries",
4852         "version": "dev-3.x",
4853         "version_normalized": "dev-3.x",
4854         "source": {
4855             "type": "git",
4856             "url": "https://git.drupal.org/project/libraries",
4857             "reference": "061ead081c92a6209b09eaf23b4e3103f360946e"
4858         },
4859         "require": {
4860             "drupal/core": "~8.0"
4861         },
4862         "type": "drupal-module",
4863         "extra": {
4864             "branch-alias": {
4865                 "dev-3.x": "3.x-dev"
4866             },
4867             "drupal": {
4868                 "version": "8.x-3.x-dev",
4869                 "datestamp": "1487978583"
4870             }
4871         },
4872         "installation-source": "source",
4873         "notification-url": "https://packages.drupal.org/8/downloads",
4874         "license": [
4875             "GPL-2.0+"
4876         ],
4877         "authors": [
4878             {
4879                 "name": "Pol",
4880                 "homepage": "https://www.drupal.org/user/47194"
4881             },
4882             {
4883                 "name": "rjacobs",
4884                 "homepage": "https://www.drupal.org/user/422459"
4885             },
4886             {
4887                 "name": "sun",
4888                 "homepage": "https://www.drupal.org/user/54136"
4889             },
4890             {
4891                 "name": "tstoeckler",
4892                 "homepage": "https://www.drupal.org/user/107158"
4893             }
4894         ],
4895         "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
4896         "homepage": "http://drupal.org/project/libraries",
4897         "support": {
4898             "source": "http://cgit.drupalcode.org/libraries",
4899             "issues": "http://drupal.org/project/issues/libraries",
4900             "irc": "irc://irc.freenode.org/drupal-contribute"
4901         }
4902     },
4903     {
4904         "name": "drupal/linkchecker",
4905         "version": "dev-1.x",
4906         "version_normalized": "dev-1.x",
4907         "source": {
4908             "type": "git",
4909             "url": "https://git.drupal.org/project/linkchecker",
4910             "reference": "780fc89bd85fb1fad955d7993a6a4e03ef9a7882"
4911         },
4912         "require": {
4913             "drupal/core": "~8.0"
4914         },
4915         "type": "drupal-module",
4916         "extra": {
4917             "branch-alias": {
4918                 "dev-1.x": "1.x-dev"
4919             },
4920             "drupal": {
4921                 "version": "8.x-1.x-dev",
4922                 "datestamp": "1520629084",
4923                 "security-coverage": {
4924                     "status": "not-covered",
4925                     "message": "Dev releases are not covered by Drupal security advisories."
4926                 }
4927             },
4928             "drush": {
4929                 "services": {
4930                     "drush.services.yml": "^9"
4931                 }
4932             }
4933         },
4934         "installation-source": "source",
4935         "notification-url": "https://packages.drupal.org/8/downloads",
4936         "license": [
4937             "GPL-2.0+"
4938         ],
4939         "authors": [
4940             {
4941                 "name": "hass",
4942                 "homepage": "https://www.drupal.org/u/hass"
4943             },
4944             {
4945                 "name": "See other contributors",
4946                 "homepage": "https://www.drupal.org/node/243795/committers"
4947             }
4948         ],
4949         "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
4950         "homepage": "https://www.drupal.org/project/linkchecker",
4951         "support": {
4952             "source": "http://git.drupal.org/project/linkchecker.git",
4953             "issues": "https://www.drupal.org/project/issues/linkchecker"
4954         }
4955     },
4956     {
4957         "name": "drupal/linkit",
4958         "version": "4.3.0",
4959         "version_normalized": "4.3.0.0",
4960         "source": {
4961             "type": "git",
4962             "url": "https://git.drupal.org/project/linkit",
4963             "reference": "8.x-4.3"
4964         },
4965         "dist": {
4966             "type": "zip",
4967             "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
4968             "reference": "8.x-4.3",
4969             "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
4970         },
4971         "require": {
4972             "drupal/core": "~8.0"
4973         },
4974         "type": "drupal-module",
4975         "extra": {
4976             "branch-alias": {
4977                 "dev-4.x": "4.x-dev"
4978             },
4979             "drupal": {
4980                 "version": "8.x-4.3",
4981                 "datestamp": "1490205830"
4982             }
4983         },
4984         "installation-source": "dist",
4985         "notification-url": "https://packages.drupal.org/8/downloads",
4986         "license": [
4987             "GPL-2.0+"
4988         ],
4989         "authors": [
4990             {
4991                 "name": "Emil Stjerneman",
4992                 "homepage": "https://stjerneman.com",
4993                 "email": "emil@stjerneman.com",
4994                 "role": "Maintainer"
4995             }
4996         ],
4997         "description": "Linkit - Enriched linking experience",
4998         "homepage": "http://drupal.org/project/linkit",
4999         "support": {
5000             "source": "http://cgit.drupalcode.org/linkit",
5001             "issues": "http://drupal.org/project/linkit"
5002         }
5003     },
5004     {
5005         "name": "drupal/livereload",
5006         "version": "dev-1.x",
5007         "version_normalized": "dev-1.x",
5008         "source": {
5009             "type": "git",
5010             "url": "https://git.drupal.org/project/livereload",
5011             "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
5012         },
5013         "require": {
5014             "drupal/core": "~8.0"
5015         },
5016         "type": "drupal-module",
5017         "extra": {
5018             "branch-alias": {
5019                 "dev-1.x": "1.x-dev"
5020             },
5021             "drupal": {
5022                 "version": "8.x-1.x-dev",
5023                 "datestamp": "1474009739"
5024             }
5025         },
5026         "installation-source": "source",
5027         "notification-url": "https://packages.drupal.org/8/downloads",
5028         "license": [
5029             "GPL-2.0+"
5030         ],
5031         "authors": [
5032             {
5033                 "name": "Hydra",
5034                 "homepage": "https://www.drupal.org/user/647364"
5035             },
5036             {
5037                 "name": "tim.plunkett",
5038                 "homepage": "https://www.drupal.org/user/241634"
5039             }
5040         ],
5041         "description": "Enables and enhances use of LiveReload during development.",
5042         "homepage": "https://www.drupal.org/project/livereload",
5043         "support": {
5044             "source": "http://cgit.drupalcode.org/livereload"
5045         }
5046     },
5047     {
5048         "name": "drupal/media",
5049         "version": "dev-1.x",
5050         "version_normalized": "dev-1.x",
5051         "source": {
5052             "type": "git",
5053             "url": "https://git.drupal.org/project/media",
5054             "reference": "b9d72f21ea20c583ec4b83081720eba65670a8da"
5055         },
5056         "require": {
5057             "drupal/core": "*",
5058             "drupal/dropzonejs_eb_widget": "*",
5059             "drupal/entity_browser": "*",
5060             "drupal/entity_browser_entity_form": "*",
5061             "drupal/entity_embed": "*",
5062             "drupal/image_widget_crop": "*",
5063             "drupal/inline_entity_form": "*",
5064             "drupal/media_entity": "*",
5065             "drupal/media_entity_document": "*",
5066             "drupal/media_entity_image": "*",
5067             "drupal/media_entity_instagram": "*",
5068             "drupal/media_entity_slideshow": "*",
5069             "drupal/media_entity_twitter": "*",
5070             "drupal/slick_media": "*",
5071             "drupal/video_embed_field": "*",
5072             "drupal/video_embed_media": "*"
5073         },
5074         "require-dev": {
5075             "drupal/dropzonejs_eb_widget": "*",
5076             "drupal/entity_browser": "*",
5077             "drupal/entity_browser_entity_form": "*",
5078             "drupal/entity_embed": "*",
5079             "drupal/image_widget_crop": "*",
5080             "drupal/inline_entity_form": "*",
5081             "drupal/media_entity": "*",
5082             "drupal/media_entity_document": "*",
5083             "drupal/media_entity_image": "*",
5084             "drupal/media_entity_instagram": "*",
5085             "drupal/media_entity_slideshow": "*",
5086             "drupal/media_entity_twitter": "*",
5087             "drupal/slick_media": "*",
5088             "drupal/video_embed_field": "*",
5089             "drupal/video_embed_media": "*"
5090         },
5091         "type": "drupal-module",
5092         "extra": {
5093             "branch-alias": {
5094                 "dev-1.x": "1.x-dev"
5095             },
5096             "drupal": {
5097                 "version": "8.x-1.x-dev",
5098                 "datestamp": "1476811139"
5099             }
5100         },
5101         "installation-source": "source",
5102         "notification-url": "https://packages.drupal.org/8/downloads",
5103         "license": [
5104             "GPL-2.0+"
5105         ],
5106         "authors": [
5107             {
5108                 "name": "Dave Reid",
5109                 "homepage": "https://www.drupal.org/user/53892"
5110             },
5111             {
5112                 "name": "David_Rothstein",
5113                 "homepage": "https://www.drupal.org/user/124982"
5114             },
5115             {
5116                 "name": "Devin Carlson",
5117                 "homepage": "https://www.drupal.org/user/290182"
5118             },
5119             {
5120                 "name": "Drupal Media Team",
5121                 "homepage": "https://www.drupal.org/user/3260690"
5122             },
5123             {
5124                 "name": "ParisLiakos",
5125                 "homepage": "https://www.drupal.org/user/1011436"
5126             },
5127             {
5128                 "name": "arthurf",
5129                 "homepage": "https://www.drupal.org/user/27259"
5130             },
5131             {
5132                 "name": "becw",
5133                 "homepage": "https://www.drupal.org/user/81067"
5134             },
5135             {
5136                 "name": "effulgentsia",
5137                 "homepage": "https://www.drupal.org/user/78040"
5138             },
5139             {
5140                 "name": "joseph.olstad",
5141                 "homepage": "https://www.drupal.org/user/1321830"
5142             },
5143             {
5144                 "name": "ksenzee",
5145                 "homepage": "https://www.drupal.org/user/139855"
5146             },
5147             {
5148                 "name": "paul.lovvik",
5149                 "homepage": "https://www.drupal.org/user/289213"
5150             },
5151             {
5152                 "name": "robeano",
5153                 "homepage": "https://www.drupal.org/user/67660"
5154             },
5155             {
5156                 "name": "slashrsm",
5157                 "homepage": "https://www.drupal.org/user/744628"
5158             }
5159         ],
5160         "description": "Media module for Drupal",
5161         "homepage": "https://github.com/drupal-media/media/",
5162         "support": {
5163             "source": "http://cgit.drupalcode.org/media",
5164             "irc": "irc://irc.freenode.org/drupal-contribute"
5165         }
5166     },
5167     {
5168         "name": "drupal/media_entity",
5169         "version": "1.7.0",
5170         "version_normalized": "1.7.0.0",
5171         "source": {
5172             "type": "git",
5173             "url": "https://git.drupal.org/project/media_entity",
5174             "reference": "8.x-1.7"
5175         },
5176         "dist": {
5177             "type": "zip",
5178             "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.7.zip",
5179             "reference": "8.x-1.7",
5180             "shasum": "5f7ccdf1db07732f3c94e642e60d88746e73cc86"
5181         },
5182         "require": {
5183             "drupal/core": "*",
5184             "drupal/entity": "*"
5185         },
5186         "require-dev": {
5187             "drupal/entity": "*",
5188             "drupal/inline_entity_form": "*"
5189         },
5190         "type": "drupal-module",
5191         "extra": {
5192             "branch-alias": {
5193                 "dev-1.x": "1.x-dev"
5194             },
5195             "drupal": {
5196                 "version": "8.x-1.7",
5197                 "datestamp": "1510737185",
5198                 "security-coverage": {
5199                     "status": "covered",
5200                     "message": "Covered by Drupal's security advisory policy"
5201                 }
5202             }
5203         },
5204         "installation-source": "dist",
5205         "notification-url": "https://packages.drupal.org/8/downloads",
5206         "license": [
5207             "GPL-2.0-or-later"
5208         ],
5209         "authors": [
5210             {
5211                 "name": "Berdir",
5212                 "homepage": "https://www.drupal.org/user/214652"
5213             },
5214             {
5215                 "name": "Dave Reid",
5216                 "homepage": "https://www.drupal.org/user/53892"
5217             },
5218             {
5219                 "name": "Drupal Media Team",
5220                 "homepage": "https://www.drupal.org/user/3260690"
5221             },
5222             {
5223                 "name": "Drupal media CI",
5224                 "homepage": "https://www.drupal.org/user/3057985"
5225             },
5226             {
5227                 "name": "Primsi",
5228                 "homepage": "https://www.drupal.org/user/282629"
5229             },
5230             {
5231                 "name": "boztek",
5232                 "homepage": "https://www.drupal.org/user/134410"
5233             },
5234             {
5235                 "name": "chr.fritsch",
5236                 "homepage": "https://www.drupal.org/user/2103716"
5237             },
5238             {
5239                 "name": "jcisio",
5240                 "homepage": "https://www.drupal.org/user/210762"
5241             },
5242             {
5243                 "name": "katzilla",
5244                 "homepage": "https://www.drupal.org/user/260398"
5245             },
5246             {
5247                 "name": "marcoscano",
5248                 "homepage": "https://www.drupal.org/user/1288796"
5249             },
5250             {
5251                 "name": "phenaproxima",
5252                 "homepage": "https://www.drupal.org/user/205645"
5253             },
5254             {
5255                 "name": "seanB",
5256                 "homepage": "https://www.drupal.org/user/545912"
5257             },
5258             {
5259                 "name": "slashrsm",
5260                 "homepage": "https://www.drupal.org/user/744628"
5261             }
5262         ],
5263         "description": "Media entity API.",
5264         "homepage": "https://www.drupal.org/project/media_entity",
5265         "support": {
5266             "source": "http://cgit.drupalcode.org/media_entity"
5267         }
5268     },
5269     {
5270         "name": "drupal/media_entity_document",
5271         "version": "1.1.0",
5272         "version_normalized": "1.1.0.0",
5273         "source": {
5274             "type": "git",
5275             "url": "https://git.drupal.org/project/media_entity_document",
5276             "reference": "8.x-1.1"
5277         },
5278         "dist": {
5279             "type": "zip",
5280             "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.1.zip",
5281             "reference": "8.x-1.1",
5282             "shasum": "88a45820cf0aeb5f8a3ade3338007771191508e4"
5283         },
5284         "require": {
5285             "drupal/core": "~8.1",
5286             "drupal/media_entity": "~1.0 || ~8.1.0"
5287         },
5288         "type": "drupal-module",
5289         "extra": {
5290             "branch-alias": {
5291                 "dev-1.x": "1.x-dev"
5292             },
5293             "drupal": {
5294                 "version": "8.x-1.1",
5295                 "datestamp": "1470211995"
5296             }
5297         },
5298         "installation-source": "dist",
5299         "notification-url": "https://packages.drupal.org/8/downloads",
5300         "license": [
5301             "GPL-2.0+"
5302         ],
5303         "authors": [
5304             {
5305                 "name": "NerOcrO",
5306                 "homepage": "https://www.drupal.org/user/1728164",
5307                 "role": "Maintainer"
5308             }
5309         ],
5310         "description": "Local documents integration for Drupal Media entity.",
5311         "homepage": "https://www.drupal.org/project/media_entity_document",
5312         "keywords": [
5313             "Drupal",
5314             "document",
5315             "media"
5316         ],
5317         "support": {
5318             "source": "https://www.drupal.org/project/media_entity_document",
5319             "issues": "https://www.drupal.org/project/issues/media_entity_document"
5320         }
5321     },
5322     {
5323         "name": "drupal/media_entity_image",
5324         "version": "1.3.0",
5325         "version_normalized": "1.3.0.0",
5326         "source": {
5327             "type": "git",
5328             "url": "https://git.drupal.org/project/media_entity_image",
5329             "reference": "8.x-1.3"
5330         },
5331         "dist": {
5332             "type": "zip",
5333             "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.3.zip",
5334             "reference": "8.x-1.3",
5335             "shasum": "53e21655e49e38fbd3fe696c4132460491879280"
5336         },
5337         "require": {
5338             "drupal/core": "~8.1",
5339             "drupal/media_entity": "~1.0 || ~8.1.0 || ~2.0"
5340         },
5341         "require-dev": {
5342             "drupal/entity_browser": "*"
5343         },
5344         "type": "drupal-module",
5345         "extra": {
5346             "branch-alias": {
5347                 "dev-1.x": "1.x-dev"
5348             },
5349             "drupal": {
5350                 "version": "8.x-1.3",
5351                 "datestamp": "1525218780",
5352                 "security-coverage": {
5353                     "status": "covered",
5354                     "message": "Covered by Drupal's security advisory policy"
5355                 }
5356             }
5357         },
5358         "installation-source": "dist",
5359         "notification-url": "https://packages.drupal.org/8/downloads",
5360         "license": [
5361             "GPL-2.0+"
5362         ],
5363         "authors": [
5364             {
5365                 "name": "Drupal Media Team",
5366                 "homepage": "https://www.drupal.org/user/3260690"
5367             },
5368             {
5369                 "name": "Primsi",
5370                 "homepage": "https://www.drupal.org/user/282629"
5371             },
5372             {
5373                 "name": "marcoscano",
5374                 "homepage": "https://www.drupal.org/user/1288796"
5375             },
5376             {
5377                 "name": "phenaproxima",
5378                 "homepage": "https://www.drupal.org/user/205645"
5379             },
5380             {
5381                 "name": "slashrsm",
5382                 "homepage": "https://www.drupal.org/user/744628"
5383             }
5384         ],
5385         "description": "Local images integration for Drupal Media entity.",
5386         "homepage": "https://www.drupal.org/project/media_entity_image",
5387         "keywords": [
5388             "Drupal",
5389             "image",
5390             "media"
5391         ],
5392         "support": {
5393             "source": "https://www.drupal.org/project/media_entity_image",
5394             "issues": "https://www.drupal.org/project/issues/media_entity_image"
5395         }
5396     },
5397     {
5398         "name": "drupal/media_entity_instagram",
5399         "version": "1.4.0",
5400         "version_normalized": "1.4.0.0",
5401         "source": {
5402             "type": "git",
5403             "url": "https://git.drupal.org/project/media_entity_instagram",
5404             "reference": "8.x-1.4"
5405         },
5406         "dist": {
5407             "type": "zip",
5408             "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-1.4.zip",
5409             "reference": "8.x-1.4",
5410             "shasum": "2b69b90417f3c458b4db3ba890813c313d381f0e"
5411         },
5412         "require": {
5413             "drupal/core": "~8.0",
5414             "drupal/media_entity": "*"
5415         },
5416         "type": "drupal-module",
5417         "extra": {
5418             "branch-alias": {
5419                 "dev-1.x": "1.x-dev"
5420             },
5421             "drupal": {
5422                 "version": "8.x-1.4",
5423                 "datestamp": "1495556283"
5424             }
5425         },
5426         "installation-source": "dist",
5427         "notification-url": "https://packages.drupal.org/8/downloads",
5428         "license": [
5429             "GPL-2.0+"
5430         ],
5431         "authors": [
5432             {
5433                 "name": "Drupal Media Team",
5434                 "homepage": "https://www.drupal.org/user/3260690"
5435             },
5436             {
5437                 "name": "Primsi",
5438                 "homepage": "https://www.drupal.org/user/282629"
5439             },
5440             {
5441                 "name": "chr.fritsch",
5442                 "homepage": "https://www.drupal.org/user/2103716"
5443             },
5444             {
5445                 "name": "designesse",
5446                 "homepage": "https://www.drupal.org/user/854012"
5447             },
5448             {
5449                 "name": "slashrsm",
5450                 "homepage": "https://www.drupal.org/user/744628"
5451             }
5452         ],
5453         "description": "Media entity Instagram provider.",
5454         "homepage": "https://www.drupal.org/project/media_entity_instagram",
5455         "support": {
5456             "source": "http://cgit.drupalcode.org/media_entity_instagram"
5457         }
5458     },
5459     {
5460         "name": "drupal/media_entity_slideshow",
5461         "version": "1.2.0",
5462         "version_normalized": "1.2.0.0",
5463         "source": {
5464             "type": "git",
5465             "url": "https://git.drupal.org/project/media_entity_slideshow",
5466             "reference": "8.x-1.2"
5467         },
5468         "dist": {
5469             "type": "zip",
5470             "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-1.2.zip",
5471             "reference": "8.x-1.2",
5472             "shasum": "c9d49eb6be7de0ea8e500554b89842842287cd1f"
5473         },
5474         "require": {
5475             "drupal/core": "~8.0",
5476             "drupal/media_entity": "*"
5477         },
5478         "type": "drupal-module",
5479         "extra": {
5480             "branch-alias": {
5481                 "dev-1.x": "1.x-dev"
5482             },
5483             "drupal": {
5484                 "version": "8.x-1.2",
5485                 "datestamp": "1470687839"
5486             }
5487         },
5488         "installation-source": "dist",
5489         "notification-url": "https://packages.drupal.org/8/downloads",
5490         "license": [
5491             "GPL-2.0+"
5492         ],
5493         "authors": [
5494             {
5495                 "name": "Drupal Media Team",
5496                 "homepage": "https://www.drupal.org/user/3260690"
5497             },
5498             {
5499                 "name": "slashrsm",
5500                 "homepage": "https://www.drupal.org/user/744628"
5501             }
5502         ],
5503         "description": "Media entity slideshow provider.",
5504         "homepage": "https://www.drupal.org/project/media_entity_slideshow",
5505         "support": {
5506             "source": "http://cgit.drupalcode.org/media_entity_slideshow"
5507         }
5508     },
5509     {
5510         "name": "drupal/media_entity_twitter",
5511         "version": "1.3.0",
5512         "version_normalized": "1.3.0.0",
5513         "source": {
5514             "type": "git",
5515             "url": "https://git.drupal.org/project/media_entity_twitter",
5516             "reference": "8.x-1.3"
5517         },
5518         "dist": {
5519             "type": "zip",
5520             "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-1.3.zip",
5521             "reference": "8.x-1.3",
5522             "shasum": "280406ba63e2c00befa9bb1434ad2d4d3113b239"
5523         },
5524         "require": {
5525             "drupal/core": "~8.0",
5526             "drupal/media_entity": "*",
5527             "j7mbo/twitter-api-php": "~1.0"
5528         },
5529         "type": "drupal-module",
5530         "extra": {
5531             "branch-alias": {
5532                 "dev-1.x": "1.x-dev"
5533             },
5534             "drupal": {
5535                 "version": "8.x-1.3",
5536                 "datestamp": "1478549339"
5537             }
5538         },
5539         "installation-source": "dist",
5540         "notification-url": "https://packages.drupal.org/8/downloads",
5541         "license": [
5542             "GPL-2.0+"
5543         ],
5544         "authors": [
5545             {
5546                 "name": "Drupal Media Team",
5547                 "homepage": "https://www.drupal.org/user/3260690"
5548             },
5549             {
5550                 "name": "Primsi",
5551                 "homepage": "https://www.drupal.org/user/282629"
5552             },
5553             {
5554                 "name": "slashrsm",
5555                 "homepage": "https://www.drupal.org/user/744628"
5556             }
5557         ],
5558         "description": "Media entity Twitter provider.",
5559         "homepage": "https://www.drupal.org/project/media_entity_twitter",
5560         "support": {
5561             "source": "http://cgit.drupalcode.org/media_entity_twitter"
5562         }
5563     },
5564     {
5565         "name": "drupal/memcache",
5566         "version": "2.0.0-alpha5",
5567         "version_normalized": "2.0.0.0-alpha5",
5568         "source": {
5569             "type": "git",
5570             "url": "https://git.drupal.org/project/memcache",
5571             "reference": "8.x-2.0-alpha5"
5572         },
5573         "dist": {
5574             "type": "zip",
5575             "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha5.zip",
5576             "reference": "8.x-2.0-alpha5",
5577             "shasum": "4210217dd4040a5687831da82884f7bcad155c66"
5578         },
5579         "require": {
5580             "drupal/core": "~8.0"
5581         },
5582         "type": "drupal-module",
5583         "extra": {
5584             "branch-alias": {
5585                 "dev-2.x": "2.x-dev"
5586             },
5587             "drupal": {
5588                 "version": "8.x-2.0-alpha5",
5589                 "datestamp": "1508351413",
5590                 "security-coverage": {
5591                     "status": "not-covered",
5592                     "message": "Alpha releases are not covered by Drupal security advisories."
5593                 }
5594             }
5595         },
5596         "installation-source": "dist",
5597         "notification-url": "https://packages.drupal.org/8/downloads",
5598         "license": [
5599             "GPL-2.0+"
5600         ],
5601         "authors": [
5602             {
5603                 "name": "Jeremy",
5604                 "homepage": "https://www.drupal.org/user/409"
5605             },
5606             {
5607                 "name": "catch",
5608                 "homepage": "https://www.drupal.org/user/35733"
5609             },
5610             {
5611                 "name": "damiankloip",
5612                 "homepage": "https://www.drupal.org/user/1037976"
5613             },
5614             {
5615                 "name": "jvandyk",
5616                 "homepage": "https://www.drupal.org/user/2375"
5617             },
5618             {
5619                 "name": "robertDouglass",
5620                 "homepage": "https://www.drupal.org/user/5449"
5621             }
5622         ],
5623         "description": "High performance integration with memcache.",
5624         "homepage": "http://drupal.org/project/memcache",
5625         "support": {
5626             "source": "http://cgit.drupalcode.org/memcache",
5627             "issues": "https://www.drupal.org/project/issues/memcache"
5628         }
5629     },
5630     {
5631         "name": "drupal/metatag",
5632         "version": "1.5.0",
5633         "version_normalized": "1.5.0.0",
5634         "source": {
5635             "type": "git",
5636             "url": "https://git.drupal.org/project/metatag",
5637             "reference": "8.x-1.5"
5638         },
5639         "dist": {
5640             "type": "zip",
5641             "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.5.zip",
5642             "reference": "8.x-1.5",
5643             "shasum": "48f1c2a4e93ef1af1eb4b5b6cc6321e951fd1002"
5644         },
5645         "require": {
5646             "drupal/core": "*",
5647             "drupal/token": "^1.0"
5648         },
5649         "require-dev": {
5650             "drupal/devel": "^1.0",
5651             "drupal/metatag_dc": "*",
5652             "drupal/metatag_open_graph": "*",
5653             "drupal/redirect": "^1.0",
5654             "drupal/restui": "^1.0"
5655         },
5656         "type": "drupal-module",
5657         "extra": {
5658             "branch-alias": {
5659                 "dev-1.x": "1.x-dev"
5660             },
5661             "drupal": {
5662                 "version": "8.x-1.5",
5663                 "datestamp": "1522344484",
5664                 "security-coverage": {
5665                     "status": "covered",
5666                     "message": "Covered by Drupal's security advisory policy"
5667                 }
5668             }
5669         },
5670         "installation-source": "dist",
5671         "notification-url": "https://packages.drupal.org/8/downloads",
5672         "license": [
5673             "GPL-2.0+"
5674         ],
5675         "authors": [
5676             {
5677                 "name": "See contributors",
5678                 "homepage": "https://www.drupal.org/node/640498/committers",
5679                 "role": "Developer"
5680             },
5681             {
5682                 "name": "Dave Reid",
5683                 "homepage": "https://www.drupal.org/user/53892"
5684             }
5685         ],
5686         "description": "Manage meta tags for all entities.",
5687         "homepage": "https://www.drupal.org/project/metatag",
5688         "keywords": [
5689             "Drupal",
5690             "seo"
5691         ],
5692         "support": {
5693             "source": "http://cgit.drupalcode.org/metatag",
5694             "issues": "http://drupal.org/project/issues/metatag"
5695         }
5696     },
5697     {
5698         "name": "drupal/migrate_plus",
5699         "version": "4.0.0-beta3",
5700         "version_normalized": "4.0.0.0-beta3",
5701         "source": {
5702             "type": "git",
5703             "url": "https://git.drupal.org/project/migrate_plus",
5704             "reference": "8.x-4.0-beta3"
5705         },
5706         "dist": {
5707             "type": "zip",
5708             "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta3.zip",
5709             "reference": "8.x-4.0-beta3",
5710             "shasum": "a0da6dc169a0315bf29a8dd0ee2146d18215a56b"
5711         },
5712         "require": {
5713             "drupal/core": "^8.3"
5714         },
5715         "require-dev": {
5716             "drupal/migrate_example_advanced_setup": "*",
5717             "drupal/migrate_example_setup": "*"
5718         },
5719         "suggest": {
5720             "ext-soap": "*",
5721             "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
5722         },
5723         "type": "drupal-module",
5724         "extra": {
5725             "branch-alias": {
5726                 "dev-4.x": "4.x-dev"
5727             },
5728             "drupal": {
5729                 "version": "8.x-4.0-beta3",
5730                 "datestamp": "1519400592",
5731                 "security-coverage": {
5732                     "status": "not-covered",
5733                     "message": "Beta releases are not covered by Drupal security advisories."
5734                 }
5735             }
5736         },
5737         "installation-source": "dist",
5738         "notification-url": "https://packages.drupal.org/8/downloads",
5739         "license": [
5740             "GPL-2.0+"
5741         ],
5742         "authors": [
5743             {
5744                 "name": "Mike Ryan",
5745                 "homepage": "https://www.drupal.org/u/mikeryan",
5746                 "role": "Maintainer"
5747             },
5748             {
5749                 "name": "mikeryan",
5750                 "homepage": "https://www.drupal.org/user/4420"
5751             }
5752         ],
5753         "description": "Enhancements to core migration support.",
5754         "homepage": "https://www.drupal.org/project/migrate_plus",
5755         "support": {
5756             "source": "https://cgit.drupalcode.org/migrate_plus",
5757             "issues": "https://www.drupal.org/project/issues/migrate_plus",
5758             "irc": "irc://irc.freenode.org/drupal-migrate"
5759         }
5760     },
5761     {
5762         "name": "drupal/migrate_tools",
5763         "version": "3.0.0-beta1",
5764         "version_normalized": "3.0.0.0-beta1",
5765         "source": {
5766             "type": "git",
5767             "url": "https://git.drupal.org/project/migrate_tools",
5768             "reference": "8.x-3.0-beta1"
5769         },
5770         "dist": {
5771             "type": "zip",
5772             "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-3.0-beta1.zip",
5773             "reference": "8.x-3.0-beta1",
5774             "shasum": "1511d1da1444743fa2defa54a17e62264e8ab836"
5775         },
5776         "require": {
5777             "drupal/core": "^8.2",
5778             "drupal/migrate_plus": "*"
5779         },
5780         "type": "drupal-module",
5781         "extra": {
5782             "branch-alias": {
5783                 "dev-3.x": "3.x-dev"
5784             },
5785             "drupal": {
5786                 "version": "8.x-3.0-beta1",
5787                 "datestamp": "1476313439"
5788             }
5789         },
5790         "installation-source": "dist",
5791         "notification-url": "https://packages.drupal.org/8/downloads",
5792         "license": [
5793             "GPL-2.0+"
5794         ],
5795         "authors": [
5796             {
5797                 "name": "mikeryan",
5798                 "homepage": "https://www.drupal.org/user/4420"
5799             }
5800         ],
5801         "description": "Tools to assist in developing and running migrations.",
5802         "homepage": "https://www.drupal.org/project/migrate_tools",
5803         "support": {
5804             "source": "http://cgit.drupalcode.org/migrate_tools"
5805         }
5806     },
5807     {
5808         "name": "drupal/migrate_upgrade",
5809         "version": "3.0.0-rc4",
5810         "version_normalized": "3.0.0.0-RC4",
5811         "source": {
5812             "type": "git",
5813             "url": "https://git.drupal.org/project/migrate_upgrade",
5814             "reference": "8.x-3.0-rc4"
5815         },
5816         "dist": {
5817             "type": "zip",
5818             "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc4.zip",
5819             "reference": "8.x-3.0-rc4",
5820             "shasum": "345d56e98c763e19617d317aaece3cded22670ea"
5821         },
5822         "require": {
5823             "drupal/core": "*",
5824             "drupal/migrate_plus": "*"
5825         },
5826         "require-dev": {
5827             "drupal/coder": "^8"
5828         },
5829         "type": "drupal-module",
5830         "extra": {
5831             "branch-alias": {
5832                 "dev-3.x": "3.x-dev"
5833             },
5834             "drupal": {
5835                 "version": "8.x-3.0-rc4",
5836                 "datestamp": "1519400285",
5837                 "security-coverage": {
5838                     "status": "not-covered",
5839                     "message": "RC releases are not covered by Drupal security advisories."
5840                 }
5841             }
5842         },
5843         "installation-source": "dist",
5844         "notification-url": "https://packages.drupal.org/8/downloads",
5845         "license": [
5846             "GPL-2.0+"
5847         ],
5848         "authors": [
5849             {
5850                 "name": "abhishek-anand",
5851                 "homepage": "https://www.drupal.org/user/468982"
5852             },
5853             {
5854                 "name": "heddn",
5855                 "homepage": "https://www.drupal.org/user/1463982"
5856             },
5857             {
5858                 "name": "ksenzee",
5859                 "homepage": "https://www.drupal.org/user/139855"
5860             },
5861             {
5862                 "name": "mikeryan",
5863                 "homepage": "https://www.drupal.org/user/4420"
5864             },
5865             {
5866                 "name": "ultimike",
5867                 "homepage": "https://www.drupal.org/user/51132"
5868             },
5869             {
5870                 "name": "xjm",
5871                 "homepage": "https://www.drupal.org/user/65776"
5872             }
5873         ],
5874         "description": "Drush support for direct upgrades from older Drupal versions.",
5875         "homepage": "https://www.drupal.org/project/migrate_upgrade",
5876         "support": {
5877             "source": "http://cgit.drupalcode.org/migrate_upgrade"
5878         }
5879     },
5880     {
5881         "name": "drupal/paragraphs",
5882         "version": "1.2.0",
5883         "version_normalized": "1.2.0.0",
5884         "source": {
5885             "type": "git",
5886             "url": "https://git.drupal.org/project/paragraphs",
5887             "reference": "8.x-1.2"
5888         },
5889         "dist": {
5890             "type": "zip",
5891             "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.2.zip",
5892             "reference": "8.x-1.2",
5893             "shasum": "6efc9d4351d4b21a55e7a6428c78495aaca662ef"
5894         },
5895         "require": {
5896             "drupal/core": "~8",
5897             "drupal/entity_reference_revisions": "~1.3"
5898         },
5899         "require-dev": {
5900             "drupal/block_field": "~1.0",
5901             "drupal/diff": "~1.0",
5902             "drupal/field_group": "~1.0",
5903             "drupal/inline_entity_form": "~1.0",
5904             "drupal/replicate": "~1.0",
5905             "drupal/search_api": "*",
5906             "drupal/search_api_db": "*"
5907         },
5908         "type": "drupal-module",
5909         "extra": {
5910             "branch-alias": {
5911                 "dev-1.x": "1.x-dev"
5912             },
5913             "drupal": {
5914                 "version": "8.x-1.2",
5915                 "datestamp": "1505802867",
5916                 "security-coverage": {
5917                     "status": "covered",
5918                     "message": "Covered by Drupal's security advisory policy"
5919                 }
5920             }
5921         },
5922         "installation-source": "dist",
5923         "notification-url": "https://packages.drupal.org/8/downloads",
5924         "license": [
5925             "GPL-2.0"
5926         ],
5927         "authors": [
5928             {
5929                 "name": "Berdir",
5930                 "homepage": "https://www.drupal.org/user/214652"
5931             },
5932             {
5933                 "name": "Frans",
5934                 "homepage": "https://www.drupal.org/user/514222"
5935             },
5936             {
5937                 "name": "Primsi",
5938                 "homepage": "https://www.drupal.org/user/282629"
5939             },
5940             {
5941                 "name": "jeroen.b",
5942                 "homepage": "https://www.drupal.org/user/1853532"
5943             },
5944             {
5945                 "name": "miro_dietiker",
5946                 "homepage": "https://www.drupal.org/user/227761"
5947             }
5948         ],
5949         "description": "Enables the creation of Paragraphs entities.",
5950         "homepage": "https://www.drupal.org/project/paragraphs",
5951         "support": {
5952             "source": "http://cgit.drupalcode.org/paragraphs"
5953         }
5954     },
5955     {
5956         "name": "drupal/pathauto",
5957         "version": "1.2.0",
5958         "version_normalized": "1.2.0.0",
5959         "source": {
5960             "type": "git",
5961             "url": "https://git.drupal.org/project/pathauto",
5962             "reference": "8.x-1.2"
5963         },
5964         "dist": {
5965             "type": "zip",
5966             "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.2.zip",
5967             "reference": "8.x-1.2",
5968             "shasum": "ba265dbafb27e93d4a61655d783441b653206c73"
5969         },
5970         "require": {
5971             "drupal/core": "*",
5972             "drupal/ctools": "*",
5973             "drupal/token": "*"
5974         },
5975         "type": "drupal-module",
5976         "extra": {
5977             "branch-alias": {
5978                 "dev-1.x": "1.x-dev"
5979             },
5980             "drupal": {
5981                 "version": "8.x-1.2",
5982                 "datestamp": "1524421084",
5983                 "security-coverage": {
5984                     "status": "covered",
5985                     "message": "Covered by Drupal's security advisory policy"
5986                 }
5987             }
5988         },
5989         "installation-source": "dist",
5990         "notification-url": "https://packages.drupal.org/8/downloads",
5991         "license": [
5992             "GPL-2.0-or-later"
5993         ],
5994         "authors": [
5995             {
5996                 "name": "Berdir",
5997                 "homepage": "https://www.drupal.org/user/214652"
5998             },
5999             {
6000                 "name": "Dave Reid",
6001                 "homepage": "https://www.drupal.org/user/53892"
6002             },
6003             {
6004                 "name": "Freso",
6005                 "homepage": "https://www.drupal.org/user/27504"
6006             },
6007             {
6008                 "name": "greggles",
6009                 "homepage": "https://www.drupal.org/user/36762"
6010             }
6011         ],
6012         "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
6013         "homepage": "https://www.drupal.org/project/pathauto",
6014         "support": {
6015             "source": "http://cgit.drupalcode.org/pathauto"
6016         }
6017     },
6018     {
6019         "name": "drupal/pathologic",
6020         "version": "dev-1.x",
6021         "version_normalized": "dev-1.x",
6022         "source": {
6023             "type": "git",
6024             "url": "https://git.drupal.org/project/pathologic",
6025             "reference": "d50e6430f3259afa9d79123825e6e4b7a5cf39a8"
6026         },
6027         "require": {
6028             "drupal/core": "*"
6029         },
6030         "type": "drupal-module",
6031         "extra": {
6032             "branch-alias": {
6033                 "dev-1.x": "1.x-dev"
6034             },
6035             "drupal": {
6036                 "version": "8.x-1.x-dev",
6037                 "datestamp": "1525211280",
6038                 "security-coverage": {
6039                     "status": "not-covered",
6040                     "message": "Dev releases are not covered by Drupal security advisories."
6041                 }
6042             }
6043         },
6044         "installation-source": "source",
6045         "notification-url": "https://packages.drupal.org/8/downloads",
6046         "license": [
6047             "GPL-2.0-or-later"
6048         ],
6049         "authors": [
6050             {
6051                 "name": "Berdir",
6052                 "homepage": "https://www.drupal.org/user/214652"
6053             },
6054             {
6055                 "name": "Garrett Albright",
6056                 "homepage": "https://www.drupal.org/user/191212"
6057             },
6058             {
6059                 "name": "dww",
6060                 "homepage": "https://www.drupal.org/user/46549"
6061             }
6062         ],
6063         "description": "Helps avoid broken links and incorrect paths in content.",
6064         "homepage": "https://www.drupal.org/project/pathologic",
6065         "support": {
6066             "source": "http://cgit.drupalcode.org/pathologic"
6067         }
6068     },
6069     {
6070         "name": "drupal/permissions_by_term",
6071         "version": "1.53.0",
6072         "version_normalized": "1.53.0.0",
6073         "source": {
6074             "type": "git",
6075             "url": "https://git.drupal.org/project/permissions_by_term",
6076             "reference": "8.x-1.53"
6077         },
6078         "dist": {
6079             "type": "zip",
6080             "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.53.zip",
6081             "reference": "8.x-1.53",
6082             "shasum": "a31243be046d11741aaeac5884ae77d7206d8946"
6083         },
6084         "require": {
6085             "drupal/core": "^8.0"
6086         },
6087         "type": "drupal-module",
6088         "extra": {
6089             "branch-alias": {
6090                 "dev-1.x": "1.x-dev"
6091             },
6092             "drupal": {
6093                 "version": "8.x-1.53",
6094                 "datestamp": "1526672880",
6095                 "security-coverage": {
6096                     "status": "covered",
6097                     "message": "Covered by Drupal's security advisory policy"
6098                 }
6099             }
6100         },
6101         "installation-source": "dist",
6102         "notification-url": "https://packages.drupal.org/8/downloads",
6103         "license": [
6104             "GPL-2.0+"
6105         ],
6106         "authors": [
6107             {
6108                 "name": "Peter Majmesku",
6109                 "homepage": "https://www.drupal.org/user/786132",
6110                 "email": "p.majmesku@gmail.com"
6111             },
6112             {
6113                 "name": "dakku",
6114                 "homepage": "https://www.drupal.org/user/97634"
6115             },
6116             {
6117                 "name": "rackberg",
6118                 "homepage": "https://www.drupal.org/user/2806873"
6119             }
6120         ],
6121         "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
6122         "homepage": "https://www.drupal.org/project/permissions_by_term",
6123         "support": {
6124             "source": "http://cgit.drupalcode.org/permissions_by_term"
6125         }
6126     },
6127     {
6128         "name": "drupal/php",
6129         "version": "dev-1.x",
6130         "version_normalized": "dev-1.x",
6131         "source": {
6132             "type": "git",
6133             "url": "https://git.drupal.org/project/php",
6134             "reference": "304022be52874ef2d7916ea3acafd312766da9cc"
6135         },
6136         "require": {
6137             "drupal/core": "~8.0"
6138         },
6139         "type": "drupal-module",
6140         "extra": {
6141             "branch-alias": {
6142                 "dev-1.x": "1.x-dev"
6143             },
6144             "drupal": {
6145                 "version": "8.x-1.0-beta2+1-dev",
6146                 "datestamp": "1461875939"
6147             }
6148         },
6149         "installation-source": "source",
6150         "notification-url": "https://packages.drupal.org/8/downloads",
6151         "license": [
6152             "GPL-2.0+"
6153         ],
6154         "authors": [
6155             {
6156                 "name": "hass",
6157                 "homepage": "https://www.drupal.org/u/hass"
6158             },
6159             {
6160                 "name": "See other contributors",
6161                 "homepage": "https://www.drupal.org/node/1633456/committers"
6162             },
6163             {
6164                 "name": "catch",
6165                 "homepage": "https://www.drupal.org/user/35733"
6166             },
6167             {
6168                 "name": "dixon_",
6169                 "homepage": "https://www.drupal.org/user/239911"
6170             },
6171             {
6172                 "name": "greggles",
6173                 "homepage": "https://www.drupal.org/user/36762"
6174             },
6175             {
6176                 "name": "hass",
6177                 "homepage": "https://www.drupal.org/user/85918"
6178             },
6179             {
6180                 "name": "msonnabaum",
6181                 "homepage": "https://www.drupal.org/user/75278"
6182             },
6183             {
6184                 "name": "quicksketch",
6185                 "homepage": "https://www.drupal.org/user/35821"
6186             },
6187             {
6188                 "name": "webchick",
6189                 "homepage": "https://www.drupal.org/user/24967"
6190             }
6191         ],
6192         "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.",
6193         "homepage": "https://www.drupal.org/project/php",
6194         "support": {
6195             "source": "http://git.drupal.org/project/php.git",
6196             "issues": "https://www.drupal.org/project/issues/php"
6197         }
6198     },
6199     {
6200         "name": "drupal/redirect",
6201         "version": "1.2.0",
6202         "version_normalized": "1.2.0.0",
6203         "source": {
6204             "type": "git",
6205             "url": "https://git.drupal.org/project/redirect",
6206             "reference": "8.x-1.2"
6207         },
6208         "dist": {
6209             "type": "zip",
6210             "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.2.zip",
6211             "reference": "8.x-1.2",
6212             "shasum": "ac503fbfbd15523c65f38d8b326e5f2159683cdb"
6213         },
6214         "require": {
6215             "drupal/core": "~8"
6216         },
6217         "type": "drupal-module",
6218         "extra": {
6219             "branch-alias": {
6220                 "dev-1.x": "1.x-dev"
6221             },
6222             "drupal": {
6223                 "version": "8.x-1.2",
6224                 "datestamp": "1525419785",
6225                 "security-coverage": {
6226                     "status": "covered",
6227                     "message": "Covered by Drupal's security advisory policy"
6228                 }
6229             }
6230         },
6231         "installation-source": "dist",
6232         "notification-url": "https://packages.drupal.org/8/downloads",
6233         "license": [
6234             "GPL-2.0+"
6235         ],
6236         "authors": [
6237             {
6238                 "name": "Berdir",
6239                 "homepage": "https://www.drupal.org/user/214652"
6240             },
6241             {
6242                 "name": "Dave Reid",
6243                 "homepage": "https://www.drupal.org/user/53892"
6244             }
6245         ],
6246         "description": "Allows users to redirect from old URLs to new URLs.",
6247         "homepage": "https://www.drupal.org/project/redirect",
6248         "support": {
6249             "source": "http://cgit.drupalcode.org/redirect"
6250         }
6251     },
6252     {
6253         "name": "drupal/security_review",
6254         "version": "dev-1.x",
6255         "version_normalized": "dev-1.x",
6256         "source": {
6257             "type": "git",
6258             "url": "https://git.drupal.org/project/security_review",
6259             "reference": "9a3bdf82a645dabb9801f73d2d76acf8c3081d88"
6260         },
6261         "require": {
6262             "drupal/core": "~8.0"
6263         },
6264         "type": "drupal-module",
6265         "extra": {
6266             "installer-paths": {
6267                 "web/core": [
6268                     "type:drupal-core"
6269                 ],
6270                 "web/libraries/{$name}": [
6271                     "type:drupal-library"
6272                 ],
6273                 "web/modules/contrib/{$name}": [
6274                     "type:drupal-module"
6275                 ],
6276                 "web/profiles/contrib/{$name}": [
6277                     "type:drupal-profile"
6278                 ],
6279                 "web/themes/contrib/{$name}": [
6280                     "type:drupal-theme"
6281                 ],
6282                 "drush/contrib/{$name}": [
6283                     "type:drupal-drush"
6284                 ]
6285             },
6286             "patches": {
6287                 "drupal/security_review": {
6288                     "Fix missing field review list": "https://www.drupal.org/files/issues/security_review-dangerous-tags-list-2744805-2.patch"
6289                 },
6290                 "drupal/draggableviews": {
6291                     "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
6292                     "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
6293                 },
6294                 "drupal/hacked": {
6295                     "Compatibility with diff module API change: Turn EntityComparisonBase into a service": "https://www.drupal.org/files/issues/hacked-diff-diff-service-2800645-2.patch"
6296                 },
6297                 "drupal/videojs": {
6298                     "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6299                 }
6300             }
6301         },
6302         "installation-source": "source",
6303         "notification-url": "https://packages.drupal.org/8/downloads",
6304         "license": [
6305             "GPL-2.0-or-later"
6306         ],
6307         "authors": [
6308             {
6309                 "name": "banviktor",
6310                 "homepage": "https://www.drupal.org/user/3176333"
6311             },
6312             {
6313                 "name": "coltrane",
6314                 "homepage": "https://www.drupal.org/user/91990"
6315             },
6316             {
6317                 "name": "dsnopek",
6318                 "homepage": "https://www.drupal.org/user/266527"
6319             },
6320             {
6321                 "name": "greggles",
6322                 "homepage": "https://www.drupal.org/user/36762"
6323             }
6324         ],
6325         "description": "Site security and configuration review module.",
6326         "homepage": "https://www.drupal.org/project/security_review",
6327         "support": {
6328             "source": "http://cgit.drupalcode.org/security_review"
6329         }
6330     },
6331     {
6332         "name": "drupal/simple_sitemap",
6333         "version": "2.12.0",
6334         "version_normalized": "2.12.0.0",
6335         "source": {
6336             "type": "git",
6337             "url": "https://git.drupal.org/project/simple_sitemap",
6338             "reference": "8.x-2.12"
6339         },
6340         "dist": {
6341             "type": "zip",
6342             "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.zip",
6343             "reference": "8.x-2.12",
6344             "shasum": "fe1c1a636adfba8358399a5a1ccdf20685066573"
6345         },
6346         "require": {
6347             "drupal/core": "~8.0"
6348         },
6349         "type": "drupal-module",
6350         "extra": {
6351             "branch-alias": {
6352                 "dev-2.x": "2.x-dev"
6353             },
6354             "drupal": {
6355                 "version": "8.x-2.12",
6356                 "datestamp": "1523203180",
6357                 "security-coverage": {
6358                     "status": "covered",
6359                     "message": "Covered by Drupal's security advisory policy"
6360                 }
6361             },
6362             "drush": {
6363                 "services": {
6364                     "drush.services.yml": "^9"
6365                 }
6366             }
6367         },
6368         "installation-source": "dist",
6369         "notification-url": "https://packages.drupal.org/8/downloads",
6370         "license": [
6371             "GPL-2.0+"
6372         ],
6373         "authors": [
6374             {
6375                 "name": "Pawel Ginalski (gbyte.co)",
6376                 "homepage": "https://www.drupal.org/u/gbyte.co",
6377                 "email": "contact@gbyte.co",
6378                 "role": "Maintainer"
6379             },
6380             {
6381                 "name": "Sam Becker (Sam152)",
6382                 "homepage": "https://www.drupal.org/u/sam152",
6383                 "role": "Co-maintainer"
6384             }
6385         ],
6386         "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
6387         "homepage": "https://drupal.org/project/simple_sitemap",
6388         "support": {
6389             "source": "https://cgit.drupalcode.org/simple_sitemap",
6390             "issues": "https://drupal.org/project/issues/simple_sitemap",
6391             "irc": "irc://irc.freenode.org/drupal-contribute"
6392         }
6393     },
6394     {
6395         "name": "drupal/slick",
6396         "version": "1.0.0",
6397         "version_normalized": "1.0.0.0",
6398         "source": {
6399             "type": "git",
6400             "url": "https://git.drupal.org/project/slick",
6401             "reference": "8.x-1.0"
6402         },
6403         "dist": {
6404             "type": "zip",
6405             "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
6406             "reference": "8.x-1.0",
6407             "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
6408         },
6409         "require": {
6410             "drupal/blazy": "~1.0",
6411             "drupal/core": "~8.0"
6412         },
6413         "type": "drupal-module",
6414         "extra": {
6415             "branch-alias": {
6416                 "dev-1.x": "1.x-dev"
6417             },
6418             "drupal": {
6419                 "version": "8.x-1.0",
6420                 "datestamp": "1495746183"
6421             }
6422         },
6423         "installation-source": "dist",
6424         "notification-url": "https://packages.drupal.org/8/downloads",
6425         "license": [
6426             "GPL-2.0+"
6427         ],
6428         "authors": [
6429             {
6430                 "name": "arshadcn",
6431                 "homepage": "https://www.drupal.org/user/571032"
6432             },
6433             {
6434                 "name": "gausarts",
6435                 "homepage": "https://www.drupal.org/user/159062"
6436             }
6437         ],
6438         "description": "Slick carousel, the last carousel you'll ever need.",
6439         "homepage": "https://drupal.org/project/slick",
6440         "keywords": [
6441             "Drupal",
6442             "carousel",
6443             "slideshow"
6444         ],
6445         "support": {
6446             "source": "http://cgit.drupalcode.org/slick",
6447             "issues": "https://drupal.org/project/issues/slick"
6448         }
6449     },
6450     {
6451         "name": "drupal/slick_media",
6452         "version": "1.0.0",
6453         "version_normalized": "1.0.0.0",
6454         "source": {
6455             "type": "git",
6456             "url": "https://git.drupal.org/project/slick_media",
6457             "reference": "8.x-1.0"
6458         },
6459         "dist": {
6460             "type": "zip",
6461             "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0.zip",
6462             "reference": "8.x-1.0",
6463             "shasum": "b85a9899c53ca2f59f7cdbba044e2f58ae71e092"
6464         },
6465         "require": {
6466             "drupal/core": "~8.0",
6467             "drupal/media_entity_image": "*",
6468             "drupal/slick": "*",
6469             "drupal/video_embed_media": "*"
6470         },
6471         "type": "drupal-module",
6472         "extra": {
6473             "branch-alias": {
6474                 "dev-1.x": "1.x-dev"
6475             },
6476             "drupal": {
6477                 "version": "8.x-1.0",
6478                 "datestamp": "1495747983"
6479             }
6480         },
6481         "installation-source": "dist",
6482         "notification-url": "https://packages.drupal.org/8/downloads",
6483         "license": [
6484             "GPL-2.0+"
6485         ],
6486         "authors": [
6487             {
6488                 "name": "gausarts",
6489                 "homepage": "https://www.drupal.org/user/159062"
6490             }
6491         ],
6492         "description": "Provides Slick carousel integration with Media entity.",
6493         "homepage": "https://www.drupal.org/project/slick_media",
6494         "support": {
6495             "source": "http://cgit.drupalcode.org/slick_media"
6496         }
6497     },
6498     {
6499         "name": "drupal/superfish",
6500         "version": "1.2.0",
6501         "version_normalized": "1.2.0.0",
6502         "source": {
6503             "type": "git",
6504             "url": "https://git.drupal.org/project/superfish",
6505             "reference": "8.x-1.2"
6506         },
6507         "dist": {
6508             "type": "zip",
6509             "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.2.zip",
6510             "reference": "8.x-1.2",
6511             "shasum": "e6f11be2bb2b95957d144bb0155c29c7aad40a62"
6512         },
6513         "require": {
6514             "drupal/core": "~8.0",
6515             "mehrpadin/superfish": "~2.0"
6516         },
6517         "type": "drupal-module",
6518         "extra": {
6519             "branch-alias": {
6520                 "dev-1.x": "1.x-dev"
6521             },
6522             "drupal": {
6523                 "version": "8.x-1.2",
6524                 "datestamp": "1517739480",
6525                 "security-coverage": {
6526                     "status": "covered",
6527                     "message": "Covered by Drupal's security advisory policy"
6528                 }
6529             }
6530         },
6531         "installation-source": "dist",
6532         "notification-url": "https://packages.drupal.org/8/downloads",
6533         "license": [
6534             "GPL-2.0+"
6535         ],
6536         "authors": [
6537             {
6538                 "name": "mehrpadin",
6539                 "homepage": "https://www.drupal.org/u/mehrpadin",
6540                 "role": "Maintainer"
6541             }
6542         ],
6543         "description": "Adds jQuery Superfish plugin to menu blocks.",
6544         "homepage": "https://www.drupal.org/project/superfish",
6545         "support": {
6546             "source": "https://cgit.drupalcode.org/superfish",
6547             "issues": "https://www.drupal.org/project/superfish"
6548         }
6549     },
6550     {
6551         "name": "drupal/toc_formatter",
6552         "version": "1.1.0",
6553         "version_normalized": "1.1.0.0",
6554         "source": {
6555             "type": "git",
6556             "url": "https://git.drupal.org/project/toc_formatter",
6557             "reference": "8.x-1.1"
6558         },
6559         "dist": {
6560             "type": "zip",
6561             "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
6562             "reference": "8.x-1.1",
6563             "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
6564         },
6565         "require": {
6566             "drupal/core": "~8.0"
6567         },
6568         "type": "drupal-module",
6569         "extra": {
6570             "branch-alias": {
6571                 "dev-1.x": "1.x-dev"
6572             },
6573             "drupal": {
6574                 "version": "8.x-1.1",
6575                 "datestamp": "1398611927"
6576             }
6577         },
6578         "installation-source": "dist",
6579         "notification-url": "https://packages.drupal.org/8/downloads",
6580         "license": [
6581             "GPL-2.0+"
6582         ],
6583         "authors": [
6584             {
6585                 "name": "Robert Castelo",
6586                 "homepage": "https://www.drupal.org/user/3555"
6587             },
6588             {
6589                 "name": "neilt17",
6590                 "homepage": "https://www.drupal.org/user/324142"
6591             }
6592         ],
6593         "description": "Display formatter that adds a TOC to the top of a text area field.",
6594         "homepage": "https://www.drupal.org/project/toc_formatter",
6595         "support": {
6596             "source": "http://cgit.drupalcode.org/toc_formatter"
6597         }
6598     },
6599     {
6600         "name": "drupal/tocify",
6601         "version": "1.2.0",
6602         "version_normalized": "1.2.0.0",
6603         "source": {
6604             "type": "git",
6605             "url": "https://git.drupal.org/project/tocify",
6606             "reference": "8.x-1.2"
6607         },
6608         "dist": {
6609             "type": "zip",
6610             "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
6611             "reference": "8.x-1.2",
6612             "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
6613         },
6614         "require": {
6615             "drupal/core": "*"
6616         },
6617         "type": "drupal-module",
6618         "extra": {
6619             "branch-alias": {
6620                 "dev-1.x": "1.x-dev"
6621             },
6622             "drupal": {
6623                 "version": "8.x-1.2",
6624                 "datestamp": "1493816586"
6625             }
6626         },
6627         "installation-source": "dist",
6628         "notification-url": "https://packages.drupal.org/8/downloads",
6629         "license": [
6630             "GPL-2.0+"
6631         ],
6632         "authors": [
6633             {
6634                 "name": "Hydra",
6635                 "homepage": "https://www.drupal.org/user/647364"
6636             },
6637             {
6638                 "name": "dawehner",
6639                 "homepage": "https://www.drupal.org/user/99340"
6640             },
6641             {
6642                 "name": "sanduhrs",
6643                 "homepage": "https://www.drupal.org/user/28074"
6644             }
6645         ],
6646         "description": "Tocify your content",
6647         "homepage": "https://www.drupal.org/project/tocify",
6648         "keywords": [
6649             "Drupal"
6650         ],
6651         "support": {
6652             "source": "http://cgit.drupalcode.org/tocify",
6653             "issues": "http://drupal.org/project/issues/tocify"
6654         }
6655     },
6656     {
6657         "name": "drupal/token",
6658         "version": "1.1.0",
6659         "version_normalized": "1.1.0.0",
6660         "source": {
6661             "type": "git",
6662             "url": "https://git.drupal.org/project/token",
6663             "reference": "8.x-1.1"
6664         },
6665         "dist": {
6666             "type": "zip",
6667             "url": "https://ftp.drupal.org/files/projects/token-8.x-1.1.zip",
6668             "reference": "8.x-1.1",
6669             "shasum": "f11042a76bec028b0a86dc33cf6daa19eb55d545"
6670         },
6671         "require": {
6672             "drupal/core": "~8.0"
6673         },
6674         "type": "drupal-module",
6675         "extra": {
6676             "branch-alias": {
6677                 "dev-1.x": "1.x-dev"
6678             },
6679             "drupal": {
6680                 "version": "8.x-1.1",
6681                 "datestamp": "1513810384",
6682                 "security-coverage": {
6683                     "status": "covered",
6684                     "message": "Covered by Drupal's security advisory policy"
6685                 }
6686             }
6687         },
6688         "installation-source": "dist",
6689         "notification-url": "https://packages.drupal.org/8/downloads",
6690         "license": [
6691             "GPL-2.0-or-later"
6692         ],
6693         "authors": [
6694             {
6695                 "name": "Berdir",
6696                 "homepage": "https://www.drupal.org/user/214652"
6697             },
6698             {
6699                 "name": "Dave Reid",
6700                 "homepage": "https://www.drupal.org/user/53892"
6701             },
6702             {
6703                 "name": "eaton",
6704                 "homepage": "https://www.drupal.org/user/16496"
6705             },
6706             {
6707                 "name": "fago",
6708                 "homepage": "https://www.drupal.org/user/16747"
6709             },
6710             {
6711                 "name": "greggles",
6712                 "homepage": "https://www.drupal.org/user/36762"
6713             },
6714             {
6715                 "name": "mikeryan",
6716                 "homepage": "https://www.drupal.org/user/4420"
6717             }
6718         ],
6719         "description": "Provides a user interface for the Token API and some missing core tokens.",
6720         "homepage": "https://www.drupal.org/project/token",
6721         "support": {
6722             "source": "http://cgit.drupalcode.org/token"
6723         }
6724     },
6725     {
6726         "name": "drupal/twig_xdebug",
6727         "version": "1.0.0",
6728         "version_normalized": "1.0.0.0",
6729         "source": {
6730             "type": "git",
6731             "url": "https://git.drupal.org/project/twig_xdebug",
6732             "reference": "8.x-1.0"
6733         },
6734         "dist": {
6735             "type": "zip",
6736             "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
6737             "reference": "8.x-1.0",
6738             "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
6739         },
6740         "require": {
6741             "ajgl/breakpoint-twig-extension": "0.3",
6742             "drupal/core": "~8.0"
6743         },
6744         "type": "drupal-module",
6745         "extra": {
6746             "branch-alias": {
6747                 "dev-1.x": "1.x-dev"
6748             },
6749             "drupal": {
6750                 "version": "8.x-1.0",
6751                 "datestamp": "1464928439"
6752             }
6753         },
6754         "installation-source": "dist",
6755         "notification-url": "https://packages.drupal.org/8/downloads",
6756         "license": [
6757             "GPL-2.0+"
6758         ],
6759         "authors": [
6760             {
6761                 "name": "charginghawk",
6762                 "homepage": "https://www.drupal.org/user/2626341"
6763             }
6764         ],
6765         "description": "Enables Xdebug breakpoints in Twig.",
6766         "homepage": "https://www.drupal.org/project/twig_xdebug",
6767         "support": {
6768             "source": "http://cgit.drupalcode.org/twig_xdebug"
6769         }
6770     },
6771     {
6772         "name": "drupal/typogrify",
6773         "version": "1.0.0-alpha1",
6774         "version_normalized": "1.0.0.0-alpha1",
6775         "source": {
6776             "type": "git",
6777             "url": "https://git.drupal.org/project/typogrify",
6778             "reference": "8.x-1.0-alpha1"
6779         },
6780         "dist": {
6781             "type": "zip",
6782             "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
6783             "reference": "8.x-1.0-alpha1",
6784             "shasum": "de87791555204b3af5692d939f8c199bd7164495"
6785         },
6786         "require": {
6787             "drupal/core": "*"
6788         },
6789         "type": "drupal-module",
6790         "extra": {
6791             "branch-alias": {
6792                 "dev-1.x": "1.x-dev"
6793             },
6794             "drupal": {
6795                 "version": "8.x-1.0-alpha1",
6796                 "datestamp": "1478050442"
6797             }
6798         },
6799         "installation-source": "dist",
6800         "notification-url": "https://packages.drupal.org/8/downloads",
6801         "license": [
6802             "GPL-2.0+"
6803         ],
6804         "authors": [
6805             {
6806                 "name": "See contributors",
6807                 "homepage": "https://www.drupal.org/node/149970/committers",
6808                 "role": "Developer"
6809             },
6810             {
6811                 "name": "migmedia",
6812                 "homepage": "https://www.drupal.org/user/1310354"
6813             },
6814             {
6815                 "name": "mikl",
6816                 "homepage": "https://www.drupal.org/user/58679"
6817             },
6818             {
6819                 "name": "sreynen",
6820                 "homepage": "https://www.drupal.org/user/109890"
6821             }
6822         ],
6823         "description": "A filter for making typographic refinements.",
6824         "homepage": "http://drupal.org/project/typogrify",
6825         "keywords": [
6826             "Drupal"
6827         ],
6828         "support": {
6829             "source": "http://cgit.drupalcode.org/typogrify",
6830             "issues": "http://drupal.org/project/typogrify"
6831         }
6832     },
6833     {
6834         "name": "drupal/video",
6835         "version": "1.2.0",
6836         "version_normalized": "1.2.0.0",
6837         "source": {
6838             "type": "git",
6839             "url": "https://git.drupal.org/project/video",
6840             "reference": "8.x-1.2"
6841         },
6842         "dist": {
6843             "type": "zip",
6844             "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
6845             "reference": "8.x-1.2",
6846             "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
6847         },
6848         "require": {
6849             "drupal/core": "*"
6850         },
6851         "type": "drupal-module",
6852         "extra": {
6853             "branch-alias": {
6854                 "dev-1.x": "1.x-dev"
6855             },
6856             "drupal": {
6857                 "version": "8.x-1.x",
6858                 "datestamp": "1455470039",
6859                 "package": "Field types"
6860             }
6861         },
6862         "installation-source": "dist",
6863         "notification-url": "https://packages.drupal.org/8/downloads",
6864         "license": [
6865             "GPL-2.0+"
6866         ],
6867         "authors": [
6868             {
6869                 "name": "Jorrit",
6870                 "homepage": "https://www.drupal.org/user/161217"
6871             },
6872             {
6873                 "name": "abhishek-anand",
6874                 "homepage": "https://www.drupal.org/user/468982"
6875             },
6876             {
6877                 "name": "brycefisherfleig",
6878                 "homepage": "https://www.drupal.org/user/1300764"
6879             },
6880             {
6881                 "name": "chaitanya17",
6882                 "homepage": "https://www.drupal.org/user/1998300"
6883             },
6884             {
6885                 "name": "heshanlk",
6886                 "homepage": "https://www.drupal.org/user/199102"
6887             }
6888         ],
6889         "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.",
6890         "homepage": "https://www.drupal.org/project/video",
6891         "support": {
6892             "source": "http://cgit.drupalcode.org/video"
6893         }
6894     },
6895     {
6896         "name": "drupal/video_embed_field",
6897         "version": "2.0.0",
6898         "version_normalized": "2.0.0.0",
6899         "source": {
6900             "type": "git",
6901             "url": "https://git.drupal.org/project/video_embed_field",
6902             "reference": "8.x-2.0"
6903         },
6904         "dist": {
6905             "type": "zip",
6906             "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip",
6907             "reference": "8.x-2.0",
6908             "shasum": "e864f090b3cb9405376ca324d81ace83613e2019"
6909         },
6910         "require": {
6911             "drupal/core": "*"
6912         },
6913         "require-dev": {
6914             "drupal/colorbox": "*",
6915             "drupal/media_entity": "*",
6916             "drupal/media_entity_embeddable_video": "*"
6917         },
6918         "type": "drupal-module",
6919         "extra": {
6920             "branch-alias": {
6921                 "dev-2.x": "2.x-dev"
6922             },
6923             "drupal": {
6924                 "version": "8.x-1.x",
6925                 "datestamp": "1523338084",
6926                 "security-coverage": {
6927                     "status": "covered",
6928                     "message": "Covered by Drupal's security advisory policy"
6929                 },
6930                 "package": "Field types"
6931             }
6932         },
6933         "installation-source": "dist",
6934         "notification-url": "https://packages.drupal.org/8/downloads",
6935         "license": [
6936             "GPL-2.0+"
6937         ],
6938         "authors": [
6939             {
6940                 "name": "Sam152",
6941                 "homepage": "https://www.drupal.org/user/1485048"
6942             },
6943             {
6944                 "name": "jec006",
6945                 "homepage": "https://www.drupal.org/user/855980"
6946             },
6947             {
6948                 "name": "plopesc",
6949                 "homepage": "https://www.drupal.org/user/282415"
6950             }
6951         ],
6952         "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6953         "homepage": "https://www.drupal.org/project/video_embed_field",
6954         "support": {
6955             "source": "http://cgit.drupalcode.org/video_embed_field"
6956         }
6957     },
6958     {
6959         "name": "drupal/video_embed_media",
6960         "version": "2.0.0",
6961         "version_normalized": "2.0.0.0",
6962         "require": {
6963             "drupal/core": "^8.4",
6964             "drupal/video_embed_field": "self.version"
6965         },
6966         "type": "metapackage",
6967         "extra": {
6968             "branch-alias": {
6969                 "dev-2.x": "2.x-dev"
6970             },
6971             "drupal": {
6972                 "version": "8.x-2.0",
6973                 "datestamp": "1523338084",
6974                 "security-coverage": {
6975                     "status": "covered",
6976                     "message": "Covered by Drupal's security advisory policy"
6977                 }
6978             }
6979         },
6980         "notification-url": "https://packages.drupal.org/8/downloads",
6981         "license": [
6982             "GPL-2.0-or-later"
6983         ],
6984         "authors": [
6985             {
6986                 "name": "Sam152",
6987                 "homepage": "https://www.drupal.org/user/1485048"
6988             },
6989             {
6990                 "name": "jec006",
6991                 "homepage": "https://www.drupal.org/user/855980"
6992             },
6993             {
6994                 "name": "plopesc",
6995                 "homepage": "https://www.drupal.org/user/282415"
6996             }
6997         ],
6998         "description": "Integrates video_embed_field with the Media module, creating a new media type tailored to display embedded videos. Useful for websites which are using the media suite of modules.",
6999         "homepage": "https://www.drupal.org/project/video_embed_field",
7000         "support": {
7001             "source": "http://cgit.drupalcode.org/video_embed_field"
7002         }
7003     },
7004     {
7005         "name": "drupal/videojs",
7006         "version": "1.0.0",
7007         "version_normalized": "1.0.0.0",
7008         "source": {
7009             "type": "git",
7010             "url": "https://git.drupal.org/project/videojs",
7011             "reference": "8.x-1.0"
7012         },
7013         "dist": {
7014             "type": "zip",
7015             "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
7016             "reference": "8.x-1.0",
7017             "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
7018         },
7019         "require": {
7020             "drupal/core": "~8.0"
7021         },
7022         "type": "drupal-module",
7023         "extra": {
7024             "branch-alias": {
7025                 "dev-1.x": "1.x-dev"
7026             },
7027             "drupal": {
7028                 "version": "8.x-1.0",
7029                 "datestamp": "1454344739"
7030             },
7031             "patches_applied": {
7032                 "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
7033             }
7034         },
7035         "installation-source": "dist",
7036         "notification-url": "https://packages.drupal.org/8/downloads",
7037         "license": [
7038             "GPL-2.0+"
7039         ],
7040         "authors": [
7041             {
7042                 "name": "Jorrit",
7043                 "homepage": "https://www.drupal.org/user/161217"
7044             },
7045             {
7046                 "name": "heshanlk",
7047                 "homepage": "https://www.drupal.org/user/199102"
7048             }
7049         ],
7050         "description": "Video.js is an HTML5 Video Player.",
7051         "homepage": "https://www.drupal.org/project/videojs",
7052         "support": {
7053             "source": "http://cgit.drupalcode.org/videojs"
7054         }
7055     },
7056     {
7057         "name": "drupal/views_bootstrap",
7058         "version": "dev-3.x",
7059         "version_normalized": "dev-3.x",
7060         "source": {
7061             "type": "git",
7062             "url": "https://git.drupal.org/project/views_bootstrap",
7063             "reference": "8a8d1add3a575842e33c51a3733b43c24c4bc41f"
7064         },
7065         "require": {
7066             "drupal/core": "*"
7067         },
7068         "type": "drupal-module",
7069         "extra": {
7070             "branch-alias": {
7071                 "dev-3.x": "3.x-dev"
7072             },
7073             "drupal": {
7074                 "version": "8.x-3.0+4-dev",
7075                 "datestamp": "1523236084",
7076                 "security-coverage": {
7077                     "status": "not-covered",
7078                     "message": "Dev releases are not covered by Drupal security advisories."
7079                 }
7080             }
7081         },
7082         "installation-source": "source",
7083         "notification-url": "https://packages.drupal.org/8/downloads",
7084         "license": [
7085             "GPL-2.0+"
7086         ],
7087         "authors": [
7088             {
7089                 "name": "aburrows",
7090                 "homepage": "https://www.drupal.org/user/577844"
7091             },
7092             {
7093                 "name": "ericpugh",
7094                 "homepage": "https://www.drupal.org/user/130084"
7095             },
7096             {
7097                 "name": "ikeigenwijs",
7098                 "homepage": "https://www.drupal.org/user/583238"
7099             },
7100             {
7101                 "name": "mrded",
7102                 "homepage": "https://www.drupal.org/user/556088"
7103             }
7104         ],
7105         "description": "Integrate the Bootstrap framework with Views.",
7106         "homepage": "https://www.drupal.org/project/views_bootstrap",
7107         "keywords": [
7108             "Drupal"
7109         ],
7110         "support": {
7111             "source": "http://cgit.drupalcode.org/views_bootstrap"
7112         }
7113     },
7114     {
7115         "name": "drupal/views_responsive_grid",
7116         "version": "dev-1.x",
7117         "version_normalized": "dev-1.x",
7118         "source": {
7119             "type": "git",
7120             "url": "https://git.drupal.org/project/views_responsive_grid",
7121             "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
7122         },
7123         "require": {
7124             "drupal/core": "~8.0"
7125         },
7126         "type": "drupal-module",
7127         "extra": {
7128             "branch-alias": {
7129                 "dev-1.x": "1.x-dev"
7130             },
7131             "drupal": {
7132                 "version": "8.x-1.x-dev",
7133                 "datestamp": "1373985289"
7134             }
7135         },
7136         "installation-source": "source",
7137         "notification-url": "https://packages.drupal.org/8/downloads",
7138         "license": [
7139             "GPL-2.0+"
7140         ],
7141         "authors": [
7142             {
7143                 "name": "iwhitcomb",
7144                 "homepage": "https://www.drupal.org/user/771654"
7145             },
7146             {
7147                 "name": "kyletaylored",
7148                 "homepage": "https://www.drupal.org/user/2207088"
7149             },
7150             {
7151                 "name": "markcarver",
7152                 "homepage": "https://www.drupal.org/user/501638"
7153             }
7154         ],
7155         "homepage": "https://www.drupal.org/project/views_responsive_grid",
7156         "support": {
7157             "source": "http://cgit.drupalcode.org/views_responsive_grid"
7158         }
7159     },
7160     {
7161         "name": "drush/config-extra",
7162         "version": "1.0.1",
7163         "version_normalized": "1.0.1.0",
7164         "source": {
7165             "type": "git",
7166             "url": "https://github.com/drush-ops/config-extra.git",
7167             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
7168         },
7169         "dist": {
7170             "type": "zip",
7171             "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
7172             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
7173             "shasum": ""
7174         },
7175         "require": {
7176             "php": ">=5.5.0"
7177         },
7178         "require-dev": {
7179             "phpunit/phpunit": ">=3.5"
7180         },
7181         "time": "2015-10-16T21:32:27+00:00",
7182         "type": "library",
7183         "extra": {
7184             "branch-alias": {
7185                 "dev-master": "8.0.x-dev"
7186             }
7187         },
7188         "installation-source": "dist",
7189         "autoload": {
7190             "psr-0": {
7191                 "Drush": "lib/"
7192             }
7193         },
7194         "notification-url": "https://packagist.org/downloads/",
7195         "license": [
7196             "GPL-2.0+"
7197         ],
7198         "authors": [
7199             {
7200                 "name": "Moshe Weitzman",
7201                 "email": "weitzman@tejasa.com"
7202             },
7203             {
7204                 "name": "Greg Anderson",
7205                 "email": "greg.1.anderson@greenknowe.org"
7206             }
7207         ],
7208         "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
7209         "keywords": [
7210             "Drush"
7211         ]
7212     },
7213     {
7214         "name": "drush/drush",
7215         "version": "9.2.3",
7216         "version_normalized": "9.2.3.0",
7217         "source": {
7218             "type": "git",
7219             "url": "https://github.com/drush-ops/drush.git",
7220             "reference": "c07b5b4527d6fb9226adaee14a33de5d4aa93ce8"
7221         },
7222         "dist": {
7223             "type": "zip",
7224             "url": "https://api.github.com/repos/drush-ops/drush/zipball/c07b5b4527d6fb9226adaee14a33de5d4aa93ce8",
7225             "reference": "c07b5b4527d6fb9226adaee14a33de5d4aa93ce8",
7226             "shasum": ""
7227         },
7228         "require": {
7229             "chi-teck/drupal-code-generator": "^1.21.0",
7230             "composer/semver": "^1.4",
7231             "consolidation/annotated-command": "^2.8.1",
7232             "consolidation/config": "^1.0.9",
7233             "consolidation/output-formatters": "^3.1.12",
7234             "consolidation/robo": "^1.1.5",
7235             "ext-dom": "*",
7236             "grasmash/yaml-expander": "^1.1.1",
7237             "league/container": "~2",
7238             "php": ">=5.6.0",
7239             "psr/log": "~1.0",
7240             "psy/psysh": "~0.6",
7241             "sebastian/version": "^1|^2",
7242             "symfony/config": "~2.2|^3",
7243             "symfony/console": "~2.7|^3",
7244             "symfony/event-dispatcher": "~2.7|^3",
7245             "symfony/finder": "~2.7|^3",
7246             "symfony/process": "~2.7|^3",
7247             "symfony/var-dumper": "~2.7|^3",
7248             "symfony/yaml": "~2.3|^3",
7249             "webflo/drupal-finder": "^1.1",
7250             "webmozart/path-util": "^2.1.0"
7251         },
7252         "require-dev": {
7253             "lox/xhprof": "dev-master",
7254             "phpunit/phpunit": "^4.8|^5.5.4",
7255             "squizlabs/php_codesniffer": "^2.7"
7256         },
7257         "time": "2018-04-03T13:45:59+00:00",
7258         "bin": [
7259             "drush"
7260         ],
7261         "type": "library",
7262         "extra": {
7263             "branch-alias": {
7264                 "dev-master": "9.0.x-dev"
7265             }
7266         },
7267         "installation-source": "dist",
7268         "autoload": {
7269             "psr-4": {
7270                 "Drush\\": "src/",
7271                 "Drush\\Internal\\": "internal-copy/",
7272                 "Unish\\": "tests/"
7273             }
7274         },
7275         "notification-url": "https://packagist.org/downloads/",
7276         "license": [
7277             "GPL-2.0-or-later"
7278         ],
7279         "authors": [
7280             {
7281                 "name": "Moshe Weitzman",
7282                 "email": "weitzman@tejasa.com"
7283             },
7284             {
7285                 "name": "Owen Barton",
7286                 "email": "drupal@owenbarton.com"
7287             },
7288             {
7289                 "name": "Greg Anderson",
7290                 "email": "greg.1.anderson@greenknowe.org"
7291             },
7292             {
7293                 "name": "Jonathan Araña Cruz",
7294                 "email": "jonhattan@faita.net"
7295             },
7296             {
7297                 "name": "Jonathan Hedstrom",
7298                 "email": "jhedstrom@gmail.com"
7299             },
7300             {
7301                 "name": "Christopher Gervais",
7302                 "email": "chris@ergonlogic.com"
7303             },
7304             {
7305                 "name": "Dave Reid",
7306                 "email": "dave@davereid.net"
7307             },
7308             {
7309                 "name": "Damian Lee",
7310                 "email": "damiankloip@googlemail.com"
7311             }
7312         ],
7313         "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.",
7314         "homepage": "http://www.drush.org"
7315     },
7316     {
7317         "name": "easyrdf/easyrdf",
7318         "version": "0.9.1",
7319         "version_normalized": "0.9.1.0",
7320         "source": {
7321             "type": "git",
7322             "url": "https://github.com/njh/easyrdf.git",
7323             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
7324         },
7325         "dist": {
7326             "type": "zip",
7327             "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
7328             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
7329             "shasum": ""
7330         },
7331         "require": {
7332             "ext-mbstring": "*",
7333             "ext-pcre": "*",
7334             "php": ">=5.2.8"
7335         },
7336         "require-dev": {
7337             "phpunit/phpunit": "~3.5",
7338             "sami/sami": "~1.4",
7339             "squizlabs/php_codesniffer": "~1.4.3"
7340         },
7341         "suggest": {
7342             "ml/json-ld": "~1.0"
7343         },
7344         "time": "2015-02-27T09:45:49+00:00",
7345         "type": "library",
7346         "installation-source": "dist",
7347         "autoload": {
7348             "psr-0": {
7349                 "EasyRdf_": "lib/"
7350             }
7351         },
7352         "notification-url": "https://packagist.org/downloads/",
7353         "license": [
7354             "BSD-3-Clause"
7355         ],
7356         "authors": [
7357             {
7358                 "name": "Nicholas Humfrey",
7359                 "email": "njh@aelius.com",
7360                 "homepage": "http://www.aelius.com/njh/",
7361                 "role": "Developer"
7362             },
7363             {
7364                 "name": "Alexey Zakhlestin",
7365                 "email": "indeyets@gmail.com",
7366                 "role": "Developer"
7367             }
7368         ],
7369         "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
7370         "homepage": "http://www.easyrdf.org/",
7371         "keywords": [
7372             "Linked Data",
7373             "RDF",
7374             "Semantic Web",
7375             "Turtle",
7376             "rdfa",
7377             "sparql"
7378         ]
7379     },
7380     {
7381         "name": "egulias/email-validator",
7382         "version": "1.2.14",
7383         "version_normalized": "1.2.14.0",
7384         "source": {
7385             "type": "git",
7386             "url": "https://github.com/egulias/EmailValidator.git",
7387             "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
7388         },
7389         "dist": {
7390             "type": "zip",
7391             "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
7392             "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
7393             "shasum": ""
7394         },
7395         "require": {
7396             "doctrine/lexer": "^1.0.1",
7397             "php": ">= 5.3.3"
7398         },
7399         "require-dev": {
7400             "phpunit/phpunit": "^4.8.24"
7401         },
7402         "time": "2017-02-03T22:48:59+00:00",
7403         "type": "library",
7404         "extra": {
7405             "branch-alias": {
7406                 "dev-master": "2.0.x-dev"
7407             }
7408         },
7409         "installation-source": "dist",
7410         "autoload": {
7411             "psr-0": {
7412                 "Egulias\\": "src/"
7413             }
7414         },
7415         "notification-url": "https://packagist.org/downloads/",
7416         "license": [
7417             "MIT"
7418         ],
7419         "authors": [
7420             {
7421                 "name": "Eduardo Gulias Davis"
7422             }
7423         ],
7424         "description": "A library for validating emails",
7425         "homepage": "https://github.com/egulias/EmailValidator",
7426         "keywords": [
7427             "email",
7428             "emailvalidation",
7429             "emailvalidator",
7430             "validation",
7431             "validator"
7432         ]
7433     },
7434     {
7435         "name": "enyo/dropzone",
7436         "version": "v4.3.0",
7437         "version_normalized": "4.3.0.0",
7438         "source": {
7439             "type": "git",
7440             "url": "https://github.com/enyo/dropzone.git",
7441             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
7442         },
7443         "dist": {
7444             "type": "zip",
7445             "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7446             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7447             "shasum": ""
7448         },
7449         "time": "2016-02-14T04:19:41+00:00",
7450         "type": "library",
7451         "installation-source": "dist",
7452         "notification-url": "https://packagist.org/downloads/",
7453         "license": [
7454             "MIT"
7455         ],
7456         "authors": [
7457             {
7458                 "name": "Matias Meno",
7459                 "email": "m@tias.me",
7460                 "homepage": "http://www.matiasmeno.com"
7461             }
7462         ],
7463         "description": "Handles drag and drop of files for you.",
7464         "homepage": "http://www.dropzonejs.com",
7465         "keywords": [
7466             "drag and drop",
7467             "dragndrop",
7468             "file upload",
7469             "upload"
7470         ]
7471     },
7472     {
7473         "name": "ezyang/htmlpurifier",
7474         "version": "v4.10.0",
7475         "version_normalized": "4.10.0.0",
7476         "source": {
7477             "type": "git",
7478             "url": "https://github.com/ezyang/htmlpurifier.git",
7479             "reference": "d85d39da4576a6934b72480be6978fb10c860021"
7480         },
7481         "dist": {
7482             "type": "zip",
7483             "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
7484             "reference": "d85d39da4576a6934b72480be6978fb10c860021",
7485             "shasum": ""
7486         },
7487         "require": {
7488             "php": ">=5.2"
7489         },
7490         "require-dev": {
7491             "simpletest/simpletest": "^1.1"
7492         },
7493         "time": "2018-02-23T01:58:20+00:00",
7494         "type": "library",
7495         "installation-source": "dist",
7496         "autoload": {
7497             "psr-0": {
7498                 "HTMLPurifier": "library/"
7499             },
7500             "files": [
7501                 "library/HTMLPurifier.composer.php"
7502             ]
7503         },
7504         "notification-url": "https://packagist.org/downloads/",
7505         "license": [
7506             "LGPL"
7507         ],
7508         "authors": [
7509             {
7510                 "name": "Edward Z. Yang",
7511                 "email": "admin@htmlpurifier.org",
7512                 "homepage": "http://ezyang.com"
7513             }
7514         ],
7515         "description": "Standards compliant HTML filter written in PHP",
7516         "homepage": "http://htmlpurifier.org/",
7517         "keywords": [
7518             "html"
7519         ]
7520     },
7521     {
7522         "name": "fabpot/goutte",
7523         "version": "v3.2.2",
7524         "version_normalized": "3.2.2.0",
7525         "source": {
7526             "type": "git",
7527             "url": "https://github.com/FriendsOfPHP/Goutte.git",
7528             "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96"
7529         },
7530         "dist": {
7531             "type": "zip",
7532             "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/395f61d7c2e15a813839769553a4de16fa3b3c96",
7533             "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96",
7534             "shasum": ""
7535         },
7536         "require": {
7537             "guzzlehttp/guzzle": "^6.0",
7538             "php": ">=5.5.0",
7539             "symfony/browser-kit": "~2.1|~3.0|~4.0",
7540             "symfony/css-selector": "~2.1|~3.0|~4.0",
7541             "symfony/dom-crawler": "~2.1|~3.0|~4.0"
7542         },
7543         "require-dev": {
7544             "symfony/phpunit-bridge": "^3.3 || ^4"
7545         },
7546         "time": "2017-11-19T08:45:40+00:00",
7547         "type": "application",
7548         "extra": {
7549             "branch-alias": {
7550                 "dev-master": "3.2-dev"
7551             }
7552         },
7553         "installation-source": "dist",
7554         "autoload": {
7555             "psr-4": {
7556                 "Goutte\\": "Goutte"
7557             },
7558             "exclude-from-classmap": [
7559                 "Goutte/Tests"
7560             ]
7561         },
7562         "notification-url": "https://packagist.org/downloads/",
7563         "license": [
7564             "MIT"
7565         ],
7566         "authors": [
7567             {
7568                 "name": "Fabien Potencier",
7569                 "email": "fabien@symfony.com"
7570             }
7571         ],
7572         "description": "A simple PHP Web Scraper",
7573         "homepage": "https://github.com/FriendsOfPHP/Goutte",
7574         "keywords": [
7575             "scraper"
7576         ]
7577     },
7578     {
7579         "name": "geedmo/yamm3",
7580         "version": "1.1.0",
7581         "version_normalized": "1.1.0.0",
7582         "source": {
7583             "type": "git",
7584             "url": "https://github.com/geedmo/yamm3.git",
7585             "reference": "5aa11451340187cce1bc195a4437937b19535508"
7586         },
7587         "dist": {
7588             "type": "zip",
7589             "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
7590             "reference": "5aa11451340187cce1bc195a4437937b19535508",
7591             "shasum": ""
7592         },
7593         "time": "2015-04-04T12:59:29+00:00",
7594         "type": "library",
7595         "installation-source": "dist",
7596         "notification-url": "https://packagist.org/downloads/",
7597         "license": [
7598             "MIT"
7599         ],
7600         "authors": [
7601             {
7602                 "name": "German Morales",
7603                 "email": "geedmo.ds@gmail.com",
7604                 "homepage": "http://geedmo.com"
7605             }
7606         ],
7607         "description": "Yet another megamenu for Bootstrap 3.x",
7608         "homepage": "http://geedmo.github.io/yamm3/",
7609         "keywords": [
7610             "bootstrap",
7611             "megadropdown",
7612             "megamenu"
7613         ]
7614     },
7615     {
7616         "name": "grasmash/expander",
7617         "version": "1.0.0",
7618         "version_normalized": "1.0.0.0",
7619         "source": {
7620             "type": "git",
7621             "url": "https://github.com/grasmash/expander.git",
7622             "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
7623         },
7624         "dist": {
7625             "type": "zip",
7626             "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7627             "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7628             "shasum": ""
7629         },
7630         "require": {
7631             "dflydev/dot-access-data": "^1.1.0",
7632             "php": ">=5.4"
7633         },
7634         "require-dev": {
7635             "greg-1-anderson/composer-test-scenarios": "^1",
7636             "phpunit/phpunit": "^4|^5.5.4",
7637             "satooshi/php-coveralls": "^1.0.2|dev-master",
7638             "squizlabs/php_codesniffer": "^2.7"
7639         },
7640         "time": "2017-12-21T22:14:55+00:00",
7641         "type": "library",
7642         "extra": {
7643             "branch-alias": {
7644                 "dev-master": "1.x-dev"
7645             }
7646         },
7647         "installation-source": "dist",
7648         "autoload": {
7649             "psr-4": {
7650                 "Grasmash\\Expander\\": "src/"
7651             }
7652         },
7653         "notification-url": "https://packagist.org/downloads/",
7654         "license": [
7655             "MIT"
7656         ],
7657         "authors": [
7658             {
7659                 "name": "Matthew Grasmick"
7660             }
7661         ],
7662         "description": "Expands internal property references in PHP arrays file."
7663     },
7664     {
7665         "name": "grasmash/yaml-expander",
7666         "version": "1.4.0",
7667         "version_normalized": "1.4.0.0",
7668         "source": {
7669             "type": "git",
7670             "url": "https://github.com/grasmash/yaml-expander.git",
7671             "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
7672         },
7673         "dist": {
7674             "type": "zip",
7675             "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7676             "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7677             "shasum": ""
7678         },
7679         "require": {
7680             "dflydev/dot-access-data": "^1.1.0",
7681             "php": ">=5.4",
7682             "symfony/yaml": "^2.8.11|^3|^4"
7683         },
7684         "require-dev": {
7685             "greg-1-anderson/composer-test-scenarios": "^1",
7686             "phpunit/phpunit": "^4.8|^5.5.4",
7687             "satooshi/php-coveralls": "^1.0.2|dev-master",
7688             "squizlabs/php_codesniffer": "^2.7"
7689         },
7690         "time": "2017-12-16T16:06:03+00:00",
7691         "type": "library",
7692         "extra": {
7693             "branch-alias": {
7694                 "dev-master": "1.x-dev"
7695             }
7696         },
7697         "installation-source": "dist",
7698         "autoload": {
7699             "psr-4": {
7700                 "Grasmash\\YamlExpander\\": "src/"
7701             }
7702         },
7703         "notification-url": "https://packagist.org/downloads/",
7704         "license": [
7705             "MIT"
7706         ],
7707         "authors": [
7708             {
7709                 "name": "Matthew Grasmick"
7710             }
7711         ],
7712         "description": "Expands internal property references in a yaml file."
7713     },
7714     {
7715         "name": "grom358/pharborist",
7716         "version": "dev-master",
7717         "version_normalized": "9999999-dev",
7718         "source": {
7719             "type": "git",
7720             "url": "https://github.com/grom358/pharborist.git",
7721             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
7722         },
7723         "dist": {
7724             "type": "zip",
7725             "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
7726             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
7727             "shasum": ""
7728         },
7729         "require": {
7730             "php": ">=5.4",
7731             "phpdocumentor/reflection-docblock": "2.0.*"
7732         },
7733         "require-dev": {
7734             "apigen/apigen": "2.8.*",
7735             "phpunit/phpunit": "4.2.*"
7736         },
7737         "time": "2015-09-20T22:14:29+00:00",
7738         "type": "library",
7739         "installation-source": "source",
7740         "autoload": {
7741             "psr-4": {
7742                 "Pharborist\\": "src/"
7743             }
7744         },
7745         "notification-url": "https://packagist.org/downloads/",
7746         "license": [
7747             "GPL"
7748         ],
7749         "authors": [
7750             {
7751                 "name": "Cameron Zemek",
7752                 "role": "lead"
7753             }
7754         ],
7755         "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
7756         "keywords": [
7757             "standards",
7758             "syntax"
7759         ]
7760     },
7761     {
7762         "name": "guzzlehttp/guzzle",
7763         "version": "6.3.3",
7764         "version_normalized": "6.3.3.0",
7765         "source": {
7766             "type": "git",
7767             "url": "https://github.com/guzzle/guzzle.git",
7768             "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
7769         },
7770         "dist": {
7771             "type": "zip",
7772             "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7773             "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7774             "shasum": ""
7775         },
7776         "require": {
7777             "guzzlehttp/promises": "^1.0",
7778             "guzzlehttp/psr7": "^1.4",
7779             "php": ">=5.5"
7780         },
7781         "require-dev": {
7782             "ext-curl": "*",
7783             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
7784             "psr/log": "^1.0"
7785         },
7786         "suggest": {
7787             "psr/log": "Required for using the Log middleware"
7788         },
7789         "time": "2018-04-22T15:46:56+00:00",
7790         "type": "library",
7791         "extra": {
7792             "branch-alias": {
7793                 "dev-master": "6.3-dev"
7794             }
7795         },
7796         "installation-source": "dist",
7797         "autoload": {
7798             "files": [
7799                 "src/functions_include.php"
7800             ],
7801             "psr-4": {
7802                 "GuzzleHttp\\": "src/"
7803             }
7804         },
7805         "notification-url": "https://packagist.org/downloads/",
7806         "license": [
7807             "MIT"
7808         ],
7809         "authors": [
7810             {
7811                 "name": "Michael Dowling",
7812                 "email": "mtdowling@gmail.com",
7813                 "homepage": "https://github.com/mtdowling"
7814             }
7815         ],
7816         "description": "Guzzle is a PHP HTTP client library",
7817         "homepage": "http://guzzlephp.org/",
7818         "keywords": [
7819             "client",
7820             "curl",
7821             "framework",
7822             "http",
7823             "http client",
7824             "rest",
7825             "web service"
7826         ]
7827     },
7828     {
7829         "name": "guzzlehttp/promises",
7830         "version": "v1.3.1",
7831         "version_normalized": "1.3.1.0",
7832         "source": {
7833             "type": "git",
7834             "url": "https://github.com/guzzle/promises.git",
7835             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
7836         },
7837         "dist": {
7838             "type": "zip",
7839             "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7840             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7841             "shasum": ""
7842         },
7843         "require": {
7844             "php": ">=5.5.0"
7845         },
7846         "require-dev": {
7847             "phpunit/phpunit": "^4.0"
7848         },
7849         "time": "2016-12-20T10:07:11+00:00",
7850         "type": "library",
7851         "extra": {
7852             "branch-alias": {
7853                 "dev-master": "1.4-dev"
7854             }
7855         },
7856         "installation-source": "dist",
7857         "autoload": {
7858             "psr-4": {
7859                 "GuzzleHttp\\Promise\\": "src/"
7860             },
7861             "files": [
7862                 "src/functions_include.php"
7863             ]
7864         },
7865         "notification-url": "https://packagist.org/downloads/",
7866         "license": [
7867             "MIT"
7868         ],
7869         "authors": [
7870             {
7871                 "name": "Michael Dowling",
7872                 "email": "mtdowling@gmail.com",
7873                 "homepage": "https://github.com/mtdowling"
7874             }
7875         ],
7876         "description": "Guzzle promises library",
7877         "keywords": [
7878             "promise"
7879         ]
7880     },
7881     {
7882         "name": "guzzlehttp/psr7",
7883         "version": "1.4.2",
7884         "version_normalized": "1.4.2.0",
7885         "source": {
7886             "type": "git",
7887             "url": "https://github.com/guzzle/psr7.git",
7888             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
7889         },
7890         "dist": {
7891             "type": "zip",
7892             "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7893             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7894             "shasum": ""
7895         },
7896         "require": {
7897             "php": ">=5.4.0",
7898             "psr/http-message": "~1.0"
7899         },
7900         "provide": {
7901             "psr/http-message-implementation": "1.0"
7902         },
7903         "require-dev": {
7904             "phpunit/phpunit": "~4.0"
7905         },
7906         "time": "2017-03-20T17:10:46+00:00",
7907         "type": "library",
7908         "extra": {
7909             "branch-alias": {
7910                 "dev-master": "1.4-dev"
7911             }
7912         },
7913         "installation-source": "dist",
7914         "autoload": {
7915             "psr-4": {
7916                 "GuzzleHttp\\Psr7\\": "src/"
7917             },
7918             "files": [
7919                 "src/functions_include.php"
7920             ]
7921         },
7922         "notification-url": "https://packagist.org/downloads/",
7923         "license": [
7924             "MIT"
7925         ],
7926         "authors": [
7927             {
7928                 "name": "Michael Dowling",
7929                 "email": "mtdowling@gmail.com",
7930                 "homepage": "https://github.com/mtdowling"
7931             },
7932             {
7933                 "name": "Tobias Schultze",
7934                 "homepage": "https://github.com/Tobion"
7935             }
7936         ],
7937         "description": "PSR-7 message implementation that also provides common utility methods",
7938         "keywords": [
7939             "http",
7940             "message",
7941             "request",
7942             "response",
7943             "stream",
7944             "uri",
7945             "url"
7946         ]
7947     },
7948     {
7949         "name": "j7mbo/twitter-api-php",
7950         "version": "1.0.6",
7951         "version_normalized": "1.0.6.0",
7952         "source": {
7953             "type": "git",
7954             "url": "https://github.com/J7mbo/twitter-api-php.git",
7955             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
7956         },
7957         "dist": {
7958             "type": "zip",
7959             "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7960             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7961             "shasum": ""
7962         },
7963         "require": {
7964             "ext-curl": "*"
7965         },
7966         "require-dev": {
7967             "phpunit/phpunit": "~4.5,>=4.5.1"
7968         },
7969         "time": "2017-05-08T12:10:56+00:00",
7970         "type": "library",
7971         "extra": {
7972             "branch-alias": {
7973                 "dev-master": "1.0-dev"
7974             }
7975         },
7976         "installation-source": "dist",
7977         "autoload": {
7978             "classmap": [
7979                 "TwitterAPIExchange.php"
7980             ]
7981         },
7982         "notification-url": "https://packagist.org/downloads/",
7983         "license": [
7984             "GNU Public License"
7985         ],
7986         "authors": [
7987             {
7988                 "name": "James Mallison",
7989                 "homepage": "https://github.com/j7mbo/twitter-api-php"
7990             }
7991         ],
7992         "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
7993         "homepage": "https://github.com/j7mbo/twitter-api-php",
7994         "keywords": [
7995             "api",
7996             "php",
7997             "twitter"
7998         ]
7999     },
8000     {
8001         "name": "jakub-onderka/php-console-color",
8002         "version": "0.1",
8003         "version_normalized": "0.1.0.0",
8004         "source": {
8005             "type": "git",
8006             "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
8007             "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
8008         },
8009         "dist": {
8010             "type": "zip",
8011             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
8012             "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
8013             "shasum": ""
8014         },
8015         "require": {
8016             "php": ">=5.3.2"
8017         },
8018         "require-dev": {
8019             "jakub-onderka/php-code-style": "1.0",
8020             "jakub-onderka/php-parallel-lint": "0.*",
8021             "jakub-onderka/php-var-dump-check": "0.*",
8022             "phpunit/phpunit": "3.7.*",
8023             "squizlabs/php_codesniffer": "1.*"
8024         },
8025         "time": "2014-04-08T15:00:19+00:00",
8026         "type": "library",
8027         "installation-source": "dist",
8028         "autoload": {
8029             "psr-0": {
8030                 "JakubOnderka\\PhpConsoleColor": "src/"
8031             }
8032         },
8033         "notification-url": "https://packagist.org/downloads/",
8034         "license": [
8035             "BSD-2-Clause"
8036         ],
8037         "authors": [
8038             {
8039                 "name": "Jakub Onderka",
8040                 "email": "jakub.onderka@gmail.com",
8041                 "homepage": "http://www.acci.cz"
8042             }
8043         ]
8044     },
8045     {
8046         "name": "jakub-onderka/php-console-highlighter",
8047         "version": "v0.3.2",
8048         "version_normalized": "0.3.2.0",
8049         "source": {
8050             "type": "git",
8051             "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
8052             "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
8053         },
8054         "dist": {
8055             "type": "zip",
8056             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
8057             "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
8058             "shasum": ""
8059         },
8060         "require": {
8061             "jakub-onderka/php-console-color": "~0.1",
8062             "php": ">=5.3.0"
8063         },
8064         "require-dev": {
8065             "jakub-onderka/php-code-style": "~1.0",
8066             "jakub-onderka/php-parallel-lint": "~0.5",
8067             "jakub-onderka/php-var-dump-check": "~0.1",
8068             "phpunit/phpunit": "~4.0",
8069             "squizlabs/php_codesniffer": "~1.5"
8070         },
8071         "time": "2015-04-20T18:58:01+00:00",
8072         "type": "library",
8073         "installation-source": "dist",
8074         "autoload": {
8075             "psr-0": {
8076                 "JakubOnderka\\PhpConsoleHighlighter": "src/"
8077             }
8078         },
8079         "notification-url": "https://packagist.org/downloads/",
8080         "license": [
8081             "MIT"
8082         ],
8083         "authors": [
8084             {
8085                 "name": "Jakub Onderka",
8086                 "email": "acci@acci.cz",
8087                 "homepage": "http://www.acci.cz/"
8088             }
8089         ]
8090     },
8091     {
8092         "name": "jcalderonzumba/gastonjs",
8093         "version": "v1.0.3",
8094         "version_normalized": "1.0.3.0",
8095         "source": {
8096             "type": "git",
8097             "url": "https://github.com/jcalderonzumba/gastonjs.git",
8098             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
8099         },
8100         "dist": {
8101             "type": "zip",
8102             "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
8103             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
8104             "shasum": ""
8105         },
8106         "require": {
8107             "guzzlehttp/guzzle": "~5.0|~6.0",
8108             "php": ">=5.4"
8109         },
8110         "require-dev": {
8111             "phpunit/phpunit": "~4.6",
8112             "silex/silex": "~1.2",
8113             "symfony/phpunit-bridge": "~2.7",
8114             "symfony/process": "~2.1"
8115         },
8116         "time": "2016-05-04T16:27:07+00:00",
8117         "type": "phantomjs-api",
8118         "extra": {
8119             "branch-alias": {
8120                 "dev-master": "1.1.x-dev"
8121             }
8122         },
8123         "installation-source": "dist",
8124         "autoload": {
8125             "psr-4": {
8126                 "Zumba\\GastonJS\\": "src"
8127             }
8128         },
8129         "notification-url": "https://packagist.org/downloads/",
8130         "license": [
8131             "MIT"
8132         ],
8133         "authors": [
8134             {
8135                 "name": "Juan Francisco CalderĂłn Zumba",
8136                 "email": "juanfcz@gmail.com",
8137                 "homepage": "http://github.com/jcalderonzumba"
8138             }
8139         ],
8140         "description": "PhantomJS API based server for webpage automation",
8141         "homepage": "https://github.com/jcalderonzumba/gastonjs",
8142         "keywords": [
8143             "api",
8144             "automation",
8145             "browser",
8146             "headless",
8147             "phantomjs"
8148         ]
8149     },
8150     {
8151         "name": "jcalderonzumba/mink-phantomjs-driver",
8152         "version": "v0.3.3",
8153         "version_normalized": "0.3.3.0",
8154         "source": {
8155             "type": "git",
8156             "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
8157             "reference": "008f43670e94acd39273d15add1e7348eb23848d"
8158         },
8159         "dist": {
8160             "type": "zip",
8161             "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
8162             "reference": "008f43670e94acd39273d15add1e7348eb23848d",
8163             "shasum": ""
8164         },
8165         "require": {
8166             "behat/mink": "~1.7",
8167             "jcalderonzumba/gastonjs": "~1.0",
8168             "php": ">=5.4",
8169             "twig/twig": "~1.20|~2.0"
8170         },
8171         "require-dev": {
8172             "mink/driver-testsuite": "dev-master",
8173             "phpunit/phpunit": "~4.6"
8174         },
8175         "time": "2016-12-01T10:57:30+00:00",
8176         "type": "mink-driver",
8177         "extra": {
8178             "branch-alias": {
8179                 "dev-master": "0.4.x-dev"
8180             }
8181         },
8182         "installation-source": "dist",
8183         "autoload": {
8184             "psr-4": {
8185                 "Zumba\\Mink\\Driver\\": "src"
8186             }
8187         },
8188         "notification-url": "https://packagist.org/downloads/",
8189         "license": [
8190             "MIT"
8191         ],
8192         "authors": [
8193             {
8194                 "name": "Juan Francisco CalderĂłn Zumba",
8195                 "email": "juanfcz@gmail.com",
8196                 "homepage": "http://github.com/jcalderonzumba"
8197             }
8198         ],
8199         "description": "PhantomJS driver for Mink framework",
8200         "homepage": "http://mink.behat.org/",
8201         "keywords": [
8202             "ajax",
8203             "browser",
8204             "headless",
8205             "javascript",
8206             "phantomjs",
8207             "testing"
8208         ]
8209     },
8210     {
8211         "name": "league/container",
8212         "version": "2.4.1",
8213         "version_normalized": "2.4.1.0",
8214         "source": {
8215             "type": "git",
8216             "url": "https://github.com/thephpleague/container.git",
8217             "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
8218         },
8219         "dist": {
8220             "type": "zip",
8221             "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
8222             "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
8223             "shasum": ""
8224         },
8225         "require": {
8226             "container-interop/container-interop": "^1.2",
8227             "php": "^5.4.0 || ^7.0"
8228         },
8229         "provide": {
8230             "container-interop/container-interop-implementation": "^1.2",
8231             "psr/container-implementation": "^1.0"
8232         },
8233         "replace": {
8234             "orno/di": "~2.0"
8235         },
8236         "require-dev": {
8237             "phpunit/phpunit": "4.*"
8238         },
8239         "time": "2017-05-10T09:20:27+00:00",
8240         "type": "library",
8241         "extra": {
8242             "branch-alias": {
8243                 "dev-2.x": "2.x-dev",
8244                 "dev-1.x": "1.x-dev"
8245             }
8246         },
8247         "installation-source": "dist",
8248         "autoload": {
8249             "psr-4": {
8250                 "League\\Container\\": "src"
8251             }
8252         },
8253         "notification-url": "https://packagist.org/downloads/",
8254         "license": [
8255             "MIT"
8256         ],
8257         "authors": [
8258             {
8259                 "name": "Phil Bennett",
8260                 "email": "philipobenito@gmail.com",
8261                 "homepage": "http://www.philipobenito.com",
8262                 "role": "Developer"
8263             }
8264         ],
8265         "description": "A fast and intuitive dependency injection container.",
8266         "homepage": "https://github.com/thephpleague/container",
8267         "keywords": [
8268             "container",
8269             "dependency",
8270             "di",
8271             "injection",
8272             "league",
8273             "provider",
8274             "service"
8275         ]
8276     },
8277     {
8278         "name": "masterminds/html5",
8279         "version": "2.3.0",
8280         "version_normalized": "2.3.0.0",
8281         "source": {
8282             "type": "git",
8283             "url": "https://github.com/Masterminds/html5-php.git",
8284             "reference": "2c37c6c520b995b761674de3be8455a381679067"
8285         },
8286         "dist": {
8287             "type": "zip",
8288             "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067",
8289             "reference": "2c37c6c520b995b761674de3be8455a381679067",
8290             "shasum": ""
8291         },
8292         "require": {
8293             "ext-libxml": "*",
8294             "php": ">=5.3.0"
8295         },
8296         "require-dev": {
8297             "phpunit/phpunit": "4.*",
8298             "sami/sami": "~2.0",
8299             "satooshi/php-coveralls": "1.0.*"
8300         },
8301         "time": "2017-09-04T12:26:28+00:00",
8302         "type": "library",
8303         "extra": {
8304             "branch-alias": {
8305                 "dev-master": "2.2-dev"
8306             }
8307         },
8308         "installation-source": "dist",
8309         "autoload": {
8310             "psr-4": {
8311                 "Masterminds\\": "src"
8312             }
8313         },
8314         "notification-url": "https://packagist.org/downloads/",
8315         "license": [
8316             "MIT"
8317         ],
8318         "authors": [
8319             {
8320                 "name": "Matt Butcher",
8321                 "email": "technosophos@gmail.com"
8322             },
8323             {
8324                 "name": "Asmir Mustafic",
8325                 "email": "goetas@gmail.com"
8326             },
8327             {
8328                 "name": "Matt Farina",
8329                 "email": "matt@mattfarina.com"
8330             }
8331         ],
8332         "description": "An HTML5 parser and serializer.",
8333         "homepage": "http://masterminds.github.io/html5-php",
8334         "keywords": [
8335             "HTML5",
8336             "dom",
8337             "html",
8338             "parser",
8339             "querypath",
8340             "serializer",
8341             "xml"
8342         ]
8343     },
8344     {
8345         "name": "mehrpadin/superfish",
8346         "version": "2.1",
8347         "version_normalized": "2.1.0.0",
8348         "source": {
8349             "type": "git",
8350             "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
8351             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
8352         },
8353         "dist": {
8354             "type": "zip",
8355             "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
8356             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
8357             "shasum": ""
8358         },
8359         "time": "2017-05-30T13:00:18+00:00",
8360         "type": "drupal-library",
8361         "installation-source": "dist",
8362         "notification-url": "https://packagist.org/downloads/",
8363         "license": [
8364             "MIT"
8365         ],
8366         "description": "Superfish library for the Drupal Superfish module.",
8367         "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
8368         "keywords": [
8369             "jquery",
8370             "plugin"
8371         ]
8372     },
8373     {
8374         "name": "michelf/php-markdown",
8375         "version": "1.8.0",
8376         "version_normalized": "1.8.0.0",
8377         "source": {
8378             "type": "git",
8379             "url": "https://github.com/michelf/php-markdown.git",
8380             "reference": "01ab082b355bf188d907b9929cd99b2923053495"
8381         },
8382         "dist": {
8383             "type": "zip",
8384             "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
8385             "reference": "01ab082b355bf188d907b9929cd99b2923053495",
8386             "shasum": ""
8387         },
8388         "require": {
8389             "php": ">=5.3.0"
8390         },
8391         "time": "2018-01-15T00:49:33+00:00",
8392         "type": "library",
8393         "installation-source": "dist",
8394         "autoload": {
8395             "psr-4": {
8396                 "Michelf\\": "Michelf/"
8397             }
8398         },
8399         "notification-url": "https://packagist.org/downloads/",
8400         "license": [
8401             "BSD-3-Clause"
8402         ],
8403         "authors": [
8404             {
8405                 "name": "Michel Fortin",
8406                 "email": "michel.fortin@michelf.ca",
8407                 "homepage": "https://michelf.ca/",
8408                 "role": "Developer"
8409             },
8410             {
8411                 "name": "John Gruber",
8412                 "homepage": "https://daringfireball.net/"
8413             }
8414         ],
8415         "description": "PHP Markdown",
8416         "homepage": "https://michelf.ca/projects/php-markdown/",
8417         "keywords": [
8418             "markdown"
8419         ]
8420     },
8421     {
8422         "name": "mikey179/vfsStream",
8423         "version": "v1.6.5",
8424         "version_normalized": "1.6.5.0",
8425         "source": {
8426             "type": "git",
8427             "url": "https://github.com/mikey179/vfsStream.git",
8428             "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
8429         },
8430         "dist": {
8431             "type": "zip",
8432             "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
8433             "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
8434             "shasum": ""
8435         },
8436         "require": {
8437             "php": ">=5.3.0"
8438         },
8439         "require-dev": {
8440             "phpunit/phpunit": "~4.5"
8441         },
8442         "time": "2017-08-01T08:02:14+00:00",
8443         "type": "library",
8444         "extra": {
8445             "branch-alias": {
8446                 "dev-master": "1.6.x-dev"
8447             }
8448         },
8449         "installation-source": "dist",
8450         "autoload": {
8451             "psr-0": {
8452                 "org\\bovigo\\vfs\\": "src/main/php"
8453             }
8454         },
8455         "notification-url": "https://packagist.org/downloads/",
8456         "license": [
8457             "BSD-3-Clause"
8458         ],
8459         "authors": [
8460             {
8461                 "name": "Frank Kleine",
8462                 "homepage": "http://frankkleine.de/",
8463                 "role": "Developer"
8464             }
8465         ],
8466         "description": "Virtual file system to mock the real file system in unit tests.",
8467         "homepage": "http://vfs.bovigo.org/"
8468     },
8469     {
8470         "name": "mkalkbrenner/php-htmldiff-advanced",
8471         "version": "0.0.8",
8472         "version_normalized": "0.0.8.0",
8473         "source": {
8474             "type": "git",
8475             "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
8476             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
8477         },
8478         "dist": {
8479             "type": "zip",
8480             "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
8481             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
8482             "shasum": ""
8483         },
8484         "require": {
8485             "caxy/php-htmldiff": ">=0.0.6",
8486             "php": ">=5.5.0"
8487         },
8488         "time": "2016-07-25T17:07:32+00:00",
8489         "type": "library",
8490         "installation-source": "dist",
8491         "autoload": {
8492             "files": [
8493                 "src/HtmlDiffAdvancedInterface.php",
8494                 "src/HtmlDiffAdvanced.php"
8495             ]
8496         },
8497         "notification-url": "https://packagist.org/downloads/",
8498         "license": [
8499             "GNU General Public License V2"
8500         ],
8501         "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
8502         "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
8503         "keywords": [
8504             "diff",
8505             "html"
8506         ]
8507     },
8508     {
8509         "name": "nikic/php-parser",
8510         "version": "v4.0.1",
8511         "version_normalized": "4.0.1.0",
8512         "source": {
8513             "type": "git",
8514             "url": "https://github.com/nikic/PHP-Parser.git",
8515             "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3"
8516         },
8517         "dist": {
8518             "type": "zip",
8519             "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
8520             "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
8521             "shasum": ""
8522         },
8523         "require": {
8524             "ext-tokenizer": "*",
8525             "php": ">=7.0"
8526         },
8527         "require-dev": {
8528             "phpunit/phpunit": "^6.5 || ^7.0"
8529         },
8530         "time": "2018-03-25T17:35:16+00:00",
8531         "bin": [
8532             "bin/php-parse"
8533         ],
8534         "type": "library",
8535         "extra": {
8536             "branch-alias": {
8537                 "dev-master": "4.0-dev"
8538             }
8539         },
8540         "installation-source": "dist",
8541         "autoload": {
8542             "psr-4": {
8543                 "PhpParser\\": "lib/PhpParser"
8544             }
8545         },
8546         "notification-url": "https://packagist.org/downloads/",
8547         "license": [
8548             "BSD-3-Clause"
8549         ],
8550         "authors": [
8551             {
8552                 "name": "Nikita Popov"
8553             }
8554         ],
8555         "description": "A PHP parser written in PHP",
8556         "keywords": [
8557             "parser",
8558             "php"
8559         ]
8560     },
8561     {
8562         "name": "paragonie/random_compat",
8563         "version": "v2.0.12",
8564         "version_normalized": "2.0.12.0",
8565         "source": {
8566             "type": "git",
8567             "url": "https://github.com/paragonie/random_compat.git",
8568             "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
8569         },
8570         "dist": {
8571             "type": "zip",
8572             "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
8573             "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
8574             "shasum": ""
8575         },
8576         "require": {
8577             "php": ">=5.2.0"
8578         },
8579         "require-dev": {
8580             "phpunit/phpunit": "4.*|5.*"
8581         },
8582         "suggest": {
8583             "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
8584         },
8585         "time": "2018-04-04T21:24:14+00:00",
8586         "type": "library",
8587         "installation-source": "dist",
8588         "autoload": {
8589             "files": [
8590                 "lib/random.php"
8591             ]
8592         },
8593         "notification-url": "https://packagist.org/downloads/",
8594         "license": [
8595             "MIT"
8596         ],
8597         "authors": [
8598             {
8599                 "name": "Paragon Initiative Enterprises",
8600                 "email": "security@paragonie.com",
8601                 "homepage": "https://paragonie.com"
8602             }
8603         ],
8604         "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
8605         "keywords": [
8606             "csprng",
8607             "pseudorandom",
8608             "random"
8609         ]
8610     },
8611     {
8612         "name": "phpdocumentor/reflection-docblock",
8613         "version": "2.0.5",
8614         "version_normalized": "2.0.5.0",
8615         "source": {
8616             "type": "git",
8617             "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
8618             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
8619         },
8620         "dist": {
8621             "type": "zip",
8622             "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
8623             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
8624             "shasum": ""
8625         },
8626         "require": {
8627             "php": ">=5.3.3"
8628         },
8629         "require-dev": {
8630             "phpunit/phpunit": "~4.0"
8631         },
8632         "suggest": {
8633             "dflydev/markdown": "~1.0",
8634             "erusev/parsedown": "~1.0"
8635         },
8636         "time": "2016-01-25T08:17:30+00:00",
8637         "type": "library",
8638         "extra": {
8639             "branch-alias": {
8640                 "dev-master": "2.0.x-dev"
8641             }
8642         },
8643         "installation-source": "dist",
8644         "autoload": {
8645             "psr-0": {
8646                 "phpDocumentor": [
8647                     "src/"
8648                 ]
8649             }
8650         },
8651         "notification-url": "https://packagist.org/downloads/",
8652         "license": [
8653             "MIT"
8654         ],
8655         "authors": [
8656             {
8657                 "name": "Mike van Riel",
8658                 "email": "mike.vanriel@naenius.com"
8659             }
8660         ]
8661     },
8662     {
8663         "name": "phpspec/prophecy",
8664         "version": "1.7.6",
8665         "version_normalized": "1.7.6.0",
8666         "source": {
8667             "type": "git",
8668             "url": "https://github.com/phpspec/prophecy.git",
8669             "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
8670         },
8671         "dist": {
8672             "type": "zip",
8673             "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
8674             "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
8675             "shasum": ""
8676         },
8677         "require": {
8678             "doctrine/instantiator": "^1.0.2",
8679             "php": "^5.3|^7.0",
8680             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
8681             "sebastian/comparator": "^1.1|^2.0|^3.0",
8682             "sebastian/recursion-context": "^1.0|^2.0|^3.0"
8683         },
8684         "require-dev": {
8685             "phpspec/phpspec": "^2.5|^3.2",
8686             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
8687         },
8688         "time": "2018-04-18T13:57:24+00:00",
8689         "type": "library",
8690         "extra": {
8691             "branch-alias": {
8692                 "dev-master": "1.7.x-dev"
8693             }
8694         },
8695         "installation-source": "dist",
8696         "autoload": {
8697             "psr-0": {
8698                 "Prophecy\\": "src/"
8699             }
8700         },
8701         "notification-url": "https://packagist.org/downloads/",
8702         "license": [
8703             "MIT"
8704         ],
8705         "authors": [
8706             {
8707                 "name": "Konstantin Kudryashov",
8708                 "email": "ever.zet@gmail.com",
8709                 "homepage": "http://everzet.com"
8710             },
8711             {
8712                 "name": "Marcello Duarte",
8713                 "email": "marcello.duarte@gmail.com"
8714             }
8715         ],
8716         "description": "Highly opinionated mocking framework for PHP 5.3+",
8717         "homepage": "https://github.com/phpspec/prophecy",
8718         "keywords": [
8719             "Double",
8720             "Dummy",
8721             "fake",
8722             "mock",
8723             "spy",
8724             "stub"
8725         ]
8726     },
8727     {
8728         "name": "phpunit/php-code-coverage",
8729         "version": "2.2.4",
8730         "version_normalized": "2.2.4.0",
8731         "source": {
8732             "type": "git",
8733             "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8734             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
8735         },
8736         "dist": {
8737             "type": "zip",
8738             "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8739             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8740             "shasum": ""
8741         },
8742         "require": {
8743             "php": ">=5.3.3",
8744             "phpunit/php-file-iterator": "~1.3",
8745             "phpunit/php-text-template": "~1.2",
8746             "phpunit/php-token-stream": "~1.3",
8747             "sebastian/environment": "^1.3.2",
8748             "sebastian/version": "~1.0"
8749         },
8750         "require-dev": {
8751             "ext-xdebug": ">=2.1.4",
8752             "phpunit/phpunit": "~4"
8753         },
8754         "suggest": {
8755             "ext-dom": "*",
8756             "ext-xdebug": ">=2.2.1",
8757             "ext-xmlwriter": "*"
8758         },
8759         "time": "2015-10-06T15:47:00+00:00",
8760         "type": "library",
8761         "extra": {
8762             "branch-alias": {
8763                 "dev-master": "2.2.x-dev"
8764             }
8765         },
8766         "installation-source": "dist",
8767         "autoload": {
8768             "classmap": [
8769                 "src/"
8770             ]
8771         },
8772         "notification-url": "https://packagist.org/downloads/",
8773         "license": [
8774             "BSD-3-Clause"
8775         ],
8776         "authors": [
8777             {
8778                 "name": "Sebastian Bergmann",
8779                 "email": "sb@sebastian-bergmann.de",
8780                 "role": "lead"
8781             }
8782         ],
8783         "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8784         "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8785         "keywords": [
8786             "coverage",
8787             "testing",
8788             "xunit"
8789         ]
8790     },
8791     {
8792         "name": "phpunit/php-file-iterator",
8793         "version": "1.4.5",
8794         "version_normalized": "1.4.5.0",
8795         "source": {
8796             "type": "git",
8797             "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8798             "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
8799         },
8800         "dist": {
8801             "type": "zip",
8802             "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
8803             "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
8804             "shasum": ""
8805         },
8806         "require": {
8807             "php": ">=5.3.3"
8808         },
8809         "time": "2017-11-27T13:52:08+00:00",
8810         "type": "library",
8811         "extra": {
8812             "branch-alias": {
8813                 "dev-master": "1.4.x-dev"
8814             }
8815         },
8816         "installation-source": "dist",
8817         "autoload": {
8818             "classmap": [
8819                 "src/"
8820             ]
8821         },
8822         "notification-url": "https://packagist.org/downloads/",
8823         "license": [
8824             "BSD-3-Clause"
8825         ],
8826         "authors": [
8827             {
8828                 "name": "Sebastian Bergmann",
8829                 "email": "sb@sebastian-bergmann.de",
8830                 "role": "lead"
8831             }
8832         ],
8833         "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8834         "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8835         "keywords": [
8836             "filesystem",
8837             "iterator"
8838         ]
8839     },
8840     {
8841         "name": "phpunit/php-text-template",
8842         "version": "1.2.1",
8843         "version_normalized": "1.2.1.0",
8844         "source": {
8845             "type": "git",
8846             "url": "https://github.com/sebastianbergmann/php-text-template.git",
8847             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
8848         },
8849         "dist": {
8850             "type": "zip",
8851             "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8852             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8853             "shasum": ""
8854         },
8855         "require": {
8856             "php": ">=5.3.3"
8857         },
8858         "time": "2015-06-21T13:50:34+00:00",
8859         "type": "library",
8860         "installation-source": "dist",
8861         "autoload": {
8862             "classmap": [
8863                 "src/"
8864             ]
8865         },
8866         "notification-url": "https://packagist.org/downloads/",
8867         "license": [
8868             "BSD-3-Clause"
8869         ],
8870         "authors": [
8871             {
8872                 "name": "Sebastian Bergmann",
8873                 "email": "sebastian@phpunit.de",
8874                 "role": "lead"
8875             }
8876         ],
8877         "description": "Simple template engine.",
8878         "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8879         "keywords": [
8880             "template"
8881         ]
8882     },
8883     {
8884         "name": "phpunit/php-timer",
8885         "version": "1.0.9",
8886         "version_normalized": "1.0.9.0",
8887         "source": {
8888             "type": "git",
8889             "url": "https://github.com/sebastianbergmann/php-timer.git",
8890             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
8891         },
8892         "dist": {
8893             "type": "zip",
8894             "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8895             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8896             "shasum": ""
8897         },
8898         "require": {
8899             "php": "^5.3.3 || ^7.0"
8900         },
8901         "require-dev": {
8902             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8903         },
8904         "time": "2017-02-26T11:10:40+00:00",
8905         "type": "library",
8906         "extra": {
8907             "branch-alias": {
8908                 "dev-master": "1.0-dev"
8909             }
8910         },
8911         "installation-source": "dist",
8912         "autoload": {
8913             "classmap": [
8914                 "src/"
8915             ]
8916         },
8917         "notification-url": "https://packagist.org/downloads/",
8918         "license": [
8919             "BSD-3-Clause"
8920         ],
8921         "authors": [
8922             {
8923                 "name": "Sebastian Bergmann",
8924                 "email": "sb@sebastian-bergmann.de",
8925                 "role": "lead"
8926             }
8927         ],
8928         "description": "Utility class for timing",
8929         "homepage": "https://github.com/sebastianbergmann/php-timer/",
8930         "keywords": [
8931             "timer"
8932         ]
8933     },
8934     {
8935         "name": "phpunit/php-token-stream",
8936         "version": "1.4.12",
8937         "version_normalized": "1.4.12.0",
8938         "source": {
8939             "type": "git",
8940             "url": "https://github.com/sebastianbergmann/php-token-stream.git",
8941             "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
8942         },
8943         "dist": {
8944             "type": "zip",
8945             "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
8946             "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
8947             "shasum": ""
8948         },
8949         "require": {
8950             "ext-tokenizer": "*",
8951             "php": ">=5.3.3"
8952         },
8953         "require-dev": {
8954             "phpunit/phpunit": "~4.2"
8955         },
8956         "time": "2017-12-04T08:55:13+00:00",
8957         "type": "library",
8958         "extra": {
8959             "branch-alias": {
8960                 "dev-master": "1.4-dev"
8961             }
8962         },
8963         "installation-source": "dist",
8964         "autoload": {
8965             "classmap": [
8966                 "src/"
8967             ]
8968         },
8969         "notification-url": "https://packagist.org/downloads/",
8970         "license": [
8971             "BSD-3-Clause"
8972         ],
8973         "authors": [
8974             {
8975                 "name": "Sebastian Bergmann",
8976                 "email": "sebastian@phpunit.de"
8977             }
8978         ],
8979         "description": "Wrapper around PHP's tokenizer extension.",
8980         "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
8981         "keywords": [
8982             "tokenizer"
8983         ]
8984     },
8985     {
8986         "name": "phpunit/phpunit",
8987         "version": "4.8.36",
8988         "version_normalized": "4.8.36.0",
8989         "source": {
8990             "type": "git",
8991             "url": "https://github.com/sebastianbergmann/phpunit.git",
8992             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
8993         },
8994         "dist": {
8995             "type": "zip",
8996             "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
8997             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
8998             "shasum": ""
8999         },
9000         "require": {
9001             "ext-dom": "*",
9002             "ext-json": "*",
9003             "ext-pcre": "*",
9004             "ext-reflection": "*",
9005             "ext-spl": "*",
9006             "php": ">=5.3.3",
9007             "phpspec/prophecy": "^1.3.1",
9008             "phpunit/php-code-coverage": "~2.1",
9009             "phpunit/php-file-iterator": "~1.4",
9010             "phpunit/php-text-template": "~1.2",
9011             "phpunit/php-timer": "^1.0.6",
9012             "phpunit/phpunit-mock-objects": "~2.3",
9013             "sebastian/comparator": "~1.2.2",
9014             "sebastian/diff": "~1.2",
9015             "sebastian/environment": "~1.3",
9016             "sebastian/exporter": "~1.2",
9017             "sebastian/global-state": "~1.0",
9018             "sebastian/version": "~1.0",
9019             "symfony/yaml": "~2.1|~3.0"
9020         },
9021         "suggest": {
9022             "phpunit/php-invoker": "~1.1"
9023         },
9024         "time": "2017-06-21T08:07:12+00:00",
9025         "bin": [
9026             "phpunit"
9027         ],
9028         "type": "library",
9029         "extra": {
9030             "branch-alias": {
9031                 "dev-master": "4.8.x-dev"
9032             }
9033         },
9034         "installation-source": "dist",
9035         "autoload": {
9036             "classmap": [
9037                 "src/"
9038             ]
9039         },
9040         "notification-url": "https://packagist.org/downloads/",
9041         "license": [
9042             "BSD-3-Clause"
9043         ],
9044         "authors": [
9045             {
9046                 "name": "Sebastian Bergmann",
9047                 "email": "sebastian@phpunit.de",
9048                 "role": "lead"
9049             }
9050         ],
9051         "description": "The PHP Unit Testing framework.",
9052         "homepage": "https://phpunit.de/",
9053         "keywords": [
9054             "phpunit",
9055             "testing",
9056             "xunit"
9057         ]
9058     },
9059     {
9060         "name": "phpunit/phpunit-mock-objects",
9061         "version": "2.3.8",
9062         "version_normalized": "2.3.8.0",
9063         "source": {
9064             "type": "git",
9065             "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
9066             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
9067         },
9068         "dist": {
9069             "type": "zip",
9070             "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
9071             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
9072             "shasum": ""
9073         },
9074         "require": {
9075             "doctrine/instantiator": "^1.0.2",
9076             "php": ">=5.3.3",
9077             "phpunit/php-text-template": "~1.2",
9078             "sebastian/exporter": "~1.2"
9079         },
9080         "require-dev": {
9081             "phpunit/phpunit": "~4.4"
9082         },
9083         "suggest": {
9084             "ext-soap": "*"
9085         },
9086         "time": "2015-10-02T06:51:40+00:00",
9087         "type": "library",
9088         "extra": {
9089             "branch-alias": {
9090                 "dev-master": "2.3.x-dev"
9091             }
9092         },
9093         "installation-source": "dist",
9094         "autoload": {
9095             "classmap": [
9096                 "src/"
9097             ]
9098         },
9099         "notification-url": "https://packagist.org/downloads/",
9100         "license": [
9101             "BSD-3-Clause"
9102         ],
9103         "authors": [
9104             {
9105                 "name": "Sebastian Bergmann",
9106                 "email": "sb@sebastian-bergmann.de",
9107                 "role": "lead"
9108             }
9109         ],
9110         "description": "Mock Object library for PHPUnit",
9111         "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
9112         "keywords": [
9113             "mock",
9114             "xunit"
9115         ]
9116     },
9117     {
9118         "name": "psr/container",
9119         "version": "1.0.0",
9120         "version_normalized": "1.0.0.0",
9121         "source": {
9122             "type": "git",
9123             "url": "https://github.com/php-fig/container.git",
9124             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
9125         },
9126         "dist": {
9127             "type": "zip",
9128             "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
9129             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
9130             "shasum": ""
9131         },
9132         "require": {
9133             "php": ">=5.3.0"
9134         },
9135         "time": "2017-02-14T16:28:37+00:00",
9136         "type": "library",
9137         "extra": {
9138             "branch-alias": {
9139                 "dev-master": "1.0.x-dev"
9140             }
9141         },
9142         "installation-source": "dist",
9143         "autoload": {
9144             "psr-4": {
9145                 "Psr\\Container\\": "src/"
9146             }
9147         },
9148         "notification-url": "https://packagist.org/downloads/",
9149         "license": [
9150             "MIT"
9151         ],
9152         "authors": [
9153             {
9154                 "name": "PHP-FIG",
9155                 "homepage": "http://www.php-fig.org/"
9156             }
9157         ],
9158         "description": "Common Container Interface (PHP FIG PSR-11)",
9159         "homepage": "https://github.com/php-fig/container",
9160         "keywords": [
9161             "PSR-11",
9162             "container",
9163             "container-interface",
9164             "container-interop",
9165             "psr"
9166         ]
9167     },
9168     {
9169         "name": "psr/http-message",
9170         "version": "1.0.1",
9171         "version_normalized": "1.0.1.0",
9172         "source": {
9173             "type": "git",
9174             "url": "https://github.com/php-fig/http-message.git",
9175             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
9176         },
9177         "dist": {
9178             "type": "zip",
9179             "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
9180             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
9181             "shasum": ""
9182         },
9183         "require": {
9184             "php": ">=5.3.0"
9185         },
9186         "time": "2016-08-06T14:39:51+00:00",
9187         "type": "library",
9188         "extra": {
9189             "branch-alias": {
9190                 "dev-master": "1.0.x-dev"
9191             }
9192         },
9193         "installation-source": "dist",
9194         "autoload": {
9195             "psr-4": {
9196                 "Psr\\Http\\Message\\": "src/"
9197             }
9198         },
9199         "notification-url": "https://packagist.org/downloads/",
9200         "license": [
9201             "MIT"
9202         ],
9203         "authors": [
9204             {
9205                 "name": "PHP-FIG",
9206                 "homepage": "http://www.php-fig.org/"
9207             }
9208         ],
9209         "description": "Common interface for HTTP messages",
9210         "homepage": "https://github.com/php-fig/http-message",
9211         "keywords": [
9212             "http",
9213             "http-message",
9214             "psr",
9215             "psr-7",
9216             "request",
9217             "response"
9218         ]
9219     },
9220     {
9221         "name": "psr/log",
9222         "version": "1.0.2",
9223         "version_normalized": "1.0.2.0",
9224         "source": {
9225             "type": "git",
9226             "url": "https://github.com/php-fig/log.git",
9227             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
9228         },
9229         "dist": {
9230             "type": "zip",
9231             "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
9232             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
9233             "shasum": ""
9234         },
9235         "require": {
9236             "php": ">=5.3.0"
9237         },
9238         "time": "2016-10-10T12:19:37+00:00",
9239         "type": "library",
9240         "extra": {
9241             "branch-alias": {
9242                 "dev-master": "1.0.x-dev"
9243             }
9244         },
9245         "installation-source": "dist",
9246         "autoload": {
9247             "psr-4": {
9248                 "Psr\\Log\\": "Psr/Log/"
9249             }
9250         },
9251         "notification-url": "https://packagist.org/downloads/",
9252         "license": [
9253             "MIT"
9254         ],
9255         "authors": [
9256             {
9257                 "name": "PHP-FIG",
9258                 "homepage": "http://www.php-fig.org/"
9259             }
9260         ],
9261         "description": "Common interface for logging libraries",
9262         "homepage": "https://github.com/php-fig/log",
9263         "keywords": [
9264             "log",
9265             "psr",
9266             "psr-3"
9267         ]
9268     },
9269     {
9270         "name": "psy/psysh",
9271         "version": "v0.9.3",
9272         "version_normalized": "0.9.3.0",
9273         "source": {
9274             "type": "git",
9275             "url": "https://github.com/bobthecow/psysh.git",
9276             "reference": "79c280013cf0b30fa23f3ba8bd3649218075adf4"
9277         },
9278         "dist": {
9279             "type": "zip",
9280             "url": "https://api.github.com/repos/bobthecow/psysh/zipball/79c280013cf0b30fa23f3ba8bd3649218075adf4",
9281             "reference": "79c280013cf0b30fa23f3ba8bd3649218075adf4",
9282             "shasum": ""
9283         },
9284         "require": {
9285             "dnoegel/php-xdg-base-dir": "0.1",
9286             "jakub-onderka/php-console-highlighter": "0.3.*",
9287             "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
9288             "php": ">=5.4.0",
9289             "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
9290             "symfony/var-dumper": "~2.7|~3.0|~4.0"
9291         },
9292         "require-dev": {
9293             "hoa/console": "~2.15|~3.16",
9294             "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0",
9295             "symfony/finder": "~2.1|~3.0|~4.0"
9296         },
9297         "suggest": {
9298             "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
9299             "ext-pdo-sqlite": "The doc command requires SQLite to work.",
9300             "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
9301             "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
9302             "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
9303         },
9304         "time": "2018-04-18T12:32:50+00:00",
9305         "bin": [
9306             "bin/psysh"
9307         ],
9308         "type": "library",
9309         "extra": {
9310             "branch-alias": {
9311                 "dev-develop": "0.9.x-dev"
9312             }
9313         },
9314         "installation-source": "dist",
9315         "autoload": {
9316             "files": [
9317                 "src/functions.php"
9318             ],
9319             "psr-4": {
9320                 "Psy\\": "src/"
9321             }
9322         },
9323         "notification-url": "https://packagist.org/downloads/",
9324         "license": [
9325             "MIT"
9326         ],
9327         "authors": [
9328             {
9329                 "name": "Justin Hileman",
9330                 "email": "justin@justinhileman.info",
9331                 "homepage": "http://justinhileman.com"
9332             }
9333         ],
9334         "description": "An interactive shell for modern PHP.",
9335         "homepage": "http://psysh.org",
9336         "keywords": [
9337             "REPL",
9338             "console",
9339             "interactive",
9340             "shell"
9341         ]
9342     },
9343     {
9344         "name": "roave/security-advisories",
9345         "version": "dev-master",
9346         "version_normalized": "9999999-dev",
9347         "source": {
9348             "type": "git",
9349             "url": "https://github.com/Roave/SecurityAdvisories.git",
9350             "reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69"
9351         },
9352         "dist": {
9353             "type": "zip",
9354             "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69",
9355             "reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69",
9356             "shasum": ""
9357         },
9358         "conflict": {
9359             "3f/pygmentize": "<1.2",
9360             "adodb/adodb-php": "<5.20.12",
9361             "amphp/artax": "<1.0.6|>=2,<2.0.6",
9362             "amphp/http": "<1.0.1",
9363             "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
9364             "aws/aws-sdk-php": ">=3,<3.2.1",
9365             "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
9366             "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.0.15|>=3.1,<3.1.4|>=3.4,<3.4.14|>=3.5,<3.5.17|>=3.6,<3.6.4",
9367             "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
9368             "cartalyst/sentry": "<=2.1.6",
9369             "codeigniter/framework": "<=3.0.6",
9370             "composer/composer": "<=1.0.0-alpha11",
9371             "contao-components/mediaelement": ">=2.14.2,<2.21.1",
9372             "contao/core": ">=2,<3.5.35",
9373             "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
9374             "contao/listing-bundle": ">=4,<4.4.8",
9375             "contao/newsletter-bundle": ">=4,<4.1",
9376             "doctrine/annotations": ">=1,<1.2.7",
9377             "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
9378             "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
9379             "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
9380             "doctrine/doctrine-bundle": "<1.5.2",
9381             "doctrine/doctrine-module": "<=0.7.1",
9382             "doctrine/mongodb-odm": ">=1,<1.0.2",
9383             "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
9384             "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
9385             "dompdf/dompdf": ">=0.6,<0.6.2",
9386             "drupal/core": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
9387             "drupal/drupal": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
9388             "erusev/parsedown": "<1.7",
9389             "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.3|>=5.4,<5.4.11.3|>=2017.8,<2017.8.1.1|>=2017.12,<2017.12.2.1",
9390             "firebase/php-jwt": "<2",
9391             "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
9392             "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
9393             "fuel/core": "<1.8.1",
9394             "gree/jose": "<=2.2",
9395             "gregwar/rst": "<1.0.3",
9396             "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
9397             "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",
9398             "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
9399             "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",
9400             "joomla/session": "<1.3.1",
9401             "kreait/firebase-php": ">=3.2,<3.8.1",
9402             "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.40|>=5.6,<5.6.15",
9403             "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
9404             "magento/magento1ce": ">=1.5.0.1,<1.9.3.2",
9405             "magento/magento1ee": ">=1.9,<1.14.3.2",
9406             "magento/magento2ce": ">=2,<2.2",
9407             "monolog/monolog": ">=1.8,<1.12",
9408             "namshi/jose": "<2.2",
9409             "onelogin/php-saml": "<2.10.4",
9410             "oro/crm": ">=1.7,<1.7.4",
9411             "oro/platform": ">=1.7,<1.7.4",
9412             "padraic/humbug_get_contents": "<1.1.2",
9413             "pagarme/pagarme-php": ">=0,<3",
9414             "paragonie/random_compat": "<2",
9415             "paypal/merchant-sdk-php": "<3.12",
9416             "phpmailer/phpmailer": ">=5,<5.2.24",
9417             "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
9418             "phpxmlrpc/extras": "<0.6.1",
9419             "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
9420             "propel/propel1": ">=1,<=1.7.1",
9421             "pusher/pusher-php-server": "<2.2.1",
9422             "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
9423             "shopware/shopware": "<5.3.7",
9424             "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
9425             "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
9426             "silverstripe/framework": ">=3,<3.3",
9427             "silverstripe/userforms": "<3",
9428             "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
9429             "simplesamlphp/simplesamlphp": "<1.15.2",
9430             "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
9431             "slim/slim": "<2.6",
9432             "socalnick/scn-social-auth": "<1.15.2",
9433             "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
9434             "stormpath/sdk": ">=0,<9.9.99",
9435             "swiftmailer/swiftmailer": ">=4,<5.4.5",
9436             "symfony/dependency-injection": ">=2,<2.0.17",
9437             "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",
9438             "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
9439             "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6",
9440             "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
9441             "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
9442             "symfony/routing": ">=2,<2.0.19",
9443             "symfony/security": ">=2,<2.0.25|>=2.1,<2.1.13|>=2.2,<2.2.9|>=2.3,<2.3.37|>=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5",
9444             "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.6|>=2.8.23,<2.8.25|>=3,<3.0.6|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5",
9445             "symfony/security-csrf": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
9446             "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
9447             "symfony/serializer": ">=2,<2.0.11",
9448             "symfony/symfony": ">=2,<2.3.41|>=2.4,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
9449             "symfony/translation": ">=2,<2.0.17",
9450             "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
9451             "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
9452             "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
9453             "thelia/backoffice-default-template": ">=2.1,<2.1.2",
9454             "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
9455             "titon/framework": ">=0,<9.9.99",
9456             "twig/twig": "<1.20",
9457             "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.22|>=8,<8.7.5",
9458             "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",
9459             "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
9460             "willdurand/js-translation-bundle": "<2.1.1",
9461             "yiisoft/yii": ">=1.1.14,<1.1.15",
9462             "yiisoft/yii2": "<2.0.15",
9463             "yiisoft/yii2-bootstrap": "<2.0.4",
9464             "yiisoft/yii2-dev": "<2.0.15",
9465             "yiisoft/yii2-elasticsearch": "<2.0.5",
9466             "yiisoft/yii2-gii": "<2.0.4",
9467             "yiisoft/yii2-jui": "<2.0.4",
9468             "yiisoft/yii2-redis": "<2.0.8",
9469             "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
9470             "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
9471             "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
9472             "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
9473             "zendframework/zend-diactoros": ">=1,<1.0.4",
9474             "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
9475             "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
9476             "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
9477             "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
9478             "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
9479             "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
9480             "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
9481             "zendframework/zend-validator": ">=2.3,<2.3.6",
9482             "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
9483             "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
9484             "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
9485             "zendframework/zendframework1": "<1.12.20",
9486             "zendframework/zendopenid": ">=2,<2.0.2",
9487             "zendframework/zendxml": ">=1,<1.0.1",
9488             "zetacomponents/mail": "<1.8.2",
9489             "zf-commons/zfc-user": "<1.2.2",
9490             "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
9491             "zfr/zfr-oauth2-server-module": "<0.1.2"
9492         },
9493         "time": "2018-05-21T07:43:38+00:00",
9494         "type": "metapackage",
9495         "notification-url": "https://packagist.org/downloads/",
9496         "license": [
9497             "MIT"
9498         ],
9499         "authors": [
9500             {
9501                 "name": "Marco Pivetta",
9502                 "email": "ocramius@gmail.com",
9503                 "role": "maintainer"
9504             }
9505         ],
9506         "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it"
9507     },
9508     {
9509         "name": "sebastian/comparator",
9510         "version": "1.2.4",
9511         "version_normalized": "1.2.4.0",
9512         "source": {
9513             "type": "git",
9514             "url": "https://github.com/sebastianbergmann/comparator.git",
9515             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
9516         },
9517         "dist": {
9518             "type": "zip",
9519             "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9520             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9521             "shasum": ""
9522         },
9523         "require": {
9524             "php": ">=5.3.3",
9525             "sebastian/diff": "~1.2",
9526             "sebastian/exporter": "~1.2 || ~2.0"
9527         },
9528         "require-dev": {
9529             "phpunit/phpunit": "~4.4"
9530         },
9531         "time": "2017-01-29T09:50:25+00:00",
9532         "type": "library",
9533         "extra": {
9534             "branch-alias": {
9535                 "dev-master": "1.2.x-dev"
9536             }
9537         },
9538         "installation-source": "dist",
9539         "autoload": {
9540             "classmap": [
9541                 "src/"
9542             ]
9543         },
9544         "notification-url": "https://packagist.org/downloads/",
9545         "license": [
9546             "BSD-3-Clause"
9547         ],
9548         "authors": [
9549             {
9550                 "name": "Jeff Welch",
9551                 "email": "whatthejeff@gmail.com"
9552             },
9553             {
9554                 "name": "Volker Dusch",
9555                 "email": "github@wallbash.com"
9556             },
9557             {
9558                 "name": "Bernhard Schussek",
9559                 "email": "bschussek@2bepublished.at"
9560             },
9561             {
9562                 "name": "Sebastian Bergmann",
9563                 "email": "sebastian@phpunit.de"
9564             }
9565         ],
9566         "description": "Provides the functionality to compare PHP values for equality",
9567         "homepage": "http://www.github.com/sebastianbergmann/comparator",
9568         "keywords": [
9569             "comparator",
9570             "compare",
9571             "equality"
9572         ]
9573     },
9574     {
9575         "name": "sebastian/diff",
9576         "version": "1.4.3",
9577         "version_normalized": "1.4.3.0",
9578         "source": {
9579             "type": "git",
9580             "url": "https://github.com/sebastianbergmann/diff.git",
9581             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
9582         },
9583         "dist": {
9584             "type": "zip",
9585             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9586             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9587             "shasum": ""
9588         },
9589         "require": {
9590             "php": "^5.3.3 || ^7.0"
9591         },
9592         "require-dev": {
9593             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
9594         },
9595         "time": "2017-05-22T07:24:03+00:00",
9596         "type": "library",
9597         "extra": {
9598             "branch-alias": {
9599                 "dev-master": "1.4-dev"
9600             }
9601         },
9602         "installation-source": "dist",
9603         "autoload": {
9604             "classmap": [
9605                 "src/"
9606             ]
9607         },
9608         "notification-url": "https://packagist.org/downloads/",
9609         "license": [
9610             "BSD-3-Clause"
9611         ],
9612         "authors": [
9613             {
9614                 "name": "Kore Nordmann",
9615                 "email": "mail@kore-nordmann.de"
9616             },
9617             {
9618                 "name": "Sebastian Bergmann",
9619                 "email": "sebastian@phpunit.de"
9620             }
9621         ],
9622         "description": "Diff implementation",
9623         "homepage": "https://github.com/sebastianbergmann/diff",
9624         "keywords": [
9625             "diff"
9626         ]
9627     },
9628     {
9629         "name": "sebastian/environment",
9630         "version": "1.3.8",
9631         "version_normalized": "1.3.8.0",
9632         "source": {
9633             "type": "git",
9634             "url": "https://github.com/sebastianbergmann/environment.git",
9635             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
9636         },
9637         "dist": {
9638             "type": "zip",
9639             "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
9640             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
9641             "shasum": ""
9642         },
9643         "require": {
9644             "php": "^5.3.3 || ^7.0"
9645         },
9646         "require-dev": {
9647             "phpunit/phpunit": "^4.8 || ^5.0"
9648         },
9649         "time": "2016-08-18T05:49:44+00:00",
9650         "type": "library",
9651         "extra": {
9652             "branch-alias": {
9653                 "dev-master": "1.3.x-dev"
9654             }
9655         },
9656         "installation-source": "dist",
9657         "autoload": {
9658             "classmap": [
9659                 "src/"
9660             ]
9661         },
9662         "notification-url": "https://packagist.org/downloads/",
9663         "license": [
9664             "BSD-3-Clause"
9665         ],
9666         "authors": [
9667             {
9668                 "name": "Sebastian Bergmann",
9669                 "email": "sebastian@phpunit.de"
9670             }
9671         ],
9672         "description": "Provides functionality to handle HHVM/PHP environments",
9673         "homepage": "http://www.github.com/sebastianbergmann/environment",
9674         "keywords": [
9675             "Xdebug",
9676             "environment",
9677             "hhvm"
9678         ]
9679     },
9680     {
9681         "name": "sebastian/exporter",
9682         "version": "1.2.2",
9683         "version_normalized": "1.2.2.0",
9684         "source": {
9685             "type": "git",
9686             "url": "https://github.com/sebastianbergmann/exporter.git",
9687             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
9688         },
9689         "dist": {
9690             "type": "zip",
9691             "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
9692             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
9693             "shasum": ""
9694         },
9695         "require": {
9696             "php": ">=5.3.3",
9697             "sebastian/recursion-context": "~1.0"
9698         },
9699         "require-dev": {
9700             "ext-mbstring": "*",
9701             "phpunit/phpunit": "~4.4"
9702         },
9703         "time": "2016-06-17T09:04:28+00:00",
9704         "type": "library",
9705         "extra": {
9706             "branch-alias": {
9707                 "dev-master": "1.3.x-dev"
9708             }
9709         },
9710         "installation-source": "dist",
9711         "autoload": {
9712             "classmap": [
9713                 "src/"
9714             ]
9715         },
9716         "notification-url": "https://packagist.org/downloads/",
9717         "license": [
9718             "BSD-3-Clause"
9719         ],
9720         "authors": [
9721             {
9722                 "name": "Jeff Welch",
9723                 "email": "whatthejeff@gmail.com"
9724             },
9725             {
9726                 "name": "Volker Dusch",
9727                 "email": "github@wallbash.com"
9728             },
9729             {
9730                 "name": "Bernhard Schussek",
9731                 "email": "bschussek@2bepublished.at"
9732             },
9733             {
9734                 "name": "Sebastian Bergmann",
9735                 "email": "sebastian@phpunit.de"
9736             },
9737             {
9738                 "name": "Adam Harvey",
9739                 "email": "aharvey@php.net"
9740             }
9741         ],
9742         "description": "Provides the functionality to export PHP variables for visualization",
9743         "homepage": "http://www.github.com/sebastianbergmann/exporter",
9744         "keywords": [
9745             "export",
9746             "exporter"
9747         ]
9748     },
9749     {
9750         "name": "sebastian/global-state",
9751         "version": "1.1.1",
9752         "version_normalized": "1.1.1.0",
9753         "source": {
9754             "type": "git",
9755             "url": "https://github.com/sebastianbergmann/global-state.git",
9756             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
9757         },
9758         "dist": {
9759             "type": "zip",
9760             "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
9761             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
9762             "shasum": ""
9763         },
9764         "require": {
9765             "php": ">=5.3.3"
9766         },
9767         "require-dev": {
9768             "phpunit/phpunit": "~4.2"
9769         },
9770         "suggest": {
9771             "ext-uopz": "*"
9772         },
9773         "time": "2015-10-12T03:26:01+00:00",
9774         "type": "library",
9775         "extra": {
9776             "branch-alias": {
9777                 "dev-master": "1.0-dev"
9778             }
9779         },
9780         "installation-source": "dist",
9781         "autoload": {
9782             "classmap": [
9783                 "src/"
9784             ]
9785         },
9786         "notification-url": "https://packagist.org/downloads/",
9787         "license": [
9788             "BSD-3-Clause"
9789         ],
9790         "authors": [
9791             {
9792                 "name": "Sebastian Bergmann",
9793                 "email": "sebastian@phpunit.de"
9794             }
9795         ],
9796         "description": "Snapshotting of global state",
9797         "homepage": "http://www.github.com/sebastianbergmann/global-state",
9798         "keywords": [
9799             "global state"
9800         ]
9801     },
9802     {
9803         "name": "sebastian/recursion-context",
9804         "version": "1.0.5",
9805         "version_normalized": "1.0.5.0",
9806         "source": {
9807             "type": "git",
9808             "url": "https://github.com/sebastianbergmann/recursion-context.git",
9809             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
9810         },
9811         "dist": {
9812             "type": "zip",
9813             "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9814             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9815             "shasum": ""
9816         },
9817         "require": {
9818             "php": ">=5.3.3"
9819         },
9820         "require-dev": {
9821             "phpunit/phpunit": "~4.4"
9822         },
9823         "time": "2016-10-03T07:41:43+00:00",
9824         "type": "library",
9825         "extra": {
9826             "branch-alias": {
9827                 "dev-master": "1.0.x-dev"
9828             }
9829         },
9830         "installation-source": "dist",
9831         "autoload": {
9832             "classmap": [
9833                 "src/"
9834             ]
9835         },
9836         "notification-url": "https://packagist.org/downloads/",
9837         "license": [
9838             "BSD-3-Clause"
9839         ],
9840         "authors": [
9841             {
9842                 "name": "Jeff Welch",
9843                 "email": "whatthejeff@gmail.com"
9844             },
9845             {
9846                 "name": "Sebastian Bergmann",
9847                 "email": "sebastian@phpunit.de"
9848             },
9849             {
9850                 "name": "Adam Harvey",
9851                 "email": "aharvey@php.net"
9852             }
9853         ],
9854         "description": "Provides functionality to recursively process PHP variables",
9855         "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
9856     },
9857     {
9858         "name": "sebastian/version",
9859         "version": "1.0.6",
9860         "version_normalized": "1.0.6.0",
9861         "source": {
9862             "type": "git",
9863             "url": "https://github.com/sebastianbergmann/version.git",
9864             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
9865         },
9866         "dist": {
9867             "type": "zip",
9868             "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9869             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9870             "shasum": ""
9871         },
9872         "time": "2015-06-21T13:59:46+00:00",
9873         "type": "library",
9874         "installation-source": "dist",
9875         "autoload": {
9876             "classmap": [
9877                 "src/"
9878             ]
9879         },
9880         "notification-url": "https://packagist.org/downloads/",
9881         "license": [
9882             "BSD-3-Clause"
9883         ],
9884         "authors": [
9885             {
9886                 "name": "Sebastian Bergmann",
9887                 "email": "sebastian@phpunit.de",
9888                 "role": "lead"
9889             }
9890         ],
9891         "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9892         "homepage": "https://github.com/sebastianbergmann/version"
9893     },
9894     {
9895         "name": "stack/builder",
9896         "version": "v1.0.5",
9897         "version_normalized": "1.0.5.0",
9898         "source": {
9899             "type": "git",
9900             "url": "https://github.com/stackphp/builder.git",
9901             "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
9902         },
9903         "dist": {
9904             "type": "zip",
9905             "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9906             "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9907             "shasum": ""
9908         },
9909         "require": {
9910             "php": ">=5.3.0",
9911             "symfony/http-foundation": "~2.1|~3.0|~4.0",
9912             "symfony/http-kernel": "~2.1|~3.0|~4.0"
9913         },
9914         "require-dev": {
9915             "silex/silex": "~1.0"
9916         },
9917         "time": "2017-11-18T14:57:29+00:00",
9918         "type": "library",
9919         "extra": {
9920             "branch-alias": {
9921                 "dev-master": "1.0-dev"
9922             }
9923         },
9924         "installation-source": "dist",
9925         "autoload": {
9926             "psr-0": {
9927                 "Stack": "src"
9928             }
9929         },
9930         "notification-url": "https://packagist.org/downloads/",
9931         "license": [
9932             "MIT"
9933         ],
9934         "authors": [
9935             {
9936                 "name": "Igor Wiedler",
9937                 "email": "igor@wiedler.ch"
9938             }
9939         ],
9940         "description": "Builder for stack middlewares based on HttpKernelInterface.",
9941         "keywords": [
9942             "stack"
9943         ]
9944     },
9945     {
9946         "name": "stecman/symfony-console-completion",
9947         "version": "0.8.0",
9948         "version_normalized": "0.8.0.0",
9949         "source": {
9950             "type": "git",
9951             "url": "https://github.com/stecman/symfony-console-completion.git",
9952             "reference": "cd738867503477e91dbe84173dfabd431c883431"
9953         },
9954         "dist": {
9955             "type": "zip",
9956             "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/cd738867503477e91dbe84173dfabd431c883431",
9957             "reference": "cd738867503477e91dbe84173dfabd431c883431",
9958             "shasum": ""
9959         },
9960         "require": {
9961             "php": ">=5.3.2",
9962             "symfony/console": "~2.3 || ~3.0 || ~4.0"
9963         },
9964         "require-dev": {
9965             "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
9966         },
9967         "time": "2018-02-10T04:28:01+00:00",
9968         "type": "library",
9969         "extra": {
9970             "branch-alias": {
9971                 "dev-master": "0.6.x-dev"
9972             }
9973         },
9974         "installation-source": "dist",
9975         "autoload": {
9976             "psr-4": {
9977                 "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
9978             }
9979         },
9980         "notification-url": "https://packagist.org/downloads/",
9981         "license": [
9982             "MIT"
9983         ],
9984         "authors": [
9985             {
9986                 "name": "Stephen Holdaway",
9987                 "email": "stephen@stecman.co.nz"
9988             }
9989         ],
9990         "description": "Automatic BASH completion for Symfony Console Component based applications."
9991     },
9992     {
9993         "name": "sunra/php-simple-html-dom-parser",
9994         "version": "v1.5.2",
9995         "version_normalized": "1.5.2.0",
9996         "source": {
9997             "type": "git",
9998             "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
9999             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
10000         },
10001         "dist": {
10002             "type": "zip",
10003             "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
10004             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
10005             "shasum": ""
10006         },
10007         "require": {
10008             "ext-mbstring": "*",
10009             "php": ">=5.3.2"
10010         },
10011         "time": "2016-11-22T22:57:47+00:00",
10012         "type": "library",
10013         "installation-source": "dist",
10014         "autoload": {
10015             "psr-0": {
10016                 "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
10017             }
10018         },
10019         "notification-url": "https://packagist.org/downloads/",
10020         "license": [
10021             "MIT"
10022         ],
10023         "authors": [
10024             {
10025                 "name": "Sunra",
10026                 "email": "sunra@yandex.ru",
10027                 "homepage": "https://github.com/sunra"
10028             },
10029             {
10030                 "name": "S.C. Chen",
10031                 "homepage": "http://sourceforge.net/projects/simplehtmldom/"
10032             }
10033         ],
10034         "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.",
10035         "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
10036         "keywords": [
10037             "dom",
10038             "html",
10039             "parser"
10040         ]
10041     },
10042     {
10043         "name": "symfony-cmf/routing",
10044         "version": "1.4.1",
10045         "version_normalized": "1.4.1.0",
10046         "source": {
10047             "type": "git",
10048             "url": "https://github.com/symfony-cmf/routing.git",
10049             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
10050         },
10051         "dist": {
10052             "type": "zip",
10053             "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
10054             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
10055             "shasum": ""
10056         },
10057         "require": {
10058             "php": "^5.3.9|^7.0",
10059             "psr/log": "1.*",
10060             "symfony/http-kernel": "^2.2|3.*",
10061             "symfony/routing": "^2.2|3.*"
10062         },
10063         "require-dev": {
10064             "friendsofsymfony/jsrouting-bundle": "^1.1",
10065             "symfony-cmf/testing": "^1.3",
10066             "symfony/config": "^2.2|3.*",
10067             "symfony/dependency-injection": "^2.0.5|3.*",
10068             "symfony/event-dispatcher": "^2.1|3.*"
10069         },
10070         "suggest": {
10071             "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
10072         },
10073         "time": "2017-05-09T08:10:41+00:00",
10074         "type": "library",
10075         "extra": {
10076             "branch-alias": {
10077                 "dev-master": "1.4-dev"
10078             }
10079         },
10080         "installation-source": "dist",
10081         "autoload": {
10082             "psr-4": {
10083                 "Symfony\\Cmf\\Component\\Routing\\": ""
10084             }
10085         },
10086         "notification-url": "https://packagist.org/downloads/",
10087         "license": [
10088             "MIT"
10089         ],
10090         "authors": [
10091             {
10092                 "name": "Symfony CMF Community",
10093                 "homepage": "https://github.com/symfony-cmf/Routing/contributors"
10094             }
10095         ],
10096         "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
10097         "homepage": "http://cmf.symfony.com",
10098         "keywords": [
10099             "database",
10100             "routing"
10101         ]
10102     },
10103     {
10104         "name": "symfony/browser-kit",
10105         "version": "v3.4.9",
10106         "version_normalized": "3.4.9.0",
10107         "source": {
10108             "type": "git",
10109             "url": "https://github.com/symfony/browser-kit.git",
10110             "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79"
10111         },
10112         "dist": {
10113             "type": "zip",
10114             "url": "https://api.github.com/repos/symfony/browser-kit/zipball/840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
10115             "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
10116             "shasum": ""
10117         },
10118         "require": {
10119             "php": "^5.5.9|>=7.0.8",
10120             "symfony/dom-crawler": "~2.8|~3.0|~4.0"
10121         },
10122         "require-dev": {
10123             "symfony/css-selector": "~2.8|~3.0|~4.0",
10124             "symfony/process": "~2.8|~3.0|~4.0"
10125         },
10126         "suggest": {
10127             "symfony/process": ""
10128         },
10129         "time": "2018-03-19T22:32:39+00:00",
10130         "type": "library",
10131         "extra": {
10132             "branch-alias": {
10133                 "dev-master": "3.4-dev"
10134             }
10135         },
10136         "installation-source": "dist",
10137         "autoload": {
10138             "psr-4": {
10139                 "Symfony\\Component\\BrowserKit\\": ""
10140             },
10141             "exclude-from-classmap": [
10142                 "/Tests/"
10143             ]
10144         },
10145         "notification-url": "https://packagist.org/downloads/",
10146         "license": [
10147             "MIT"
10148         ],
10149         "authors": [
10150             {
10151                 "name": "Fabien Potencier",
10152                 "email": "fabien@symfony.com"
10153             },
10154             {
10155                 "name": "Symfony Community",
10156                 "homepage": "https://symfony.com/contributors"
10157             }
10158         ],
10159         "description": "Symfony BrowserKit Component",
10160         "homepage": "https://symfony.com"
10161     },
10162     {
10163         "name": "symfony/class-loader",
10164         "version": "v3.4.10",
10165         "version_normalized": "3.4.10.0",
10166         "source": {
10167             "type": "git",
10168             "url": "https://github.com/symfony/class-loader.git",
10169             "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e"
10170         },
10171         "dist": {
10172             "type": "zip",
10173             "url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e",
10174             "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e",
10175             "shasum": ""
10176         },
10177         "require": {
10178             "php": "^5.5.9|>=7.0.8"
10179         },
10180         "require-dev": {
10181             "symfony/finder": "~2.8|~3.0|~4.0",
10182             "symfony/polyfill-apcu": "~1.1"
10183         },
10184         "suggest": {
10185             "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
10186         },
10187         "time": "2018-01-03T07:37:34+00:00",
10188         "type": "library",
10189         "extra": {
10190             "branch-alias": {
10191                 "dev-master": "3.4-dev"
10192             }
10193         },
10194         "installation-source": "dist",
10195         "autoload": {
10196             "psr-4": {
10197                 "Symfony\\Component\\ClassLoader\\": ""
10198             },
10199             "exclude-from-classmap": [
10200                 "/Tests/"
10201             ]
10202         },
10203         "notification-url": "https://packagist.org/downloads/",
10204         "license": [
10205             "MIT"
10206         ],
10207         "authors": [
10208             {
10209                 "name": "Fabien Potencier",
10210                 "email": "fabien@symfony.com"
10211             },
10212             {
10213                 "name": "Symfony Community",
10214                 "homepage": "https://symfony.com/contributors"
10215             }
10216         ],
10217         "description": "Symfony ClassLoader Component",
10218         "homepage": "https://symfony.com"
10219     },
10220     {
10221         "name": "symfony/config",
10222         "version": "v3.4.10",
10223         "version_normalized": "3.4.10.0",
10224         "source": {
10225             "type": "git",
10226             "url": "https://github.com/symfony/config.git",
10227             "reference": "73e055cf2e6467715f187724a0347ea32079967c"
10228         },
10229         "dist": {
10230             "type": "zip",
10231             "url": "https://api.github.com/repos/symfony/config/zipball/73e055cf2e6467715f187724a0347ea32079967c",
10232             "reference": "73e055cf2e6467715f187724a0347ea32079967c",
10233             "shasum": ""
10234         },
10235         "require": {
10236             "php": "^5.5.9|>=7.0.8",
10237             "symfony/filesystem": "~2.8|~3.0|~4.0",
10238             "symfony/polyfill-ctype": "~1.8"
10239         },
10240         "conflict": {
10241             "symfony/dependency-injection": "<3.3",
10242             "symfony/finder": "<3.3"
10243         },
10244         "require-dev": {
10245             "symfony/dependency-injection": "~3.3|~4.0",
10246             "symfony/event-dispatcher": "~3.3|~4.0",
10247             "symfony/finder": "~3.3|~4.0",
10248             "symfony/yaml": "~3.0|~4.0"
10249         },
10250         "suggest": {
10251             "symfony/yaml": "To use the yaml reference dumper"
10252         },
10253         "time": "2018-05-14T16:49:53+00:00",
10254         "type": "library",
10255         "extra": {
10256             "branch-alias": {
10257                 "dev-master": "3.4-dev"
10258             }
10259         },
10260         "installation-source": "dist",
10261         "autoload": {
10262             "psr-4": {
10263                 "Symfony\\Component\\Config\\": ""
10264             },
10265             "exclude-from-classmap": [
10266                 "/Tests/"
10267             ]
10268         },
10269         "notification-url": "https://packagist.org/downloads/",
10270         "license": [
10271             "MIT"
10272         ],
10273         "authors": [
10274             {
10275                 "name": "Fabien Potencier",
10276                 "email": "fabien@symfony.com"
10277             },
10278             {
10279                 "name": "Symfony Community",
10280                 "homepage": "https://symfony.com/contributors"
10281             }
10282         ],
10283         "description": "Symfony Config Component",
10284         "homepage": "https://symfony.com"
10285     },
10286     {
10287         "name": "symfony/console",
10288         "version": "v3.4.10",
10289         "version_normalized": "3.4.10.0",
10290         "source": {
10291             "type": "git",
10292             "url": "https://github.com/symfony/console.git",
10293             "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27"
10294         },
10295         "dist": {
10296             "type": "zip",
10297             "url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27",
10298             "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27",
10299             "shasum": ""
10300         },
10301         "require": {
10302             "php": "^5.5.9|>=7.0.8",
10303             "symfony/debug": "~2.8|~3.0|~4.0",
10304             "symfony/polyfill-mbstring": "~1.0"
10305         },
10306         "conflict": {
10307             "symfony/dependency-injection": "<3.4",
10308             "symfony/process": "<3.3"
10309         },
10310         "require-dev": {
10311             "psr/log": "~1.0",
10312             "symfony/config": "~3.3|~4.0",
10313             "symfony/dependency-injection": "~3.4|~4.0",
10314             "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
10315             "symfony/lock": "~3.4|~4.0",
10316             "symfony/process": "~3.3|~4.0"
10317         },
10318         "suggest": {
10319             "psr/log-implementation": "For using the console logger",
10320             "symfony/event-dispatcher": "",
10321             "symfony/lock": "",
10322             "symfony/process": ""
10323         },
10324         "time": "2018-05-16T08:49:21+00:00",
10325         "type": "library",
10326         "extra": {
10327             "branch-alias": {
10328                 "dev-master": "3.4-dev"
10329             }
10330         },
10331         "installation-source": "dist",
10332         "autoload": {
10333             "psr-4": {
10334                 "Symfony\\Component\\Console\\": ""
10335             },
10336             "exclude-from-classmap": [
10337                 "/Tests/"
10338             ]
10339         },
10340         "notification-url": "https://packagist.org/downloads/",
10341         "license": [
10342             "MIT"
10343         ],
10344         "authors": [
10345             {
10346                 "name": "Fabien Potencier",
10347                 "email": "fabien@symfony.com"
10348             },
10349             {
10350                 "name": "Symfony Community",
10351                 "homepage": "https://symfony.com/contributors"
10352             }
10353         ],
10354         "description": "Symfony Console Component",
10355         "homepage": "https://symfony.com"
10356     },
10357     {
10358         "name": "symfony/css-selector",
10359         "version": "v2.8.40",
10360         "version_normalized": "2.8.40.0",
10361         "source": {
10362             "type": "git",
10363             "url": "https://github.com/symfony/css-selector.git",
10364             "reference": "3cdc270724e4666006118283c700a4d7f9cbe264"
10365         },
10366         "dist": {
10367             "type": "zip",
10368             "url": "https://api.github.com/repos/symfony/css-selector/zipball/3cdc270724e4666006118283c700a4d7f9cbe264",
10369             "reference": "3cdc270724e4666006118283c700a4d7f9cbe264",
10370             "shasum": ""
10371         },
10372         "require": {
10373             "php": ">=5.3.9"
10374         },
10375         "time": "2018-03-10T18:19:36+00:00",
10376         "type": "library",
10377         "extra": {
10378             "branch-alias": {
10379                 "dev-master": "2.8-dev"
10380             }
10381         },
10382         "installation-source": "dist",
10383         "autoload": {
10384             "psr-4": {
10385                 "Symfony\\Component\\CssSelector\\": ""
10386             },
10387             "exclude-from-classmap": [
10388                 "/Tests/"
10389             ]
10390         },
10391         "notification-url": "https://packagist.org/downloads/",
10392         "license": [
10393             "MIT"
10394         ],
10395         "authors": [
10396             {
10397                 "name": "Jean-François Simon",
10398                 "email": "jeanfrancois.simon@sensiolabs.com"
10399             },
10400             {
10401                 "name": "Fabien Potencier",
10402                 "email": "fabien@symfony.com"
10403             },
10404             {
10405                 "name": "Symfony Community",
10406                 "homepage": "https://symfony.com/contributors"
10407             }
10408         ],
10409         "description": "Symfony CssSelector Component",
10410         "homepage": "https://symfony.com"
10411     },
10412     {
10413         "name": "symfony/debug",
10414         "version": "v3.4.9",
10415         "version_normalized": "3.4.9.0",
10416         "source": {
10417             "type": "git",
10418             "url": "https://github.com/symfony/debug.git",
10419             "reference": "1b95888cfd996484527cb41e8952d9a5eaf7454f"
10420         },
10421         "dist": {
10422             "type": "zip",
10423             "url": "https://api.github.com/repos/symfony/debug/zipball/1b95888cfd996484527cb41e8952d9a5eaf7454f",
10424             "reference": "1b95888cfd996484527cb41e8952d9a5eaf7454f",
10425             "shasum": ""
10426         },
10427         "require": {
10428             "php": "^5.5.9|>=7.0.8",
10429             "psr/log": "~1.0"
10430         },
10431         "conflict": {
10432             "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
10433         },
10434         "require-dev": {
10435             "symfony/http-kernel": "~2.8|~3.0|~4.0"
10436         },
10437         "time": "2018-04-30T16:53:52+00:00",
10438         "type": "library",
10439         "extra": {
10440             "branch-alias": {
10441                 "dev-master": "3.4-dev"
10442             }
10443         },
10444         "installation-source": "dist",
10445         "autoload": {
10446             "psr-4": {
10447                 "Symfony\\Component\\Debug\\": ""
10448             },
10449             "exclude-from-classmap": [
10450                 "/Tests/"
10451             ]
10452         },
10453         "notification-url": "https://packagist.org/downloads/",
10454         "license": [
10455             "MIT"
10456         ],
10457         "authors": [
10458             {
10459                 "name": "Fabien Potencier",
10460                 "email": "fabien@symfony.com"
10461             },
10462             {
10463                 "name": "Symfony Community",
10464                 "homepage": "https://symfony.com/contributors"
10465             }
10466         ],
10467         "description": "Symfony Debug Component",
10468         "homepage": "https://symfony.com"
10469     },
10470     {
10471         "name": "symfony/dependency-injection",
10472         "version": "v3.4.9",
10473         "version_normalized": "3.4.9.0",
10474         "source": {
10475             "type": "git",
10476             "url": "https://github.com/symfony/dependency-injection.git",
10477             "reference": "54ff9d78b56429f9a1ac12e60bfb6d169c0468e3"
10478         },
10479         "dist": {
10480             "type": "zip",
10481             "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/54ff9d78b56429f9a1ac12e60bfb6d169c0468e3",
10482             "reference": "54ff9d78b56429f9a1ac12e60bfb6d169c0468e3",
10483             "shasum": ""
10484         },
10485         "require": {
10486             "php": "^5.5.9|>=7.0.8",
10487             "psr/container": "^1.0"
10488         },
10489         "conflict": {
10490             "symfony/config": "<3.3.7",
10491             "symfony/finder": "<3.3",
10492             "symfony/proxy-manager-bridge": "<3.4",
10493             "symfony/yaml": "<3.4"
10494         },
10495         "provide": {
10496             "psr/container-implementation": "1.0"
10497         },
10498         "require-dev": {
10499             "symfony/config": "~3.3|~4.0",
10500             "symfony/expression-language": "~2.8|~3.0|~4.0",
10501             "symfony/yaml": "~3.4|~4.0"
10502         },
10503         "suggest": {
10504             "symfony/config": "",
10505             "symfony/expression-language": "For using expressions in service container configuration",
10506             "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
10507             "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
10508             "symfony/yaml": ""
10509         },
10510         "time": "2018-04-29T14:04:08+00:00",
10511         "type": "library",
10512         "extra": {
10513             "branch-alias": {
10514                 "dev-master": "3.4-dev"
10515             }
10516         },
10517         "installation-source": "dist",
10518         "autoload": {
10519             "psr-4": {
10520                 "Symfony\\Component\\DependencyInjection\\": ""
10521             },
10522             "exclude-from-classmap": [
10523                 "/Tests/"
10524             ]
10525         },
10526         "notification-url": "https://packagist.org/downloads/",
10527         "license": [
10528             "MIT"
10529         ],
10530         "authors": [
10531             {
10532                 "name": "Fabien Potencier",
10533                 "email": "fabien@symfony.com"
10534             },
10535             {
10536                 "name": "Symfony Community",
10537                 "homepage": "https://symfony.com/contributors"
10538             }
10539         ],
10540         "description": "Symfony DependencyInjection Component",
10541         "homepage": "https://symfony.com"
10542     },
10543     {
10544         "name": "symfony/dom-crawler",
10545         "version": "v3.4.9",
10546         "version_normalized": "3.4.9.0",
10547         "source": {
10548             "type": "git",
10549             "url": "https://github.com/symfony/dom-crawler.git",
10550             "reference": "1a4cffeb059226ff6bee9f48acb388faf674afff"
10551         },
10552         "dist": {
10553             "type": "zip",
10554             "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/1a4cffeb059226ff6bee9f48acb388faf674afff",
10555             "reference": "1a4cffeb059226ff6bee9f48acb388faf674afff",
10556             "shasum": ""
10557         },
10558         "require": {
10559             "php": "^5.5.9|>=7.0.8",
10560             "symfony/polyfill-mbstring": "~1.0"
10561         },
10562         "require-dev": {
10563             "symfony/css-selector": "~2.8|~3.0|~4.0"
10564         },
10565         "suggest": {
10566             "symfony/css-selector": ""
10567         },
10568         "time": "2018-03-19T22:32:39+00:00",
10569         "type": "library",
10570         "extra": {
10571             "branch-alias": {
10572                 "dev-master": "3.4-dev"
10573             }
10574         },
10575         "installation-source": "dist",
10576         "autoload": {
10577             "psr-4": {
10578                 "Symfony\\Component\\DomCrawler\\": ""
10579             },
10580             "exclude-from-classmap": [
10581                 "/Tests/"
10582             ]
10583         },
10584         "notification-url": "https://packagist.org/downloads/",
10585         "license": [
10586             "MIT"
10587         ],
10588         "authors": [
10589             {
10590                 "name": "Fabien Potencier",
10591                 "email": "fabien@symfony.com"
10592             },
10593             {
10594                 "name": "Symfony Community",
10595                 "homepage": "https://symfony.com/contributors"
10596             }
10597         ],
10598         "description": "Symfony DomCrawler Component",
10599         "homepage": "https://symfony.com"
10600     },
10601     {
10602         "name": "symfony/event-dispatcher",
10603         "version": "v3.4.9",
10604         "version_normalized": "3.4.9.0",
10605         "source": {
10606             "type": "git",
10607             "url": "https://github.com/symfony/event-dispatcher.git",
10608             "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
10609         },
10610         "dist": {
10611             "type": "zip",
10612             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
10613             "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
10614             "shasum": ""
10615         },
10616         "require": {
10617             "php": "^5.5.9|>=7.0.8"
10618         },
10619         "conflict": {
10620             "symfony/dependency-injection": "<3.3"
10621         },
10622         "require-dev": {
10623             "psr/log": "~1.0",
10624             "symfony/config": "~2.8|~3.0|~4.0",
10625             "symfony/dependency-injection": "~3.3|~4.0",
10626             "symfony/expression-language": "~2.8|~3.0|~4.0",
10627             "symfony/stopwatch": "~2.8|~3.0|~4.0"
10628         },
10629         "suggest": {
10630             "symfony/dependency-injection": "",
10631             "symfony/http-kernel": ""
10632         },
10633         "time": "2018-04-06T07:35:25+00:00",
10634         "type": "library",
10635         "extra": {
10636             "branch-alias": {
10637                 "dev-master": "3.4-dev"
10638             }
10639         },
10640         "installation-source": "dist",
10641         "autoload": {
10642             "psr-4": {
10643                 "Symfony\\Component\\EventDispatcher\\": ""
10644             },
10645             "exclude-from-classmap": [
10646                 "/Tests/"
10647             ]
10648         },
10649         "notification-url": "https://packagist.org/downloads/",
10650         "license": [
10651             "MIT"
10652         ],
10653         "authors": [
10654             {
10655                 "name": "Fabien Potencier",
10656                 "email": "fabien@symfony.com"
10657             },
10658             {
10659                 "name": "Symfony Community",
10660                 "homepage": "https://symfony.com/contributors"
10661             }
10662         ],
10663         "description": "Symfony EventDispatcher Component",
10664         "homepage": "https://symfony.com"
10665     },
10666     {
10667         "name": "symfony/filesystem",
10668         "version": "v3.4.9",
10669         "version_normalized": "3.4.9.0",
10670         "source": {
10671             "type": "git",
10672             "url": "https://github.com/symfony/filesystem.git",
10673             "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541"
10674         },
10675         "dist": {
10676             "type": "zip",
10677             "url": "https://api.github.com/repos/symfony/filesystem/zipball/253a4490b528597aa14d2bf5aeded6f5e5e4a541",
10678             "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541",
10679             "shasum": ""
10680         },
10681         "require": {
10682             "php": "^5.5.9|>=7.0.8"
10683         },
10684         "time": "2018-02-22T10:48:49+00:00",
10685         "type": "library",
10686         "extra": {
10687             "branch-alias": {
10688                 "dev-master": "3.4-dev"
10689             }
10690         },
10691         "installation-source": "dist",
10692         "autoload": {
10693             "psr-4": {
10694                 "Symfony\\Component\\Filesystem\\": ""
10695             },
10696             "exclude-from-classmap": [
10697                 "/Tests/"
10698             ]
10699         },
10700         "notification-url": "https://packagist.org/downloads/",
10701         "license": [
10702             "MIT"
10703         ],
10704         "authors": [
10705             {
10706                 "name": "Fabien Potencier",
10707                 "email": "fabien@symfony.com"
10708             },
10709             {
10710                 "name": "Symfony Community",
10711                 "homepage": "https://symfony.com/contributors"
10712             }
10713         ],
10714         "description": "Symfony Filesystem Component",
10715         "homepage": "https://symfony.com"
10716     },
10717     {
10718         "name": "symfony/finder",
10719         "version": "v3.4.9",
10720         "version_normalized": "3.4.9.0",
10721         "source": {
10722             "type": "git",
10723             "url": "https://github.com/symfony/finder.git",
10724             "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433"
10725         },
10726         "dist": {
10727             "type": "zip",
10728             "url": "https://api.github.com/repos/symfony/finder/zipball/bd14efe8b1fabc4de82bf50dce62f05f9a102433",
10729             "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433",
10730             "shasum": ""
10731         },
10732         "require": {
10733             "php": "^5.5.9|>=7.0.8"
10734         },
10735         "time": "2018-04-04T05:07:11+00:00",
10736         "type": "library",
10737         "extra": {
10738             "branch-alias": {
10739                 "dev-master": "3.4-dev"
10740             }
10741         },
10742         "installation-source": "dist",
10743         "autoload": {
10744             "psr-4": {
10745                 "Symfony\\Component\\Finder\\": ""
10746             },
10747             "exclude-from-classmap": [
10748                 "/Tests/"
10749             ]
10750         },
10751         "notification-url": "https://packagist.org/downloads/",
10752         "license": [
10753             "MIT"
10754         ],
10755         "authors": [
10756             {
10757                 "name": "Fabien Potencier",
10758                 "email": "fabien@symfony.com"
10759             },
10760             {
10761                 "name": "Symfony Community",
10762                 "homepage": "https://symfony.com/contributors"
10763             }
10764         ],
10765         "description": "Symfony Finder Component",
10766         "homepage": "https://symfony.com"
10767     },
10768     {
10769         "name": "symfony/http-foundation",
10770         "version": "v3.4.9",
10771         "version_normalized": "3.4.9.0",
10772         "source": {
10773             "type": "git",
10774             "url": "https://github.com/symfony/http-foundation.git",
10775             "reference": "edc43b1a50402bb06b5111eb86b275c87a93e373"
10776         },
10777         "dist": {
10778             "type": "zip",
10779             "url": "https://api.github.com/repos/symfony/http-foundation/zipball/edc43b1a50402bb06b5111eb86b275c87a93e373",
10780             "reference": "edc43b1a50402bb06b5111eb86b275c87a93e373",
10781             "shasum": ""
10782         },
10783         "require": {
10784             "php": "^5.5.9|>=7.0.8",
10785             "symfony/polyfill-mbstring": "~1.1",
10786             "symfony/polyfill-php70": "~1.6"
10787         },
10788         "require-dev": {
10789             "symfony/expression-language": "~2.8|~3.0|~4.0"
10790         },
10791         "time": "2018-04-30T01:05:13+00:00",
10792         "type": "library",
10793         "extra": {
10794             "branch-alias": {
10795                 "dev-master": "3.4-dev"
10796             }
10797         },
10798         "installation-source": "dist",
10799         "autoload": {
10800             "psr-4": {
10801                 "Symfony\\Component\\HttpFoundation\\": ""
10802             },
10803             "exclude-from-classmap": [
10804                 "/Tests/"
10805             ]
10806         },
10807         "notification-url": "https://packagist.org/downloads/",
10808         "license": [
10809             "MIT"
10810         ],
10811         "authors": [
10812             {
10813                 "name": "Fabien Potencier",
10814                 "email": "fabien@symfony.com"
10815             },
10816             {
10817                 "name": "Symfony Community",
10818                 "homepage": "https://symfony.com/contributors"
10819             }
10820         ],
10821         "description": "Symfony HttpFoundation Component",
10822         "homepage": "https://symfony.com"
10823     },
10824     {
10825         "name": "symfony/http-kernel",
10826         "version": "v3.4.9",
10827         "version_normalized": "3.4.9.0",
10828         "source": {
10829             "type": "git",
10830             "url": "https://github.com/symfony/http-kernel.git",
10831             "reference": "280fcedbcb3dabcc467a9c1734054af61928fe4f"
10832         },
10833         "dist": {
10834             "type": "zip",
10835             "url": "https://api.github.com/repos/symfony/http-kernel/zipball/280fcedbcb3dabcc467a9c1734054af61928fe4f",
10836             "reference": "280fcedbcb3dabcc467a9c1734054af61928fe4f",
10837             "shasum": ""
10838         },
10839         "require": {
10840             "php": "^5.5.9|>=7.0.8",
10841             "psr/log": "~1.0",
10842             "symfony/debug": "~2.8|~3.0|~4.0",
10843             "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
10844             "symfony/http-foundation": "^3.4.4|^4.0.4"
10845         },
10846         "conflict": {
10847             "symfony/config": "<2.8",
10848             "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
10849             "symfony/var-dumper": "<3.3",
10850             "twig/twig": "<1.34|<2.4,>=2"
10851         },
10852         "provide": {
10853             "psr/log-implementation": "1.0"
10854         },
10855         "require-dev": {
10856             "psr/cache": "~1.0",
10857             "symfony/browser-kit": "~2.8|~3.0|~4.0",
10858             "symfony/class-loader": "~2.8|~3.0",
10859             "symfony/config": "~2.8|~3.0|~4.0",
10860             "symfony/console": "~2.8|~3.0|~4.0",
10861             "symfony/css-selector": "~2.8|~3.0|~4.0",
10862             "symfony/dependency-injection": "^3.4.5|^4.0.5",
10863             "symfony/dom-crawler": "~2.8|~3.0|~4.0",
10864             "symfony/expression-language": "~2.8|~3.0|~4.0",
10865             "symfony/finder": "~2.8|~3.0|~4.0",
10866             "symfony/process": "~2.8|~3.0|~4.0",
10867             "symfony/routing": "~3.4|~4.0",
10868             "symfony/stopwatch": "~2.8|~3.0|~4.0",
10869             "symfony/templating": "~2.8|~3.0|~4.0",
10870             "symfony/translation": "~2.8|~3.0|~4.0",
10871             "symfony/var-dumper": "~3.3|~4.0"
10872         },
10873         "suggest": {
10874             "symfony/browser-kit": "",
10875             "symfony/config": "",
10876             "symfony/console": "",
10877             "symfony/dependency-injection": "",
10878             "symfony/finder": "",
10879             "symfony/var-dumper": ""
10880         },
10881         "time": "2018-04-30T19:27:02+00:00",
10882         "type": "library",
10883         "extra": {
10884             "branch-alias": {
10885                 "dev-master": "3.4-dev"
10886             }
10887         },
10888         "installation-source": "dist",
10889         "autoload": {
10890             "psr-4": {
10891                 "Symfony\\Component\\HttpKernel\\": ""
10892             },
10893             "exclude-from-classmap": [
10894                 "/Tests/"
10895             ]
10896         },
10897         "notification-url": "https://packagist.org/downloads/",
10898         "license": [
10899             "MIT"
10900         ],
10901         "authors": [
10902             {
10903                 "name": "Fabien Potencier",
10904                 "email": "fabien@symfony.com"
10905             },
10906             {
10907                 "name": "Symfony Community",
10908                 "homepage": "https://symfony.com/contributors"
10909             }
10910         ],
10911         "description": "Symfony HttpKernel Component",
10912         "homepage": "https://symfony.com"
10913     },
10914     {
10915         "name": "symfony/polyfill-ctype",
10916         "version": "v1.8.0",
10917         "version_normalized": "1.8.0.0",
10918         "source": {
10919             "type": "git",
10920             "url": "https://github.com/symfony/polyfill-ctype.git",
10921             "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
10922         },
10923         "dist": {
10924             "type": "zip",
10925             "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
10926             "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
10927             "shasum": ""
10928         },
10929         "require": {
10930             "php": ">=5.3.3"
10931         },
10932         "time": "2018-04-30T19:57:29+00:00",
10933         "type": "library",
10934         "extra": {
10935             "branch-alias": {
10936                 "dev-master": "1.8-dev"
10937             }
10938         },
10939         "installation-source": "dist",
10940         "autoload": {
10941             "psr-4": {
10942                 "Symfony\\Polyfill\\Ctype\\": ""
10943             },
10944             "files": [
10945                 "bootstrap.php"
10946             ]
10947         },
10948         "notification-url": "https://packagist.org/downloads/",
10949         "license": [
10950             "MIT"
10951         ],
10952         "authors": [
10953             {
10954                 "name": "Symfony Community",
10955                 "homepage": "https://symfony.com/contributors"
10956             },
10957             {
10958                 "name": "Gert de Pagter",
10959                 "email": "BackEndTea@gmail.com"
10960             }
10961         ],
10962         "description": "Symfony polyfill for ctype functions",
10963         "homepage": "https://symfony.com",
10964         "keywords": [
10965             "compatibility",
10966             "ctype",
10967             "polyfill",
10968             "portable"
10969         ]
10970     },
10971     {
10972         "name": "symfony/polyfill-iconv",
10973         "version": "v1.8.0",
10974         "version_normalized": "1.8.0.0",
10975         "source": {
10976             "type": "git",
10977             "url": "https://github.com/symfony/polyfill-iconv.git",
10978             "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d"
10979         },
10980         "dist": {
10981             "type": "zip",
10982             "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/7cb8436a814d5b0fcf292810ee26f8b0cb47584d",
10983             "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d",
10984             "shasum": ""
10985         },
10986         "require": {
10987             "php": ">=5.3.3"
10988         },
10989         "suggest": {
10990             "ext-iconv": "For best performance"
10991         },
10992         "time": "2018-04-26T10:06:28+00:00",
10993         "type": "library",
10994         "extra": {
10995             "branch-alias": {
10996                 "dev-master": "1.8-dev"
10997             }
10998         },
10999         "installation-source": "dist",
11000         "autoload": {
11001             "psr-4": {
11002                 "Symfony\\Polyfill\\Iconv\\": ""
11003             },
11004             "files": [
11005                 "bootstrap.php"
11006             ]
11007         },
11008         "notification-url": "https://packagist.org/downloads/",
11009         "license": [
11010             "MIT"
11011         ],
11012         "authors": [
11013             {
11014                 "name": "Nicolas Grekas",
11015                 "email": "p@tchwork.com"
11016             },
11017             {
11018                 "name": "Symfony Community",
11019                 "homepage": "https://symfony.com/contributors"
11020             }
11021         ],
11022         "description": "Symfony polyfill for the Iconv extension",
11023         "homepage": "https://symfony.com",
11024         "keywords": [
11025             "compatibility",
11026             "iconv",
11027             "polyfill",
11028             "portable",
11029             "shim"
11030         ]
11031     },
11032     {
11033         "name": "symfony/polyfill-mbstring",
11034         "version": "v1.8.0",
11035         "version_normalized": "1.8.0.0",
11036         "source": {
11037             "type": "git",
11038             "url": "https://github.com/symfony/polyfill-mbstring.git",
11039             "reference": "3296adf6a6454a050679cde90f95350ad604b171"
11040         },
11041         "dist": {
11042             "type": "zip",
11043             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
11044             "reference": "3296adf6a6454a050679cde90f95350ad604b171",
11045             "shasum": ""
11046         },
11047         "require": {
11048             "php": ">=5.3.3"
11049         },
11050         "suggest": {
11051             "ext-mbstring": "For best performance"
11052         },
11053         "time": "2018-04-26T10:06:28+00:00",
11054         "type": "library",
11055         "extra": {
11056             "branch-alias": {
11057                 "dev-master": "1.8-dev"
11058             }
11059         },
11060         "installation-source": "dist",
11061         "autoload": {
11062             "psr-4": {
11063                 "Symfony\\Polyfill\\Mbstring\\": ""
11064             },
11065             "files": [
11066                 "bootstrap.php"
11067             ]
11068         },
11069         "notification-url": "https://packagist.org/downloads/",
11070         "license": [
11071             "MIT"
11072         ],
11073         "authors": [
11074             {
11075                 "name": "Nicolas Grekas",
11076                 "email": "p@tchwork.com"
11077             },
11078             {
11079                 "name": "Symfony Community",
11080                 "homepage": "https://symfony.com/contributors"
11081             }
11082         ],
11083         "description": "Symfony polyfill for the Mbstring extension",
11084         "homepage": "https://symfony.com",
11085         "keywords": [
11086             "compatibility",
11087             "mbstring",
11088             "polyfill",
11089             "portable",
11090             "shim"
11091         ]
11092     },
11093     {
11094         "name": "symfony/polyfill-php70",
11095         "version": "v1.8.0",
11096         "version_normalized": "1.8.0.0",
11097         "source": {
11098             "type": "git",
11099             "url": "https://github.com/symfony/polyfill-php70.git",
11100             "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
11101         },
11102         "dist": {
11103             "type": "zip",
11104             "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
11105             "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
11106             "shasum": ""
11107         },
11108         "require": {
11109             "paragonie/random_compat": "~1.0|~2.0",
11110             "php": ">=5.3.3"
11111         },
11112         "time": "2018-04-26T10:06:28+00:00",
11113         "type": "library",
11114         "extra": {
11115             "branch-alias": {
11116                 "dev-master": "1.8-dev"
11117             }
11118         },
11119         "installation-source": "dist",
11120         "autoload": {
11121             "psr-4": {
11122                 "Symfony\\Polyfill\\Php70\\": ""
11123             },
11124             "files": [
11125                 "bootstrap.php"
11126             ],
11127             "classmap": [
11128                 "Resources/stubs"
11129             ]
11130         },
11131         "notification-url": "https://packagist.org/downloads/",
11132         "license": [
11133             "MIT"
11134         ],
11135         "authors": [
11136             {
11137                 "name": "Nicolas Grekas",
11138                 "email": "p@tchwork.com"
11139             },
11140             {
11141                 "name": "Symfony Community",
11142                 "homepage": "https://symfony.com/contributors"
11143             }
11144         ],
11145         "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
11146         "homepage": "https://symfony.com",
11147         "keywords": [
11148             "compatibility",
11149             "polyfill",
11150             "portable",
11151             "shim"
11152         ]
11153     },
11154     {
11155         "name": "symfony/process",
11156         "version": "v3.4.10",
11157         "version_normalized": "3.4.10.0",
11158         "source": {
11159             "type": "git",
11160             "url": "https://github.com/symfony/process.git",
11161             "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187"
11162         },
11163         "dist": {
11164             "type": "zip",
11165             "url": "https://api.github.com/repos/symfony/process/zipball/4cbf2db9abcb01486a21b7a059e03a62fae63187",
11166             "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187",
11167             "shasum": ""
11168         },
11169         "require": {
11170             "php": "^5.5.9|>=7.0.8"
11171         },
11172         "time": "2018-05-16T08:49:21+00:00",
11173         "type": "library",
11174         "extra": {
11175             "branch-alias": {
11176                 "dev-master": "3.4-dev"
11177             }
11178         },
11179         "installation-source": "dist",
11180         "autoload": {
11181             "psr-4": {
11182                 "Symfony\\Component\\Process\\": ""
11183             },
11184             "exclude-from-classmap": [
11185                 "/Tests/"
11186             ]
11187         },
11188         "notification-url": "https://packagist.org/downloads/",
11189         "license": [
11190             "MIT"
11191         ],
11192         "authors": [
11193             {
11194                 "name": "Fabien Potencier",
11195                 "email": "fabien@symfony.com"
11196             },
11197             {
11198                 "name": "Symfony Community",
11199                 "homepage": "https://symfony.com/contributors"
11200             }
11201         ],
11202         "description": "Symfony Process Component",
11203         "homepage": "https://symfony.com"
11204     },
11205     {
11206         "name": "symfony/psr-http-message-bridge",
11207         "version": "v1.0.2",
11208         "version_normalized": "1.0.2.0",
11209         "source": {
11210             "type": "git",
11211             "url": "https://github.com/symfony/psr-http-message-bridge.git",
11212             "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86"
11213         },
11214         "dist": {
11215             "type": "zip",
11216             "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c2b757934f2d9681a287e662efbc27c41fe8ef86",
11217             "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86",
11218             "shasum": ""
11219         },
11220         "require": {
11221             "php": ">=5.3.3",
11222             "psr/http-message": "~1.0",
11223             "symfony/http-foundation": "~2.3|~3.0|~4.0"
11224         },
11225         "require-dev": {
11226             "symfony/phpunit-bridge": "~3.2|4.0"
11227         },
11228         "suggest": {
11229             "psr/http-message-implementation": "To use the HttpFoundation factory",
11230             "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
11231         },
11232         "time": "2017-12-19T00:31:44+00:00",
11233         "type": "symfony-bridge",
11234         "extra": {
11235             "branch-alias": {
11236                 "dev-master": "1.0-dev"
11237             }
11238         },
11239         "installation-source": "dist",
11240         "autoload": {
11241             "psr-4": {
11242                 "Symfony\\Bridge\\PsrHttpMessage\\": ""
11243             }
11244         },
11245         "notification-url": "https://packagist.org/downloads/",
11246         "license": [
11247             "MIT"
11248         ],
11249         "authors": [
11250             {
11251                 "name": "Symfony Community",
11252                 "homepage": "http://symfony.com/contributors"
11253             },
11254             {
11255                 "name": "Fabien Potencier",
11256                 "email": "fabien@symfony.com"
11257             }
11258         ],
11259         "description": "PSR HTTP message bridge",
11260         "homepage": "http://symfony.com",
11261         "keywords": [
11262             "http",
11263             "http-message",
11264             "psr-7"
11265         ]
11266     },
11267     {
11268         "name": "symfony/routing",
11269         "version": "v3.4.10",
11270         "version_normalized": "3.4.10.0",
11271         "source": {
11272             "type": "git",
11273             "url": "https://github.com/symfony/routing.git",
11274             "reference": "e382da877f5304aabc12ec3073eec430670c8296"
11275         },
11276         "dist": {
11277             "type": "zip",
11278             "url": "https://api.github.com/repos/symfony/routing/zipball/e382da877f5304aabc12ec3073eec430670c8296",
11279             "reference": "e382da877f5304aabc12ec3073eec430670c8296",
11280             "shasum": ""
11281         },
11282         "require": {
11283             "php": "^5.5.9|>=7.0.8"
11284         },
11285         "conflict": {
11286             "symfony/config": "<3.3.1",
11287             "symfony/dependency-injection": "<3.3",
11288             "symfony/yaml": "<3.4"
11289         },
11290         "require-dev": {
11291             "doctrine/annotations": "~1.0",
11292             "doctrine/common": "~2.2",
11293             "psr/log": "~1.0",
11294             "symfony/config": "^3.3.1|~4.0",
11295             "symfony/dependency-injection": "~3.3|~4.0",
11296             "symfony/expression-language": "~2.8|~3.0|~4.0",
11297             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11298             "symfony/yaml": "~3.4|~4.0"
11299         },
11300         "suggest": {
11301             "doctrine/annotations": "For using the annotation loader",
11302             "symfony/config": "For using the all-in-one router or any loader",
11303             "symfony/dependency-injection": "For loading routes from a service",
11304             "symfony/expression-language": "For using expression matching",
11305             "symfony/http-foundation": "For using a Symfony Request object",
11306             "symfony/yaml": "For using the YAML loader"
11307         },
11308         "time": "2018-05-16T12:49:49+00:00",
11309         "type": "library",
11310         "extra": {
11311             "branch-alias": {
11312                 "dev-master": "3.4-dev"
11313             }
11314         },
11315         "installation-source": "dist",
11316         "autoload": {
11317             "psr-4": {
11318                 "Symfony\\Component\\Routing\\": ""
11319             },
11320             "exclude-from-classmap": [
11321                 "/Tests/"
11322             ]
11323         },
11324         "notification-url": "https://packagist.org/downloads/",
11325         "license": [
11326             "MIT"
11327         ],
11328         "authors": [
11329             {
11330                 "name": "Fabien Potencier",
11331                 "email": "fabien@symfony.com"
11332             },
11333             {
11334                 "name": "Symfony Community",
11335                 "homepage": "https://symfony.com/contributors"
11336             }
11337         ],
11338         "description": "Symfony Routing Component",
11339         "homepage": "https://symfony.com",
11340         "keywords": [
11341             "router",
11342             "routing",
11343             "uri",
11344             "url"
11345         ]
11346     },
11347     {
11348         "name": "symfony/serializer",
11349         "version": "v3.4.9",
11350         "version_normalized": "3.4.9.0",
11351         "source": {
11352             "type": "git",
11353             "url": "https://github.com/symfony/serializer.git",
11354             "reference": "d4dc1551da627273230fe16511f4bb4844c02399"
11355         },
11356         "dist": {
11357             "type": "zip",
11358             "url": "https://api.github.com/repos/symfony/serializer/zipball/d4dc1551da627273230fe16511f4bb4844c02399",
11359             "reference": "d4dc1551da627273230fe16511f4bb4844c02399",
11360             "shasum": ""
11361         },
11362         "require": {
11363             "php": "^5.5.9|>=7.0.8"
11364         },
11365         "conflict": {
11366             "phpdocumentor/type-resolver": "<0.2.1",
11367             "symfony/dependency-injection": "<3.2",
11368             "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
11369             "symfony/property-info": "<3.1",
11370             "symfony/yaml": "<3.4"
11371         },
11372         "require-dev": {
11373             "doctrine/annotations": "~1.0",
11374             "doctrine/cache": "~1.0",
11375             "phpdocumentor/reflection-docblock": "^3.0|^4.0",
11376             "symfony/cache": "~3.1|~4.0",
11377             "symfony/config": "~2.8|~3.0|~4.0",
11378             "symfony/dependency-injection": "~3.2|~4.0",
11379             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11380             "symfony/property-access": "~2.8|~3.0|~4.0",
11381             "symfony/property-info": "~3.1|~4.0",
11382             "symfony/yaml": "~3.4|~4.0"
11383         },
11384         "suggest": {
11385             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
11386             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
11387             "psr/cache-implementation": "For using the metadata cache.",
11388             "symfony/config": "For using the XML mapping loader.",
11389             "symfony/http-foundation": "To use the DataUriNormalizer.",
11390             "symfony/property-access": "For using the ObjectNormalizer.",
11391             "symfony/property-info": "To deserialize relations.",
11392             "symfony/yaml": "For using the default YAML mapping loader."
11393         },
11394         "time": "2018-03-15T19:08:29+00:00",
11395         "type": "library",
11396         "extra": {
11397             "branch-alias": {
11398                 "dev-master": "3.4-dev"
11399             }
11400         },
11401         "installation-source": "dist",
11402         "autoload": {
11403             "psr-4": {
11404                 "Symfony\\Component\\Serializer\\": ""
11405             },
11406             "exclude-from-classmap": [
11407                 "/Tests/"
11408             ]
11409         },
11410         "notification-url": "https://packagist.org/downloads/",
11411         "license": [
11412             "MIT"
11413         ],
11414         "authors": [
11415             {
11416                 "name": "Fabien Potencier",
11417                 "email": "fabien@symfony.com"
11418             },
11419             {
11420                 "name": "Symfony Community",
11421                 "homepage": "https://symfony.com/contributors"
11422             }
11423         ],
11424         "description": "Symfony Serializer Component",
11425         "homepage": "https://symfony.com"
11426     },
11427     {
11428         "name": "symfony/translation",
11429         "version": "v3.4.9",
11430         "version_normalized": "3.4.9.0",
11431         "source": {
11432             "type": "git",
11433             "url": "https://github.com/symfony/translation.git",
11434             "reference": "d4af50f46cd8171fd5c1cdebdb9a8bbcd8078c6c"
11435         },
11436         "dist": {
11437             "type": "zip",
11438             "url": "https://api.github.com/repos/symfony/translation/zipball/d4af50f46cd8171fd5c1cdebdb9a8bbcd8078c6c",
11439             "reference": "d4af50f46cd8171fd5c1cdebdb9a8bbcd8078c6c",
11440             "shasum": ""
11441         },
11442         "require": {
11443             "php": "^5.5.9|>=7.0.8",
11444             "symfony/polyfill-mbstring": "~1.0"
11445         },
11446         "conflict": {
11447             "symfony/config": "<2.8",
11448             "symfony/dependency-injection": "<3.4",
11449             "symfony/yaml": "<3.4"
11450         },
11451         "require-dev": {
11452             "psr/log": "~1.0",
11453             "symfony/config": "~2.8|~3.0|~4.0",
11454             "symfony/dependency-injection": "~3.4|~4.0",
11455             "symfony/finder": "~2.8|~3.0|~4.0",
11456             "symfony/intl": "^2.8.18|^3.2.5|~4.0",
11457             "symfony/yaml": "~3.4|~4.0"
11458         },
11459         "suggest": {
11460             "psr/log-implementation": "To use logging capability in translator",
11461             "symfony/config": "",
11462             "symfony/yaml": ""
11463         },
11464         "time": "2018-04-30T01:22:56+00:00",
11465         "type": "library",
11466         "extra": {
11467             "branch-alias": {
11468                 "dev-master": "3.4-dev"
11469             }
11470         },
11471         "installation-source": "dist",
11472         "autoload": {
11473             "psr-4": {
11474                 "Symfony\\Component\\Translation\\": ""
11475             },
11476             "exclude-from-classmap": [
11477                 "/Tests/"
11478             ]
11479         },
11480         "notification-url": "https://packagist.org/downloads/",
11481         "license": [
11482             "MIT"
11483         ],
11484         "authors": [
11485             {
11486                 "name": "Fabien Potencier",
11487                 "email": "fabien@symfony.com"
11488             },
11489             {
11490                 "name": "Symfony Community",
11491                 "homepage": "https://symfony.com/contributors"
11492             }
11493         ],
11494         "description": "Symfony Translation Component",
11495         "homepage": "https://symfony.com"
11496     },
11497     {
11498         "name": "symfony/validator",
11499         "version": "v3.4.9",
11500         "version_normalized": "3.4.9.0",
11501         "source": {
11502             "type": "git",
11503             "url": "https://github.com/symfony/validator.git",
11504             "reference": "d562929598e5f3cb3947937c9ccfb18d977a16b3"
11505         },
11506         "dist": {
11507             "type": "zip",
11508             "url": "https://api.github.com/repos/symfony/validator/zipball/d562929598e5f3cb3947937c9ccfb18d977a16b3",
11509             "reference": "d562929598e5f3cb3947937c9ccfb18d977a16b3",
11510             "shasum": ""
11511         },
11512         "require": {
11513             "php": "^5.5.9|>=7.0.8",
11514             "symfony/polyfill-mbstring": "~1.0",
11515             "symfony/translation": "~2.8|~3.0|~4.0"
11516         },
11517         "conflict": {
11518             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
11519             "symfony/dependency-injection": "<3.3",
11520             "symfony/http-kernel": "<3.3.5",
11521             "symfony/yaml": "<3.4"
11522         },
11523         "require-dev": {
11524             "doctrine/annotations": "~1.0",
11525             "doctrine/cache": "~1.0",
11526             "egulias/email-validator": "^1.2.8|~2.0",
11527             "symfony/cache": "~3.1|~4.0",
11528             "symfony/config": "~2.8|~3.0|~4.0",
11529             "symfony/dependency-injection": "~3.3|~4.0",
11530             "symfony/expression-language": "~2.8|~3.0|~4.0",
11531             "symfony/http-foundation": "~2.8|~3.0|~4.0",
11532             "symfony/http-kernel": "^3.3.5|~4.0",
11533             "symfony/intl": "^2.8.18|^3.2.5|~4.0",
11534             "symfony/property-access": "~2.8|~3.0|~4.0",
11535             "symfony/var-dumper": "~3.3|~4.0",
11536             "symfony/yaml": "~3.4|~4.0"
11537         },
11538         "suggest": {
11539             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
11540             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
11541             "egulias/email-validator": "Strict (RFC compliant) email validation",
11542             "psr/cache-implementation": "For using the metadata cache.",
11543             "symfony/config": "",
11544             "symfony/expression-language": "For using the Expression validator",
11545             "symfony/http-foundation": "",
11546             "symfony/intl": "",
11547             "symfony/property-access": "For accessing properties within comparison constraints",
11548             "symfony/yaml": ""
11549         },
11550         "time": "2018-04-20T10:02:27+00:00",
11551         "type": "library",
11552         "extra": {
11553             "branch-alias": {
11554                 "dev-master": "3.4-dev"
11555             }
11556         },
11557         "installation-source": "dist",
11558         "autoload": {
11559             "psr-4": {
11560                 "Symfony\\Component\\Validator\\": ""
11561             },
11562             "exclude-from-classmap": [
11563                 "/Tests/"
11564             ]
11565         },
11566         "notification-url": "https://packagist.org/downloads/",
11567         "license": [
11568             "MIT"
11569         ],
11570         "authors": [
11571             {
11572                 "name": "Fabien Potencier",
11573                 "email": "fabien@symfony.com"
11574             },
11575             {
11576                 "name": "Symfony Community",
11577                 "homepage": "https://symfony.com/contributors"
11578             }
11579         ],
11580         "description": "Symfony Validator Component",
11581         "homepage": "https://symfony.com"
11582     },
11583     {
11584         "name": "symfony/var-dumper",
11585         "version": "v3.4.9",
11586         "version_normalized": "3.4.9.0",
11587         "source": {
11588             "type": "git",
11589             "url": "https://github.com/symfony/var-dumper.git",
11590             "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73"
11591         },
11592         "dist": {
11593             "type": "zip",
11594             "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e6545672d8c9ce70dd472adc2f8b03155a46f73",
11595             "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73",
11596             "shasum": ""
11597         },
11598         "require": {
11599             "php": "^5.5.9|>=7.0.8",
11600             "symfony/polyfill-mbstring": "~1.0"
11601         },
11602         "conflict": {
11603             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11604         },
11605         "require-dev": {
11606             "ext-iconv": "*",
11607             "twig/twig": "~1.34|~2.4"
11608         },
11609         "suggest": {
11610             "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
11611             "ext-intl": "To show region name in time zone dump",
11612             "ext-symfony_debug": ""
11613         },
11614         "time": "2018-04-26T12:42:15+00:00",
11615         "type": "library",
11616         "extra": {
11617             "branch-alias": {
11618                 "dev-master": "3.4-dev"
11619             }
11620         },
11621         "installation-source": "dist",
11622         "autoload": {
11623             "files": [
11624                 "Resources/functions/dump.php"
11625             ],
11626             "psr-4": {
11627                 "Symfony\\Component\\VarDumper\\": ""
11628             },
11629             "exclude-from-classmap": [
11630                 "/Tests/"
11631             ]
11632         },
11633         "notification-url": "https://packagist.org/downloads/",
11634         "license": [
11635             "MIT"
11636         ],
11637         "authors": [
11638             {
11639                 "name": "Nicolas Grekas",
11640                 "email": "p@tchwork.com"
11641             },
11642             {
11643                 "name": "Symfony Community",
11644                 "homepage": "https://symfony.com/contributors"
11645             }
11646         ],
11647         "description": "Symfony mechanism for exploring and dumping PHP variables",
11648         "homepage": "https://symfony.com",
11649         "keywords": [
11650             "debug",
11651             "dump"
11652         ]
11653     },
11654     {
11655         "name": "symfony/yaml",
11656         "version": "v3.4.9",
11657         "version_normalized": "3.4.9.0",
11658         "source": {
11659             "type": "git",
11660             "url": "https://github.com/symfony/yaml.git",
11661             "reference": "033cfa61ef06ee0847e056e530201842b6e926c3"
11662         },
11663         "dist": {
11664             "type": "zip",
11665             "url": "https://api.github.com/repos/symfony/yaml/zipball/033cfa61ef06ee0847e056e530201842b6e926c3",
11666             "reference": "033cfa61ef06ee0847e056e530201842b6e926c3",
11667             "shasum": ""
11668         },
11669         "require": {
11670             "php": "^5.5.9|>=7.0.8"
11671         },
11672         "conflict": {
11673             "symfony/console": "<3.4"
11674         },
11675         "require-dev": {
11676             "symfony/console": "~3.4|~4.0"
11677         },
11678         "suggest": {
11679             "symfony/console": "For validating YAML files using the lint command"
11680         },
11681         "time": "2018-04-08T08:21:29+00:00",
11682         "type": "library",
11683         "extra": {
11684             "branch-alias": {
11685                 "dev-master": "3.4-dev"
11686             }
11687         },
11688         "installation-source": "dist",
11689         "autoload": {
11690             "psr-4": {
11691                 "Symfony\\Component\\Yaml\\": ""
11692             },
11693             "exclude-from-classmap": [
11694                 "/Tests/"
11695             ]
11696         },
11697         "notification-url": "https://packagist.org/downloads/",
11698         "license": [
11699             "MIT"
11700         ],
11701         "authors": [
11702             {
11703                 "name": "Fabien Potencier",
11704                 "email": "fabien@symfony.com"
11705             },
11706             {
11707                 "name": "Symfony Community",
11708                 "homepage": "https://symfony.com/contributors"
11709             }
11710         ],
11711         "description": "Symfony Yaml Component",
11712         "homepage": "https://symfony.com"
11713     },
11714     {
11715         "name": "twbs/bootstrap-sass",
11716         "version": "v3.3.7",
11717         "version_normalized": "3.3.7.0",
11718         "source": {
11719             "type": "git",
11720             "url": "https://github.com/twbs/bootstrap-sass.git",
11721             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
11722         },
11723         "dist": {
11724             "type": "zip",
11725             "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
11726             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
11727             "shasum": ""
11728         },
11729         "time": "2016-07-25T19:58:53+00:00",
11730         "type": "library",
11731         "extra": {
11732             "branch-alias": {
11733                 "dev-master": "3.3.x-dev"
11734             }
11735         },
11736         "installation-source": "dist",
11737         "notification-url": "https://packagist.org/downloads/",
11738         "license": [
11739             "MIT"
11740         ],
11741         "authors": [
11742             {
11743                 "name": "Mark Otto"
11744             },
11745             {
11746                 "name": "Thomas McDonald"
11747             },
11748             {
11749                 "name": "Tristan Harward"
11750             },
11751             {
11752                 "name": "Peter Gumeson"
11753             },
11754             {
11755                 "name": "Gleb Mazovetskiy"
11756             },
11757             {
11758                 "name": "Jacob Thornton"
11759             }
11760         ],
11761         "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
11762         "homepage": "http://github.com/twbs/bootstrap-sass",
11763         "keywords": [
11764             "bootstrap",
11765             "css",
11766             "sass"
11767         ]
11768     },
11769     {
11770         "name": "twig/twig",
11771         "version": "v1.35.3",
11772         "version_normalized": "1.35.3.0",
11773         "source": {
11774             "type": "git",
11775             "url": "https://github.com/twigphp/Twig.git",
11776             "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
11777         },
11778         "dist": {
11779             "type": "zip",
11780             "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
11781             "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
11782             "shasum": ""
11783         },
11784         "require": {
11785             "php": ">=5.3.3"
11786         },
11787         "require-dev": {
11788             "psr/container": "^1.0",
11789             "symfony/debug": "^2.7",
11790             "symfony/phpunit-bridge": "^3.3"
11791         },
11792         "time": "2018-03-20T04:25:58+00:00",
11793         "type": "library",
11794         "extra": {
11795             "branch-alias": {
11796                 "dev-master": "1.35-dev"
11797             }
11798         },
11799         "installation-source": "dist",
11800         "autoload": {
11801             "psr-0": {
11802                 "Twig_": "lib/"
11803             },
11804             "psr-4": {
11805                 "Twig\\": "src/"
11806             }
11807         },
11808         "notification-url": "https://packagist.org/downloads/",
11809         "license": [
11810             "BSD-3-Clause"
11811         ],
11812         "authors": [
11813             {
11814                 "name": "Fabien Potencier",
11815                 "email": "fabien@symfony.com",
11816                 "homepage": "http://fabien.potencier.org",
11817                 "role": "Lead Developer"
11818             },
11819             {
11820                 "name": "Armin Ronacher",
11821                 "email": "armin.ronacher@active-4.com",
11822                 "role": "Project Founder"
11823             },
11824             {
11825                 "name": "Twig Team",
11826                 "homepage": "http://twig.sensiolabs.org/contributors",
11827                 "role": "Contributors"
11828             }
11829         ],
11830         "description": "Twig, the flexible, fast, and secure template language for PHP",
11831         "homepage": "http://twig.sensiolabs.org",
11832         "keywords": [
11833             "templating"
11834         ]
11835     },
11836     {
11837         "name": "webflo/drupal-finder",
11838         "version": "1.1.0",
11839         "version_normalized": "1.1.0.0",
11840         "source": {
11841             "type": "git",
11842             "url": "https://github.com/webflo/drupal-finder.git",
11843             "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
11844         },
11845         "dist": {
11846             "type": "zip",
11847             "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
11848             "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
11849             "shasum": ""
11850         },
11851         "require-dev": {
11852             "mikey179/vfsstream": "^1.6",
11853             "phpunit/phpunit": "^4.8"
11854         },
11855         "time": "2017-10-24T08:12:11+00:00",
11856         "type": "library",
11857         "installation-source": "dist",
11858         "autoload": {
11859             "classmap": [
11860                 "src/DrupalFinder.php"
11861             ]
11862         },
11863         "notification-url": "https://packagist.org/downloads/",
11864         "license": [
11865             "GPL-2.0+"
11866         ],
11867         "authors": [
11868             {
11869                 "name": "Florian Weber",
11870                 "email": "florian@webflo.org"
11871             }
11872         ],
11873         "description": "Helper class to locate a Drupal installation from a given path."
11874     },
11875     {
11876         "name": "webmozart/assert",
11877         "version": "1.3.0",
11878         "version_normalized": "1.3.0.0",
11879         "source": {
11880             "type": "git",
11881             "url": "https://github.com/webmozart/assert.git",
11882             "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
11883         },
11884         "dist": {
11885             "type": "zip",
11886             "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
11887             "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
11888             "shasum": ""
11889         },
11890         "require": {
11891             "php": "^5.3.3 || ^7.0"
11892         },
11893         "require-dev": {
11894             "phpunit/phpunit": "^4.6",
11895             "sebastian/version": "^1.0.1"
11896         },
11897         "time": "2018-01-29T19:49:41+00:00",
11898         "type": "library",
11899         "extra": {
11900             "branch-alias": {
11901                 "dev-master": "1.3-dev"
11902             }
11903         },
11904         "installation-source": "dist",
11905         "autoload": {
11906             "psr-4": {
11907                 "Webmozart\\Assert\\": "src/"
11908             }
11909         },
11910         "notification-url": "https://packagist.org/downloads/",
11911         "license": [
11912             "MIT"
11913         ],
11914         "authors": [
11915             {
11916                 "name": "Bernhard Schussek",
11917                 "email": "bschussek@gmail.com"
11918             }
11919         ],
11920         "description": "Assertions to validate method input/output with nice error messages.",
11921         "keywords": [
11922             "assert",
11923             "check",
11924             "validate"
11925         ]
11926     },
11927     {
11928         "name": "webmozart/path-util",
11929         "version": "2.3.0",
11930         "version_normalized": "2.3.0.0",
11931         "source": {
11932             "type": "git",
11933             "url": "https://github.com/webmozart/path-util.git",
11934             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
11935         },
11936         "dist": {
11937             "type": "zip",
11938             "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11939             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11940             "shasum": ""
11941         },
11942         "require": {
11943             "php": ">=5.3.3",
11944             "webmozart/assert": "~1.0"
11945         },
11946         "require-dev": {
11947             "phpunit/phpunit": "^4.6",
11948             "sebastian/version": "^1.0.1"
11949         },
11950         "time": "2015-12-17T08:42:14+00:00",
11951         "type": "library",
11952         "extra": {
11953             "branch-alias": {
11954                 "dev-master": "2.3-dev"
11955             }
11956         },
11957         "installation-source": "dist",
11958         "autoload": {
11959             "psr-4": {
11960                 "Webmozart\\PathUtil\\": "src/"
11961             }
11962         },
11963         "notification-url": "https://packagist.org/downloads/",
11964         "license": [
11965             "MIT"
11966         ],
11967         "authors": [
11968             {
11969                 "name": "Bernhard Schussek",
11970                 "email": "bschussek@gmail.com"
11971             }
11972         ],
11973         "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths."
11974     },
11975     {
11976         "name": "zendframework/zend-diactoros",
11977         "version": "1.7.1",
11978         "version_normalized": "1.7.1.0",
11979         "source": {
11980             "type": "git",
11981             "url": "https://github.com/zendframework/zend-diactoros.git",
11982             "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
11983         },
11984         "dist": {
11985             "type": "zip",
11986             "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
11987             "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
11988             "shasum": ""
11989         },
11990         "require": {
11991             "php": "^5.6 || ^7.0",
11992             "psr/http-message": "^1.0"
11993         },
11994         "provide": {
11995             "psr/http-message-implementation": "1.0"
11996         },
11997         "require-dev": {
11998             "ext-dom": "*",
11999             "ext-libxml": "*",
12000             "phpunit/phpunit": "^5.7.16 || ^6.0.8",
12001             "zendframework/zend-coding-standard": "~1.0"
12002         },
12003         "time": "2018-02-26T15:44:50+00:00",
12004         "type": "library",
12005         "extra": {
12006             "branch-alias": {
12007                 "dev-master": "1.7.x-dev",
12008                 "dev-develop": "1.8.x-dev"
12009             }
12010         },
12011         "installation-source": "dist",
12012         "autoload": {
12013             "psr-4": {
12014                 "Zend\\Diactoros\\": "src/"
12015             }
12016         },
12017         "notification-url": "https://packagist.org/downloads/",
12018         "license": [
12019             "BSD-2-Clause"
12020         ],
12021         "description": "PSR HTTP Message implementations",
12022         "homepage": "https://github.com/zendframework/zend-diactoros",
12023         "keywords": [
12024             "http",
12025             "psr",
12026             "psr-7"
12027         ]
12028     },
12029     {
12030         "name": "zendframework/zend-escaper",
12031         "version": "2.6.0",
12032         "version_normalized": "2.6.0.0",
12033         "source": {
12034             "type": "git",
12035             "url": "https://github.com/zendframework/zend-escaper.git",
12036             "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
12037         },
12038         "dist": {
12039             "type": "zip",
12040             "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
12041             "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
12042             "shasum": ""
12043         },
12044         "require": {
12045             "php": "^5.6 || ^7.0"
12046         },
12047         "require-dev": {
12048             "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
12049             "zendframework/zend-coding-standard": "~1.0.0"
12050         },
12051         "time": "2018-04-25T15:48:53+00:00",
12052         "type": "library",
12053         "extra": {
12054             "branch-alias": {
12055                 "dev-master": "2.6.x-dev",
12056                 "dev-develop": "2.7.x-dev"
12057             }
12058         },
12059         "installation-source": "dist",
12060         "autoload": {
12061             "psr-4": {
12062                 "Zend\\Escaper\\": "src/"
12063             }
12064         },
12065         "notification-url": "https://packagist.org/downloads/",
12066         "license": [
12067             "BSD-3-Clause"
12068         ],
12069         "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
12070         "keywords": [
12071             "ZendFramework",
12072             "escaper",
12073             "zf"
12074         ]
12075     },
12076     {
12077         "name": "zendframework/zend-feed",
12078         "version": "2.9.1",
12079         "version_normalized": "2.9.1.0",
12080         "source": {
12081             "type": "git",
12082             "url": "https://github.com/zendframework/zend-feed.git",
12083             "reference": "15a6ca78dd8f67b687e4f902657b4e420a8fd1e0"
12084         },
12085         "dist": {
12086             "type": "zip",
12087             "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/15a6ca78dd8f67b687e4f902657b4e420a8fd1e0",
12088             "reference": "15a6ca78dd8f67b687e4f902657b4e420a8fd1e0",
12089             "shasum": ""
12090         },
12091         "require": {
12092             "php": "^5.6 || ^7.0",
12093             "zendframework/zend-escaper": "^2.5.2",
12094             "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
12095         },
12096         "require-dev": {
12097             "phpunit/phpunit": "^5.7.23 || ^6.4.3",
12098             "psr/http-message": "^1.0.1",
12099             "zendframework/zend-cache": "^2.7.2",
12100             "zendframework/zend-coding-standard": "~1.0.0",
12101             "zendframework/zend-db": "^2.8.2",
12102             "zendframework/zend-http": "^2.7",
12103             "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
12104             "zendframework/zend-validator": "^2.10.1"
12105         },
12106         "suggest": {
12107             "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
12108             "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
12109             "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
12110             "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
12111             "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
12112             "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
12113         },
12114         "time": "2018-05-14T21:45:18+00:00",
12115         "type": "library",
12116         "extra": {
12117             "branch-alias": {
12118                 "dev-master": "2.9-dev",
12119                 "dev-develop": "2.10-dev"
12120             }
12121         },
12122         "installation-source": "dist",
12123         "autoload": {
12124             "psr-4": {
12125                 "Zend\\Feed\\": "src/"
12126             }
12127         },
12128         "notification-url": "https://packagist.org/downloads/",
12129         "license": [
12130             "BSD-3-Clause"
12131         ],
12132         "description": "provides functionality for consuming RSS and Atom feeds",
12133         "keywords": [
12134             "ZendFramework",
12135             "feed",
12136             "zf"
12137         ]
12138     },
12139     {
12140         "name": "zendframework/zend-stdlib",
12141         "version": "3.2.0",
12142         "version_normalized": "3.2.0.0",
12143         "source": {
12144             "type": "git",
12145             "url": "https://github.com/zendframework/zend-stdlib.git",
12146             "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae"
12147         },
12148         "dist": {
12149             "type": "zip",
12150             "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
12151             "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
12152             "shasum": ""
12153         },
12154         "require": {
12155             "php": "^5.6 || ^7.0"
12156         },
12157         "require-dev": {
12158             "phpbench/phpbench": "^0.13",
12159             "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
12160             "zendframework/zend-coding-standard": "~1.0.0"
12161         },
12162         "time": "2018-04-30T13:50:40+00:00",
12163         "type": "library",
12164         "extra": {
12165             "branch-alias": {
12166                 "dev-master": "3.2.x-dev",
12167                 "dev-develop": "3.3.x-dev"
12168             }
12169         },
12170         "installation-source": "dist",
12171         "autoload": {
12172             "psr-4": {
12173                 "Zend\\Stdlib\\": "src/"
12174             }
12175         },
12176         "notification-url": "https://packagist.org/downloads/",
12177         "license": [
12178             "BSD-3-Clause"
12179         ],
12180         "description": "SPL extensions, array utilities, error handlers, and more",
12181         "keywords": [
12182             "ZendFramework",
12183             "stdlib",
12184             "zf"
12185         ]
12186     }
12187 ]