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