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