Style changes for the Use cases.
[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": "6a58fd3602ff1fc785a389a3d9e1c877",
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.7",
2020             "source": {
2021                 "type": "git",
2022                 "url": "https://github.com/drupal/core.git",
2023                 "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff"
2024             },
2025             "dist": {
2026                 "type": "zip",
2027                 "url": "https://api.github.com/repos/drupal/core/zipball/32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff",
2028                 "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff",
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-08-16T17:10:35+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         },
5314         {
5315             "name": "drupal/simple_sitemap",
5316             "version": "2.9.0",
5317             "source": {
5318                 "type": "git",
5319                 "url": "https://git.drupal.org/project/simple_sitemap",
5320                 "reference": "8.x-2.9"
5321             },
5322             "dist": {
5323                 "type": "zip",
5324                 "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.9.zip",
5325                 "reference": "8.x-2.9",
5326                 "shasum": "73bc5b375a7563ee217688f752318fe044b1e9de"
5327             },
5328             "require": {
5329                 "drupal/core": "~8.0"
5330             },
5331             "type": "drupal-module",
5332             "extra": {
5333                 "branch-alias": {
5334                     "dev-2.x": "2.x-dev"
5335                 },
5336                 "drupal": {
5337                     "version": "8.x-2.9",
5338                     "datestamp": "1490775483"
5339                 }
5340             },
5341             "notification-url": "https://packages.drupal.org/8/downloads",
5342             "license": [
5343                 "GPL-2.0+"
5344             ],
5345             "authors": [
5346                 {
5347                     "name": "Pawel Ginalski (gbyte.co)",
5348                     "homepage": "https://www.drupal.org/u/gbyte.co",
5349                     "email": "contact@gbyte.co",
5350                     "role": "Maintainer"
5351                 },
5352                 {
5353                     "name": "Sam Becker (Sam152)",
5354                     "homepage": "https://www.drupal.org/u/sam152",
5355                     "role": "Co-maintainer"
5356                 }
5357             ],
5358             "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
5359             "homepage": "https://drupal.org/project/simple_sitemap",
5360             "support": {
5361                 "source": "https://cgit.drupalcode.org/simple_sitemap",
5362                 "issues": "https://drupal.org/project/issues/simple_sitemap",
5363                 "irc": "irc://irc.freenode.org/drupal-contribute"
5364             }
5365         },
5366         {
5367             "name": "drupal/slick",
5368             "version": "1.0.0",
5369             "source": {
5370                 "type": "git",
5371                 "url": "https://git.drupal.org/project/slick",
5372                 "reference": "8.x-1.0"
5373             },
5374             "dist": {
5375                 "type": "zip",
5376                 "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
5377                 "reference": "8.x-1.0",
5378                 "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
5379             },
5380             "require": {
5381                 "drupal/blazy": "~1.0",
5382                 "drupal/core": "~8.0"
5383             },
5384             "type": "drupal-module",
5385             "extra": {
5386                 "branch-alias": {
5387                     "dev-1.x": "1.x-dev"
5388                 },
5389                 "drupal": {
5390                     "version": "8.x-1.0",
5391                     "datestamp": "1495746183"
5392                 }
5393             },
5394             "notification-url": "https://packages.drupal.org/8/downloads",
5395             "license": [
5396                 "GPL-2.0+"
5397             ],
5398             "authors": [
5399                 {
5400                     "name": "arshadcn",
5401                     "homepage": "https://www.drupal.org/user/571032"
5402                 },
5403                 {
5404                     "name": "gausarts",
5405                     "homepage": "https://www.drupal.org/user/159062"
5406                 }
5407             ],
5408             "description": "Slick carousel, the last carousel you'll ever need.",
5409             "homepage": "https://drupal.org/project/slick",
5410             "keywords": [
5411                 "Drupal",
5412                 "carousel",
5413                 "slideshow"
5414             ],
5415             "support": {
5416                 "source": "http://cgit.drupalcode.org/slick",
5417                 "issues": "https://drupal.org/project/issues/slick"
5418             }
5419         },
5420         {
5421             "name": "drupal/slick_media",
5422             "version": "1.0.0",
5423             "source": {
5424                 "type": "git",
5425                 "url": "https://git.drupal.org/project/slick_media",
5426                 "reference": "8.x-1.0"
5427             },
5428             "dist": {
5429                 "type": "zip",
5430                 "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0.zip",
5431                 "reference": "8.x-1.0",
5432                 "shasum": "b85a9899c53ca2f59f7cdbba044e2f58ae71e092"
5433             },
5434             "require": {
5435                 "drupal/core": "~8.0",
5436                 "drupal/media_entity_image": "*",
5437                 "drupal/slick": "*",
5438                 "drupal/video_embed_media": "*"
5439             },
5440             "type": "drupal-module",
5441             "extra": {
5442                 "branch-alias": {
5443                     "dev-1.x": "1.x-dev"
5444                 },
5445                 "drupal": {
5446                     "version": "8.x-1.0",
5447                     "datestamp": "1495747983"
5448                 }
5449             },
5450             "notification-url": "https://packages.drupal.org/8/downloads",
5451             "license": [
5452                 "GPL-2.0+"
5453             ],
5454             "authors": [
5455                 {
5456                     "name": "gausarts",
5457                     "homepage": "https://www.drupal.org/user/159062"
5458                 }
5459             ],
5460             "description": "Provides Slick carousel integration with Media entity.",
5461             "homepage": "https://www.drupal.org/project/slick_media",
5462             "support": {
5463                 "source": "http://cgit.drupalcode.org/slick_media"
5464             }
5465         },
5466         {
5467             "name": "drupal/superfish",
5468             "version": "1.1.0",
5469             "source": {
5470                 "type": "git",
5471                 "url": "https://git.drupal.org/project/superfish",
5472                 "reference": "8.x-1.1"
5473             },
5474             "dist": {
5475                 "type": "zip",
5476                 "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.1.zip",
5477                 "reference": "8.x-1.1",
5478                 "shasum": "f5e9e547d1d38588a963b22105dec1deb1e55010"
5479             },
5480             "require": {
5481                 "drupal/core": "~8.0",
5482                 "mehrpadin/superfish": "~2.0"
5483             },
5484             "type": "drupal-module",
5485             "extra": {
5486                 "branch-alias": {
5487                     "dev-1.x": "1.x-dev"
5488                 },
5489                 "drupal": {
5490                     "version": "8.x-1.1",
5491                     "datestamp": "1496335443"
5492                 }
5493             },
5494             "notification-url": "https://packages.drupal.org/8/downloads",
5495             "license": [
5496                 "GPL-2.0+"
5497             ],
5498             "authors": [
5499                 {
5500                     "name": "mehrpadin",
5501                     "homepage": "https://www.drupal.org/u/mehrpadin",
5502                     "role": "Maintainer"
5503                 }
5504             ],
5505             "description": "Adds jQuery Superfish plugin to menu blocks.",
5506             "homepage": "https://www.drupal.org/project/superfish",
5507             "support": {
5508                 "source": "https://cgit.drupalcode.org/superfish",
5509                 "issues": "https://www.drupal.org/project/superfish"
5510             }
5511         },
5512         {
5513             "name": "drupal/toc_formatter",
5514             "version": "1.1.0",
5515             "source": {
5516                 "type": "git",
5517                 "url": "https://git.drupal.org/project/toc_formatter",
5518                 "reference": "8.x-1.1"
5519             },
5520             "dist": {
5521                 "type": "zip",
5522                 "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
5523                 "reference": "8.x-1.1",
5524                 "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
5525             },
5526             "require": {
5527                 "drupal/core": "~8.0"
5528             },
5529             "type": "drupal-module",
5530             "extra": {
5531                 "branch-alias": {
5532                     "dev-1.x": "1.x-dev"
5533                 },
5534                 "drupal": {
5535                     "version": "8.x-1.1",
5536                     "datestamp": "1398611927"
5537                 }
5538             },
5539             "notification-url": "https://packages.drupal.org/8/downloads",
5540             "license": [
5541                 "GPL-2.0+"
5542             ],
5543             "authors": [
5544                 {
5545                     "name": "Robert Castelo",
5546                     "homepage": "https://www.drupal.org/user/3555"
5547                 },
5548                 {
5549                     "name": "neilt17",
5550                     "homepage": "https://www.drupal.org/user/324142"
5551                 }
5552             ],
5553             "description": "Display formatter that adds a TOC to the top of a text area field.",
5554             "homepage": "https://www.drupal.org/project/toc_formatter",
5555             "support": {
5556                 "source": "http://cgit.drupalcode.org/toc_formatter"
5557             }
5558         },
5559         {
5560             "name": "drupal/tocify",
5561             "version": "1.2.0",
5562             "source": {
5563                 "type": "git",
5564                 "url": "https://git.drupal.org/project/tocify",
5565                 "reference": "8.x-1.2"
5566             },
5567             "dist": {
5568                 "type": "zip",
5569                 "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
5570                 "reference": "8.x-1.2",
5571                 "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
5572             },
5573             "require": {
5574                 "drupal/core": "*"
5575             },
5576             "type": "drupal-module",
5577             "extra": {
5578                 "branch-alias": {
5579                     "dev-1.x": "1.x-dev"
5580                 },
5581                 "drupal": {
5582                     "version": "8.x-1.2",
5583                     "datestamp": "1493816586"
5584                 }
5585             },
5586             "notification-url": "https://packages.drupal.org/8/downloads",
5587             "license": [
5588                 "GPL-2.0+"
5589             ],
5590             "authors": [
5591                 {
5592                     "name": "Hydra",
5593                     "homepage": "https://www.drupal.org/user/647364"
5594                 },
5595                 {
5596                     "name": "dawehner",
5597                     "homepage": "https://www.drupal.org/user/99340"
5598                 },
5599                 {
5600                     "name": "sanduhrs",
5601                     "homepage": "https://www.drupal.org/user/28074"
5602                 }
5603             ],
5604             "description": "Tocify your content",
5605             "homepage": "https://www.drupal.org/project/tocify",
5606             "keywords": [
5607                 "Drupal"
5608             ],
5609             "support": {
5610                 "source": "http://cgit.drupalcode.org/tocify",
5611                 "issues": "http://drupal.org/project/issues/tocify"
5612             }
5613         },
5614         {
5615             "name": "drupal/token",
5616             "version": "1.0.0",
5617             "source": {
5618                 "type": "git",
5619                 "url": "https://git.drupal.org/project/token",
5620                 "reference": "8.x-1.0"
5621             },
5622             "dist": {
5623                 "type": "zip",
5624                 "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip",
5625                 "reference": "8.x-1.0",
5626                 "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442"
5627             },
5628             "require": {
5629                 "drupal/core": "~8.0"
5630             },
5631             "type": "drupal-module",
5632             "extra": {
5633                 "branch-alias": {
5634                     "dev-1.x": "1.x-dev"
5635                 },
5636                 "drupal": {
5637                     "version": "8.x-1.0",
5638                     "datestamp": "1493466843"
5639                 }
5640             },
5641             "notification-url": "https://packages.drupal.org/8/downloads",
5642             "license": [
5643                 "GPL-2.0+"
5644             ],
5645             "authors": [
5646                 {
5647                     "name": "Berdir",
5648                     "homepage": "https://www.drupal.org/user/214652"
5649                 },
5650                 {
5651                     "name": "Dave Reid",
5652                     "homepage": "https://www.drupal.org/user/53892"
5653                 },
5654                 {
5655                     "name": "eaton",
5656                     "homepage": "https://www.drupal.org/user/16496"
5657                 },
5658                 {
5659                     "name": "fago",
5660                     "homepage": "https://www.drupal.org/user/16747"
5661                 },
5662                 {
5663                     "name": "greggles",
5664                     "homepage": "https://www.drupal.org/user/36762"
5665                 },
5666                 {
5667                     "name": "mikeryan",
5668                     "homepage": "https://www.drupal.org/user/4420"
5669                 }
5670             ],
5671             "description": "Provides a user interface for the Token API and some missing core tokens.",
5672             "homepage": "https://www.drupal.org/project/token",
5673             "support": {
5674                 "source": "http://cgit.drupalcode.org/token"
5675             }
5676         },
5677         {
5678             "name": "drupal/typogrify",
5679             "version": "1.0.0-alpha1",
5680             "source": {
5681                 "type": "git",
5682                 "url": "https://git.drupal.org/project/typogrify",
5683                 "reference": "8.x-1.0-alpha1"
5684             },
5685             "dist": {
5686                 "type": "zip",
5687                 "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
5688                 "reference": "8.x-1.0-alpha1",
5689                 "shasum": "de87791555204b3af5692d939f8c199bd7164495"
5690             },
5691             "require": {
5692                 "drupal/core": "*"
5693             },
5694             "type": "drupal-module",
5695             "extra": {
5696                 "branch-alias": {
5697                     "dev-1.x": "1.x-dev"
5698                 },
5699                 "drupal": {
5700                     "version": "8.x-1.0-alpha1",
5701                     "datestamp": "1478050442"
5702                 }
5703             },
5704             "notification-url": "https://packages.drupal.org/8/downloads",
5705             "license": [
5706                 "GPL-2.0+"
5707             ],
5708             "authors": [
5709                 {
5710                     "name": "See contributors",
5711                     "homepage": "https://www.drupal.org/node/149970/committers",
5712                     "role": "Developer"
5713                 },
5714                 {
5715                     "name": "migmedia",
5716                     "homepage": "https://www.drupal.org/user/1310354"
5717                 },
5718                 {
5719                     "name": "mikl",
5720                     "homepage": "https://www.drupal.org/user/58679"
5721                 },
5722                 {
5723                     "name": "sreynen",
5724                     "homepage": "https://www.drupal.org/user/109890"
5725                 }
5726             ],
5727             "description": "A filter for making typographic refinements.",
5728             "homepage": "http://drupal.org/project/typogrify",
5729             "keywords": [
5730                 "Drupal"
5731             ],
5732             "support": {
5733                 "source": "http://cgit.drupalcode.org/typogrify",
5734                 "issues": "http://drupal.org/project/typogrify"
5735             }
5736         },
5737         {
5738             "name": "drupal/video",
5739             "version": "1.2.0",
5740             "source": {
5741                 "type": "git",
5742                 "url": "https://git.drupal.org/project/video",
5743                 "reference": "8.x-1.2"
5744             },
5745             "dist": {
5746                 "type": "zip",
5747                 "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
5748                 "reference": "8.x-1.2",
5749                 "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
5750             },
5751             "require": {
5752                 "drupal/core": "*"
5753             },
5754             "type": "drupal-module",
5755             "extra": {
5756                 "branch-alias": {
5757                     "dev-1.x": "1.x-dev"
5758                 },
5759                 "drupal": {
5760                     "version": "8.x-1.x",
5761                     "datestamp": "1455470039",
5762                     "package": "Field types"
5763                 }
5764             },
5765             "notification-url": "https://packages.drupal.org/8/downloads",
5766             "license": [
5767                 "GPL-2.0+"
5768             ],
5769             "authors": [
5770                 {
5771                     "name": "Jorrit",
5772                     "homepage": "https://www.drupal.org/user/161217"
5773                 },
5774                 {
5775                     "name": "abhishek-anand",
5776                     "homepage": "https://www.drupal.org/user/468982"
5777                 },
5778                 {
5779                     "name": "brycefisherfleig",
5780                     "homepage": "https://www.drupal.org/user/1300764"
5781                 },
5782                 {
5783                     "name": "chaitanya17",
5784                     "homepage": "https://www.drupal.org/user/1998300"
5785                 },
5786                 {
5787                     "name": "heshanlk",
5788                     "homepage": "https://www.drupal.org/user/199102"
5789                 }
5790             ],
5791             "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.",
5792             "homepage": "https://www.drupal.org/project/video",
5793             "support": {
5794                 "source": "http://cgit.drupalcode.org/video"
5795             }
5796         },
5797         {
5798             "name": "drupal/video_embed_field",
5799             "version": "1.5.0",
5800             "source": {
5801                 "type": "git",
5802                 "url": "https://git.drupal.org/project/video_embed_field",
5803                 "reference": "8.x-1.5"
5804             },
5805             "dist": {
5806                 "type": "zip",
5807                 "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-1.5.zip",
5808                 "reference": "8.x-1.5",
5809                 "shasum": "f54d470ef7f863604e51e6ae98cd40ef25de5f79"
5810             },
5811             "require": {
5812                 "drupal/core": "*"
5813             },
5814             "require-dev": {
5815                 "drupal/colorbox": "*",
5816                 "drupal/media_entity": "*",
5817                 "drupal/media_entity_embeddable_video": "*"
5818             },
5819             "type": "drupal-module",
5820             "extra": {
5821                 "branch-alias": {
5822                     "dev-1.x": "1.x-dev"
5823                 },
5824                 "drupal": {
5825                     "version": "8.x-1.x",
5826                     "datestamp": "1493246342",
5827                     "package": "Field types"
5828                 }
5829             },
5830             "notification-url": "https://packages.drupal.org/8/downloads",
5831             "license": [
5832                 "GPL-2.0+"
5833             ],
5834             "authors": [
5835                 {
5836                     "name": "Sam152",
5837                     "homepage": "https://www.drupal.org/user/1485048"
5838                 },
5839                 {
5840                     "name": "jec006",
5841                     "homepage": "https://www.drupal.org/user/855980"
5842                 },
5843                 {
5844                     "name": "plopesc",
5845                     "homepage": "https://www.drupal.org/user/282415"
5846                 }
5847             ],
5848             "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
5849             "homepage": "https://www.drupal.org/project/video_embed_field",
5850             "support": {
5851                 "source": "http://cgit.drupalcode.org/video_embed_field"
5852             }
5853         },
5854         {
5855             "name": "drupal/video_embed_media",
5856             "version": "1.5.0",
5857             "require": {
5858                 "drupal/core": "~8.0",
5859                 "drupal/media_entity": "*",
5860                 "drupal/video_embed_field": "self.version"
5861             },
5862             "type": "metapackage",
5863             "extra": {
5864                 "branch-alias": {
5865                     "dev-1.x": "1.x-dev"
5866                 },
5867                 "drupal": {
5868                     "version": "8.x-1.5",
5869                     "datestamp": "1493246342"
5870                 }
5871             },
5872             "notification-url": "https://packages.drupal.org/8/downloads",
5873             "license": [
5874                 "GPL-2.0+"
5875             ],
5876             "authors": [
5877                 {
5878                     "name": "Sam152",
5879                     "homepage": "https://www.drupal.org/user/1485048"
5880                 },
5881                 {
5882                     "name": "jec006",
5883                     "homepage": "https://www.drupal.org/user/855980"
5884                 },
5885                 {
5886                     "name": "plopesc",
5887                     "homepage": "https://www.drupal.org/user/282415"
5888                 }
5889             ],
5890             "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.",
5891             "homepage": "https://www.drupal.org/project/video_embed_field",
5892             "support": {
5893                 "source": "http://cgit.drupalcode.org/video_embed_field"
5894             }
5895         },
5896         {
5897             "name": "drupal/videojs",
5898             "version": "1.0.0",
5899             "source": {
5900                 "type": "git",
5901                 "url": "https://git.drupal.org/project/videojs",
5902                 "reference": "8.x-1.0"
5903             },
5904             "dist": {
5905                 "type": "zip",
5906                 "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
5907                 "reference": "8.x-1.0",
5908                 "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
5909             },
5910             "require": {
5911                 "drupal/core": "~8.0"
5912             },
5913             "type": "drupal-module",
5914             "extra": {
5915                 "branch-alias": {
5916                     "dev-1.x": "1.x-dev"
5917                 },
5918                 "drupal": {
5919                     "version": "8.x-1.0",
5920                     "datestamp": "1454344739"
5921                 },
5922                 "patches_applied": {
5923                     "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
5924                 }
5925             },
5926             "notification-url": "https://packages.drupal.org/8/downloads",
5927             "license": [
5928                 "GPL-2.0+"
5929             ],
5930             "authors": [
5931                 {
5932                     "name": "Jorrit",
5933                     "homepage": "https://www.drupal.org/user/161217"
5934                 },
5935                 {
5936                     "name": "heshanlk",
5937                     "homepage": "https://www.drupal.org/user/199102"
5938                 }
5939             ],
5940             "description": "Video.js is an HTML5 Video Player.",
5941             "homepage": "https://www.drupal.org/project/videojs",
5942             "support": {
5943                 "source": "http://cgit.drupalcode.org/videojs"
5944             }
5945         },
5946         {
5947             "name": "drupal/views_bootstrap",
5948             "version": "dev-3.x",
5949             "source": {
5950                 "type": "git",
5951                 "url": "https://git.drupal.org/project/views_bootstrap",
5952                 "reference": "ef95dac8dfeb8f2d61b0e5d40075a0a6e23e53ca"
5953             },
5954             "require": {
5955                 "drupal/core": "*"
5956             },
5957             "type": "drupal-module",
5958             "extra": {
5959                 "branch-alias": {
5960                     "dev-3.x": "3.x-dev"
5961                 },
5962                 "drupal": {
5963                     "version": "8.x-3.x-dev",
5964                     "datestamp": "1490369283"
5965                 }
5966             },
5967             "notification-url": "https://packages.drupal.org/8/downloads",
5968             "license": [
5969                 "GPL-2.0+"
5970             ],
5971             "authors": [
5972                 {
5973                     "name": "aburrows",
5974                     "homepage": "https://www.drupal.org/user/577844"
5975                 },
5976                 {
5977                     "name": "ericpugh",
5978                     "homepage": "https://www.drupal.org/user/130084"
5979                 },
5980                 {
5981                     "name": "ikeigenwijs",
5982                     "homepage": "https://www.drupal.org/user/583238"
5983                 },
5984                 {
5985                     "name": "mrded",
5986                     "homepage": "https://www.drupal.org/user/556088"
5987                 }
5988             ],
5989             "description": "Integrate the Bootstrap framework with Views.",
5990             "homepage": "https://www.drupal.org/project/views_bootstrap",
5991             "keywords": [
5992                 "Drupal"
5993             ],
5994             "support": {
5995                 "source": "http://cgit.drupalcode.org/views_bootstrap"
5996             }
5997         },
5998         {
5999             "name": "drupal/views_responsive_grid",
6000             "version": "dev-1.x",
6001             "source": {
6002                 "type": "git",
6003                 "url": "https://git.drupal.org/project/views_responsive_grid",
6004                 "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6005             },
6006             "require": {
6007                 "drupal/core": "~8.0"
6008             },
6009             "type": "drupal-module",
6010             "extra": {
6011                 "branch-alias": {
6012                     "dev-1.x": "1.x-dev"
6013                 },
6014                 "drupal": {
6015                     "version": "8.x-1.x-dev",
6016                     "datestamp": "1373985289"
6017                 }
6018             },
6019             "notification-url": "https://packages.drupal.org/8/downloads",
6020             "license": [
6021                 "GPL-2.0+"
6022             ],
6023             "authors": [
6024                 {
6025                     "name": "iwhitcomb",
6026                     "homepage": "https://www.drupal.org/user/771654"
6027                 },
6028                 {
6029                     "name": "kyletaylored",
6030                     "homepage": "https://www.drupal.org/user/2207088"
6031                 },
6032                 {
6033                     "name": "markcarver",
6034                     "homepage": "https://www.drupal.org/user/501638"
6035                 }
6036             ],
6037             "homepage": "https://www.drupal.org/project/views_responsive_grid",
6038             "support": {
6039                 "source": "http://cgit.drupalcode.org/views_responsive_grid"
6040             }
6041         },
6042         {
6043             "name": "drush/config-extra",
6044             "version": "1.0.1",
6045             "source": {
6046                 "type": "git",
6047                 "url": "https://github.com/drush-ops/config-extra.git",
6048                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
6049             },
6050             "dist": {
6051                 "type": "zip",
6052                 "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6053                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6054                 "shasum": ""
6055             },
6056             "require": {
6057                 "php": ">=5.5.0"
6058             },
6059             "require-dev": {
6060                 "phpunit/phpunit": ">=3.5"
6061             },
6062             "type": "library",
6063             "extra": {
6064                 "branch-alias": {
6065                     "dev-master": "8.0.x-dev"
6066                 }
6067             },
6068             "autoload": {
6069                 "psr-0": {
6070                     "Drush": "lib/"
6071                 }
6072             },
6073             "notification-url": "https://packagist.org/downloads/",
6074             "license": [
6075                 "GPL-2.0+"
6076             ],
6077             "authors": [
6078                 {
6079                     "name": "Moshe Weitzman",
6080                     "email": "weitzman@tejasa.com"
6081                 },
6082                 {
6083                     "name": "Greg Anderson",
6084                     "email": "greg.1.anderson@greenknowe.org"
6085                 }
6086             ],
6087             "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
6088             "keywords": [
6089                 "Drush"
6090             ],
6091             "time": "2015-10-16T21:32:27+00:00"
6092         },
6093         {
6094             "name": "drush/drush",
6095             "version": "8.1.12",
6096             "source": {
6097                 "type": "git",
6098                 "url": "https://github.com/drush-ops/drush.git",
6099                 "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7"
6100             },
6101             "dist": {
6102                 "type": "zip",
6103                 "url": "https://api.github.com/repos/drush-ops/drush/zipball/a1d3ab0f1d9ce01556d70015906caaed723f7ba7",
6104                 "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7",
6105                 "shasum": ""
6106             },
6107             "require": {
6108                 "consolidation/annotated-command": "~2",
6109                 "consolidation/output-formatters": "~3",
6110                 "pear/console_table": "~1.3.0",
6111                 "php": ">=5.4.5",
6112                 "phpdocumentor/reflection-docblock": "^2.0",
6113                 "psr/log": "~1.0",
6114                 "psy/psysh": "~0.6",
6115                 "symfony/console": "~2.7",
6116                 "symfony/event-dispatcher": "~2.7",
6117                 "symfony/finder": "~2.7",
6118                 "symfony/var-dumper": "~2.7",
6119                 "symfony/yaml": "~2.3",
6120                 "webmozart/path-util": "~2"
6121             },
6122             "require-dev": {
6123                 "phpunit/phpunit": "4.*",
6124                 "symfony/process": "2.7.*"
6125             },
6126             "suggest": {
6127                 "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
6128                 "ext-pcntl": "*"
6129             },
6130             "bin": [
6131                 "drush",
6132                 "drush.launcher",
6133                 "drush.php",
6134                 "drush.complete.sh"
6135             ],
6136             "type": "library",
6137             "extra": {
6138                 "branch-alias": {
6139                     "dev-master": "8.0.x-dev"
6140                 }
6141             },
6142             "autoload": {
6143                 "psr-0": {
6144                     "Drush": "lib/",
6145                     "Consolidation": "lib/"
6146                 }
6147             },
6148             "notification-url": "https://packagist.org/downloads/",
6149             "license": [
6150                 "GPL-2.0+"
6151             ],
6152             "authors": [
6153                 {
6154                     "name": "Moshe Weitzman",
6155                     "email": "weitzman@tejasa.com"
6156                 },
6157                 {
6158                     "name": "Owen Barton",
6159                     "email": "drupal@owenbarton.com"
6160                 },
6161                 {
6162                     "name": "Mark Sonnabaum",
6163                     "email": "marksonnabaum@gmail.com"
6164                 },
6165                 {
6166                     "name": "Antoine Beaupré",
6167                     "email": "anarcat@koumbit.org"
6168                 },
6169                 {
6170                     "name": "Greg Anderson",
6171                     "email": "greg.1.anderson@greenknowe.org"
6172                 },
6173                 {
6174                     "name": "Jonathan Araña Cruz",
6175                     "email": "jonhattan@faita.net"
6176                 },
6177                 {
6178                     "name": "Jonathan Hedstrom",
6179                     "email": "jhedstrom@gmail.com"
6180                 },
6181                 {
6182                     "name": "Christopher Gervais",
6183                     "email": "chris@ergonlogic.com"
6184                 },
6185                 {
6186                     "name": "Dave Reid",
6187                     "email": "dave@davereid.net"
6188                 },
6189                 {
6190                     "name": "Damian Lee",
6191                     "email": "damiankloip@googlemail.com"
6192                 }
6193             ],
6194             "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.",
6195             "homepage": "http://www.drush.org",
6196             "time": "2017-06-05T22:51:34+00:00"
6197         },
6198         {
6199             "name": "easyrdf/easyrdf",
6200             "version": "0.9.1",
6201             "source": {
6202                 "type": "git",
6203                 "url": "https://github.com/njh/easyrdf.git",
6204                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
6205             },
6206             "dist": {
6207                 "type": "zip",
6208                 "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
6209                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
6210                 "shasum": ""
6211             },
6212             "require": {
6213                 "ext-mbstring": "*",
6214                 "ext-pcre": "*",
6215                 "php": ">=5.2.8"
6216             },
6217             "require-dev": {
6218                 "phpunit/phpunit": "~3.5",
6219                 "sami/sami": "~1.4",
6220                 "squizlabs/php_codesniffer": "~1.4.3"
6221             },
6222             "suggest": {
6223                 "ml/json-ld": "~1.0"
6224             },
6225             "type": "library",
6226             "autoload": {
6227                 "psr-0": {
6228                     "EasyRdf_": "lib/"
6229                 }
6230             },
6231             "notification-url": "https://packagist.org/downloads/",
6232             "license": [
6233                 "BSD-3-Clause"
6234             ],
6235             "authors": [
6236                 {
6237                     "name": "Nicholas Humfrey",
6238                     "email": "njh@aelius.com",
6239                     "homepage": "http://www.aelius.com/njh/",
6240                     "role": "Developer"
6241                 },
6242                 {
6243                     "name": "Alexey Zakhlestin",
6244                     "email": "indeyets@gmail.com",
6245                     "role": "Developer"
6246                 }
6247             ],
6248             "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
6249             "homepage": "http://www.easyrdf.org/",
6250             "keywords": [
6251                 "Linked Data",
6252                 "RDF",
6253                 "Semantic Web",
6254                 "Turtle",
6255                 "rdfa",
6256                 "sparql"
6257             ],
6258             "time": "2015-02-27T09:45:49+00:00"
6259         },
6260         {
6261             "name": "egulias/email-validator",
6262             "version": "1.2.14",
6263             "source": {
6264                 "type": "git",
6265                 "url": "https://github.com/egulias/EmailValidator.git",
6266                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
6267             },
6268             "dist": {
6269                 "type": "zip",
6270                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
6271                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
6272                 "shasum": ""
6273             },
6274             "require": {
6275                 "doctrine/lexer": "^1.0.1",
6276                 "php": ">= 5.3.3"
6277             },
6278             "require-dev": {
6279                 "phpunit/phpunit": "^4.8.24"
6280             },
6281             "type": "library",
6282             "extra": {
6283                 "branch-alias": {
6284                     "dev-master": "2.0.x-dev"
6285                 }
6286             },
6287             "autoload": {
6288                 "psr-0": {
6289                     "Egulias\\": "src/"
6290                 }
6291             },
6292             "notification-url": "https://packagist.org/downloads/",
6293             "license": [
6294                 "MIT"
6295             ],
6296             "authors": [
6297                 {
6298                     "name": "Eduardo Gulias Davis"
6299                 }
6300             ],
6301             "description": "A library for validating emails",
6302             "homepage": "https://github.com/egulias/EmailValidator",
6303             "keywords": [
6304                 "email",
6305                 "emailvalidation",
6306                 "emailvalidator",
6307                 "validation",
6308                 "validator"
6309             ],
6310             "time": "2017-02-03T22:48:59+00:00"
6311         },
6312         {
6313             "name": "enyo/dropzone",
6314             "version": "v4.3.0",
6315             "source": {
6316                 "type": "git",
6317                 "url": "https://github.com/enyo/dropzone.git",
6318                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
6319             },
6320             "dist": {
6321                 "type": "zip",
6322                 "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6323                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6324                 "shasum": ""
6325             },
6326             "type": "library",
6327             "notification-url": "https://packagist.org/downloads/",
6328             "license": [
6329                 "MIT"
6330             ],
6331             "authors": [
6332                 {
6333                     "name": "Matias Meno",
6334                     "email": "m@tias.me",
6335                     "homepage": "http://www.matiasmeno.com"
6336                 }
6337             ],
6338             "description": "Handles drag and drop of files for you.",
6339             "homepage": "http://www.dropzonejs.com",
6340             "keywords": [
6341                 "drag and drop",
6342                 "dragndrop",
6343                 "file upload",
6344                 "upload"
6345             ],
6346             "time": "2016-02-14T04:19:41+00:00"
6347         },
6348         {
6349             "name": "ezyang/htmlpurifier",
6350             "version": "v4.9.3",
6351             "source": {
6352                 "type": "git",
6353                 "url": "https://github.com/ezyang/htmlpurifier.git",
6354                 "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
6355             },
6356             "dist": {
6357                 "type": "zip",
6358                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
6359                 "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
6360                 "shasum": ""
6361             },
6362             "require": {
6363                 "php": ">=5.2"
6364             },
6365             "require-dev": {
6366                 "simpletest/simpletest": "^1.1"
6367             },
6368             "type": "library",
6369             "autoload": {
6370                 "psr-0": {
6371                     "HTMLPurifier": "library/"
6372                 },
6373                 "files": [
6374                     "library/HTMLPurifier.composer.php"
6375                 ]
6376             },
6377             "notification-url": "https://packagist.org/downloads/",
6378             "license": [
6379                 "LGPL"
6380             ],
6381             "authors": [
6382                 {
6383                     "name": "Edward Z. Yang",
6384                     "email": "admin@htmlpurifier.org",
6385                     "homepage": "http://ezyang.com"
6386                 }
6387             ],
6388             "description": "Standards compliant HTML filter written in PHP",
6389             "homepage": "http://htmlpurifier.org/",
6390             "keywords": [
6391                 "html"
6392             ],
6393             "time": "2017-06-03T02:28:16+00:00"
6394         },
6395         {
6396             "name": "gabordemooij/redbean",
6397             "version": "v4.3.4",
6398             "source": {
6399                 "type": "git",
6400                 "url": "https://github.com/gabordemooij/redbean.git",
6401                 "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0"
6402             },
6403             "dist": {
6404                 "type": "zip",
6405                 "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/d0944d7f966d7f45a0d973981fe3f64aff0050f0",
6406                 "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0",
6407                 "shasum": ""
6408             },
6409             "require": {
6410                 "php": ">=5.3.4"
6411             },
6412             "type": "library",
6413             "autoload": {
6414                 "psr-4": {
6415                     "RedBeanPHP\\": "RedBeanPHP"
6416                 }
6417             },
6418             "notification-url": "https://packagist.org/downloads/",
6419             "license": [
6420                 "New BSD and GPLv2"
6421             ],
6422             "authors": [
6423                 {
6424                     "name": "Gabor de Mooij",
6425                     "email": "gabor@redbeanphp.com",
6426                     "homepage": "http://redbeanphp.com"
6427                 }
6428             ],
6429             "description": "RedBeanPHP ORM",
6430             "homepage": "http://redbeanphp.com/",
6431             "keywords": [
6432                 "orm"
6433             ],
6434             "time": "2017-03-07T22:26:54+00:00"
6435         },
6436         {
6437             "name": "geedmo/yamm3",
6438             "version": "1.1.0",
6439             "source": {
6440                 "type": "git",
6441                 "url": "https://github.com/geedmo/yamm3.git",
6442                 "reference": "5aa11451340187cce1bc195a4437937b19535508"
6443             },
6444             "dist": {
6445                 "type": "zip",
6446                 "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
6447                 "reference": "5aa11451340187cce1bc195a4437937b19535508",
6448                 "shasum": ""
6449             },
6450             "type": "library",
6451             "notification-url": "https://packagist.org/downloads/",
6452             "license": [
6453                 "MIT"
6454             ],
6455             "authors": [
6456                 {
6457                     "name": "German Morales",
6458                     "email": "geedmo.ds@gmail.com",
6459                     "homepage": "http://geedmo.com"
6460                 }
6461             ],
6462             "description": "Yet another megamenu for Bootstrap 3.x",
6463             "homepage": "http://geedmo.github.io/yamm3/",
6464             "keywords": [
6465                 "bootstrap",
6466                 "megadropdown",
6467                 "megamenu"
6468             ],
6469             "time": "2015-04-04T12:59:29+00:00"
6470         },
6471         {
6472             "name": "grom358/pharborist",
6473             "version": "dev-master",
6474             "source": {
6475                 "type": "git",
6476                 "url": "https://github.com/grom358/pharborist.git",
6477                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
6478             },
6479             "dist": {
6480                 "type": "zip",
6481                 "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
6482                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
6483                 "shasum": ""
6484             },
6485             "require": {
6486                 "php": ">=5.4",
6487                 "phpdocumentor/reflection-docblock": "2.0.*"
6488             },
6489             "require-dev": {
6490                 "apigen/apigen": "2.8.*",
6491                 "phpunit/phpunit": "4.2.*"
6492             },
6493             "type": "library",
6494             "autoload": {
6495                 "psr-4": {
6496                     "Pharborist\\": "src/"
6497                 }
6498             },
6499             "notification-url": "https://packagist.org/downloads/",
6500             "license": [
6501                 "GPL"
6502             ],
6503             "authors": [
6504                 {
6505                     "name": "Cameron Zemek",
6506                     "role": "lead"
6507                 }
6508             ],
6509             "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
6510             "keywords": [
6511                 "standards",
6512                 "syntax"
6513             ],
6514             "time": "2015-09-20T22:14:29+00:00"
6515         },
6516         {
6517             "name": "guzzlehttp/guzzle",
6518             "version": "6.3.0",
6519             "source": {
6520                 "type": "git",
6521                 "url": "https://github.com/guzzle/guzzle.git",
6522                 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
6523             },
6524             "dist": {
6525                 "type": "zip",
6526                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
6527                 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
6528                 "shasum": ""
6529             },
6530             "require": {
6531                 "guzzlehttp/promises": "^1.0",
6532                 "guzzlehttp/psr7": "^1.4",
6533                 "php": ">=5.5"
6534             },
6535             "require-dev": {
6536                 "ext-curl": "*",
6537                 "phpunit/phpunit": "^4.0 || ^5.0",
6538                 "psr/log": "^1.0"
6539             },
6540             "suggest": {
6541                 "psr/log": "Required for using the Log middleware"
6542             },
6543             "type": "library",
6544             "extra": {
6545                 "branch-alias": {
6546                     "dev-master": "6.2-dev"
6547                 }
6548             },
6549             "autoload": {
6550                 "files": [
6551                     "src/functions_include.php"
6552                 ],
6553                 "psr-4": {
6554                     "GuzzleHttp\\": "src/"
6555                 }
6556             },
6557             "notification-url": "https://packagist.org/downloads/",
6558             "license": [
6559                 "MIT"
6560             ],
6561             "authors": [
6562                 {
6563                     "name": "Michael Dowling",
6564                     "email": "mtdowling@gmail.com",
6565                     "homepage": "https://github.com/mtdowling"
6566                 }
6567             ],
6568             "description": "Guzzle is a PHP HTTP client library",
6569             "homepage": "http://guzzlephp.org/",
6570             "keywords": [
6571                 "client",
6572                 "curl",
6573                 "framework",
6574                 "http",
6575                 "http client",
6576                 "rest",
6577                 "web service"
6578             ],
6579             "time": "2017-06-22T18:50:49+00:00"
6580         },
6581         {
6582             "name": "guzzlehttp/promises",
6583             "version": "v1.3.1",
6584             "source": {
6585                 "type": "git",
6586                 "url": "https://github.com/guzzle/promises.git",
6587                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
6588             },
6589             "dist": {
6590                 "type": "zip",
6591                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
6592                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
6593                 "shasum": ""
6594             },
6595             "require": {
6596                 "php": ">=5.5.0"
6597             },
6598             "require-dev": {
6599                 "phpunit/phpunit": "^4.0"
6600             },
6601             "type": "library",
6602             "extra": {
6603                 "branch-alias": {
6604                     "dev-master": "1.4-dev"
6605                 }
6606             },
6607             "autoload": {
6608                 "psr-4": {
6609                     "GuzzleHttp\\Promise\\": "src/"
6610                 },
6611                 "files": [
6612                     "src/functions_include.php"
6613                 ]
6614             },
6615             "notification-url": "https://packagist.org/downloads/",
6616             "license": [
6617                 "MIT"
6618             ],
6619             "authors": [
6620                 {
6621                     "name": "Michael Dowling",
6622                     "email": "mtdowling@gmail.com",
6623                     "homepage": "https://github.com/mtdowling"
6624                 }
6625             ],
6626             "description": "Guzzle promises library",
6627             "keywords": [
6628                 "promise"
6629             ],
6630             "time": "2016-12-20T10:07:11+00:00"
6631         },
6632         {
6633             "name": "guzzlehttp/psr7",
6634             "version": "1.4.2",
6635             "source": {
6636                 "type": "git",
6637                 "url": "https://github.com/guzzle/psr7.git",
6638                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
6639             },
6640             "dist": {
6641                 "type": "zip",
6642                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
6643                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
6644                 "shasum": ""
6645             },
6646             "require": {
6647                 "php": ">=5.4.0",
6648                 "psr/http-message": "~1.0"
6649             },
6650             "provide": {
6651                 "psr/http-message-implementation": "1.0"
6652             },
6653             "require-dev": {
6654                 "phpunit/phpunit": "~4.0"
6655             },
6656             "type": "library",
6657             "extra": {
6658                 "branch-alias": {
6659                     "dev-master": "1.4-dev"
6660                 }
6661             },
6662             "autoload": {
6663                 "psr-4": {
6664                     "GuzzleHttp\\Psr7\\": "src/"
6665                 },
6666                 "files": [
6667                     "src/functions_include.php"
6668                 ]
6669             },
6670             "notification-url": "https://packagist.org/downloads/",
6671             "license": [
6672                 "MIT"
6673             ],
6674             "authors": [
6675                 {
6676                     "name": "Michael Dowling",
6677                     "email": "mtdowling@gmail.com",
6678                     "homepage": "https://github.com/mtdowling"
6679                 },
6680                 {
6681                     "name": "Tobias Schultze",
6682                     "homepage": "https://github.com/Tobion"
6683                 }
6684             ],
6685             "description": "PSR-7 message implementation that also provides common utility methods",
6686             "keywords": [
6687                 "http",
6688                 "message",
6689                 "request",
6690                 "response",
6691                 "stream",
6692                 "uri",
6693                 "url"
6694             ],
6695             "time": "2017-03-20T17:10:46+00:00"
6696         },
6697         {
6698             "name": "ircmaxell/password-compat",
6699             "version": "v1.0.4",
6700             "source": {
6701                 "type": "git",
6702                 "url": "https://github.com/ircmaxell/password_compat.git",
6703                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
6704             },
6705             "dist": {
6706                 "type": "zip",
6707                 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
6708                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
6709                 "shasum": ""
6710             },
6711             "require-dev": {
6712                 "phpunit/phpunit": "4.*"
6713             },
6714             "type": "library",
6715             "autoload": {
6716                 "files": [
6717                     "lib/password.php"
6718                 ]
6719             },
6720             "notification-url": "https://packagist.org/downloads/",
6721             "license": [
6722                 "MIT"
6723             ],
6724             "authors": [
6725                 {
6726                     "name": "Anthony Ferrara",
6727                     "email": "ircmaxell@php.net",
6728                     "homepage": "http://blog.ircmaxell.com"
6729                 }
6730             ],
6731             "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
6732             "homepage": "https://github.com/ircmaxell/password_compat",
6733             "keywords": [
6734                 "hashing",
6735                 "password"
6736             ],
6737             "time": "2014-11-20T16:49:30+00:00"
6738         },
6739         {
6740             "name": "j7mbo/twitter-api-php",
6741             "version": "1.0.6",
6742             "source": {
6743                 "type": "git",
6744                 "url": "https://github.com/J7mbo/twitter-api-php.git",
6745                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
6746             },
6747             "dist": {
6748                 "type": "zip",
6749                 "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
6750                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
6751                 "shasum": ""
6752             },
6753             "require": {
6754                 "ext-curl": "*"
6755             },
6756             "require-dev": {
6757                 "phpunit/phpunit": "~4.5,>=4.5.1"
6758             },
6759             "type": "library",
6760             "extra": {
6761                 "branch-alias": {
6762                     "dev-master": "1.0-dev"
6763                 }
6764             },
6765             "autoload": {
6766                 "classmap": [
6767                     "TwitterAPIExchange.php"
6768                 ]
6769             },
6770             "notification-url": "https://packagist.org/downloads/",
6771             "license": [
6772                 "GNU Public License"
6773             ],
6774             "authors": [
6775                 {
6776                     "name": "James Mallison",
6777                     "homepage": "https://github.com/j7mbo/twitter-api-php"
6778                 }
6779             ],
6780             "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
6781             "homepage": "https://github.com/j7mbo/twitter-api-php",
6782             "keywords": [
6783                 "api",
6784                 "php",
6785                 "twitter"
6786             ],
6787             "time": "2017-05-08T12:10:56+00:00"
6788         },
6789         {
6790             "name": "jakub-onderka/php-console-color",
6791             "version": "0.1",
6792             "source": {
6793                 "type": "git",
6794                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
6795                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
6796             },
6797             "dist": {
6798                 "type": "zip",
6799                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
6800                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
6801                 "shasum": ""
6802             },
6803             "require": {
6804                 "php": ">=5.3.2"
6805             },
6806             "require-dev": {
6807                 "jakub-onderka/php-code-style": "1.0",
6808                 "jakub-onderka/php-parallel-lint": "0.*",
6809                 "jakub-onderka/php-var-dump-check": "0.*",
6810                 "phpunit/phpunit": "3.7.*",
6811                 "squizlabs/php_codesniffer": "1.*"
6812             },
6813             "type": "library",
6814             "autoload": {
6815                 "psr-0": {
6816                     "JakubOnderka\\PhpConsoleColor": "src/"
6817                 }
6818             },
6819             "notification-url": "https://packagist.org/downloads/",
6820             "license": [
6821                 "BSD-2-Clause"
6822             ],
6823             "authors": [
6824                 {
6825                     "name": "Jakub Onderka",
6826                     "email": "jakub.onderka@gmail.com",
6827                     "homepage": "http://www.acci.cz"
6828                 }
6829             ],
6830             "time": "2014-04-08T15:00:19+00:00"
6831         },
6832         {
6833             "name": "jakub-onderka/php-console-highlighter",
6834             "version": "v0.3.2",
6835             "source": {
6836                 "type": "git",
6837                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
6838                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
6839             },
6840             "dist": {
6841                 "type": "zip",
6842                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
6843                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
6844                 "shasum": ""
6845             },
6846             "require": {
6847                 "jakub-onderka/php-console-color": "~0.1",
6848                 "php": ">=5.3.0"
6849             },
6850             "require-dev": {
6851                 "jakub-onderka/php-code-style": "~1.0",
6852                 "jakub-onderka/php-parallel-lint": "~0.5",
6853                 "jakub-onderka/php-var-dump-check": "~0.1",
6854                 "phpunit/phpunit": "~4.0",
6855                 "squizlabs/php_codesniffer": "~1.5"
6856             },
6857             "type": "library",
6858             "autoload": {
6859                 "psr-0": {
6860                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
6861                 }
6862             },
6863             "notification-url": "https://packagist.org/downloads/",
6864             "license": [
6865                 "MIT"
6866             ],
6867             "authors": [
6868                 {
6869                     "name": "Jakub Onderka",
6870                     "email": "acci@acci.cz",
6871                     "homepage": "http://www.acci.cz/"
6872                 }
6873             ],
6874             "time": "2015-04-20T18:58:01+00:00"
6875         },
6876         {
6877             "name": "masterminds/html5",
6878             "version": "2.2.2",
6879             "source": {
6880                 "type": "git",
6881                 "url": "https://github.com/Masterminds/html5-php.git",
6882                 "reference": "7866e93dcf0245de22378414e0c2c7350abc45af"
6883             },
6884             "dist": {
6885                 "type": "zip",
6886                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/7866e93dcf0245de22378414e0c2c7350abc45af",
6887                 "reference": "7866e93dcf0245de22378414e0c2c7350abc45af",
6888                 "shasum": ""
6889             },
6890             "require": {
6891                 "ext-libxml": "*",
6892                 "php": ">=5.3.0"
6893             },
6894             "require-dev": {
6895                 "phpunit/phpunit": "4.*",
6896                 "sami/sami": "~2.0",
6897                 "satooshi/php-coveralls": "1.0.*"
6898             },
6899             "type": "library",
6900             "extra": {
6901                 "branch-alias": {
6902                     "dev-master": "2.2-dev"
6903                 }
6904             },
6905             "autoload": {
6906                 "psr-4": {
6907                     "Masterminds\\": "src"
6908                 }
6909             },
6910             "notification-url": "https://packagist.org/downloads/",
6911             "license": [
6912                 "MIT"
6913             ],
6914             "authors": [
6915                 {
6916                     "name": "Matt Butcher",
6917                     "email": "technosophos@gmail.com"
6918                 },
6919                 {
6920                     "name": "Asmir Mustafic",
6921                     "email": "goetas@gmail.com"
6922                 },
6923                 {
6924                     "name": "Matt Farina",
6925                     "email": "matt@mattfarina.com"
6926                 }
6927             ],
6928             "description": "An HTML5 parser and serializer.",
6929             "homepage": "http://masterminds.github.io/html5-php",
6930             "keywords": [
6931                 "HTML5",
6932                 "dom",
6933                 "html",
6934                 "parser",
6935                 "querypath",
6936                 "serializer",
6937                 "xml"
6938             ],
6939             "time": "2016-09-22T11:01:11+00:00"
6940         },
6941         {
6942             "name": "mehrpadin/superfish",
6943             "version": "2.1",
6944             "source": {
6945                 "type": "git",
6946                 "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
6947                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
6948             },
6949             "dist": {
6950                 "type": "zip",
6951                 "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
6952                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
6953                 "shasum": ""
6954             },
6955             "type": "drupal-library",
6956             "notification-url": "https://packagist.org/downloads/",
6957             "license": [
6958                 "MIT"
6959             ],
6960             "description": "Superfish library for the Drupal Superfish module.",
6961             "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
6962             "keywords": [
6963                 "jquery",
6964                 "plugin"
6965             ],
6966             "time": "2017-05-30T13:00:18+00:00"
6967         },
6968         {
6969             "name": "michelf/php-markdown",
6970             "version": "1.7.0",
6971             "source": {
6972                 "type": "git",
6973                 "url": "https://github.com/michelf/php-markdown.git",
6974                 "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
6975             },
6976             "dist": {
6977                 "type": "zip",
6978                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
6979                 "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
6980                 "shasum": ""
6981             },
6982             "require": {
6983                 "php": ">=5.3.0"
6984             },
6985             "type": "library",
6986             "extra": {
6987                 "branch-alias": {
6988                     "dev-lib": "1.4.x-dev"
6989                 }
6990             },
6991             "autoload": {
6992                 "psr-0": {
6993                     "Michelf": ""
6994                 }
6995             },
6996             "notification-url": "https://packagist.org/downloads/",
6997             "license": [
6998                 "BSD-3-Clause"
6999             ],
7000             "authors": [
7001                 {
7002                     "name": "Michel Fortin",
7003                     "email": "michel.fortin@michelf.ca",
7004                     "homepage": "https://michelf.ca/",
7005                     "role": "Developer"
7006                 },
7007                 {
7008                     "name": "John Gruber",
7009                     "homepage": "https://daringfireball.net/"
7010                 }
7011             ],
7012             "description": "PHP Markdown",
7013             "homepage": "https://michelf.ca/projects/php-markdown/",
7014             "keywords": [
7015                 "markdown"
7016             ],
7017             "time": "2016-10-29T18:58:20+00:00"
7018         },
7019         {
7020             "name": "mkalkbrenner/php-htmldiff-advanced",
7021             "version": "0.0.8",
7022             "source": {
7023                 "type": "git",
7024                 "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
7025                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
7026             },
7027             "dist": {
7028                 "type": "zip",
7029                 "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7030                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7031                 "shasum": ""
7032             },
7033             "require": {
7034                 "caxy/php-htmldiff": ">=0.0.6",
7035                 "php": ">=5.5.0"
7036             },
7037             "type": "library",
7038             "autoload": {
7039                 "files": [
7040                     "src/HtmlDiffAdvancedInterface.php",
7041                     "src/HtmlDiffAdvanced.php"
7042                 ]
7043             },
7044             "notification-url": "https://packagist.org/downloads/",
7045             "license": [
7046                 "GNU General Public License V2"
7047             ],
7048             "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
7049             "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
7050             "keywords": [
7051                 "diff",
7052                 "html"
7053             ],
7054             "time": "2016-07-25T17:07:32+00:00"
7055         },
7056         {
7057             "name": "nikic/php-parser",
7058             "version": "v3.0.5",
7059             "source": {
7060                 "type": "git",
7061                 "url": "https://github.com/nikic/PHP-Parser.git",
7062                 "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d"
7063             },
7064             "dist": {
7065                 "type": "zip",
7066                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
7067                 "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
7068                 "shasum": ""
7069             },
7070             "require": {
7071                 "ext-tokenizer": "*",
7072                 "php": ">=5.5"
7073             },
7074             "require-dev": {
7075                 "phpunit/phpunit": "~4.0|~5.0"
7076             },
7077             "bin": [
7078                 "bin/php-parse"
7079             ],
7080             "type": "library",
7081             "extra": {
7082                 "branch-alias": {
7083                     "dev-master": "3.0-dev"
7084                 }
7085             },
7086             "autoload": {
7087                 "psr-4": {
7088                     "PhpParser\\": "lib/PhpParser"
7089                 }
7090             },
7091             "notification-url": "https://packagist.org/downloads/",
7092             "license": [
7093                 "BSD-3-Clause"
7094             ],
7095             "authors": [
7096                 {
7097                     "name": "Nikita Popov"
7098                 }
7099             ],
7100             "description": "A PHP parser written in PHP",
7101             "keywords": [
7102                 "parser",
7103                 "php"
7104             ],
7105             "time": "2017-03-05T18:23:57+00:00"
7106         },
7107         {
7108             "name": "paragonie/random_compat",
7109             "version": "v2.0.10",
7110             "source": {
7111                 "type": "git",
7112                 "url": "https://github.com/paragonie/random_compat.git",
7113                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
7114             },
7115             "dist": {
7116                 "type": "zip",
7117                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
7118                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
7119                 "shasum": ""
7120             },
7121             "require": {
7122                 "php": ">=5.2.0"
7123             },
7124             "require-dev": {
7125                 "phpunit/phpunit": "4.*|5.*"
7126             },
7127             "suggest": {
7128                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
7129             },
7130             "type": "library",
7131             "autoload": {
7132                 "files": [
7133                     "lib/random.php"
7134                 ]
7135             },
7136             "notification-url": "https://packagist.org/downloads/",
7137             "license": [
7138                 "MIT"
7139             ],
7140             "authors": [
7141                 {
7142                     "name": "Paragon Initiative Enterprises",
7143                     "email": "security@paragonie.com",
7144                     "homepage": "https://paragonie.com"
7145                 }
7146             ],
7147             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
7148             "keywords": [
7149                 "csprng",
7150                 "pseudorandom",
7151                 "random"
7152             ],
7153             "time": "2017-03-13T16:27:32+00:00"
7154         },
7155         {
7156             "name": "pear/console_table",
7157             "version": "v1.3.0",
7158             "source": {
7159                 "type": "git",
7160                 "url": "https://github.com/pear/Console_Table.git",
7161                 "reference": "64100b9ee81852f4fa17823e55d0b385a544f976"
7162             },
7163             "dist": {
7164                 "type": "zip",
7165                 "url": "https://api.github.com/repos/pear/Console_Table/zipball/64100b9ee81852f4fa17823e55d0b385a544f976",
7166                 "reference": "64100b9ee81852f4fa17823e55d0b385a544f976",
7167                 "shasum": ""
7168             },
7169             "require": {
7170                 "php": ">=5.2.0"
7171             },
7172             "suggest": {
7173                 "pear/Console_Color2": ">=0.1.2"
7174             },
7175             "type": "library",
7176             "autoload": {
7177                 "classmap": [
7178                     "Table.php"
7179                 ]
7180             },
7181             "notification-url": "https://packagist.org/downloads/",
7182             "license": [
7183                 "BSD-2-Clause"
7184             ],
7185             "authors": [
7186                 {
7187                     "name": "Jan Schneider",
7188                     "homepage": "http://pear.php.net/user/yunosh"
7189                 },
7190                 {
7191                     "name": "Tal Peer",
7192                     "homepage": "http://pear.php.net/user/tal"
7193                 },
7194                 {
7195                     "name": "Xavier Noguer",
7196                     "homepage": "http://pear.php.net/user/xnoguer"
7197                 },
7198                 {
7199                     "name": "Richard Heyes",
7200                     "homepage": "http://pear.php.net/user/richard"
7201                 }
7202             ],
7203             "description": "Library that makes it easy to build console style tables.",
7204             "homepage": "http://pear.php.net/package/Console_Table/",
7205             "keywords": [
7206                 "console"
7207             ],
7208             "time": "2016-01-21T16:14:31+00:00"
7209         },
7210         {
7211             "name": "phpdocumentor/reflection-docblock",
7212             "version": "2.0.5",
7213             "source": {
7214                 "type": "git",
7215                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
7216                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
7217             },
7218             "dist": {
7219                 "type": "zip",
7220                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7221                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7222                 "shasum": ""
7223             },
7224             "require": {
7225                 "php": ">=5.3.3"
7226             },
7227             "require-dev": {
7228                 "phpunit/phpunit": "~4.0"
7229             },
7230             "suggest": {
7231                 "dflydev/markdown": "~1.0",
7232                 "erusev/parsedown": "~1.0"
7233             },
7234             "type": "library",
7235             "extra": {
7236                 "branch-alias": {
7237                     "dev-master": "2.0.x-dev"
7238                 }
7239             },
7240             "autoload": {
7241                 "psr-0": {
7242                     "phpDocumentor": [
7243                         "src/"
7244                     ]
7245                 }
7246             },
7247             "notification-url": "https://packagist.org/downloads/",
7248             "license": [
7249                 "MIT"
7250             ],
7251             "authors": [
7252                 {
7253                     "name": "Mike van Riel",
7254                     "email": "mike.vanriel@naenius.com"
7255                 }
7256             ],
7257             "time": "2016-01-25T08:17:30+00:00"
7258         },
7259         {
7260             "name": "psr/http-message",
7261             "version": "1.0.1",
7262             "source": {
7263                 "type": "git",
7264                 "url": "https://github.com/php-fig/http-message.git",
7265                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7266             },
7267             "dist": {
7268                 "type": "zip",
7269                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7270                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7271                 "shasum": ""
7272             },
7273             "require": {
7274                 "php": ">=5.3.0"
7275             },
7276             "type": "library",
7277             "extra": {
7278                 "branch-alias": {
7279                     "dev-master": "1.0.x-dev"
7280                 }
7281             },
7282             "autoload": {
7283                 "psr-4": {
7284                     "Psr\\Http\\Message\\": "src/"
7285                 }
7286             },
7287             "notification-url": "https://packagist.org/downloads/",
7288             "license": [
7289                 "MIT"
7290             ],
7291             "authors": [
7292                 {
7293                     "name": "PHP-FIG",
7294                     "homepage": "http://www.php-fig.org/"
7295                 }
7296             ],
7297             "description": "Common interface for HTTP messages",
7298             "homepage": "https://github.com/php-fig/http-message",
7299             "keywords": [
7300                 "http",
7301                 "http-message",
7302                 "psr",
7303                 "psr-7",
7304                 "request",
7305                 "response"
7306             ],
7307             "time": "2016-08-06T14:39:51+00:00"
7308         },
7309         {
7310             "name": "psr/log",
7311             "version": "1.0.2",
7312             "source": {
7313                 "type": "git",
7314                 "url": "https://github.com/php-fig/log.git",
7315                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
7316             },
7317             "dist": {
7318                 "type": "zip",
7319                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
7320                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
7321                 "shasum": ""
7322             },
7323             "require": {
7324                 "php": ">=5.3.0"
7325             },
7326             "type": "library",
7327             "extra": {
7328                 "branch-alias": {
7329                     "dev-master": "1.0.x-dev"
7330                 }
7331             },
7332             "autoload": {
7333                 "psr-4": {
7334                     "Psr\\Log\\": "Psr/Log/"
7335                 }
7336             },
7337             "notification-url": "https://packagist.org/downloads/",
7338             "license": [
7339                 "MIT"
7340             ],
7341             "authors": [
7342                 {
7343                     "name": "PHP-FIG",
7344                     "homepage": "http://www.php-fig.org/"
7345                 }
7346             ],
7347             "description": "Common interface for logging libraries",
7348             "homepage": "https://github.com/php-fig/log",
7349             "keywords": [
7350                 "log",
7351                 "psr",
7352                 "psr-3"
7353             ],
7354             "time": "2016-10-10T12:19:37+00:00"
7355         },
7356         {
7357             "name": "psy/psysh",
7358             "version": "v0.8.7",
7359             "source": {
7360                 "type": "git",
7361                 "url": "https://github.com/bobthecow/psysh.git",
7362                 "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50"
7363             },
7364             "dist": {
7365                 "type": "zip",
7366                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/be969b9dc89dcaefdb9a3117fa91fa38bca19f50",
7367                 "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50",
7368                 "shasum": ""
7369             },
7370             "require": {
7371                 "dnoegel/php-xdg-base-dir": "0.1",
7372                 "jakub-onderka/php-console-highlighter": "0.3.*",
7373                 "nikic/php-parser": "~1.3|~2.0|~3.0",
7374                 "php": ">=5.3.9",
7375                 "symfony/console": "~2.3.10|^2.4.2|~3.0",
7376                 "symfony/var-dumper": "~2.7|~3.0"
7377             },
7378             "require-dev": {
7379                 "friendsofphp/php-cs-fixer": "~1.11",
7380                 "hoa/console": "~3.16|~1.14",
7381                 "phpunit/phpunit": "~4.4|~5.0",
7382                 "symfony/finder": "~2.1|~3.0"
7383             },
7384             "suggest": {
7385                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
7386                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
7387                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
7388                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
7389                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
7390             },
7391             "bin": [
7392                 "bin/psysh"
7393             ],
7394             "type": "library",
7395             "extra": {
7396                 "branch-alias": {
7397                     "dev-develop": "0.8.x-dev"
7398                 }
7399             },
7400             "autoload": {
7401                 "files": [
7402                     "src/Psy/functions.php"
7403                 ],
7404                 "psr-4": {
7405                     "Psy\\": "src/Psy/"
7406                 }
7407             },
7408             "notification-url": "https://packagist.org/downloads/",
7409             "license": [
7410                 "MIT"
7411             ],
7412             "authors": [
7413                 {
7414                     "name": "Justin Hileman",
7415                     "email": "justin@justinhileman.info",
7416                     "homepage": "http://justinhileman.com"
7417                 }
7418             ],
7419             "description": "An interactive shell for modern PHP.",
7420             "homepage": "http://psysh.org",
7421             "keywords": [
7422                 "REPL",
7423                 "console",
7424                 "interactive",
7425                 "shell"
7426             ],
7427             "time": "2017-06-20T12:51:31+00:00"
7428         },
7429         {
7430             "name": "roave/security-advisories",
7431             "version": "dev-master",
7432             "source": {
7433                 "type": "git",
7434                 "url": "https://github.com/Roave/SecurityAdvisories.git",
7435                 "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439"
7436             },
7437             "dist": {
7438                 "type": "zip",
7439                 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/626c97bd5b45a08db902a0fb0b13f58f3785b439",
7440                 "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439",
7441                 "shasum": ""
7442             },
7443             "conflict": {
7444                 "adodb/adodb-php": "<5.20.6",
7445                 "amphp/artax": ">=2,<2.0.6|<1.0.6",
7446                 "aws/aws-sdk-php": ">=3,<3.2.1",
7447                 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
7448                 "cakephp/cakephp": ">=3,<3.0.15|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=1.3,<1.3.18|>=2.7,<2.7.6|>=3.1,<3.1.4",
7449                 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
7450                 "cartalyst/sentry": "<2.1",
7451                 "codeigniter/framework": "<=3.0.6",
7452                 "composer/composer": "<=1.0.0-alpha11",
7453                 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
7454                 "contao/core": ">=2,<3.5.28",
7455                 "contao/core-bundle": ">=4,<4.4.1",
7456                 "doctrine/annotations": ">=1,<1.2.7",
7457                 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
7458                 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
7459                 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
7460                 "doctrine/doctrine-bundle": "<1.5.2",
7461                 "doctrine/doctrine-module": "<=0.7.1",
7462                 "doctrine/mongodb-odm": ">=1,<1.0.2",
7463                 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
7464                 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
7465                 "dompdf/dompdf": ">=0.6,<0.6.2",
7466                 "drupal/core": ">=8,<8.3.4",
7467                 "drupal/drupal": ">=8,<8.3.4",
7468                 "firebase/php-jwt": "<2",
7469                 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
7470                 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
7471                 "gregwar/rst": "<1.0.3",
7472                 "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
7473                 "illuminate/auth": ">=4,<4.0.99|>=4.1,<4.1.26",
7474                 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
7475                 "joomla/session": "<1.3.1",
7476                 "laravel/framework": ">=4,<4.0.99|>=4.1,<4.1.29",
7477                 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
7478                 "magento/magento1ce": ">=1.5.0.1,<1.9.3.2",
7479                 "magento/magento1ee": ">=1.9,<1.14.3.2",
7480                 "magento/magento2ce": ">=2,<2.2",
7481                 "monolog/monolog": ">=1.8,<1.12",
7482                 "namshi/jose": "<2.2",
7483                 "onelogin/php-saml": "<2.10.4",
7484                 "oro/crm": ">=1.7,<1.7.4",
7485                 "oro/platform": ">=1.7,<1.7.4",
7486                 "phpmailer/phpmailer": ">=5,<5.2.24",
7487                 "pusher/pusher-php-server": "<2.2.1",
7488                 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
7489                 "shopware/shopware": "<4.4|>=5,<5.2.16",
7490                 "silverstripe/cms": ">=3.1,<3.1.11|>=3,<=3.0.11",
7491                 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
7492                 "silverstripe/framework": ">=3,<3.3",
7493                 "silverstripe/userforms": "<3",
7494                 "simplesamlphp/saml2": "<1.8.1|>=1.9,<1.9.1|>=1.10,<1.10.3|>=2,<2.3.3",
7495                 "simplesamlphp/simplesamlphp": "<1.14.12",
7496                 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
7497                 "socalnick/scn-social-auth": "<1.15.2",
7498                 "squizlabs/php_codesniffer": ">=1,<2.8.1",
7499                 "swiftmailer/swiftmailer": ">=4,<5.4.5",
7500                 "symfony/dependency-injection": ">=2,<2.0.17",
7501                 "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.7",
7502                 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
7503                 "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6",
7504                 "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
7505                 "symfony/routing": ">=2,<2.0.19",
7506                 "symfony/security": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.3,<2.3.37|>=2.4,<2.6.13|>=2.7,<2.7.9|>=2,<2.0.25|>=2.1,<2.1.13|>=2.2,<2.2.9",
7507                 "symfony/security-core": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6|>=2.4,<2.6.13|>=2.7,<2.7.9",
7508                 "symfony/security-http": ">=2.4,<2.7.13|>=2.3,<2.3.41|>=2.8,<2.8.6|>=3,<3.0.6",
7509                 "symfony/serializer": ">=2,<2.0.11",
7510                 "symfony/symfony": ">=2,<2.3.41|>=2.4,<2.7.13|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6",
7511                 "symfony/translation": ">=2,<2.0.17",
7512                 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
7513                 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
7514                 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
7515                 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
7516                 "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
7517                 "twig/twig": "<1.20",
7518                 "typo3/cms": ">=6.2,<6.2.30|>=8,<8.6.1|>=7,<7.6.16",
7519                 "typo3/flow": ">=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5|>=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1",
7520                 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
7521                 "willdurand/js-translation-bundle": "<2.1.1",
7522                 "yiisoft/yii": ">=1.1.14,<1.1.15",
7523                 "yiisoft/yii2": "<2.0.5",
7524                 "yiisoft/yii2-bootstrap": "<2.0.4",
7525                 "yiisoft/yii2-dev": "<2.0.4",
7526                 "yiisoft/yii2-gii": "<2.0.4",
7527                 "yiisoft/yii2-jui": "<2.0.4",
7528                 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
7529                 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
7530                 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
7531                 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
7532                 "zendframework/zend-diactoros": ">=1,<1.0.4",
7533                 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
7534                 "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
7535                 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
7536                 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
7537                 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
7538                 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
7539                 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
7540                 "zendframework/zend-validator": ">=2.3,<2.3.6",
7541                 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
7542                 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
7543                 "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
7544                 "zendframework/zendframework1": "<1.12.20",
7545                 "zendframework/zendopenid": ">=2,<2.0.2",
7546                 "zendframework/zendxml": ">=1,<1.0.1",
7547                 "zf-commons/zfc-user": "<1.2.2",
7548                 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
7549                 "zfr/zfr-oauth2-server-module": "<0.1.2"
7550             },
7551             "type": "metapackage",
7552             "notification-url": "https://packagist.org/downloads/",
7553             "license": [
7554                 "MIT"
7555             ],
7556             "authors": [
7557                 {
7558                     "name": "Marco Pivetta",
7559                     "email": "ocramius@gmail.com",
7560                     "role": "maintainer"
7561                 }
7562             ],
7563             "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
7564             "time": "2017-07-28T07:54:11+00:00"
7565         },
7566         {
7567             "name": "stack/builder",
7568             "version": "v1.0.4",
7569             "source": {
7570                 "type": "git",
7571                 "url": "https://github.com/stackphp/builder.git",
7572                 "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425"
7573             },
7574             "dist": {
7575                 "type": "zip",
7576                 "url": "https://api.github.com/repos/stackphp/builder/zipball/59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
7577                 "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
7578                 "shasum": ""
7579             },
7580             "require": {
7581                 "php": ">=5.3.0",
7582                 "symfony/http-foundation": "~2.1|~3.0",
7583                 "symfony/http-kernel": "~2.1|~3.0"
7584             },
7585             "require-dev": {
7586                 "silex/silex": "~1.0"
7587             },
7588             "type": "library",
7589             "extra": {
7590                 "branch-alias": {
7591                     "dev-master": "1.0-dev"
7592                 }
7593             },
7594             "autoload": {
7595                 "psr-0": {
7596                     "Stack": "src"
7597                 }
7598             },
7599             "notification-url": "https://packagist.org/downloads/",
7600             "license": [
7601                 "MIT"
7602             ],
7603             "authors": [
7604                 {
7605                     "name": "Igor Wiedler",
7606                     "email": "igor@wiedler.ch"
7607                 }
7608             ],
7609             "description": "Builder for stack middlewares based on HttpKernelInterface.",
7610             "keywords": [
7611                 "stack"
7612             ],
7613             "time": "2016-06-02T06:58:42+00:00"
7614         },
7615         {
7616             "name": "stecman/symfony-console-completion",
7617             "version": "0.7.0",
7618             "source": {
7619                 "type": "git",
7620                 "url": "https://github.com/stecman/symfony-console-completion.git",
7621                 "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
7622             },
7623             "dist": {
7624                 "type": "zip",
7625                 "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
7626                 "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
7627                 "shasum": ""
7628             },
7629             "require": {
7630                 "php": ">=5.3.2",
7631                 "symfony/console": "~2.3 || ~3.0"
7632             },
7633             "require-dev": {
7634                 "phpunit/phpunit": "~4.4"
7635             },
7636             "type": "library",
7637             "extra": {
7638                 "branch-alias": {
7639                     "dev-master": "0.6.x-dev"
7640                 }
7641             },
7642             "autoload": {
7643                 "psr-4": {
7644                     "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
7645                 }
7646             },
7647             "notification-url": "https://packagist.org/downloads/",
7648             "license": [
7649                 "MIT"
7650             ],
7651             "authors": [
7652                 {
7653                     "name": "Stephen Holdaway",
7654                     "email": "stephen@stecman.co.nz"
7655                 }
7656             ],
7657             "description": "Automatic BASH completion for Symfony Console Component based applications.",
7658             "time": "2016-02-24T05:08:54+00:00"
7659         },
7660         {
7661             "name": "sunra/php-simple-html-dom-parser",
7662             "version": "v1.5.2",
7663             "source": {
7664                 "type": "git",
7665                 "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
7666                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
7667             },
7668             "dist": {
7669                 "type": "zip",
7670                 "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
7671                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
7672                 "shasum": ""
7673             },
7674             "require": {
7675                 "ext-mbstring": "*",
7676                 "php": ">=5.3.2"
7677             },
7678             "type": "library",
7679             "autoload": {
7680                 "psr-0": {
7681                     "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
7682                 }
7683             },
7684             "notification-url": "https://packagist.org/downloads/",
7685             "license": [
7686                 "MIT"
7687             ],
7688             "authors": [
7689                 {
7690                     "name": "Sunra",
7691                     "email": "sunra@yandex.ru",
7692                     "homepage": "https://github.com/sunra"
7693                 },
7694                 {
7695                     "name": "S.C. Chen",
7696                     "homepage": "http://sourceforge.net/projects/simplehtmldom/"
7697                 }
7698             ],
7699             "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.",
7700             "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
7701             "keywords": [
7702                 "dom",
7703                 "html",
7704                 "parser"
7705             ],
7706             "time": "2016-11-22T22:57:47+00:00"
7707         },
7708         {
7709             "name": "symfony-cmf/routing",
7710             "version": "1.4.1",
7711             "source": {
7712                 "type": "git",
7713                 "url": "https://github.com/symfony-cmf/routing.git",
7714                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
7715             },
7716             "dist": {
7717                 "type": "zip",
7718                 "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
7719                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
7720                 "shasum": ""
7721             },
7722             "require": {
7723                 "php": "^5.3.9|^7.0",
7724                 "psr/log": "1.*",
7725                 "symfony/http-kernel": "^2.2|3.*",
7726                 "symfony/routing": "^2.2|3.*"
7727             },
7728             "require-dev": {
7729                 "friendsofsymfony/jsrouting-bundle": "^1.1",
7730                 "symfony-cmf/testing": "^1.3",
7731                 "symfony/config": "^2.2|3.*",
7732                 "symfony/dependency-injection": "^2.0.5|3.*",
7733                 "symfony/event-dispatcher": "^2.1|3.*"
7734             },
7735             "suggest": {
7736                 "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
7737             },
7738             "type": "library",
7739             "extra": {
7740                 "branch-alias": {
7741                     "dev-master": "1.4-dev"
7742                 }
7743             },
7744             "autoload": {
7745                 "psr-4": {
7746                     "Symfony\\Cmf\\Component\\Routing\\": ""
7747                 }
7748             },
7749             "notification-url": "https://packagist.org/downloads/",
7750             "license": [
7751                 "MIT"
7752             ],
7753             "authors": [
7754                 {
7755                     "name": "Symfony CMF Community",
7756                     "homepage": "https://github.com/symfony-cmf/Routing/contributors"
7757                 }
7758             ],
7759             "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
7760             "homepage": "http://cmf.symfony.com",
7761             "keywords": [
7762                 "database",
7763                 "routing"
7764             ],
7765             "time": "2017-05-09T08:10:41+00:00"
7766         },
7767         {
7768             "name": "symfony/class-loader",
7769             "version": "v2.8.22",
7770             "source": {
7771                 "type": "git",
7772                 "url": "https://github.com/symfony/class-loader.git",
7773                 "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc"
7774             },
7775             "dist": {
7776                 "type": "zip",
7777                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/48b96f2fa9bf394cb428aced8efb28709ab54cfc",
7778                 "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc",
7779                 "shasum": ""
7780             },
7781             "require": {
7782                 "php": ">=5.3.9",
7783                 "symfony/polyfill-apcu": "~1.1"
7784             },
7785             "require-dev": {
7786                 "symfony/finder": "^2.0.5|~3.0.0"
7787             },
7788             "type": "library",
7789             "extra": {
7790                 "branch-alias": {
7791                     "dev-master": "2.8-dev"
7792                 }
7793             },
7794             "autoload": {
7795                 "psr-4": {
7796                     "Symfony\\Component\\ClassLoader\\": ""
7797                 },
7798                 "exclude-from-classmap": [
7799                     "/Tests/"
7800                 ]
7801             },
7802             "notification-url": "https://packagist.org/downloads/",
7803             "license": [
7804                 "MIT"
7805             ],
7806             "authors": [
7807                 {
7808                     "name": "Fabien Potencier",
7809                     "email": "fabien@symfony.com"
7810                 },
7811                 {
7812                     "name": "Symfony Community",
7813                     "homepage": "https://symfony.com/contributors"
7814                 }
7815             ],
7816             "description": "Symfony ClassLoader Component",
7817             "homepage": "https://symfony.com",
7818             "time": "2017-06-01T20:52:29+00:00"
7819         },
7820         {
7821             "name": "symfony/config",
7822             "version": "v2.8.22",
7823             "source": {
7824                 "type": "git",
7825                 "url": "https://github.com/symfony/config.git",
7826                 "reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
7827             },
7828             "dist": {
7829                 "type": "zip",
7830                 "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
7831                 "reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
7832                 "shasum": ""
7833             },
7834             "require": {
7835                 "php": ">=5.3.9",
7836                 "symfony/filesystem": "~2.3|~3.0.0"
7837             },
7838             "require-dev": {
7839                 "symfony/yaml": "~2.7|~3.0.0"
7840             },
7841             "suggest": {
7842                 "symfony/yaml": "To use the yaml reference dumper"
7843             },
7844             "type": "library",
7845             "extra": {
7846                 "branch-alias": {
7847                     "dev-master": "2.8-dev"
7848                 }
7849             },
7850             "autoload": {
7851                 "psr-4": {
7852                     "Symfony\\Component\\Config\\": ""
7853                 },
7854                 "exclude-from-classmap": [
7855                     "/Tests/"
7856                 ]
7857             },
7858             "notification-url": "https://packagist.org/downloads/",
7859             "license": [
7860                 "MIT"
7861             ],
7862             "authors": [
7863                 {
7864                     "name": "Fabien Potencier",
7865                     "email": "fabien@symfony.com"
7866                 },
7867                 {
7868                     "name": "Symfony Community",
7869                     "homepage": "https://symfony.com/contributors"
7870                 }
7871             ],
7872             "description": "Symfony Config Component",
7873             "homepage": "https://symfony.com",
7874             "time": "2017-04-12T14:07:15+00:00"
7875         },
7876         {
7877             "name": "symfony/console",
7878             "version": "v2.8.22",
7879             "source": {
7880                 "type": "git",
7881                 "url": "https://github.com/symfony/console.git",
7882                 "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462"
7883             },
7884             "dist": {
7885                 "type": "zip",
7886                 "url": "https://api.github.com/repos/symfony/console/zipball/3ef6ef64abecd566d551d9e7f6393ac6e93b2462",
7887                 "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462",
7888                 "shasum": ""
7889             },
7890             "require": {
7891                 "php": ">=5.3.9",
7892                 "symfony/debug": "^2.7.2|~3.0.0",
7893                 "symfony/polyfill-mbstring": "~1.0"
7894             },
7895             "require-dev": {
7896                 "psr/log": "~1.0",
7897                 "symfony/event-dispatcher": "~2.1|~3.0.0",
7898                 "symfony/process": "~2.1|~3.0.0"
7899             },
7900             "suggest": {
7901                 "psr/log": "For using the console logger",
7902                 "symfony/event-dispatcher": "",
7903                 "symfony/process": ""
7904             },
7905             "type": "library",
7906             "extra": {
7907                 "branch-alias": {
7908                     "dev-master": "2.8-dev"
7909                 }
7910             },
7911             "autoload": {
7912                 "psr-4": {
7913                     "Symfony\\Component\\Console\\": ""
7914                 },
7915                 "exclude-from-classmap": [
7916                     "/Tests/"
7917                 ]
7918             },
7919             "notification-url": "https://packagist.org/downloads/",
7920             "license": [
7921                 "MIT"
7922             ],
7923             "authors": [
7924                 {
7925                     "name": "Fabien Potencier",
7926                     "email": "fabien@symfony.com"
7927                 },
7928                 {
7929                     "name": "Symfony Community",
7930                     "homepage": "https://symfony.com/contributors"
7931                 }
7932             ],
7933             "description": "Symfony Console Component",
7934             "homepage": "https://symfony.com",
7935             "time": "2017-06-02T14:36:56+00:00"
7936         },
7937         {
7938             "name": "symfony/css-selector",
7939             "version": "v2.8.22",
7940             "source": {
7941                 "type": "git",
7942                 "url": "https://github.com/symfony/css-selector.git",
7943                 "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab"
7944             },
7945             "dist": {
7946                 "type": "zip",
7947                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/ba3204654efa779691fac9e948a96b4a7067e4ab",
7948                 "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab",
7949                 "shasum": ""
7950             },
7951             "require": {
7952                 "php": ">=5.3.9"
7953             },
7954             "type": "library",
7955             "extra": {
7956                 "branch-alias": {
7957                     "dev-master": "2.8-dev"
7958                 }
7959             },
7960             "autoload": {
7961                 "psr-4": {
7962                     "Symfony\\Component\\CssSelector\\": ""
7963                 },
7964                 "exclude-from-classmap": [
7965                     "/Tests/"
7966                 ]
7967             },
7968             "notification-url": "https://packagist.org/downloads/",
7969             "license": [
7970                 "MIT"
7971             ],
7972             "authors": [
7973                 {
7974                     "name": "Jean-François Simon",
7975                     "email": "jeanfrancois.simon@sensiolabs.com"
7976                 },
7977                 {
7978                     "name": "Fabien Potencier",
7979                     "email": "fabien@symfony.com"
7980                 },
7981                 {
7982                     "name": "Symfony Community",
7983                     "homepage": "https://symfony.com/contributors"
7984                 }
7985             ],
7986             "description": "Symfony CssSelector Component",
7987             "homepage": "https://symfony.com",
7988             "time": "2017-05-01T14:31:55+00:00"
7989         },
7990         {
7991             "name": "symfony/debug",
7992             "version": "v2.8.22",
7993             "source": {
7994                 "type": "git",
7995                 "url": "https://github.com/symfony/debug.git",
7996                 "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b"
7997             },
7998             "dist": {
7999                 "type": "zip",
8000                 "url": "https://api.github.com/repos/symfony/debug/zipball/8470d7701177a88edeb0cec59b44d50ef4477e9b",
8001                 "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b",
8002                 "shasum": ""
8003             },
8004             "require": {
8005                 "php": ">=5.3.9",
8006                 "psr/log": "~1.0"
8007             },
8008             "conflict": {
8009                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
8010             },
8011             "require-dev": {
8012                 "symfony/class-loader": "~2.2|~3.0.0",
8013                 "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
8014             },
8015             "type": "library",
8016             "extra": {
8017                 "branch-alias": {
8018                     "dev-master": "2.8-dev"
8019                 }
8020             },
8021             "autoload": {
8022                 "psr-4": {
8023                     "Symfony\\Component\\Debug\\": ""
8024                 },
8025                 "exclude-from-classmap": [
8026                     "/Tests/"
8027                 ]
8028             },
8029             "notification-url": "https://packagist.org/downloads/",
8030             "license": [
8031                 "MIT"
8032             ],
8033             "authors": [
8034                 {
8035                     "name": "Fabien Potencier",
8036                     "email": "fabien@symfony.com"
8037                 },
8038                 {
8039                     "name": "Symfony Community",
8040                     "homepage": "https://symfony.com/contributors"
8041                 }
8042             ],
8043             "description": "Symfony Debug Component",
8044             "homepage": "https://symfony.com",
8045             "time": "2017-06-01T20:52:29+00:00"
8046         },
8047         {
8048             "name": "symfony/dependency-injection",
8049             "version": "v2.8.22",
8050             "source": {
8051                 "type": "git",
8052                 "url": "https://github.com/symfony/dependency-injection.git",
8053                 "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075"
8054             },
8055             "dist": {
8056                 "type": "zip",
8057                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075",
8058                 "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075",
8059                 "shasum": ""
8060             },
8061             "require": {
8062                 "php": ">=5.3.9"
8063             },
8064             "conflict": {
8065                 "symfony/expression-language": "<2.6"
8066             },
8067             "require-dev": {
8068                 "symfony/config": "~2.2|~3.0.0",
8069                 "symfony/expression-language": "~2.6|~3.0.0",
8070                 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
8071             },
8072             "suggest": {
8073                 "symfony/config": "",
8074                 "symfony/expression-language": "For using expressions in service container configuration",
8075                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
8076                 "symfony/yaml": ""
8077             },
8078             "type": "library",
8079             "extra": {
8080                 "branch-alias": {
8081                     "dev-master": "2.8-dev"
8082                 }
8083             },
8084             "autoload": {
8085                 "psr-4": {
8086                     "Symfony\\Component\\DependencyInjection\\": ""
8087                 },
8088                 "exclude-from-classmap": [
8089                     "/Tests/"
8090                 ]
8091             },
8092             "notification-url": "https://packagist.org/downloads/",
8093             "license": [
8094                 "MIT"
8095             ],
8096             "authors": [
8097                 {
8098                     "name": "Fabien Potencier",
8099                     "email": "fabien@symfony.com"
8100                 },
8101                 {
8102                     "name": "Symfony Community",
8103                     "homepage": "https://symfony.com/contributors"
8104                 }
8105             ],
8106             "description": "Symfony DependencyInjection Component",
8107             "homepage": "https://symfony.com",
8108             "time": "2017-06-02T14:36:56+00:00"
8109         },
8110         {
8111             "name": "symfony/dom-crawler",
8112             "version": "v3.2.9",
8113             "source": {
8114                 "type": "git",
8115                 "url": "https://github.com/symfony/dom-crawler.git",
8116                 "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716"
8117             },
8118             "dist": {
8119                 "type": "zip",
8120                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3d0e66d86f5eeaffa44edc884ce09322be8f4716",
8121                 "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716",
8122                 "shasum": ""
8123             },
8124             "require": {
8125                 "php": ">=5.5.9",
8126                 "symfony/polyfill-mbstring": "~1.0"
8127             },
8128             "require-dev": {
8129                 "symfony/css-selector": "~2.8|~3.0"
8130             },
8131             "suggest": {
8132                 "symfony/css-selector": ""
8133             },
8134             "type": "library",
8135             "extra": {
8136                 "branch-alias": {
8137                     "dev-master": "3.2-dev"
8138                 }
8139             },
8140             "autoload": {
8141                 "psr-4": {
8142                     "Symfony\\Component\\DomCrawler\\": ""
8143                 },
8144                 "exclude-from-classmap": [
8145                     "/Tests/"
8146                 ]
8147             },
8148             "notification-url": "https://packagist.org/downloads/",
8149             "license": [
8150                 "MIT"
8151             ],
8152             "authors": [
8153                 {
8154                     "name": "Fabien Potencier",
8155                     "email": "fabien@symfony.com"
8156                 },
8157                 {
8158                     "name": "Symfony Community",
8159                     "homepage": "https://symfony.com/contributors"
8160                 }
8161             ],
8162             "description": "Symfony DomCrawler Component",
8163             "homepage": "https://symfony.com",
8164             "time": "2017-05-25T22:59:05+00:00"
8165         },
8166         {
8167             "name": "symfony/event-dispatcher",
8168             "version": "v2.8.22",
8169             "source": {
8170                 "type": "git",
8171                 "url": "https://github.com/symfony/event-dispatcher.git",
8172                 "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
8173             },
8174             "dist": {
8175                 "type": "zip",
8176                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d",
8177                 "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
8178                 "shasum": ""
8179             },
8180             "require": {
8181                 "php": ">=5.3.9"
8182             },
8183             "require-dev": {
8184                 "psr/log": "~1.0",
8185                 "symfony/config": "^2.0.5|~3.0.0",
8186                 "symfony/dependency-injection": "~2.6|~3.0.0",
8187                 "symfony/expression-language": "~2.6|~3.0.0",
8188                 "symfony/stopwatch": "~2.3|~3.0.0"
8189             },
8190             "suggest": {
8191                 "symfony/dependency-injection": "",
8192                 "symfony/http-kernel": ""
8193             },
8194             "type": "library",
8195             "extra": {
8196                 "branch-alias": {
8197                     "dev-master": "2.8-dev"
8198                 }
8199             },
8200             "autoload": {
8201                 "psr-4": {
8202                     "Symfony\\Component\\EventDispatcher\\": ""
8203                 },
8204                 "exclude-from-classmap": [
8205                     "/Tests/"
8206                 ]
8207             },
8208             "notification-url": "https://packagist.org/downloads/",
8209             "license": [
8210                 "MIT"
8211             ],
8212             "authors": [
8213                 {
8214                     "name": "Fabien Potencier",
8215                     "email": "fabien@symfony.com"
8216                 },
8217                 {
8218                     "name": "Symfony Community",
8219                     "homepage": "https://symfony.com/contributors"
8220                 }
8221             ],
8222             "description": "Symfony EventDispatcher Component",
8223             "homepage": "https://symfony.com",
8224             "time": "2017-06-02T07:47:27+00:00"
8225         },
8226         {
8227             "name": "symfony/expression-language",
8228             "version": "v2.8.22",
8229             "source": {
8230                 "type": "git",
8231                 "url": "https://github.com/symfony/expression-language.git",
8232                 "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01"
8233             },
8234             "dist": {
8235                 "type": "zip",
8236                 "url": "https://api.github.com/repos/symfony/expression-language/zipball/2b8394d92f012fe3410e55e28c24fd90c9864a01",
8237                 "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01",
8238                 "shasum": ""
8239             },
8240             "require": {
8241                 "php": ">=5.3.9"
8242             },
8243             "type": "library",
8244             "extra": {
8245                 "branch-alias": {
8246                     "dev-master": "2.8-dev"
8247                 }
8248             },
8249             "autoload": {
8250                 "psr-4": {
8251                     "Symfony\\Component\\ExpressionLanguage\\": ""
8252                 },
8253                 "exclude-from-classmap": [
8254                     "/Tests/"
8255                 ]
8256             },
8257             "notification-url": "https://packagist.org/downloads/",
8258             "license": [
8259                 "MIT"
8260             ],
8261             "authors": [
8262                 {
8263                     "name": "Fabien Potencier",
8264                     "email": "fabien@symfony.com"
8265                 },
8266                 {
8267                     "name": "Symfony Community",
8268                     "homepage": "https://symfony.com/contributors"
8269                 }
8270             ],
8271             "description": "Symfony ExpressionLanguage Component",
8272             "homepage": "https://symfony.com",
8273             "time": "2017-06-01T20:52:29+00:00"
8274         },
8275         {
8276             "name": "symfony/filesystem",
8277             "version": "v2.8.22",
8278             "source": {
8279                 "type": "git",
8280                 "url": "https://github.com/symfony/filesystem.git",
8281                 "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c"
8282             },
8283             "dist": {
8284                 "type": "zip",
8285                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/19c11158da8d110cc5289c063bf2ec4cc1ce9e7c",
8286                 "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c",
8287                 "shasum": ""
8288             },
8289             "require": {
8290                 "php": ">=5.3.9"
8291             },
8292             "type": "library",
8293             "extra": {
8294                 "branch-alias": {
8295                     "dev-master": "2.8-dev"
8296                 }
8297             },
8298             "autoload": {
8299                 "psr-4": {
8300                     "Symfony\\Component\\Filesystem\\": ""
8301                 },
8302                 "exclude-from-classmap": [
8303                     "/Tests/"
8304                 ]
8305             },
8306             "notification-url": "https://packagist.org/downloads/",
8307             "license": [
8308                 "MIT"
8309             ],
8310             "authors": [
8311                 {
8312                     "name": "Fabien Potencier",
8313                     "email": "fabien@symfony.com"
8314                 },
8315                 {
8316                     "name": "Symfony Community",
8317                     "homepage": "https://symfony.com/contributors"
8318                 }
8319             ],
8320             "description": "Symfony Filesystem Component",
8321             "homepage": "https://symfony.com",
8322             "time": "2017-05-28T14:07:33+00:00"
8323         },
8324         {
8325             "name": "symfony/finder",
8326             "version": "v2.8.22",
8327             "source": {
8328                 "type": "git",
8329                 "url": "https://github.com/symfony/finder.git",
8330                 "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad"
8331             },
8332             "dist": {
8333                 "type": "zip",
8334                 "url": "https://api.github.com/repos/symfony/finder/zipball/4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
8335                 "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
8336                 "shasum": ""
8337             },
8338             "require": {
8339                 "php": ">=5.3.9"
8340             },
8341             "type": "library",
8342             "extra": {
8343                 "branch-alias": {
8344                     "dev-master": "2.8-dev"
8345                 }
8346             },
8347             "autoload": {
8348                 "psr-4": {
8349                     "Symfony\\Component\\Finder\\": ""
8350                 },
8351                 "exclude-from-classmap": [
8352                     "/Tests/"
8353                 ]
8354             },
8355             "notification-url": "https://packagist.org/downloads/",
8356             "license": [
8357                 "MIT"
8358             ],
8359             "authors": [
8360                 {
8361                     "name": "Fabien Potencier",
8362                     "email": "fabien@symfony.com"
8363                 },
8364                 {
8365                     "name": "Symfony Community",
8366                     "homepage": "https://symfony.com/contributors"
8367                 }
8368             ],
8369             "description": "Symfony Finder Component",
8370             "homepage": "https://symfony.com",
8371             "time": "2017-06-01T20:52:29+00:00"
8372         },
8373         {
8374             "name": "symfony/http-foundation",
8375             "version": "v2.8.22",
8376             "source": {
8377                 "type": "git",
8378                 "url": "https://github.com/symfony/http-foundation.git",
8379                 "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5"
8380             },
8381             "dist": {
8382                 "type": "zip",
8383                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/de8d8e83b9ec898e14ef8db84cee5919753b2ae5",
8384                 "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5",
8385                 "shasum": ""
8386             },
8387             "require": {
8388                 "php": ">=5.3.9",
8389                 "symfony/polyfill-mbstring": "~1.1",
8390                 "symfony/polyfill-php54": "~1.0",
8391                 "symfony/polyfill-php55": "~1.0"
8392             },
8393             "require-dev": {
8394                 "symfony/expression-language": "~2.4|~3.0.0"
8395             },
8396             "type": "library",
8397             "extra": {
8398                 "branch-alias": {
8399                     "dev-master": "2.8-dev"
8400                 }
8401             },
8402             "autoload": {
8403                 "psr-4": {
8404                     "Symfony\\Component\\HttpFoundation\\": ""
8405                 },
8406                 "exclude-from-classmap": [
8407                     "/Tests/"
8408                 ]
8409             },
8410             "notification-url": "https://packagist.org/downloads/",
8411             "license": [
8412                 "MIT"
8413             ],
8414             "authors": [
8415                 {
8416                     "name": "Fabien Potencier",
8417                     "email": "fabien@symfony.com"
8418                 },
8419                 {
8420                     "name": "Symfony Community",
8421                     "homepage": "https://symfony.com/contributors"
8422                 }
8423             ],
8424             "description": "Symfony HttpFoundation Component",
8425             "homepage": "https://symfony.com",
8426             "time": "2017-06-01T20:52:29+00:00"
8427         },
8428         {
8429             "name": "symfony/http-kernel",
8430             "version": "v2.8.22",
8431             "source": {
8432                 "type": "git",
8433                 "url": "https://github.com/symfony/http-kernel.git",
8434                 "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4"
8435             },
8436             "dist": {
8437                 "type": "zip",
8438                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4",
8439                 "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4",
8440                 "shasum": ""
8441             },
8442             "require": {
8443                 "php": ">=5.3.9",
8444                 "psr/log": "~1.0",
8445                 "symfony/debug": "^2.6.2",
8446                 "symfony/event-dispatcher": "^2.6.7|~3.0.0",
8447                 "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
8448             },
8449             "conflict": {
8450                 "symfony/config": "<2.7",
8451                 "twig/twig": "<1.34|<2.4,>=2"
8452             },
8453             "require-dev": {
8454                 "symfony/browser-kit": "~2.3|~3.0.0",
8455                 "symfony/class-loader": "~2.1|~3.0.0",
8456                 "symfony/config": "~2.8",
8457                 "symfony/console": "~2.3|~3.0.0",
8458                 "symfony/css-selector": "^2.0.5|~3.0.0",
8459                 "symfony/dependency-injection": "~2.8|~3.0.0",
8460                 "symfony/dom-crawler": "^2.0.5|~3.0.0",
8461                 "symfony/expression-language": "~2.4|~3.0.0",
8462                 "symfony/finder": "^2.0.5|~3.0.0",
8463                 "symfony/process": "^2.0.5|~3.0.0",
8464                 "symfony/routing": "~2.8|~3.0.0",
8465                 "symfony/stopwatch": "~2.3|~3.0.0",
8466                 "symfony/templating": "~2.2|~3.0.0",
8467                 "symfony/translation": "^2.0.5|~3.0.0",
8468                 "symfony/var-dumper": "~2.6|~3.0.0"
8469             },
8470             "suggest": {
8471                 "symfony/browser-kit": "",
8472                 "symfony/class-loader": "",
8473                 "symfony/config": "",
8474                 "symfony/console": "",
8475                 "symfony/dependency-injection": "",
8476                 "symfony/finder": "",
8477                 "symfony/var-dumper": ""
8478             },
8479             "type": "library",
8480             "extra": {
8481                 "branch-alias": {
8482                     "dev-master": "2.8-dev"
8483                 }
8484             },
8485             "autoload": {
8486                 "psr-4": {
8487                     "Symfony\\Component\\HttpKernel\\": ""
8488                 },
8489                 "exclude-from-classmap": [
8490                     "/Tests/"
8491                 ]
8492             },
8493             "notification-url": "https://packagist.org/downloads/",
8494             "license": [
8495                 "MIT"
8496             ],
8497             "authors": [
8498                 {
8499                     "name": "Fabien Potencier",
8500                     "email": "fabien@symfony.com"
8501                 },
8502                 {
8503                     "name": "Symfony Community",
8504                     "homepage": "https://symfony.com/contributors"
8505                 }
8506             ],
8507             "description": "Symfony HttpKernel Component",
8508             "homepage": "https://symfony.com",
8509             "time": "2017-06-07T20:12:31+00:00"
8510         },
8511         {
8512             "name": "symfony/polyfill-apcu",
8513             "version": "v1.4.0",
8514             "source": {
8515                 "type": "git",
8516                 "url": "https://github.com/symfony/polyfill-apcu.git",
8517                 "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2"
8518             },
8519             "dist": {
8520                 "type": "zip",
8521                 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/2e7965b8cdfbba50d0092d3f6dca97dddec409e2",
8522                 "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2",
8523                 "shasum": ""
8524             },
8525             "require": {
8526                 "php": ">=5.3.3"
8527             },
8528             "type": "library",
8529             "extra": {
8530                 "branch-alias": {
8531                     "dev-master": "1.4-dev"
8532                 }
8533             },
8534             "autoload": {
8535                 "files": [
8536                     "bootstrap.php"
8537                 ]
8538             },
8539             "notification-url": "https://packagist.org/downloads/",
8540             "license": [
8541                 "MIT"
8542             ],
8543             "authors": [
8544                 {
8545                     "name": "Nicolas Grekas",
8546                     "email": "p@tchwork.com"
8547                 },
8548                 {
8549                     "name": "Symfony Community",
8550                     "homepage": "https://symfony.com/contributors"
8551                 }
8552             ],
8553             "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8554             "homepage": "https://symfony.com",
8555             "keywords": [
8556                 "apcu",
8557                 "compatibility",
8558                 "polyfill",
8559                 "portable",
8560                 "shim"
8561             ],
8562             "time": "2017-06-09T08:25:21+00:00"
8563         },
8564         {
8565             "name": "symfony/polyfill-iconv",
8566             "version": "v1.4.0",
8567             "source": {
8568                 "type": "git",
8569                 "url": "https://github.com/symfony/polyfill-iconv.git",
8570                 "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9"
8571             },
8572             "dist": {
8573                 "type": "zip",
8574                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ae1347fa81423b67dbc232c8c111facb367ff8b9",
8575                 "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9",
8576                 "shasum": ""
8577             },
8578             "require": {
8579                 "php": ">=5.3.3"
8580             },
8581             "suggest": {
8582                 "ext-iconv": "For best performance"
8583             },
8584             "type": "library",
8585             "extra": {
8586                 "branch-alias": {
8587                     "dev-master": "1.4-dev"
8588                 }
8589             },
8590             "autoload": {
8591                 "psr-4": {
8592                     "Symfony\\Polyfill\\Iconv\\": ""
8593                 },
8594                 "files": [
8595                     "bootstrap.php"
8596                 ]
8597             },
8598             "notification-url": "https://packagist.org/downloads/",
8599             "license": [
8600                 "MIT"
8601             ],
8602             "authors": [
8603                 {
8604                     "name": "Nicolas Grekas",
8605                     "email": "p@tchwork.com"
8606                 },
8607                 {
8608                     "name": "Symfony Community",
8609                     "homepage": "https://symfony.com/contributors"
8610                 }
8611             ],
8612             "description": "Symfony polyfill for the Iconv extension",
8613             "homepage": "https://symfony.com",
8614             "keywords": [
8615                 "compatibility",
8616                 "iconv",
8617                 "polyfill",
8618                 "portable",
8619                 "shim"
8620             ],
8621             "time": "2017-06-09T08:25:21+00:00"
8622         },
8623         {
8624             "name": "symfony/polyfill-mbstring",
8625             "version": "v1.4.0",
8626             "source": {
8627                 "type": "git",
8628                 "url": "https://github.com/symfony/polyfill-mbstring.git",
8629                 "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
8630             },
8631             "dist": {
8632                 "type": "zip",
8633                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
8634                 "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
8635                 "shasum": ""
8636             },
8637             "require": {
8638                 "php": ">=5.3.3"
8639             },
8640             "suggest": {
8641                 "ext-mbstring": "For best performance"
8642             },
8643             "type": "library",
8644             "extra": {
8645                 "branch-alias": {
8646                     "dev-master": "1.4-dev"
8647                 }
8648             },
8649             "autoload": {
8650                 "psr-4": {
8651                     "Symfony\\Polyfill\\Mbstring\\": ""
8652                 },
8653                 "files": [
8654                     "bootstrap.php"
8655                 ]
8656             },
8657             "notification-url": "https://packagist.org/downloads/",
8658             "license": [
8659                 "MIT"
8660             ],
8661             "authors": [
8662                 {
8663                     "name": "Nicolas Grekas",
8664                     "email": "p@tchwork.com"
8665                 },
8666                 {
8667                     "name": "Symfony Community",
8668                     "homepage": "https://symfony.com/contributors"
8669                 }
8670             ],
8671             "description": "Symfony polyfill for the Mbstring extension",
8672             "homepage": "https://symfony.com",
8673             "keywords": [
8674                 "compatibility",
8675                 "mbstring",
8676                 "polyfill",
8677                 "portable",
8678                 "shim"
8679             ],
8680             "time": "2017-06-09T14:24:12+00:00"
8681         },
8682         {
8683             "name": "symfony/polyfill-php54",
8684             "version": "v1.4.0",
8685             "source": {
8686                 "type": "git",
8687                 "url": "https://github.com/symfony/polyfill-php54.git",
8688                 "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789"
8689             },
8690             "dist": {
8691                 "type": "zip",
8692                 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
8693                 "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
8694                 "shasum": ""
8695             },
8696             "require": {
8697                 "php": ">=5.3.3"
8698             },
8699             "type": "library",
8700             "extra": {
8701                 "branch-alias": {
8702                     "dev-master": "1.4-dev"
8703                 }
8704             },
8705             "autoload": {
8706                 "psr-4": {
8707                     "Symfony\\Polyfill\\Php54\\": ""
8708                 },
8709                 "files": [
8710                     "bootstrap.php"
8711                 ],
8712                 "classmap": [
8713                     "Resources/stubs"
8714                 ]
8715             },
8716             "notification-url": "https://packagist.org/downloads/",
8717             "license": [
8718                 "MIT"
8719             ],
8720             "authors": [
8721                 {
8722                     "name": "Nicolas Grekas",
8723                     "email": "p@tchwork.com"
8724                 },
8725                 {
8726                     "name": "Symfony Community",
8727                     "homepage": "https://symfony.com/contributors"
8728                 }
8729             ],
8730             "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
8731             "homepage": "https://symfony.com",
8732             "keywords": [
8733                 "compatibility",
8734                 "polyfill",
8735                 "portable",
8736                 "shim"
8737             ],
8738             "time": "2017-06-09T08:25:21+00:00"
8739         },
8740         {
8741             "name": "symfony/polyfill-php55",
8742             "version": "v1.4.0",
8743             "source": {
8744                 "type": "git",
8745                 "url": "https://github.com/symfony/polyfill-php55.git",
8746                 "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d"
8747             },
8748             "dist": {
8749                 "type": "zip",
8750                 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d",
8751                 "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d",
8752                 "shasum": ""
8753             },
8754             "require": {
8755                 "ircmaxell/password-compat": "~1.0",
8756                 "php": ">=5.3.3"
8757             },
8758             "type": "library",
8759             "extra": {
8760                 "branch-alias": {
8761                     "dev-master": "1.4-dev"
8762                 }
8763             },
8764             "autoload": {
8765                 "psr-4": {
8766                     "Symfony\\Polyfill\\Php55\\": ""
8767                 },
8768                 "files": [
8769                     "bootstrap.php"
8770                 ]
8771             },
8772             "notification-url": "https://packagist.org/downloads/",
8773             "license": [
8774                 "MIT"
8775             ],
8776             "authors": [
8777                 {
8778                     "name": "Nicolas Grekas",
8779                     "email": "p@tchwork.com"
8780                 },
8781                 {
8782                     "name": "Symfony Community",
8783                     "homepage": "https://symfony.com/contributors"
8784                 }
8785             ],
8786             "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
8787             "homepage": "https://symfony.com",
8788             "keywords": [
8789                 "compatibility",
8790                 "polyfill",
8791                 "portable",
8792                 "shim"
8793             ],
8794             "time": "2017-06-09T08:25:21+00:00"
8795         },
8796         {
8797             "name": "symfony/process",
8798             "version": "v2.8.22",
8799             "source": {
8800                 "type": "git",
8801                 "url": "https://github.com/symfony/process.git",
8802                 "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9"
8803             },
8804             "dist": {
8805                 "type": "zip",
8806                 "url": "https://api.github.com/repos/symfony/process/zipball/d54232f5682fda2f8bbebff7c81b864646867ab9",
8807                 "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9",
8808                 "shasum": ""
8809             },
8810             "require": {
8811                 "php": ">=5.3.9"
8812             },
8813             "type": "library",
8814             "extra": {
8815                 "branch-alias": {
8816                     "dev-master": "2.8-dev"
8817                 }
8818             },
8819             "autoload": {
8820                 "psr-4": {
8821                     "Symfony\\Component\\Process\\": ""
8822                 },
8823                 "exclude-from-classmap": [
8824                     "/Tests/"
8825                 ]
8826             },
8827             "notification-url": "https://packagist.org/downloads/",
8828             "license": [
8829                 "MIT"
8830             ],
8831             "authors": [
8832                 {
8833                     "name": "Fabien Potencier",
8834                     "email": "fabien@symfony.com"
8835                 },
8836                 {
8837                     "name": "Symfony Community",
8838                     "homepage": "https://symfony.com/contributors"
8839                 }
8840             ],
8841             "description": "Symfony Process Component",
8842             "homepage": "https://symfony.com",
8843             "time": "2017-05-08T01:19:21+00:00"
8844         },
8845         {
8846             "name": "symfony/psr-http-message-bridge",
8847             "version": "v1.0.0",
8848             "source": {
8849                 "type": "git",
8850                 "url": "https://github.com/symfony/psr-http-message-bridge.git",
8851                 "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de"
8852             },
8853             "dist": {
8854                 "type": "zip",
8855                 "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
8856                 "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
8857                 "shasum": ""
8858             },
8859             "require": {
8860                 "php": ">=5.3.3",
8861                 "psr/http-message": "~1.0",
8862                 "symfony/http-foundation": "~2.3|~3.0"
8863             },
8864             "require-dev": {
8865                 "symfony/phpunit-bridge": "~2.7|~3.0"
8866             },
8867             "suggest": {
8868                 "psr/http-message-implementation": "To use the HttpFoundation factory",
8869                 "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
8870             },
8871             "type": "symfony-bridge",
8872             "extra": {
8873                 "branch-alias": {
8874                     "dev-master": "1.0-dev"
8875                 }
8876             },
8877             "autoload": {
8878                 "psr-4": {
8879                     "Symfony\\Bridge\\PsrHttpMessage\\": ""
8880                 }
8881             },
8882             "notification-url": "https://packagist.org/downloads/",
8883             "license": [
8884                 "MIT"
8885             ],
8886             "authors": [
8887                 {
8888                     "name": "Symfony Community",
8889                     "homepage": "http://symfony.com/contributors"
8890                 },
8891                 {
8892                     "name": "Fabien Potencier",
8893                     "email": "fabien@symfony.com"
8894                 }
8895             ],
8896             "description": "PSR HTTP message bridge",
8897             "homepage": "http://symfony.com",
8898             "keywords": [
8899                 "http",
8900                 "http-message",
8901                 "psr-7"
8902             ],
8903             "time": "2016-09-14T18:37:20+00:00"
8904         },
8905         {
8906             "name": "symfony/routing",
8907             "version": "v2.8.22",
8908             "source": {
8909                 "type": "git",
8910                 "url": "https://github.com/symfony/routing.git",
8911                 "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19"
8912             },
8913             "dist": {
8914                 "type": "zip",
8915                 "url": "https://api.github.com/repos/symfony/routing/zipball/d428588038f13a0e5771a2a8ccbc9de46bba9a19",
8916                 "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19",
8917                 "shasum": ""
8918             },
8919             "require": {
8920                 "php": ">=5.3.9"
8921             },
8922             "conflict": {
8923                 "symfony/config": "<2.7"
8924             },
8925             "require-dev": {
8926                 "doctrine/annotations": "~1.0",
8927                 "doctrine/common": "~2.2",
8928                 "psr/log": "~1.0",
8929                 "symfony/config": "~2.7|~3.0.0",
8930                 "symfony/expression-language": "~2.4|~3.0.0",
8931                 "symfony/http-foundation": "~2.3|~3.0.0",
8932                 "symfony/yaml": "^2.0.5|~3.0.0"
8933             },
8934             "suggest": {
8935                 "doctrine/annotations": "For using the annotation loader",
8936                 "symfony/config": "For using the all-in-one router or any loader",
8937                 "symfony/dependency-injection": "For loading routes from a service",
8938                 "symfony/expression-language": "For using expression matching",
8939                 "symfony/http-foundation": "For using a Symfony Request object",
8940                 "symfony/yaml": "For using the YAML loader"
8941             },
8942             "type": "library",
8943             "extra": {
8944                 "branch-alias": {
8945                     "dev-master": "2.8-dev"
8946                 }
8947             },
8948             "autoload": {
8949                 "psr-4": {
8950                     "Symfony\\Component\\Routing\\": ""
8951                 },
8952                 "exclude-from-classmap": [
8953                     "/Tests/"
8954                 ]
8955             },
8956             "notification-url": "https://packagist.org/downloads/",
8957             "license": [
8958                 "MIT"
8959             ],
8960             "authors": [
8961                 {
8962                     "name": "Fabien Potencier",
8963                     "email": "fabien@symfony.com"
8964                 },
8965                 {
8966                     "name": "Symfony Community",
8967                     "homepage": "https://symfony.com/contributors"
8968                 }
8969             ],
8970             "description": "Symfony Routing Component",
8971             "homepage": "https://symfony.com",
8972             "keywords": [
8973                 "router",
8974                 "routing",
8975                 "uri",
8976                 "url"
8977             ],
8978             "time": "2017-06-01T20:52:29+00:00"
8979         },
8980         {
8981             "name": "symfony/serializer",
8982             "version": "v2.8.22",
8983             "source": {
8984                 "type": "git",
8985                 "url": "https://github.com/symfony/serializer.git",
8986                 "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2"
8987             },
8988             "dist": {
8989                 "type": "zip",
8990                 "url": "https://api.github.com/repos/symfony/serializer/zipball/c6ccf71a899711efa21b0a98150b2c0af08f3cb2",
8991                 "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2",
8992                 "shasum": ""
8993             },
8994             "require": {
8995                 "php": ">=5.3.9",
8996                 "symfony/polyfill-php55": "~1.0"
8997             },
8998             "require-dev": {
8999                 "doctrine/annotations": "~1.0",
9000                 "doctrine/cache": "~1.0",
9001                 "symfony/config": "~2.2|~3.0.0",
9002                 "symfony/property-access": "~2.3|~3.0.0",
9003                 "symfony/yaml": "^2.0.5|~3.0.0"
9004             },
9005             "suggest": {
9006                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9007                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9008                 "symfony/config": "For using the XML mapping loader.",
9009                 "symfony/property-access": "For using the ObjectNormalizer.",
9010                 "symfony/yaml": "For using the default YAML mapping loader."
9011             },
9012             "type": "library",
9013             "extra": {
9014                 "branch-alias": {
9015                     "dev-master": "2.8-dev"
9016                 }
9017             },
9018             "autoload": {
9019                 "psr-4": {
9020                     "Symfony\\Component\\Serializer\\": ""
9021                 },
9022                 "exclude-from-classmap": [
9023                     "/Tests/"
9024                 ]
9025             },
9026             "notification-url": "https://packagist.org/downloads/",
9027             "license": [
9028                 "MIT"
9029             ],
9030             "authors": [
9031                 {
9032                     "name": "Fabien Potencier",
9033                     "email": "fabien@symfony.com"
9034                 },
9035                 {
9036                     "name": "Symfony Community",
9037                     "homepage": "https://symfony.com/contributors"
9038                 }
9039             ],
9040             "description": "Symfony Serializer Component",
9041             "homepage": "https://symfony.com",
9042             "time": "2017-06-01T20:52:29+00:00"
9043         },
9044         {
9045             "name": "symfony/translation",
9046             "version": "v2.8.22",
9047             "source": {
9048                 "type": "git",
9049                 "url": "https://github.com/symfony/translation.git",
9050                 "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46"
9051             },
9052             "dist": {
9053                 "type": "zip",
9054                 "url": "https://api.github.com/repos/symfony/translation/zipball/14db4cc1172a722aaa3b558bfa8eff593b43cd46",
9055                 "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46",
9056                 "shasum": ""
9057             },
9058             "require": {
9059                 "php": ">=5.3.9",
9060                 "symfony/polyfill-mbstring": "~1.0"
9061             },
9062             "conflict": {
9063                 "symfony/config": "<2.7"
9064             },
9065             "require-dev": {
9066                 "psr/log": "~1.0",
9067                 "symfony/config": "~2.8",
9068                 "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
9069                 "symfony/yaml": "~2.2|~3.0.0"
9070             },
9071             "suggest": {
9072                 "psr/log": "To use logging capability in translator",
9073                 "symfony/config": "",
9074                 "symfony/yaml": ""
9075             },
9076             "type": "library",
9077             "extra": {
9078                 "branch-alias": {
9079                     "dev-master": "2.8-dev"
9080                 }
9081             },
9082             "autoload": {
9083                 "psr-4": {
9084                     "Symfony\\Component\\Translation\\": ""
9085                 },
9086                 "exclude-from-classmap": [
9087                     "/Tests/"
9088                 ]
9089             },
9090             "notification-url": "https://packagist.org/downloads/",
9091             "license": [
9092                 "MIT"
9093             ],
9094             "authors": [
9095                 {
9096                     "name": "Fabien Potencier",
9097                     "email": "fabien@symfony.com"
9098                 },
9099                 {
9100                     "name": "Symfony Community",
9101                     "homepage": "https://symfony.com/contributors"
9102                 }
9103             ],
9104             "description": "Symfony Translation Component",
9105             "homepage": "https://symfony.com",
9106             "time": "2017-06-01T20:52:29+00:00"
9107         },
9108         {
9109             "name": "symfony/validator",
9110             "version": "v2.8.22",
9111             "source": {
9112                 "type": "git",
9113                 "url": "https://github.com/symfony/validator.git",
9114                 "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50"
9115             },
9116             "dist": {
9117                 "type": "zip",
9118                 "url": "https://api.github.com/repos/symfony/validator/zipball/9f323f762ad21bfb9df7c1afacbdd8addf0f8c50",
9119                 "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50",
9120                 "shasum": ""
9121             },
9122             "require": {
9123                 "php": ">=5.3.9",
9124                 "symfony/polyfill-mbstring": "~1.0",
9125                 "symfony/translation": "~2.4|~3.0.0"
9126             },
9127             "require-dev": {
9128                 "doctrine/annotations": "~1.0",
9129                 "doctrine/cache": "~1.0",
9130                 "egulias/email-validator": "^1.2.1",
9131                 "symfony/config": "~2.2|~3.0.0",
9132                 "symfony/expression-language": "~2.4|~3.0.0",
9133                 "symfony/http-foundation": "~2.3|~3.0.0",
9134                 "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
9135                 "symfony/property-access": "~2.3|~3.0.0",
9136                 "symfony/yaml": "^2.0.5|~3.0.0"
9137             },
9138             "suggest": {
9139                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9140                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9141                 "egulias/email-validator": "Strict (RFC compliant) email validation",
9142                 "symfony/config": "",
9143                 "symfony/expression-language": "For using the 2.4 Expression validator",
9144                 "symfony/http-foundation": "",
9145                 "symfony/intl": "",
9146                 "symfony/property-access": "For using the 2.4 Validator API",
9147                 "symfony/yaml": ""
9148             },
9149             "type": "library",
9150             "extra": {
9151                 "branch-alias": {
9152                     "dev-master": "2.8-dev"
9153                 }
9154             },
9155             "autoload": {
9156                 "psr-4": {
9157                     "Symfony\\Component\\Validator\\": ""
9158                 },
9159                 "exclude-from-classmap": [
9160                     "/Tests/"
9161                 ]
9162             },
9163             "notification-url": "https://packagist.org/downloads/",
9164             "license": [
9165                 "MIT"
9166             ],
9167             "authors": [
9168                 {
9169                     "name": "Fabien Potencier",
9170                     "email": "fabien@symfony.com"
9171                 },
9172                 {
9173                     "name": "Symfony Community",
9174                     "homepage": "https://symfony.com/contributors"
9175                 }
9176             ],
9177             "description": "Symfony Validator Component",
9178             "homepage": "https://symfony.com",
9179             "time": "2017-06-02T14:36:56+00:00"
9180         },
9181         {
9182             "name": "symfony/var-dumper",
9183             "version": "v2.8.22",
9184             "source": {
9185                 "type": "git",
9186                 "url": "https://github.com/symfony/var-dumper.git",
9187                 "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152"
9188             },
9189             "dist": {
9190                 "type": "zip",
9191                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8108f6200e8a1cf999df2691431a2d71e6db1152",
9192                 "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152",
9193                 "shasum": ""
9194             },
9195             "require": {
9196                 "php": ">=5.3.9",
9197                 "symfony/polyfill-mbstring": "~1.0"
9198             },
9199             "conflict": {
9200                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9201             },
9202             "require-dev": {
9203                 "ext-iconv": "*",
9204                 "twig/twig": "~1.34|~2.4"
9205             },
9206             "suggest": {
9207                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
9208                 "ext-symfony_debug": ""
9209             },
9210             "type": "library",
9211             "extra": {
9212                 "branch-alias": {
9213                     "dev-master": "2.8-dev"
9214                 }
9215             },
9216             "autoload": {
9217                 "files": [
9218                     "Resources/functions/dump.php"
9219                 ],
9220                 "psr-4": {
9221                     "Symfony\\Component\\VarDumper\\": ""
9222                 },
9223                 "exclude-from-classmap": [
9224                     "/Tests/"
9225                 ]
9226             },
9227             "notification-url": "https://packagist.org/downloads/",
9228             "license": [
9229                 "MIT"
9230             ],
9231             "authors": [
9232                 {
9233                     "name": "Nicolas Grekas",
9234                     "email": "p@tchwork.com"
9235                 },
9236                 {
9237                     "name": "Symfony Community",
9238                     "homepage": "https://symfony.com/contributors"
9239                 }
9240             ],
9241             "description": "Symfony mechanism for exploring and dumping PHP variables",
9242             "homepage": "https://symfony.com",
9243             "keywords": [
9244                 "debug",
9245                 "dump"
9246             ],
9247             "time": "2017-06-02T08:28:06+00:00"
9248         },
9249         {
9250             "name": "symfony/yaml",
9251             "version": "v2.8.22",
9252             "source": {
9253                 "type": "git",
9254                 "url": "https://github.com/symfony/yaml.git",
9255                 "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
9256             },
9257             "dist": {
9258                 "type": "zip",
9259                 "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
9260                 "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
9261                 "shasum": ""
9262             },
9263             "require": {
9264                 "php": ">=5.3.9"
9265             },
9266             "type": "library",
9267             "extra": {
9268                 "branch-alias": {
9269                     "dev-master": "2.8-dev"
9270                 }
9271             },
9272             "autoload": {
9273                 "psr-4": {
9274                     "Symfony\\Component\\Yaml\\": ""
9275                 },
9276                 "exclude-from-classmap": [
9277                     "/Tests/"
9278                 ]
9279             },
9280             "notification-url": "https://packagist.org/downloads/",
9281             "license": [
9282                 "MIT"
9283             ],
9284             "authors": [
9285                 {
9286                     "name": "Fabien Potencier",
9287                     "email": "fabien@symfony.com"
9288                 },
9289                 {
9290                     "name": "Symfony Community",
9291                     "homepage": "https://symfony.com/contributors"
9292                 }
9293             ],
9294             "description": "Symfony Yaml Component",
9295             "homepage": "https://symfony.com",
9296             "time": "2017-06-01T20:52:29+00:00"
9297         },
9298         {
9299             "name": "twbs/bootstrap-sass",
9300             "version": "v3.3.7",
9301             "source": {
9302                 "type": "git",
9303                 "url": "https://github.com/twbs/bootstrap-sass.git",
9304                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
9305             },
9306             "dist": {
9307                 "type": "zip",
9308                 "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
9309                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
9310                 "shasum": ""
9311             },
9312             "type": "library",
9313             "extra": {
9314                 "branch-alias": {
9315                     "dev-master": "3.3.x-dev"
9316                 }
9317             },
9318             "notification-url": "https://packagist.org/downloads/",
9319             "license": [
9320                 "MIT"
9321             ],
9322             "authors": [
9323                 {
9324                     "name": "Mark Otto"
9325                 },
9326                 {
9327                     "name": "Thomas McDonald"
9328                 },
9329                 {
9330                     "name": "Tristan Harward"
9331                 },
9332                 {
9333                     "name": "Peter Gumeson"
9334                 },
9335                 {
9336                     "name": "Gleb Mazovetskiy"
9337                 },
9338                 {
9339                     "name": "Jacob Thornton"
9340                 }
9341             ],
9342             "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
9343             "homepage": "http://github.com/twbs/bootstrap-sass",
9344             "keywords": [
9345                 "bootstrap",
9346                 "css",
9347                 "sass"
9348             ],
9349             "time": "2016-07-25T19:58:53+00:00"
9350         },
9351         {
9352             "name": "twig/twig",
9353             "version": "v1.34.3",
9354             "source": {
9355                 "type": "git",
9356                 "url": "https://github.com/twigphp/Twig.git",
9357                 "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e"
9358             },
9359             "dist": {
9360                 "type": "zip",
9361                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/451c6f4197e113e24c1c85bc3fc8c2d77adeff2e",
9362                 "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e",
9363                 "shasum": ""
9364             },
9365             "require": {
9366                 "php": ">=5.3.3"
9367             },
9368             "require-dev": {
9369                 "psr/container": "^1.0",
9370                 "symfony/debug": "~2.7",
9371                 "symfony/phpunit-bridge": "~3.3@dev"
9372             },
9373             "type": "library",
9374             "extra": {
9375                 "branch-alias": {
9376                     "dev-master": "1.34-dev"
9377                 }
9378             },
9379             "autoload": {
9380                 "psr-0": {
9381                     "Twig_": "lib/"
9382                 },
9383                 "psr-4": {
9384                     "Twig\\": "src/"
9385                 }
9386             },
9387             "notification-url": "https://packagist.org/downloads/",
9388             "license": [
9389                 "BSD-3-Clause"
9390             ],
9391             "authors": [
9392                 {
9393                     "name": "Fabien Potencier",
9394                     "email": "fabien@symfony.com",
9395                     "homepage": "http://fabien.potencier.org",
9396                     "role": "Lead Developer"
9397                 },
9398                 {
9399                     "name": "Armin Ronacher",
9400                     "email": "armin.ronacher@active-4.com",
9401                     "role": "Project Founder"
9402                 },
9403                 {
9404                     "name": "Twig Team",
9405                     "homepage": "http://twig.sensiolabs.org/contributors",
9406                     "role": "Contributors"
9407                 }
9408             ],
9409             "description": "Twig, the flexible, fast, and secure template language for PHP",
9410             "homepage": "http://twig.sensiolabs.org",
9411             "keywords": [
9412                 "templating"
9413             ],
9414             "time": "2017-06-07T18:45:17+00:00"
9415         },
9416         {
9417             "name": "webflo/drupal-finder",
9418             "version": "0.3.0",
9419             "source": {
9420                 "type": "git",
9421                 "url": "https://github.com/webflo/drupal-finder.git",
9422                 "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b"
9423             },
9424             "dist": {
9425                 "type": "zip",
9426                 "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/6ef150707aad1755d91f9b0d2108bcc16661e76b",
9427                 "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b",
9428                 "shasum": ""
9429             },
9430             "require-dev": {
9431                 "mikey179/vfsstream": "^1.6",
9432                 "phpunit/phpunit": "^4.8"
9433             },
9434             "type": "library",
9435             "autoload": {
9436                 "classmap": [
9437                     "src/DrupalFinder.php"
9438                 ]
9439             },
9440             "notification-url": "https://packagist.org/downloads/",
9441             "license": [
9442                 "GPL-2.0+"
9443             ],
9444             "authors": [
9445                 {
9446                     "name": "Florian Weber",
9447                     "email": "florian@webflo.org"
9448                 }
9449             ],
9450             "description": "Helper class to locate a Drupal installation from a given path.",
9451             "time": "2017-05-04T08:54:02+00:00"
9452         },
9453         {
9454             "name": "webmozart/assert",
9455             "version": "1.2.0",
9456             "source": {
9457                 "type": "git",
9458                 "url": "https://github.com/webmozart/assert.git",
9459                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
9460             },
9461             "dist": {
9462                 "type": "zip",
9463                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
9464                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
9465                 "shasum": ""
9466             },
9467             "require": {
9468                 "php": "^5.3.3 || ^7.0"
9469             },
9470             "require-dev": {
9471                 "phpunit/phpunit": "^4.6",
9472                 "sebastian/version": "^1.0.1"
9473             },
9474             "type": "library",
9475             "extra": {
9476                 "branch-alias": {
9477                     "dev-master": "1.3-dev"
9478                 }
9479             },
9480             "autoload": {
9481                 "psr-4": {
9482                     "Webmozart\\Assert\\": "src/"
9483                 }
9484             },
9485             "notification-url": "https://packagist.org/downloads/",
9486             "license": [
9487                 "MIT"
9488             ],
9489             "authors": [
9490                 {
9491                     "name": "Bernhard Schussek",
9492                     "email": "bschussek@gmail.com"
9493                 }
9494             ],
9495             "description": "Assertions to validate method input/output with nice error messages.",
9496             "keywords": [
9497                 "assert",
9498                 "check",
9499                 "validate"
9500             ],
9501             "time": "2016-11-23T20:04:58+00:00"
9502         },
9503         {
9504             "name": "webmozart/path-util",
9505             "version": "2.3.0",
9506             "source": {
9507                 "type": "git",
9508                 "url": "https://github.com/webmozart/path-util.git",
9509                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
9510             },
9511             "dist": {
9512                 "type": "zip",
9513                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
9514                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
9515                 "shasum": ""
9516             },
9517             "require": {
9518                 "php": ">=5.3.3",
9519                 "webmozart/assert": "~1.0"
9520             },
9521             "require-dev": {
9522                 "phpunit/phpunit": "^4.6",
9523                 "sebastian/version": "^1.0.1"
9524             },
9525             "type": "library",
9526             "extra": {
9527                 "branch-alias": {
9528                     "dev-master": "2.3-dev"
9529                 }
9530             },
9531             "autoload": {
9532                 "psr-4": {
9533                     "Webmozart\\PathUtil\\": "src/"
9534                 }
9535             },
9536             "notification-url": "https://packagist.org/downloads/",
9537             "license": [
9538                 "MIT"
9539             ],
9540             "authors": [
9541                 {
9542                     "name": "Bernhard Schussek",
9543                     "email": "bschussek@gmail.com"
9544                 }
9545             ],
9546             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
9547             "time": "2015-12-17T08:42:14+00:00"
9548         },
9549         {
9550             "name": "zendframework/zend-diactoros",
9551             "version": "1.4.0",
9552             "source": {
9553                 "type": "git",
9554                 "url": "https://github.com/zendframework/zend-diactoros.git",
9555                 "reference": "b03f285a333f51e58c95cce54109a4a9ed691436"
9556             },
9557             "dist": {
9558                 "type": "zip",
9559                 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436",
9560                 "reference": "b03f285a333f51e58c95cce54109a4a9ed691436",
9561                 "shasum": ""
9562             },
9563             "require": {
9564                 "php": "^5.4 || ^7.0",
9565                 "psr/http-message": "~1.0"
9566             },
9567             "provide": {
9568                 "psr/http-message-implementation": "1.0"
9569             },
9570             "require-dev": {
9571                 "ext-dom": "*",
9572                 "ext-libxml": "*",
9573                 "phpunit/phpunit": "^4.6 || ^5.5",
9574                 "zendframework/zend-coding-standard": "~1.0.0"
9575             },
9576             "type": "library",
9577             "extra": {
9578                 "branch-alias": {
9579                     "dev-master": "1.4-dev",
9580                     "dev-develop": "1.5-dev"
9581                 }
9582             },
9583             "autoload": {
9584                 "psr-4": {
9585                     "Zend\\Diactoros\\": "src/"
9586                 }
9587             },
9588             "notification-url": "https://packagist.org/downloads/",
9589             "license": [
9590                 "BSD-2-Clause"
9591             ],
9592             "description": "PSR HTTP Message implementations",
9593             "homepage": "https://github.com/zendframework/zend-diactoros",
9594             "keywords": [
9595                 "http",
9596                 "psr",
9597                 "psr-7"
9598             ],
9599             "time": "2017-04-06T16:18:34+00:00"
9600         },
9601         {
9602             "name": "zendframework/zend-escaper",
9603             "version": "2.5.2",
9604             "source": {
9605                 "type": "git",
9606                 "url": "https://github.com/zendframework/zend-escaper.git",
9607                 "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
9608             },
9609             "dist": {
9610                 "type": "zip",
9611                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
9612                 "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
9613                 "shasum": ""
9614             },
9615             "require": {
9616                 "php": ">=5.5"
9617             },
9618             "require-dev": {
9619                 "fabpot/php-cs-fixer": "1.7.*",
9620                 "phpunit/phpunit": "~4.0"
9621             },
9622             "type": "library",
9623             "extra": {
9624                 "branch-alias": {
9625                     "dev-master": "2.5-dev",
9626                     "dev-develop": "2.6-dev"
9627                 }
9628             },
9629             "autoload": {
9630                 "psr-4": {
9631                     "Zend\\Escaper\\": "src/"
9632                 }
9633             },
9634             "notification-url": "https://packagist.org/downloads/",
9635             "license": [
9636                 "BSD-3-Clause"
9637             ],
9638             "homepage": "https://github.com/zendframework/zend-escaper",
9639             "keywords": [
9640                 "escaper",
9641                 "zf2"
9642             ],
9643             "time": "2016-06-30T19:48:38+00:00"
9644         },
9645         {
9646             "name": "zendframework/zend-feed",
9647             "version": "2.8.0",
9648             "source": {
9649                 "type": "git",
9650                 "url": "https://github.com/zendframework/zend-feed.git",
9651                 "reference": "94579e805dd108683209fe14b3b5d4276de3de6e"
9652             },
9653             "dist": {
9654                 "type": "zip",
9655                 "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/94579e805dd108683209fe14b3b5d4276de3de6e",
9656                 "reference": "94579e805dd108683209fe14b3b5d4276de3de6e",
9657                 "shasum": ""
9658             },
9659             "require": {
9660                 "php": "^5.6 || ^7.0",
9661                 "zendframework/zend-escaper": "^2.5",
9662                 "zendframework/zend-stdlib": "^2.7 || ^3.1"
9663             },
9664             "require-dev": {
9665                 "phpunit/phpunit": "^6.0.8 || ^5.7.15",
9666                 "psr/http-message": "^1.0",
9667                 "zendframework/zend-cache": "^2.6",
9668                 "zendframework/zend-coding-standard": "~1.0.0",
9669                 "zendframework/zend-db": "^2.7",
9670                 "zendframework/zend-http": "^2.5.4",
9671                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
9672                 "zendframework/zend-validator": "^2.6"
9673             },
9674             "suggest": {
9675                 "psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
9676                 "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
9677                 "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
9678                 "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
9679                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
9680                 "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent"
9681             },
9682             "type": "library",
9683             "extra": {
9684                 "branch-alias": {
9685                     "dev-master": "2.8-dev",
9686                     "dev-develop": "2.9-dev"
9687                 }
9688             },
9689             "autoload": {
9690                 "psr-4": {
9691                     "Zend\\Feed\\": "src/"
9692                 }
9693             },
9694             "notification-url": "https://packagist.org/downloads/",
9695             "license": [
9696                 "BSD-3-Clause"
9697             ],
9698             "description": "provides functionality for consuming RSS and Atom feeds",
9699             "homepage": "https://github.com/zendframework/zend-feed",
9700             "keywords": [
9701                 "feed",
9702                 "zf2"
9703             ],
9704             "time": "2017-04-01T15:03:14+00:00"
9705         },
9706         {
9707             "name": "zendframework/zend-stdlib",
9708             "version": "3.1.0",
9709             "source": {
9710                 "type": "git",
9711                 "url": "https://github.com/zendframework/zend-stdlib.git",
9712                 "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
9713             },
9714             "dist": {
9715                 "type": "zip",
9716                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
9717                 "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
9718                 "shasum": ""
9719             },
9720             "require": {
9721                 "php": "^5.6 || ^7.0"
9722             },
9723             "require-dev": {
9724                 "athletic/athletic": "~0.1",
9725                 "phpunit/phpunit": "~4.0",
9726                 "squizlabs/php_codesniffer": "^2.6.2"
9727             },
9728             "type": "library",
9729             "extra": {
9730                 "branch-alias": {
9731                     "dev-master": "3.1-dev",
9732                     "dev-develop": "3.2-dev"
9733                 }
9734             },
9735             "autoload": {
9736                 "psr-4": {
9737                     "Zend\\Stdlib\\": "src/"
9738                 }
9739             },
9740             "notification-url": "https://packagist.org/downloads/",
9741             "license": [
9742                 "BSD-3-Clause"
9743             ],
9744             "homepage": "https://github.com/zendframework/zend-stdlib",
9745             "keywords": [
9746                 "stdlib",
9747                 "zf2"
9748             ],
9749             "time": "2016-09-13T14:38:50+00:00"
9750         }
9751     ],
9752     "packages-dev": [
9753         {
9754             "name": "ajgl/breakpoint-twig-extension",
9755             "version": "0.3.0",
9756             "source": {
9757                 "type": "git",
9758                 "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
9759                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
9760             },
9761             "dist": {
9762                 "type": "zip",
9763                 "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
9764                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
9765                 "shasum": ""
9766             },
9767             "require": {
9768                 "php": ">=5.4.0",
9769                 "twig/twig": "^1.14"
9770             },
9771             "require-dev": {
9772                 "symfony/framework-bundle": "^2.3",
9773                 "symfony/twig-bundle": "^2.3"
9774             },
9775             "suggest": {
9776                 "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
9777                 "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
9778                 "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
9779             },
9780             "type": "library",
9781             "extra": {
9782                 "branch-alias": {
9783                     "dev-master": "0.4.x-dev"
9784                 }
9785             },
9786             "autoload": {
9787                 "psr-4": {
9788                     "Ajgl\\Twig\\Extension\\": "src/"
9789                 }
9790             },
9791             "notification-url": "https://packagist.org/downloads/",
9792             "license": [
9793                 "MIT"
9794             ],
9795             "authors": [
9796                 {
9797                     "name": "Antonio J. García Lagar",
9798                     "email": "aj@garcialagar.es",
9799                     "homepage": "http://aj.garcialagar.es",
9800                     "role": "developer"
9801                 }
9802             ],
9803             "description": "Twig extension to set breakpoints",
9804             "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
9805             "keywords": [
9806                 "Xdebug",
9807                 "breakpoint",
9808                 "twig"
9809             ],
9810             "time": "2016-03-31T18:09:32+00:00"
9811         },
9812         {
9813             "name": "behat/mink",
9814             "version": "v1.7.1",
9815             "source": {
9816                 "type": "git",
9817                 "url": "https://github.com/minkphp/Mink.git",
9818                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
9819             },
9820             "dist": {
9821                 "type": "zip",
9822                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
9823                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
9824                 "shasum": ""
9825             },
9826             "require": {
9827                 "php": ">=5.3.1",
9828                 "symfony/css-selector": "~2.1|~3.0"
9829             },
9830             "require-dev": {
9831                 "symfony/phpunit-bridge": "~2.7|~3.0"
9832             },
9833             "suggest": {
9834                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
9835                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
9836                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
9837                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
9838             },
9839             "type": "library",
9840             "extra": {
9841                 "branch-alias": {
9842                     "dev-master": "1.7.x-dev"
9843                 }
9844             },
9845             "autoload": {
9846                 "psr-4": {
9847                     "Behat\\Mink\\": "src/"
9848                 }
9849             },
9850             "notification-url": "https://packagist.org/downloads/",
9851             "license": [
9852                 "MIT"
9853             ],
9854             "authors": [
9855                 {
9856                     "name": "Konstantin Kudryashov",
9857                     "email": "ever.zet@gmail.com",
9858                     "homepage": "http://everzet.com"
9859                 }
9860             ],
9861             "description": "Browser controller/emulator abstraction for PHP",
9862             "homepage": "http://mink.behat.org/",
9863             "keywords": [
9864                 "browser",
9865                 "testing",
9866                 "web"
9867             ],
9868             "time": "2016-03-05T08:26:18+00:00"
9869         },
9870         {
9871             "name": "behat/mink-browserkit-driver",
9872             "version": "v1.3.2",
9873             "source": {
9874                 "type": "git",
9875                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
9876                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
9877             },
9878             "dist": {
9879                 "type": "zip",
9880                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
9881                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
9882                 "shasum": ""
9883             },
9884             "require": {
9885                 "behat/mink": "^1.7.1@dev",
9886                 "php": ">=5.3.6",
9887                 "symfony/browser-kit": "~2.3|~3.0",
9888                 "symfony/dom-crawler": "~2.3|~3.0"
9889             },
9890             "require-dev": {
9891                 "silex/silex": "~1.2",
9892                 "symfony/phpunit-bridge": "~2.7|~3.0"
9893             },
9894             "type": "mink-driver",
9895             "extra": {
9896                 "branch-alias": {
9897                     "dev-master": "1.3.x-dev"
9898                 }
9899             },
9900             "autoload": {
9901                 "psr-4": {
9902                     "Behat\\Mink\\Driver\\": "src/"
9903                 }
9904             },
9905             "notification-url": "https://packagist.org/downloads/",
9906             "license": [
9907                 "MIT"
9908             ],
9909             "authors": [
9910                 {
9911                     "name": "Konstantin Kudryashov",
9912                     "email": "ever.zet@gmail.com",
9913                     "homepage": "http://everzet.com"
9914                 }
9915             ],
9916             "description": "Symfony2 BrowserKit driver for Mink framework",
9917             "homepage": "http://mink.behat.org/",
9918             "keywords": [
9919                 "Mink",
9920                 "Symfony2",
9921                 "browser",
9922                 "testing"
9923             ],
9924             "time": "2016-03-05T08:59:47+00:00"
9925         },
9926         {
9927             "name": "behat/mink-goutte-driver",
9928             "version": "v1.2.1",
9929             "source": {
9930                 "type": "git",
9931                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
9932                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
9933             },
9934             "dist": {
9935                 "type": "zip",
9936                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
9937                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
9938                 "shasum": ""
9939             },
9940             "require": {
9941                 "behat/mink": "~1.6@dev",
9942                 "behat/mink-browserkit-driver": "~1.2@dev",
9943                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
9944                 "php": ">=5.3.1"
9945             },
9946             "require-dev": {
9947                 "symfony/phpunit-bridge": "~2.7|~3.0"
9948             },
9949             "type": "mink-driver",
9950             "extra": {
9951                 "branch-alias": {
9952                     "dev-master": "1.2.x-dev"
9953                 }
9954             },
9955             "autoload": {
9956                 "psr-4": {
9957                     "Behat\\Mink\\Driver\\": "src/"
9958                 }
9959             },
9960             "notification-url": "https://packagist.org/downloads/",
9961             "license": [
9962                 "MIT"
9963             ],
9964             "authors": [
9965                 {
9966                     "name": "Konstantin Kudryashov",
9967                     "email": "ever.zet@gmail.com",
9968                     "homepage": "http://everzet.com"
9969                 }
9970             ],
9971             "description": "Goutte driver for Mink framework",
9972             "homepage": "http://mink.behat.org/",
9973             "keywords": [
9974                 "browser",
9975                 "goutte",
9976                 "headless",
9977                 "testing"
9978             ],
9979             "time": "2016-03-05T09:04:22+00:00"
9980         },
9981         {
9982             "name": "doctrine/instantiator",
9983             "version": "1.0.5",
9984             "source": {
9985                 "type": "git",
9986                 "url": "https://github.com/doctrine/instantiator.git",
9987                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
9988             },
9989             "dist": {
9990                 "type": "zip",
9991                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
9992                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
9993                 "shasum": ""
9994             },
9995             "require": {
9996                 "php": ">=5.3,<8.0-DEV"
9997             },
9998             "require-dev": {
9999                 "athletic/athletic": "~0.1.8",
10000                 "ext-pdo": "*",
10001                 "ext-phar": "*",
10002                 "phpunit/phpunit": "~4.0",
10003                 "squizlabs/php_codesniffer": "~2.0"
10004             },
10005             "type": "library",
10006             "extra": {
10007                 "branch-alias": {
10008                     "dev-master": "1.0.x-dev"
10009                 }
10010             },
10011             "autoload": {
10012                 "psr-4": {
10013                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
10014                 }
10015             },
10016             "notification-url": "https://packagist.org/downloads/",
10017             "license": [
10018                 "MIT"
10019             ],
10020             "authors": [
10021                 {
10022                     "name": "Marco Pivetta",
10023                     "email": "ocramius@gmail.com",
10024                     "homepage": "http://ocramius.github.com/"
10025                 }
10026             ],
10027             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
10028             "homepage": "https://github.com/doctrine/instantiator",
10029             "keywords": [
10030                 "constructor",
10031                 "instantiate"
10032             ],
10033             "time": "2015-06-14T21:17:01+00:00"
10034         },
10035         {
10036             "name": "drupal/twig_xdebug",
10037             "version": "1.0.0",
10038             "source": {
10039                 "type": "git",
10040                 "url": "https://git.drupal.org/project/twig_xdebug",
10041                 "reference": "8.x-1.0"
10042             },
10043             "dist": {
10044                 "type": "zip",
10045                 "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
10046                 "reference": "8.x-1.0",
10047                 "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
10048             },
10049             "require": {
10050                 "ajgl/breakpoint-twig-extension": "0.3",
10051                 "drupal/core": "~8.0"
10052             },
10053             "type": "drupal-module",
10054             "extra": {
10055                 "branch-alias": {
10056                     "dev-1.x": "1.x-dev"
10057                 },
10058                 "drupal": {
10059                     "version": "8.x-1.0",
10060                     "datestamp": "1464928439"
10061                 }
10062             },
10063             "notification-url": "https://packages.drupal.org/8/downloads",
10064             "license": [
10065                 "GPL-2.0+"
10066             ],
10067             "authors": [
10068                 {
10069                     "name": "charginghawk",
10070                     "homepage": "https://www.drupal.org/user/2626341"
10071                 }
10072             ],
10073             "description": "Enables Xdebug breakpoints in Twig.",
10074             "homepage": "https://www.drupal.org/project/twig_xdebug",
10075             "support": {
10076                 "source": "http://cgit.drupalcode.org/twig_xdebug"
10077             }
10078         },
10079         {
10080             "name": "fabpot/goutte",
10081             "version": "v3.2.1",
10082             "source": {
10083                 "type": "git",
10084                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
10085                 "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638"
10086             },
10087             "dist": {
10088                 "type": "zip",
10089                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638",
10090                 "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638",
10091                 "shasum": ""
10092             },
10093             "require": {
10094                 "guzzlehttp/guzzle": "^6.0",
10095                 "php": ">=5.5.0",
10096                 "symfony/browser-kit": "~2.1|~3.0",
10097                 "symfony/css-selector": "~2.1|~3.0",
10098                 "symfony/dom-crawler": "~2.1|~3.0"
10099             },
10100             "type": "application",
10101             "extra": {
10102                 "branch-alias": {
10103                     "dev-master": "3.2-dev"
10104                 }
10105             },
10106             "autoload": {
10107                 "psr-4": {
10108                     "Goutte\\": "Goutte"
10109                 }
10110             },
10111             "notification-url": "https://packagist.org/downloads/",
10112             "license": [
10113                 "MIT"
10114             ],
10115             "authors": [
10116                 {
10117                     "name": "Fabien Potencier",
10118                     "email": "fabien@symfony.com"
10119                 }
10120             ],
10121             "description": "A simple PHP Web Scraper",
10122             "homepage": "https://github.com/FriendsOfPHP/Goutte",
10123             "keywords": [
10124                 "scraper"
10125             ],
10126             "time": "2017-01-03T13:21:43+00:00"
10127         },
10128         {
10129             "name": "jcalderonzumba/gastonjs",
10130             "version": "v1.0.3",
10131             "source": {
10132                 "type": "git",
10133                 "url": "https://github.com/jcalderonzumba/gastonjs.git",
10134                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
10135             },
10136             "dist": {
10137                 "type": "zip",
10138                 "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
10139                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
10140                 "shasum": ""
10141             },
10142             "require": {
10143                 "guzzlehttp/guzzle": "~5.0|~6.0",
10144                 "php": ">=5.4"
10145             },
10146             "require-dev": {
10147                 "phpunit/phpunit": "~4.6",
10148                 "silex/silex": "~1.2",
10149                 "symfony/phpunit-bridge": "~2.7",
10150                 "symfony/process": "~2.1"
10151             },
10152             "type": "phantomjs-api",
10153             "extra": {
10154                 "branch-alias": {
10155                     "dev-master": "1.1.x-dev"
10156                 }
10157             },
10158             "autoload": {
10159                 "psr-4": {
10160                     "Zumba\\GastonJS\\": "src"
10161                 }
10162             },
10163             "notification-url": "https://packagist.org/downloads/",
10164             "license": [
10165                 "MIT"
10166             ],
10167             "authors": [
10168                 {
10169                     "name": "Juan Francisco Calderón Zumba",
10170                     "email": "juanfcz@gmail.com",
10171                     "homepage": "http://github.com/jcalderonzumba"
10172                 }
10173             ],
10174             "description": "PhantomJS API based server for webpage automation",
10175             "homepage": "https://github.com/jcalderonzumba/gastonjs",
10176             "keywords": [
10177                 "api",
10178                 "automation",
10179                 "browser",
10180                 "headless",
10181                 "phantomjs"
10182             ],
10183             "time": "2016-05-04T16:27:07+00:00"
10184         },
10185         {
10186             "name": "jcalderonzumba/mink-phantomjs-driver",
10187             "version": "v0.3.3",
10188             "source": {
10189                 "type": "git",
10190                 "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
10191                 "reference": "008f43670e94acd39273d15add1e7348eb23848d"
10192             },
10193             "dist": {
10194                 "type": "zip",
10195                 "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
10196                 "reference": "008f43670e94acd39273d15add1e7348eb23848d",
10197                 "shasum": ""
10198             },
10199             "require": {
10200                 "behat/mink": "~1.7",
10201                 "jcalderonzumba/gastonjs": "~1.0",
10202                 "php": ">=5.4",
10203                 "twig/twig": "~1.20|~2.0"
10204             },
10205             "require-dev": {
10206                 "mink/driver-testsuite": "dev-master",
10207                 "phpunit/phpunit": "~4.6"
10208             },
10209             "type": "mink-driver",
10210             "extra": {
10211                 "branch-alias": {
10212                     "dev-master": "0.4.x-dev"
10213                 }
10214             },
10215             "autoload": {
10216                 "psr-4": {
10217                     "Zumba\\Mink\\Driver\\": "src"
10218                 }
10219             },
10220             "notification-url": "https://packagist.org/downloads/",
10221             "license": [
10222                 "MIT"
10223             ],
10224             "authors": [
10225                 {
10226                     "name": "Juan Francisco Calderón Zumba",
10227                     "email": "juanfcz@gmail.com",
10228                     "homepage": "http://github.com/jcalderonzumba"
10229                 }
10230             ],
10231             "description": "PhantomJS driver for Mink framework",
10232             "homepage": "http://mink.behat.org/",
10233             "keywords": [
10234                 "ajax",
10235                 "browser",
10236                 "headless",
10237                 "javascript",
10238                 "phantomjs",
10239                 "testing"
10240             ],
10241             "time": "2016-12-01T10:57:30+00:00"
10242         },
10243         {
10244             "name": "mikey179/vfsStream",
10245             "version": "v1.6.4",
10246             "source": {
10247                 "type": "git",
10248                 "url": "https://github.com/mikey179/vfsStream.git",
10249                 "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
10250             },
10251             "dist": {
10252                 "type": "zip",
10253                 "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
10254                 "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
10255                 "shasum": ""
10256             },
10257             "require": {
10258                 "php": ">=5.3.0"
10259             },
10260             "require-dev": {
10261                 "phpunit/phpunit": "~4.5"
10262             },
10263             "type": "library",
10264             "extra": {
10265                 "branch-alias": {
10266                     "dev-master": "1.6.x-dev"
10267                 }
10268             },
10269             "autoload": {
10270                 "psr-0": {
10271                     "org\\bovigo\\vfs\\": "src/main/php"
10272                 }
10273             },
10274             "notification-url": "https://packagist.org/downloads/",
10275             "license": [
10276                 "BSD-3-Clause"
10277             ],
10278             "authors": [
10279                 {
10280                     "name": "Frank Kleine",
10281                     "homepage": "http://frankkleine.de/",
10282                     "role": "Developer"
10283                 }
10284             ],
10285             "description": "Virtual file system to mock the real file system in unit tests.",
10286             "homepage": "http://vfs.bovigo.org/",
10287             "time": "2016-07-18T14:02:57+00:00"
10288         },
10289         {
10290             "name": "phpspec/prophecy",
10291             "version": "v1.7.0",
10292             "source": {
10293                 "type": "git",
10294                 "url": "https://github.com/phpspec/prophecy.git",
10295                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
10296             },
10297             "dist": {
10298                 "type": "zip",
10299                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
10300                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
10301                 "shasum": ""
10302             },
10303             "require": {
10304                 "doctrine/instantiator": "^1.0.2",
10305                 "php": "^5.3|^7.0",
10306                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
10307                 "sebastian/comparator": "^1.1|^2.0",
10308                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
10309             },
10310             "require-dev": {
10311                 "phpspec/phpspec": "^2.5|^3.2",
10312                 "phpunit/phpunit": "^4.8 || ^5.6.5"
10313             },
10314             "type": "library",
10315             "extra": {
10316                 "branch-alias": {
10317                     "dev-master": "1.6.x-dev"
10318                 }
10319             },
10320             "autoload": {
10321                 "psr-0": {
10322                     "Prophecy\\": "src/"
10323                 }
10324             },
10325             "notification-url": "https://packagist.org/downloads/",
10326             "license": [
10327                 "MIT"
10328             ],
10329             "authors": [
10330                 {
10331                     "name": "Konstantin Kudryashov",
10332                     "email": "ever.zet@gmail.com",
10333                     "homepage": "http://everzet.com"
10334                 },
10335                 {
10336                     "name": "Marcello Duarte",
10337                     "email": "marcello.duarte@gmail.com"
10338                 }
10339             ],
10340             "description": "Highly opinionated mocking framework for PHP 5.3+",
10341             "homepage": "https://github.com/phpspec/prophecy",
10342             "keywords": [
10343                 "Double",
10344                 "Dummy",
10345                 "fake",
10346                 "mock",
10347                 "spy",
10348                 "stub"
10349             ],
10350             "time": "2017-03-02T20:05:34+00:00"
10351         },
10352         {
10353             "name": "phpunit/php-code-coverage",
10354             "version": "2.2.4",
10355             "source": {
10356                 "type": "git",
10357                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
10358                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
10359             },
10360             "dist": {
10361                 "type": "zip",
10362                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
10363                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
10364                 "shasum": ""
10365             },
10366             "require": {
10367                 "php": ">=5.3.3",
10368                 "phpunit/php-file-iterator": "~1.3",
10369                 "phpunit/php-text-template": "~1.2",
10370                 "phpunit/php-token-stream": "~1.3",
10371                 "sebastian/environment": "^1.3.2",
10372                 "sebastian/version": "~1.0"
10373             },
10374             "require-dev": {
10375                 "ext-xdebug": ">=2.1.4",
10376                 "phpunit/phpunit": "~4"
10377             },
10378             "suggest": {
10379                 "ext-dom": "*",
10380                 "ext-xdebug": ">=2.2.1",
10381                 "ext-xmlwriter": "*"
10382             },
10383             "type": "library",
10384             "extra": {
10385                 "branch-alias": {
10386                     "dev-master": "2.2.x-dev"
10387                 }
10388             },
10389             "autoload": {
10390                 "classmap": [
10391                     "src/"
10392                 ]
10393             },
10394             "notification-url": "https://packagist.org/downloads/",
10395             "license": [
10396                 "BSD-3-Clause"
10397             ],
10398             "authors": [
10399                 {
10400                     "name": "Sebastian Bergmann",
10401                     "email": "sb@sebastian-bergmann.de",
10402                     "role": "lead"
10403                 }
10404             ],
10405             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
10406             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
10407             "keywords": [
10408                 "coverage",
10409                 "testing",
10410                 "xunit"
10411             ],
10412             "time": "2015-10-06T15:47:00+00:00"
10413         },
10414         {
10415             "name": "phpunit/php-file-iterator",
10416             "version": "1.4.2",
10417             "source": {
10418                 "type": "git",
10419                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
10420                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
10421             },
10422             "dist": {
10423                 "type": "zip",
10424                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
10425                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
10426                 "shasum": ""
10427             },
10428             "require": {
10429                 "php": ">=5.3.3"
10430             },
10431             "type": "library",
10432             "extra": {
10433                 "branch-alias": {
10434                     "dev-master": "1.4.x-dev"
10435                 }
10436             },
10437             "autoload": {
10438                 "classmap": [
10439                     "src/"
10440                 ]
10441             },
10442             "notification-url": "https://packagist.org/downloads/",
10443             "license": [
10444                 "BSD-3-Clause"
10445             ],
10446             "authors": [
10447                 {
10448                     "name": "Sebastian Bergmann",
10449                     "email": "sb@sebastian-bergmann.de",
10450                     "role": "lead"
10451                 }
10452             ],
10453             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
10454             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
10455             "keywords": [
10456                 "filesystem",
10457                 "iterator"
10458             ],
10459             "time": "2016-10-03T07:40:28+00:00"
10460         },
10461         {
10462             "name": "phpunit/php-text-template",
10463             "version": "1.2.1",
10464             "source": {
10465                 "type": "git",
10466                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
10467                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
10468             },
10469             "dist": {
10470                 "type": "zip",
10471                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
10472                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
10473                 "shasum": ""
10474             },
10475             "require": {
10476                 "php": ">=5.3.3"
10477             },
10478             "type": "library",
10479             "autoload": {
10480                 "classmap": [
10481                     "src/"
10482                 ]
10483             },
10484             "notification-url": "https://packagist.org/downloads/",
10485             "license": [
10486                 "BSD-3-Clause"
10487             ],
10488             "authors": [
10489                 {
10490                     "name": "Sebastian Bergmann",
10491                     "email": "sebastian@phpunit.de",
10492                     "role": "lead"
10493                 }
10494             ],
10495             "description": "Simple template engine.",
10496             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
10497             "keywords": [
10498                 "template"
10499             ],
10500             "time": "2015-06-21T13:50:34+00:00"
10501         },
10502         {
10503             "name": "phpunit/php-timer",
10504             "version": "1.0.9",
10505             "source": {
10506                 "type": "git",
10507                 "url": "https://github.com/sebastianbergmann/php-timer.git",
10508                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
10509             },
10510             "dist": {
10511                 "type": "zip",
10512                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
10513                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
10514                 "shasum": ""
10515             },
10516             "require": {
10517                 "php": "^5.3.3 || ^7.0"
10518             },
10519             "require-dev": {
10520                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
10521             },
10522             "type": "library",
10523             "extra": {
10524                 "branch-alias": {
10525                     "dev-master": "1.0-dev"
10526                 }
10527             },
10528             "autoload": {
10529                 "classmap": [
10530                     "src/"
10531                 ]
10532             },
10533             "notification-url": "https://packagist.org/downloads/",
10534             "license": [
10535                 "BSD-3-Clause"
10536             ],
10537             "authors": [
10538                 {
10539                     "name": "Sebastian Bergmann",
10540                     "email": "sb@sebastian-bergmann.de",
10541                     "role": "lead"
10542                 }
10543             ],
10544             "description": "Utility class for timing",
10545             "homepage": "https://github.com/sebastianbergmann/php-timer/",
10546             "keywords": [
10547                 "timer"
10548             ],
10549             "time": "2017-02-26T11:10:40+00:00"
10550         },
10551         {
10552             "name": "phpunit/php-token-stream",
10553             "version": "1.4.11",
10554             "source": {
10555                 "type": "git",
10556                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
10557                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
10558             },
10559             "dist": {
10560                 "type": "zip",
10561                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
10562                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
10563                 "shasum": ""
10564             },
10565             "require": {
10566                 "ext-tokenizer": "*",
10567                 "php": ">=5.3.3"
10568             },
10569             "require-dev": {
10570                 "phpunit/phpunit": "~4.2"
10571             },
10572             "type": "library",
10573             "extra": {
10574                 "branch-alias": {
10575                     "dev-master": "1.4-dev"
10576                 }
10577             },
10578             "autoload": {
10579                 "classmap": [
10580                     "src/"
10581                 ]
10582             },
10583             "notification-url": "https://packagist.org/downloads/",
10584             "license": [
10585                 "BSD-3-Clause"
10586             ],
10587             "authors": [
10588                 {
10589                     "name": "Sebastian Bergmann",
10590                     "email": "sebastian@phpunit.de"
10591                 }
10592             ],
10593             "description": "Wrapper around PHP's tokenizer extension.",
10594             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
10595             "keywords": [
10596                 "tokenizer"
10597             ],
10598             "time": "2017-02-27T10:12:30+00:00"
10599         },
10600         {
10601             "name": "phpunit/phpunit",
10602             "version": "4.8.36",
10603             "source": {
10604                 "type": "git",
10605                 "url": "https://github.com/sebastianbergmann/phpunit.git",
10606                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
10607             },
10608             "dist": {
10609                 "type": "zip",
10610                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
10611                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
10612                 "shasum": ""
10613             },
10614             "require": {
10615                 "ext-dom": "*",
10616                 "ext-json": "*",
10617                 "ext-pcre": "*",
10618                 "ext-reflection": "*",
10619                 "ext-spl": "*",
10620                 "php": ">=5.3.3",
10621                 "phpspec/prophecy": "^1.3.1",
10622                 "phpunit/php-code-coverage": "~2.1",
10623                 "phpunit/php-file-iterator": "~1.4",
10624                 "phpunit/php-text-template": "~1.2",
10625                 "phpunit/php-timer": "^1.0.6",
10626                 "phpunit/phpunit-mock-objects": "~2.3",
10627                 "sebastian/comparator": "~1.2.2",
10628                 "sebastian/diff": "~1.2",
10629                 "sebastian/environment": "~1.3",
10630                 "sebastian/exporter": "~1.2",
10631                 "sebastian/global-state": "~1.0",
10632                 "sebastian/version": "~1.0",
10633                 "symfony/yaml": "~2.1|~3.0"
10634             },
10635             "suggest": {
10636                 "phpunit/php-invoker": "~1.1"
10637             },
10638             "bin": [
10639                 "phpunit"
10640             ],
10641             "type": "library",
10642             "extra": {
10643                 "branch-alias": {
10644                     "dev-master": "4.8.x-dev"
10645                 }
10646             },
10647             "autoload": {
10648                 "classmap": [
10649                     "src/"
10650                 ]
10651             },
10652             "notification-url": "https://packagist.org/downloads/",
10653             "license": [
10654                 "BSD-3-Clause"
10655             ],
10656             "authors": [
10657                 {
10658                     "name": "Sebastian Bergmann",
10659                     "email": "sebastian@phpunit.de",
10660                     "role": "lead"
10661                 }
10662             ],
10663             "description": "The PHP Unit Testing framework.",
10664             "homepage": "https://phpunit.de/",
10665             "keywords": [
10666                 "phpunit",
10667                 "testing",
10668                 "xunit"
10669             ],
10670             "time": "2017-06-21T08:07:12+00:00"
10671         },
10672         {
10673             "name": "phpunit/phpunit-mock-objects",
10674             "version": "2.3.8",
10675             "source": {
10676                 "type": "git",
10677                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
10678                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
10679             },
10680             "dist": {
10681                 "type": "zip",
10682                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
10683                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
10684                 "shasum": ""
10685             },
10686             "require": {
10687                 "doctrine/instantiator": "^1.0.2",
10688                 "php": ">=5.3.3",
10689                 "phpunit/php-text-template": "~1.2",
10690                 "sebastian/exporter": "~1.2"
10691             },
10692             "require-dev": {
10693                 "phpunit/phpunit": "~4.4"
10694             },
10695             "suggest": {
10696                 "ext-soap": "*"
10697             },
10698             "type": "library",
10699             "extra": {
10700                 "branch-alias": {
10701                     "dev-master": "2.3.x-dev"
10702                 }
10703             },
10704             "autoload": {
10705                 "classmap": [
10706                     "src/"
10707                 ]
10708             },
10709             "notification-url": "https://packagist.org/downloads/",
10710             "license": [
10711                 "BSD-3-Clause"
10712             ],
10713             "authors": [
10714                 {
10715                     "name": "Sebastian Bergmann",
10716                     "email": "sb@sebastian-bergmann.de",
10717                     "role": "lead"
10718                 }
10719             ],
10720             "description": "Mock Object library for PHPUnit",
10721             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
10722             "keywords": [
10723                 "mock",
10724                 "xunit"
10725             ],
10726             "time": "2015-10-02T06:51:40+00:00"
10727         },
10728         {
10729             "name": "sebastian/comparator",
10730             "version": "1.2.4",
10731             "source": {
10732                 "type": "git",
10733                 "url": "https://github.com/sebastianbergmann/comparator.git",
10734                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
10735             },
10736             "dist": {
10737                 "type": "zip",
10738                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
10739                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
10740                 "shasum": ""
10741             },
10742             "require": {
10743                 "php": ">=5.3.3",
10744                 "sebastian/diff": "~1.2",
10745                 "sebastian/exporter": "~1.2 || ~2.0"
10746             },
10747             "require-dev": {
10748                 "phpunit/phpunit": "~4.4"
10749             },
10750             "type": "library",
10751             "extra": {
10752                 "branch-alias": {
10753                     "dev-master": "1.2.x-dev"
10754                 }
10755             },
10756             "autoload": {
10757                 "classmap": [
10758                     "src/"
10759                 ]
10760             },
10761             "notification-url": "https://packagist.org/downloads/",
10762             "license": [
10763                 "BSD-3-Clause"
10764             ],
10765             "authors": [
10766                 {
10767                     "name": "Jeff Welch",
10768                     "email": "whatthejeff@gmail.com"
10769                 },
10770                 {
10771                     "name": "Volker Dusch",
10772                     "email": "github@wallbash.com"
10773                 },
10774                 {
10775                     "name": "Bernhard Schussek",
10776                     "email": "bschussek@2bepublished.at"
10777                 },
10778                 {
10779                     "name": "Sebastian Bergmann",
10780                     "email": "sebastian@phpunit.de"
10781                 }
10782             ],
10783             "description": "Provides the functionality to compare PHP values for equality",
10784             "homepage": "http://www.github.com/sebastianbergmann/comparator",
10785             "keywords": [
10786                 "comparator",
10787                 "compare",
10788                 "equality"
10789             ],
10790             "time": "2017-01-29T09:50:25+00:00"
10791         },
10792         {
10793             "name": "sebastian/diff",
10794             "version": "1.4.3",
10795             "source": {
10796                 "type": "git",
10797                 "url": "https://github.com/sebastianbergmann/diff.git",
10798                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
10799             },
10800             "dist": {
10801                 "type": "zip",
10802                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
10803                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
10804                 "shasum": ""
10805             },
10806             "require": {
10807                 "php": "^5.3.3 || ^7.0"
10808             },
10809             "require-dev": {
10810                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
10811             },
10812             "type": "library",
10813             "extra": {
10814                 "branch-alias": {
10815                     "dev-master": "1.4-dev"
10816                 }
10817             },
10818             "autoload": {
10819                 "classmap": [
10820                     "src/"
10821                 ]
10822             },
10823             "notification-url": "https://packagist.org/downloads/",
10824             "license": [
10825                 "BSD-3-Clause"
10826             ],
10827             "authors": [
10828                 {
10829                     "name": "Kore Nordmann",
10830                     "email": "mail@kore-nordmann.de"
10831                 },
10832                 {
10833                     "name": "Sebastian Bergmann",
10834                     "email": "sebastian@phpunit.de"
10835                 }
10836             ],
10837             "description": "Diff implementation",
10838             "homepage": "https://github.com/sebastianbergmann/diff",
10839             "keywords": [
10840                 "diff"
10841             ],
10842             "time": "2017-05-22T07:24:03+00:00"
10843         },
10844         {
10845             "name": "sebastian/environment",
10846             "version": "1.3.8",
10847             "source": {
10848                 "type": "git",
10849                 "url": "https://github.com/sebastianbergmann/environment.git",
10850                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
10851             },
10852             "dist": {
10853                 "type": "zip",
10854                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
10855                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
10856                 "shasum": ""
10857             },
10858             "require": {
10859                 "php": "^5.3.3 || ^7.0"
10860             },
10861             "require-dev": {
10862                 "phpunit/phpunit": "^4.8 || ^5.0"
10863             },
10864             "type": "library",
10865             "extra": {
10866                 "branch-alias": {
10867                     "dev-master": "1.3.x-dev"
10868                 }
10869             },
10870             "autoload": {
10871                 "classmap": [
10872                     "src/"
10873                 ]
10874             },
10875             "notification-url": "https://packagist.org/downloads/",
10876             "license": [
10877                 "BSD-3-Clause"
10878             ],
10879             "authors": [
10880                 {
10881                     "name": "Sebastian Bergmann",
10882                     "email": "sebastian@phpunit.de"
10883                 }
10884             ],
10885             "description": "Provides functionality to handle HHVM/PHP environments",
10886             "homepage": "http://www.github.com/sebastianbergmann/environment",
10887             "keywords": [
10888                 "Xdebug",
10889                 "environment",
10890                 "hhvm"
10891             ],
10892             "time": "2016-08-18T05:49:44+00:00"
10893         },
10894         {
10895             "name": "sebastian/exporter",
10896             "version": "1.2.2",
10897             "source": {
10898                 "type": "git",
10899                 "url": "https://github.com/sebastianbergmann/exporter.git",
10900                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
10901             },
10902             "dist": {
10903                 "type": "zip",
10904                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
10905                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
10906                 "shasum": ""
10907             },
10908             "require": {
10909                 "php": ">=5.3.3",
10910                 "sebastian/recursion-context": "~1.0"
10911             },
10912             "require-dev": {
10913                 "ext-mbstring": "*",
10914                 "phpunit/phpunit": "~4.4"
10915             },
10916             "type": "library",
10917             "extra": {
10918                 "branch-alias": {
10919                     "dev-master": "1.3.x-dev"
10920                 }
10921             },
10922             "autoload": {
10923                 "classmap": [
10924                     "src/"
10925                 ]
10926             },
10927             "notification-url": "https://packagist.org/downloads/",
10928             "license": [
10929                 "BSD-3-Clause"
10930             ],
10931             "authors": [
10932                 {
10933                     "name": "Jeff Welch",
10934                     "email": "whatthejeff@gmail.com"
10935                 },
10936                 {
10937                     "name": "Volker Dusch",
10938                     "email": "github@wallbash.com"
10939                 },
10940                 {
10941                     "name": "Bernhard Schussek",
10942                     "email": "bschussek@2bepublished.at"
10943                 },
10944                 {
10945                     "name": "Sebastian Bergmann",
10946                     "email": "sebastian@phpunit.de"
10947                 },
10948                 {
10949                     "name": "Adam Harvey",
10950                     "email": "aharvey@php.net"
10951                 }
10952             ],
10953             "description": "Provides the functionality to export PHP variables for visualization",
10954             "homepage": "http://www.github.com/sebastianbergmann/exporter",
10955             "keywords": [
10956                 "export",
10957                 "exporter"
10958             ],
10959             "time": "2016-06-17T09:04:28+00:00"
10960         },
10961         {
10962             "name": "sebastian/global-state",
10963             "version": "1.1.1",
10964             "source": {
10965                 "type": "git",
10966                 "url": "https://github.com/sebastianbergmann/global-state.git",
10967                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
10968             },
10969             "dist": {
10970                 "type": "zip",
10971                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
10972                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
10973                 "shasum": ""
10974             },
10975             "require": {
10976                 "php": ">=5.3.3"
10977             },
10978             "require-dev": {
10979                 "phpunit/phpunit": "~4.2"
10980             },
10981             "suggest": {
10982                 "ext-uopz": "*"
10983             },
10984             "type": "library",
10985             "extra": {
10986                 "branch-alias": {
10987                     "dev-master": "1.0-dev"
10988                 }
10989             },
10990             "autoload": {
10991                 "classmap": [
10992                     "src/"
10993                 ]
10994             },
10995             "notification-url": "https://packagist.org/downloads/",
10996             "license": [
10997                 "BSD-3-Clause"
10998             ],
10999             "authors": [
11000                 {
11001                     "name": "Sebastian Bergmann",
11002                     "email": "sebastian@phpunit.de"
11003                 }
11004             ],
11005             "description": "Snapshotting of global state",
11006             "homepage": "http://www.github.com/sebastianbergmann/global-state",
11007             "keywords": [
11008                 "global state"
11009             ],
11010             "time": "2015-10-12T03:26:01+00:00"
11011         },
11012         {
11013             "name": "sebastian/recursion-context",
11014             "version": "1.0.5",
11015             "source": {
11016                 "type": "git",
11017                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
11018                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
11019             },
11020             "dist": {
11021                 "type": "zip",
11022                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
11023                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
11024                 "shasum": ""
11025             },
11026             "require": {
11027                 "php": ">=5.3.3"
11028             },
11029             "require-dev": {
11030                 "phpunit/phpunit": "~4.4"
11031             },
11032             "type": "library",
11033             "extra": {
11034                 "branch-alias": {
11035                     "dev-master": "1.0.x-dev"
11036                 }
11037             },
11038             "autoload": {
11039                 "classmap": [
11040                     "src/"
11041                 ]
11042             },
11043             "notification-url": "https://packagist.org/downloads/",
11044             "license": [
11045                 "BSD-3-Clause"
11046             ],
11047             "authors": [
11048                 {
11049                     "name": "Jeff Welch",
11050                     "email": "whatthejeff@gmail.com"
11051                 },
11052                 {
11053                     "name": "Sebastian Bergmann",
11054                     "email": "sebastian@phpunit.de"
11055                 },
11056                 {
11057                     "name": "Adam Harvey",
11058                     "email": "aharvey@php.net"
11059                 }
11060             ],
11061             "description": "Provides functionality to recursively process PHP variables",
11062             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
11063             "time": "2016-10-03T07:41:43+00:00"
11064         },
11065         {
11066             "name": "sebastian/version",
11067             "version": "1.0.6",
11068             "source": {
11069                 "type": "git",
11070                 "url": "https://github.com/sebastianbergmann/version.git",
11071                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
11072             },
11073             "dist": {
11074                 "type": "zip",
11075                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
11076                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
11077                 "shasum": ""
11078             },
11079             "type": "library",
11080             "autoload": {
11081                 "classmap": [
11082                     "src/"
11083                 ]
11084             },
11085             "notification-url": "https://packagist.org/downloads/",
11086             "license": [
11087                 "BSD-3-Clause"
11088             ],
11089             "authors": [
11090                 {
11091                     "name": "Sebastian Bergmann",
11092                     "email": "sebastian@phpunit.de",
11093                     "role": "lead"
11094                 }
11095             ],
11096             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
11097             "homepage": "https://github.com/sebastianbergmann/version",
11098             "time": "2015-06-21T13:59:46+00:00"
11099         },
11100         {
11101             "name": "symfony/browser-kit",
11102             "version": "v3.3.2",
11103             "source": {
11104                 "type": "git",
11105                 "url": "https://github.com/symfony/browser-kit.git",
11106                 "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1"
11107             },
11108             "dist": {
11109                 "type": "zip",
11110                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
11111                 "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
11112                 "shasum": ""
11113             },
11114             "require": {
11115                 "php": ">=5.5.9",
11116                 "symfony/dom-crawler": "~2.8|~3.0"
11117             },
11118             "require-dev": {
11119                 "symfony/css-selector": "~2.8|~3.0",
11120                 "symfony/process": "~2.8|~3.0"
11121             },
11122             "suggest": {
11123                 "symfony/process": ""
11124             },
11125             "type": "library",
11126             "extra": {
11127                 "branch-alias": {
11128                     "dev-master": "3.3-dev"
11129                 }
11130             },
11131             "autoload": {
11132                 "psr-4": {
11133                     "Symfony\\Component\\BrowserKit\\": ""
11134                 },
11135                 "exclude-from-classmap": [
11136                     "/Tests/"
11137                 ]
11138             },
11139             "notification-url": "https://packagist.org/downloads/",
11140             "license": [
11141                 "MIT"
11142             ],
11143             "authors": [
11144                 {
11145                     "name": "Fabien Potencier",
11146                     "email": "fabien@symfony.com"
11147                 },
11148                 {
11149                     "name": "Symfony Community",
11150                     "homepage": "https://symfony.com/contributors"
11151                 }
11152             ],
11153             "description": "Symfony BrowserKit Component",
11154             "homepage": "https://symfony.com",
11155             "time": "2017-04-12T14:14:56+00:00"
11156         }
11157     ],
11158     "aliases": [],
11159     "minimum-stability": "dev",
11160     "stability-flags": {
11161         "drupal/token": 5,
11162         "drupal/ctools": 15,
11163         "drupal/pathauto": 5,
11164         "drupal/eu_cookie_compliance": 10,
11165         "drupal/livereload": 20,
11166         "drupal/front": 15,
11167         "drupal/filefield_sources": 20,
11168         "drupal/php": 20,
11169         "drupal/hacked": 10,
11170         "drupal/pathologic": 20,
11171         "drupal/typogrify": 15,
11172         "drupal/entityqueue": 15,
11173         "drupal/advanced_help": 20,
11174         "drupal/better_formats": 20,
11175         "drupal/block_class": 15,
11176         "drupal/redirect": 15,
11177         "drupal/libraries": 20,
11178         "drupal/linkchecker": 20,
11179         "drupal/devel": 5,
11180         "drupal/security_review": 20,
11181         "drupal/memcache": 15,
11182         "drupal/media": 20,
11183         "grom358/pharborist": 20,
11184         "drupal/superfish": 5,
11185         "drupal/views_bootstrap": 20,
11186         "drupal/views_responsive_grid": 20,
11187         "drupal/imagemagick": 15,
11188         "drupal/diff": 5,
11189         "drupal/ckeditor_widgets": 20,
11190         "drupal/layout_plugin": 15,
11191         "roave/security-advisories": 20
11192     },
11193     "prefer-stable": true,
11194     "prefer-lowest": false,
11195     "platform": [],
11196     "platform-dev": []
11197 }