Version 1
[yaffs-website] / vendor / composer / installed.json
1 [
2     {
3         "name": "drupal-composer/drupal-scaffold",
4         "version": "2.2.0",
5         "version_normalized": "2.2.0.0",
6         "source": {
7             "type": "git",
8             "url": "https://github.com/drupal-composer/drupal-scaffold.git",
9             "reference": "3ad465ac853c2e52e6a808f5529859917662c256"
10         },
11         "dist": {
12             "type": "zip",
13             "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/3ad465ac853c2e52e6a808f5529859917662c256",
14             "reference": "3ad465ac853c2e52e6a808f5529859917662c256",
15             "shasum": ""
16         },
17         "require": {
18             "composer-plugin-api": "^1.0.0",
19             "php": ">=5.4.5"
20         },
21         "require-dev": {
22             "composer/composer": "dev-master",
23             "phpunit/phpunit": "^4.4.0"
24         },
25         "time": "2016-11-05T10:46:44+00:00",
26         "type": "composer-plugin",
27         "extra": {
28             "class": "DrupalComposer\\DrupalScaffold\\Plugin",
29             "branch-alias": {
30                 "dev-master": "2.0.x-dev"
31             }
32         },
33         "installation-source": "dist",
34         "autoload": {
35             "psr-4": {
36                 "DrupalComposer\\DrupalScaffold\\": "src/"
37             }
38         },
39         "notification-url": "https://packagist.org/downloads/",
40         "license": [
41             "GPL-2.0+"
42         ],
43         "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core"
44     },
45     {
46         "name": "composer/installers",
47         "version": "v1.2.0",
48         "version_normalized": "1.2.0.0",
49         "source": {
50             "type": "git",
51             "url": "https://github.com/composer/installers.git",
52             "reference": "d78064c68299743e0161004f2de3a0204e33b804"
53         },
54         "dist": {
55             "type": "zip",
56             "url": "https://api.github.com/repos/composer/installers/zipball/d78064c68299743e0161004f2de3a0204e33b804",
57             "reference": "d78064c68299743e0161004f2de3a0204e33b804",
58             "shasum": ""
59         },
60         "require": {
61             "composer-plugin-api": "^1.0"
62         },
63         "replace": {
64             "roundcube/plugin-installer": "*",
65             "shama/baton": "*"
66         },
67         "require-dev": {
68             "composer/composer": "1.0.*@dev",
69             "phpunit/phpunit": "4.1.*"
70         },
71         "time": "2016-08-13T20:53:52+00:00",
72         "type": "composer-plugin",
73         "extra": {
74             "class": "Composer\\Installers\\Plugin",
75             "branch-alias": {
76                 "dev-master": "1.0-dev"
77             }
78         },
79         "installation-source": "dist",
80         "autoload": {
81             "psr-4": {
82                 "Composer\\Installers\\": "src/Composer/Installers"
83             }
84         },
85         "notification-url": "https://packagist.org/downloads/",
86         "license": [
87             "MIT"
88         ],
89         "authors": [
90             {
91                 "name": "Kyle Robinson Young",
92                 "email": "kyle@dontkry.com",
93                 "homepage": "https://github.com/shama"
94             }
95         ],
96         "description": "A multi-framework Composer library installer",
97         "homepage": "https://composer.github.io/installers/",
98         "keywords": [
99             "Craft",
100             "Dolibarr",
101             "Hurad",
102             "ImageCMS",
103             "MODX Evo",
104             "Mautic",
105             "OXID",
106             "Plentymarkets",
107             "RadPHP",
108             "SMF",
109             "Thelia",
110             "WolfCMS",
111             "agl",
112             "aimeos",
113             "annotatecms",
114             "attogram",
115             "bitrix",
116             "cakephp",
117             "chef",
118             "cockpit",
119             "codeigniter",
120             "concrete5",
121             "croogo",
122             "dokuwiki",
123             "drupal",
124             "elgg",
125             "expressionengine",
126             "fuelphp",
127             "grav",
128             "installer",
129             "joomla",
130             "kohana",
131             "laravel",
132             "lithium",
133             "magento",
134             "mako",
135             "mediawiki",
136             "modulework",
137             "moodle",
138             "phpbb",
139             "piwik",
140             "ppi",
141             "puppet",
142             "reindex",
143             "roundcube",
144             "shopware",
145             "silverstripe",
146             "symfony",
147             "typo3",
148             "wordpress",
149             "yawik",
150             "zend",
151             "zikula"
152         ]
153     },
154     {
155         "name": "zendframework/zend-stdlib",
156         "version": "3.1.0",
157         "version_normalized": "3.1.0.0",
158         "source": {
159             "type": "git",
160             "url": "https://github.com/zendframework/zend-stdlib.git",
161             "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
162         },
163         "dist": {
164             "type": "zip",
165             "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
166             "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
167             "shasum": ""
168         },
169         "require": {
170             "php": "^5.6 || ^7.0"
171         },
172         "require-dev": {
173             "athletic/athletic": "~0.1",
174             "phpunit/phpunit": "~4.0",
175             "squizlabs/php_codesniffer": "^2.6.2"
176         },
177         "time": "2016-09-13T14:38:50+00:00",
178         "type": "library",
179         "extra": {
180             "branch-alias": {
181                 "dev-master": "3.1-dev",
182                 "dev-develop": "3.2-dev"
183             }
184         },
185         "installation-source": "dist",
186         "autoload": {
187             "psr-4": {
188                 "Zend\\Stdlib\\": "src/"
189             }
190         },
191         "notification-url": "https://packagist.org/downloads/",
192         "license": [
193             "BSD-3-Clause"
194         ],
195         "homepage": "https://github.com/zendframework/zend-stdlib",
196         "keywords": [
197             "stdlib",
198             "zf2"
199         ]
200     },
201     {
202         "name": "zendframework/zend-escaper",
203         "version": "2.5.2",
204         "version_normalized": "2.5.2.0",
205         "source": {
206             "type": "git",
207             "url": "https://github.com/zendframework/zend-escaper.git",
208             "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
209         },
210         "dist": {
211             "type": "zip",
212             "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
213             "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
214             "shasum": ""
215         },
216         "require": {
217             "php": ">=5.5"
218         },
219         "require-dev": {
220             "fabpot/php-cs-fixer": "1.7.*",
221             "phpunit/phpunit": "~4.0"
222         },
223         "time": "2016-06-30T19:48:38+00:00",
224         "type": "library",
225         "extra": {
226             "branch-alias": {
227                 "dev-master": "2.5-dev",
228                 "dev-develop": "2.6-dev"
229             }
230         },
231         "installation-source": "dist",
232         "autoload": {
233             "psr-4": {
234                 "Zend\\Escaper\\": "src/"
235             }
236         },
237         "notification-url": "https://packagist.org/downloads/",
238         "license": [
239             "BSD-3-Clause"
240         ],
241         "homepage": "https://github.com/zendframework/zend-escaper",
242         "keywords": [
243             "escaper",
244             "zf2"
245         ]
246     },
247     {
248         "name": "psr/http-message",
249         "version": "1.0.1",
250         "version_normalized": "1.0.1.0",
251         "source": {
252             "type": "git",
253             "url": "https://github.com/php-fig/http-message.git",
254             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
255         },
256         "dist": {
257             "type": "zip",
258             "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
259             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
260             "shasum": ""
261         },
262         "require": {
263             "php": ">=5.3.0"
264         },
265         "time": "2016-08-06T14:39:51+00:00",
266         "type": "library",
267         "extra": {
268             "branch-alias": {
269                 "dev-master": "1.0.x-dev"
270             }
271         },
272         "installation-source": "dist",
273         "autoload": {
274             "psr-4": {
275                 "Psr\\Http\\Message\\": "src/"
276             }
277         },
278         "notification-url": "https://packagist.org/downloads/",
279         "license": [
280             "MIT"
281         ],
282         "authors": [
283             {
284                 "name": "PHP-FIG",
285                 "homepage": "http://www.php-fig.org/"
286             }
287         ],
288         "description": "Common interface for HTTP messages",
289         "homepage": "https://github.com/php-fig/http-message",
290         "keywords": [
291             "http",
292             "http-message",
293             "psr",
294             "psr-7",
295             "request",
296             "response"
297         ]
298     },
299     {
300         "name": "symfony/polyfill-mbstring",
301         "version": "v1.3.0",
302         "version_normalized": "1.3.0.0",
303         "source": {
304             "type": "git",
305             "url": "https://github.com/symfony/polyfill-mbstring.git",
306             "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
307         },
308         "dist": {
309             "type": "zip",
310             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
311             "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
312             "shasum": ""
313         },
314         "require": {
315             "php": ">=5.3.3"
316         },
317         "suggest": {
318             "ext-mbstring": "For best performance"
319         },
320         "time": "2016-11-14T01:06:16+00:00",
321         "type": "library",
322         "extra": {
323             "branch-alias": {
324                 "dev-master": "1.3-dev"
325             }
326         },
327         "installation-source": "dist",
328         "autoload": {
329             "psr-4": {
330                 "Symfony\\Polyfill\\Mbstring\\": ""
331             },
332             "files": [
333                 "bootstrap.php"
334             ]
335         },
336         "notification-url": "https://packagist.org/downloads/",
337         "license": [
338             "MIT"
339         ],
340         "authors": [
341             {
342                 "name": "Nicolas Grekas",
343                 "email": "p@tchwork.com"
344             },
345             {
346                 "name": "Symfony Community",
347                 "homepage": "https://symfony.com/contributors"
348             }
349         ],
350         "description": "Symfony polyfill for the Mbstring extension",
351         "homepage": "https://symfony.com",
352         "keywords": [
353             "compatibility",
354             "mbstring",
355             "polyfill",
356             "portable",
357             "shim"
358         ]
359     },
360     {
361         "name": "ircmaxell/password-compat",
362         "version": "v1.0.4",
363         "version_normalized": "1.0.4.0",
364         "source": {
365             "type": "git",
366             "url": "https://github.com/ircmaxell/password_compat.git",
367             "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
368         },
369         "dist": {
370             "type": "zip",
371             "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
372             "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
373             "shasum": ""
374         },
375         "require-dev": {
376             "phpunit/phpunit": "4.*"
377         },
378         "time": "2014-11-20T16:49:30+00:00",
379         "type": "library",
380         "installation-source": "dist",
381         "autoload": {
382             "files": [
383                 "lib/password.php"
384             ]
385         },
386         "notification-url": "https://packagist.org/downloads/",
387         "license": [
388             "MIT"
389         ],
390         "authors": [
391             {
392                 "name": "Anthony Ferrara",
393                 "email": "ircmaxell@php.net",
394                 "homepage": "http://blog.ircmaxell.com"
395             }
396         ],
397         "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
398         "homepage": "https://github.com/ircmaxell/password_compat",
399         "keywords": [
400             "hashing",
401             "password"
402         ]
403     },
404     {
405         "name": "symfony/polyfill-php55",
406         "version": "v1.3.0",
407         "version_normalized": "1.3.0.0",
408         "source": {
409             "type": "git",
410             "url": "https://github.com/symfony/polyfill-php55.git",
411             "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
412         },
413         "dist": {
414             "type": "zip",
415             "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
416             "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
417             "shasum": ""
418         },
419         "require": {
420             "ircmaxell/password-compat": "~1.0",
421             "php": ">=5.3.3"
422         },
423         "time": "2016-11-14T01:06:16+00:00",
424         "type": "library",
425         "extra": {
426             "branch-alias": {
427                 "dev-master": "1.3-dev"
428             }
429         },
430         "installation-source": "dist",
431         "autoload": {
432             "psr-4": {
433                 "Symfony\\Polyfill\\Php55\\": ""
434             },
435             "files": [
436                 "bootstrap.php"
437             ]
438         },
439         "notification-url": "https://packagist.org/downloads/",
440         "license": [
441             "MIT"
442         ],
443         "authors": [
444             {
445                 "name": "Nicolas Grekas",
446                 "email": "p@tchwork.com"
447             },
448             {
449                 "name": "Symfony Community",
450                 "homepage": "https://symfony.com/contributors"
451             }
452         ],
453         "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
454         "homepage": "https://symfony.com",
455         "keywords": [
456             "compatibility",
457             "polyfill",
458             "portable",
459             "shim"
460         ]
461     },
462     {
463         "name": "symfony/polyfill-php54",
464         "version": "v1.3.0",
465         "version_normalized": "1.3.0.0",
466         "source": {
467             "type": "git",
468             "url": "https://github.com/symfony/polyfill-php54.git",
469             "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
470         },
471         "dist": {
472             "type": "zip",
473             "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
474             "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
475             "shasum": ""
476         },
477         "require": {
478             "php": ">=5.3.3"
479         },
480         "time": "2016-11-14T01:06:16+00:00",
481         "type": "library",
482         "extra": {
483             "branch-alias": {
484                 "dev-master": "1.3-dev"
485             }
486         },
487         "installation-source": "dist",
488         "autoload": {
489             "psr-4": {
490                 "Symfony\\Polyfill\\Php54\\": ""
491             },
492             "files": [
493                 "bootstrap.php"
494             ],
495             "classmap": [
496                 "Resources/stubs"
497             ]
498         },
499         "notification-url": "https://packagist.org/downloads/",
500         "license": [
501             "MIT"
502         ],
503         "authors": [
504             {
505                 "name": "Nicolas Grekas",
506                 "email": "p@tchwork.com"
507             },
508             {
509                 "name": "Symfony Community",
510                 "homepage": "https://symfony.com/contributors"
511             }
512         ],
513         "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
514         "homepage": "https://symfony.com",
515         "keywords": [
516             "compatibility",
517             "polyfill",
518             "portable",
519             "shim"
520         ]
521     },
522     {
523         "name": "symfony/polyfill-iconv",
524         "version": "v1.3.0",
525         "version_normalized": "1.3.0.0",
526         "source": {
527             "type": "git",
528             "url": "https://github.com/symfony/polyfill-iconv.git",
529             "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97"
530         },
531         "dist": {
532             "type": "zip",
533             "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cba36f3616d9866b3e52662e88da5c090fac1e97",
534             "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97",
535             "shasum": ""
536         },
537         "require": {
538             "php": ">=5.3.3"
539         },
540         "suggest": {
541             "ext-iconv": "For best performance"
542         },
543         "time": "2016-11-14T01:06:16+00:00",
544         "type": "library",
545         "extra": {
546             "branch-alias": {
547                 "dev-master": "1.3-dev"
548             }
549         },
550         "installation-source": "dist",
551         "autoload": {
552             "psr-4": {
553                 "Symfony\\Polyfill\\Iconv\\": ""
554             },
555             "files": [
556                 "bootstrap.php"
557             ]
558         },
559         "notification-url": "https://packagist.org/downloads/",
560         "license": [
561             "MIT"
562         ],
563         "authors": [
564             {
565                 "name": "Nicolas Grekas",
566                 "email": "p@tchwork.com"
567             },
568             {
569                 "name": "Symfony Community",
570                 "homepage": "https://symfony.com/contributors"
571             }
572         ],
573         "description": "Symfony polyfill for the Iconv extension",
574         "homepage": "https://symfony.com",
575         "keywords": [
576             "compatibility",
577             "iconv",
578             "polyfill",
579             "portable",
580             "shim"
581         ]
582     },
583     {
584         "name": "psr/log",
585         "version": "1.0.2",
586         "version_normalized": "1.0.2.0",
587         "source": {
588             "type": "git",
589             "url": "https://github.com/php-fig/log.git",
590             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
591         },
592         "dist": {
593             "type": "zip",
594             "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
595             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
596             "shasum": ""
597         },
598         "require": {
599             "php": ">=5.3.0"
600         },
601         "time": "2016-10-10T12:19:37+00:00",
602         "type": "library",
603         "extra": {
604             "branch-alias": {
605                 "dev-master": "1.0.x-dev"
606             }
607         },
608         "installation-source": "dist",
609         "autoload": {
610             "psr-4": {
611                 "Psr\\Log\\": "Psr/Log/"
612             }
613         },
614         "notification-url": "https://packagist.org/downloads/",
615         "license": [
616             "MIT"
617         ],
618         "authors": [
619             {
620                 "name": "PHP-FIG",
621                 "homepage": "http://www.php-fig.org/"
622             }
623         ],
624         "description": "Common interface for logging libraries",
625         "homepage": "https://github.com/php-fig/log",
626         "keywords": [
627             "log",
628             "psr",
629             "psr-3"
630         ]
631     },
632     {
633         "name": "symfony/polyfill-apcu",
634         "version": "v1.3.0",
635         "version_normalized": "1.3.0.0",
636         "source": {
637             "type": "git",
638             "url": "https://github.com/symfony/polyfill-apcu.git",
639             "reference": "5d4474f447403c3348e37b70acc2b95475b7befa"
640         },
641         "dist": {
642             "type": "zip",
643             "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa",
644             "reference": "5d4474f447403c3348e37b70acc2b95475b7befa",
645             "shasum": ""
646         },
647         "require": {
648             "php": ">=5.3.3"
649         },
650         "time": "2016-11-14T01:06:16+00:00",
651         "type": "library",
652         "extra": {
653             "branch-alias": {
654                 "dev-master": "1.3-dev"
655             }
656         },
657         "installation-source": "dist",
658         "autoload": {
659             "files": [
660                 "bootstrap.php"
661             ]
662         },
663         "notification-url": "https://packagist.org/downloads/",
664         "license": [
665             "MIT"
666         ],
667         "authors": [
668             {
669                 "name": "Nicolas Grekas",
670                 "email": "p@tchwork.com"
671             },
672             {
673                 "name": "Symfony Community",
674                 "homepage": "https://symfony.com/contributors"
675             }
676         ],
677         "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
678         "homepage": "https://symfony.com",
679         "keywords": [
680             "apcu",
681             "compatibility",
682             "polyfill",
683             "portable",
684             "shim"
685         ]
686     },
687     {
688         "name": "symfony-cmf/routing",
689         "version": "1.4.0",
690         "version_normalized": "1.4.0.0",
691         "source": {
692             "type": "git",
693             "url": "https://github.com/symfony-cmf/Routing.git",
694             "reference": "b93704ca098334f56e9b317932f21a4362e620db"
695         },
696         "dist": {
697             "type": "zip",
698             "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/b93704ca098334f56e9b317932f21a4362e620db",
699             "reference": "b93704ca098334f56e9b317932f21a4362e620db",
700             "shasum": ""
701         },
702         "require": {
703             "php": "^5.3.9|^7.0",
704             "psr/log": "1.*",
705             "symfony/http-kernel": "^2.2|3.*",
706             "symfony/routing": "^2.2|3.*"
707         },
708         "require-dev": {
709             "friendsofsymfony/jsrouting-bundle": "^1.1",
710             "symfony-cmf/testing": "^1.3",
711             "symfony/config": "^2.2|3.*",
712             "symfony/dependency-injection": "^2.0.5|3.*",
713             "symfony/event-dispatcher": "^2.1|3.*"
714         },
715         "suggest": {
716             "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
717         },
718         "time": "2016-03-31T09:11:39+00:00",
719         "type": "library",
720         "extra": {
721             "branch-alias": {
722                 "dev-master": "1.4-dev"
723             }
724         },
725         "installation-source": "dist",
726         "autoload": {
727             "psr-4": {
728                 "Symfony\\Cmf\\Component\\Routing\\": ""
729             }
730         },
731         "notification-url": "https://packagist.org/downloads/",
732         "license": [
733             "MIT"
734         ],
735         "authors": [
736             {
737                 "name": "Symfony CMF Community",
738                 "homepage": "https://github.com/symfony-cmf/Routing/contributors"
739             }
740         ],
741         "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
742         "homepage": "http://cmf.symfony.com",
743         "keywords": [
744             "database",
745             "routing"
746         ]
747     },
748     {
749         "name": "stack/builder",
750         "version": "v1.0.4",
751         "version_normalized": "1.0.4.0",
752         "source": {
753             "type": "git",
754             "url": "https://github.com/stackphp/builder.git",
755             "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425"
756         },
757         "dist": {
758             "type": "zip",
759             "url": "https://api.github.com/repos/stackphp/builder/zipball/59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
760             "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
761             "shasum": ""
762         },
763         "require": {
764             "php": ">=5.3.0",
765             "symfony/http-foundation": "~2.1|~3.0",
766             "symfony/http-kernel": "~2.1|~3.0"
767         },
768         "require-dev": {
769             "silex/silex": "~1.0"
770         },
771         "time": "2016-06-02T06:58:42+00:00",
772         "type": "library",
773         "extra": {
774             "branch-alias": {
775                 "dev-master": "1.0-dev"
776             }
777         },
778         "installation-source": "dist",
779         "autoload": {
780             "psr-0": {
781                 "Stack": "src"
782             }
783         },
784         "notification-url": "https://packagist.org/downloads/",
785         "license": [
786             "MIT"
787         ],
788         "authors": [
789             {
790                 "name": "Igor Wiedler",
791                 "email": "igor@wiedler.ch"
792             }
793         ],
794         "description": "Builder for stack middlewares based on HttpKernelInterface.",
795         "keywords": [
796             "stack"
797         ]
798     },
799     {
800         "name": "masterminds/html5",
801         "version": "2.2.2",
802         "version_normalized": "2.2.2.0",
803         "source": {
804             "type": "git",
805             "url": "https://github.com/Masterminds/html5-php.git",
806             "reference": "7866e93dcf0245de22378414e0c2c7350abc45af"
807         },
808         "dist": {
809             "type": "zip",
810             "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/7866e93dcf0245de22378414e0c2c7350abc45af",
811             "reference": "7866e93dcf0245de22378414e0c2c7350abc45af",
812             "shasum": ""
813         },
814         "require": {
815             "ext-libxml": "*",
816             "php": ">=5.3.0"
817         },
818         "require-dev": {
819             "phpunit/phpunit": "4.*",
820             "sami/sami": "~2.0",
821             "satooshi/php-coveralls": "1.0.*"
822         },
823         "time": "2016-09-22T11:01:11+00:00",
824         "type": "library",
825         "extra": {
826             "branch-alias": {
827                 "dev-master": "2.2-dev"
828             }
829         },
830         "installation-source": "dist",
831         "autoload": {
832             "psr-4": {
833                 "Masterminds\\": "src"
834             }
835         },
836         "notification-url": "https://packagist.org/downloads/",
837         "license": [
838             "MIT"
839         ],
840         "authors": [
841             {
842                 "name": "Matt Butcher",
843                 "email": "technosophos@gmail.com"
844             },
845             {
846                 "name": "Asmir Mustafic",
847                 "email": "goetas@gmail.com"
848             },
849             {
850                 "name": "Matt Farina",
851                 "email": "matt@mattfarina.com"
852             }
853         ],
854         "description": "An HTML5 parser and serializer.",
855         "homepage": "http://masterminds.github.io/html5-php",
856         "keywords": [
857             "HTML5",
858             "dom",
859             "html",
860             "parser",
861             "querypath",
862             "serializer",
863             "xml"
864         ]
865     },
866     {
867         "name": "guzzlehttp/promises",
868         "version": "v1.3.1",
869         "version_normalized": "1.3.1.0",
870         "source": {
871             "type": "git",
872             "url": "https://github.com/guzzle/promises.git",
873             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
874         },
875         "dist": {
876             "type": "zip",
877             "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
878             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
879             "shasum": ""
880         },
881         "require": {
882             "php": ">=5.5.0"
883         },
884         "require-dev": {
885             "phpunit/phpunit": "^4.0"
886         },
887         "time": "2016-12-20T10:07:11+00:00",
888         "type": "library",
889         "extra": {
890             "branch-alias": {
891                 "dev-master": "1.4-dev"
892             }
893         },
894         "installation-source": "dist",
895         "autoload": {
896             "psr-4": {
897                 "GuzzleHttp\\Promise\\": "src/"
898             },
899             "files": [
900                 "src/functions_include.php"
901             ]
902         },
903         "notification-url": "https://packagist.org/downloads/",
904         "license": [
905             "MIT"
906         ],
907         "authors": [
908             {
909                 "name": "Michael Dowling",
910                 "email": "mtdowling@gmail.com",
911                 "homepage": "https://github.com/mtdowling"
912             }
913         ],
914         "description": "Guzzle promises library",
915         "keywords": [
916             "promise"
917         ]
918     },
919     {
920         "name": "doctrine/lexer",
921         "version": "v1.0.1",
922         "version_normalized": "1.0.1.0",
923         "source": {
924             "type": "git",
925             "url": "https://github.com/doctrine/lexer.git",
926             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
927         },
928         "dist": {
929             "type": "zip",
930             "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
931             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
932             "shasum": ""
933         },
934         "require": {
935             "php": ">=5.3.2"
936         },
937         "time": "2014-09-09T13:34:57+00:00",
938         "type": "library",
939         "extra": {
940             "branch-alias": {
941                 "dev-master": "1.0.x-dev"
942             }
943         },
944         "installation-source": "dist",
945         "autoload": {
946             "psr-0": {
947                 "Doctrine\\Common\\Lexer\\": "lib/"
948             }
949         },
950         "notification-url": "https://packagist.org/downloads/",
951         "license": [
952             "MIT"
953         ],
954         "authors": [
955             {
956                 "name": "Roman Borschel",
957                 "email": "roman@code-factory.org"
958             },
959             {
960                 "name": "Guilherme Blanco",
961                 "email": "guilhermeblanco@gmail.com"
962             },
963             {
964                 "name": "Johannes Schmitt",
965                 "email": "schmittjoh@gmail.com"
966             }
967         ],
968         "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
969         "homepage": "http://www.doctrine-project.org",
970         "keywords": [
971             "lexer",
972             "parser"
973         ]
974     },
975     {
976         "name": "egulias/email-validator",
977         "version": "1.2.14",
978         "version_normalized": "1.2.14.0",
979         "source": {
980             "type": "git",
981             "url": "https://github.com/egulias/EmailValidator.git",
982             "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
983         },
984         "dist": {
985             "type": "zip",
986             "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
987             "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
988             "shasum": ""
989         },
990         "require": {
991             "doctrine/lexer": "^1.0.1",
992             "php": ">= 5.3.3"
993         },
994         "require-dev": {
995             "phpunit/phpunit": "^4.8.24"
996         },
997         "time": "2017-02-03T22:48:59+00:00",
998         "type": "library",
999         "extra": {
1000             "branch-alias": {
1001                 "dev-master": "2.0.x-dev"
1002             }
1003         },
1004         "installation-source": "dist",
1005         "autoload": {
1006             "psr-0": {
1007                 "Egulias\\": "src/"
1008             }
1009         },
1010         "notification-url": "https://packagist.org/downloads/",
1011         "license": [
1012             "MIT"
1013         ],
1014         "authors": [
1015             {
1016                 "name": "Eduardo Gulias Davis"
1017             }
1018         ],
1019         "description": "A library for validating emails",
1020         "homepage": "https://github.com/egulias/EmailValidator",
1021         "keywords": [
1022             "email",
1023             "emailvalidation",
1024             "emailvalidator",
1025             "validation",
1026             "validator"
1027         ]
1028     },
1029     {
1030         "name": "easyrdf/easyrdf",
1031         "version": "0.9.1",
1032         "version_normalized": "0.9.1.0",
1033         "source": {
1034             "type": "git",
1035             "url": "https://github.com/njh/easyrdf.git",
1036             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
1037         },
1038         "dist": {
1039             "type": "zip",
1040             "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
1041             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
1042             "shasum": ""
1043         },
1044         "require": {
1045             "ext-mbstring": "*",
1046             "ext-pcre": "*",
1047             "php": ">=5.2.8"
1048         },
1049         "require-dev": {
1050             "phpunit/phpunit": "~3.5",
1051             "sami/sami": "~1.4",
1052             "squizlabs/php_codesniffer": "~1.4.3"
1053         },
1054         "suggest": {
1055             "ml/json-ld": "~1.0"
1056         },
1057         "time": "2015-02-27T09:45:49+00:00",
1058         "type": "library",
1059         "installation-source": "dist",
1060         "autoload": {
1061             "psr-0": {
1062                 "EasyRdf_": "lib/"
1063             }
1064         },
1065         "notification-url": "https://packagist.org/downloads/",
1066         "license": [
1067             "BSD-3-Clause"
1068         ],
1069         "authors": [
1070             {
1071                 "name": "Nicholas Humfrey",
1072                 "email": "njh@aelius.com",
1073                 "homepage": "http://www.aelius.com/njh/",
1074                 "role": "Developer"
1075             },
1076             {
1077                 "name": "Alexey Zakhlestin",
1078                 "email": "indeyets@gmail.com",
1079                 "role": "Developer"
1080             }
1081         ],
1082         "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
1083         "homepage": "http://www.easyrdf.org/",
1084         "keywords": [
1085             "Linked Data",
1086             "RDF",
1087             "Semantic Web",
1088             "Turtle",
1089             "rdfa",
1090             "sparql"
1091         ]
1092     },
1093     {
1094         "name": "doctrine/inflector",
1095         "version": "v1.1.0",
1096         "version_normalized": "1.1.0.0",
1097         "source": {
1098             "type": "git",
1099             "url": "https://github.com/doctrine/inflector.git",
1100             "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
1101         },
1102         "dist": {
1103             "type": "zip",
1104             "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
1105             "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
1106             "shasum": ""
1107         },
1108         "require": {
1109             "php": ">=5.3.2"
1110         },
1111         "require-dev": {
1112             "phpunit/phpunit": "4.*"
1113         },
1114         "time": "2015-11-06T14:35:42+00:00",
1115         "type": "library",
1116         "extra": {
1117             "branch-alias": {
1118                 "dev-master": "1.1.x-dev"
1119             }
1120         },
1121         "installation-source": "dist",
1122         "autoload": {
1123             "psr-0": {
1124                 "Doctrine\\Common\\Inflector\\": "lib/"
1125             }
1126         },
1127         "notification-url": "https://packagist.org/downloads/",
1128         "license": [
1129             "MIT"
1130         ],
1131         "authors": [
1132             {
1133                 "name": "Roman Borschel",
1134                 "email": "roman@code-factory.org"
1135             },
1136             {
1137                 "name": "Benjamin Eberlei",
1138                 "email": "kontakt@beberlei.de"
1139             },
1140             {
1141                 "name": "Guilherme Blanco",
1142                 "email": "guilhermeblanco@gmail.com"
1143             },
1144             {
1145                 "name": "Jonathan Wage",
1146                 "email": "jonwage@gmail.com"
1147             },
1148             {
1149                 "name": "Johannes Schmitt",
1150                 "email": "schmittjoh@gmail.com"
1151             }
1152         ],
1153         "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1154         "homepage": "http://www.doctrine-project.org",
1155         "keywords": [
1156             "inflection",
1157             "pluralize",
1158             "singularize",
1159             "string"
1160         ]
1161     },
1162     {
1163         "name": "doctrine/collections",
1164         "version": "v1.3.0",
1165         "version_normalized": "1.3.0.0",
1166         "source": {
1167             "type": "git",
1168             "url": "https://github.com/doctrine/collections.git",
1169             "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
1170         },
1171         "dist": {
1172             "type": "zip",
1173             "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
1174             "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
1175             "shasum": ""
1176         },
1177         "require": {
1178             "php": ">=5.3.2"
1179         },
1180         "require-dev": {
1181             "phpunit/phpunit": "~4.0"
1182         },
1183         "time": "2015-04-14T22:21:58+00:00",
1184         "type": "library",
1185         "extra": {
1186             "branch-alias": {
1187                 "dev-master": "1.2.x-dev"
1188             }
1189         },
1190         "installation-source": "dist",
1191         "autoload": {
1192             "psr-0": {
1193                 "Doctrine\\Common\\Collections\\": "lib/"
1194             }
1195         },
1196         "notification-url": "https://packagist.org/downloads/",
1197         "license": [
1198             "MIT"
1199         ],
1200         "authors": [
1201             {
1202                 "name": "Roman Borschel",
1203                 "email": "roman@code-factory.org"
1204             },
1205             {
1206                 "name": "Benjamin Eberlei",
1207                 "email": "kontakt@beberlei.de"
1208             },
1209             {
1210                 "name": "Guilherme Blanco",
1211                 "email": "guilhermeblanco@gmail.com"
1212             },
1213             {
1214                 "name": "Jonathan Wage",
1215                 "email": "jonwage@gmail.com"
1216             },
1217             {
1218                 "name": "Johannes Schmitt",
1219                 "email": "schmittjoh@gmail.com"
1220             }
1221         ],
1222         "description": "Collections Abstraction library",
1223         "homepage": "http://www.doctrine-project.org",
1224         "keywords": [
1225             "array",
1226             "collections",
1227             "iterator"
1228         ]
1229     },
1230     {
1231         "name": "doctrine/cache",
1232         "version": "v1.6.1",
1233         "version_normalized": "1.6.1.0",
1234         "source": {
1235             "type": "git",
1236             "url": "https://github.com/doctrine/cache.git",
1237             "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
1238         },
1239         "dist": {
1240             "type": "zip",
1241             "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
1242             "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
1243             "shasum": ""
1244         },
1245         "require": {
1246             "php": "~5.5|~7.0"
1247         },
1248         "conflict": {
1249             "doctrine/common": ">2.2,<2.4"
1250         },
1251         "require-dev": {
1252             "phpunit/phpunit": "~4.8|~5.0",
1253             "predis/predis": "~1.0",
1254             "satooshi/php-coveralls": "~0.6"
1255         },
1256         "time": "2016-10-29T11:16:17+00:00",
1257         "type": "library",
1258         "extra": {
1259             "branch-alias": {
1260                 "dev-master": "1.6.x-dev"
1261             }
1262         },
1263         "installation-source": "dist",
1264         "autoload": {
1265             "psr-4": {
1266                 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1267             }
1268         },
1269         "notification-url": "https://packagist.org/downloads/",
1270         "license": [
1271             "MIT"
1272         ],
1273         "authors": [
1274             {
1275                 "name": "Roman Borschel",
1276                 "email": "roman@code-factory.org"
1277             },
1278             {
1279                 "name": "Benjamin Eberlei",
1280                 "email": "kontakt@beberlei.de"
1281             },
1282             {
1283                 "name": "Guilherme Blanco",
1284                 "email": "guilhermeblanco@gmail.com"
1285             },
1286             {
1287                 "name": "Jonathan Wage",
1288                 "email": "jonwage@gmail.com"
1289             },
1290             {
1291                 "name": "Johannes Schmitt",
1292                 "email": "schmittjoh@gmail.com"
1293             }
1294         ],
1295         "description": "Caching library offering an object-oriented API for many cache backends",
1296         "homepage": "http://www.doctrine-project.org",
1297         "keywords": [
1298             "cache",
1299             "caching"
1300         ]
1301     },
1302     {
1303         "name": "doctrine/annotations",
1304         "version": "v1.2.7",
1305         "version_normalized": "1.2.7.0",
1306         "source": {
1307             "type": "git",
1308             "url": "https://github.com/doctrine/annotations.git",
1309             "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
1310         },
1311         "dist": {
1312             "type": "zip",
1313             "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
1314             "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
1315             "shasum": ""
1316         },
1317         "require": {
1318             "doctrine/lexer": "1.*",
1319             "php": ">=5.3.2"
1320         },
1321         "require-dev": {
1322             "doctrine/cache": "1.*",
1323             "phpunit/phpunit": "4.*"
1324         },
1325         "time": "2015-08-31T12:32:49+00:00",
1326         "type": "library",
1327         "extra": {
1328             "branch-alias": {
1329                 "dev-master": "1.3.x-dev"
1330             }
1331         },
1332         "installation-source": "dist",
1333         "autoload": {
1334             "psr-0": {
1335                 "Doctrine\\Common\\Annotations\\": "lib/"
1336             }
1337         },
1338         "notification-url": "https://packagist.org/downloads/",
1339         "license": [
1340             "MIT"
1341         ],
1342         "authors": [
1343             {
1344                 "name": "Roman Borschel",
1345                 "email": "roman@code-factory.org"
1346             },
1347             {
1348                 "name": "Benjamin Eberlei",
1349                 "email": "kontakt@beberlei.de"
1350             },
1351             {
1352                 "name": "Guilherme Blanco",
1353                 "email": "guilhermeblanco@gmail.com"
1354             },
1355             {
1356                 "name": "Jonathan Wage",
1357                 "email": "jonwage@gmail.com"
1358             },
1359             {
1360                 "name": "Johannes Schmitt",
1361                 "email": "schmittjoh@gmail.com"
1362             }
1363         ],
1364         "description": "Docblock Annotations Parser",
1365         "homepage": "http://www.doctrine-project.org",
1366         "keywords": [
1367             "annotations",
1368             "docblock",
1369             "parser"
1370         ]
1371     },
1372     {
1373         "name": "composer/semver",
1374         "version": "1.4.2",
1375         "version_normalized": "1.4.2.0",
1376         "source": {
1377             "type": "git",
1378             "url": "https://github.com/composer/semver.git",
1379             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
1380         },
1381         "dist": {
1382             "type": "zip",
1383             "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
1384             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
1385             "shasum": ""
1386         },
1387         "require": {
1388             "php": "^5.3.2 || ^7.0"
1389         },
1390         "require-dev": {
1391             "phpunit/phpunit": "^4.5 || ^5.0.5",
1392             "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
1393         },
1394         "time": "2016-08-30T16:08:34+00:00",
1395         "type": "library",
1396         "extra": {
1397             "branch-alias": {
1398                 "dev-master": "1.x-dev"
1399             }
1400         },
1401         "installation-source": "dist",
1402         "autoload": {
1403             "psr-4": {
1404                 "Composer\\Semver\\": "src"
1405             }
1406         },
1407         "notification-url": "https://packagist.org/downloads/",
1408         "license": [
1409             "MIT"
1410         ],
1411         "authors": [
1412             {
1413                 "name": "Nils Adermann",
1414                 "email": "naderman@naderman.de",
1415                 "homepage": "http://www.naderman.de"
1416             },
1417             {
1418                 "name": "Jordi Boggiano",
1419                 "email": "j.boggiano@seld.be",
1420                 "homepage": "http://seld.be"
1421             },
1422             {
1423                 "name": "Rob Bast",
1424                 "email": "rob.bast@gmail.com",
1425                 "homepage": "http://robbast.nl"
1426             }
1427         ],
1428         "description": "Semver library that offers utilities, version constraint parsing and validation.",
1429         "keywords": [
1430             "semantic",
1431             "semver",
1432             "validation",
1433             "versioning"
1434         ]
1435     },
1436     {
1437         "name": "jakub-onderka/php-console-color",
1438         "version": "0.1",
1439         "version_normalized": "0.1.0.0",
1440         "source": {
1441             "type": "git",
1442             "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
1443             "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
1444         },
1445         "dist": {
1446             "type": "zip",
1447             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
1448             "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
1449             "shasum": ""
1450         },
1451         "require": {
1452             "php": ">=5.3.2"
1453         },
1454         "require-dev": {
1455             "jakub-onderka/php-code-style": "1.0",
1456             "jakub-onderka/php-parallel-lint": "0.*",
1457             "jakub-onderka/php-var-dump-check": "0.*",
1458             "phpunit/phpunit": "3.7.*",
1459             "squizlabs/php_codesniffer": "1.*"
1460         },
1461         "time": "2014-04-08T15:00:19+00:00",
1462         "type": "library",
1463         "installation-source": "dist",
1464         "autoload": {
1465             "psr-0": {
1466                 "JakubOnderka\\PhpConsoleColor": "src/"
1467             }
1468         },
1469         "notification-url": "https://packagist.org/downloads/",
1470         "license": [
1471             "BSD-2-Clause"
1472         ],
1473         "authors": [
1474             {
1475                 "name": "Jakub Onderka",
1476                 "email": "jakub.onderka@gmail.com",
1477                 "homepage": "http://www.acci.cz"
1478             }
1479         ]
1480     },
1481     {
1482         "name": "jakub-onderka/php-console-highlighter",
1483         "version": "v0.3.2",
1484         "version_normalized": "0.3.2.0",
1485         "source": {
1486             "type": "git",
1487             "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
1488             "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
1489         },
1490         "dist": {
1491             "type": "zip",
1492             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1493             "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1494             "shasum": ""
1495         },
1496         "require": {
1497             "jakub-onderka/php-console-color": "~0.1",
1498             "php": ">=5.3.0"
1499         },
1500         "require-dev": {
1501             "jakub-onderka/php-code-style": "~1.0",
1502             "jakub-onderka/php-parallel-lint": "~0.5",
1503             "jakub-onderka/php-var-dump-check": "~0.1",
1504             "phpunit/phpunit": "~4.0",
1505             "squizlabs/php_codesniffer": "~1.5"
1506         },
1507         "time": "2015-04-20T18:58:01+00:00",
1508         "type": "library",
1509         "installation-source": "dist",
1510         "autoload": {
1511             "psr-0": {
1512                 "JakubOnderka\\PhpConsoleHighlighter": "src/"
1513             }
1514         },
1515         "notification-url": "https://packagist.org/downloads/",
1516         "license": [
1517             "MIT"
1518         ],
1519         "authors": [
1520             {
1521                 "name": "Jakub Onderka",
1522                 "email": "acci@acci.cz",
1523                 "homepage": "http://www.acci.cz/"
1524             }
1525         ]
1526     },
1527     {
1528         "name": "dnoegel/php-xdg-base-dir",
1529         "version": "0.1",
1530         "version_normalized": "0.1.0.0",
1531         "source": {
1532             "type": "git",
1533             "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
1534             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
1535         },
1536         "dist": {
1537             "type": "zip",
1538             "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1539             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1540             "shasum": ""
1541         },
1542         "require": {
1543             "php": ">=5.3.2"
1544         },
1545         "require-dev": {
1546             "phpunit/phpunit": "@stable"
1547         },
1548         "time": "2014-10-24T07:27:01+00:00",
1549         "type": "project",
1550         "installation-source": "dist",
1551         "autoload": {
1552             "psr-4": {
1553                 "XdgBaseDir\\": "src/"
1554             }
1555         },
1556         "notification-url": "https://packagist.org/downloads/",
1557         "license": [
1558             "MIT"
1559         ],
1560         "description": "implementation of xdg base directory specification for php"
1561     },
1562     {
1563         "name": "phpdocumentor/reflection-docblock",
1564         "version": "2.0.4",
1565         "version_normalized": "2.0.4.0",
1566         "source": {
1567             "type": "git",
1568             "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1569             "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1570         },
1571         "dist": {
1572             "type": "zip",
1573             "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1574             "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1575             "shasum": ""
1576         },
1577         "require": {
1578             "php": ">=5.3.3"
1579         },
1580         "require-dev": {
1581             "phpunit/phpunit": "~4.0"
1582         },
1583         "suggest": {
1584             "dflydev/markdown": "~1.0",
1585             "erusev/parsedown": "~1.0"
1586         },
1587         "time": "2015-02-03T12:10:50+00:00",
1588         "type": "library",
1589         "extra": {
1590             "branch-alias": {
1591                 "dev-master": "2.0.x-dev"
1592             }
1593         },
1594         "installation-source": "dist",
1595         "autoload": {
1596             "psr-0": {
1597                 "phpDocumentor": [
1598                     "src/"
1599                 ]
1600             }
1601         },
1602         "notification-url": "https://packagist.org/downloads/",
1603         "license": [
1604             "MIT"
1605         ],
1606         "authors": [
1607             {
1608                 "name": "Mike van Riel",
1609                 "email": "mike.vanriel@naenius.com"
1610             }
1611         ]
1612     },
1613     {
1614         "name": "gabordemooij/redbean",
1615         "version": "v4.3.3",
1616         "version_normalized": "4.3.3.0",
1617         "source": {
1618             "type": "git",
1619             "url": "https://github.com/gabordemooij/redbean.git",
1620             "reference": "1c7ec69850e9f7966ff7feb87b01d8f43a9753d3"
1621         },
1622         "dist": {
1623             "type": "zip",
1624             "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/1c7ec69850e9f7966ff7feb87b01d8f43a9753d3",
1625             "reference": "1c7ec69850e9f7966ff7feb87b01d8f43a9753d3",
1626             "shasum": ""
1627         },
1628         "require": {
1629             "php": ">=5.3.4"
1630         },
1631         "time": "2016-10-03T21:25:17+00:00",
1632         "type": "library",
1633         "installation-source": "dist",
1634         "autoload": {
1635             "psr-4": {
1636                 "RedBeanPHP\\": "RedBeanPHP"
1637             }
1638         },
1639         "notification-url": "https://packagist.org/downloads/",
1640         "license": [
1641             "New BSD and GPLv2"
1642         ],
1643         "authors": [
1644             {
1645                 "name": "Gabor de Mooij",
1646                 "email": "gabor@redbeanphp.com",
1647                 "homepage": "http://redbeanphp.com"
1648             }
1649         ],
1650         "description": "RedBeanPHP ORM",
1651         "homepage": "http://redbeanphp.com/",
1652         "keywords": [
1653             "orm"
1654         ]
1655     },
1656     {
1657         "name": "drupal/console-extend-plugin",
1658         "version": "0.4.0",
1659         "version_normalized": "0.4.0.0",
1660         "source": {
1661             "type": "git",
1662             "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
1663             "reference": "df2396782960335d18a8e5eb6ab630a37ca5f493"
1664         },
1665         "dist": {
1666             "type": "zip",
1667             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/df2396782960335d18a8e5eb6ab630a37ca5f493",
1668             "reference": "df2396782960335d18a8e5eb6ab630a37ca5f493",
1669             "shasum": ""
1670         },
1671         "require": {
1672             "composer-plugin-api": "^1.0",
1673             "symfony/finder": ">=2.7 <3.0",
1674             "symfony/yaml": ">=2.7 <3.0"
1675         },
1676         "time": "2017-02-14T08:38:49+00:00",
1677         "type": "composer-plugin",
1678         "extra": {
1679             "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
1680         },
1681         "installation-source": "dist",
1682         "autoload": {
1683             "psr-4": {
1684                 "Drupal\\Console\\Composer\\Plugin\\": "src"
1685             }
1686         },
1687         "notification-url": "https://packagist.org/downloads/",
1688         "license": [
1689             "GPL-2.0+"
1690         ],
1691         "authors": [
1692             {
1693                 "name": "Jesus Manuel Olivas",
1694                 "email": "jesus.olivas@gmail.com"
1695             }
1696         ],
1697         "description": "Drupal Console Extend Plugin"
1698     },
1699     {
1700         "name": "webflo/drupal-finder",
1701         "version": "0.2.1",
1702         "version_normalized": "0.2.1.0",
1703         "source": {
1704             "type": "git",
1705             "url": "https://github.com/webflo/drupal-finder.git",
1706             "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348"
1707         },
1708         "dist": {
1709             "type": "zip",
1710             "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/4bd98f7e7b1d30e284e55f51d5d0c8712f676348",
1711             "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348",
1712             "shasum": ""
1713         },
1714         "require-dev": {
1715             "mikey179/vfsstream": "^1.6",
1716             "phpunit/phpunit": "^4.8"
1717         },
1718         "time": "2016-11-28T18:50:45+00:00",
1719         "type": "library",
1720         "installation-source": "dist",
1721         "autoload": {
1722             "classmap": [
1723                 "src/DrupalFinder.php"
1724             ]
1725         },
1726         "notification-url": "https://packagist.org/downloads/",
1727         "license": [
1728             "GPL-2.0+"
1729         ],
1730         "authors": [
1731             {
1732                 "name": "Florian Weber",
1733                 "email": "florian@webflo.org"
1734             }
1735         ],
1736         "description": "Helper class to locate a Drupal installation from a given path."
1737     },
1738     {
1739         "name": "stecman/symfony-console-completion",
1740         "version": "0.7.0",
1741         "version_normalized": "0.7.0.0",
1742         "source": {
1743             "type": "git",
1744             "url": "https://github.com/stecman/symfony-console-completion.git",
1745             "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
1746         },
1747         "dist": {
1748             "type": "zip",
1749             "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
1750             "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
1751             "shasum": ""
1752         },
1753         "require": {
1754             "php": ">=5.3.2",
1755             "symfony/console": "~2.3 || ~3.0"
1756         },
1757         "require-dev": {
1758             "phpunit/phpunit": "~4.4"
1759         },
1760         "time": "2016-02-24T05:08:54+00:00",
1761         "type": "library",
1762         "extra": {
1763             "branch-alias": {
1764                 "dev-master": "0.6.x-dev"
1765             }
1766         },
1767         "installation-source": "dist",
1768         "autoload": {
1769             "psr-4": {
1770                 "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
1771             }
1772         },
1773         "notification-url": "https://packagist.org/downloads/",
1774         "license": [
1775             "MIT"
1776         ],
1777         "authors": [
1778             {
1779                 "name": "Stephen Holdaway",
1780                 "email": "stephen@stecman.co.nz"
1781             }
1782         ],
1783         "description": "Automatic BASH completion for Symfony Console Component based applications."
1784     },
1785     {
1786         "name": "drupal/console-en",
1787         "version": "1.0.0-rc16",
1788         "version_normalized": "1.0.0.0-RC16",
1789         "source": {
1790             "type": "git",
1791             "url": "https://github.com/hechoendrupal/drupal-console-en.git",
1792             "reference": "32c1e4c31500ba4ccd5e68bd74977fd6258c3e37"
1793         },
1794         "dist": {
1795             "type": "zip",
1796             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/32c1e4c31500ba4ccd5e68bd74977fd6258c3e37",
1797             "reference": "32c1e4c31500ba4ccd5e68bd74977fd6258c3e37",
1798             "shasum": ""
1799         },
1800         "time": "2017-02-09T16:02:27+00:00",
1801         "type": "drupal-console-language",
1802         "installation-source": "dist",
1803         "notification-url": "https://packagist.org/downloads/",
1804         "license": [
1805             "GPL-2.0+"
1806         ],
1807         "authors": [
1808             {
1809                 "name": "David Flores",
1810                 "email": "dmousex@gmail.com",
1811                 "homepage": "http://dmouse.net"
1812             },
1813             {
1814                 "name": "Jesus Manuel Olivas",
1815                 "email": "jesus.olivas@gmail.com",
1816                 "homepage": "http://jmolivas.com"
1817             },
1818             {
1819                 "name": "Drupal Console Contributors",
1820                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
1821             },
1822             {
1823                 "name": "Eduardo Garcia",
1824                 "email": "enzo@enzolutions.com",
1825                 "homepage": "http://enzolutions.com/"
1826             },
1827             {
1828                 "name": "Omar Aguirre",
1829                 "email": "omersguchigu@gmail.com"
1830             }
1831         ],
1832         "description": "Drupal Console English Language",
1833         "homepage": "http://drupalconsole.com/",
1834         "keywords": [
1835             "console",
1836             "development",
1837             "drupal",
1838             "symfony"
1839         ]
1840     },
1841     {
1842         "name": "dflydev/placeholder-resolver",
1843         "version": "v1.0.2",
1844         "version_normalized": "1.0.2.0",
1845         "source": {
1846             "type": "git",
1847             "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
1848             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
1849         },
1850         "dist": {
1851             "type": "zip",
1852             "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1853             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1854             "shasum": ""
1855         },
1856         "require": {
1857             "php": ">=5.3.2"
1858         },
1859         "time": "2012-10-28T21:08:28+00:00",
1860         "type": "library",
1861         "extra": {
1862             "branch-alias": {
1863                 "dev-master": "1.0-dev"
1864             }
1865         },
1866         "installation-source": "dist",
1867         "autoload": {
1868             "psr-0": {
1869                 "Dflydev\\PlaceholderResolver": "src"
1870             }
1871         },
1872         "notification-url": "https://packagist.org/downloads/",
1873         "license": [
1874             "MIT"
1875         ],
1876         "authors": [
1877             {
1878                 "name": "Dragonfly Development Inc.",
1879                 "email": "info@dflydev.com",
1880                 "homepage": "http://dflydev.com"
1881             },
1882             {
1883                 "name": "Beau Simensen",
1884                 "email": "beau@dflydev.com",
1885                 "homepage": "http://beausimensen.com"
1886             }
1887         ],
1888         "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.",
1889         "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
1890         "keywords": [
1891             "placeholder",
1892             "resolver"
1893         ]
1894     },
1895     {
1896         "name": "dflydev/dot-access-data",
1897         "version": "v1.1.0",
1898         "version_normalized": "1.1.0.0",
1899         "source": {
1900             "type": "git",
1901             "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
1902             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
1903         },
1904         "dist": {
1905             "type": "zip",
1906             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
1907             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
1908             "shasum": ""
1909         },
1910         "require": {
1911             "php": ">=5.3.2"
1912         },
1913         "time": "2017-01-20T21:14:22+00:00",
1914         "type": "library",
1915         "extra": {
1916             "branch-alias": {
1917                 "dev-master": "1.0-dev"
1918             }
1919         },
1920         "installation-source": "dist",
1921         "autoload": {
1922             "psr-0": {
1923                 "Dflydev\\DotAccessData": "src"
1924             }
1925         },
1926         "notification-url": "https://packagist.org/downloads/",
1927         "license": [
1928             "MIT"
1929         ],
1930         "authors": [
1931             {
1932                 "name": "Dragonfly Development Inc.",
1933                 "email": "info@dflydev.com",
1934                 "homepage": "http://dflydev.com"
1935             },
1936             {
1937                 "name": "Beau Simensen",
1938                 "email": "beau@dflydev.com",
1939                 "homepage": "http://beausimensen.com"
1940             },
1941             {
1942                 "name": "Carlos Frutos",
1943                 "email": "carlos@kiwing.it",
1944                 "homepage": "https://github.com/cfrutos"
1945             }
1946         ],
1947         "description": "Given a deep data structure, access data by dot notation.",
1948         "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
1949         "keywords": [
1950             "access",
1951             "data",
1952             "dot",
1953             "notation"
1954         ]
1955     },
1956     {
1957         "name": "dflydev/dot-access-configuration",
1958         "version": "v1.0.1",
1959         "version_normalized": "1.0.1.0",
1960         "source": {
1961             "type": "git",
1962             "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
1963             "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9"
1964         },
1965         "dist": {
1966             "type": "zip",
1967             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/9b65c83159c9003e00284ea1144ad96b69d9c8b9",
1968             "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9",
1969             "shasum": ""
1970         },
1971         "require": {
1972             "dflydev/dot-access-data": "1.*",
1973             "dflydev/placeholder-resolver": "1.*",
1974             "php": ">=5.3.2"
1975         },
1976         "require-dev": {
1977             "symfony/yaml": "~2.1"
1978         },
1979         "suggest": {
1980             "symfony/yaml": "Required for using the YAML Configuration Builders"
1981         },
1982         "time": "2014-11-14T03:26:12+00:00",
1983         "type": "library",
1984         "extra": {
1985             "branch-alias": {
1986                 "dev-master": "1.0-dev"
1987             }
1988         },
1989         "installation-source": "dist",
1990         "autoload": {
1991             "psr-0": {
1992                 "Dflydev\\DotAccessConfiguration": "src"
1993             }
1994         },
1995         "notification-url": "https://packagist.org/downloads/",
1996         "license": [
1997             "MIT"
1998         ],
1999         "authors": [
2000             {
2001                 "name": "Dragonfly Development Inc.",
2002                 "email": "info@dflydev.com",
2003                 "homepage": "http://dflydev.com"
2004             },
2005             {
2006                 "name": "Beau Simensen",
2007                 "email": "beau@dflydev.com",
2008                 "homepage": "http://beausimensen.com"
2009             }
2010         ],
2011         "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
2012         "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
2013         "keywords": [
2014             "config",
2015             "configuration"
2016         ]
2017     },
2018     {
2019         "name": "drupal/console-core",
2020         "version": "1.0.0-rc16",
2021         "version_normalized": "1.0.0.0-RC16",
2022         "source": {
2023             "type": "git",
2024             "url": "https://github.com/hechoendrupal/drupal-console-core.git",
2025             "reference": "42690f652b3a61d7d15fe9b785b946f3eb9227bf"
2026         },
2027         "dist": {
2028             "type": "zip",
2029             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/42690f652b3a61d7d15fe9b785b946f3eb9227bf",
2030             "reference": "42690f652b3a61d7d15fe9b785b946f3eb9227bf",
2031             "shasum": ""
2032         },
2033         "require": {
2034             "dflydev/dot-access-configuration": "1.0.1",
2035             "drupal/console-en": "1.0.0-rc16",
2036             "php": "^5.5.9 || ^7.0",
2037             "stecman/symfony-console-completion": "~0.7",
2038             "symfony/config": ">=2.7 <3.0",
2039             "symfony/console": ">=2.7 <3.0",
2040             "symfony/debug": ">=2.6 <3.0",
2041             "symfony/dependency-injection": ">=2.7 <3.0",
2042             "symfony/event-dispatcher": ">=2.7 <3.0",
2043             "symfony/filesystem": ">=2.7 <3.0",
2044             "symfony/finder": ">=2.7 <3.0",
2045             "symfony/process": ">=2.7 <3.0",
2046             "symfony/translation": ">=2.7 <3.0",
2047             "symfony/yaml": ">=2.7 <3.0",
2048             "twig/twig": "^1.23.1",
2049             "webflo/drupal-finder": "0.*"
2050         },
2051         "time": "2017-02-09T18:22:32+00:00",
2052         "type": "project",
2053         "installation-source": "dist",
2054         "autoload": {
2055             "files": [
2056                 "src/constants.php",
2057                 "src/functions.php"
2058             ],
2059             "psr-4": {
2060                 "Drupal\\Console\\Core\\": "src"
2061             }
2062         },
2063         "notification-url": "https://packagist.org/downloads/",
2064         "license": [
2065             "GPL-2.0+"
2066         ],
2067         "authors": [
2068             {
2069                 "name": "David Flores",
2070                 "email": "dmousex@gmail.com",
2071                 "homepage": "http://dmouse.net"
2072             },
2073             {
2074                 "name": "Jesus Manuel Olivas",
2075                 "email": "jesus.olivas@gmail.com",
2076                 "homepage": "http://jmolivas.com"
2077             },
2078             {
2079                 "name": "Drupal Console Contributors",
2080                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2081             },
2082             {
2083                 "name": "Eduardo Garcia",
2084                 "email": "enzo@enzolutions.com",
2085                 "homepage": "http://enzolutions.com/"
2086             },
2087             {
2088                 "name": "Omar Aguirre",
2089                 "email": "omersguchigu@gmail.com"
2090             }
2091         ],
2092         "description": "Drupal Console Core",
2093         "homepage": "http://drupalconsole.com/",
2094         "keywords": [
2095             "console",
2096             "development",
2097             "drupal",
2098             "symfony"
2099         ]
2100     },
2101     {
2102         "name": "alchemy/zippy",
2103         "version": "0.4.3",
2104         "version_normalized": "0.4.3.0",
2105         "source": {
2106             "type": "git",
2107             "url": "https://github.com/alchemy-fr/Zippy.git",
2108             "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea"
2109         },
2110         "dist": {
2111             "type": "zip",
2112             "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea",
2113             "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea",
2114             "shasum": ""
2115         },
2116         "require": {
2117             "doctrine/collections": "~1.0",
2118             "ext-mbstring": "*",
2119             "php": ">=5.5",
2120             "symfony/filesystem": "^2.0.5|^3.0",
2121             "symfony/process": "^2.1|^3.0"
2122         },
2123         "require-dev": {
2124             "ext-zip": "*",
2125             "guzzle/guzzle": "~3.0",
2126             "guzzlehttp/guzzle": "^6.0",
2127             "phpunit/phpunit": "^4.0|^5.0",
2128             "symfony/finder": "^2.0.5|^3.0"
2129         },
2130         "suggest": {
2131             "ext-zip": "To use the ZipExtensionAdapter",
2132             "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
2133             "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
2134         },
2135         "time": "2016-11-03T16:10:31+00:00",
2136         "type": "library",
2137         "extra": {
2138             "branch-alias": {
2139                 "dev-master": "0.4.x-dev"
2140             }
2141         },
2142         "installation-source": "dist",
2143         "autoload": {
2144             "psr-4": {
2145                 "Alchemy\\Zippy\\": "src/"
2146             }
2147         },
2148         "notification-url": "https://packagist.org/downloads/",
2149         "license": [
2150             "MIT"
2151         ],
2152         "authors": [
2153             {
2154                 "name": "Alchemy",
2155                 "email": "dev.team@alchemy.fr",
2156                 "homepage": "http://www.alchemy.fr/"
2157             }
2158         ],
2159         "description": "Zippy, the archive manager companion",
2160         "keywords": [
2161             "bzip",
2162             "compression",
2163             "tar",
2164             "zip"
2165         ]
2166     },
2167     {
2168         "name": "drupal/console",
2169         "version": "1.0.0-rc16",
2170         "version_normalized": "1.0.0.0-RC16",
2171         "source": {
2172             "type": "git",
2173             "url": "https://github.com/hechoendrupal/drupal-console.git",
2174             "reference": "955b057042635a5dc935799228ec7bbddf2c0cc2"
2175         },
2176         "dist": {
2177             "type": "zip",
2178             "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/955b057042635a5dc935799228ec7bbddf2c0cc2",
2179             "reference": "955b057042635a5dc935799228ec7bbddf2c0cc2",
2180             "shasum": ""
2181         },
2182         "require": {
2183             "alchemy/zippy": "0.4.3",
2184             "composer/installers": "~1.0",
2185             "doctrine/annotations": "1.2.*",
2186             "doctrine/collections": "1.3.0",
2187             "drupal/console-core": "1.0.0-rc16",
2188             "drupal/console-extend-plugin": "~0",
2189             "gabordemooij/redbean": "~4.3",
2190             "guzzlehttp/guzzle": "~6.1",
2191             "php": "^5.5.9 || ^7.0",
2192             "psy/psysh": "0.6.* || ~0.8",
2193             "symfony/css-selector": ">=2.7 <3.0",
2194             "symfony/dom-crawler": ">=2.7 <3.3",
2195             "symfony/expression-language": ">=2.7 <3.0",
2196             "symfony/http-foundation": ">=2.7 <3.0"
2197         },
2198         "time": "2017-02-09T18:54:29+00:00",
2199         "bin": [
2200             "bin/drupal"
2201         ],
2202         "type": "project",
2203         "installation-source": "dist",
2204         "autoload": {
2205             "psr-4": {
2206                 "Drupal\\Console\\": "src"
2207             }
2208         },
2209         "notification-url": "https://packagist.org/downloads/",
2210         "license": [
2211             "GPL-2.0+"
2212         ],
2213         "authors": [
2214             {
2215                 "name": "David Flores",
2216                 "email": "dmousex@gmail.com",
2217                 "homepage": "http://dmouse.net"
2218             },
2219             {
2220                 "name": "Jesus Manuel Olivas",
2221                 "email": "jesus.olivas@gmail.com",
2222                 "homepage": "http://jmolivas.com"
2223             },
2224             {
2225                 "name": "Drupal Console Contributors",
2226                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2227             },
2228             {
2229                 "name": "Eduardo Garcia",
2230                 "email": "enzo@enzolutions.com",
2231                 "homepage": "http://enzolutions.com/"
2232             },
2233             {
2234                 "name": "Omar Aguirre",
2235                 "email": "omersguchigu@gmail.com"
2236             }
2237         ],
2238         "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
2239         "homepage": "http://drupalconsole.com/",
2240         "keywords": [
2241             "console",
2242             "development",
2243             "drupal",
2244             "symfony"
2245         ]
2246     },
2247     {
2248         "name": "fabpot/goutte",
2249         "version": "v3.2.1",
2250         "version_normalized": "3.2.1.0",
2251         "source": {
2252             "type": "git",
2253             "url": "https://github.com/FriendsOfPHP/Goutte.git",
2254             "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638"
2255         },
2256         "dist": {
2257             "type": "zip",
2258             "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638",
2259             "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638",
2260             "shasum": ""
2261         },
2262         "require": {
2263             "guzzlehttp/guzzle": "^6.0",
2264             "php": ">=5.5.0",
2265             "symfony/browser-kit": "~2.1|~3.0",
2266             "symfony/css-selector": "~2.1|~3.0",
2267             "symfony/dom-crawler": "~2.1|~3.0"
2268         },
2269         "time": "2017-01-03T13:21:43+00:00",
2270         "type": "application",
2271         "extra": {
2272             "branch-alias": {
2273                 "dev-master": "3.2-dev"
2274             }
2275         },
2276         "installation-source": "dist",
2277         "autoload": {
2278             "psr-4": {
2279                 "Goutte\\": "Goutte"
2280             }
2281         },
2282         "notification-url": "https://packagist.org/downloads/",
2283         "license": [
2284             "MIT"
2285         ],
2286         "authors": [
2287             {
2288                 "name": "Fabien Potencier",
2289                 "email": "fabien@symfony.com"
2290             }
2291         ],
2292         "description": "A simple PHP Web Scraper",
2293         "homepage": "https://github.com/FriendsOfPHP/Goutte",
2294         "keywords": [
2295             "scraper"
2296         ]
2297     },
2298     {
2299         "name": "behat/mink",
2300         "version": "v1.7.1",
2301         "version_normalized": "1.7.1.0",
2302         "source": {
2303             "type": "git",
2304             "url": "https://github.com/minkphp/Mink.git",
2305             "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
2306         },
2307         "dist": {
2308             "type": "zip",
2309             "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
2310             "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
2311             "shasum": ""
2312         },
2313         "require": {
2314             "php": ">=5.3.1",
2315             "symfony/css-selector": "~2.1|~3.0"
2316         },
2317         "require-dev": {
2318             "symfony/phpunit-bridge": "~2.7|~3.0"
2319         },
2320         "suggest": {
2321             "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
2322             "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
2323             "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
2324             "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
2325         },
2326         "time": "2016-03-05T08:26:18+00:00",
2327         "type": "library",
2328         "extra": {
2329             "branch-alias": {
2330                 "dev-master": "1.7.x-dev"
2331             }
2332         },
2333         "installation-source": "dist",
2334         "autoload": {
2335             "psr-4": {
2336                 "Behat\\Mink\\": "src/"
2337             }
2338         },
2339         "notification-url": "https://packagist.org/downloads/",
2340         "license": [
2341             "MIT"
2342         ],
2343         "authors": [
2344             {
2345                 "name": "Konstantin Kudryashov",
2346                 "email": "ever.zet@gmail.com",
2347                 "homepage": "http://everzet.com"
2348             }
2349         ],
2350         "description": "Browser controller/emulator abstraction for PHP",
2351         "homepage": "http://mink.behat.org/",
2352         "keywords": [
2353             "browser",
2354             "testing",
2355             "web"
2356         ]
2357     },
2358     {
2359         "name": "behat/mink-browserkit-driver",
2360         "version": "v1.3.2",
2361         "version_normalized": "1.3.2.0",
2362         "source": {
2363             "type": "git",
2364             "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
2365             "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
2366         },
2367         "dist": {
2368             "type": "zip",
2369             "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
2370             "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
2371             "shasum": ""
2372         },
2373         "require": {
2374             "behat/mink": "^1.7.1@dev",
2375             "php": ">=5.3.6",
2376             "symfony/browser-kit": "~2.3|~3.0",
2377             "symfony/dom-crawler": "~2.3|~3.0"
2378         },
2379         "require-dev": {
2380             "silex/silex": "~1.2",
2381             "symfony/phpunit-bridge": "~2.7|~3.0"
2382         },
2383         "time": "2016-03-05T08:59:47+00:00",
2384         "type": "mink-driver",
2385         "extra": {
2386             "branch-alias": {
2387                 "dev-master": "1.3.x-dev"
2388             }
2389         },
2390         "installation-source": "dist",
2391         "autoload": {
2392             "psr-4": {
2393                 "Behat\\Mink\\Driver\\": "src/"
2394             }
2395         },
2396         "notification-url": "https://packagist.org/downloads/",
2397         "license": [
2398             "MIT"
2399         ],
2400         "authors": [
2401             {
2402                 "name": "Konstantin Kudryashov",
2403                 "email": "ever.zet@gmail.com",
2404                 "homepage": "http://everzet.com"
2405             }
2406         ],
2407         "description": "Symfony2 BrowserKit driver for Mink framework",
2408         "homepage": "http://mink.behat.org/",
2409         "keywords": [
2410             "Mink",
2411             "Symfony2",
2412             "browser",
2413             "testing"
2414         ]
2415     },
2416     {
2417         "name": "behat/mink-goutte-driver",
2418         "version": "v1.2.1",
2419         "version_normalized": "1.2.1.0",
2420         "source": {
2421             "type": "git",
2422             "url": "https://github.com/minkphp/MinkGoutteDriver.git",
2423             "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
2424         },
2425         "dist": {
2426             "type": "zip",
2427             "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
2428             "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
2429             "shasum": ""
2430         },
2431         "require": {
2432             "behat/mink": "~1.6@dev",
2433             "behat/mink-browserkit-driver": "~1.2@dev",
2434             "fabpot/goutte": "~1.0.4|~2.0|~3.1",
2435             "php": ">=5.3.1"
2436         },
2437         "require-dev": {
2438             "symfony/phpunit-bridge": "~2.7|~3.0"
2439         },
2440         "time": "2016-03-05T09:04:22+00:00",
2441         "type": "mink-driver",
2442         "extra": {
2443             "branch-alias": {
2444                 "dev-master": "1.2.x-dev"
2445             }
2446         },
2447         "installation-source": "dist",
2448         "autoload": {
2449             "psr-4": {
2450                 "Behat\\Mink\\Driver\\": "src/"
2451             }
2452         },
2453         "notification-url": "https://packagist.org/downloads/",
2454         "license": [
2455             "MIT"
2456         ],
2457         "authors": [
2458             {
2459                 "name": "Konstantin Kudryashov",
2460                 "email": "ever.zet@gmail.com",
2461                 "homepage": "http://everzet.com"
2462             }
2463         ],
2464         "description": "Goutte driver for Mink framework",
2465         "homepage": "http://mink.behat.org/",
2466         "keywords": [
2467             "browser",
2468             "goutte",
2469             "headless",
2470             "testing"
2471         ]
2472     },
2473     {
2474         "name": "jcalderonzumba/gastonjs",
2475         "version": "v1.0.3",
2476         "version_normalized": "1.0.3.0",
2477         "source": {
2478             "type": "git",
2479             "url": "https://github.com/jcalderonzumba/gastonjs.git",
2480             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
2481         },
2482         "dist": {
2483             "type": "zip",
2484             "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
2485             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
2486             "shasum": ""
2487         },
2488         "require": {
2489             "guzzlehttp/guzzle": "~5.0|~6.0",
2490             "php": ">=5.4"
2491         },
2492         "require-dev": {
2493             "phpunit/phpunit": "~4.6",
2494             "silex/silex": "~1.2",
2495             "symfony/phpunit-bridge": "~2.7",
2496             "symfony/process": "~2.1"
2497         },
2498         "time": "2016-05-04T16:27:07+00:00",
2499         "type": "phantomjs-api",
2500         "extra": {
2501             "branch-alias": {
2502                 "dev-master": "1.1.x-dev"
2503             }
2504         },
2505         "installation-source": "dist",
2506         "autoload": {
2507             "psr-4": {
2508                 "Zumba\\GastonJS\\": "src"
2509             }
2510         },
2511         "notification-url": "https://packagist.org/downloads/",
2512         "license": [
2513             "MIT"
2514         ],
2515         "authors": [
2516             {
2517                 "name": "Juan Francisco Calderón Zumba",
2518                 "email": "juanfcz@gmail.com",
2519                 "homepage": "http://github.com/jcalderonzumba"
2520             }
2521         ],
2522         "description": "PhantomJS API based server for webpage automation",
2523         "homepage": "https://github.com/jcalderonzumba/gastonjs",
2524         "keywords": [
2525             "api",
2526             "automation",
2527             "browser",
2528             "headless",
2529             "phantomjs"
2530         ]
2531     },
2532     {
2533         "name": "jcalderonzumba/mink-phantomjs-driver",
2534         "version": "v0.3.3",
2535         "version_normalized": "0.3.3.0",
2536         "source": {
2537             "type": "git",
2538             "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
2539             "reference": "008f43670e94acd39273d15add1e7348eb23848d"
2540         },
2541         "dist": {
2542             "type": "zip",
2543             "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
2544             "reference": "008f43670e94acd39273d15add1e7348eb23848d",
2545             "shasum": ""
2546         },
2547         "require": {
2548             "behat/mink": "~1.7",
2549             "jcalderonzumba/gastonjs": "~1.0",
2550             "php": ">=5.4",
2551             "twig/twig": "~1.20|~2.0"
2552         },
2553         "require-dev": {
2554             "mink/driver-testsuite": "dev-master",
2555             "phpunit/phpunit": "~4.6"
2556         },
2557         "time": "2016-12-01T10:57:30+00:00",
2558         "type": "mink-driver",
2559         "extra": {
2560             "branch-alias": {
2561                 "dev-master": "0.4.x-dev"
2562             }
2563         },
2564         "installation-source": "dist",
2565         "autoload": {
2566             "psr-4": {
2567                 "Zumba\\Mink\\Driver\\": "src"
2568             }
2569         },
2570         "notification-url": "https://packagist.org/downloads/",
2571         "license": [
2572             "MIT"
2573         ],
2574         "authors": [
2575             {
2576                 "name": "Juan Francisco Calderón Zumba",
2577                 "email": "juanfcz@gmail.com",
2578                 "homepage": "http://github.com/jcalderonzumba"
2579             }
2580         ],
2581         "description": "PhantomJS driver for Mink framework",
2582         "homepage": "http://mink.behat.org/",
2583         "keywords": [
2584             "ajax",
2585             "browser",
2586             "headless",
2587             "javascript",
2588             "phantomjs",
2589             "testing"
2590         ]
2591     },
2592     {
2593         "name": "mikey179/vfsStream",
2594         "version": "v1.6.4",
2595         "version_normalized": "1.6.4.0",
2596         "source": {
2597             "type": "git",
2598             "url": "https://github.com/mikey179/vfsStream.git",
2599             "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
2600         },
2601         "dist": {
2602             "type": "zip",
2603             "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
2604             "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
2605             "shasum": ""
2606         },
2607         "require": {
2608             "php": ">=5.3.0"
2609         },
2610         "require-dev": {
2611             "phpunit/phpunit": "~4.5"
2612         },
2613         "time": "2016-07-18T14:02:57+00:00",
2614         "type": "library",
2615         "extra": {
2616             "branch-alias": {
2617                 "dev-master": "1.6.x-dev"
2618             }
2619         },
2620         "installation-source": "dist",
2621         "autoload": {
2622             "psr-0": {
2623                 "org\\bovigo\\vfs\\": "src/main/php"
2624             }
2625         },
2626         "notification-url": "https://packagist.org/downloads/",
2627         "license": [
2628             "BSD-3-Clause"
2629         ],
2630         "authors": [
2631             {
2632                 "name": "Frank Kleine",
2633                 "homepage": "http://frankkleine.de/",
2634                 "role": "Developer"
2635             }
2636         ],
2637         "description": "Virtual file system to mock the real file system in unit tests.",
2638         "homepage": "http://vfs.bovigo.org/"
2639     },
2640     {
2641         "name": "sebastian/version",
2642         "version": "1.0.6",
2643         "version_normalized": "1.0.6.0",
2644         "source": {
2645             "type": "git",
2646             "url": "https://github.com/sebastianbergmann/version.git",
2647             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2648         },
2649         "dist": {
2650             "type": "zip",
2651             "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2652             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2653             "shasum": ""
2654         },
2655         "time": "2015-06-21T13:59:46+00:00",
2656         "type": "library",
2657         "installation-source": "dist",
2658         "autoload": {
2659             "classmap": [
2660                 "src/"
2661             ]
2662         },
2663         "notification-url": "https://packagist.org/downloads/",
2664         "license": [
2665             "BSD-3-Clause"
2666         ],
2667         "authors": [
2668             {
2669                 "name": "Sebastian Bergmann",
2670                 "email": "sebastian@phpunit.de",
2671                 "role": "lead"
2672             }
2673         ],
2674         "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2675         "homepage": "https://github.com/sebastianbergmann/version"
2676     },
2677     {
2678         "name": "sebastian/global-state",
2679         "version": "1.1.1",
2680         "version_normalized": "1.1.1.0",
2681         "source": {
2682             "type": "git",
2683             "url": "https://github.com/sebastianbergmann/global-state.git",
2684             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2685         },
2686         "dist": {
2687             "type": "zip",
2688             "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2689             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2690             "shasum": ""
2691         },
2692         "require": {
2693             "php": ">=5.3.3"
2694         },
2695         "require-dev": {
2696             "phpunit/phpunit": "~4.2"
2697         },
2698         "suggest": {
2699             "ext-uopz": "*"
2700         },
2701         "time": "2015-10-12T03:26:01+00:00",
2702         "type": "library",
2703         "extra": {
2704             "branch-alias": {
2705                 "dev-master": "1.0-dev"
2706             }
2707         },
2708         "installation-source": "dist",
2709         "autoload": {
2710             "classmap": [
2711                 "src/"
2712             ]
2713         },
2714         "notification-url": "https://packagist.org/downloads/",
2715         "license": [
2716             "BSD-3-Clause"
2717         ],
2718         "authors": [
2719             {
2720                 "name": "Sebastian Bergmann",
2721                 "email": "sebastian@phpunit.de"
2722             }
2723         ],
2724         "description": "Snapshotting of global state",
2725         "homepage": "http://www.github.com/sebastianbergmann/global-state",
2726         "keywords": [
2727             "global state"
2728         ]
2729     },
2730     {
2731         "name": "sebastian/exporter",
2732         "version": "1.2.2",
2733         "version_normalized": "1.2.2.0",
2734         "source": {
2735             "type": "git",
2736             "url": "https://github.com/sebastianbergmann/exporter.git",
2737             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2738         },
2739         "dist": {
2740             "type": "zip",
2741             "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
2742             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2743             "shasum": ""
2744         },
2745         "require": {
2746             "php": ">=5.3.3",
2747             "sebastian/recursion-context": "~1.0"
2748         },
2749         "require-dev": {
2750             "ext-mbstring": "*",
2751             "phpunit/phpunit": "~4.4"
2752         },
2753         "time": "2016-06-17T09:04:28+00:00",
2754         "type": "library",
2755         "extra": {
2756             "branch-alias": {
2757                 "dev-master": "1.3.x-dev"
2758             }
2759         },
2760         "installation-source": "dist",
2761         "autoload": {
2762             "classmap": [
2763                 "src/"
2764             ]
2765         },
2766         "notification-url": "https://packagist.org/downloads/",
2767         "license": [
2768             "BSD-3-Clause"
2769         ],
2770         "authors": [
2771             {
2772                 "name": "Jeff Welch",
2773                 "email": "whatthejeff@gmail.com"
2774             },
2775             {
2776                 "name": "Volker Dusch",
2777                 "email": "github@wallbash.com"
2778             },
2779             {
2780                 "name": "Bernhard Schussek",
2781                 "email": "bschussek@2bepublished.at"
2782             },
2783             {
2784                 "name": "Sebastian Bergmann",
2785                 "email": "sebastian@phpunit.de"
2786             },
2787             {
2788                 "name": "Adam Harvey",
2789                 "email": "aharvey@php.net"
2790             }
2791         ],
2792         "description": "Provides the functionality to export PHP variables for visualization",
2793         "homepage": "http://www.github.com/sebastianbergmann/exporter",
2794         "keywords": [
2795             "export",
2796             "exporter"
2797         ]
2798     },
2799     {
2800         "name": "sebastian/environment",
2801         "version": "1.3.8",
2802         "version_normalized": "1.3.8.0",
2803         "source": {
2804             "type": "git",
2805             "url": "https://github.com/sebastianbergmann/environment.git",
2806             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
2807         },
2808         "dist": {
2809             "type": "zip",
2810             "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2811             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2812             "shasum": ""
2813         },
2814         "require": {
2815             "php": "^5.3.3 || ^7.0"
2816         },
2817         "require-dev": {
2818             "phpunit/phpunit": "^4.8 || ^5.0"
2819         },
2820         "time": "2016-08-18T05:49:44+00:00",
2821         "type": "library",
2822         "extra": {
2823             "branch-alias": {
2824                 "dev-master": "1.3.x-dev"
2825             }
2826         },
2827         "installation-source": "dist",
2828         "autoload": {
2829             "classmap": [
2830                 "src/"
2831             ]
2832         },
2833         "notification-url": "https://packagist.org/downloads/",
2834         "license": [
2835             "BSD-3-Clause"
2836         ],
2837         "authors": [
2838             {
2839                 "name": "Sebastian Bergmann",
2840                 "email": "sebastian@phpunit.de"
2841             }
2842         ],
2843         "description": "Provides functionality to handle HHVM/PHP environments",
2844         "homepage": "http://www.github.com/sebastianbergmann/environment",
2845         "keywords": [
2846             "Xdebug",
2847             "environment",
2848             "hhvm"
2849         ]
2850     },
2851     {
2852         "name": "sebastian/diff",
2853         "version": "1.4.1",
2854         "version_normalized": "1.4.1.0",
2855         "source": {
2856             "type": "git",
2857             "url": "https://github.com/sebastianbergmann/diff.git",
2858             "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2859         },
2860         "dist": {
2861             "type": "zip",
2862             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2863             "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2864             "shasum": ""
2865         },
2866         "require": {
2867             "php": ">=5.3.3"
2868         },
2869         "require-dev": {
2870             "phpunit/phpunit": "~4.8"
2871         },
2872         "time": "2015-12-08T07:14:41+00:00",
2873         "type": "library",
2874         "extra": {
2875             "branch-alias": {
2876                 "dev-master": "1.4-dev"
2877             }
2878         },
2879         "installation-source": "dist",
2880         "autoload": {
2881             "classmap": [
2882                 "src/"
2883             ]
2884         },
2885         "notification-url": "https://packagist.org/downloads/",
2886         "license": [
2887             "BSD-3-Clause"
2888         ],
2889         "authors": [
2890             {
2891                 "name": "Kore Nordmann",
2892                 "email": "mail@kore-nordmann.de"
2893             },
2894             {
2895                 "name": "Sebastian Bergmann",
2896                 "email": "sebastian@phpunit.de"
2897             }
2898         ],
2899         "description": "Diff implementation",
2900         "homepage": "https://github.com/sebastianbergmann/diff",
2901         "keywords": [
2902             "diff"
2903         ]
2904     },
2905     {
2906         "name": "sebastian/comparator",
2907         "version": "1.2.4",
2908         "version_normalized": "1.2.4.0",
2909         "source": {
2910             "type": "git",
2911             "url": "https://github.com/sebastianbergmann/comparator.git",
2912             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2913         },
2914         "dist": {
2915             "type": "zip",
2916             "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2917             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2918             "shasum": ""
2919         },
2920         "require": {
2921             "php": ">=5.3.3",
2922             "sebastian/diff": "~1.2",
2923             "sebastian/exporter": "~1.2 || ~2.0"
2924         },
2925         "require-dev": {
2926             "phpunit/phpunit": "~4.4"
2927         },
2928         "time": "2017-01-29T09:50:25+00:00",
2929         "type": "library",
2930         "extra": {
2931             "branch-alias": {
2932                 "dev-master": "1.2.x-dev"
2933             }
2934         },
2935         "installation-source": "dist",
2936         "autoload": {
2937             "classmap": [
2938                 "src/"
2939             ]
2940         },
2941         "notification-url": "https://packagist.org/downloads/",
2942         "license": [
2943             "BSD-3-Clause"
2944         ],
2945         "authors": [
2946             {
2947                 "name": "Jeff Welch",
2948                 "email": "whatthejeff@gmail.com"
2949             },
2950             {
2951                 "name": "Volker Dusch",
2952                 "email": "github@wallbash.com"
2953             },
2954             {
2955                 "name": "Bernhard Schussek",
2956                 "email": "bschussek@2bepublished.at"
2957             },
2958             {
2959                 "name": "Sebastian Bergmann",
2960                 "email": "sebastian@phpunit.de"
2961             }
2962         ],
2963         "description": "Provides the functionality to compare PHP values for equality",
2964         "homepage": "http://www.github.com/sebastianbergmann/comparator",
2965         "keywords": [
2966             "comparator",
2967             "compare",
2968             "equality"
2969         ]
2970     },
2971     {
2972         "name": "doctrine/instantiator",
2973         "version": "1.0.5",
2974         "version_normalized": "1.0.5.0",
2975         "source": {
2976             "type": "git",
2977             "url": "https://github.com/doctrine/instantiator.git",
2978             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2979         },
2980         "dist": {
2981             "type": "zip",
2982             "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2983             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2984             "shasum": ""
2985         },
2986         "require": {
2987             "php": ">=5.3,<8.0-DEV"
2988         },
2989         "require-dev": {
2990             "athletic/athletic": "~0.1.8",
2991             "ext-pdo": "*",
2992             "ext-phar": "*",
2993             "phpunit/phpunit": "~4.0",
2994             "squizlabs/php_codesniffer": "~2.0"
2995         },
2996         "time": "2015-06-14T21:17:01+00:00",
2997         "type": "library",
2998         "extra": {
2999             "branch-alias": {
3000                 "dev-master": "1.0.x-dev"
3001             }
3002         },
3003         "installation-source": "dist",
3004         "autoload": {
3005             "psr-4": {
3006                 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3007             }
3008         },
3009         "notification-url": "https://packagist.org/downloads/",
3010         "license": [
3011             "MIT"
3012         ],
3013         "authors": [
3014             {
3015                 "name": "Marco Pivetta",
3016                 "email": "ocramius@gmail.com",
3017                 "homepage": "http://ocramius.github.com/"
3018             }
3019         ],
3020         "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3021         "homepage": "https://github.com/doctrine/instantiator",
3022         "keywords": [
3023             "constructor",
3024             "instantiate"
3025         ]
3026     },
3027     {
3028         "name": "phpunit/php-text-template",
3029         "version": "1.2.1",
3030         "version_normalized": "1.2.1.0",
3031         "source": {
3032             "type": "git",
3033             "url": "https://github.com/sebastianbergmann/php-text-template.git",
3034             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3035         },
3036         "dist": {
3037             "type": "zip",
3038             "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3039             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3040             "shasum": ""
3041         },
3042         "require": {
3043             "php": ">=5.3.3"
3044         },
3045         "time": "2015-06-21T13:50:34+00:00",
3046         "type": "library",
3047         "installation-source": "dist",
3048         "autoload": {
3049             "classmap": [
3050                 "src/"
3051             ]
3052         },
3053         "notification-url": "https://packagist.org/downloads/",
3054         "license": [
3055             "BSD-3-Clause"
3056         ],
3057         "authors": [
3058             {
3059                 "name": "Sebastian Bergmann",
3060                 "email": "sebastian@phpunit.de",
3061                 "role": "lead"
3062             }
3063         ],
3064         "description": "Simple template engine.",
3065         "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3066         "keywords": [
3067             "template"
3068         ]
3069     },
3070     {
3071         "name": "phpunit/phpunit-mock-objects",
3072         "version": "2.3.8",
3073         "version_normalized": "2.3.8.0",
3074         "source": {
3075             "type": "git",
3076             "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3077             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3078         },
3079         "dist": {
3080             "type": "zip",
3081             "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3082             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3083             "shasum": ""
3084         },
3085         "require": {
3086             "doctrine/instantiator": "^1.0.2",
3087             "php": ">=5.3.3",
3088             "phpunit/php-text-template": "~1.2",
3089             "sebastian/exporter": "~1.2"
3090         },
3091         "require-dev": {
3092             "phpunit/phpunit": "~4.4"
3093         },
3094         "suggest": {
3095             "ext-soap": "*"
3096         },
3097         "time": "2015-10-02T06:51:40+00:00",
3098         "type": "library",
3099         "extra": {
3100             "branch-alias": {
3101                 "dev-master": "2.3.x-dev"
3102             }
3103         },
3104         "installation-source": "dist",
3105         "autoload": {
3106             "classmap": [
3107                 "src/"
3108             ]
3109         },
3110         "notification-url": "https://packagist.org/downloads/",
3111         "license": [
3112             "BSD-3-Clause"
3113         ],
3114         "authors": [
3115             {
3116                 "name": "Sebastian Bergmann",
3117                 "email": "sb@sebastian-bergmann.de",
3118                 "role": "lead"
3119             }
3120         ],
3121         "description": "Mock Object library for PHPUnit",
3122         "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3123         "keywords": [
3124             "mock",
3125             "xunit"
3126         ]
3127     },
3128     {
3129         "name": "phpunit/php-timer",
3130         "version": "1.0.9",
3131         "version_normalized": "1.0.9.0",
3132         "source": {
3133             "type": "git",
3134             "url": "https://github.com/sebastianbergmann/php-timer.git",
3135             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3136         },
3137         "dist": {
3138             "type": "zip",
3139             "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3140             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3141             "shasum": ""
3142         },
3143         "require": {
3144             "php": "^5.3.3 || ^7.0"
3145         },
3146         "require-dev": {
3147             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3148         },
3149         "time": "2017-02-26T11:10:40+00:00",
3150         "type": "library",
3151         "extra": {
3152             "branch-alias": {
3153                 "dev-master": "1.0-dev"
3154             }
3155         },
3156         "installation-source": "dist",
3157         "autoload": {
3158             "classmap": [
3159                 "src/"
3160             ]
3161         },
3162         "notification-url": "https://packagist.org/downloads/",
3163         "license": [
3164             "BSD-3-Clause"
3165         ],
3166         "authors": [
3167             {
3168                 "name": "Sebastian Bergmann",
3169                 "email": "sb@sebastian-bergmann.de",
3170                 "role": "lead"
3171             }
3172         ],
3173         "description": "Utility class for timing",
3174         "homepage": "https://github.com/sebastianbergmann/php-timer/",
3175         "keywords": [
3176             "timer"
3177         ]
3178     },
3179     {
3180         "name": "phpunit/php-file-iterator",
3181         "version": "1.4.2",
3182         "version_normalized": "1.4.2.0",
3183         "source": {
3184             "type": "git",
3185             "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3186             "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3187         },
3188         "dist": {
3189             "type": "zip",
3190             "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3191             "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3192             "shasum": ""
3193         },
3194         "require": {
3195             "php": ">=5.3.3"
3196         },
3197         "time": "2016-10-03T07:40:28+00:00",
3198         "type": "library",
3199         "extra": {
3200             "branch-alias": {
3201                 "dev-master": "1.4.x-dev"
3202             }
3203         },
3204         "installation-source": "dist",
3205         "autoload": {
3206             "classmap": [
3207                 "src/"
3208             ]
3209         },
3210         "notification-url": "https://packagist.org/downloads/",
3211         "license": [
3212             "BSD-3-Clause"
3213         ],
3214         "authors": [
3215             {
3216                 "name": "Sebastian Bergmann",
3217                 "email": "sb@sebastian-bergmann.de",
3218                 "role": "lead"
3219             }
3220         ],
3221         "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3222         "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3223         "keywords": [
3224             "filesystem",
3225             "iterator"
3226         ]
3227     },
3228     {
3229         "name": "phpunit/php-token-stream",
3230         "version": "1.4.11",
3231         "version_normalized": "1.4.11.0",
3232         "source": {
3233             "type": "git",
3234             "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3235             "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
3236         },
3237         "dist": {
3238             "type": "zip",
3239             "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
3240             "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
3241             "shasum": ""
3242         },
3243         "require": {
3244             "ext-tokenizer": "*",
3245             "php": ">=5.3.3"
3246         },
3247         "require-dev": {
3248             "phpunit/phpunit": "~4.2"
3249         },
3250         "time": "2017-02-27T10:12:30+00:00",
3251         "type": "library",
3252         "extra": {
3253             "branch-alias": {
3254                 "dev-master": "1.4-dev"
3255             }
3256         },
3257         "installation-source": "dist",
3258         "autoload": {
3259             "classmap": [
3260                 "src/"
3261             ]
3262         },
3263         "notification-url": "https://packagist.org/downloads/",
3264         "license": [
3265             "BSD-3-Clause"
3266         ],
3267         "authors": [
3268             {
3269                 "name": "Sebastian Bergmann",
3270                 "email": "sebastian@phpunit.de"
3271             }
3272         ],
3273         "description": "Wrapper around PHP's tokenizer extension.",
3274         "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3275         "keywords": [
3276             "tokenizer"
3277         ]
3278     },
3279     {
3280         "name": "phpunit/php-code-coverage",
3281         "version": "2.2.4",
3282         "version_normalized": "2.2.4.0",
3283         "source": {
3284             "type": "git",
3285             "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3286             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3287         },
3288         "dist": {
3289             "type": "zip",
3290             "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3291             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3292             "shasum": ""
3293         },
3294         "require": {
3295             "php": ">=5.3.3",
3296             "phpunit/php-file-iterator": "~1.3",
3297             "phpunit/php-text-template": "~1.2",
3298             "phpunit/php-token-stream": "~1.3",
3299             "sebastian/environment": "^1.3.2",
3300             "sebastian/version": "~1.0"
3301         },
3302         "require-dev": {
3303             "ext-xdebug": ">=2.1.4",
3304             "phpunit/phpunit": "~4"
3305         },
3306         "suggest": {
3307             "ext-dom": "*",
3308             "ext-xdebug": ">=2.2.1",
3309             "ext-xmlwriter": "*"
3310         },
3311         "time": "2015-10-06T15:47:00+00:00",
3312         "type": "library",
3313         "extra": {
3314             "branch-alias": {
3315                 "dev-master": "2.2.x-dev"
3316             }
3317         },
3318         "installation-source": "dist",
3319         "autoload": {
3320             "classmap": [
3321                 "src/"
3322             ]
3323         },
3324         "notification-url": "https://packagist.org/downloads/",
3325         "license": [
3326             "BSD-3-Clause"
3327         ],
3328         "authors": [
3329             {
3330                 "name": "Sebastian Bergmann",
3331                 "email": "sb@sebastian-bergmann.de",
3332                 "role": "lead"
3333             }
3334         ],
3335         "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3336         "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3337         "keywords": [
3338             "coverage",
3339             "testing",
3340             "xunit"
3341         ]
3342     },
3343     {
3344         "name": "phpunit/phpunit",
3345         "version": "4.8.35",
3346         "version_normalized": "4.8.35.0",
3347         "source": {
3348             "type": "git",
3349             "url": "https://github.com/sebastianbergmann/phpunit.git",
3350             "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
3351         },
3352         "dist": {
3353             "type": "zip",
3354             "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
3355             "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
3356             "shasum": ""
3357         },
3358         "require": {
3359             "ext-dom": "*",
3360             "ext-json": "*",
3361             "ext-pcre": "*",
3362             "ext-reflection": "*",
3363             "ext-spl": "*",
3364             "php": ">=5.3.3",
3365             "phpspec/prophecy": "^1.3.1",
3366             "phpunit/php-code-coverage": "~2.1",
3367             "phpunit/php-file-iterator": "~1.4",
3368             "phpunit/php-text-template": "~1.2",
3369             "phpunit/php-timer": "^1.0.6",
3370             "phpunit/phpunit-mock-objects": "~2.3",
3371             "sebastian/comparator": "~1.2.2",
3372             "sebastian/diff": "~1.2",
3373             "sebastian/environment": "~1.3",
3374             "sebastian/exporter": "~1.2",
3375             "sebastian/global-state": "~1.0",
3376             "sebastian/version": "~1.0",
3377             "symfony/yaml": "~2.1|~3.0"
3378         },
3379         "suggest": {
3380             "phpunit/php-invoker": "~1.1"
3381         },
3382         "time": "2017-02-06T05:18:07+00:00",
3383         "bin": [
3384             "phpunit"
3385         ],
3386         "type": "library",
3387         "extra": {
3388             "branch-alias": {
3389                 "dev-master": "4.8.x-dev"
3390             }
3391         },
3392         "installation-source": "dist",
3393         "autoload": {
3394             "classmap": [
3395                 "src/"
3396             ]
3397         },
3398         "notification-url": "https://packagist.org/downloads/",
3399         "license": [
3400             "BSD-3-Clause"
3401         ],
3402         "authors": [
3403             {
3404                 "name": "Sebastian Bergmann",
3405                 "email": "sebastian@phpunit.de",
3406                 "role": "lead"
3407             }
3408         ],
3409         "description": "The PHP Unit Testing framework.",
3410         "homepage": "https://phpunit.de/",
3411         "keywords": [
3412             "phpunit",
3413             "testing",
3414             "xunit"
3415         ]
3416     },
3417     {
3418         "name": "drupal/migrate_plus",
3419         "version": "3.0.0-beta1",
3420         "version_normalized": "3.0.0.0-beta1",
3421         "source": {
3422             "type": "git",
3423             "url": "https://git.drupal.org/project/migrate_plus",
3424             "reference": "8.x-3.0-beta1"
3425         },
3426         "dist": {
3427             "type": "zip",
3428             "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-3.0-beta1.zip",
3429             "reference": "8.x-3.0-beta1",
3430             "shasum": "7bae5c758a432053863b7b19c94fc1b829debf00"
3431         },
3432         "require": {
3433             "drupal/core": "^8.2"
3434         },
3435         "require-dev": {
3436             "drupal/migrate_example_advanced_setup": "*",
3437             "drupal/migrate_example_setup": "*"
3438         },
3439         "suggest": {
3440             "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
3441         },
3442         "type": "drupal-module",
3443         "extra": {
3444             "branch-alias": {
3445                 "dev-3.x": "3.x-dev"
3446             },
3447             "drupal": {
3448                 "version": "8.x-3.0-beta1",
3449                 "datestamp": "1476307739"
3450             }
3451         },
3452         "installation-source": "dist",
3453         "notification-url": "https://packages.drupal.org/8/downloads",
3454         "license": [
3455             "GPL-2.0+"
3456         ],
3457         "authors": [
3458             {
3459                 "name": "Mike Ryan",
3460                 "homepage": "https://www.drupal.org/u/mikeryan",
3461                 "role": "Maintainer"
3462             }
3463         ],
3464         "description": "Enhancements to core migration support.",
3465         "homepage": "https://www.drupal.org/project/migrate_plus",
3466         "support": {
3467             "source": "https://cgit.drupalcode.org/migrate_plus",
3468             "issues": "https://www.drupal.org/project/issues/migrate_plus",
3469             "irc": "irc://irc.freenode.org/drupal-migrate"
3470         }
3471     },
3472     {
3473         "name": "drupal/migrate_upgrade",
3474         "version": "3.0.0-rc1",
3475         "version_normalized": "3.0.0.0-RC1",
3476         "source": {
3477             "type": "git",
3478             "url": "https://git.drupal.org/project/migrate_upgrade",
3479             "reference": "8.x-3.0-rc1"
3480         },
3481         "dist": {
3482             "type": "zip",
3483             "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc1.zip",
3484             "reference": "8.x-3.0-rc1",
3485             "shasum": "0141d36fb99b166c5e114b946b140780489620e3"
3486         },
3487         "require": {
3488             "drupal/core": "*",
3489             "drupal/migrate_plus": "*"
3490         },
3491         "type": "drupal-module",
3492         "extra": {
3493             "branch-alias": {
3494                 "dev-3.x": "3.x-dev"
3495             },
3496             "drupal": {
3497                 "version": "8.x-3.0-rc1",
3498                 "datestamp": "1476200639"
3499             }
3500         },
3501         "installation-source": "dist",
3502         "notification-url": "https://packages.drupal.org/8/downloads",
3503         "license": [
3504             "GPL-2.0+"
3505         ],
3506         "authors": [
3507             {
3508                 "name": "Ryan Weal",
3509                 "homepage": "https://www.drupal.org/user/412402"
3510             },
3511             {
3512                 "name": "abhishek-anand",
3513                 "homepage": "https://www.drupal.org/user/468982"
3514             },
3515             {
3516                 "name": "ksenzee",
3517                 "homepage": "https://www.drupal.org/user/139855"
3518             },
3519             {
3520                 "name": "mikeryan",
3521                 "homepage": "https://www.drupal.org/user/4420"
3522             },
3523             {
3524                 "name": "ultimike",
3525                 "homepage": "https://www.drupal.org/user/51132"
3526             },
3527             {
3528                 "name": "xjm",
3529                 "homepage": "https://www.drupal.org/user/65776"
3530             }
3531         ],
3532         "description": "Drush support for direct upgrades from older Drupal versions.",
3533         "homepage": "https://www.drupal.org/project/migrate_upgrade",
3534         "support": {
3535             "source": "http://cgit.drupalcode.org/migrate_upgrade"
3536         }
3537     },
3538     {
3539         "name": "drupal/migrate_tools",
3540         "version": "3.0.0-beta1",
3541         "version_normalized": "3.0.0.0-beta1",
3542         "source": {
3543             "type": "git",
3544             "url": "https://git.drupal.org/project/migrate_tools",
3545             "reference": "8.x-3.0-beta1"
3546         },
3547         "dist": {
3548             "type": "zip",
3549             "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-3.0-beta1.zip",
3550             "reference": "8.x-3.0-beta1",
3551             "shasum": "1511d1da1444743fa2defa54a17e62264e8ab836"
3552         },
3553         "require": {
3554             "drupal/core": "^8.2",
3555             "drupal/migrate_plus": "*"
3556         },
3557         "type": "drupal-module",
3558         "extra": {
3559             "branch-alias": {
3560                 "dev-3.x": "3.x-dev"
3561             },
3562             "drupal": {
3563                 "version": "8.x-3.0-beta1",
3564                 "datestamp": "1476313439"
3565             }
3566         },
3567         "installation-source": "dist",
3568         "notification-url": "https://packages.drupal.org/8/downloads",
3569         "license": [
3570             "GPL-2.0+"
3571         ],
3572         "authors": [
3573             {
3574                 "name": "mikeryan",
3575                 "homepage": "https://www.drupal.org/user/4420"
3576             }
3577         ],
3578         "description": "Tools to assist in developing and running migrations.",
3579         "homepage": "https://www.drupal.org/project/migrate_tools",
3580         "support": {
3581             "source": "http://cgit.drupalcode.org/migrate_tools"
3582         }
3583     },
3584     {
3585         "name": "drupal/metatag",
3586         "version": "1.0.0",
3587         "version_normalized": "1.0.0.0",
3588         "source": {
3589             "type": "git",
3590             "url": "https://git.drupal.org/project/metatag",
3591             "reference": "8.x-1.0"
3592         },
3593         "dist": {
3594             "type": "zip",
3595             "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.0.zip",
3596             "reference": "8.x-1.0",
3597             "shasum": "604e45e89c19f5a8960b6a8ae3d80500d4328e6b"
3598         },
3599         "require": {
3600             "drupal/core": "*",
3601             "drupal/token": "*"
3602         },
3603         "require-dev": {
3604             "drupal/metatag_dc": "*",
3605             "drupal/metatag_open_graph": "*"
3606         },
3607         "type": "drupal-module",
3608         "extra": {
3609             "branch-alias": {
3610                 "dev-1.x": "1.x-dev"
3611             },
3612             "drupal": {
3613                 "version": "8.x-1.0",
3614                 "datestamp": "1485902197"
3615             }
3616         },
3617         "installation-source": "dist",
3618         "notification-url": "https://packages.drupal.org/8/downloads",
3619         "license": [
3620             "GPL-2.0+"
3621         ],
3622         "authors": [
3623             {
3624                 "name": "See contributors",
3625                 "homepage": "https://www.drupal.org/node/640498/committers",
3626                 "role": "Developer"
3627             },
3628             {
3629                 "name": "Dave Reid",
3630                 "homepage": "https://www.drupal.org/user/53892"
3631             }
3632         ],
3633         "description": "Manage meta tags for all entities.",
3634         "homepage": "https://www.drupal.org/project/metatag",
3635         "keywords": [
3636             "php",
3637             "seo"
3638         ],
3639         "support": {
3640             "source": "http://cgit.drupalcode.org/metatag",
3641             "issues": "http://drupal.org/project/issues/metatag"
3642         }
3643     },
3644     {
3645         "name": "drupal/eu_cookie_compliance",
3646         "version": "1.0.0-beta7",
3647         "version_normalized": "1.0.0.0-beta7",
3648         "source": {
3649             "type": "git",
3650             "url": "https://git.drupal.org/project/eu-cookie-compliance",
3651             "reference": "8.x-1.0-beta7"
3652         },
3653         "dist": {
3654             "type": "zip",
3655             "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.0-beta7.zip",
3656             "reference": "8.x-1.0-beta7",
3657             "shasum": "c8859fbeb5f6b1122c0eb6c5df1c4cd4b2961421"
3658         },
3659         "require": {
3660             "drupal/core": "*"
3661         },
3662         "type": "drupal-module",
3663         "extra": {
3664             "branch-alias": {
3665                 "dev-1.x": "1.x-dev"
3666             },
3667             "drupal": {
3668                 "version": "8.x-1.0-beta7",
3669                 "datestamp": "1471263146"
3670             }
3671         },
3672         "installation-source": "dist",
3673         "notification-url": "https://packages.drupal.org/8/downloads",
3674         "license": [
3675             "GPL-2.0+"
3676         ],
3677         "authors": [
3678             {
3679                 "name": "Marcin Pajdzik",
3680                 "homepage": "https://www.drupal.org/user/160555"
3681             },
3682             {
3683                 "name": "achton",
3684                 "homepage": "https://www.drupal.org/user/712454"
3685             },
3686             {
3687                 "name": "blairski",
3688                 "homepage": "https://www.drupal.org/user/120835"
3689             },
3690             {
3691                 "name": "dakku",
3692                 "homepage": "https://www.drupal.org/user/97634"
3693             },
3694             {
3695                 "name": "grzegorz.bartman",
3696                 "homepage": "https://www.drupal.org/user/363120"
3697             },
3698             {
3699                 "name": "id.tornado",
3700                 "homepage": "https://www.drupal.org/user/2754049"
3701             },
3702             {
3703                 "name": "killua99",
3704                 "homepage": "https://www.drupal.org/user/699418"
3705             },
3706             {
3707                 "name": "mibfire",
3708                 "homepage": "https://www.drupal.org/user/155136"
3709             },
3710             {
3711                 "name": "naveenvalecha",
3712                 "homepage": "https://www.drupal.org/user/2665733"
3713             },
3714             {
3715                 "name": "svenryen",
3716                 "homepage": "https://www.drupal.org/user/667244"
3717             }
3718         ],
3719         "description": "This module aims at making the website compliant with the new EU cookie regulation",
3720         "homepage": "https://www.drupal.org/project/eu_cookie_compliance",
3721         "support": {
3722             "source": "http://cgit.drupalcode.org/eu_cookie_compliance"
3723         }
3724     },
3725     {
3726         "name": "guzzlehttp/guzzle",
3727         "version": "6.2.3",
3728         "version_normalized": "6.2.3.0",
3729         "source": {
3730             "type": "git",
3731             "url": "https://github.com/guzzle/guzzle.git",
3732             "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
3733         },
3734         "dist": {
3735             "type": "zip",
3736             "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
3737             "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
3738             "shasum": ""
3739         },
3740         "require": {
3741             "guzzlehttp/promises": "^1.0",
3742             "guzzlehttp/psr7": "^1.4",
3743             "php": ">=5.5"
3744         },
3745         "require-dev": {
3746             "ext-curl": "*",
3747             "phpunit/phpunit": "^4.0",
3748             "psr/log": "^1.0"
3749         },
3750         "time": "2017-02-28T22:50:30+00:00",
3751         "type": "library",
3752         "extra": {
3753             "branch-alias": {
3754                 "dev-master": "6.2-dev"
3755             }
3756         },
3757         "installation-source": "dist",
3758         "autoload": {
3759             "files": [
3760                 "src/functions_include.php"
3761             ],
3762             "psr-4": {
3763                 "GuzzleHttp\\": "src/"
3764             }
3765         },
3766         "notification-url": "https://packagist.org/downloads/",
3767         "license": [
3768             "MIT"
3769         ],
3770         "authors": [
3771             {
3772                 "name": "Michael Dowling",
3773                 "email": "mtdowling@gmail.com",
3774                 "homepage": "https://github.com/mtdowling"
3775             }
3776         ],
3777         "description": "Guzzle is a PHP HTTP client library",
3778         "homepage": "http://guzzlephp.org/",
3779         "keywords": [
3780             "client",
3781             "curl",
3782             "framework",
3783             "http",
3784             "http client",
3785             "rest",
3786             "web service"
3787         ]
3788     },
3789     {
3790         "name": "nikic/php-parser",
3791         "version": "v3.0.5",
3792         "version_normalized": "3.0.5.0",
3793         "source": {
3794             "type": "git",
3795             "url": "https://github.com/nikic/PHP-Parser.git",
3796             "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d"
3797         },
3798         "dist": {
3799             "type": "zip",
3800             "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
3801             "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
3802             "shasum": ""
3803         },
3804         "require": {
3805             "ext-tokenizer": "*",
3806             "php": ">=5.5"
3807         },
3808         "require-dev": {
3809             "phpunit/phpunit": "~4.0|~5.0"
3810         },
3811         "time": "2017-03-05T18:23:57+00:00",
3812         "bin": [
3813             "bin/php-parse"
3814         ],
3815         "type": "library",
3816         "extra": {
3817             "branch-alias": {
3818                 "dev-master": "3.0-dev"
3819             }
3820         },
3821         "installation-source": "dist",
3822         "autoload": {
3823             "psr-4": {
3824                 "PhpParser\\": "lib/PhpParser"
3825             }
3826         },
3827         "notification-url": "https://packagist.org/downloads/",
3828         "license": [
3829             "BSD-3-Clause"
3830         ],
3831         "authors": [
3832             {
3833                 "name": "Nikita Popov"
3834             }
3835         ],
3836         "description": "A PHP parser written in PHP",
3837         "keywords": [
3838             "parser",
3839             "php"
3840         ]
3841     },
3842     {
3843         "name": "sebastian/recursion-context",
3844         "version": "1.0.5",
3845         "version_normalized": "1.0.5.0",
3846         "source": {
3847             "type": "git",
3848             "url": "https://github.com/sebastianbergmann/recursion-context.git",
3849             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
3850         },
3851         "dist": {
3852             "type": "zip",
3853             "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
3854             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
3855             "shasum": ""
3856         },
3857         "require": {
3858             "php": ">=5.3.3"
3859         },
3860         "require-dev": {
3861             "phpunit/phpunit": "~4.4"
3862         },
3863         "time": "2016-10-03T07:41:43+00:00",
3864         "type": "library",
3865         "extra": {
3866             "branch-alias": {
3867                 "dev-master": "1.0.x-dev"
3868             }
3869         },
3870         "installation-source": "dist",
3871         "autoload": {
3872             "classmap": [
3873                 "src/"
3874             ]
3875         },
3876         "notification-url": "https://packagist.org/downloads/",
3877         "license": [
3878             "BSD-3-Clause"
3879         ],
3880         "authors": [
3881             {
3882                 "name": "Jeff Welch",
3883                 "email": "whatthejeff@gmail.com"
3884             },
3885             {
3886                 "name": "Sebastian Bergmann",
3887                 "email": "sebastian@phpunit.de"
3888             },
3889             {
3890                 "name": "Adam Harvey",
3891                 "email": "aharvey@php.net"
3892             }
3893         ],
3894         "description": "Provides functionality to recursively process PHP variables",
3895         "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
3896     },
3897     {
3898         "name": "phpspec/prophecy",
3899         "version": "v1.7.0",
3900         "version_normalized": "1.7.0.0",
3901         "source": {
3902             "type": "git",
3903             "url": "https://github.com/phpspec/prophecy.git",
3904             "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
3905         },
3906         "dist": {
3907             "type": "zip",
3908             "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
3909             "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
3910             "shasum": ""
3911         },
3912         "require": {
3913             "doctrine/instantiator": "^1.0.2",
3914             "php": "^5.3|^7.0",
3915             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3916             "sebastian/comparator": "^1.1|^2.0",
3917             "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3918         },
3919         "require-dev": {
3920             "phpspec/phpspec": "^2.5|^3.2",
3921             "phpunit/phpunit": "^4.8 || ^5.6.5"
3922         },
3923         "time": "2017-03-02T20:05:34+00:00",
3924         "type": "library",
3925         "extra": {
3926             "branch-alias": {
3927                 "dev-master": "1.6.x-dev"
3928             }
3929         },
3930         "installation-source": "dist",
3931         "autoload": {
3932             "psr-0": {
3933                 "Prophecy\\": "src/"
3934             }
3935         },
3936         "notification-url": "https://packagist.org/downloads/",
3937         "license": [
3938             "MIT"
3939         ],
3940         "authors": [
3941             {
3942                 "name": "Konstantin Kudryashov",
3943                 "email": "ever.zet@gmail.com",
3944                 "homepage": "http://everzet.com"
3945             },
3946             {
3947                 "name": "Marcello Duarte",
3948                 "email": "marcello.duarte@gmail.com"
3949             }
3950         ],
3951         "description": "Highly opinionated mocking framework for PHP 5.3+",
3952         "homepage": "https://github.com/phpspec/prophecy",
3953         "keywords": [
3954             "Double",
3955             "Dummy",
3956             "fake",
3957             "mock",
3958             "spy",
3959             "stub"
3960         ]
3961     },
3962     {
3963         "name": "twbs/bootstrap-sass",
3964         "version": "v3.3.7",
3965         "version_normalized": "3.3.7.0",
3966         "source": {
3967             "type": "git",
3968             "url": "https://github.com/twbs/bootstrap-sass.git",
3969             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
3970         },
3971         "dist": {
3972             "type": "zip",
3973             "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
3974             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
3975             "shasum": ""
3976         },
3977         "time": "2016-07-25T19:58:53+00:00",
3978         "type": "library",
3979         "extra": {
3980             "branch-alias": {
3981                 "dev-master": "3.3.x-dev"
3982             }
3983         },
3984         "installation-source": "dist",
3985         "notification-url": "https://packagist.org/downloads/",
3986         "license": [
3987             "MIT"
3988         ],
3989         "authors": [
3990             {
3991                 "name": "Mark Otto"
3992             },
3993             {
3994                 "name": "Thomas McDonald"
3995             },
3996             {
3997                 "name": "Tristan Harward"
3998             },
3999             {
4000                 "name": "Peter Gumeson"
4001             },
4002             {
4003                 "name": "Gleb Mazovetskiy"
4004             },
4005             {
4006                 "name": "Jacob Thornton"
4007             }
4008         ],
4009         "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
4010         "homepage": "http://github.com/twbs/bootstrap-sass",
4011         "keywords": [
4012             "bootstrap",
4013             "css",
4014             "sass"
4015         ]
4016     },
4017     {
4018         "name": "drupal/entity_reference_revisions",
4019         "version": "1.2.0",
4020         "version_normalized": "1.2.0.0",
4021         "source": {
4022             "type": "git",
4023             "url": "https://git.drupal.org/project/entity_reference_revisions",
4024             "reference": "8.x-1.2"
4025         },
4026         "dist": {
4027             "type": "zip",
4028             "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.2.zip",
4029             "reference": "8.x-1.2",
4030             "shasum": "15261a4237cc2a743522a7bd81e9f34e01d12843"
4031         },
4032         "require": {
4033             "drupal/core": "~8.0"
4034         },
4035         "require-dev": {
4036             "drupal/diff": "*"
4037         },
4038         "type": "drupal-module",
4039         "extra": {
4040             "branch-alias": {
4041                 "dev-1.x": "1.x-dev"
4042             },
4043             "drupal": {
4044                 "version": "8.x-1.2",
4045                 "datestamp": "1485790085"
4046             }
4047         },
4048         "installation-source": "dist",
4049         "notification-url": "https://packages.drupal.org/8/downloads",
4050         "license": [
4051             "GPL-2.0+"
4052         ],
4053         "authors": [
4054             {
4055                 "name": "Frans",
4056                 "homepage": "https://www.drupal.org/user/514222"
4057             },
4058             {
4059                 "name": "jeroen.b",
4060                 "homepage": "https://www.drupal.org/user/1853532"
4061             },
4062             {
4063                 "name": "miro_dietiker",
4064                 "homepage": "https://www.drupal.org/user/227761"
4065             }
4066         ],
4067         "description": "Adds a Entity Reference field type with revision support.",
4068         "homepage": "https://www.drupal.org/project/entity_reference_revisions",
4069         "support": {
4070             "source": "http://cgit.drupalcode.org/entity_reference_revisions"
4071         }
4072     },
4073     {
4074         "name": "drupal/paragraphs",
4075         "version": "1.1.0",
4076         "version_normalized": "1.1.0.0",
4077         "source": {
4078             "type": "git",
4079             "url": "https://git.drupal.org/project/paragraphs",
4080             "reference": "8.x-1.1"
4081         },
4082         "dist": {
4083             "type": "zip",
4084             "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.1.zip",
4085             "reference": "8.x-1.1",
4086             "shasum": "c678e5704a98c6a0549e415412da081cfeb03a00"
4087         },
4088         "require": {
4089             "drupal/core": "~8.0",
4090             "drupal/entity_reference_revisions": "*"
4091         },
4092         "require-dev": {
4093             "drupal/diff": "*",
4094             "drupal/field_group": "*",
4095             "drupal/inline_entity_form": "*",
4096             "drupal/replicate": "*",
4097             "drupal/search_api": "*",
4098             "drupal/search_api_db": "*"
4099         },
4100         "type": "drupal-module",
4101         "extra": {
4102             "branch-alias": {
4103                 "dev-1.x": "1.x-dev"
4104             },
4105             "drupal": {
4106                 "version": "8.x-1.1",
4107                 "datestamp": "1487331784"
4108             }
4109         },
4110         "installation-source": "dist",
4111         "notification-url": "https://packages.drupal.org/8/downloads",
4112         "license": [
4113             "GPL-2.0+"
4114         ],
4115         "authors": [
4116             {
4117                 "name": "Berdir",
4118                 "homepage": "https://www.drupal.org/user/214652"
4119             },
4120             {
4121                 "name": "Frans",
4122                 "homepage": "https://www.drupal.org/user/514222"
4123             },
4124             {
4125                 "name": "Primsi",
4126                 "homepage": "https://www.drupal.org/user/282629"
4127             },
4128             {
4129                 "name": "jeroen.b",
4130                 "homepage": "https://www.drupal.org/user/1853532"
4131             },
4132             {
4133                 "name": "miro_dietiker",
4134                 "homepage": "https://www.drupal.org/user/227761"
4135             }
4136         ],
4137         "description": "Enables the creation of paragraphs entities.",
4138         "homepage": "https://www.drupal.org/project/paragraphs",
4139         "support": {
4140             "source": "http://cgit.drupalcode.org/paragraphs"
4141         }
4142     },
4143     {
4144         "name": "drupal/livereload",
4145         "version": "dev-1.x",
4146         "version_normalized": "dev-1.x",
4147         "source": {
4148             "type": "git",
4149             "url": "https://git.drupal.org/project/livereload",
4150             "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
4151         },
4152         "require": {
4153             "drupal/core": "~8.0"
4154         },
4155         "type": "drupal-module",
4156         "extra": {
4157             "branch-alias": {
4158                 "dev-1.x": "1.x-dev"
4159             },
4160             "drupal": {
4161                 "version": "8.x-1.x-dev",
4162                 "datestamp": "1474009739"
4163             }
4164         },
4165         "installation-source": "source",
4166         "notification-url": "https://packages.drupal.org/8/downloads",
4167         "license": [
4168             "GPL-2.0+"
4169         ],
4170         "authors": [
4171             {
4172                 "name": "Hydra",
4173                 "homepage": "https://www.drupal.org/user/647364"
4174             },
4175             {
4176                 "name": "tim.plunkett",
4177                 "homepage": "https://www.drupal.org/user/241634"
4178             }
4179         ],
4180         "description": "Enables and enhances use of LiveReload during development.",
4181         "homepage": "https://www.drupal.org/project/livereload",
4182         "support": {
4183             "source": "http://cgit.drupalcode.org/livereload"
4184         }
4185     },
4186     {
4187         "name": "drupal/front",
4188         "version": "1.0.0-alpha2",
4189         "version_normalized": "1.0.0.0-alpha2",
4190         "source": {
4191             "type": "git",
4192             "url": "https://git.drupal.org/project/front",
4193             "reference": "8.x-1.0-alpha2"
4194         },
4195         "dist": {
4196             "type": "zip",
4197             "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-alpha2.zip",
4198             "reference": "8.x-1.0-alpha2",
4199             "shasum": "d4381a4fea8ebdf50575a2b443094612b0ff1eb0"
4200         },
4201         "require": {
4202             "drupal/core": "~8.0"
4203         },
4204         "type": "drupal-module",
4205         "extra": {
4206             "branch-alias": {
4207                 "dev-1.x": "1.x-dev"
4208             },
4209             "drupal": {
4210                 "version": "8.x-1.0-alpha2",
4211                 "datestamp": "1487686982"
4212             }
4213         },
4214         "installation-source": "dist",
4215         "notification-url": "https://packages.drupal.org/8/downloads",
4216         "license": [
4217             "GPL-2.0+"
4218         ],
4219         "authors": [
4220             {
4221                 "name": "Dublin Drupaller",
4222                 "homepage": "https://www.drupal.org/user/8625"
4223             },
4224             {
4225                 "name": "Simon Georges",
4226                 "homepage": "https://www.drupal.org/user/172312"
4227             },
4228             {
4229                 "name": "asenenko",
4230                 "homepage": "https://www.drupal.org/user/2641733"
4231             },
4232             {
4233                 "name": "estoyausente",
4234                 "homepage": "https://www.drupal.org/user/1232954"
4235             },
4236             {
4237                 "name": "timhilliard",
4238                 "homepage": "https://www.drupal.org/user/195493"
4239             }
4240         ],
4241         "homepage": "https://www.drupal.org/project/front",
4242         "support": {
4243             "source": "http://cgit.drupalcode.org/front"
4244         }
4245     },
4246     {
4247         "name": "drupal/filefield_sources",
4248         "version": "dev-1.x",
4249         "version_normalized": "dev-1.x",
4250         "source": {
4251             "type": "git",
4252             "url": "https://git.drupal.org/project/filefield_sources",
4253             "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
4254         },
4255         "require": {
4256             "drupal/core": "*"
4257         },
4258         "type": "drupal-module",
4259         "extra": {
4260             "branch-alias": {
4261                 "dev-1.x": "1.x-dev"
4262             },
4263             "drupal": {
4264                 "version": "8.x-1.x-dev",
4265                 "datestamp": "1464990539"
4266             }
4267         },
4268         "installation-source": "source",
4269         "notification-url": "https://packages.drupal.org/8/downloads",
4270         "license": [
4271             "GPL-2.0+"
4272         ],
4273         "authors": [
4274             {
4275                 "name": "profak",
4276                 "homepage": "https://www.drupal.org/user/782534"
4277             },
4278             {
4279                 "name": "quicksketch",
4280                 "homepage": "https://www.drupal.org/user/35821"
4281             }
4282         ],
4283         "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
4284         "homepage": "https://www.drupal.org/project/filefield_sources",
4285         "support": {
4286             "source": "http://cgit.drupalcode.org/filefield_sources"
4287         }
4288     },
4289     {
4290         "name": "drupal/environment_indicator",
4291         "version": "3.0.0",
4292         "version_normalized": "3.0.0.0",
4293         "source": {
4294             "type": "git",
4295             "url": "https://git.drupal.org/project/environment_indicator",
4296             "reference": "8.x-3.0"
4297         },
4298         "dist": {
4299             "type": "zip",
4300             "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.0.zip",
4301             "reference": "8.x-3.0",
4302             "shasum": "eb435b390f07e228eb55638630c6b5b9fb3e104e"
4303         },
4304         "require": {
4305             "drupal/core": "*"
4306         },
4307         "type": "drupal-module",
4308         "extra": {
4309             "branch-alias": {
4310                 "dev-3.x": "3.x-dev"
4311             },
4312             "drupal": {
4313                 "version": "8.x-3.0",
4314                 "datestamp": "1487828585"
4315             }
4316         },
4317         "installation-source": "dist",
4318         "notification-url": "https://packages.drupal.org/8/downloads",
4319         "license": [
4320             "GPL-2.0+"
4321         ],
4322         "authors": [
4323             {
4324                 "name": "e0ipso",
4325                 "homepage": "https://www.drupal.org/user/550110"
4326             },
4327             {
4328                 "name": "mrfelton",
4329                 "homepage": "https://www.drupal.org/user/305669"
4330             }
4331         ],
4332         "description": "Adds a color indicator for the different environments.",
4333         "homepage": "https://www.drupal.org/project/environment_indicator",
4334         "support": {
4335             "source": "http://cgit.drupalcode.org/environment_indicator"
4336         }
4337     },
4338     {
4339         "name": "drupal/pathologic",
4340         "version": "dev-1.x",
4341         "version_normalized": "dev-1.x",
4342         "source": {
4343             "type": "git",
4344             "url": "https://git.drupal.org/project/pathologic",
4345             "reference": "e0473546e51cbeaa3acb34e3208a0c503ca85613"
4346         },
4347         "require": {
4348             "drupal/core": "*"
4349         },
4350         "type": "drupal-module",
4351         "extra": {
4352             "branch-alias": {
4353                 "dev-1.x": "1.x-dev"
4354             },
4355             "drupal": {
4356                 "version": "8.x-1.x-dev",
4357                 "datestamp": "1446842039"
4358             }
4359         },
4360         "installation-source": "source",
4361         "notification-url": "https://packages.drupal.org/8/downloads",
4362         "license": [
4363             "GPL-2.0+"
4364         ],
4365         "authors": [
4366             {
4367                 "name": "Berdir",
4368                 "homepage": "https://www.drupal.org/user/214652"
4369             },
4370             {
4371                 "name": "Garrett Albright",
4372                 "homepage": "https://www.drupal.org/user/191212"
4373             }
4374         ],
4375         "description": "Helps avoid broken links and incorrect paths in content.",
4376         "homepage": "https://www.drupal.org/project/pathologic",
4377         "support": {
4378             "source": "http://cgit.drupalcode.org/pathologic"
4379         }
4380     },
4381     {
4382         "name": "drupal/typogrify",
4383         "version": "1.0.0-alpha1",
4384         "version_normalized": "1.0.0.0-alpha1",
4385         "source": {
4386             "type": "git",
4387             "url": "https://git.drupal.org/project/typogrify",
4388             "reference": "8.x-1.0-alpha1"
4389         },
4390         "dist": {
4391             "type": "zip",
4392             "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
4393             "reference": "8.x-1.0-alpha1",
4394             "shasum": "de87791555204b3af5692d939f8c199bd7164495"
4395         },
4396         "require": {
4397             "drupal/core": "*"
4398         },
4399         "type": "drupal-module",
4400         "extra": {
4401             "branch-alias": {
4402                 "dev-1.x": "1.x-dev"
4403             },
4404             "drupal": {
4405                 "version": "8.x-1.0-alpha1",
4406                 "datestamp": "1478050442"
4407             }
4408         },
4409         "installation-source": "dist",
4410         "notification-url": "https://packages.drupal.org/8/downloads",
4411         "license": [
4412             "GPL-2.0+"
4413         ],
4414         "authors": [
4415             {
4416                 "name": "See contributors",
4417                 "homepage": "https://www.drupal.org/node/149970/committers",
4418                 "role": "Developer"
4419             },
4420             {
4421                 "name": "migmedia",
4422                 "homepage": "https://www.drupal.org/user/1310354"
4423             },
4424             {
4425                 "name": "mikl",
4426                 "homepage": "https://www.drupal.org/user/58679"
4427             },
4428             {
4429                 "name": "sreynen",
4430                 "homepage": "https://www.drupal.org/user/109890"
4431             }
4432         ],
4433         "description": "A filter for making typographic refinements.",
4434         "homepage": "http://drupal.org/project/typogrify",
4435         "keywords": [
4436             "Drupal"
4437         ],
4438         "support": {
4439             "source": "http://cgit.drupalcode.org/typogrify",
4440             "issues": "http://drupal.org/project/typogrify"
4441         }
4442     },
4443     {
4444         "name": "drupal/entityqueue",
4445         "version": "1.0.0-alpha6",
4446         "version_normalized": "1.0.0.0-alpha6",
4447         "source": {
4448             "type": "git",
4449             "url": "https://git.drupal.org/project/entityqueue",
4450             "reference": "8.x-1.0-alpha6"
4451         },
4452         "dist": {
4453             "type": "zip",
4454             "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha6.zip",
4455             "reference": "8.x-1.0-alpha6",
4456             "shasum": "2f7c639020a4c688b419ca90e35ffe0d08b34639"
4457         },
4458         "require": {
4459             "drupal/core": "~8.0"
4460         },
4461         "type": "drupal-module",
4462         "extra": {
4463             "branch-alias": {
4464                 "dev-1.x": "1.x-dev"
4465             },
4466             "drupal": {
4467                 "version": "8.x-1.0-alpha6",
4468                 "datestamp": "1481985783"
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": "amateescu",
4479                 "homepage": "https://www.drupal.org/user/729614"
4480             },
4481             {
4482                 "name": "jojonaloha",
4483                 "homepage": "https://www.drupal.org/user/1579186"
4484             },
4485             {
4486                 "name": "tim.plunkett",
4487                 "homepage": "https://www.drupal.org/user/241634"
4488             }
4489         ],
4490         "description": "Allows users to collect entities in arbitrarily ordered lists.",
4491         "homepage": "https://www.drupal.org/project/entityqueue",
4492         "support": {
4493             "source": "http://cgit.drupalcode.org/entityqueue"
4494         }
4495     },
4496     {
4497         "name": "michelf/php-markdown",
4498         "version": "1.7.0",
4499         "version_normalized": "1.7.0.0",
4500         "source": {
4501             "type": "git",
4502             "url": "https://github.com/michelf/php-markdown.git",
4503             "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
4504         },
4505         "dist": {
4506             "type": "zip",
4507             "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
4508             "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
4509             "shasum": ""
4510         },
4511         "require": {
4512             "php": ">=5.3.0"
4513         },
4514         "time": "2016-10-29T18:58:20+00:00",
4515         "type": "library",
4516         "extra": {
4517             "branch-alias": {
4518                 "dev-lib": "1.4.x-dev"
4519             }
4520         },
4521         "installation-source": "dist",
4522         "autoload": {
4523             "psr-0": {
4524                 "Michelf": ""
4525             }
4526         },
4527         "notification-url": "https://packagist.org/downloads/",
4528         "license": [
4529             "BSD-3-Clause"
4530         ],
4531         "authors": [
4532             {
4533                 "name": "Michel Fortin",
4534                 "email": "michel.fortin@michelf.ca",
4535                 "homepage": "https://michelf.ca/",
4536                 "role": "Developer"
4537             },
4538             {
4539                 "name": "John Gruber",
4540                 "homepage": "https://daringfireball.net/"
4541             }
4542         ],
4543         "description": "PHP Markdown",
4544         "homepage": "https://michelf.ca/projects/php-markdown/",
4545         "keywords": [
4546             "markdown"
4547         ]
4548     },
4549     {
4550         "name": "drupal/advanced_help",
4551         "version": "dev-1.x",
4552         "version_normalized": "dev-1.x",
4553         "source": {
4554             "type": "git",
4555             "url": "https://git.drupal.org/project/advanced_help",
4556             "reference": "ed80f440c8bb0c3c5b1868f3429f296e52c841a6"
4557         },
4558         "require": {
4559             "drupal/core": "~8.0",
4560             "michelf/php-markdown": "^1.7"
4561         },
4562         "type": "drupal-module",
4563         "extra": {
4564             "branch-alias": {
4565                 "dev-1.x": "1.x-dev"
4566             },
4567             "drupal": {
4568                 "version": "8.x-1.x-dev",
4569                 "datestamp": "1490703369"
4570             }
4571         },
4572         "installation-source": "source",
4573         "notification-url": "https://packages.drupal.org/8/downloads",
4574         "license": [
4575             "GPL-2.0+"
4576         ],
4577         "authors": [
4578             {
4579                 "name": "David Valdez (gnuget)",
4580                 "homepage": "https://www.drupal.org/u/gnuget",
4581                 "role": "Maintainer"
4582             },
4583             {
4584                 "name": "dmitrig01",
4585                 "homepage": "https://www.drupal.org/user/47566"
4586             },
4587             {
4588                 "name": "fgm",
4589                 "homepage": "https://www.drupal.org/user/27985"
4590             },
4591             {
4592                 "name": "gisle",
4593                 "homepage": "https://www.drupal.org/user/409554"
4594             },
4595             {
4596                 "name": "gnuget",
4597                 "homepage": "https://www.drupal.org/user/992990"
4598             },
4599             {
4600                 "name": "merlinofchaos",
4601                 "homepage": "https://www.drupal.org/user/26979"
4602             },
4603             {
4604                 "name": "redndahead",
4605                 "homepage": "https://www.drupal.org/user/160320"
4606             }
4607         ],
4608         "description": "Provide extended help and documentation.",
4609         "homepage": "https://www.drupal.org/project/advanced_help",
4610         "support": {
4611             "source": "https://cgit.drupalcode.org/advanced_help",
4612             "issues": "https://www.drupal.org/project/issues/advanced_help",
4613             "irc": "irc://irc.freenode.org/drupal-contribute"
4614         }
4615     },
4616     {
4617         "name": "drupal/better_formats",
4618         "version": "dev-1.x",
4619         "version_normalized": "dev-1.x",
4620         "source": {
4621             "type": "git",
4622             "url": "https://git.drupal.org/project/better_formats",
4623             "reference": "9b3b5fa792c1dfe0d1121021a230086f3599b7e4"
4624         },
4625         "require": {
4626             "drupal/core": "~8.0"
4627         },
4628         "type": "drupal-module",
4629         "extra": {
4630             "branch-alias": {
4631                 "dev-1.x": "1.x-dev"
4632             },
4633             "drupal": {
4634                 "version": "8.x-1.x-dev",
4635                 "datestamp": "1474656839"
4636             }
4637         },
4638         "installation-source": "source",
4639         "notification-url": "https://packages.drupal.org/8/downloads",
4640         "license": [
4641             "GPL-2.0+"
4642         ],
4643         "authors": [
4644             {
4645                 "name": "Devin Carlson",
4646                 "homepage": "https://www.drupal.org/user/290182"
4647             },
4648             {
4649                 "name": "dragonwize",
4650                 "homepage": "https://www.drupal.org/user/137882"
4651             }
4652         ],
4653         "description": "Enhances the core input format system by managing input format defaults and settings.",
4654         "homepage": "https://www.drupal.org/project/better_formats",
4655         "support": {
4656             "source": "http://cgit.drupalcode.org/better_formats"
4657         }
4658     },
4659     {
4660         "name": "drupal/block_class",
4661         "version": "1.0.0-alpha1",
4662         "version_normalized": "1.0.0.0-alpha1",
4663         "source": {
4664             "type": "git",
4665             "url": "https://git.drupal.org/project/block_class",
4666             "reference": "8.x-1.0-alpha1"
4667         },
4668         "dist": {
4669             "type": "zip",
4670             "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0-alpha1.zip",
4671             "reference": "8.x-1.0-alpha1",
4672             "shasum": "194cd52210ea2e0e5dbbd34fad4528d500424430"
4673         },
4674         "require": {
4675             "drupal/core": "*"
4676         },
4677         "type": "drupal-module",
4678         "extra": {
4679             "branch-alias": {
4680                 "dev-1.x": "1.x-dev"
4681             },
4682             "drupal": {
4683                 "version": "8.x-1.0-alpha1",
4684                 "datestamp": "1475623439"
4685             }
4686         },
4687         "installation-source": "dist",
4688         "notification-url": "https://packages.drupal.org/8/downloads",
4689         "license": [
4690             "GPL-2.0+"
4691         ],
4692         "authors": [
4693             {
4694                 "name": "Aaron Stanush",
4695                 "homepage": "https://www.drupal.org/user/89718"
4696             },
4697             {
4698                 "name": "DYdave",
4699                 "homepage": "https://www.drupal.org/user/467284"
4700             },
4701             {
4702                 "name": "Four Kitchens",
4703                 "homepage": "https://www.drupal.org/user/358502"
4704             },
4705             {
4706                 "name": "Todd Nienkerk",
4707                 "homepage": "https://www.drupal.org/user/92096"
4708             },
4709             {
4710                 "name": "berenddeboer",
4711                 "homepage": "https://www.drupal.org/user/143552"
4712             },
4713             {
4714                 "name": "elliotttf",
4715                 "homepage": "https://www.drupal.org/user/61601"
4716             },
4717             {
4718                 "name": "mirzu",
4719                 "homepage": "https://www.drupal.org/user/7710"
4720             },
4721             {
4722                 "name": "patrickcoffeyo",
4723                 "homepage": "https://www.drupal.org/user/2837945"
4724             },
4725             {
4726                 "name": "pcoffey",
4727                 "homepage": "https://www.drupal.org/user/1595818"
4728             },
4729             {
4730                 "name": "tsmith512",
4731                 "homepage": "https://www.drupal.org/user/2031446"
4732             }
4733         ],
4734         "description": "Allows assigning classes to Blocks",
4735         "homepage": "https://www.drupal.org/project/block_class",
4736         "support": {
4737             "source": "http://cgit.drupalcode.org/block_class"
4738         }
4739     },
4740     {
4741         "name": "drupal/libraries",
4742         "version": "dev-3.x",
4743         "version_normalized": "dev-3.x",
4744         "source": {
4745             "type": "git",
4746             "url": "https://git.drupal.org/project/libraries",
4747             "reference": "061ead081c92a6209b09eaf23b4e3103f360946e"
4748         },
4749         "require": {
4750             "drupal/core": "~8.0"
4751         },
4752         "type": "drupal-module",
4753         "extra": {
4754             "branch-alias": {
4755                 "dev-3.x": "3.x-dev"
4756             },
4757             "drupal": {
4758                 "version": "8.x-3.x-dev",
4759                 "datestamp": "1487978583"
4760             }
4761         },
4762         "installation-source": "source",
4763         "notification-url": "https://packages.drupal.org/8/downloads",
4764         "license": [
4765             "GPL-2.0+"
4766         ],
4767         "authors": [
4768             {
4769                 "name": "Pol",
4770                 "homepage": "https://www.drupal.org/user/47194"
4771             },
4772             {
4773                 "name": "rjacobs",
4774                 "homepage": "https://www.drupal.org/user/422459"
4775             },
4776             {
4777                 "name": "sun",
4778                 "homepage": "https://www.drupal.org/user/54136"
4779             },
4780             {
4781                 "name": "tstoeckler",
4782                 "homepage": "https://www.drupal.org/user/107158"
4783             }
4784         ],
4785         "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
4786         "homepage": "http://drupal.org/project/libraries",
4787         "support": {
4788             "source": "http://cgit.drupalcode.org/libraries",
4789             "issues": "http://drupal.org/project/issues/libraries",
4790             "irc": "irc://irc.freenode.org/drupal-contribute"
4791         }
4792     },
4793     {
4794         "name": "drupal/linkchecker",
4795         "version": "dev-1.x",
4796         "version_normalized": "dev-1.x",
4797         "source": {
4798             "type": "git",
4799             "url": "https://git.drupal.org/project/linkchecker",
4800             "reference": "51377136199d15d6e0ca36339f68934c4eb19204"
4801         },
4802         "require": {
4803             "drupal/core": "~8.0"
4804         },
4805         "type": "drupal-module",
4806         "extra": {
4807             "branch-alias": {
4808                 "dev-1.x": "1.x-dev"
4809             },
4810             "drupal": {
4811                 "version": "8.x-1.x-dev",
4812                 "datestamp": "1472288039"
4813             }
4814         },
4815         "installation-source": "source",
4816         "notification-url": "https://packages.drupal.org/8/downloads",
4817         "license": [
4818             "GPL-2.0+"
4819         ],
4820         "authors": [
4821             {
4822                 "name": "hass",
4823                 "homepage": "https://www.drupal.org/u/hass"
4824             },
4825             {
4826                 "name": "See other contributors",
4827                 "homepage": "https://www.drupal.org/node/243795/committers"
4828             }
4829         ],
4830         "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
4831         "homepage": "https://www.drupal.org/project/linkchecker",
4832         "support": {
4833             "source": "http://git.drupal.org/project/linkchecker.git",
4834             "issues": "https://www.drupal.org/project/issues/linkchecker"
4835         }
4836     },
4837     {
4838         "name": "drupal/video",
4839         "version": "1.2.0",
4840         "version_normalized": "1.2.0.0",
4841         "source": {
4842             "type": "git",
4843             "url": "https://git.drupal.org/project/video",
4844             "reference": "8.x-1.2"
4845         },
4846         "dist": {
4847             "type": "zip",
4848             "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
4849             "reference": "8.x-1.2",
4850             "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
4851         },
4852         "require": {
4853             "drupal/core": "*"
4854         },
4855         "type": "drupal-module",
4856         "extra": {
4857             "branch-alias": {
4858                 "dev-1.x": "1.x-dev"
4859             },
4860             "drupal": {
4861                 "version": "8.x-1.x",
4862                 "datestamp": "1455470039",
4863                 "package": "Field types"
4864             }
4865         },
4866         "installation-source": "dist",
4867         "notification-url": "https://packages.drupal.org/8/downloads",
4868         "license": [
4869             "GPL-2.0+"
4870         ],
4871         "authors": [
4872             {
4873                 "name": "Jorrit",
4874                 "homepage": "https://www.drupal.org/user/161217"
4875             },
4876             {
4877                 "name": "abhishek-anand",
4878                 "homepage": "https://www.drupal.org/user/468982"
4879             },
4880             {
4881                 "name": "brycefisherfleig",
4882                 "homepage": "https://www.drupal.org/user/1300764"
4883             },
4884             {
4885                 "name": "chaitanya17",
4886                 "homepage": "https://www.drupal.org/user/1998300"
4887             },
4888             {
4889                 "name": "heshanlk",
4890                 "homepage": "https://www.drupal.org/user/199102"
4891             }
4892         ],
4893         "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.",
4894         "homepage": "https://www.drupal.org/project/video",
4895         "support": {
4896             "source": "http://cgit.drupalcode.org/video"
4897         }
4898     },
4899     {
4900         "name": "ajgl/breakpoint-twig-extension",
4901         "version": "0.3.0",
4902         "version_normalized": "0.3.0.0",
4903         "source": {
4904             "type": "git",
4905             "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
4906             "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
4907         },
4908         "dist": {
4909             "type": "zip",
4910             "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
4911             "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
4912             "shasum": ""
4913         },
4914         "require": {
4915             "php": ">=5.4.0",
4916             "twig/twig": "^1.14"
4917         },
4918         "require-dev": {
4919             "symfony/framework-bundle": "^2.3",
4920             "symfony/twig-bundle": "^2.3"
4921         },
4922         "suggest": {
4923             "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
4924             "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
4925             "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
4926         },
4927         "time": "2016-03-31T18:09:32+00:00",
4928         "type": "library",
4929         "extra": {
4930             "branch-alias": {
4931                 "dev-master": "0.4.x-dev"
4932             }
4933         },
4934         "installation-source": "dist",
4935         "autoload": {
4936             "psr-4": {
4937                 "Ajgl\\Twig\\Extension\\": "src/"
4938             }
4939         },
4940         "notification-url": "https://packagist.org/downloads/",
4941         "license": [
4942             "MIT"
4943         ],
4944         "authors": [
4945             {
4946                 "name": "Antonio J. García Lagar",
4947                 "email": "aj@garcialagar.es",
4948                 "homepage": "http://aj.garcialagar.es",
4949                 "role": "developer"
4950             }
4951         ],
4952         "description": "Twig extension to set breakpoints",
4953         "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
4954         "keywords": [
4955             "Xdebug",
4956             "breakpoint",
4957             "twig"
4958         ]
4959     },
4960     {
4961         "name": "drupal/twig_xdebug",
4962         "version": "1.0.0",
4963         "version_normalized": "1.0.0.0",
4964         "source": {
4965             "type": "git",
4966             "url": "https://git.drupal.org/project/twig_xdebug",
4967             "reference": "8.x-1.0"
4968         },
4969         "dist": {
4970             "type": "zip",
4971             "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
4972             "reference": "8.x-1.0",
4973             "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
4974         },
4975         "require": {
4976             "ajgl/breakpoint-twig-extension": "0.3",
4977             "drupal/core": "~8.0"
4978         },
4979         "type": "drupal-module",
4980         "extra": {
4981             "branch-alias": {
4982                 "dev-1.x": "1.x-dev"
4983             },
4984             "drupal": {
4985                 "version": "8.x-1.0",
4986                 "datestamp": "1464928439"
4987             }
4988         },
4989         "installation-source": "dist",
4990         "notification-url": "https://packages.drupal.org/8/downloads",
4991         "license": [
4992             "GPL-2.0+"
4993         ],
4994         "authors": [
4995             {
4996                 "name": "charginghawk",
4997                 "homepage": "https://www.drupal.org/user/2626341"
4998             }
4999         ],
5000         "description": "Enables Xdebug breakpoints in Twig.",
5001         "homepage": "https://www.drupal.org/project/twig_xdebug",
5002         "support": {
5003             "source": "http://cgit.drupalcode.org/twig_xdebug"
5004         }
5005     },
5006     {
5007         "name": "cebe/markdown",
5008         "version": "1.0.2",
5009         "version_normalized": "1.0.2.0",
5010         "source": {
5011             "type": "git",
5012             "url": "https://github.com/cebe/markdown.git",
5013             "reference": "f681fee8303310415b746f3758eeda0a7ad08bda"
5014         },
5015         "dist": {
5016             "type": "zip",
5017             "url": "https://api.github.com/repos/cebe/markdown/zipball/f681fee8303310415b746f3758eeda0a7ad08bda",
5018             "reference": "f681fee8303310415b746f3758eeda0a7ad08bda",
5019             "shasum": ""
5020         },
5021         "require": {
5022             "lib-pcre": "*",
5023             "php": ">=5.4.0"
5024         },
5025         "require-dev": {
5026             "cebe/indent": "*",
5027             "facebook/xhprof": "*@dev",
5028             "phpunit/phpunit": "3.7.*"
5029         },
5030         "time": "2015-03-06T05:21:16+00:00",
5031         "bin": [
5032             "bin/markdown"
5033         ],
5034         "type": "library",
5035         "extra": {
5036             "branch-alias": {
5037                 "dev-master": "1.0.x-dev"
5038             }
5039         },
5040         "installation-source": "dist",
5041         "autoload": {
5042             "psr-4": {
5043                 "cebe\\markdown\\": ""
5044             }
5045         },
5046         "notification-url": "https://packagist.org/downloads/",
5047         "license": [
5048             "MIT"
5049         ],
5050         "authors": [
5051             {
5052                 "name": "Carsten Brandt",
5053                 "email": "mail@cebe.cc",
5054                 "homepage": "http://cebe.cc/",
5055                 "role": "Creator"
5056             }
5057         ],
5058         "description": "A super fast, highly extensible markdown parser for PHP",
5059         "homepage": "https://github.com/cebe/markdown#readme",
5060         "keywords": [
5061             "extensible",
5062             "fast",
5063             "gfm",
5064             "markdown",
5065             "markdown-extra"
5066         ]
5067     },
5068     {
5069         "name": "psy/psysh",
5070         "version": "v0.8.3",
5071         "version_normalized": "0.8.3.0",
5072         "source": {
5073             "type": "git",
5074             "url": "https://github.com/bobthecow/psysh.git",
5075             "reference": "1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e"
5076         },
5077         "dist": {
5078             "type": "zip",
5079             "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e",
5080             "reference": "1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e",
5081             "shasum": ""
5082         },
5083         "require": {
5084             "dnoegel/php-xdg-base-dir": "0.1",
5085             "jakub-onderka/php-console-highlighter": "0.3.*",
5086             "nikic/php-parser": "~1.3|~2.0|~3.0",
5087             "php": ">=5.3.9",
5088             "symfony/console": "~2.3.10|^2.4.2|~3.0",
5089             "symfony/var-dumper": "~2.7|~3.0"
5090         },
5091         "require-dev": {
5092             "friendsofphp/php-cs-fixer": "~1.11",
5093             "hoa/console": "~3.16|~1.14",
5094             "phpunit/phpunit": "~4.4|~5.0",
5095             "symfony/finder": "~2.1|~3.0"
5096         },
5097         "suggest": {
5098             "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
5099             "ext-pdo-sqlite": "The doc command requires SQLite to work.",
5100             "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
5101             "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
5102             "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
5103         },
5104         "time": "2017-03-19T21:40:44+00:00",
5105         "bin": [
5106             "bin/psysh"
5107         ],
5108         "type": "library",
5109         "extra": {
5110             "branch-alias": {
5111                 "dev-develop": "0.9.x-dev"
5112             }
5113         },
5114         "installation-source": "dist",
5115         "autoload": {
5116             "files": [
5117                 "src/Psy/functions.php"
5118             ],
5119             "psr-4": {
5120                 "Psy\\": "src/Psy/"
5121             }
5122         },
5123         "notification-url": "https://packagist.org/downloads/",
5124         "license": [
5125             "MIT"
5126         ],
5127         "authors": [
5128             {
5129                 "name": "Justin Hileman",
5130                 "email": "justin@justinhileman.info",
5131                 "homepage": "http://justinhileman.com"
5132             }
5133         ],
5134         "description": "An interactive shell for modern PHP.",
5135         "homepage": "http://psysh.org",
5136         "keywords": [
5137             "REPL",
5138             "console",
5139             "interactive",
5140             "shell"
5141         ]
5142     },
5143     {
5144         "name": "guzzlehttp/psr7",
5145         "version": "1.4.2",
5146         "version_normalized": "1.4.2.0",
5147         "source": {
5148             "type": "git",
5149             "url": "https://github.com/guzzle/psr7.git",
5150             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
5151         },
5152         "dist": {
5153             "type": "zip",
5154             "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
5155             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
5156             "shasum": ""
5157         },
5158         "require": {
5159             "php": ">=5.4.0",
5160             "psr/http-message": "~1.0"
5161         },
5162         "provide": {
5163             "psr/http-message-implementation": "1.0"
5164         },
5165         "require-dev": {
5166             "phpunit/phpunit": "~4.0"
5167         },
5168         "time": "2017-03-20T17:10:46+00:00",
5169         "type": "library",
5170         "extra": {
5171             "branch-alias": {
5172                 "dev-master": "1.4-dev"
5173             }
5174         },
5175         "installation-source": "dist",
5176         "autoload": {
5177             "psr-4": {
5178                 "GuzzleHttp\\Psr7\\": "src/"
5179             },
5180             "files": [
5181                 "src/functions_include.php"
5182             ]
5183         },
5184         "notification-url": "https://packagist.org/downloads/",
5185         "license": [
5186             "MIT"
5187         ],
5188         "authors": [
5189             {
5190                 "name": "Michael Dowling",
5191                 "email": "mtdowling@gmail.com",
5192                 "homepage": "https://github.com/mtdowling"
5193             },
5194             {
5195                 "name": "Tobias Schultze",
5196                 "homepage": "https://github.com/Tobion"
5197             }
5198         ],
5199         "description": "PSR-7 message implementation that also provides common utility methods",
5200         "keywords": [
5201             "http",
5202             "message",
5203             "request",
5204             "response",
5205             "stream",
5206             "uri",
5207             "url"
5208         ]
5209     },
5210     {
5211         "name": "paragonie/random_compat",
5212         "version": "v2.0.10",
5213         "version_normalized": "2.0.10.0",
5214         "source": {
5215             "type": "git",
5216             "url": "https://github.com/paragonie/random_compat.git",
5217             "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
5218         },
5219         "dist": {
5220             "type": "zip",
5221             "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
5222             "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
5223             "shasum": ""
5224         },
5225         "require": {
5226             "php": ">=5.2.0"
5227         },
5228         "require-dev": {
5229             "phpunit/phpunit": "4.*|5.*"
5230         },
5231         "suggest": {
5232             "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5233         },
5234         "time": "2017-03-13T16:27:32+00:00",
5235         "type": "library",
5236         "installation-source": "dist",
5237         "autoload": {
5238             "files": [
5239                 "lib/random.php"
5240             ]
5241         },
5242         "notification-url": "https://packagist.org/downloads/",
5243         "license": [
5244             "MIT"
5245         ],
5246         "authors": [
5247             {
5248                 "name": "Paragon Initiative Enterprises",
5249                 "email": "security@paragonie.com",
5250                 "homepage": "https://paragonie.com"
5251             }
5252         ],
5253         "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5254         "keywords": [
5255             "csprng",
5256             "pseudorandom",
5257             "random"
5258         ]
5259     },
5260     {
5261         "name": "twig/twig",
5262         "version": "v1.33.0",
5263         "version_normalized": "1.33.0.0",
5264         "source": {
5265             "type": "git",
5266             "url": "https://github.com/twigphp/Twig.git",
5267             "reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a"
5268         },
5269         "dist": {
5270             "type": "zip",
5271             "url": "https://api.github.com/repos/twigphp/Twig/zipball/05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a",
5272             "reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a",
5273             "shasum": ""
5274         },
5275         "require": {
5276             "php": ">=5.2.7"
5277         },
5278         "require-dev": {
5279             "psr/container": "^1.0",
5280             "symfony/debug": "~2.7",
5281             "symfony/phpunit-bridge": "~3.3@dev"
5282         },
5283         "time": "2017-03-22T15:40:09+00:00",
5284         "type": "library",
5285         "extra": {
5286             "branch-alias": {
5287                 "dev-master": "1.33-dev"
5288             }
5289         },
5290         "installation-source": "dist",
5291         "autoload": {
5292             "psr-0": {
5293                 "Twig_": "lib/"
5294             }
5295         },
5296         "notification-url": "https://packagist.org/downloads/",
5297         "license": [
5298             "BSD-3-Clause"
5299         ],
5300         "authors": [
5301             {
5302                 "name": "Fabien Potencier",
5303                 "email": "fabien@symfony.com",
5304                 "homepage": "http://fabien.potencier.org",
5305                 "role": "Lead Developer"
5306             },
5307             {
5308                 "name": "Armin Ronacher",
5309                 "email": "armin.ronacher@active-4.com",
5310                 "role": "Project Founder"
5311             },
5312             {
5313                 "name": "Twig Team",
5314                 "homepage": "http://twig.sensiolabs.org/contributors",
5315                 "role": "Contributors"
5316             }
5317         ],
5318         "description": "Twig, the flexible, fast, and secure template language for PHP",
5319         "homepage": "http://twig.sensiolabs.org",
5320         "keywords": [
5321             "templating"
5322         ]
5323     },
5324     {
5325         "name": "drupal/simple_sitemap",
5326         "version": "2.9.0",
5327         "version_normalized": "2.9.0.0",
5328         "source": {
5329             "type": "git",
5330             "url": "https://git.drupal.org/project/simple_sitemap",
5331             "reference": "8.x-2.9"
5332         },
5333         "dist": {
5334             "type": "zip",
5335             "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.9.zip",
5336             "reference": "8.x-2.9",
5337             "shasum": "73bc5b375a7563ee217688f752318fe044b1e9de"
5338         },
5339         "require": {
5340             "drupal/core": "~8.0"
5341         },
5342         "type": "drupal-module",
5343         "extra": {
5344             "branch-alias": {
5345                 "dev-2.x": "2.x-dev"
5346             },
5347             "drupal": {
5348                 "version": "8.x-2.9",
5349                 "datestamp": "1490775483"
5350             }
5351         },
5352         "installation-source": "dist",
5353         "notification-url": "https://packages.drupal.org/8/downloads",
5354         "license": [
5355             "GPL-2.0+"
5356         ],
5357         "authors": [
5358             {
5359                 "name": "Pawel Ginalski (gbyte.co)",
5360                 "homepage": "https://www.drupal.org/u/gbyte.co",
5361                 "email": "contact@gbyte.co",
5362                 "role": "Maintainer"
5363             },
5364             {
5365                 "name": "Sam Becker (Sam152)",
5366                 "homepage": "https://www.drupal.org/u/sam152",
5367                 "role": "Co-maintainer"
5368             }
5369         ],
5370         "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
5371         "homepage": "https://drupal.org/project/simple_sitemap",
5372         "support": {
5373             "source": "https://cgit.drupalcode.org/simple_sitemap",
5374             "issues": "https://drupal.org/project/issues/simple_sitemap",
5375             "irc": "irc://irc.freenode.org/drupal-contribute"
5376         }
5377     },
5378     {
5379         "name": "drupal/fontyourface",
5380         "version": "3.1.0",
5381         "version_normalized": "3.1.0.0",
5382         "source": {
5383             "type": "git",
5384             "url": "https://git.drupal.org/project/fontyourface",
5385             "reference": "8.x-3.1"
5386         },
5387         "dist": {
5388             "type": "zip",
5389             "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.1.zip",
5390             "reference": "8.x-3.1",
5391             "shasum": "c5e02349327e4962dc15901ad442a887326b5b73"
5392         },
5393         "require": {
5394             "drupal/core": "8.*"
5395         },
5396         "type": "drupal-module",
5397         "extra": {
5398             "branch-alias": {
5399                 "dev-3.x": "3.x-dev"
5400             },
5401             "drupal": {
5402                 "version": "8.x-3.1",
5403                 "datestamp": "1490223783"
5404             }
5405         },
5406         "installation-source": "dist",
5407         "notification-url": "https://packages.drupal.org/8/downloads",
5408         "license": [
5409             "GPL-2.0+"
5410         ],
5411         "authors": [
5412             {
5413                 "name": "BTMash",
5414                 "homepage": "https://www.drupal.org/user/60422"
5415             },
5416             {
5417                 "name": "BarisW",
5418                 "homepage": "https://www.drupal.org/user/107229"
5419             },
5420             {
5421                 "name": "Drave Robber",
5422                 "homepage": "https://www.drupal.org/user/984338"
5423             },
5424             {
5425                 "name": "sreynen",
5426                 "homepage": "https://www.drupal.org/user/109890"
5427             }
5428         ],
5429         "description": "Web font management tools.",
5430         "homepage": "https://www.drupal.org/project/fontyourface",
5431         "keywords": [
5432             "Drupal"
5433         ],
5434         "support": {
5435             "source": "http://cgit.drupalcode.org/fontyourface",
5436             "issues": "http://drupal.org/project/issues/fontyourface"
5437         }
5438     },
5439     {
5440         "name": "drupal/php",
5441         "version": "dev-1.x",
5442         "version_normalized": "dev-1.x",
5443         "source": {
5444             "type": "git",
5445             "url": "https://git.drupal.org/project/php",
5446             "reference": "304022be52874ef2d7916ea3acafd312766da9cc"
5447         },
5448         "require": {
5449             "drupal/core": "~8.0"
5450         },
5451         "type": "drupal-module",
5452         "extra": {
5453             "branch-alias": {
5454                 "dev-1.x": "1.x-dev"
5455             },
5456             "drupal": {
5457                 "version": "8.x-1.0-beta2+1-dev",
5458                 "datestamp": "1461875939"
5459             }
5460         },
5461         "installation-source": "source",
5462         "notification-url": "https://packages.drupal.org/8/downloads",
5463         "license": [
5464             "GPL-2.0+"
5465         ],
5466         "authors": [
5467             {
5468                 "name": "hass",
5469                 "homepage": "https://www.drupal.org/u/hass"
5470             },
5471             {
5472                 "name": "See other contributors",
5473                 "homepage": "https://www.drupal.org/node/1633456/committers"
5474             },
5475             {
5476                 "name": "catch",
5477                 "homepage": "https://www.drupal.org/user/35733"
5478             },
5479             {
5480                 "name": "dixon_",
5481                 "homepage": "https://www.drupal.org/user/239911"
5482             },
5483             {
5484                 "name": "greggles",
5485                 "homepage": "https://www.drupal.org/user/36762"
5486             },
5487             {
5488                 "name": "hass",
5489                 "homepage": "https://www.drupal.org/user/85918"
5490             },
5491             {
5492                 "name": "msonnabaum",
5493                 "homepage": "https://www.drupal.org/user/75278"
5494             },
5495             {
5496                 "name": "quicksketch",
5497                 "homepage": "https://www.drupal.org/user/35821"
5498             },
5499             {
5500                 "name": "webchick",
5501                 "homepage": "https://www.drupal.org/user/24967"
5502             }
5503         ],
5504         "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.",
5505         "homepage": "https://www.drupal.org/project/php",
5506         "support": {
5507             "source": "http://git.drupal.org/project/php.git",
5508             "issues": "https://www.drupal.org/project/issues/php"
5509         }
5510     },
5511     {
5512         "name": "cweagans/composer-patches",
5513         "version": "1.6.1",
5514         "version_normalized": "1.6.1.0",
5515         "source": {
5516             "type": "git",
5517             "url": "https://github.com/cweagans/composer-patches.git",
5518             "reference": "b3036f23b73570ab5d869e345277786c8eb248a9"
5519         },
5520         "dist": {
5521             "type": "zip",
5522             "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/b3036f23b73570ab5d869e345277786c8eb248a9",
5523             "reference": "b3036f23b73570ab5d869e345277786c8eb248a9",
5524             "shasum": ""
5525         },
5526         "require": {
5527             "composer-plugin-api": "^1.0",
5528             "php": ">=5.3.0"
5529         },
5530         "require-dev": {
5531             "composer/composer": "~1.0",
5532             "phpunit/phpunit": "~4.6"
5533         },
5534         "time": "2017-03-19T18:18:52+00:00",
5535         "type": "composer-plugin",
5536         "extra": {
5537             "class": "cweagans\\Composer\\Patches"
5538         },
5539         "installation-source": "dist",
5540         "autoload": {
5541             "psr-4": {
5542                 "cweagans\\Composer\\": "src"
5543             }
5544         },
5545         "notification-url": "https://packagist.org/downloads/",
5546         "license": [
5547             "BSD-2-Clause"
5548         ],
5549         "authors": [
5550             {
5551                 "name": "Cameron Eagans",
5552                 "email": "me@cweagans.net"
5553             }
5554         ],
5555         "description": "Provides a way to patch Composer packages."
5556     },
5557     {
5558         "name": "drupal/security_review",
5559         "version": "dev-1.x",
5560         "version_normalized": "dev-1.x",
5561         "source": {
5562             "type": "git",
5563             "url": "https://git.drupal.org/project/security_review",
5564             "reference": "35ebae445bb260e961e47c4c58efe7c50c228999"
5565         },
5566         "require": {
5567             "drupal/core": "~8.0"
5568         },
5569         "type": "drupal-module",
5570         "extra": {
5571             "branch-alias": {
5572                 "dev-1.x": "1.x-dev"
5573             },
5574             "drupal": {
5575                 "version": "8.x-1.x-dev",
5576                 "datestamp": "1476978839"
5577             },
5578             "patches_applied": {
5579                 "Fix missing field review list": "https://www.drupal.org/files/issues/security_review-dangerous-tags-list-2744805-2.patch"
5580             }
5581         },
5582         "installation-source": "source",
5583         "notification-url": "https://packages.drupal.org/8/downloads",
5584         "license": [
5585             "GPL-2.0+"
5586         ],
5587         "authors": [
5588             {
5589                 "name": "banviktor",
5590                 "homepage": "https://www.drupal.org/user/3176333"
5591             },
5592             {
5593                 "name": "coltrane",
5594                 "homepage": "https://www.drupal.org/user/91990"
5595             },
5596             {
5597                 "name": "dsnopek",
5598                 "homepage": "https://www.drupal.org/user/266527"
5599             },
5600             {
5601                 "name": "greggles",
5602                 "homepage": "https://www.drupal.org/user/36762"
5603             }
5604         ],
5605         "description": "Site security and configuration review module.",
5606         "homepage": "https://www.drupal.org/project/security_review",
5607         "support": {
5608             "source": "http://cgit.drupalcode.org/security_review"
5609         }
5610     },
5611     {
5612         "name": "drupal/memcache",
5613         "version": "2.0.0-alpha2",
5614         "version_normalized": "2.0.0.0-alpha2",
5615         "source": {
5616             "type": "git",
5617             "url": "https://git.drupal.org/project/memcache",
5618             "reference": "8.x-2.0-alpha2"
5619         },
5620         "dist": {
5621             "type": "zip",
5622             "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha2.zip",
5623             "reference": "8.x-2.0-alpha2",
5624             "shasum": "dedad417e274e06a064e282135ce2f05b2c2c6ba"
5625         },
5626         "require": {
5627             "drupal/core": "~8.0"
5628         },
5629         "type": "drupal-module",
5630         "extra": {
5631             "branch-alias": {
5632                 "dev-2.x": "2.x-dev"
5633             },
5634             "drupal": {
5635                 "version": "8.x-2.0-alpha2",
5636                 "datestamp": "1473758939"
5637             }
5638         },
5639         "installation-source": "dist",
5640         "notification-url": "https://packages.drupal.org/8/downloads",
5641         "license": [
5642             "GPL-2.0+"
5643         ],
5644         "authors": [
5645             {
5646                 "name": "Jeremy",
5647                 "homepage": "https://www.drupal.org/user/409"
5648             },
5649             {
5650                 "name": "catch",
5651                 "homepage": "https://www.drupal.org/user/35733"
5652             },
5653             {
5654                 "name": "damiankloip",
5655                 "homepage": "https://www.drupal.org/user/1037976"
5656             },
5657             {
5658                 "name": "jvandyk",
5659                 "homepage": "https://www.drupal.org/user/2375"
5660             },
5661             {
5662                 "name": "robertDouglass",
5663                 "homepage": "https://www.drupal.org/user/5449"
5664             }
5665         ],
5666         "description": "High performance integration with memcache.",
5667         "homepage": "https://www.drupal.org/project/memcache",
5668         "support": {
5669             "source": "http://cgit.drupalcode.org/memcache"
5670         }
5671     },
5672     {
5673         "name": "drupal/entity",
5674         "version": "1.0.0-alpha4",
5675         "version_normalized": "1.0.0.0-alpha4",
5676         "source": {
5677             "type": "git",
5678             "url": "https://git.drupal.org/project/entity",
5679             "reference": "8.x-1.0-alpha4"
5680         },
5681         "dist": {
5682             "type": "zip",
5683             "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-alpha4.zip",
5684             "reference": "8.x-1.0-alpha4",
5685             "shasum": "c081d3757c159dfee74c9e5acb63bdee81c42e18"
5686         },
5687         "require": {
5688             "drupal/core": "~8.1"
5689         },
5690         "type": "drupal-module",
5691         "extra": {
5692             "branch-alias": {
5693                 "dev-1.x": "1.x-dev"
5694             },
5695             "drupal": {
5696                 "version": "8.x-1.0-alpha4",
5697                 "datestamp": "1481194983"
5698             }
5699         },
5700         "installation-source": "dist",
5701         "notification-url": "https://packages.drupal.org/8/downloads",
5702         "license": [
5703             "GPL-2.0+"
5704         ],
5705         "authors": [
5706             {
5707                 "name": "Berdir",
5708                 "homepage": "https://www.drupal.org/user/214652"
5709             },
5710             {
5711                 "name": "bojanz",
5712                 "homepage": "https://www.drupal.org/user/86106"
5713             },
5714             {
5715                 "name": "dawehner",
5716                 "homepage": "https://www.drupal.org/user/99340"
5717             },
5718             {
5719                 "name": "dixon_",
5720                 "homepage": "https://www.drupal.org/user/239911"
5721             },
5722             {
5723                 "name": "fago",
5724                 "homepage": "https://www.drupal.org/user/16747"
5725             }
5726         ],
5727         "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
5728         "homepage": "http://drupal.org/project/entity",
5729         "support": {
5730             "source": "http://cgit.drupalcode.org/entity"
5731         }
5732     },
5733     {
5734         "name": "drupal/media_entity",
5735         "version": "1.6.0",
5736         "version_normalized": "1.6.0.0",
5737         "source": {
5738             "type": "git",
5739             "url": "https://git.drupal.org/project/media_entity",
5740             "reference": "8.x-1.6"
5741         },
5742         "dist": {
5743             "type": "zip",
5744             "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.6.zip",
5745             "reference": "8.x-1.6",
5746             "shasum": "86fd1478f2448c034660faa30ef34c0e8519fecb"
5747         },
5748         "require": {
5749             "drupal/core": "~8.1",
5750             "drupal/entity": "^1.0.0-alpha3"
5751         },
5752         "require-dev": {
5753             "drupal/entity": "*",
5754             "drupal/inline_entity_form": "*"
5755         },
5756         "type": "drupal-module",
5757         "extra": {
5758             "branch-alias": {
5759                 "dev-1.x": "1.x-dev"
5760             },
5761             "drupal": {
5762                 "version": "8.x-1.6",
5763                 "datestamp": "1480363983"
5764             }
5765         },
5766         "installation-source": "dist",
5767         "notification-url": "https://packages.drupal.org/8/downloads",
5768         "license": [
5769             "GPL-2.0+"
5770         ],
5771         "authors": [
5772             {
5773                 "name": "Berdir",
5774                 "homepage": "https://www.drupal.org/user/214652"
5775             },
5776             {
5777                 "name": "Dave Reid",
5778                 "homepage": "https://www.drupal.org/user/53892"
5779             },
5780             {
5781                 "name": "Drupal Media Team",
5782                 "homepage": "https://www.drupal.org/user/3260690"
5783             },
5784             {
5785                 "name": "Drupal media CI",
5786                 "homepage": "https://www.drupal.org/user/3057985"
5787             },
5788             {
5789                 "name": "Primsi",
5790                 "homepage": "https://www.drupal.org/user/282629"
5791             },
5792             {
5793                 "name": "boztek",
5794                 "homepage": "https://www.drupal.org/user/134410"
5795             },
5796             {
5797                 "name": "chr.fritsch",
5798                 "homepage": "https://www.drupal.org/user/2103716"
5799             },
5800             {
5801                 "name": "jcisio",
5802                 "homepage": "https://www.drupal.org/user/210762"
5803             },
5804             {
5805                 "name": "katzilla",
5806                 "homepage": "https://www.drupal.org/user/260398"
5807             },
5808             {
5809                 "name": "phenaproxima",
5810                 "homepage": "https://www.drupal.org/user/205645"
5811             },
5812             {
5813                 "name": "seanB",
5814                 "homepage": "https://www.drupal.org/user/545912"
5815             },
5816             {
5817                 "name": "slashrsm",
5818                 "homepage": "https://www.drupal.org/user/744628"
5819             }
5820         ],
5821         "description": "Provides a lean and simple way to store media on Drupal 8 sites.",
5822         "homepage": "https://www.drupal.org/project/media_entity",
5823         "keywords": [
5824             "Drupal"
5825         ],
5826         "support": {
5827             "source": "https://www.drupal.org/project/media_entity",
5828             "issues": "https://www.drupal.org/project/issues/media_entity"
5829         }
5830     },
5831     {
5832         "name": "drupal/video_embed_field",
5833         "version": "1.4.0",
5834         "version_normalized": "1.4.0.0",
5835         "source": {
5836             "type": "git",
5837             "url": "https://git.drupal.org/project/video_embed_field",
5838             "reference": "8.x-1.4"
5839         },
5840         "dist": {
5841             "type": "zip",
5842             "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-1.4.zip",
5843             "reference": "8.x-1.4",
5844             "shasum": "7bf93a52e2e8d639b4dbefd65f0ee2b170d73f43"
5845         },
5846         "require": {
5847             "drupal/core": "*"
5848         },
5849         "require-dev": {
5850             "drupal/colorbox": "*",
5851             "drupal/media_entity": "*",
5852             "drupal/media_entity_embeddable_video": "*"
5853         },
5854         "type": "drupal-module",
5855         "extra": {
5856             "branch-alias": {
5857                 "dev-1.x": "1.x-dev"
5858             },
5859             "drupal": {
5860                 "version": "8.x-1.x",
5861                 "datestamp": "1484253183",
5862                 "package": "Field types"
5863             }
5864         },
5865         "installation-source": "dist",
5866         "notification-url": "https://packages.drupal.org/8/downloads",
5867         "license": [
5868             "GPL-2.0+"
5869         ],
5870         "authors": [
5871             {
5872                 "name": "Sam152",
5873                 "homepage": "https://www.drupal.org/user/1485048"
5874             },
5875             {
5876                 "name": "jec006",
5877                 "homepage": "https://www.drupal.org/user/855980"
5878             },
5879             {
5880                 "name": "plopesc",
5881                 "homepage": "https://www.drupal.org/user/282415"
5882             }
5883         ],
5884         "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
5885         "homepage": "https://www.drupal.org/project/video_embed_field",
5886         "support": {
5887             "source": "http://cgit.drupalcode.org/video_embed_field"
5888         }
5889     },
5890     {
5891         "name": "drupal/video_embed_media",
5892         "version": "1.4.0",
5893         "version_normalized": "1.4.0.0",
5894         "require": {
5895             "drupal/core": "~8.0",
5896             "drupal/media_entity": "*",
5897             "drupal/video_embed_field": "self.version"
5898         },
5899         "type": "metapackage",
5900         "extra": {
5901             "branch-alias": {
5902                 "dev-1.x": "1.x-dev"
5903             },
5904             "drupal": {
5905                 "version": "8.x-1.4",
5906                 "datestamp": "1484253183"
5907             }
5908         },
5909         "notification-url": "https://packages.drupal.org/8/downloads",
5910         "license": [
5911             "GPL-2.0+"
5912         ],
5913         "authors": [
5914             {
5915                 "name": "Sam152",
5916                 "homepage": "https://www.drupal.org/user/1485048"
5917             },
5918             {
5919                 "name": "jec006",
5920                 "homepage": "https://www.drupal.org/user/855980"
5921             },
5922             {
5923                 "name": "plopesc",
5924                 "homepage": "https://www.drupal.org/user/282415"
5925             }
5926         ],
5927         "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.",
5928         "homepage": "https://www.drupal.org/project/video_embed_field",
5929         "support": {
5930             "source": "http://cgit.drupalcode.org/video_embed_field"
5931         }
5932     },
5933     {
5934         "name": "drupal/blazy",
5935         "version": "1.0.0-rc1",
5936         "version_normalized": "1.0.0.0-RC1",
5937         "source": {
5938             "type": "git",
5939             "url": "https://git.drupal.org/project/blazy",
5940             "reference": "8.x-1.0-rc1"
5941         },
5942         "dist": {
5943             "type": "zip",
5944             "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc1.zip",
5945             "reference": "8.x-1.0-rc1",
5946             "shasum": "0502916f2cb5b6237f13e5216e12063b8d56ce42"
5947         },
5948         "require": {
5949             "drupal/core": "*"
5950         },
5951         "type": "drupal-module",
5952         "extra": {
5953             "branch-alias": {
5954                 "dev-1.x": "1.x-dev"
5955             },
5956             "drupal": {
5957                 "version": "8.x-1.0-rc1",
5958                 "datestamp": "1485193983"
5959             }
5960         },
5961         "installation-source": "dist",
5962         "notification-url": "https://packages.drupal.org/8/downloads",
5963         "license": [
5964             "GPL-2.0+"
5965         ],
5966         "authors": [
5967             {
5968                 "name": "Gaus Surahman",
5969                 "homepage": "https://www.drupal.org/u/gausarts",
5970                 "role": "Maintainer"
5971             },
5972             {
5973                 "name": "Contributors",
5974                 "homepage": "https://www.drupal.org/node/2663268/committers",
5975                 "role": "Contributor"
5976             }
5977         ],
5978         "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
5979         "homepage": "https://drupal.org/project/blazy",
5980         "keywords": [
5981             "Drupal",
5982             "bLazy",
5983             "lazyload"
5984         ],
5985         "support": {
5986             "source": "http://cgit.drupalcode.org/blazy",
5987             "issues": "https://drupal.org/project/issues/blazy"
5988         }
5989     },
5990     {
5991         "name": "drupal/slick",
5992         "version": "1.0.0-rc3",
5993         "version_normalized": "1.0.0.0-RC3",
5994         "source": {
5995             "type": "git",
5996             "url": "https://git.drupal.org/project/slick",
5997             "reference": "8.x-1.0-rc3"
5998         },
5999         "dist": {
6000             "type": "zip",
6001             "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0-rc3.zip",
6002             "reference": "8.x-1.0-rc3",
6003             "shasum": "e47be5189e3d03e2824a6ecfd41f14c45eea9a55"
6004         },
6005         "require": {
6006             "drupal/blazy": "~1.0",
6007             "drupal/core": "~8.0"
6008         },
6009         "type": "drupal-module",
6010         "extra": {
6011             "branch-alias": {
6012                 "dev-1.x": "1.x-dev"
6013             },
6014             "drupal": {
6015                 "version": "8.x-1.0-rc3",
6016                 "datestamp": "1490295783"
6017             }
6018         },
6019         "installation-source": "dist",
6020         "notification-url": "https://packages.drupal.org/8/downloads",
6021         "license": [
6022             "GPL-2.0+"
6023         ],
6024         "authors": [
6025             {
6026                 "name": "arshadcn",
6027                 "homepage": "https://www.drupal.org/user/571032"
6028             },
6029             {
6030                 "name": "gausarts",
6031                 "homepage": "https://www.drupal.org/user/159062"
6032             }
6033         ],
6034         "description": "Slick carousel, the last carousel you'll ever need.",
6035         "homepage": "https://drupal.org/project/slick",
6036         "keywords": [
6037             "Drupal",
6038             "carousel",
6039             "slideshow"
6040         ],
6041         "support": {
6042             "source": "http://cgit.drupalcode.org/slick",
6043             "issues": "https://drupal.org/project/issues/slick"
6044         }
6045     },
6046     {
6047         "name": "drupal/media_entity_image",
6048         "version": "1.2.0",
6049         "version_normalized": "1.2.0.0",
6050         "source": {
6051             "type": "git",
6052             "url": "https://git.drupal.org/project/media_entity_image",
6053             "reference": "8.x-1.2"
6054         },
6055         "dist": {
6056             "type": "zip",
6057             "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.2.zip",
6058             "reference": "8.x-1.2",
6059             "shasum": "d02d1d793a50ea3b9cb5a3219472fdd27980f4f3"
6060         },
6061         "require": {
6062             "drupal/core": "~8.1",
6063             "drupal/media_entity": "~1.0 || ~8.1.0"
6064         },
6065         "require-dev": {
6066             "drupal/entity_browser": "*"
6067         },
6068         "type": "drupal-module",
6069         "extra": {
6070             "branch-alias": {
6071                 "dev-1.x": "1.x-dev"
6072             },
6073             "drupal": {
6074                 "version": "8.x-1.2",
6075                 "datestamp": "1470170939"
6076             }
6077         },
6078         "installation-source": "dist",
6079         "notification-url": "https://packages.drupal.org/8/downloads",
6080         "license": [
6081             "GPL-2.0+"
6082         ],
6083         "authors": [
6084             {
6085                 "name": "Drupal Media Team",
6086                 "homepage": "https://www.drupal.org/user/3260690"
6087             },
6088             {
6089                 "name": "Primsi",
6090                 "homepage": "https://www.drupal.org/user/282629"
6091             },
6092             {
6093                 "name": "slashrsm",
6094                 "homepage": "https://www.drupal.org/user/744628"
6095             }
6096         ],
6097         "description": "Local images integration for Drupal Media entity.",
6098         "homepage": "https://www.drupal.org/project/media_entity_image",
6099         "keywords": [
6100             "Drupal",
6101             "image",
6102             "media"
6103         ],
6104         "support": {
6105             "source": "https://www.drupal.org/project/media_entity_image",
6106             "issues": "https://www.drupal.org/project/issues/media_entity_image"
6107         }
6108     },
6109     {
6110         "name": "drupal/slick_media",
6111         "version": "1.0.0-rc1",
6112         "version_normalized": "1.0.0.0-RC1",
6113         "source": {
6114             "type": "git",
6115             "url": "https://git.drupal.org/project/slick_media",
6116             "reference": "8.x-1.0-rc1"
6117         },
6118         "dist": {
6119             "type": "zip",
6120             "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0-rc1.zip",
6121             "reference": "8.x-1.0-rc1",
6122             "shasum": "061addb670bc7af541b90880aac1c78da7c96812"
6123         },
6124         "require": {
6125             "drupal/core": "~8.0",
6126             "drupal/media_entity_image": "*",
6127             "drupal/slick": "*",
6128             "drupal/video_embed_media": "*"
6129         },
6130         "type": "drupal-module",
6131         "extra": {
6132             "branch-alias": {
6133                 "dev-1.x": "1.x-dev"
6134             },
6135             "drupal": {
6136                 "version": "8.x-1.0-rc1",
6137                 "datestamp": "1485194885"
6138             }
6139         },
6140         "installation-source": "dist",
6141         "notification-url": "https://packages.drupal.org/8/downloads",
6142         "license": [
6143             "GPL-2.0+"
6144         ],
6145         "authors": [
6146             {
6147                 "name": "gausarts",
6148                 "homepage": "https://www.drupal.org/user/159062"
6149             }
6150         ],
6151         "description": "Provides Slick carousel integration with Media entity.",
6152         "homepage": "https://www.drupal.org/project/slick_media",
6153         "support": {
6154             "source": "http://cgit.drupalcode.org/slick_media"
6155         }
6156     },
6157     {
6158         "name": "j7mbo/twitter-api-php",
6159         "version": "1.0.5",
6160         "version_normalized": "1.0.5.0",
6161         "source": {
6162             "type": "git",
6163             "url": "https://github.com/J7mbo/twitter-api-php.git",
6164             "reference": "a89ce3e294484aad7ae13dbabe45fb3928024ef8"
6165         },
6166         "dist": {
6167             "type": "zip",
6168             "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/a89ce3e294484aad7ae13dbabe45fb3928024ef8",
6169             "reference": "a89ce3e294484aad7ae13dbabe45fb3928024ef8",
6170             "shasum": ""
6171         },
6172         "require": {
6173             "ext-curl": "*"
6174         },
6175         "require-dev": {
6176             "phpunit/phpunit": "~4.5,>=4.5.1"
6177         },
6178         "time": "2015-08-03T21:35:18+00:00",
6179         "type": "library",
6180         "extra": {
6181             "branch-alias": {
6182                 "dev-master": "1.0-dev"
6183             }
6184         },
6185         "installation-source": "dist",
6186         "autoload": {
6187             "files": [
6188                 "TwitterAPIExchange.php"
6189             ]
6190         },
6191         "notification-url": "https://packagist.org/downloads/",
6192         "license": [
6193             "GNU Public License"
6194         ],
6195         "authors": [
6196             {
6197                 "name": "James Mallison",
6198                 "homepage": "https://github.com/j7mbo/twitter-api-php"
6199             }
6200         ],
6201         "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
6202         "homepage": "https://github.com/j7mbo/twitter-api-php",
6203         "keywords": [
6204             "api",
6205             "php",
6206             "twitter"
6207         ]
6208     },
6209     {
6210         "name": "drupal/media_entity_twitter",
6211         "version": "1.3.0",
6212         "version_normalized": "1.3.0.0",
6213         "source": {
6214             "type": "git",
6215             "url": "https://git.drupal.org/project/media_entity_twitter",
6216             "reference": "8.x-1.3"
6217         },
6218         "dist": {
6219             "type": "zip",
6220             "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-1.3.zip",
6221             "reference": "8.x-1.3",
6222             "shasum": "280406ba63e2c00befa9bb1434ad2d4d3113b239"
6223         },
6224         "require": {
6225             "drupal/core": "~8.0",
6226             "drupal/media_entity": "*",
6227             "j7mbo/twitter-api-php": "~1.0"
6228         },
6229         "type": "drupal-module",
6230         "extra": {
6231             "branch-alias": {
6232                 "dev-1.x": "1.x-dev"
6233             },
6234             "drupal": {
6235                 "version": "8.x-1.3",
6236                 "datestamp": "1478549339"
6237             }
6238         },
6239         "installation-source": "dist",
6240         "notification-url": "https://packages.drupal.org/8/downloads",
6241         "license": [
6242             "GPL-2.0+"
6243         ],
6244         "authors": [
6245             {
6246                 "name": "Drupal Media Team",
6247                 "homepage": "https://www.drupal.org/user/3260690"
6248             },
6249             {
6250                 "name": "Primsi",
6251                 "homepage": "https://www.drupal.org/user/282629"
6252             },
6253             {
6254                 "name": "slashrsm",
6255                 "homepage": "https://www.drupal.org/user/744628"
6256             }
6257         ],
6258         "description": "Media entity Twitter provider.",
6259         "homepage": "https://www.drupal.org/project/media_entity_twitter",
6260         "support": {
6261             "source": "http://cgit.drupalcode.org/media_entity_twitter"
6262         }
6263     },
6264     {
6265         "name": "drupal/media_entity_slideshow",
6266         "version": "1.2.0",
6267         "version_normalized": "1.2.0.0",
6268         "source": {
6269             "type": "git",
6270             "url": "https://git.drupal.org/project/media_entity_slideshow",
6271             "reference": "8.x-1.2"
6272         },
6273         "dist": {
6274             "type": "zip",
6275             "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-1.2.zip",
6276             "reference": "8.x-1.2",
6277             "shasum": "c9d49eb6be7de0ea8e500554b89842842287cd1f"
6278         },
6279         "require": {
6280             "drupal/core": "~8.0",
6281             "drupal/media_entity": "*"
6282         },
6283         "type": "drupal-module",
6284         "extra": {
6285             "branch-alias": {
6286                 "dev-1.x": "1.x-dev"
6287             },
6288             "drupal": {
6289                 "version": "8.x-1.2",
6290                 "datestamp": "1470687839"
6291             }
6292         },
6293         "installation-source": "dist",
6294         "notification-url": "https://packages.drupal.org/8/downloads",
6295         "license": [
6296             "GPL-2.0+"
6297         ],
6298         "authors": [
6299             {
6300                 "name": "Drupal Media Team",
6301                 "homepage": "https://www.drupal.org/user/3260690"
6302             },
6303             {
6304                 "name": "slashrsm",
6305                 "homepage": "https://www.drupal.org/user/744628"
6306             }
6307         ],
6308         "description": "Media entity slideshow provider.",
6309         "homepage": "https://www.drupal.org/project/media_entity_slideshow",
6310         "support": {
6311             "source": "http://cgit.drupalcode.org/media_entity_slideshow"
6312         }
6313     },
6314     {
6315         "name": "php-instagram-api/php-instagram-api",
6316         "version": "dev-master",
6317         "version_normalized": "9999999-dev",
6318         "source": {
6319             "type": "git",
6320             "url": "https://github.com/galen/PHP-Instagram-API.git",
6321             "reference": "7a796fdae715fcdccc00590933ce482437342c35"
6322         },
6323         "dist": {
6324             "type": "zip",
6325             "url": "https://api.github.com/repos/galen/PHP-Instagram-API/zipball/7a796fdae715fcdccc00590933ce482437342c35",
6326             "reference": "7a796fdae715fcdccc00590933ce482437342c35",
6327             "shasum": ""
6328         },
6329         "require": {
6330             "php": ">=5.3.0"
6331         },
6332         "time": "2013-11-13T23:10:03+00:00",
6333         "type": "library",
6334         "installation-source": "source",
6335         "autoload": {
6336             "psr-0": {
6337                 "Instagram": "."
6338             }
6339         },
6340         "notification-url": "https://packagist.org/downloads/",
6341         "license": [
6342             "MIT"
6343         ],
6344         "authors": [
6345             {
6346                 "name": "Galen Grover",
6347                 "email": "galenjr@gmail.com",
6348                 "homepage": "http://www.galengrover.com",
6349                 "role": "Developer"
6350             }
6351         ],
6352         "description": "PHP Instagram API for PHP 5.3+",
6353         "homepage": "https://github.com/galen/PHP-Instagram-API",
6354         "keywords": [
6355             "instagram"
6356         ]
6357     },
6358     {
6359         "name": "drupal/media_entity_instagram",
6360         "version": "1.2.0",
6361         "version_normalized": "1.2.0.0",
6362         "source": {
6363             "type": "git",
6364             "url": "https://git.drupal.org/project/media_entity_instagram",
6365             "reference": "8.x-1.2"
6366         },
6367         "dist": {
6368             "type": "zip",
6369             "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-1.2.zip",
6370             "reference": "8.x-1.2",
6371             "shasum": "1183314bbfed2dfeaeabdc7e970521b394c5e337"
6372         },
6373         "require": {
6374             "drupal/core": "~8.0",
6375             "drupal/media_entity": "*",
6376             "php-instagram-api/php-instagram-api": "dev-master"
6377         },
6378         "type": "drupal-module",
6379         "extra": {
6380             "branch-alias": {
6381                 "dev-1.x": "1.x-dev"
6382             },
6383             "drupal": {
6384                 "version": "8.x-1.2",
6385                 "datestamp": "1470169139"
6386             }
6387         },
6388         "installation-source": "dist",
6389         "notification-url": "https://packages.drupal.org/8/downloads",
6390         "license": [
6391             "GPL-2.0+"
6392         ],
6393         "authors": [
6394             {
6395                 "name": "Drupal Media Team",
6396                 "homepage": "https://www.drupal.org/user/3260690"
6397             },
6398             {
6399                 "name": "Primsi",
6400                 "homepage": "https://www.drupal.org/user/282629"
6401             },
6402             {
6403                 "name": "designesse",
6404                 "homepage": "https://www.drupal.org/user/854012"
6405             },
6406             {
6407                 "name": "slashrsm",
6408                 "homepage": "https://www.drupal.org/user/744628"
6409             }
6410         ],
6411         "description": "Provides a media entity instagram.",
6412         "homepage": "https://www.drupal.org/project/media_entity_instagram",
6413         "support": {
6414             "source": "http://cgit.drupalcode.org/media_entity_instagram"
6415         }
6416     },
6417     {
6418         "name": "drupal/media_entity_document",
6419         "version": "1.1.0",
6420         "version_normalized": "1.1.0.0",
6421         "source": {
6422             "type": "git",
6423             "url": "https://git.drupal.org/project/media_entity_document",
6424             "reference": "8.x-1.1"
6425         },
6426         "dist": {
6427             "type": "zip",
6428             "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.1.zip",
6429             "reference": "8.x-1.1",
6430             "shasum": "88a45820cf0aeb5f8a3ade3338007771191508e4"
6431         },
6432         "require": {
6433             "drupal/core": "~8.1",
6434             "drupal/media_entity": "~1.0 || ~8.1.0"
6435         },
6436         "type": "drupal-module",
6437         "extra": {
6438             "branch-alias": {
6439                 "dev-1.x": "1.x-dev"
6440             },
6441             "drupal": {
6442                 "version": "8.x-1.1",
6443                 "datestamp": "1470211995"
6444             }
6445         },
6446         "installation-source": "dist",
6447         "notification-url": "https://packages.drupal.org/8/downloads",
6448         "license": [
6449             "GPL-2.0+"
6450         ],
6451         "authors": [
6452             {
6453                 "name": "NerOcrO",
6454                 "homepage": "https://www.drupal.org/user/1728164",
6455                 "role": "Maintainer"
6456             }
6457         ],
6458         "description": "Local documents integration for Drupal Media entity.",
6459         "homepage": "https://www.drupal.org/project/media_entity_document",
6460         "keywords": [
6461             "Drupal",
6462             "document",
6463             "media"
6464         ],
6465         "support": {
6466             "source": "https://www.drupal.org/project/media_entity_document",
6467             "issues": "https://www.drupal.org/project/issues/media_entity_document"
6468         }
6469     },
6470     {
6471         "name": "drupal/inline_entity_form",
6472         "version": "1.0.0-beta1",
6473         "version_normalized": "1.0.0.0-beta1",
6474         "source": {
6475             "type": "git",
6476             "url": "https://git.drupal.org/project/inline_entity_form",
6477             "reference": "8.x-1.0-beta1"
6478         },
6479         "dist": {
6480             "type": "zip",
6481             "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip",
6482             "reference": "8.x-1.0-beta1",
6483             "shasum": "185ffc28a7b68d19cce057855d1c111f1741a3ea"
6484         },
6485         "require": {
6486             "drupal/core": "~8.0"
6487         },
6488         "require-dev": {
6489             "drupal/entity_reference_revisions": "*"
6490         },
6491         "type": "drupal-module",
6492         "extra": {
6493             "branch-alias": {
6494                 "dev-1.x": "1.x-dev"
6495             },
6496             "drupal": {
6497                 "version": "8.x-1.0-beta1",
6498                 "datestamp": "1477868343"
6499             }
6500         },
6501         "installation-source": "dist",
6502         "notification-url": "https://packages.drupal.org/8/downloads",
6503         "license": [
6504             "GPL-2.0+"
6505         ],
6506         "authors": [
6507             {
6508                 "name": "bojanz",
6509                 "homepage": "https://www.drupal.org/user/86106"
6510             },
6511             {
6512                 "name": "dawehner",
6513                 "homepage": "https://www.drupal.org/user/99340"
6514             },
6515             {
6516                 "name": "rszrama",
6517                 "homepage": "https://www.drupal.org/user/49344"
6518             },
6519             {
6520                 "name": "slashrsm",
6521                 "homepage": "https://www.drupal.org/user/744628"
6522             },
6523             {
6524                 "name": "webflo",
6525                 "homepage": "https://www.drupal.org/user/254778"
6526             }
6527         ],
6528         "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
6529         "homepage": "https://www.drupal.org/project/inline_entity_form",
6530         "support": {
6531             "source": "http://cgit.drupalcode.org/inline_entity_form"
6532         }
6533     },
6534     {
6535         "name": "drupal/embed",
6536         "version": "1.0.0",
6537         "version_normalized": "1.0.0.0",
6538         "source": {
6539             "type": "git",
6540             "url": "https://git.drupal.org/project/embed",
6541             "reference": "8.x-1.0"
6542         },
6543         "dist": {
6544             "type": "zip",
6545             "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
6546             "reference": "8.x-1.0",
6547             "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
6548         },
6549         "require": {
6550             "drupal/core": "~8.0"
6551         },
6552         "type": "drupal-module",
6553         "extra": {
6554             "branch-alias": {
6555                 "dev-1.x": "1.x-dev"
6556             },
6557             "drupal": {
6558                 "version": "8.x-1.0",
6559                 "datestamp": "1490755685"
6560             }
6561         },
6562         "installation-source": "dist",
6563         "notification-url": "https://packages.drupal.org/8/downloads",
6564         "license": [
6565             "GPL-2.0+"
6566         ],
6567         "authors": [
6568             {
6569                 "name": "Dave Reid",
6570                 "homepage": "https://www.drupal.org/user/53892"
6571             },
6572             {
6573                 "name": "Devin Carlson",
6574                 "homepage": "https://www.drupal.org/user/290182"
6575             },
6576             {
6577                 "name": "Drupal Media Team",
6578                 "homepage": "https://www.drupal.org/user/3260690"
6579             },
6580             {
6581                 "name": "cs_shadow",
6582                 "homepage": "https://www.drupal.org/user/2828287"
6583             },
6584             {
6585                 "name": "slashrsm",
6586                 "homepage": "https://www.drupal.org/user/744628"
6587             }
6588         ],
6589         "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
6590         "homepage": "https://www.drupal.org/project/embed",
6591         "support": {
6592             "source": "http://cgit.drupalcode.org/embed",
6593             "issues": "https://www.drupal.org/project/issues/embed",
6594             "irc": "irc://irc.freenode.org/drupal-media"
6595         }
6596     },
6597     {
6598         "name": "drupal/entity_embed",
6599         "version": "1.0.0-beta2",
6600         "version_normalized": "1.0.0.0-beta2",
6601         "source": {
6602             "type": "git",
6603             "url": "https://git.drupal.org/project/entity_embed",
6604             "reference": "8.x-1.0-beta2"
6605         },
6606         "dist": {
6607             "type": "zip",
6608             "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
6609             "reference": "8.x-1.0-beta2",
6610             "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
6611         },
6612         "require": {
6613             "drupal/core": "*",
6614             "drupal/embed": "*"
6615         },
6616         "require-dev": {
6617             "drupal/entity_browser": "*"
6618         },
6619         "type": "drupal-module",
6620         "extra": {
6621             "branch-alias": {
6622                 "dev-1.x": "1.x-dev"
6623             },
6624             "drupal": {
6625                 "version": "8.x-1.0-beta2",
6626                 "datestamp": "1476698339"
6627             }
6628         },
6629         "installation-source": "dist",
6630         "notification-url": "https://packages.drupal.org/8/downloads",
6631         "license": [
6632             "GPL-2.0+"
6633         ],
6634         "authors": [
6635             {
6636                 "name": "Dave Reid",
6637                 "homepage": "https://www.drupal.org/user/53892"
6638             },
6639             {
6640                 "name": "Devin Carlson",
6641                 "homepage": "https://www.drupal.org/user/290182"
6642             },
6643             {
6644                 "name": "Drupal Media Team",
6645                 "homepage": "https://www.drupal.org/user/3260690"
6646             },
6647             {
6648                 "name": "cs_shadow",
6649                 "homepage": "https://www.drupal.org/user/2828287"
6650             },
6651             {
6652                 "name": "slashrsm",
6653                 "homepage": "https://www.drupal.org/user/744628"
6654             }
6655         ],
6656         "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
6657         "homepage": "https://www.drupal.org/project/entity_embed",
6658         "support": {
6659             "source": "http://cgit.drupalcode.org/entity_embed",
6660             "issues": "https://www.drupal.org/project/issues/entity_embed",
6661             "irc": "irc://irc.freenode.org/drupal-media"
6662         }
6663     },
6664     {
6665         "name": "drupal/entity_browser",
6666         "version": "1.0.0-rc2",
6667         "version_normalized": "1.0.0.0-RC2",
6668         "source": {
6669             "type": "git",
6670             "url": "https://git.drupal.org/project/entity_browser",
6671             "reference": "8.x-1.0-rc2"
6672         },
6673         "dist": {
6674             "type": "zip",
6675             "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.0-rc2.zip",
6676             "reference": "8.x-1.0-rc2",
6677             "shasum": "7954668b9134a8ec2dac2604c482d6521e43ee91"
6678         },
6679         "require": {
6680             "drupal/core": "~8.0"
6681         },
6682         "require-dev": {
6683             "drupal/ctools": "*",
6684             "drupal/inline_entity_form": "*",
6685             "drupal/media_entity": "*",
6686             "drupal/paragraphs": "*",
6687             "drupal/token": "*"
6688         },
6689         "type": "drupal-module",
6690         "extra": {
6691             "branch-alias": {
6692                 "dev-1.x": "1.x-dev",
6693                 "dev-8.x-1.x": "8.1.x-dev"
6694             },
6695             "drupal": {
6696                 "version": "8.x-1.0-rc2",
6697                 "datestamp": "1487581984"
6698             }
6699         },
6700         "installation-source": "dist",
6701         "notification-url": "https://packages.drupal.org/8/downloads",
6702         "license": [
6703             "GPL-2.0+"
6704         ],
6705         "authors": [
6706             {
6707                 "name": "Janez Urevc",
6708                 "homepage": "https://github.com/slashrsm",
6709                 "role": "Maintainer"
6710             },
6711             {
6712                 "name": "Primoz Hmeljak",
6713                 "homepage": "https://github.com/primsi",
6714                 "role": "Maintainer"
6715             },
6716             {
6717                 "name": "See other contributors",
6718                 "homepage": "https://www.drupal.org/node/1943336/committers",
6719                 "role": "contributor"
6720             },
6721             {
6722                 "name": "Primsi",
6723                 "homepage": "https://www.drupal.org/user/282629"
6724             },
6725             {
6726                 "name": "marcingy",
6727                 "homepage": "https://www.drupal.org/user/77320"
6728             },
6729             {
6730                 "name": "samuel.mortenson",
6731                 "homepage": "https://www.drupal.org/user/2582268"
6732             },
6733             {
6734                 "name": "slashrsm",
6735                 "homepage": "https://www.drupal.org/user/744628"
6736             }
6737         ],
6738         "description": "Entity browsing and selecting component.",
6739         "homepage": "http://drupal.org/project/entity_browser",
6740         "support": {
6741             "source": "http://cgit.drupalcode.org/entity_browser",
6742             "issues": "http://drupal.org/project/issues/entity_browser",
6743             "irc": "irc://irc.freenode.org/drupal-contribute"
6744         }
6745     },
6746     {
6747         "name": "drupal/entity_browser_entity_form",
6748         "version": "1.0.0-rc2",
6749         "version_normalized": "1.0.0.0-RC2",
6750         "require": {
6751             "drupal/core": "~8.0",
6752             "drupal/entity_browser": "self.version",
6753             "drupal/inline_entity_form": "*"
6754         },
6755         "type": "metapackage",
6756         "extra": {
6757             "branch-alias": {
6758                 "dev-1.x": "1.x-dev"
6759             },
6760             "drupal": {
6761                 "version": "8.x-1.0-rc2",
6762                 "datestamp": "1487581984"
6763             }
6764         },
6765         "notification-url": "https://packages.drupal.org/8/downloads",
6766         "license": [
6767             "GPL-2.0+"
6768         ],
6769         "authors": [
6770             {
6771                 "name": "Dave Reid",
6772                 "homepage": "https://www.drupal.org/user/53892"
6773             },
6774             {
6775                 "name": "Devin Carlson",
6776                 "homepage": "https://www.drupal.org/user/290182"
6777             },
6778             {
6779                 "name": "Drupal Media Team",
6780                 "homepage": "https://www.drupal.org/user/3260690"
6781             },
6782             {
6783                 "name": "Primsi",
6784                 "homepage": "https://www.drupal.org/user/282629"
6785             },
6786             {
6787                 "name": "marcingy",
6788                 "homepage": "https://www.drupal.org/user/77320"
6789             },
6790             {
6791                 "name": "samuel.mortenson",
6792                 "homepage": "https://www.drupal.org/user/2582268"
6793             },
6794             {
6795                 "name": "slashrsm",
6796                 "homepage": "https://www.drupal.org/user/744628"
6797             }
6798         ],
6799         "description": "Entity browser inline entity form integration.",
6800         "homepage": "https://www.drupal.org/project/entity_browser",
6801         "support": {
6802             "source": "http://cgit.drupalcode.org/entity_browser"
6803         }
6804     },
6805     {
6806         "name": "drupal/dropzonejs",
6807         "version": "1.0.0-alpha6",
6808         "version_normalized": "1.0.0.0-alpha6",
6809         "source": {
6810             "type": "git",
6811             "url": "https://git.drupal.org/project/dropzonejs",
6812             "reference": "8.x-1.0-alpha6"
6813         },
6814         "dist": {
6815             "type": "zip",
6816             "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-1.0-alpha6.zip",
6817             "reference": "8.x-1.0-alpha6",
6818             "shasum": "7cc19398eed42b584c06e442f57c4da64b4c4bbb"
6819         },
6820         "require": {
6821             "drupal/core": "*"
6822         },
6823         "require-dev": {
6824             "drupal/entity_browser": "*"
6825         },
6826         "suggest": {
6827             "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
6828         },
6829         "type": "drupal-module",
6830         "extra": {
6831             "branch-alias": {
6832                 "dev-1.x": "1.x-dev"
6833             },
6834             "drupal": {
6835                 "version": "8.x-1.0-alpha6",
6836                 "datestamp": "1490199183"
6837             }
6838         },
6839         "installation-source": "dist",
6840         "notification-url": "https://packages.drupal.org/8/downloads",
6841         "license": [
6842             "GPL-2.0+"
6843         ],
6844         "authors": [
6845             {
6846                 "name": "Janez Urevc",
6847                 "homepage": "https://drupal.org/u/slashrsm",
6848                 "role": "Maintainer"
6849             },
6850             {
6851                 "name": "Christian Fritsch",
6852                 "homepage": "https://drupal.org/u/chrfritsch",
6853                 "role": "Maintainer"
6854             },
6855             {
6856                 "name": "Primoz Hmeljak",
6857                 "homepage": "https://drupal.org/u/Primsi",
6858                 "role": "Maintainer"
6859             },
6860             {
6861                 "name": "See other contributors",
6862                 "homepage": "https://www.drupal.org/node/1998478/committers",
6863                 "role": "contributor"
6864             },
6865             {
6866                 "name": "slashrsm",
6867                 "homepage": "https://www.drupal.org/user/744628"
6868             },
6869             {
6870                 "name": "wouters_f",
6871                 "homepage": "https://www.drupal.org/user/721548"
6872             },
6873             {
6874                 "name": "zkday",
6875                 "homepage": "https://www.drupal.org/user/888644"
6876             }
6877         ],
6878         "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
6879         "homepage": "https://www.drupal.org/project/dropzonejs",
6880         "keywords": [
6881             "DropzoneJS",
6882             "Drupal"
6883         ],
6884         "support": {
6885             "source": "https://www.drupal.org/project/dropzonejs",
6886             "issues": "https://www.drupal.org/project/issues/dropzonejs",
6887             "irc": "irc://irc.freenode.org/drupal-contribute"
6888         }
6889     },
6890     {
6891         "name": "drupal/dropzonejs_eb_widget",
6892         "version": "1.0.0-alpha6",
6893         "version_normalized": "1.0.0.0-alpha6",
6894         "require": {
6895             "drupal/core": "*",
6896             "drupal/dropzonejs": "self.version",
6897             "drupal/entity_browser": "*"
6898         },
6899         "type": "metapackage",
6900         "extra": {
6901             "branch-alias": {
6902                 "dev-1.x": "1.x-dev"
6903             },
6904             "drupal": {
6905                 "version": "8.x-1.0-alpha6",
6906                 "datestamp": "1490199183"
6907             }
6908         },
6909         "notification-url": "https://packages.drupal.org/8/downloads",
6910         "license": [
6911             "GPL-2.0+"
6912         ],
6913         "authors": [
6914             {
6915                 "name": "Drupal Media Team",
6916                 "homepage": "https://www.drupal.org/user/3260690"
6917             },
6918             {
6919                 "name": "Drupal media CI",
6920                 "homepage": "https://www.drupal.org/user/3057985"
6921             },
6922             {
6923                 "name": "Primsi",
6924                 "homepage": "https://www.drupal.org/user/282629"
6925             },
6926             {
6927                 "name": "chr.fritsch",
6928                 "homepage": "https://www.drupal.org/user/2103716"
6929             },
6930             {
6931                 "name": "slashrsm",
6932                 "homepage": "https://www.drupal.org/user/744628"
6933             },
6934             {
6935                 "name": "wouters_f",
6936                 "homepage": "https://www.drupal.org/user/721548"
6937             },
6938             {
6939                 "name": "zkday",
6940                 "homepage": "https://www.drupal.org/user/888644"
6941             }
6942         ],
6943         "description": "DropzoneJS Entity browser widget",
6944         "homepage": "https://www.drupal.org/project/dropzonejs",
6945         "support": {
6946             "source": "http://cgit.drupalcode.org/dropzonejs"
6947         }
6948     },
6949     {
6950         "name": "drupal/media",
6951         "version": "dev-1.x",
6952         "version_normalized": "dev-1.x",
6953         "source": {
6954             "type": "git",
6955             "url": "https://git.drupal.org/project/media",
6956             "reference": "b9d72f21ea20c583ec4b83081720eba65670a8da"
6957         },
6958         "require": {
6959             "drupal/core": "*",
6960             "drupal/dropzonejs_eb_widget": "*",
6961             "drupal/entity_browser": "*",
6962             "drupal/entity_browser_entity_form": "*",
6963             "drupal/entity_embed": "*",
6964             "drupal/image_widget_crop": "*",
6965             "drupal/inline_entity_form": "*",
6966             "drupal/media_entity": "*",
6967             "drupal/media_entity_document": "*",
6968             "drupal/media_entity_image": "*",
6969             "drupal/media_entity_instagram": "*",
6970             "drupal/media_entity_slideshow": "*",
6971             "drupal/media_entity_twitter": "*",
6972             "drupal/slick_media": "*",
6973             "drupal/video_embed_field": "*",
6974             "drupal/video_embed_media": "*"
6975         },
6976         "require-dev": {
6977             "drupal/dropzonejs_eb_widget": "*",
6978             "drupal/entity_browser": "*",
6979             "drupal/entity_browser_entity_form": "*",
6980             "drupal/entity_embed": "*",
6981             "drupal/image_widget_crop": "*",
6982             "drupal/inline_entity_form": "*",
6983             "drupal/media_entity": "*",
6984             "drupal/media_entity_document": "*",
6985             "drupal/media_entity_image": "*",
6986             "drupal/media_entity_instagram": "*",
6987             "drupal/media_entity_slideshow": "*",
6988             "drupal/media_entity_twitter": "*",
6989             "drupal/slick_media": "*",
6990             "drupal/video_embed_field": "*",
6991             "drupal/video_embed_media": "*"
6992         },
6993         "type": "drupal-module",
6994         "extra": {
6995             "branch-alias": {
6996                 "dev-1.x": "1.x-dev"
6997             },
6998             "drupal": {
6999                 "version": "8.x-1.x-dev",
7000                 "datestamp": "1476811139"
7001             }
7002         },
7003         "installation-source": "source",
7004         "notification-url": "https://packages.drupal.org/8/downloads",
7005         "license": [
7006             "GPL-2.0+"
7007         ],
7008         "authors": [
7009             {
7010                 "name": "Dave Reid",
7011                 "homepage": "https://www.drupal.org/user/53892"
7012             },
7013             {
7014                 "name": "David_Rothstein",
7015                 "homepage": "https://www.drupal.org/user/124982"
7016             },
7017             {
7018                 "name": "Devin Carlson",
7019                 "homepage": "https://www.drupal.org/user/290182"
7020             },
7021             {
7022                 "name": "Drupal Media Team",
7023                 "homepage": "https://www.drupal.org/user/3260690"
7024             },
7025             {
7026                 "name": "ParisLiakos",
7027                 "homepage": "https://www.drupal.org/user/1011436"
7028             },
7029             {
7030                 "name": "arthurf",
7031                 "homepage": "https://www.drupal.org/user/27259"
7032             },
7033             {
7034                 "name": "becw",
7035                 "homepage": "https://www.drupal.org/user/81067"
7036             },
7037             {
7038                 "name": "effulgentsia",
7039                 "homepage": "https://www.drupal.org/user/78040"
7040             },
7041             {
7042                 "name": "joseph.olstad",
7043                 "homepage": "https://www.drupal.org/user/1321830"
7044             },
7045             {
7046                 "name": "ksenzee",
7047                 "homepage": "https://www.drupal.org/user/139855"
7048             },
7049             {
7050                 "name": "paul.lovvik",
7051                 "homepage": "https://www.drupal.org/user/289213"
7052             },
7053             {
7054                 "name": "robeano",
7055                 "homepage": "https://www.drupal.org/user/67660"
7056             },
7057             {
7058                 "name": "slashrsm",
7059                 "homepage": "https://www.drupal.org/user/744628"
7060             }
7061         ],
7062         "description": "Media module for Drupal",
7063         "homepage": "https://github.com/drupal-media/media/",
7064         "support": {
7065             "source": "http://cgit.drupalcode.org/media",
7066             "irc": "irc://irc.freenode.org/drupal-contribute"
7067         }
7068     },
7069     {
7070         "name": "zendframework/zend-feed",
7071         "version": "2.8.0",
7072         "version_normalized": "2.8.0.0",
7073         "source": {
7074             "type": "git",
7075             "url": "https://github.com/zendframework/zend-feed.git",
7076             "reference": "94579e805dd108683209fe14b3b5d4276de3de6e"
7077         },
7078         "dist": {
7079             "type": "zip",
7080             "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/94579e805dd108683209fe14b3b5d4276de3de6e",
7081             "reference": "94579e805dd108683209fe14b3b5d4276de3de6e",
7082             "shasum": ""
7083         },
7084         "require": {
7085             "php": "^5.6 || ^7.0",
7086             "zendframework/zend-escaper": "^2.5",
7087             "zendframework/zend-stdlib": "^2.7 || ^3.1"
7088         },
7089         "require-dev": {
7090             "phpunit/phpunit": "^6.0.8 || ^5.7.15",
7091             "psr/http-message": "^1.0",
7092             "zendframework/zend-cache": "^2.6",
7093             "zendframework/zend-coding-standard": "~1.0.0",
7094             "zendframework/zend-db": "^2.7",
7095             "zendframework/zend-http": "^2.5.4",
7096             "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
7097             "zendframework/zend-validator": "^2.6"
7098         },
7099         "suggest": {
7100             "psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
7101             "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
7102             "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
7103             "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
7104             "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
7105             "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent"
7106         },
7107         "time": "2017-04-01T15:03:14+00:00",
7108         "type": "library",
7109         "extra": {
7110             "branch-alias": {
7111                 "dev-master": "2.8-dev",
7112                 "dev-develop": "2.9-dev"
7113             }
7114         },
7115         "installation-source": "dist",
7116         "autoload": {
7117             "psr-4": {
7118                 "Zend\\Feed\\": "src/"
7119             }
7120         },
7121         "notification-url": "https://packagist.org/downloads/",
7122         "license": [
7123             "BSD-3-Clause"
7124         ],
7125         "description": "provides functionality for consuming RSS and Atom feeds",
7126         "homepage": "https://github.com/zendframework/zend-feed",
7127         "keywords": [
7128             "feed",
7129             "zf2"
7130         ]
7131     },
7132     {
7133         "name": "enyo/dropzone",
7134         "version": "v4.3.0",
7135         "version_normalized": "4.3.0.0",
7136         "source": {
7137             "type": "git",
7138             "url": "https://github.com/enyo/dropzone.git",
7139             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
7140         },
7141         "dist": {
7142             "type": "zip",
7143             "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7144             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7145             "shasum": ""
7146         },
7147         "time": "2016-02-14T04:19:41+00:00",
7148         "type": "library",
7149         "installation-source": "dist",
7150         "notification-url": "https://packagist.org/downloads/",
7151         "license": [
7152             "MIT"
7153         ],
7154         "authors": [
7155             {
7156                 "name": "Matias Meno",
7157                 "email": "m@tias.me",
7158                 "homepage": "http://www.matiasmeno.com"
7159             }
7160         ],
7161         "description": "Handles drag and drop of files for you.",
7162         "homepage": "http://www.dropzonejs.com",
7163         "keywords": [
7164             "drag and drop",
7165             "dragndrop",
7166             "file upload",
7167             "upload"
7168         ]
7169     },
7170     {
7171         "name": "symfony/debug",
7172         "version": "v2.8.19",
7173         "version_normalized": "2.8.19.0",
7174         "source": {
7175             "type": "git",
7176             "url": "https://github.com/symfony/debug.git",
7177             "reference": "e90099a2958d4833a02d05b504cc06e1c234abcc"
7178         },
7179         "dist": {
7180             "type": "zip",
7181             "url": "https://api.github.com/repos/symfony/debug/zipball/e90099a2958d4833a02d05b504cc06e1c234abcc",
7182             "reference": "e90099a2958d4833a02d05b504cc06e1c234abcc",
7183             "shasum": ""
7184         },
7185         "require": {
7186             "php": ">=5.3.9",
7187             "psr/log": "~1.0"
7188         },
7189         "conflict": {
7190             "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
7191         },
7192         "require-dev": {
7193             "symfony/class-loader": "~2.2|~3.0.0",
7194             "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
7195         },
7196         "time": "2017-02-18T19:13:35+00:00",
7197         "type": "library",
7198         "extra": {
7199             "branch-alias": {
7200                 "dev-master": "2.8-dev"
7201             }
7202         },
7203         "installation-source": "dist",
7204         "autoload": {
7205             "psr-4": {
7206                 "Symfony\\Component\\Debug\\": ""
7207             },
7208             "exclude-from-classmap": [
7209                 "/Tests/"
7210             ]
7211         },
7212         "notification-url": "https://packagist.org/downloads/",
7213         "license": [
7214             "MIT"
7215         ],
7216         "authors": [
7217             {
7218                 "name": "Fabien Potencier",
7219                 "email": "fabien@symfony.com"
7220             },
7221             {
7222                 "name": "Symfony Community",
7223                 "homepage": "https://symfony.com/contributors"
7224             }
7225         ],
7226         "description": "Symfony Debug Component",
7227         "homepage": "https://symfony.com"
7228     },
7229     {
7230         "name": "symfony/console",
7231         "version": "v2.8.19",
7232         "version_normalized": "2.8.19.0",
7233         "source": {
7234             "type": "git",
7235             "url": "https://github.com/symfony/console.git",
7236             "reference": "86407ff20855a5eaa2a7219bd815e9c40a88633e"
7237         },
7238         "dist": {
7239             "type": "zip",
7240             "url": "https://api.github.com/repos/symfony/console/zipball/86407ff20855a5eaa2a7219bd815e9c40a88633e",
7241             "reference": "86407ff20855a5eaa2a7219bd815e9c40a88633e",
7242             "shasum": ""
7243         },
7244         "require": {
7245             "php": ">=5.3.9",
7246             "symfony/debug": "^2.7.2|~3.0.0",
7247             "symfony/polyfill-mbstring": "~1.0"
7248         },
7249         "require-dev": {
7250             "psr/log": "~1.0",
7251             "symfony/event-dispatcher": "~2.1|~3.0.0",
7252             "symfony/process": "~2.1|~3.0.0"
7253         },
7254         "suggest": {
7255             "psr/log": "For using the console logger",
7256             "symfony/event-dispatcher": "",
7257             "symfony/process": ""
7258         },
7259         "time": "2017-04-03T20:37:06+00:00",
7260         "type": "library",
7261         "extra": {
7262             "branch-alias": {
7263                 "dev-master": "2.8-dev"
7264             }
7265         },
7266         "installation-source": "dist",
7267         "autoload": {
7268             "psr-4": {
7269                 "Symfony\\Component\\Console\\": ""
7270             },
7271             "exclude-from-classmap": [
7272                 "/Tests/"
7273             ]
7274         },
7275         "notification-url": "https://packagist.org/downloads/",
7276         "license": [
7277             "MIT"
7278         ],
7279         "authors": [
7280             {
7281                 "name": "Fabien Potencier",
7282                 "email": "fabien@symfony.com"
7283             },
7284             {
7285                 "name": "Symfony Community",
7286                 "homepage": "https://symfony.com/contributors"
7287             }
7288         ],
7289         "description": "Symfony Console Component",
7290         "homepage": "https://symfony.com"
7291     },
7292     {
7293         "name": "symfony/event-dispatcher",
7294         "version": "v2.8.19",
7295         "version_normalized": "2.8.19.0",
7296         "source": {
7297             "type": "git",
7298             "url": "https://github.com/symfony/event-dispatcher.git",
7299             "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2"
7300         },
7301         "dist": {
7302             "type": "zip",
7303             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/88b65f0ac25355090e524aba4ceb066025df8bd2",
7304             "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2",
7305             "shasum": ""
7306         },
7307         "require": {
7308             "php": ">=5.3.9"
7309         },
7310         "require-dev": {
7311             "psr/log": "~1.0",
7312             "symfony/config": "^2.0.5|~3.0.0",
7313             "symfony/dependency-injection": "~2.6|~3.0.0",
7314             "symfony/expression-language": "~2.6|~3.0.0",
7315             "symfony/stopwatch": "~2.3|~3.0.0"
7316         },
7317         "suggest": {
7318             "symfony/dependency-injection": "",
7319             "symfony/http-kernel": ""
7320         },
7321         "time": "2017-04-03T20:37:06+00:00",
7322         "type": "library",
7323         "extra": {
7324             "branch-alias": {
7325                 "dev-master": "2.8-dev"
7326             }
7327         },
7328         "installation-source": "dist",
7329         "autoload": {
7330             "psr-4": {
7331                 "Symfony\\Component\\EventDispatcher\\": ""
7332             },
7333             "exclude-from-classmap": [
7334                 "/Tests/"
7335             ]
7336         },
7337         "notification-url": "https://packagist.org/downloads/",
7338         "license": [
7339             "MIT"
7340         ],
7341         "authors": [
7342             {
7343                 "name": "Fabien Potencier",
7344                 "email": "fabien@symfony.com"
7345             },
7346             {
7347                 "name": "Symfony Community",
7348                 "homepage": "https://symfony.com/contributors"
7349             }
7350         ],
7351         "description": "Symfony EventDispatcher Component",
7352         "homepage": "https://symfony.com"
7353     },
7354     {
7355         "name": "symfony/yaml",
7356         "version": "v2.8.19",
7357         "version_normalized": "2.8.19.0",
7358         "source": {
7359             "type": "git",
7360             "url": "https://github.com/symfony/yaml.git",
7361             "reference": "286d84891690b0e2515874717e49360d1c98a703"
7362         },
7363         "dist": {
7364             "type": "zip",
7365             "url": "https://api.github.com/repos/symfony/yaml/zipball/286d84891690b0e2515874717e49360d1c98a703",
7366             "reference": "286d84891690b0e2515874717e49360d1c98a703",
7367             "shasum": ""
7368         },
7369         "require": {
7370             "php": ">=5.3.9"
7371         },
7372         "time": "2017-03-20T09:41:44+00:00",
7373         "type": "library",
7374         "extra": {
7375             "branch-alias": {
7376                 "dev-master": "2.8-dev"
7377             }
7378         },
7379         "installation-source": "dist",
7380         "autoload": {
7381             "psr-4": {
7382                 "Symfony\\Component\\Yaml\\": ""
7383             },
7384             "exclude-from-classmap": [
7385                 "/Tests/"
7386             ]
7387         },
7388         "notification-url": "https://packagist.org/downloads/",
7389         "license": [
7390             "MIT"
7391         ],
7392         "authors": [
7393             {
7394                 "name": "Fabien Potencier",
7395                 "email": "fabien@symfony.com"
7396             },
7397             {
7398                 "name": "Symfony Community",
7399                 "homepage": "https://symfony.com/contributors"
7400             }
7401         ],
7402         "description": "Symfony Yaml Component",
7403         "homepage": "https://symfony.com"
7404     },
7405     {
7406         "name": "symfony/finder",
7407         "version": "v2.8.19",
7408         "version_normalized": "2.8.19.0",
7409         "source": {
7410             "type": "git",
7411             "url": "https://github.com/symfony/finder.git",
7412             "reference": "7131327eb95d86d72039fd1216226c28f36fd02a"
7413         },
7414         "dist": {
7415             "type": "zip",
7416             "url": "https://api.github.com/repos/symfony/finder/zipball/7131327eb95d86d72039fd1216226c28f36fd02a",
7417             "reference": "7131327eb95d86d72039fd1216226c28f36fd02a",
7418             "shasum": ""
7419         },
7420         "require": {
7421             "php": ">=5.3.9"
7422         },
7423         "time": "2017-03-20T08:46:40+00:00",
7424         "type": "library",
7425         "extra": {
7426             "branch-alias": {
7427                 "dev-master": "2.8-dev"
7428             }
7429         },
7430         "installation-source": "dist",
7431         "autoload": {
7432             "psr-4": {
7433                 "Symfony\\Component\\Finder\\": ""
7434             },
7435             "exclude-from-classmap": [
7436                 "/Tests/"
7437             ]
7438         },
7439         "notification-url": "https://packagist.org/downloads/",
7440         "license": [
7441             "MIT"
7442         ],
7443         "authors": [
7444             {
7445                 "name": "Fabien Potencier",
7446                 "email": "fabien@symfony.com"
7447             },
7448             {
7449                 "name": "Symfony Community",
7450                 "homepage": "https://symfony.com/contributors"
7451             }
7452         ],
7453         "description": "Symfony Finder Component",
7454         "homepage": "https://symfony.com"
7455     },
7456     {
7457         "name": "drush/config-extra",
7458         "version": "1.0.1",
7459         "version_normalized": "1.0.1.0",
7460         "source": {
7461             "type": "git",
7462             "url": "https://github.com/drush-ops/config-extra.git",
7463             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
7464         },
7465         "dist": {
7466             "type": "zip",
7467             "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
7468             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
7469             "shasum": ""
7470         },
7471         "require": {
7472             "php": ">=5.5.0"
7473         },
7474         "require-dev": {
7475             "phpunit/phpunit": ">=3.5"
7476         },
7477         "time": "2015-10-16T21:32:27+00:00",
7478         "type": "library",
7479         "extra": {
7480             "branch-alias": {
7481                 "dev-master": "8.0.x-dev"
7482             }
7483         },
7484         "installation-source": "dist",
7485         "autoload": {
7486             "psr-0": {
7487                 "Drush": "lib/"
7488             }
7489         },
7490         "notification-url": "https://packagist.org/downloads/",
7491         "license": [
7492             "GPL-2.0+"
7493         ],
7494         "authors": [
7495             {
7496                 "name": "Moshe Weitzman",
7497                 "email": "weitzman@tejasa.com"
7498             },
7499             {
7500                 "name": "Greg Anderson",
7501                 "email": "greg.1.anderson@greenknowe.org"
7502             }
7503         ],
7504         "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
7505         "keywords": [
7506             "Drush"
7507         ]
7508     },
7509     {
7510         "name": "symfony/filesystem",
7511         "version": "v2.8.19",
7512         "version_normalized": "2.8.19.0",
7513         "source": {
7514             "type": "git",
7515             "url": "https://github.com/symfony/filesystem.git",
7516             "reference": "31ab6827a696244094e6e20d77e7d404f8eb4252"
7517         },
7518         "dist": {
7519             "type": "zip",
7520             "url": "https://api.github.com/repos/symfony/filesystem/zipball/31ab6827a696244094e6e20d77e7d404f8eb4252",
7521             "reference": "31ab6827a696244094e6e20d77e7d404f8eb4252",
7522             "shasum": ""
7523         },
7524         "require": {
7525             "php": ">=5.3.9"
7526         },
7527         "time": "2017-03-26T15:40:40+00:00",
7528         "type": "library",
7529         "extra": {
7530             "branch-alias": {
7531                 "dev-master": "2.8-dev"
7532             }
7533         },
7534         "installation-source": "dist",
7535         "autoload": {
7536             "psr-4": {
7537                 "Symfony\\Component\\Filesystem\\": ""
7538             },
7539             "exclude-from-classmap": [
7540                 "/Tests/"
7541             ]
7542         },
7543         "notification-url": "https://packagist.org/downloads/",
7544         "license": [
7545             "MIT"
7546         ],
7547         "authors": [
7548             {
7549                 "name": "Fabien Potencier",
7550                 "email": "fabien@symfony.com"
7551             },
7552             {
7553                 "name": "Symfony Community",
7554                 "homepage": "https://symfony.com/contributors"
7555             }
7556         ],
7557         "description": "Symfony Filesystem Component",
7558         "homepage": "https://symfony.com"
7559     },
7560     {
7561         "name": "symfony/config",
7562         "version": "v2.8.19",
7563         "version_normalized": "2.8.19.0",
7564         "source": {
7565             "type": "git",
7566             "url": "https://github.com/symfony/config.git",
7567             "reference": "35b7dfa089d7605eb1fdd46281b3070fb9f38750"
7568         },
7569         "dist": {
7570             "type": "zip",
7571             "url": "https://api.github.com/repos/symfony/config/zipball/35b7dfa089d7605eb1fdd46281b3070fb9f38750",
7572             "reference": "35b7dfa089d7605eb1fdd46281b3070fb9f38750",
7573             "shasum": ""
7574         },
7575         "require": {
7576             "php": ">=5.3.9",
7577             "symfony/filesystem": "~2.3|~3.0.0"
7578         },
7579         "require-dev": {
7580             "symfony/yaml": "~2.7|~3.0.0"
7581         },
7582         "suggest": {
7583             "symfony/yaml": "To use the yaml reference dumper"
7584         },
7585         "time": "2017-04-04T15:24:26+00:00",
7586         "type": "library",
7587         "extra": {
7588             "branch-alias": {
7589                 "dev-master": "2.8-dev"
7590             }
7591         },
7592         "installation-source": "dist",
7593         "autoload": {
7594             "psr-4": {
7595                 "Symfony\\Component\\Config\\": ""
7596             },
7597             "exclude-from-classmap": [
7598                 "/Tests/"
7599             ]
7600         },
7601         "notification-url": "https://packagist.org/downloads/",
7602         "license": [
7603             "MIT"
7604         ],
7605         "authors": [
7606             {
7607                 "name": "Fabien Potencier",
7608                 "email": "fabien@symfony.com"
7609             },
7610             {
7611                 "name": "Symfony Community",
7612                 "homepage": "https://symfony.com/contributors"
7613             }
7614         ],
7615         "description": "Symfony Config Component",
7616         "homepage": "https://symfony.com"
7617     },
7618     {
7619         "name": "pear/console_table",
7620         "version": "v1.3.0",
7621         "version_normalized": "1.3.0.0",
7622         "source": {
7623             "type": "git",
7624             "url": "https://github.com/pear/Console_Table.git",
7625             "reference": "64100b9ee81852f4fa17823e55d0b385a544f976"
7626         },
7627         "dist": {
7628             "type": "zip",
7629             "url": "https://api.github.com/repos/pear/Console_Table/zipball/64100b9ee81852f4fa17823e55d0b385a544f976",
7630             "reference": "64100b9ee81852f4fa17823e55d0b385a544f976",
7631             "shasum": ""
7632         },
7633         "require": {
7634             "php": ">=5.2.0"
7635         },
7636         "suggest": {
7637             "pear/Console_Color2": ">=0.1.2"
7638         },
7639         "time": "2016-01-21T16:14:31+00:00",
7640         "type": "library",
7641         "installation-source": "dist",
7642         "autoload": {
7643             "classmap": [
7644                 "Table.php"
7645             ]
7646         },
7647         "notification-url": "https://packagist.org/downloads/",
7648         "license": [
7649             "BSD-2-Clause"
7650         ],
7651         "authors": [
7652             {
7653                 "name": "Jan Schneider",
7654                 "homepage": "http://pear.php.net/user/yunosh"
7655             },
7656             {
7657                 "name": "Tal Peer",
7658                 "homepage": "http://pear.php.net/user/tal"
7659             },
7660             {
7661                 "name": "Xavier Noguer",
7662                 "homepage": "http://pear.php.net/user/xnoguer"
7663             },
7664             {
7665                 "name": "Richard Heyes",
7666                 "homepage": "http://pear.php.net/user/richard"
7667             }
7668         ],
7669         "description": "Library that makes it easy to build console style tables.",
7670         "homepage": "http://pear.php.net/package/Console_Table/",
7671         "keywords": [
7672             "console"
7673         ]
7674     },
7675     {
7676         "name": "drupal/http2_server_push",
7677         "version": "1.0.0",
7678         "version_normalized": "1.0.0.0",
7679         "source": {
7680             "type": "git",
7681             "url": "https://git.drupal.org/project/http2_server_push",
7682             "reference": "8.x-1.0"
7683         },
7684         "dist": {
7685             "type": "zip",
7686             "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
7687             "reference": "8.x-1.0",
7688             "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
7689         },
7690         "require": {
7691             "drupal/core": "~8.0"
7692         },
7693         "type": "drupal-module",
7694         "extra": {
7695             "branch-alias": {
7696                 "dev-1.x": "1.x-dev"
7697             },
7698             "drupal": {
7699                 "version": "8.x-1.0",
7700                 "datestamp": "1489057084"
7701             }
7702         },
7703         "installation-source": "dist",
7704         "notification-url": "https://packages.drupal.org/8/downloads",
7705         "license": [
7706             "GPL-2.0+"
7707         ],
7708         "authors": [
7709             {
7710                 "name": "Wim Leers",
7711                 "homepage": "https://www.drupal.org/user/99777"
7712             }
7713         ],
7714         "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
7715         "homepage": "https://www.drupal.org/project/http2_server_push",
7716         "support": {
7717             "source": "http://cgit.drupalcode.org/http2_server_push"
7718         }
7719     },
7720     {
7721         "name": "drupal/admin_toolbar",
7722         "version": "1.19.0",
7723         "version_normalized": "1.19.0.0",
7724         "source": {
7725             "type": "git",
7726             "url": "https://git.drupal.org/project/admin_toolbar",
7727             "reference": "8.x-1.19"
7728         },
7729         "dist": {
7730             "type": "zip",
7731             "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.19.zip",
7732             "reference": "8.x-1.19",
7733             "shasum": "87de41eab3c5cd49d4e1b5b764cb3b9d5ad683a0"
7734         },
7735         "require": {
7736             "drupal/core": "*"
7737         },
7738         "type": "drupal-module",
7739         "extra": {
7740             "branch-alias": {
7741                 "dev-1.x": "1.x-dev"
7742             },
7743             "drupal": {
7744                 "version": "8.x-1.19",
7745                 "datestamp": "1491487683"
7746             }
7747         },
7748         "installation-source": "dist",
7749         "notification-url": "https://packages.drupal.org/8/downloads",
7750         "license": [
7751             "GPL-2.0+"
7752         ],
7753         "authors": [
7754             {
7755                 "name": "Mohamed Anis Taktak",
7756                 "homepage": "https://www.drupal.org/u/matio89"
7757             },
7758             {
7759                 "name": "eme",
7760                 "homepage": "https://www.drupal.org/user/542492"
7761             },
7762             {
7763                 "name": "fethi.krout",
7764                 "homepage": "https://www.drupal.org/user/3206765"
7765             },
7766             {
7767                 "name": "matio89",
7768                 "homepage": "https://www.drupal.org/user/2320090"
7769             },
7770             {
7771                 "name": "romainj",
7772                 "homepage": "https://www.drupal.org/user/370706"
7773             }
7774         ],
7775         "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
7776         "homepage": "http://drupal.org/project/admin_toolbar",
7777         "support": {
7778             "source": "http://cgit.drupalcode.org/admin_toolbar",
7779             "issues": "https://www.drupal.org/project/issues/admin_toolbar"
7780         }
7781     },
7782     {
7783         "name": "drupal/crop",
7784         "version": "1.2.0",
7785         "version_normalized": "1.2.0.0",
7786         "source": {
7787             "type": "git",
7788             "url": "https://git.drupal.org/project/crop",
7789             "reference": "8.x-1.2"
7790         },
7791         "dist": {
7792             "type": "zip",
7793             "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.2.zip",
7794             "reference": "8.x-1.2",
7795             "shasum": "0ad542254940c844f8a22c1b386131f06c665b4f"
7796         },
7797         "require": {
7798             "drupal/core": "*"
7799         },
7800         "require-dev": {
7801             "drupal/media_entity": "*"
7802         },
7803         "type": "drupal-module",
7804         "extra": {
7805             "branch-alias": {
7806                 "dev-1.x": "1.x-dev"
7807             },
7808             "drupal": {
7809                 "version": "8.x-1.2",
7810                 "datestamp": "1491032884"
7811             }
7812         },
7813         "installation-source": "dist",
7814         "notification-url": "https://packages.drupal.org/8/downloads",
7815         "license": [
7816             "GPL-2.0+"
7817         ],
7818         "authors": [
7819             {
7820                 "name": "Drupal Media Team",
7821                 "homepage": "https://www.drupal.org/user/3260690"
7822             },
7823             {
7824                 "name": "slashrsm",
7825                 "homepage": "https://www.drupal.org/user/744628"
7826             },
7827             {
7828                 "name": "woprrr",
7829                 "homepage": "https://www.drupal.org/user/858604"
7830             }
7831         ],
7832         "description": "Provides storage and API for image crops.",
7833         "homepage": "https://www.drupal.org/project/crop",
7834         "support": {
7835             "source": "http://cgit.drupalcode.org/crop",
7836             "issues": "https://www.drupal.org/project/issues/crop"
7837         }
7838     },
7839     {
7840         "name": "drupal/image_widget_crop",
7841         "version": "1.5.0",
7842         "version_normalized": "1.5.0.0",
7843         "source": {
7844             "type": "git",
7845             "url": "https://git.drupal.org/project/image_widget_crop",
7846             "reference": "8.x-1.5"
7847         },
7848         "dist": {
7849             "type": "zip",
7850             "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-1.5.zip",
7851             "reference": "8.x-1.5",
7852             "shasum": "1f0a3de727d22a675c8be2e7af49ea22592d9d19"
7853         },
7854         "require": {
7855             "drupal/core": "*",
7856             "drupal/crop": "1.x"
7857         },
7858         "require-dev": {
7859             "drupal/crop": "*",
7860             "drupal/file_entity": "*",
7861             "drupal/inline_entity_form": "*",
7862             "drupal/media_entity": "*",
7863             "drupal/media_entity_image": "*"
7864         },
7865         "type": "drupal-module",
7866         "extra": {
7867             "branch-alias": {
7868                 "dev-1.x": "1.x-dev"
7869             },
7870             "drupal": {
7871                 "version": "8.x-1.5",
7872                 "datestamp": "1491393484"
7873             }
7874         },
7875         "installation-source": "dist",
7876         "notification-url": "https://packages.drupal.org/8/downloads",
7877         "license": [
7878             "GPL-2.0+"
7879         ],
7880         "authors": [
7881             {
7882                 "name": "Alexandre Mallet",
7883                 "homepage": "https://github.com/woprrr",
7884                 "role": "Maintainer"
7885             },
7886             {
7887                 "name": "Drupal media CI",
7888                 "homepage": "https://www.drupal.org/user/3057985"
7889             },
7890             {
7891                 "name": "slashrsm",
7892                 "homepage": "https://www.drupal.org/user/744628"
7893             },
7894             {
7895                 "name": "woprrr",
7896                 "homepage": "https://www.drupal.org/user/858604"
7897             }
7898         ],
7899         "description": "Provides an interface for using the features of the Crop API.",
7900         "homepage": "https://www.drupal.org/project/image_widget_crop",
7901         "keywords": [
7902             "Crop",
7903             "Drupal",
7904             "Drupal Media"
7905         ],
7906         "support": {
7907             "source": "https://www.drupal.org/project/image_widget_crop",
7908             "issues": "https://www.drupal.org/project/issues/image_widget_crop",
7909             "irc": "irc://irc.freenode.org/drupal-contribute"
7910         }
7911     },
7912     {
7913         "name": "zendframework/zend-diactoros",
7914         "version": "1.4.0",
7915         "version_normalized": "1.4.0.0",
7916         "source": {
7917             "type": "git",
7918             "url": "https://github.com/zendframework/zend-diactoros.git",
7919             "reference": "b03f285a333f51e58c95cce54109a4a9ed691436"
7920         },
7921         "dist": {
7922             "type": "zip",
7923             "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436",
7924             "reference": "b03f285a333f51e58c95cce54109a4a9ed691436",
7925             "shasum": ""
7926         },
7927         "require": {
7928             "php": "^5.4 || ^7.0",
7929             "psr/http-message": "~1.0"
7930         },
7931         "provide": {
7932             "psr/http-message-implementation": "1.0"
7933         },
7934         "require-dev": {
7935             "ext-dom": "*",
7936             "ext-libxml": "*",
7937             "phpunit/phpunit": "^4.6 || ^5.5",
7938             "zendframework/zend-coding-standard": "~1.0.0"
7939         },
7940         "time": "2017-04-06T16:18:34+00:00",
7941         "type": "library",
7942         "extra": {
7943             "branch-alias": {
7944                 "dev-master": "1.4-dev",
7945                 "dev-develop": "1.5-dev"
7946             }
7947         },
7948         "installation-source": "dist",
7949         "autoload": {
7950             "psr-4": {
7951                 "Zend\\Diactoros\\": "src/"
7952             }
7953         },
7954         "notification-url": "https://packagist.org/downloads/",
7955         "license": [
7956             "BSD-2-Clause"
7957         ],
7958         "description": "PSR HTTP Message implementations",
7959         "homepage": "https://github.com/zendframework/zend-diactoros",
7960         "keywords": [
7961             "http",
7962             "psr",
7963             "psr-7"
7964         ]
7965     },
7966     {
7967         "name": "symfony/translation",
7968         "version": "v2.8.19",
7969         "version_normalized": "2.8.19.0",
7970         "source": {
7971             "type": "git",
7972             "url": "https://github.com/symfony/translation.git",
7973             "reference": "047e97a64d609778cadfc76e3a09793696bb19f1"
7974         },
7975         "dist": {
7976             "type": "zip",
7977             "url": "https://api.github.com/repos/symfony/translation/zipball/047e97a64d609778cadfc76e3a09793696bb19f1",
7978             "reference": "047e97a64d609778cadfc76e3a09793696bb19f1",
7979             "shasum": ""
7980         },
7981         "require": {
7982             "php": ">=5.3.9",
7983             "symfony/polyfill-mbstring": "~1.0"
7984         },
7985         "conflict": {
7986             "symfony/config": "<2.7"
7987         },
7988         "require-dev": {
7989             "psr/log": "~1.0",
7990             "symfony/config": "~2.8",
7991             "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
7992             "symfony/yaml": "~2.2|~3.0.0"
7993         },
7994         "suggest": {
7995             "psr/log": "To use logging capability in translator",
7996             "symfony/config": "",
7997             "symfony/yaml": ""
7998         },
7999         "time": "2017-03-21T21:39:01+00:00",
8000         "type": "library",
8001         "extra": {
8002             "branch-alias": {
8003                 "dev-master": "2.8-dev"
8004             }
8005         },
8006         "installation-source": "dist",
8007         "autoload": {
8008             "psr-4": {
8009                 "Symfony\\Component\\Translation\\": ""
8010             },
8011             "exclude-from-classmap": [
8012                 "/Tests/"
8013             ]
8014         },
8015         "notification-url": "https://packagist.org/downloads/",
8016         "license": [
8017             "MIT"
8018         ],
8019         "authors": [
8020             {
8021                 "name": "Fabien Potencier",
8022                 "email": "fabien@symfony.com"
8023             },
8024             {
8025                 "name": "Symfony Community",
8026                 "homepage": "https://symfony.com/contributors"
8027             }
8028         ],
8029         "description": "Symfony Translation Component",
8030         "homepage": "https://symfony.com"
8031     },
8032     {
8033         "name": "symfony/validator",
8034         "version": "v2.8.19",
8035         "version_normalized": "2.8.19.0",
8036         "source": {
8037             "type": "git",
8038             "url": "https://github.com/symfony/validator.git",
8039             "reference": "43f617ee200af4f4dedbb0782c6c689e06994286"
8040         },
8041         "dist": {
8042             "type": "zip",
8043             "url": "https://api.github.com/repos/symfony/validator/zipball/43f617ee200af4f4dedbb0782c6c689e06994286",
8044             "reference": "43f617ee200af4f4dedbb0782c6c689e06994286",
8045             "shasum": ""
8046         },
8047         "require": {
8048             "php": ">=5.3.9",
8049             "symfony/polyfill-mbstring": "~1.0",
8050             "symfony/translation": "~2.4|~3.0.0"
8051         },
8052         "require-dev": {
8053             "doctrine/annotations": "~1.0",
8054             "doctrine/cache": "~1.0",
8055             "egulias/email-validator": "^1.2.1",
8056             "symfony/config": "~2.2|~3.0.0",
8057             "symfony/expression-language": "~2.4|~3.0.0",
8058             "symfony/http-foundation": "~2.3|~3.0.0",
8059             "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
8060             "symfony/property-access": "~2.3|~3.0.0",
8061             "symfony/yaml": "^2.0.5|~3.0.0"
8062         },
8063         "suggest": {
8064             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
8065             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
8066             "egulias/email-validator": "Strict (RFC compliant) email validation",
8067             "symfony/config": "",
8068             "symfony/expression-language": "For using the 2.4 Expression validator",
8069             "symfony/http-foundation": "",
8070             "symfony/intl": "",
8071             "symfony/property-access": "For using the 2.4 Validator API",
8072             "symfony/yaml": ""
8073         },
8074         "time": "2017-03-23T16:08:03+00:00",
8075         "type": "library",
8076         "extra": {
8077             "branch-alias": {
8078                 "dev-master": "2.8-dev"
8079             }
8080         },
8081         "installation-source": "dist",
8082         "autoload": {
8083             "psr-4": {
8084                 "Symfony\\Component\\Validator\\": ""
8085             },
8086             "exclude-from-classmap": [
8087                 "/Tests/"
8088             ]
8089         },
8090         "notification-url": "https://packagist.org/downloads/",
8091         "license": [
8092             "MIT"
8093         ],
8094         "authors": [
8095             {
8096                 "name": "Fabien Potencier",
8097                 "email": "fabien@symfony.com"
8098             },
8099             {
8100                 "name": "Symfony Community",
8101                 "homepage": "https://symfony.com/contributors"
8102             }
8103         ],
8104         "description": "Symfony Validator Component",
8105         "homepage": "https://symfony.com"
8106     },
8107     {
8108         "name": "symfony/serializer",
8109         "version": "v2.8.19",
8110         "version_normalized": "2.8.19.0",
8111         "source": {
8112             "type": "git",
8113             "url": "https://github.com/symfony/serializer.git",
8114             "reference": "d1c3d68daee29bbf0b4600745899a7000c215642"
8115         },
8116         "dist": {
8117             "type": "zip",
8118             "url": "https://api.github.com/repos/symfony/serializer/zipball/d1c3d68daee29bbf0b4600745899a7000c215642",
8119             "reference": "d1c3d68daee29bbf0b4600745899a7000c215642",
8120             "shasum": ""
8121         },
8122         "require": {
8123             "php": ">=5.3.9",
8124             "symfony/polyfill-php55": "~1.0"
8125         },
8126         "require-dev": {
8127             "doctrine/annotations": "~1.0",
8128             "doctrine/cache": "~1.0",
8129             "symfony/config": "~2.2|~3.0.0",
8130             "symfony/property-access": "~2.3|~3.0.0",
8131             "symfony/yaml": "^2.0.5|~3.0.0"
8132         },
8133         "suggest": {
8134             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
8135             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
8136             "symfony/config": "For using the XML mapping loader.",
8137             "symfony/property-access": "For using the ObjectNormalizer.",
8138             "symfony/yaml": "For using the default YAML mapping loader."
8139         },
8140         "time": "2017-03-21T22:47:17+00:00",
8141         "type": "library",
8142         "extra": {
8143             "branch-alias": {
8144                 "dev-master": "2.8-dev"
8145             }
8146         },
8147         "installation-source": "dist",
8148         "autoload": {
8149             "psr-4": {
8150                 "Symfony\\Component\\Serializer\\": ""
8151             },
8152             "exclude-from-classmap": [
8153                 "/Tests/"
8154             ]
8155         },
8156         "notification-url": "https://packagist.org/downloads/",
8157         "license": [
8158             "MIT"
8159         ],
8160         "authors": [
8161             {
8162                 "name": "Fabien Potencier",
8163                 "email": "fabien@symfony.com"
8164             },
8165             {
8166                 "name": "Symfony Community",
8167                 "homepage": "https://symfony.com/contributors"
8168             }
8169         ],
8170         "description": "Symfony Serializer Component",
8171         "homepage": "https://symfony.com"
8172     },
8173     {
8174         "name": "symfony/routing",
8175         "version": "v2.8.19",
8176         "version_normalized": "2.8.19.0",
8177         "source": {
8178             "type": "git",
8179             "url": "https://github.com/symfony/routing.git",
8180             "reference": "d145cd396f702c497cb24b21785ddac90a23fe71"
8181         },
8182         "dist": {
8183             "type": "zip",
8184             "url": "https://api.github.com/repos/symfony/routing/zipball/d145cd396f702c497cb24b21785ddac90a23fe71",
8185             "reference": "d145cd396f702c497cb24b21785ddac90a23fe71",
8186             "shasum": ""
8187         },
8188         "require": {
8189             "php": ">=5.3.9"
8190         },
8191         "conflict": {
8192             "symfony/config": "<2.7"
8193         },
8194         "require-dev": {
8195             "doctrine/annotations": "~1.0",
8196             "doctrine/common": "~2.2",
8197             "psr/log": "~1.0",
8198             "symfony/config": "~2.7|~3.0.0",
8199             "symfony/expression-language": "~2.4|~3.0.0",
8200             "symfony/http-foundation": "~2.3|~3.0.0",
8201             "symfony/yaml": "^2.0.5|~3.0.0"
8202         },
8203         "suggest": {
8204             "doctrine/annotations": "For using the annotation loader",
8205             "symfony/config": "For using the all-in-one router or any loader",
8206             "symfony/dependency-injection": "For loading routes from a service",
8207             "symfony/expression-language": "For using expression matching",
8208             "symfony/http-foundation": "For using a Symfony Request object",
8209             "symfony/yaml": "For using the YAML loader"
8210         },
8211         "time": "2017-03-02T15:56:34+00:00",
8212         "type": "library",
8213         "extra": {
8214             "branch-alias": {
8215                 "dev-master": "2.8-dev"
8216             }
8217         },
8218         "installation-source": "dist",
8219         "autoload": {
8220             "psr-4": {
8221                 "Symfony\\Component\\Routing\\": ""
8222             },
8223             "exclude-from-classmap": [
8224                 "/Tests/"
8225             ]
8226         },
8227         "notification-url": "https://packagist.org/downloads/",
8228         "license": [
8229             "MIT"
8230         ],
8231         "authors": [
8232             {
8233                 "name": "Fabien Potencier",
8234                 "email": "fabien@symfony.com"
8235             },
8236             {
8237                 "name": "Symfony Community",
8238                 "homepage": "https://symfony.com/contributors"
8239             }
8240         ],
8241         "description": "Symfony Routing Component",
8242         "homepage": "https://symfony.com",
8243         "keywords": [
8244             "router",
8245             "routing",
8246             "uri",
8247             "url"
8248         ]
8249     },
8250     {
8251         "name": "symfony/http-foundation",
8252         "version": "v2.8.19",
8253         "version_normalized": "2.8.19.0",
8254         "source": {
8255             "type": "git",
8256             "url": "https://github.com/symfony/http-foundation.git",
8257             "reference": "0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2"
8258         },
8259         "dist": {
8260             "type": "zip",
8261             "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2",
8262             "reference": "0717efd2f2264dbd3d8e1bc69a0418c2fd6295d2",
8263             "shasum": ""
8264         },
8265         "require": {
8266             "php": ">=5.3.9",
8267             "symfony/polyfill-mbstring": "~1.1",
8268             "symfony/polyfill-php54": "~1.0",
8269             "symfony/polyfill-php55": "~1.0"
8270         },
8271         "require-dev": {
8272             "symfony/expression-language": "~2.4|~3.0.0"
8273         },
8274         "time": "2017-04-04T15:24:26+00:00",
8275         "type": "library",
8276         "extra": {
8277             "branch-alias": {
8278                 "dev-master": "2.8-dev"
8279             }
8280         },
8281         "installation-source": "dist",
8282         "autoload": {
8283             "psr-4": {
8284                 "Symfony\\Component\\HttpFoundation\\": ""
8285             },
8286             "exclude-from-classmap": [
8287                 "/Tests/"
8288             ]
8289         },
8290         "notification-url": "https://packagist.org/downloads/",
8291         "license": [
8292             "MIT"
8293         ],
8294         "authors": [
8295             {
8296                 "name": "Fabien Potencier",
8297                 "email": "fabien@symfony.com"
8298             },
8299             {
8300                 "name": "Symfony Community",
8301                 "homepage": "https://symfony.com/contributors"
8302             }
8303         ],
8304         "description": "Symfony HttpFoundation Component",
8305         "homepage": "https://symfony.com"
8306     },
8307     {
8308         "name": "symfony/psr-http-message-bridge",
8309         "version": "v1.0.0",
8310         "version_normalized": "1.0.0.0",
8311         "source": {
8312             "type": "git",
8313             "url": "https://github.com/symfony/psr-http-message-bridge.git",
8314             "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de"
8315         },
8316         "dist": {
8317             "type": "zip",
8318             "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
8319             "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
8320             "shasum": ""
8321         },
8322         "require": {
8323             "php": ">=5.3.3",
8324             "psr/http-message": "~1.0",
8325             "symfony/http-foundation": "~2.3|~3.0"
8326         },
8327         "require-dev": {
8328             "symfony/phpunit-bridge": "~2.7|~3.0"
8329         },
8330         "suggest": {
8331             "psr/http-message-implementation": "To use the HttpFoundation factory",
8332             "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
8333         },
8334         "time": "2016-09-14T18:37:20+00:00",
8335         "type": "symfony-bridge",
8336         "extra": {
8337             "branch-alias": {
8338                 "dev-master": "1.0-dev"
8339             }
8340         },
8341         "installation-source": "dist",
8342         "autoload": {
8343             "psr-4": {
8344                 "Symfony\\Bridge\\PsrHttpMessage\\": ""
8345             }
8346         },
8347         "notification-url": "https://packagist.org/downloads/",
8348         "license": [
8349             "MIT"
8350         ],
8351         "authors": [
8352             {
8353                 "name": "Symfony Community",
8354                 "homepage": "http://symfony.com/contributors"
8355             },
8356             {
8357                 "name": "Fabien Potencier",
8358                 "email": "fabien@symfony.com"
8359             }
8360         ],
8361         "description": "PSR HTTP message bridge",
8362         "homepage": "http://symfony.com",
8363         "keywords": [
8364             "http",
8365             "http-message",
8366             "psr-7"
8367         ]
8368     },
8369     {
8370         "name": "symfony/process",
8371         "version": "v2.8.19",
8372         "version_normalized": "2.8.19.0",
8373         "source": {
8374             "type": "git",
8375             "url": "https://github.com/symfony/process.git",
8376             "reference": "41336b20b52f5fd5b42a227e394e673c8071118f"
8377         },
8378         "dist": {
8379             "type": "zip",
8380             "url": "https://api.github.com/repos/symfony/process/zipball/41336b20b52f5fd5b42a227e394e673c8071118f",
8381             "reference": "41336b20b52f5fd5b42a227e394e673c8071118f",
8382             "shasum": ""
8383         },
8384         "require": {
8385             "php": ">=5.3.9"
8386         },
8387         "time": "2017-03-04T12:20:59+00:00",
8388         "type": "library",
8389         "extra": {
8390             "branch-alias": {
8391                 "dev-master": "2.8-dev"
8392             }
8393         },
8394         "installation-source": "dist",
8395         "autoload": {
8396             "psr-4": {
8397                 "Symfony\\Component\\Process\\": ""
8398             },
8399             "exclude-from-classmap": [
8400                 "/Tests/"
8401             ]
8402         },
8403         "notification-url": "https://packagist.org/downloads/",
8404         "license": [
8405             "MIT"
8406         ],
8407         "authors": [
8408             {
8409                 "name": "Fabien Potencier",
8410                 "email": "fabien@symfony.com"
8411             },
8412             {
8413                 "name": "Symfony Community",
8414                 "homepage": "https://symfony.com/contributors"
8415             }
8416         ],
8417         "description": "Symfony Process Component",
8418         "homepage": "https://symfony.com"
8419     },
8420     {
8421         "name": "symfony/http-kernel",
8422         "version": "v2.8.19",
8423         "version_normalized": "2.8.19.0",
8424         "source": {
8425             "type": "git",
8426             "url": "https://github.com/symfony/http-kernel.git",
8427             "reference": "3256e9e554f02ba2dd49cff253f15df69c36cf40"
8428         },
8429         "dist": {
8430             "type": "zip",
8431             "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3256e9e554f02ba2dd49cff253f15df69c36cf40",
8432             "reference": "3256e9e554f02ba2dd49cff253f15df69c36cf40",
8433             "shasum": ""
8434         },
8435         "require": {
8436             "php": ">=5.3.9",
8437             "psr/log": "~1.0",
8438             "symfony/debug": "^2.6.2",
8439             "symfony/event-dispatcher": "^2.6.7|~3.0.0",
8440             "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
8441         },
8442         "conflict": {
8443             "symfony/config": "<2.7"
8444         },
8445         "require-dev": {
8446             "symfony/browser-kit": "~2.3|~3.0.0",
8447             "symfony/class-loader": "~2.1|~3.0.0",
8448             "symfony/config": "~2.8",
8449             "symfony/console": "~2.3|~3.0.0",
8450             "symfony/css-selector": "^2.0.5|~3.0.0",
8451             "symfony/dependency-injection": "~2.8|~3.0.0",
8452             "symfony/dom-crawler": "^2.0.5|~3.0.0",
8453             "symfony/expression-language": "~2.4|~3.0.0",
8454             "symfony/finder": "^2.0.5|~3.0.0",
8455             "symfony/process": "^2.0.5|~3.0.0",
8456             "symfony/routing": "~2.8|~3.0.0",
8457             "symfony/stopwatch": "~2.3|~3.0.0",
8458             "symfony/templating": "~2.2|~3.0.0",
8459             "symfony/translation": "^2.0.5|~3.0.0",
8460             "symfony/var-dumper": "~2.6|~3.0.0"
8461         },
8462         "suggest": {
8463             "symfony/browser-kit": "",
8464             "symfony/class-loader": "",
8465             "symfony/config": "",
8466             "symfony/console": "",
8467             "symfony/dependency-injection": "",
8468             "symfony/finder": "",
8469             "symfony/var-dumper": ""
8470         },
8471         "time": "2017-04-05T04:04:34+00:00",
8472         "type": "library",
8473         "extra": {
8474             "branch-alias": {
8475                 "dev-master": "2.8-dev"
8476             }
8477         },
8478         "installation-source": "dist",
8479         "autoload": {
8480             "psr-4": {
8481                 "Symfony\\Component\\HttpKernel\\": ""
8482             },
8483             "exclude-from-classmap": [
8484                 "/Tests/"
8485             ]
8486         },
8487         "notification-url": "https://packagist.org/downloads/",
8488         "license": [
8489             "MIT"
8490         ],
8491         "authors": [
8492             {
8493                 "name": "Fabien Potencier",
8494                 "email": "fabien@symfony.com"
8495             },
8496             {
8497                 "name": "Symfony Community",
8498                 "homepage": "https://symfony.com/contributors"
8499             }
8500         ],
8501         "description": "Symfony HttpKernel Component",
8502         "homepage": "https://symfony.com"
8503     },
8504     {
8505         "name": "symfony/dependency-injection",
8506         "version": "v2.8.19",
8507         "version_normalized": "2.8.19.0",
8508         "source": {
8509             "type": "git",
8510             "url": "https://github.com/symfony/dependency-injection.git",
8511             "reference": "14b9d8ae69ac4c74e8f05fee7e0a57039b99c81e"
8512         },
8513         "dist": {
8514             "type": "zip",
8515             "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/14b9d8ae69ac4c74e8f05fee7e0a57039b99c81e",
8516             "reference": "14b9d8ae69ac4c74e8f05fee7e0a57039b99c81e",
8517             "shasum": ""
8518         },
8519         "require": {
8520             "php": ">=5.3.9"
8521         },
8522         "conflict": {
8523             "symfony/expression-language": "<2.6"
8524         },
8525         "require-dev": {
8526             "symfony/config": "~2.2|~3.0.0",
8527             "symfony/expression-language": "~2.6|~3.0.0",
8528             "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
8529         },
8530         "suggest": {
8531             "symfony/config": "",
8532             "symfony/expression-language": "For using expressions in service container configuration",
8533             "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
8534             "symfony/yaml": ""
8535         },
8536         "time": "2017-04-03T22:14:48+00:00",
8537         "type": "library",
8538         "extra": {
8539             "branch-alias": {
8540                 "dev-master": "2.8-dev"
8541             }
8542         },
8543         "installation-source": "dist",
8544         "autoload": {
8545             "psr-4": {
8546                 "Symfony\\Component\\DependencyInjection\\": ""
8547             },
8548             "exclude-from-classmap": [
8549                 "/Tests/"
8550             ]
8551         },
8552         "notification-url": "https://packagist.org/downloads/",
8553         "license": [
8554             "MIT"
8555         ],
8556         "authors": [
8557             {
8558                 "name": "Fabien Potencier",
8559                 "email": "fabien@symfony.com"
8560             },
8561             {
8562                 "name": "Symfony Community",
8563                 "homepage": "https://symfony.com/contributors"
8564             }
8565         ],
8566         "description": "Symfony DependencyInjection Component",
8567         "homepage": "https://symfony.com"
8568     },
8569     {
8570         "name": "symfony/class-loader",
8571         "version": "v2.8.19",
8572         "version_normalized": "2.8.19.0",
8573         "source": {
8574             "type": "git",
8575             "url": "https://github.com/symfony/class-loader.git",
8576             "reference": "2c8de07a8a4cc4da9c018ab7a81888b80e762f93"
8577         },
8578         "dist": {
8579             "type": "zip",
8580             "url": "https://api.github.com/repos/symfony/class-loader/zipball/2c8de07a8a4cc4da9c018ab7a81888b80e762f93",
8581             "reference": "2c8de07a8a4cc4da9c018ab7a81888b80e762f93",
8582             "shasum": ""
8583         },
8584         "require": {
8585             "php": ">=5.3.9",
8586             "symfony/polyfill-apcu": "~1.1"
8587         },
8588         "require-dev": {
8589             "symfony/finder": "^2.0.5|~3.0.0"
8590         },
8591         "time": "2017-02-18T19:13:35+00:00",
8592         "type": "library",
8593         "extra": {
8594             "branch-alias": {
8595                 "dev-master": "2.8-dev"
8596             }
8597         },
8598         "installation-source": "dist",
8599         "autoload": {
8600             "psr-4": {
8601                 "Symfony\\Component\\ClassLoader\\": ""
8602             },
8603             "exclude-from-classmap": [
8604                 "/Tests/"
8605             ]
8606         },
8607         "notification-url": "https://packagist.org/downloads/",
8608         "license": [
8609             "MIT"
8610         ],
8611         "authors": [
8612             {
8613                 "name": "Fabien Potencier",
8614                 "email": "fabien@symfony.com"
8615             },
8616             {
8617                 "name": "Symfony Community",
8618                 "homepage": "https://symfony.com/contributors"
8619             }
8620         ],
8621         "description": "Symfony ClassLoader Component",
8622         "homepage": "https://symfony.com"
8623     },
8624     {
8625         "name": "doctrine/common",
8626         "version": "v2.7.2",
8627         "version_normalized": "2.7.2.0",
8628         "source": {
8629             "type": "git",
8630             "url": "https://github.com/doctrine/common.git",
8631             "reference": "930297026c8009a567ac051fd545bf6124150347"
8632         },
8633         "dist": {
8634             "type": "zip",
8635             "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
8636             "reference": "930297026c8009a567ac051fd545bf6124150347",
8637             "shasum": ""
8638         },
8639         "require": {
8640             "doctrine/annotations": "1.*",
8641             "doctrine/cache": "1.*",
8642             "doctrine/collections": "1.*",
8643             "doctrine/inflector": "1.*",
8644             "doctrine/lexer": "1.*",
8645             "php": "~5.6|~7.0"
8646         },
8647         "require-dev": {
8648             "phpunit/phpunit": "^5.4.6"
8649         },
8650         "time": "2017-01-13T14:02:13+00:00",
8651         "type": "library",
8652         "extra": {
8653             "branch-alias": {
8654                 "dev-master": "2.7.x-dev"
8655             }
8656         },
8657         "installation-source": "dist",
8658         "autoload": {
8659             "psr-4": {
8660                 "Doctrine\\Common\\": "lib/Doctrine/Common"
8661             }
8662         },
8663         "notification-url": "https://packagist.org/downloads/",
8664         "license": [
8665             "MIT"
8666         ],
8667         "authors": [
8668             {
8669                 "name": "Roman Borschel",
8670                 "email": "roman@code-factory.org"
8671             },
8672             {
8673                 "name": "Benjamin Eberlei",
8674                 "email": "kontakt@beberlei.de"
8675             },
8676             {
8677                 "name": "Guilherme Blanco",
8678                 "email": "guilhermeblanco@gmail.com"
8679             },
8680             {
8681                 "name": "Jonathan Wage",
8682                 "email": "jonwage@gmail.com"
8683             },
8684             {
8685                 "name": "Johannes Schmitt",
8686                 "email": "schmittjoh@gmail.com"
8687             }
8688         ],
8689         "description": "Common Library for Doctrine projects",
8690         "homepage": "http://www.doctrine-project.org",
8691         "keywords": [
8692             "annotations",
8693             "collections",
8694             "eventmanager",
8695             "persistence",
8696             "spl"
8697         ]
8698     },
8699     {
8700         "name": "asm89/stack-cors",
8701         "version": "1.1.0",
8702         "version_normalized": "1.1.0.0",
8703         "source": {
8704             "type": "git",
8705             "url": "https://github.com/asm89/stack-cors.git",
8706             "reference": "65ccbd455370f043c2e3b93482a3813603d68731"
8707         },
8708         "dist": {
8709             "type": "zip",
8710             "url": "https://api.github.com/repos/asm89/stack-cors/zipball/65ccbd455370f043c2e3b93482a3813603d68731",
8711             "reference": "65ccbd455370f043c2e3b93482a3813603d68731",
8712             "shasum": ""
8713         },
8714         "require": {
8715             "php": ">=5.5.9",
8716             "symfony/http-foundation": "~2.7|~3.0",
8717             "symfony/http-kernel": "~2.7|~3.0"
8718         },
8719         "require-dev": {
8720             "phpunit/phpunit": "^5.0 || ^4.8.10",
8721             "squizlabs/php_codesniffer": "^2.3"
8722         },
8723         "time": "2017-04-11T20:03:41+00:00",
8724         "type": "library",
8725         "extra": {
8726             "branch-alias": {
8727                 "dev-master": "1.1-dev"
8728             }
8729         },
8730         "installation-source": "dist",
8731         "autoload": {
8732             "psr-4": {
8733                 "Asm89\\Stack\\": "src/Asm89/Stack/"
8734             }
8735         },
8736         "notification-url": "https://packagist.org/downloads/",
8737         "license": [
8738             "MIT"
8739         ],
8740         "authors": [
8741             {
8742                 "name": "Alexander",
8743                 "email": "iam.asm89@gmail.com"
8744             }
8745         ],
8746         "description": "Cross-origin resource sharing library and stack middleware",
8747         "homepage": "https://github.com/asm89/stack-cors",
8748         "keywords": [
8749             "cors",
8750             "stack"
8751         ]
8752     },
8753     {
8754         "name": "webmozart/assert",
8755         "version": "1.2.0",
8756         "version_normalized": "1.2.0.0",
8757         "source": {
8758             "type": "git",
8759             "url": "https://github.com/webmozart/assert.git",
8760             "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
8761         },
8762         "dist": {
8763             "type": "zip",
8764             "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
8765             "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
8766             "shasum": ""
8767         },
8768         "require": {
8769             "php": "^5.3.3 || ^7.0"
8770         },
8771         "require-dev": {
8772             "phpunit/phpunit": "^4.6",
8773             "sebastian/version": "^1.0.1"
8774         },
8775         "time": "2016-11-23T20:04:58+00:00",
8776         "type": "library",
8777         "extra": {
8778             "branch-alias": {
8779                 "dev-master": "1.3-dev"
8780             }
8781         },
8782         "installation-source": "dist",
8783         "autoload": {
8784             "psr-4": {
8785                 "Webmozart\\Assert\\": "src/"
8786             }
8787         },
8788         "notification-url": "https://packagist.org/downloads/",
8789         "license": [
8790             "MIT"
8791         ],
8792         "authors": [
8793             {
8794                 "name": "Bernhard Schussek",
8795                 "email": "bschussek@gmail.com"
8796             }
8797         ],
8798         "description": "Assertions to validate method input/output with nice error messages.",
8799         "keywords": [
8800             "assert",
8801             "check",
8802             "validate"
8803         ]
8804     },
8805     {
8806         "name": "webmozart/path-util",
8807         "version": "2.3.0",
8808         "version_normalized": "2.3.0.0",
8809         "source": {
8810             "type": "git",
8811             "url": "https://github.com/webmozart/path-util.git",
8812             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
8813         },
8814         "dist": {
8815             "type": "zip",
8816             "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
8817             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
8818             "shasum": ""
8819         },
8820         "require": {
8821             "php": ">=5.3.3",
8822             "webmozart/assert": "~1.0"
8823         },
8824         "require-dev": {
8825             "phpunit/phpunit": "^4.6",
8826             "sebastian/version": "^1.0.1"
8827         },
8828         "time": "2015-12-17T08:42:14+00:00",
8829         "type": "library",
8830         "extra": {
8831             "branch-alias": {
8832                 "dev-master": "2.3-dev"
8833             }
8834         },
8835         "installation-source": "dist",
8836         "autoload": {
8837             "psr-4": {
8838                 "Webmozart\\PathUtil\\": "src/"
8839             }
8840         },
8841         "notification-url": "https://packagist.org/downloads/",
8842         "license": [
8843             "MIT"
8844         ],
8845         "authors": [
8846             {
8847                 "name": "Bernhard Schussek",
8848                 "email": "bschussek@gmail.com"
8849             }
8850         ],
8851         "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths."
8852     },
8853     {
8854         "name": "symfony/var-dumper",
8855         "version": "v2.8.19",
8856         "version_normalized": "2.8.19.0",
8857         "source": {
8858             "type": "git",
8859             "url": "https://github.com/symfony/var-dumper.git",
8860             "reference": "f8ff23ad5352f96e66c1df5468d492d2f37f3ac4"
8861         },
8862         "dist": {
8863             "type": "zip",
8864             "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f8ff23ad5352f96e66c1df5468d492d2f37f3ac4",
8865             "reference": "f8ff23ad5352f96e66c1df5468d492d2f37f3ac4",
8866             "shasum": ""
8867         },
8868         "require": {
8869             "php": ">=5.3.9",
8870             "symfony/polyfill-mbstring": "~1.0"
8871         },
8872         "conflict": {
8873             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
8874         },
8875         "require-dev": {
8876             "twig/twig": "~1.20|~2.0"
8877         },
8878         "suggest": {
8879             "ext-symfony_debug": ""
8880         },
8881         "time": "2017-03-12T16:01:59+00:00",
8882         "type": "library",
8883         "extra": {
8884             "branch-alias": {
8885                 "dev-master": "2.8-dev"
8886             }
8887         },
8888         "installation-source": "dist",
8889         "autoload": {
8890             "files": [
8891                 "Resources/functions/dump.php"
8892             ],
8893             "psr-4": {
8894                 "Symfony\\Component\\VarDumper\\": ""
8895             },
8896             "exclude-from-classmap": [
8897                 "/Tests/"
8898             ]
8899         },
8900         "notification-url": "https://packagist.org/downloads/",
8901         "license": [
8902             "MIT"
8903         ],
8904         "authors": [
8905             {
8906                 "name": "Nicolas Grekas",
8907                 "email": "p@tchwork.com"
8908             },
8909             {
8910                 "name": "Symfony Community",
8911                 "homepage": "https://symfony.com/contributors"
8912             }
8913         ],
8914         "description": "Symfony mechanism for exploring and dumping PHP variables",
8915         "homepage": "https://symfony.com",
8916         "keywords": [
8917             "debug",
8918             "dump"
8919         ]
8920     },
8921     {
8922         "name": "consolidation/output-formatters",
8923         "version": "3.1.8",
8924         "version_normalized": "3.1.8.0",
8925         "source": {
8926             "type": "git",
8927             "url": "https://github.com/consolidation/output-formatters.git",
8928             "reference": "0b50ba1134d581fd55376f3e21508dab009ced47"
8929         },
8930         "dist": {
8931             "type": "zip",
8932             "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0b50ba1134d581fd55376f3e21508dab009ced47",
8933             "reference": "0b50ba1134d581fd55376f3e21508dab009ced47",
8934             "shasum": ""
8935         },
8936         "require": {
8937             "php": ">=5.4.0",
8938             "symfony/console": "^2.8|~3",
8939             "symfony/finder": "~2.5|~3.0"
8940         },
8941         "require-dev": {
8942             "phpunit/phpunit": "^4.8",
8943             "satooshi/php-coveralls": "^1.0",
8944             "squizlabs/php_codesniffer": "^2.7",
8945             "victorjonsson/markdowndocs": "^1.3"
8946         },
8947         "time": "2017-03-01T20:54:45+00:00",
8948         "type": "library",
8949         "extra": {
8950             "branch-alias": {
8951                 "dev-master": "2.x-dev"
8952             }
8953         },
8954         "installation-source": "dist",
8955         "autoload": {
8956             "psr-4": {
8957                 "Consolidation\\OutputFormatters\\": "src"
8958             }
8959         },
8960         "notification-url": "https://packagist.org/downloads/",
8961         "license": [
8962             "MIT"
8963         ],
8964         "authors": [
8965             {
8966                 "name": "Greg Anderson",
8967                 "email": "greg.1.anderson@greenknowe.org"
8968             }
8969         ],
8970         "description": "Format text by applying transformations provided by plug-in formatters."
8971     },
8972     {
8973         "name": "consolidation/annotated-command",
8974         "version": "2.4.8",
8975         "version_normalized": "2.4.8.0",
8976         "source": {
8977             "type": "git",
8978             "url": "https://github.com/consolidation/annotated-command.git",
8979             "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e"
8980         },
8981         "dist": {
8982             "type": "zip",
8983             "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/6672ea38212f8bffb71fec7eadc8b3372154b17e",
8984             "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e",
8985             "shasum": ""
8986         },
8987         "require": {
8988             "consolidation/output-formatters": "^3.1.5",
8989             "php": ">=5.4.0",
8990             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
8991             "psr/log": "^1",
8992             "symfony/console": "^2.8|~3",
8993             "symfony/event-dispatcher": "^2.5|^3",
8994             "symfony/finder": "^2.5|^3"
8995         },
8996         "require-dev": {
8997             "phpunit/phpunit": "^4.8",
8998             "satooshi/php-coveralls": "^1.0",
8999             "squizlabs/php_codesniffer": "^2.7"
9000         },
9001         "time": "2017-04-03T22:37:00+00:00",
9002         "type": "library",
9003         "extra": {
9004             "branch-alias": {
9005                 "dev-master": "2.x-dev"
9006             }
9007         },
9008         "installation-source": "dist",
9009         "autoload": {
9010             "psr-4": {
9011                 "Consolidation\\AnnotatedCommand\\": "src"
9012             }
9013         },
9014         "notification-url": "https://packagist.org/downloads/",
9015         "license": [
9016             "MIT"
9017         ],
9018         "authors": [
9019             {
9020                 "name": "Greg Anderson",
9021                 "email": "greg.1.anderson@greenknowe.org"
9022             }
9023         ],
9024         "description": "Initialize Symfony Console commands from annotated command class methods."
9025     },
9026     {
9027         "name": "drush/drush",
9028         "version": "8.1.10",
9029         "version_normalized": "8.1.10.0",
9030         "source": {
9031             "type": "git",
9032             "url": "https://github.com/drush-ops/drush.git",
9033             "reference": "2192496b80aa9cdb0581a2d308623f950f747e94"
9034         },
9035         "dist": {
9036             "type": "zip",
9037             "url": "https://api.github.com/repos/drush-ops/drush/zipball/2192496b80aa9cdb0581a2d308623f950f747e94",
9038             "reference": "2192496b80aa9cdb0581a2d308623f950f747e94",
9039             "shasum": ""
9040         },
9041         "require": {
9042             "consolidation/annotated-command": "~2",
9043             "consolidation/output-formatters": "~3",
9044             "pear/console_table": "~1.3.0",
9045             "php": ">=5.4.5",
9046             "phpdocumentor/reflection-docblock": "^2.0",
9047             "psr/log": "~1.0",
9048             "psy/psysh": "~0.6",
9049             "symfony/console": "~2.7",
9050             "symfony/event-dispatcher": "~2.7",
9051             "symfony/finder": "~2.7",
9052             "symfony/var-dumper": "~2.7",
9053             "symfony/yaml": "~2.3",
9054             "webmozart/path-util": "~2"
9055         },
9056         "require-dev": {
9057             "phpunit/phpunit": "4.*",
9058             "symfony/process": "2.7.*"
9059         },
9060         "suggest": {
9061             "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
9062             "ext-pcntl": "*"
9063         },
9064         "time": "2017-02-23T20:46:12+00:00",
9065         "bin": [
9066             "drush",
9067             "drush.launcher",
9068             "drush.php",
9069             "drush.complete.sh"
9070         ],
9071         "type": "library",
9072         "extra": {
9073             "branch-alias": {
9074                 "dev-master": "8.0.x-dev"
9075             }
9076         },
9077         "installation-source": "dist",
9078         "autoload": {
9079             "psr-0": {
9080                 "Drush": "lib/",
9081                 "Consolidation": "lib/"
9082             }
9083         },
9084         "notification-url": "https://packagist.org/downloads/",
9085         "license": [
9086             "GPL-2.0+"
9087         ],
9088         "authors": [
9089             {
9090                 "name": "Moshe Weitzman",
9091                 "email": "weitzman@tejasa.com"
9092             },
9093             {
9094                 "name": "Owen Barton",
9095                 "email": "drupal@owenbarton.com"
9096             },
9097             {
9098                 "name": "Mark Sonnabaum",
9099                 "email": "marksonnabaum@gmail.com"
9100             },
9101             {
9102                 "name": "Antoine Beaupré",
9103                 "email": "anarcat@koumbit.org"
9104             },
9105             {
9106                 "name": "Greg Anderson",
9107                 "email": "greg.1.anderson@greenknowe.org"
9108             },
9109             {
9110                 "name": "Jonathan Araña Cruz",
9111                 "email": "jonhattan@faita.net"
9112             },
9113             {
9114                 "name": "Jonathan Hedstrom",
9115                 "email": "jhedstrom@gmail.com"
9116             },
9117             {
9118                 "name": "Christopher Gervais",
9119                 "email": "chris@ergonlogic.com"
9120             },
9121             {
9122                 "name": "Dave Reid",
9123                 "email": "dave@davereid.net"
9124             },
9125             {
9126                 "name": "Damian Lee",
9127                 "email": "damiankloip@googlemail.com"
9128             }
9129         ],
9130         "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.",
9131         "homepage": "http://www.drush.org"
9132     },
9133     {
9134         "name": "symfony/css-selector",
9135         "version": "v2.8.19",
9136         "version_normalized": "2.8.19.0",
9137         "source": {
9138             "type": "git",
9139             "url": "https://github.com/symfony/css-selector.git",
9140             "reference": "742bd688bd778dde8991ba696cb372570610afcd"
9141         },
9142         "dist": {
9143             "type": "zip",
9144             "url": "https://api.github.com/repos/symfony/css-selector/zipball/742bd688bd778dde8991ba696cb372570610afcd",
9145             "reference": "742bd688bd778dde8991ba696cb372570610afcd",
9146             "shasum": ""
9147         },
9148         "require": {
9149             "php": ">=5.3.9"
9150         },
9151         "time": "2017-02-21T08:33:48+00:00",
9152         "type": "library",
9153         "extra": {
9154             "branch-alias": {
9155                 "dev-master": "2.8-dev"
9156             }
9157         },
9158         "installation-source": "dist",
9159         "autoload": {
9160             "psr-4": {
9161                 "Symfony\\Component\\CssSelector\\": ""
9162             },
9163             "exclude-from-classmap": [
9164                 "/Tests/"
9165             ]
9166         },
9167         "notification-url": "https://packagist.org/downloads/",
9168         "license": [
9169             "MIT"
9170         ],
9171         "authors": [
9172             {
9173                 "name": "Jean-François Simon",
9174                 "email": "jeanfrancois.simon@sensiolabs.com"
9175             },
9176             {
9177                 "name": "Fabien Potencier",
9178                 "email": "fabien@symfony.com"
9179             },
9180             {
9181                 "name": "Symfony Community",
9182                 "homepage": "https://symfony.com/contributors"
9183             }
9184         ],
9185         "description": "Symfony CssSelector Component",
9186         "homepage": "https://symfony.com"
9187     },
9188     {
9189         "name": "symfony/expression-language",
9190         "version": "v2.8.19",
9191         "version_normalized": "2.8.19.0",
9192         "source": {
9193             "type": "git",
9194             "url": "https://github.com/symfony/expression-language.git",
9195             "reference": "269a0a751f07a58b315f74899a253ead71747f06"
9196         },
9197         "dist": {
9198             "type": "zip",
9199             "url": "https://api.github.com/repos/symfony/expression-language/zipball/269a0a751f07a58b315f74899a253ead71747f06",
9200             "reference": "269a0a751f07a58b315f74899a253ead71747f06",
9201             "shasum": ""
9202         },
9203         "require": {
9204             "php": ">=5.3.9"
9205         },
9206         "time": "2017-04-03T23:11:44+00:00",
9207         "type": "library",
9208         "extra": {
9209             "branch-alias": {
9210                 "dev-master": "2.8-dev"
9211             }
9212         },
9213         "installation-source": "dist",
9214         "autoload": {
9215             "psr-4": {
9216                 "Symfony\\Component\\ExpressionLanguage\\": ""
9217             },
9218             "exclude-from-classmap": [
9219                 "/Tests/"
9220             ]
9221         },
9222         "notification-url": "https://packagist.org/downloads/",
9223         "license": [
9224             "MIT"
9225         ],
9226         "authors": [
9227             {
9228                 "name": "Fabien Potencier",
9229                 "email": "fabien@symfony.com"
9230             },
9231             {
9232                 "name": "Symfony Community",
9233                 "homepage": "https://symfony.com/contributors"
9234             }
9235         ],
9236         "description": "Symfony ExpressionLanguage Component",
9237         "homepage": "https://symfony.com"
9238     },
9239     {
9240         "name": "symfony/dom-crawler",
9241         "version": "v3.2.7",
9242         "version_normalized": "3.2.7.0",
9243         "source": {
9244             "type": "git",
9245             "url": "https://github.com/symfony/dom-crawler.git",
9246             "reference": "403944e294cf4ceb3b8447f54cbad88ea7b99cee"
9247         },
9248         "dist": {
9249             "type": "zip",
9250             "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/403944e294cf4ceb3b8447f54cbad88ea7b99cee",
9251             "reference": "403944e294cf4ceb3b8447f54cbad88ea7b99cee",
9252             "shasum": ""
9253         },
9254         "require": {
9255             "php": ">=5.5.9",
9256             "symfony/polyfill-mbstring": "~1.0"
9257         },
9258         "require-dev": {
9259             "symfony/css-selector": "~2.8|~3.0"
9260         },
9261         "suggest": {
9262             "symfony/css-selector": ""
9263         },
9264         "time": "2017-02-21T09:12:04+00:00",
9265         "type": "library",
9266         "extra": {
9267             "branch-alias": {
9268                 "dev-master": "3.2-dev"
9269             }
9270         },
9271         "installation-source": "dist",
9272         "autoload": {
9273             "psr-4": {
9274                 "Symfony\\Component\\DomCrawler\\": ""
9275             },
9276             "exclude-from-classmap": [
9277                 "/Tests/"
9278             ]
9279         },
9280         "notification-url": "https://packagist.org/downloads/",
9281         "license": [
9282             "MIT"
9283         ],
9284         "authors": [
9285             {
9286                 "name": "Fabien Potencier",
9287                 "email": "fabien@symfony.com"
9288             },
9289             {
9290                 "name": "Symfony Community",
9291                 "homepage": "https://symfony.com/contributors"
9292             }
9293         ],
9294         "description": "Symfony DomCrawler Component",
9295         "homepage": "https://symfony.com"
9296     },
9297     {
9298         "name": "symfony/browser-kit",
9299         "version": "v3.2.7",
9300         "version_normalized": "3.2.7.0",
9301         "source": {
9302             "type": "git",
9303             "url": "https://github.com/symfony/browser-kit.git",
9304             "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8"
9305         },
9306         "dist": {
9307             "type": "zip",
9308             "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2fe0caa60c1a1dfeefd0425741182687a9b382b8",
9309             "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8",
9310             "shasum": ""
9311         },
9312         "require": {
9313             "php": ">=5.5.9",
9314             "symfony/dom-crawler": "~2.8|~3.0"
9315         },
9316         "require-dev": {
9317             "symfony/css-selector": "~2.8|~3.0",
9318             "symfony/process": "~2.8|~3.0"
9319         },
9320         "suggest": {
9321             "symfony/process": ""
9322         },
9323         "time": "2017-02-21T09:12:04+00:00",
9324         "type": "library",
9325         "extra": {
9326             "branch-alias": {
9327                 "dev-master": "3.2-dev"
9328             }
9329         },
9330         "installation-source": "dist",
9331         "autoload": {
9332             "psr-4": {
9333                 "Symfony\\Component\\BrowserKit\\": ""
9334             },
9335             "exclude-from-classmap": [
9336                 "/Tests/"
9337             ]
9338         },
9339         "notification-url": "https://packagist.org/downloads/",
9340         "license": [
9341             "MIT"
9342         ],
9343         "authors": [
9344             {
9345                 "name": "Fabien Potencier",
9346                 "email": "fabien@symfony.com"
9347             },
9348             {
9349                 "name": "Symfony Community",
9350                 "homepage": "https://symfony.com/contributors"
9351             }
9352         ],
9353         "description": "Symfony BrowserKit Component",
9354         "homepage": "https://symfony.com"
9355     },
9356     {
9357         "name": "drupal/redirect",
9358         "version": "1.0.0-alpha5",
9359         "version_normalized": "1.0.0.0-alpha5",
9360         "source": {
9361             "type": "git",
9362             "url": "https://git.drupal.org/project/redirect",
9363             "reference": "8.x-1.0-alpha5"
9364         },
9365         "dist": {
9366             "type": "zip",
9367             "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.0-alpha5.zip",
9368             "reference": "8.x-1.0-alpha5",
9369             "shasum": "927aa4c8d8b40b0cd2442bee86f2f386d25e53ca"
9370         },
9371         "require": {
9372             "drupal/core": "~8"
9373         },
9374         "type": "drupal-module",
9375         "extra": {
9376             "branch-alias": {
9377                 "dev-1.x": "1.x-dev"
9378             },
9379             "drupal": {
9380                 "version": "8.x-1.0-alpha5",
9381                 "datestamp": "1492182542"
9382             }
9383         },
9384         "installation-source": "dist",
9385         "notification-url": "https://packages.drupal.org/8/downloads",
9386         "license": [
9387             "GPL-2.0+"
9388         ],
9389         "authors": [
9390             {
9391                 "name": "Berdir",
9392                 "homepage": "https://www.drupal.org/user/214652"
9393             },
9394             {
9395                 "name": "Dave Reid",
9396                 "homepage": "https://www.drupal.org/user/53892"
9397             }
9398         ],
9399         "description": "Allows users to redirect from old URLs to new URLs.",
9400         "homepage": "https://www.drupal.org/project/redirect",
9401         "support": {
9402             "source": "http://cgit.drupalcode.org/redirect"
9403         }
9404     },
9405     {
9406         "name": "geedmo/yamm3",
9407         "version": "1.1.0",
9408         "version_normalized": "1.1.0.0",
9409         "source": {
9410             "type": "git",
9411             "url": "https://github.com/geedmo/yamm3.git",
9412             "reference": "5aa11451340187cce1bc195a4437937b19535508"
9413         },
9414         "dist": {
9415             "type": "zip",
9416             "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
9417             "reference": "5aa11451340187cce1bc195a4437937b19535508",
9418             "shasum": ""
9419         },
9420         "time": "2015-04-04T12:59:29+00:00",
9421         "type": "library",
9422         "installation-source": "dist",
9423         "notification-url": "https://packagist.org/downloads/",
9424         "license": [
9425             "MIT"
9426         ],
9427         "authors": [
9428             {
9429                 "name": "German Morales",
9430                 "email": "geedmo.ds@gmail.com",
9431                 "homepage": "http://geedmo.com"
9432             }
9433         ],
9434         "description": "Yet another megamenu for Bootstrap 3.x",
9435         "homepage": "http://geedmo.github.io/yamm3/",
9436         "keywords": [
9437             "bootstrap",
9438             "megadropdown",
9439             "megamenu"
9440         ]
9441     },
9442     {
9443         "name": "grom358/pharborist",
9444         "version": "dev-master",
9445         "version_normalized": "9999999-dev",
9446         "source": {
9447             "type": "git",
9448             "url": "https://github.com/grom358/pharborist.git",
9449             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
9450         },
9451         "dist": {
9452             "type": "zip",
9453             "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
9454             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
9455             "shasum": ""
9456         },
9457         "require": {
9458             "php": ">=5.4",
9459             "phpdocumentor/reflection-docblock": "2.0.*"
9460         },
9461         "require-dev": {
9462             "apigen/apigen": "2.8.*",
9463             "phpunit/phpunit": "4.2.*"
9464         },
9465         "time": "2015-09-20T22:14:29+00:00",
9466         "type": "library",
9467         "installation-source": "source",
9468         "autoload": {
9469             "psr-4": {
9470                 "Pharborist\\": "src/"
9471             }
9472         },
9473         "notification-url": "https://packagist.org/downloads/",
9474         "license": [
9475             "GPL"
9476         ],
9477         "authors": [
9478             {
9479                 "name": "Cameron Zemek",
9480                 "role": "lead"
9481             }
9482         ],
9483         "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
9484         "keywords": [
9485             "standards",
9486             "syntax"
9487         ]
9488     },
9489     {
9490         "name": "drupal/drupalmoduleupgrader",
9491         "version": "dev-1.x",
9492         "version_normalized": "dev-1.x",
9493         "source": {
9494             "type": "git",
9495             "url": "https://git.drupal.org/project/drupalmoduleupgrader",
9496             "reference": "8bf2d9c140d4a315f267ff511fc69ea1595b62b8"
9497         },
9498         "require": {
9499             "cebe/markdown": "1.0.*@dev",
9500             "drupal/core": "~8.0",
9501             "grom358/pharborist": "dev-master",
9502             "symfony/filesystem": "^2.6.0",
9503             "symfony/finder": "^2.6.0"
9504         },
9505         "require-dev": {
9506             "mikey179/vfsstream": "^1.5",
9507             "phpunit/phpunit": "^4.8"
9508         },
9509         "type": "drupal-module",
9510         "extra": {
9511             "branch-alias": {
9512                 "dev-1.x": "1.x-dev"
9513             },
9514             "drupal": {
9515                 "version": "8.x-1.2+9-dev",
9516                 "datestamp": "1490452983"
9517             }
9518         },
9519         "installation-source": "source",
9520         "autoload": {
9521             "psr-4": {
9522                 "Drupal\\drupalmoduleupgrader\\": "src/"
9523             }
9524         },
9525         "notification-url": "https://packages.drupal.org/8/downloads",
9526         "license": [
9527             "GPL-2.0+"
9528         ],
9529         "authors": [
9530             {
9531                 "name": "Gábor Hojtsy",
9532                 "homepage": "https://www.drupal.org/user/4166"
9533             },
9534             {
9535                 "name": "Wim Leers",
9536                 "homepage": "https://www.drupal.org/user/99777"
9537             },
9538             {
9539                 "name": "dstol",
9540                 "homepage": "https://www.drupal.org/user/329570"
9541             },
9542             {
9543                 "name": "eshta",
9544                 "homepage": "https://www.drupal.org/user/1951462"
9545             },
9546             {
9547                 "name": "japerry",
9548                 "homepage": "https://www.drupal.org/user/45640"
9549             },
9550             {
9551                 "name": "jcnventura",
9552                 "homepage": "https://www.drupal.org/user/122464"
9553             },
9554             {
9555                 "name": "pfrenssen",
9556                 "homepage": "https://www.drupal.org/user/382067"
9557             },
9558             {
9559                 "name": "phenaproxima",
9560                 "homepage": "https://www.drupal.org/user/205645"
9561             },
9562             {
9563                 "name": "tim.plunkett",
9564                 "homepage": "https://www.drupal.org/user/241634"
9565             },
9566             {
9567                 "name": "webchick",
9568                 "homepage": "https://www.drupal.org/user/24967"
9569             },
9570             {
9571                 "name": "xjm",
9572                 "homepage": "https://www.drupal.org/user/65776"
9573             }
9574         ],
9575         "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
9576         "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
9577         "keywords": [
9578             "Drupal",
9579             "PHP_CodeSniffer",
9580             "phpcs",
9581             "standards",
9582             "update",
9583             "upgrade"
9584         ],
9585         "support": {
9586             "source": "https://drupal.org/project/drupalmoduleupgrader",
9587             "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
9588         }
9589     },
9590     {
9591         "name": "drupal/htmlawed",
9592         "version": "3.2.0",
9593         "version_normalized": "3.2.0.0",
9594         "source": {
9595             "type": "git",
9596             "url": "https://git.drupal.org/project/htmLawed",
9597             "reference": "8.x-3.2"
9598         },
9599         "dist": {
9600             "type": "zip",
9601             "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.2.zip",
9602             "reference": "8.x-3.2",
9603             "shasum": "9ced09e67458a0efcd7c4cc7e83f05fb4035ddcc"
9604         },
9605         "require": {
9606             "drupal/core": "~8.0"
9607         },
9608         "type": "drupal-module",
9609         "extra": {
9610             "branch-alias": {
9611                 "dev-3.x": "3.x-dev"
9612             },
9613             "drupal": {
9614                 "version": "8.x-3.2",
9615                 "datestamp": "1480745884"
9616             }
9617         },
9618         "installation-source": "dist",
9619         "notification-url": "https://packages.drupal.org/8/downloads",
9620         "license": [
9621             "GPL-2.0+"
9622         ],
9623         "authors": [
9624             {
9625                 "name": "alpha2zee",
9626                 "homepage": "https://www.drupal.org/user/201451"
9627             }
9628         ],
9629         "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
9630         "homepage": "https://www.drupal.org/project/htmlawed",
9631         "support": {
9632             "source": "http://cgit.drupalcode.org/htmlawed"
9633         }
9634     },
9635     {
9636         "name": "mehrpadin/superfish",
9637         "version": "2.0",
9638         "version_normalized": "2.0.0.0",
9639         "source": {
9640             "type": "git",
9641             "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
9642             "reference": "af9cb4ef91062a9ab1847595516a73bddf4cde6d"
9643         },
9644         "dist": {
9645             "type": "zip",
9646             "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/af9cb4ef91062a9ab1847595516a73bddf4cde6d",
9647             "reference": "af9cb4ef91062a9ab1847595516a73bddf4cde6d",
9648             "shasum": ""
9649         },
9650         "time": "2017-01-28T20:31:57+00:00",
9651         "type": "library",
9652         "installation-source": "dist",
9653         "notification-url": "https://packagist.org/downloads/",
9654         "license": [
9655             "MIT"
9656         ],
9657         "description": "Superfish library for the Drupal Superfish module.",
9658         "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
9659         "keywords": [
9660             "jquery",
9661             "plugin"
9662         ]
9663     },
9664     {
9665         "name": "drupal/superfish",
9666         "version": "1.0.0-rc6",
9667         "version_normalized": "1.0.0.0-RC6",
9668         "source": {
9669             "type": "git",
9670             "url": "https://git.drupal.org/project/superfish",
9671             "reference": "8.x-1.0-rc6"
9672         },
9673         "dist": {
9674             "type": "zip",
9675             "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.0-rc6.zip",
9676             "reference": "8.x-1.0-rc6",
9677             "shasum": "0e9ca0b25eef5cb6c0beaab233b3062a51e87699"
9678         },
9679         "require": {
9680             "drupal/core": "~8.0"
9681         },
9682         "type": "drupal-module",
9683         "extra": {
9684             "branch-alias": {
9685                 "dev-1.x": "1.x-dev"
9686             },
9687             "drupal": {
9688                 "version": "8.x-1.0-rc6",
9689                 "datestamp": "1486319283"
9690             }
9691         },
9692         "installation-source": "dist",
9693         "notification-url": "https://packages.drupal.org/8/downloads",
9694         "license": [
9695             "GPL-2.0+"
9696         ],
9697         "authors": [
9698             {
9699                 "name": "mehrpadin",
9700                 "homepage": "https://www.drupal.org/u/mehrpadin",
9701                 "role": "Maintainer"
9702             }
9703         ],
9704         "description": "Adds jQuery Superfish plugin to menu blocks.",
9705         "homepage": "https://www.drupal.org/project/superfish",
9706         "support": {
9707             "source": "https://cgit.drupalcode.org/superfish",
9708             "issues": "https://www.drupal.org/project/superfish"
9709         }
9710     },
9711     {
9712         "name": "drupal/ctools",
9713         "version": "3.0.0",
9714         "version_normalized": "3.0.0.0",
9715         "source": {
9716             "type": "git",
9717             "url": "https://git.drupal.org/project/ctools",
9718             "reference": "8.x-3.0"
9719         },
9720         "dist": {
9721             "type": "zip",
9722             "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
9723             "reference": "8.x-3.0",
9724             "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
9725         },
9726         "require": {
9727             "drupal/core": "~8.0"
9728         },
9729         "type": "drupal-module",
9730         "extra": {
9731             "branch-alias": {
9732                 "dev-3.x": "3.x-dev"
9733             },
9734             "drupal": {
9735                 "version": "8.x-3.0",
9736                 "datestamp": "1493401742"
9737             }
9738         },
9739         "installation-source": "dist",
9740         "notification-url": "https://packages.drupal.org/8/downloads",
9741         "license": [
9742             "GPL-2.0+"
9743         ],
9744         "authors": [
9745             {
9746                 "name": "Kris Vanderwater (EclipseGc)",
9747                 "homepage": "https://www.drupal.org/u/eclipsegc",
9748                 "role": "Maintainer"
9749             },
9750             {
9751                 "name": "Jakob Perry (japerry)",
9752                 "homepage": "https://www.drupal.org/u/japerry",
9753                 "role": "Maintainer"
9754             },
9755             {
9756                 "name": "Tim Plunkett (tim.plunkett)",
9757                 "homepage": "https://www.drupal.org/u/timplunkett",
9758                 "role": "Maintainer"
9759             },
9760             {
9761                 "name": "James Gilliland (neclimdul)",
9762                 "homepage": "https://www.drupal.org/u/neclimdul",
9763                 "role": "Maintainer"
9764             },
9765             {
9766                 "name": "Daniel Wehner (dawehner)",
9767                 "homepage": "https://www.drupal.org/u/dawehner",
9768                 "role": "Maintainer"
9769             },
9770             {
9771                 "name": "merlinofchaos",
9772                 "homepage": "https://www.drupal.org/user/26979"
9773             },
9774             {
9775                 "name": "neclimdul",
9776                 "homepage": "https://www.drupal.org/user/48673"
9777             },
9778             {
9779                 "name": "sdboyer",
9780                 "homepage": "https://www.drupal.org/user/146719"
9781             },
9782             {
9783                 "name": "sun",
9784                 "homepage": "https://www.drupal.org/user/54136"
9785             },
9786             {
9787                 "name": "tim.plunkett",
9788                 "homepage": "https://www.drupal.org/user/241634"
9789             }
9790         ],
9791         "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
9792         "homepage": "https://www.drupal.org/project/ctools",
9793         "support": {
9794             "source": "http://cgit.drupalcode.org/ctools",
9795             "issues": "https://www.drupal.org/project/issues/ctools"
9796         }
9797     },
9798     {
9799         "name": "drupal/devel",
9800         "version": "1.0.0-rc2",
9801         "version_normalized": "1.0.0.0-RC2",
9802         "source": {
9803             "type": "git",
9804             "url": "https://git.drupal.org/project/devel",
9805             "reference": "8.x-1.0-rc2"
9806         },
9807         "dist": {
9808             "type": "zip",
9809             "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.0-rc2.zip",
9810             "reference": "8.x-1.0-rc2",
9811             "shasum": "011322bf9c263dab29f94640829f4b654e9c5632"
9812         },
9813         "require": {
9814             "drupal/core": "~8.0"
9815         },
9816         "suggest": {
9817             "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
9818         },
9819         "type": "drupal-module",
9820         "extra": {
9821             "branch-alias": {
9822                 "dev-1.x": "1.x-dev"
9823             },
9824             "drupal": {
9825                 "version": "8.x-1.0-rc2",
9826                 "datestamp": "1492989244"
9827             }
9828         },
9829         "installation-source": "dist",
9830         "notification-url": "https://packages.drupal.org/8/downloads",
9831         "license": [
9832             "GPL-2.0+"
9833         ],
9834         "authors": [
9835             {
9836                 "name": "Moshe Weitzman",
9837                 "homepage": "https://github.com/weitzman",
9838                 "email": "weitzman@tejasa.com",
9839                 "role": "Maintainer"
9840             },
9841             {
9842                 "name": "Hans Salvisberg",
9843                 "homepage": "https://www.drupal.org/u/salvis",
9844                 "email": "drupal@salvisberg.com",
9845                 "role": "Maintainer"
9846             },
9847             {
9848                 "name": "Luca Lusso",
9849                 "homepage": "https://www.drupal.org/u/lussoluca",
9850                 "role": "Maintainer"
9851             },
9852             {
9853                 "name": "Marco (willzyx)",
9854                 "homepage": "https://www.drupal.org/u/willzyx",
9855                 "role": "Maintainer"
9856             },
9857             {
9858                 "name": "See contributors",
9859                 "homepage": "https://www.drupal.org/node/3236/committers"
9860             },
9861             {
9862                 "name": "salvis",
9863                 "homepage": "https://www.drupal.org/user/82964"
9864             },
9865             {
9866                 "name": "willzyx",
9867                 "homepage": "https://www.drupal.org/user/1043862"
9868             }
9869         ],
9870         "description": "Various blocks, pages, and functions for developers.",
9871         "homepage": "http://drupal.org/project/devel",
9872         "support": {
9873             "source": "http://cgit.drupalcode.org/devel",
9874             "issues": "http://drupal.org/project/devel",
9875             "irc": "irc://irc.freenode.org/drupal-contribute"
9876         }
9877     },
9878     {
9879         "name": "drupal/token",
9880         "version": "1.0.0",
9881         "version_normalized": "1.0.0.0",
9882         "source": {
9883             "type": "git",
9884             "url": "https://git.drupal.org/project/token",
9885             "reference": "8.x-1.0"
9886         },
9887         "dist": {
9888             "type": "zip",
9889             "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip",
9890             "reference": "8.x-1.0",
9891             "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442"
9892         },
9893         "require": {
9894             "drupal/core": "~8.0"
9895         },
9896         "type": "drupal-module",
9897         "extra": {
9898             "branch-alias": {
9899                 "dev-1.x": "1.x-dev"
9900             },
9901             "drupal": {
9902                 "version": "8.x-1.0",
9903                 "datestamp": "1493466843"
9904             }
9905         },
9906         "installation-source": "dist",
9907         "notification-url": "https://packages.drupal.org/8/downloads",
9908         "license": [
9909             "GPL-2.0+"
9910         ],
9911         "authors": [
9912             {
9913                 "name": "Berdir",
9914                 "homepage": "https://www.drupal.org/user/214652"
9915             },
9916             {
9917                 "name": "Dave Reid",
9918                 "homepage": "https://www.drupal.org/user/53892"
9919             },
9920             {
9921                 "name": "eaton",
9922                 "homepage": "https://www.drupal.org/user/16496"
9923             },
9924             {
9925                 "name": "fago",
9926                 "homepage": "https://www.drupal.org/user/16747"
9927             },
9928             {
9929                 "name": "greggles",
9930                 "homepage": "https://www.drupal.org/user/36762"
9931             },
9932             {
9933                 "name": "mikeryan",
9934                 "homepage": "https://www.drupal.org/user/4420"
9935             }
9936         ],
9937         "description": "Provides a user interface for the Token API and some missing core tokens.",
9938         "homepage": "https://www.drupal.org/project/token",
9939         "support": {
9940             "source": "http://cgit.drupalcode.org/token"
9941         }
9942     },
9943     {
9944         "name": "drupal/pathauto",
9945         "version": "1.0.0",
9946         "version_normalized": "1.0.0.0",
9947         "source": {
9948             "type": "git",
9949             "url": "https://git.drupal.org/project/pathauto",
9950             "reference": "8.x-1.0"
9951         },
9952         "dist": {
9953             "type": "zip",
9954             "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0.zip",
9955             "reference": "8.x-1.0",
9956             "shasum": "4c82a5689a18421c8c73fcc8be7b333bb21ae02a"
9957         },
9958         "require": {
9959             "drupal/core": "*",
9960             "drupal/ctools": "*",
9961             "drupal/token": "*"
9962         },
9963         "type": "drupal-module",
9964         "extra": {
9965             "branch-alias": {
9966                 "dev-1.x": "1.x-dev"
9967             },
9968             "drupal": {
9969                 "version": "8.x-1.0",
9970                 "datestamp": "1493468044"
9971             }
9972         },
9973         "installation-source": "dist",
9974         "notification-url": "https://packages.drupal.org/8/downloads",
9975         "license": [
9976             "GPL-2.0+"
9977         ],
9978         "authors": [
9979             {
9980                 "name": "Berdir",
9981                 "homepage": "https://www.drupal.org/user/214652"
9982             },
9983             {
9984                 "name": "Dave Reid",
9985                 "homepage": "https://www.drupal.org/user/53892"
9986             },
9987             {
9988                 "name": "Freso",
9989                 "homepage": "https://www.drupal.org/user/27504"
9990             },
9991             {
9992                 "name": "greggles",
9993                 "homepage": "https://www.drupal.org/user/36762"
9994             }
9995         ],
9996         "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
9997         "homepage": "https://www.drupal.org/project/pathauto",
9998         "support": {
9999             "source": "http://cgit.drupalcode.org/pathauto"
10000         }
10001     },
10002     {
10003         "name": "drupal/views_bootstrap",
10004         "version": "dev-3.x",
10005         "version_normalized": "dev-3.x",
10006         "source": {
10007             "type": "git",
10008             "url": "https://git.drupal.org/project/views_bootstrap",
10009             "reference": "ef95dac8dfeb8f2d61b0e5d40075a0a6e23e53ca"
10010         },
10011         "require": {
10012             "drupal/core": "*"
10013         },
10014         "type": "drupal-module",
10015         "extra": {
10016             "branch-alias": {
10017                 "dev-3.x": "3.x-dev"
10018             },
10019             "drupal": {
10020                 "version": "8.x-3.x-dev",
10021                 "datestamp": "1490369283"
10022             }
10023         },
10024         "installation-source": "source",
10025         "notification-url": "https://packages.drupal.org/8/downloads",
10026         "license": [
10027             "GPL-2.0+"
10028         ],
10029         "authors": [
10030             {
10031                 "name": "aburrows",
10032                 "homepage": "https://www.drupal.org/user/577844"
10033             },
10034             {
10035                 "name": "ericpugh",
10036                 "homepage": "https://www.drupal.org/user/130084"
10037             },
10038             {
10039                 "name": "ikeigenwijs",
10040                 "homepage": "https://www.drupal.org/user/583238"
10041             },
10042             {
10043                 "name": "mrded",
10044                 "homepage": "https://www.drupal.org/user/556088"
10045             }
10046         ],
10047         "description": "Integrate the Bootstrap framework with Views.",
10048         "homepage": "https://www.drupal.org/project/views_bootstrap",
10049         "keywords": [
10050             "Drupal"
10051         ],
10052         "support": {
10053             "source": "http://cgit.drupalcode.org/views_bootstrap"
10054         }
10055     },
10056     {
10057         "name": "drupal/views_responsive_grid",
10058         "version": "dev-1.x",
10059         "version_normalized": "dev-1.x",
10060         "source": {
10061             "type": "git",
10062             "url": "https://git.drupal.org/project/views_responsive_grid",
10063             "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
10064         },
10065         "require": {
10066             "drupal/core": "~8.0"
10067         },
10068         "type": "drupal-module",
10069         "extra": {
10070             "branch-alias": {
10071                 "dev-1.x": "1.x-dev"
10072             },
10073             "drupal": {
10074                 "version": "8.x-1.x-dev",
10075                 "datestamp": "1373985289"
10076             }
10077         },
10078         "installation-source": "source",
10079         "notification-url": "https://packages.drupal.org/8/downloads",
10080         "license": [
10081             "GPL-2.0+"
10082         ],
10083         "authors": [
10084             {
10085                 "name": "iwhitcomb",
10086                 "homepage": "https://www.drupal.org/user/771654"
10087             },
10088             {
10089                 "name": "kyletaylored",
10090                 "homepage": "https://www.drupal.org/user/2207088"
10091             },
10092             {
10093                 "name": "markcarver",
10094                 "homepage": "https://www.drupal.org/user/501638"
10095             }
10096         ],
10097         "homepage": "https://www.drupal.org/project/views_responsive_grid",
10098         "support": {
10099             "source": "http://cgit.drupalcode.org/views_responsive_grid"
10100         }
10101     },
10102     {
10103         "name": "drupal/imagemagick",
10104         "version": "1.0.0-alpha6",
10105         "version_normalized": "1.0.0.0-alpha6",
10106         "source": {
10107             "type": "git",
10108             "url": "https://git.drupal.org/project/imagemagick",
10109             "reference": "8.x-1.0-alpha6"
10110         },
10111         "dist": {
10112             "type": "zip",
10113             "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-1.0-alpha6.zip",
10114             "reference": "8.x-1.0-alpha6",
10115             "shasum": "9631b407762076b2f5d9bf3b50b40c28976ddbb7"
10116         },
10117         "require": {
10118             "drupal/core": "^8.1.0"
10119         },
10120         "type": "drupal-module",
10121         "extra": {
10122             "branch-alias": {
10123                 "dev-1.x": "1.x-dev"
10124             },
10125             "drupal": {
10126                 "version": "8.x-1.0-alpha6",
10127                 "datestamp": "1488787683"
10128             }
10129         },
10130         "installation-source": "dist",
10131         "notification-url": "https://packages.drupal.org/8/downloads",
10132         "license": [
10133             "GPL-2.0+"
10134         ],
10135         "authors": [
10136             {
10137                 "name": "chx",
10138                 "homepage": "https://www.drupal.org/user/9446"
10139             },
10140             {
10141                 "name": "claudiu.cristea",
10142                 "homepage": "https://www.drupal.org/user/56348"
10143             },
10144             {
10145                 "name": "dman",
10146                 "homepage": "https://www.drupal.org/user/33240"
10147             },
10148             {
10149                 "name": "dopry",
10150                 "homepage": "https://www.drupal.org/user/22202"
10151             },
10152             {
10153                 "name": "drewish",
10154                 "homepage": "https://www.drupal.org/user/34869"
10155             },
10156             {
10157                 "name": "gdl",
10158                 "homepage": "https://www.drupal.org/user/507326"
10159             },
10160             {
10161                 "name": "mondrake",
10162                 "homepage": "https://www.drupal.org/user/1307444"
10163             },
10164             {
10165                 "name": "quicksketch",
10166                 "homepage": "https://www.drupal.org/user/35821"
10167             },
10168             {
10169                 "name": "sun",
10170                 "homepage": "https://www.drupal.org/user/54136"
10171             },
10172             {
10173                 "name": "walkah",
10174                 "homepage": "https://www.drupal.org/user/1531"
10175             }
10176         ],
10177         "description": "Provides ImageMagick integration.",
10178         "homepage": "https://www.drupal.org/project/imagemagick",
10179         "support": {
10180             "source": "http://cgit.drupalcode.org/imagemagick"
10181         }
10182     },
10183     {
10184         "name": "drupal/bootstrap",
10185         "version": "3.5.0",
10186         "version_normalized": "3.5.0.0",
10187         "source": {
10188             "type": "git",
10189             "url": "https://git.drupal.org/project/bootstrap",
10190             "reference": "8.x-3.5"
10191         },
10192         "dist": {
10193             "type": "zip",
10194             "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.5.zip",
10195             "reference": "8.x-3.5",
10196             "shasum": "569f8a243ad6a2e04a86123a0b2a594783a09860"
10197         },
10198         "require": {
10199             "drupal/core": "~8.0"
10200         },
10201         "type": "drupal-theme",
10202         "extra": {
10203             "branch-alias": {
10204                 "dev-3.x": "3.x-dev"
10205             },
10206             "drupal": {
10207                 "version": "8.x-3.5",
10208                 "datestamp": "1495040301"
10209             }
10210         },
10211         "installation-source": "dist",
10212         "notification-url": "https://packages.drupal.org/8/downloads",
10213         "license": [
10214             "GPL-2.0+"
10215         ],
10216         "authors": [
10217             {
10218                 "name": "markcarver",
10219                 "homepage": "https://www.drupal.org/user/501638"
10220             },
10221             {
10222                 "name": "neardark",
10223                 "homepage": "https://www.drupal.org/user/661076"
10224             },
10225             {
10226                 "name": "sylus",
10227                 "homepage": "https://www.drupal.org/user/339714"
10228             },
10229             {
10230                 "name": "wundo",
10231                 "homepage": "https://www.drupal.org/user/25523"
10232             }
10233         ],
10234         "homepage": "https://www.drupal.org/project/bootstrap",
10235         "support": {
10236             "source": "http://cgit.drupalcode.org/bootstrap"
10237         }
10238     },
10239     {
10240         "name": "sunra/php-simple-html-dom-parser",
10241         "version": "v1.5.2",
10242         "version_normalized": "1.5.2.0",
10243         "source": {
10244             "type": "git",
10245             "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
10246             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
10247         },
10248         "dist": {
10249             "type": "zip",
10250             "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
10251             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
10252             "shasum": ""
10253         },
10254         "require": {
10255             "ext-mbstring": "*",
10256             "php": ">=5.3.2"
10257         },
10258         "time": "2016-11-22T22:57:47+00:00",
10259         "type": "library",
10260         "installation-source": "dist",
10261         "autoload": {
10262             "psr-0": {
10263                 "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
10264             }
10265         },
10266         "notification-url": "https://packagist.org/downloads/",
10267         "license": [
10268             "MIT"
10269         ],
10270         "authors": [
10271             {
10272                 "name": "Sunra",
10273                 "email": "sunra@yandex.ru",
10274                 "homepage": "https://github.com/sunra"
10275             },
10276             {
10277                 "name": "S.C. Chen",
10278                 "homepage": "http://sourceforge.net/projects/simplehtmldom/"
10279             }
10280         ],
10281         "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.",
10282         "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
10283         "keywords": [
10284             "dom",
10285             "html",
10286             "parser"
10287         ]
10288     },
10289     {
10290         "name": "ezyang/htmlpurifier",
10291         "version": "v4.9.2",
10292         "version_normalized": "4.9.2.0",
10293         "source": {
10294             "type": "git",
10295             "url": "https://github.com/ezyang/htmlpurifier.git",
10296             "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4"
10297         },
10298         "dist": {
10299             "type": "zip",
10300             "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4",
10301             "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4",
10302             "shasum": ""
10303         },
10304         "require": {
10305             "php": ">=5.2"
10306         },
10307         "require-dev": {
10308             "simpletest/simpletest": "^1.1"
10309         },
10310         "time": "2017-03-13T06:30:53+00:00",
10311         "type": "library",
10312         "installation-source": "dist",
10313         "autoload": {
10314             "psr-0": {
10315                 "HTMLPurifier": "library/"
10316             },
10317             "files": [
10318                 "library/HTMLPurifier.composer.php"
10319             ]
10320         },
10321         "notification-url": "https://packagist.org/downloads/",
10322         "license": [
10323             "LGPL"
10324         ],
10325         "authors": [
10326             {
10327                 "name": "Edward Z. Yang",
10328                 "email": "admin@htmlpurifier.org",
10329                 "homepage": "http://ezyang.com"
10330             }
10331         ],
10332         "description": "Standards compliant HTML filter written in PHP",
10333         "homepage": "http://htmlpurifier.org/",
10334         "keywords": [
10335             "html"
10336         ]
10337     },
10338     {
10339         "name": "caxy/php-htmldiff",
10340         "version": "v0.1.4",
10341         "version_normalized": "0.1.4.0",
10342         "source": {
10343             "type": "git",
10344             "url": "https://github.com/caxy/php-htmldiff.git",
10345             "reference": "9b115a83d49c636d6bae8ffce15b0e1962cb2ed7"
10346         },
10347         "dist": {
10348             "type": "zip",
10349             "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/9b115a83d49c636d6bae8ffce15b0e1962cb2ed7",
10350             "reference": "9b115a83d49c636d6bae8ffce15b0e1962cb2ed7",
10351             "shasum": ""
10352         },
10353         "require": {
10354             "ezyang/htmlpurifier": "^4.7",
10355             "php": ">=5.3.3",
10356             "sunra/php-simple-html-dom-parser": "^1.5"
10357         },
10358         "require-dev": {
10359             "doctrine/cache": "~1.0",
10360             "phpunit/phpunit": "~5.0"
10361         },
10362         "suggest": {
10363             "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
10364         },
10365         "time": "2017-05-02T21:16:54+00:00",
10366         "type": "library",
10367         "extra": {
10368             "branch-alias": {
10369                 "dev-master": "0.1.x-dev"
10370             }
10371         },
10372         "installation-source": "dist",
10373         "autoload": {
10374             "psr-0": {
10375                 "Caxy\\HtmlDiff": "lib/"
10376             }
10377         },
10378         "notification-url": "https://packagist.org/downloads/",
10379         "license": [
10380             "GPL-2.0"
10381         ],
10382         "authors": [
10383             {
10384                 "name": "Josh Schroeder",
10385                 "email": "jschroeder@caxy.com",
10386                 "homepage": "http://www.caxy.com"
10387             }
10388         ],
10389         "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
10390         "homepage": "https://github.com/caxy/php-htmldiff",
10391         "keywords": [
10392             "diff",
10393             "html"
10394         ]
10395     },
10396     {
10397         "name": "mkalkbrenner/php-htmldiff-advanced",
10398         "version": "0.0.8",
10399         "version_normalized": "0.0.8.0",
10400         "source": {
10401             "type": "git",
10402             "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
10403             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
10404         },
10405         "dist": {
10406             "type": "zip",
10407             "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
10408             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
10409             "shasum": ""
10410         },
10411         "require": {
10412             "caxy/php-htmldiff": ">=0.0.6",
10413             "php": ">=5.5.0"
10414         },
10415         "time": "2016-07-25T17:07:32+00:00",
10416         "type": "library",
10417         "installation-source": "dist",
10418         "autoload": {
10419             "files": [
10420                 "src/HtmlDiffAdvancedInterface.php",
10421                 "src/HtmlDiffAdvanced.php"
10422             ]
10423         },
10424         "notification-url": "https://packagist.org/downloads/",
10425         "license": [
10426             "GNU General Public License V2"
10427         ],
10428         "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
10429         "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
10430         "keywords": [
10431             "diff",
10432             "html"
10433         ]
10434     },
10435     {
10436         "name": "drupal/diff",
10437         "version": "1.0.0-rc1",
10438         "version_normalized": "1.0.0.0-RC1",
10439         "source": {
10440             "type": "git",
10441             "url": "https://git.drupal.org/project/diff",
10442             "reference": "8.x-1.0-rc1"
10443         },
10444         "dist": {
10445             "type": "zip",
10446             "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip",
10447             "reference": "8.x-1.0-rc1",
10448             "shasum": "4945154c2c07444195a7ae07011a3b3db941c72a"
10449         },
10450         "require": {
10451             "drupal/core": "~8.0",
10452             "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
10453         },
10454         "type": "drupal-module",
10455         "extra": {
10456             "branch-alias": {
10457                 "dev-1.x": "1.x-dev"
10458             },
10459             "drupal": {
10460                 "version": "8.x-1.0-rc1",
10461                 "datestamp": "1484566683"
10462             }
10463         },
10464         "installation-source": "dist",
10465         "notification-url": "https://packages.drupal.org/8/downloads",
10466         "license": [
10467             "GPL-2.0+"
10468         ],
10469         "authors": [
10470             {
10471                 "name": "Miro Dietiker (miro_dietiker)",
10472                 "homepage": "https://www.drupal.org/u/miro_dietiker",
10473                 "role": "Maintainer"
10474             },
10475             {
10476                 "name": "Juampy NR (juampynr)",
10477                 "homepage": "https://www.drupal.org/u/juampynr",
10478                 "role": "Maintainer"
10479             },
10480             {
10481                 "name": "Lucian Hangea (lhangea)",
10482                 "homepage": "https://www.drupal.org/u/lhangea",
10483                 "role": "Maintainer"
10484             },
10485             {
10486                 "name": "Alan D.",
10487                 "homepage": "https://www.drupal.org/u/alan-d.",
10488                 "role": "Maintainer"
10489             },
10490             {
10491                 "name": "Brian Gilbert (realityloop).",
10492                 "homepage": "https://www.drupal.org/u/realityloop",
10493                 "role": "Maintainer"
10494             },
10495             {
10496                 "name": "miro_dietiker",
10497                 "homepage": "https://www.drupal.org/user/227761"
10498             },
10499             {
10500                 "name": "realityloop",
10501                 "homepage": "https://www.drupal.org/user/139189"
10502             },
10503             {
10504                 "name": "rötzi",
10505                 "homepage": "https://www.drupal.org/user/73064"
10506             },
10507             {
10508                 "name": "yhahn",
10509                 "homepage": "https://www.drupal.org/user/264833"
10510             }
10511         ],
10512         "description": "Compares two entity revisions",
10513         "homepage": "https://www.drupal.org/project/diff",
10514         "support": {
10515             "source": "http://cgit.drupalcode.org/diff",
10516             "issues": "https://www.drupal.org/project/issues/diff"
10517         }
10518     },
10519     {
10520         "name": "drupal/draggableviews",
10521         "version": "1.0.0",
10522         "version_normalized": "1.0.0.0",
10523         "source": {
10524             "type": "git",
10525             "url": "https://git.drupal.org/project/draggableviews",
10526             "reference": "8.x-1.0"
10527         },
10528         "dist": {
10529             "type": "zip",
10530             "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.0.zip",
10531             "reference": "8.x-1.0",
10532             "shasum": "007082c2621b45bd8cf73fe5fdd4d292ee88a458"
10533         },
10534         "require": {
10535             "drupal/core": "*"
10536         },
10537         "type": "drupal-module",
10538         "extra": {
10539             "branch-alias": {
10540                 "dev-1.x": "1.x-dev"
10541             },
10542             "drupal": {
10543                 "version": "8.x-1.0",
10544                 "datestamp": "1477076039"
10545             },
10546             "patches_applied": {
10547                 "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
10548                 "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
10549             }
10550         },
10551         "installation-source": "dist",
10552         "notification-url": "https://packages.drupal.org/8/downloads",
10553         "license": [
10554             "GPL-2.0+"
10555         ],
10556         "authors": [
10557             {
10558                 "name": "dixon_",
10559                 "homepage": "https://www.drupal.org/user/239911"
10560             },
10561             {
10562                 "name": "ginc",
10563                 "homepage": "https://www.drupal.org/user/332249"
10564             },
10565             {
10566                 "name": "iStryker",
10567                 "homepage": "https://www.drupal.org/user/303676"
10568             },
10569             {
10570                 "name": "podarok",
10571                 "homepage": "https://www.drupal.org/user/116002"
10572             },
10573             {
10574                 "name": "sevi",
10575                 "homepage": "https://www.drupal.org/user/199290"
10576             },
10577             {
10578                 "name": "ygerasimov",
10579                 "homepage": "https://www.drupal.org/user/257311"
10580             }
10581         ],
10582         "description": "Complete rewrite of D7 draggableviews",
10583         "homepage": "https://www.drupal.org/project/draggableviews",
10584         "support": {
10585             "source": "http://cgit.drupalcode.org/draggableviews"
10586         }
10587     },
10588     {
10589         "name": "drupal/hacked",
10590         "version": "2.0.0-beta1",
10591         "version_normalized": "2.0.0.0-beta1",
10592         "source": {
10593             "type": "git",
10594             "url": "https://git.drupal.org/project/hacked",
10595             "reference": "8.x-2.0-beta1"
10596         },
10597         "dist": {
10598             "type": "zip",
10599             "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta1.zip",
10600             "reference": "8.x-2.0-beta1",
10601             "shasum": "97b091470b83b3bdfe9a13673c5c676b3ce0414a"
10602         },
10603         "require": {
10604             "drupal/core": "*"
10605         },
10606         "type": "drupal-module",
10607         "extra": {
10608             "branch-alias": {
10609                 "dev-2.x": "2.x-dev"
10610             },
10611             "drupal": {
10612                 "version": "8.x-2.0-beta1",
10613                 "datestamp": "1453154039"
10614             },
10615             "patches_applied": {
10616                 "Compatibility with diff module API change: Turn EntityComparisonBase into a service": "https://www.drupal.org/files/issues/hacked-diff-diff-service-2800645-2.patch"
10617             }
10618         },
10619         "installation-source": "dist",
10620         "notification-url": "https://packages.drupal.org/8/downloads",
10621         "license": [
10622             "GPL-2.0+"
10623         ],
10624         "authors": [
10625             {
10626                 "name": "Deciphered",
10627                 "homepage": "https://www.drupal.org/user/103796"
10628             },
10629             {
10630                 "name": "Steven Jones",
10631                 "homepage": "https://www.drupal.org/user/99644"
10632             }
10633         ],
10634         "description": "Shows if drupal or any of its modules have been changed",
10635         "homepage": "https://www.drupal.org/project/hacked",
10636         "support": {
10637             "source": "http://cgit.drupalcode.org/hacked"
10638         }
10639     },
10640     {
10641         "name": "drupal/permissions_by_term",
10642         "version": "1.19.0",
10643         "version_normalized": "1.19.0.0",
10644         "source": {
10645             "type": "git",
10646             "url": "https://git.drupal.org/project/permissions_by_term",
10647             "reference": "8.x-1.19"
10648         },
10649         "dist": {
10650             "type": "zip",
10651             "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.19.zip",
10652             "reference": "8.x-1.19",
10653             "shasum": "87ecf60dda39138f648ee57fe4e3ce334b187100"
10654         },
10655         "require": {
10656             "drupal/core": "*"
10657         },
10658         "type": "drupal-module",
10659         "extra": {
10660             "branch-alias": {
10661                 "dev-1.x": "1.x-dev"
10662             },
10663             "drupal": {
10664                 "version": "8.x-1.19",
10665                 "datestamp": "1494360188"
10666             }
10667         },
10668         "installation-source": "dist",
10669         "notification-url": "https://packages.drupal.org/8/downloads",
10670         "license": [
10671             "GPL-2.0+"
10672         ],
10673         "authors": [
10674             {
10675                 "name": "Peter Majmesku",
10676                 "homepage": "https://www.drupal.org/user/786132"
10677             }
10678         ],
10679         "description": "Limits the selection of specific taxonomy terms by users or roles. Prevents users to display nodes and nodes on views pages, for which which they do not have access by taxonomy term restriction.",
10680         "homepage": "https://www.drupal.org/project/permissions_by_term",
10681         "support": {
10682             "source": "http://cgit.drupalcode.org/permissions_by_term"
10683         }
10684     },
10685     {
10686         "name": "drupal/linkit",
10687         "version": "4.3.0",
10688         "version_normalized": "4.3.0.0",
10689         "source": {
10690             "type": "git",
10691             "url": "https://git.drupal.org/project/linkit",
10692             "reference": "8.x-4.3"
10693         },
10694         "dist": {
10695             "type": "zip",
10696             "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
10697             "reference": "8.x-4.3",
10698             "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
10699         },
10700         "require": {
10701             "drupal/core": "~8.0"
10702         },
10703         "type": "drupal-module",
10704         "extra": {
10705             "branch-alias": {
10706                 "dev-4.x": "4.x-dev"
10707             },
10708             "drupal": {
10709                 "version": "8.x-4.3",
10710                 "datestamp": "1490205830"
10711             }
10712         },
10713         "installation-source": "dist",
10714         "notification-url": "https://packages.drupal.org/8/downloads",
10715         "license": [
10716             "GPL-2.0+"
10717         ],
10718         "authors": [
10719             {
10720                 "name": "Emil Stjerneman",
10721                 "homepage": "https://stjerneman.com",
10722                 "email": "emil@stjerneman.com",
10723                 "role": "Maintainer"
10724             }
10725         ],
10726         "description": "Linkit - Enriched linking experience",
10727         "homepage": "http://drupal.org/project/linkit",
10728         "support": {
10729             "source": "http://cgit.drupalcode.org/linkit",
10730             "issues": "http://drupal.org/project/linkit"
10731         }
10732     },
10733     {
10734         "name": "drupal/toc_formatter",
10735         "version": "1.1.0",
10736         "version_normalized": "1.1.0.0",
10737         "source": {
10738             "type": "git",
10739             "url": "https://git.drupal.org/project/toc_formatter",
10740             "reference": "8.x-1.1"
10741         },
10742         "dist": {
10743             "type": "zip",
10744             "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
10745             "reference": "8.x-1.1",
10746             "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
10747         },
10748         "require": {
10749             "drupal/core": "~8.0"
10750         },
10751         "type": "drupal-module",
10752         "extra": {
10753             "branch-alias": {
10754                 "dev-1.x": "1.x-dev"
10755             },
10756             "drupal": {
10757                 "version": "8.x-1.1",
10758                 "datestamp": "1398611927"
10759             }
10760         },
10761         "installation-source": "dist",
10762         "notification-url": "https://packages.drupal.org/8/downloads",
10763         "license": [
10764             "GPL-2.0+"
10765         ],
10766         "authors": [
10767             {
10768                 "name": "Robert Castelo",
10769                 "homepage": "https://www.drupal.org/user/3555"
10770             },
10771             {
10772                 "name": "neilt17",
10773                 "homepage": "https://www.drupal.org/user/324142"
10774             }
10775         ],
10776         "description": "Display formatter that adds a TOC to the top of a text area field.",
10777         "homepage": "https://www.drupal.org/project/toc_formatter",
10778         "support": {
10779             "source": "http://cgit.drupalcode.org/toc_formatter"
10780         }
10781     },
10782     {
10783         "name": "drupal/advagg",
10784         "version": "2.4.0",
10785         "version_normalized": "2.4.0.0",
10786         "source": {
10787             "type": "git",
10788             "url": "https://git.drupal.org/project/advagg",
10789             "reference": "8.x-2.4"
10790         },
10791         "dist": {
10792             "type": "zip",
10793             "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
10794             "reference": "8.x-2.4",
10795             "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
10796         },
10797         "require": {
10798             "drupal/core": "~8.0"
10799         },
10800         "type": "drupal-module",
10801         "extra": {
10802             "branch-alias": {
10803                 "dev-2.x": "2.x-dev"
10804             },
10805             "drupal": {
10806                 "version": "8.x-2.4",
10807                 "datestamp": "1493949188"
10808             }
10809         },
10810         "installation-source": "dist",
10811         "notification-url": "https://packages.drupal.org/8/downloads",
10812         "license": [
10813             "GPL-2.0+"
10814         ],
10815         "authors": [
10816             {
10817                 "name": "Mike Carper (mikeytown2)",
10818                 "homepage": "https://www.drupal.org/u/mikeytown2",
10819                 "role": "Creator, Maintainer"
10820             },
10821             {
10822                 "name": "Nick Wilde (nickwilde)",
10823                 "homepage": "https://www.drupal.org/u/nickwilde",
10824                 "email": "design@briarmoon.ca",
10825                 "role": "Drupal 8 Port/maintainer"
10826             },
10827             {
10828                 "name": "doublejosh",
10829                 "homepage": "https://www.drupal.org/user/199720"
10830             },
10831             {
10832                 "name": "iamcarrico",
10833                 "homepage": "https://www.drupal.org/user/1300542"
10834             },
10835             {
10836                 "name": "markcarver",
10837                 "homepage": "https://www.drupal.org/user/501638"
10838             },
10839             {
10840                 "name": "mikeytown2",
10841                 "homepage": "https://www.drupal.org/user/282446"
10842             },
10843             {
10844                 "name": "rupl",
10845                 "homepage": "https://www.drupal.org/user/411999"
10846             }
10847         ],
10848         "description": "Improved aggregation of CSS/JS files to speed up page load times.",
10849         "homepage": "https://drupal.org/project/advagg",
10850         "support": {
10851             "source": "https://cgit.drupalcode.org/advagg",
10852             "issues": "https://drupal.org/project/issues/advagg",
10853             "irc": "irc://irc.freenode.org/drupal-contribute"
10854         }
10855     },
10856     {
10857         "name": "drupal/videojs",
10858         "version": "1.0.0",
10859         "version_normalized": "1.0.0.0",
10860         "source": {
10861             "type": "git",
10862             "url": "https://git.drupal.org/project/videojs",
10863             "reference": "8.x-1.0"
10864         },
10865         "dist": {
10866             "type": "zip",
10867             "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
10868             "reference": "8.x-1.0",
10869             "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
10870         },
10871         "require": {
10872             "drupal/core": "~8.0"
10873         },
10874         "type": "drupal-module",
10875         "extra": {
10876             "branch-alias": {
10877                 "dev-1.x": "1.x-dev"
10878             },
10879             "drupal": {
10880                 "version": "8.x-1.0",
10881                 "datestamp": "1454344739"
10882             },
10883             "patches_applied": {
10884                 "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
10885             }
10886         },
10887         "installation-source": "dist",
10888         "notification-url": "https://packages.drupal.org/8/downloads",
10889         "license": [
10890             "GPL-2.0+"
10891         ],
10892         "authors": [
10893             {
10894                 "name": "Jorrit",
10895                 "homepage": "https://www.drupal.org/user/161217"
10896             },
10897             {
10898                 "name": "heshanlk",
10899                 "homepage": "https://www.drupal.org/user/199102"
10900             }
10901         ],
10902         "description": "Video.js is an HTML5 Video Player.",
10903         "homepage": "https://www.drupal.org/project/videojs",
10904         "support": {
10905             "source": "http://cgit.drupalcode.org/videojs"
10906         }
10907     },
10908     {
10909         "name": "drupal/ckeditor_widgets",
10910         "version": "dev-1.x",
10911         "version_normalized": "dev-1.x",
10912         "source": {
10913             "type": "git",
10914             "url": "https://git.drupal.org/project/ckeditor_widgets",
10915             "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
10916         },
10917         "require": {
10918             "drupal/core": "*"
10919         },
10920         "type": "drupal-module",
10921         "extra": {
10922             "branch-alias": {
10923                 "dev-1.x": "1.x-dev"
10924             },
10925             "drupal": {
10926                 "version": "8.x-1.x-dev",
10927                 "datestamp": "1472798939"
10928             }
10929         },
10930         "installation-source": "source",
10931         "notification-url": "https://packages.drupal.org/8/downloads",
10932         "license": [
10933             "GPL-2.0+"
10934         ],
10935         "authors": [
10936             {
10937                 "name": "jlyon",
10938                 "homepage": "https://www.drupal.org/user/256444"
10939             }
10940         ],
10941         "description": "Adds widgets and an Insert Template menu to CKEditor",
10942         "homepage": "https://www.drupal.org/project/ckeditor_widgets",
10943         "support": {
10944             "source": "http://cgit.drupalcode.org/ckeditor_widgets"
10945         }
10946     },
10947     {
10948         "name": "drupal/layout_plugin",
10949         "version": "1.0.0-alpha23",
10950         "version_normalized": "1.0.0.0-alpha23",
10951         "source": {
10952             "type": "git",
10953             "url": "https://git.drupal.org/project/layout_plugin",
10954             "reference": "8.x-1.0-alpha23"
10955         },
10956         "dist": {
10957             "type": "zip",
10958             "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
10959             "reference": "8.x-1.0-alpha23",
10960             "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
10961         },
10962         "require": {
10963             "drupal/core": "~8.0"
10964         },
10965         "type": "drupal-module",
10966         "extra": {
10967             "branch-alias": {
10968                 "dev-1.x": "1.x-dev"
10969             },
10970             "drupal": {
10971                 "version": "8.x-1.0-alpha23",
10972                 "datestamp": "1476269960"
10973             }
10974         },
10975         "installation-source": "dist",
10976         "notification-url": "https://packages.drupal.org/8/downloads",
10977         "license": [
10978             "GPL-2.0+"
10979         ],
10980         "authors": [
10981             {
10982                 "name": "David Snopek",
10983                 "homepage": "https://www.drupal.org/user/172527"
10984             },
10985             {
10986                 "name": "Bram Goffings",
10987                 "homepage": "https://www.drupal.org/user/266527"
10988             },
10989             {
10990                 "name": "Fredrik Lassen",
10991                 "homepage": "https://www.drupal.org/user/243377"
10992             }
10993         ],
10994         "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
10995         "homepage": "https://www.drupal.org/project/layout_plugin",
10996         "keywords": [
10997             "layout",
10998             "php"
10999         ],
11000         "support": {
11001             "source": "http://cgit.drupalcode.org/layout_plugin"
11002         }
11003     },
11004     {
11005         "name": "drupal/bootstrap_layouts",
11006         "version": "4.1.0",
11007         "version_normalized": "4.1.0.0",
11008         "source": {
11009             "type": "git",
11010             "url": "https://git.drupal.org/project/bootstrap_layouts",
11011             "reference": "8.x-4.1"
11012         },
11013         "dist": {
11014             "type": "zip",
11015             "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.1.zip",
11016             "reference": "8.x-4.1",
11017             "shasum": "3f1e7598e9a476e4d396ddc1e49cd2851e948a2c"
11018         },
11019         "require": {
11020             "drupal/core": "~8.0",
11021             "drupal/layout_plugin": "*"
11022         },
11023         "type": "drupal-module",
11024         "extra": {
11025             "branch-alias": {
11026                 "dev-4.x": "4.x-dev"
11027             },
11028             "drupal": {
11029                 "version": "8.x-4.1",
11030                 "datestamp": "1481413087"
11031             }
11032         },
11033         "installation-source": "dist",
11034         "notification-url": "https://packages.drupal.org/8/downloads",
11035         "license": [
11036             "GPL-2.0+"
11037         ],
11038         "authors": [
11039             {
11040                 "name": "darol100",
11041                 "homepage": "https://www.drupal.org/user/2667123"
11042             },
11043             {
11044                 "name": "hctom",
11045                 "homepage": "https://www.drupal.org/user/112790"
11046             },
11047             {
11048                 "name": "markcarver",
11049                 "homepage": "https://www.drupal.org/user/501638"
11050             }
11051         ],
11052         "description": "This module is going to generate layouts with Bootstrap grid system.",
11053         "homepage": "https://www.drupal.org/project/bootstrap_layouts",
11054         "support": {
11055             "source": "http://cgit.drupalcode.org/bootstrap_layouts"
11056         }
11057     },
11058     {
11059         "name": "drupal/tocify",
11060         "version": "1.2.0",
11061         "version_normalized": "1.2.0.0",
11062         "source": {
11063             "type": "git",
11064             "url": "https://git.drupal.org/project/tocify",
11065             "reference": "8.x-1.2"
11066         },
11067         "dist": {
11068             "type": "zip",
11069             "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
11070             "reference": "8.x-1.2",
11071             "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
11072         },
11073         "require": {
11074             "drupal/core": "*"
11075         },
11076         "type": "drupal-module",
11077         "extra": {
11078             "branch-alias": {
11079                 "dev-1.x": "1.x-dev"
11080             },
11081             "drupal": {
11082                 "version": "8.x-1.2",
11083                 "datestamp": "1493816586"
11084             }
11085         },
11086         "installation-source": "dist",
11087         "notification-url": "https://packages.drupal.org/8/downloads",
11088         "license": [
11089             "GPL-2.0+"
11090         ],
11091         "authors": [
11092             {
11093                 "name": "Hydra",
11094                 "homepage": "https://www.drupal.org/user/647364"
11095             },
11096             {
11097                 "name": "dawehner",
11098                 "homepage": "https://www.drupal.org/user/99340"
11099             },
11100             {
11101                 "name": "sanduhrs",
11102                 "homepage": "https://www.drupal.org/user/28074"
11103             }
11104         ],
11105         "description": "Tocify your content",
11106         "homepage": "https://www.drupal.org/project/tocify",
11107         "keywords": [
11108             "Drupal"
11109         ],
11110         "support": {
11111             "source": "http://cgit.drupalcode.org/tocify",
11112             "issues": "http://drupal.org/project/issues/tocify"
11113         }
11114     },
11115     {
11116         "name": "drupal/ckeditor_templates",
11117         "version": "1.0.0",
11118         "version_normalized": "1.0.0.0",
11119         "source": {
11120             "type": "git",
11121             "url": "https://git.drupal.org/project/ckeditor_templates",
11122             "reference": "8.x-1.0"
11123         },
11124         "dist": {
11125             "type": "zip",
11126             "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
11127             "reference": "8.x-1.0",
11128             "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
11129         },
11130         "require": {
11131             "drupal/core": "*"
11132         },
11133         "type": "drupal-module",
11134         "extra": {
11135             "branch-alias": {
11136                 "dev-1.x": "1.x-dev"
11137             },
11138             "drupal": {
11139                 "version": "8.x-1.0",
11140                 "datestamp": "1490206982"
11141             }
11142         },
11143         "installation-source": "dist",
11144         "notification-url": "https://packages.drupal.org/8/downloads",
11145         "license": [
11146             "GPL-2.0+"
11147         ],
11148         "authors": [
11149             {
11150                 "name": "lucaslg",
11151                 "homepage": "https://www.drupal.org/user/3128975"
11152             }
11153         ],
11154         "description": "Integrates the CKEdito templates plugin",
11155         "homepage": "https://www.drupal.org/project/ckeditor_templates",
11156         "support": {
11157             "source": "http://cgit.drupalcode.org/ckeditor_templates"
11158         }
11159     },
11160     {
11161         "name": "drupal/layouter",
11162         "version": "1.0.0",
11163         "version_normalized": "1.0.0.0",
11164         "source": {
11165             "type": "git",
11166             "url": "https://git.drupal.org/project/layouter",
11167             "reference": "8.x-1.0"
11168         },
11169         "dist": {
11170             "type": "zip",
11171             "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
11172             "reference": "8.x-1.0",
11173             "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
11174         },
11175         "require": {
11176             "drupal/core": "*"
11177         },
11178         "type": "drupal-module",
11179         "extra": {
11180             "branch-alias": {
11181                 "dev-1.x": "1.x-dev"
11182             },
11183             "drupal": {
11184                 "version": "8.x-1.0",
11185                 "datestamp": "1470121439"
11186             }
11187         },
11188         "installation-source": "dist",
11189         "notification-url": "https://packages.drupal.org/8/downloads",
11190         "license": [
11191             "GPL 2.0+"
11192         ],
11193         "authors": [
11194             {
11195                 "name": "adci_contributor",
11196                 "homepage": "https://www.drupal.org/user/1830536"
11197             },
11198             {
11199                 "name": "adcillc",
11200                 "homepage": "https://www.drupal.org/user/366450"
11201             },
11202             {
11203                 "name": "antongp",
11204                 "homepage": "https://www.drupal.org/user/1060446"
11205             },
11206             {
11207                 "name": "kinosura",
11208                 "homepage": "https://www.drupal.org/user/383326"
11209             },
11210             {
11211                 "name": "usdv",
11212                 "homepage": "https://www.drupal.org/user/2476206"
11213             }
11214         ],
11215         "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
11216         "homepage": "https://www.drupal.org/project/layouter",
11217         "support": {
11218             "source": "http://cgit.drupalcode.org/layouter"
11219         }
11220     },
11221     {
11222         "name": "drupal/core",
11223         "version": "8.3.4",
11224         "version_normalized": "8.3.4.0",
11225         "source": {
11226             "type": "git",
11227             "url": "https://github.com/drupal/core.git",
11228             "reference": "f34eee7255142ab5416107972ef13d011f11e163"
11229         },
11230         "dist": {
11231             "type": "zip",
11232             "url": "https://api.github.com/repos/drupal/core/zipball/f34eee7255142ab5416107972ef13d011f11e163",
11233             "reference": "f34eee7255142ab5416107972ef13d011f11e163",
11234             "shasum": ""
11235         },
11236         "require": {
11237             "asm89/stack-cors": "~1.0",
11238             "composer/semver": "~1.0",
11239             "doctrine/annotations": "1.2.*",
11240             "doctrine/common": "^2.5",
11241             "easyrdf/easyrdf": "0.9.*",
11242             "egulias/email-validator": "1.2.*",
11243             "guzzlehttp/guzzle": "^6.2.1",
11244             "masterminds/html5": "~2.1",
11245             "paragonie/random_compat": "^1.0|^2.0",
11246             "php": ">=5.5.9",
11247             "stack/builder": "1.0.*",
11248             "symfony-cmf/routing": "~1.4",
11249             "symfony/class-loader": "~2.8",
11250             "symfony/console": "~2.8",
11251             "symfony/dependency-injection": "~2.8",
11252             "symfony/event-dispatcher": "~2.8",
11253             "symfony/http-foundation": "~2.8",
11254             "symfony/http-kernel": "~2.8",
11255             "symfony/polyfill-iconv": "~1.0",
11256             "symfony/process": "~2.8",
11257             "symfony/psr-http-message-bridge": "^1.0",
11258             "symfony/routing": "~2.8",
11259             "symfony/serializer": "~2.8",
11260             "symfony/translation": "~2.8",
11261             "symfony/validator": "~2.8",
11262             "symfony/yaml": "~2.8",
11263             "twig/twig": "^1.23.1",
11264             "zendframework/zend-diactoros": "~1.1",
11265             "zendframework/zend-feed": "~2.4"
11266         },
11267         "conflict": {
11268             "drush/drush": "<8.1.10"
11269         },
11270         "replace": {
11271             "drupal/action": "self.version",
11272             "drupal/aggregator": "self.version",
11273             "drupal/automated_cron": "self.version",
11274             "drupal/ban": "self.version",
11275             "drupal/bartik": "self.version",
11276             "drupal/basic_auth": "self.version",
11277             "drupal/big_pipe": "self.version",
11278             "drupal/block": "self.version",
11279             "drupal/block_content": "self.version",
11280             "drupal/block_place": "self.version",
11281             "drupal/book": "self.version",
11282             "drupal/breakpoint": "self.version",
11283             "drupal/ckeditor": "self.version",
11284             "drupal/classy": "self.version",
11285             "drupal/color": "self.version",
11286             "drupal/comment": "self.version",
11287             "drupal/config": "self.version",
11288             "drupal/config_translation": "self.version",
11289             "drupal/contact": "self.version",
11290             "drupal/content_moderation": "self.version",
11291             "drupal/content_translation": "self.version",
11292             "drupal/contextual": "self.version",
11293             "drupal/core-annotation": "self.version",
11294             "drupal/core-assertion": "self.version",
11295             "drupal/core-bridge": "self.version",
11296             "drupal/core-datetime": "self.version",
11297             "drupal/core-dependency-injection": "self.version",
11298             "drupal/core-diff": "self.version",
11299             "drupal/core-discovery": "self.version",
11300             "drupal/core-event-dispatcher": "self.version",
11301             "drupal/core-file-cache": "self.version",
11302             "drupal/core-filesystem": "self.version",
11303             "drupal/core-gettext": "self.version",
11304             "drupal/core-graph": "self.version",
11305             "drupal/core-http-foundation": "self.version",
11306             "drupal/core-php-storage": "self.version",
11307             "drupal/core-plugin": "self.version",
11308             "drupal/core-proxy-builder": "self.version",
11309             "drupal/core-render": "self.version",
11310             "drupal/core-serialization": "self.version",
11311             "drupal/core-transliteration": "self.version",
11312             "drupal/core-utility": "self.version",
11313             "drupal/core-uuid": "self.version",
11314             "drupal/datetime": "self.version",
11315             "drupal/datetime_range": "self.version",
11316             "drupal/dblog": "self.version",
11317             "drupal/dynamic_page_cache": "self.version",
11318             "drupal/editor": "self.version",
11319             "drupal/entity_reference": "self.version",
11320             "drupal/field": "self.version",
11321             "drupal/field_layout": "self.version",
11322             "drupal/field_ui": "self.version",
11323             "drupal/file": "self.version",
11324             "drupal/filter": "self.version",
11325             "drupal/forum": "self.version",
11326             "drupal/hal": "self.version",
11327             "drupal/help": "self.version",
11328             "drupal/history": "self.version",
11329             "drupal/image": "self.version",
11330             "drupal/inline_form_errors": "self.version",
11331             "drupal/language": "self.version",
11332             "drupal/layout_discovery": "self.version",
11333             "drupal/link": "self.version",
11334             "drupal/locale": "self.version",
11335             "drupal/menu_link_content": "self.version",
11336             "drupal/menu_ui": "self.version",
11337             "drupal/migrate": "self.version",
11338             "drupal/migrate_drupal": "self.version",
11339             "drupal/migrate_drupal_ui": "self.version",
11340             "drupal/minimal": "self.version",
11341             "drupal/node": "self.version",
11342             "drupal/options": "self.version",
11343             "drupal/outside_in": "self.version",
11344             "drupal/page_cache": "self.version",
11345             "drupal/path": "self.version",
11346             "drupal/quickedit": "self.version",
11347             "drupal/rdf": "self.version",
11348             "drupal/responsive_image": "self.version",
11349             "drupal/rest": "self.version",
11350             "drupal/search": "self.version",
11351             "drupal/serialization": "self.version",
11352             "drupal/seven": "self.version",
11353             "drupal/shortcut": "self.version",
11354             "drupal/simpletest": "self.version",
11355             "drupal/standard": "self.version",
11356             "drupal/stark": "self.version",
11357             "drupal/statistics": "self.version",
11358             "drupal/syslog": "self.version",
11359             "drupal/system": "self.version",
11360             "drupal/taxonomy": "self.version",
11361             "drupal/telephone": "self.version",
11362             "drupal/text": "self.version",
11363             "drupal/toolbar": "self.version",
11364             "drupal/tour": "self.version",
11365             "drupal/tracker": "self.version",
11366             "drupal/update": "self.version",
11367             "drupal/user": "self.version",
11368             "drupal/views": "self.version",
11369             "drupal/views_ui": "self.version",
11370             "drupal/workflows": "self.version"
11371         },
11372         "require-dev": {
11373             "behat/mink": "1.7.x-dev",
11374             "behat/mink-goutte-driver": "~1.2",
11375             "drupal/coder": "8.2.12",
11376             "jcalderonzumba/gastonjs": "~1.0.2",
11377             "jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
11378             "mikey179/vfsstream": "~1.2",
11379             "phpunit/phpunit": ">=4.8.28 <5",
11380             "symfony/browser-kit": ">=2.8.13 <3.0",
11381             "symfony/css-selector": "~2.8"
11382         },
11383         "time": "2017-06-21T18:13:27+00:00",
11384         "type": "drupal-core",
11385         "installation-source": "dist",
11386         "autoload": {
11387             "psr-4": {
11388                 "Drupal\\Core\\": "lib/Drupal/Core",
11389                 "Drupal\\Component\\": "lib/Drupal/Component",
11390                 "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
11391             },
11392             "classmap": [
11393                 "lib/Drupal.php",
11394                 "lib/Drupal/Component/Utility/Timer.php",
11395                 "lib/Drupal/Component/Utility/Unicode.php",
11396                 "lib/Drupal/Core/Database/Database.php",
11397                 "lib/Drupal/Core/DrupalKernel.php",
11398                 "lib/Drupal/Core/DrupalKernelInterface.php",
11399                 "lib/Drupal/Core/Site/Settings.php"
11400             ]
11401         },
11402         "notification-url": "https://packagist.org/downloads/",
11403         "license": [
11404             "GPL-2.0+"
11405         ],
11406         "description": "Drupal is an open source content management platform powering millions of websites and applications."
11407     }
11408 ]