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