Security update to Drupal 8.4.6
[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/behat",
185         "version": "v3.4.1",
186         "version_normalized": "3.4.1.0",
187         "source": {
188             "type": "git",
189             "url": "https://github.com/Behat/Behat.git",
190             "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692"
191         },
192         "dist": {
193             "type": "zip",
194             "url": "https://api.github.com/repos/Behat/Behat/zipball/cb51d4b0b11ea6d3897f3589a871a63a33632692",
195             "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692",
196             "shasum": ""
197         },
198         "require": {
199             "behat/gherkin": "^4.5.1",
200             "behat/transliterator": "^1.2",
201             "container-interop/container-interop": "^1.2",
202             "ext-mbstring": "*",
203             "php": ">=5.3.3",
204             "psr/container": "^1.0",
205             "symfony/class-loader": "~2.1||~3.0",
206             "symfony/config": "~2.3||~3.0",
207             "symfony/console": "~2.5||~3.0",
208             "symfony/dependency-injection": "~2.1||~3.0",
209             "symfony/event-dispatcher": "~2.1||~3.0",
210             "symfony/translation": "~2.3||~3.0",
211             "symfony/yaml": "~2.1||~3.0"
212         },
213         "require-dev": {
214             "herrera-io/box": "~1.6.1",
215             "phpunit/phpunit": "~4.5",
216             "symfony/process": "~2.5|~3.0"
217         },
218         "suggest": {
219             "behat/mink-extension": "for integration with Mink testing framework",
220             "behat/symfony2-extension": "for integration with Symfony2 web framework",
221             "behat/yii-extension": "for integration with Yii web framework"
222         },
223         "time": "2017-09-18T11:10:28+00:00",
224         "bin": [
225             "bin/behat"
226         ],
227         "type": "library",
228         "extra": {
229             "branch-alias": {
230                 "dev-master": "3.2.x-dev"
231             }
232         },
233         "installation-source": "dist",
234         "autoload": {
235             "psr-0": {
236                 "Behat\\Behat": "src/",
237                 "Behat\\Testwork": "src/"
238             }
239         },
240         "notification-url": "https://packagist.org/downloads/",
241         "license": [
242             "MIT"
243         ],
244         "authors": [
245             {
246                 "name": "Konstantin Kudryashov",
247                 "email": "ever.zet@gmail.com",
248                 "homepage": "http://everzet.com"
249             }
250         ],
251         "description": "Scenario-oriented BDD framework for PHP 5.3",
252         "homepage": "http://behat.org/",
253         "keywords": [
254             "Agile",
255             "BDD",
256             "ScenarioBDD",
257             "Scrum",
258             "StoryBDD",
259             "User story",
260             "business",
261             "development",
262             "documentation",
263             "examples",
264             "symfony",
265             "testing"
266         ]
267     },
268     {
269         "name": "behat/gherkin",
270         "version": "v4.5.1",
271         "version_normalized": "4.5.1.0",
272         "source": {
273             "type": "git",
274             "url": "https://github.com/Behat/Gherkin.git",
275             "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
276         },
277         "dist": {
278             "type": "zip",
279             "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
280             "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
281             "shasum": ""
282         },
283         "require": {
284             "php": ">=5.3.1"
285         },
286         "require-dev": {
287             "phpunit/phpunit": "~4.5|~5",
288             "symfony/phpunit-bridge": "~2.7|~3",
289             "symfony/yaml": "~2.3|~3"
290         },
291         "suggest": {
292             "symfony/yaml": "If you want to parse features, represented in YAML files"
293         },
294         "time": "2017-08-30T11:04:43+00:00",
295         "type": "library",
296         "extra": {
297             "branch-alias": {
298                 "dev-master": "4.4-dev"
299             }
300         },
301         "installation-source": "dist",
302         "autoload": {
303             "psr-0": {
304                 "Behat\\Gherkin": "src/"
305             }
306         },
307         "notification-url": "https://packagist.org/downloads/",
308         "license": [
309             "MIT"
310         ],
311         "authors": [
312             {
313                 "name": "Konstantin Kudryashov",
314                 "email": "ever.zet@gmail.com",
315                 "homepage": "http://everzet.com"
316             }
317         ],
318         "description": "Gherkin DSL parser for PHP 5.3",
319         "homepage": "http://behat.org/",
320         "keywords": [
321             "BDD",
322             "Behat",
323             "Cucumber",
324             "DSL",
325             "gherkin",
326             "parser"
327         ]
328     },
329     {
330         "name": "behat/mink",
331         "version": "v1.7.1",
332         "version_normalized": "1.7.1.0",
333         "source": {
334             "type": "git",
335             "url": "https://github.com/minkphp/Mink.git",
336             "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
337         },
338         "dist": {
339             "type": "zip",
340             "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
341             "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
342             "shasum": ""
343         },
344         "require": {
345             "php": ">=5.3.1",
346             "symfony/css-selector": "~2.1|~3.0"
347         },
348         "require-dev": {
349             "symfony/phpunit-bridge": "~2.7|~3.0"
350         },
351         "suggest": {
352             "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
353             "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
354             "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
355             "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
356         },
357         "time": "2016-03-05T08:26:18+00:00",
358         "type": "library",
359         "extra": {
360             "branch-alias": {
361                 "dev-master": "1.7.x-dev"
362             }
363         },
364         "installation-source": "dist",
365         "autoload": {
366             "psr-4": {
367                 "Behat\\Mink\\": "src/"
368             }
369         },
370         "notification-url": "https://packagist.org/downloads/",
371         "license": [
372             "MIT"
373         ],
374         "authors": [
375             {
376                 "name": "Konstantin Kudryashov",
377                 "email": "ever.zet@gmail.com",
378                 "homepage": "http://everzet.com"
379             }
380         ],
381         "description": "Browser controller/emulator abstraction for PHP",
382         "homepage": "http://mink.behat.org/",
383         "keywords": [
384             "browser",
385             "testing",
386             "web"
387         ]
388     },
389     {
390         "name": "behat/mink-browserkit-driver",
391         "version": "v1.3.2",
392         "version_normalized": "1.3.2.0",
393         "source": {
394             "type": "git",
395             "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
396             "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
397         },
398         "dist": {
399             "type": "zip",
400             "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
401             "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
402             "shasum": ""
403         },
404         "require": {
405             "behat/mink": "^1.7.1@dev",
406             "php": ">=5.3.6",
407             "symfony/browser-kit": "~2.3|~3.0",
408             "symfony/dom-crawler": "~2.3|~3.0"
409         },
410         "require-dev": {
411             "silex/silex": "~1.2",
412             "symfony/phpunit-bridge": "~2.7|~3.0"
413         },
414         "time": "2016-03-05T08:59:47+00:00",
415         "type": "mink-driver",
416         "extra": {
417             "branch-alias": {
418                 "dev-master": "1.3.x-dev"
419             }
420         },
421         "installation-source": "dist",
422         "autoload": {
423             "psr-4": {
424                 "Behat\\Mink\\Driver\\": "src/"
425             }
426         },
427         "notification-url": "https://packagist.org/downloads/",
428         "license": [
429             "MIT"
430         ],
431         "authors": [
432             {
433                 "name": "Konstantin Kudryashov",
434                 "email": "ever.zet@gmail.com",
435                 "homepage": "http://everzet.com"
436             }
437         ],
438         "description": "Symfony2 BrowserKit driver for Mink framework",
439         "homepage": "http://mink.behat.org/",
440         "keywords": [
441             "Mink",
442             "Symfony2",
443             "browser",
444             "testing"
445         ]
446     },
447     {
448         "name": "behat/mink-extension",
449         "version": "v2.2",
450         "version_normalized": "2.2.0.0",
451         "source": {
452             "type": "git",
453             "url": "https://github.com/Behat/MinkExtension.git",
454             "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
455         },
456         "dist": {
457             "type": "zip",
458             "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
459             "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
460             "shasum": ""
461         },
462         "require": {
463             "behat/behat": "~3.0,>=3.0.5",
464             "behat/mink": "~1.5",
465             "php": ">=5.3.2",
466             "symfony/config": "~2.2|~3.0"
467         },
468         "require-dev": {
469             "behat/mink-goutte-driver": "~1.1",
470             "phpspec/phpspec": "~2.0"
471         },
472         "time": "2016-02-15T07:55:18+00:00",
473         "type": "behat-extension",
474         "extra": {
475             "branch-alias": {
476                 "dev-master": "2.1.x-dev"
477             }
478         },
479         "installation-source": "dist",
480         "autoload": {
481             "psr-0": {
482                 "Behat\\MinkExtension": "src/"
483             }
484         },
485         "notification-url": "https://packagist.org/downloads/",
486         "license": [
487             "MIT"
488         ],
489         "authors": [
490             {
491                 "name": "Christophe Coevoet",
492                 "email": "stof@notk.org"
493             },
494             {
495                 "name": "Konstantin Kudryashov",
496                 "email": "ever.zet@gmail.com"
497             }
498         ],
499         "description": "Mink extension for Behat",
500         "homepage": "http://extensions.behat.org/mink",
501         "keywords": [
502             "browser",
503             "gui",
504             "test",
505             "web"
506         ]
507     },
508     {
509         "name": "behat/mink-goutte-driver",
510         "version": "v1.2.1",
511         "version_normalized": "1.2.1.0",
512         "source": {
513             "type": "git",
514             "url": "https://github.com/minkphp/MinkGoutteDriver.git",
515             "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
516         },
517         "dist": {
518             "type": "zip",
519             "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
520             "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
521             "shasum": ""
522         },
523         "require": {
524             "behat/mink": "~1.6@dev",
525             "behat/mink-browserkit-driver": "~1.2@dev",
526             "fabpot/goutte": "~1.0.4|~2.0|~3.1",
527             "php": ">=5.3.1"
528         },
529         "require-dev": {
530             "symfony/phpunit-bridge": "~2.7|~3.0"
531         },
532         "time": "2016-03-05T09:04:22+00:00",
533         "type": "mink-driver",
534         "extra": {
535             "branch-alias": {
536                 "dev-master": "1.2.x-dev"
537             }
538         },
539         "installation-source": "dist",
540         "autoload": {
541             "psr-4": {
542                 "Behat\\Mink\\Driver\\": "src/"
543             }
544         },
545         "notification-url": "https://packagist.org/downloads/",
546         "license": [
547             "MIT"
548         ],
549         "authors": [
550             {
551                 "name": "Konstantin Kudryashov",
552                 "email": "ever.zet@gmail.com",
553                 "homepage": "http://everzet.com"
554             }
555         ],
556         "description": "Goutte driver for Mink framework",
557         "homepage": "http://mink.behat.org/",
558         "keywords": [
559             "browser",
560             "goutte",
561             "headless",
562             "testing"
563         ]
564     },
565     {
566         "name": "behat/mink-selenium2-driver",
567         "version": "v1.3.1",
568         "version_normalized": "1.3.1.0",
569         "source": {
570             "type": "git",
571             "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
572             "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
573         },
574         "dist": {
575             "type": "zip",
576             "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
577             "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
578             "shasum": ""
579         },
580         "require": {
581             "behat/mink": "~1.7@dev",
582             "instaclick/php-webdriver": "~1.1",
583             "php": ">=5.3.1"
584         },
585         "require-dev": {
586             "symfony/phpunit-bridge": "~2.7"
587         },
588         "time": "2016-03-05T09:10:18+00:00",
589         "type": "mink-driver",
590         "extra": {
591             "branch-alias": {
592                 "dev-master": "1.3.x-dev"
593             }
594         },
595         "installation-source": "dist",
596         "autoload": {
597             "psr-4": {
598                 "Behat\\Mink\\Driver\\": "src/"
599             }
600         },
601         "notification-url": "https://packagist.org/downloads/",
602         "license": [
603             "MIT"
604         ],
605         "authors": [
606             {
607                 "name": "Konstantin Kudryashov",
608                 "email": "ever.zet@gmail.com",
609                 "homepage": "http://everzet.com"
610             },
611             {
612                 "name": "Pete Otaqui",
613                 "email": "pete@otaqui.com",
614                 "homepage": "https://github.com/pete-otaqui"
615             }
616         ],
617         "description": "Selenium2 (WebDriver) driver for Mink framework",
618         "homepage": "http://mink.behat.org/",
619         "keywords": [
620             "ajax",
621             "browser",
622             "javascript",
623             "selenium",
624             "testing",
625             "webdriver"
626         ]
627     },
628     {
629         "name": "behat/transliterator",
630         "version": "v1.2.0",
631         "version_normalized": "1.2.0.0",
632         "source": {
633             "type": "git",
634             "url": "https://github.com/Behat/Transliterator.git",
635             "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
636         },
637         "dist": {
638             "type": "zip",
639             "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
640             "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
641             "shasum": ""
642         },
643         "require": {
644             "php": ">=5.3.3"
645         },
646         "require-dev": {
647             "chuyskywalker/rolling-curl": "^3.1",
648             "php-yaoi/php-yaoi": "^1.0"
649         },
650         "time": "2017-04-04T11:38:05+00:00",
651         "type": "library",
652         "extra": {
653             "branch-alias": {
654                 "dev-master": "1.2-dev"
655             }
656         },
657         "installation-source": "dist",
658         "autoload": {
659             "psr-0": {
660                 "Behat\\Transliterator": "src/"
661             }
662         },
663         "notification-url": "https://packagist.org/downloads/",
664         "license": [
665             "Artistic-1.0"
666         ],
667         "description": "String transliterator",
668         "keywords": [
669             "i18n",
670             "slug",
671             "transliterator"
672         ]
673     },
674     {
675         "name": "caxy/php-htmldiff",
676         "version": "v0.1.5",
677         "version_normalized": "0.1.5.0",
678         "source": {
679             "type": "git",
680             "url": "https://github.com/caxy/php-htmldiff.git",
681             "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc"
682         },
683         "dist": {
684             "type": "zip",
685             "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/d7540c9938c860f2cb7083f72ba24c45f51d57bc",
686             "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc",
687             "shasum": ""
688         },
689         "require": {
690             "ezyang/htmlpurifier": "^4.7",
691             "php": ">=5.3.3",
692             "sunra/php-simple-html-dom-parser": "^1.5"
693         },
694         "require-dev": {
695             "doctrine/cache": "~1.0",
696             "phpunit/phpunit": "~5.0"
697         },
698         "suggest": {
699             "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
700         },
701         "time": "2017-06-12T17:35:44+00:00",
702         "type": "library",
703         "extra": {
704             "branch-alias": {
705                 "dev-master": "0.1.x-dev"
706             }
707         },
708         "installation-source": "dist",
709         "autoload": {
710             "psr-0": {
711                 "Caxy\\HtmlDiff": "lib/"
712             }
713         },
714         "notification-url": "https://packagist.org/downloads/",
715         "license": [
716             "GPL-2.0"
717         ],
718         "authors": [
719             {
720                 "name": "Josh Schroeder",
721                 "email": "jschroeder@caxy.com",
722                 "homepage": "http://www.caxy.com"
723             }
724         ],
725         "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
726         "homepage": "https://github.com/caxy/php-htmldiff",
727         "keywords": [
728             "diff",
729             "html"
730         ]
731     },
732     {
733         "name": "cebe/markdown",
734         "version": "1.0.2",
735         "version_normalized": "1.0.2.0",
736         "source": {
737             "type": "git",
738             "url": "https://github.com/cebe/markdown.git",
739             "reference": "f681fee8303310415b746f3758eeda0a7ad08bda"
740         },
741         "dist": {
742             "type": "zip",
743             "url": "https://api.github.com/repos/cebe/markdown/zipball/f681fee8303310415b746f3758eeda0a7ad08bda",
744             "reference": "f681fee8303310415b746f3758eeda0a7ad08bda",
745             "shasum": ""
746         },
747         "require": {
748             "lib-pcre": "*",
749             "php": ">=5.4.0"
750         },
751         "require-dev": {
752             "cebe/indent": "*",
753             "facebook/xhprof": "*@dev",
754             "phpunit/phpunit": "3.7.*"
755         },
756         "time": "2015-03-06T05:21:16+00:00",
757         "bin": [
758             "bin/markdown"
759         ],
760         "type": "library",
761         "extra": {
762             "branch-alias": {
763                 "dev-master": "1.0.x-dev"
764             }
765         },
766         "installation-source": "dist",
767         "autoload": {
768             "psr-4": {
769                 "cebe\\markdown\\": ""
770             }
771         },
772         "notification-url": "https://packagist.org/downloads/",
773         "license": [
774             "MIT"
775         ],
776         "authors": [
777             {
778                 "name": "Carsten Brandt",
779                 "email": "mail@cebe.cc",
780                 "homepage": "http://cebe.cc/",
781                 "role": "Creator"
782             }
783         ],
784         "description": "A super fast, highly extensible markdown parser for PHP",
785         "homepage": "https://github.com/cebe/markdown#readme",
786         "keywords": [
787             "extensible",
788             "fast",
789             "gfm",
790             "markdown",
791             "markdown-extra"
792         ]
793     },
794     {
795         "name": "composer/installers",
796         "version": "v1.3.0",
797         "version_normalized": "1.3.0.0",
798         "source": {
799             "type": "git",
800             "url": "https://github.com/composer/installers.git",
801             "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045"
802         },
803         "dist": {
804             "type": "zip",
805             "url": "https://api.github.com/repos/composer/installers/zipball/79ad876c7498c0bbfe7eed065b8651c93bfd6045",
806             "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045",
807             "shasum": ""
808         },
809         "require": {
810             "composer-plugin-api": "^1.0"
811         },
812         "replace": {
813             "roundcube/plugin-installer": "*",
814             "shama/baton": "*"
815         },
816         "require-dev": {
817             "composer/composer": "1.0.*@dev",
818             "phpunit/phpunit": "4.1.*"
819         },
820         "time": "2017-04-24T06:37:16+00:00",
821         "type": "composer-plugin",
822         "extra": {
823             "class": "Composer\\Installers\\Plugin",
824             "branch-alias": {
825                 "dev-master": "1.0-dev"
826             }
827         },
828         "installation-source": "dist",
829         "autoload": {
830             "psr-4": {
831                 "Composer\\Installers\\": "src/Composer/Installers"
832             }
833         },
834         "notification-url": "https://packagist.org/downloads/",
835         "license": [
836             "MIT"
837         ],
838         "authors": [
839             {
840                 "name": "Kyle Robinson Young",
841                 "email": "kyle@dontkry.com",
842                 "homepage": "https://github.com/shama"
843             }
844         ],
845         "description": "A multi-framework Composer library installer",
846         "homepage": "https://composer.github.io/installers/",
847         "keywords": [
848             "Craft",
849             "Dolibarr",
850             "Eliasis",
851             "Hurad",
852             "ImageCMS",
853             "Kanboard",
854             "MODX Evo",
855             "Mautic",
856             "Maya",
857             "OXID",
858             "Plentymarkets",
859             "Porto",
860             "RadPHP",
861             "SMF",
862             "Thelia",
863             "WolfCMS",
864             "agl",
865             "aimeos",
866             "annotatecms",
867             "attogram",
868             "bitrix",
869             "cakephp",
870             "chef",
871             "cockpit",
872             "codeigniter",
873             "concrete5",
874             "croogo",
875             "dokuwiki",
876             "drupal",
877             "elgg",
878             "expressionengine",
879             "fuelphp",
880             "grav",
881             "installer",
882             "itop",
883             "joomla",
884             "kohana",
885             "laravel",
886             "lavalite",
887             "lithium",
888             "magento",
889             "mako",
890             "mediawiki",
891             "modulework",
892             "moodle",
893             "phpbb",
894             "piwik",
895             "ppi",
896             "puppet",
897             "reindex",
898             "roundcube",
899             "shopware",
900             "silverstripe",
901             "sydes",
902             "symfony",
903             "typo3",
904             "wordpress",
905             "yawik",
906             "zend",
907             "zikula"
908         ]
909     },
910     {
911         "name": "composer/semver",
912         "version": "1.4.2",
913         "version_normalized": "1.4.2.0",
914         "source": {
915             "type": "git",
916             "url": "https://github.com/composer/semver.git",
917             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
918         },
919         "dist": {
920             "type": "zip",
921             "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
922             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
923             "shasum": ""
924         },
925         "require": {
926             "php": "^5.3.2 || ^7.0"
927         },
928         "require-dev": {
929             "phpunit/phpunit": "^4.5 || ^5.0.5",
930             "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
931         },
932         "time": "2016-08-30T16:08:34+00:00",
933         "type": "library",
934         "extra": {
935             "branch-alias": {
936                 "dev-master": "1.x-dev"
937             }
938         },
939         "installation-source": "dist",
940         "autoload": {
941             "psr-4": {
942                 "Composer\\Semver\\": "src"
943             }
944         },
945         "notification-url": "https://packagist.org/downloads/",
946         "license": [
947             "MIT"
948         ],
949         "authors": [
950             {
951                 "name": "Nils Adermann",
952                 "email": "naderman@naderman.de",
953                 "homepage": "http://www.naderman.de"
954             },
955             {
956                 "name": "Jordi Boggiano",
957                 "email": "j.boggiano@seld.be",
958                 "homepage": "http://seld.be"
959             },
960             {
961                 "name": "Rob Bast",
962                 "email": "rob.bast@gmail.com",
963                 "homepage": "http://robbast.nl"
964             }
965         ],
966         "description": "Semver library that offers utilities, version constraint parsing and validation.",
967         "keywords": [
968             "semantic",
969             "semver",
970             "validation",
971             "versioning"
972         ]
973     },
974     {
975         "name": "consolidation/annotated-command",
976         "version": "2.8.3",
977         "version_normalized": "2.8.3.0",
978         "source": {
979             "type": "git",
980             "url": "https://github.com/consolidation/annotated-command.git",
981             "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437"
982         },
983         "dist": {
984             "type": "zip",
985             "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
986             "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
987             "shasum": ""
988         },
989         "require": {
990             "consolidation/output-formatters": "^3.1.12",
991             "php": ">=5.4.0",
992             "psr/log": "^1",
993             "symfony/console": "^2.8|^3|^4",
994             "symfony/event-dispatcher": "^2.5|^3|^4",
995             "symfony/finder": "^2.5|^3|^4"
996         },
997         "require-dev": {
998             "greg-1-anderson/composer-test-scenarios": "^1",
999             "phpunit/phpunit": "^4.8",
1000             "satooshi/php-coveralls": "^1.0.2 | dev-master",
1001             "squizlabs/php_codesniffer": "^2.7"
1002         },
1003         "time": "2018-02-23T16:32:04+00:00",
1004         "type": "library",
1005         "extra": {
1006             "branch-alias": {
1007                 "dev-master": "2.x-dev"
1008             }
1009         },
1010         "installation-source": "dist",
1011         "autoload": {
1012             "psr-4": {
1013                 "Consolidation\\AnnotatedCommand\\": "src"
1014             }
1015         },
1016         "notification-url": "https://packagist.org/downloads/",
1017         "license": [
1018             "MIT"
1019         ],
1020         "authors": [
1021             {
1022                 "name": "Greg Anderson",
1023                 "email": "greg.1.anderson@greenknowe.org"
1024             }
1025         ],
1026         "description": "Initialize Symfony Console commands from annotated command class methods."
1027     },
1028     {
1029         "name": "consolidation/output-formatters",
1030         "version": "3.1.13",
1031         "version_normalized": "3.1.13.0",
1032         "source": {
1033             "type": "git",
1034             "url": "https://github.com/consolidation/output-formatters.git",
1035             "reference": "3188461e965b32148c8fb85261833b2b72d34b8c"
1036         },
1037         "dist": {
1038             "type": "zip",
1039             "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/3188461e965b32148c8fb85261833b2b72d34b8c",
1040             "reference": "3188461e965b32148c8fb85261833b2b72d34b8c",
1041             "shasum": ""
1042         },
1043         "require": {
1044             "php": ">=5.4.0",
1045             "symfony/console": "^2.8|^3|^4",
1046             "symfony/finder": "^2.5|^3|^4"
1047         },
1048         "require-dev": {
1049             "phpunit/phpunit": "^4.8",
1050             "satooshi/php-coveralls": "^1.0.2 | dev-master",
1051             "squizlabs/php_codesniffer": "^2.7",
1052             "victorjonsson/markdowndocs": "^1.3"
1053         },
1054         "time": "2017-11-29T15:25:38+00:00",
1055         "type": "library",
1056         "extra": {
1057             "branch-alias": {
1058                 "dev-master": "3.x-dev"
1059             }
1060         },
1061         "installation-source": "dist",
1062         "autoload": {
1063             "psr-4": {
1064                 "Consolidation\\OutputFormatters\\": "src"
1065             }
1066         },
1067         "notification-url": "https://packagist.org/downloads/",
1068         "license": [
1069             "MIT"
1070         ],
1071         "authors": [
1072             {
1073                 "name": "Greg Anderson",
1074                 "email": "greg.1.anderson@greenknowe.org"
1075             }
1076         ],
1077         "description": "Format text by applying transformations provided by plug-in formatters."
1078     },
1079     {
1080         "name": "container-interop/container-interop",
1081         "version": "1.2.0",
1082         "version_normalized": "1.2.0.0",
1083         "source": {
1084             "type": "git",
1085             "url": "https://github.com/container-interop/container-interop.git",
1086             "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
1087         },
1088         "dist": {
1089             "type": "zip",
1090             "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
1091             "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
1092             "shasum": ""
1093         },
1094         "require": {
1095             "psr/container": "^1.0"
1096         },
1097         "time": "2017-02-14T19:40:03+00:00",
1098         "type": "library",
1099         "installation-source": "dist",
1100         "autoload": {
1101             "psr-4": {
1102                 "Interop\\Container\\": "src/Interop/Container/"
1103             }
1104         },
1105         "notification-url": "https://packagist.org/downloads/",
1106         "license": [
1107             "MIT"
1108         ],
1109         "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
1110         "homepage": "https://github.com/container-interop/container-interop"
1111     },
1112     {
1113         "name": "cweagans/composer-patches",
1114         "version": "1.6.1",
1115         "version_normalized": "1.6.1.0",
1116         "source": {
1117             "type": "git",
1118             "url": "https://github.com/cweagans/composer-patches.git",
1119             "reference": "b3036f23b73570ab5d869e345277786c8eb248a9"
1120         },
1121         "dist": {
1122             "type": "zip",
1123             "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/b3036f23b73570ab5d869e345277786c8eb248a9",
1124             "reference": "b3036f23b73570ab5d869e345277786c8eb248a9",
1125             "shasum": ""
1126         },
1127         "require": {
1128             "composer-plugin-api": "^1.0",
1129             "php": ">=5.3.0"
1130         },
1131         "require-dev": {
1132             "composer/composer": "~1.0",
1133             "phpunit/phpunit": "~4.6"
1134         },
1135         "time": "2017-03-19T18:18:52+00:00",
1136         "type": "composer-plugin",
1137         "extra": {
1138             "class": "cweagans\\Composer\\Patches"
1139         },
1140         "installation-source": "dist",
1141         "autoload": {
1142             "psr-4": {
1143                 "cweagans\\Composer\\": "src"
1144             }
1145         },
1146         "notification-url": "https://packagist.org/downloads/",
1147         "license": [
1148             "BSD-2-Clause"
1149         ],
1150         "authors": [
1151             {
1152                 "name": "Cameron Eagans",
1153                 "email": "me@cweagans.net"
1154             }
1155         ],
1156         "description": "Provides a way to patch Composer packages."
1157     },
1158     {
1159         "name": "dflydev/dot-access-configuration",
1160         "version": "v1.0.2",
1161         "version_normalized": "1.0.2.0",
1162         "source": {
1163             "type": "git",
1164             "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
1165             "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d"
1166         },
1167         "dist": {
1168             "type": "zip",
1169             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/ae6e7138b1d9063d343322cca63994ee1ac5161d",
1170             "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d",
1171             "shasum": ""
1172         },
1173         "require": {
1174             "dflydev/dot-access-data": "1.*",
1175             "dflydev/placeholder-resolver": "1.*",
1176             "php": ">=5.3.2"
1177         },
1178         "require-dev": {
1179             "symfony/yaml": "~2.1"
1180         },
1181         "suggest": {
1182             "symfony/yaml": "Required for using the YAML Configuration Builders"
1183         },
1184         "time": "2016-12-12T17:43:40+00:00",
1185         "type": "library",
1186         "extra": {
1187             "branch-alias": {
1188                 "dev-master": "1.0-dev"
1189             }
1190         },
1191         "installation-source": "dist",
1192         "autoload": {
1193             "psr-0": {
1194                 "Dflydev\\DotAccessConfiguration": "src"
1195             }
1196         },
1197         "notification-url": "https://packagist.org/downloads/",
1198         "license": [
1199             "MIT"
1200         ],
1201         "authors": [
1202             {
1203                 "name": "Dragonfly Development Inc.",
1204                 "email": "info@dflydev.com",
1205                 "homepage": "http://dflydev.com"
1206             },
1207             {
1208                 "name": "Beau Simensen",
1209                 "email": "beau@dflydev.com",
1210                 "homepage": "http://beausimensen.com"
1211             }
1212         ],
1213         "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
1214         "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
1215         "keywords": [
1216             "config",
1217             "configuration"
1218         ]
1219     },
1220     {
1221         "name": "dflydev/dot-access-data",
1222         "version": "v1.1.0",
1223         "version_normalized": "1.1.0.0",
1224         "source": {
1225             "type": "git",
1226             "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
1227             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
1228         },
1229         "dist": {
1230             "type": "zip",
1231             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
1232             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
1233             "shasum": ""
1234         },
1235         "require": {
1236             "php": ">=5.3.2"
1237         },
1238         "time": "2017-01-20T21:14:22+00:00",
1239         "type": "library",
1240         "extra": {
1241             "branch-alias": {
1242                 "dev-master": "1.0-dev"
1243             }
1244         },
1245         "installation-source": "dist",
1246         "autoload": {
1247             "psr-0": {
1248                 "Dflydev\\DotAccessData": "src"
1249             }
1250         },
1251         "notification-url": "https://packagist.org/downloads/",
1252         "license": [
1253             "MIT"
1254         ],
1255         "authors": [
1256             {
1257                 "name": "Dragonfly Development Inc.",
1258                 "email": "info@dflydev.com",
1259                 "homepage": "http://dflydev.com"
1260             },
1261             {
1262                 "name": "Beau Simensen",
1263                 "email": "beau@dflydev.com",
1264                 "homepage": "http://beausimensen.com"
1265             },
1266             {
1267                 "name": "Carlos Frutos",
1268                 "email": "carlos@kiwing.it",
1269                 "homepage": "https://github.com/cfrutos"
1270             }
1271         ],
1272         "description": "Given a deep data structure, access data by dot notation.",
1273         "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
1274         "keywords": [
1275             "access",
1276             "data",
1277             "dot",
1278             "notation"
1279         ]
1280     },
1281     {
1282         "name": "dflydev/placeholder-resolver",
1283         "version": "v1.0.2",
1284         "version_normalized": "1.0.2.0",
1285         "source": {
1286             "type": "git",
1287             "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
1288             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
1289         },
1290         "dist": {
1291             "type": "zip",
1292             "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1293             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1294             "shasum": ""
1295         },
1296         "require": {
1297             "php": ">=5.3.2"
1298         },
1299         "time": "2012-10-28T21:08:28+00:00",
1300         "type": "library",
1301         "extra": {
1302             "branch-alias": {
1303                 "dev-master": "1.0-dev"
1304             }
1305         },
1306         "installation-source": "dist",
1307         "autoload": {
1308             "psr-0": {
1309                 "Dflydev\\PlaceholderResolver": "src"
1310             }
1311         },
1312         "notification-url": "https://packagist.org/downloads/",
1313         "license": [
1314             "MIT"
1315         ],
1316         "authors": [
1317             {
1318                 "name": "Dragonfly Development Inc.",
1319                 "email": "info@dflydev.com",
1320                 "homepage": "http://dflydev.com"
1321             },
1322             {
1323                 "name": "Beau Simensen",
1324                 "email": "beau@dflydev.com",
1325                 "homepage": "http://beausimensen.com"
1326             }
1327         ],
1328         "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.",
1329         "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
1330         "keywords": [
1331             "placeholder",
1332             "resolver"
1333         ]
1334     },
1335     {
1336         "name": "dnoegel/php-xdg-base-dir",
1337         "version": "0.1",
1338         "version_normalized": "0.1.0.0",
1339         "source": {
1340             "type": "git",
1341             "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
1342             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
1343         },
1344         "dist": {
1345             "type": "zip",
1346             "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1347             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1348             "shasum": ""
1349         },
1350         "require": {
1351             "php": ">=5.3.2"
1352         },
1353         "require-dev": {
1354             "phpunit/phpunit": "@stable"
1355         },
1356         "time": "2014-10-24T07:27:01+00:00",
1357         "type": "project",
1358         "installation-source": "dist",
1359         "autoload": {
1360             "psr-4": {
1361                 "XdgBaseDir\\": "src/"
1362             }
1363         },
1364         "notification-url": "https://packagist.org/downloads/",
1365         "license": [
1366             "MIT"
1367         ],
1368         "description": "implementation of xdg base directory specification for php"
1369     },
1370     {
1371         "name": "doctrine/annotations",
1372         "version": "v1.6.0",
1373         "version_normalized": "1.6.0.0",
1374         "source": {
1375             "type": "git",
1376             "url": "https://github.com/doctrine/annotations.git",
1377             "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
1378         },
1379         "dist": {
1380             "type": "zip",
1381             "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
1382             "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
1383             "shasum": ""
1384         },
1385         "require": {
1386             "doctrine/lexer": "1.*",
1387             "php": "^7.1"
1388         },
1389         "require-dev": {
1390             "doctrine/cache": "1.*",
1391             "phpunit/phpunit": "^6.4"
1392         },
1393         "time": "2017-12-06T07:11:42+00:00",
1394         "type": "library",
1395         "extra": {
1396             "branch-alias": {
1397                 "dev-master": "1.6.x-dev"
1398             }
1399         },
1400         "installation-source": "dist",
1401         "autoload": {
1402             "psr-4": {
1403                 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1404             }
1405         },
1406         "notification-url": "https://packagist.org/downloads/",
1407         "license": [
1408             "MIT"
1409         ],
1410         "authors": [
1411             {
1412                 "name": "Roman Borschel",
1413                 "email": "roman@code-factory.org"
1414             },
1415             {
1416                 "name": "Benjamin Eberlei",
1417                 "email": "kontakt@beberlei.de"
1418             },
1419             {
1420                 "name": "Guilherme Blanco",
1421                 "email": "guilhermeblanco@gmail.com"
1422             },
1423             {
1424                 "name": "Jonathan Wage",
1425                 "email": "jonwage@gmail.com"
1426             },
1427             {
1428                 "name": "Johannes Schmitt",
1429                 "email": "schmittjoh@gmail.com"
1430             }
1431         ],
1432         "description": "Docblock Annotations Parser",
1433         "homepage": "http://www.doctrine-project.org",
1434         "keywords": [
1435             "annotations",
1436             "docblock",
1437             "parser"
1438         ]
1439     },
1440     {
1441         "name": "doctrine/cache",
1442         "version": "v1.7.1",
1443         "version_normalized": "1.7.1.0",
1444         "source": {
1445             "type": "git",
1446             "url": "https://github.com/doctrine/cache.git",
1447             "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
1448         },
1449         "dist": {
1450             "type": "zip",
1451             "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
1452             "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
1453             "shasum": ""
1454         },
1455         "require": {
1456             "php": "~7.1"
1457         },
1458         "conflict": {
1459             "doctrine/common": ">2.2,<2.4"
1460         },
1461         "require-dev": {
1462             "alcaeus/mongo-php-adapter": "^1.1",
1463             "mongodb/mongodb": "^1.1",
1464             "phpunit/phpunit": "^5.7",
1465             "predis/predis": "~1.0"
1466         },
1467         "suggest": {
1468             "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
1469         },
1470         "time": "2017-08-25T07:02:50+00:00",
1471         "type": "library",
1472         "extra": {
1473             "branch-alias": {
1474                 "dev-master": "1.7.x-dev"
1475             }
1476         },
1477         "installation-source": "dist",
1478         "autoload": {
1479             "psr-4": {
1480                 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1481             }
1482         },
1483         "notification-url": "https://packagist.org/downloads/",
1484         "license": [
1485             "MIT"
1486         ],
1487         "authors": [
1488             {
1489                 "name": "Roman Borschel",
1490                 "email": "roman@code-factory.org"
1491             },
1492             {
1493                 "name": "Benjamin Eberlei",
1494                 "email": "kontakt@beberlei.de"
1495             },
1496             {
1497                 "name": "Guilherme Blanco",
1498                 "email": "guilhermeblanco@gmail.com"
1499             },
1500             {
1501                 "name": "Jonathan Wage",
1502                 "email": "jonwage@gmail.com"
1503             },
1504             {
1505                 "name": "Johannes Schmitt",
1506                 "email": "schmittjoh@gmail.com"
1507             }
1508         ],
1509         "description": "Caching library offering an object-oriented API for many cache backends",
1510         "homepage": "http://www.doctrine-project.org",
1511         "keywords": [
1512             "cache",
1513             "caching"
1514         ]
1515     },
1516     {
1517         "name": "doctrine/collections",
1518         "version": "v1.5.0",
1519         "version_normalized": "1.5.0.0",
1520         "source": {
1521             "type": "git",
1522             "url": "https://github.com/doctrine/collections.git",
1523             "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
1524         },
1525         "dist": {
1526             "type": "zip",
1527             "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
1528             "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
1529             "shasum": ""
1530         },
1531         "require": {
1532             "php": "^7.1"
1533         },
1534         "require-dev": {
1535             "doctrine/coding-standard": "~0.1@dev",
1536             "phpunit/phpunit": "^5.7"
1537         },
1538         "time": "2017-07-22T10:37:32+00:00",
1539         "type": "library",
1540         "extra": {
1541             "branch-alias": {
1542                 "dev-master": "1.3.x-dev"
1543             }
1544         },
1545         "installation-source": "dist",
1546         "autoload": {
1547             "psr-0": {
1548                 "Doctrine\\Common\\Collections\\": "lib/"
1549             }
1550         },
1551         "notification-url": "https://packagist.org/downloads/",
1552         "license": [
1553             "MIT"
1554         ],
1555         "authors": [
1556             {
1557                 "name": "Roman Borschel",
1558                 "email": "roman@code-factory.org"
1559             },
1560             {
1561                 "name": "Benjamin Eberlei",
1562                 "email": "kontakt@beberlei.de"
1563             },
1564             {
1565                 "name": "Guilherme Blanco",
1566                 "email": "guilhermeblanco@gmail.com"
1567             },
1568             {
1569                 "name": "Jonathan Wage",
1570                 "email": "jonwage@gmail.com"
1571             },
1572             {
1573                 "name": "Johannes Schmitt",
1574                 "email": "schmittjoh@gmail.com"
1575             }
1576         ],
1577         "description": "Collections Abstraction library",
1578         "homepage": "http://www.doctrine-project.org",
1579         "keywords": [
1580             "array",
1581             "collections",
1582             "iterator"
1583         ]
1584     },
1585     {
1586         "name": "doctrine/common",
1587         "version": "v2.8.1",
1588         "version_normalized": "2.8.1.0",
1589         "source": {
1590             "type": "git",
1591             "url": "https://github.com/doctrine/common.git",
1592             "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
1593         },
1594         "dist": {
1595             "type": "zip",
1596             "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
1597             "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
1598             "shasum": ""
1599         },
1600         "require": {
1601             "doctrine/annotations": "1.*",
1602             "doctrine/cache": "1.*",
1603             "doctrine/collections": "1.*",
1604             "doctrine/inflector": "1.*",
1605             "doctrine/lexer": "1.*",
1606             "php": "~7.1"
1607         },
1608         "require-dev": {
1609             "phpunit/phpunit": "^5.7"
1610         },
1611         "time": "2017-08-31T08:43:38+00:00",
1612         "type": "library",
1613         "extra": {
1614             "branch-alias": {
1615                 "dev-master": "2.8.x-dev"
1616             }
1617         },
1618         "installation-source": "dist",
1619         "autoload": {
1620             "psr-4": {
1621                 "Doctrine\\Common\\": "lib/Doctrine/Common"
1622             }
1623         },
1624         "notification-url": "https://packagist.org/downloads/",
1625         "license": [
1626             "MIT"
1627         ],
1628         "authors": [
1629             {
1630                 "name": "Roman Borschel",
1631                 "email": "roman@code-factory.org"
1632             },
1633             {
1634                 "name": "Benjamin Eberlei",
1635                 "email": "kontakt@beberlei.de"
1636             },
1637             {
1638                 "name": "Guilherme Blanco",
1639                 "email": "guilhermeblanco@gmail.com"
1640             },
1641             {
1642                 "name": "Jonathan Wage",
1643                 "email": "jonwage@gmail.com"
1644             },
1645             {
1646                 "name": "Johannes Schmitt",
1647                 "email": "schmittjoh@gmail.com"
1648             }
1649         ],
1650         "description": "Common Library for Doctrine projects",
1651         "homepage": "http://www.doctrine-project.org",
1652         "keywords": [
1653             "annotations",
1654             "collections",
1655             "eventmanager",
1656             "persistence",
1657             "spl"
1658         ]
1659     },
1660     {
1661         "name": "doctrine/inflector",
1662         "version": "v1.3.0",
1663         "version_normalized": "1.3.0.0",
1664         "source": {
1665             "type": "git",
1666             "url": "https://github.com/doctrine/inflector.git",
1667             "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
1668         },
1669         "dist": {
1670             "type": "zip",
1671             "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
1672             "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
1673             "shasum": ""
1674         },
1675         "require": {
1676             "php": "^7.1"
1677         },
1678         "require-dev": {
1679             "phpunit/phpunit": "^6.2"
1680         },
1681         "time": "2018-01-09T20:05:19+00:00",
1682         "type": "library",
1683         "extra": {
1684             "branch-alias": {
1685                 "dev-master": "1.3.x-dev"
1686             }
1687         },
1688         "installation-source": "dist",
1689         "autoload": {
1690             "psr-4": {
1691                 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1692             }
1693         },
1694         "notification-url": "https://packagist.org/downloads/",
1695         "license": [
1696             "MIT"
1697         ],
1698         "authors": [
1699             {
1700                 "name": "Roman Borschel",
1701                 "email": "roman@code-factory.org"
1702             },
1703             {
1704                 "name": "Benjamin Eberlei",
1705                 "email": "kontakt@beberlei.de"
1706             },
1707             {
1708                 "name": "Guilherme Blanco",
1709                 "email": "guilhermeblanco@gmail.com"
1710             },
1711             {
1712                 "name": "Jonathan Wage",
1713                 "email": "jonwage@gmail.com"
1714             },
1715             {
1716                 "name": "Johannes Schmitt",
1717                 "email": "schmittjoh@gmail.com"
1718             }
1719         ],
1720         "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1721         "homepage": "http://www.doctrine-project.org",
1722         "keywords": [
1723             "inflection",
1724             "pluralize",
1725             "singularize",
1726             "string"
1727         ]
1728     },
1729     {
1730         "name": "doctrine/instantiator",
1731         "version": "1.0.5",
1732         "version_normalized": "1.0.5.0",
1733         "source": {
1734             "type": "git",
1735             "url": "https://github.com/doctrine/instantiator.git",
1736             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1737         },
1738         "dist": {
1739             "type": "zip",
1740             "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1741             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1742             "shasum": ""
1743         },
1744         "require": {
1745             "php": ">=5.3,<8.0-DEV"
1746         },
1747         "require-dev": {
1748             "athletic/athletic": "~0.1.8",
1749             "ext-pdo": "*",
1750             "ext-phar": "*",
1751             "phpunit/phpunit": "~4.0",
1752             "squizlabs/php_codesniffer": "~2.0"
1753         },
1754         "time": "2015-06-14T21:17:01+00:00",
1755         "type": "library",
1756         "extra": {
1757             "branch-alias": {
1758                 "dev-master": "1.0.x-dev"
1759             }
1760         },
1761         "installation-source": "dist",
1762         "autoload": {
1763             "psr-4": {
1764                 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1765             }
1766         },
1767         "notification-url": "https://packagist.org/downloads/",
1768         "license": [
1769             "MIT"
1770         ],
1771         "authors": [
1772             {
1773                 "name": "Marco Pivetta",
1774                 "email": "ocramius@gmail.com",
1775                 "homepage": "http://ocramius.github.com/"
1776             }
1777         ],
1778         "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1779         "homepage": "https://github.com/doctrine/instantiator",
1780         "keywords": [
1781             "constructor",
1782             "instantiate"
1783         ]
1784     },
1785     {
1786         "name": "doctrine/lexer",
1787         "version": "v1.0.1",
1788         "version_normalized": "1.0.1.0",
1789         "source": {
1790             "type": "git",
1791             "url": "https://github.com/doctrine/lexer.git",
1792             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1793         },
1794         "dist": {
1795             "type": "zip",
1796             "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1797             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1798             "shasum": ""
1799         },
1800         "require": {
1801             "php": ">=5.3.2"
1802         },
1803         "time": "2014-09-09T13:34:57+00:00",
1804         "type": "library",
1805         "extra": {
1806             "branch-alias": {
1807                 "dev-master": "1.0.x-dev"
1808             }
1809         },
1810         "installation-source": "dist",
1811         "autoload": {
1812             "psr-0": {
1813                 "Doctrine\\Common\\Lexer\\": "lib/"
1814             }
1815         },
1816         "notification-url": "https://packagist.org/downloads/",
1817         "license": [
1818             "MIT"
1819         ],
1820         "authors": [
1821             {
1822                 "name": "Roman Borschel",
1823                 "email": "roman@code-factory.org"
1824             },
1825             {
1826                 "name": "Guilherme Blanco",
1827                 "email": "guilhermeblanco@gmail.com"
1828             },
1829             {
1830                 "name": "Johannes Schmitt",
1831                 "email": "schmittjoh@gmail.com"
1832             }
1833         ],
1834         "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1835         "homepage": "http://www.doctrine-project.org",
1836         "keywords": [
1837             "lexer",
1838             "parser"
1839         ]
1840     },
1841     {
1842         "name": "drupal-composer/drupal-scaffold",
1843         "version": "2.3.0",
1844         "version_normalized": "2.3.0.0",
1845         "source": {
1846             "type": "git",
1847             "url": "https://github.com/drupal-composer/drupal-scaffold.git",
1848             "reference": "1374e1031b98beb502abea3854f361304965c628"
1849         },
1850         "dist": {
1851             "type": "zip",
1852             "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/1374e1031b98beb502abea3854f361304965c628",
1853             "reference": "1374e1031b98beb502abea3854f361304965c628",
1854             "shasum": ""
1855         },
1856         "require": {
1857             "composer-plugin-api": "^1.0.0",
1858             "php": ">=5.4.5"
1859         },
1860         "require-dev": {
1861             "composer/composer": "dev-master",
1862             "phpunit/phpunit": "^4.4.0"
1863         },
1864         "time": "2017-05-05T21:26:28+00:00",
1865         "type": "composer-plugin",
1866         "extra": {
1867             "class": "DrupalComposer\\DrupalScaffold\\Plugin",
1868             "branch-alias": {
1869                 "dev-master": "2.0.x-dev"
1870             }
1871         },
1872         "installation-source": "dist",
1873         "autoload": {
1874             "psr-4": {
1875                 "DrupalComposer\\DrupalScaffold\\": "src/"
1876             }
1877         },
1878         "notification-url": "https://packagist.org/downloads/",
1879         "license": [
1880             "GPL-2.0+"
1881         ],
1882         "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core"
1883     },
1884     {
1885         "name": "drupal/admin_toolbar",
1886         "version": "1.19.0",
1887         "version_normalized": "1.19.0.0",
1888         "source": {
1889             "type": "git",
1890             "url": "https://git.drupal.org/project/admin_toolbar",
1891             "reference": "8.x-1.19"
1892         },
1893         "dist": {
1894             "type": "zip",
1895             "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.19.zip",
1896             "reference": "8.x-1.19",
1897             "shasum": "87de41eab3c5cd49d4e1b5b764cb3b9d5ad683a0"
1898         },
1899         "require": {
1900             "drupal/core": "*"
1901         },
1902         "type": "drupal-module",
1903         "extra": {
1904             "branch-alias": {
1905                 "dev-1.x": "1.x-dev"
1906             },
1907             "drupal": {
1908                 "version": "8.x-1.19",
1909                 "datestamp": "1491487683"
1910             }
1911         },
1912         "installation-source": "dist",
1913         "notification-url": "https://packages.drupal.org/8/downloads",
1914         "license": [
1915             "GPL-2.0+"
1916         ],
1917         "authors": [
1918             {
1919                 "name": "Mohamed Anis Taktak",
1920                 "homepage": "https://www.drupal.org/u/matio89"
1921             },
1922             {
1923                 "name": "eme",
1924                 "homepage": "https://www.drupal.org/user/542492"
1925             },
1926             {
1927                 "name": "fethi.krout",
1928                 "homepage": "https://www.drupal.org/user/3206765"
1929             },
1930             {
1931                 "name": "matio89",
1932                 "homepage": "https://www.drupal.org/user/2320090"
1933             },
1934             {
1935                 "name": "romainj",
1936                 "homepage": "https://www.drupal.org/user/370706"
1937             }
1938         ],
1939         "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
1940         "homepage": "http://drupal.org/project/admin_toolbar",
1941         "support": {
1942             "source": "http://cgit.drupalcode.org/admin_toolbar",
1943             "issues": "https://www.drupal.org/project/issues/admin_toolbar"
1944         }
1945     },
1946     {
1947         "name": "drupal/advagg",
1948         "version": "2.4.0",
1949         "version_normalized": "2.4.0.0",
1950         "source": {
1951             "type": "git",
1952             "url": "https://git.drupal.org/project/advagg",
1953             "reference": "8.x-2.4"
1954         },
1955         "dist": {
1956             "type": "zip",
1957             "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
1958             "reference": "8.x-2.4",
1959             "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
1960         },
1961         "require": {
1962             "drupal/core": "~8.0"
1963         },
1964         "type": "drupal-module",
1965         "extra": {
1966             "branch-alias": {
1967                 "dev-2.x": "2.x-dev"
1968             },
1969             "drupal": {
1970                 "version": "8.x-2.4",
1971                 "datestamp": "1493949188"
1972             }
1973         },
1974         "installation-source": "dist",
1975         "notification-url": "https://packages.drupal.org/8/downloads",
1976         "license": [
1977             "GPL-2.0+"
1978         ],
1979         "authors": [
1980             {
1981                 "name": "Mike Carper (mikeytown2)",
1982                 "homepage": "https://www.drupal.org/u/mikeytown2",
1983                 "role": "Creator, Maintainer"
1984             },
1985             {
1986                 "name": "Nick Wilde (nickwilde)",
1987                 "homepage": "https://www.drupal.org/u/nickwilde",
1988                 "email": "design@briarmoon.ca",
1989                 "role": "Drupal 8 Port/maintainer"
1990             },
1991             {
1992                 "name": "doublejosh",
1993                 "homepage": "https://www.drupal.org/user/199720"
1994             },
1995             {
1996                 "name": "iamcarrico",
1997                 "homepage": "https://www.drupal.org/user/1300542"
1998             },
1999             {
2000                 "name": "markcarver",
2001                 "homepage": "https://www.drupal.org/user/501638"
2002             },
2003             {
2004                 "name": "mikeytown2",
2005                 "homepage": "https://www.drupal.org/user/282446"
2006             },
2007             {
2008                 "name": "rupl",
2009                 "homepage": "https://www.drupal.org/user/411999"
2010             }
2011         ],
2012         "description": "Improved aggregation of CSS/JS files to speed up page load times.",
2013         "homepage": "https://drupal.org/project/advagg",
2014         "support": {
2015             "source": "https://cgit.drupalcode.org/advagg",
2016             "issues": "https://drupal.org/project/issues/advagg",
2017             "irc": "irc://irc.freenode.org/drupal-contribute"
2018         }
2019     },
2020     {
2021         "name": "drupal/advanced_help",
2022         "version": "dev-1.x",
2023         "version_normalized": "dev-1.x",
2024         "source": {
2025             "type": "git",
2026             "url": "https://git.drupal.org/project/advanced_help",
2027             "reference": "ed80f440c8bb0c3c5b1868f3429f296e52c841a6"
2028         },
2029         "require": {
2030             "drupal/core": "~8.0",
2031             "michelf/php-markdown": "^1.7"
2032         },
2033         "type": "drupal-module",
2034         "extra": {
2035             "branch-alias": {
2036                 "dev-1.x": "1.x-dev"
2037             },
2038             "drupal": {
2039                 "version": "8.x-1.x-dev",
2040                 "datestamp": "1490703369"
2041             }
2042         },
2043         "installation-source": "source",
2044         "notification-url": "https://packages.drupal.org/8/downloads",
2045         "license": [
2046             "GPL-2.0+"
2047         ],
2048         "authors": [
2049             {
2050                 "name": "David Valdez (gnuget)",
2051                 "homepage": "https://www.drupal.org/u/gnuget",
2052                 "role": "Maintainer"
2053             },
2054             {
2055                 "name": "dmitrig01",
2056                 "homepage": "https://www.drupal.org/user/47566"
2057             },
2058             {
2059                 "name": "fgm",
2060                 "homepage": "https://www.drupal.org/user/27985"
2061             },
2062             {
2063                 "name": "gisle",
2064                 "homepage": "https://www.drupal.org/user/409554"
2065             },
2066             {
2067                 "name": "gnuget",
2068                 "homepage": "https://www.drupal.org/user/992990"
2069             },
2070             {
2071                 "name": "merlinofchaos",
2072                 "homepage": "https://www.drupal.org/user/26979"
2073             },
2074             {
2075                 "name": "redndahead",
2076                 "homepage": "https://www.drupal.org/user/160320"
2077             }
2078         ],
2079         "description": "Provide extended help and documentation.",
2080         "homepage": "https://www.drupal.org/project/advanced_help",
2081         "support": {
2082             "source": "https://cgit.drupalcode.org/advanced_help",
2083             "issues": "https://www.drupal.org/project/issues/advanced_help",
2084             "irc": "irc://irc.freenode.org/drupal-contribute"
2085         }
2086     },
2087     {
2088         "name": "drupal/better_formats",
2089         "version": "dev-1.x",
2090         "version_normalized": "dev-1.x",
2091         "source": {
2092             "type": "git",
2093             "url": "https://git.drupal.org/project/better_formats",
2094             "reference": "9b3b5fa792c1dfe0d1121021a230086f3599b7e4"
2095         },
2096         "require": {
2097             "drupal/core": "~8.0"
2098         },
2099         "type": "drupal-module",
2100         "extra": {
2101             "branch-alias": {
2102                 "dev-1.x": "1.x-dev"
2103             },
2104             "drupal": {
2105                 "version": "8.x-1.x-dev",
2106                 "datestamp": "1474656839"
2107             }
2108         },
2109         "installation-source": "source",
2110         "notification-url": "https://packages.drupal.org/8/downloads",
2111         "license": [
2112             "GPL-2.0+"
2113         ],
2114         "authors": [
2115             {
2116                 "name": "Devin Carlson",
2117                 "homepage": "https://www.drupal.org/user/290182"
2118             },
2119             {
2120                 "name": "dragonwize",
2121                 "homepage": "https://www.drupal.org/user/137882"
2122             }
2123         ],
2124         "description": "Enhances the core input format system by managing input format defaults and settings.",
2125         "homepage": "https://www.drupal.org/project/better_formats",
2126         "support": {
2127             "source": "http://cgit.drupalcode.org/better_formats"
2128         }
2129     },
2130     {
2131         "name": "drupal/blazy",
2132         "version": "1.0.0-rc2",
2133         "version_normalized": "1.0.0.0-RC2",
2134         "source": {
2135             "type": "git",
2136             "url": "https://git.drupal.org/project/blazy",
2137             "reference": "8.x-1.0-rc2"
2138         },
2139         "dist": {
2140             "type": "zip",
2141             "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc2.zip",
2142             "reference": "8.x-1.0-rc2",
2143             "shasum": "242f3022b039c6fd3b98f6ce1955d295119b4b5a"
2144         },
2145         "require": {
2146             "drupal/core": "*"
2147         },
2148         "type": "drupal-module",
2149         "extra": {
2150             "branch-alias": {
2151                 "dev-1.x": "1.x-dev"
2152             },
2153             "drupal": {
2154                 "version": "8.x-1.0-rc2",
2155                 "datestamp": "1495745283"
2156             }
2157         },
2158         "installation-source": "dist",
2159         "notification-url": "https://packages.drupal.org/8/downloads",
2160         "license": [
2161             "GPL-2.0+"
2162         ],
2163         "authors": [
2164             {
2165                 "name": "Gaus Surahman",
2166                 "homepage": "https://www.drupal.org/u/gausarts",
2167                 "role": "Maintainer"
2168             },
2169             {
2170                 "name": "Contributors",
2171                 "homepage": "https://www.drupal.org/node/2663268/committers",
2172                 "role": "Contributor"
2173             }
2174         ],
2175         "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
2176         "homepage": "https://drupal.org/project/blazy",
2177         "keywords": [
2178             "Drupal",
2179             "bLazy",
2180             "lazyload"
2181         ],
2182         "support": {
2183             "source": "http://cgit.drupalcode.org/blazy",
2184             "issues": "https://drupal.org/project/issues/blazy"
2185         }
2186     },
2187     {
2188         "name": "drupal/block_class",
2189         "version": "1.0.0-alpha1",
2190         "version_normalized": "1.0.0.0-alpha1",
2191         "source": {
2192             "type": "git",
2193             "url": "https://git.drupal.org/project/block_class",
2194             "reference": "8.x-1.0-alpha1"
2195         },
2196         "dist": {
2197             "type": "zip",
2198             "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0-alpha1.zip",
2199             "reference": "8.x-1.0-alpha1",
2200             "shasum": "194cd52210ea2e0e5dbbd34fad4528d500424430"
2201         },
2202         "require": {
2203             "drupal/core": "*"
2204         },
2205         "type": "drupal-module",
2206         "extra": {
2207             "branch-alias": {
2208                 "dev-1.x": "1.x-dev"
2209             },
2210             "drupal": {
2211                 "version": "8.x-1.0-alpha1",
2212                 "datestamp": "1475623439"
2213             }
2214         },
2215         "installation-source": "dist",
2216         "notification-url": "https://packages.drupal.org/8/downloads",
2217         "license": [
2218             "GPL-2.0+"
2219         ],
2220         "authors": [
2221             {
2222                 "name": "Aaron Stanush",
2223                 "homepage": "https://www.drupal.org/user/89718"
2224             },
2225             {
2226                 "name": "DYdave",
2227                 "homepage": "https://www.drupal.org/user/467284"
2228             },
2229             {
2230                 "name": "Four Kitchens",
2231                 "homepage": "https://www.drupal.org/user/358502"
2232             },
2233             {
2234                 "name": "Todd Nienkerk",
2235                 "homepage": "https://www.drupal.org/user/92096"
2236             },
2237             {
2238                 "name": "berenddeboer",
2239                 "homepage": "https://www.drupal.org/user/143552"
2240             },
2241             {
2242                 "name": "elliotttf",
2243                 "homepage": "https://www.drupal.org/user/61601"
2244             },
2245             {
2246                 "name": "mirzu",
2247                 "homepage": "https://www.drupal.org/user/7710"
2248             },
2249             {
2250                 "name": "patrickcoffeyo",
2251                 "homepage": "https://www.drupal.org/user/2837945"
2252             },
2253             {
2254                 "name": "pcoffey",
2255                 "homepage": "https://www.drupal.org/user/1595818"
2256             },
2257             {
2258                 "name": "tsmith512",
2259                 "homepage": "https://www.drupal.org/user/2031446"
2260             }
2261         ],
2262         "description": "Allows assigning classes to Blocks",
2263         "homepage": "https://www.drupal.org/project/block_class",
2264         "support": {
2265             "source": "http://cgit.drupalcode.org/block_class"
2266         }
2267     },
2268     {
2269         "name": "drupal/bootstrap",
2270         "version": "3.5.0",
2271         "version_normalized": "3.5.0.0",
2272         "source": {
2273             "type": "git",
2274             "url": "https://git.drupal.org/project/bootstrap",
2275             "reference": "8.x-3.5"
2276         },
2277         "dist": {
2278             "type": "zip",
2279             "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.5.zip",
2280             "reference": "8.x-3.5",
2281             "shasum": "569f8a243ad6a2e04a86123a0b2a594783a09860"
2282         },
2283         "require": {
2284             "drupal/core": "~8.0"
2285         },
2286         "type": "drupal-theme",
2287         "extra": {
2288             "branch-alias": {
2289                 "dev-3.x": "3.x-dev"
2290             },
2291             "drupal": {
2292                 "version": "8.x-3.5",
2293                 "datestamp": "1495040301"
2294             }
2295         },
2296         "installation-source": "dist",
2297         "notification-url": "https://packages.drupal.org/8/downloads",
2298         "license": [
2299             "GPL-2.0+"
2300         ],
2301         "authors": [
2302             {
2303                 "name": "markcarver",
2304                 "homepage": "https://www.drupal.org/user/501638"
2305             },
2306             {
2307                 "name": "neardark",
2308                 "homepage": "https://www.drupal.org/user/661076"
2309             },
2310             {
2311                 "name": "sylus",
2312                 "homepage": "https://www.drupal.org/user/339714"
2313             },
2314             {
2315                 "name": "wundo",
2316                 "homepage": "https://www.drupal.org/user/25523"
2317             }
2318         ],
2319         "homepage": "https://www.drupal.org/project/bootstrap",
2320         "support": {
2321             "source": "http://cgit.drupalcode.org/bootstrap"
2322         }
2323     },
2324     {
2325         "name": "drupal/bootstrap_layouts",
2326         "version": "4.1.0",
2327         "version_normalized": "4.1.0.0",
2328         "source": {
2329             "type": "git",
2330             "url": "https://git.drupal.org/project/bootstrap_layouts",
2331             "reference": "8.x-4.1"
2332         },
2333         "dist": {
2334             "type": "zip",
2335             "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.1.zip",
2336             "reference": "8.x-4.1",
2337             "shasum": "3f1e7598e9a476e4d396ddc1e49cd2851e948a2c"
2338         },
2339         "require": {
2340             "drupal/core": "~8.0",
2341             "drupal/layout_plugin": "*"
2342         },
2343         "type": "drupal-module",
2344         "extra": {
2345             "branch-alias": {
2346                 "dev-4.x": "4.x-dev"
2347             },
2348             "drupal": {
2349                 "version": "8.x-4.1",
2350                 "datestamp": "1481413087"
2351             }
2352         },
2353         "installation-source": "dist",
2354         "notification-url": "https://packages.drupal.org/8/downloads",
2355         "license": [
2356             "GPL-2.0+"
2357         ],
2358         "authors": [
2359             {
2360                 "name": "darol100",
2361                 "homepage": "https://www.drupal.org/user/2667123"
2362             },
2363             {
2364                 "name": "hctom",
2365                 "homepage": "https://www.drupal.org/user/112790"
2366             },
2367             {
2368                 "name": "markcarver",
2369                 "homepage": "https://www.drupal.org/user/501638"
2370             }
2371         ],
2372         "description": "This module is going to generate layouts with Bootstrap grid system.",
2373         "homepage": "https://www.drupal.org/project/bootstrap_layouts",
2374         "support": {
2375             "source": "http://cgit.drupalcode.org/bootstrap_layouts"
2376         }
2377     },
2378     {
2379         "name": "drupal/ckeditor_templates",
2380         "version": "1.0.0",
2381         "version_normalized": "1.0.0.0",
2382         "source": {
2383             "type": "git",
2384             "url": "https://git.drupal.org/project/ckeditor_templates",
2385             "reference": "8.x-1.0"
2386         },
2387         "dist": {
2388             "type": "zip",
2389             "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
2390             "reference": "8.x-1.0",
2391             "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
2392         },
2393         "require": {
2394             "drupal/core": "*"
2395         },
2396         "type": "drupal-module",
2397         "extra": {
2398             "branch-alias": {
2399                 "dev-1.x": "1.x-dev"
2400             },
2401             "drupal": {
2402                 "version": "8.x-1.0",
2403                 "datestamp": "1490206982"
2404             }
2405         },
2406         "installation-source": "dist",
2407         "notification-url": "https://packages.drupal.org/8/downloads",
2408         "license": [
2409             "GPL-2.0+"
2410         ],
2411         "authors": [
2412             {
2413                 "name": "lucaslg",
2414                 "homepage": "https://www.drupal.org/user/3128975"
2415             }
2416         ],
2417         "description": "Integrates the CKEdito templates plugin",
2418         "homepage": "https://www.drupal.org/project/ckeditor_templates",
2419         "support": {
2420             "source": "http://cgit.drupalcode.org/ckeditor_templates"
2421         }
2422     },
2423     {
2424         "name": "drupal/ckeditor_widgets",
2425         "version": "dev-1.x",
2426         "version_normalized": "dev-1.x",
2427         "source": {
2428             "type": "git",
2429             "url": "https://git.drupal.org/project/ckeditor_widgets",
2430             "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
2431         },
2432         "require": {
2433             "drupal/core": "*"
2434         },
2435         "type": "drupal-module",
2436         "extra": {
2437             "branch-alias": {
2438                 "dev-1.x": "1.x-dev"
2439             },
2440             "drupal": {
2441                 "version": "8.x-1.x-dev",
2442                 "datestamp": "1472798939"
2443             }
2444         },
2445         "installation-source": "source",
2446         "notification-url": "https://packages.drupal.org/8/downloads",
2447         "license": [
2448             "GPL-2.0+"
2449         ],
2450         "authors": [
2451             {
2452                 "name": "jlyon",
2453                 "homepage": "https://www.drupal.org/user/256444"
2454             }
2455         ],
2456         "description": "Adds widgets and an Insert Template menu to CKEditor",
2457         "homepage": "https://www.drupal.org/project/ckeditor_widgets",
2458         "support": {
2459             "source": "http://cgit.drupalcode.org/ckeditor_widgets"
2460         }
2461     },
2462     {
2463         "name": "drupal/console",
2464         "version": "1.6.1",
2465         "version_normalized": "1.6.1.0",
2466         "source": {
2467             "type": "git",
2468             "url": "https://github.com/hechoendrupal/drupal-console.git",
2469             "reference": "85a6948f80eb7584dcfeeecd49f9ade5c7fb1a15"
2470         },
2471         "dist": {
2472             "type": "zip",
2473             "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/85a6948f80eb7584dcfeeecd49f9ade5c7fb1a15",
2474             "reference": "85a6948f80eb7584dcfeeecd49f9ade5c7fb1a15",
2475             "shasum": ""
2476         },
2477         "require": {
2478             "alchemy/zippy": "0.4.3",
2479             "composer/installers": "~1.0",
2480             "doctrine/annotations": "^1.2",
2481             "doctrine/collections": "^1.3",
2482             "drupal/console-core": "1.6.1",
2483             "drupal/console-extend-plugin": "~0",
2484             "guzzlehttp/guzzle": "~6.1",
2485             "php": "^5.5.9 || ^7.0",
2486             "psy/psysh": "0.6.* || ~0.8",
2487             "symfony/css-selector": "~2.8|~3.0",
2488             "symfony/dom-crawler": "~2.8|~3.0",
2489             "symfony/http-foundation": "~2.8|~3.0"
2490         },
2491         "suggest": {
2492             "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
2493             "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
2494         },
2495         "time": "2018-02-21T16:06:59+00:00",
2496         "bin": [
2497             "bin/drupal"
2498         ],
2499         "type": "library",
2500         "installation-source": "dist",
2501         "autoload": {
2502             "psr-4": {
2503                 "Drupal\\Console\\": "src"
2504             }
2505         },
2506         "notification-url": "https://packagist.org/downloads/",
2507         "license": [
2508             "GPL-2.0-or-later"
2509         ],
2510         "authors": [
2511             {
2512                 "name": "David Flores",
2513                 "email": "dmousex@gmail.com",
2514                 "homepage": "http://dmouse.net"
2515             },
2516             {
2517                 "name": "Jesus Manuel Olivas",
2518                 "email": "jesus.olivas@gmail.com",
2519                 "homepage": "http://jmolivas.com"
2520             },
2521             {
2522                 "name": "Eduardo Garcia",
2523                 "email": "enzo@enzolutions.com",
2524                 "homepage": "http://enzolutions.com/"
2525             },
2526             {
2527                 "name": "Omar Aguirre",
2528                 "email": "omersguchigu@gmail.com"
2529             },
2530             {
2531                 "name": "Drupal Console Contributors",
2532                 "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
2533             }
2534         ],
2535         "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
2536         "homepage": "http://drupalconsole.com/",
2537         "keywords": [
2538             "console",
2539             "development",
2540             "drupal",
2541             "symfony"
2542         ]
2543     },
2544     {
2545         "name": "drupal/console-core",
2546         "version": "1.6.1",
2547         "version_normalized": "1.6.1.0",
2548         "source": {
2549             "type": "git",
2550             "url": "https://github.com/hechoendrupal/drupal-console-core.git",
2551             "reference": "e05f954412da7c2a496fd1c92f4cfe63debe43ed"
2552         },
2553         "dist": {
2554             "type": "zip",
2555             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/e05f954412da7c2a496fd1c92f4cfe63debe43ed",
2556             "reference": "e05f954412da7c2a496fd1c92f4cfe63debe43ed",
2557             "shasum": ""
2558         },
2559         "require": {
2560             "dflydev/dot-access-configuration": "^1.0",
2561             "drupal/console-en": "1.6.1",
2562             "php": "^5.5.9 || ^7.0",
2563             "stecman/symfony-console-completion": "~0.7",
2564             "symfony/config": "~2.8|~3.0",
2565             "symfony/console": "~2.8|~3.0",
2566             "symfony/debug": "~2.8|~3.0",
2567             "symfony/dependency-injection": "~2.8|~3.0",
2568             "symfony/event-dispatcher": "~2.8|~3.0",
2569             "symfony/filesystem": "~2.8|~3.0",
2570             "symfony/finder": "~2.8|~3.0",
2571             "symfony/process": "~2.8|~3.0",
2572             "symfony/translation": "~2.8|~3.0",
2573             "symfony/yaml": "~2.8|~3.0",
2574             "twig/twig": "^1.23.1",
2575             "webflo/drupal-finder": "^1.0",
2576             "webmozart/path-util": "^2.3"
2577         },
2578         "time": "2018-02-21T15:36:59+00:00",
2579         "type": "library",
2580         "installation-source": "dist",
2581         "autoload": {
2582             "files": [
2583                 "src/functions.php"
2584             ],
2585             "psr-4": {
2586                 "Drupal\\Console\\Core\\": "src"
2587             }
2588         },
2589         "notification-url": "https://packagist.org/downloads/",
2590         "license": [
2591             "GPL-2.0-or-later"
2592         ],
2593         "authors": [
2594             {
2595                 "name": "David Flores",
2596                 "email": "dmousex@gmail.com",
2597                 "homepage": "http://dmouse.net"
2598             },
2599             {
2600                 "name": "Jesus Manuel Olivas",
2601                 "email": "jesus.olivas@gmail.com",
2602                 "homepage": "http://jmolivas.com"
2603             },
2604             {
2605                 "name": "Drupal Console Contributors",
2606                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2607             },
2608             {
2609                 "name": "Eduardo Garcia",
2610                 "email": "enzo@enzolutions.com",
2611                 "homepage": "http://enzolutions.com/"
2612             },
2613             {
2614                 "name": "Omar Aguirre",
2615                 "email": "omersguchigu@gmail.com"
2616             }
2617         ],
2618         "description": "Drupal Console Core",
2619         "homepage": "http://drupalconsole.com/",
2620         "keywords": [
2621             "console",
2622             "development",
2623             "drupal",
2624             "symfony"
2625         ]
2626     },
2627     {
2628         "name": "drupal/console-en",
2629         "version": "1.6.1",
2630         "version_normalized": "1.6.1.0",
2631         "source": {
2632             "type": "git",
2633             "url": "https://github.com/hechoendrupal/drupal-console-en.git",
2634             "reference": "712e60bfcc740467f26b76b34310f48bcb5c31e5"
2635         },
2636         "dist": {
2637             "type": "zip",
2638             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/712e60bfcc740467f26b76b34310f48bcb5c31e5",
2639             "reference": "712e60bfcc740467f26b76b34310f48bcb5c31e5",
2640             "shasum": ""
2641         },
2642         "time": "2018-02-21T03:58:44+00:00",
2643         "type": "drupal-console-language",
2644         "installation-source": "dist",
2645         "notification-url": "https://packagist.org/downloads/",
2646         "license": [
2647             "GPL-2.0-or-later"
2648         ],
2649         "authors": [
2650             {
2651                 "name": "David Flores",
2652                 "email": "dmousex@gmail.com",
2653                 "homepage": "http://dmouse.net"
2654             },
2655             {
2656                 "name": "Jesus Manuel Olivas",
2657                 "email": "jesus.olivas@gmail.com",
2658                 "homepage": "http://jmolivas.com"
2659             },
2660             {
2661                 "name": "Drupal Console Contributors",
2662                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2663             },
2664             {
2665                 "name": "Eduardo Garcia",
2666                 "email": "enzo@enzolutions.com",
2667                 "homepage": "http://enzolutions.com/"
2668             },
2669             {
2670                 "name": "Omar Aguirre",
2671                 "email": "omersguchigu@gmail.com"
2672             }
2673         ],
2674         "description": "Drupal Console English Language",
2675         "homepage": "http://drupalconsole.com/",
2676         "keywords": [
2677             "console",
2678             "development",
2679             "drupal",
2680             "symfony"
2681         ]
2682     },
2683     {
2684         "name": "drupal/console-extend-plugin",
2685         "version": "0.9.2",
2686         "version_normalized": "0.9.2.0",
2687         "source": {
2688             "type": "git",
2689             "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
2690             "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
2691         },
2692         "dist": {
2693             "type": "zip",
2694             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
2695             "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
2696             "shasum": ""
2697         },
2698         "require": {
2699             "composer-plugin-api": "^1.0",
2700             "symfony/finder": "~2.7|~3.0",
2701             "symfony/yaml": "~2.7|~3.0"
2702         },
2703         "time": "2017-07-28T17:11:54+00:00",
2704         "type": "composer-plugin",
2705         "extra": {
2706             "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
2707         },
2708         "installation-source": "dist",
2709         "autoload": {
2710             "psr-4": {
2711                 "Drupal\\Console\\Composer\\Plugin\\": "src"
2712             }
2713         },
2714         "notification-url": "https://packagist.org/downloads/",
2715         "license": [
2716             "GPL-2.0+"
2717         ],
2718         "authors": [
2719             {
2720                 "name": "Jesus Manuel Olivas",
2721                 "email": "jesus.olivas@gmail.com"
2722             }
2723         ],
2724         "description": "Drupal Console Extend Plugin"
2725     },
2726     {
2727         "name": "drupal/core",
2728         "version": "8.4.6",
2729         "version_normalized": "8.4.6.0",
2730         "source": {
2731             "type": "git",
2732             "url": "https://github.com/drupal/core.git",
2733             "reference": "f439a43c7da1df8d16067f797c0bc3498eb4c699"
2734         },
2735         "dist": {
2736             "type": "zip",
2737             "url": "https://api.github.com/repos/drupal/core/zipball/f439a43c7da1df8d16067f797c0bc3498eb4c699",
2738             "reference": "f439a43c7da1df8d16067f797c0bc3498eb4c699",
2739             "shasum": ""
2740         },
2741         "require": {
2742             "asm89/stack-cors": "^1.1",
2743             "composer/semver": "^1.0",
2744             "doctrine/annotations": "^1.2",
2745             "doctrine/common": "^2.5",
2746             "easyrdf/easyrdf": "^0.9",
2747             "egulias/email-validator": "^1.2",
2748             "guzzlehttp/guzzle": "^6.2.1",
2749             "masterminds/html5": "^2.1",
2750             "paragonie/random_compat": "^1.0|^2.0",
2751             "php": ">=5.5.9",
2752             "stack/builder": "^1.0",
2753             "symfony-cmf/routing": "^1.4",
2754             "symfony/class-loader": "~3.2.8",
2755             "symfony/console": "~3.2.8",
2756             "symfony/dependency-injection": "~3.2.8",
2757             "symfony/event-dispatcher": "~3.2.8",
2758             "symfony/http-foundation": "~3.2.8",
2759             "symfony/http-kernel": "~3.2.8",
2760             "symfony/polyfill-iconv": "^1.0",
2761             "symfony/process": "~3.2.8",
2762             "symfony/psr-http-message-bridge": "^1.0",
2763             "symfony/routing": "~3.2.8",
2764             "symfony/serializer": "~3.2.8",
2765             "symfony/translation": "~3.2.8",
2766             "symfony/validator": "~3.2.8",
2767             "symfony/yaml": "~3.2.8",
2768             "twig/twig": "^1.23.1",
2769             "zendframework/zend-diactoros": "^1.1",
2770             "zendframework/zend-feed": "^2.4"
2771         },
2772         "conflict": {
2773             "drush/drush": "<8.1.10"
2774         },
2775         "replace": {
2776             "drupal/action": "self.version",
2777             "drupal/aggregator": "self.version",
2778             "drupal/automated_cron": "self.version",
2779             "drupal/ban": "self.version",
2780             "drupal/bartik": "self.version",
2781             "drupal/basic_auth": "self.version",
2782             "drupal/big_pipe": "self.version",
2783             "drupal/block": "self.version",
2784             "drupal/block_content": "self.version",
2785             "drupal/block_place": "self.version",
2786             "drupal/book": "self.version",
2787             "drupal/breakpoint": "self.version",
2788             "drupal/ckeditor": "self.version",
2789             "drupal/classy": "self.version",
2790             "drupal/color": "self.version",
2791             "drupal/comment": "self.version",
2792             "drupal/config": "self.version",
2793             "drupal/config_translation": "self.version",
2794             "drupal/contact": "self.version",
2795             "drupal/content_moderation": "self.version",
2796             "drupal/content_translation": "self.version",
2797             "drupal/contextual": "self.version",
2798             "drupal/core-annotation": "self.version",
2799             "drupal/core-assertion": "self.version",
2800             "drupal/core-bridge": "self.version",
2801             "drupal/core-class-finder": "self.version",
2802             "drupal/core-datetime": "self.version",
2803             "drupal/core-dependency-injection": "self.version",
2804             "drupal/core-diff": "self.version",
2805             "drupal/core-discovery": "self.version",
2806             "drupal/core-event-dispatcher": "self.version",
2807             "drupal/core-file-cache": "self.version",
2808             "drupal/core-filesystem": "self.version",
2809             "drupal/core-gettext": "self.version",
2810             "drupal/core-graph": "self.version",
2811             "drupal/core-http-foundation": "self.version",
2812             "drupal/core-php-storage": "self.version",
2813             "drupal/core-plugin": "self.version",
2814             "drupal/core-proxy-builder": "self.version",
2815             "drupal/core-render": "self.version",
2816             "drupal/core-serialization": "self.version",
2817             "drupal/core-transliteration": "self.version",
2818             "drupal/core-utility": "self.version",
2819             "drupal/core-uuid": "self.version",
2820             "drupal/datetime": "self.version",
2821             "drupal/datetime_range": "self.version",
2822             "drupal/dblog": "self.version",
2823             "drupal/dynamic_page_cache": "self.version",
2824             "drupal/editor": "self.version",
2825             "drupal/entity_reference": "self.version",
2826             "drupal/field": "self.version",
2827             "drupal/field_layout": "self.version",
2828             "drupal/field_ui": "self.version",
2829             "drupal/file": "self.version",
2830             "drupal/filter": "self.version",
2831             "drupal/forum": "self.version",
2832             "drupal/hal": "self.version",
2833             "drupal/help": "self.version",
2834             "drupal/history": "self.version",
2835             "drupal/image": "self.version",
2836             "drupal/inline_form_errors": "self.version",
2837             "drupal/language": "self.version",
2838             "drupal/layout_discovery": "self.version",
2839             "drupal/link": "self.version",
2840             "drupal/locale": "self.version",
2841             "drupal/media": "self.version",
2842             "drupal/menu_link_content": "self.version",
2843             "drupal/menu_ui": "self.version",
2844             "drupal/migrate": "self.version",
2845             "drupal/migrate_drupal": "self.version",
2846             "drupal/migrate_drupal_ui": "self.version",
2847             "drupal/minimal": "self.version",
2848             "drupal/node": "self.version",
2849             "drupal/options": "self.version",
2850             "drupal/page_cache": "self.version",
2851             "drupal/path": "self.version",
2852             "drupal/quickedit": "self.version",
2853             "drupal/rdf": "self.version",
2854             "drupal/responsive_image": "self.version",
2855             "drupal/rest": "self.version",
2856             "drupal/search": "self.version",
2857             "drupal/serialization": "self.version",
2858             "drupal/settings_tray": "self.version",
2859             "drupal/seven": "self.version",
2860             "drupal/shortcut": "self.version",
2861             "drupal/simpletest": "self.version",
2862             "drupal/standard": "self.version",
2863             "drupal/stark": "self.version",
2864             "drupal/statistics": "self.version",
2865             "drupal/syslog": "self.version",
2866             "drupal/system": "self.version",
2867             "drupal/taxonomy": "self.version",
2868             "drupal/telephone": "self.version",
2869             "drupal/text": "self.version",
2870             "drupal/toolbar": "self.version",
2871             "drupal/tour": "self.version",
2872             "drupal/tracker": "self.version",
2873             "drupal/update": "self.version",
2874             "drupal/user": "self.version",
2875             "drupal/views": "self.version",
2876             "drupal/views_ui": "self.version",
2877             "drupal/workflows": "self.version"
2878         },
2879         "require-dev": {
2880             "behat/mink": "1.7.x-dev",
2881             "behat/mink-goutte-driver": "^1.2",
2882             "drupal/coder": "^8.2.12",
2883             "jcalderonzumba/gastonjs": "^1.0.2",
2884             "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
2885             "mikey179/vfsstream": "^1.2",
2886             "phpspec/prophecy": "^1.4",
2887             "phpunit/phpunit": ">=4.8.35 <5",
2888             "symfony/css-selector": "~3.2.8",
2889             "symfony/phpunit-bridge": "~3.2.8"
2890         },
2891         "time": "2018-03-27T10:03:10+00:00",
2892         "type": "drupal-core",
2893         "installation-source": "dist",
2894         "autoload": {
2895             "psr-4": {
2896                 "Drupal\\Core\\": "lib/Drupal/Core",
2897                 "Drupal\\Component\\": "lib/Drupal/Component",
2898                 "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
2899             },
2900             "classmap": [
2901                 "lib/Drupal.php",
2902                 "lib/Drupal/Component/Utility/Timer.php",
2903                 "lib/Drupal/Component/Utility/Unicode.php",
2904                 "lib/Drupal/Core/Database/Database.php",
2905                 "lib/Drupal/Core/DrupalKernel.php",
2906                 "lib/Drupal/Core/DrupalKernelInterface.php",
2907                 "lib/Drupal/Core/Site/Settings.php"
2908             ]
2909         },
2910         "notification-url": "https://packagist.org/downloads/",
2911         "license": [
2912             "GPL-2.0+"
2913         ],
2914         "description": "Drupal is an open source content management platform powering millions of websites and applications."
2915     },
2916     {
2917         "name": "drupal/crop",
2918         "version": "1.2.0",
2919         "version_normalized": "1.2.0.0",
2920         "source": {
2921             "type": "git",
2922             "url": "https://git.drupal.org/project/crop",
2923             "reference": "8.x-1.2"
2924         },
2925         "dist": {
2926             "type": "zip",
2927             "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.2.zip",
2928             "reference": "8.x-1.2",
2929             "shasum": "0ad542254940c844f8a22c1b386131f06c665b4f"
2930         },
2931         "require": {
2932             "drupal/core": "*"
2933         },
2934         "require-dev": {
2935             "drupal/media_entity": "*"
2936         },
2937         "type": "drupal-module",
2938         "extra": {
2939             "branch-alias": {
2940                 "dev-1.x": "1.x-dev"
2941             },
2942             "drupal": {
2943                 "version": "8.x-1.2",
2944                 "datestamp": "1491032884"
2945             }
2946         },
2947         "installation-source": "dist",
2948         "notification-url": "https://packages.drupal.org/8/downloads",
2949         "license": [
2950             "GPL-2.0+"
2951         ],
2952         "authors": [
2953             {
2954                 "name": "Drupal Media Team",
2955                 "homepage": "https://www.drupal.org/user/3260690"
2956             },
2957             {
2958                 "name": "slashrsm",
2959                 "homepage": "https://www.drupal.org/user/744628"
2960             },
2961             {
2962                 "name": "woprrr",
2963                 "homepage": "https://www.drupal.org/user/858604"
2964             }
2965         ],
2966         "description": "Provides storage and API for image crops.",
2967         "homepage": "https://www.drupal.org/project/crop",
2968         "support": {
2969             "source": "http://cgit.drupalcode.org/crop",
2970             "issues": "https://www.drupal.org/project/issues/crop"
2971         }
2972     },
2973     {
2974         "name": "drupal/ctools",
2975         "version": "3.0.0",
2976         "version_normalized": "3.0.0.0",
2977         "source": {
2978             "type": "git",
2979             "url": "https://git.drupal.org/project/ctools",
2980             "reference": "8.x-3.0"
2981         },
2982         "dist": {
2983             "type": "zip",
2984             "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
2985             "reference": "8.x-3.0",
2986             "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
2987         },
2988         "require": {
2989             "drupal/core": "~8.0"
2990         },
2991         "type": "drupal-module",
2992         "extra": {
2993             "branch-alias": {
2994                 "dev-3.x": "3.x-dev"
2995             },
2996             "drupal": {
2997                 "version": "8.x-3.0",
2998                 "datestamp": "1493401742"
2999             }
3000         },
3001         "installation-source": "dist",
3002         "notification-url": "https://packages.drupal.org/8/downloads",
3003         "license": [
3004             "GPL-2.0+"
3005         ],
3006         "authors": [
3007             {
3008                 "name": "Kris Vanderwater (EclipseGc)",
3009                 "homepage": "https://www.drupal.org/u/eclipsegc",
3010                 "role": "Maintainer"
3011             },
3012             {
3013                 "name": "Jakob Perry (japerry)",
3014                 "homepage": "https://www.drupal.org/u/japerry",
3015                 "role": "Maintainer"
3016             },
3017             {
3018                 "name": "Tim Plunkett (tim.plunkett)",
3019                 "homepage": "https://www.drupal.org/u/timplunkett",
3020                 "role": "Maintainer"
3021             },
3022             {
3023                 "name": "James Gilliland (neclimdul)",
3024                 "homepage": "https://www.drupal.org/u/neclimdul",
3025                 "role": "Maintainer"
3026             },
3027             {
3028                 "name": "Daniel Wehner (dawehner)",
3029                 "homepage": "https://www.drupal.org/u/dawehner",
3030                 "role": "Maintainer"
3031             },
3032             {
3033                 "name": "merlinofchaos",
3034                 "homepage": "https://www.drupal.org/user/26979"
3035             },
3036             {
3037                 "name": "neclimdul",
3038                 "homepage": "https://www.drupal.org/user/48673"
3039             },
3040             {
3041                 "name": "sdboyer",
3042                 "homepage": "https://www.drupal.org/user/146719"
3043             },
3044             {
3045                 "name": "sun",
3046                 "homepage": "https://www.drupal.org/user/54136"
3047             },
3048             {
3049                 "name": "tim.plunkett",
3050                 "homepage": "https://www.drupal.org/user/241634"
3051             }
3052         ],
3053         "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
3054         "homepage": "https://www.drupal.org/project/ctools",
3055         "support": {
3056             "source": "http://cgit.drupalcode.org/ctools",
3057             "issues": "https://www.drupal.org/project/issues/ctools"
3058         }
3059     },
3060     {
3061         "name": "drupal/devel",
3062         "version": "1.0.0-rc2",
3063         "version_normalized": "1.0.0.0-RC2",
3064         "source": {
3065             "type": "git",
3066             "url": "https://git.drupal.org/project/devel",
3067             "reference": "8.x-1.0-rc2"
3068         },
3069         "dist": {
3070             "type": "zip",
3071             "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.0-rc2.zip",
3072             "reference": "8.x-1.0-rc2",
3073             "shasum": "011322bf9c263dab29f94640829f4b654e9c5632"
3074         },
3075         "require": {
3076             "drupal/core": "~8.0"
3077         },
3078         "suggest": {
3079             "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
3080         },
3081         "type": "drupal-module",
3082         "extra": {
3083             "branch-alias": {
3084                 "dev-1.x": "1.x-dev"
3085             },
3086             "drupal": {
3087                 "version": "8.x-1.0-rc2",
3088                 "datestamp": "1492989244"
3089             }
3090         },
3091         "installation-source": "dist",
3092         "notification-url": "https://packages.drupal.org/8/downloads",
3093         "license": [
3094             "GPL-2.0+"
3095         ],
3096         "authors": [
3097             {
3098                 "name": "Moshe Weitzman",
3099                 "homepage": "https://github.com/weitzman",
3100                 "email": "weitzman@tejasa.com",
3101                 "role": "Maintainer"
3102             },
3103             {
3104                 "name": "Hans Salvisberg",
3105                 "homepage": "https://www.drupal.org/u/salvis",
3106                 "email": "drupal@salvisberg.com",
3107                 "role": "Maintainer"
3108             },
3109             {
3110                 "name": "Luca Lusso",
3111                 "homepage": "https://www.drupal.org/u/lussoluca",
3112                 "role": "Maintainer"
3113             },
3114             {
3115                 "name": "Marco (willzyx)",
3116                 "homepage": "https://www.drupal.org/u/willzyx",
3117                 "role": "Maintainer"
3118             },
3119             {
3120                 "name": "See contributors",
3121                 "homepage": "https://www.drupal.org/node/3236/committers"
3122             },
3123             {
3124                 "name": "salvis",
3125                 "homepage": "https://www.drupal.org/user/82964"
3126             },
3127             {
3128                 "name": "willzyx",
3129                 "homepage": "https://www.drupal.org/user/1043862"
3130             }
3131         ],
3132         "description": "Various blocks, pages, and functions for developers.",
3133         "homepage": "http://drupal.org/project/devel",
3134         "support": {
3135             "source": "http://cgit.drupalcode.org/devel",
3136             "issues": "http://drupal.org/project/devel",
3137             "irc": "irc://irc.freenode.org/drupal-contribute"
3138         }
3139     },
3140     {
3141         "name": "drupal/diff",
3142         "version": "1.0.0-rc1",
3143         "version_normalized": "1.0.0.0-RC1",
3144         "source": {
3145             "type": "git",
3146             "url": "https://git.drupal.org/project/diff",
3147             "reference": "8.x-1.0-rc1"
3148         },
3149         "dist": {
3150             "type": "zip",
3151             "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip",
3152             "reference": "8.x-1.0-rc1",
3153             "shasum": "4945154c2c07444195a7ae07011a3b3db941c72a"
3154         },
3155         "require": {
3156             "drupal/core": "~8.0",
3157             "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
3158         },
3159         "type": "drupal-module",
3160         "extra": {
3161             "branch-alias": {
3162                 "dev-1.x": "1.x-dev"
3163             },
3164             "drupal": {
3165                 "version": "8.x-1.0-rc1",
3166                 "datestamp": "1484566683"
3167             }
3168         },
3169         "installation-source": "dist",
3170         "notification-url": "https://packages.drupal.org/8/downloads",
3171         "license": [
3172             "GPL-2.0+"
3173         ],
3174         "authors": [
3175             {
3176                 "name": "Miro Dietiker (miro_dietiker)",
3177                 "homepage": "https://www.drupal.org/u/miro_dietiker",
3178                 "role": "Maintainer"
3179             },
3180             {
3181                 "name": "Juampy NR (juampynr)",
3182                 "homepage": "https://www.drupal.org/u/juampynr",
3183                 "role": "Maintainer"
3184             },
3185             {
3186                 "name": "Lucian Hangea (lhangea)",
3187                 "homepage": "https://www.drupal.org/u/lhangea",
3188                 "role": "Maintainer"
3189             },
3190             {
3191                 "name": "Alan D.",
3192                 "homepage": "https://www.drupal.org/u/alan-d.",
3193                 "role": "Maintainer"
3194             },
3195             {
3196                 "name": "Brian Gilbert (realityloop).",
3197                 "homepage": "https://www.drupal.org/u/realityloop",
3198                 "role": "Maintainer"
3199             },
3200             {
3201                 "name": "miro_dietiker",
3202                 "homepage": "https://www.drupal.org/user/227761"
3203             },
3204             {
3205                 "name": "realityloop",
3206                 "homepage": "https://www.drupal.org/user/139189"
3207             },
3208             {
3209                 "name": "rötzi",
3210                 "homepage": "https://www.drupal.org/user/73064"
3211             },
3212             {
3213                 "name": "yhahn",
3214                 "homepage": "https://www.drupal.org/user/264833"
3215             }
3216         ],
3217         "description": "Compares two entity revisions",
3218         "homepage": "https://www.drupal.org/project/diff",
3219         "support": {
3220             "source": "http://cgit.drupalcode.org/diff",
3221             "issues": "https://www.drupal.org/project/issues/diff"
3222         }
3223     },
3224     {
3225         "name": "drupal/draggableviews",
3226         "version": "1.0.0",
3227         "version_normalized": "1.0.0.0",
3228         "source": {
3229             "type": "git",
3230             "url": "https://git.drupal.org/project/draggableviews",
3231             "reference": "8.x-1.0"
3232         },
3233         "dist": {
3234             "type": "zip",
3235             "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.0.zip",
3236             "reference": "8.x-1.0",
3237             "shasum": "007082c2621b45bd8cf73fe5fdd4d292ee88a458"
3238         },
3239         "require": {
3240             "drupal/core": "*"
3241         },
3242         "type": "drupal-module",
3243         "extra": {
3244             "branch-alias": {
3245                 "dev-1.x": "1.x-dev"
3246             },
3247             "drupal": {
3248                 "version": "8.x-1.0",
3249                 "datestamp": "1477076039"
3250             },
3251             "patches_applied": {
3252                 "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
3253                 "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
3254             }
3255         },
3256         "installation-source": "dist",
3257         "notification-url": "https://packages.drupal.org/8/downloads",
3258         "license": [
3259             "GPL-2.0+"
3260         ],
3261         "authors": [
3262             {
3263                 "name": "dixon_",
3264                 "homepage": "https://www.drupal.org/user/239911"
3265             },
3266             {
3267                 "name": "ginc",
3268                 "homepage": "https://www.drupal.org/user/332249"
3269             },
3270             {
3271                 "name": "iStryker",
3272                 "homepage": "https://www.drupal.org/user/303676"
3273             },
3274             {
3275                 "name": "podarok",
3276                 "homepage": "https://www.drupal.org/user/116002"
3277             },
3278             {
3279                 "name": "sevi",
3280                 "homepage": "https://www.drupal.org/user/199290"
3281             },
3282             {
3283                 "name": "ygerasimov",
3284                 "homepage": "https://www.drupal.org/user/257311"
3285             }
3286         ],
3287         "description": "Complete rewrite of D7 draggableviews",
3288         "homepage": "https://www.drupal.org/project/draggableviews",
3289         "support": {
3290             "source": "http://cgit.drupalcode.org/draggableviews"
3291         }
3292     },
3293     {
3294         "name": "drupal/dropzonejs",
3295         "version": "1.0.0-alpha7",
3296         "version_normalized": "1.0.0.0-alpha7",
3297         "source": {
3298             "type": "git",
3299             "url": "https://git.drupal.org/project/dropzonejs",
3300             "reference": "8.x-1.0-alpha7"
3301         },
3302         "dist": {
3303             "type": "zip",
3304             "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-1.0-alpha7.zip",
3305             "reference": "8.x-1.0-alpha7",
3306             "shasum": "62fc6d46cee1d5fa9885bab3e65b3638172311f6"
3307         },
3308         "require": {
3309             "drupal/core": "*"
3310         },
3311         "require-dev": {
3312             "drupal/entity_browser": "*"
3313         },
3314         "suggest": {
3315             "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
3316         },
3317         "type": "drupal-module",
3318         "extra": {
3319             "branch-alias": {
3320                 "dev-1.x": "1.x-dev"
3321             },
3322             "drupal": {
3323                 "version": "8.x-1.0-alpha7",
3324                 "datestamp": "1495200183"
3325             }
3326         },
3327         "installation-source": "dist",
3328         "notification-url": "https://packages.drupal.org/8/downloads",
3329         "license": [
3330             "GPL-2.0+"
3331         ],
3332         "authors": [
3333             {
3334                 "name": "Janez Urevc",
3335                 "homepage": "https://drupal.org/u/slashrsm",
3336                 "role": "Maintainer"
3337             },
3338             {
3339                 "name": "Christian Fritsch",
3340                 "homepage": "https://drupal.org/u/chrfritsch",
3341                 "role": "Maintainer"
3342             },
3343             {
3344                 "name": "Primoz Hmeljak",
3345                 "homepage": "https://drupal.org/u/Primsi",
3346                 "role": "Maintainer"
3347             },
3348             {
3349                 "name": "See other contributors",
3350                 "homepage": "https://www.drupal.org/node/1998478/committers",
3351                 "role": "contributor"
3352             },
3353             {
3354                 "name": "slashrsm",
3355                 "homepage": "https://www.drupal.org/user/744628"
3356             },
3357             {
3358                 "name": "wouters_f",
3359                 "homepage": "https://www.drupal.org/user/721548"
3360             },
3361             {
3362                 "name": "zkday",
3363                 "homepage": "https://www.drupal.org/user/888644"
3364             }
3365         ],
3366         "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
3367         "homepage": "https://www.drupal.org/project/dropzonejs",
3368         "keywords": [
3369             "DropzoneJS",
3370             "Drupal"
3371         ],
3372         "support": {
3373             "source": "https://www.drupal.org/project/dropzonejs",
3374             "issues": "https://www.drupal.org/project/issues/dropzonejs",
3375             "irc": "irc://irc.freenode.org/drupal-contribute"
3376         }
3377     },
3378     {
3379         "name": "drupal/dropzonejs_eb_widget",
3380         "version": "1.0.0-alpha7",
3381         "version_normalized": "1.0.0.0-alpha7",
3382         "require": {
3383             "drupal/core": "*",
3384             "drupal/dropzonejs": "self.version",
3385             "drupal/entity_browser": "*"
3386         },
3387         "type": "metapackage",
3388         "extra": {
3389             "branch-alias": {
3390                 "dev-1.x": "1.x-dev"
3391             },
3392             "drupal": {
3393                 "version": "8.x-1.0-alpha7",
3394                 "datestamp": "1495200183"
3395             }
3396         },
3397         "notification-url": "https://packages.drupal.org/8/downloads",
3398         "license": [
3399             "GPL-2.0+"
3400         ],
3401         "authors": [
3402             {
3403                 "name": "Drupal Media Team",
3404                 "homepage": "https://www.drupal.org/user/3260690"
3405             },
3406             {
3407                 "name": "Drupal media CI",
3408                 "homepage": "https://www.drupal.org/user/3057985"
3409             },
3410             {
3411                 "name": "Primsi",
3412                 "homepage": "https://www.drupal.org/user/282629"
3413             },
3414             {
3415                 "name": "chr.fritsch",
3416                 "homepage": "https://www.drupal.org/user/2103716"
3417             },
3418             {
3419                 "name": "slashrsm",
3420                 "homepage": "https://www.drupal.org/user/744628"
3421             },
3422             {
3423                 "name": "wouters_f",
3424                 "homepage": "https://www.drupal.org/user/721548"
3425             },
3426             {
3427                 "name": "zkday",
3428                 "homepage": "https://www.drupal.org/user/888644"
3429             }
3430         ],
3431         "description": "DropzoneJS Entity browser widget",
3432         "homepage": "https://www.drupal.org/project/dropzonejs",
3433         "support": {
3434             "source": "http://cgit.drupalcode.org/dropzonejs"
3435         }
3436     },
3437     {
3438         "name": "drupal/drupal-driver",
3439         "version": "v1.2.1",
3440         "version_normalized": "1.2.1.0",
3441         "source": {
3442             "type": "git",
3443             "url": "https://github.com/jhedstrom/DrupalDriver.git",
3444             "reference": "125d39918c97f7a08e3110d456a0a1db864dae46"
3445         },
3446         "dist": {
3447             "type": "zip",
3448             "url": "https://api.github.com/repos/jhedstrom/DrupalDriver/zipball/125d39918c97f7a08e3110d456a0a1db864dae46",
3449             "reference": "125d39918c97f7a08e3110d456a0a1db864dae46",
3450             "shasum": ""
3451         },
3452         "require": {
3453             "symfony/dependency-injection": "~2.6|~3.0",
3454             "symfony/process": "~2.5|~3.0"
3455         },
3456         "require-dev": {
3457             "drupal/coder": "~8.2.0",
3458             "drush-ops/behat-drush-endpoint": "*",
3459             "mockery/mockery": "0.9.4",
3460             "phpspec/phpspec": "~2.0",
3461             "phpunit/phpunit": "~4.0"
3462         },
3463         "time": "2016-06-20T16:29:51+00:00",
3464         "type": "library",
3465         "extra": {
3466             "branch-alias": {
3467                 "dev-master": "1.2.x-dev"
3468             }
3469         },
3470         "installation-source": "dist",
3471         "autoload": {
3472             "psr-0": {
3473                 "Drupal\\Component": "src/",
3474                 "Drupal\\Driver": "src/",
3475                 "Drupal\\Tests\\Driver": "tests/"
3476             }
3477         },
3478         "notification-url": "https://packagist.org/downloads/",
3479         "license": [
3480             "GPL-2.0+"
3481         ],
3482         "authors": [
3483             {
3484                 "name": "Jonathan Hedstrom",
3485                 "email": "jhedstrom@gmail.com"
3486             }
3487         ],
3488         "description": "A collection of reusable Drupal drivers",
3489         "homepage": "http://github.com/jhedstrom/DrupalDriver",
3490         "keywords": [
3491             "drupal",
3492             "test",
3493             "web"
3494         ]
3495     },
3496     {
3497         "name": "drupal/drupal-extension",
3498         "version": "v3.3.1",
3499         "version_normalized": "3.3.1.0",
3500         "source": {
3501             "type": "git",
3502             "url": "https://github.com/jhedstrom/drupalextension.git",
3503             "reference": "2a858760208856391f7e5e4d269fba2c1df110a4"
3504         },
3505         "dist": {
3506             "type": "zip",
3507             "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/2a858760208856391f7e5e4d269fba2c1df110a4",
3508             "reference": "2a858760208856391f7e5e4d269fba2c1df110a4",
3509             "shasum": ""
3510         },
3511         "require": {
3512             "behat/behat": "~3.2",
3513             "behat/mink": "~1.5",
3514             "behat/mink-extension": "~2.0",
3515             "behat/mink-goutte-driver": "~1.0",
3516             "behat/mink-selenium2-driver": "~1.1",
3517             "drupal/drupal-driver": "~1.2",
3518             "symfony/dependency-injection": "~2.7|~3.0",
3519             "symfony/event-dispatcher": "~2.7|~3.0"
3520         },
3521         "require-dev": {
3522             "behat/mink-zombie-driver": "^1.2",
3523             "phpspec/phpspec": "~2.0",
3524             "phpunit/phpunit": "3.7.*"
3525         },
3526         "time": "2017-09-13T19:54:23+00:00",
3527         "type": "behat-extension",
3528         "extra": {
3529             "branch-alias": {
3530                 "dev-master": "3.2.x-dev"
3531             }
3532         },
3533         "installation-source": "dist",
3534         "autoload": {
3535             "psr-0": {
3536                 "Drupal\\Drupal": "src/",
3537                 "Drupal\\Exception": "src/",
3538                 "Drupal\\DrupalExtension": "src/"
3539             }
3540         },
3541         "notification-url": "https://packagist.org/downloads/",
3542         "license": [
3543             "GPL-2.0+"
3544         ],
3545         "authors": [
3546             {
3547                 "name": "Jonathan Hedstrom",
3548                 "email": "jhedstrom@gmail.com"
3549             }
3550         ],
3551         "description": "Drupal extension for Behat",
3552         "homepage": "http://drupal.org/project/drupalextension",
3553         "keywords": [
3554             "drupal",
3555             "test",
3556             "web"
3557         ]
3558     },
3559     {
3560         "name": "drupal/drupalmoduleupgrader",
3561         "version": "dev-1.x",
3562         "version_normalized": "dev-1.x",
3563         "source": {
3564             "type": "git",
3565             "url": "https://git.drupal.org/project/drupalmoduleupgrader",
3566             "reference": "8bf2d9c140d4a315f267ff511fc69ea1595b62b8"
3567         },
3568         "require": {
3569             "cebe/markdown": "1.0.*@dev",
3570             "drupal/core": "~8.0",
3571             "grom358/pharborist": "dev-master",
3572             "symfony/filesystem": "^2.6.0",
3573             "symfony/finder": "^2.6.0"
3574         },
3575         "require-dev": {
3576             "mikey179/vfsstream": "^1.5",
3577             "phpunit/phpunit": "^4.8"
3578         },
3579         "type": "drupal-module",
3580         "extra": {
3581             "branch-alias": {
3582                 "dev-1.x": "1.x-dev"
3583             },
3584             "drupal": {
3585                 "version": "8.x-1.2+9-dev",
3586                 "datestamp": "1490452983"
3587             }
3588         },
3589         "installation-source": "source",
3590         "autoload": {
3591             "psr-4": {
3592                 "Drupal\\drupalmoduleupgrader\\": "src/"
3593             }
3594         },
3595         "notification-url": "https://packages.drupal.org/8/downloads",
3596         "license": [
3597             "GPL-2.0+"
3598         ],
3599         "authors": [
3600             {
3601                 "name": "Gábor Hojtsy",
3602                 "homepage": "https://www.drupal.org/user/4166"
3603             },
3604             {
3605                 "name": "Wim Leers",
3606                 "homepage": "https://www.drupal.org/user/99777"
3607             },
3608             {
3609                 "name": "dstol",
3610                 "homepage": "https://www.drupal.org/user/329570"
3611             },
3612             {
3613                 "name": "eshta",
3614                 "homepage": "https://www.drupal.org/user/1951462"
3615             },
3616             {
3617                 "name": "japerry",
3618                 "homepage": "https://www.drupal.org/user/45640"
3619             },
3620             {
3621                 "name": "jcnventura",
3622                 "homepage": "https://www.drupal.org/user/122464"
3623             },
3624             {
3625                 "name": "pfrenssen",
3626                 "homepage": "https://www.drupal.org/user/382067"
3627             },
3628             {
3629                 "name": "phenaproxima",
3630                 "homepage": "https://www.drupal.org/user/205645"
3631             },
3632             {
3633                 "name": "tim.plunkett",
3634                 "homepage": "https://www.drupal.org/user/241634"
3635             },
3636             {
3637                 "name": "webchick",
3638                 "homepage": "https://www.drupal.org/user/24967"
3639             },
3640             {
3641                 "name": "xjm",
3642                 "homepage": "https://www.drupal.org/user/65776"
3643             }
3644         ],
3645         "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
3646         "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
3647         "keywords": [
3648             "Drupal",
3649             "PHP_CodeSniffer",
3650             "phpcs",
3651             "standards",
3652             "update",
3653             "upgrade"
3654         ],
3655         "support": {
3656             "source": "https://drupal.org/project/drupalmoduleupgrader",
3657             "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
3658         }
3659     },
3660     {
3661         "name": "drupal/embed",
3662         "version": "1.0.0",
3663         "version_normalized": "1.0.0.0",
3664         "source": {
3665             "type": "git",
3666             "url": "https://git.drupal.org/project/embed",
3667             "reference": "8.x-1.0"
3668         },
3669         "dist": {
3670             "type": "zip",
3671             "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
3672             "reference": "8.x-1.0",
3673             "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
3674         },
3675         "require": {
3676             "drupal/core": "~8.0"
3677         },
3678         "type": "drupal-module",
3679         "extra": {
3680             "branch-alias": {
3681                 "dev-1.x": "1.x-dev"
3682             },
3683             "drupal": {
3684                 "version": "8.x-1.0",
3685                 "datestamp": "1490755685"
3686             }
3687         },
3688         "installation-source": "dist",
3689         "notification-url": "https://packages.drupal.org/8/downloads",
3690         "license": [
3691             "GPL-2.0+"
3692         ],
3693         "authors": [
3694             {
3695                 "name": "Dave Reid",
3696                 "homepage": "https://www.drupal.org/user/53892"
3697             },
3698             {
3699                 "name": "Devin Carlson",
3700                 "homepage": "https://www.drupal.org/user/290182"
3701             },
3702             {
3703                 "name": "Drupal Media Team",
3704                 "homepage": "https://www.drupal.org/user/3260690"
3705             },
3706             {
3707                 "name": "cs_shadow",
3708                 "homepage": "https://www.drupal.org/user/2828287"
3709             },
3710             {
3711                 "name": "slashrsm",
3712                 "homepage": "https://www.drupal.org/user/744628"
3713             }
3714         ],
3715         "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
3716         "homepage": "https://www.drupal.org/project/embed",
3717         "support": {
3718             "source": "http://cgit.drupalcode.org/embed",
3719             "issues": "https://www.drupal.org/project/issues/embed",
3720             "irc": "irc://irc.freenode.org/drupal-media"
3721         }
3722     },
3723     {
3724         "name": "drupal/entity",
3725         "version": "1.0.0-alpha4",
3726         "version_normalized": "1.0.0.0-alpha4",
3727         "source": {
3728             "type": "git",
3729             "url": "https://git.drupal.org/project/entity",
3730             "reference": "8.x-1.0-alpha4"
3731         },
3732         "dist": {
3733             "type": "zip",
3734             "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-alpha4.zip",
3735             "reference": "8.x-1.0-alpha4",
3736             "shasum": "c081d3757c159dfee74c9e5acb63bdee81c42e18"
3737         },
3738         "require": {
3739             "drupal/core": "~8.1"
3740         },
3741         "type": "drupal-module",
3742         "extra": {
3743             "branch-alias": {
3744                 "dev-1.x": "1.x-dev"
3745             },
3746             "drupal": {
3747                 "version": "8.x-1.0-alpha4",
3748                 "datestamp": "1481194983"
3749             }
3750         },
3751         "installation-source": "dist",
3752         "notification-url": "https://packages.drupal.org/8/downloads",
3753         "license": [
3754             "GPL-2.0+"
3755         ],
3756         "authors": [
3757             {
3758                 "name": "Berdir",
3759                 "homepage": "https://www.drupal.org/user/214652"
3760             },
3761             {
3762                 "name": "bojanz",
3763                 "homepage": "https://www.drupal.org/user/86106"
3764             },
3765             {
3766                 "name": "dawehner",
3767                 "homepage": "https://www.drupal.org/user/99340"
3768             },
3769             {
3770                 "name": "dixon_",
3771                 "homepage": "https://www.drupal.org/user/239911"
3772             },
3773             {
3774                 "name": "fago",
3775                 "homepage": "https://www.drupal.org/user/16747"
3776             }
3777         ],
3778         "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
3779         "homepage": "http://drupal.org/project/entity",
3780         "support": {
3781             "source": "http://cgit.drupalcode.org/entity"
3782         }
3783     },
3784     {
3785         "name": "drupal/entity_browser",
3786         "version": "1.0.0",
3787         "version_normalized": "1.0.0.0",
3788         "source": {
3789             "type": "git",
3790             "url": "https://git.drupal.org/project/entity_browser",
3791             "reference": "8.x-1.0"
3792         },
3793         "dist": {
3794             "type": "zip",
3795             "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.0.zip",
3796             "reference": "8.x-1.0",
3797             "shasum": "6bd7bbcda1eebacc3685e9edaad2ad29b525b2ad"
3798         },
3799         "require": {
3800             "drupal/core": "~8.0"
3801         },
3802         "require-dev": {
3803             "drupal/ctools": "*",
3804             "drupal/inline_entity_form": "*",
3805             "drupal/media_entity": "*",
3806             "drupal/paragraphs": "*",
3807             "drupal/token": "*"
3808         },
3809         "type": "drupal-module",
3810         "extra": {
3811             "branch-alias": {
3812                 "dev-1.x": "1.x-dev",
3813                 "dev-8.x-1.x": "8.1.x-dev"
3814             },
3815             "drupal": {
3816                 "version": "8.x-1.0",
3817                 "datestamp": "1492678144"
3818             }
3819         },
3820         "installation-source": "dist",
3821         "notification-url": "https://packages.drupal.org/8/downloads",
3822         "license": [
3823             "GPL-2.0+"
3824         ],
3825         "authors": [
3826             {
3827                 "name": "Janez Urevc",
3828                 "homepage": "https://github.com/slashrsm",
3829                 "role": "Maintainer"
3830             },
3831             {
3832                 "name": "Primoz Hmeljak",
3833                 "homepage": "https://github.com/primsi",
3834                 "role": "Maintainer"
3835             },
3836             {
3837                 "name": "See other contributors",
3838                 "homepage": "https://www.drupal.org/node/1943336/committers",
3839                 "role": "contributor"
3840             },
3841             {
3842                 "name": "Primsi",
3843                 "homepage": "https://www.drupal.org/user/282629"
3844             },
3845             {
3846                 "name": "marcingy",
3847                 "homepage": "https://www.drupal.org/user/77320"
3848             },
3849             {
3850                 "name": "samuel.mortenson",
3851                 "homepage": "https://www.drupal.org/user/2582268"
3852             },
3853             {
3854                 "name": "slashrsm",
3855                 "homepage": "https://www.drupal.org/user/744628"
3856             }
3857         ],
3858         "description": "Entity browsing and selecting component.",
3859         "homepage": "http://drupal.org/project/entity_browser",
3860         "support": {
3861             "source": "http://cgit.drupalcode.org/entity_browser",
3862             "issues": "http://drupal.org/project/issues/entity_browser",
3863             "irc": "irc://irc.freenode.org/drupal-contribute"
3864         }
3865     },
3866     {
3867         "name": "drupal/entity_browser_entity_form",
3868         "version": "1.0.0",
3869         "version_normalized": "1.0.0.0",
3870         "require": {
3871             "drupal/core": "~8.0",
3872             "drupal/entity_browser": "self.version",
3873             "drupal/inline_entity_form": "*"
3874         },
3875         "type": "metapackage",
3876         "extra": {
3877             "branch-alias": {
3878                 "dev-1.x": "1.x-dev"
3879             },
3880             "drupal": {
3881                 "version": "8.x-1.0",
3882                 "datestamp": "1492678144"
3883             }
3884         },
3885         "notification-url": "https://packages.drupal.org/8/downloads",
3886         "license": [
3887             "GPL-2.0+"
3888         ],
3889         "authors": [
3890             {
3891                 "name": "Dave Reid",
3892                 "homepage": "https://www.drupal.org/user/53892"
3893             },
3894             {
3895                 "name": "Devin Carlson",
3896                 "homepage": "https://www.drupal.org/user/290182"
3897             },
3898             {
3899                 "name": "Drupal Media Team",
3900                 "homepage": "https://www.drupal.org/user/3260690"
3901             },
3902             {
3903                 "name": "Primsi",
3904                 "homepage": "https://www.drupal.org/user/282629"
3905             },
3906             {
3907                 "name": "marcingy",
3908                 "homepage": "https://www.drupal.org/user/77320"
3909             },
3910             {
3911                 "name": "samuel.mortenson",
3912                 "homepage": "https://www.drupal.org/user/2582268"
3913             },
3914             {
3915                 "name": "slashrsm",
3916                 "homepage": "https://www.drupal.org/user/744628"
3917             }
3918         ],
3919         "description": "Entity browser inline entity form integration.",
3920         "homepage": "https://www.drupal.org/project/entity_browser",
3921         "support": {
3922             "source": "http://cgit.drupalcode.org/entity_browser"
3923         }
3924     },
3925     {
3926         "name": "drupal/entity_embed",
3927         "version": "1.0.0-beta2",
3928         "version_normalized": "1.0.0.0-beta2",
3929         "source": {
3930             "type": "git",
3931             "url": "https://git.drupal.org/project/entity_embed",
3932             "reference": "8.x-1.0-beta2"
3933         },
3934         "dist": {
3935             "type": "zip",
3936             "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
3937             "reference": "8.x-1.0-beta2",
3938             "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
3939         },
3940         "require": {
3941             "drupal/core": "*",
3942             "drupal/embed": "*"
3943         },
3944         "require-dev": {
3945             "drupal/entity_browser": "*"
3946         },
3947         "type": "drupal-module",
3948         "extra": {
3949             "branch-alias": {
3950                 "dev-1.x": "1.x-dev"
3951             },
3952             "drupal": {
3953                 "version": "8.x-1.0-beta2",
3954                 "datestamp": "1476698339"
3955             }
3956         },
3957         "installation-source": "dist",
3958         "notification-url": "https://packages.drupal.org/8/downloads",
3959         "license": [
3960             "GPL-2.0+"
3961         ],
3962         "authors": [
3963             {
3964                 "name": "Dave Reid",
3965                 "homepage": "https://www.drupal.org/user/53892"
3966             },
3967             {
3968                 "name": "Devin Carlson",
3969                 "homepage": "https://www.drupal.org/user/290182"
3970             },
3971             {
3972                 "name": "Drupal Media Team",
3973                 "homepage": "https://www.drupal.org/user/3260690"
3974             },
3975             {
3976                 "name": "cs_shadow",
3977                 "homepage": "https://www.drupal.org/user/2828287"
3978             },
3979             {
3980                 "name": "slashrsm",
3981                 "homepage": "https://www.drupal.org/user/744628"
3982             }
3983         ],
3984         "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
3985         "homepage": "https://www.drupal.org/project/entity_embed",
3986         "support": {
3987             "source": "http://cgit.drupalcode.org/entity_embed",
3988             "issues": "https://www.drupal.org/project/issues/entity_embed",
3989             "irc": "irc://irc.freenode.org/drupal-media"
3990         }
3991     },
3992     {
3993         "name": "drupal/entity_reference_revisions",
3994         "version": "1.3.0",
3995         "version_normalized": "1.3.0.0",
3996         "source": {
3997             "type": "git",
3998             "url": "https://git.drupal.org/project/entity_reference_revisions",
3999             "reference": "8.x-1.3"
4000         },
4001         "dist": {
4002             "type": "zip",
4003             "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.3.zip",
4004             "reference": "8.x-1.3",
4005             "shasum": "78aebb58efbbfcbb2faa40a1afc0830312b32631"
4006         },
4007         "require": {
4008             "drupal/core": "~8.0"
4009         },
4010         "require-dev": {
4011             "drupal/diff": "*"
4012         },
4013         "type": "drupal-module",
4014         "extra": {
4015             "branch-alias": {
4016                 "dev-1.x": "1.x-dev"
4017             },
4018             "drupal": {
4019                 "version": "8.x-1.3",
4020                 "datestamp": "1495814284"
4021             }
4022         },
4023         "installation-source": "dist",
4024         "notification-url": "https://packages.drupal.org/8/downloads",
4025         "license": [
4026             "GPL-2.0+"
4027         ],
4028         "authors": [
4029             {
4030                 "name": "Frans",
4031                 "homepage": "https://www.drupal.org/user/514222"
4032             },
4033             {
4034                 "name": "jeroen.b",
4035                 "homepage": "https://www.drupal.org/user/1853532"
4036             },
4037             {
4038                 "name": "miro_dietiker",
4039                 "homepage": "https://www.drupal.org/user/227761"
4040             }
4041         ],
4042         "description": "Adds a Entity Reference field type with revision support.",
4043         "homepage": "https://www.drupal.org/project/entity_reference_revisions",
4044         "support": {
4045             "source": "http://cgit.drupalcode.org/entity_reference_revisions"
4046         }
4047     },
4048     {
4049         "name": "drupal/entityqueue",
4050         "version": "1.0.0-alpha6",
4051         "version_normalized": "1.0.0.0-alpha6",
4052         "source": {
4053             "type": "git",
4054             "url": "https://git.drupal.org/project/entityqueue",
4055             "reference": "8.x-1.0-alpha6"
4056         },
4057         "dist": {
4058             "type": "zip",
4059             "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha6.zip",
4060             "reference": "8.x-1.0-alpha6",
4061             "shasum": "2f7c639020a4c688b419ca90e35ffe0d08b34639"
4062         },
4063         "require": {
4064             "drupal/core": "~8.0"
4065         },
4066         "type": "drupal-module",
4067         "extra": {
4068             "branch-alias": {
4069                 "dev-1.x": "1.x-dev"
4070             },
4071             "drupal": {
4072                 "version": "8.x-1.0-alpha6",
4073                 "datestamp": "1481985783"
4074             }
4075         },
4076         "installation-source": "dist",
4077         "notification-url": "https://packages.drupal.org/8/downloads",
4078         "license": [
4079             "GPL-2.0+"
4080         ],
4081         "authors": [
4082             {
4083                 "name": "amateescu",
4084                 "homepage": "https://www.drupal.org/user/729614"
4085             },
4086             {
4087                 "name": "jojonaloha",
4088                 "homepage": "https://www.drupal.org/user/1579186"
4089             },
4090             {
4091                 "name": "tim.plunkett",
4092                 "homepage": "https://www.drupal.org/user/241634"
4093             }
4094         ],
4095         "description": "Allows users to collect entities in arbitrarily ordered lists.",
4096         "homepage": "https://www.drupal.org/project/entityqueue",
4097         "support": {
4098             "source": "http://cgit.drupalcode.org/entityqueue"
4099         }
4100     },
4101     {
4102         "name": "drupal/environment_indicator",
4103         "version": "3.0.0",
4104         "version_normalized": "3.0.0.0",
4105         "source": {
4106             "type": "git",
4107             "url": "https://git.drupal.org/project/environment_indicator",
4108             "reference": "8.x-3.0"
4109         },
4110         "dist": {
4111             "type": "zip",
4112             "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.0.zip",
4113             "reference": "8.x-3.0",
4114             "shasum": "eb435b390f07e228eb55638630c6b5b9fb3e104e"
4115         },
4116         "require": {
4117             "drupal/core": "*"
4118         },
4119         "type": "drupal-module",
4120         "extra": {
4121             "branch-alias": {
4122                 "dev-3.x": "3.x-dev"
4123             },
4124             "drupal": {
4125                 "version": "8.x-3.0",
4126                 "datestamp": "1487828585"
4127             }
4128         },
4129         "installation-source": "dist",
4130         "notification-url": "https://packages.drupal.org/8/downloads",
4131         "license": [
4132             "GPL-2.0+"
4133         ],
4134         "authors": [
4135             {
4136                 "name": "e0ipso",
4137                 "homepage": "https://www.drupal.org/user/550110"
4138             },
4139             {
4140                 "name": "mrfelton",
4141                 "homepage": "https://www.drupal.org/user/305669"
4142             }
4143         ],
4144         "description": "Adds a color indicator for the different environments.",
4145         "homepage": "https://www.drupal.org/project/environment_indicator",
4146         "support": {
4147             "source": "http://cgit.drupalcode.org/environment_indicator"
4148         }
4149     },
4150     {
4151         "name": "drupal/eu_cookie_compliance",
4152         "version": "1.0.0-beta7",
4153         "version_normalized": "1.0.0.0-beta7",
4154         "source": {
4155             "type": "git",
4156             "url": "https://git.drupal.org/project/eu-cookie-compliance",
4157             "reference": "8.x-1.0-beta7"
4158         },
4159         "dist": {
4160             "type": "zip",
4161             "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.0-beta7.zip",
4162             "reference": "8.x-1.0-beta7",
4163             "shasum": "c8859fbeb5f6b1122c0eb6c5df1c4cd4b2961421"
4164         },
4165         "require": {
4166             "drupal/core": "*"
4167         },
4168         "type": "drupal-module",
4169         "extra": {
4170             "branch-alias": {
4171                 "dev-1.x": "1.x-dev"
4172             },
4173             "drupal": {
4174                 "version": "8.x-1.0-beta7",
4175                 "datestamp": "1471263146"
4176             }
4177         },
4178         "installation-source": "dist",
4179         "notification-url": "https://packages.drupal.org/8/downloads",
4180         "license": [
4181             "GPL-2.0+"
4182         ],
4183         "authors": [
4184             {
4185                 "name": "Marcin Pajdzik",
4186                 "homepage": "https://www.drupal.org/user/160555"
4187             },
4188             {
4189                 "name": "achton",
4190                 "homepage": "https://www.drupal.org/user/712454"
4191             },
4192             {
4193                 "name": "blairski",
4194                 "homepage": "https://www.drupal.org/user/120835"
4195             },
4196             {
4197                 "name": "dakku",
4198                 "homepage": "https://www.drupal.org/user/97634"
4199             },
4200             {
4201                 "name": "grzegorz.bartman",
4202                 "homepage": "https://www.drupal.org/user/363120"
4203             },
4204             {
4205                 "name": "id.tornado",
4206                 "homepage": "https://www.drupal.org/user/2754049"
4207             },
4208             {
4209                 "name": "killua99",
4210                 "homepage": "https://www.drupal.org/user/699418"
4211             },
4212             {
4213                 "name": "mibfire",
4214                 "homepage": "https://www.drupal.org/user/155136"
4215             },
4216             {
4217                 "name": "naveenvalecha",
4218                 "homepage": "https://www.drupal.org/user/2665733"
4219             },
4220             {
4221                 "name": "svenryen",
4222                 "homepage": "https://www.drupal.org/user/667244"
4223             }
4224         ],
4225         "description": "This module aims at making the website compliant with the new EU cookie regulation",
4226         "homepage": "https://www.drupal.org/project/eu_cookie_compliance",
4227         "support": {
4228             "source": "http://cgit.drupalcode.org/eu_cookie_compliance"
4229         }
4230     },
4231     {
4232         "name": "drupal/filefield_sources",
4233         "version": "dev-1.x",
4234         "version_normalized": "dev-1.x",
4235         "source": {
4236             "type": "git",
4237             "url": "https://git.drupal.org/project/filefield_sources",
4238             "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
4239         },
4240         "require": {
4241             "drupal/core": "*"
4242         },
4243         "type": "drupal-module",
4244         "extra": {
4245             "branch-alias": {
4246                 "dev-1.x": "1.x-dev"
4247             },
4248             "drupal": {
4249                 "version": "8.x-1.x-dev",
4250                 "datestamp": "1464990539"
4251             }
4252         },
4253         "installation-source": "source",
4254         "notification-url": "https://packages.drupal.org/8/downloads",
4255         "license": [
4256             "GPL-2.0+"
4257         ],
4258         "authors": [
4259             {
4260                 "name": "profak",
4261                 "homepage": "https://www.drupal.org/user/782534"
4262             },
4263             {
4264                 "name": "quicksketch",
4265                 "homepage": "https://www.drupal.org/user/35821"
4266             }
4267         ],
4268         "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
4269         "homepage": "https://www.drupal.org/project/filefield_sources",
4270         "support": {
4271             "source": "http://cgit.drupalcode.org/filefield_sources"
4272         }
4273     },
4274     {
4275         "name": "drupal/fontyourface",
4276         "version": "3.1.0",
4277         "version_normalized": "3.1.0.0",
4278         "source": {
4279             "type": "git",
4280             "url": "https://git.drupal.org/project/fontyourface",
4281             "reference": "8.x-3.1"
4282         },
4283         "dist": {
4284             "type": "zip",
4285             "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.1.zip",
4286             "reference": "8.x-3.1",
4287             "shasum": "c5e02349327e4962dc15901ad442a887326b5b73"
4288         },
4289         "require": {
4290             "drupal/core": "8.*"
4291         },
4292         "type": "drupal-module",
4293         "extra": {
4294             "branch-alias": {
4295                 "dev-3.x": "3.x-dev"
4296             },
4297             "drupal": {
4298                 "version": "8.x-3.1",
4299                 "datestamp": "1490223783"
4300             }
4301         },
4302         "installation-source": "dist",
4303         "notification-url": "https://packages.drupal.org/8/downloads",
4304         "license": [
4305             "GPL-2.0+"
4306         ],
4307         "authors": [
4308             {
4309                 "name": "BTMash",
4310                 "homepage": "https://www.drupal.org/user/60422"
4311             },
4312             {
4313                 "name": "BarisW",
4314                 "homepage": "https://www.drupal.org/user/107229"
4315             },
4316             {
4317                 "name": "Drave Robber",
4318                 "homepage": "https://www.drupal.org/user/984338"
4319             },
4320             {
4321                 "name": "sreynen",
4322                 "homepage": "https://www.drupal.org/user/109890"
4323             }
4324         ],
4325         "description": "Web font management tools.",
4326         "homepage": "https://www.drupal.org/project/fontyourface",
4327         "keywords": [
4328             "Drupal"
4329         ],
4330         "support": {
4331             "source": "http://cgit.drupalcode.org/fontyourface",
4332             "issues": "http://drupal.org/project/issues/fontyourface"
4333         }
4334     },
4335     {
4336         "name": "drupal/front",
4337         "version": "1.0.0-alpha2",
4338         "version_normalized": "1.0.0.0-alpha2",
4339         "source": {
4340             "type": "git",
4341             "url": "https://git.drupal.org/project/front",
4342             "reference": "8.x-1.0-alpha2"
4343         },
4344         "dist": {
4345             "type": "zip",
4346             "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-alpha2.zip",
4347             "reference": "8.x-1.0-alpha2",
4348             "shasum": "d4381a4fea8ebdf50575a2b443094612b0ff1eb0"
4349         },
4350         "require": {
4351             "drupal/core": "~8.0"
4352         },
4353         "type": "drupal-module",
4354         "extra": {
4355             "branch-alias": {
4356                 "dev-1.x": "1.x-dev"
4357             },
4358             "drupal": {
4359                 "version": "8.x-1.0-alpha2",
4360                 "datestamp": "1487686982"
4361             }
4362         },
4363         "installation-source": "dist",
4364         "notification-url": "https://packages.drupal.org/8/downloads",
4365         "license": [
4366             "GPL-2.0+"
4367         ],
4368         "authors": [
4369             {
4370                 "name": "Dublin Drupaller",
4371                 "homepage": "https://www.drupal.org/user/8625"
4372             },
4373             {
4374                 "name": "Simon Georges",
4375                 "homepage": "https://www.drupal.org/user/172312"
4376             },
4377             {
4378                 "name": "asenenko",
4379                 "homepage": "https://www.drupal.org/user/2641733"
4380             },
4381             {
4382                 "name": "estoyausente",
4383                 "homepage": "https://www.drupal.org/user/1232954"
4384             },
4385             {
4386                 "name": "timhilliard",
4387                 "homepage": "https://www.drupal.org/user/195493"
4388             }
4389         ],
4390         "homepage": "https://www.drupal.org/project/front",
4391         "support": {
4392             "source": "http://cgit.drupalcode.org/front"
4393         }
4394     },
4395     {
4396         "name": "drupal/hacked",
4397         "version": "2.0.0-beta1",
4398         "version_normalized": "2.0.0.0-beta1",
4399         "source": {
4400             "type": "git",
4401             "url": "https://git.drupal.org/project/hacked",
4402             "reference": "8.x-2.0-beta1"
4403         },
4404         "dist": {
4405             "type": "zip",
4406             "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta1.zip",
4407             "reference": "8.x-2.0-beta1",
4408             "shasum": "97b091470b83b3bdfe9a13673c5c676b3ce0414a"
4409         },
4410         "require": {
4411             "drupal/core": "*"
4412         },
4413         "type": "drupal-module",
4414         "extra": {
4415             "branch-alias": {
4416                 "dev-2.x": "2.x-dev"
4417             },
4418             "drupal": {
4419                 "version": "8.x-2.0-beta1",
4420                 "datestamp": "1453154039"
4421             },
4422             "patches_applied": {
4423                 "Compatibility with diff module API change: Turn EntityComparisonBase into a service": "https://www.drupal.org/files/issues/hacked-diff-diff-service-2800645-2.patch"
4424             }
4425         },
4426         "installation-source": "dist",
4427         "notification-url": "https://packages.drupal.org/8/downloads",
4428         "license": [
4429             "GPL-2.0+"
4430         ],
4431         "authors": [
4432             {
4433                 "name": "Deciphered",
4434                 "homepage": "https://www.drupal.org/user/103796"
4435             },
4436             {
4437                 "name": "Steven Jones",
4438                 "homepage": "https://www.drupal.org/user/99644"
4439             }
4440         ],
4441         "description": "Shows if drupal or any of its modules have been changed",
4442         "homepage": "https://www.drupal.org/project/hacked",
4443         "support": {
4444             "source": "http://cgit.drupalcode.org/hacked"
4445         }
4446     },
4447     {
4448         "name": "drupal/htmlawed",
4449         "version": "3.2.0",
4450         "version_normalized": "3.2.0.0",
4451         "source": {
4452             "type": "git",
4453             "url": "https://git.drupal.org/project/htmLawed",
4454             "reference": "8.x-3.2"
4455         },
4456         "dist": {
4457             "type": "zip",
4458             "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.2.zip",
4459             "reference": "8.x-3.2",
4460             "shasum": "9ced09e67458a0efcd7c4cc7e83f05fb4035ddcc"
4461         },
4462         "require": {
4463             "drupal/core": "~8.0"
4464         },
4465         "type": "drupal-module",
4466         "extra": {
4467             "branch-alias": {
4468                 "dev-3.x": "3.x-dev"
4469             },
4470             "drupal": {
4471                 "version": "8.x-3.2",
4472                 "datestamp": "1480745884"
4473             }
4474         },
4475         "installation-source": "dist",
4476         "notification-url": "https://packages.drupal.org/8/downloads",
4477         "license": [
4478             "GPL-2.0+"
4479         ],
4480         "authors": [
4481             {
4482                 "name": "alpha2zee",
4483                 "homepage": "https://www.drupal.org/user/201451"
4484             }
4485         ],
4486         "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
4487         "homepage": "https://www.drupal.org/project/htmlawed",
4488         "support": {
4489             "source": "http://cgit.drupalcode.org/htmlawed"
4490         }
4491     },
4492     {
4493         "name": "drupal/http2_server_push",
4494         "version": "1.0.0",
4495         "version_normalized": "1.0.0.0",
4496         "source": {
4497             "type": "git",
4498             "url": "https://git.drupal.org/project/http2_server_push",
4499             "reference": "8.x-1.0"
4500         },
4501         "dist": {
4502             "type": "zip",
4503             "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
4504             "reference": "8.x-1.0",
4505             "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
4506         },
4507         "require": {
4508             "drupal/core": "~8.0"
4509         },
4510         "type": "drupal-module",
4511         "extra": {
4512             "branch-alias": {
4513                 "dev-1.x": "1.x-dev"
4514             },
4515             "drupal": {
4516                 "version": "8.x-1.0",
4517                 "datestamp": "1489057084"
4518             }
4519         },
4520         "installation-source": "dist",
4521         "notification-url": "https://packages.drupal.org/8/downloads",
4522         "license": [
4523             "GPL-2.0+"
4524         ],
4525         "authors": [
4526             {
4527                 "name": "Wim Leers",
4528                 "homepage": "https://www.drupal.org/user/99777"
4529             }
4530         ],
4531         "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
4532         "homepage": "https://www.drupal.org/project/http2_server_push",
4533         "support": {
4534             "source": "http://cgit.drupalcode.org/http2_server_push"
4535         }
4536     },
4537     {
4538         "name": "drupal/image_widget_crop",
4539         "version": "2.0.0",
4540         "version_normalized": "2.0.0.0",
4541         "source": {
4542             "type": "git",
4543             "url": "https://git.drupal.org/project/image_widget_crop",
4544             "reference": "8.x-2.0"
4545         },
4546         "dist": {
4547             "type": "zip",
4548             "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.0.zip",
4549             "reference": "8.x-2.0",
4550             "shasum": "2c8e13e0c73d95a3f8dde5392da2ef20c3d17faa"
4551         },
4552         "require": {
4553             "drupal/core": "*",
4554             "drupal/crop": "1.x"
4555         },
4556         "require-dev": {
4557             "drupal/crop": "*",
4558             "drupal/ctools": "3.x-dev",
4559             "drupal/entity_browser": "1.x-dev",
4560             "drupal/file_entity": "*",
4561             "drupal/imce": "1.x-dev",
4562             "drupal/inline_entity_form": "*",
4563             "drupal/media_entity": "*",
4564             "drupal/media_entity_image": "1.x-dev"
4565         },
4566         "type": "drupal-module",
4567         "extra": {
4568             "branch-alias": {
4569                 "dev-2.x": "2.x-dev"
4570             },
4571             "drupal": {
4572                 "version": "8.x-2.0",
4573                 "datestamp": "1492618444"
4574             }
4575         },
4576         "installation-source": "dist",
4577         "notification-url": "https://packages.drupal.org/8/downloads",
4578         "license": [
4579             "GPL-2.0+"
4580         ],
4581         "authors": [
4582             {
4583                 "name": "Alexandre Mallet",
4584                 "homepage": "https://github.com/woprrr",
4585                 "role": "Maintainer"
4586             },
4587             {
4588                 "name": "Drupal media CI",
4589                 "homepage": "https://www.drupal.org/user/3057985"
4590             },
4591             {
4592                 "name": "slashrsm",
4593                 "homepage": "https://www.drupal.org/user/744628"
4594             },
4595             {
4596                 "name": "woprrr",
4597                 "homepage": "https://www.drupal.org/user/858604"
4598             }
4599         ],
4600         "description": "Provides an interface for using the features of the Crop API.",
4601         "homepage": "https://www.drupal.org/project/image_widget_crop",
4602         "keywords": [
4603             "Crop",
4604             "Drupal",
4605             "Drupal Media"
4606         ],
4607         "support": {
4608             "source": "https://www.drupal.org/project/image_widget_crop",
4609             "issues": "https://www.drupal.org/project/issues/image_widget_crop",
4610             "irc": "irc://irc.freenode.org/drupal-contribute"
4611         }
4612     },
4613     {
4614         "name": "drupal/imagemagick",
4615         "version": "1.0.0-alpha6",
4616         "version_normalized": "1.0.0.0-alpha6",
4617         "source": {
4618             "type": "git",
4619             "url": "https://git.drupal.org/project/imagemagick",
4620             "reference": "8.x-1.0-alpha6"
4621         },
4622         "dist": {
4623             "type": "zip",
4624             "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-1.0-alpha6.zip",
4625             "reference": "8.x-1.0-alpha6",
4626             "shasum": "9631b407762076b2f5d9bf3b50b40c28976ddbb7"
4627         },
4628         "require": {
4629             "drupal/core": "^8.1.0"
4630         },
4631         "type": "drupal-module",
4632         "extra": {
4633             "branch-alias": {
4634                 "dev-1.x": "1.x-dev"
4635             },
4636             "drupal": {
4637                 "version": "8.x-1.0-alpha6",
4638                 "datestamp": "1488787683"
4639             }
4640         },
4641         "installation-source": "dist",
4642         "notification-url": "https://packages.drupal.org/8/downloads",
4643         "license": [
4644             "GPL-2.0+"
4645         ],
4646         "authors": [
4647             {
4648                 "name": "chx",
4649                 "homepage": "https://www.drupal.org/user/9446"
4650             },
4651             {
4652                 "name": "claudiu.cristea",
4653                 "homepage": "https://www.drupal.org/user/56348"
4654             },
4655             {
4656                 "name": "dman",
4657                 "homepage": "https://www.drupal.org/user/33240"
4658             },
4659             {
4660                 "name": "dopry",
4661                 "homepage": "https://www.drupal.org/user/22202"
4662             },
4663             {
4664                 "name": "drewish",
4665                 "homepage": "https://www.drupal.org/user/34869"
4666             },
4667             {
4668                 "name": "gdl",
4669                 "homepage": "https://www.drupal.org/user/507326"
4670             },
4671             {
4672                 "name": "mondrake",
4673                 "homepage": "https://www.drupal.org/user/1307444"
4674             },
4675             {
4676                 "name": "quicksketch",
4677                 "homepage": "https://www.drupal.org/user/35821"
4678             },
4679             {
4680                 "name": "sun",
4681                 "homepage": "https://www.drupal.org/user/54136"
4682             },
4683             {
4684                 "name": "walkah",
4685                 "homepage": "https://www.drupal.org/user/1531"
4686             }
4687         ],
4688         "description": "Provides ImageMagick integration.",
4689         "homepage": "https://www.drupal.org/project/imagemagick",
4690         "support": {
4691             "source": "http://cgit.drupalcode.org/imagemagick"
4692         }
4693     },
4694     {
4695         "name": "drupal/inline_entity_form",
4696         "version": "1.0.0-beta1",
4697         "version_normalized": "1.0.0.0-beta1",
4698         "source": {
4699             "type": "git",
4700             "url": "https://git.drupal.org/project/inline_entity_form",
4701             "reference": "8.x-1.0-beta1"
4702         },
4703         "dist": {
4704             "type": "zip",
4705             "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip",
4706             "reference": "8.x-1.0-beta1",
4707             "shasum": "185ffc28a7b68d19cce057855d1c111f1741a3ea"
4708         },
4709         "require": {
4710             "drupal/core": "~8.0"
4711         },
4712         "require-dev": {
4713             "drupal/entity_reference_revisions": "*"
4714         },
4715         "type": "drupal-module",
4716         "extra": {
4717             "branch-alias": {
4718                 "dev-1.x": "1.x-dev"
4719             },
4720             "drupal": {
4721                 "version": "8.x-1.0-beta1",
4722                 "datestamp": "1477868343"
4723             }
4724         },
4725         "installation-source": "dist",
4726         "notification-url": "https://packages.drupal.org/8/downloads",
4727         "license": [
4728             "GPL-2.0+"
4729         ],
4730         "authors": [
4731             {
4732                 "name": "bojanz",
4733                 "homepage": "https://www.drupal.org/user/86106"
4734             },
4735             {
4736                 "name": "dawehner",
4737                 "homepage": "https://www.drupal.org/user/99340"
4738             },
4739             {
4740                 "name": "rszrama",
4741                 "homepage": "https://www.drupal.org/user/49344"
4742             },
4743             {
4744                 "name": "slashrsm",
4745                 "homepage": "https://www.drupal.org/user/744628"
4746             },
4747             {
4748                 "name": "webflo",
4749                 "homepage": "https://www.drupal.org/user/254778"
4750             }
4751         ],
4752         "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4753         "homepage": "https://www.drupal.org/project/inline_entity_form",
4754         "support": {
4755             "source": "http://cgit.drupalcode.org/inline_entity_form"
4756         }
4757     },
4758     {
4759         "name": "drupal/layout_plugin",
4760         "version": "1.0.0-alpha23",
4761         "version_normalized": "1.0.0.0-alpha23",
4762         "source": {
4763             "type": "git",
4764             "url": "https://git.drupal.org/project/layout_plugin",
4765             "reference": "8.x-1.0-alpha23"
4766         },
4767         "dist": {
4768             "type": "zip",
4769             "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
4770             "reference": "8.x-1.0-alpha23",
4771             "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
4772         },
4773         "require": {
4774             "drupal/core": "~8.0"
4775         },
4776         "type": "drupal-module",
4777         "extra": {
4778             "branch-alias": {
4779                 "dev-1.x": "1.x-dev"
4780             },
4781             "drupal": {
4782                 "version": "8.x-1.0-alpha23",
4783                 "datestamp": "1476269960"
4784             }
4785         },
4786         "installation-source": "dist",
4787         "notification-url": "https://packages.drupal.org/8/downloads",
4788         "license": [
4789             "GPL-2.0+"
4790         ],
4791         "authors": [
4792             {
4793                 "name": "David Snopek",
4794                 "homepage": "https://www.drupal.org/user/172527"
4795             },
4796             {
4797                 "name": "Bram Goffings",
4798                 "homepage": "https://www.drupal.org/user/266527"
4799             },
4800             {
4801                 "name": "Fredrik Lassen",
4802                 "homepage": "https://www.drupal.org/user/243377"
4803             }
4804         ],
4805         "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
4806         "homepage": "https://www.drupal.org/project/layout_plugin",
4807         "keywords": [
4808             "layout",
4809             "php"
4810         ],
4811         "support": {
4812             "source": "http://cgit.drupalcode.org/layout_plugin"
4813         }
4814     },
4815     {
4816         "name": "drupal/layouter",
4817         "version": "1.0.0",
4818         "version_normalized": "1.0.0.0",
4819         "source": {
4820             "type": "git",
4821             "url": "https://git.drupal.org/project/layouter",
4822             "reference": "8.x-1.0"
4823         },
4824         "dist": {
4825             "type": "zip",
4826             "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
4827             "reference": "8.x-1.0",
4828             "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
4829         },
4830         "require": {
4831             "drupal/core": "*"
4832         },
4833         "type": "drupal-module",
4834         "extra": {
4835             "branch-alias": {
4836                 "dev-1.x": "1.x-dev"
4837             },
4838             "drupal": {
4839                 "version": "8.x-1.0",
4840                 "datestamp": "1470121439"
4841             }
4842         },
4843         "installation-source": "dist",
4844         "notification-url": "https://packages.drupal.org/8/downloads",
4845         "license": [
4846             "GPL 2.0+"
4847         ],
4848         "authors": [
4849             {
4850                 "name": "adci_contributor",
4851                 "homepage": "https://www.drupal.org/user/1830536"
4852             },
4853             {
4854                 "name": "adcillc",
4855                 "homepage": "https://www.drupal.org/user/366450"
4856             },
4857             {
4858                 "name": "antongp",
4859                 "homepage": "https://www.drupal.org/user/1060446"
4860             },
4861             {
4862                 "name": "kinosura",
4863                 "homepage": "https://www.drupal.org/user/383326"
4864             },
4865             {
4866                 "name": "usdv",
4867                 "homepage": "https://www.drupal.org/user/2476206"
4868             }
4869         ],
4870         "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
4871         "homepage": "https://www.drupal.org/project/layouter",
4872         "support": {
4873             "source": "http://cgit.drupalcode.org/layouter"
4874         }
4875     },
4876     {
4877         "name": "drupal/libraries",
4878         "version": "dev-3.x",
4879         "version_normalized": "dev-3.x",
4880         "source": {
4881             "type": "git",
4882             "url": "https://git.drupal.org/project/libraries",
4883             "reference": "061ead081c92a6209b09eaf23b4e3103f360946e"
4884         },
4885         "require": {
4886             "drupal/core": "~8.0"
4887         },
4888         "type": "drupal-module",
4889         "extra": {
4890             "branch-alias": {
4891                 "dev-3.x": "3.x-dev"
4892             },
4893             "drupal": {
4894                 "version": "8.x-3.x-dev",
4895                 "datestamp": "1487978583"
4896             }
4897         },
4898         "installation-source": "source",
4899         "notification-url": "https://packages.drupal.org/8/downloads",
4900         "license": [
4901             "GPL-2.0+"
4902         ],
4903         "authors": [
4904             {
4905                 "name": "Pol",
4906                 "homepage": "https://www.drupal.org/user/47194"
4907             },
4908             {
4909                 "name": "rjacobs",
4910                 "homepage": "https://www.drupal.org/user/422459"
4911             },
4912             {
4913                 "name": "sun",
4914                 "homepage": "https://www.drupal.org/user/54136"
4915             },
4916             {
4917                 "name": "tstoeckler",
4918                 "homepage": "https://www.drupal.org/user/107158"
4919             }
4920         ],
4921         "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
4922         "homepage": "http://drupal.org/project/libraries",
4923         "support": {
4924             "source": "http://cgit.drupalcode.org/libraries",
4925             "issues": "http://drupal.org/project/issues/libraries",
4926             "irc": "irc://irc.freenode.org/drupal-contribute"
4927         }
4928     },
4929     {
4930         "name": "drupal/linkchecker",
4931         "version": "dev-1.x",
4932         "version_normalized": "dev-1.x",
4933         "source": {
4934             "type": "git",
4935             "url": "https://git.drupal.org/project/linkchecker",
4936             "reference": "51377136199d15d6e0ca36339f68934c4eb19204"
4937         },
4938         "require": {
4939             "drupal/core": "~8.0"
4940         },
4941         "type": "drupal-module",
4942         "extra": {
4943             "branch-alias": {
4944                 "dev-1.x": "1.x-dev"
4945             },
4946             "drupal": {
4947                 "version": "8.x-1.x-dev",
4948                 "datestamp": "1472288039"
4949             }
4950         },
4951         "installation-source": "source",
4952         "notification-url": "https://packages.drupal.org/8/downloads",
4953         "license": [
4954             "GPL-2.0+"
4955         ],
4956         "authors": [
4957             {
4958                 "name": "hass",
4959                 "homepage": "https://www.drupal.org/u/hass"
4960             },
4961             {
4962                 "name": "See other contributors",
4963                 "homepage": "https://www.drupal.org/node/243795/committers"
4964             }
4965         ],
4966         "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
4967         "homepage": "https://www.drupal.org/project/linkchecker",
4968         "support": {
4969             "source": "http://git.drupal.org/project/linkchecker.git",
4970             "issues": "https://www.drupal.org/project/issues/linkchecker"
4971         }
4972     },
4973     {
4974         "name": "drupal/linkit",
4975         "version": "4.3.0",
4976         "version_normalized": "4.3.0.0",
4977         "source": {
4978             "type": "git",
4979             "url": "https://git.drupal.org/project/linkit",
4980             "reference": "8.x-4.3"
4981         },
4982         "dist": {
4983             "type": "zip",
4984             "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
4985             "reference": "8.x-4.3",
4986             "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
4987         },
4988         "require": {
4989             "drupal/core": "~8.0"
4990         },
4991         "type": "drupal-module",
4992         "extra": {
4993             "branch-alias": {
4994                 "dev-4.x": "4.x-dev"
4995             },
4996             "drupal": {
4997                 "version": "8.x-4.3",
4998                 "datestamp": "1490205830"
4999             }
5000         },
5001         "installation-source": "dist",
5002         "notification-url": "https://packages.drupal.org/8/downloads",
5003         "license": [
5004             "GPL-2.0+"
5005         ],
5006         "authors": [
5007             {
5008                 "name": "Emil Stjerneman",
5009                 "homepage": "https://stjerneman.com",
5010                 "email": "emil@stjerneman.com",
5011                 "role": "Maintainer"
5012             }
5013         ],
5014         "description": "Linkit - Enriched linking experience",
5015         "homepage": "http://drupal.org/project/linkit",
5016         "support": {
5017             "source": "http://cgit.drupalcode.org/linkit",
5018             "issues": "http://drupal.org/project/linkit"
5019         }
5020     },
5021     {
5022         "name": "drupal/livereload",
5023         "version": "dev-1.x",
5024         "version_normalized": "dev-1.x",
5025         "source": {
5026             "type": "git",
5027             "url": "https://git.drupal.org/project/livereload",
5028             "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
5029         },
5030         "require": {
5031             "drupal/core": "~8.0"
5032         },
5033         "type": "drupal-module",
5034         "extra": {
5035             "branch-alias": {
5036                 "dev-1.x": "1.x-dev"
5037             },
5038             "drupal": {
5039                 "version": "8.x-1.x-dev",
5040                 "datestamp": "1474009739"
5041             }
5042         },
5043         "installation-source": "source",
5044         "notification-url": "https://packages.drupal.org/8/downloads",
5045         "license": [
5046             "GPL-2.0+"
5047         ],
5048         "authors": [
5049             {
5050                 "name": "Hydra",
5051                 "homepage": "https://www.drupal.org/user/647364"
5052             },
5053             {
5054                 "name": "tim.plunkett",
5055                 "homepage": "https://www.drupal.org/user/241634"
5056             }
5057         ],
5058         "description": "Enables and enhances use of LiveReload during development.",
5059         "homepage": "https://www.drupal.org/project/livereload",
5060         "support": {
5061             "source": "http://cgit.drupalcode.org/livereload"
5062         }
5063     },
5064     {
5065         "name": "drupal/media",
5066         "version": "dev-1.x",
5067         "version_normalized": "dev-1.x",
5068         "source": {
5069             "type": "git",
5070             "url": "https://git.drupal.org/project/media",
5071             "reference": "b9d72f21ea20c583ec4b83081720eba65670a8da"
5072         },
5073         "require": {
5074             "drupal/core": "*",
5075             "drupal/dropzonejs_eb_widget": "*",
5076             "drupal/entity_browser": "*",
5077             "drupal/entity_browser_entity_form": "*",
5078             "drupal/entity_embed": "*",
5079             "drupal/image_widget_crop": "*",
5080             "drupal/inline_entity_form": "*",
5081             "drupal/media_entity": "*",
5082             "drupal/media_entity_document": "*",
5083             "drupal/media_entity_image": "*",
5084             "drupal/media_entity_instagram": "*",
5085             "drupal/media_entity_slideshow": "*",
5086             "drupal/media_entity_twitter": "*",
5087             "drupal/slick_media": "*",
5088             "drupal/video_embed_field": "*",
5089             "drupal/video_embed_media": "*"
5090         },
5091         "require-dev": {
5092             "drupal/dropzonejs_eb_widget": "*",
5093             "drupal/entity_browser": "*",
5094             "drupal/entity_browser_entity_form": "*",
5095             "drupal/entity_embed": "*",
5096             "drupal/image_widget_crop": "*",
5097             "drupal/inline_entity_form": "*",
5098             "drupal/media_entity": "*",
5099             "drupal/media_entity_document": "*",
5100             "drupal/media_entity_image": "*",
5101             "drupal/media_entity_instagram": "*",
5102             "drupal/media_entity_slideshow": "*",
5103             "drupal/media_entity_twitter": "*",
5104             "drupal/slick_media": "*",
5105             "drupal/video_embed_field": "*",
5106             "drupal/video_embed_media": "*"
5107         },
5108         "type": "drupal-module",
5109         "extra": {
5110             "branch-alias": {
5111                 "dev-1.x": "1.x-dev"
5112             },
5113             "drupal": {
5114                 "version": "8.x-1.x-dev",
5115                 "datestamp": "1476811139"
5116             }
5117         },
5118         "installation-source": "source",
5119         "notification-url": "https://packages.drupal.org/8/downloads",
5120         "license": [
5121             "GPL-2.0+"
5122         ],
5123         "authors": [
5124             {
5125                 "name": "Dave Reid",
5126                 "homepage": "https://www.drupal.org/user/53892"
5127             },
5128             {
5129                 "name": "David_Rothstein",
5130                 "homepage": "https://www.drupal.org/user/124982"
5131             },
5132             {
5133                 "name": "Devin Carlson",
5134                 "homepage": "https://www.drupal.org/user/290182"
5135             },
5136             {
5137                 "name": "Drupal Media Team",
5138                 "homepage": "https://www.drupal.org/user/3260690"
5139             },
5140             {
5141                 "name": "ParisLiakos",
5142                 "homepage": "https://www.drupal.org/user/1011436"
5143             },
5144             {
5145                 "name": "arthurf",
5146                 "homepage": "https://www.drupal.org/user/27259"
5147             },
5148             {
5149                 "name": "becw",
5150                 "homepage": "https://www.drupal.org/user/81067"
5151             },
5152             {
5153                 "name": "effulgentsia",
5154                 "homepage": "https://www.drupal.org/user/78040"
5155             },
5156             {
5157                 "name": "joseph.olstad",
5158                 "homepage": "https://www.drupal.org/user/1321830"
5159             },
5160             {
5161                 "name": "ksenzee",
5162                 "homepage": "https://www.drupal.org/user/139855"
5163             },
5164             {
5165                 "name": "paul.lovvik",
5166                 "homepage": "https://www.drupal.org/user/289213"
5167             },
5168             {
5169                 "name": "robeano",
5170                 "homepage": "https://www.drupal.org/user/67660"
5171             },
5172             {
5173                 "name": "slashrsm",
5174                 "homepage": "https://www.drupal.org/user/744628"
5175             }
5176         ],
5177         "description": "Media module for Drupal",
5178         "homepage": "https://github.com/drupal-media/media/",
5179         "support": {
5180             "source": "http://cgit.drupalcode.org/media",
5181             "irc": "irc://irc.freenode.org/drupal-contribute"
5182         }
5183     },
5184     {
5185         "name": "drupal/media_entity",
5186         "version": "1.6.0",
5187         "version_normalized": "1.6.0.0",
5188         "source": {
5189             "type": "git",
5190             "url": "https://git.drupal.org/project/media_entity",
5191             "reference": "8.x-1.6"
5192         },
5193         "dist": {
5194             "type": "zip",
5195             "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.6.zip",
5196             "reference": "8.x-1.6",
5197             "shasum": "86fd1478f2448c034660faa30ef34c0e8519fecb"
5198         },
5199         "require": {
5200             "drupal/core": "~8.1",
5201             "drupal/entity": "^1.0.0-alpha3"
5202         },
5203         "require-dev": {
5204             "drupal/entity": "*",
5205             "drupal/inline_entity_form": "*"
5206         },
5207         "type": "drupal-module",
5208         "extra": {
5209             "branch-alias": {
5210                 "dev-1.x": "1.x-dev"
5211             },
5212             "drupal": {
5213                 "version": "8.x-1.6",
5214                 "datestamp": "1480363983"
5215             }
5216         },
5217         "installation-source": "dist",
5218         "notification-url": "https://packages.drupal.org/8/downloads",
5219         "license": [
5220             "GPL-2.0+"
5221         ],
5222         "authors": [
5223             {
5224                 "name": "Berdir",
5225                 "homepage": "https://www.drupal.org/user/214652"
5226             },
5227             {
5228                 "name": "Dave Reid",
5229                 "homepage": "https://www.drupal.org/user/53892"
5230             },
5231             {
5232                 "name": "Drupal Media Team",
5233                 "homepage": "https://www.drupal.org/user/3260690"
5234             },
5235             {
5236                 "name": "Drupal media CI",
5237                 "homepage": "https://www.drupal.org/user/3057985"
5238             },
5239             {
5240                 "name": "Primsi",
5241                 "homepage": "https://www.drupal.org/user/282629"
5242             },
5243             {
5244                 "name": "boztek",
5245                 "homepage": "https://www.drupal.org/user/134410"
5246             },
5247             {
5248                 "name": "chr.fritsch",
5249                 "homepage": "https://www.drupal.org/user/2103716"
5250             },
5251             {
5252                 "name": "jcisio",
5253                 "homepage": "https://www.drupal.org/user/210762"
5254             },
5255             {
5256                 "name": "katzilla",
5257                 "homepage": "https://www.drupal.org/user/260398"
5258             },
5259             {
5260                 "name": "phenaproxima",
5261                 "homepage": "https://www.drupal.org/user/205645"
5262             },
5263             {
5264                 "name": "seanB",
5265                 "homepage": "https://www.drupal.org/user/545912"
5266             },
5267             {
5268                 "name": "slashrsm",
5269                 "homepage": "https://www.drupal.org/user/744628"
5270             }
5271         ],
5272         "description": "Provides a lean and simple way to store media on Drupal 8 sites.",
5273         "homepage": "https://www.drupal.org/project/media_entity",
5274         "keywords": [
5275             "Drupal"
5276         ],
5277         "support": {
5278             "source": "https://www.drupal.org/project/media_entity",
5279             "issues": "https://www.drupal.org/project/issues/media_entity"
5280         }
5281     },
5282     {
5283         "name": "drupal/media_entity_document",
5284         "version": "1.1.0",
5285         "version_normalized": "1.1.0.0",
5286         "source": {
5287             "type": "git",
5288             "url": "https://git.drupal.org/project/media_entity_document",
5289             "reference": "8.x-1.1"
5290         },
5291         "dist": {
5292             "type": "zip",
5293             "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.1.zip",
5294             "reference": "8.x-1.1",
5295             "shasum": "88a45820cf0aeb5f8a3ade3338007771191508e4"
5296         },
5297         "require": {
5298             "drupal/core": "~8.1",
5299             "drupal/media_entity": "~1.0 || ~8.1.0"
5300         },
5301         "type": "drupal-module",
5302         "extra": {
5303             "branch-alias": {
5304                 "dev-1.x": "1.x-dev"
5305             },
5306             "drupal": {
5307                 "version": "8.x-1.1",
5308                 "datestamp": "1470211995"
5309             }
5310         },
5311         "installation-source": "dist",
5312         "notification-url": "https://packages.drupal.org/8/downloads",
5313         "license": [
5314             "GPL-2.0+"
5315         ],
5316         "authors": [
5317             {
5318                 "name": "NerOcrO",
5319                 "homepage": "https://www.drupal.org/user/1728164",
5320                 "role": "Maintainer"
5321             }
5322         ],
5323         "description": "Local documents integration for Drupal Media entity.",
5324         "homepage": "https://www.drupal.org/project/media_entity_document",
5325         "keywords": [
5326             "Drupal",
5327             "document",
5328             "media"
5329         ],
5330         "support": {
5331             "source": "https://www.drupal.org/project/media_entity_document",
5332             "issues": "https://www.drupal.org/project/issues/media_entity_document"
5333         }
5334     },
5335     {
5336         "name": "drupal/media_entity_image",
5337         "version": "1.2.0",
5338         "version_normalized": "1.2.0.0",
5339         "source": {
5340             "type": "git",
5341             "url": "https://git.drupal.org/project/media_entity_image",
5342             "reference": "8.x-1.2"
5343         },
5344         "dist": {
5345             "type": "zip",
5346             "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.2.zip",
5347             "reference": "8.x-1.2",
5348             "shasum": "d02d1d793a50ea3b9cb5a3219472fdd27980f4f3"
5349         },
5350         "require": {
5351             "drupal/core": "~8.1",
5352             "drupal/media_entity": "~1.0 || ~8.1.0"
5353         },
5354         "require-dev": {
5355             "drupal/entity_browser": "*"
5356         },
5357         "type": "drupal-module",
5358         "extra": {
5359             "branch-alias": {
5360                 "dev-1.x": "1.x-dev"
5361             },
5362             "drupal": {
5363                 "version": "8.x-1.2",
5364                 "datestamp": "1470170939"
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": "Drupal Media Team",
5375                 "homepage": "https://www.drupal.org/user/3260690"
5376             },
5377             {
5378                 "name": "Primsi",
5379                 "homepage": "https://www.drupal.org/user/282629"
5380             },
5381             {
5382                 "name": "slashrsm",
5383                 "homepage": "https://www.drupal.org/user/744628"
5384             }
5385         ],
5386         "description": "Local images integration for Drupal Media entity.",
5387         "homepage": "https://www.drupal.org/project/media_entity_image",
5388         "keywords": [
5389             "Drupal",
5390             "image",
5391             "media"
5392         ],
5393         "support": {
5394             "source": "https://www.drupal.org/project/media_entity_image",
5395             "issues": "https://www.drupal.org/project/issues/media_entity_image"
5396         }
5397     },
5398     {
5399         "name": "drupal/media_entity_instagram",
5400         "version": "1.4.0",
5401         "version_normalized": "1.4.0.0",
5402         "source": {
5403             "type": "git",
5404             "url": "https://git.drupal.org/project/media_entity_instagram",
5405             "reference": "8.x-1.4"
5406         },
5407         "dist": {
5408             "type": "zip",
5409             "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-1.4.zip",
5410             "reference": "8.x-1.4",
5411             "shasum": "2b69b90417f3c458b4db3ba890813c313d381f0e"
5412         },
5413         "require": {
5414             "drupal/core": "~8.0",
5415             "drupal/media_entity": "*"
5416         },
5417         "type": "drupal-module",
5418         "extra": {
5419             "branch-alias": {
5420                 "dev-1.x": "1.x-dev"
5421             },
5422             "drupal": {
5423                 "version": "8.x-1.4",
5424                 "datestamp": "1495556283"
5425             }
5426         },
5427         "installation-source": "dist",
5428         "notification-url": "https://packages.drupal.org/8/downloads",
5429         "license": [
5430             "GPL-2.0+"
5431         ],
5432         "authors": [
5433             {
5434                 "name": "Drupal Media Team",
5435                 "homepage": "https://www.drupal.org/user/3260690"
5436             },
5437             {
5438                 "name": "Primsi",
5439                 "homepage": "https://www.drupal.org/user/282629"
5440             },
5441             {
5442                 "name": "chr.fritsch",
5443                 "homepage": "https://www.drupal.org/user/2103716"
5444             },
5445             {
5446                 "name": "designesse",
5447                 "homepage": "https://www.drupal.org/user/854012"
5448             },
5449             {
5450                 "name": "slashrsm",
5451                 "homepage": "https://www.drupal.org/user/744628"
5452             }
5453         ],
5454         "description": "Media entity Instagram provider.",
5455         "homepage": "https://www.drupal.org/project/media_entity_instagram",
5456         "support": {
5457             "source": "http://cgit.drupalcode.org/media_entity_instagram"
5458         }
5459     },
5460     {
5461         "name": "drupal/media_entity_slideshow",
5462         "version": "1.2.0",
5463         "version_normalized": "1.2.0.0",
5464         "source": {
5465             "type": "git",
5466             "url": "https://git.drupal.org/project/media_entity_slideshow",
5467             "reference": "8.x-1.2"
5468         },
5469         "dist": {
5470             "type": "zip",
5471             "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-1.2.zip",
5472             "reference": "8.x-1.2",
5473             "shasum": "c9d49eb6be7de0ea8e500554b89842842287cd1f"
5474         },
5475         "require": {
5476             "drupal/core": "~8.0",
5477             "drupal/media_entity": "*"
5478         },
5479         "type": "drupal-module",
5480         "extra": {
5481             "branch-alias": {
5482                 "dev-1.x": "1.x-dev"
5483             },
5484             "drupal": {
5485                 "version": "8.x-1.2",
5486                 "datestamp": "1470687839"
5487             }
5488         },
5489         "installation-source": "dist",
5490         "notification-url": "https://packages.drupal.org/8/downloads",
5491         "license": [
5492             "GPL-2.0+"
5493         ],
5494         "authors": [
5495             {
5496                 "name": "Drupal Media Team",
5497                 "homepage": "https://www.drupal.org/user/3260690"
5498             },
5499             {
5500                 "name": "slashrsm",
5501                 "homepage": "https://www.drupal.org/user/744628"
5502             }
5503         ],
5504         "description": "Media entity slideshow provider.",
5505         "homepage": "https://www.drupal.org/project/media_entity_slideshow",
5506         "support": {
5507             "source": "http://cgit.drupalcode.org/media_entity_slideshow"
5508         }
5509     },
5510     {
5511         "name": "drupal/media_entity_twitter",
5512         "version": "1.3.0",
5513         "version_normalized": "1.3.0.0",
5514         "source": {
5515             "type": "git",
5516             "url": "https://git.drupal.org/project/media_entity_twitter",
5517             "reference": "8.x-1.3"
5518         },
5519         "dist": {
5520             "type": "zip",
5521             "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-1.3.zip",
5522             "reference": "8.x-1.3",
5523             "shasum": "280406ba63e2c00befa9bb1434ad2d4d3113b239"
5524         },
5525         "require": {
5526             "drupal/core": "~8.0",
5527             "drupal/media_entity": "*",
5528             "j7mbo/twitter-api-php": "~1.0"
5529         },
5530         "type": "drupal-module",
5531         "extra": {
5532             "branch-alias": {
5533                 "dev-1.x": "1.x-dev"
5534             },
5535             "drupal": {
5536                 "version": "8.x-1.3",
5537                 "datestamp": "1478549339"
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": "Drupal Media Team",
5548                 "homepage": "https://www.drupal.org/user/3260690"
5549             },
5550             {
5551                 "name": "Primsi",
5552                 "homepage": "https://www.drupal.org/user/282629"
5553             },
5554             {
5555                 "name": "slashrsm",
5556                 "homepage": "https://www.drupal.org/user/744628"
5557             }
5558         ],
5559         "description": "Media entity Twitter provider.",
5560         "homepage": "https://www.drupal.org/project/media_entity_twitter",
5561         "support": {
5562             "source": "http://cgit.drupalcode.org/media_entity_twitter"
5563         }
5564     },
5565     {
5566         "name": "drupal/memcache",
5567         "version": "2.0.0-alpha3",
5568         "version_normalized": "2.0.0.0-alpha3",
5569         "source": {
5570             "type": "git",
5571             "url": "https://git.drupal.org/project/memcache",
5572             "reference": "8.x-2.0-alpha3"
5573         },
5574         "dist": {
5575             "type": "zip",
5576             "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha3.zip",
5577             "reference": "8.x-2.0-alpha3",
5578             "shasum": "21db65a220e2a71227fa7a88f4033559fec5c9ff"
5579         },
5580         "require": {
5581             "drupal/core": "~8.0"
5582         },
5583         "type": "drupal-module",
5584         "extra": {
5585             "branch-alias": {
5586                 "dev-2.x": "2.x-dev"
5587             },
5588             "drupal": {
5589                 "version": "8.x-2.0-alpha3",
5590                 "datestamp": "1492523944"
5591             }
5592         },
5593         "installation-source": "dist",
5594         "notification-url": "https://packages.drupal.org/8/downloads",
5595         "license": [
5596             "GPL-2.0+"
5597         ],
5598         "authors": [
5599             {
5600                 "name": "Jeremy",
5601                 "homepage": "https://www.drupal.org/user/409"
5602             },
5603             {
5604                 "name": "catch",
5605                 "homepage": "https://www.drupal.org/user/35733"
5606             },
5607             {
5608                 "name": "damiankloip",
5609                 "homepage": "https://www.drupal.org/user/1037976"
5610             },
5611             {
5612                 "name": "jvandyk",
5613                 "homepage": "https://www.drupal.org/user/2375"
5614             },
5615             {
5616                 "name": "robertDouglass",
5617                 "homepage": "https://www.drupal.org/user/5449"
5618             }
5619         ],
5620         "description": "High performance integration with memcache.",
5621         "homepage": "http://drupal.org/project/memcache",
5622         "support": {
5623             "source": "http://cgit.drupalcode.org/memcache",
5624             "issues": "https://www.drupal.org/project/issues/memcache"
5625         }
5626     },
5627     {
5628         "name": "drupal/metatag",
5629         "version": "1.1.0",
5630         "version_normalized": "1.1.0.0",
5631         "source": {
5632             "type": "git",
5633             "url": "https://git.drupal.org/project/metatag",
5634             "reference": "8.x-1.1"
5635         },
5636         "dist": {
5637             "type": "zip",
5638             "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.1.zip",
5639             "reference": "8.x-1.1",
5640             "shasum": "bb9b608879e2f7d8086a0e6606286086f5009d71"
5641         },
5642         "require": {
5643             "drupal/core": "*",
5644             "drupal/token": "*"
5645         },
5646         "require-dev": {
5647             "drupal/metatag_dc": "*",
5648             "drupal/metatag_open_graph": "*"
5649         },
5650         "type": "drupal-module",
5651         "extra": {
5652             "branch-alias": {
5653                 "dev-1.x": "1.x-dev"
5654             },
5655             "drupal": {
5656                 "version": "8.x-1.1",
5657                 "datestamp": "1496428672"
5658             }
5659         },
5660         "installation-source": "dist",
5661         "notification-url": "https://packages.drupal.org/8/downloads",
5662         "license": [
5663             "GPL-2.0+"
5664         ],
5665         "authors": [
5666             {
5667                 "name": "See contributors",
5668                 "homepage": "https://www.drupal.org/node/640498/committers",
5669                 "role": "Developer"
5670             },
5671             {
5672                 "name": "Dave Reid",
5673                 "homepage": "https://www.drupal.org/user/53892"
5674             }
5675         ],
5676         "description": "Manage meta tags for all entities.",
5677         "homepage": "https://www.drupal.org/project/metatag",
5678         "keywords": [
5679             "php",
5680             "seo"
5681         ],
5682         "support": {
5683             "source": "http://cgit.drupalcode.org/metatag",
5684             "issues": "http://drupal.org/project/issues/metatag"
5685         }
5686     },
5687     {
5688         "name": "drupal/migrate_plus",
5689         "version": "4.0.0-beta1",
5690         "version_normalized": "4.0.0.0-beta1",
5691         "source": {
5692             "type": "git",
5693             "url": "https://git.drupal.org/project/migrate_plus",
5694             "reference": "8.x-4.0-beta1"
5695         },
5696         "dist": {
5697             "type": "zip",
5698             "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta1.zip",
5699             "reference": "8.x-4.0-beta1",
5700             "shasum": "e64bac006e3ef9ae697b0f2c4b3744af0524e208"
5701         },
5702         "require": {
5703             "drupal/core": "^8.3"
5704         },
5705         "require-dev": {
5706             "drupal/migrate_example_advanced_setup": "*",
5707             "drupal/migrate_example_setup": "*"
5708         },
5709         "suggest": {
5710             "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
5711         },
5712         "type": "drupal-module",
5713         "extra": {
5714             "branch-alias": {
5715                 "dev-4.x": "4.x-dev"
5716             },
5717             "drupal": {
5718                 "version": "8.x-4.0-beta1",
5719                 "datestamp": "1494450185"
5720             }
5721         },
5722         "installation-source": "dist",
5723         "notification-url": "https://packages.drupal.org/8/downloads",
5724         "license": [
5725             "GPL-2.0+"
5726         ],
5727         "authors": [
5728             {
5729                 "name": "Mike Ryan",
5730                 "homepage": "https://www.drupal.org/u/mikeryan",
5731                 "role": "Maintainer"
5732             },
5733             {
5734                 "name": "mikeryan",
5735                 "homepage": "https://www.drupal.org/user/4420"
5736             }
5737         ],
5738         "description": "Enhancements to core migration support.",
5739         "homepage": "https://www.drupal.org/project/migrate_plus",
5740         "support": {
5741             "source": "https://cgit.drupalcode.org/migrate_plus",
5742             "issues": "https://www.drupal.org/project/issues/migrate_plus",
5743             "irc": "irc://irc.freenode.org/drupal-migrate"
5744         }
5745     },
5746     {
5747         "name": "drupal/migrate_tools",
5748         "version": "3.0.0-beta1",
5749         "version_normalized": "3.0.0.0-beta1",
5750         "source": {
5751             "type": "git",
5752             "url": "https://git.drupal.org/project/migrate_tools",
5753             "reference": "8.x-3.0-beta1"
5754         },
5755         "dist": {
5756             "type": "zip",
5757             "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-3.0-beta1.zip",
5758             "reference": "8.x-3.0-beta1",
5759             "shasum": "1511d1da1444743fa2defa54a17e62264e8ab836"
5760         },
5761         "require": {
5762             "drupal/core": "^8.2",
5763             "drupal/migrate_plus": "*"
5764         },
5765         "type": "drupal-module",
5766         "extra": {
5767             "branch-alias": {
5768                 "dev-3.x": "3.x-dev"
5769             },
5770             "drupal": {
5771                 "version": "8.x-3.0-beta1",
5772                 "datestamp": "1476313439"
5773             }
5774         },
5775         "installation-source": "dist",
5776         "notification-url": "https://packages.drupal.org/8/downloads",
5777         "license": [
5778             "GPL-2.0+"
5779         ],
5780         "authors": [
5781             {
5782                 "name": "mikeryan",
5783                 "homepage": "https://www.drupal.org/user/4420"
5784             }
5785         ],
5786         "description": "Tools to assist in developing and running migrations.",
5787         "homepage": "https://www.drupal.org/project/migrate_tools",
5788         "support": {
5789             "source": "http://cgit.drupalcode.org/migrate_tools"
5790         }
5791     },
5792     {
5793         "name": "drupal/migrate_upgrade",
5794         "version": "3.0.0-rc1",
5795         "version_normalized": "3.0.0.0-RC1",
5796         "source": {
5797             "type": "git",
5798             "url": "https://git.drupal.org/project/migrate_upgrade",
5799             "reference": "8.x-3.0-rc1"
5800         },
5801         "dist": {
5802             "type": "zip",
5803             "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc1.zip",
5804             "reference": "8.x-3.0-rc1",
5805             "shasum": "0141d36fb99b166c5e114b946b140780489620e3"
5806         },
5807         "require": {
5808             "drupal/core": "*",
5809             "drupal/migrate_plus": "*"
5810         },
5811         "type": "drupal-module",
5812         "extra": {
5813             "branch-alias": {
5814                 "dev-3.x": "3.x-dev"
5815             },
5816             "drupal": {
5817                 "version": "8.x-3.0-rc1",
5818                 "datestamp": "1476200639"
5819             }
5820         },
5821         "installation-source": "dist",
5822         "notification-url": "https://packages.drupal.org/8/downloads",
5823         "license": [
5824             "GPL-2.0+"
5825         ],
5826         "authors": [
5827             {
5828                 "name": "Ryan Weal",
5829                 "homepage": "https://www.drupal.org/user/412402"
5830             },
5831             {
5832                 "name": "abhishek-anand",
5833                 "homepage": "https://www.drupal.org/user/468982"
5834             },
5835             {
5836                 "name": "ksenzee",
5837                 "homepage": "https://www.drupal.org/user/139855"
5838             },
5839             {
5840                 "name": "mikeryan",
5841                 "homepage": "https://www.drupal.org/user/4420"
5842             },
5843             {
5844                 "name": "ultimike",
5845                 "homepage": "https://www.drupal.org/user/51132"
5846             },
5847             {
5848                 "name": "xjm",
5849                 "homepage": "https://www.drupal.org/user/65776"
5850             }
5851         ],
5852         "description": "Drush support for direct upgrades from older Drupal versions.",
5853         "homepage": "https://www.drupal.org/project/migrate_upgrade",
5854         "support": {
5855             "source": "http://cgit.drupalcode.org/migrate_upgrade"
5856         }
5857     },
5858     {
5859         "name": "drupal/paragraphs",
5860         "version": "1.1.0",
5861         "version_normalized": "1.1.0.0",
5862         "source": {
5863             "type": "git",
5864             "url": "https://git.drupal.org/project/paragraphs",
5865             "reference": "8.x-1.1"
5866         },
5867         "dist": {
5868             "type": "zip",
5869             "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.1.zip",
5870             "reference": "8.x-1.1",
5871             "shasum": "c678e5704a98c6a0549e415412da081cfeb03a00"
5872         },
5873         "require": {
5874             "drupal/core": "~8.0",
5875             "drupal/entity_reference_revisions": "*"
5876         },
5877         "require-dev": {
5878             "drupal/diff": "*",
5879             "drupal/field_group": "*",
5880             "drupal/inline_entity_form": "*",
5881             "drupal/replicate": "*",
5882             "drupal/search_api": "*",
5883             "drupal/search_api_db": "*"
5884         },
5885         "type": "drupal-module",
5886         "extra": {
5887             "branch-alias": {
5888                 "dev-1.x": "1.x-dev"
5889             },
5890             "drupal": {
5891                 "version": "8.x-1.1",
5892                 "datestamp": "1487331784"
5893             }
5894         },
5895         "installation-source": "dist",
5896         "notification-url": "https://packages.drupal.org/8/downloads",
5897         "license": [
5898             "GPL-2.0+"
5899         ],
5900         "authors": [
5901             {
5902                 "name": "Berdir",
5903                 "homepage": "https://www.drupal.org/user/214652"
5904             },
5905             {
5906                 "name": "Frans",
5907                 "homepage": "https://www.drupal.org/user/514222"
5908             },
5909             {
5910                 "name": "Primsi",
5911                 "homepage": "https://www.drupal.org/user/282629"
5912             },
5913             {
5914                 "name": "jeroen.b",
5915                 "homepage": "https://www.drupal.org/user/1853532"
5916             },
5917             {
5918                 "name": "miro_dietiker",
5919                 "homepage": "https://www.drupal.org/user/227761"
5920             }
5921         ],
5922         "description": "Enables the creation of paragraphs entities.",
5923         "homepage": "https://www.drupal.org/project/paragraphs",
5924         "support": {
5925             "source": "http://cgit.drupalcode.org/paragraphs"
5926         }
5927     },
5928     {
5929         "name": "drupal/pathauto",
5930         "version": "1.0.0",
5931         "version_normalized": "1.0.0.0",
5932         "source": {
5933             "type": "git",
5934             "url": "https://git.drupal.org/project/pathauto",
5935             "reference": "8.x-1.0"
5936         },
5937         "dist": {
5938             "type": "zip",
5939             "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0.zip",
5940             "reference": "8.x-1.0",
5941             "shasum": "4c82a5689a18421c8c73fcc8be7b333bb21ae02a"
5942         },
5943         "require": {
5944             "drupal/core": "*",
5945             "drupal/ctools": "*",
5946             "drupal/token": "*"
5947         },
5948         "type": "drupal-module",
5949         "extra": {
5950             "branch-alias": {
5951                 "dev-1.x": "1.x-dev"
5952             },
5953             "drupal": {
5954                 "version": "8.x-1.0",
5955                 "datestamp": "1493468044"
5956             }
5957         },
5958         "installation-source": "dist",
5959         "notification-url": "https://packages.drupal.org/8/downloads",
5960         "license": [
5961             "GPL-2.0+"
5962         ],
5963         "authors": [
5964             {
5965                 "name": "Berdir",
5966                 "homepage": "https://www.drupal.org/user/214652"
5967             },
5968             {
5969                 "name": "Dave Reid",
5970                 "homepage": "https://www.drupal.org/user/53892"
5971             },
5972             {
5973                 "name": "Freso",
5974                 "homepage": "https://www.drupal.org/user/27504"
5975             },
5976             {
5977                 "name": "greggles",
5978                 "homepage": "https://www.drupal.org/user/36762"
5979             }
5980         ],
5981         "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
5982         "homepage": "https://www.drupal.org/project/pathauto",
5983         "support": {
5984             "source": "http://cgit.drupalcode.org/pathauto"
5985         }
5986     },
5987     {
5988         "name": "drupal/pathologic",
5989         "version": "dev-1.x",
5990         "version_normalized": "dev-1.x",
5991         "source": {
5992             "type": "git",
5993             "url": "https://git.drupal.org/project/pathologic",
5994             "reference": "4f9f3fdcf1e0b224c4d8650e383a769f40abf9bf"
5995         },
5996         "require": {
5997             "drupal/core": "*"
5998         },
5999         "type": "drupal-module",
6000         "extra": {
6001             "branch-alias": {
6002                 "dev-1.x": "1.x-dev"
6003             },
6004             "drupal": {
6005                 "version": "8.x-1.x-dev",
6006                 "datestamp": "1494720785"
6007             }
6008         },
6009         "installation-source": "source",
6010         "notification-url": "https://packages.drupal.org/8/downloads",
6011         "license": [
6012             "GPL-2.0+"
6013         ],
6014         "authors": [
6015             {
6016                 "name": "Berdir",
6017                 "homepage": "https://www.drupal.org/user/214652"
6018             },
6019             {
6020                 "name": "Garrett Albright",
6021                 "homepage": "https://www.drupal.org/user/191212"
6022             }
6023         ],
6024         "description": "Helps avoid broken links and incorrect paths in content.",
6025         "homepage": "https://www.drupal.org/project/pathologic",
6026         "support": {
6027             "source": "http://cgit.drupalcode.org/pathologic"
6028         }
6029     },
6030     {
6031         "name": "drupal/permissions_by_term",
6032         "version": "1.35.0",
6033         "version_normalized": "1.35.0.0",
6034         "source": {
6035             "type": "git",
6036             "url": "https://git.drupal.org/project/permissions_by_term",
6037             "reference": "8.x-1.35"
6038         },
6039         "dist": {
6040             "type": "zip",
6041             "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.35.zip",
6042             "reference": "8.x-1.35",
6043             "shasum": "4f9a7406a81a2e03f90e278fd6921f8fc962f07b"
6044         },
6045         "require": {
6046             "behat/behat": "^3.1",
6047             "behat/mink": "^1.7",
6048             "behat/mink-extension": "^2.2",
6049             "behat/mink-goutte-driver": "^1.2",
6050             "behat/mink-selenium2-driver": "^1.3",
6051             "drupal/core": "*",
6052             "drupal/drupal-driver": "~1.0",
6053             "drupal/drupal-extension": "~3.0",
6054             "guzzlehttp/guzzle": "^6.0@dev"
6055         },
6056         "type": "drupal-module",
6057         "extra": {
6058             "branch-alias": {
6059                 "dev-1.x": "1.x-dev"
6060             },
6061             "drupal": {
6062                 "version": "8.x-1.35",
6063                 "datestamp": "1509945000",
6064                 "security-coverage": {
6065                     "status": "covered",
6066                     "message": "Covered by Drupal's security advisory policy"
6067                 }
6068             }
6069         },
6070         "installation-source": "dist",
6071         "autoload": {
6072             "psr-4": {
6073                 "PermissionsByTerm\\": "tests/src/Behat/Context/"
6074             }
6075         },
6076         "notification-url": "https://packages.drupal.org/8/downloads",
6077         "license": [
6078             "GPL-2.0+"
6079         ],
6080         "authors": [
6081             {
6082                 "name": "Peter Majmesku",
6083                 "homepage": "https://www.drupal.org/user/786132",
6084                 "email": "p.majmesku@gmail.com"
6085             },
6086             {
6087                 "name": "dakku",
6088                 "homepage": "https://www.drupal.org/user/97634"
6089             },
6090             {
6091                 "name": "rackberg",
6092                 "homepage": "https://www.drupal.org/user/2806873"
6093             }
6094         ],
6095         "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
6096         "homepage": "https://www.drupal.org/project/permissions_by_term",
6097         "support": {
6098             "source": "http://cgit.drupalcode.org/permissions_by_term"
6099         }
6100     },
6101     {
6102         "name": "drupal/php",
6103         "version": "dev-1.x",
6104         "version_normalized": "dev-1.x",
6105         "source": {
6106             "type": "git",
6107             "url": "https://git.drupal.org/project/php",
6108             "reference": "304022be52874ef2d7916ea3acafd312766da9cc"
6109         },
6110         "require": {
6111             "drupal/core": "~8.0"
6112         },
6113         "type": "drupal-module",
6114         "extra": {
6115             "branch-alias": {
6116                 "dev-1.x": "1.x-dev"
6117             },
6118             "drupal": {
6119                 "version": "8.x-1.0-beta2+1-dev",
6120                 "datestamp": "1461875939"
6121             }
6122         },
6123         "installation-source": "source",
6124         "notification-url": "https://packages.drupal.org/8/downloads",
6125         "license": [
6126             "GPL-2.0+"
6127         ],
6128         "authors": [
6129             {
6130                 "name": "hass",
6131                 "homepage": "https://www.drupal.org/u/hass"
6132             },
6133             {
6134                 "name": "See other contributors",
6135                 "homepage": "https://www.drupal.org/node/1633456/committers"
6136             },
6137             {
6138                 "name": "catch",
6139                 "homepage": "https://www.drupal.org/user/35733"
6140             },
6141             {
6142                 "name": "dixon_",
6143                 "homepage": "https://www.drupal.org/user/239911"
6144             },
6145             {
6146                 "name": "greggles",
6147                 "homepage": "https://www.drupal.org/user/36762"
6148             },
6149             {
6150                 "name": "hass",
6151                 "homepage": "https://www.drupal.org/user/85918"
6152             },
6153             {
6154                 "name": "msonnabaum",
6155                 "homepage": "https://www.drupal.org/user/75278"
6156             },
6157             {
6158                 "name": "quicksketch",
6159                 "homepage": "https://www.drupal.org/user/35821"
6160             },
6161             {
6162                 "name": "webchick",
6163                 "homepage": "https://www.drupal.org/user/24967"
6164             }
6165         ],
6166         "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.",
6167         "homepage": "https://www.drupal.org/project/php",
6168         "support": {
6169             "source": "http://git.drupal.org/project/php.git",
6170             "issues": "https://www.drupal.org/project/issues/php"
6171         }
6172     },
6173     {
6174         "name": "drupal/redirect",
6175         "version": "1.0.0-alpha5",
6176         "version_normalized": "1.0.0.0-alpha5",
6177         "source": {
6178             "type": "git",
6179             "url": "https://git.drupal.org/project/redirect",
6180             "reference": "8.x-1.0-alpha5"
6181         },
6182         "dist": {
6183             "type": "zip",
6184             "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.0-alpha5.zip",
6185             "reference": "8.x-1.0-alpha5",
6186             "shasum": "927aa4c8d8b40b0cd2442bee86f2f386d25e53ca"
6187         },
6188         "require": {
6189             "drupal/core": "~8"
6190         },
6191         "type": "drupal-module",
6192         "extra": {
6193             "branch-alias": {
6194                 "dev-1.x": "1.x-dev"
6195             },
6196             "drupal": {
6197                 "version": "8.x-1.0-alpha5",
6198                 "datestamp": "1492182542"
6199             }
6200         },
6201         "installation-source": "dist",
6202         "notification-url": "https://packages.drupal.org/8/downloads",
6203         "license": [
6204             "GPL-2.0+"
6205         ],
6206         "authors": [
6207             {
6208                 "name": "Berdir",
6209                 "homepage": "https://www.drupal.org/user/214652"
6210             },
6211             {
6212                 "name": "Dave Reid",
6213                 "homepage": "https://www.drupal.org/user/53892"
6214             }
6215         ],
6216         "description": "Allows users to redirect from old URLs to new URLs.",
6217         "homepage": "https://www.drupal.org/project/redirect",
6218         "support": {
6219             "source": "http://cgit.drupalcode.org/redirect"
6220         }
6221     },
6222     {
6223         "name": "drupal/security_review",
6224         "version": "dev-1.x",
6225         "version_normalized": "dev-1.x",
6226         "source": {
6227             "type": "git",
6228             "url": "https://git.drupal.org/project/security_review",
6229             "reference": "35ebae445bb260e961e47c4c58efe7c50c228999"
6230         },
6231         "require": {
6232             "drupal/core": "~8.0"
6233         },
6234         "type": "drupal-module",
6235         "extra": {
6236             "branch-alias": {
6237                 "dev-1.x": "1.x-dev"
6238             },
6239             "drupal": {
6240                 "version": "8.x-1.x-dev",
6241                 "datestamp": "1476978839"
6242             },
6243             "patches_applied": {
6244                 "Fix missing field review list": "https://www.drupal.org/files/issues/security_review-dangerous-tags-list-2744805-2.patch"
6245             }
6246         },
6247         "installation-source": "source",
6248         "notification-url": "https://packages.drupal.org/8/downloads",
6249         "license": [
6250             "GPL-2.0+"
6251         ],
6252         "authors": [
6253             {
6254                 "name": "banviktor",
6255                 "homepage": "https://www.drupal.org/user/3176333"
6256             },
6257             {
6258                 "name": "coltrane",
6259                 "homepage": "https://www.drupal.org/user/91990"
6260             },
6261             {
6262                 "name": "dsnopek",
6263                 "homepage": "https://www.drupal.org/user/266527"
6264             },
6265             {
6266                 "name": "greggles",
6267                 "homepage": "https://www.drupal.org/user/36762"
6268             }
6269         ],
6270         "description": "Site security and configuration review module.",
6271         "homepage": "https://www.drupal.org/project/security_review",
6272         "support": {
6273             "source": "http://cgit.drupalcode.org/security_review"
6274         }
6275     },
6276     {
6277         "name": "drupal/simple_sitemap",
6278         "version": "2.9.0",
6279         "version_normalized": "2.9.0.0",
6280         "source": {
6281             "type": "git",
6282             "url": "https://git.drupal.org/project/simple_sitemap",
6283             "reference": "8.x-2.9"
6284         },
6285         "dist": {
6286             "type": "zip",
6287             "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.9.zip",
6288             "reference": "8.x-2.9",
6289             "shasum": "73bc5b375a7563ee217688f752318fe044b1e9de"
6290         },
6291         "require": {
6292             "drupal/core": "~8.0"
6293         },
6294         "type": "drupal-module",
6295         "extra": {
6296             "branch-alias": {
6297                 "dev-2.x": "2.x-dev"
6298             },
6299             "drupal": {
6300                 "version": "8.x-2.9",
6301                 "datestamp": "1490775483"
6302             }
6303         },
6304         "installation-source": "dist",
6305         "notification-url": "https://packages.drupal.org/8/downloads",
6306         "license": [
6307             "GPL-2.0+"
6308         ],
6309         "authors": [
6310             {
6311                 "name": "Pawel Ginalski (gbyte.co)",
6312                 "homepage": "https://www.drupal.org/u/gbyte.co",
6313                 "email": "contact@gbyte.co",
6314                 "role": "Maintainer"
6315             },
6316             {
6317                 "name": "Sam Becker (Sam152)",
6318                 "homepage": "https://www.drupal.org/u/sam152",
6319                 "role": "Co-maintainer"
6320             }
6321         ],
6322         "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
6323         "homepage": "https://drupal.org/project/simple_sitemap",
6324         "support": {
6325             "source": "https://cgit.drupalcode.org/simple_sitemap",
6326             "issues": "https://drupal.org/project/issues/simple_sitemap",
6327             "irc": "irc://irc.freenode.org/drupal-contribute"
6328         }
6329     },
6330     {
6331         "name": "drupal/slick",
6332         "version": "1.0.0",
6333         "version_normalized": "1.0.0.0",
6334         "source": {
6335             "type": "git",
6336             "url": "https://git.drupal.org/project/slick",
6337             "reference": "8.x-1.0"
6338         },
6339         "dist": {
6340             "type": "zip",
6341             "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
6342             "reference": "8.x-1.0",
6343             "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
6344         },
6345         "require": {
6346             "drupal/blazy": "~1.0",
6347             "drupal/core": "~8.0"
6348         },
6349         "type": "drupal-module",
6350         "extra": {
6351             "branch-alias": {
6352                 "dev-1.x": "1.x-dev"
6353             },
6354             "drupal": {
6355                 "version": "8.x-1.0",
6356                 "datestamp": "1495746183"
6357             }
6358         },
6359         "installation-source": "dist",
6360         "notification-url": "https://packages.drupal.org/8/downloads",
6361         "license": [
6362             "GPL-2.0+"
6363         ],
6364         "authors": [
6365             {
6366                 "name": "arshadcn",
6367                 "homepage": "https://www.drupal.org/user/571032"
6368             },
6369             {
6370                 "name": "gausarts",
6371                 "homepage": "https://www.drupal.org/user/159062"
6372             }
6373         ],
6374         "description": "Slick carousel, the last carousel you'll ever need.",
6375         "homepage": "https://drupal.org/project/slick",
6376         "keywords": [
6377             "Drupal",
6378             "carousel",
6379             "slideshow"
6380         ],
6381         "support": {
6382             "source": "http://cgit.drupalcode.org/slick",
6383             "issues": "https://drupal.org/project/issues/slick"
6384         }
6385     },
6386     {
6387         "name": "drupal/slick_media",
6388         "version": "1.0.0",
6389         "version_normalized": "1.0.0.0",
6390         "source": {
6391             "type": "git",
6392             "url": "https://git.drupal.org/project/slick_media",
6393             "reference": "8.x-1.0"
6394         },
6395         "dist": {
6396             "type": "zip",
6397             "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0.zip",
6398             "reference": "8.x-1.0",
6399             "shasum": "b85a9899c53ca2f59f7cdbba044e2f58ae71e092"
6400         },
6401         "require": {
6402             "drupal/core": "~8.0",
6403             "drupal/media_entity_image": "*",
6404             "drupal/slick": "*",
6405             "drupal/video_embed_media": "*"
6406         },
6407         "type": "drupal-module",
6408         "extra": {
6409             "branch-alias": {
6410                 "dev-1.x": "1.x-dev"
6411             },
6412             "drupal": {
6413                 "version": "8.x-1.0",
6414                 "datestamp": "1495747983"
6415             }
6416         },
6417         "installation-source": "dist",
6418         "notification-url": "https://packages.drupal.org/8/downloads",
6419         "license": [
6420             "GPL-2.0+"
6421         ],
6422         "authors": [
6423             {
6424                 "name": "gausarts",
6425                 "homepage": "https://www.drupal.org/user/159062"
6426             }
6427         ],
6428         "description": "Provides Slick carousel integration with Media entity.",
6429         "homepage": "https://www.drupal.org/project/slick_media",
6430         "support": {
6431             "source": "http://cgit.drupalcode.org/slick_media"
6432         }
6433     },
6434     {
6435         "name": "drupal/superfish",
6436         "version": "1.1.0",
6437         "version_normalized": "1.1.0.0",
6438         "source": {
6439             "type": "git",
6440             "url": "https://git.drupal.org/project/superfish",
6441             "reference": "8.x-1.1"
6442         },
6443         "dist": {
6444             "type": "zip",
6445             "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.1.zip",
6446             "reference": "8.x-1.1",
6447             "shasum": "f5e9e547d1d38588a963b22105dec1deb1e55010"
6448         },
6449         "require": {
6450             "drupal/core": "~8.0",
6451             "mehrpadin/superfish": "~2.0"
6452         },
6453         "type": "drupal-module",
6454         "extra": {
6455             "branch-alias": {
6456                 "dev-1.x": "1.x-dev"
6457             },
6458             "drupal": {
6459                 "version": "8.x-1.1",
6460                 "datestamp": "1496335443"
6461             }
6462         },
6463         "installation-source": "dist",
6464         "notification-url": "https://packages.drupal.org/8/downloads",
6465         "license": [
6466             "GPL-2.0+"
6467         ],
6468         "authors": [
6469             {
6470                 "name": "mehrpadin",
6471                 "homepage": "https://www.drupal.org/u/mehrpadin",
6472                 "role": "Maintainer"
6473             }
6474         ],
6475         "description": "Adds jQuery Superfish plugin to menu blocks.",
6476         "homepage": "https://www.drupal.org/project/superfish",
6477         "support": {
6478             "source": "https://cgit.drupalcode.org/superfish",
6479             "issues": "https://www.drupal.org/project/superfish"
6480         }
6481     },
6482     {
6483         "name": "drupal/toc_formatter",
6484         "version": "1.1.0",
6485         "version_normalized": "1.1.0.0",
6486         "source": {
6487             "type": "git",
6488             "url": "https://git.drupal.org/project/toc_formatter",
6489             "reference": "8.x-1.1"
6490         },
6491         "dist": {
6492             "type": "zip",
6493             "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
6494             "reference": "8.x-1.1",
6495             "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
6496         },
6497         "require": {
6498             "drupal/core": "~8.0"
6499         },
6500         "type": "drupal-module",
6501         "extra": {
6502             "branch-alias": {
6503                 "dev-1.x": "1.x-dev"
6504             },
6505             "drupal": {
6506                 "version": "8.x-1.1",
6507                 "datestamp": "1398611927"
6508             }
6509         },
6510         "installation-source": "dist",
6511         "notification-url": "https://packages.drupal.org/8/downloads",
6512         "license": [
6513             "GPL-2.0+"
6514         ],
6515         "authors": [
6516             {
6517                 "name": "Robert Castelo",
6518                 "homepage": "https://www.drupal.org/user/3555"
6519             },
6520             {
6521                 "name": "neilt17",
6522                 "homepage": "https://www.drupal.org/user/324142"
6523             }
6524         ],
6525         "description": "Display formatter that adds a TOC to the top of a text area field.",
6526         "homepage": "https://www.drupal.org/project/toc_formatter",
6527         "support": {
6528             "source": "http://cgit.drupalcode.org/toc_formatter"
6529         }
6530     },
6531     {
6532         "name": "drupal/tocify",
6533         "version": "1.2.0",
6534         "version_normalized": "1.2.0.0",
6535         "source": {
6536             "type": "git",
6537             "url": "https://git.drupal.org/project/tocify",
6538             "reference": "8.x-1.2"
6539         },
6540         "dist": {
6541             "type": "zip",
6542             "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
6543             "reference": "8.x-1.2",
6544             "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
6545         },
6546         "require": {
6547             "drupal/core": "*"
6548         },
6549         "type": "drupal-module",
6550         "extra": {
6551             "branch-alias": {
6552                 "dev-1.x": "1.x-dev"
6553             },
6554             "drupal": {
6555                 "version": "8.x-1.2",
6556                 "datestamp": "1493816586"
6557             }
6558         },
6559         "installation-source": "dist",
6560         "notification-url": "https://packages.drupal.org/8/downloads",
6561         "license": [
6562             "GPL-2.0+"
6563         ],
6564         "authors": [
6565             {
6566                 "name": "Hydra",
6567                 "homepage": "https://www.drupal.org/user/647364"
6568             },
6569             {
6570                 "name": "dawehner",
6571                 "homepage": "https://www.drupal.org/user/99340"
6572             },
6573             {
6574                 "name": "sanduhrs",
6575                 "homepage": "https://www.drupal.org/user/28074"
6576             }
6577         ],
6578         "description": "Tocify your content",
6579         "homepage": "https://www.drupal.org/project/tocify",
6580         "keywords": [
6581             "Drupal"
6582         ],
6583         "support": {
6584             "source": "http://cgit.drupalcode.org/tocify",
6585             "issues": "http://drupal.org/project/issues/tocify"
6586         }
6587     },
6588     {
6589         "name": "drupal/token",
6590         "version": "1.0.0",
6591         "version_normalized": "1.0.0.0",
6592         "source": {
6593             "type": "git",
6594             "url": "https://git.drupal.org/project/token",
6595             "reference": "8.x-1.0"
6596         },
6597         "dist": {
6598             "type": "zip",
6599             "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip",
6600             "reference": "8.x-1.0",
6601             "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442"
6602         },
6603         "require": {
6604             "drupal/core": "~8.0"
6605         },
6606         "type": "drupal-module",
6607         "extra": {
6608             "branch-alias": {
6609                 "dev-1.x": "1.x-dev"
6610             },
6611             "drupal": {
6612                 "version": "8.x-1.0",
6613                 "datestamp": "1493466843"
6614             }
6615         },
6616         "installation-source": "dist",
6617         "notification-url": "https://packages.drupal.org/8/downloads",
6618         "license": [
6619             "GPL-2.0+"
6620         ],
6621         "authors": [
6622             {
6623                 "name": "Berdir",
6624                 "homepage": "https://www.drupal.org/user/214652"
6625             },
6626             {
6627                 "name": "Dave Reid",
6628                 "homepage": "https://www.drupal.org/user/53892"
6629             },
6630             {
6631                 "name": "eaton",
6632                 "homepage": "https://www.drupal.org/user/16496"
6633             },
6634             {
6635                 "name": "fago",
6636                 "homepage": "https://www.drupal.org/user/16747"
6637             },
6638             {
6639                 "name": "greggles",
6640                 "homepage": "https://www.drupal.org/user/36762"
6641             },
6642             {
6643                 "name": "mikeryan",
6644                 "homepage": "https://www.drupal.org/user/4420"
6645             }
6646         ],
6647         "description": "Provides a user interface for the Token API and some missing core tokens.",
6648         "homepage": "https://www.drupal.org/project/token",
6649         "support": {
6650             "source": "http://cgit.drupalcode.org/token"
6651         }
6652     },
6653     {
6654         "name": "drupal/twig_xdebug",
6655         "version": "1.0.0",
6656         "version_normalized": "1.0.0.0",
6657         "source": {
6658             "type": "git",
6659             "url": "https://git.drupal.org/project/twig_xdebug",
6660             "reference": "8.x-1.0"
6661         },
6662         "dist": {
6663             "type": "zip",
6664             "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
6665             "reference": "8.x-1.0",
6666             "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
6667         },
6668         "require": {
6669             "ajgl/breakpoint-twig-extension": "0.3",
6670             "drupal/core": "~8.0"
6671         },
6672         "type": "drupal-module",
6673         "extra": {
6674             "branch-alias": {
6675                 "dev-1.x": "1.x-dev"
6676             },
6677             "drupal": {
6678                 "version": "8.x-1.0",
6679                 "datestamp": "1464928439"
6680             }
6681         },
6682         "installation-source": "dist",
6683         "notification-url": "https://packages.drupal.org/8/downloads",
6684         "license": [
6685             "GPL-2.0+"
6686         ],
6687         "authors": [
6688             {
6689                 "name": "charginghawk",
6690                 "homepage": "https://www.drupal.org/user/2626341"
6691             }
6692         ],
6693         "description": "Enables Xdebug breakpoints in Twig.",
6694         "homepage": "https://www.drupal.org/project/twig_xdebug",
6695         "support": {
6696             "source": "http://cgit.drupalcode.org/twig_xdebug"
6697         }
6698     },
6699     {
6700         "name": "drupal/typogrify",
6701         "version": "1.0.0-alpha1",
6702         "version_normalized": "1.0.0.0-alpha1",
6703         "source": {
6704             "type": "git",
6705             "url": "https://git.drupal.org/project/typogrify",
6706             "reference": "8.x-1.0-alpha1"
6707         },
6708         "dist": {
6709             "type": "zip",
6710             "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
6711             "reference": "8.x-1.0-alpha1",
6712             "shasum": "de87791555204b3af5692d939f8c199bd7164495"
6713         },
6714         "require": {
6715             "drupal/core": "*"
6716         },
6717         "type": "drupal-module",
6718         "extra": {
6719             "branch-alias": {
6720                 "dev-1.x": "1.x-dev"
6721             },
6722             "drupal": {
6723                 "version": "8.x-1.0-alpha1",
6724                 "datestamp": "1478050442"
6725             }
6726         },
6727         "installation-source": "dist",
6728         "notification-url": "https://packages.drupal.org/8/downloads",
6729         "license": [
6730             "GPL-2.0+"
6731         ],
6732         "authors": [
6733             {
6734                 "name": "See contributors",
6735                 "homepage": "https://www.drupal.org/node/149970/committers",
6736                 "role": "Developer"
6737             },
6738             {
6739                 "name": "migmedia",
6740                 "homepage": "https://www.drupal.org/user/1310354"
6741             },
6742             {
6743                 "name": "mikl",
6744                 "homepage": "https://www.drupal.org/user/58679"
6745             },
6746             {
6747                 "name": "sreynen",
6748                 "homepage": "https://www.drupal.org/user/109890"
6749             }
6750         ],
6751         "description": "A filter for making typographic refinements.",
6752         "homepage": "http://drupal.org/project/typogrify",
6753         "keywords": [
6754             "Drupal"
6755         ],
6756         "support": {
6757             "source": "http://cgit.drupalcode.org/typogrify",
6758             "issues": "http://drupal.org/project/typogrify"
6759         }
6760     },
6761     {
6762         "name": "drupal/video",
6763         "version": "1.2.0",
6764         "version_normalized": "1.2.0.0",
6765         "source": {
6766             "type": "git",
6767             "url": "https://git.drupal.org/project/video",
6768             "reference": "8.x-1.2"
6769         },
6770         "dist": {
6771             "type": "zip",
6772             "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
6773             "reference": "8.x-1.2",
6774             "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
6775         },
6776         "require": {
6777             "drupal/core": "*"
6778         },
6779         "type": "drupal-module",
6780         "extra": {
6781             "branch-alias": {
6782                 "dev-1.x": "1.x-dev"
6783             },
6784             "drupal": {
6785                 "version": "8.x-1.x",
6786                 "datestamp": "1455470039",
6787                 "package": "Field types"
6788             }
6789         },
6790         "installation-source": "dist",
6791         "notification-url": "https://packages.drupal.org/8/downloads",
6792         "license": [
6793             "GPL-2.0+"
6794         ],
6795         "authors": [
6796             {
6797                 "name": "Jorrit",
6798                 "homepage": "https://www.drupal.org/user/161217"
6799             },
6800             {
6801                 "name": "abhishek-anand",
6802                 "homepage": "https://www.drupal.org/user/468982"
6803             },
6804             {
6805                 "name": "brycefisherfleig",
6806                 "homepage": "https://www.drupal.org/user/1300764"
6807             },
6808             {
6809                 "name": "chaitanya17",
6810                 "homepage": "https://www.drupal.org/user/1998300"
6811             },
6812             {
6813                 "name": "heshanlk",
6814                 "homepage": "https://www.drupal.org/user/199102"
6815             }
6816         ],
6817         "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.",
6818         "homepage": "https://www.drupal.org/project/video",
6819         "support": {
6820             "source": "http://cgit.drupalcode.org/video"
6821         }
6822     },
6823     {
6824         "name": "drupal/video_embed_field",
6825         "version": "1.5.0",
6826         "version_normalized": "1.5.0.0",
6827         "source": {
6828             "type": "git",
6829             "url": "https://git.drupal.org/project/video_embed_field",
6830             "reference": "8.x-1.5"
6831         },
6832         "dist": {
6833             "type": "zip",
6834             "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-1.5.zip",
6835             "reference": "8.x-1.5",
6836             "shasum": "f54d470ef7f863604e51e6ae98cd40ef25de5f79"
6837         },
6838         "require": {
6839             "drupal/core": "*"
6840         },
6841         "require-dev": {
6842             "drupal/colorbox": "*",
6843             "drupal/media_entity": "*",
6844             "drupal/media_entity_embeddable_video": "*"
6845         },
6846         "type": "drupal-module",
6847         "extra": {
6848             "branch-alias": {
6849                 "dev-1.x": "1.x-dev"
6850             },
6851             "drupal": {
6852                 "version": "8.x-1.x",
6853                 "datestamp": "1493246342",
6854                 "package": "Field types"
6855             }
6856         },
6857         "installation-source": "dist",
6858         "notification-url": "https://packages.drupal.org/8/downloads",
6859         "license": [
6860             "GPL-2.0+"
6861         ],
6862         "authors": [
6863             {
6864                 "name": "Sam152",
6865                 "homepage": "https://www.drupal.org/user/1485048"
6866             },
6867             {
6868                 "name": "jec006",
6869                 "homepage": "https://www.drupal.org/user/855980"
6870             },
6871             {
6872                 "name": "plopesc",
6873                 "homepage": "https://www.drupal.org/user/282415"
6874             }
6875         ],
6876         "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6877         "homepage": "https://www.drupal.org/project/video_embed_field",
6878         "support": {
6879             "source": "http://cgit.drupalcode.org/video_embed_field"
6880         }
6881     },
6882     {
6883         "name": "drupal/video_embed_media",
6884         "version": "1.5.0",
6885         "version_normalized": "1.5.0.0",
6886         "require": {
6887             "drupal/core": "~8.0",
6888             "drupal/media_entity": "*",
6889             "drupal/video_embed_field": "self.version"
6890         },
6891         "type": "metapackage",
6892         "extra": {
6893             "branch-alias": {
6894                 "dev-1.x": "1.x-dev"
6895             },
6896             "drupal": {
6897                 "version": "8.x-1.5",
6898                 "datestamp": "1493246342"
6899             }
6900         },
6901         "notification-url": "https://packages.drupal.org/8/downloads",
6902         "license": [
6903             "GPL-2.0+"
6904         ],
6905         "authors": [
6906             {
6907                 "name": "Sam152",
6908                 "homepage": "https://www.drupal.org/user/1485048"
6909             },
6910             {
6911                 "name": "jec006",
6912                 "homepage": "https://www.drupal.org/user/855980"
6913             },
6914             {
6915                 "name": "plopesc",
6916                 "homepage": "https://www.drupal.org/user/282415"
6917             }
6918         ],
6919         "description": "Integrates video_embed_field with the media_entity module, creating a new media type tailored to display embedded videos. Useful for websites which are using the media suite of modules.",
6920         "homepage": "https://www.drupal.org/project/video_embed_field",
6921         "support": {
6922             "source": "http://cgit.drupalcode.org/video_embed_field"
6923         }
6924     },
6925     {
6926         "name": "drupal/videojs",
6927         "version": "1.0.0",
6928         "version_normalized": "1.0.0.0",
6929         "source": {
6930             "type": "git",
6931             "url": "https://git.drupal.org/project/videojs",
6932             "reference": "8.x-1.0"
6933         },
6934         "dist": {
6935             "type": "zip",
6936             "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6937             "reference": "8.x-1.0",
6938             "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6939         },
6940         "require": {
6941             "drupal/core": "~8.0"
6942         },
6943         "type": "drupal-module",
6944         "extra": {
6945             "branch-alias": {
6946                 "dev-1.x": "1.x-dev"
6947             },
6948             "drupal": {
6949                 "version": "8.x-1.0",
6950                 "datestamp": "1454344739"
6951             },
6952             "patches_applied": {
6953                 "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6954             }
6955         },
6956         "installation-source": "dist",
6957         "notification-url": "https://packages.drupal.org/8/downloads",
6958         "license": [
6959             "GPL-2.0+"
6960         ],
6961         "authors": [
6962             {
6963                 "name": "Jorrit",
6964                 "homepage": "https://www.drupal.org/user/161217"
6965             },
6966             {
6967                 "name": "heshanlk",
6968                 "homepage": "https://www.drupal.org/user/199102"
6969             }
6970         ],
6971         "description": "Video.js is an HTML5 Video Player.",
6972         "homepage": "https://www.drupal.org/project/videojs",
6973         "support": {
6974             "source": "http://cgit.drupalcode.org/videojs"
6975         }
6976     },
6977     {
6978         "name": "drupal/views_bootstrap",
6979         "version": "dev-3.x",
6980         "version_normalized": "dev-3.x",
6981         "source": {
6982             "type": "git",
6983             "url": "https://git.drupal.org/project/views_bootstrap",
6984             "reference": "ef95dac8dfeb8f2d61b0e5d40075a0a6e23e53ca"
6985         },
6986         "require": {
6987             "drupal/core": "*"
6988         },
6989         "type": "drupal-module",
6990         "extra": {
6991             "branch-alias": {
6992                 "dev-3.x": "3.x-dev"
6993             },
6994             "drupal": {
6995                 "version": "8.x-3.x-dev",
6996                 "datestamp": "1490369283"
6997             }
6998         },
6999         "installation-source": "source",
7000         "notification-url": "https://packages.drupal.org/8/downloads",
7001         "license": [
7002             "GPL-2.0+"
7003         ],
7004         "authors": [
7005             {
7006                 "name": "aburrows",
7007                 "homepage": "https://www.drupal.org/user/577844"
7008             },
7009             {
7010                 "name": "ericpugh",
7011                 "homepage": "https://www.drupal.org/user/130084"
7012             },
7013             {
7014                 "name": "ikeigenwijs",
7015                 "homepage": "https://www.drupal.org/user/583238"
7016             },
7017             {
7018                 "name": "mrded",
7019                 "homepage": "https://www.drupal.org/user/556088"
7020             }
7021         ],
7022         "description": "Integrate the Bootstrap framework with Views.",
7023         "homepage": "https://www.drupal.org/project/views_bootstrap",
7024         "keywords": [
7025             "Drupal"
7026         ],
7027         "support": {
7028             "source": "http://cgit.drupalcode.org/views_bootstrap"
7029         }
7030     },
7031     {
7032         "name": "drupal/views_responsive_grid",
7033         "version": "dev-1.x",
7034         "version_normalized": "dev-1.x",
7035         "source": {
7036             "type": "git",
7037             "url": "https://git.drupal.org/project/views_responsive_grid",
7038             "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
7039         },
7040         "require": {
7041             "drupal/core": "~8.0"
7042         },
7043         "type": "drupal-module",
7044         "extra": {
7045             "branch-alias": {
7046                 "dev-1.x": "1.x-dev"
7047             },
7048             "drupal": {
7049                 "version": "8.x-1.x-dev",
7050                 "datestamp": "1373985289"
7051             }
7052         },
7053         "installation-source": "source",
7054         "notification-url": "https://packages.drupal.org/8/downloads",
7055         "license": [
7056             "GPL-2.0+"
7057         ],
7058         "authors": [
7059             {
7060                 "name": "iwhitcomb",
7061                 "homepage": "https://www.drupal.org/user/771654"
7062             },
7063             {
7064                 "name": "kyletaylored",
7065                 "homepage": "https://www.drupal.org/user/2207088"
7066             },
7067             {
7068                 "name": "markcarver",
7069                 "homepage": "https://www.drupal.org/user/501638"
7070             }
7071         ],
7072         "homepage": "https://www.drupal.org/project/views_responsive_grid",
7073         "support": {
7074             "source": "http://cgit.drupalcode.org/views_responsive_grid"
7075         }
7076     },
7077     {
7078         "name": "drush/config-extra",
7079         "version": "1.0.1",
7080         "version_normalized": "1.0.1.0",
7081         "source": {
7082             "type": "git",
7083             "url": "https://github.com/drush-ops/config-extra.git",
7084             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
7085         },
7086         "dist": {
7087             "type": "zip",
7088             "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
7089             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
7090             "shasum": ""
7091         },
7092         "require": {
7093             "php": ">=5.5.0"
7094         },
7095         "require-dev": {
7096             "phpunit/phpunit": ">=3.5"
7097         },
7098         "time": "2015-10-16T21:32:27+00:00",
7099         "type": "library",
7100         "extra": {
7101             "branch-alias": {
7102                 "dev-master": "8.0.x-dev"
7103             }
7104         },
7105         "installation-source": "dist",
7106         "autoload": {
7107             "psr-0": {
7108                 "Drush": "lib/"
7109             }
7110         },
7111         "notification-url": "https://packagist.org/downloads/",
7112         "license": [
7113             "GPL-2.0+"
7114         ],
7115         "authors": [
7116             {
7117                 "name": "Moshe Weitzman",
7118                 "email": "weitzman@tejasa.com"
7119             },
7120             {
7121                 "name": "Greg Anderson",
7122                 "email": "greg.1.anderson@greenknowe.org"
7123             }
7124         ],
7125         "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
7126         "keywords": [
7127             "Drush"
7128         ]
7129     },
7130     {
7131         "name": "drush/drush",
7132         "version": "8.1.16",
7133         "version_normalized": "8.1.16.0",
7134         "source": {
7135             "type": "git",
7136             "url": "https://github.com/drush-ops/drush.git",
7137             "reference": "bbaff2dc725a5f3eb22006c5de3dc92a2de54b08"
7138         },
7139         "dist": {
7140             "type": "zip",
7141             "url": "https://api.github.com/repos/drush-ops/drush/zipball/bbaff2dc725a5f3eb22006c5de3dc92a2de54b08",
7142             "reference": "bbaff2dc725a5f3eb22006c5de3dc92a2de54b08",
7143             "shasum": ""
7144         },
7145         "require": {
7146             "consolidation/annotated-command": "^2.8.1",
7147             "consolidation/output-formatters": "~3",
7148             "pear/console_table": "~1.3.1",
7149             "php": ">=5.4.5",
7150             "psr/log": "~1.0",
7151             "psy/psysh": "~0.6",
7152             "symfony/console": "~2.7|^3",
7153             "symfony/event-dispatcher": "~2.7|^3",
7154             "symfony/finder": "~2.7|^3",
7155             "symfony/var-dumper": "~2.7|^3",
7156             "symfony/yaml": "~2.3|^3",
7157             "webmozart/path-util": "~2"
7158         },
7159         "require-dev": {
7160             "phpunit/phpunit": "4.*",
7161             "symfony/console": "~2.7",
7162             "symfony/event-dispatcher": "~2.7",
7163             "symfony/finder": "~2.7",
7164             "symfony/process": "2.7.*",
7165             "symfony/var-dumper": "~2.7",
7166             "symfony/yaml": "~2.3"
7167         },
7168         "suggest": {
7169             "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
7170             "ext-pcntl": "*"
7171         },
7172         "time": "2018-02-06T21:18:48+00:00",
7173         "bin": [
7174             "drush",
7175             "drush.launcher",
7176             "drush.php",
7177             "drush.complete.sh"
7178         ],
7179         "type": "library",
7180         "extra": {
7181             "branch-alias": {
7182                 "dev-master": "8.0.x-dev"
7183             }
7184         },
7185         "installation-source": "dist",
7186         "autoload": {
7187             "psr-0": {
7188                 "Drush": "lib/",
7189                 "Consolidation": "lib/"
7190             }
7191         },
7192         "notification-url": "https://packagist.org/downloads/",
7193         "license": [
7194             "GPL-2.0-or-later"
7195         ],
7196         "authors": [
7197             {
7198                 "name": "Moshe Weitzman",
7199                 "email": "weitzman@tejasa.com"
7200             },
7201             {
7202                 "name": "Owen Barton",
7203                 "email": "drupal@owenbarton.com"
7204             },
7205             {
7206                 "name": "Mark Sonnabaum",
7207                 "email": "marksonnabaum@gmail.com"
7208             },
7209             {
7210                 "name": "Antoine BeauprĂ©",
7211                 "email": "anarcat@koumbit.org"
7212             },
7213             {
7214                 "name": "Greg Anderson",
7215                 "email": "greg.1.anderson@greenknowe.org"
7216             },
7217             {
7218                 "name": "Jonathan Araña Cruz",
7219                 "email": "jonhattan@faita.net"
7220             },
7221             {
7222                 "name": "Jonathan Hedstrom",
7223                 "email": "jhedstrom@gmail.com"
7224             },
7225             {
7226                 "name": "Christopher Gervais",
7227                 "email": "chris@ergonlogic.com"
7228             },
7229             {
7230                 "name": "Dave Reid",
7231                 "email": "dave@davereid.net"
7232             },
7233             {
7234                 "name": "Damian Lee",
7235                 "email": "damiankloip@googlemail.com"
7236             }
7237         ],
7238         "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.",
7239         "homepage": "http://www.drush.org"
7240     },
7241     {
7242         "name": "easyrdf/easyrdf",
7243         "version": "0.9.1",
7244         "version_normalized": "0.9.1.0",
7245         "source": {
7246             "type": "git",
7247             "url": "https://github.com/njh/easyrdf.git",
7248             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
7249         },
7250         "dist": {
7251             "type": "zip",
7252             "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
7253             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
7254             "shasum": ""
7255         },
7256         "require": {
7257             "ext-mbstring": "*",
7258             "ext-pcre": "*",
7259             "php": ">=5.2.8"
7260         },
7261         "require-dev": {
7262             "phpunit/phpunit": "~3.5",
7263             "sami/sami": "~1.4",
7264             "squizlabs/php_codesniffer": "~1.4.3"
7265         },
7266         "suggest": {
7267             "ml/json-ld": "~1.0"
7268         },
7269         "time": "2015-02-27T09:45:49+00:00",
7270         "type": "library",
7271         "installation-source": "dist",
7272         "autoload": {
7273             "psr-0": {
7274                 "EasyRdf_": "lib/"
7275             }
7276         },
7277         "notification-url": "https://packagist.org/downloads/",
7278         "license": [
7279             "BSD-3-Clause"
7280         ],
7281         "authors": [
7282             {
7283                 "name": "Nicholas Humfrey",
7284                 "email": "njh@aelius.com",
7285                 "homepage": "http://www.aelius.com/njh/",
7286                 "role": "Developer"
7287             },
7288             {
7289                 "name": "Alexey Zakhlestin",
7290                 "email": "indeyets@gmail.com",
7291                 "role": "Developer"
7292             }
7293         ],
7294         "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
7295         "homepage": "http://www.easyrdf.org/",
7296         "keywords": [
7297             "Linked Data",
7298             "RDF",
7299             "Semantic Web",
7300             "Turtle",
7301             "rdfa",
7302             "sparql"
7303         ]
7304     },
7305     {
7306         "name": "egulias/email-validator",
7307         "version": "1.2.14",
7308         "version_normalized": "1.2.14.0",
7309         "source": {
7310             "type": "git",
7311             "url": "https://github.com/egulias/EmailValidator.git",
7312             "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
7313         },
7314         "dist": {
7315             "type": "zip",
7316             "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
7317             "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
7318             "shasum": ""
7319         },
7320         "require": {
7321             "doctrine/lexer": "^1.0.1",
7322             "php": ">= 5.3.3"
7323         },
7324         "require-dev": {
7325             "phpunit/phpunit": "^4.8.24"
7326         },
7327         "time": "2017-02-03T22:48:59+00:00",
7328         "type": "library",
7329         "extra": {
7330             "branch-alias": {
7331                 "dev-master": "2.0.x-dev"
7332             }
7333         },
7334         "installation-source": "dist",
7335         "autoload": {
7336             "psr-0": {
7337                 "Egulias\\": "src/"
7338             }
7339         },
7340         "notification-url": "https://packagist.org/downloads/",
7341         "license": [
7342             "MIT"
7343         ],
7344         "authors": [
7345             {
7346                 "name": "Eduardo Gulias Davis"
7347             }
7348         ],
7349         "description": "A library for validating emails",
7350         "homepage": "https://github.com/egulias/EmailValidator",
7351         "keywords": [
7352             "email",
7353             "emailvalidation",
7354             "emailvalidator",
7355             "validation",
7356             "validator"
7357         ]
7358     },
7359     {
7360         "name": "enyo/dropzone",
7361         "version": "v4.3.0",
7362         "version_normalized": "4.3.0.0",
7363         "source": {
7364             "type": "git",
7365             "url": "https://github.com/enyo/dropzone.git",
7366             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
7367         },
7368         "dist": {
7369             "type": "zip",
7370             "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7371             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7372             "shasum": ""
7373         },
7374         "time": "2016-02-14T04:19:41+00:00",
7375         "type": "library",
7376         "installation-source": "dist",
7377         "notification-url": "https://packagist.org/downloads/",
7378         "license": [
7379             "MIT"
7380         ],
7381         "authors": [
7382             {
7383                 "name": "Matias Meno",
7384                 "email": "m@tias.me",
7385                 "homepage": "http://www.matiasmeno.com"
7386             }
7387         ],
7388         "description": "Handles drag and drop of files for you.",
7389         "homepage": "http://www.dropzonejs.com",
7390         "keywords": [
7391             "drag and drop",
7392             "dragndrop",
7393             "file upload",
7394             "upload"
7395         ]
7396     },
7397     {
7398         "name": "ezyang/htmlpurifier",
7399         "version": "v4.9.3",
7400         "version_normalized": "4.9.3.0",
7401         "source": {
7402             "type": "git",
7403             "url": "https://github.com/ezyang/htmlpurifier.git",
7404             "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
7405         },
7406         "dist": {
7407             "type": "zip",
7408             "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
7409             "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
7410             "shasum": ""
7411         },
7412         "require": {
7413             "php": ">=5.2"
7414         },
7415         "require-dev": {
7416             "simpletest/simpletest": "^1.1"
7417         },
7418         "time": "2017-06-03T02:28:16+00:00",
7419         "type": "library",
7420         "installation-source": "dist",
7421         "autoload": {
7422             "psr-0": {
7423                 "HTMLPurifier": "library/"
7424             },
7425             "files": [
7426                 "library/HTMLPurifier.composer.php"
7427             ]
7428         },
7429         "notification-url": "https://packagist.org/downloads/",
7430         "license": [
7431             "LGPL"
7432         ],
7433         "authors": [
7434             {
7435                 "name": "Edward Z. Yang",
7436                 "email": "admin@htmlpurifier.org",
7437                 "homepage": "http://ezyang.com"
7438             }
7439         ],
7440         "description": "Standards compliant HTML filter written in PHP",
7441         "homepage": "http://htmlpurifier.org/",
7442         "keywords": [
7443             "html"
7444         ]
7445     },
7446     {
7447         "name": "fabpot/goutte",
7448         "version": "v3.2.1",
7449         "version_normalized": "3.2.1.0",
7450         "source": {
7451             "type": "git",
7452             "url": "https://github.com/FriendsOfPHP/Goutte.git",
7453             "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638"
7454         },
7455         "dist": {
7456             "type": "zip",
7457             "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638",
7458             "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638",
7459             "shasum": ""
7460         },
7461         "require": {
7462             "guzzlehttp/guzzle": "^6.0",
7463             "php": ">=5.5.0",
7464             "symfony/browser-kit": "~2.1|~3.0",
7465             "symfony/css-selector": "~2.1|~3.0",
7466             "symfony/dom-crawler": "~2.1|~3.0"
7467         },
7468         "time": "2017-01-03T13:21:43+00:00",
7469         "type": "application",
7470         "extra": {
7471             "branch-alias": {
7472                 "dev-master": "3.2-dev"
7473             }
7474         },
7475         "installation-source": "dist",
7476         "autoload": {
7477             "psr-4": {
7478                 "Goutte\\": "Goutte"
7479             }
7480         },
7481         "notification-url": "https://packagist.org/downloads/",
7482         "license": [
7483             "MIT"
7484         ],
7485         "authors": [
7486             {
7487                 "name": "Fabien Potencier",
7488                 "email": "fabien@symfony.com"
7489             }
7490         ],
7491         "description": "A simple PHP Web Scraper",
7492         "homepage": "https://github.com/FriendsOfPHP/Goutte",
7493         "keywords": [
7494             "scraper"
7495         ]
7496     },
7497     {
7498         "name": "geedmo/yamm3",
7499         "version": "1.1.0",
7500         "version_normalized": "1.1.0.0",
7501         "source": {
7502             "type": "git",
7503             "url": "https://github.com/geedmo/yamm3.git",
7504             "reference": "5aa11451340187cce1bc195a4437937b19535508"
7505         },
7506         "dist": {
7507             "type": "zip",
7508             "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
7509             "reference": "5aa11451340187cce1bc195a4437937b19535508",
7510             "shasum": ""
7511         },
7512         "time": "2015-04-04T12:59:29+00:00",
7513         "type": "library",
7514         "installation-source": "dist",
7515         "notification-url": "https://packagist.org/downloads/",
7516         "license": [
7517             "MIT"
7518         ],
7519         "authors": [
7520             {
7521                 "name": "German Morales",
7522                 "email": "geedmo.ds@gmail.com",
7523                 "homepage": "http://geedmo.com"
7524             }
7525         ],
7526         "description": "Yet another megamenu for Bootstrap 3.x",
7527         "homepage": "http://geedmo.github.io/yamm3/",
7528         "keywords": [
7529             "bootstrap",
7530             "megadropdown",
7531             "megamenu"
7532         ]
7533     },
7534     {
7535         "name": "grom358/pharborist",
7536         "version": "dev-master",
7537         "version_normalized": "9999999-dev",
7538         "source": {
7539             "type": "git",
7540             "url": "https://github.com/grom358/pharborist.git",
7541             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
7542         },
7543         "dist": {
7544             "type": "zip",
7545             "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
7546             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
7547             "shasum": ""
7548         },
7549         "require": {
7550             "php": ">=5.4",
7551             "phpdocumentor/reflection-docblock": "2.0.*"
7552         },
7553         "require-dev": {
7554             "apigen/apigen": "2.8.*",
7555             "phpunit/phpunit": "4.2.*"
7556         },
7557         "time": "2015-09-20T22:14:29+00:00",
7558         "type": "library",
7559         "installation-source": "source",
7560         "autoload": {
7561             "psr-4": {
7562                 "Pharborist\\": "src/"
7563             }
7564         },
7565         "notification-url": "https://packagist.org/downloads/",
7566         "license": [
7567             "GPL"
7568         ],
7569         "authors": [
7570             {
7571                 "name": "Cameron Zemek",
7572                 "role": "lead"
7573             }
7574         ],
7575         "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
7576         "keywords": [
7577             "standards",
7578             "syntax"
7579         ]
7580     },
7581     {
7582         "name": "guzzlehttp/guzzle",
7583         "version": "6.3.2",
7584         "version_normalized": "6.3.2.0",
7585         "source": {
7586             "type": "git",
7587             "url": "https://github.com/guzzle/guzzle.git",
7588             "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90"
7589         },
7590         "dist": {
7591             "type": "zip",
7592             "url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90",
7593             "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90",
7594             "shasum": ""
7595         },
7596         "require": {
7597             "guzzlehttp/promises": "^1.0",
7598             "guzzlehttp/psr7": "^1.4",
7599             "php": ">=5.5"
7600         },
7601         "require-dev": {
7602             "ext-curl": "*",
7603             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4",
7604             "psr/log": "^1.0"
7605         },
7606         "suggest": {
7607             "psr/log": "Required for using the Log middleware"
7608         },
7609         "time": "2018-03-26T16:33:04+00:00",
7610         "type": "library",
7611         "extra": {
7612             "branch-alias": {
7613                 "dev-master": "6.3-dev"
7614             }
7615         },
7616         "installation-source": "dist",
7617         "autoload": {
7618             "files": [
7619                 "src/functions_include.php"
7620             ],
7621             "psr-4": {
7622                 "GuzzleHttp\\": "src/"
7623             }
7624         },
7625         "notification-url": "https://packagist.org/downloads/",
7626         "license": [
7627             "MIT"
7628         ],
7629         "authors": [
7630             {
7631                 "name": "Michael Dowling",
7632                 "email": "mtdowling@gmail.com",
7633                 "homepage": "https://github.com/mtdowling"
7634             }
7635         ],
7636         "description": "Guzzle is a PHP HTTP client library",
7637         "homepage": "http://guzzlephp.org/",
7638         "keywords": [
7639             "client",
7640             "curl",
7641             "framework",
7642             "http",
7643             "http client",
7644             "rest",
7645             "web service"
7646         ]
7647     },
7648     {
7649         "name": "guzzlehttp/promises",
7650         "version": "v1.3.1",
7651         "version_normalized": "1.3.1.0",
7652         "source": {
7653             "type": "git",
7654             "url": "https://github.com/guzzle/promises.git",
7655             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
7656         },
7657         "dist": {
7658             "type": "zip",
7659             "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7660             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7661             "shasum": ""
7662         },
7663         "require": {
7664             "php": ">=5.5.0"
7665         },
7666         "require-dev": {
7667             "phpunit/phpunit": "^4.0"
7668         },
7669         "time": "2016-12-20T10:07:11+00:00",
7670         "type": "library",
7671         "extra": {
7672             "branch-alias": {
7673                 "dev-master": "1.4-dev"
7674             }
7675         },
7676         "installation-source": "dist",
7677         "autoload": {
7678             "psr-4": {
7679                 "GuzzleHttp\\Promise\\": "src/"
7680             },
7681             "files": [
7682                 "src/functions_include.php"
7683             ]
7684         },
7685         "notification-url": "https://packagist.org/downloads/",
7686         "license": [
7687             "MIT"
7688         ],
7689         "authors": [
7690             {
7691                 "name": "Michael Dowling",
7692                 "email": "mtdowling@gmail.com",
7693                 "homepage": "https://github.com/mtdowling"
7694             }
7695         ],
7696         "description": "Guzzle promises library",
7697         "keywords": [
7698             "promise"
7699         ]
7700     },
7701     {
7702         "name": "guzzlehttp/psr7",
7703         "version": "1.4.2",
7704         "version_normalized": "1.4.2.0",
7705         "source": {
7706             "type": "git",
7707             "url": "https://github.com/guzzle/psr7.git",
7708             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
7709         },
7710         "dist": {
7711             "type": "zip",
7712             "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7713             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7714             "shasum": ""
7715         },
7716         "require": {
7717             "php": ">=5.4.0",
7718             "psr/http-message": "~1.0"
7719         },
7720         "provide": {
7721             "psr/http-message-implementation": "1.0"
7722         },
7723         "require-dev": {
7724             "phpunit/phpunit": "~4.0"
7725         },
7726         "time": "2017-03-20T17:10:46+00:00",
7727         "type": "library",
7728         "extra": {
7729             "branch-alias": {
7730                 "dev-master": "1.4-dev"
7731             }
7732         },
7733         "installation-source": "dist",
7734         "autoload": {
7735             "psr-4": {
7736                 "GuzzleHttp\\Psr7\\": "src/"
7737             },
7738             "files": [
7739                 "src/functions_include.php"
7740             ]
7741         },
7742         "notification-url": "https://packagist.org/downloads/",
7743         "license": [
7744             "MIT"
7745         ],
7746         "authors": [
7747             {
7748                 "name": "Michael Dowling",
7749                 "email": "mtdowling@gmail.com",
7750                 "homepage": "https://github.com/mtdowling"
7751             },
7752             {
7753                 "name": "Tobias Schultze",
7754                 "homepage": "https://github.com/Tobion"
7755             }
7756         ],
7757         "description": "PSR-7 message implementation that also provides common utility methods",
7758         "keywords": [
7759             "http",
7760             "message",
7761             "request",
7762             "response",
7763             "stream",
7764             "uri",
7765             "url"
7766         ]
7767     },
7768     {
7769         "name": "instaclick/php-webdriver",
7770         "version": "1.4.5",
7771         "version_normalized": "1.4.5.0",
7772         "source": {
7773             "type": "git",
7774             "url": "https://github.com/instaclick/php-webdriver.git",
7775             "reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
7776         },
7777         "dist": {
7778             "type": "zip",
7779             "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
7780             "reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
7781             "shasum": ""
7782         },
7783         "require": {
7784             "ext-curl": "*",
7785             "php": ">=5.3.2"
7786         },
7787         "require-dev": {
7788             "phpunit/phpunit": "^4.8",
7789             "satooshi/php-coveralls": "^1.0||^2.0"
7790         },
7791         "time": "2017-06-30T04:02:48+00:00",
7792         "type": "library",
7793         "extra": {
7794             "branch-alias": {
7795                 "dev-master": "1.4.x-dev"
7796             }
7797         },
7798         "installation-source": "dist",
7799         "autoload": {
7800             "psr-0": {
7801                 "WebDriver": "lib/"
7802             }
7803         },
7804         "notification-url": "https://packagist.org/downloads/",
7805         "license": [
7806             "Apache-2.0"
7807         ],
7808         "authors": [
7809             {
7810                 "name": "Justin Bishop",
7811                 "email": "jubishop@gmail.com",
7812                 "role": "Developer"
7813             },
7814             {
7815                 "name": "Anthon Pang",
7816                 "email": "apang@softwaredevelopment.ca",
7817                 "role": "Fork Maintainer"
7818             }
7819         ],
7820         "description": "PHP WebDriver for Selenium 2",
7821         "homepage": "http://instaclick.com/",
7822         "keywords": [
7823             "browser",
7824             "selenium",
7825             "webdriver",
7826             "webtest"
7827         ]
7828     },
7829     {
7830         "name": "j7mbo/twitter-api-php",
7831         "version": "1.0.6",
7832         "version_normalized": "1.0.6.0",
7833         "source": {
7834             "type": "git",
7835             "url": "https://github.com/J7mbo/twitter-api-php.git",
7836             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
7837         },
7838         "dist": {
7839             "type": "zip",
7840             "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7841             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7842             "shasum": ""
7843         },
7844         "require": {
7845             "ext-curl": "*"
7846         },
7847         "require-dev": {
7848             "phpunit/phpunit": "~4.5,>=4.5.1"
7849         },
7850         "time": "2017-05-08T12:10:56+00:00",
7851         "type": "library",
7852         "extra": {
7853             "branch-alias": {
7854                 "dev-master": "1.0-dev"
7855             }
7856         },
7857         "installation-source": "dist",
7858         "autoload": {
7859             "classmap": [
7860                 "TwitterAPIExchange.php"
7861             ]
7862         },
7863         "notification-url": "https://packagist.org/downloads/",
7864         "license": [
7865             "GNU Public License"
7866         ],
7867         "authors": [
7868             {
7869                 "name": "James Mallison",
7870                 "homepage": "https://github.com/j7mbo/twitter-api-php"
7871             }
7872         ],
7873         "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
7874         "homepage": "https://github.com/j7mbo/twitter-api-php",
7875         "keywords": [
7876             "api",
7877             "php",
7878             "twitter"
7879         ]
7880     },
7881     {
7882         "name": "jakub-onderka/php-console-color",
7883         "version": "0.1",
7884         "version_normalized": "0.1.0.0",
7885         "source": {
7886             "type": "git",
7887             "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
7888             "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
7889         },
7890         "dist": {
7891             "type": "zip",
7892             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
7893             "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
7894             "shasum": ""
7895         },
7896         "require": {
7897             "php": ">=5.3.2"
7898         },
7899         "require-dev": {
7900             "jakub-onderka/php-code-style": "1.0",
7901             "jakub-onderka/php-parallel-lint": "0.*",
7902             "jakub-onderka/php-var-dump-check": "0.*",
7903             "phpunit/phpunit": "3.7.*",
7904             "squizlabs/php_codesniffer": "1.*"
7905         },
7906         "time": "2014-04-08T15:00:19+00:00",
7907         "type": "library",
7908         "installation-source": "dist",
7909         "autoload": {
7910             "psr-0": {
7911                 "JakubOnderka\\PhpConsoleColor": "src/"
7912             }
7913         },
7914         "notification-url": "https://packagist.org/downloads/",
7915         "license": [
7916             "BSD-2-Clause"
7917         ],
7918         "authors": [
7919             {
7920                 "name": "Jakub Onderka",
7921                 "email": "jakub.onderka@gmail.com",
7922                 "homepage": "http://www.acci.cz"
7923             }
7924         ]
7925     },
7926     {
7927         "name": "jakub-onderka/php-console-highlighter",
7928         "version": "v0.3.2",
7929         "version_normalized": "0.3.2.0",
7930         "source": {
7931             "type": "git",
7932             "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
7933             "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
7934         },
7935         "dist": {
7936             "type": "zip",
7937             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
7938             "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
7939             "shasum": ""
7940         },
7941         "require": {
7942             "jakub-onderka/php-console-color": "~0.1",
7943             "php": ">=5.3.0"
7944         },
7945         "require-dev": {
7946             "jakub-onderka/php-code-style": "~1.0",
7947             "jakub-onderka/php-parallel-lint": "~0.5",
7948             "jakub-onderka/php-var-dump-check": "~0.1",
7949             "phpunit/phpunit": "~4.0",
7950             "squizlabs/php_codesniffer": "~1.5"
7951         },
7952         "time": "2015-04-20T18:58:01+00:00",
7953         "type": "library",
7954         "installation-source": "dist",
7955         "autoload": {
7956             "psr-0": {
7957                 "JakubOnderka\\PhpConsoleHighlighter": "src/"
7958             }
7959         },
7960         "notification-url": "https://packagist.org/downloads/",
7961         "license": [
7962             "MIT"
7963         ],
7964         "authors": [
7965             {
7966                 "name": "Jakub Onderka",
7967                 "email": "acci@acci.cz",
7968                 "homepage": "http://www.acci.cz/"
7969             }
7970         ]
7971     },
7972     {
7973         "name": "jcalderonzumba/gastonjs",
7974         "version": "v1.0.3",
7975         "version_normalized": "1.0.3.0",
7976         "source": {
7977             "type": "git",
7978             "url": "https://github.com/jcalderonzumba/gastonjs.git",
7979             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
7980         },
7981         "dist": {
7982             "type": "zip",
7983             "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
7984             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
7985             "shasum": ""
7986         },
7987         "require": {
7988             "guzzlehttp/guzzle": "~5.0|~6.0",
7989             "php": ">=5.4"
7990         },
7991         "require-dev": {
7992             "phpunit/phpunit": "~4.6",
7993             "silex/silex": "~1.2",
7994             "symfony/phpunit-bridge": "~2.7",
7995             "symfony/process": "~2.1"
7996         },
7997         "time": "2016-05-04T16:27:07+00:00",
7998         "type": "phantomjs-api",
7999         "extra": {
8000             "branch-alias": {
8001                 "dev-master": "1.1.x-dev"
8002             }
8003         },
8004         "installation-source": "dist",
8005         "autoload": {
8006             "psr-4": {
8007                 "Zumba\\GastonJS\\": "src"
8008             }
8009         },
8010         "notification-url": "https://packagist.org/downloads/",
8011         "license": [
8012             "MIT"
8013         ],
8014         "authors": [
8015             {
8016                 "name": "Juan Francisco CalderĂłn Zumba",
8017                 "email": "juanfcz@gmail.com",
8018                 "homepage": "http://github.com/jcalderonzumba"
8019             }
8020         ],
8021         "description": "PhantomJS API based server for webpage automation",
8022         "homepage": "https://github.com/jcalderonzumba/gastonjs",
8023         "keywords": [
8024             "api",
8025             "automation",
8026             "browser",
8027             "headless",
8028             "phantomjs"
8029         ]
8030     },
8031     {
8032         "name": "jcalderonzumba/mink-phantomjs-driver",
8033         "version": "v0.3.3",
8034         "version_normalized": "0.3.3.0",
8035         "source": {
8036             "type": "git",
8037             "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
8038             "reference": "008f43670e94acd39273d15add1e7348eb23848d"
8039         },
8040         "dist": {
8041             "type": "zip",
8042             "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
8043             "reference": "008f43670e94acd39273d15add1e7348eb23848d",
8044             "shasum": ""
8045         },
8046         "require": {
8047             "behat/mink": "~1.7",
8048             "jcalderonzumba/gastonjs": "~1.0",
8049             "php": ">=5.4",
8050             "twig/twig": "~1.20|~2.0"
8051         },
8052         "require-dev": {
8053             "mink/driver-testsuite": "dev-master",
8054             "phpunit/phpunit": "~4.6"
8055         },
8056         "time": "2016-12-01T10:57:30+00:00",
8057         "type": "mink-driver",
8058         "extra": {
8059             "branch-alias": {
8060                 "dev-master": "0.4.x-dev"
8061             }
8062         },
8063         "installation-source": "dist",
8064         "autoload": {
8065             "psr-4": {
8066                 "Zumba\\Mink\\Driver\\": "src"
8067             }
8068         },
8069         "notification-url": "https://packagist.org/downloads/",
8070         "license": [
8071             "MIT"
8072         ],
8073         "authors": [
8074             {
8075                 "name": "Juan Francisco CalderĂłn Zumba",
8076                 "email": "juanfcz@gmail.com",
8077                 "homepage": "http://github.com/jcalderonzumba"
8078             }
8079         ],
8080         "description": "PhantomJS driver for Mink framework",
8081         "homepage": "http://mink.behat.org/",
8082         "keywords": [
8083             "ajax",
8084             "browser",
8085             "headless",
8086             "javascript",
8087             "phantomjs",
8088             "testing"
8089         ]
8090     },
8091     {
8092         "name": "masterminds/html5",
8093         "version": "2.3.0",
8094         "version_normalized": "2.3.0.0",
8095         "source": {
8096             "type": "git",
8097             "url": "https://github.com/Masterminds/html5-php.git",
8098             "reference": "2c37c6c520b995b761674de3be8455a381679067"
8099         },
8100         "dist": {
8101             "type": "zip",
8102             "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067",
8103             "reference": "2c37c6c520b995b761674de3be8455a381679067",
8104             "shasum": ""
8105         },
8106         "require": {
8107             "ext-libxml": "*",
8108             "php": ">=5.3.0"
8109         },
8110         "require-dev": {
8111             "phpunit/phpunit": "4.*",
8112             "sami/sami": "~2.0",
8113             "satooshi/php-coveralls": "1.0.*"
8114         },
8115         "time": "2017-09-04T12:26:28+00:00",
8116         "type": "library",
8117         "extra": {
8118             "branch-alias": {
8119                 "dev-master": "2.2-dev"
8120             }
8121         },
8122         "installation-source": "dist",
8123         "autoload": {
8124             "psr-4": {
8125                 "Masterminds\\": "src"
8126             }
8127         },
8128         "notification-url": "https://packagist.org/downloads/",
8129         "license": [
8130             "MIT"
8131         ],
8132         "authors": [
8133             {
8134                 "name": "Matt Butcher",
8135                 "email": "technosophos@gmail.com"
8136             },
8137             {
8138                 "name": "Asmir Mustafic",
8139                 "email": "goetas@gmail.com"
8140             },
8141             {
8142                 "name": "Matt Farina",
8143                 "email": "matt@mattfarina.com"
8144             }
8145         ],
8146         "description": "An HTML5 parser and serializer.",
8147         "homepage": "http://masterminds.github.io/html5-php",
8148         "keywords": [
8149             "HTML5",
8150             "dom",
8151             "html",
8152             "parser",
8153             "querypath",
8154             "serializer",
8155             "xml"
8156         ]
8157     },
8158     {
8159         "name": "mehrpadin/superfish",
8160         "version": "2.1",
8161         "version_normalized": "2.1.0.0",
8162         "source": {
8163             "type": "git",
8164             "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
8165             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
8166         },
8167         "dist": {
8168             "type": "zip",
8169             "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
8170             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
8171             "shasum": ""
8172         },
8173         "time": "2017-05-30T13:00:18+00:00",
8174         "type": "drupal-library",
8175         "installation-source": "dist",
8176         "notification-url": "https://packagist.org/downloads/",
8177         "license": [
8178             "MIT"
8179         ],
8180         "description": "Superfish library for the Drupal Superfish module.",
8181         "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
8182         "keywords": [
8183             "jquery",
8184             "plugin"
8185         ]
8186     },
8187     {
8188         "name": "michelf/php-markdown",
8189         "version": "1.7.0",
8190         "version_normalized": "1.7.0.0",
8191         "source": {
8192             "type": "git",
8193             "url": "https://github.com/michelf/php-markdown.git",
8194             "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
8195         },
8196         "dist": {
8197             "type": "zip",
8198             "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
8199             "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
8200             "shasum": ""
8201         },
8202         "require": {
8203             "php": ">=5.3.0"
8204         },
8205         "time": "2016-10-29T18:58:20+00:00",
8206         "type": "library",
8207         "extra": {
8208             "branch-alias": {
8209                 "dev-lib": "1.4.x-dev"
8210             }
8211         },
8212         "installation-source": "dist",
8213         "autoload": {
8214             "psr-0": {
8215                 "Michelf": ""
8216             }
8217         },
8218         "notification-url": "https://packagist.org/downloads/",
8219         "license": [
8220             "BSD-3-Clause"
8221         ],
8222         "authors": [
8223             {
8224                 "name": "Michel Fortin",
8225                 "email": "michel.fortin@michelf.ca",
8226                 "homepage": "https://michelf.ca/",
8227                 "role": "Developer"
8228             },
8229             {
8230                 "name": "John Gruber",
8231                 "homepage": "https://daringfireball.net/"
8232             }
8233         ],
8234         "description": "PHP Markdown",
8235         "homepage": "https://michelf.ca/projects/php-markdown/",
8236         "keywords": [
8237             "markdown"
8238         ]
8239     },
8240     {
8241         "name": "mikey179/vfsStream",
8242         "version": "v1.6.4",
8243         "version_normalized": "1.6.4.0",
8244         "source": {
8245             "type": "git",
8246             "url": "https://github.com/mikey179/vfsStream.git",
8247             "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
8248         },
8249         "dist": {
8250             "type": "zip",
8251             "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
8252             "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
8253             "shasum": ""
8254         },
8255         "require": {
8256             "php": ">=5.3.0"
8257         },
8258         "require-dev": {
8259             "phpunit/phpunit": "~4.5"
8260         },
8261         "time": "2016-07-18T14:02:57+00:00",
8262         "type": "library",
8263         "extra": {
8264             "branch-alias": {
8265                 "dev-master": "1.6.x-dev"
8266             }
8267         },
8268         "installation-source": "dist",
8269         "autoload": {
8270             "psr-0": {
8271                 "org\\bovigo\\vfs\\": "src/main/php"
8272             }
8273         },
8274         "notification-url": "https://packagist.org/downloads/",
8275         "license": [
8276             "BSD-3-Clause"
8277         ],
8278         "authors": [
8279             {
8280                 "name": "Frank Kleine",
8281                 "homepage": "http://frankkleine.de/",
8282                 "role": "Developer"
8283             }
8284         ],
8285         "description": "Virtual file system to mock the real file system in unit tests.",
8286         "homepage": "http://vfs.bovigo.org/"
8287     },
8288     {
8289         "name": "mkalkbrenner/php-htmldiff-advanced",
8290         "version": "0.0.8",
8291         "version_normalized": "0.0.8.0",
8292         "source": {
8293             "type": "git",
8294             "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
8295             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
8296         },
8297         "dist": {
8298             "type": "zip",
8299             "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
8300             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
8301             "shasum": ""
8302         },
8303         "require": {
8304             "caxy/php-htmldiff": ">=0.0.6",
8305             "php": ">=5.5.0"
8306         },
8307         "time": "2016-07-25T17:07:32+00:00",
8308         "type": "library",
8309         "installation-source": "dist",
8310         "autoload": {
8311             "files": [
8312                 "src/HtmlDiffAdvancedInterface.php",
8313                 "src/HtmlDiffAdvanced.php"
8314             ]
8315         },
8316         "notification-url": "https://packagist.org/downloads/",
8317         "license": [
8318             "GNU General Public License V2"
8319         ],
8320         "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
8321         "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
8322         "keywords": [
8323             "diff",
8324             "html"
8325         ]
8326     },
8327     {
8328         "name": "nikic/php-parser",
8329         "version": "v3.1.5",
8330         "version_normalized": "3.1.5.0",
8331         "source": {
8332             "type": "git",
8333             "url": "https://github.com/nikic/PHP-Parser.git",
8334             "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
8335         },
8336         "dist": {
8337             "type": "zip",
8338             "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
8339             "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
8340             "shasum": ""
8341         },
8342         "require": {
8343             "ext-tokenizer": "*",
8344             "php": ">=5.5"
8345         },
8346         "require-dev": {
8347             "phpunit/phpunit": "~4.0|~5.0"
8348         },
8349         "time": "2018-02-28T20:30:58+00:00",
8350         "bin": [
8351             "bin/php-parse"
8352         ],
8353         "type": "library",
8354         "extra": {
8355             "branch-alias": {
8356                 "dev-master": "3.0-dev"
8357             }
8358         },
8359         "installation-source": "dist",
8360         "autoload": {
8361             "psr-4": {
8362                 "PhpParser\\": "lib/PhpParser"
8363             }
8364         },
8365         "notification-url": "https://packagist.org/downloads/",
8366         "license": [
8367             "BSD-3-Clause"
8368         ],
8369         "authors": [
8370             {
8371                 "name": "Nikita Popov"
8372             }
8373         ],
8374         "description": "A PHP parser written in PHP",
8375         "keywords": [
8376             "parser",
8377             "php"
8378         ]
8379     },
8380     {
8381         "name": "paragonie/random_compat",
8382         "version": "v2.0.11",
8383         "version_normalized": "2.0.11.0",
8384         "source": {
8385             "type": "git",
8386             "url": "https://github.com/paragonie/random_compat.git",
8387             "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
8388         },
8389         "dist": {
8390             "type": "zip",
8391             "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
8392             "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
8393             "shasum": ""
8394         },
8395         "require": {
8396             "php": ">=5.2.0"
8397         },
8398         "require-dev": {
8399             "phpunit/phpunit": "4.*|5.*"
8400         },
8401         "suggest": {
8402             "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
8403         },
8404         "time": "2017-09-27T21:40:39+00:00",
8405         "type": "library",
8406         "installation-source": "dist",
8407         "autoload": {
8408             "files": [
8409                 "lib/random.php"
8410             ]
8411         },
8412         "notification-url": "https://packagist.org/downloads/",
8413         "license": [
8414             "MIT"
8415         ],
8416         "authors": [
8417             {
8418                 "name": "Paragon Initiative Enterprises",
8419                 "email": "security@paragonie.com",
8420                 "homepage": "https://paragonie.com"
8421             }
8422         ],
8423         "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
8424         "keywords": [
8425             "csprng",
8426             "pseudorandom",
8427             "random"
8428         ]
8429     },
8430     {
8431         "name": "pear/console_table",
8432         "version": "v1.3.1",
8433         "version_normalized": "1.3.1.0",
8434         "source": {
8435             "type": "git",
8436             "url": "https://github.com/pear/Console_Table.git",
8437             "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea"
8438         },
8439         "dist": {
8440             "type": "zip",
8441             "url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea",
8442             "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea",
8443             "shasum": ""
8444         },
8445         "require": {
8446             "php": ">=5.2.0"
8447         },
8448         "suggest": {
8449             "pear/Console_Color2": ">=0.1.2"
8450         },
8451         "time": "2018-01-25T20:47:17+00:00",
8452         "type": "library",
8453         "installation-source": "dist",
8454         "autoload": {
8455             "classmap": [
8456                 "Table.php"
8457             ]
8458         },
8459         "notification-url": "https://packagist.org/downloads/",
8460         "license": [
8461             "BSD-2-Clause"
8462         ],
8463         "authors": [
8464             {
8465                 "name": "Jan Schneider",
8466                 "homepage": "http://pear.php.net/user/yunosh"
8467             },
8468             {
8469                 "name": "Tal Peer",
8470                 "homepage": "http://pear.php.net/user/tal"
8471             },
8472             {
8473                 "name": "Xavier Noguer",
8474                 "homepage": "http://pear.php.net/user/xnoguer"
8475             },
8476             {
8477                 "name": "Richard Heyes",
8478                 "homepage": "http://pear.php.net/user/richard"
8479             }
8480         ],
8481         "description": "Library that makes it easy to build console style tables.",
8482         "homepage": "http://pear.php.net/package/Console_Table/",
8483         "keywords": [
8484             "console"
8485         ]
8486     },
8487     {
8488         "name": "phpdocumentor/reflection-docblock",
8489         "version": "2.0.5",
8490         "version_normalized": "2.0.5.0",
8491         "source": {
8492             "type": "git",
8493             "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
8494             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
8495         },
8496         "dist": {
8497             "type": "zip",
8498             "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
8499             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
8500             "shasum": ""
8501         },
8502         "require": {
8503             "php": ">=5.3.3"
8504         },
8505         "require-dev": {
8506             "phpunit/phpunit": "~4.0"
8507         },
8508         "suggest": {
8509             "dflydev/markdown": "~1.0",
8510             "erusev/parsedown": "~1.0"
8511         },
8512         "time": "2016-01-25T08:17:30+00:00",
8513         "type": "library",
8514         "extra": {
8515             "branch-alias": {
8516                 "dev-master": "2.0.x-dev"
8517             }
8518         },
8519         "installation-source": "dist",
8520         "autoload": {
8521             "psr-0": {
8522                 "phpDocumentor": [
8523                     "src/"
8524                 ]
8525             }
8526         },
8527         "notification-url": "https://packagist.org/downloads/",
8528         "license": [
8529             "MIT"
8530         ],
8531         "authors": [
8532             {
8533                 "name": "Mike van Riel",
8534                 "email": "mike.vanriel@naenius.com"
8535             }
8536         ]
8537     },
8538     {
8539         "name": "phpspec/prophecy",
8540         "version": "1.7.5",
8541         "version_normalized": "1.7.5.0",
8542         "source": {
8543             "type": "git",
8544             "url": "https://github.com/phpspec/prophecy.git",
8545             "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
8546         },
8547         "dist": {
8548             "type": "zip",
8549             "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
8550             "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
8551             "shasum": ""
8552         },
8553         "require": {
8554             "doctrine/instantiator": "^1.0.2",
8555             "php": "^5.3|^7.0",
8556             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
8557             "sebastian/comparator": "^1.1|^2.0",
8558             "sebastian/recursion-context": "^1.0|^2.0|^3.0"
8559         },
8560         "require-dev": {
8561             "phpspec/phpspec": "^2.5|^3.2",
8562             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
8563         },
8564         "time": "2018-02-19T10:16:54+00:00",
8565         "type": "library",
8566         "extra": {
8567             "branch-alias": {
8568                 "dev-master": "1.7.x-dev"
8569             }
8570         },
8571         "installation-source": "dist",
8572         "autoload": {
8573             "psr-0": {
8574                 "Prophecy\\": "src/"
8575             }
8576         },
8577         "notification-url": "https://packagist.org/downloads/",
8578         "license": [
8579             "MIT"
8580         ],
8581         "authors": [
8582             {
8583                 "name": "Konstantin Kudryashov",
8584                 "email": "ever.zet@gmail.com",
8585                 "homepage": "http://everzet.com"
8586             },
8587             {
8588                 "name": "Marcello Duarte",
8589                 "email": "marcello.duarte@gmail.com"
8590             }
8591         ],
8592         "description": "Highly opinionated mocking framework for PHP 5.3+",
8593         "homepage": "https://github.com/phpspec/prophecy",
8594         "keywords": [
8595             "Double",
8596             "Dummy",
8597             "fake",
8598             "mock",
8599             "spy",
8600             "stub"
8601         ]
8602     },
8603     {
8604         "name": "phpunit/php-code-coverage",
8605         "version": "2.2.4",
8606         "version_normalized": "2.2.4.0",
8607         "source": {
8608             "type": "git",
8609             "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8610             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
8611         },
8612         "dist": {
8613             "type": "zip",
8614             "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8615             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8616             "shasum": ""
8617         },
8618         "require": {
8619             "php": ">=5.3.3",
8620             "phpunit/php-file-iterator": "~1.3",
8621             "phpunit/php-text-template": "~1.2",
8622             "phpunit/php-token-stream": "~1.3",
8623             "sebastian/environment": "^1.3.2",
8624             "sebastian/version": "~1.0"
8625         },
8626         "require-dev": {
8627             "ext-xdebug": ">=2.1.4",
8628             "phpunit/phpunit": "~4"
8629         },
8630         "suggest": {
8631             "ext-dom": "*",
8632             "ext-xdebug": ">=2.2.1",
8633             "ext-xmlwriter": "*"
8634         },
8635         "time": "2015-10-06T15:47:00+00:00",
8636         "type": "library",
8637         "extra": {
8638             "branch-alias": {
8639                 "dev-master": "2.2.x-dev"
8640             }
8641         },
8642         "installation-source": "dist",
8643         "autoload": {
8644             "classmap": [
8645                 "src/"
8646             ]
8647         },
8648         "notification-url": "https://packagist.org/downloads/",
8649         "license": [
8650             "BSD-3-Clause"
8651         ],
8652         "authors": [
8653             {
8654                 "name": "Sebastian Bergmann",
8655                 "email": "sb@sebastian-bergmann.de",
8656                 "role": "lead"
8657             }
8658         ],
8659         "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8660         "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8661         "keywords": [
8662             "coverage",
8663             "testing",
8664             "xunit"
8665         ]
8666     },
8667     {
8668         "name": "phpunit/php-file-iterator",
8669         "version": "1.4.5",
8670         "version_normalized": "1.4.5.0",
8671         "source": {
8672             "type": "git",
8673             "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8674             "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
8675         },
8676         "dist": {
8677             "type": "zip",
8678             "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
8679             "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
8680             "shasum": ""
8681         },
8682         "require": {
8683             "php": ">=5.3.3"
8684         },
8685         "time": "2017-11-27T13:52:08+00:00",
8686         "type": "library",
8687         "extra": {
8688             "branch-alias": {
8689                 "dev-master": "1.4.x-dev"
8690             }
8691         },
8692         "installation-source": "dist",
8693         "autoload": {
8694             "classmap": [
8695                 "src/"
8696             ]
8697         },
8698         "notification-url": "https://packagist.org/downloads/",
8699         "license": [
8700             "BSD-3-Clause"
8701         ],
8702         "authors": [
8703             {
8704                 "name": "Sebastian Bergmann",
8705                 "email": "sb@sebastian-bergmann.de",
8706                 "role": "lead"
8707             }
8708         ],
8709         "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8710         "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8711         "keywords": [
8712             "filesystem",
8713             "iterator"
8714         ]
8715     },
8716     {
8717         "name": "phpunit/php-text-template",
8718         "version": "1.2.1",
8719         "version_normalized": "1.2.1.0",
8720         "source": {
8721             "type": "git",
8722             "url": "https://github.com/sebastianbergmann/php-text-template.git",
8723             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
8724         },
8725         "dist": {
8726             "type": "zip",
8727             "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8728             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8729             "shasum": ""
8730         },
8731         "require": {
8732             "php": ">=5.3.3"
8733         },
8734         "time": "2015-06-21T13:50:34+00:00",
8735         "type": "library",
8736         "installation-source": "dist",
8737         "autoload": {
8738             "classmap": [
8739                 "src/"
8740             ]
8741         },
8742         "notification-url": "https://packagist.org/downloads/",
8743         "license": [
8744             "BSD-3-Clause"
8745         ],
8746         "authors": [
8747             {
8748                 "name": "Sebastian Bergmann",
8749                 "email": "sebastian@phpunit.de",
8750                 "role": "lead"
8751             }
8752         ],
8753         "description": "Simple template engine.",
8754         "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8755         "keywords": [
8756             "template"
8757         ]
8758     },
8759     {
8760         "name": "phpunit/php-timer",
8761         "version": "1.0.9",
8762         "version_normalized": "1.0.9.0",
8763         "source": {
8764             "type": "git",
8765             "url": "https://github.com/sebastianbergmann/php-timer.git",
8766             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
8767         },
8768         "dist": {
8769             "type": "zip",
8770             "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8771             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8772             "shasum": ""
8773         },
8774         "require": {
8775             "php": "^5.3.3 || ^7.0"
8776         },
8777         "require-dev": {
8778             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8779         },
8780         "time": "2017-02-26T11:10:40+00:00",
8781         "type": "library",
8782         "extra": {
8783             "branch-alias": {
8784                 "dev-master": "1.0-dev"
8785             }
8786         },
8787         "installation-source": "dist",
8788         "autoload": {
8789             "classmap": [
8790                 "src/"
8791             ]
8792         },
8793         "notification-url": "https://packagist.org/downloads/",
8794         "license": [
8795             "BSD-3-Clause"
8796         ],
8797         "authors": [
8798             {
8799                 "name": "Sebastian Bergmann",
8800                 "email": "sb@sebastian-bergmann.de",
8801                 "role": "lead"
8802             }
8803         ],
8804         "description": "Utility class for timing",
8805         "homepage": "https://github.com/sebastianbergmann/php-timer/",
8806         "keywords": [
8807             "timer"
8808         ]
8809     },
8810     {
8811         "name": "phpunit/php-token-stream",
8812         "version": "1.4.12",
8813         "version_normalized": "1.4.12.0",
8814         "source": {
8815             "type": "git",
8816             "url": "https://github.com/sebastianbergmann/php-token-stream.git",
8817             "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
8818         },
8819         "dist": {
8820             "type": "zip",
8821             "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
8822             "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
8823             "shasum": ""
8824         },
8825         "require": {
8826             "ext-tokenizer": "*",
8827             "php": ">=5.3.3"
8828         },
8829         "require-dev": {
8830             "phpunit/phpunit": "~4.2"
8831         },
8832         "time": "2017-12-04T08:55:13+00:00",
8833         "type": "library",
8834         "extra": {
8835             "branch-alias": {
8836                 "dev-master": "1.4-dev"
8837             }
8838         },
8839         "installation-source": "dist",
8840         "autoload": {
8841             "classmap": [
8842                 "src/"
8843             ]
8844         },
8845         "notification-url": "https://packagist.org/downloads/",
8846         "license": [
8847             "BSD-3-Clause"
8848         ],
8849         "authors": [
8850             {
8851                 "name": "Sebastian Bergmann",
8852                 "email": "sebastian@phpunit.de"
8853             }
8854         ],
8855         "description": "Wrapper around PHP's tokenizer extension.",
8856         "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
8857         "keywords": [
8858             "tokenizer"
8859         ]
8860     },
8861     {
8862         "name": "phpunit/phpunit",
8863         "version": "4.8.36",
8864         "version_normalized": "4.8.36.0",
8865         "source": {
8866             "type": "git",
8867             "url": "https://github.com/sebastianbergmann/phpunit.git",
8868             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
8869         },
8870         "dist": {
8871             "type": "zip",
8872             "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
8873             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
8874             "shasum": ""
8875         },
8876         "require": {
8877             "ext-dom": "*",
8878             "ext-json": "*",
8879             "ext-pcre": "*",
8880             "ext-reflection": "*",
8881             "ext-spl": "*",
8882             "php": ">=5.3.3",
8883             "phpspec/prophecy": "^1.3.1",
8884             "phpunit/php-code-coverage": "~2.1",
8885             "phpunit/php-file-iterator": "~1.4",
8886             "phpunit/php-text-template": "~1.2",
8887             "phpunit/php-timer": "^1.0.6",
8888             "phpunit/phpunit-mock-objects": "~2.3",
8889             "sebastian/comparator": "~1.2.2",
8890             "sebastian/diff": "~1.2",
8891             "sebastian/environment": "~1.3",
8892             "sebastian/exporter": "~1.2",
8893             "sebastian/global-state": "~1.0",
8894             "sebastian/version": "~1.0",
8895             "symfony/yaml": "~2.1|~3.0"
8896         },
8897         "suggest": {
8898             "phpunit/php-invoker": "~1.1"
8899         },
8900         "time": "2017-06-21T08:07:12+00:00",
8901         "bin": [
8902             "phpunit"
8903         ],
8904         "type": "library",
8905         "extra": {
8906             "branch-alias": {
8907                 "dev-master": "4.8.x-dev"
8908             }
8909         },
8910         "installation-source": "dist",
8911         "autoload": {
8912             "classmap": [
8913                 "src/"
8914             ]
8915         },
8916         "notification-url": "https://packagist.org/downloads/",
8917         "license": [
8918             "BSD-3-Clause"
8919         ],
8920         "authors": [
8921             {
8922                 "name": "Sebastian Bergmann",
8923                 "email": "sebastian@phpunit.de",
8924                 "role": "lead"
8925             }
8926         ],
8927         "description": "The PHP Unit Testing framework.",
8928         "homepage": "https://phpunit.de/",
8929         "keywords": [
8930             "phpunit",
8931             "testing",
8932             "xunit"
8933         ]
8934     },
8935     {
8936         "name": "phpunit/phpunit-mock-objects",
8937         "version": "2.3.8",
8938         "version_normalized": "2.3.8.0",
8939         "source": {
8940             "type": "git",
8941             "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
8942             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
8943         },
8944         "dist": {
8945             "type": "zip",
8946             "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
8947             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
8948             "shasum": ""
8949         },
8950         "require": {
8951             "doctrine/instantiator": "^1.0.2",
8952             "php": ">=5.3.3",
8953             "phpunit/php-text-template": "~1.2",
8954             "sebastian/exporter": "~1.2"
8955         },
8956         "require-dev": {
8957             "phpunit/phpunit": "~4.4"
8958         },
8959         "suggest": {
8960             "ext-soap": "*"
8961         },
8962         "time": "2015-10-02T06:51:40+00:00",
8963         "type": "library",
8964         "extra": {
8965             "branch-alias": {
8966                 "dev-master": "2.3.x-dev"
8967             }
8968         },
8969         "installation-source": "dist",
8970         "autoload": {
8971             "classmap": [
8972                 "src/"
8973             ]
8974         },
8975         "notification-url": "https://packagist.org/downloads/",
8976         "license": [
8977             "BSD-3-Clause"
8978         ],
8979         "authors": [
8980             {
8981                 "name": "Sebastian Bergmann",
8982                 "email": "sb@sebastian-bergmann.de",
8983                 "role": "lead"
8984             }
8985         ],
8986         "description": "Mock Object library for PHPUnit",
8987         "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
8988         "keywords": [
8989             "mock",
8990             "xunit"
8991         ]
8992     },
8993     {
8994         "name": "psr/container",
8995         "version": "1.0.0",
8996         "version_normalized": "1.0.0.0",
8997         "source": {
8998             "type": "git",
8999             "url": "https://github.com/php-fig/container.git",
9000             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
9001         },
9002         "dist": {
9003             "type": "zip",
9004             "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
9005             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
9006             "shasum": ""
9007         },
9008         "require": {
9009             "php": ">=5.3.0"
9010         },
9011         "time": "2017-02-14T16:28:37+00:00",
9012         "type": "library",
9013         "extra": {
9014             "branch-alias": {
9015                 "dev-master": "1.0.x-dev"
9016             }
9017         },
9018         "installation-source": "dist",
9019         "autoload": {
9020             "psr-4": {
9021                 "Psr\\Container\\": "src/"
9022             }
9023         },
9024         "notification-url": "https://packagist.org/downloads/",
9025         "license": [
9026             "MIT"
9027         ],
9028         "authors": [
9029             {
9030                 "name": "PHP-FIG",
9031                 "homepage": "http://www.php-fig.org/"
9032             }
9033         ],
9034         "description": "Common Container Interface (PHP FIG PSR-11)",
9035         "homepage": "https://github.com/php-fig/container",
9036         "keywords": [
9037             "PSR-11",
9038             "container",
9039             "container-interface",
9040             "container-interop",
9041             "psr"
9042         ]
9043     },
9044     {
9045         "name": "psr/http-message",
9046         "version": "1.0.1",
9047         "version_normalized": "1.0.1.0",
9048         "source": {
9049             "type": "git",
9050             "url": "https://github.com/php-fig/http-message.git",
9051             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
9052         },
9053         "dist": {
9054             "type": "zip",
9055             "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
9056             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
9057             "shasum": ""
9058         },
9059         "require": {
9060             "php": ">=5.3.0"
9061         },
9062         "time": "2016-08-06T14:39:51+00:00",
9063         "type": "library",
9064         "extra": {
9065             "branch-alias": {
9066                 "dev-master": "1.0.x-dev"
9067             }
9068         },
9069         "installation-source": "dist",
9070         "autoload": {
9071             "psr-4": {
9072                 "Psr\\Http\\Message\\": "src/"
9073             }
9074         },
9075         "notification-url": "https://packagist.org/downloads/",
9076         "license": [
9077             "MIT"
9078         ],
9079         "authors": [
9080             {
9081                 "name": "PHP-FIG",
9082                 "homepage": "http://www.php-fig.org/"
9083             }
9084         ],
9085         "description": "Common interface for HTTP messages",
9086         "homepage": "https://github.com/php-fig/http-message",
9087         "keywords": [
9088             "http",
9089             "http-message",
9090             "psr",
9091             "psr-7",
9092             "request",
9093             "response"
9094         ]
9095     },
9096     {
9097         "name": "psr/log",
9098         "version": "1.0.2",
9099         "version_normalized": "1.0.2.0",
9100         "source": {
9101             "type": "git",
9102             "url": "https://github.com/php-fig/log.git",
9103             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
9104         },
9105         "dist": {
9106             "type": "zip",
9107             "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
9108             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
9109             "shasum": ""
9110         },
9111         "require": {
9112             "php": ">=5.3.0"
9113         },
9114         "time": "2016-10-10T12:19:37+00:00",
9115         "type": "library",
9116         "extra": {
9117             "branch-alias": {
9118                 "dev-master": "1.0.x-dev"
9119             }
9120         },
9121         "installation-source": "dist",
9122         "autoload": {
9123             "psr-4": {
9124                 "Psr\\Log\\": "Psr/Log/"
9125             }
9126         },
9127         "notification-url": "https://packagist.org/downloads/",
9128         "license": [
9129             "MIT"
9130         ],
9131         "authors": [
9132             {
9133                 "name": "PHP-FIG",
9134                 "homepage": "http://www.php-fig.org/"
9135             }
9136         ],
9137         "description": "Common interface for logging libraries",
9138         "homepage": "https://github.com/php-fig/log",
9139         "keywords": [
9140             "log",
9141             "psr",
9142             "psr-3"
9143         ]
9144     },
9145     {
9146         "name": "psy/psysh",
9147         "version": "v0.8.17",
9148         "version_normalized": "0.8.17.0",
9149         "source": {
9150             "type": "git",
9151             "url": "https://github.com/bobthecow/psysh.git",
9152             "reference": "5069b70e8c4ea492c2b5939b6eddc78bfe41cfec"
9153         },
9154         "dist": {
9155             "type": "zip",
9156             "url": "https://api.github.com/repos/bobthecow/psysh/zipball/5069b70e8c4ea492c2b5939b6eddc78bfe41cfec",
9157             "reference": "5069b70e8c4ea492c2b5939b6eddc78bfe41cfec",
9158             "shasum": ""
9159         },
9160         "require": {
9161             "dnoegel/php-xdg-base-dir": "0.1",
9162             "jakub-onderka/php-console-highlighter": "0.3.*",
9163             "nikic/php-parser": "~1.3|~2.0|~3.0",
9164             "php": ">=5.3.9",
9165             "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
9166             "symfony/var-dumper": "~2.7|~3.0|~4.0"
9167         },
9168         "require-dev": {
9169             "hoa/console": "~3.16|~1.14",
9170             "phpunit/phpunit": "^4.8.35|^5.4.3",
9171             "symfony/finder": "~2.1|~3.0|~4.0"
9172         },
9173         "suggest": {
9174             "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
9175             "ext-pdo-sqlite": "The doc command requires SQLite to work.",
9176             "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
9177             "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
9178             "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
9179         },
9180         "time": "2017-12-28T16:14:16+00:00",
9181         "bin": [
9182             "bin/psysh"
9183         ],
9184         "type": "library",
9185         "extra": {
9186             "branch-alias": {
9187                 "dev-develop": "0.8.x-dev"
9188             }
9189         },
9190         "installation-source": "dist",
9191         "autoload": {
9192             "files": [
9193                 "src/Psy/functions.php"
9194             ],
9195             "psr-4": {
9196                 "Psy\\": "src/Psy/"
9197             }
9198         },
9199         "notification-url": "https://packagist.org/downloads/",
9200         "license": [
9201             "MIT"
9202         ],
9203         "authors": [
9204             {
9205                 "name": "Justin Hileman",
9206                 "email": "justin@justinhileman.info",
9207                 "homepage": "http://justinhileman.com"
9208             }
9209         ],
9210         "description": "An interactive shell for modern PHP.",
9211         "homepage": "http://psysh.org",
9212         "keywords": [
9213             "REPL",
9214             "console",
9215             "interactive",
9216             "shell"
9217         ]
9218     },
9219     {
9220         "name": "roave/security-advisories",
9221         "version": "dev-master",
9222         "version_normalized": "9999999-dev",
9223         "source": {
9224             "type": "git",
9225             "url": "https://github.com/Roave/SecurityAdvisories.git",
9226             "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439"
9227         },
9228         "dist": {
9229             "type": "zip",
9230             "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/626c97bd5b45a08db902a0fb0b13f58f3785b439",
9231             "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439",
9232             "shasum": ""
9233         },
9234         "conflict": {
9235             "adodb/adodb-php": "<5.20.6",
9236             "amphp/artax": ">=2,<2.0.6|<1.0.6",
9237             "aws/aws-sdk-php": ">=3,<3.2.1",
9238             "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
9239             "cakephp/cakephp": ">=3,<3.0.15|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=1.3,<1.3.18|>=2.7,<2.7.6|>=3.1,<3.1.4",
9240             "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
9241             "cartalyst/sentry": "<2.1",
9242             "codeigniter/framework": "<=3.0.6",
9243             "composer/composer": "<=1.0.0-alpha11",
9244             "contao-components/mediaelement": ">=2.14.2,<2.21.1",
9245             "contao/core": ">=2,<3.5.28",
9246             "contao/core-bundle": ">=4,<4.4.1",
9247             "doctrine/annotations": ">=1,<1.2.7",
9248             "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
9249             "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
9250             "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
9251             "doctrine/doctrine-bundle": "<1.5.2",
9252             "doctrine/doctrine-module": "<=0.7.1",
9253             "doctrine/mongodb-odm": ">=1,<1.0.2",
9254             "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
9255             "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
9256             "dompdf/dompdf": ">=0.6,<0.6.2",
9257             "drupal/core": ">=8,<8.3.4",
9258             "drupal/drupal": ">=8,<8.3.4",
9259             "firebase/php-jwt": "<2",
9260             "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
9261             "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
9262             "gregwar/rst": "<1.0.3",
9263             "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
9264             "illuminate/auth": ">=4,<4.0.99|>=4.1,<4.1.26",
9265             "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
9266             "joomla/session": "<1.3.1",
9267             "laravel/framework": ">=4,<4.0.99|>=4.1,<4.1.29",
9268             "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
9269             "magento/magento1ce": ">=1.5.0.1,<1.9.3.2",
9270             "magento/magento1ee": ">=1.9,<1.14.3.2",
9271             "magento/magento2ce": ">=2,<2.2",
9272             "monolog/monolog": ">=1.8,<1.12",
9273             "namshi/jose": "<2.2",
9274             "onelogin/php-saml": "<2.10.4",
9275             "oro/crm": ">=1.7,<1.7.4",
9276             "oro/platform": ">=1.7,<1.7.4",
9277             "phpmailer/phpmailer": ">=5,<5.2.24",
9278             "pusher/pusher-php-server": "<2.2.1",
9279             "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
9280             "shopware/shopware": "<4.4|>=5,<5.2.16",
9281             "silverstripe/cms": ">=3.1,<3.1.11|>=3,<=3.0.11",
9282             "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
9283             "silverstripe/framework": ">=3,<3.3",
9284             "silverstripe/userforms": "<3",
9285             "simplesamlphp/saml2": "<1.8.1|>=1.9,<1.9.1|>=1.10,<1.10.3|>=2,<2.3.3",
9286             "simplesamlphp/simplesamlphp": "<1.14.12",
9287             "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
9288             "socalnick/scn-social-auth": "<1.15.2",
9289             "squizlabs/php_codesniffer": ">=1,<2.8.1",
9290             "swiftmailer/swiftmailer": ">=4,<5.4.5",
9291             "symfony/dependency-injection": ">=2,<2.0.17",
9292             "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.7",
9293             "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
9294             "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6",
9295             "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
9296             "symfony/routing": ">=2,<2.0.19",
9297             "symfony/security": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.3,<2.3.37|>=2.4,<2.6.13|>=2.7,<2.7.9|>=2,<2.0.25|>=2.1,<2.1.13|>=2.2,<2.2.9",
9298             "symfony/security-core": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6|>=2.4,<2.6.13|>=2.7,<2.7.9",
9299             "symfony/security-http": ">=2.4,<2.7.13|>=2.3,<2.3.41|>=2.8,<2.8.6|>=3,<3.0.6",
9300             "symfony/serializer": ">=2,<2.0.11",
9301             "symfony/symfony": ">=2,<2.3.41|>=2.4,<2.7.13|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6",
9302             "symfony/translation": ">=2,<2.0.17",
9303             "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
9304             "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
9305             "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
9306             "thelia/backoffice-default-template": ">=2.1,<2.1.2",
9307             "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
9308             "twig/twig": "<1.20",
9309             "typo3/cms": ">=6.2,<6.2.30|>=8,<8.6.1|>=7,<7.6.16",
9310             "typo3/flow": ">=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5|>=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1",
9311             "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
9312             "willdurand/js-translation-bundle": "<2.1.1",
9313             "yiisoft/yii": ">=1.1.14,<1.1.15",
9314             "yiisoft/yii2": "<2.0.5",
9315             "yiisoft/yii2-bootstrap": "<2.0.4",
9316             "yiisoft/yii2-dev": "<2.0.4",
9317             "yiisoft/yii2-gii": "<2.0.4",
9318             "yiisoft/yii2-jui": "<2.0.4",
9319             "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
9320             "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
9321             "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
9322             "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
9323             "zendframework/zend-diactoros": ">=1,<1.0.4",
9324             "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
9325             "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
9326             "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
9327             "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
9328             "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
9329             "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
9330             "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
9331             "zendframework/zend-validator": ">=2.3,<2.3.6",
9332             "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
9333             "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
9334             "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
9335             "zendframework/zendframework1": "<1.12.20",
9336             "zendframework/zendopenid": ">=2,<2.0.2",
9337             "zendframework/zendxml": ">=1,<1.0.1",
9338             "zf-commons/zfc-user": "<1.2.2",
9339             "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
9340             "zfr/zfr-oauth2-server-module": "<0.1.2"
9341         },
9342         "time": "2017-07-28T07:54:11+00:00",
9343         "type": "metapackage",
9344         "notification-url": "https://packagist.org/downloads/",
9345         "license": [
9346             "MIT"
9347         ],
9348         "authors": [
9349             {
9350                 "name": "Marco Pivetta",
9351                 "email": "ocramius@gmail.com",
9352                 "role": "maintainer"
9353             }
9354         ],
9355         "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it"
9356     },
9357     {
9358         "name": "sebastian/comparator",
9359         "version": "1.2.4",
9360         "version_normalized": "1.2.4.0",
9361         "source": {
9362             "type": "git",
9363             "url": "https://github.com/sebastianbergmann/comparator.git",
9364             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
9365         },
9366         "dist": {
9367             "type": "zip",
9368             "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9369             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
9370             "shasum": ""
9371         },
9372         "require": {
9373             "php": ">=5.3.3",
9374             "sebastian/diff": "~1.2",
9375             "sebastian/exporter": "~1.2 || ~2.0"
9376         },
9377         "require-dev": {
9378             "phpunit/phpunit": "~4.4"
9379         },
9380         "time": "2017-01-29T09:50:25+00:00",
9381         "type": "library",
9382         "extra": {
9383             "branch-alias": {
9384                 "dev-master": "1.2.x-dev"
9385             }
9386         },
9387         "installation-source": "dist",
9388         "autoload": {
9389             "classmap": [
9390                 "src/"
9391             ]
9392         },
9393         "notification-url": "https://packagist.org/downloads/",
9394         "license": [
9395             "BSD-3-Clause"
9396         ],
9397         "authors": [
9398             {
9399                 "name": "Jeff Welch",
9400                 "email": "whatthejeff@gmail.com"
9401             },
9402             {
9403                 "name": "Volker Dusch",
9404                 "email": "github@wallbash.com"
9405             },
9406             {
9407                 "name": "Bernhard Schussek",
9408                 "email": "bschussek@2bepublished.at"
9409             },
9410             {
9411                 "name": "Sebastian Bergmann",
9412                 "email": "sebastian@phpunit.de"
9413             }
9414         ],
9415         "description": "Provides the functionality to compare PHP values for equality",
9416         "homepage": "http://www.github.com/sebastianbergmann/comparator",
9417         "keywords": [
9418             "comparator",
9419             "compare",
9420             "equality"
9421         ]
9422     },
9423     {
9424         "name": "sebastian/diff",
9425         "version": "1.4.3",
9426         "version_normalized": "1.4.3.0",
9427         "source": {
9428             "type": "git",
9429             "url": "https://github.com/sebastianbergmann/diff.git",
9430             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
9431         },
9432         "dist": {
9433             "type": "zip",
9434             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9435             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9436             "shasum": ""
9437         },
9438         "require": {
9439             "php": "^5.3.3 || ^7.0"
9440         },
9441         "require-dev": {
9442             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
9443         },
9444         "time": "2017-05-22T07:24:03+00:00",
9445         "type": "library",
9446         "extra": {
9447             "branch-alias": {
9448                 "dev-master": "1.4-dev"
9449             }
9450         },
9451         "installation-source": "dist",
9452         "autoload": {
9453             "classmap": [
9454                 "src/"
9455             ]
9456         },
9457         "notification-url": "https://packagist.org/downloads/",
9458         "license": [
9459             "BSD-3-Clause"
9460         ],
9461         "authors": [
9462             {
9463                 "name": "Kore Nordmann",
9464                 "email": "mail@kore-nordmann.de"
9465             },
9466             {
9467                 "name": "Sebastian Bergmann",
9468                 "email": "sebastian@phpunit.de"
9469             }
9470         ],
9471         "description": "Diff implementation",
9472         "homepage": "https://github.com/sebastianbergmann/diff",
9473         "keywords": [
9474             "diff"
9475         ]
9476     },
9477     {
9478         "name": "sebastian/environment",
9479         "version": "1.3.8",
9480         "version_normalized": "1.3.8.0",
9481         "source": {
9482             "type": "git",
9483             "url": "https://github.com/sebastianbergmann/environment.git",
9484             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
9485         },
9486         "dist": {
9487             "type": "zip",
9488             "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
9489             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
9490             "shasum": ""
9491         },
9492         "require": {
9493             "php": "^5.3.3 || ^7.0"
9494         },
9495         "require-dev": {
9496             "phpunit/phpunit": "^4.8 || ^5.0"
9497         },
9498         "time": "2016-08-18T05:49:44+00:00",
9499         "type": "library",
9500         "extra": {
9501             "branch-alias": {
9502                 "dev-master": "1.3.x-dev"
9503             }
9504         },
9505         "installation-source": "dist",
9506         "autoload": {
9507             "classmap": [
9508                 "src/"
9509             ]
9510         },
9511         "notification-url": "https://packagist.org/downloads/",
9512         "license": [
9513             "BSD-3-Clause"
9514         ],
9515         "authors": [
9516             {
9517                 "name": "Sebastian Bergmann",
9518                 "email": "sebastian@phpunit.de"
9519             }
9520         ],
9521         "description": "Provides functionality to handle HHVM/PHP environments",
9522         "homepage": "http://www.github.com/sebastianbergmann/environment",
9523         "keywords": [
9524             "Xdebug",
9525             "environment",
9526             "hhvm"
9527         ]
9528     },
9529     {
9530         "name": "sebastian/exporter",
9531         "version": "1.2.2",
9532         "version_normalized": "1.2.2.0",
9533         "source": {
9534             "type": "git",
9535             "url": "https://github.com/sebastianbergmann/exporter.git",
9536             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
9537         },
9538         "dist": {
9539             "type": "zip",
9540             "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
9541             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
9542             "shasum": ""
9543         },
9544         "require": {
9545             "php": ">=5.3.3",
9546             "sebastian/recursion-context": "~1.0"
9547         },
9548         "require-dev": {
9549             "ext-mbstring": "*",
9550             "phpunit/phpunit": "~4.4"
9551         },
9552         "time": "2016-06-17T09:04:28+00:00",
9553         "type": "library",
9554         "extra": {
9555             "branch-alias": {
9556                 "dev-master": "1.3.x-dev"
9557             }
9558         },
9559         "installation-source": "dist",
9560         "autoload": {
9561             "classmap": [
9562                 "src/"
9563             ]
9564         },
9565         "notification-url": "https://packagist.org/downloads/",
9566         "license": [
9567             "BSD-3-Clause"
9568         ],
9569         "authors": [
9570             {
9571                 "name": "Jeff Welch",
9572                 "email": "whatthejeff@gmail.com"
9573             },
9574             {
9575                 "name": "Volker Dusch",
9576                 "email": "github@wallbash.com"
9577             },
9578             {
9579                 "name": "Bernhard Schussek",
9580                 "email": "bschussek@2bepublished.at"
9581             },
9582             {
9583                 "name": "Sebastian Bergmann",
9584                 "email": "sebastian@phpunit.de"
9585             },
9586             {
9587                 "name": "Adam Harvey",
9588                 "email": "aharvey@php.net"
9589             }
9590         ],
9591         "description": "Provides the functionality to export PHP variables for visualization",
9592         "homepage": "http://www.github.com/sebastianbergmann/exporter",
9593         "keywords": [
9594             "export",
9595             "exporter"
9596         ]
9597     },
9598     {
9599         "name": "sebastian/global-state",
9600         "version": "1.1.1",
9601         "version_normalized": "1.1.1.0",
9602         "source": {
9603             "type": "git",
9604             "url": "https://github.com/sebastianbergmann/global-state.git",
9605             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
9606         },
9607         "dist": {
9608             "type": "zip",
9609             "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
9610             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
9611             "shasum": ""
9612         },
9613         "require": {
9614             "php": ">=5.3.3"
9615         },
9616         "require-dev": {
9617             "phpunit/phpunit": "~4.2"
9618         },
9619         "suggest": {
9620             "ext-uopz": "*"
9621         },
9622         "time": "2015-10-12T03:26:01+00:00",
9623         "type": "library",
9624         "extra": {
9625             "branch-alias": {
9626                 "dev-master": "1.0-dev"
9627             }
9628         },
9629         "installation-source": "dist",
9630         "autoload": {
9631             "classmap": [
9632                 "src/"
9633             ]
9634         },
9635         "notification-url": "https://packagist.org/downloads/",
9636         "license": [
9637             "BSD-3-Clause"
9638         ],
9639         "authors": [
9640             {
9641                 "name": "Sebastian Bergmann",
9642                 "email": "sebastian@phpunit.de"
9643             }
9644         ],
9645         "description": "Snapshotting of global state",
9646         "homepage": "http://www.github.com/sebastianbergmann/global-state",
9647         "keywords": [
9648             "global state"
9649         ]
9650     },
9651     {
9652         "name": "sebastian/recursion-context",
9653         "version": "1.0.5",
9654         "version_normalized": "1.0.5.0",
9655         "source": {
9656             "type": "git",
9657             "url": "https://github.com/sebastianbergmann/recursion-context.git",
9658             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
9659         },
9660         "dist": {
9661             "type": "zip",
9662             "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9663             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9664             "shasum": ""
9665         },
9666         "require": {
9667             "php": ">=5.3.3"
9668         },
9669         "require-dev": {
9670             "phpunit/phpunit": "~4.4"
9671         },
9672         "time": "2016-10-03T07:41:43+00:00",
9673         "type": "library",
9674         "extra": {
9675             "branch-alias": {
9676                 "dev-master": "1.0.x-dev"
9677             }
9678         },
9679         "installation-source": "dist",
9680         "autoload": {
9681             "classmap": [
9682                 "src/"
9683             ]
9684         },
9685         "notification-url": "https://packagist.org/downloads/",
9686         "license": [
9687             "BSD-3-Clause"
9688         ],
9689         "authors": [
9690             {
9691                 "name": "Jeff Welch",
9692                 "email": "whatthejeff@gmail.com"
9693             },
9694             {
9695                 "name": "Sebastian Bergmann",
9696                 "email": "sebastian@phpunit.de"
9697             },
9698             {
9699                 "name": "Adam Harvey",
9700                 "email": "aharvey@php.net"
9701             }
9702         ],
9703         "description": "Provides functionality to recursively process PHP variables",
9704         "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
9705     },
9706     {
9707         "name": "sebastian/version",
9708         "version": "1.0.6",
9709         "version_normalized": "1.0.6.0",
9710         "source": {
9711             "type": "git",
9712             "url": "https://github.com/sebastianbergmann/version.git",
9713             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
9714         },
9715         "dist": {
9716             "type": "zip",
9717             "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9718             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9719             "shasum": ""
9720         },
9721         "time": "2015-06-21T13:59:46+00:00",
9722         "type": "library",
9723         "installation-source": "dist",
9724         "autoload": {
9725             "classmap": [
9726                 "src/"
9727             ]
9728         },
9729         "notification-url": "https://packagist.org/downloads/",
9730         "license": [
9731             "BSD-3-Clause"
9732         ],
9733         "authors": [
9734             {
9735                 "name": "Sebastian Bergmann",
9736                 "email": "sebastian@phpunit.de",
9737                 "role": "lead"
9738             }
9739         ],
9740         "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9741         "homepage": "https://github.com/sebastianbergmann/version"
9742     },
9743     {
9744         "name": "stack/builder",
9745         "version": "v1.0.5",
9746         "version_normalized": "1.0.5.0",
9747         "source": {
9748             "type": "git",
9749             "url": "https://github.com/stackphp/builder.git",
9750             "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
9751         },
9752         "dist": {
9753             "type": "zip",
9754             "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9755             "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9756             "shasum": ""
9757         },
9758         "require": {
9759             "php": ">=5.3.0",
9760             "symfony/http-foundation": "~2.1|~3.0|~4.0",
9761             "symfony/http-kernel": "~2.1|~3.0|~4.0"
9762         },
9763         "require-dev": {
9764             "silex/silex": "~1.0"
9765         },
9766         "time": "2017-11-18T14:57:29+00:00",
9767         "type": "library",
9768         "extra": {
9769             "branch-alias": {
9770                 "dev-master": "1.0-dev"
9771             }
9772         },
9773         "installation-source": "dist",
9774         "autoload": {
9775             "psr-0": {
9776                 "Stack": "src"
9777             }
9778         },
9779         "notification-url": "https://packagist.org/downloads/",
9780         "license": [
9781             "MIT"
9782         ],
9783         "authors": [
9784             {
9785                 "name": "Igor Wiedler",
9786                 "email": "igor@wiedler.ch"
9787             }
9788         ],
9789         "description": "Builder for stack middlewares based on HttpKernelInterface.",
9790         "keywords": [
9791             "stack"
9792         ]
9793     },
9794     {
9795         "name": "stecman/symfony-console-completion",
9796         "version": "0.7.0",
9797         "version_normalized": "0.7.0.0",
9798         "source": {
9799             "type": "git",
9800             "url": "https://github.com/stecman/symfony-console-completion.git",
9801             "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
9802         },
9803         "dist": {
9804             "type": "zip",
9805             "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
9806             "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
9807             "shasum": ""
9808         },
9809         "require": {
9810             "php": ">=5.3.2",
9811             "symfony/console": "~2.3 || ~3.0"
9812         },
9813         "require-dev": {
9814             "phpunit/phpunit": "~4.4"
9815         },
9816         "time": "2016-02-24T05:08:54+00:00",
9817         "type": "library",
9818         "extra": {
9819             "branch-alias": {
9820                 "dev-master": "0.6.x-dev"
9821             }
9822         },
9823         "installation-source": "dist",
9824         "autoload": {
9825             "psr-4": {
9826                 "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
9827             }
9828         },
9829         "notification-url": "https://packagist.org/downloads/",
9830         "license": [
9831             "MIT"
9832         ],
9833         "authors": [
9834             {
9835                 "name": "Stephen Holdaway",
9836                 "email": "stephen@stecman.co.nz"
9837             }
9838         ],
9839         "description": "Automatic BASH completion for Symfony Console Component based applications."
9840     },
9841     {
9842         "name": "sunra/php-simple-html-dom-parser",
9843         "version": "v1.5.2",
9844         "version_normalized": "1.5.2.0",
9845         "source": {
9846             "type": "git",
9847             "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
9848             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
9849         },
9850         "dist": {
9851             "type": "zip",
9852             "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
9853             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
9854             "shasum": ""
9855         },
9856         "require": {
9857             "ext-mbstring": "*",
9858             "php": ">=5.3.2"
9859         },
9860         "time": "2016-11-22T22:57:47+00:00",
9861         "type": "library",
9862         "installation-source": "dist",
9863         "autoload": {
9864             "psr-0": {
9865                 "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
9866             }
9867         },
9868         "notification-url": "https://packagist.org/downloads/",
9869         "license": [
9870             "MIT"
9871         ],
9872         "authors": [
9873             {
9874                 "name": "Sunra",
9875                 "email": "sunra@yandex.ru",
9876                 "homepage": "https://github.com/sunra"
9877             },
9878             {
9879                 "name": "S.C. Chen",
9880                 "homepage": "http://sourceforge.net/projects/simplehtmldom/"
9881             }
9882         ],
9883         "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.",
9884         "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
9885         "keywords": [
9886             "dom",
9887             "html",
9888             "parser"
9889         ]
9890     },
9891     {
9892         "name": "symfony-cmf/routing",
9893         "version": "1.4.1",
9894         "version_normalized": "1.4.1.0",
9895         "source": {
9896             "type": "git",
9897             "url": "https://github.com/symfony-cmf/routing.git",
9898             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
9899         },
9900         "dist": {
9901             "type": "zip",
9902             "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9903             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9904             "shasum": ""
9905         },
9906         "require": {
9907             "php": "^5.3.9|^7.0",
9908             "psr/log": "1.*",
9909             "symfony/http-kernel": "^2.2|3.*",
9910             "symfony/routing": "^2.2|3.*"
9911         },
9912         "require-dev": {
9913             "friendsofsymfony/jsrouting-bundle": "^1.1",
9914             "symfony-cmf/testing": "^1.3",
9915             "symfony/config": "^2.2|3.*",
9916             "symfony/dependency-injection": "^2.0.5|3.*",
9917             "symfony/event-dispatcher": "^2.1|3.*"
9918         },
9919         "suggest": {
9920             "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
9921         },
9922         "time": "2017-05-09T08:10:41+00:00",
9923         "type": "library",
9924         "extra": {
9925             "branch-alias": {
9926                 "dev-master": "1.4-dev"
9927             }
9928         },
9929         "installation-source": "dist",
9930         "autoload": {
9931             "psr-4": {
9932                 "Symfony\\Cmf\\Component\\Routing\\": ""
9933             }
9934         },
9935         "notification-url": "https://packagist.org/downloads/",
9936         "license": [
9937             "MIT"
9938         ],
9939         "authors": [
9940             {
9941                 "name": "Symfony CMF Community",
9942                 "homepage": "https://github.com/symfony-cmf/Routing/contributors"
9943             }
9944         ],
9945         "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
9946         "homepage": "http://cmf.symfony.com",
9947         "keywords": [
9948             "database",
9949             "routing"
9950         ]
9951     },
9952     {
9953         "name": "symfony/browser-kit",
9954         "version": "v3.3.2",
9955         "version_normalized": "3.3.2.0",
9956         "source": {
9957             "type": "git",
9958             "url": "https://github.com/symfony/browser-kit.git",
9959             "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1"
9960         },
9961         "dist": {
9962             "type": "zip",
9963             "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
9964             "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
9965             "shasum": ""
9966         },
9967         "require": {
9968             "php": ">=5.5.9",
9969             "symfony/dom-crawler": "~2.8|~3.0"
9970         },
9971         "require-dev": {
9972             "symfony/css-selector": "~2.8|~3.0",
9973             "symfony/process": "~2.8|~3.0"
9974         },
9975         "suggest": {
9976             "symfony/process": ""
9977         },
9978         "time": "2017-04-12T14:14:56+00:00",
9979         "type": "library",
9980         "extra": {
9981             "branch-alias": {
9982                 "dev-master": "3.3-dev"
9983             }
9984         },
9985         "installation-source": "dist",
9986         "autoload": {
9987             "psr-4": {
9988                 "Symfony\\Component\\BrowserKit\\": ""
9989             },
9990             "exclude-from-classmap": [
9991                 "/Tests/"
9992             ]
9993         },
9994         "notification-url": "https://packagist.org/downloads/",
9995         "license": [
9996             "MIT"
9997         ],
9998         "authors": [
9999             {
10000                 "name": "Fabien Potencier",
10001                 "email": "fabien@symfony.com"
10002             },
10003             {
10004                 "name": "Symfony Community",
10005                 "homepage": "https://symfony.com/contributors"
10006             }
10007         ],
10008         "description": "Symfony BrowserKit Component",
10009         "homepage": "https://symfony.com"
10010     },
10011     {
10012         "name": "symfony/class-loader",
10013         "version": "v3.2.14",
10014         "version_normalized": "3.2.14.0",
10015         "source": {
10016             "type": "git",
10017             "url": "https://github.com/symfony/class-loader.git",
10018             "reference": "e192d96b15fdd168bdb1c91001d26c93ba4af482"
10019         },
10020         "dist": {
10021             "type": "zip",
10022             "url": "https://api.github.com/repos/symfony/class-loader/zipball/e192d96b15fdd168bdb1c91001d26c93ba4af482",
10023             "reference": "e192d96b15fdd168bdb1c91001d26c93ba4af482",
10024             "shasum": ""
10025         },
10026         "require": {
10027             "php": ">=5.5.9"
10028         },
10029         "require-dev": {
10030             "symfony/finder": "~2.8|~3.0",
10031             "symfony/polyfill-apcu": "~1.1"
10032         },
10033         "suggest": {
10034             "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
10035         },
10036         "time": "2017-06-01T21:00:24+00:00",
10037         "type": "library",
10038         "extra": {
10039             "branch-alias": {
10040                 "dev-master": "3.2-dev"
10041             }
10042         },
10043         "installation-source": "dist",
10044         "autoload": {
10045             "psr-4": {
10046                 "Symfony\\Component\\ClassLoader\\": ""
10047             },
10048             "exclude-from-classmap": [
10049                 "/Tests/"
10050             ]
10051         },
10052         "notification-url": "https://packagist.org/downloads/",
10053         "license": [
10054             "MIT"
10055         ],
10056         "authors": [
10057             {
10058                 "name": "Fabien Potencier",
10059                 "email": "fabien@symfony.com"
10060             },
10061             {
10062                 "name": "Symfony Community",
10063                 "homepage": "https://symfony.com/contributors"
10064             }
10065         ],
10066         "description": "Symfony ClassLoader Component",
10067         "homepage": "https://symfony.com"
10068     },
10069     {
10070         "name": "symfony/config",
10071         "version": "v3.2.14",
10072         "version_normalized": "3.2.14.0",
10073         "source": {
10074             "type": "git",
10075             "url": "https://github.com/symfony/config.git",
10076             "reference": "e5533fcc0b3dd377626153b2852707878f363728"
10077         },
10078         "dist": {
10079             "type": "zip",
10080             "url": "https://api.github.com/repos/symfony/config/zipball/e5533fcc0b3dd377626153b2852707878f363728",
10081             "reference": "e5533fcc0b3dd377626153b2852707878f363728",
10082             "shasum": ""
10083         },
10084         "require": {
10085             "php": ">=5.5.9",
10086             "symfony/filesystem": "~2.8|~3.0"
10087         },
10088         "require-dev": {
10089             "symfony/yaml": "~3.0"
10090         },
10091         "suggest": {
10092             "symfony/yaml": "To use the yaml reference dumper"
10093         },
10094         "time": "2017-04-12T14:13:17+00:00",
10095         "type": "library",
10096         "extra": {
10097             "branch-alias": {
10098                 "dev-master": "3.2-dev"
10099             }
10100         },
10101         "installation-source": "dist",
10102         "autoload": {
10103             "psr-4": {
10104                 "Symfony\\Component\\Config\\": ""
10105             },
10106             "exclude-from-classmap": [
10107                 "/Tests/"
10108             ]
10109         },
10110         "notification-url": "https://packagist.org/downloads/",
10111         "license": [
10112             "MIT"
10113         ],
10114         "authors": [
10115             {
10116                 "name": "Fabien Potencier",
10117                 "email": "fabien@symfony.com"
10118             },
10119             {
10120                 "name": "Symfony Community",
10121                 "homepage": "https://symfony.com/contributors"
10122             }
10123         ],
10124         "description": "Symfony Config Component",
10125         "homepage": "https://symfony.com"
10126     },
10127     {
10128         "name": "symfony/console",
10129         "version": "v3.2.14",
10130         "version_normalized": "3.2.14.0",
10131         "source": {
10132             "type": "git",
10133             "url": "https://github.com/symfony/console.git",
10134             "reference": "eced439413608647aeff243038a33ea246b2b33a"
10135         },
10136         "dist": {
10137             "type": "zip",
10138             "url": "https://api.github.com/repos/symfony/console/zipball/eced439413608647aeff243038a33ea246b2b33a",
10139             "reference": "eced439413608647aeff243038a33ea246b2b33a",
10140             "shasum": ""
10141         },
10142         "require": {
10143             "php": ">=5.5.9",
10144             "symfony/debug": "~2.8|~3.0",
10145             "symfony/polyfill-mbstring": "~1.0"
10146         },
10147         "require-dev": {
10148             "psr/log": "~1.0",
10149             "symfony/event-dispatcher": "~2.8|~3.0",
10150             "symfony/filesystem": "~2.8|~3.0",
10151             "symfony/process": "~2.8|~3.0"
10152         },
10153         "suggest": {
10154             "psr/log": "For using the console logger",
10155             "symfony/event-dispatcher": "",
10156             "symfony/filesystem": "",
10157             "symfony/process": ""
10158         },
10159         "time": "2017-07-29T21:27:41+00:00",
10160         "type": "library",
10161         "extra": {
10162             "branch-alias": {
10163                 "dev-master": "3.2-dev"
10164             }
10165         },
10166         "installation-source": "dist",
10167         "autoload": {
10168             "psr-4": {
10169                 "Symfony\\Component\\Console\\": ""
10170             },
10171             "exclude-from-classmap": [
10172                 "/Tests/"
10173             ]
10174         },
10175         "notification-url": "https://packagist.org/downloads/",
10176         "license": [
10177             "MIT"
10178         ],
10179         "authors": [
10180             {
10181                 "name": "Fabien Potencier",
10182                 "email": "fabien@symfony.com"
10183             },
10184             {
10185                 "name": "Symfony Community",
10186                 "homepage": "https://symfony.com/contributors"
10187             }
10188         ],
10189         "description": "Symfony Console Component",
10190         "homepage": "https://symfony.com"
10191     },
10192     {
10193         "name": "symfony/css-selector",
10194         "version": "v2.8.22",
10195         "version_normalized": "2.8.22.0",
10196         "source": {
10197             "type": "git",
10198             "url": "https://github.com/symfony/css-selector.git",
10199             "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab"
10200         },
10201         "dist": {
10202             "type": "zip",
10203             "url": "https://api.github.com/repos/symfony/css-selector/zipball/ba3204654efa779691fac9e948a96b4a7067e4ab",
10204             "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab",
10205             "shasum": ""
10206         },
10207         "require": {
10208             "php": ">=5.3.9"
10209         },
10210         "time": "2017-05-01T14:31:55+00:00",
10211         "type": "library",
10212         "extra": {
10213             "branch-alias": {
10214                 "dev-master": "2.8-dev"
10215             }
10216         },
10217         "installation-source": "dist",
10218         "autoload": {
10219             "psr-4": {
10220                 "Symfony\\Component\\CssSelector\\": ""
10221             },
10222             "exclude-from-classmap": [
10223                 "/Tests/"
10224             ]
10225         },
10226         "notification-url": "https://packagist.org/downloads/",
10227         "license": [
10228             "MIT"
10229         ],
10230         "authors": [
10231             {
10232                 "name": "Jean-François Simon",
10233                 "email": "jeanfrancois.simon@sensiolabs.com"
10234             },
10235             {
10236                 "name": "Fabien Potencier",
10237                 "email": "fabien@symfony.com"
10238             },
10239             {
10240                 "name": "Symfony Community",
10241                 "homepage": "https://symfony.com/contributors"
10242             }
10243         ],
10244         "description": "Symfony CssSelector Component",
10245         "homepage": "https://symfony.com"
10246     },
10247     {
10248         "name": "symfony/debug",
10249         "version": "v3.4.6",
10250         "version_normalized": "3.4.6.0",
10251         "source": {
10252             "type": "git",
10253             "url": "https://github.com/symfony/debug.git",
10254             "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc"
10255         },
10256         "dist": {
10257             "type": "zip",
10258             "url": "https://api.github.com/repos/symfony/debug/zipball/9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
10259             "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
10260             "shasum": ""
10261         },
10262         "require": {
10263             "php": "^5.5.9|>=7.0.8",
10264             "psr/log": "~1.0"
10265         },
10266         "conflict": {
10267             "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
10268         },
10269         "require-dev": {
10270             "symfony/http-kernel": "~2.8|~3.0|~4.0"
10271         },
10272         "time": "2018-02-28T21:49:22+00:00",
10273         "type": "library",
10274         "extra": {
10275             "branch-alias": {
10276                 "dev-master": "3.4-dev"
10277             }
10278         },
10279         "installation-source": "dist",
10280         "autoload": {
10281             "psr-4": {
10282                 "Symfony\\Component\\Debug\\": ""
10283             },
10284             "exclude-from-classmap": [
10285                 "/Tests/"
10286             ]
10287         },
10288         "notification-url": "https://packagist.org/downloads/",
10289         "license": [
10290             "MIT"
10291         ],
10292         "authors": [
10293             {
10294                 "name": "Fabien Potencier",
10295                 "email": "fabien@symfony.com"
10296             },
10297             {
10298                 "name": "Symfony Community",
10299                 "homepage": "https://symfony.com/contributors"
10300             }
10301         ],
10302         "description": "Symfony Debug Component",
10303         "homepage": "https://symfony.com"
10304     },
10305     {
10306         "name": "symfony/dependency-injection",
10307         "version": "v3.2.14",
10308         "version_normalized": "3.2.14.0",
10309         "source": {
10310             "type": "git",
10311             "url": "https://github.com/symfony/dependency-injection.git",
10312             "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761"
10313         },
10314         "dist": {
10315             "type": "zip",
10316             "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761",
10317             "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761",
10318             "shasum": ""
10319         },
10320         "require": {
10321             "php": ">=5.5.9"
10322         },
10323         "conflict": {
10324             "symfony/yaml": "<3.2"
10325         },
10326         "require-dev": {
10327             "symfony/config": "~2.8|~3.0",
10328             "symfony/expression-language": "~2.8|~3.0",
10329             "symfony/yaml": "~3.2"
10330         },
10331         "suggest": {
10332             "symfony/config": "",
10333             "symfony/expression-language": "For using expressions in service container configuration",
10334             "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
10335             "symfony/yaml": ""
10336         },
10337         "time": "2017-07-28T15:22:55+00:00",
10338         "type": "library",
10339         "extra": {
10340             "branch-alias": {
10341                 "dev-master": "3.2-dev"
10342             }
10343         },
10344         "installation-source": "dist",
10345         "autoload": {
10346             "psr-4": {
10347                 "Symfony\\Component\\DependencyInjection\\": ""
10348             },
10349             "exclude-from-classmap": [
10350                 "/Tests/"
10351             ]
10352         },
10353         "notification-url": "https://packagist.org/downloads/",
10354         "license": [
10355             "MIT"
10356         ],
10357         "authors": [
10358             {
10359                 "name": "Fabien Potencier",
10360                 "email": "fabien@symfony.com"
10361             },
10362             {
10363                 "name": "Symfony Community",
10364                 "homepage": "https://symfony.com/contributors"
10365             }
10366         ],
10367         "description": "Symfony DependencyInjection Component",
10368         "homepage": "https://symfony.com"
10369     },
10370     {
10371         "name": "symfony/dom-crawler",
10372         "version": "v3.4.5",
10373         "version_normalized": "3.4.5.0",
10374         "source": {
10375             "type": "git",
10376             "url": "https://github.com/symfony/dom-crawler.git",
10377             "reference": "2bb5d3101cc01f4fe580e536daf4f1959bc2d24d"
10378         },
10379         "dist": {
10380             "type": "zip",
10381             "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2bb5d3101cc01f4fe580e536daf4f1959bc2d24d",
10382             "reference": "2bb5d3101cc01f4fe580e536daf4f1959bc2d24d",
10383             "shasum": ""
10384         },
10385         "require": {
10386             "php": "^5.5.9|>=7.0.8",
10387             "symfony/polyfill-mbstring": "~1.0"
10388         },
10389         "require-dev": {
10390             "symfony/css-selector": "~2.8|~3.0|~4.0"
10391         },
10392         "suggest": {
10393             "symfony/css-selector": ""
10394         },
10395         "time": "2018-02-22T10:48:49+00:00",
10396         "type": "library",
10397         "extra": {
10398             "branch-alias": {
10399                 "dev-master": "3.4-dev"
10400             }
10401         },
10402         "installation-source": "dist",
10403         "autoload": {
10404             "psr-4": {
10405                 "Symfony\\Component\\DomCrawler\\": ""
10406             },
10407             "exclude-from-classmap": [
10408                 "/Tests/"
10409             ]
10410         },
10411         "notification-url": "https://packagist.org/downloads/",
10412         "license": [
10413             "MIT"
10414         ],
10415         "authors": [
10416             {
10417                 "name": "Fabien Potencier",
10418                 "email": "fabien@symfony.com"
10419             },
10420             {
10421                 "name": "Symfony Community",
10422                 "homepage": "https://symfony.com/contributors"
10423             }
10424         ],
10425         "description": "Symfony DomCrawler Component",
10426         "homepage": "https://symfony.com"
10427     },
10428     {
10429         "name": "symfony/event-dispatcher",
10430         "version": "v3.2.14",
10431         "version_normalized": "3.2.14.0",
10432         "source": {
10433             "type": "git",
10434             "url": "https://github.com/symfony/event-dispatcher.git",
10435             "reference": "b8de6ee252af19330dd72ad5fc0dd4658a1d6325"
10436         },
10437         "dist": {
10438             "type": "zip",
10439             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b8de6ee252af19330dd72ad5fc0dd4658a1d6325",
10440             "reference": "b8de6ee252af19330dd72ad5fc0dd4658a1d6325",
10441             "shasum": ""
10442         },
10443         "require": {
10444             "php": ">=5.5.9"
10445         },
10446         "require-dev": {
10447             "psr/log": "~1.0",
10448             "symfony/config": "~2.8|~3.0",
10449             "symfony/dependency-injection": "~2.8|~3.0",
10450             "symfony/expression-language": "~2.8|~3.0",
10451             "symfony/stopwatch": "~2.8|~3.0"
10452         },
10453         "suggest": {
10454             "symfony/dependency-injection": "",
10455             "symfony/http-kernel": ""
10456         },
10457         "time": "2017-06-02T08:26:05+00:00",
10458         "type": "library",
10459         "extra": {
10460             "branch-alias": {
10461                 "dev-master": "3.2-dev"
10462             }
10463         },
10464         "installation-source": "dist",
10465         "autoload": {
10466             "psr-4": {
10467                 "Symfony\\Component\\EventDispatcher\\": ""
10468             },
10469             "exclude-from-classmap": [
10470                 "/Tests/"
10471             ]
10472         },
10473         "notification-url": "https://packagist.org/downloads/",
10474         "license": [
10475             "MIT"
10476         ],
10477         "authors": [
10478             {
10479                 "name": "Fabien Potencier",
10480                 "email": "fabien@symfony.com"
10481             },
10482             {
10483                 "name": "Symfony Community",
10484                 "homepage": "https://symfony.com/contributors"
10485             }
10486         ],
10487         "description": "Symfony EventDispatcher Component",
10488         "homepage": "https://symfony.com"
10489     },
10490     {
10491         "name": "symfony/filesystem",
10492         "version": "v2.8.35",
10493         "version_normalized": "2.8.35.0",
10494         "source": {
10495             "type": "git",
10496             "url": "https://github.com/symfony/filesystem.git",
10497             "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97"
10498         },
10499         "dist": {
10500             "type": "zip",
10501             "url": "https://api.github.com/repos/symfony/filesystem/zipball/125403a59e4cb4e3ebf46d0162fabcde613d2b97",
10502             "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97",
10503             "shasum": ""
10504         },
10505         "require": {
10506             "php": ">=5.3.9"
10507         },
10508         "time": "2018-02-19T16:23:47+00:00",
10509         "type": "library",
10510         "extra": {
10511             "branch-alias": {
10512                 "dev-master": "2.8-dev"
10513             }
10514         },
10515         "installation-source": "dist",
10516         "autoload": {
10517             "psr-4": {
10518                 "Symfony\\Component\\Filesystem\\": ""
10519             },
10520             "exclude-from-classmap": [
10521                 "/Tests/"
10522             ]
10523         },
10524         "notification-url": "https://packagist.org/downloads/",
10525         "license": [
10526             "MIT"
10527         ],
10528         "authors": [
10529             {
10530                 "name": "Fabien Potencier",
10531                 "email": "fabien@symfony.com"
10532             },
10533             {
10534                 "name": "Symfony Community",
10535                 "homepage": "https://symfony.com/contributors"
10536             }
10537         ],
10538         "description": "Symfony Filesystem Component",
10539         "homepage": "https://symfony.com"
10540     },
10541     {
10542         "name": "symfony/finder",
10543         "version": "v2.8.35",
10544         "version_normalized": "2.8.35.0",
10545         "source": {
10546             "type": "git",
10547             "url": "https://github.com/symfony/finder.git",
10548             "reference": "7099de3ebc97d3af98c464076d12dfca3ade0252"
10549         },
10550         "dist": {
10551             "type": "zip",
10552             "url": "https://api.github.com/repos/symfony/finder/zipball/7099de3ebc97d3af98c464076d12dfca3ade0252",
10553             "reference": "7099de3ebc97d3af98c464076d12dfca3ade0252",
10554             "shasum": ""
10555         },
10556         "require": {
10557             "php": ">=5.3.9"
10558         },
10559         "time": "2018-02-11T16:53:59+00:00",
10560         "type": "library",
10561         "extra": {
10562             "branch-alias": {
10563                 "dev-master": "2.8-dev"
10564             }
10565         },
10566         "installation-source": "dist",
10567         "autoload": {
10568             "psr-4": {
10569                 "Symfony\\Component\\Finder\\": ""
10570             },
10571             "exclude-from-classmap": [
10572                 "/Tests/"
10573             ]
10574         },
10575         "notification-url": "https://packagist.org/downloads/",
10576         "license": [
10577             "MIT"
10578         ],
10579         "authors": [
10580             {
10581                 "name": "Fabien Potencier",
10582                 "email": "fabien@symfony.com"
10583             },
10584             {
10585                 "name": "Symfony Community",
10586                 "homepage": "https://symfony.com/contributors"
10587             }
10588         ],
10589         "description": "Symfony Finder Component",
10590         "homepage": "https://symfony.com"
10591     },
10592     {
10593         "name": "symfony/http-foundation",
10594         "version": "v3.2.14",
10595         "version_normalized": "3.2.14.0",
10596         "source": {
10597             "type": "git",
10598             "url": "https://github.com/symfony/http-foundation.git",
10599             "reference": "107b7e6c2372ad4859b8a8c8c5b4fb9d7a208fe1"
10600         },
10601         "dist": {
10602             "type": "zip",
10603             "url": "https://api.github.com/repos/symfony/http-foundation/zipball/107b7e6c2372ad4859b8a8c8c5b4fb9d7a208fe1",
10604             "reference": "107b7e6c2372ad4859b8a8c8c5b4fb9d7a208fe1",
10605             "shasum": ""
10606         },
10607         "require": {
10608             "php": ">=5.5.9",
10609             "symfony/polyfill-mbstring": "~1.1"
10610         },
10611         "require-dev": {
10612             "symfony/expression-language": "~2.8|~3.0"
10613         },
10614         "time": "2017-07-20T07:58:49+00:00",
10615         "type": "library",
10616         "extra": {
10617             "branch-alias": {
10618                 "dev-master": "3.2-dev"
10619             }
10620         },
10621         "installation-source": "dist",
10622         "autoload": {
10623             "psr-4": {
10624                 "Symfony\\Component\\HttpFoundation\\": ""
10625             },
10626             "exclude-from-classmap": [
10627                 "/Tests/"
10628             ]
10629         },
10630         "notification-url": "https://packagist.org/downloads/",
10631         "license": [
10632             "MIT"
10633         ],
10634         "authors": [
10635             {
10636                 "name": "Fabien Potencier",
10637                 "email": "fabien@symfony.com"
10638             },
10639             {
10640                 "name": "Symfony Community",
10641                 "homepage": "https://symfony.com/contributors"
10642             }
10643         ],
10644         "description": "Symfony HttpFoundation Component",
10645         "homepage": "https://symfony.com"
10646     },
10647     {
10648         "name": "symfony/http-kernel",
10649         "version": "v3.2.14",
10650         "version_normalized": "3.2.14.0",
10651         "source": {
10652             "type": "git",
10653             "url": "https://github.com/symfony/http-kernel.git",
10654             "reference": "18ec42e19ec676d7da5ddff13f1eed68d88fb460"
10655         },
10656         "dist": {
10657             "type": "zip",
10658             "url": "https://api.github.com/repos/symfony/http-kernel/zipball/18ec42e19ec676d7da5ddff13f1eed68d88fb460",
10659             "reference": "18ec42e19ec676d7da5ddff13f1eed68d88fb460",
10660             "shasum": ""
10661         },
10662         "require": {
10663             "php": ">=5.5.9",
10664             "psr/log": "~1.0",
10665             "symfony/debug": "~2.8|~3.0",
10666             "symfony/event-dispatcher": "~2.8|~3.0",
10667             "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2"
10668         },
10669         "conflict": {
10670             "symfony/config": "<2.8",
10671             "twig/twig": "<1.34|<2.4,>=2"
10672         },
10673         "require-dev": {
10674             "symfony/browser-kit": "~2.8|~3.0",
10675             "symfony/class-loader": "~2.8|~3.0",
10676             "symfony/config": "~2.8|~3.0",
10677             "symfony/console": "~2.8|~3.0",
10678             "symfony/css-selector": "~2.8|~3.0",
10679             "symfony/dependency-injection": "~2.8|~3.0",
10680             "symfony/dom-crawler": "~2.8|~3.0",
10681             "symfony/expression-language": "~2.8|~3.0",
10682             "symfony/finder": "~2.8|~3.0",
10683             "symfony/process": "~2.8|~3.0",
10684             "symfony/routing": "~2.8|~3.0",
10685             "symfony/stopwatch": "~2.8|~3.0",
10686             "symfony/templating": "~2.8|~3.0",
10687             "symfony/translation": "~2.8|~3.0",
10688             "symfony/var-dumper": "~3.2"
10689         },
10690         "suggest": {
10691             "symfony/browser-kit": "",
10692             "symfony/class-loader": "",
10693             "symfony/config": "",
10694             "symfony/console": "",
10695             "symfony/dependency-injection": "",
10696             "symfony/finder": "",
10697             "symfony/var-dumper": ""
10698         },
10699         "time": "2017-08-01T09:40:19+00:00",
10700         "type": "library",
10701         "extra": {
10702             "branch-alias": {
10703                 "dev-master": "3.2-dev"
10704             }
10705         },
10706         "installation-source": "dist",
10707         "autoload": {
10708             "psr-4": {
10709                 "Symfony\\Component\\HttpKernel\\": ""
10710             },
10711             "exclude-from-classmap": [
10712                 "/Tests/"
10713             ]
10714         },
10715         "notification-url": "https://packagist.org/downloads/",
10716         "license": [
10717             "MIT"
10718         ],
10719         "authors": [
10720             {
10721                 "name": "Fabien Potencier",
10722                 "email": "fabien@symfony.com"
10723             },
10724             {
10725                 "name": "Symfony Community",
10726                 "homepage": "https://symfony.com/contributors"
10727             }
10728         ],
10729         "description": "Symfony HttpKernel Component",
10730         "homepage": "https://symfony.com"
10731     },
10732     {
10733         "name": "symfony/polyfill-iconv",
10734         "version": "v1.7.0",
10735         "version_normalized": "1.7.0.0",
10736         "source": {
10737             "type": "git",
10738             "url": "https://github.com/symfony/polyfill-iconv.git",
10739             "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b"
10740         },
10741         "dist": {
10742             "type": "zip",
10743             "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/bd515d8f392730c833bc1ba993a4f598da64fa5b",
10744             "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b",
10745             "shasum": ""
10746         },
10747         "require": {
10748             "php": ">=5.3.3"
10749         },
10750         "suggest": {
10751             "ext-iconv": "For best performance"
10752         },
10753         "time": "2018-01-30T19:27:44+00:00",
10754         "type": "library",
10755         "extra": {
10756             "branch-alias": {
10757                 "dev-master": "1.7-dev"
10758             }
10759         },
10760         "installation-source": "dist",
10761         "autoload": {
10762             "psr-4": {
10763                 "Symfony\\Polyfill\\Iconv\\": ""
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 Iconv extension",
10784         "homepage": "https://symfony.com",
10785         "keywords": [
10786             "compatibility",
10787             "iconv",
10788             "polyfill",
10789             "portable",
10790             "shim"
10791         ]
10792     },
10793     {
10794         "name": "symfony/polyfill-mbstring",
10795         "version": "v1.7.0",
10796         "version_normalized": "1.7.0.0",
10797         "source": {
10798             "type": "git",
10799             "url": "https://github.com/symfony/polyfill-mbstring.git",
10800             "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
10801         },
10802         "dist": {
10803             "type": "zip",
10804             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
10805             "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
10806             "shasum": ""
10807         },
10808         "require": {
10809             "php": ">=5.3.3"
10810         },
10811         "suggest": {
10812             "ext-mbstring": "For best performance"
10813         },
10814         "time": "2018-01-30T19:27:44+00:00",
10815         "type": "library",
10816         "extra": {
10817             "branch-alias": {
10818                 "dev-master": "1.7-dev"
10819             }
10820         },
10821         "installation-source": "dist",
10822         "autoload": {
10823             "psr-4": {
10824                 "Symfony\\Polyfill\\Mbstring\\": ""
10825             },
10826             "files": [
10827                 "bootstrap.php"
10828             ]
10829         },
10830         "notification-url": "https://packagist.org/downloads/",
10831         "license": [
10832             "MIT"
10833         ],
10834         "authors": [
10835             {
10836                 "name": "Nicolas Grekas",
10837                 "email": "p@tchwork.com"
10838             },
10839             {
10840                 "name": "Symfony Community",
10841                 "homepage": "https://symfony.com/contributors"
10842             }
10843         ],
10844         "description": "Symfony polyfill for the Mbstring extension",
10845         "homepage": "https://symfony.com",
10846         "keywords": [
10847             "compatibility",
10848             "mbstring",
10849             "polyfill",
10850             "portable",
10851             "shim"
10852         ]
10853     },
10854     {
10855         "name": "symfony/process",
10856         "version": "v3.2.14",
10857         "version_normalized": "3.2.14.0",
10858         "source": {
10859             "type": "git",
10860             "url": "https://github.com/symfony/process.git",
10861             "reference": "b39d805dd6c4d1cba1f00cd80361ec80eed0d7bc"
10862         },
10863         "dist": {
10864             "type": "zip",
10865             "url": "https://api.github.com/repos/symfony/process/zipball/b39d805dd6c4d1cba1f00cd80361ec80eed0d7bc",
10866             "reference": "b39d805dd6c4d1cba1f00cd80361ec80eed0d7bc",
10867             "shasum": ""
10868         },
10869         "require": {
10870             "php": ">=5.5.9"
10871         },
10872         "time": "2017-07-03T08:06:20+00:00",
10873         "type": "library",
10874         "extra": {
10875             "branch-alias": {
10876                 "dev-master": "3.2-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.2.14",
10970         "version_normalized": "3.2.14.0",
10971         "source": {
10972             "type": "git",
10973             "url": "https://github.com/symfony/routing.git",
10974             "reference": "b382d7c4f443372c118efcd0cd2bf1028434f2f5"
10975         },
10976         "dist": {
10977             "type": "zip",
10978             "url": "https://api.github.com/repos/symfony/routing/zipball/b382d7c4f443372c118efcd0cd2bf1028434f2f5",
10979             "reference": "b382d7c4f443372c118efcd0cd2bf1028434f2f5",
10980             "shasum": ""
10981         },
10982         "require": {
10983             "php": ">=5.5.9"
10984         },
10985         "conflict": {
10986             "symfony/config": "<2.8"
10987         },
10988         "require-dev": {
10989             "doctrine/annotations": "~1.0",
10990             "doctrine/common": "~2.2",
10991             "psr/log": "~1.0",
10992             "symfony/config": "~2.8|~3.0",
10993             "symfony/expression-language": "~2.8|~3.0",
10994             "symfony/http-foundation": "~2.8|~3.0",
10995             "symfony/yaml": "~2.8|~3.0"
10996         },
10997         "suggest": {
10998             "doctrine/annotations": "For using the annotation loader",
10999             "symfony/config": "For using the all-in-one router or any loader",
11000             "symfony/dependency-injection": "For loading routes from a service",
11001             "symfony/expression-language": "For using expression matching",
11002             "symfony/http-foundation": "For using a Symfony Request object",
11003             "symfony/yaml": "For using the YAML loader"
11004         },
11005         "time": "2017-06-23T06:35:45+00:00",
11006         "type": "library",
11007         "extra": {
11008             "branch-alias": {
11009                 "dev-master": "3.2-dev"
11010             }
11011         },
11012         "installation-source": "dist",
11013         "autoload": {
11014             "psr-4": {
11015                 "Symfony\\Component\\Routing\\": ""
11016             },
11017             "exclude-from-classmap": [
11018                 "/Tests/"
11019             ]
11020         },
11021         "notification-url": "https://packagist.org/downloads/",
11022         "license": [
11023             "MIT"
11024         ],
11025         "authors": [
11026             {
11027                 "name": "Fabien Potencier",
11028                 "email": "fabien@symfony.com"
11029             },
11030             {
11031                 "name": "Symfony Community",
11032                 "homepage": "https://symfony.com/contributors"
11033             }
11034         ],
11035         "description": "Symfony Routing Component",
11036         "homepage": "https://symfony.com",
11037         "keywords": [
11038             "router",
11039             "routing",
11040             "uri",
11041             "url"
11042         ]
11043     },
11044     {
11045         "name": "symfony/serializer",
11046         "version": "v3.2.14",
11047         "version_normalized": "3.2.14.0",
11048         "source": {
11049             "type": "git",
11050             "url": "https://github.com/symfony/serializer.git",
11051             "reference": "dc98d5ab4ae29dc47bfb1507b39806bfe13d3477"
11052         },
11053         "dist": {
11054             "type": "zip",
11055             "url": "https://api.github.com/repos/symfony/serializer/zipball/dc98d5ab4ae29dc47bfb1507b39806bfe13d3477",
11056             "reference": "dc98d5ab4ae29dc47bfb1507b39806bfe13d3477",
11057             "shasum": ""
11058         },
11059         "require": {
11060             "php": ">=5.5.9"
11061         },
11062         "conflict": {
11063             "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
11064             "symfony/property-info": "<3.1",
11065             "symfony/yaml": "<3.1"
11066         },
11067         "require-dev": {
11068             "doctrine/annotations": "~1.0",
11069             "doctrine/cache": "~1.0",
11070             "phpdocumentor/reflection-docblock": "~3.0",
11071             "symfony/cache": "~3.1",
11072             "symfony/config": "~2.8|~3.0",
11073             "symfony/http-foundation": "~2.8|~3.0",
11074             "symfony/property-access": "~2.8|~3.0",
11075             "symfony/property-info": "~3.1",
11076             "symfony/yaml": "~3.1"
11077         },
11078         "suggest": {
11079             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
11080             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
11081             "psr/cache-implementation": "For using the metadata cache.",
11082             "symfony/config": "For using the XML mapping loader.",
11083             "symfony/http-foundation": "To use the DataUriNormalizer.",
11084             "symfony/property-access": "For using the ObjectNormalizer.",
11085             "symfony/property-info": "To deserialize relations.",
11086             "symfony/yaml": "For using the default YAML mapping loader."
11087         },
11088         "time": "2017-07-06T07:39:51+00:00",
11089         "type": "library",
11090         "extra": {
11091             "branch-alias": {
11092                 "dev-master": "3.2-dev"
11093             }
11094         },
11095         "installation-source": "dist",
11096         "autoload": {
11097             "psr-4": {
11098                 "Symfony\\Component\\Serializer\\": ""
11099             },
11100             "exclude-from-classmap": [
11101                 "/Tests/"
11102             ]
11103         },
11104         "notification-url": "https://packagist.org/downloads/",
11105         "license": [
11106             "MIT"
11107         ],
11108         "authors": [
11109             {
11110                 "name": "Fabien Potencier",
11111                 "email": "fabien@symfony.com"
11112             },
11113             {
11114                 "name": "Symfony Community",
11115                 "homepage": "https://symfony.com/contributors"
11116             }
11117         ],
11118         "description": "Symfony Serializer Component",
11119         "homepage": "https://symfony.com"
11120     },
11121     {
11122         "name": "symfony/translation",
11123         "version": "v3.2.14",
11124         "version_normalized": "3.2.14.0",
11125         "source": {
11126             "type": "git",
11127             "url": "https://github.com/symfony/translation.git",
11128             "reference": "df36a48672b929bf3995eb62c58d83004b1d0d50"
11129         },
11130         "dist": {
11131             "type": "zip",
11132             "url": "https://api.github.com/repos/symfony/translation/zipball/df36a48672b929bf3995eb62c58d83004b1d0d50",
11133             "reference": "df36a48672b929bf3995eb62c58d83004b1d0d50",
11134             "shasum": ""
11135         },
11136         "require": {
11137             "php": ">=5.5.9",
11138             "symfony/polyfill-mbstring": "~1.0"
11139         },
11140         "conflict": {
11141             "symfony/config": "<2.8"
11142         },
11143         "require-dev": {
11144             "psr/log": "~1.0",
11145             "symfony/config": "~2.8|~3.0",
11146             "symfony/intl": "^2.8.18|^3.2.5",
11147             "symfony/yaml": "~2.8|~3.0"
11148         },
11149         "suggest": {
11150             "psr/log": "To use logging capability in translator",
11151             "symfony/config": "",
11152             "symfony/yaml": ""
11153         },
11154         "time": "2017-06-24T16:45:17+00:00",
11155         "type": "library",
11156         "extra": {
11157             "branch-alias": {
11158                 "dev-master": "3.2-dev"
11159             }
11160         },
11161         "installation-source": "dist",
11162         "autoload": {
11163             "psr-4": {
11164                 "Symfony\\Component\\Translation\\": ""
11165             },
11166             "exclude-from-classmap": [
11167                 "/Tests/"
11168             ]
11169         },
11170         "notification-url": "https://packagist.org/downloads/",
11171         "license": [
11172             "MIT"
11173         ],
11174         "authors": [
11175             {
11176                 "name": "Fabien Potencier",
11177                 "email": "fabien@symfony.com"
11178             },
11179             {
11180                 "name": "Symfony Community",
11181                 "homepage": "https://symfony.com/contributors"
11182             }
11183         ],
11184         "description": "Symfony Translation Component",
11185         "homepage": "https://symfony.com"
11186     },
11187     {
11188         "name": "symfony/validator",
11189         "version": "v3.2.14",
11190         "version_normalized": "3.2.14.0",
11191         "source": {
11192             "type": "git",
11193             "url": "https://github.com/symfony/validator.git",
11194             "reference": "39244fbf580e01acc3f5df01238a8f69b1b3e46f"
11195         },
11196         "dist": {
11197             "type": "zip",
11198             "url": "https://api.github.com/repos/symfony/validator/zipball/39244fbf580e01acc3f5df01238a8f69b1b3e46f",
11199             "reference": "39244fbf580e01acc3f5df01238a8f69b1b3e46f",
11200             "shasum": ""
11201         },
11202         "require": {
11203             "php": ">=5.5.9",
11204             "symfony/polyfill-mbstring": "~1.0",
11205             "symfony/translation": "~2.8|~3.0"
11206         },
11207         "conflict": {
11208             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11209         },
11210         "require-dev": {
11211             "doctrine/annotations": "~1.0",
11212             "doctrine/cache": "~1.0",
11213             "egulias/email-validator": "^1.2.8|~2.0",
11214             "symfony/cache": "~3.1",
11215             "symfony/config": "~2.8|~3.0",
11216             "symfony/expression-language": "~2.8|~3.0",
11217             "symfony/http-foundation": "~2.8|~3.0",
11218             "symfony/intl": "^2.8.18|^3.2.5",
11219             "symfony/yaml": "~2.8|~3.0"
11220         },
11221         "suggest": {
11222             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
11223             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
11224             "egulias/email-validator": "Strict (RFC compliant) email validation",
11225             "psr/cache-implementation": "For using the metadata cache.",
11226             "symfony/config": "",
11227             "symfony/expression-language": "For using the Expression validator",
11228             "symfony/http-foundation": "",
11229             "symfony/intl": "",
11230             "symfony/yaml": ""
11231         },
11232         "time": "2017-07-26T06:34:07+00:00",
11233         "type": "library",
11234         "extra": {
11235             "branch-alias": {
11236                 "dev-master": "3.2-dev"
11237             }
11238         },
11239         "installation-source": "dist",
11240         "autoload": {
11241             "psr-4": {
11242                 "Symfony\\Component\\Validator\\": ""
11243             },
11244             "exclude-from-classmap": [
11245                 "/Tests/"
11246             ]
11247         },
11248         "notification-url": "https://packagist.org/downloads/",
11249         "license": [
11250             "MIT"
11251         ],
11252         "authors": [
11253             {
11254                 "name": "Fabien Potencier",
11255                 "email": "fabien@symfony.com"
11256             },
11257             {
11258                 "name": "Symfony Community",
11259                 "homepage": "https://symfony.com/contributors"
11260             }
11261         ],
11262         "description": "Symfony Validator Component",
11263         "homepage": "https://symfony.com"
11264     },
11265     {
11266         "name": "symfony/var-dumper",
11267         "version": "v3.4.5",
11268         "version_normalized": "3.4.5.0",
11269         "source": {
11270             "type": "git",
11271             "url": "https://github.com/symfony/var-dumper.git",
11272             "reference": "80964679d81da3d5618519e0e4be488c3d7ecd7d"
11273         },
11274         "dist": {
11275             "type": "zip",
11276             "url": "https://api.github.com/repos/symfony/var-dumper/zipball/80964679d81da3d5618519e0e4be488c3d7ecd7d",
11277             "reference": "80964679d81da3d5618519e0e4be488c3d7ecd7d",
11278             "shasum": ""
11279         },
11280         "require": {
11281             "php": "^5.5.9|>=7.0.8",
11282             "symfony/polyfill-mbstring": "~1.0"
11283         },
11284         "conflict": {
11285             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11286         },
11287         "require-dev": {
11288             "ext-iconv": "*",
11289             "twig/twig": "~1.34|~2.4"
11290         },
11291         "suggest": {
11292             "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
11293             "ext-intl": "To show region name in time zone dump",
11294             "ext-symfony_debug": ""
11295         },
11296         "time": "2018-02-22T17:29:24+00:00",
11297         "type": "library",
11298         "extra": {
11299             "branch-alias": {
11300                 "dev-master": "3.4-dev"
11301             }
11302         },
11303         "installation-source": "dist",
11304         "autoload": {
11305             "files": [
11306                 "Resources/functions/dump.php"
11307             ],
11308             "psr-4": {
11309                 "Symfony\\Component\\VarDumper\\": ""
11310             },
11311             "exclude-from-classmap": [
11312                 "/Tests/"
11313             ]
11314         },
11315         "notification-url": "https://packagist.org/downloads/",
11316         "license": [
11317             "MIT"
11318         ],
11319         "authors": [
11320             {
11321                 "name": "Nicolas Grekas",
11322                 "email": "p@tchwork.com"
11323             },
11324             {
11325                 "name": "Symfony Community",
11326                 "homepage": "https://symfony.com/contributors"
11327             }
11328         ],
11329         "description": "Symfony mechanism for exploring and dumping PHP variables",
11330         "homepage": "https://symfony.com",
11331         "keywords": [
11332             "debug",
11333             "dump"
11334         ]
11335     },
11336     {
11337         "name": "symfony/yaml",
11338         "version": "v3.2.14",
11339         "version_normalized": "3.2.14.0",
11340         "source": {
11341             "type": "git",
11342             "url": "https://github.com/symfony/yaml.git",
11343             "reference": "78a0c5d7d43713212aac73d7c6a56754a5c26cea"
11344         },
11345         "dist": {
11346             "type": "zip",
11347             "url": "https://api.github.com/repos/symfony/yaml/zipball/78a0c5d7d43713212aac73d7c6a56754a5c26cea",
11348             "reference": "78a0c5d7d43713212aac73d7c6a56754a5c26cea",
11349             "shasum": ""
11350         },
11351         "require": {
11352             "php": ">=5.5.9"
11353         },
11354         "require-dev": {
11355             "symfony/console": "~2.8|~3.0"
11356         },
11357         "suggest": {
11358             "symfony/console": "For validating YAML files using the lint command"
11359         },
11360         "time": "2017-06-02T09:43:35+00:00",
11361         "type": "library",
11362         "extra": {
11363             "branch-alias": {
11364                 "dev-master": "3.2-dev"
11365             }
11366         },
11367         "installation-source": "dist",
11368         "autoload": {
11369             "psr-4": {
11370                 "Symfony\\Component\\Yaml\\": ""
11371             },
11372             "exclude-from-classmap": [
11373                 "/Tests/"
11374             ]
11375         },
11376         "notification-url": "https://packagist.org/downloads/",
11377         "license": [
11378             "MIT"
11379         ],
11380         "authors": [
11381             {
11382                 "name": "Fabien Potencier",
11383                 "email": "fabien@symfony.com"
11384             },
11385             {
11386                 "name": "Symfony Community",
11387                 "homepage": "https://symfony.com/contributors"
11388             }
11389         ],
11390         "description": "Symfony Yaml Component",
11391         "homepage": "https://symfony.com"
11392     },
11393     {
11394         "name": "twbs/bootstrap-sass",
11395         "version": "v3.3.7",
11396         "version_normalized": "3.3.7.0",
11397         "source": {
11398             "type": "git",
11399             "url": "https://github.com/twbs/bootstrap-sass.git",
11400             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
11401         },
11402         "dist": {
11403             "type": "zip",
11404             "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
11405             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
11406             "shasum": ""
11407         },
11408         "time": "2016-07-25T19:58:53+00:00",
11409         "type": "library",
11410         "extra": {
11411             "branch-alias": {
11412                 "dev-master": "3.3.x-dev"
11413             }
11414         },
11415         "installation-source": "dist",
11416         "notification-url": "https://packagist.org/downloads/",
11417         "license": [
11418             "MIT"
11419         ],
11420         "authors": [
11421             {
11422                 "name": "Mark Otto"
11423             },
11424             {
11425                 "name": "Thomas McDonald"
11426             },
11427             {
11428                 "name": "Tristan Harward"
11429             },
11430             {
11431                 "name": "Peter Gumeson"
11432             },
11433             {
11434                 "name": "Gleb Mazovetskiy"
11435             },
11436             {
11437                 "name": "Jacob Thornton"
11438             }
11439         ],
11440         "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
11441         "homepage": "http://github.com/twbs/bootstrap-sass",
11442         "keywords": [
11443             "bootstrap",
11444             "css",
11445             "sass"
11446         ]
11447     },
11448     {
11449         "name": "twig/twig",
11450         "version": "v1.35.3",
11451         "version_normalized": "1.35.3.0",
11452         "source": {
11453             "type": "git",
11454             "url": "https://github.com/twigphp/Twig.git",
11455             "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
11456         },
11457         "dist": {
11458             "type": "zip",
11459             "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
11460             "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
11461             "shasum": ""
11462         },
11463         "require": {
11464             "php": ">=5.3.3"
11465         },
11466         "require-dev": {
11467             "psr/container": "^1.0",
11468             "symfony/debug": "^2.7",
11469             "symfony/phpunit-bridge": "^3.3"
11470         },
11471         "time": "2018-03-20T04:25:58+00:00",
11472         "type": "library",
11473         "extra": {
11474             "branch-alias": {
11475                 "dev-master": "1.35-dev"
11476             }
11477         },
11478         "installation-source": "dist",
11479         "autoload": {
11480             "psr-0": {
11481                 "Twig_": "lib/"
11482             },
11483             "psr-4": {
11484                 "Twig\\": "src/"
11485             }
11486         },
11487         "notification-url": "https://packagist.org/downloads/",
11488         "license": [
11489             "BSD-3-Clause"
11490         ],
11491         "authors": [
11492             {
11493                 "name": "Fabien Potencier",
11494                 "email": "fabien@symfony.com",
11495                 "homepage": "http://fabien.potencier.org",
11496                 "role": "Lead Developer"
11497             },
11498             {
11499                 "name": "Armin Ronacher",
11500                 "email": "armin.ronacher@active-4.com",
11501                 "role": "Project Founder"
11502             },
11503             {
11504                 "name": "Twig Team",
11505                 "homepage": "http://twig.sensiolabs.org/contributors",
11506                 "role": "Contributors"
11507             }
11508         ],
11509         "description": "Twig, the flexible, fast, and secure template language for PHP",
11510         "homepage": "http://twig.sensiolabs.org",
11511         "keywords": [
11512             "templating"
11513         ]
11514     },
11515     {
11516         "name": "webflo/drupal-finder",
11517         "version": "1.1.0",
11518         "version_normalized": "1.1.0.0",
11519         "source": {
11520             "type": "git",
11521             "url": "https://github.com/webflo/drupal-finder.git",
11522             "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
11523         },
11524         "dist": {
11525             "type": "zip",
11526             "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
11527             "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
11528             "shasum": ""
11529         },
11530         "require-dev": {
11531             "mikey179/vfsstream": "^1.6",
11532             "phpunit/phpunit": "^4.8"
11533         },
11534         "time": "2017-10-24T08:12:11+00:00",
11535         "type": "library",
11536         "installation-source": "dist",
11537         "autoload": {
11538             "classmap": [
11539                 "src/DrupalFinder.php"
11540             ]
11541         },
11542         "notification-url": "https://packagist.org/downloads/",
11543         "license": [
11544             "GPL-2.0+"
11545         ],
11546         "authors": [
11547             {
11548                 "name": "Florian Weber",
11549                 "email": "florian@webflo.org"
11550             }
11551         ],
11552         "description": "Helper class to locate a Drupal installation from a given path."
11553     },
11554     {
11555         "name": "webmozart/assert",
11556         "version": "1.3.0",
11557         "version_normalized": "1.3.0.0",
11558         "source": {
11559             "type": "git",
11560             "url": "https://github.com/webmozart/assert.git",
11561             "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
11562         },
11563         "dist": {
11564             "type": "zip",
11565             "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
11566             "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
11567             "shasum": ""
11568         },
11569         "require": {
11570             "php": "^5.3.3 || ^7.0"
11571         },
11572         "require-dev": {
11573             "phpunit/phpunit": "^4.6",
11574             "sebastian/version": "^1.0.1"
11575         },
11576         "time": "2018-01-29T19:49:41+00:00",
11577         "type": "library",
11578         "extra": {
11579             "branch-alias": {
11580                 "dev-master": "1.3-dev"
11581             }
11582         },
11583         "installation-source": "dist",
11584         "autoload": {
11585             "psr-4": {
11586                 "Webmozart\\Assert\\": "src/"
11587             }
11588         },
11589         "notification-url": "https://packagist.org/downloads/",
11590         "license": [
11591             "MIT"
11592         ],
11593         "authors": [
11594             {
11595                 "name": "Bernhard Schussek",
11596                 "email": "bschussek@gmail.com"
11597             }
11598         ],
11599         "description": "Assertions to validate method input/output with nice error messages.",
11600         "keywords": [
11601             "assert",
11602             "check",
11603             "validate"
11604         ]
11605     },
11606     {
11607         "name": "webmozart/path-util",
11608         "version": "2.3.0",
11609         "version_normalized": "2.3.0.0",
11610         "source": {
11611             "type": "git",
11612             "url": "https://github.com/webmozart/path-util.git",
11613             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
11614         },
11615         "dist": {
11616             "type": "zip",
11617             "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11618             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11619             "shasum": ""
11620         },
11621         "require": {
11622             "php": ">=5.3.3",
11623             "webmozart/assert": "~1.0"
11624         },
11625         "require-dev": {
11626             "phpunit/phpunit": "^4.6",
11627             "sebastian/version": "^1.0.1"
11628         },
11629         "time": "2015-12-17T08:42:14+00:00",
11630         "type": "library",
11631         "extra": {
11632             "branch-alias": {
11633                 "dev-master": "2.3-dev"
11634             }
11635         },
11636         "installation-source": "dist",
11637         "autoload": {
11638             "psr-4": {
11639                 "Webmozart\\PathUtil\\": "src/"
11640             }
11641         },
11642         "notification-url": "https://packagist.org/downloads/",
11643         "license": [
11644             "MIT"
11645         ],
11646         "authors": [
11647             {
11648                 "name": "Bernhard Schussek",
11649                 "email": "bschussek@gmail.com"
11650             }
11651         ],
11652         "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths."
11653     },
11654     {
11655         "name": "zendframework/zend-diactoros",
11656         "version": "1.7.1",
11657         "version_normalized": "1.7.1.0",
11658         "source": {
11659             "type": "git",
11660             "url": "https://github.com/zendframework/zend-diactoros.git",
11661             "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
11662         },
11663         "dist": {
11664             "type": "zip",
11665             "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
11666             "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
11667             "shasum": ""
11668         },
11669         "require": {
11670             "php": "^5.6 || ^7.0",
11671             "psr/http-message": "^1.0"
11672         },
11673         "provide": {
11674             "psr/http-message-implementation": "1.0"
11675         },
11676         "require-dev": {
11677             "ext-dom": "*",
11678             "ext-libxml": "*",
11679             "phpunit/phpunit": "^5.7.16 || ^6.0.8",
11680             "zendframework/zend-coding-standard": "~1.0"
11681         },
11682         "time": "2018-02-26T15:44:50+00:00",
11683         "type": "library",
11684         "extra": {
11685             "branch-alias": {
11686                 "dev-master": "1.7.x-dev",
11687                 "dev-develop": "1.8.x-dev"
11688             }
11689         },
11690         "installation-source": "dist",
11691         "autoload": {
11692             "psr-4": {
11693                 "Zend\\Diactoros\\": "src/"
11694             }
11695         },
11696         "notification-url": "https://packagist.org/downloads/",
11697         "license": [
11698             "BSD-2-Clause"
11699         ],
11700         "description": "PSR HTTP Message implementations",
11701         "homepage": "https://github.com/zendframework/zend-diactoros",
11702         "keywords": [
11703             "http",
11704             "psr",
11705             "psr-7"
11706         ]
11707     },
11708     {
11709         "name": "zendframework/zend-escaper",
11710         "version": "2.5.2",
11711         "version_normalized": "2.5.2.0",
11712         "source": {
11713             "type": "git",
11714             "url": "https://github.com/zendframework/zend-escaper.git",
11715             "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
11716         },
11717         "dist": {
11718             "type": "zip",
11719             "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
11720             "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
11721             "shasum": ""
11722         },
11723         "require": {
11724             "php": ">=5.5"
11725         },
11726         "require-dev": {
11727             "fabpot/php-cs-fixer": "1.7.*",
11728             "phpunit/phpunit": "~4.0"
11729         },
11730         "time": "2016-06-30T19:48:38+00:00",
11731         "type": "library",
11732         "extra": {
11733             "branch-alias": {
11734                 "dev-master": "2.5-dev",
11735                 "dev-develop": "2.6-dev"
11736             }
11737         },
11738         "installation-source": "dist",
11739         "autoload": {
11740             "psr-4": {
11741                 "Zend\\Escaper\\": "src/"
11742             }
11743         },
11744         "notification-url": "https://packagist.org/downloads/",
11745         "license": [
11746             "BSD-3-Clause"
11747         ],
11748         "homepage": "https://github.com/zendframework/zend-escaper",
11749         "keywords": [
11750             "escaper",
11751             "zf2"
11752         ]
11753     },
11754     {
11755         "name": "zendframework/zend-feed",
11756         "version": "2.9.0",
11757         "version_normalized": "2.9.0.0",
11758         "source": {
11759             "type": "git",
11760             "url": "https://github.com/zendframework/zend-feed.git",
11761             "reference": "abe88686124d492e0a2a84656f15e5482bfbe030"
11762         },
11763         "dist": {
11764             "type": "zip",
11765             "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/abe88686124d492e0a2a84656f15e5482bfbe030",
11766             "reference": "abe88686124d492e0a2a84656f15e5482bfbe030",
11767             "shasum": ""
11768         },
11769         "require": {
11770             "php": "^5.6 || ^7.0",
11771             "zendframework/zend-escaper": "^2.5.2",
11772             "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
11773         },
11774         "require-dev": {
11775             "phpunit/phpunit": "^5.7.23 || ^6.4.3",
11776             "psr/http-message": "^1.0.1",
11777             "zendframework/zend-cache": "^2.7.2",
11778             "zendframework/zend-coding-standard": "~1.0.0",
11779             "zendframework/zend-db": "^2.8.2",
11780             "zendframework/zend-http": "^2.7",
11781             "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
11782             "zendframework/zend-validator": "^2.10.1"
11783         },
11784         "suggest": {
11785             "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
11786             "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
11787             "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
11788             "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
11789             "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
11790             "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
11791         },
11792         "time": "2017-12-04T17:59:38+00:00",
11793         "type": "library",
11794         "extra": {
11795             "branch-alias": {
11796                 "dev-master": "2.9-dev",
11797                 "dev-develop": "2.10-dev"
11798             }
11799         },
11800         "installation-source": "dist",
11801         "autoload": {
11802             "psr-4": {
11803                 "Zend\\Feed\\": "src/"
11804             }
11805         },
11806         "notification-url": "https://packagist.org/downloads/",
11807         "license": [
11808             "BSD-3-Clause"
11809         ],
11810         "description": "provides functionality for consuming RSS and Atom feeds",
11811         "keywords": [
11812             "ZendFramework",
11813             "feed",
11814             "zf"
11815         ]
11816     },
11817     {
11818         "name": "zendframework/zend-stdlib",
11819         "version": "3.1.0",
11820         "version_normalized": "3.1.0.0",
11821         "source": {
11822             "type": "git",
11823             "url": "https://github.com/zendframework/zend-stdlib.git",
11824             "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
11825         },
11826         "dist": {
11827             "type": "zip",
11828             "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
11829             "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
11830             "shasum": ""
11831         },
11832         "require": {
11833             "php": "^5.6 || ^7.0"
11834         },
11835         "require-dev": {
11836             "athletic/athletic": "~0.1",
11837             "phpunit/phpunit": "~4.0",
11838             "squizlabs/php_codesniffer": "^2.6.2"
11839         },
11840         "time": "2016-09-13T14:38:50+00:00",
11841         "type": "library",
11842         "extra": {
11843             "branch-alias": {
11844                 "dev-master": "3.1-dev",
11845                 "dev-develop": "3.2-dev"
11846             }
11847         },
11848         "installation-source": "dist",
11849         "autoload": {
11850             "psr-4": {
11851                 "Zend\\Stdlib\\": "src/"
11852             }
11853         },
11854         "notification-url": "https://packagist.org/downloads/",
11855         "license": [
11856             "BSD-3-Clause"
11857         ],
11858         "homepage": "https://github.com/zendframework/zend-stdlib",
11859         "keywords": [
11860             "stdlib",
11861             "zf2"
11862         ]
11863     }
11864 ]