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