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