Updated all the contrib modules to their latest versions.
[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#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "9bed23b474ece9af626936ebc6cb7d4b",
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.2.0",
76             "source": {
77                 "type": "git",
78                 "url": "https://github.com/asm89/stack-cors.git",
79                 "reference": "c163e2b614550aedcf71165db2473d936abbced6"
80             },
81             "dist": {
82                 "type": "zip",
83                 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
84                 "reference": "c163e2b614550aedcf71165db2473d936abbced6",
85                 "shasum": ""
86             },
87             "require": {
88                 "php": ">=5.5.9",
89                 "symfony/http-foundation": "~2.7|~3.0|~4.0",
90                 "symfony/http-kernel": "~2.7|~3.0|~4.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.2-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-12-20T14:37:45+00:00"
124         },
125         {
126             "name": "caxy/php-htmldiff",
127             "version": "v0.1.7",
128             "source": {
129                 "type": "git",
130                 "url": "https://github.com/caxy/php-htmldiff.git",
131                 "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b"
132             },
133             "dist": {
134                 "type": "zip",
135                 "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/48c70a963e803b93fe68a191e62d0770b5446f0b",
136                 "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b",
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": "2018-03-15T21:23:44+00:00"
180         },
181         {
182             "name": "cebe/markdown",
183             "version": "1.0.3",
184             "source": {
185                 "type": "git",
186                 "url": "https://github.com/cebe/markdown.git",
187                 "reference": "8efb4268c90add2eee0edacf503ae71f22ccc745"
188             },
189             "dist": {
190                 "type": "zip",
191                 "url": "https://api.github.com/repos/cebe/markdown/zipball/8efb4268c90add2eee0edacf503ae71f22ccc745",
192                 "reference": "8efb4268c90add2eee0edacf503ae71f22ccc745",
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": "2018-03-26T11:15:02+00:00"
240         },
241         {
242             "name": "chi-teck/drupal-code-generator",
243             "version": "1.27.0",
244             "source": {
245                 "type": "git",
246                 "url": "https://github.com/Chi-teck/drupal-code-generator.git",
247                 "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e"
248             },
249             "dist": {
250                 "type": "zip",
251                 "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a839bc89d385087d8a7a96a9c1c4bd470ffb627e",
252                 "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e",
253                 "shasum": ""
254             },
255             "require": {
256                 "ext-json": "*",
257                 "php": ">=5.5.9",
258                 "symfony/console": "~2.7|^3",
259                 "symfony/filesystem": "~2.7|^3",
260                 "twig/twig": "^1.23.1"
261             },
262             "bin": [
263                 "bin/dcg"
264             ],
265             "type": "library",
266             "extra": {
267                 "branch-alias": {
268                     "dev-master": "1.x-dev"
269                 }
270             },
271             "autoload": {
272                 "files": [
273                     "src/bootstrap.php"
274                 ],
275                 "psr-4": {
276                     "DrupalCodeGenerator\\": "src"
277                 }
278             },
279             "notification-url": "https://packagist.org/downloads/",
280             "license": [
281                 "GPL-2.0-or-later"
282             ],
283             "description": "Drupal code generator",
284             "time": "2018-10-11T08:05:59+00:00"
285         },
286         {
287             "name": "composer/installers",
288             "version": "v1.6.0",
289             "source": {
290                 "type": "git",
291                 "url": "https://github.com/composer/installers.git",
292                 "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
293             },
294             "dist": {
295                 "type": "zip",
296                 "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
297                 "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
298                 "shasum": ""
299             },
300             "require": {
301                 "composer-plugin-api": "^1.0"
302             },
303             "replace": {
304                 "roundcube/plugin-installer": "*",
305                 "shama/baton": "*"
306             },
307             "require-dev": {
308                 "composer/composer": "1.0.*@dev",
309                 "phpunit/phpunit": "^4.8.36"
310             },
311             "type": "composer-plugin",
312             "extra": {
313                 "class": "Composer\\Installers\\Plugin",
314                 "branch-alias": {
315                     "dev-master": "1.0-dev"
316                 }
317             },
318             "autoload": {
319                 "psr-4": {
320                     "Composer\\Installers\\": "src/Composer/Installers"
321                 }
322             },
323             "notification-url": "https://packagist.org/downloads/",
324             "license": [
325                 "MIT"
326             ],
327             "authors": [
328                 {
329                     "name": "Kyle Robinson Young",
330                     "email": "kyle@dontkry.com",
331                     "homepage": "https://github.com/shama"
332                 }
333             ],
334             "description": "A multi-framework Composer library installer",
335             "homepage": "https://composer.github.io/installers/",
336             "keywords": [
337                 "Craft",
338                 "Dolibarr",
339                 "Eliasis",
340                 "Hurad",
341                 "ImageCMS",
342                 "Kanboard",
343                 "Lan Management System",
344                 "MODX Evo",
345                 "Mautic",
346                 "Maya",
347                 "OXID",
348                 "Plentymarkets",
349                 "Porto",
350                 "RadPHP",
351                 "SMF",
352                 "Thelia",
353                 "WolfCMS",
354                 "agl",
355                 "aimeos",
356                 "annotatecms",
357                 "attogram",
358                 "bitrix",
359                 "cakephp",
360                 "chef",
361                 "cockpit",
362                 "codeigniter",
363                 "concrete5",
364                 "croogo",
365                 "dokuwiki",
366                 "drupal",
367                 "eZ Platform",
368                 "elgg",
369                 "expressionengine",
370                 "fuelphp",
371                 "grav",
372                 "installer",
373                 "itop",
374                 "joomla",
375                 "kohana",
376                 "laravel",
377                 "lavalite",
378                 "lithium",
379                 "magento",
380                 "majima",
381                 "mako",
382                 "mediawiki",
383                 "modulework",
384                 "modx",
385                 "moodle",
386                 "osclass",
387                 "phpbb",
388                 "piwik",
389                 "ppi",
390                 "puppet",
391                 "pxcms",
392                 "reindex",
393                 "roundcube",
394                 "shopware",
395                 "silverstripe",
396                 "sydes",
397                 "symfony",
398                 "typo3",
399                 "wordpress",
400                 "yawik",
401                 "zend",
402                 "zikula"
403             ],
404             "time": "2018-08-27T06:10:37+00:00"
405         },
406         {
407             "name": "composer/semver",
408             "version": "1.4.2",
409             "source": {
410                 "type": "git",
411                 "url": "https://github.com/composer/semver.git",
412                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
413             },
414             "dist": {
415                 "type": "zip",
416                 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
417                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
418                 "shasum": ""
419             },
420             "require": {
421                 "php": "^5.3.2 || ^7.0"
422             },
423             "require-dev": {
424                 "phpunit/phpunit": "^4.5 || ^5.0.5",
425                 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
426             },
427             "type": "library",
428             "extra": {
429                 "branch-alias": {
430                     "dev-master": "1.x-dev"
431                 }
432             },
433             "autoload": {
434                 "psr-4": {
435                     "Composer\\Semver\\": "src"
436                 }
437             },
438             "notification-url": "https://packagist.org/downloads/",
439             "license": [
440                 "MIT"
441             ],
442             "authors": [
443                 {
444                     "name": "Nils Adermann",
445                     "email": "naderman@naderman.de",
446                     "homepage": "http://www.naderman.de"
447                 },
448                 {
449                     "name": "Jordi Boggiano",
450                     "email": "j.boggiano@seld.be",
451                     "homepage": "http://seld.be"
452                 },
453                 {
454                     "name": "Rob Bast",
455                     "email": "rob.bast@gmail.com",
456                     "homepage": "http://robbast.nl"
457                 }
458             ],
459             "description": "Semver library that offers utilities, version constraint parsing and validation.",
460             "keywords": [
461                 "semantic",
462                 "semver",
463                 "validation",
464                 "versioning"
465             ],
466             "time": "2016-08-30T16:08:34+00:00"
467         },
468         {
469             "name": "consolidation/annotated-command",
470             "version": "2.9.1",
471             "source": {
472                 "type": "git",
473                 "url": "https://github.com/consolidation/annotated-command.git",
474                 "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac"
475             },
476             "dist": {
477                 "type": "zip",
478                 "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
479                 "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
480                 "shasum": ""
481             },
482             "require": {
483                 "consolidation/output-formatters": "^3.1.12",
484                 "php": ">=5.4.0",
485                 "psr/log": "^1",
486                 "symfony/console": "^2.8|^3|^4",
487                 "symfony/event-dispatcher": "^2.5|^3|^4",
488                 "symfony/finder": "^2.5|^3|^4"
489             },
490             "require-dev": {
491                 "g1a/composer-test-scenarios": "^2",
492                 "phpunit/phpunit": "^6",
493                 "satooshi/php-coveralls": "^2",
494                 "squizlabs/php_codesniffer": "^2.7"
495             },
496             "type": "library",
497             "extra": {
498                 "branch-alias": {
499                     "dev-master": "2.x-dev"
500                 }
501             },
502             "autoload": {
503                 "psr-4": {
504                     "Consolidation\\AnnotatedCommand\\": "src"
505                 }
506             },
507             "notification-url": "https://packagist.org/downloads/",
508             "license": [
509                 "MIT"
510             ],
511             "authors": [
512                 {
513                     "name": "Greg Anderson",
514                     "email": "greg.1.anderson@greenknowe.org"
515                 }
516             ],
517             "description": "Initialize Symfony Console commands from annotated command class methods.",
518             "time": "2018-09-19T17:47:18+00:00"
519         },
520         {
521             "name": "consolidation/config",
522             "version": "1.1.1",
523             "source": {
524                 "type": "git",
525                 "url": "https://github.com/consolidation/config.git",
526                 "reference": "925231dfff32f05b787e1fddb265e789b939cf4c"
527             },
528             "dist": {
529                 "type": "zip",
530                 "url": "https://api.github.com/repos/consolidation/config/zipball/925231dfff32f05b787e1fddb265e789b939cf4c",
531                 "reference": "925231dfff32f05b787e1fddb265e789b939cf4c",
532                 "shasum": ""
533             },
534             "require": {
535                 "dflydev/dot-access-data": "^1.1.0",
536                 "grasmash/expander": "^1",
537                 "php": ">=5.4.0"
538             },
539             "require-dev": {
540                 "g1a/composer-test-scenarios": "^1",
541                 "phpunit/phpunit": "^5",
542                 "satooshi/php-coveralls": "^1.0",
543                 "squizlabs/php_codesniffer": "2.*",
544                 "symfony/console": "^2.5|^3|^4",
545                 "symfony/yaml": "^2.8.11|^3|^4"
546             },
547             "suggest": {
548                 "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
549             },
550             "type": "library",
551             "extra": {
552                 "branch-alias": {
553                     "dev-master": "1.x-dev"
554                 }
555             },
556             "autoload": {
557                 "psr-4": {
558                     "Consolidation\\Config\\": "src"
559                 }
560             },
561             "notification-url": "https://packagist.org/downloads/",
562             "license": [
563                 "MIT"
564             ],
565             "authors": [
566                 {
567                     "name": "Greg Anderson",
568                     "email": "greg.1.anderson@greenknowe.org"
569                 }
570             ],
571             "description": "Provide configuration services for a commandline tool.",
572             "time": "2018-10-24T17:55:35+00:00"
573         },
574         {
575             "name": "consolidation/log",
576             "version": "1.0.6",
577             "source": {
578                 "type": "git",
579                 "url": "https://github.com/consolidation/log.git",
580                 "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395"
581             },
582             "dist": {
583                 "type": "zip",
584                 "url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395",
585                 "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395",
586                 "shasum": ""
587             },
588             "require": {
589                 "php": ">=5.5.0",
590                 "psr/log": "~1.0",
591                 "symfony/console": "^2.8|^3|^4"
592             },
593             "require-dev": {
594                 "g1a/composer-test-scenarios": "^1",
595                 "phpunit/phpunit": "4.*",
596                 "satooshi/php-coveralls": "^2",
597                 "squizlabs/php_codesniffer": "2.*"
598             },
599             "type": "library",
600             "extra": {
601                 "branch-alias": {
602                     "dev-master": "1.x-dev"
603                 }
604             },
605             "autoload": {
606                 "psr-4": {
607                     "Consolidation\\Log\\": "src"
608                 }
609             },
610             "notification-url": "https://packagist.org/downloads/",
611             "license": [
612                 "MIT"
613             ],
614             "authors": [
615                 {
616                     "name": "Greg Anderson",
617                     "email": "greg.1.anderson@greenknowe.org"
618                 }
619             ],
620             "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
621             "time": "2018-05-25T18:14:39+00:00"
622         },
623         {
624             "name": "consolidation/output-formatters",
625             "version": "3.4.0",
626             "source": {
627                 "type": "git",
628                 "url": "https://github.com/consolidation/output-formatters.git",
629                 "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19"
630             },
631             "dist": {
632                 "type": "zip",
633                 "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/a942680232094c4a5b21c0b7e54c20cce623ae19",
634                 "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19",
635                 "shasum": ""
636             },
637             "require": {
638                 "dflydev/dot-access-data": "^1.1.0",
639                 "php": ">=5.4.0",
640                 "symfony/console": "^2.8|^3|^4",
641                 "symfony/finder": "^2.5|^3|^4"
642             },
643             "require-dev": {
644                 "g1a/composer-test-scenarios": "^2",
645                 "phpunit/phpunit": "^5.7.27",
646                 "satooshi/php-coveralls": "^2",
647                 "squizlabs/php_codesniffer": "^2.7",
648                 "symfony/console": "3.2.3",
649                 "symfony/var-dumper": "^2.8|^3|^4",
650                 "victorjonsson/markdowndocs": "^1.3"
651             },
652             "suggest": {
653                 "symfony/var-dumper": "For using the var_dump formatter"
654             },
655             "type": "library",
656             "extra": {
657                 "branch-alias": {
658                     "dev-master": "3.x-dev"
659                 }
660             },
661             "autoload": {
662                 "psr-4": {
663                     "Consolidation\\OutputFormatters\\": "src"
664                 }
665             },
666             "notification-url": "https://packagist.org/downloads/",
667             "license": [
668                 "MIT"
669             ],
670             "authors": [
671                 {
672                     "name": "Greg Anderson",
673                     "email": "greg.1.anderson@greenknowe.org"
674                 }
675             ],
676             "description": "Format text by applying transformations provided by plug-in formatters.",
677             "time": "2018-10-19T22:35:38+00:00"
678         },
679         {
680             "name": "consolidation/robo",
681             "version": "1.3.1",
682             "source": {
683                 "type": "git",
684                 "url": "https://github.com/consolidation/Robo.git",
685                 "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d"
686             },
687             "dist": {
688                 "type": "zip",
689                 "url": "https://api.github.com/repos/consolidation/Robo/zipball/31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d",
690                 "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d",
691                 "shasum": ""
692             },
693             "require": {
694                 "consolidation/annotated-command": "^2.8.2",
695                 "consolidation/config": "^1.0.10",
696                 "consolidation/log": "~1",
697                 "consolidation/output-formatters": "^3.1.13",
698                 "consolidation/self-update": "^1",
699                 "g1a/composer-test-scenarios": "^2",
700                 "grasmash/yaml-expander": "^1.3",
701                 "league/container": "^2.2",
702                 "php": ">=5.5.0",
703                 "symfony/console": "^2.8|^3|^4",
704                 "symfony/event-dispatcher": "^2.5|^3|^4",
705                 "symfony/filesystem": "^2.5|^3|^4",
706                 "symfony/finder": "^2.5|^3|^4",
707                 "symfony/process": "^2.5|^3|^4"
708             },
709             "replace": {
710                 "codegyre/robo": "< 1.0"
711             },
712             "require-dev": {
713                 "codeception/aspect-mock": "^1|^2.1.1",
714                 "codeception/base": "^2.3.7",
715                 "codeception/verify": "^0.3.2",
716                 "goaop/framework": "~2.1.2",
717                 "goaop/parser-reflection": "^1.1.0",
718                 "natxet/cssmin": "3.0.4",
719                 "nikic/php-parser": "^3.1.5",
720                 "patchwork/jsqueeze": "~2",
721                 "pear/archive_tar": "^1.4.2",
722                 "phpunit/php-code-coverage": "~2|~4",
723                 "satooshi/php-coveralls": "^2",
724                 "squizlabs/php_codesniffer": "^2.8"
725             },
726             "suggest": {
727                 "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
728                 "natxet/CssMin": "For minifying CSS files in taskMinify",
729                 "patchwork/jsqueeze": "For minifying JS files in taskMinify",
730                 "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
731             },
732             "bin": [
733                 "robo"
734             ],
735             "type": "library",
736             "extra": {
737                 "branch-alias": {
738                     "dev-master": "1.x-dev",
739                     "dev-state": "1.x-dev"
740                 }
741             },
742             "autoload": {
743                 "psr-4": {
744                     "Robo\\": "src"
745                 }
746             },
747             "notification-url": "https://packagist.org/downloads/",
748             "license": [
749                 "MIT"
750             ],
751             "authors": [
752                 {
753                     "name": "Davert",
754                     "email": "davert.php@resend.cc"
755                 }
756             ],
757             "description": "Modern task runner",
758             "time": "2018-08-17T18:44:18+00:00"
759         },
760         {
761             "name": "consolidation/self-update",
762             "version": "1.1.5",
763             "source": {
764                 "type": "git",
765                 "url": "https://github.com/consolidation/self-update.git",
766                 "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54"
767             },
768             "dist": {
769                 "type": "zip",
770                 "url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54",
771                 "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54",
772                 "shasum": ""
773             },
774             "require": {
775                 "php": ">=5.5.0",
776                 "symfony/console": "^2.8|^3|^4",
777                 "symfony/filesystem": "^2.5|^3|^4"
778             },
779             "bin": [
780                 "scripts/release"
781             ],
782             "type": "library",
783             "extra": {
784                 "branch-alias": {
785                     "dev-master": "1.x-dev"
786                 }
787             },
788             "autoload": {
789                 "psr-4": {
790                     "SelfUpdate\\": "src"
791                 }
792             },
793             "notification-url": "https://packagist.org/downloads/",
794             "license": [
795                 "MIT"
796             ],
797             "authors": [
798                 {
799                     "name": "Greg Anderson",
800                     "email": "greg.1.anderson@greenknowe.org"
801                 },
802                 {
803                     "name": "Alexander Menk",
804                     "email": "menk@mestrona.net"
805                 }
806             ],
807             "description": "Provides a self:update command for Symfony Console applications.",
808             "time": "2018-10-28T01:52:03+00:00"
809         },
810         {
811             "name": "consolidation/site-alias",
812             "version": "1.1.11",
813             "source": {
814                 "type": "git",
815                 "url": "https://github.com/consolidation/site-alias.git",
816                 "reference": "54ea74ee7dbd54ef356798028ca9a3548cb8df14"
817             },
818             "dist": {
819                 "type": "zip",
820                 "url": "https://api.github.com/repos/consolidation/site-alias/zipball/54ea74ee7dbd54ef356798028ca9a3548cb8df14",
821                 "reference": "54ea74ee7dbd54ef356798028ca9a3548cb8df14",
822                 "shasum": ""
823             },
824             "require": {
825                 "php": ">=5.5.0"
826             },
827             "require-dev": {
828                 "consolidation/robo": "^1.2.3",
829                 "g1a/composer-test-scenarios": "^2",
830                 "knplabs/github-api": "^2.7",
831                 "php-http/guzzle6-adapter": "^1.1",
832                 "phpunit/phpunit": "^5",
833                 "satooshi/php-coveralls": "^2",
834                 "squizlabs/php_codesniffer": "^2.8",
835                 "symfony/console": "^2.8|^3|^4",
836                 "symfony/yaml": "~2.3|^3"
837             },
838             "type": "library",
839             "extra": {
840                 "branch-alias": {
841                     "dev-master": "1.x-dev"
842                 }
843             },
844             "autoload": {
845                 "psr-4": {
846                     "Consolidation\\SiteAlias\\": "src"
847                 }
848             },
849             "notification-url": "https://packagist.org/downloads/",
850             "license": [
851                 "MIT"
852             ],
853             "authors": [
854                 {
855                     "name": "Moshe Weitzman",
856                     "email": "weitzman@tejasa.com"
857                 },
858                 {
859                     "name": "Greg Anderson",
860                     "email": "greg.1.anderson@greenknowe.org"
861                 }
862             ],
863             "description": "Manage alias records for local and remote sites.",
864             "time": "2018-11-03T05:07:56+00:00"
865         },
866         {
867             "name": "container-interop/container-interop",
868             "version": "1.2.0",
869             "source": {
870                 "type": "git",
871                 "url": "https://github.com/container-interop/container-interop.git",
872                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
873             },
874             "dist": {
875                 "type": "zip",
876                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
877                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
878                 "shasum": ""
879             },
880             "require": {
881                 "psr/container": "^1.0"
882             },
883             "type": "library",
884             "autoload": {
885                 "psr-4": {
886                     "Interop\\Container\\": "src/Interop/Container/"
887                 }
888             },
889             "notification-url": "https://packagist.org/downloads/",
890             "license": [
891                 "MIT"
892             ],
893             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
894             "homepage": "https://github.com/container-interop/container-interop",
895             "time": "2017-02-14T19:40:03+00:00"
896         },
897         {
898             "name": "cweagans/composer-patches",
899             "version": "1.6.5",
900             "source": {
901                 "type": "git",
902                 "url": "https://github.com/cweagans/composer-patches.git",
903                 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3"
904             },
905             "dist": {
906                 "type": "zip",
907                 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
908                 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
909                 "shasum": ""
910             },
911             "require": {
912                 "composer-plugin-api": "^1.0",
913                 "php": ">=5.3.0"
914             },
915             "require-dev": {
916                 "composer/composer": "~1.0",
917                 "phpunit/phpunit": "~4.6"
918             },
919             "type": "composer-plugin",
920             "extra": {
921                 "class": "cweagans\\Composer\\Patches"
922             },
923             "autoload": {
924                 "psr-4": {
925                     "cweagans\\Composer\\": "src"
926                 }
927             },
928             "notification-url": "https://packagist.org/downloads/",
929             "license": [
930                 "BSD-3-Clause"
931             ],
932             "authors": [
933                 {
934                     "name": "Cameron Eagans",
935                     "email": "me@cweagans.net"
936                 }
937             ],
938             "description": "Provides a way to patch Composer packages.",
939             "time": "2018-05-11T18:00:16+00:00"
940         },
941         {
942             "name": "dflydev/dot-access-configuration",
943             "version": "v1.0.3",
944             "source": {
945                 "type": "git",
946                 "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
947                 "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
948             },
949             "dist": {
950                 "type": "zip",
951                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
952                 "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
953                 "shasum": ""
954             },
955             "require": {
956                 "dflydev/dot-access-data": "1.*",
957                 "dflydev/placeholder-resolver": "1.*",
958                 "php": ">=5.3.2"
959             },
960             "require-dev": {
961                 "symfony/yaml": "~2.1"
962             },
963             "suggest": {
964                 "symfony/yaml": "Required for using the YAML Configuration Builders"
965             },
966             "type": "library",
967             "extra": {
968                 "branch-alias": {
969                     "dev-master": "1.0-dev"
970                 }
971             },
972             "autoload": {
973                 "psr-0": {
974                     "Dflydev\\DotAccessConfiguration": "src"
975                 }
976             },
977             "notification-url": "https://packagist.org/downloads/",
978             "license": [
979                 "MIT"
980             ],
981             "authors": [
982                 {
983                     "name": "Dragonfly Development Inc.",
984                     "email": "info@dflydev.com",
985                     "homepage": "http://dflydev.com"
986                 },
987                 {
988                     "name": "Beau Simensen",
989                     "email": "beau@dflydev.com",
990                     "homepage": "http://beausimensen.com"
991                 }
992             ],
993             "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
994             "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
995             "keywords": [
996                 "config",
997                 "configuration"
998             ],
999             "time": "2018-09-08T23:00:17+00:00"
1000         },
1001         {
1002             "name": "dflydev/dot-access-data",
1003             "version": "v1.1.0",
1004             "source": {
1005                 "type": "git",
1006                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
1007                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
1008             },
1009             "dist": {
1010                 "type": "zip",
1011                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
1012                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
1013                 "shasum": ""
1014             },
1015             "require": {
1016                 "php": ">=5.3.2"
1017             },
1018             "type": "library",
1019             "extra": {
1020                 "branch-alias": {
1021                     "dev-master": "1.0-dev"
1022                 }
1023             },
1024             "autoload": {
1025                 "psr-0": {
1026                     "Dflydev\\DotAccessData": "src"
1027                 }
1028             },
1029             "notification-url": "https://packagist.org/downloads/",
1030             "license": [
1031                 "MIT"
1032             ],
1033             "authors": [
1034                 {
1035                     "name": "Dragonfly Development Inc.",
1036                     "email": "info@dflydev.com",
1037                     "homepage": "http://dflydev.com"
1038                 },
1039                 {
1040                     "name": "Beau Simensen",
1041                     "email": "beau@dflydev.com",
1042                     "homepage": "http://beausimensen.com"
1043                 },
1044                 {
1045                     "name": "Carlos Frutos",
1046                     "email": "carlos@kiwing.it",
1047                     "homepage": "https://github.com/cfrutos"
1048                 }
1049             ],
1050             "description": "Given a deep data structure, access data by dot notation.",
1051             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
1052             "keywords": [
1053                 "access",
1054                 "data",
1055                 "dot",
1056                 "notation"
1057             ],
1058             "time": "2017-01-20T21:14:22+00:00"
1059         },
1060         {
1061             "name": "dflydev/placeholder-resolver",
1062             "version": "v1.0.2",
1063             "source": {
1064                 "type": "git",
1065                 "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
1066                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
1067             },
1068             "dist": {
1069                 "type": "zip",
1070                 "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1071                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1072                 "shasum": ""
1073             },
1074             "require": {
1075                 "php": ">=5.3.2"
1076             },
1077             "type": "library",
1078             "extra": {
1079                 "branch-alias": {
1080                     "dev-master": "1.0-dev"
1081                 }
1082             },
1083             "autoload": {
1084                 "psr-0": {
1085                     "Dflydev\\PlaceholderResolver": "src"
1086                 }
1087             },
1088             "notification-url": "https://packagist.org/downloads/",
1089             "license": [
1090                 "MIT"
1091             ],
1092             "authors": [
1093                 {
1094                     "name": "Dragonfly Development Inc.",
1095                     "email": "info@dflydev.com",
1096                     "homepage": "http://dflydev.com"
1097                 },
1098                 {
1099                     "name": "Beau Simensen",
1100                     "email": "beau@dflydev.com",
1101                     "homepage": "http://beausimensen.com"
1102                 }
1103             ],
1104             "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.",
1105             "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
1106             "keywords": [
1107                 "placeholder",
1108                 "resolver"
1109             ],
1110             "time": "2012-10-28T21:08:28+00:00"
1111         },
1112         {
1113             "name": "dnoegel/php-xdg-base-dir",
1114             "version": "0.1",
1115             "source": {
1116                 "type": "git",
1117                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
1118                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
1119             },
1120             "dist": {
1121                 "type": "zip",
1122                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1123                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1124                 "shasum": ""
1125             },
1126             "require": {
1127                 "php": ">=5.3.2"
1128             },
1129             "require-dev": {
1130                 "phpunit/phpunit": "@stable"
1131             },
1132             "type": "project",
1133             "autoload": {
1134                 "psr-4": {
1135                     "XdgBaseDir\\": "src/"
1136                 }
1137             },
1138             "notification-url": "https://packagist.org/downloads/",
1139             "license": [
1140                 "MIT"
1141             ],
1142             "description": "implementation of xdg base directory specification for php",
1143             "time": "2014-10-24T07:27:01+00:00"
1144         },
1145         {
1146             "name": "doctrine/annotations",
1147             "version": "v1.4.0",
1148             "source": {
1149                 "type": "git",
1150                 "url": "https://github.com/doctrine/annotations.git",
1151                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1152             },
1153             "dist": {
1154                 "type": "zip",
1155                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1156                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1157                 "shasum": ""
1158             },
1159             "require": {
1160                 "doctrine/lexer": "1.*",
1161                 "php": "^5.6 || ^7.0"
1162             },
1163             "require-dev": {
1164                 "doctrine/cache": "1.*",
1165                 "phpunit/phpunit": "^5.7"
1166             },
1167             "type": "library",
1168             "extra": {
1169                 "branch-alias": {
1170                     "dev-master": "1.4.x-dev"
1171                 }
1172             },
1173             "autoload": {
1174                 "psr-4": {
1175                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1176                 }
1177             },
1178             "notification-url": "https://packagist.org/downloads/",
1179             "license": [
1180                 "MIT"
1181             ],
1182             "authors": [
1183                 {
1184                     "name": "Roman Borschel",
1185                     "email": "roman@code-factory.org"
1186                 },
1187                 {
1188                     "name": "Benjamin Eberlei",
1189                     "email": "kontakt@beberlei.de"
1190                 },
1191                 {
1192                     "name": "Guilherme Blanco",
1193                     "email": "guilhermeblanco@gmail.com"
1194                 },
1195                 {
1196                     "name": "Jonathan Wage",
1197                     "email": "jonwage@gmail.com"
1198                 },
1199                 {
1200                     "name": "Johannes Schmitt",
1201                     "email": "schmittjoh@gmail.com"
1202                 }
1203             ],
1204             "description": "Docblock Annotations Parser",
1205             "homepage": "http://www.doctrine-project.org",
1206             "keywords": [
1207                 "annotations",
1208                 "docblock",
1209                 "parser"
1210             ],
1211             "time": "2017-02-24T16:22:25+00:00"
1212         },
1213         {
1214             "name": "doctrine/cache",
1215             "version": "v1.6.2",
1216             "source": {
1217                 "type": "git",
1218                 "url": "https://github.com/doctrine/cache.git",
1219                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
1220             },
1221             "dist": {
1222                 "type": "zip",
1223                 "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
1224                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
1225                 "shasum": ""
1226             },
1227             "require": {
1228                 "php": "~5.5|~7.0"
1229             },
1230             "conflict": {
1231                 "doctrine/common": ">2.2,<2.4"
1232             },
1233             "require-dev": {
1234                 "phpunit/phpunit": "~4.8|~5.0",
1235                 "predis/predis": "~1.0",
1236                 "satooshi/php-coveralls": "~0.6"
1237             },
1238             "type": "library",
1239             "extra": {
1240                 "branch-alias": {
1241                     "dev-master": "1.6.x-dev"
1242                 }
1243             },
1244             "autoload": {
1245                 "psr-4": {
1246                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1247                 }
1248             },
1249             "notification-url": "https://packagist.org/downloads/",
1250             "license": [
1251                 "MIT"
1252             ],
1253             "authors": [
1254                 {
1255                     "name": "Roman Borschel",
1256                     "email": "roman@code-factory.org"
1257                 },
1258                 {
1259                     "name": "Benjamin Eberlei",
1260                     "email": "kontakt@beberlei.de"
1261                 },
1262                 {
1263                     "name": "Guilherme Blanco",
1264                     "email": "guilhermeblanco@gmail.com"
1265                 },
1266                 {
1267                     "name": "Jonathan Wage",
1268                     "email": "jonwage@gmail.com"
1269                 },
1270                 {
1271                     "name": "Johannes Schmitt",
1272                     "email": "schmittjoh@gmail.com"
1273                 }
1274             ],
1275             "description": "Caching library offering an object-oriented API for many cache backends",
1276             "homepage": "http://www.doctrine-project.org",
1277             "keywords": [
1278                 "cache",
1279                 "caching"
1280             ],
1281             "time": "2017-07-22T12:49:21+00:00"
1282         },
1283         {
1284             "name": "doctrine/collections",
1285             "version": "v1.4.0",
1286             "source": {
1287                 "type": "git",
1288                 "url": "https://github.com/doctrine/collections.git",
1289                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
1290             },
1291             "dist": {
1292                 "type": "zip",
1293                 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
1294                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
1295                 "shasum": ""
1296             },
1297             "require": {
1298                 "php": "^5.6 || ^7.0"
1299             },
1300             "require-dev": {
1301                 "doctrine/coding-standard": "~0.1@dev",
1302                 "phpunit/phpunit": "^5.7"
1303             },
1304             "type": "library",
1305             "extra": {
1306                 "branch-alias": {
1307                     "dev-master": "1.3.x-dev"
1308                 }
1309             },
1310             "autoload": {
1311                 "psr-0": {
1312                     "Doctrine\\Common\\Collections\\": "lib/"
1313                 }
1314             },
1315             "notification-url": "https://packagist.org/downloads/",
1316             "license": [
1317                 "MIT"
1318             ],
1319             "authors": [
1320                 {
1321                     "name": "Roman Borschel",
1322                     "email": "roman@code-factory.org"
1323                 },
1324                 {
1325                     "name": "Benjamin Eberlei",
1326                     "email": "kontakt@beberlei.de"
1327                 },
1328                 {
1329                     "name": "Guilherme Blanco",
1330                     "email": "guilhermeblanco@gmail.com"
1331                 },
1332                 {
1333                     "name": "Jonathan Wage",
1334                     "email": "jonwage@gmail.com"
1335                 },
1336                 {
1337                     "name": "Johannes Schmitt",
1338                     "email": "schmittjoh@gmail.com"
1339                 }
1340             ],
1341             "description": "Collections Abstraction library",
1342             "homepage": "http://www.doctrine-project.org",
1343             "keywords": [
1344                 "array",
1345                 "collections",
1346                 "iterator"
1347             ],
1348             "time": "2017-01-03T10:49:41+00:00"
1349         },
1350         {
1351             "name": "doctrine/common",
1352             "version": "v2.7.3",
1353             "source": {
1354                 "type": "git",
1355                 "url": "https://github.com/doctrine/common.git",
1356                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
1357             },
1358             "dist": {
1359                 "type": "zip",
1360                 "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
1361                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
1362                 "shasum": ""
1363             },
1364             "require": {
1365                 "doctrine/annotations": "1.*",
1366                 "doctrine/cache": "1.*",
1367                 "doctrine/collections": "1.*",
1368                 "doctrine/inflector": "1.*",
1369                 "doctrine/lexer": "1.*",
1370                 "php": "~5.6|~7.0"
1371             },
1372             "require-dev": {
1373                 "phpunit/phpunit": "^5.4.6"
1374             },
1375             "type": "library",
1376             "extra": {
1377                 "branch-alias": {
1378                     "dev-master": "2.7.x-dev"
1379                 }
1380             },
1381             "autoload": {
1382                 "psr-4": {
1383                     "Doctrine\\Common\\": "lib/Doctrine/Common"
1384                 }
1385             },
1386             "notification-url": "https://packagist.org/downloads/",
1387             "license": [
1388                 "MIT"
1389             ],
1390             "authors": [
1391                 {
1392                     "name": "Roman Borschel",
1393                     "email": "roman@code-factory.org"
1394                 },
1395                 {
1396                     "name": "Benjamin Eberlei",
1397                     "email": "kontakt@beberlei.de"
1398                 },
1399                 {
1400                     "name": "Guilherme Blanco",
1401                     "email": "guilhermeblanco@gmail.com"
1402                 },
1403                 {
1404                     "name": "Jonathan Wage",
1405                     "email": "jonwage@gmail.com"
1406                 },
1407                 {
1408                     "name": "Johannes Schmitt",
1409                     "email": "schmittjoh@gmail.com"
1410                 }
1411             ],
1412             "description": "Common Library for Doctrine projects",
1413             "homepage": "http://www.doctrine-project.org",
1414             "keywords": [
1415                 "annotations",
1416                 "collections",
1417                 "eventmanager",
1418                 "persistence",
1419                 "spl"
1420             ],
1421             "time": "2017-07-22T08:35:12+00:00"
1422         },
1423         {
1424             "name": "doctrine/inflector",
1425             "version": "v1.2.0",
1426             "source": {
1427                 "type": "git",
1428                 "url": "https://github.com/doctrine/inflector.git",
1429                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
1430             },
1431             "dist": {
1432                 "type": "zip",
1433                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
1434                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
1435                 "shasum": ""
1436             },
1437             "require": {
1438                 "php": "^7.0"
1439             },
1440             "require-dev": {
1441                 "phpunit/phpunit": "^6.2"
1442             },
1443             "type": "library",
1444             "extra": {
1445                 "branch-alias": {
1446                     "dev-master": "1.2.x-dev"
1447                 }
1448             },
1449             "autoload": {
1450                 "psr-4": {
1451                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1452                 }
1453             },
1454             "notification-url": "https://packagist.org/downloads/",
1455             "license": [
1456                 "MIT"
1457             ],
1458             "authors": [
1459                 {
1460                     "name": "Roman Borschel",
1461                     "email": "roman@code-factory.org"
1462                 },
1463                 {
1464                     "name": "Benjamin Eberlei",
1465                     "email": "kontakt@beberlei.de"
1466                 },
1467                 {
1468                     "name": "Guilherme Blanco",
1469                     "email": "guilhermeblanco@gmail.com"
1470                 },
1471                 {
1472                     "name": "Jonathan Wage",
1473                     "email": "jonwage@gmail.com"
1474                 },
1475                 {
1476                     "name": "Johannes Schmitt",
1477                     "email": "schmittjoh@gmail.com"
1478                 }
1479             ],
1480             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1481             "homepage": "http://www.doctrine-project.org",
1482             "keywords": [
1483                 "inflection",
1484                 "pluralize",
1485                 "singularize",
1486                 "string"
1487             ],
1488             "time": "2017-07-22T12:18:28+00:00"
1489         },
1490         {
1491             "name": "doctrine/lexer",
1492             "version": "v1.0.1",
1493             "source": {
1494                 "type": "git",
1495                 "url": "https://github.com/doctrine/lexer.git",
1496                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1497             },
1498             "dist": {
1499                 "type": "zip",
1500                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1501                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1502                 "shasum": ""
1503             },
1504             "require": {
1505                 "php": ">=5.3.2"
1506             },
1507             "type": "library",
1508             "extra": {
1509                 "branch-alias": {
1510                     "dev-master": "1.0.x-dev"
1511                 }
1512             },
1513             "autoload": {
1514                 "psr-0": {
1515                     "Doctrine\\Common\\Lexer\\": "lib/"
1516                 }
1517             },
1518             "notification-url": "https://packagist.org/downloads/",
1519             "license": [
1520                 "MIT"
1521             ],
1522             "authors": [
1523                 {
1524                     "name": "Roman Borschel",
1525                     "email": "roman@code-factory.org"
1526                 },
1527                 {
1528                     "name": "Guilherme Blanco",
1529                     "email": "guilhermeblanco@gmail.com"
1530                 },
1531                 {
1532                     "name": "Johannes Schmitt",
1533                     "email": "schmittjoh@gmail.com"
1534                 }
1535             ],
1536             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1537             "homepage": "http://www.doctrine-project.org",
1538             "keywords": [
1539                 "lexer",
1540                 "parser"
1541             ],
1542             "time": "2014-09-09T13:34:57+00:00"
1543         },
1544         {
1545             "name": "drupal-composer/drupal-scaffold",
1546             "version": "2.5.4",
1547             "source": {
1548                 "type": "git",
1549                 "url": "https://github.com/drupal-composer/drupal-scaffold.git",
1550                 "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d"
1551             },
1552             "dist": {
1553                 "type": "zip",
1554                 "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
1555                 "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
1556                 "shasum": ""
1557             },
1558             "require": {
1559                 "composer-plugin-api": "^1.0.0",
1560                 "composer/semver": "^1.4",
1561                 "php": ">=5.4.5"
1562             },
1563             "require-dev": {
1564                 "composer/composer": "dev-master",
1565                 "g1a/composer-test-scenarios": "^2.1.0",
1566                 "phpunit/phpunit": "^6",
1567                 "squizlabs/php_codesniffer": "^2.8"
1568             },
1569             "type": "composer-plugin",
1570             "extra": {
1571                 "class": "DrupalComposer\\DrupalScaffold\\Plugin",
1572                 "branch-alias": {
1573                     "dev-master": "2.0.x-dev"
1574                 }
1575             },
1576             "autoload": {
1577                 "psr-4": {
1578                     "DrupalComposer\\DrupalScaffold\\": "src/"
1579                 }
1580             },
1581             "notification-url": "https://packagist.org/downloads/",
1582             "license": [
1583                 "GPL-2.0-or-later"
1584             ],
1585             "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
1586             "time": "2018-07-27T10:07:07+00:00"
1587         },
1588         {
1589             "name": "drupal/admin_toolbar",
1590             "version": "1.24.0",
1591             "source": {
1592                 "type": "git",
1593                 "url": "https://git.drupal.org/project/admin_toolbar",
1594                 "reference": "8.x-1.24"
1595             },
1596             "dist": {
1597                 "type": "zip",
1598                 "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.24.zip",
1599                 "reference": "8.x-1.24",
1600                 "shasum": "682ffa443a1e339583022eb6adbb00c1103ea6d4"
1601             },
1602             "require": {
1603                 "drupal/core": "*"
1604             },
1605             "type": "drupal-module",
1606             "extra": {
1607                 "branch-alias": {
1608                     "dev-1.x": "1.x-dev"
1609                 },
1610                 "drupal": {
1611                     "version": "8.x-1.24",
1612                     "datestamp": "1527523080",
1613                     "security-coverage": {
1614                         "status": "covered",
1615                         "message": "Covered by Drupal's security advisory policy"
1616                     }
1617                 }
1618             },
1619             "notification-url": "https://packages.drupal.org/8/downloads",
1620             "license": [
1621                 "GPL-2.0+"
1622             ],
1623             "authors": [
1624                 {
1625                     "name": "Wilfrid Roze (eme)",
1626                     "homepage": "https://www.drupal.org/u/eme",
1627                     "role": "Maintainer"
1628                 },
1629                 {
1630                     "name": "Romain Jarraud (romainj)",
1631                     "homepage": "https://www.drupal.org/u/romainj",
1632                     "role": "Maintainer"
1633                 },
1634                 {
1635                     "name": "Adrian Cid Almaguer (adriancid)",
1636                     "homepage": "https://www.drupal.org/u/adriancid",
1637                     "email": "adriancid@gmail.com",
1638                     "role": "Maintainer"
1639                 },
1640                 {
1641                     "name": "Mohamed Anis Taktak (matio89)",
1642                     "homepage": "https://www.drupal.org/u/matio89",
1643                     "role": "Maintainer"
1644                 },
1645                 {
1646                     "name": "fethi.krout",
1647                     "homepage": "https://www.drupal.org/user/3206765"
1648                 },
1649                 {
1650                     "name": "matio89",
1651                     "homepage": "https://www.drupal.org/user/2320090"
1652                 },
1653                 {
1654                     "name": "romainj",
1655                     "homepage": "https://www.drupal.org/user/370706"
1656                 }
1657             ],
1658             "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
1659             "homepage": "http://drupal.org/project/admin_toolbar",
1660             "keywords": [
1661                 "Drupal",
1662                 "Toolbar"
1663             ],
1664             "support": {
1665                 "source": "http://cgit.drupalcode.org/admin_toolbar",
1666                 "issues": "https://www.drupal.org/project/issues/admin_toolbar"
1667             }
1668         },
1669         {
1670             "name": "drupal/advagg",
1671             "version": "2.4.0",
1672             "source": {
1673                 "type": "git",
1674                 "url": "https://git.drupal.org/project/advagg",
1675                 "reference": "8.x-2.4"
1676             },
1677             "dist": {
1678                 "type": "zip",
1679                 "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
1680                 "reference": "8.x-2.4",
1681                 "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
1682             },
1683             "require": {
1684                 "drupal/core": "~8.0"
1685             },
1686             "type": "drupal-module",
1687             "extra": {
1688                 "branch-alias": {
1689                     "dev-2.x": "2.x-dev"
1690                 },
1691                 "drupal": {
1692                     "version": "8.x-2.4",
1693                     "datestamp": "1493949188"
1694                 }
1695             },
1696             "notification-url": "https://packages.drupal.org/8/downloads",
1697             "license": [
1698                 "GPL-2.0+"
1699             ],
1700             "authors": [
1701                 {
1702                     "name": "Mike Carper (mikeytown2)",
1703                     "homepage": "https://www.drupal.org/u/mikeytown2",
1704                     "role": "Creator, Maintainer"
1705                 },
1706                 {
1707                     "name": "Nick Wilde (nickwilde)",
1708                     "homepage": "https://www.drupal.org/u/nickwilde",
1709                     "email": "design@briarmoon.ca",
1710                     "role": "Drupal 8 Port/maintainer"
1711                 },
1712                 {
1713                     "name": "doublejosh",
1714                     "homepage": "https://www.drupal.org/user/199720"
1715                 },
1716                 {
1717                     "name": "iamcarrico",
1718                     "homepage": "https://www.drupal.org/user/1300542"
1719                 },
1720                 {
1721                     "name": "markcarver",
1722                     "homepage": "https://www.drupal.org/user/501638"
1723                 },
1724                 {
1725                     "name": "mikeytown2",
1726                     "homepage": "https://www.drupal.org/user/282446"
1727                 },
1728                 {
1729                     "name": "rupl",
1730                     "homepage": "https://www.drupal.org/user/411999"
1731                 }
1732             ],
1733             "description": "Improved aggregation of CSS/JS files to speed up page load times.",
1734             "homepage": "https://drupal.org/project/advagg",
1735             "support": {
1736                 "source": "https://cgit.drupalcode.org/advagg",
1737                 "issues": "https://drupal.org/project/issues/advagg",
1738                 "irc": "irc://irc.freenode.org/drupal-contribute"
1739             }
1740         },
1741         {
1742             "name": "drupal/advanced_help",
1743             "version": "1.0.0-alpha2",
1744             "source": {
1745                 "type": "git",
1746                 "url": "https://git.drupal.org/project/advanced_help",
1747                 "reference": "8.x-1.0-alpha2"
1748             },
1749             "dist": {
1750                 "type": "zip",
1751                 "url": "https://ftp.drupal.org/files/projects/advanced_help-8.x-1.0-alpha2.zip",
1752                 "reference": "8.x-1.0-alpha2",
1753                 "shasum": "15893996c66bcb81e200dfb9871df6f0da682cc0"
1754             },
1755             "require": {
1756                 "drupal/core": "~8.0",
1757                 "michelf/php-markdown": "^1.7"
1758             },
1759             "type": "drupal-module",
1760             "extra": {
1761                 "branch-alias": {
1762                     "dev-1.x": "1.x-dev"
1763                 },
1764                 "drupal": {
1765                     "version": "8.x-1.0-alpha2",
1766                     "datestamp": "1542000180",
1767                     "security-coverage": {
1768                         "status": "not-covered",
1769                         "message": "Alpha releases are not covered by Drupal security advisories."
1770                     }
1771                 }
1772             },
1773             "notification-url": "https://packages.drupal.org/8/downloads",
1774             "license": [
1775                 "GPL-2.0+"
1776             ],
1777             "authors": [
1778                 {
1779                     "name": "David Valdez (gnuget)",
1780                     "homepage": "https://www.drupal.org/u/gnuget",
1781                     "role": "Maintainer"
1782                 },
1783                 {
1784                     "name": "dmitrig01",
1785                     "homepage": "https://www.drupal.org/user/47566"
1786                 },
1787                 {
1788                     "name": "fgm",
1789                     "homepage": "https://www.drupal.org/user/27985"
1790                 },
1791                 {
1792                     "name": "gisle",
1793                     "homepage": "https://www.drupal.org/user/409554"
1794                 },
1795                 {
1796                     "name": "gnuget",
1797                     "homepage": "https://www.drupal.org/user/992990"
1798                 },
1799                 {
1800                     "name": "merlinofchaos",
1801                     "homepage": "https://www.drupal.org/user/26979"
1802                 },
1803                 {
1804                     "name": "redndahead",
1805                     "homepage": "https://www.drupal.org/user/160320"
1806                 }
1807             ],
1808             "description": "Provide extended help and documentation.",
1809             "homepage": "https://www.drupal.org/project/advanced_help",
1810             "support": {
1811                 "source": "https://cgit.drupalcode.org/advanced_help",
1812                 "issues": "https://www.drupal.org/project/issues/advanced_help",
1813                 "irc": "irc://irc.freenode.org/drupal-contribute"
1814             }
1815         },
1816         {
1817             "name": "drupal/better_formats",
1818             "version": "dev-1.x",
1819             "source": {
1820                 "type": "git",
1821                 "url": "https://git.drupal.org/project/better_formats",
1822                 "reference": "e632735f9bec5e08db58716195edc25cc6db78b3"
1823             },
1824             "require": {
1825                 "drupal/core": "~8.0"
1826             },
1827             "type": "drupal-module",
1828             "extra": {
1829                 "branch-alias": {
1830                     "dev-1.x": "1.x-dev"
1831                 },
1832                 "drupal": {
1833                     "version": "8.x-1.x-dev",
1834                     "datestamp": "1524577384",
1835                     "security-coverage": {
1836                         "status": "not-covered",
1837                         "message": "Project has not opted into security advisory coverage!"
1838                     }
1839                 }
1840             },
1841             "notification-url": "https://packages.drupal.org/8/downloads",
1842             "license": [
1843                 "GPL-2.0+"
1844             ],
1845             "authors": [
1846                 {
1847                     "name": "Devin Carlson",
1848                     "homepage": "https://www.drupal.org/user/290182"
1849                 },
1850                 {
1851                     "name": "dragonwize",
1852                     "homepage": "https://www.drupal.org/user/137882"
1853                 }
1854             ],
1855             "description": "Enhances the core input format system by managing input format defaults and settings.",
1856             "homepage": "https://www.drupal.org/project/better_formats",
1857             "support": {
1858                 "source": "http://cgit.drupalcode.org/better_formats"
1859             }
1860         },
1861         {
1862             "name": "drupal/blazy",
1863             "version": "1.0.0-rc3",
1864             "source": {
1865                 "type": "git",
1866                 "url": "https://git.drupal.org/project/blazy",
1867                 "reference": "8.x-1.0-rc3"
1868             },
1869             "dist": {
1870                 "type": "zip",
1871                 "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc3.zip",
1872                 "reference": "8.x-1.0-rc3",
1873                 "shasum": "a92409f7d19ed984362b213c6245f8eda3bef03a"
1874             },
1875             "require": {
1876                 "drupal/core": "*"
1877             },
1878             "type": "drupal-module",
1879             "extra": {
1880                 "branch-alias": {
1881                     "dev-1.x": "1.x-dev"
1882                 },
1883                 "drupal": {
1884                     "version": "8.x-1.0-rc3",
1885                     "datestamp": "1538045580",
1886                     "security-coverage": {
1887                         "status": "not-covered",
1888                         "message": "Project has not opted into security advisory coverage!"
1889                     }
1890                 }
1891             },
1892             "notification-url": "https://packages.drupal.org/8/downloads",
1893             "license": [
1894                 "GPL-2.0+"
1895             ],
1896             "authors": [
1897                 {
1898                     "name": "Gaus Surahman",
1899                     "homepage": "https://www.drupal.org/u/gausarts",
1900                     "role": "Maintainer"
1901                 },
1902                 {
1903                     "name": "Contributors",
1904                     "homepage": "https://www.drupal.org/node/2663268/committers",
1905                     "role": "Contributor"
1906                 },
1907                 {
1908                     "name": "sun",
1909                     "homepage": "https://www.drupal.org/user/54136"
1910                 }
1911             ],
1912             "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
1913             "homepage": "https://drupal.org/project/blazy",
1914             "keywords": [
1915                 "Drupal",
1916                 "bLazy",
1917                 "lazyload"
1918             ],
1919             "support": {
1920                 "source": "http://cgit.drupalcode.org/blazy",
1921                 "issues": "https://drupal.org/project/issues/blazy"
1922             }
1923         },
1924         {
1925             "name": "drupal/block_class",
1926             "version": "1.0.0",
1927             "source": {
1928                 "type": "git",
1929                 "url": "https://git.drupal.org/project/block_class",
1930                 "reference": "8.x-1.0"
1931             },
1932             "dist": {
1933                 "type": "zip",
1934                 "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0.zip",
1935                 "reference": "8.x-1.0",
1936                 "shasum": "1a691999d051a3c010c2b6f2df73954ee02f424d"
1937             },
1938             "require": {
1939                 "drupal/core": "*"
1940             },
1941             "type": "drupal-module",
1942             "extra": {
1943                 "branch-alias": {
1944                     "dev-1.x": "1.x-dev"
1945                 },
1946                 "drupal": {
1947                     "version": "8.x-1.0",
1948                     "datestamp": "1531440821",
1949                     "security-coverage": {
1950                         "status": "covered",
1951                         "message": "Covered by Drupal's security advisory policy"
1952                     }
1953                 }
1954             },
1955             "notification-url": "https://packages.drupal.org/8/downloads",
1956             "license": [
1957                 "GPL-2.0+"
1958             ],
1959             "authors": [
1960                 {
1961                     "name": "Todd Nienkerk",
1962                     "homepage": "https://www.drupal.org/u/todd-nienkerk",
1963                     "role": "Maintainer"
1964                 },
1965                 {
1966                     "name": "Renato Gonçalves (RenatoG)",
1967                     "homepage": "https://www.drupal.org/u/RenatoG",
1968                     "email": "renatog@ciandt.com",
1969                     "role": "Maintainer"
1970                 },
1971                 {
1972                     "name": "Aaron Stanush",
1973                     "homepage": "https://www.drupal.org/u/aaron-stanush",
1974                     "role": "Maintainer"
1975                 },
1976                 {
1977                     "name": "David Suissa (DYdave)",
1978                     "homepage": "https://www.drupal.org/u/DYdave",
1979                     "role": "Maintainer"
1980                 },
1981                 {
1982                     "name": "Four Kitchens",
1983                     "homepage": "https://www.drupal.org/user/358502",
1984                     "role": "Maintainer"
1985                 },
1986                 {
1987                     "name": "berenddeboer",
1988                     "homepage": "https://www.drupal.org/u/berenddeboer",
1989                     "role": "Maintainer"
1990                 },
1991                 {
1992                     "name": "elliotttf",
1993                     "homepage": "https://www.drupal.org/u/elliotttf",
1994                     "role": "Maintainer"
1995                 },
1996                 {
1997                     "name": "Michal Minecki (mirzu)",
1998                     "homepage": "https://www.drupal.org/u/mirzu",
1999                     "role": "Maintainer"
2000                 },
2001                 {
2002                     "name": "Patrick Coffey (pcoffey)",
2003                     "homepage": "https://www.drupal.org/u/pcoffey",
2004                     "role": "Maintainer"
2005                 },
2006                 {
2007                     "name": "Taylor Smith (tsmith512)",
2008                     "homepage": "https://www.drupal.org/u/tsmith512",
2009                     "role": "Maintainer"
2010                 },
2011                 {
2012                     "name": "tsmith512",
2013                     "homepage": "https://www.drupal.org/user/2031446"
2014                 }
2015             ],
2016             "description": "Allows assigning classes to Blocks.",
2017             "homepage": "https://www.drupal.org/project/block_class",
2018             "support": {
2019                 "source": "https://cgit.drupalcode.org/block_class",
2020                 "issues": "https://www.drupal.org/project/issues/block_class",
2021                 "irc": "irc://irc.freenode.org/drupal-contribute"
2022             }
2023         },
2024         {
2025             "name": "drupal/bootstrap",
2026             "version": "3.14.0",
2027             "source": {
2028                 "type": "git",
2029                 "url": "https://git.drupal.org/project/bootstrap",
2030                 "reference": "8.x-3.14"
2031             },
2032             "dist": {
2033                 "type": "zip",
2034                 "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.14.zip",
2035                 "reference": "8.x-3.14",
2036                 "shasum": "bd32ae78846d7f535e5a71f631377dba93ee8bd2"
2037             },
2038             "require": {
2039                 "drupal/core": "~8.0"
2040             },
2041             "type": "drupal-theme",
2042             "extra": {
2043                 "branch-alias": {
2044                     "dev-3.x": "3.x-dev"
2045                 },
2046                 "drupal": {
2047                     "version": "8.x-3.14",
2048                     "datestamp": "1542006180",
2049                     "security-coverage": {
2050                         "status": "covered",
2051                         "message": "Covered by Drupal's security advisory policy"
2052                     }
2053                 }
2054             },
2055             "notification-url": "https://packages.drupal.org/8/downloads",
2056             "license": [
2057                 "GPL-2.0"
2058             ],
2059             "authors": [
2060                 {
2061                     "name": "Mark Carver (markcarver)",
2062                     "homepage": "https://www.drupal.org/u/markcarver",
2063                     "role": "Maintainer"
2064                 },
2065                 {
2066                     "name": "John McCormick (neardark)",
2067                     "homepage": "https://www.drupal.org/u/neardark",
2068                     "role": "Co-maintainer"
2069                 },
2070                 {
2071                     "name": "Fabiano Sant'Ana (wundo)",
2072                     "homepage": "https://www.drupal.org/u/wundo",
2073                     "role": "Co-maintainer"
2074                 },
2075                 {
2076                     "name": "wundo",
2077                     "homepage": "https://www.drupal.org/user/25523"
2078                 }
2079             ],
2080             "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
2081             "homepage": "https://www.drupal.org/project/bootstrap",
2082             "support": {
2083                 "source": "http://cgit.drupalcode.org/bootstrap",
2084                 "docs": "https://drupal-bootstrap.org",
2085                 "issues": "https://www.drupal.org/project/issues/bootstrap",
2086                 "irc": "irc://irc.freenode.org/drupal-bootstrap"
2087             }
2088         },
2089         {
2090             "name": "drupal/bootstrap_layouts",
2091             "version": "4.2.0",
2092             "source": {
2093                 "type": "git",
2094                 "url": "https://git.drupal.org/project/bootstrap_layouts",
2095                 "reference": "8.x-4.2"
2096             },
2097             "dist": {
2098                 "type": "zip",
2099                 "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.2.zip",
2100                 "reference": "8.x-4.2",
2101                 "shasum": "247f8e766fa06c9639fa80e81ecc933230e3e9fb"
2102             },
2103             "require": {
2104                 "drupal/core": "~8.0",
2105                 "drupal/layout_plugin": "*"
2106             },
2107             "type": "drupal-module",
2108             "extra": {
2109                 "branch-alias": {
2110                     "dev-4.x": "4.x-dev"
2111                 },
2112                 "drupal": {
2113                     "version": "8.x-4.2",
2114                     "datestamp": "1507846445",
2115                     "security-coverage": {
2116                         "status": "covered",
2117                         "message": "Covered by Drupal's security advisory policy"
2118                     }
2119                 }
2120             },
2121             "notification-url": "https://packages.drupal.org/8/downloads",
2122             "license": [
2123                 "GPL-2.0-or-later"
2124             ],
2125             "authors": [
2126                 {
2127                     "name": "darol100",
2128                     "homepage": "https://www.drupal.org/user/2667123"
2129                 },
2130                 {
2131                     "name": "hctom",
2132                     "homepage": "https://www.drupal.org/user/112790"
2133                 },
2134                 {
2135                     "name": "markcarver",
2136                     "homepage": "https://www.drupal.org/user/501638"
2137                 }
2138             ],
2139             "description": "This module is going to generate layouts with Bootstrap grid system.",
2140             "homepage": "https://www.drupal.org/project/bootstrap_layouts",
2141             "support": {
2142                 "source": "http://cgit.drupalcode.org/bootstrap_layouts"
2143             }
2144         },
2145         {
2146             "name": "drupal/ckeditor_templates",
2147             "version": "1.0.0",
2148             "source": {
2149                 "type": "git",
2150                 "url": "https://git.drupal.org/project/ckeditor_templates",
2151                 "reference": "8.x-1.0"
2152             },
2153             "dist": {
2154                 "type": "zip",
2155                 "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
2156                 "reference": "8.x-1.0",
2157                 "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
2158             },
2159             "require": {
2160                 "drupal/core": "*"
2161             },
2162             "type": "drupal-module",
2163             "extra": {
2164                 "branch-alias": {
2165                     "dev-1.x": "1.x-dev"
2166                 },
2167                 "drupal": {
2168                     "version": "8.x-1.0",
2169                     "datestamp": "1490206982"
2170                 }
2171             },
2172             "notification-url": "https://packages.drupal.org/8/downloads",
2173             "license": [
2174                 "GPL-2.0+"
2175             ],
2176             "authors": [
2177                 {
2178                     "name": "lucaslg",
2179                     "homepage": "https://www.drupal.org/user/3128975"
2180                 }
2181             ],
2182             "description": "Integrates the CKEdito templates plugin",
2183             "homepage": "https://www.drupal.org/project/ckeditor_templates",
2184             "support": {
2185                 "source": "http://cgit.drupalcode.org/ckeditor_templates"
2186             }
2187         },
2188         {
2189             "name": "drupal/ckeditor_widgets",
2190             "version": "dev-1.x",
2191             "source": {
2192                 "type": "git",
2193                 "url": "https://git.drupal.org/project/ckeditor_widgets",
2194                 "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
2195             },
2196             "require": {
2197                 "drupal/core": "*"
2198             },
2199             "type": "drupal-module",
2200             "extra": {
2201                 "branch-alias": {
2202                     "dev-1.x": "1.x-dev"
2203                 },
2204                 "drupal": {
2205                     "version": "8.x-1.x-dev",
2206                     "datestamp": "1472798939"
2207                 }
2208             },
2209             "notification-url": "https://packages.drupal.org/8/downloads",
2210             "license": [
2211                 "GPL-2.0+"
2212             ],
2213             "authors": [
2214                 {
2215                     "name": "jlyon",
2216                     "homepage": "https://www.drupal.org/user/256444"
2217                 }
2218             ],
2219             "description": "Adds widgets and an Insert Template menu to CKEditor",
2220             "homepage": "https://www.drupal.org/project/ckeditor_widgets",
2221             "support": {
2222                 "source": "http://cgit.drupalcode.org/ckeditor_widgets"
2223             }
2224         },
2225         {
2226             "name": "drupal/console",
2227             "version": "1.8.0",
2228             "source": {
2229                 "type": "git",
2230                 "url": "https://github.com/hechoendrupal/drupal-console.git",
2231                 "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18"
2232             },
2233             "dist": {
2234                 "type": "zip",
2235                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/368bbfa44dc6b957eb4db01977f7c39e83032d18",
2236                 "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18",
2237                 "shasum": ""
2238             },
2239             "require": {
2240                 "alchemy/zippy": "0.4.3",
2241                 "composer/installers": "~1.0",
2242                 "doctrine/annotations": "^1.2",
2243                 "doctrine/collections": "^1.3",
2244                 "drupal/console-core": "1.8.0",
2245                 "drupal/console-extend-plugin": "~0",
2246                 "guzzlehttp/guzzle": "~6.1",
2247                 "php": "^5.5.9 || ^7.0",
2248                 "psy/psysh": "0.6.* || ~0.8",
2249                 "symfony/css-selector": "~2.8|~3.0",
2250                 "symfony/dom-crawler": "~2.8|~3.0",
2251                 "symfony/http-foundation": "~2.8|~3.0"
2252             },
2253             "suggest": {
2254                 "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
2255                 "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
2256             },
2257             "bin": [
2258                 "bin/drupal"
2259             ],
2260             "type": "library",
2261             "autoload": {
2262                 "psr-4": {
2263                     "Drupal\\Console\\": "src"
2264                 }
2265             },
2266             "notification-url": "https://packagist.org/downloads/",
2267             "license": [
2268                 "GPL-2.0-or-later"
2269             ],
2270             "authors": [
2271                 {
2272                     "name": "David Flores",
2273                     "email": "dmousex@gmail.com",
2274                     "homepage": "http://dmouse.net"
2275                 },
2276                 {
2277                     "name": "Jesus Manuel Olivas",
2278                     "email": "jesus.olivas@gmail.com",
2279                     "homepage": "http://jmolivas.com"
2280                 },
2281                 {
2282                     "name": "Eduardo Garcia",
2283                     "email": "enzo@enzolutions.com",
2284                     "homepage": "http://enzolutions.com/"
2285                 },
2286                 {
2287                     "name": "Omar Aguirre",
2288                     "email": "omersguchigu@gmail.com"
2289                 },
2290                 {
2291                     "name": "Drupal Console Contributors",
2292                     "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
2293                 }
2294             ],
2295             "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
2296             "homepage": "http://drupalconsole.com/",
2297             "keywords": [
2298                 "console",
2299                 "development",
2300                 "drupal",
2301                 "symfony"
2302             ],
2303             "time": "2018-03-21T20:50:16+00:00"
2304         },
2305         {
2306             "name": "drupal/console-core",
2307             "version": "1.8.0",
2308             "source": {
2309                 "type": "git",
2310                 "url": "https://github.com/hechoendrupal/drupal-console-core.git",
2311                 "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1"
2312             },
2313             "dist": {
2314                 "type": "zip",
2315                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bf1fb4a6f689377acec1694267f674178d28e5d1",
2316                 "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1",
2317                 "shasum": ""
2318             },
2319             "require": {
2320                 "dflydev/dot-access-configuration": "^1.0",
2321                 "drupal/console-en": "1.8.0",
2322                 "php": "^5.5.9 || ^7.0",
2323                 "stecman/symfony-console-completion": "~0.7",
2324                 "symfony/config": "~2.8|~3.0",
2325                 "symfony/console": "~2.8|~3.0",
2326                 "symfony/debug": "~2.8|~3.0",
2327                 "symfony/dependency-injection": "~2.8|~3.0",
2328                 "symfony/event-dispatcher": "~2.8|~3.0",
2329                 "symfony/filesystem": "~2.8|~3.0",
2330                 "symfony/finder": "~2.8|~3.0",
2331                 "symfony/process": "~2.8|~3.0",
2332                 "symfony/translation": "~2.8|~3.0",
2333                 "symfony/yaml": "~2.8|~3.0",
2334                 "twig/twig": "^1.23.1",
2335                 "webflo/drupal-finder": "^1.0",
2336                 "webmozart/path-util": "^2.3"
2337             },
2338             "type": "library",
2339             "autoload": {
2340                 "files": [
2341                     "src/functions.php"
2342                 ],
2343                 "psr-4": {
2344                     "Drupal\\Console\\Core\\": "src"
2345                 }
2346             },
2347             "notification-url": "https://packagist.org/downloads/",
2348             "license": [
2349                 "GPL-2.0-or-later"
2350             ],
2351             "authors": [
2352                 {
2353                     "name": "David Flores",
2354                     "email": "dmousex@gmail.com",
2355                     "homepage": "http://dmouse.net"
2356                 },
2357                 {
2358                     "name": "Jesus Manuel Olivas",
2359                     "email": "jesus.olivas@gmail.com",
2360                     "homepage": "http://jmolivas.com"
2361                 },
2362                 {
2363                     "name": "Drupal Console Contributors",
2364                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2365                 },
2366                 {
2367                     "name": "Eduardo Garcia",
2368                     "email": "enzo@enzolutions.com",
2369                     "homepage": "http://enzolutions.com/"
2370                 },
2371                 {
2372                     "name": "Omar Aguirre",
2373                     "email": "omersguchigu@gmail.com"
2374                 }
2375             ],
2376             "description": "Drupal Console Core",
2377             "homepage": "http://drupalconsole.com/",
2378             "keywords": [
2379                 "console",
2380                 "development",
2381                 "drupal",
2382                 "symfony"
2383             ],
2384             "time": "2018-03-21T19:33:23+00:00"
2385         },
2386         {
2387             "name": "drupal/console-en",
2388             "version": "1.8.0",
2389             "source": {
2390                 "type": "git",
2391                 "url": "https://github.com/hechoendrupal/drupal-console-en.git",
2392                 "reference": "ea956ddffab04f519a89858810e5f695b9def92b"
2393             },
2394             "dist": {
2395                 "type": "zip",
2396                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/ea956ddffab04f519a89858810e5f695b9def92b",
2397                 "reference": "ea956ddffab04f519a89858810e5f695b9def92b",
2398                 "shasum": ""
2399             },
2400             "type": "drupal-console-language",
2401             "notification-url": "https://packagist.org/downloads/",
2402             "license": [
2403                 "GPL-2.0-or-later"
2404             ],
2405             "authors": [
2406                 {
2407                     "name": "David Flores",
2408                     "email": "dmousex@gmail.com",
2409                     "homepage": "http://dmouse.net"
2410                 },
2411                 {
2412                     "name": "Jesus Manuel Olivas",
2413                     "email": "jesus.olivas@gmail.com",
2414                     "homepage": "http://jmolivas.com"
2415                 },
2416                 {
2417                     "name": "Drupal Console Contributors",
2418                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2419                 },
2420                 {
2421                     "name": "Eduardo Garcia",
2422                     "email": "enzo@enzolutions.com",
2423                     "homepage": "http://enzolutions.com/"
2424                 },
2425                 {
2426                     "name": "Omar Aguirre",
2427                     "email": "omersguchigu@gmail.com"
2428                 }
2429             ],
2430             "description": "Drupal Console English Language",
2431             "homepage": "http://drupalconsole.com/",
2432             "keywords": [
2433                 "console",
2434                 "development",
2435                 "drupal",
2436                 "symfony"
2437             ],
2438             "time": "2018-03-21T19:16:27+00:00"
2439         },
2440         {
2441             "name": "drupal/console-extend-plugin",
2442             "version": "0.9.2",
2443             "source": {
2444                 "type": "git",
2445                 "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
2446                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
2447             },
2448             "dist": {
2449                 "type": "zip",
2450                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
2451                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
2452                 "shasum": ""
2453             },
2454             "require": {
2455                 "composer-plugin-api": "^1.0",
2456                 "symfony/finder": "~2.7|~3.0",
2457                 "symfony/yaml": "~2.7|~3.0"
2458             },
2459             "type": "composer-plugin",
2460             "extra": {
2461                 "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
2462             },
2463             "autoload": {
2464                 "psr-4": {
2465                     "Drupal\\Console\\Composer\\Plugin\\": "src"
2466                 }
2467             },
2468             "notification-url": "https://packagist.org/downloads/",
2469             "license": [
2470                 "GPL-2.0+"
2471             ],
2472             "authors": [
2473                 {
2474                     "name": "Jesus Manuel Olivas",
2475                     "email": "jesus.olivas@gmail.com"
2476                 }
2477             ],
2478             "description": "Drupal Console Extend Plugin",
2479             "time": "2017-07-28T17:11:54+00:00"
2480         },
2481         {
2482             "name": "drupal/core",
2483             "version": "8.6.3",
2484             "source": {
2485                 "type": "git",
2486                 "url": "https://github.com/drupal/core.git",
2487                 "reference": "9e9a1dd9e280ebaf10622217e54448b529167965"
2488             },
2489             "dist": {
2490                 "type": "zip",
2491                 "url": "https://api.github.com/repos/drupal/core/zipball/9e9a1dd9e280ebaf10622217e54448b529167965",
2492                 "reference": "9e9a1dd9e280ebaf10622217e54448b529167965",
2493                 "shasum": ""
2494             },
2495             "require": {
2496                 "asm89/stack-cors": "^1.1",
2497                 "composer/semver": "^1.0",
2498                 "doctrine/annotations": "^1.2",
2499                 "doctrine/common": "^2.5",
2500                 "easyrdf/easyrdf": "^0.9",
2501                 "egulias/email-validator": "^1.2",
2502                 "ext-date": "*",
2503                 "ext-dom": "*",
2504                 "ext-filter": "*",
2505                 "ext-gd": "*",
2506                 "ext-hash": "*",
2507                 "ext-json": "*",
2508                 "ext-pcre": "*",
2509                 "ext-pdo": "*",
2510                 "ext-session": "*",
2511                 "ext-simplexml": "*",
2512                 "ext-spl": "*",
2513                 "ext-tokenizer": "*",
2514                 "ext-xml": "*",
2515                 "guzzlehttp/guzzle": "^6.2.1",
2516                 "masterminds/html5": "^2.1",
2517                 "paragonie/random_compat": "^1.0|^2.0",
2518                 "php": "^5.5.9|>=7.0.8",
2519                 "stack/builder": "^1.0",
2520                 "symfony-cmf/routing": "^1.4",
2521                 "symfony/class-loader": "~3.4.0",
2522                 "symfony/console": "~3.4.0",
2523                 "symfony/dependency-injection": "~3.4.0",
2524                 "symfony/event-dispatcher": "~3.4.0",
2525                 "symfony/http-foundation": "~3.4.14",
2526                 "symfony/http-kernel": "~3.4.14",
2527                 "symfony/polyfill-iconv": "^1.0",
2528                 "symfony/process": "~3.4.0",
2529                 "symfony/psr-http-message-bridge": "^1.0",
2530                 "symfony/routing": "~3.4.0",
2531                 "symfony/serializer": "~3.4.0",
2532                 "symfony/translation": "~3.4.0",
2533                 "symfony/validator": "~3.4.0",
2534                 "symfony/yaml": "~3.4.5",
2535                 "twig/twig": "^1.35.0",
2536                 "zendframework/zend-diactoros": "^1.1",
2537                 "zendframework/zend-feed": "^2.4"
2538             },
2539             "conflict": {
2540                 "drush/drush": "<8.1.10"
2541             },
2542             "replace": {
2543                 "drupal/action": "self.version",
2544                 "drupal/aggregator": "self.version",
2545                 "drupal/automated_cron": "self.version",
2546                 "drupal/ban": "self.version",
2547                 "drupal/bartik": "self.version",
2548                 "drupal/basic_auth": "self.version",
2549                 "drupal/big_pipe": "self.version",
2550                 "drupal/block": "self.version",
2551                 "drupal/block_content": "self.version",
2552                 "drupal/block_place": "self.version",
2553                 "drupal/book": "self.version",
2554                 "drupal/breakpoint": "self.version",
2555                 "drupal/ckeditor": "self.version",
2556                 "drupal/classy": "self.version",
2557                 "drupal/color": "self.version",
2558                 "drupal/comment": "self.version",
2559                 "drupal/config": "self.version",
2560                 "drupal/config_translation": "self.version",
2561                 "drupal/contact": "self.version",
2562                 "drupal/content_moderation": "self.version",
2563                 "drupal/content_translation": "self.version",
2564                 "drupal/contextual": "self.version",
2565                 "drupal/core-annotation": "self.version",
2566                 "drupal/core-assertion": "self.version",
2567                 "drupal/core-bridge": "self.version",
2568                 "drupal/core-class-finder": "self.version",
2569                 "drupal/core-datetime": "self.version",
2570                 "drupal/core-dependency-injection": "self.version",
2571                 "drupal/core-diff": "self.version",
2572                 "drupal/core-discovery": "self.version",
2573                 "drupal/core-event-dispatcher": "self.version",
2574                 "drupal/core-file-cache": "self.version",
2575                 "drupal/core-filesystem": "self.version",
2576                 "drupal/core-gettext": "self.version",
2577                 "drupal/core-graph": "self.version",
2578                 "drupal/core-http-foundation": "self.version",
2579                 "drupal/core-php-storage": "self.version",
2580                 "drupal/core-plugin": "self.version",
2581                 "drupal/core-proxy-builder": "self.version",
2582                 "drupal/core-render": "self.version",
2583                 "drupal/core-serialization": "self.version",
2584                 "drupal/core-transliteration": "self.version",
2585                 "drupal/core-utility": "self.version",
2586                 "drupal/core-uuid": "self.version",
2587                 "drupal/datetime": "self.version",
2588                 "drupal/datetime_range": "self.version",
2589                 "drupal/dblog": "self.version",
2590                 "drupal/dynamic_page_cache": "self.version",
2591                 "drupal/editor": "self.version",
2592                 "drupal/entity_reference": "self.version",
2593                 "drupal/field": "self.version",
2594                 "drupal/field_layout": "self.version",
2595                 "drupal/field_ui": "self.version",
2596                 "drupal/file": "self.version",
2597                 "drupal/filter": "self.version",
2598                 "drupal/forum": "self.version",
2599                 "drupal/hal": "self.version",
2600                 "drupal/help": "self.version",
2601                 "drupal/history": "self.version",
2602                 "drupal/image": "self.version",
2603                 "drupal/inline_form_errors": "self.version",
2604                 "drupal/language": "self.version",
2605                 "drupal/layout_builder": "self.version",
2606                 "drupal/layout_discovery": "self.version",
2607                 "drupal/link": "self.version",
2608                 "drupal/locale": "self.version",
2609                 "drupal/media": "self.version",
2610                 "drupal/media_library": "self.version",
2611                 "drupal/menu_link_content": "self.version",
2612                 "drupal/menu_ui": "self.version",
2613                 "drupal/migrate": "self.version",
2614                 "drupal/migrate_drupal": "self.version",
2615                 "drupal/migrate_drupal_multilingual": "self.version",
2616                 "drupal/migrate_drupal_ui": "self.version",
2617                 "drupal/minimal": "self.version",
2618                 "drupal/node": "self.version",
2619                 "drupal/options": "self.version",
2620                 "drupal/page_cache": "self.version",
2621                 "drupal/path": "self.version",
2622                 "drupal/quickedit": "self.version",
2623                 "drupal/rdf": "self.version",
2624                 "drupal/responsive_image": "self.version",
2625                 "drupal/rest": "self.version",
2626                 "drupal/search": "self.version",
2627                 "drupal/serialization": "self.version",
2628                 "drupal/settings_tray": "self.version",
2629                 "drupal/seven": "self.version",
2630                 "drupal/shortcut": "self.version",
2631                 "drupal/simpletest": "self.version",
2632                 "drupal/standard": "self.version",
2633                 "drupal/stark": "self.version",
2634                 "drupal/statistics": "self.version",
2635                 "drupal/syslog": "self.version",
2636                 "drupal/system": "self.version",
2637                 "drupal/taxonomy": "self.version",
2638                 "drupal/telephone": "self.version",
2639                 "drupal/text": "self.version",
2640                 "drupal/toolbar": "self.version",
2641                 "drupal/tour": "self.version",
2642                 "drupal/tracker": "self.version",
2643                 "drupal/update": "self.version",
2644                 "drupal/user": "self.version",
2645                 "drupal/views": "self.version",
2646                 "drupal/views_ui": "self.version",
2647                 "drupal/workflows": "self.version",
2648                 "drupal/workspaces": "self.version"
2649             },
2650             "require-dev": {
2651                 "behat/mink": "1.7.x-dev",
2652                 "behat/mink-goutte-driver": "^1.2",
2653                 "behat/mink-selenium2-driver": "1.3.x-dev",
2654                 "drupal/coder": "^8.2.12",
2655                 "jcalderonzumba/gastonjs": "^1.0.2",
2656                 "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
2657                 "mikey179/vfsstream": "^1.2",
2658                 "phpspec/prophecy": "^1.7",
2659                 "phpunit/phpunit": "^4.8.35 || ^6.5",
2660                 "symfony/css-selector": "^3.4.0",
2661                 "symfony/debug": "^3.4.0",
2662                 "symfony/phpunit-bridge": "^3.4.3"
2663             },
2664             "type": "drupal-core",
2665             "extra": {
2666                 "merge-plugin": {
2667                     "require": [
2668                         "core/lib/Drupal/Component/Annotation/composer.json",
2669                         "core/lib/Drupal/Component/Assertion/composer.json",
2670                         "core/lib/Drupal/Component/Bridge/composer.json",
2671                         "core/lib/Drupal/Component/ClassFinder/composer.json",
2672                         "core/lib/Drupal/Component/Datetime/composer.json",
2673                         "core/lib/Drupal/Component/DependencyInjection/composer.json",
2674                         "core/lib/Drupal/Component/Diff/composer.json",
2675                         "core/lib/Drupal/Component/Discovery/composer.json",
2676                         "core/lib/Drupal/Component/EventDispatcher/composer.json",
2677                         "core/lib/Drupal/Component/FileCache/composer.json",
2678                         "core/lib/Drupal/Component/FileSystem/composer.json",
2679                         "core/lib/Drupal/Component/Gettext/composer.json",
2680                         "core/lib/Drupal/Component/Graph/composer.json",
2681                         "core/lib/Drupal/Component/HttpFoundation/composer.json",
2682                         "core/lib/Drupal/Component/PhpStorage/composer.json",
2683                         "core/lib/Drupal/Component/Plugin/composer.json",
2684                         "core/lib/Drupal/Component/ProxyBuilder/composer.json",
2685                         "core/lib/Drupal/Component/Render/composer.json",
2686                         "core/lib/Drupal/Component/Serialization/composer.json",
2687                         "core/lib/Drupal/Component/Transliteration/composer.json",
2688                         "core/lib/Drupal/Component/Utility/composer.json",
2689                         "core/lib/Drupal/Component/Uuid/composer.json"
2690                     ],
2691                     "recurse": false,
2692                     "replace": false,
2693                     "merge-extra": false
2694                 }
2695             },
2696             "autoload": {
2697                 "psr-4": {
2698                     "Drupal\\Core\\": "lib/Drupal/Core",
2699                     "Drupal\\Component\\": "lib/Drupal/Component",
2700                     "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
2701                 },
2702                 "classmap": [
2703                     "lib/Drupal.php",
2704                     "lib/Drupal/Component/Utility/Timer.php",
2705                     "lib/Drupal/Component/Utility/Unicode.php",
2706                     "lib/Drupal/Core/Database/Database.php",
2707                     "lib/Drupal/Core/DrupalKernel.php",
2708                     "lib/Drupal/Core/DrupalKernelInterface.php",
2709                     "lib/Drupal/Core/Site/Settings.php"
2710                 ]
2711             },
2712             "notification-url": "https://packagist.org/downloads/",
2713             "license": [
2714                 "GPL-2.0-or-later"
2715             ],
2716             "description": "Drupal is an open source content management platform powering millions of websites and applications.",
2717             "time": "2018-11-07T14:45:40+00:00"
2718         },
2719         {
2720             "name": "drupal/crop",
2721             "version": "2.0.0-rc1",
2722             "source": {
2723                 "type": "git",
2724                 "url": "https://git.drupal.org/project/crop",
2725                 "reference": "8.x-2.0-rc1"
2726             },
2727             "dist": {
2728                 "type": "zip",
2729                 "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.0-rc1.zip",
2730                 "reference": "8.x-2.0-rc1",
2731                 "shasum": "ba84fa73e5c4df4caffcfa4a4cfb44c2c7d033d7"
2732             },
2733             "require": {
2734                 "drupal/core": "*"
2735             },
2736             "type": "drupal-module",
2737             "extra": {
2738                 "branch-alias": {
2739                     "dev-2.x": "2.x-dev"
2740                 },
2741                 "drupal": {
2742                     "version": "8.x-2.0-rc1",
2743                     "datestamp": "1516298515",
2744                     "security-coverage": {
2745                         "status": "not-covered",
2746                         "message": "RC releases are not covered by Drupal security advisories."
2747                     }
2748                 }
2749             },
2750             "notification-url": "https://packages.drupal.org/8/downloads",
2751             "license": [
2752                 "GPL-2.0+"
2753             ],
2754             "authors": [
2755                 {
2756                     "name": "Drupal Media Team",
2757                     "homepage": "https://www.drupal.org/user/3260690"
2758                 },
2759                 {
2760                     "name": "slashrsm",
2761                     "homepage": "https://www.drupal.org/user/744628"
2762                 },
2763                 {
2764                     "name": "woprrr",
2765                     "homepage": "https://www.drupal.org/user/858604"
2766                 }
2767             ],
2768             "description": "Provides storage and API for image crops.",
2769             "homepage": "https://www.drupal.org/project/crop",
2770             "support": {
2771                 "source": "http://cgit.drupalcode.org/crop",
2772                 "issues": "https://www.drupal.org/project/issues/crop"
2773             }
2774         },
2775         {
2776             "name": "drupal/ctools",
2777             "version": "3.0.0",
2778             "source": {
2779                 "type": "git",
2780                 "url": "https://git.drupal.org/project/ctools",
2781                 "reference": "8.x-3.0"
2782             },
2783             "dist": {
2784                 "type": "zip",
2785                 "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
2786                 "reference": "8.x-3.0",
2787                 "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
2788             },
2789             "require": {
2790                 "drupal/core": "~8.0"
2791             },
2792             "type": "drupal-module",
2793             "extra": {
2794                 "branch-alias": {
2795                     "dev-3.x": "3.x-dev"
2796                 },
2797                 "drupal": {
2798                     "version": "8.x-3.0",
2799                     "datestamp": "1493401742"
2800                 }
2801             },
2802             "notification-url": "https://packages.drupal.org/8/downloads",
2803             "license": [
2804                 "GPL-2.0+"
2805             ],
2806             "authors": [
2807                 {
2808                     "name": "Kris Vanderwater (EclipseGc)",
2809                     "homepage": "https://www.drupal.org/u/eclipsegc",
2810                     "role": "Maintainer"
2811                 },
2812                 {
2813                     "name": "Jakob Perry (japerry)",
2814                     "homepage": "https://www.drupal.org/u/japerry",
2815                     "role": "Maintainer"
2816                 },
2817                 {
2818                     "name": "Tim Plunkett (tim.plunkett)",
2819                     "homepage": "https://www.drupal.org/u/timplunkett",
2820                     "role": "Maintainer"
2821                 },
2822                 {
2823                     "name": "James Gilliland (neclimdul)",
2824                     "homepage": "https://www.drupal.org/u/neclimdul",
2825                     "role": "Maintainer"
2826                 },
2827                 {
2828                     "name": "Daniel Wehner (dawehner)",
2829                     "homepage": "https://www.drupal.org/u/dawehner",
2830                     "role": "Maintainer"
2831                 },
2832                 {
2833                     "name": "merlinofchaos",
2834                     "homepage": "https://www.drupal.org/user/26979"
2835                 },
2836                 {
2837                     "name": "neclimdul",
2838                     "homepage": "https://www.drupal.org/user/48673"
2839                 },
2840                 {
2841                     "name": "sdboyer",
2842                     "homepage": "https://www.drupal.org/user/146719"
2843                 },
2844                 {
2845                     "name": "sun",
2846                     "homepage": "https://www.drupal.org/user/54136"
2847                 },
2848                 {
2849                     "name": "tim.plunkett",
2850                     "homepage": "https://www.drupal.org/user/241634"
2851                 }
2852             ],
2853             "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
2854             "homepage": "https://www.drupal.org/project/ctools",
2855             "support": {
2856                 "source": "http://cgit.drupalcode.org/ctools",
2857                 "issues": "https://www.drupal.org/project/issues/ctools"
2858             }
2859         },
2860         {
2861             "name": "drupal/devel",
2862             "version": "1.2.0",
2863             "source": {
2864                 "type": "git",
2865                 "url": "https://git.drupal.org/project/devel",
2866                 "reference": "8.x-1.2"
2867             },
2868             "dist": {
2869                 "type": "zip",
2870                 "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
2871                 "reference": "8.x-1.2",
2872                 "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
2873             },
2874             "require": {
2875                 "drupal/core": "~8.0"
2876             },
2877             "suggest": {
2878                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
2879             },
2880             "type": "drupal-module",
2881             "extra": {
2882                 "branch-alias": {
2883                     "dev-1.x": "1.x-dev"
2884                 },
2885                 "drupal": {
2886                     "version": "8.x-1.2",
2887                     "datestamp": "1507197844",
2888                     "security-coverage": {
2889                         "status": "covered",
2890                         "message": "Covered by Drupal's security advisory policy"
2891                     }
2892                 }
2893             },
2894             "notification-url": "https://packages.drupal.org/8/downloads",
2895             "license": [
2896                 "GPL-2.0+"
2897             ],
2898             "authors": [
2899                 {
2900                     "name": "Moshe Weitzman",
2901                     "homepage": "https://github.com/weitzman",
2902                     "email": "weitzman@tejasa.com",
2903                     "role": "Maintainer"
2904                 },
2905                 {
2906                     "name": "Hans Salvisberg",
2907                     "homepage": "https://www.drupal.org/u/salvis",
2908                     "email": "drupal@salvisberg.com",
2909                     "role": "Maintainer"
2910                 },
2911                 {
2912                     "name": "Luca Lusso",
2913                     "homepage": "https://www.drupal.org/u/lussoluca",
2914                     "role": "Maintainer"
2915                 },
2916                 {
2917                     "name": "Marco (willzyx)",
2918                     "homepage": "https://www.drupal.org/u/willzyx",
2919                     "role": "Maintainer"
2920                 },
2921                 {
2922                     "name": "See contributors",
2923                     "homepage": "https://www.drupal.org/node/3236/committers"
2924                 },
2925                 {
2926                     "name": "salvis",
2927                     "homepage": "https://www.drupal.org/user/82964"
2928                 },
2929                 {
2930                     "name": "willzyx",
2931                     "homepage": "https://www.drupal.org/user/1043862"
2932                 }
2933             ],
2934             "description": "Various blocks, pages, and functions for developers.",
2935             "homepage": "http://drupal.org/project/devel",
2936             "support": {
2937                 "source": "http://cgit.drupalcode.org/devel",
2938                 "issues": "http://drupal.org/project/devel",
2939                 "irc": "irc://irc.freenode.org/drupal-contribute"
2940             }
2941         },
2942         {
2943             "name": "drupal/diff",
2944             "version": "1.0.0-rc2",
2945             "source": {
2946                 "type": "git",
2947                 "url": "https://git.drupal.org/project/diff",
2948                 "reference": "8.x-1.0-rc2"
2949             },
2950             "dist": {
2951                 "type": "zip",
2952                 "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc2.zip",
2953                 "reference": "8.x-1.0-rc2",
2954                 "shasum": "2e8f4efe6e7d355a3d07d33531f077348b13f68d"
2955             },
2956             "require": {
2957                 "drupal/core": "~8.0",
2958                 "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
2959             },
2960             "type": "drupal-module",
2961             "extra": {
2962                 "branch-alias": {
2963                     "dev-1.x": "1.x-dev"
2964                 },
2965                 "drupal": {
2966                     "version": "8.x-1.0-rc2",
2967                     "datestamp": "1530178424",
2968                     "security-coverage": {
2969                         "status": "not-covered",
2970                         "message": "RC releases are not covered by Drupal security advisories."
2971                     }
2972                 }
2973             },
2974             "notification-url": "https://packages.drupal.org/8/downloads",
2975             "license": [
2976                 "GPL-2.0+"
2977             ],
2978             "authors": [
2979                 {
2980                     "name": "Miro Dietiker (miro_dietiker)",
2981                     "homepage": "https://www.drupal.org/u/miro_dietiker",
2982                     "role": "Maintainer"
2983                 },
2984                 {
2985                     "name": "Juampy NR (juampynr)",
2986                     "homepage": "https://www.drupal.org/u/juampynr",
2987                     "role": "Maintainer"
2988                 },
2989                 {
2990                     "name": "Lucian Hangea (lhangea)",
2991                     "homepage": "https://www.drupal.org/u/lhangea",
2992                     "role": "Maintainer"
2993                 },
2994                 {
2995                     "name": "Alan D.",
2996                     "homepage": "https://www.drupal.org/u/alan-d.",
2997                     "role": "Maintainer"
2998                 },
2999                 {
3000                     "name": "Brian Gilbert (realityloop).",
3001                     "homepage": "https://www.drupal.org/u/realityloop",
3002                     "role": "Maintainer"
3003                 },
3004                 {
3005                     "name": "miro_dietiker",
3006                     "homepage": "https://www.drupal.org/user/227761"
3007                 },
3008                 {
3009                     "name": "realityloop",
3010                     "homepage": "https://www.drupal.org/user/139189"
3011                 },
3012                 {
3013                     "name": "rötzi",
3014                     "homepage": "https://www.drupal.org/user/73064"
3015                 },
3016                 {
3017                     "name": "yhahn",
3018                     "homepage": "https://www.drupal.org/user/264833"
3019                 }
3020             ],
3021             "description": "Compares two entity revisions",
3022             "homepage": "https://www.drupal.org/project/diff",
3023             "support": {
3024                 "source": "http://cgit.drupalcode.org/diff",
3025                 "issues": "https://www.drupal.org/project/issues/diff"
3026             }
3027         },
3028         {
3029             "name": "drupal/draggableviews",
3030             "version": "1.2.0",
3031             "source": {
3032                 "type": "git",
3033                 "url": "https://git.drupal.org/project/draggableviews",
3034                 "reference": "8.x-1.2"
3035             },
3036             "dist": {
3037                 "type": "zip",
3038                 "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.2.zip",
3039                 "reference": "8.x-1.2",
3040                 "shasum": "0f5e9195ceec209552aa50f8ce3c230692c284db"
3041             },
3042             "require": {
3043                 "drupal/core": "*"
3044             },
3045             "require-dev": {
3046                 "drupal/draggableviews_demo": "*"
3047             },
3048             "type": "drupal-module",
3049             "extra": {
3050                 "branch-alias": {
3051                     "dev-1.x": "1.x-dev"
3052                 },
3053                 "drupal": {
3054                     "version": "8.x-1.2",
3055                     "datestamp": "1541518680",
3056                     "security-coverage": {
3057                         "status": "covered",
3058                         "message": "Covered by Drupal's security advisory policy"
3059                     }
3060                 },
3061                 "patches_applied": []
3062             },
3063             "notification-url": "https://packages.drupal.org/8/downloads",
3064             "license": [
3065                 "GPL-2.0+"
3066             ],
3067             "authors": [
3068                 {
3069                     "name": "Tyler Struyk (iStryker)",
3070                     "homepage": "https://www.drupal.org/u/istryker",
3071                     "email": "tyler.struyk@gmail.com",
3072                     "role": "Maintainer"
3073                 },
3074                 {
3075                     "name": "Andrii Podanenko (podarok)",
3076                     "homepage": "https://www.drupal.org/u/podarok",
3077                     "email": "podarokua@gmail.com",
3078                     "role": "Drupal 7 to 8 Porter"
3079                 },
3080                 {
3081                     "name": "Yuriy Gerasimov (ygerasimov)",
3082                     "homepage": "https://www.drupal.org/u/ygerasimov",
3083                     "email": "yuriy.gerasimov@gmail.com",
3084                     "role": "Ex Maintainer (D7)"
3085                 },
3086                 {
3087                     "name": "Severin Unger (sevi)",
3088                     "homepage": "https://www.drupal.org/u/sevi",
3089                     "role": "Ex Maintainer (D6)"
3090                 },
3091                 {
3092                     "name": "podarok",
3093                     "homepage": "https://www.drupal.org/user/116002"
3094                 },
3095                 {
3096                     "name": "sevi",
3097                     "homepage": "https://www.drupal.org/user/199290"
3098                 },
3099                 {
3100                     "name": "ygerasimov",
3101                     "homepage": "https://www.drupal.org/user/257311"
3102                 }
3103             ],
3104             "description": "DraggableViews module makes views draggable.",
3105             "homepage": "https://www.drupal.org/project/draggableviews",
3106             "support": {
3107                 "source": "https://cgit.drupalcode.org/draggableviews",
3108                 "issues": "https://www.drupal.org/project/issues/draggableviews"
3109             }
3110         },
3111         {
3112             "name": "drupal/dropzonejs",
3113             "version": "2.0.0-alpha3",
3114             "source": {
3115                 "type": "git",
3116                 "url": "https://git.drupal.org/project/dropzonejs",
3117                 "reference": "8.x-2.0-alpha3"
3118             },
3119             "dist": {
3120                 "type": "zip",
3121                 "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.0-alpha3.zip",
3122                 "reference": "8.x-2.0-alpha3",
3123                 "shasum": "a11f37e8f37b211d7065b0fd8adb1cc85b47e691"
3124             },
3125             "require": {
3126                 "drupal/core": "*"
3127             },
3128             "require-dev": {
3129                 "drupal/entity_browser": "*"
3130             },
3131             "suggest": {
3132                 "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
3133             },
3134             "type": "drupal-module",
3135             "extra": {
3136                 "branch-alias": {
3137                     "dev-2.x": "2.x-dev"
3138                 },
3139                 "drupal": {
3140                     "version": "8.x-2.0-alpha3",
3141                     "datestamp": "1513265285",
3142                     "security-coverage": {
3143                         "status": "not-covered",
3144                         "message": "Project has not opted into security advisory coverage!"
3145                     }
3146                 }
3147             },
3148             "notification-url": "https://packages.drupal.org/8/downloads",
3149             "license": [
3150                 "GPL-2.0+"
3151             ],
3152             "authors": [
3153                 {
3154                     "name": "Janez Urevc",
3155                     "homepage": "https://drupal.org/u/slashrsm",
3156                     "role": "Maintainer"
3157                 },
3158                 {
3159                     "name": "Christian Fritsch",
3160                     "homepage": "https://drupal.org/u/chrfritsch",
3161                     "role": "Maintainer"
3162                 },
3163                 {
3164                     "name": "Primoz Hmeljak",
3165                     "homepage": "https://drupal.org/u/Primsi",
3166                     "role": "Maintainer"
3167                 },
3168                 {
3169                     "name": "See other contributors",
3170                     "homepage": "https://www.drupal.org/node/1998478/committers",
3171                     "role": "contributor"
3172                 },
3173                 {
3174                     "name": "slashrsm",
3175                     "homepage": "https://www.drupal.org/user/744628"
3176                 },
3177                 {
3178                     "name": "wouters_f",
3179                     "homepage": "https://www.drupal.org/user/721548"
3180                 },
3181                 {
3182                     "name": "zkday",
3183                     "homepage": "https://www.drupal.org/user/888644"
3184                 }
3185             ],
3186             "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
3187             "homepage": "https://www.drupal.org/project/dropzonejs",
3188             "keywords": [
3189                 "DropzoneJS",
3190                 "Drupal"
3191             ],
3192             "support": {
3193                 "source": "https://www.drupal.org/project/dropzonejs",
3194                 "issues": "https://www.drupal.org/project/issues/dropzonejs",
3195                 "irc": "irc://irc.freenode.org/drupal-contribute"
3196             }
3197         },
3198         {
3199             "name": "drupal/drupalmoduleupgrader",
3200             "version": "1.3.0",
3201             "source": {
3202                 "type": "git",
3203                 "url": "https://git.drupal.org/project/drupalmoduleupgrader",
3204                 "reference": "8.x-1.3"
3205             },
3206             "dist": {
3207                 "type": "zip",
3208                 "url": "https://ftp.drupal.org/files/projects/drupalmoduleupgrader-8.x-1.3.zip",
3209                 "reference": "8.x-1.3",
3210                 "shasum": "5aa969b218278c390ca5554a3c8a520e321f081d"
3211             },
3212             "require": {
3213                 "cebe/markdown": "1.0.*@dev",
3214                 "drupal/core": "~8.0",
3215                 "grom358/pharborist": "dev-master",
3216                 "symfony/filesystem": "~2.8|~3.0",
3217                 "symfony/finder": "~2.8|~3.0"
3218             },
3219             "require-dev": {
3220                 "mikey179/vfsstream": "^1.5",
3221                 "phpunit/phpunit": "^4.8"
3222             },
3223             "type": "drupal-module",
3224             "extra": {
3225                 "branch-alias": {
3226                     "dev-1.x": "1.x-dev"
3227                 },
3228                 "drupal": {
3229                     "version": "8.x-1.3",
3230                     "datestamp": "1528129380",
3231                     "security-coverage": {
3232                         "status": "covered",
3233                         "message": "Covered by Drupal's security advisory policy"
3234                     }
3235                 }
3236             },
3237             "autoload": {
3238                 "psr-4": {
3239                     "Drupal\\drupalmoduleupgrader\\": "src/"
3240                 }
3241             },
3242             "notification-url": "https://packages.drupal.org/8/downloads",
3243             "license": [
3244                 "GPL-2.0+"
3245             ],
3246             "authors": [
3247                 {
3248                     "name": "Gábor Hojtsy",
3249                     "homepage": "https://www.drupal.org/user/4166"
3250                 },
3251                 {
3252                     "name": "HongPong",
3253                     "homepage": "https://www.drupal.org/user/60005"
3254                 },
3255                 {
3256                     "name": "Wim Leers",
3257                     "homepage": "https://www.drupal.org/user/99777"
3258                 },
3259                 {
3260                     "name": "dstol",
3261                     "homepage": "https://www.drupal.org/user/329570"
3262                 },
3263                 {
3264                     "name": "eshta",
3265                     "homepage": "https://www.drupal.org/user/1951462"
3266                 },
3267                 {
3268                     "name": "japerry",
3269                     "homepage": "https://www.drupal.org/user/45640"
3270                 },
3271                 {
3272                     "name": "jcnventura",
3273                     "homepage": "https://www.drupal.org/user/122464"
3274                 },
3275                 {
3276                     "name": "phenaproxima",
3277                     "homepage": "https://www.drupal.org/user/205645"
3278                 },
3279                 {
3280                     "name": "tim.plunkett",
3281                     "homepage": "https://www.drupal.org/user/241634"
3282                 },
3283                 {
3284                     "name": "webchick",
3285                     "homepage": "https://www.drupal.org/user/24967"
3286                 },
3287                 {
3288                     "name": "xjm",
3289                     "homepage": "https://www.drupal.org/user/65776"
3290                 }
3291             ],
3292             "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
3293             "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
3294             "keywords": [
3295                 "Drupal",
3296                 "PHP_CodeSniffer",
3297                 "phpcs",
3298                 "standards",
3299                 "update",
3300                 "upgrade"
3301             ],
3302             "support": {
3303                 "source": "https://drupal.org/project/drupalmoduleupgrader",
3304                 "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
3305             }
3306         },
3307         {
3308             "name": "drupal/embed",
3309             "version": "1.0.0",
3310             "source": {
3311                 "type": "git",
3312                 "url": "https://git.drupal.org/project/embed",
3313                 "reference": "8.x-1.0"
3314             },
3315             "dist": {
3316                 "type": "zip",
3317                 "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
3318                 "reference": "8.x-1.0",
3319                 "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
3320             },
3321             "require": {
3322                 "drupal/core": "~8.0"
3323             },
3324             "type": "drupal-module",
3325             "extra": {
3326                 "branch-alias": {
3327                     "dev-1.x": "1.x-dev"
3328                 },
3329                 "drupal": {
3330                     "version": "8.x-1.0",
3331                     "datestamp": "1490755685"
3332                 }
3333             },
3334             "notification-url": "https://packages.drupal.org/8/downloads",
3335             "license": [
3336                 "GPL-2.0+"
3337             ],
3338             "authors": [
3339                 {
3340                     "name": "Dave Reid",
3341                     "homepage": "https://www.drupal.org/user/53892"
3342                 },
3343                 {
3344                     "name": "Devin Carlson",
3345                     "homepage": "https://www.drupal.org/user/290182"
3346                 },
3347                 {
3348                     "name": "Drupal Media Team",
3349                     "homepage": "https://www.drupal.org/user/3260690"
3350                 },
3351                 {
3352                     "name": "cs_shadow",
3353                     "homepage": "https://www.drupal.org/user/2828287"
3354                 },
3355                 {
3356                     "name": "slashrsm",
3357                     "homepage": "https://www.drupal.org/user/744628"
3358                 }
3359             ],
3360             "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
3361             "homepage": "https://www.drupal.org/project/embed",
3362             "support": {
3363                 "source": "http://cgit.drupalcode.org/embed",
3364                 "issues": "https://www.drupal.org/project/issues/embed",
3365                 "irc": "irc://irc.freenode.org/drupal-media"
3366             }
3367         },
3368         {
3369             "name": "drupal/entity_browser",
3370             "version": "1.6.0",
3371             "source": {
3372                 "type": "git",
3373                 "url": "https://git.drupal.org/project/entity_browser",
3374                 "reference": "8.x-1.6"
3375             },
3376             "dist": {
3377                 "type": "zip",
3378                 "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.6.zip",
3379                 "reference": "8.x-1.6",
3380                 "shasum": "ed80f338cc002e188df21967cf2222a01a88f90c"
3381             },
3382             "require": {
3383                 "drupal/core": "~8.0"
3384             },
3385             "require-dev": {
3386                 "drupal/ctools": "*",
3387                 "drupal/inline_entity_form": "*",
3388                 "drupal/media_entity": "*",
3389                 "drupal/paragraphs": "*",
3390                 "drupal/token": "*"
3391             },
3392             "type": "drupal-module",
3393             "extra": {
3394                 "branch-alias": {
3395                     "dev-1.x": "1.x-dev",
3396                     "dev-8.x-1.x": "8.1.x-dev"
3397                 },
3398                 "drupal": {
3399                     "version": "8.x-1.6",
3400                     "datestamp": "1536328684",
3401                     "security-coverage": {
3402                         "status": "covered",
3403                         "message": "Covered by Drupal's security advisory policy"
3404                     }
3405                 }
3406             },
3407             "notification-url": "https://packages.drupal.org/8/downloads",
3408             "license": [
3409                 "GPL-2.0+"
3410             ],
3411             "authors": [
3412                 {
3413                     "name": "Janez Urevc",
3414                     "homepage": "https://github.com/slashrsm",
3415                     "role": "Maintainer"
3416                 },
3417                 {
3418                     "name": "Primoz Hmeljak",
3419                     "homepage": "https://github.com/primsi",
3420                     "role": "Maintainer"
3421                 },
3422                 {
3423                     "name": "See other contributors",
3424                     "homepage": "https://www.drupal.org/node/1943336/committers",
3425                     "role": "contributor"
3426                 },
3427                 {
3428                     "name": "Primsi",
3429                     "homepage": "https://www.drupal.org/user/282629"
3430                 },
3431                 {
3432                     "name": "marcingy",
3433                     "homepage": "https://www.drupal.org/user/77320"
3434                 },
3435                 {
3436                     "name": "samuel.mortenson",
3437                     "homepage": "https://www.drupal.org/user/2582268"
3438                 },
3439                 {
3440                     "name": "slashrsm",
3441                     "homepage": "https://www.drupal.org/user/744628"
3442                 }
3443             ],
3444             "description": "Entity browsing and selecting component.",
3445             "homepage": "http://drupal.org/project/entity_browser",
3446             "support": {
3447                 "source": "http://cgit.drupalcode.org/entity_browser",
3448                 "issues": "http://drupal.org/project/issues/entity_browser",
3449                 "irc": "irc://irc.freenode.org/drupal-contribute"
3450             }
3451         },
3452         {
3453             "name": "drupal/entity_embed",
3454             "version": "1.0.0-beta2",
3455             "source": {
3456                 "type": "git",
3457                 "url": "https://git.drupal.org/project/entity_embed",
3458                 "reference": "8.x-1.0-beta2"
3459             },
3460             "dist": {
3461                 "type": "zip",
3462                 "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
3463                 "reference": "8.x-1.0-beta2",
3464                 "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
3465             },
3466             "require": {
3467                 "drupal/core": "*",
3468                 "drupal/embed": "*"
3469             },
3470             "require-dev": {
3471                 "drupal/entity_browser": "*"
3472             },
3473             "type": "drupal-module",
3474             "extra": {
3475                 "branch-alias": {
3476                     "dev-1.x": "1.x-dev"
3477                 },
3478                 "drupal": {
3479                     "version": "8.x-1.0-beta2",
3480                     "datestamp": "1476698339"
3481                 }
3482             },
3483             "notification-url": "https://packages.drupal.org/8/downloads",
3484             "license": [
3485                 "GPL-2.0+"
3486             ],
3487             "authors": [
3488                 {
3489                     "name": "Dave Reid",
3490                     "homepage": "https://www.drupal.org/user/53892"
3491                 },
3492                 {
3493                     "name": "Devin Carlson",
3494                     "homepage": "https://www.drupal.org/user/290182"
3495                 },
3496                 {
3497                     "name": "Drupal Media Team",
3498                     "homepage": "https://www.drupal.org/user/3260690"
3499                 },
3500                 {
3501                     "name": "cs_shadow",
3502                     "homepage": "https://www.drupal.org/user/2828287"
3503                 },
3504                 {
3505                     "name": "slashrsm",
3506                     "homepage": "https://www.drupal.org/user/744628"
3507                 }
3508             ],
3509             "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
3510             "homepage": "https://www.drupal.org/project/entity_embed",
3511             "support": {
3512                 "source": "http://cgit.drupalcode.org/entity_embed",
3513                 "issues": "https://www.drupal.org/project/issues/entity_embed",
3514                 "irc": "irc://irc.freenode.org/drupal-media"
3515             }
3516         },
3517         {
3518             "name": "drupal/entityqueue",
3519             "version": "1.0.0-alpha8",
3520             "source": {
3521                 "type": "git",
3522                 "url": "https://git.drupal.org/project/entityqueue",
3523                 "reference": "8.x-1.0-alpha8"
3524             },
3525             "dist": {
3526                 "type": "zip",
3527                 "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha8.zip",
3528                 "reference": "8.x-1.0-alpha8",
3529                 "shasum": "edb66ae3767b09f1723e3b775dec591641dd67f8"
3530             },
3531             "require": {
3532                 "drupal/core": "~8.0"
3533             },
3534             "type": "drupal-module",
3535             "extra": {
3536                 "branch-alias": {
3537                     "dev-1.x": "1.x-dev"
3538                 },
3539                 "drupal": {
3540                     "version": "8.x-1.0-alpha8",
3541                     "datestamp": "1536140284",
3542                     "security-coverage": {
3543                         "status": "not-covered",
3544                         "message": "Alpha releases are not covered by Drupal security advisories."
3545                     }
3546                 }
3547             },
3548             "notification-url": "https://packages.drupal.org/8/downloads",
3549             "license": [
3550                 "GPL-2.0+"
3551             ],
3552             "authors": [
3553                 {
3554                     "name": "Andrei Mateescu",
3555                     "homepage": "https://www.drupal.org/u/amateescu",
3556                     "role": "Maintainer"
3557                 },
3558                 {
3559                     "name": "Jonathan Jordan",
3560                     "homepage": "https://www.drupal.org/u/jojonaloha",
3561                     "role": "Maintainer"
3562                 },
3563                 {
3564                     "name": "quicksketch",
3565                     "homepage": "https://www.drupal.org/user/35821"
3566                 },
3567                 {
3568                     "name": "tim.plunkett",
3569                     "homepage": "https://www.drupal.org/user/241634"
3570                 }
3571             ],
3572             "description": "The Entityqueue module allows users to create queues of any entity type.",
3573             "homepage": "https://www.drupal.org/project/entityqueue",
3574             "support": {
3575                 "source": "http://cgit.drupalcode.org/entityqueue",
3576                 "issues": "https://www.drupal.org/project/issues/entityqueue",
3577                 "irc": "irc://irc.freenode.org/drupal-contribute"
3578             }
3579         },
3580         {
3581             "name": "drupal/environment_indicator",
3582             "version": "3.3.0",
3583             "source": {
3584                 "type": "git",
3585                 "url": "https://git.drupal.org/project/environment_indicator",
3586                 "reference": "8.x-3.3"
3587             },
3588             "dist": {
3589                 "type": "zip",
3590                 "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.3.zip",
3591                 "reference": "8.x-3.3",
3592                 "shasum": "3059b8d4fb2b87af4842c45b9770d927e640eb30"
3593             },
3594             "require": {
3595                 "drupal/core": "*"
3596             },
3597             "type": "drupal-module",
3598             "extra": {
3599                 "branch-alias": {
3600                     "dev-3.x": "3.x-dev"
3601                 },
3602                 "drupal": {
3603                     "version": "8.x-3.3",
3604                     "datestamp": "1518331981",
3605                     "security-coverage": {
3606                         "status": "covered",
3607                         "message": "Covered by Drupal's security advisory policy"
3608                     }
3609                 }
3610             },
3611             "notification-url": "https://packages.drupal.org/8/downloads",
3612             "license": [
3613                 "GPL-2.0-or-later"
3614             ],
3615             "authors": [
3616                 {
3617                     "name": "e0ipso",
3618                     "homepage": "https://www.drupal.org/user/550110"
3619                 },
3620                 {
3621                     "name": "mrfelton",
3622                     "homepage": "https://www.drupal.org/user/305669"
3623                 }
3624             ],
3625             "description": "Adds a color indicator for the different environments.",
3626             "homepage": "https://www.drupal.org/project/environment_indicator",
3627             "support": {
3628                 "source": "http://cgit.drupalcode.org/environment_indicator"
3629             }
3630         },
3631         {
3632             "name": "drupal/eu_cookie_compliance",
3633             "version": "1.2.0",
3634             "source": {
3635                 "type": "git",
3636                 "url": "https://git.drupal.org/project/eu-cookie-compliance",
3637                 "reference": "8.x-1.2"
3638             },
3639             "dist": {
3640                 "type": "zip",
3641                 "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.2.zip",
3642                 "reference": "8.x-1.2",
3643                 "shasum": "8e9f2a6c2d5abaa02b58b4b48e0626ed7c3518ad"
3644             },
3645             "require": {
3646                 "drupal/core": "*"
3647             },
3648             "type": "drupal-module",
3649             "extra": {
3650                 "branch-alias": {
3651                     "dev-1.x": "1.x-dev"
3652                 },
3653                 "drupal": {
3654                     "version": "8.x-1.2",
3655                     "datestamp": "1531429121",
3656                     "security-coverage": {
3657                         "status": "covered",
3658                         "message": "Covered by Drupal's security advisory policy"
3659                     }
3660                 }
3661             },
3662             "notification-url": "https://packages.drupal.org/8/downloads",
3663             "license": [
3664                 "GPL-2.0+"
3665             ],
3666             "authors": [
3667                 {
3668                     "name": "Marcin Pajdzik",
3669                     "homepage": "https://www.drupal.org/u/marcin-pajdzik",
3670                     "role": "Maintainer"
3671                 },
3672                 {
3673                     "name": "Sven Berg Ryen",
3674                     "homepage": "https://www.drupal.org/u/svenryen",
3675                     "role": "Maintainer"
3676                 },
3677                 {
3678                     "name": "See other contributors",
3679                     "homepage": "https://www.drupal.org/node/1538032/committers"
3680                 },
3681                 {
3682                     "name": "dakku",
3683                     "homepage": "https://www.drupal.org/user/97634"
3684                 },
3685                 {
3686                     "name": "grzegorz.bartman",
3687                     "homepage": "https://www.drupal.org/user/363120"
3688                 },
3689                 {
3690                     "name": "id.tornado",
3691                     "homepage": "https://www.drupal.org/user/2754049"
3692                 },
3693                 {
3694                     "name": "killua99",
3695                     "homepage": "https://www.drupal.org/user/699418"
3696                 },
3697                 {
3698                     "name": "mibfire",
3699                     "homepage": "https://www.drupal.org/user/155136"
3700                 },
3701                 {
3702                     "name": "naveenvalecha",
3703                     "homepage": "https://www.drupal.org/user/2665733"
3704                 },
3705                 {
3706                     "name": "svenryen",
3707                     "homepage": "https://www.drupal.org/user/667244"
3708                 }
3709             ],
3710             "description": "This module aims at making the website compliant with the new EU cookie regulation.",
3711             "homepage": "https://drupal.org/project/eu_cookie_compliance",
3712             "keywords": [
3713                 "Cookie",
3714                 "CookieCompliance",
3715                 "Drupal",
3716                 "GDPR"
3717             ],
3718             "support": {
3719                 "source": "https://cgit.drupalcode.org/eu-cookie-compliance",
3720                 "docs": "https://www.drupal.org/project/eu_cookie_compliance",
3721                 "forum": "https://drupal.stackexchange.com/search?q=eu+cookie+compliance",
3722                 "issues": "https://www.drupal.org/project/issues/eu_cookie_compliance?version=8.x",
3723                 "irc": "irc://irc.freenode.org/drupal-contribute"
3724             }
3725         },
3726         {
3727             "name": "drupal/file_mdm",
3728             "version": "1.1.0",
3729             "source": {
3730                 "type": "git",
3731                 "url": "https://git.drupal.org/project/file_mdm",
3732                 "reference": "8.x-1.1"
3733             },
3734             "dist": {
3735                 "type": "zip",
3736                 "url": "https://ftp.drupal.org/files/projects/file_mdm-8.x-1.1.zip",
3737                 "reference": "8.x-1.1",
3738                 "shasum": "7f354aec6f89e3141c2aa1fb3747ad5d4578c13f"
3739             },
3740             "require": {
3741                 "drupal/core": "~8.0",
3742                 "lsolesen/pel": "0.9.6",
3743                 "phenx/php-font-lib": "0.5",
3744                 "php": ">=5.6"
3745             },
3746             "require-dev": {
3747                 "drupal/image_effects": "*"
3748             },
3749             "type": "drupal-module",
3750             "extra": {
3751                 "branch-alias": {
3752                     "dev-1.x": "1.x-dev"
3753                 },
3754                 "drupal": {
3755                     "version": "8.x-1.1",
3756                     "datestamp": "1488273785",
3757                     "security-coverage": {
3758                         "status": "covered",
3759                         "message": "Covered by Drupal's security advisory policy"
3760                     }
3761                 }
3762             },
3763             "notification-url": "https://packages.drupal.org/8/downloads",
3764             "license": [
3765                 "GPL-2.0-or-later"
3766             ],
3767             "authors": [
3768                 {
3769                     "name": "mondrake",
3770                     "homepage": "https://www.drupal.org/user/1307444"
3771                 }
3772             ],
3773             "description": "Provides a service to manage file metadata.",
3774             "homepage": "https://www.drupal.org/project/file_mdm",
3775             "support": {
3776                 "source": "http://cgit.drupalcode.org/file_mdm"
3777             }
3778         },
3779         {
3780             "name": "drupal/file_mdm_exif",
3781             "version": "1.1.0",
3782             "require": {
3783                 "drupal/core": "~8.0",
3784                 "drupal/file_mdm": "self.version"
3785             },
3786             "require-dev": {
3787                 "drupal/image_effects": "*"
3788             },
3789             "type": "metapackage",
3790             "extra": {
3791                 "branch-alias": {
3792                     "dev-1.x": "1.x-dev"
3793                 },
3794                 "drupal": {
3795                     "version": "8.x-1.1",
3796                     "datestamp": "1488273785",
3797                     "security-coverage": {
3798                         "status": "covered",
3799                         "message": "Covered by Drupal's security advisory policy"
3800                     }
3801                 }
3802             },
3803             "notification-url": "https://packages.drupal.org/8/downloads",
3804             "license": [
3805                 "GPL-2.0-or-later"
3806             ],
3807             "authors": [
3808                 {
3809                     "name": "mondrake",
3810                     "homepage": "https://www.drupal.org/user/1307444"
3811                 }
3812             ],
3813             "description": "Provides a file metadata plugin for EXIF image information.",
3814             "homepage": "https://www.drupal.org/project/file_mdm",
3815             "support": {
3816                 "source": "http://cgit.drupalcode.org/file_mdm"
3817             }
3818         },
3819         {
3820             "name": "drupal/filefield_sources",
3821             "version": "dev-1.x",
3822             "source": {
3823                 "type": "git",
3824                 "url": "https://git.drupal.org/project/filefield_sources",
3825                 "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
3826             },
3827             "require": {
3828                 "drupal/core": "*"
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.x-dev",
3837                     "datestamp": "1464990539"
3838                 }
3839             },
3840             "notification-url": "https://packages.drupal.org/8/downloads",
3841             "license": [
3842                 "GPL-2.0+"
3843             ],
3844             "authors": [
3845                 {
3846                     "name": "profak",
3847                     "homepage": "https://www.drupal.org/user/782534"
3848                 },
3849                 {
3850                     "name": "quicksketch",
3851                     "homepage": "https://www.drupal.org/user/35821"
3852                 }
3853             ],
3854             "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
3855             "homepage": "https://www.drupal.org/project/filefield_sources",
3856             "support": {
3857                 "source": "http://cgit.drupalcode.org/filefield_sources"
3858             }
3859         },
3860         {
3861             "name": "drupal/fontyourface",
3862             "version": "3.2.0",
3863             "source": {
3864                 "type": "git",
3865                 "url": "https://git.drupal.org/project/fontyourface",
3866                 "reference": "8.x-3.2"
3867             },
3868             "dist": {
3869                 "type": "zip",
3870                 "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.2.zip",
3871                 "reference": "8.x-3.2",
3872                 "shasum": "f509b3dc3e9849ca1cced5607a29d8319709c9ec"
3873             },
3874             "require": {
3875                 "drupal/core": "8.*"
3876             },
3877             "type": "drupal-module",
3878             "extra": {
3879                 "branch-alias": {
3880                     "dev-3.x": "3.x-dev"
3881                 },
3882                 "drupal": {
3883                     "version": "8.x-3.2",
3884                     "datestamp": "1517458980",
3885                     "security-coverage": {
3886                         "status": "covered",
3887                         "message": "Covered by Drupal's security advisory policy"
3888                     }
3889                 }
3890             },
3891             "notification-url": "https://packages.drupal.org/8/downloads",
3892             "license": [
3893                 "GPL-2.0+"
3894             ],
3895             "authors": [
3896                 {
3897                     "name": "BTMash",
3898                     "homepage": "https://www.drupal.org/user/60422"
3899                 },
3900                 {
3901                     "name": "BarisW",
3902                     "homepage": "https://www.drupal.org/user/107229"
3903                 },
3904                 {
3905                     "name": "Drave Robber",
3906                     "homepage": "https://www.drupal.org/user/984338"
3907                 },
3908                 {
3909                     "name": "sreynen",
3910                     "homepage": "https://www.drupal.org/user/109890"
3911                 }
3912             ],
3913             "description": "Web font management tools.",
3914             "homepage": "https://www.drupal.org/project/fontyourface",
3915             "keywords": [
3916                 "Drupal"
3917             ],
3918             "support": {
3919                 "source": "http://cgit.drupalcode.org/fontyourface",
3920                 "issues": "https://drupal.org/project/issues/fontyourface"
3921             }
3922         },
3923         {
3924             "name": "drupal/front",
3925             "version": "1.0.0-beta1",
3926             "source": {
3927                 "type": "git",
3928                 "url": "https://git.drupal.org/project/front",
3929                 "reference": "8.x-1.0-beta1"
3930             },
3931             "dist": {
3932                 "type": "zip",
3933                 "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-beta1.zip",
3934                 "reference": "8.x-1.0-beta1",
3935                 "shasum": "cee664aaf0eac6829bd551ec5213561d1cb70bce"
3936             },
3937             "require": {
3938                 "drupal/core": "~8.0"
3939             },
3940             "type": "drupal-module",
3941             "extra": {
3942                 "branch-alias": {
3943                     "dev-1.x": "1.x-dev"
3944                 },
3945                 "drupal": {
3946                     "version": "8.x-1.0-beta1",
3947                     "datestamp": "1521187985",
3948                     "security-coverage": {
3949                         "status": "not-covered",
3950                         "message": "Beta releases are not covered by Drupal security advisories."
3951                     }
3952                 }
3953             },
3954             "notification-url": "https://packages.drupal.org/8/downloads",
3955             "license": [
3956                 "GPL-2.0-or-later"
3957             ],
3958             "authors": [
3959                 {
3960                     "name": "Dublin Drupaller",
3961                     "homepage": "https://www.drupal.org/user/8625"
3962                 },
3963                 {
3964                     "name": "Simon Georges",
3965                     "homepage": "https://www.drupal.org/user/172312"
3966                 },
3967                 {
3968                     "name": "asenenko",
3969                     "homepage": "https://www.drupal.org/user/2641733"
3970                 },
3971                 {
3972                     "name": "estoyausente",
3973                     "homepage": "https://www.drupal.org/user/1232954"
3974                 },
3975                 {
3976                     "name": "timhilliard",
3977                     "homepage": "https://www.drupal.org/user/195493"
3978                 }
3979             ],
3980             "homepage": "https://www.drupal.org/project/front",
3981             "support": {
3982                 "source": "http://cgit.drupalcode.org/front"
3983             }
3984         },
3985         {
3986             "name": "drupal/hacked",
3987             "version": "2.0.0-beta2",
3988             "source": {
3989                 "type": "git",
3990                 "url": "https://git.drupal.org/project/hacked",
3991                 "reference": "8.x-2.0-beta2"
3992             },
3993             "dist": {
3994                 "type": "zip",
3995                 "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta2.zip",
3996                 "reference": "8.x-2.0-beta2",
3997                 "shasum": "84e018c23a39d83c2274cc009804f0abf4b9e9cb"
3998             },
3999             "require": {
4000                 "drupal/core": "*"
4001             },
4002             "type": "drupal-module",
4003             "extra": {
4004                 "branch-alias": {
4005                     "dev-2.x": "2.x-dev"
4006                 },
4007                 "drupal": {
4008                     "version": "8.x-2.0-beta2",
4009                     "datestamp": "1520956980",
4010                     "security-coverage": {
4011                         "status": "not-covered",
4012                         "message": "Project has not opted into security advisory coverage!"
4013                     }
4014                 },
4015                 "patches_applied": []
4016             },
4017             "notification-url": "https://packages.drupal.org/8/downloads",
4018             "license": [
4019                 "GPL-2.0-or-later"
4020             ],
4021             "authors": [
4022                 {
4023                     "name": "Deciphered",
4024                     "homepage": "https://www.drupal.org/user/103796"
4025                 },
4026                 {
4027                     "name": "Steven Jones",
4028                     "homepage": "https://www.drupal.org/user/99644"
4029                 }
4030             ],
4031             "description": "Shows if drupal or any of its modules have been changed",
4032             "homepage": "https://www.drupal.org/project/hacked",
4033             "support": {
4034                 "source": "http://cgit.drupalcode.org/hacked"
4035             }
4036         },
4037         {
4038             "name": "drupal/htmlawed",
4039             "version": "3.5.0",
4040             "source": {
4041                 "type": "git",
4042                 "url": "https://git.drupal.org/project/htmLawed",
4043                 "reference": "8.x-3.5"
4044             },
4045             "dist": {
4046                 "type": "zip",
4047                 "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.5.zip",
4048                 "reference": "8.x-3.5",
4049                 "shasum": "48cf7dda2d327fcc2024273a5b37861872e0f53f"
4050             },
4051             "require": {
4052                 "drupal/core": "~8.0"
4053             },
4054             "type": "drupal-module",
4055             "extra": {
4056                 "branch-alias": {
4057                     "dev-3.x": "3.x-dev"
4058                 },
4059                 "drupal": {
4060                     "version": "8.x-3.5",
4061                     "datestamp": "1530751724",
4062                     "security-coverage": {
4063                         "status": "covered",
4064                         "message": "Covered by Drupal's security advisory policy"
4065                     }
4066                 }
4067             },
4068             "notification-url": "https://packages.drupal.org/8/downloads",
4069             "license": [
4070                 "GPL-2.0-or-later"
4071             ],
4072             "authors": [
4073                 {
4074                     "name": "alpha2zee",
4075                     "homepage": "https://www.drupal.org/user/201451"
4076                 }
4077             ],
4078             "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
4079             "homepage": "https://www.drupal.org/project/htmlawed",
4080             "support": {
4081                 "source": "http://cgit.drupalcode.org/htmlawed"
4082             }
4083         },
4084         {
4085             "name": "drupal/http2_server_push",
4086             "version": "1.0.0",
4087             "source": {
4088                 "type": "git",
4089                 "url": "https://git.drupal.org/project/http2_server_push",
4090                 "reference": "8.x-1.0"
4091             },
4092             "dist": {
4093                 "type": "zip",
4094                 "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
4095                 "reference": "8.x-1.0",
4096                 "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
4097             },
4098             "require": {
4099                 "drupal/core": "~8.0"
4100             },
4101             "type": "drupal-module",
4102             "extra": {
4103                 "branch-alias": {
4104                     "dev-1.x": "1.x-dev"
4105                 },
4106                 "drupal": {
4107                     "version": "8.x-1.0",
4108                     "datestamp": "1489057084"
4109                 }
4110             },
4111             "notification-url": "https://packages.drupal.org/8/downloads",
4112             "license": [
4113                 "GPL-2.0+"
4114             ],
4115             "authors": [
4116                 {
4117                     "name": "Wim Leers",
4118                     "homepage": "https://www.drupal.org/user/99777"
4119                 }
4120             ],
4121             "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
4122             "homepage": "https://www.drupal.org/project/http2_server_push",
4123             "support": {
4124                 "source": "http://cgit.drupalcode.org/http2_server_push"
4125             }
4126         },
4127         {
4128             "name": "drupal/image_widget_crop",
4129             "version": "2.2.0",
4130             "source": {
4131                 "type": "git",
4132                 "url": "https://git.drupal.org/project/image_widget_crop",
4133                 "reference": "8.x-2.2"
4134             },
4135             "dist": {
4136                 "type": "zip",
4137                 "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.2.zip",
4138                 "reference": "8.x-2.2",
4139                 "shasum": "0a61cfedc409c5ef448174f26060cd6c291d6a11"
4140             },
4141             "require": {
4142                 "drupal/core": "*",
4143                 "drupal/crop": "^1.0 || ^2.0"
4144             },
4145             "require-dev": {
4146                 "drupal/crop": "*",
4147                 "drupal/ctools": "3.x-dev",
4148                 "drupal/entity_browser": "1.x-dev",
4149                 "drupal/file_entity": "*",
4150                 "drupal/inline_entity_form": "*",
4151                 "drupal/media": "*"
4152             },
4153             "type": "drupal-module",
4154             "extra": {
4155                 "branch-alias": {
4156                     "dev-2.x": "2.x-dev"
4157                 },
4158                 "drupal": {
4159                     "version": "8.x-2.2",
4160                     "datestamp": "1530698921",
4161                     "security-coverage": {
4162                         "status": "covered",
4163                         "message": "Covered by Drupal's security advisory policy"
4164                     }
4165                 }
4166             },
4167             "notification-url": "https://packages.drupal.org/8/downloads",
4168             "license": [
4169                 "GPL-2.0+"
4170             ],
4171             "authors": [
4172                 {
4173                     "name": "Alexandre Mallet",
4174                     "homepage": "https://github.com/woprrr",
4175                     "role": "Maintainer"
4176                 },
4177                 {
4178                     "name": "Drupal media CI",
4179                     "homepage": "https://www.drupal.org/user/3057985"
4180                 },
4181                 {
4182                     "name": "slashrsm",
4183                     "homepage": "https://www.drupal.org/user/744628"
4184                 },
4185                 {
4186                     "name": "woprrr",
4187                     "homepage": "https://www.drupal.org/user/858604"
4188                 }
4189             ],
4190             "description": "Provides an interface for using the features of the Crop API.",
4191             "homepage": "https://www.drupal.org/project/image_widget_crop",
4192             "keywords": [
4193                 "Crop",
4194                 "Drupal",
4195                 "Drupal Media"
4196             ],
4197             "support": {
4198                 "source": "https://www.drupal.org/project/image_widget_crop",
4199                 "issues": "https://www.drupal.org/project/issues/image_widget_crop",
4200                 "irc": "irc://irc.freenode.org/drupal-contribute"
4201             }
4202         },
4203         {
4204             "name": "drupal/imagemagick",
4205             "version": "2.3.0",
4206             "source": {
4207                 "type": "git",
4208                 "url": "https://git.drupal.org/project/imagemagick",
4209                 "reference": "8.x-2.3"
4210             },
4211             "dist": {
4212                 "type": "zip",
4213                 "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-2.3.zip",
4214                 "reference": "8.x-2.3",
4215                 "shasum": "8359921d4700e954364c2633332c20579bb75a34"
4216             },
4217             "require": {
4218                 "drupal/core": "^8.3",
4219                 "drupal/file_mdm": "^1.1",
4220                 "drupal/file_mdm_exif": "^1.1"
4221             },
4222             "type": "drupal-module",
4223             "extra": {
4224                 "branch-alias": {
4225                     "dev-2.x": "2.x-dev"
4226                 },
4227                 "drupal": {
4228                     "version": "8.x-2.3",
4229                     "datestamp": "1520958305",
4230                     "security-coverage": {
4231                         "status": "covered",
4232                         "message": "Covered by Drupal's security advisory policy"
4233                     }
4234                 }
4235             },
4236             "notification-url": "https://packages.drupal.org/8/downloads",
4237             "license": [
4238                 "GPL-2.0-or-later"
4239             ],
4240             "authors": [
4241                 {
4242                     "name": "Chris Charlton",
4243                     "homepage": "https://www.drupal.org/user/17089"
4244                 },
4245                 {
4246                     "name": "chx",
4247                     "homepage": "https://www.drupal.org/user/9446"
4248                 },
4249                 {
4250                     "name": "claudiu.cristea",
4251                     "homepage": "https://www.drupal.org/user/56348"
4252                 },
4253                 {
4254                     "name": "dman",
4255                     "homepage": "https://www.drupal.org/user/33240"
4256                 },
4257                 {
4258                     "name": "dopry",
4259                     "homepage": "https://www.drupal.org/user/22202"
4260                 },
4261                 {
4262                     "name": "drewish",
4263                     "homepage": "https://www.drupal.org/user/34869"
4264                 },
4265                 {
4266                     "name": "gdl",
4267                     "homepage": "https://www.drupal.org/user/507326"
4268                 },
4269                 {
4270                     "name": "mondrake",
4271                     "homepage": "https://www.drupal.org/user/1307444"
4272                 },
4273                 {
4274                     "name": "quicksketch",
4275                     "homepage": "https://www.drupal.org/user/35821"
4276                 },
4277                 {
4278                     "name": "sun",
4279                     "homepage": "https://www.drupal.org/user/54136"
4280                 },
4281                 {
4282                     "name": "walkah",
4283                     "homepage": "https://www.drupal.org/user/1531"
4284                 }
4285             ],
4286             "description": "Provides an image toolkit to integrate ImageMagick with the Image API.",
4287             "homepage": "https://www.drupal.org/project/imagemagick",
4288             "support": {
4289                 "source": "http://cgit.drupalcode.org/imagemagick"
4290             }
4291         },
4292         {
4293             "name": "drupal/inline_entity_form",
4294             "version": "1.0.0-rc1",
4295             "source": {
4296                 "type": "git",
4297                 "url": "https://git.drupal.org/project/inline_entity_form",
4298                 "reference": "8.x-1.0-rc1"
4299             },
4300             "dist": {
4301                 "type": "zip",
4302                 "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc1.zip",
4303                 "reference": "8.x-1.0-rc1",
4304                 "shasum": "898789fb6a0662fc2572b87f8d0654a0241473f9"
4305             },
4306             "require": {
4307                 "drupal/core": "~8.0"
4308             },
4309             "require-dev": {
4310                 "drupal/entity_reference_revisions": "*"
4311             },
4312             "type": "drupal-module",
4313             "extra": {
4314                 "branch-alias": {
4315                     "dev-1.x": "1.x-dev"
4316                 },
4317                 "drupal": {
4318                     "version": "8.x-1.0-rc1",
4319                     "datestamp": "1527030784",
4320                     "security-coverage": {
4321                         "status": "not-covered",
4322                         "message": "RC releases are not covered by Drupal security advisories."
4323                     }
4324                 }
4325             },
4326             "notification-url": "https://packages.drupal.org/8/downloads",
4327             "license": [
4328                 "GPL-2.0+"
4329             ],
4330             "authors": [
4331                 {
4332                     "name": "bojanz",
4333                     "homepage": "https://www.drupal.org/user/86106"
4334                 },
4335                 {
4336                     "name": "dawehner",
4337                     "homepage": "https://www.drupal.org/user/99340"
4338                 },
4339                 {
4340                     "name": "rszrama",
4341                     "homepage": "https://www.drupal.org/user/49344"
4342                 },
4343                 {
4344                     "name": "slashrsm",
4345                     "homepage": "https://www.drupal.org/user/744628"
4346                 },
4347                 {
4348                     "name": "webflo",
4349                     "homepage": "https://www.drupal.org/user/254778"
4350                 }
4351             ],
4352             "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4353             "homepage": "https://www.drupal.org/project/inline_entity_form",
4354             "support": {
4355                 "source": "http://cgit.drupalcode.org/inline_entity_form"
4356             }
4357         },
4358         {
4359             "name": "drupal/layout_plugin",
4360             "version": "1.0.0-alpha23",
4361             "source": {
4362                 "type": "git",
4363                 "url": "https://git.drupal.org/project/layout_plugin",
4364                 "reference": "8.x-1.0-alpha23"
4365             },
4366             "dist": {
4367                 "type": "zip",
4368                 "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
4369                 "reference": "8.x-1.0-alpha23",
4370                 "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
4371             },
4372             "require": {
4373                 "drupal/core": "~8.0"
4374             },
4375             "type": "drupal-module",
4376             "extra": {
4377                 "branch-alias": {
4378                     "dev-1.x": "1.x-dev"
4379                 },
4380                 "drupal": {
4381                     "version": "8.x-1.0-alpha23",
4382                     "datestamp": "1476269960"
4383                 }
4384             },
4385             "notification-url": "https://packages.drupal.org/8/downloads",
4386             "license": [
4387                 "GPL-2.0+"
4388             ],
4389             "authors": [
4390                 {
4391                     "name": "David Snopek",
4392                     "homepage": "https://www.drupal.org/user/172527"
4393                 },
4394                 {
4395                     "name": "Bram Goffings",
4396                     "homepage": "https://www.drupal.org/user/266527"
4397                 },
4398                 {
4399                     "name": "Fredrik Lassen",
4400                     "homepage": "https://www.drupal.org/user/243377"
4401                 }
4402             ],
4403             "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
4404             "homepage": "https://www.drupal.org/project/layout_plugin",
4405             "keywords": [
4406                 "layout",
4407                 "php"
4408             ],
4409             "support": {
4410                 "source": "http://cgit.drupalcode.org/layout_plugin"
4411             }
4412         },
4413         {
4414             "name": "drupal/layouter",
4415             "version": "1.0.0",
4416             "source": {
4417                 "type": "git",
4418                 "url": "https://git.drupal.org/project/layouter",
4419                 "reference": "8.x-1.0"
4420             },
4421             "dist": {
4422                 "type": "zip",
4423                 "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
4424                 "reference": "8.x-1.0",
4425                 "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
4426             },
4427             "require": {
4428                 "drupal/core": "*"
4429             },
4430             "type": "drupal-module",
4431             "extra": {
4432                 "branch-alias": {
4433                     "dev-1.x": "1.x-dev"
4434                 },
4435                 "drupal": {
4436                     "version": "8.x-1.0",
4437                     "datestamp": "1470121439"
4438                 }
4439             },
4440             "notification-url": "https://packages.drupal.org/8/downloads",
4441             "license": [
4442                 "GPL 2.0+"
4443             ],
4444             "authors": [
4445                 {
4446                     "name": "adci_contributor",
4447                     "homepage": "https://www.drupal.org/user/1830536"
4448                 },
4449                 {
4450                     "name": "adcillc",
4451                     "homepage": "https://www.drupal.org/user/366450"
4452                 },
4453                 {
4454                     "name": "antongp",
4455                     "homepage": "https://www.drupal.org/user/1060446"
4456                 },
4457                 {
4458                     "name": "kinosura",
4459                     "homepage": "https://www.drupal.org/user/383326"
4460                 },
4461                 {
4462                     "name": "usdv",
4463                     "homepage": "https://www.drupal.org/user/2476206"
4464                 }
4465             ],
4466             "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
4467             "homepage": "https://www.drupal.org/project/layouter",
4468             "support": {
4469                 "source": "http://cgit.drupalcode.org/layouter"
4470             }
4471         },
4472         {
4473             "name": "drupal/libraries",
4474             "version": "3.0.0-alpha1",
4475             "source": {
4476                 "type": "git",
4477                 "url": "https://git.drupal.org/project/libraries",
4478                 "reference": "8.x-3.0-alpha1"
4479             },
4480             "dist": {
4481                 "type": "zip",
4482                 "url": "https://ftp.drupal.org/files/projects/libraries-8.x-3.0-alpha1.zip",
4483                 "reference": "8.x-3.0-alpha1",
4484                 "shasum": "bb07036b1eaeea7d736fc7e72416238830cd8d67"
4485             },
4486             "require": {
4487                 "drupal/core": "~8.0"
4488             },
4489             "type": "drupal-module",
4490             "extra": {
4491                 "branch-alias": {
4492                     "dev-3.x": "3.x-dev"
4493                 },
4494                 "drupal": {
4495                     "version": "8.x-3.0-alpha1",
4496                     "datestamp": "1517046484",
4497                     "security-coverage": {
4498                         "status": "not-covered",
4499                         "message": "Alpha releases are not covered by Drupal security advisories."
4500                     }
4501                 }
4502             },
4503             "notification-url": "https://packages.drupal.org/8/downloads",
4504             "license": [
4505                 "GPL-2.0+"
4506             ],
4507             "authors": [
4508                 {
4509                     "name": "Pol",
4510                     "homepage": "https://www.drupal.org/user/47194"
4511                 },
4512                 {
4513                     "name": "rjacobs",
4514                     "homepage": "https://www.drupal.org/user/422459"
4515                 },
4516                 {
4517                     "name": "sun",
4518                     "homepage": "https://www.drupal.org/user/54136"
4519                 },
4520                 {
4521                     "name": "tstoeckler",
4522                     "homepage": "https://www.drupal.org/user/107158"
4523                 }
4524             ],
4525             "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
4526             "homepage": "http://drupal.org/project/libraries",
4527             "support": {
4528                 "source": "http://cgit.drupalcode.org/libraries",
4529                 "issues": "http://drupal.org/project/issues/libraries",
4530                 "irc": "irc://irc.freenode.org/drupal-contribute"
4531             }
4532         },
4533         {
4534             "name": "drupal/linkchecker",
4535             "version": "dev-1.x",
4536             "source": {
4537                 "type": "git",
4538                 "url": "https://git.drupal.org/project/linkchecker",
4539                 "reference": "f59edc88741c60991526dc54adc89554c0ca571b"
4540             },
4541             "require": {
4542                 "drupal/core": "~8.0"
4543             },
4544             "type": "drupal-module",
4545             "extra": {
4546                 "branch-alias": {
4547                     "dev-1.x": "1.x-dev"
4548                 },
4549                 "drupal": {
4550                     "version": "8.x-1.x-dev",
4551                     "datestamp": "1534714080",
4552                     "security-coverage": {
4553                         "status": "not-covered",
4554                         "message": "Dev releases are not covered by Drupal security advisories."
4555                     }
4556                 },
4557                 "drush": {
4558                     "services": {
4559                         "drush.services.yml": "^9"
4560                     }
4561                 }
4562             },
4563             "notification-url": "https://packages.drupal.org/8/downloads",
4564             "license": [
4565                 "GPL-2.0+"
4566             ],
4567             "authors": [
4568                 {
4569                     "name": "hass",
4570                     "homepage": "https://www.drupal.org/u/hass"
4571                 },
4572                 {
4573                     "name": "See other contributors",
4574                     "homepage": "https://www.drupal.org/node/243795/committers"
4575                 }
4576             ],
4577             "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
4578             "homepage": "https://www.drupal.org/project/linkchecker",
4579             "support": {
4580                 "source": "http://git.drupal.org/project/linkchecker.git",
4581                 "issues": "https://www.drupal.org/project/issues/linkchecker"
4582             },
4583             "time": "2018-10-31T11:26:37+00:00"
4584         },
4585         {
4586             "name": "drupal/linkit",
4587             "version": "4.3.0",
4588             "source": {
4589                 "type": "git",
4590                 "url": "https://git.drupal.org/project/linkit",
4591                 "reference": "8.x-4.3"
4592             },
4593             "dist": {
4594                 "type": "zip",
4595                 "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
4596                 "reference": "8.x-4.3",
4597                 "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
4598             },
4599             "require": {
4600                 "drupal/core": "~8.0"
4601             },
4602             "type": "drupal-module",
4603             "extra": {
4604                 "branch-alias": {
4605                     "dev-4.x": "4.x-dev"
4606                 },
4607                 "drupal": {
4608                     "version": "8.x-4.3",
4609                     "datestamp": "1490205830"
4610                 }
4611             },
4612             "notification-url": "https://packages.drupal.org/8/downloads",
4613             "license": [
4614                 "GPL-2.0+"
4615             ],
4616             "authors": [
4617                 {
4618                     "name": "Emil Stjerneman",
4619                     "homepage": "https://stjerneman.com",
4620                     "email": "emil@stjerneman.com",
4621                     "role": "Maintainer"
4622                 }
4623             ],
4624             "description": "Linkit - Enriched linking experience",
4625             "homepage": "http://drupal.org/project/linkit",
4626             "support": {
4627                 "source": "http://cgit.drupalcode.org/linkit",
4628                 "issues": "http://drupal.org/project/linkit"
4629             }
4630         },
4631         {
4632             "name": "drupal/media_entity_actions",
4633             "version": "1.0.0-alpha2",
4634             "source": {
4635                 "type": "git",
4636                 "url": "https://git.drupal.org/project/media_entity_actions",
4637                 "reference": "8.x-1.0-alpha2"
4638             },
4639             "dist": {
4640                 "type": "zip",
4641                 "url": "https://ftp.drupal.org/files/projects/media_entity_actions-8.x-1.0-alpha2.zip",
4642                 "reference": "8.x-1.0-alpha2",
4643                 "shasum": "9bf7881f11fa182c1b6673c4cc8c32ce3a1bdb81"
4644             },
4645             "require": {
4646                 "drupal/core": "^8.4.0"
4647             },
4648             "type": "drupal-module",
4649             "extra": {
4650                 "branch-alias": {
4651                     "dev-1.x": "1.x-dev"
4652                 },
4653                 "drupal": {
4654                     "version": "8.x-1.0-alpha2",
4655                     "datestamp": "1510588386",
4656                     "security-coverage": {
4657                         "status": "not-covered",
4658                         "message": "Project has not opted into security advisory coverage!"
4659                     }
4660                 }
4661             },
4662             "notification-url": "https://packages.drupal.org/8/downloads",
4663             "license": [
4664                 "GPL-2.0-or-later"
4665             ],
4666             "authors": [
4667                 {
4668                     "name": "chr.fritsch",
4669                     "homepage": "https://www.drupal.org/user/2103716"
4670                 },
4671                 {
4672                     "name": "marcoscano",
4673                     "homepage": "https://www.drupal.org/user/1288796"
4674                 },
4675                 {
4676                     "name": "phenaproxima",
4677                     "homepage": "https://www.drupal.org/user/205645"
4678                 },
4679                 {
4680                     "name": "seanB",
4681                     "homepage": "https://www.drupal.org/user/545912"
4682                 },
4683                 {
4684                     "name": "slashrsm",
4685                     "homepage": "https://www.drupal.org/user/744628"
4686                 }
4687             ],
4688             "description": "Provides Actions plugins to be used with Media in core",
4689             "homepage": "https://www.drupal.org/project/media_entity_actions",
4690             "support": {
4691                 "source": "http://cgit.drupalcode.org/media_entity_actions"
4692             }
4693         },
4694         {
4695             "name": "drupal/media_entity_instagram",
4696             "version": "2.0.0-alpha2",
4697             "source": {
4698                 "type": "git",
4699                 "url": "https://git.drupal.org/project/media_entity_instagram",
4700                 "reference": "8.x-2.0-alpha2"
4701             },
4702             "dist": {
4703                 "type": "zip",
4704                 "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-2.0-alpha2.zip",
4705                 "reference": "8.x-2.0-alpha2",
4706                 "shasum": "3a61feafacf7003bf27ec8d4271a07896788b5e3"
4707             },
4708             "require": {
4709                 "drupal/core": "^8.4.0"
4710             },
4711             "type": "drupal-module",
4712             "extra": {
4713                 "branch-alias": {
4714                     "dev-2.x": "2.x-dev"
4715                 },
4716                 "drupal": {
4717                     "version": "8.x-2.0-alpha2",
4718                     "datestamp": "1537264380",
4719                     "security-coverage": {
4720                         "status": "not-covered",
4721                         "message": "Alpha releases are not covered by Drupal security advisories."
4722                     }
4723                 }
4724             },
4725             "notification-url": "https://packages.drupal.org/8/downloads",
4726             "license": [
4727                 "GPL-2.0-or-later"
4728             ],
4729             "authors": [
4730                 {
4731                     "name": "Drupal Media Team",
4732                     "homepage": "https://www.drupal.org/user/3260690"
4733                 },
4734                 {
4735                     "name": "Primsi",
4736                     "homepage": "https://www.drupal.org/user/282629"
4737                 },
4738                 {
4739                     "name": "chr.fritsch",
4740                     "homepage": "https://www.drupal.org/user/2103716"
4741                 },
4742                 {
4743                     "name": "designesse",
4744                     "homepage": "https://www.drupal.org/user/854012"
4745                 },
4746                 {
4747                     "name": "slashrsm",
4748                     "homepage": "https://www.drupal.org/user/744628"
4749                 }
4750             ],
4751             "description": "Media entity Instagram provider.",
4752             "homepage": "https://www.drupal.org/project/media_entity_instagram",
4753             "support": {
4754                 "source": "http://cgit.drupalcode.org/media_entity_instagram"
4755             }
4756         },
4757         {
4758             "name": "drupal/media_entity_slideshow",
4759             "version": "2.0.0-alpha1",
4760             "source": {
4761                 "type": "git",
4762                 "url": "https://git.drupal.org/project/media_entity_slideshow",
4763                 "reference": "8.x-2.0-alpha1"
4764             },
4765             "dist": {
4766                 "type": "zip",
4767                 "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-2.0-alpha1.zip",
4768                 "reference": "8.x-2.0-alpha1",
4769                 "shasum": "264358a2e03d2769459317841afdf7117927dc59"
4770             },
4771             "require": {
4772                 "drupal/core": "^8.4"
4773             },
4774             "type": "drupal-module",
4775             "extra": {
4776                 "branch-alias": {
4777                     "dev-2.x": "2.x-dev"
4778                 },
4779                 "drupal": {
4780                     "version": "8.x-2.0-alpha1",
4781                     "datestamp": "1506688443",
4782                     "security-coverage": {
4783                         "status": "not-covered",
4784                         "message": "Alpha releases are not covered by Drupal security advisories."
4785                     }
4786                 }
4787             },
4788             "notification-url": "https://packages.drupal.org/8/downloads",
4789             "license": [
4790                 "GPL-2.0-or-later"
4791             ],
4792             "authors": [
4793                 {
4794                     "name": "Drupal Media Team",
4795                     "homepage": "https://www.drupal.org/user/3260690"
4796                 },
4797                 {
4798                     "name": "slashrsm",
4799                     "homepage": "https://www.drupal.org/user/744628"
4800                 }
4801             ],
4802             "description": "Media entity slideshow provider.",
4803             "homepage": "https://www.drupal.org/project/media_entity_slideshow",
4804             "support": {
4805                 "source": "http://cgit.drupalcode.org/media_entity_slideshow"
4806             }
4807         },
4808         {
4809             "name": "drupal/media_entity_twitter",
4810             "version": "2.0.0-alpha2",
4811             "source": {
4812                 "type": "git",
4813                 "url": "https://git.drupal.org/project/media_entity_twitter",
4814                 "reference": "8.x-2.0-alpha2"
4815             },
4816             "dist": {
4817                 "type": "zip",
4818                 "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-2.0-alpha2.zip",
4819                 "reference": "8.x-2.0-alpha2",
4820                 "shasum": "21925e1e1b02bbbcd6d8e9730bc587669edc0e5c"
4821             },
4822             "require": {
4823                 "drupal/core": "^8.4",
4824                 "j7mbo/twitter-api-php": "~1.0"
4825             },
4826             "type": "drupal-module",
4827             "extra": {
4828                 "branch-alias": {
4829                     "dev-2.x": "2.x-dev"
4830                 },
4831                 "drupal": {
4832                     "version": "8.x-2.0-alpha2",
4833                     "datestamp": "1507907344",
4834                     "security-coverage": {
4835                         "status": "not-covered",
4836                         "message": "Alpha releases are not covered by Drupal security advisories."
4837                     }
4838                 }
4839             },
4840             "notification-url": "https://packages.drupal.org/8/downloads",
4841             "license": [
4842                 "GPL-2.0-or-later"
4843             ],
4844             "authors": [
4845                 {
4846                     "name": "Drupal Media Team",
4847                     "homepage": "https://www.drupal.org/user/3260690"
4848                 },
4849                 {
4850                     "name": "Primsi",
4851                     "homepage": "https://www.drupal.org/user/282629"
4852                 },
4853                 {
4854                     "name": "chr.fritsch",
4855                     "homepage": "https://www.drupal.org/user/2103716"
4856                 },
4857                 {
4858                     "name": "slashrsm",
4859                     "homepage": "https://www.drupal.org/user/744628"
4860                 }
4861             ],
4862             "description": "Media entity Twitter provider.",
4863             "homepage": "https://www.drupal.org/project/media_entity_twitter",
4864             "support": {
4865                 "source": "http://cgit.drupalcode.org/media_entity_twitter"
4866             }
4867         },
4868         {
4869             "name": "drupal/memcache",
4870             "version": "2.0.0",
4871             "source": {
4872                 "type": "git",
4873                 "url": "https://git.drupal.org/project/memcache",
4874                 "reference": "8.x-2.0"
4875             },
4876             "dist": {
4877                 "type": "zip",
4878                 "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0.zip",
4879                 "reference": "8.x-2.0",
4880                 "shasum": "78c09097c42781343f4069b4823dce7acd98a8b1"
4881             },
4882             "require": {
4883                 "drupal/core": "~8.0"
4884             },
4885             "type": "drupal-module",
4886             "extra": {
4887                 "branch-alias": {
4888                     "dev-2.x": "2.x-dev"
4889                 },
4890                 "drupal": {
4891                     "version": "8.x-2.0",
4892                     "datestamp": "1540546681",
4893                     "security-coverage": {
4894                         "status": "covered",
4895                         "message": "Covered by Drupal's security advisory policy"
4896                     }
4897                 }
4898             },
4899             "notification-url": "https://packages.drupal.org/8/downloads",
4900             "license": [
4901                 "GPL-2.0+"
4902             ],
4903             "authors": [
4904                 {
4905                     "name": "Fabianx",
4906                     "homepage": "https://www.drupal.org/user/693738"
4907                 },
4908                 {
4909                     "name": "Jeremy",
4910                     "homepage": "https://www.drupal.org/user/409"
4911                 },
4912                 {
4913                     "name": "bdragon",
4914                     "homepage": "https://www.drupal.org/user/53081"
4915                 },
4916                 {
4917                     "name": "catch",
4918                     "homepage": "https://www.drupal.org/user/35733"
4919                 },
4920                 {
4921                     "name": "damiankloip",
4922                     "homepage": "https://www.drupal.org/user/1037976"
4923                 },
4924                 {
4925                     "name": "jvandyk",
4926                     "homepage": "https://www.drupal.org/user/2375"
4927                 },
4928                 {
4929                     "name": "robertDouglass",
4930                     "homepage": "https://www.drupal.org/user/5449"
4931                 }
4932             ],
4933             "description": "High performance integration with memcache.",
4934             "homepage": "http://drupal.org/project/memcache",
4935             "support": {
4936                 "source": "http://cgit.drupalcode.org/memcache",
4937                 "issues": "https://www.drupal.org/project/issues/memcache"
4938             }
4939         },
4940         {
4941             "name": "drupal/metatag",
4942             "version": "1.7.0",
4943             "source": {
4944                 "type": "git",
4945                 "url": "https://git.drupal.org/project/metatag",
4946                 "reference": "8.x-1.7"
4947             },
4948             "dist": {
4949                 "type": "zip",
4950                 "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.7.zip",
4951                 "reference": "8.x-1.7",
4952                 "shasum": "93decaefd053c524918ceae5b5ef05dd77de0857"
4953             },
4954             "require": {
4955                 "drupal/core": "*",
4956                 "drupal/token": "^1.0"
4957             },
4958             "require-dev": {
4959                 "drupal/devel": "^1.0",
4960                 "drupal/metatag_dc": "*",
4961                 "drupal/metatag_open_graph": "*",
4962                 "drupal/page_manager": "^4.0",
4963                 "drupal/redirect": "^1.0",
4964                 "drupal/restui": "^1.0",
4965                 "drupal/schema_metatag": "^1.0",
4966                 "drupal/schema_web_page": "*"
4967             },
4968             "type": "drupal-module",
4969             "extra": {
4970                 "branch-alias": {
4971                     "dev-1.x": "1.x-dev"
4972                 },
4973                 "drupal": {
4974                     "version": "8.x-1.7",
4975                     "datestamp": "1535726393",
4976                     "security-coverage": {
4977                         "status": "covered",
4978                         "message": "Covered by Drupal's security advisory policy"
4979                     }
4980                 }
4981             },
4982             "notification-url": "https://packages.drupal.org/8/downloads",
4983             "license": [
4984                 "GPL-2.0+"
4985             ],
4986             "authors": [
4987                 {
4988                     "name": "See contributors",
4989                     "homepage": "https://www.drupal.org/node/640498/committers",
4990                     "role": "Developer"
4991                 },
4992                 {
4993                     "name": "Dave Reid",
4994                     "homepage": "https://www.drupal.org/user/53892"
4995                 }
4996             ],
4997             "description": "Manage meta tags for all entities.",
4998             "homepage": "https://www.drupal.org/project/metatag",
4999             "keywords": [
5000                 "Drupal",
5001                 "seo"
5002             ],
5003             "support": {
5004                 "source": "http://cgit.drupalcode.org/metatag",
5005                 "issues": "http://drupal.org/project/issues/metatag"
5006             }
5007         },
5008         {
5009             "name": "drupal/migrate_plus",
5010             "version": "4.0.0",
5011             "source": {
5012                 "type": "git",
5013                 "url": "https://git.drupal.org/project/migrate_plus",
5014                 "reference": "8.x-4.0"
5015             },
5016             "dist": {
5017                 "type": "zip",
5018                 "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0.zip",
5019                 "reference": "8.x-4.0",
5020                 "shasum": "63dad289defe8298aa5ca5e30062fe9761d19eca"
5021             },
5022             "require": {
5023                 "drupal/core": "^8.3"
5024             },
5025             "require-dev": {
5026                 "drupal/migrate_example_advanced_setup": "*",
5027                 "drupal/migrate_example_setup": "*"
5028             },
5029             "suggest": {
5030                 "ext-soap": "*",
5031                 "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
5032             },
5033             "type": "drupal-module",
5034             "extra": {
5035                 "branch-alias": {
5036                     "dev-4.x": "4.x-dev"
5037                 },
5038                 "drupal": {
5039                     "version": "8.x-4.0",
5040                     "datestamp": "1536264180",
5041                     "security-coverage": {
5042                         "status": "covered",
5043                         "message": "Covered by Drupal's security advisory policy"
5044                     }
5045                 }
5046             },
5047             "notification-url": "https://packages.drupal.org/8/downloads",
5048             "license": [
5049                 "GPL-2.0+"
5050             ],
5051             "authors": [
5052                 {
5053                     "name": "Mike Ryan",
5054                     "homepage": "https://www.drupal.org/u/mikeryan",
5055                     "role": "Maintainer"
5056                 },
5057                 {
5058                     "name": "mikeryan",
5059                     "homepage": "https://www.drupal.org/user/4420"
5060                 }
5061             ],
5062             "description": "Enhancements to core migration support.",
5063             "homepage": "https://www.drupal.org/project/migrate_plus",
5064             "support": {
5065                 "source": "https://cgit.drupalcode.org/migrate_plus",
5066                 "issues": "https://www.drupal.org/project/issues/migrate_plus",
5067                 "irc": "irc://irc.freenode.org/drupal-migrate"
5068             }
5069         },
5070         {
5071             "name": "drupal/migrate_tools",
5072             "version": "4.0.0",
5073             "source": {
5074                 "type": "git",
5075                 "url": "https://git.drupal.org/project/migrate_tools",
5076                 "reference": "8.x-4.0"
5077             },
5078             "dist": {
5079                 "type": "zip",
5080                 "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.0.zip",
5081                 "reference": "8.x-4.0",
5082                 "shasum": "016dfb010df76723c5a6a447921fdccd3c885237"
5083             },
5084             "require": {
5085                 "drupal/core": "^8.3",
5086                 "drupal/migrate_plus": "^4"
5087             },
5088             "require-dev": {
5089                 "drupal/coder": "^8",
5090                 "drupal/migrate_source_csv": "^2.2"
5091             },
5092             "type": "drupal-module",
5093             "extra": {
5094                 "branch-alias": {
5095                     "dev-4.x": "4.x-dev"
5096                 },
5097                 "drupal": {
5098                     "version": "8.x-4.0",
5099                     "datestamp": "1535380084",
5100                     "security-coverage": {
5101                         "status": "covered",
5102                         "message": "Covered by Drupal's security advisory policy"
5103                     }
5104                 },
5105                 "drush": {
5106                     "services": {
5107                         "drush.services.yml": "^9"
5108                     }
5109                 }
5110             },
5111             "notification-url": "https://packages.drupal.org/8/downloads",
5112             "license": [
5113                 "GPL-2.0+"
5114             ],
5115             "authors": [
5116                 {
5117                     "name": "heddn",
5118                     "homepage": "https://www.drupal.org/user/1463982"
5119                 },
5120                 {
5121                     "name": "mikeryan",
5122                     "homepage": "https://www.drupal.org/user/4420"
5123                 },
5124                 {
5125                     "name": "moshe weitzman",
5126                     "homepage": "https://www.drupal.org/user/23"
5127                 }
5128             ],
5129             "description": "Tools to assist in developing and running migrations.",
5130             "homepage": "http://drupal.org/project/migrate_tools",
5131             "support": {
5132                 "source": "http://cgit.drupalcode.org/migrate_tools",
5133                 "issues": "http://drupal.org/project/migrate_tools",
5134                 "irc": "irc://irc.freenode.org/drupal-migrate"
5135             }
5136         },
5137         {
5138             "name": "drupal/migrate_upgrade",
5139             "version": "3.0.0-rc5",
5140             "source": {
5141                 "type": "git",
5142                 "url": "https://git.drupal.org/project/migrate_upgrade",
5143                 "reference": "8.x-3.0-rc5"
5144             },
5145             "dist": {
5146                 "type": "zip",
5147                 "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc5.zip",
5148                 "reference": "8.x-3.0-rc5",
5149                 "shasum": "608375003cfd42664ecd6d5b0b5e2c3b510a2e0a"
5150             },
5151             "require": {
5152                 "drupal/core": "*",
5153                 "drupal/migrate_plus": "*"
5154             },
5155             "require-dev": {
5156                 "drupal/coder": "^8"
5157             },
5158             "type": "drupal-module",
5159             "extra": {
5160                 "branch-alias": {
5161                     "dev-3.x": "3.x-dev"
5162                 },
5163                 "drupal": {
5164                     "version": "8.x-3.0-rc5",
5165                     "datestamp": "1535381580",
5166                     "security-coverage": {
5167                         "status": "not-covered",
5168                         "message": "RC releases are not covered by Drupal security advisories."
5169                     }
5170                 }
5171             },
5172             "notification-url": "https://packages.drupal.org/8/downloads",
5173             "license": [
5174                 "GPL-2.0+"
5175             ],
5176             "authors": [
5177                 {
5178                     "name": "abhishek-anand",
5179                     "homepage": "https://www.drupal.org/user/468982"
5180                 },
5181                 {
5182                     "name": "heddn",
5183                     "homepage": "https://www.drupal.org/user/1463982"
5184                 },
5185                 {
5186                     "name": "ksenzee",
5187                     "homepage": "https://www.drupal.org/user/139855"
5188                 },
5189                 {
5190                     "name": "mikeryan",
5191                     "homepage": "https://www.drupal.org/user/4420"
5192                 },
5193                 {
5194                     "name": "ultimike",
5195                     "homepage": "https://www.drupal.org/user/51132"
5196                 },
5197                 {
5198                     "name": "xjm",
5199                     "homepage": "https://www.drupal.org/user/65776"
5200                 }
5201             ],
5202             "description": "Drush support for direct upgrades from older Drupal versions.",
5203             "homepage": "https://www.drupal.org/project/migrate_upgrade",
5204             "support": {
5205                 "source": "http://cgit.drupalcode.org/migrate_upgrade"
5206             }
5207         },
5208         {
5209             "name": "drupal/pathauto",
5210             "version": "1.3.0",
5211             "source": {
5212                 "type": "git",
5213                 "url": "https://git.drupal.org/project/pathauto",
5214                 "reference": "8.x-1.3"
5215             },
5216             "dist": {
5217                 "type": "zip",
5218                 "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.3.zip",
5219                 "reference": "8.x-1.3",
5220                 "shasum": "115d5998d7636a03e26c7ce34261b65809d53965"
5221             },
5222             "require": {
5223                 "drupal/core": "^8.5",
5224                 "drupal/ctools": "*",
5225                 "drupal/token": "*"
5226             },
5227             "type": "drupal-module",
5228             "extra": {
5229                 "branch-alias": {
5230                     "dev-1.x": "1.x-dev"
5231                 },
5232                 "drupal": {
5233                     "version": "8.x-1.3",
5234                     "datestamp": "1536407884",
5235                     "security-coverage": {
5236                         "status": "covered",
5237                         "message": "Covered by Drupal's security advisory policy"
5238                     }
5239                 }
5240             },
5241             "notification-url": "https://packages.drupal.org/8/downloads",
5242             "license": [
5243                 "GPL-2.0-or-later"
5244             ],
5245             "authors": [
5246                 {
5247                     "name": "Berdir",
5248                     "homepage": "https://www.drupal.org/user/214652"
5249                 },
5250                 {
5251                     "name": "Dave Reid",
5252                     "homepage": "https://www.drupal.org/user/53892"
5253                 },
5254                 {
5255                     "name": "Freso",
5256                     "homepage": "https://www.drupal.org/user/27504"
5257                 },
5258                 {
5259                     "name": "greggles",
5260                     "homepage": "https://www.drupal.org/user/36762"
5261                 }
5262             ],
5263             "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
5264             "homepage": "https://www.drupal.org/project/pathauto",
5265             "support": {
5266                 "source": "http://cgit.drupalcode.org/pathauto"
5267             }
5268         },
5269         {
5270             "name": "drupal/pathologic",
5271             "version": "1.0.0-alpha1",
5272             "source": {
5273                 "type": "git",
5274                 "url": "https://git.drupal.org/project/pathologic",
5275                 "reference": "8.x-1.0-alpha1"
5276             },
5277             "dist": {
5278                 "type": "zip",
5279                 "url": "https://ftp.drupal.org/files/projects/pathologic-8.x-1.0-alpha1.zip",
5280                 "reference": "8.x-1.0-alpha1",
5281                 "shasum": "51c699cc001969baa00cca60cf2302a32e578090"
5282             },
5283             "require": {
5284                 "drupal/core": "*"
5285             },
5286             "type": "drupal-module",
5287             "extra": {
5288                 "branch-alias": {
5289                     "dev-1.x": "1.x-dev"
5290                 },
5291                 "drupal": {
5292                     "version": "8.x-1.0-alpha1",
5293                     "datestamp": "1525211884",
5294                     "security-coverage": {
5295                         "status": "not-covered",
5296                         "message": "Alpha releases are not covered by Drupal security advisories."
5297                     }
5298                 }
5299             },
5300             "notification-url": "https://packages.drupal.org/8/downloads",
5301             "license": [
5302                 "GPL-2.0-or-later"
5303             ],
5304             "authors": [
5305                 {
5306                     "name": "Berdir",
5307                     "homepage": "https://www.drupal.org/user/214652"
5308                 },
5309                 {
5310                     "name": "Garrett Albright",
5311                     "homepage": "https://www.drupal.org/user/191212"
5312                 },
5313                 {
5314                     "name": "dww",
5315                     "homepage": "https://www.drupal.org/user/46549"
5316                 }
5317             ],
5318             "description": "Helps avoid broken links and incorrect paths in content.",
5319             "homepage": "https://www.drupal.org/project/pathologic",
5320             "support": {
5321                 "source": "http://cgit.drupalcode.org/pathologic"
5322             }
5323         },
5324         {
5325             "name": "drupal/permissions_by_term",
5326             "version": "1.61.0",
5327             "source": {
5328                 "type": "git",
5329                 "url": "https://git.drupal.org/project/permissions_by_term",
5330                 "reference": "8.x-1.61"
5331             },
5332             "dist": {
5333                 "type": "zip",
5334                 "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.61.zip",
5335                 "reference": "8.x-1.61",
5336                 "shasum": "c984a00f1efaf8856b5804f5837672bf9fb527bb"
5337             },
5338             "require": {
5339                 "drupal/core": "^8.0"
5340             },
5341             "type": "drupal-module",
5342             "extra": {
5343                 "branch-alias": {
5344                     "dev-1.x": "1.x-dev"
5345                 },
5346                 "drupal": {
5347                     "version": "8.x-1.61",
5348                     "datestamp": "1534865884",
5349                     "security-coverage": {
5350                         "status": "covered",
5351                         "message": "Covered by Drupal's security advisory policy"
5352                     }
5353                 }
5354             },
5355             "notification-url": "https://packages.drupal.org/8/downloads",
5356             "license": [
5357                 "GPL-2.0+"
5358             ],
5359             "authors": [
5360                 {
5361                     "name": "Peter Majmesku",
5362                     "homepage": "https://www.drupal.org/user/786132",
5363                     "email": "p.majmesku@gmail.com"
5364                 },
5365                 {
5366                     "name": "SaschaHannes",
5367                     "homepage": "https://www.drupal.org/user/3536189"
5368                 },
5369                 {
5370                     "name": "dakku",
5371                     "homepage": "https://www.drupal.org/user/97634"
5372                 },
5373                 {
5374                     "name": "rackberg",
5375                     "homepage": "https://www.drupal.org/user/2806873"
5376                 }
5377             ],
5378             "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
5379             "homepage": "https://www.drupal.org/project/permissions_by_term",
5380             "support": {
5381                 "source": "http://cgit.drupalcode.org/permissions_by_term"
5382             }
5383         },
5384         {
5385             "name": "drupal/php",
5386             "version": "dev-1.x",
5387             "source": {
5388                 "type": "git",
5389                 "url": "https://git.drupal.org/project/php",
5390                 "reference": "e5c1c4047f5f1522e5d630bca93d50c61ef6a2c0"
5391             },
5392             "require": {
5393                 "drupal/core": "~8.0"
5394             },
5395             "type": "drupal-module",
5396             "extra": {
5397                 "branch-alias": {
5398                     "dev-1.x": "1.x-dev"
5399                 },
5400                 "drupal": {
5401                     "version": "8.x-1.0+0-dev",
5402                     "datestamp": "1529156324",
5403                     "security-coverage": {
5404                         "status": "revoked",
5405                         "message": "Project has been unsupported by the Drupal Security Team"
5406                     }
5407                 }
5408             },
5409             "notification-url": "https://packages.drupal.org/8/downloads",
5410             "license": [
5411                 "GPL-2.0+"
5412             ],
5413             "authors": [
5414                 {
5415                     "name": "hass",
5416                     "homepage": "https://www.drupal.org/u/hass"
5417                 },
5418                 {
5419                     "name": "See other contributors",
5420                     "homepage": "https://www.drupal.org/node/1633456/committers"
5421                 },
5422                 {
5423                     "name": "catch",
5424                     "homepage": "https://www.drupal.org/user/35733"
5425                 },
5426                 {
5427                     "name": "dixon_",
5428                     "homepage": "https://www.drupal.org/user/239911"
5429                 },
5430                 {
5431                     "name": "greggles",
5432                     "homepage": "https://www.drupal.org/user/36762"
5433                 },
5434                 {
5435                     "name": "hass",
5436                     "homepage": "https://www.drupal.org/user/85918"
5437                 },
5438                 {
5439                     "name": "msonnabaum",
5440                     "homepage": "https://www.drupal.org/user/75278"
5441                 },
5442                 {
5443                     "name": "quicksketch",
5444                     "homepage": "https://www.drupal.org/user/35821"
5445                 },
5446                 {
5447                     "name": "webchick",
5448                     "homepage": "https://www.drupal.org/user/24967"
5449                 }
5450             ],
5451             "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.",
5452             "homepage": "https://www.drupal.org/project/php",
5453             "support": {
5454                 "source": "https://git.drupal.org/project/php.git",
5455                 "issues": "https://www.drupal.org/project/issues/php"
5456             },
5457             "time": "2018-08-04T18:55:12+00:00"
5458         },
5459         {
5460             "name": "drupal/redirect",
5461             "version": "1.3.0",
5462             "source": {
5463                 "type": "git",
5464                 "url": "https://git.drupal.org/project/redirect",
5465                 "reference": "8.x-1.3"
5466             },
5467             "dist": {
5468                 "type": "zip",
5469                 "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.3.zip",
5470                 "reference": "8.x-1.3",
5471                 "shasum": "3f9620d186e25f36ac56755979932b8ea965b8c7"
5472             },
5473             "require": {
5474                 "drupal/core": "~8"
5475             },
5476             "type": "drupal-module",
5477             "extra": {
5478                 "branch-alias": {
5479                     "dev-1.x": "1.x-dev"
5480                 },
5481                 "drupal": {
5482                     "version": "8.x-1.3",
5483                     "datestamp": "1539682684",
5484                     "security-coverage": {
5485                         "status": "covered",
5486                         "message": "Covered by Drupal's security advisory policy"
5487                     }
5488                 }
5489             },
5490             "notification-url": "https://packages.drupal.org/8/downloads",
5491             "license": [
5492                 "GPL-2.0+"
5493             ],
5494             "authors": [
5495                 {
5496                     "name": "Berdir",
5497                     "homepage": "https://www.drupal.org/user/214652"
5498                 },
5499                 {
5500                     "name": "Dave Reid",
5501                     "homepage": "https://www.drupal.org/user/53892"
5502                 },
5503                 {
5504                     "name": "pifagor",
5505                     "homepage": "https://www.drupal.org/user/2375692"
5506                 }
5507             ],
5508             "description": "Allows users to redirect from old URLs to new URLs.",
5509             "homepage": "https://www.drupal.org/project/redirect",
5510             "support": {
5511                 "source": "http://cgit.drupalcode.org/redirect"
5512             }
5513         },
5514         {
5515             "name": "drupal/security_review",
5516             "version": "dev-1.x",
5517             "source": {
5518                 "type": "git",
5519                 "url": "https://git.drupal.org/project/security_review",
5520                 "reference": "9b8a34a21cac85913845df4eebb9a05c69de82d8"
5521             },
5522             "require": {
5523                 "drupal/core": "~8.0"
5524             },
5525             "type": "drupal-module",
5526             "extra": {
5527                 "branch-alias": {
5528                     "dev-1.x": "1.x-dev"
5529                 },
5530                 "drupal": {
5531                     "version": "8.x-1.x-dev",
5532                     "datestamp": "1532558881",
5533                     "security-coverage": {
5534                         "status": "not-covered",
5535                         "message": "Dev releases are not covered by Drupal security advisories."
5536                     }
5537                 },
5538                 "patches_applied": []
5539             },
5540             "notification-url": "https://packages.drupal.org/8/downloads",
5541             "license": [
5542                 "GPL-2.0-or-later"
5543             ],
5544             "authors": [
5545                 {
5546                     "name": "banviktor",
5547                     "homepage": "https://www.drupal.org/user/3176333"
5548                 },
5549                 {
5550                     "name": "coltrane",
5551                     "homepage": "https://www.drupal.org/user/91990"
5552                 },
5553                 {
5554                     "name": "dsnopek",
5555                     "homepage": "https://www.drupal.org/user/266527"
5556                 },
5557                 {
5558                     "name": "greggles",
5559                     "homepage": "https://www.drupal.org/user/36762"
5560                 }
5561             ],
5562             "description": "Site security and configuration review module.",
5563             "homepage": "https://www.drupal.org/project/security_review",
5564             "support": {
5565                 "source": "http://cgit.drupalcode.org/security_review"
5566             },
5567             "time": "2018-07-27T02:32:58+00:00"
5568         },
5569         {
5570             "name": "drupal/simple_sitemap",
5571             "version": "2.12.0",
5572             "source": {
5573                 "type": "git",
5574                 "url": "https://git.drupal.org/project/simple_sitemap",
5575                 "reference": "8.x-2.12"
5576             },
5577             "dist": {
5578                 "type": "zip",
5579                 "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.zip",
5580                 "reference": "8.x-2.12",
5581                 "shasum": "fe1c1a636adfba8358399a5a1ccdf20685066573"
5582             },
5583             "require": {
5584                 "drupal/core": "~8.0"
5585             },
5586             "type": "drupal-module",
5587             "extra": {
5588                 "branch-alias": {
5589                     "dev-2.x": "2.x-dev"
5590                 },
5591                 "drupal": {
5592                     "version": "8.x-2.12",
5593                     "datestamp": "1523203180",
5594                     "security-coverage": {
5595                         "status": "covered",
5596                         "message": "Covered by Drupal's security advisory policy"
5597                     }
5598                 },
5599                 "drush": {
5600                     "services": {
5601                         "drush.services.yml": "^9"
5602                     }
5603                 }
5604             },
5605             "notification-url": "https://packages.drupal.org/8/downloads",
5606             "license": [
5607                 "GPL-2.0+"
5608             ],
5609             "authors": [
5610                 {
5611                     "name": "Pawel Ginalski (gbyte.co)",
5612                     "homepage": "https://www.drupal.org/u/gbyte.co",
5613                     "email": "contact@gbyte.co",
5614                     "role": "Maintainer"
5615                 },
5616                 {
5617                     "name": "Sam Becker (Sam152)",
5618                     "homepage": "https://www.drupal.org/u/sam152",
5619                     "role": "Co-maintainer"
5620                 }
5621             ],
5622             "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
5623             "homepage": "https://drupal.org/project/simple_sitemap",
5624             "support": {
5625                 "source": "https://cgit.drupalcode.org/simple_sitemap",
5626                 "issues": "https://drupal.org/project/issues/simple_sitemap",
5627                 "irc": "irc://irc.freenode.org/drupal-contribute"
5628             }
5629         },
5630         {
5631             "name": "drupal/slick",
5632             "version": "1.0.0",
5633             "source": {
5634                 "type": "git",
5635                 "url": "https://git.drupal.org/project/slick",
5636                 "reference": "8.x-1.0"
5637             },
5638             "dist": {
5639                 "type": "zip",
5640                 "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
5641                 "reference": "8.x-1.0",
5642                 "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
5643             },
5644             "require": {
5645                 "drupal/blazy": "~1.0",
5646                 "drupal/core": "~8.0"
5647             },
5648             "type": "drupal-module",
5649             "extra": {
5650                 "branch-alias": {
5651                     "dev-1.x": "1.x-dev"
5652                 },
5653                 "drupal": {
5654                     "version": "8.x-1.0",
5655                     "datestamp": "1495746183"
5656                 }
5657             },
5658             "notification-url": "https://packages.drupal.org/8/downloads",
5659             "license": [
5660                 "GPL-2.0+"
5661             ],
5662             "authors": [
5663                 {
5664                     "name": "arshadcn",
5665                     "homepage": "https://www.drupal.org/user/571032"
5666                 },
5667                 {
5668                     "name": "gausarts",
5669                     "homepage": "https://www.drupal.org/user/159062"
5670                 }
5671             ],
5672             "description": "Slick carousel, the last carousel you'll ever need.",
5673             "homepage": "https://drupal.org/project/slick",
5674             "keywords": [
5675                 "Drupal",
5676                 "carousel",
5677                 "slideshow"
5678             ],
5679             "support": {
5680                 "source": "http://cgit.drupalcode.org/slick",
5681                 "issues": "https://drupal.org/project/issues/slick"
5682             }
5683         },
5684         {
5685             "name": "drupal/slick_media",
5686             "version": "2.0.0-alpha2",
5687             "source": {
5688                 "type": "git",
5689                 "url": "https://git.drupal.org/project/slick_media",
5690                 "reference": "8.x-2.0-alpha2"
5691             },
5692             "dist": {
5693                 "type": "zip",
5694                 "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-2.0-alpha2.zip",
5695                 "reference": "8.x-2.0-alpha2",
5696                 "shasum": "9aa7dfeaebc0776454bbf74450e5f2ed360f320d"
5697             },
5698             "require": {
5699                 "drupal/core": "^8.4",
5700                 "drupal/slick": "*"
5701             },
5702             "type": "drupal-module",
5703             "extra": {
5704                 "branch-alias": {
5705                     "dev-2.x": "2.x-dev"
5706                 },
5707                 "drupal": {
5708                     "version": "8.x-2.0-alpha2",
5709                     "datestamp": "1533721384",
5710                     "security-coverage": {
5711                         "status": "not-covered",
5712                         "message": "Alpha releases are not covered by Drupal security advisories."
5713                     }
5714                 }
5715             },
5716             "notification-url": "https://packages.drupal.org/8/downloads",
5717             "license": [
5718                 "GPL-2.0-or-later"
5719             ],
5720             "authors": [
5721                 {
5722                     "name": "chr.fritsch",
5723                     "homepage": "https://www.drupal.org/user/2103716"
5724                 },
5725                 {
5726                     "name": "gausarts",
5727                     "homepage": "https://www.drupal.org/user/159062"
5728                 }
5729             ],
5730             "description": "Provides Slick carousel integration with Media entity.",
5731             "homepage": "https://www.drupal.org/project/slick_media",
5732             "support": {
5733                 "source": "http://cgit.drupalcode.org/slick_media"
5734             }
5735         },
5736         {
5737             "name": "drupal/superfish",
5738             "version": "1.2.0",
5739             "source": {
5740                 "type": "git",
5741                 "url": "https://git.drupal.org/project/superfish",
5742                 "reference": "8.x-1.2"
5743             },
5744             "dist": {
5745                 "type": "zip",
5746                 "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.2.zip",
5747                 "reference": "8.x-1.2",
5748                 "shasum": "e6f11be2bb2b95957d144bb0155c29c7aad40a62"
5749             },
5750             "require": {
5751                 "drupal/core": "~8.0",
5752                 "mehrpadin/superfish": "~2.0"
5753             },
5754             "type": "drupal-module",
5755             "extra": {
5756                 "branch-alias": {
5757                     "dev-1.x": "1.x-dev"
5758                 },
5759                 "drupal": {
5760                     "version": "8.x-1.2",
5761                     "datestamp": "1517739480",
5762                     "security-coverage": {
5763                         "status": "covered",
5764                         "message": "Covered by Drupal's security advisory policy"
5765                     }
5766                 }
5767             },
5768             "notification-url": "https://packages.drupal.org/8/downloads",
5769             "license": [
5770                 "GPL-2.0+"
5771             ],
5772             "authors": [
5773                 {
5774                     "name": "mehrpadin",
5775                     "homepage": "https://www.drupal.org/u/mehrpadin",
5776                     "role": "Maintainer"
5777                 }
5778             ],
5779             "description": "Adds jQuery Superfish plugin to menu blocks.",
5780             "homepage": "https://www.drupal.org/project/superfish",
5781             "support": {
5782                 "source": "https://cgit.drupalcode.org/superfish",
5783                 "issues": "https://www.drupal.org/project/superfish"
5784             }
5785         },
5786         {
5787             "name": "drupal/toc_formatter",
5788             "version": "1.1.0",
5789             "source": {
5790                 "type": "git",
5791                 "url": "https://git.drupal.org/project/toc_formatter",
5792                 "reference": "8.x-1.1"
5793             },
5794             "dist": {
5795                 "type": "zip",
5796                 "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
5797                 "reference": "8.x-1.1",
5798                 "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
5799             },
5800             "require": {
5801                 "drupal/core": "~8.0"
5802             },
5803             "type": "drupal-module",
5804             "extra": {
5805                 "branch-alias": {
5806                     "dev-1.x": "1.x-dev"
5807                 },
5808                 "drupal": {
5809                     "version": "8.x-1.1",
5810                     "datestamp": "1398611927"
5811                 }
5812             },
5813             "notification-url": "https://packages.drupal.org/8/downloads",
5814             "license": [
5815                 "GPL-2.0+"
5816             ],
5817             "authors": [
5818                 {
5819                     "name": "Robert Castelo",
5820                     "homepage": "https://www.drupal.org/user/3555"
5821                 },
5822                 {
5823                     "name": "neilt17",
5824                     "homepage": "https://www.drupal.org/user/324142"
5825                 }
5826             ],
5827             "description": "Display formatter that adds a TOC to the top of a text area field.",
5828             "homepage": "https://www.drupal.org/project/toc_formatter",
5829             "support": {
5830                 "source": "http://cgit.drupalcode.org/toc_formatter"
5831             }
5832         },
5833         {
5834             "name": "drupal/tocify",
5835             "version": "1.2.0",
5836             "source": {
5837                 "type": "git",
5838                 "url": "https://git.drupal.org/project/tocify",
5839                 "reference": "8.x-1.2"
5840             },
5841             "dist": {
5842                 "type": "zip",
5843                 "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
5844                 "reference": "8.x-1.2",
5845                 "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
5846             },
5847             "require": {
5848                 "drupal/core": "*"
5849             },
5850             "type": "drupal-module",
5851             "extra": {
5852                 "branch-alias": {
5853                     "dev-1.x": "1.x-dev"
5854                 },
5855                 "drupal": {
5856                     "version": "8.x-1.2",
5857                     "datestamp": "1493816586"
5858                 }
5859             },
5860             "notification-url": "https://packages.drupal.org/8/downloads",
5861             "license": [
5862                 "GPL-2.0+"
5863             ],
5864             "authors": [
5865                 {
5866                     "name": "Hydra",
5867                     "homepage": "https://www.drupal.org/user/647364"
5868                 },
5869                 {
5870                     "name": "dawehner",
5871                     "homepage": "https://www.drupal.org/user/99340"
5872                 },
5873                 {
5874                     "name": "sanduhrs",
5875                     "homepage": "https://www.drupal.org/user/28074"
5876                 }
5877             ],
5878             "description": "Tocify your content",
5879             "homepage": "https://www.drupal.org/project/tocify",
5880             "keywords": [
5881                 "Drupal"
5882             ],
5883             "support": {
5884                 "source": "http://cgit.drupalcode.org/tocify",
5885                 "issues": "http://drupal.org/project/issues/tocify"
5886             }
5887         },
5888         {
5889             "name": "drupal/token",
5890             "version": "1.5.0",
5891             "source": {
5892                 "type": "git",
5893                 "url": "https://git.drupal.org/project/token",
5894                 "reference": "8.x-1.5"
5895             },
5896             "dist": {
5897                 "type": "zip",
5898                 "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip",
5899                 "reference": "8.x-1.5",
5900                 "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d"
5901             },
5902             "require": {
5903                 "drupal/core": "^8.5"
5904             },
5905             "type": "drupal-module",
5906             "extra": {
5907                 "branch-alias": {
5908                     "dev-1.x": "1.x-dev"
5909                 },
5910                 "drupal": {
5911                     "version": "8.x-1.5",
5912                     "datestamp": "1537557481",
5913                     "security-coverage": {
5914                         "status": "covered",
5915                         "message": "Covered by Drupal's security advisory policy"
5916                     }
5917                 }
5918             },
5919             "notification-url": "https://packages.drupal.org/8/downloads",
5920             "license": [
5921                 "GPL-2.0-or-later"
5922             ],
5923             "authors": [
5924                 {
5925                     "name": "Berdir",
5926                     "homepage": "https://www.drupal.org/user/214652"
5927                 },
5928                 {
5929                     "name": "Dave Reid",
5930                     "homepage": "https://www.drupal.org/user/53892"
5931                 },
5932                 {
5933                     "name": "eaton",
5934                     "homepage": "https://www.drupal.org/user/16496"
5935                 },
5936                 {
5937                     "name": "fago",
5938                     "homepage": "https://www.drupal.org/user/16747"
5939                 },
5940                 {
5941                     "name": "greggles",
5942                     "homepage": "https://www.drupal.org/user/36762"
5943                 },
5944                 {
5945                     "name": "mikeryan",
5946                     "homepage": "https://www.drupal.org/user/4420"
5947                 }
5948             ],
5949             "description": "Provides a user interface for the Token API and some missing core tokens.",
5950             "homepage": "https://www.drupal.org/project/token",
5951             "support": {
5952                 "source": "http://cgit.drupalcode.org/token"
5953             }
5954         },
5955         {
5956             "name": "drupal/typogrify",
5957             "version": "1.0.0-alpha1",
5958             "source": {
5959                 "type": "git",
5960                 "url": "https://git.drupal.org/project/typogrify",
5961                 "reference": "8.x-1.0-alpha1"
5962             },
5963             "dist": {
5964                 "type": "zip",
5965                 "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
5966                 "reference": "8.x-1.0-alpha1",
5967                 "shasum": "de87791555204b3af5692d939f8c199bd7164495"
5968             },
5969             "require": {
5970                 "drupal/core": "*"
5971             },
5972             "type": "drupal-module",
5973             "extra": {
5974                 "branch-alias": {
5975                     "dev-1.x": "1.x-dev"
5976                 },
5977                 "drupal": {
5978                     "version": "8.x-1.0-alpha1",
5979                     "datestamp": "1478050442"
5980                 }
5981             },
5982             "notification-url": "https://packages.drupal.org/8/downloads",
5983             "license": [
5984                 "GPL-2.0+"
5985             ],
5986             "authors": [
5987                 {
5988                     "name": "See contributors",
5989                     "homepage": "https://www.drupal.org/node/149970/committers",
5990                     "role": "Developer"
5991                 },
5992                 {
5993                     "name": "migmedia",
5994                     "homepage": "https://www.drupal.org/user/1310354"
5995                 },
5996                 {
5997                     "name": "mikl",
5998                     "homepage": "https://www.drupal.org/user/58679"
5999                 },
6000                 {
6001                     "name": "sreynen",
6002                     "homepage": "https://www.drupal.org/user/109890"
6003                 }
6004             ],
6005             "description": "A filter for making typographic refinements.",
6006             "homepage": "http://drupal.org/project/typogrify",
6007             "keywords": [
6008                 "Drupal"
6009             ],
6010             "support": {
6011                 "source": "http://cgit.drupalcode.org/typogrify",
6012                 "issues": "http://drupal.org/project/typogrify"
6013             }
6014         },
6015         {
6016             "name": "drupal/video",
6017             "version": "1.2.0",
6018             "source": {
6019                 "type": "git",
6020                 "url": "https://git.drupal.org/project/video",
6021                 "reference": "8.x-1.2"
6022             },
6023             "dist": {
6024                 "type": "zip",
6025                 "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
6026                 "reference": "8.x-1.2",
6027                 "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
6028             },
6029             "require": {
6030                 "drupal/core": "*"
6031             },
6032             "type": "drupal-module",
6033             "extra": {
6034                 "branch-alias": {
6035                     "dev-1.x": "1.x-dev"
6036                 },
6037                 "drupal": {
6038                     "version": "8.x-1.x",
6039                     "datestamp": "1455470039",
6040                     "package": "Field types"
6041                 }
6042             },
6043             "notification-url": "https://packages.drupal.org/8/downloads",
6044             "license": [
6045                 "GPL-2.0+"
6046             ],
6047             "authors": [
6048                 {
6049                     "name": "Jorrit",
6050                     "homepage": "https://www.drupal.org/user/161217"
6051                 },
6052                 {
6053                     "name": "abhishek-anand",
6054                     "homepage": "https://www.drupal.org/user/468982"
6055                 },
6056                 {
6057                     "name": "brycefisherfleig",
6058                     "homepage": "https://www.drupal.org/user/1300764"
6059                 },
6060                 {
6061                     "name": "chaitanya17",
6062                     "homepage": "https://www.drupal.org/user/1998300"
6063                 },
6064                 {
6065                     "name": "heshanlk",
6066                     "homepage": "https://www.drupal.org/user/199102"
6067                 }
6068             ],
6069             "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.",
6070             "homepage": "https://www.drupal.org/project/video",
6071             "support": {
6072                 "source": "http://cgit.drupalcode.org/video"
6073             }
6074         },
6075         {
6076             "name": "drupal/video_embed_field",
6077             "version": "2.0.0",
6078             "source": {
6079                 "type": "git",
6080                 "url": "https://git.drupal.org/project/video_embed_field",
6081                 "reference": "8.x-2.0"
6082             },
6083             "dist": {
6084                 "type": "zip",
6085                 "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip",
6086                 "reference": "8.x-2.0",
6087                 "shasum": "e864f090b3cb9405376ca324d81ace83613e2019"
6088             },
6089             "require": {
6090                 "drupal/core": "*"
6091             },
6092             "require-dev": {
6093                 "drupal/colorbox": "*",
6094                 "drupal/media_entity": "*",
6095                 "drupal/media_entity_embeddable_video": "*"
6096             },
6097             "type": "drupal-module",
6098             "extra": {
6099                 "branch-alias": {
6100                     "dev-2.x": "2.x-dev"
6101                 },
6102                 "drupal": {
6103                     "version": "8.x-1.x",
6104                     "datestamp": "1523338084",
6105                     "security-coverage": {
6106                         "status": "covered",
6107                         "message": "Covered by Drupal's security advisory policy"
6108                     },
6109                     "package": "Field types"
6110                 }
6111             },
6112             "notification-url": "https://packages.drupal.org/8/downloads",
6113             "license": [
6114                 "GPL-2.0+"
6115             ],
6116             "authors": [
6117                 {
6118                     "name": "Sam152",
6119                     "homepage": "https://www.drupal.org/user/1485048"
6120                 },
6121                 {
6122                     "name": "jec006",
6123                     "homepage": "https://www.drupal.org/user/855980"
6124                 },
6125                 {
6126                     "name": "plopesc",
6127                     "homepage": "https://www.drupal.org/user/282415"
6128                 }
6129             ],
6130             "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6131             "homepage": "https://www.drupal.org/project/video_embed_field",
6132             "support": {
6133                 "source": "http://cgit.drupalcode.org/video_embed_field"
6134             }
6135         },
6136         {
6137             "name": "drupal/videojs",
6138             "version": "1.0.0",
6139             "source": {
6140                 "type": "git",
6141                 "url": "https://git.drupal.org/project/videojs",
6142                 "reference": "8.x-1.0"
6143             },
6144             "dist": {
6145                 "type": "zip",
6146                 "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6147                 "reference": "8.x-1.0",
6148                 "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6149             },
6150             "require": {
6151                 "drupal/core": "~8.0"
6152             },
6153             "type": "drupal-module",
6154             "extra": {
6155                 "branch-alias": {
6156                     "dev-1.x": "1.x-dev"
6157                 },
6158                 "drupal": {
6159                     "version": "8.x-1.0",
6160                     "datestamp": "1454344739",
6161                     "security-coverage": {
6162                         "status": "covered",
6163                         "message": "Covered by Drupal's security advisory policy"
6164                     }
6165                 },
6166                 "patches_applied": {
6167                     "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6168                 }
6169             },
6170             "notification-url": "https://packages.drupal.org/8/downloads",
6171             "license": [
6172                 "GPL-2.0-or-later"
6173             ],
6174             "authors": [
6175                 {
6176                     "name": "Jorrit",
6177                     "homepage": "https://www.drupal.org/user/161217"
6178                 },
6179                 {
6180                     "name": "heshanlk",
6181                     "homepage": "https://www.drupal.org/user/199102"
6182                 }
6183             ],
6184             "description": "Video.js is an HTML5 Video Player.",
6185             "homepage": "https://www.drupal.org/project/videojs",
6186             "support": {
6187                 "source": "http://cgit.drupalcode.org/videojs"
6188             }
6189         },
6190         {
6191             "name": "drupal/views_bootstrap",
6192             "version": "3.1.0",
6193             "source": {
6194                 "type": "git",
6195                 "url": "https://git.drupal.org/project/views_bootstrap",
6196                 "reference": "8.x-3.1"
6197             },
6198             "dist": {
6199                 "type": "zip",
6200                 "url": "https://ftp.drupal.org/files/projects/views_bootstrap-8.x-3.1.zip",
6201                 "reference": "8.x-3.1",
6202                 "shasum": "7fd556457f028fa736d1422a9b5a763566fd7d2e"
6203             },
6204             "require": {
6205                 "drupal/core": "*"
6206             },
6207             "type": "drupal-module",
6208             "extra": {
6209                 "branch-alias": {
6210                     "dev-3.x": "3.x-dev"
6211                 },
6212                 "drupal": {
6213                     "version": "8.x-3.1",
6214                     "datestamp": "1537360681",
6215                     "security-coverage": {
6216                         "status": "covered",
6217                         "message": "Covered by Drupal's security advisory policy"
6218                     }
6219                 }
6220             },
6221             "notification-url": "https://packages.drupal.org/8/downloads",
6222             "license": [
6223                 "GPL-2.0+"
6224             ],
6225             "authors": [
6226                 {
6227                     "name": "aburrows",
6228                     "homepage": "https://www.drupal.org/user/577844"
6229                 },
6230                 {
6231                     "name": "ericpugh",
6232                     "homepage": "https://www.drupal.org/user/130084"
6233                 },
6234                 {
6235                     "name": "ikeigenwijs",
6236                     "homepage": "https://www.drupal.org/user/583238"
6237                 },
6238                 {
6239                     "name": "mrded",
6240                     "homepage": "https://www.drupal.org/user/556088"
6241                 }
6242             ],
6243             "description": "Integrate the Bootstrap framework with Views.",
6244             "homepage": "https://www.drupal.org/project/views_bootstrap",
6245             "keywords": [
6246                 "Drupal"
6247             ],
6248             "support": {
6249                 "source": "http://cgit.drupalcode.org/views_bootstrap"
6250             }
6251         },
6252         {
6253             "name": "drupal/views_responsive_grid",
6254             "version": "dev-1.x",
6255             "source": {
6256                 "type": "git",
6257                 "url": "https://git.drupal.org/project/views_responsive_grid",
6258                 "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6259             },
6260             "require": {
6261                 "drupal/core": "~8.0"
6262             },
6263             "type": "drupal-module",
6264             "extra": {
6265                 "branch-alias": {
6266                     "dev-1.x": "1.x-dev"
6267                 },
6268                 "drupal": {
6269                     "version": "8.x-1.x-dev",
6270                     "datestamp": "1373985289"
6271                 }
6272             },
6273             "notification-url": "https://packages.drupal.org/8/downloads",
6274             "license": [
6275                 "GPL-2.0+"
6276             ],
6277             "authors": [
6278                 {
6279                     "name": "iwhitcomb",
6280                     "homepage": "https://www.drupal.org/user/771654"
6281                 },
6282                 {
6283                     "name": "kyletaylored",
6284                     "homepage": "https://www.drupal.org/user/2207088"
6285                 },
6286                 {
6287                     "name": "markcarver",
6288                     "homepage": "https://www.drupal.org/user/501638"
6289                 }
6290             ],
6291             "homepage": "https://www.drupal.org/project/views_responsive_grid",
6292             "support": {
6293                 "source": "http://cgit.drupalcode.org/views_responsive_grid"
6294             }
6295         },
6296         {
6297             "name": "drush/config-extra",
6298             "version": "1.0.1",
6299             "source": {
6300                 "type": "git",
6301                 "url": "https://github.com/drush-ops/config-extra.git",
6302                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
6303             },
6304             "dist": {
6305                 "type": "zip",
6306                 "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6307                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6308                 "shasum": ""
6309             },
6310             "require": {
6311                 "php": ">=5.5.0"
6312             },
6313             "require-dev": {
6314                 "phpunit/phpunit": ">=3.5"
6315             },
6316             "type": "library",
6317             "extra": {
6318                 "branch-alias": {
6319                     "dev-master": "8.0.x-dev"
6320                 }
6321             },
6322             "autoload": {
6323                 "psr-0": {
6324                     "Drush": "lib/"
6325                 }
6326             },
6327             "notification-url": "https://packagist.org/downloads/",
6328             "license": [
6329                 "GPL-2.0+"
6330             ],
6331             "authors": [
6332                 {
6333                     "name": "Moshe Weitzman",
6334                     "email": "weitzman@tejasa.com"
6335                 },
6336                 {
6337                     "name": "Greg Anderson",
6338                     "email": "greg.1.anderson@greenknowe.org"
6339                 }
6340             ],
6341             "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
6342             "keywords": [
6343                 "Drush"
6344             ],
6345             "time": "2015-10-16T21:32:27+00:00"
6346         },
6347         {
6348             "name": "drush/drush",
6349             "version": "9.5.2",
6350             "source": {
6351                 "type": "git",
6352                 "url": "https://github.com/drush-ops/drush.git",
6353                 "reference": "17f0106706391675a281c6d212850853bdbe90f9"
6354             },
6355             "dist": {
6356                 "type": "zip",
6357                 "url": "https://api.github.com/repos/drush-ops/drush/zipball/17f0106706391675a281c6d212850853bdbe90f9",
6358                 "reference": "17f0106706391675a281c6d212850853bdbe90f9",
6359                 "shasum": ""
6360             },
6361             "require": {
6362                 "chi-teck/drupal-code-generator": "^1.27.0",
6363                 "composer/semver": "^1.4",
6364                 "consolidation/annotated-command": "^2.9.1",
6365                 "consolidation/config": "^1.1.0",
6366                 "consolidation/output-formatters": "^3.1.12",
6367                 "consolidation/robo": "^1.1.5",
6368                 "consolidation/site-alias": "^1.1.5",
6369                 "ext-dom": "*",
6370                 "grasmash/yaml-expander": "^1.1.1",
6371                 "league/container": "~2",
6372                 "php": ">=5.6.0",
6373                 "psr/log": "~1.0",
6374                 "psy/psysh": "~0.6",
6375                 "symfony/config": "^3.4",
6376                 "symfony/console": "^3.4",
6377                 "symfony/event-dispatcher": "^3.4",
6378                 "symfony/finder": "^3.4",
6379                 "symfony/process": "^3.4",
6380                 "symfony/var-dumper": "^3.4",
6381                 "symfony/yaml": "^3.4",
6382                 "webflo/drupal-finder": "^1.1",
6383                 "webmozart/path-util": "^2.1.0"
6384             },
6385             "require-dev": {
6386                 "composer/installers": "^1.2",
6387                 "cweagans/composer-patches": "~1.0",
6388                 "drupal/alinks": "1.0.0",
6389                 "drupal/devel": "^1.0@RC",
6390                 "drupal/empty_theme": "1.0",
6391                 "g1a/composer-test-scenarios": "^2.2.0",
6392                 "lox/xhprof": "dev-master",
6393                 "phpunit/phpunit": "^4.8.36 || ^6.1",
6394                 "squizlabs/php_codesniffer": "^2.7",
6395                 "vlucas/phpdotenv": "^2.4",
6396                 "webflo/drupal-core-strict": "8.6.x-dev"
6397             },
6398             "bin": [
6399                 "drush"
6400             ],
6401             "type": "library",
6402             "extra": {
6403                 "installer-paths": {
6404                     "sut/core": [
6405                         "type:drupal-core"
6406                     ],
6407                     "sut/libraries/{$name}": [
6408                         "type:drupal-library"
6409                     ],
6410                     "sut/modules/unish/{$name}": [
6411                         "drupal/devel"
6412                     ],
6413                     "sut/themes/unish/{$name}": [
6414                         "drupal/empty_theme"
6415                     ],
6416                     "sut/modules/contrib/{$name}": [
6417                         "type:drupal-module"
6418                     ],
6419                     "sut/profiles/contrib/{$name}": [
6420                         "type:drupal-profile"
6421                     ],
6422                     "sut/themes/contrib/{$name}": [
6423                         "type:drupal-theme"
6424                     ],
6425                     "sut/drush/contrib/{$name}": [
6426                         "type:drupal-drush"
6427                     ]
6428                 },
6429                 "branch-alias": {
6430                     "dev-master": "9.x-dev"
6431                 }
6432             },
6433             "autoload": {
6434                 "psr-4": {
6435                     "Drush\\": "src/",
6436                     "Drush\\Internal\\": "internal-copy/",
6437                     "Unish\\": "tests/"
6438                 }
6439             },
6440             "notification-url": "https://packagist.org/downloads/",
6441             "license": [
6442                 "GPL-2.0-or-later"
6443             ],
6444             "authors": [
6445                 {
6446                     "name": "Moshe Weitzman",
6447                     "email": "weitzman@tejasa.com"
6448                 },
6449                 {
6450                     "name": "Owen Barton",
6451                     "email": "drupal@owenbarton.com"
6452                 },
6453                 {
6454                     "name": "Greg Anderson",
6455                     "email": "greg.1.anderson@greenknowe.org"
6456                 },
6457                 {
6458                     "name": "Jonathan Araña Cruz",
6459                     "email": "jonhattan@faita.net"
6460                 },
6461                 {
6462                     "name": "Jonathan Hedstrom",
6463                     "email": "jhedstrom@gmail.com"
6464                 },
6465                 {
6466                     "name": "Christopher Gervais",
6467                     "email": "chris@ergonlogic.com"
6468                 },
6469                 {
6470                     "name": "Dave Reid",
6471                     "email": "dave@davereid.net"
6472                 },
6473                 {
6474                     "name": "Damian Lee",
6475                     "email": "damiankloip@googlemail.com"
6476                 }
6477             ],
6478             "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.",
6479             "homepage": "http://www.drush.org",
6480             "time": "2018-10-17T18:37:53+00:00"
6481         },
6482         {
6483             "name": "easyrdf/easyrdf",
6484             "version": "0.9.1",
6485             "source": {
6486                 "type": "git",
6487                 "url": "https://github.com/njh/easyrdf.git",
6488                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
6489             },
6490             "dist": {
6491                 "type": "zip",
6492                 "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
6493                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
6494                 "shasum": ""
6495             },
6496             "require": {
6497                 "ext-mbstring": "*",
6498                 "ext-pcre": "*",
6499                 "php": ">=5.2.8"
6500             },
6501             "require-dev": {
6502                 "phpunit/phpunit": "~3.5",
6503                 "sami/sami": "~1.4",
6504                 "squizlabs/php_codesniffer": "~1.4.3"
6505             },
6506             "suggest": {
6507                 "ml/json-ld": "~1.0"
6508             },
6509             "type": "library",
6510             "autoload": {
6511                 "psr-0": {
6512                     "EasyRdf_": "lib/"
6513                 }
6514             },
6515             "notification-url": "https://packagist.org/downloads/",
6516             "license": [
6517                 "BSD-3-Clause"
6518             ],
6519             "authors": [
6520                 {
6521                     "name": "Nicholas Humfrey",
6522                     "email": "njh@aelius.com",
6523                     "homepage": "http://www.aelius.com/njh/",
6524                     "role": "Developer"
6525                 },
6526                 {
6527                     "name": "Alexey Zakhlestin",
6528                     "email": "indeyets@gmail.com",
6529                     "role": "Developer"
6530                 }
6531             ],
6532             "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
6533             "homepage": "http://www.easyrdf.org/",
6534             "keywords": [
6535                 "Linked Data",
6536                 "RDF",
6537                 "Semantic Web",
6538                 "Turtle",
6539                 "rdfa",
6540                 "sparql"
6541             ],
6542             "time": "2015-02-27T09:45:49+00:00"
6543         },
6544         {
6545             "name": "egulias/email-validator",
6546             "version": "1.2.15",
6547             "source": {
6548                 "type": "git",
6549                 "url": "https://github.com/egulias/EmailValidator.git",
6550                 "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e"
6551             },
6552             "dist": {
6553                 "type": "zip",
6554                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/758a77525bdaabd6c0f5669176bd4361cb2dda9e",
6555                 "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e",
6556                 "shasum": ""
6557             },
6558             "require": {
6559                 "doctrine/lexer": "^1.0.1",
6560                 "php": ">= 5.3.3"
6561             },
6562             "require-dev": {
6563                 "phpunit/phpunit": "^4.8.24"
6564             },
6565             "type": "library",
6566             "extra": {
6567                 "branch-alias": {
6568                     "dev-master": "2.0.x-dev"
6569                 }
6570             },
6571             "autoload": {
6572                 "psr-0": {
6573                     "Egulias\\": "src/"
6574                 }
6575             },
6576             "notification-url": "https://packagist.org/downloads/",
6577             "license": [
6578                 "MIT"
6579             ],
6580             "authors": [
6581                 {
6582                     "name": "Eduardo Gulias Davis"
6583                 }
6584             ],
6585             "description": "A library for validating emails",
6586             "homepage": "https://github.com/egulias/EmailValidator",
6587             "keywords": [
6588                 "email",
6589                 "emailvalidation",
6590                 "emailvalidator",
6591                 "validation",
6592                 "validator"
6593             ],
6594             "time": "2018-09-25T20:59:41+00:00"
6595         },
6596         {
6597             "name": "enyo/dropzone",
6598             "version": "v4.3.0",
6599             "source": {
6600                 "type": "git",
6601                 "url": "https://github.com/enyo/dropzone.git",
6602                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
6603             },
6604             "dist": {
6605                 "type": "zip",
6606                 "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6607                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6608                 "shasum": ""
6609             },
6610             "type": "library",
6611             "notification-url": "https://packagist.org/downloads/",
6612             "license": [
6613                 "MIT"
6614             ],
6615             "authors": [
6616                 {
6617                     "name": "Matias Meno",
6618                     "email": "m@tias.me",
6619                     "homepage": "http://www.matiasmeno.com"
6620                 }
6621             ],
6622             "description": "Handles drag and drop of files for you.",
6623             "homepage": "http://www.dropzonejs.com",
6624             "keywords": [
6625                 "drag and drop",
6626                 "dragndrop",
6627                 "file upload",
6628                 "upload"
6629             ],
6630             "time": "2016-02-14T04:19:41+00:00"
6631         },
6632         {
6633             "name": "ezyang/htmlpurifier",
6634             "version": "v4.10.0",
6635             "source": {
6636                 "type": "git",
6637                 "url": "https://github.com/ezyang/htmlpurifier.git",
6638                 "reference": "d85d39da4576a6934b72480be6978fb10c860021"
6639             },
6640             "dist": {
6641                 "type": "zip",
6642                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
6643                 "reference": "d85d39da4576a6934b72480be6978fb10c860021",
6644                 "shasum": ""
6645             },
6646             "require": {
6647                 "php": ">=5.2"
6648             },
6649             "require-dev": {
6650                 "simpletest/simpletest": "^1.1"
6651             },
6652             "type": "library",
6653             "autoload": {
6654                 "psr-0": {
6655                     "HTMLPurifier": "library/"
6656                 },
6657                 "files": [
6658                     "library/HTMLPurifier.composer.php"
6659                 ]
6660             },
6661             "notification-url": "https://packagist.org/downloads/",
6662             "license": [
6663                 "LGPL"
6664             ],
6665             "authors": [
6666                 {
6667                     "name": "Edward Z. Yang",
6668                     "email": "admin@htmlpurifier.org",
6669                     "homepage": "http://ezyang.com"
6670                 }
6671             ],
6672             "description": "Standards compliant HTML filter written in PHP",
6673             "homepage": "http://htmlpurifier.org/",
6674             "keywords": [
6675                 "html"
6676             ],
6677             "time": "2018-02-23T01:58:20+00:00"
6678         },
6679         {
6680             "name": "g1a/composer-test-scenarios",
6681             "version": "2.2.0",
6682             "source": {
6683                 "type": "git",
6684                 "url": "https://github.com/g1a/composer-test-scenarios.git",
6685                 "reference": "a166fd15191aceab89f30c097e694b7cf3db4880"
6686             },
6687             "dist": {
6688                 "type": "zip",
6689                 "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/a166fd15191aceab89f30c097e694b7cf3db4880",
6690                 "reference": "a166fd15191aceab89f30c097e694b7cf3db4880",
6691                 "shasum": ""
6692             },
6693             "bin": [
6694                 "scripts/create-scenario",
6695                 "scripts/dependency-licenses",
6696                 "scripts/install-scenario"
6697             ],
6698             "type": "library",
6699             "notification-url": "https://packagist.org/downloads/",
6700             "license": [
6701                 "MIT"
6702             ],
6703             "authors": [
6704                 {
6705                     "name": "Greg Anderson",
6706                     "email": "greg.1.anderson@greenknowe.org"
6707                 }
6708             ],
6709             "description": "Useful scripts for testing multiple sets of Composer dependencies.",
6710             "time": "2018-08-08T23:37:23+00:00"
6711         },
6712         {
6713             "name": "geedmo/yamm3",
6714             "version": "1.1.0",
6715             "source": {
6716                 "type": "git",
6717                 "url": "https://github.com/geedmo/yamm3.git",
6718                 "reference": "5aa11451340187cce1bc195a4437937b19535508"
6719             },
6720             "dist": {
6721                 "type": "zip",
6722                 "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
6723                 "reference": "5aa11451340187cce1bc195a4437937b19535508",
6724                 "shasum": ""
6725             },
6726             "type": "library",
6727             "notification-url": "https://packagist.org/downloads/",
6728             "license": [
6729                 "MIT"
6730             ],
6731             "authors": [
6732                 {
6733                     "name": "German Morales",
6734                     "email": "geedmo.ds@gmail.com",
6735                     "homepage": "http://geedmo.com"
6736                 }
6737             ],
6738             "description": "Yet another megamenu for Bootstrap 3.x",
6739             "homepage": "http://geedmo.github.io/yamm3/",
6740             "keywords": [
6741                 "bootstrap",
6742                 "megadropdown",
6743                 "megamenu"
6744             ],
6745             "time": "2015-04-04T12:59:29+00:00"
6746         },
6747         {
6748             "name": "grasmash/expander",
6749             "version": "1.0.0",
6750             "source": {
6751                 "type": "git",
6752                 "url": "https://github.com/grasmash/expander.git",
6753                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
6754             },
6755             "dist": {
6756                 "type": "zip",
6757                 "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
6758                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
6759                 "shasum": ""
6760             },
6761             "require": {
6762                 "dflydev/dot-access-data": "^1.1.0",
6763                 "php": ">=5.4"
6764             },
6765             "require-dev": {
6766                 "greg-1-anderson/composer-test-scenarios": "^1",
6767                 "phpunit/phpunit": "^4|^5.5.4",
6768                 "satooshi/php-coveralls": "^1.0.2|dev-master",
6769                 "squizlabs/php_codesniffer": "^2.7"
6770             },
6771             "type": "library",
6772             "extra": {
6773                 "branch-alias": {
6774                     "dev-master": "1.x-dev"
6775                 }
6776             },
6777             "autoload": {
6778                 "psr-4": {
6779                     "Grasmash\\Expander\\": "src/"
6780                 }
6781             },
6782             "notification-url": "https://packagist.org/downloads/",
6783             "license": [
6784                 "MIT"
6785             ],
6786             "authors": [
6787                 {
6788                     "name": "Matthew Grasmick"
6789                 }
6790             ],
6791             "description": "Expands internal property references in PHP arrays file.",
6792             "time": "2017-12-21T22:14:55+00:00"
6793         },
6794         {
6795             "name": "grasmash/yaml-expander",
6796             "version": "1.4.0",
6797             "source": {
6798                 "type": "git",
6799                 "url": "https://github.com/grasmash/yaml-expander.git",
6800                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
6801             },
6802             "dist": {
6803                 "type": "zip",
6804                 "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
6805                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
6806                 "shasum": ""
6807             },
6808             "require": {
6809                 "dflydev/dot-access-data": "^1.1.0",
6810                 "php": ">=5.4",
6811                 "symfony/yaml": "^2.8.11|^3|^4"
6812             },
6813             "require-dev": {
6814                 "greg-1-anderson/composer-test-scenarios": "^1",
6815                 "phpunit/phpunit": "^4.8|^5.5.4",
6816                 "satooshi/php-coveralls": "^1.0.2|dev-master",
6817                 "squizlabs/php_codesniffer": "^2.7"
6818             },
6819             "type": "library",
6820             "extra": {
6821                 "branch-alias": {
6822                     "dev-master": "1.x-dev"
6823                 }
6824             },
6825             "autoload": {
6826                 "psr-4": {
6827                     "Grasmash\\YamlExpander\\": "src/"
6828                 }
6829             },
6830             "notification-url": "https://packagist.org/downloads/",
6831             "license": [
6832                 "MIT"
6833             ],
6834             "authors": [
6835                 {
6836                     "name": "Matthew Grasmick"
6837                 }
6838             ],
6839             "description": "Expands internal property references in a yaml file.",
6840             "time": "2017-12-16T16:06:03+00:00"
6841         },
6842         {
6843             "name": "grom358/pharborist",
6844             "version": "dev-master",
6845             "source": {
6846                 "type": "git",
6847                 "url": "https://github.com/grom358/pharborist.git",
6848                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
6849             },
6850             "dist": {
6851                 "type": "zip",
6852                 "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
6853                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
6854                 "shasum": ""
6855             },
6856             "require": {
6857                 "php": ">=5.4",
6858                 "phpdocumentor/reflection-docblock": "2.0.*"
6859             },
6860             "require-dev": {
6861                 "apigen/apigen": "2.8.*",
6862                 "phpunit/phpunit": "4.2.*"
6863             },
6864             "type": "library",
6865             "autoload": {
6866                 "psr-4": {
6867                     "Pharborist\\": "src/"
6868                 }
6869             },
6870             "notification-url": "https://packagist.org/downloads/",
6871             "license": [
6872                 "GPL"
6873             ],
6874             "authors": [
6875                 {
6876                     "name": "Cameron Zemek",
6877                     "role": "lead"
6878                 }
6879             ],
6880             "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
6881             "keywords": [
6882                 "standards",
6883                 "syntax"
6884             ],
6885             "time": "2015-09-20T22:14:29+00:00"
6886         },
6887         {
6888             "name": "guzzlehttp/guzzle",
6889             "version": "6.3.3",
6890             "source": {
6891                 "type": "git",
6892                 "url": "https://github.com/guzzle/guzzle.git",
6893                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
6894             },
6895             "dist": {
6896                 "type": "zip",
6897                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
6898                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
6899                 "shasum": ""
6900             },
6901             "require": {
6902                 "guzzlehttp/promises": "^1.0",
6903                 "guzzlehttp/psr7": "^1.4",
6904                 "php": ">=5.5"
6905             },
6906             "require-dev": {
6907                 "ext-curl": "*",
6908                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
6909                 "psr/log": "^1.0"
6910             },
6911             "suggest": {
6912                 "psr/log": "Required for using the Log middleware"
6913             },
6914             "type": "library",
6915             "extra": {
6916                 "branch-alias": {
6917                     "dev-master": "6.3-dev"
6918                 }
6919             },
6920             "autoload": {
6921                 "files": [
6922                     "src/functions_include.php"
6923                 ],
6924                 "psr-4": {
6925                     "GuzzleHttp\\": "src/"
6926                 }
6927             },
6928             "notification-url": "https://packagist.org/downloads/",
6929             "license": [
6930                 "MIT"
6931             ],
6932             "authors": [
6933                 {
6934                     "name": "Michael Dowling",
6935                     "email": "mtdowling@gmail.com",
6936                     "homepage": "https://github.com/mtdowling"
6937                 }
6938             ],
6939             "description": "Guzzle is a PHP HTTP client library",
6940             "homepage": "http://guzzlephp.org/",
6941             "keywords": [
6942                 "client",
6943                 "curl",
6944                 "framework",
6945                 "http",
6946                 "http client",
6947                 "rest",
6948                 "web service"
6949             ],
6950             "time": "2018-04-22T15:46:56+00:00"
6951         },
6952         {
6953             "name": "guzzlehttp/promises",
6954             "version": "v1.3.1",
6955             "source": {
6956                 "type": "git",
6957                 "url": "https://github.com/guzzle/promises.git",
6958                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
6959             },
6960             "dist": {
6961                 "type": "zip",
6962                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
6963                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
6964                 "shasum": ""
6965             },
6966             "require": {
6967                 "php": ">=5.5.0"
6968             },
6969             "require-dev": {
6970                 "phpunit/phpunit": "^4.0"
6971             },
6972             "type": "library",
6973             "extra": {
6974                 "branch-alias": {
6975                     "dev-master": "1.4-dev"
6976                 }
6977             },
6978             "autoload": {
6979                 "psr-4": {
6980                     "GuzzleHttp\\Promise\\": "src/"
6981                 },
6982                 "files": [
6983                     "src/functions_include.php"
6984                 ]
6985             },
6986             "notification-url": "https://packagist.org/downloads/",
6987             "license": [
6988                 "MIT"
6989             ],
6990             "authors": [
6991                 {
6992                     "name": "Michael Dowling",
6993                     "email": "mtdowling@gmail.com",
6994                     "homepage": "https://github.com/mtdowling"
6995                 }
6996             ],
6997             "description": "Guzzle promises library",
6998             "keywords": [
6999                 "promise"
7000             ],
7001             "time": "2016-12-20T10:07:11+00:00"
7002         },
7003         {
7004             "name": "guzzlehttp/psr7",
7005             "version": "1.4.2",
7006             "source": {
7007                 "type": "git",
7008                 "url": "https://github.com/guzzle/psr7.git",
7009                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
7010             },
7011             "dist": {
7012                 "type": "zip",
7013                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7014                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7015                 "shasum": ""
7016             },
7017             "require": {
7018                 "php": ">=5.4.0",
7019                 "psr/http-message": "~1.0"
7020             },
7021             "provide": {
7022                 "psr/http-message-implementation": "1.0"
7023             },
7024             "require-dev": {
7025                 "phpunit/phpunit": "~4.0"
7026             },
7027             "type": "library",
7028             "extra": {
7029                 "branch-alias": {
7030                     "dev-master": "1.4-dev"
7031                 }
7032             },
7033             "autoload": {
7034                 "psr-4": {
7035                     "GuzzleHttp\\Psr7\\": "src/"
7036                 },
7037                 "files": [
7038                     "src/functions_include.php"
7039                 ]
7040             },
7041             "notification-url": "https://packagist.org/downloads/",
7042             "license": [
7043                 "MIT"
7044             ],
7045             "authors": [
7046                 {
7047                     "name": "Michael Dowling",
7048                     "email": "mtdowling@gmail.com",
7049                     "homepage": "https://github.com/mtdowling"
7050                 },
7051                 {
7052                     "name": "Tobias Schultze",
7053                     "homepage": "https://github.com/Tobion"
7054                 }
7055             ],
7056             "description": "PSR-7 message implementation that also provides common utility methods",
7057             "keywords": [
7058                 "http",
7059                 "message",
7060                 "request",
7061                 "response",
7062                 "stream",
7063                 "uri",
7064                 "url"
7065             ],
7066             "time": "2017-03-20T17:10:46+00:00"
7067         },
7068         {
7069             "name": "j7mbo/twitter-api-php",
7070             "version": "1.0.6",
7071             "source": {
7072                 "type": "git",
7073                 "url": "https://github.com/J7mbo/twitter-api-php.git",
7074                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
7075             },
7076             "dist": {
7077                 "type": "zip",
7078                 "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7079                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7080                 "shasum": ""
7081             },
7082             "require": {
7083                 "ext-curl": "*"
7084             },
7085             "require-dev": {
7086                 "phpunit/phpunit": "~4.5,>=4.5.1"
7087             },
7088             "type": "library",
7089             "extra": {
7090                 "branch-alias": {
7091                     "dev-master": "1.0-dev"
7092                 }
7093             },
7094             "autoload": {
7095                 "classmap": [
7096                     "TwitterAPIExchange.php"
7097                 ]
7098             },
7099             "notification-url": "https://packagist.org/downloads/",
7100             "license": [
7101                 "GNU Public License"
7102             ],
7103             "authors": [
7104                 {
7105                     "name": "James Mallison",
7106                     "homepage": "https://github.com/j7mbo/twitter-api-php"
7107                 }
7108             ],
7109             "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
7110             "homepage": "https://github.com/j7mbo/twitter-api-php",
7111             "keywords": [
7112                 "api",
7113                 "php",
7114                 "twitter"
7115             ],
7116             "time": "2017-05-08T12:10:56+00:00"
7117         },
7118         {
7119             "name": "jakub-onderka/php-console-color",
7120             "version": "v0.2",
7121             "source": {
7122                 "type": "git",
7123                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
7124                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
7125             },
7126             "dist": {
7127                 "type": "zip",
7128                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
7129                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
7130                 "shasum": ""
7131             },
7132             "require": {
7133                 "php": ">=5.4.0"
7134             },
7135             "require-dev": {
7136                 "jakub-onderka/php-code-style": "1.0",
7137                 "jakub-onderka/php-parallel-lint": "1.0",
7138                 "jakub-onderka/php-var-dump-check": "0.*",
7139                 "phpunit/phpunit": "~4.3",
7140                 "squizlabs/php_codesniffer": "1.*"
7141             },
7142             "type": "library",
7143             "autoload": {
7144                 "psr-4": {
7145                     "JakubOnderka\\PhpConsoleColor\\": "src/"
7146                 }
7147             },
7148             "notification-url": "https://packagist.org/downloads/",
7149             "license": [
7150                 "BSD-2-Clause"
7151             ],
7152             "authors": [
7153                 {
7154                     "name": "Jakub Onderka",
7155                     "email": "jakub.onderka@gmail.com"
7156                 }
7157             ],
7158             "time": "2018-09-29T17:23:10+00:00"
7159         },
7160         {
7161             "name": "jakub-onderka/php-console-highlighter",
7162             "version": "v0.4",
7163             "source": {
7164                 "type": "git",
7165                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
7166                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
7167             },
7168             "dist": {
7169                 "type": "zip",
7170                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
7171                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
7172                 "shasum": ""
7173             },
7174             "require": {
7175                 "ext-tokenizer": "*",
7176                 "jakub-onderka/php-console-color": "~0.2",
7177                 "php": ">=5.4.0"
7178             },
7179             "require-dev": {
7180                 "jakub-onderka/php-code-style": "~1.0",
7181                 "jakub-onderka/php-parallel-lint": "~1.0",
7182                 "jakub-onderka/php-var-dump-check": "~0.1",
7183                 "phpunit/phpunit": "~4.0",
7184                 "squizlabs/php_codesniffer": "~1.5"
7185             },
7186             "type": "library",
7187             "autoload": {
7188                 "psr-4": {
7189                     "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
7190                 }
7191             },
7192             "notification-url": "https://packagist.org/downloads/",
7193             "license": [
7194                 "MIT"
7195             ],
7196             "authors": [
7197                 {
7198                     "name": "Jakub Onderka",
7199                     "email": "acci@acci.cz",
7200                     "homepage": "http://www.acci.cz/"
7201                 }
7202             ],
7203             "description": "Highlight PHP code in terminal",
7204             "time": "2018-09-29T18:48:56+00:00"
7205         },
7206         {
7207             "name": "league/container",
7208             "version": "2.4.1",
7209             "source": {
7210                 "type": "git",
7211                 "url": "https://github.com/thephpleague/container.git",
7212                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
7213             },
7214             "dist": {
7215                 "type": "zip",
7216                 "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
7217                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
7218                 "shasum": ""
7219             },
7220             "require": {
7221                 "container-interop/container-interop": "^1.2",
7222                 "php": "^5.4.0 || ^7.0"
7223             },
7224             "provide": {
7225                 "container-interop/container-interop-implementation": "^1.2",
7226                 "psr/container-implementation": "^1.0"
7227             },
7228             "replace": {
7229                 "orno/di": "~2.0"
7230             },
7231             "require-dev": {
7232                 "phpunit/phpunit": "4.*"
7233             },
7234             "type": "library",
7235             "extra": {
7236                 "branch-alias": {
7237                     "dev-2.x": "2.x-dev",
7238                     "dev-1.x": "1.x-dev"
7239                 }
7240             },
7241             "autoload": {
7242                 "psr-4": {
7243                     "League\\Container\\": "src"
7244                 }
7245             },
7246             "notification-url": "https://packagist.org/downloads/",
7247             "license": [
7248                 "MIT"
7249             ],
7250             "authors": [
7251                 {
7252                     "name": "Phil Bennett",
7253                     "email": "philipobenito@gmail.com",
7254                     "homepage": "http://www.philipobenito.com",
7255                     "role": "Developer"
7256                 }
7257             ],
7258             "description": "A fast and intuitive dependency injection container.",
7259             "homepage": "https://github.com/thephpleague/container",
7260             "keywords": [
7261                 "container",
7262                 "dependency",
7263                 "di",
7264                 "injection",
7265                 "league",
7266                 "provider",
7267                 "service"
7268             ],
7269             "time": "2017-05-10T09:20:27+00:00"
7270         },
7271         {
7272             "name": "lsolesen/pel",
7273             "version": "0.9.6",
7274             "source": {
7275                 "type": "git",
7276                 "url": "https://github.com/lsolesen/pel.git",
7277                 "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23"
7278             },
7279             "dist": {
7280                 "type": "zip",
7281                 "url": "https://api.github.com/repos/lsolesen/pel/zipball/c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
7282                 "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
7283                 "shasum": ""
7284             },
7285             "require": {
7286                 "php": ">=5.0.0"
7287             },
7288             "require-dev": {
7289                 "ext-gd": "*",
7290                 "phpunit/phpunit": "5.7.*",
7291                 "satooshi/php-coveralls": "1.0.*",
7292                 "squizlabs/php_codesniffer": "3.0.0RC3"
7293             },
7294             "type": "library",
7295             "autoload": {
7296                 "psr-4": {
7297                     "lsolesen\\pel\\": "src/"
7298                 }
7299             },
7300             "notification-url": "https://packagist.org/downloads/",
7301             "license": [
7302                 "GPL-2.0"
7303             ],
7304             "authors": [
7305                 {
7306                     "name": "Lars Olesen",
7307                     "email": "lars@intraface.dk",
7308                     "homepage": "http://intraface.dk",
7309                     "role": "Developer"
7310                 },
7311                 {
7312                     "name": "Martin Geisler",
7313                     "email": "martin@geisler.net",
7314                     "homepage": "http://geisler.net",
7315                     "role": "Developer"
7316                 }
7317             ],
7318             "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.",
7319             "homepage": "http://lsolesen.github.com/pel/",
7320             "keywords": [
7321                 "exif",
7322                 "image"
7323             ],
7324             "time": "2017-02-03T11:58:58+00:00"
7325         },
7326         {
7327             "name": "masterminds/html5",
7328             "version": "2.3.1",
7329             "source": {
7330                 "type": "git",
7331                 "url": "https://github.com/Masterminds/html5-php.git",
7332                 "reference": "33f8d475d28741398be26cdff7a10a63003324a3"
7333             },
7334             "dist": {
7335                 "type": "zip",
7336                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/33f8d475d28741398be26cdff7a10a63003324a3",
7337                 "reference": "33f8d475d28741398be26cdff7a10a63003324a3",
7338                 "shasum": ""
7339             },
7340             "require": {
7341                 "ext-libxml": "*",
7342                 "php": ">=5.3.0"
7343             },
7344             "require-dev": {
7345                 "phpunit/phpunit": "4.*",
7346                 "sami/sami": "~2.0",
7347                 "satooshi/php-coveralls": "1.0.*"
7348             },
7349             "type": "library",
7350             "extra": {
7351                 "branch-alias": {
7352                     "dev-master": "2.2-dev"
7353                 }
7354             },
7355             "autoload": {
7356                 "psr-4": {
7357                     "Masterminds\\": "src"
7358                 }
7359             },
7360             "notification-url": "https://packagist.org/downloads/",
7361             "license": [
7362                 "MIT"
7363             ],
7364             "authors": [
7365                 {
7366                     "name": "Matt Butcher",
7367                     "email": "technosophos@gmail.com"
7368                 },
7369                 {
7370                     "name": "Asmir Mustafic",
7371                     "email": "goetas@gmail.com"
7372                 },
7373                 {
7374                     "name": "Matt Farina",
7375                     "email": "matt@mattfarina.com"
7376                 }
7377             ],
7378             "description": "An HTML5 parser and serializer.",
7379             "homepage": "http://masterminds.github.io/html5-php",
7380             "keywords": [
7381                 "HTML5",
7382                 "dom",
7383                 "html",
7384                 "parser",
7385                 "querypath",
7386                 "serializer",
7387                 "xml"
7388             ],
7389             "time": "2018-10-22T16:58:34+00:00"
7390         },
7391         {
7392             "name": "mehrpadin/superfish",
7393             "version": "2.1",
7394             "source": {
7395                 "type": "git",
7396                 "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
7397                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
7398             },
7399             "dist": {
7400                 "type": "zip",
7401                 "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7402                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7403                 "shasum": ""
7404             },
7405             "type": "drupal-library",
7406             "notification-url": "https://packagist.org/downloads/",
7407             "license": [
7408                 "MIT"
7409             ],
7410             "description": "Superfish library for the Drupal Superfish module.",
7411             "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
7412             "keywords": [
7413                 "jquery",
7414                 "plugin"
7415             ],
7416             "time": "2017-05-30T13:00:18+00:00"
7417         },
7418         {
7419             "name": "michelf/php-markdown",
7420             "version": "1.8.0",
7421             "source": {
7422                 "type": "git",
7423                 "url": "https://github.com/michelf/php-markdown.git",
7424                 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
7425             },
7426             "dist": {
7427                 "type": "zip",
7428                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
7429                 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
7430                 "shasum": ""
7431             },
7432             "require": {
7433                 "php": ">=5.3.0"
7434             },
7435             "type": "library",
7436             "autoload": {
7437                 "psr-4": {
7438                     "Michelf\\": "Michelf/"
7439                 }
7440             },
7441             "notification-url": "https://packagist.org/downloads/",
7442             "license": [
7443                 "BSD-3-Clause"
7444             ],
7445             "authors": [
7446                 {
7447                     "name": "Michel Fortin",
7448                     "email": "michel.fortin@michelf.ca",
7449                     "homepage": "https://michelf.ca/",
7450                     "role": "Developer"
7451                 },
7452                 {
7453                     "name": "John Gruber",
7454                     "homepage": "https://daringfireball.net/"
7455                 }
7456             ],
7457             "description": "PHP Markdown",
7458             "homepage": "https://michelf.ca/projects/php-markdown/",
7459             "keywords": [
7460                 "markdown"
7461             ],
7462             "time": "2018-01-15T00:49:33+00:00"
7463         },
7464         {
7465             "name": "mkalkbrenner/php-htmldiff-advanced",
7466             "version": "0.0.8",
7467             "source": {
7468                 "type": "git",
7469                 "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
7470                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
7471             },
7472             "dist": {
7473                 "type": "zip",
7474                 "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7475                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7476                 "shasum": ""
7477             },
7478             "require": {
7479                 "caxy/php-htmldiff": ">=0.0.6",
7480                 "php": ">=5.5.0"
7481             },
7482             "type": "library",
7483             "autoload": {
7484                 "files": [
7485                     "src/HtmlDiffAdvancedInterface.php",
7486                     "src/HtmlDiffAdvanced.php"
7487                 ]
7488             },
7489             "notification-url": "https://packagist.org/downloads/",
7490             "license": [
7491                 "GNU General Public License V2"
7492             ],
7493             "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
7494             "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
7495             "keywords": [
7496                 "diff",
7497                 "html"
7498             ],
7499             "time": "2016-07-25T17:07:32+00:00"
7500         },
7501         {
7502             "name": "nikic/php-parser",
7503             "version": "v4.1.0",
7504             "source": {
7505                 "type": "git",
7506                 "url": "https://github.com/nikic/PHP-Parser.git",
7507                 "reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
7508             },
7509             "dist": {
7510                 "type": "zip",
7511                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
7512                 "reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
7513                 "shasum": ""
7514             },
7515             "require": {
7516                 "ext-tokenizer": "*",
7517                 "php": ">=7.0"
7518             },
7519             "require-dev": {
7520                 "phpunit/phpunit": "^6.5 || ^7.0"
7521             },
7522             "bin": [
7523                 "bin/php-parse"
7524             ],
7525             "type": "library",
7526             "extra": {
7527                 "branch-alias": {
7528                     "dev-master": "4.1-dev"
7529                 }
7530             },
7531             "autoload": {
7532                 "psr-4": {
7533                     "PhpParser\\": "lib/PhpParser"
7534                 }
7535             },
7536             "notification-url": "https://packagist.org/downloads/",
7537             "license": [
7538                 "BSD-3-Clause"
7539             ],
7540             "authors": [
7541                 {
7542                     "name": "Nikita Popov"
7543                 }
7544             ],
7545             "description": "A PHP parser written in PHP",
7546             "keywords": [
7547                 "parser",
7548                 "php"
7549             ],
7550             "time": "2018-10-10T09:24:14+00:00"
7551         },
7552         {
7553             "name": "paragonie/random_compat",
7554             "version": "v2.0.17",
7555             "source": {
7556                 "type": "git",
7557                 "url": "https://github.com/paragonie/random_compat.git",
7558                 "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
7559             },
7560             "dist": {
7561                 "type": "zip",
7562                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
7563                 "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
7564                 "shasum": ""
7565             },
7566             "require": {
7567                 "php": ">=5.2.0"
7568             },
7569             "require-dev": {
7570                 "phpunit/phpunit": "4.*|5.*"
7571             },
7572             "suggest": {
7573                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
7574             },
7575             "type": "library",
7576             "autoload": {
7577                 "files": [
7578                     "lib/random.php"
7579                 ]
7580             },
7581             "notification-url": "https://packagist.org/downloads/",
7582             "license": [
7583                 "MIT"
7584             ],
7585             "authors": [
7586                 {
7587                     "name": "Paragon Initiative Enterprises",
7588                     "email": "security@paragonie.com",
7589                     "homepage": "https://paragonie.com"
7590                 }
7591             ],
7592             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
7593             "keywords": [
7594                 "csprng",
7595                 "polyfill",
7596                 "pseudorandom",
7597                 "random"
7598             ],
7599             "time": "2018-07-04T16:31:37+00:00"
7600         },
7601         {
7602             "name": "phenx/php-font-lib",
7603             "version": "0.5",
7604             "source": {
7605                 "type": "git",
7606                 "url": "https://github.com/PhenX/php-font-lib.git",
7607                 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
7608             },
7609             "dist": {
7610                 "type": "zip",
7611                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
7612                 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
7613                 "shasum": ""
7614             },
7615             "require-dev": {
7616                 "phpunit/phpunit": "^4.8"
7617             },
7618             "type": "library",
7619             "autoload": {
7620                 "psr-4": {
7621                     "FontLib\\": "src/FontLib"
7622                 }
7623             },
7624             "notification-url": "https://packagist.org/downloads/",
7625             "license": [
7626                 "LGPL-3.0"
7627             ],
7628             "authors": [
7629                 {
7630                     "name": "Fabien Ménager",
7631                     "email": "fabien.menager@gmail.com"
7632                 }
7633             ],
7634             "description": "A library to read, parse, export and make subsets of different types of font files.",
7635             "homepage": "https://github.com/PhenX/php-font-lib",
7636             "time": "2017-02-11T10:58:43+00:00"
7637         },
7638         {
7639             "name": "phpdocumentor/reflection-docblock",
7640             "version": "2.0.5",
7641             "source": {
7642                 "type": "git",
7643                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
7644                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
7645             },
7646             "dist": {
7647                 "type": "zip",
7648                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7649                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7650                 "shasum": ""
7651             },
7652             "require": {
7653                 "php": ">=5.3.3"
7654             },
7655             "require-dev": {
7656                 "phpunit/phpunit": "~4.0"
7657             },
7658             "suggest": {
7659                 "dflydev/markdown": "~1.0",
7660                 "erusev/parsedown": "~1.0"
7661             },
7662             "type": "library",
7663             "extra": {
7664                 "branch-alias": {
7665                     "dev-master": "2.0.x-dev"
7666                 }
7667             },
7668             "autoload": {
7669                 "psr-0": {
7670                     "phpDocumentor": [
7671                         "src/"
7672                     ]
7673                 }
7674             },
7675             "notification-url": "https://packagist.org/downloads/",
7676             "license": [
7677                 "MIT"
7678             ],
7679             "authors": [
7680                 {
7681                     "name": "Mike van Riel",
7682                     "email": "mike.vanriel@naenius.com"
7683                 }
7684             ],
7685             "time": "2016-01-25T08:17:30+00:00"
7686         },
7687         {
7688             "name": "psr/container",
7689             "version": "1.0.0",
7690             "source": {
7691                 "type": "git",
7692                 "url": "https://github.com/php-fig/container.git",
7693                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
7694             },
7695             "dist": {
7696                 "type": "zip",
7697                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7698                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7699                 "shasum": ""
7700             },
7701             "require": {
7702                 "php": ">=5.3.0"
7703             },
7704             "type": "library",
7705             "extra": {
7706                 "branch-alias": {
7707                     "dev-master": "1.0.x-dev"
7708                 }
7709             },
7710             "autoload": {
7711                 "psr-4": {
7712                     "Psr\\Container\\": "src/"
7713                 }
7714             },
7715             "notification-url": "https://packagist.org/downloads/",
7716             "license": [
7717                 "MIT"
7718             ],
7719             "authors": [
7720                 {
7721                     "name": "PHP-FIG",
7722                     "homepage": "http://www.php-fig.org/"
7723                 }
7724             ],
7725             "description": "Common Container Interface (PHP FIG PSR-11)",
7726             "homepage": "https://github.com/php-fig/container",
7727             "keywords": [
7728                 "PSR-11",
7729                 "container",
7730                 "container-interface",
7731                 "container-interop",
7732                 "psr"
7733             ],
7734             "time": "2017-02-14T16:28:37+00:00"
7735         },
7736         {
7737             "name": "psr/http-message",
7738             "version": "1.0.1",
7739             "source": {
7740                 "type": "git",
7741                 "url": "https://github.com/php-fig/http-message.git",
7742                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7743             },
7744             "dist": {
7745                 "type": "zip",
7746                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7747                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7748                 "shasum": ""
7749             },
7750             "require": {
7751                 "php": ">=5.3.0"
7752             },
7753             "type": "library",
7754             "extra": {
7755                 "branch-alias": {
7756                     "dev-master": "1.0.x-dev"
7757                 }
7758             },
7759             "autoload": {
7760                 "psr-4": {
7761                     "Psr\\Http\\Message\\": "src/"
7762                 }
7763             },
7764             "notification-url": "https://packagist.org/downloads/",
7765             "license": [
7766                 "MIT"
7767             ],
7768             "authors": [
7769                 {
7770                     "name": "PHP-FIG",
7771                     "homepage": "http://www.php-fig.org/"
7772                 }
7773             ],
7774             "description": "Common interface for HTTP messages",
7775             "homepage": "https://github.com/php-fig/http-message",
7776             "keywords": [
7777                 "http",
7778                 "http-message",
7779                 "psr",
7780                 "psr-7",
7781                 "request",
7782                 "response"
7783             ],
7784             "time": "2016-08-06T14:39:51+00:00"
7785         },
7786         {
7787             "name": "psr/log",
7788             "version": "1.0.2",
7789             "source": {
7790                 "type": "git",
7791                 "url": "https://github.com/php-fig/log.git",
7792                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
7793             },
7794             "dist": {
7795                 "type": "zip",
7796                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
7797                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
7798                 "shasum": ""
7799             },
7800             "require": {
7801                 "php": ">=5.3.0"
7802             },
7803             "type": "library",
7804             "extra": {
7805                 "branch-alias": {
7806                     "dev-master": "1.0.x-dev"
7807                 }
7808             },
7809             "autoload": {
7810                 "psr-4": {
7811                     "Psr\\Log\\": "Psr/Log/"
7812                 }
7813             },
7814             "notification-url": "https://packagist.org/downloads/",
7815             "license": [
7816                 "MIT"
7817             ],
7818             "authors": [
7819                 {
7820                     "name": "PHP-FIG",
7821                     "homepage": "http://www.php-fig.org/"
7822                 }
7823             ],
7824             "description": "Common interface for logging libraries",
7825             "homepage": "https://github.com/php-fig/log",
7826             "keywords": [
7827                 "log",
7828                 "psr",
7829                 "psr-3"
7830             ],
7831             "time": "2016-10-10T12:19:37+00:00"
7832         },
7833         {
7834             "name": "psy/psysh",
7835             "version": "v0.9.9",
7836             "source": {
7837                 "type": "git",
7838                 "url": "https://github.com/bobthecow/psysh.git",
7839                 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
7840             },
7841             "dist": {
7842                 "type": "zip",
7843                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
7844                 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
7845                 "shasum": ""
7846             },
7847             "require": {
7848                 "dnoegel/php-xdg-base-dir": "0.1",
7849                 "ext-json": "*",
7850                 "ext-tokenizer": "*",
7851                 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
7852                 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
7853                 "php": ">=5.4.0",
7854                 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
7855                 "symfony/var-dumper": "~2.7|~3.0|~4.0"
7856             },
7857             "require-dev": {
7858                 "bamarni/composer-bin-plugin": "^1.2",
7859                 "hoa/console": "~2.15|~3.16",
7860                 "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
7861             },
7862             "suggest": {
7863                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
7864                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
7865                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
7866                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
7867                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
7868             },
7869             "bin": [
7870                 "bin/psysh"
7871             ],
7872             "type": "library",
7873             "extra": {
7874                 "branch-alias": {
7875                     "dev-develop": "0.9.x-dev"
7876                 }
7877             },
7878             "autoload": {
7879                 "files": [
7880                     "src/functions.php"
7881                 ],
7882                 "psr-4": {
7883                     "Psy\\": "src/"
7884                 }
7885             },
7886             "notification-url": "https://packagist.org/downloads/",
7887             "license": [
7888                 "MIT"
7889             ],
7890             "authors": [
7891                 {
7892                     "name": "Justin Hileman",
7893                     "email": "justin@justinhileman.info",
7894                     "homepage": "http://justinhileman.com"
7895                 }
7896             ],
7897             "description": "An interactive shell for modern PHP.",
7898             "homepage": "http://psysh.org",
7899             "keywords": [
7900                 "REPL",
7901                 "console",
7902                 "interactive",
7903                 "shell"
7904             ],
7905             "time": "2018-10-13T15:16:03+00:00"
7906         },
7907         {
7908             "name": "roave/security-advisories",
7909             "version": "dev-master",
7910             "source": {
7911                 "type": "git",
7912                 "url": "https://github.com/Roave/SecurityAdvisories.git",
7913                 "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971"
7914             },
7915             "dist": {
7916                 "type": "zip",
7917                 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
7918                 "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
7919                 "shasum": ""
7920             },
7921             "conflict": {
7922                 "3f/pygmentize": "<1.2",
7923                 "adodb/adodb-php": "<5.20.12",
7924                 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
7925                 "amphp/artax": "<1.0.6|>=2,<2.0.6",
7926                 "amphp/http": "<1.0.1",
7927                 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
7928                 "aws/aws-sdk-php": ">=3,<3.2.1",
7929                 "brightlocal/phpwhois": "<=4.2.5",
7930                 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
7931                 "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.0.15|>=3.1,<3.1.4|>=3.4,<3.4.14|>=3.5,<3.5.17|>=3.6,<3.6.4",
7932                 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
7933                 "cartalyst/sentry": "<=2.1.6",
7934                 "codeigniter/framework": "<=3.0.6",
7935                 "composer/composer": "<=1.0.0-alpha11",
7936                 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
7937                 "contao/core": ">=2,<3.5.35",
7938                 "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
7939                 "contao/listing-bundle": ">=4,<4.4.8",
7940                 "contao/newsletter-bundle": ">=4,<4.1",
7941                 "david-garcia/phpwhois": "<=4.3.1",
7942                 "doctrine/annotations": ">=1,<1.2.7",
7943                 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
7944                 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
7945                 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
7946                 "doctrine/doctrine-bundle": "<1.5.2",
7947                 "doctrine/doctrine-module": "<=0.7.1",
7948                 "doctrine/mongodb-odm": ">=1,<1.0.2",
7949                 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
7950                 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
7951                 "dompdf/dompdf": ">=0.6,<0.6.2",
7952                 "drupal/core": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
7953                 "drupal/drupal": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
7954                 "erusev/parsedown": "<1.7",
7955                 "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.5|>=5.4,<5.4.12.2|>=2017.8,<2017.8.1.1|>=2017.12,<2017.12.4.2|>=2018.6,<2018.6.1.3|>=2018.9,<2018.9.1.2",
7956                 "ezyang/htmlpurifier": "<4.1.1",
7957                 "firebase/php-jwt": "<2",
7958                 "fooman/tcpdf": "<6.2.22",
7959                 "fossar/tcpdf-parser": "<6.2.22",
7960                 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
7961                 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
7962                 "fuel/core": "<1.8.1",
7963                 "gree/jose": "<=2.2",
7964                 "gregwar/rst": "<1.0.3",
7965                 "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
7966                 "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
7967                 "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
7968                 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
7969                 "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
7970                 "ivankristianto/phpwhois": "<=4.3",
7971                 "james-heinrich/getid3": "<1.9.9",
7972                 "joomla/session": "<1.3.1",
7973                 "jsmitty12/phpwhois": "<5.1",
7974                 "kazist/phpwhois": "<=4.2.6",
7975                 "kreait/firebase-php": ">=3.2,<3.8.1",
7976                 "la-haute-societe/tcpdf": "<6.2.22",
7977                 "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
7978                 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
7979                 "magento/magento1ce": "<1.9.3.9",
7980                 "magento/magento1ee": ">=1.9,<1.14.3.2",
7981                 "magento/product-community-edition": ">=2,<2.2.6",
7982                 "monolog/monolog": ">=1.8,<1.12",
7983                 "namshi/jose": "<2.2",
7984                 "onelogin/php-saml": "<2.10.4",
7985                 "openid/php-openid": "<2.3",
7986                 "oro/crm": ">=1.7,<1.7.4",
7987                 "oro/platform": ">=1.7,<1.7.4",
7988                 "padraic/humbug_get_contents": "<1.1.2",
7989                 "pagarme/pagarme-php": ">=0,<3",
7990                 "paragonie/random_compat": "<2",
7991                 "paypal/merchant-sdk-php": "<3.12",
7992                 "phpmailer/phpmailer": ">=5,<5.2.24",
7993                 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
7994                 "phpwhois/phpwhois": "<=4.2.5",
7995                 "phpxmlrpc/extras": "<0.6.1",
7996                 "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
7997                 "propel/propel1": ">=1,<=1.7.1",
7998                 "pusher/pusher-php-server": "<2.2.1",
7999                 "robrichards/xmlseclibs": ">=1,<3.0.2",
8000                 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
8001                 "sensiolabs/connect": "<4.2.3",
8002                 "serluck/phpwhois": "<=4.2.6",
8003                 "shopware/shopware": "<5.3.7",
8004                 "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
8005                 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
8006                 "silverstripe/framework": ">=3,<3.3",
8007                 "silverstripe/userforms": "<3",
8008                 "simple-updates/phpwhois": "<=1",
8009                 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
8010                 "simplesamlphp/simplesamlphp": "<1.15.2",
8011                 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
8012                 "slim/slim": "<2.6",
8013                 "smarty/smarty": "<3.1.33",
8014                 "socalnick/scn-social-auth": "<1.15.2",
8015                 "spoonity/tcpdf": "<6.2.22",
8016                 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
8017                 "stormpath/sdk": ">=0,<9.9.99",
8018                 "swiftmailer/swiftmailer": ">=4,<5.4.5",
8019                 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
8020                 "sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
8021                 "symfony/dependency-injection": ">=2,<2.0.17",
8022                 "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
8023                 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
8024                 "symfony/http-foundation": ">=2,<2.7.49|>=2.8,<2.8.44|>=3,<3.3.18|>=3.4,<3.4.14|>=4,<4.0.14|>=4.1,<4.1.3",
8025                 "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
8026                 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
8027                 "symfony/polyfill": ">=1,<1.10",
8028                 "symfony/polyfill-php55": ">=1,<1.10",
8029                 "symfony/routing": ">=2,<2.0.19",
8030                 "symfony/security": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
8031                 "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
8032                 "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
8033                 "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
8034                 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
8035                 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
8036                 "symfony/serializer": ">=2,<2.0.11",
8037                 "symfony/symfony": ">=2,<2.7.49|>=2.8,<2.8.44|>=3,<3.3.18|>=3.4,<3.4.14|>=4,<4.0.14|>=4.1,<4.1.3",
8038                 "symfony/translation": ">=2,<2.0.17",
8039                 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
8040                 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
8041                 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
8042                 "tecnickcom/tcpdf": "<6.2.22",
8043                 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
8044                 "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
8045                 "theonedemon/phpwhois": "<=4.2.5",
8046                 "titon/framework": ">=0,<9.9.99",
8047                 "truckersmp/phpwhois": "<=4.3.1",
8048                 "twig/twig": "<1.20",
8049                 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.30|>=8,<8.7.17|>=9,<9.3.2",
8050                 "typo3/cms-core": ">=8,<8.7.17|>=9,<9.3.2",
8051                 "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
8052                 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
8053                 "wallabag/tcpdf": "<6.2.22",
8054                 "willdurand/js-translation-bundle": "<2.1.1",
8055                 "yiisoft/yii": ">=1.1.14,<1.1.15",
8056                 "yiisoft/yii2": "<2.0.15",
8057                 "yiisoft/yii2-bootstrap": "<2.0.4",
8058                 "yiisoft/yii2-dev": "<2.0.15",
8059                 "yiisoft/yii2-elasticsearch": "<2.0.5",
8060                 "yiisoft/yii2-gii": "<2.0.4",
8061                 "yiisoft/yii2-jui": "<2.0.4",
8062                 "yiisoft/yii2-redis": "<2.0.8",
8063                 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
8064                 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
8065                 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
8066                 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
8067                 "zendframework/zend-diactoros": ">=1,<1.8.4",
8068                 "zendframework/zend-feed": ">=1,<2.10.3",
8069                 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
8070                 "zendframework/zend-http": ">=1,<2.8.1",
8071                 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8072                 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
8073                 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
8074                 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
8075                 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
8076                 "zendframework/zend-validator": ">=2.3,<2.3.6",
8077                 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
8078                 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8079                 "zendframework/zendframework": "<2.5.1",
8080                 "zendframework/zendframework1": "<1.12.20",
8081                 "zendframework/zendopenid": ">=2,<2.0.2",
8082                 "zendframework/zendxml": ">=1,<1.0.1",
8083                 "zetacomponents/mail": "<1.8.2",
8084                 "zf-commons/zfc-user": "<1.2.2",
8085                 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
8086                 "zfr/zfr-oauth2-server-module": "<0.1.2"
8087             },
8088             "type": "metapackage",
8089             "notification-url": "https://packagist.org/downloads/",
8090             "license": [
8091                 "MIT"
8092             ],
8093             "authors": [
8094                 {
8095                     "name": "Marco Pivetta",
8096                     "email": "ocramius@gmail.com",
8097                     "role": "maintainer"
8098                 }
8099             ],
8100             "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
8101             "time": "2018-11-01T18:39:28+00:00"
8102         },
8103         {
8104             "name": "stack/builder",
8105             "version": "v1.0.5",
8106             "source": {
8107                 "type": "git",
8108                 "url": "https://github.com/stackphp/builder.git",
8109                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
8110             },
8111             "dist": {
8112                 "type": "zip",
8113                 "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
8114                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
8115                 "shasum": ""
8116             },
8117             "require": {
8118                 "php": ">=5.3.0",
8119                 "symfony/http-foundation": "~2.1|~3.0|~4.0",
8120                 "symfony/http-kernel": "~2.1|~3.0|~4.0"
8121             },
8122             "require-dev": {
8123                 "silex/silex": "~1.0"
8124             },
8125             "type": "library",
8126             "extra": {
8127                 "branch-alias": {
8128                     "dev-master": "1.0-dev"
8129                 }
8130             },
8131             "autoload": {
8132                 "psr-0": {
8133                     "Stack": "src"
8134                 }
8135             },
8136             "notification-url": "https://packagist.org/downloads/",
8137             "license": [
8138                 "MIT"
8139             ],
8140             "authors": [
8141                 {
8142                     "name": "Igor Wiedler",
8143                     "email": "igor@wiedler.ch"
8144                 }
8145             ],
8146             "description": "Builder for stack middlewares based on HttpKernelInterface.",
8147             "keywords": [
8148                 "stack"
8149             ],
8150             "time": "2017-11-18T14:57:29+00:00"
8151         },
8152         {
8153             "name": "stecman/symfony-console-completion",
8154             "version": "0.8.0",
8155             "source": {
8156                 "type": "git",
8157                 "url": "https://github.com/stecman/symfony-console-completion.git",
8158                 "reference": "cd738867503477e91dbe84173dfabd431c883431"
8159             },
8160             "dist": {
8161                 "type": "zip",
8162                 "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/cd738867503477e91dbe84173dfabd431c883431",
8163                 "reference": "cd738867503477e91dbe84173dfabd431c883431",
8164                 "shasum": ""
8165             },
8166             "require": {
8167                 "php": ">=5.3.2",
8168                 "symfony/console": "~2.3 || ~3.0 || ~4.0"
8169             },
8170             "require-dev": {
8171                 "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
8172             },
8173             "type": "library",
8174             "extra": {
8175                 "branch-alias": {
8176                     "dev-master": "0.6.x-dev"
8177                 }
8178             },
8179             "autoload": {
8180                 "psr-4": {
8181                     "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
8182                 }
8183             },
8184             "notification-url": "https://packagist.org/downloads/",
8185             "license": [
8186                 "MIT"
8187             ],
8188             "authors": [
8189                 {
8190                     "name": "Stephen Holdaway",
8191                     "email": "stephen@stecman.co.nz"
8192                 }
8193             ],
8194             "description": "Automatic BASH completion for Symfony Console Component based applications.",
8195             "time": "2018-02-10T04:28:01+00:00"
8196         },
8197         {
8198             "name": "sunra/php-simple-html-dom-parser",
8199             "version": "v1.5.2",
8200             "source": {
8201                 "type": "git",
8202                 "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
8203                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
8204             },
8205             "dist": {
8206                 "type": "zip",
8207                 "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
8208                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
8209                 "shasum": ""
8210             },
8211             "require": {
8212                 "ext-mbstring": "*",
8213                 "php": ">=5.3.2"
8214             },
8215             "type": "library",
8216             "autoload": {
8217                 "psr-0": {
8218                     "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
8219                 }
8220             },
8221             "notification-url": "https://packagist.org/downloads/",
8222             "license": [
8223                 "MIT"
8224             ],
8225             "authors": [
8226                 {
8227                     "name": "Sunra",
8228                     "email": "sunra@yandex.ru",
8229                     "homepage": "https://github.com/sunra"
8230                 },
8231                 {
8232                     "name": "S.C. Chen",
8233                     "homepage": "http://sourceforge.net/projects/simplehtmldom/"
8234                 }
8235             ],
8236             "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.",
8237             "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
8238             "keywords": [
8239                 "dom",
8240                 "html",
8241                 "parser"
8242             ],
8243             "time": "2016-11-22T22:57:47+00:00"
8244         },
8245         {
8246             "name": "symfony-cmf/routing",
8247             "version": "1.4.1",
8248             "source": {
8249                 "type": "git",
8250                 "url": "https://github.com/symfony-cmf/routing.git",
8251                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
8252             },
8253             "dist": {
8254                 "type": "zip",
8255                 "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
8256                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
8257                 "shasum": ""
8258             },
8259             "require": {
8260                 "php": "^5.3.9|^7.0",
8261                 "psr/log": "1.*",
8262                 "symfony/http-kernel": "^2.2|3.*",
8263                 "symfony/routing": "^2.2|3.*"
8264             },
8265             "require-dev": {
8266                 "friendsofsymfony/jsrouting-bundle": "^1.1",
8267                 "symfony-cmf/testing": "^1.3",
8268                 "symfony/config": "^2.2|3.*",
8269                 "symfony/dependency-injection": "^2.0.5|3.*",
8270                 "symfony/event-dispatcher": "^2.1|3.*"
8271             },
8272             "suggest": {
8273                 "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
8274             },
8275             "type": "library",
8276             "extra": {
8277                 "branch-alias": {
8278                     "dev-master": "1.4-dev"
8279                 }
8280             },
8281             "autoload": {
8282                 "psr-4": {
8283                     "Symfony\\Cmf\\Component\\Routing\\": ""
8284                 }
8285             },
8286             "notification-url": "https://packagist.org/downloads/",
8287             "license": [
8288                 "MIT"
8289             ],
8290             "authors": [
8291                 {
8292                     "name": "Symfony CMF Community",
8293                     "homepage": "https://github.com/symfony-cmf/Routing/contributors"
8294                 }
8295             ],
8296             "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
8297             "homepage": "http://cmf.symfony.com",
8298             "keywords": [
8299                 "database",
8300                 "routing"
8301             ],
8302             "time": "2017-05-09T08:10:41+00:00"
8303         },
8304         {
8305             "name": "symfony/class-loader",
8306             "version": "v3.4.18",
8307             "source": {
8308                 "type": "git",
8309                 "url": "https://github.com/symfony/class-loader.git",
8310                 "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1"
8311             },
8312             "dist": {
8313                 "type": "zip",
8314                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/5605edec7b8f034ead2497ff4aab17bb70d558c1",
8315                 "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1",
8316                 "shasum": ""
8317             },
8318             "require": {
8319                 "php": "^5.5.9|>=7.0.8"
8320             },
8321             "require-dev": {
8322                 "symfony/finder": "~2.8|~3.0|~4.0",
8323                 "symfony/polyfill-apcu": "~1.1"
8324             },
8325             "suggest": {
8326                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
8327             },
8328             "type": "library",
8329             "extra": {
8330                 "branch-alias": {
8331                     "dev-master": "3.4-dev"
8332                 }
8333             },
8334             "autoload": {
8335                 "psr-4": {
8336                     "Symfony\\Component\\ClassLoader\\": ""
8337                 },
8338                 "exclude-from-classmap": [
8339                     "/Tests/"
8340                 ]
8341             },
8342             "notification-url": "https://packagist.org/downloads/",
8343             "license": [
8344                 "MIT"
8345             ],
8346             "authors": [
8347                 {
8348                     "name": "Fabien Potencier",
8349                     "email": "fabien@symfony.com"
8350                 },
8351                 {
8352                     "name": "Symfony Community",
8353                     "homepage": "https://symfony.com/contributors"
8354                 }
8355             ],
8356             "description": "Symfony ClassLoader Component",
8357             "homepage": "https://symfony.com",
8358             "time": "2018-10-31T09:06:03+00:00"
8359         },
8360         {
8361             "name": "symfony/config",
8362             "version": "v3.4.18",
8363             "source": {
8364                 "type": "git",
8365                 "url": "https://github.com/symfony/config.git",
8366                 "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d"
8367             },
8368             "dist": {
8369                 "type": "zip",
8370                 "url": "https://api.github.com/repos/symfony/config/zipball/99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
8371                 "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
8372                 "shasum": ""
8373             },
8374             "require": {
8375                 "php": "^5.5.9|>=7.0.8",
8376                 "symfony/filesystem": "~2.8|~3.0|~4.0",
8377                 "symfony/polyfill-ctype": "~1.8"
8378             },
8379             "conflict": {
8380                 "symfony/dependency-injection": "<3.3",
8381                 "symfony/finder": "<3.3"
8382             },
8383             "require-dev": {
8384                 "symfony/dependency-injection": "~3.3|~4.0",
8385                 "symfony/event-dispatcher": "~3.3|~4.0",
8386                 "symfony/finder": "~3.3|~4.0",
8387                 "symfony/yaml": "~3.0|~4.0"
8388             },
8389             "suggest": {
8390                 "symfony/yaml": "To use the yaml reference dumper"
8391             },
8392             "type": "library",
8393             "extra": {
8394                 "branch-alias": {
8395                     "dev-master": "3.4-dev"
8396                 }
8397             },
8398             "autoload": {
8399                 "psr-4": {
8400                     "Symfony\\Component\\Config\\": ""
8401                 },
8402                 "exclude-from-classmap": [
8403                     "/Tests/"
8404                 ]
8405             },
8406             "notification-url": "https://packagist.org/downloads/",
8407             "license": [
8408                 "MIT"
8409             ],
8410             "authors": [
8411                 {
8412                     "name": "Fabien Potencier",
8413                     "email": "fabien@symfony.com"
8414                 },
8415                 {
8416                     "name": "Symfony Community",
8417                     "homepage": "https://symfony.com/contributors"
8418                 }
8419             ],
8420             "description": "Symfony Config Component",
8421             "homepage": "https://symfony.com",
8422             "time": "2018-10-31T09:06:03+00:00"
8423         },
8424         {
8425             "name": "symfony/console",
8426             "version": "v3.4.18",
8427             "source": {
8428                 "type": "git",
8429                 "url": "https://github.com/symfony/console.git",
8430                 "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803"
8431             },
8432             "dist": {
8433                 "type": "zip",
8434                 "url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803",
8435                 "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803",
8436                 "shasum": ""
8437             },
8438             "require": {
8439                 "php": "^5.5.9|>=7.0.8",
8440                 "symfony/debug": "~2.8|~3.0|~4.0",
8441                 "symfony/polyfill-mbstring": "~1.0"
8442             },
8443             "conflict": {
8444                 "symfony/dependency-injection": "<3.4",
8445                 "symfony/process": "<3.3"
8446             },
8447             "require-dev": {
8448                 "psr/log": "~1.0",
8449                 "symfony/config": "~3.3|~4.0",
8450                 "symfony/dependency-injection": "~3.4|~4.0",
8451                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
8452                 "symfony/lock": "~3.4|~4.0",
8453                 "symfony/process": "~3.3|~4.0"
8454             },
8455             "suggest": {
8456                 "psr/log-implementation": "For using the console logger",
8457                 "symfony/event-dispatcher": "",
8458                 "symfony/lock": "",
8459                 "symfony/process": ""
8460             },
8461             "type": "library",
8462             "extra": {
8463                 "branch-alias": {
8464                     "dev-master": "3.4-dev"
8465                 }
8466             },
8467             "autoload": {
8468                 "psr-4": {
8469                     "Symfony\\Component\\Console\\": ""
8470                 },
8471                 "exclude-from-classmap": [
8472                     "/Tests/"
8473                 ]
8474             },
8475             "notification-url": "https://packagist.org/downloads/",
8476             "license": [
8477                 "MIT"
8478             ],
8479             "authors": [
8480                 {
8481                     "name": "Fabien Potencier",
8482                     "email": "fabien@symfony.com"
8483                 },
8484                 {
8485                     "name": "Symfony Community",
8486                     "homepage": "https://symfony.com/contributors"
8487                 }
8488             ],
8489             "description": "Symfony Console Component",
8490             "homepage": "https://symfony.com",
8491             "time": "2018-10-30T16:50:50+00:00"
8492         },
8493         {
8494             "name": "symfony/css-selector",
8495             "version": "v2.8.47",
8496             "source": {
8497                 "type": "git",
8498                 "url": "https://github.com/symfony/css-selector.git",
8499                 "reference": "208aca6c35e332f87c84707dd228d404370c8835"
8500             },
8501             "dist": {
8502                 "type": "zip",
8503                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/208aca6c35e332f87c84707dd228d404370c8835",
8504                 "reference": "208aca6c35e332f87c84707dd228d404370c8835",
8505                 "shasum": ""
8506             },
8507             "require": {
8508                 "php": ">=5.3.9"
8509             },
8510             "type": "library",
8511             "extra": {
8512                 "branch-alias": {
8513                     "dev-master": "2.8-dev"
8514                 }
8515             },
8516             "autoload": {
8517                 "psr-4": {
8518                     "Symfony\\Component\\CssSelector\\": ""
8519                 },
8520                 "exclude-from-classmap": [
8521                     "/Tests/"
8522                 ]
8523             },
8524             "notification-url": "https://packagist.org/downloads/",
8525             "license": [
8526                 "MIT"
8527             ],
8528             "authors": [
8529                 {
8530                     "name": "Jean-François Simon",
8531                     "email": "jeanfrancois.simon@sensiolabs.com"
8532                 },
8533                 {
8534                     "name": "Fabien Potencier",
8535                     "email": "fabien@symfony.com"
8536                 },
8537                 {
8538                     "name": "Symfony Community",
8539                     "homepage": "https://symfony.com/contributors"
8540                 }
8541             ],
8542             "description": "Symfony CssSelector Component",
8543             "homepage": "https://symfony.com",
8544             "time": "2018-10-02T16:27:16+00:00"
8545         },
8546         {
8547             "name": "symfony/debug",
8548             "version": "v3.4.18",
8549             "source": {
8550                 "type": "git",
8551                 "url": "https://github.com/symfony/debug.git",
8552                 "reference": "fe9793af008b651c5441bdeab21ede8172dab097"
8553             },
8554             "dist": {
8555                 "type": "zip",
8556                 "url": "https://api.github.com/repos/symfony/debug/zipball/fe9793af008b651c5441bdeab21ede8172dab097",
8557                 "reference": "fe9793af008b651c5441bdeab21ede8172dab097",
8558                 "shasum": ""
8559             },
8560             "require": {
8561                 "php": "^5.5.9|>=7.0.8",
8562                 "psr/log": "~1.0"
8563             },
8564             "conflict": {
8565                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
8566             },
8567             "require-dev": {
8568                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
8569             },
8570             "type": "library",
8571             "extra": {
8572                 "branch-alias": {
8573                     "dev-master": "3.4-dev"
8574                 }
8575             },
8576             "autoload": {
8577                 "psr-4": {
8578                     "Symfony\\Component\\Debug\\": ""
8579                 },
8580                 "exclude-from-classmap": [
8581                     "/Tests/"
8582                 ]
8583             },
8584             "notification-url": "https://packagist.org/downloads/",
8585             "license": [
8586                 "MIT"
8587             ],
8588             "authors": [
8589                 {
8590                     "name": "Fabien Potencier",
8591                     "email": "fabien@symfony.com"
8592                 },
8593                 {
8594                     "name": "Symfony Community",
8595                     "homepage": "https://symfony.com/contributors"
8596                 }
8597             ],
8598             "description": "Symfony Debug Component",
8599             "homepage": "https://symfony.com",
8600             "time": "2018-10-31T09:06:03+00:00"
8601         },
8602         {
8603             "name": "symfony/dependency-injection",
8604             "version": "v3.4.18",
8605             "source": {
8606                 "type": "git",
8607                 "url": "https://github.com/symfony/dependency-injection.git",
8608                 "reference": "9c98452ac7fff4b538956775630bc9701f5384ba"
8609             },
8610             "dist": {
8611                 "type": "zip",
8612                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9c98452ac7fff4b538956775630bc9701f5384ba",
8613                 "reference": "9c98452ac7fff4b538956775630bc9701f5384ba",
8614                 "shasum": ""
8615             },
8616             "require": {
8617                 "php": "^5.5.9|>=7.0.8",
8618                 "psr/container": "^1.0"
8619             },
8620             "conflict": {
8621                 "symfony/config": "<3.3.7",
8622                 "symfony/finder": "<3.3",
8623                 "symfony/proxy-manager-bridge": "<3.4",
8624                 "symfony/yaml": "<3.4"
8625             },
8626             "provide": {
8627                 "psr/container-implementation": "1.0"
8628             },
8629             "require-dev": {
8630                 "symfony/config": "~3.3|~4.0",
8631                 "symfony/expression-language": "~2.8|~3.0|~4.0",
8632                 "symfony/yaml": "~3.4|~4.0"
8633             },
8634             "suggest": {
8635                 "symfony/config": "",
8636                 "symfony/expression-language": "For using expressions in service container configuration",
8637                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
8638                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
8639                 "symfony/yaml": ""
8640             },
8641             "type": "library",
8642             "extra": {
8643                 "branch-alias": {
8644                     "dev-master": "3.4-dev"
8645                 }
8646             },
8647             "autoload": {
8648                 "psr-4": {
8649                     "Symfony\\Component\\DependencyInjection\\": ""
8650                 },
8651                 "exclude-from-classmap": [
8652                     "/Tests/"
8653                 ]
8654             },
8655             "notification-url": "https://packagist.org/downloads/",
8656             "license": [
8657                 "MIT"
8658             ],
8659             "authors": [
8660                 {
8661                     "name": "Fabien Potencier",
8662                     "email": "fabien@symfony.com"
8663                 },
8664                 {
8665                     "name": "Symfony Community",
8666                     "homepage": "https://symfony.com/contributors"
8667                 }
8668             ],
8669             "description": "Symfony DependencyInjection Component",
8670             "homepage": "https://symfony.com",
8671             "time": "2018-10-31T10:49:51+00:00"
8672         },
8673         {
8674             "name": "symfony/dom-crawler",
8675             "version": "v3.4.18",
8676             "source": {
8677                 "type": "git",
8678                 "url": "https://github.com/symfony/dom-crawler.git",
8679                 "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722"
8680             },
8681             "dist": {
8682                 "type": "zip",
8683                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c705bee03ade5b47c087807dd9ffaaec8dda2722",
8684                 "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722",
8685                 "shasum": ""
8686             },
8687             "require": {
8688                 "php": "^5.5.9|>=7.0.8",
8689                 "symfony/polyfill-ctype": "~1.8",
8690                 "symfony/polyfill-mbstring": "~1.0"
8691             },
8692             "require-dev": {
8693                 "symfony/css-selector": "~2.8|~3.0|~4.0"
8694             },
8695             "suggest": {
8696                 "symfony/css-selector": ""
8697             },
8698             "type": "library",
8699             "extra": {
8700                 "branch-alias": {
8701                     "dev-master": "3.4-dev"
8702                 }
8703             },
8704             "autoload": {
8705                 "psr-4": {
8706                     "Symfony\\Component\\DomCrawler\\": ""
8707                 },
8708                 "exclude-from-classmap": [
8709                     "/Tests/"
8710                 ]
8711             },
8712             "notification-url": "https://packagist.org/downloads/",
8713             "license": [
8714                 "MIT"
8715             ],
8716             "authors": [
8717                 {
8718                     "name": "Fabien Potencier",
8719                     "email": "fabien@symfony.com"
8720                 },
8721                 {
8722                     "name": "Symfony Community",
8723                     "homepage": "https://symfony.com/contributors"
8724                 }
8725             ],
8726             "description": "Symfony DomCrawler Component",
8727             "homepage": "https://symfony.com",
8728             "time": "2018-10-02T12:28:39+00:00"
8729         },
8730         {
8731             "name": "symfony/event-dispatcher",
8732             "version": "v3.4.18",
8733             "source": {
8734                 "type": "git",
8735                 "url": "https://github.com/symfony/event-dispatcher.git",
8736                 "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14"
8737             },
8738             "dist": {
8739                 "type": "zip",
8740                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
8741                 "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
8742                 "shasum": ""
8743             },
8744             "require": {
8745                 "php": "^5.5.9|>=7.0.8"
8746             },
8747             "conflict": {
8748                 "symfony/dependency-injection": "<3.3"
8749             },
8750             "require-dev": {
8751                 "psr/log": "~1.0",
8752                 "symfony/config": "~2.8|~3.0|~4.0",
8753                 "symfony/dependency-injection": "~3.3|~4.0",
8754                 "symfony/expression-language": "~2.8|~3.0|~4.0",
8755                 "symfony/stopwatch": "~2.8|~3.0|~4.0"
8756             },
8757             "suggest": {
8758                 "symfony/dependency-injection": "",
8759                 "symfony/http-kernel": ""
8760             },
8761             "type": "library",
8762             "extra": {
8763                 "branch-alias": {
8764                     "dev-master": "3.4-dev"
8765                 }
8766             },
8767             "autoload": {
8768                 "psr-4": {
8769                     "Symfony\\Component\\EventDispatcher\\": ""
8770                 },
8771                 "exclude-from-classmap": [
8772                     "/Tests/"
8773                 ]
8774             },
8775             "notification-url": "https://packagist.org/downloads/",
8776             "license": [
8777                 "MIT"
8778             ],
8779             "authors": [
8780                 {
8781                     "name": "Fabien Potencier",
8782                     "email": "fabien@symfony.com"
8783                 },
8784                 {
8785                     "name": "Symfony Community",
8786                     "homepage": "https://symfony.com/contributors"
8787                 }
8788             ],
8789             "description": "Symfony EventDispatcher Component",
8790             "homepage": "https://symfony.com",
8791             "time": "2018-10-30T16:50:50+00:00"
8792         },
8793         {
8794             "name": "symfony/filesystem",
8795             "version": "v3.4.18",
8796             "source": {
8797                 "type": "git",
8798                 "url": "https://github.com/symfony/filesystem.git",
8799                 "reference": "d69930fc337d767607267d57c20a7403d0a822a4"
8800             },
8801             "dist": {
8802                 "type": "zip",
8803                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4",
8804                 "reference": "d69930fc337d767607267d57c20a7403d0a822a4",
8805                 "shasum": ""
8806             },
8807             "require": {
8808                 "php": "^5.5.9|>=7.0.8",
8809                 "symfony/polyfill-ctype": "~1.8"
8810             },
8811             "type": "library",
8812             "extra": {
8813                 "branch-alias": {
8814                     "dev-master": "3.4-dev"
8815                 }
8816             },
8817             "autoload": {
8818                 "psr-4": {
8819                     "Symfony\\Component\\Filesystem\\": ""
8820                 },
8821                 "exclude-from-classmap": [
8822                     "/Tests/"
8823                 ]
8824             },
8825             "notification-url": "https://packagist.org/downloads/",
8826             "license": [
8827                 "MIT"
8828             ],
8829             "authors": [
8830                 {
8831                     "name": "Fabien Potencier",
8832                     "email": "fabien@symfony.com"
8833                 },
8834                 {
8835                     "name": "Symfony Community",
8836                     "homepage": "https://symfony.com/contributors"
8837                 }
8838             ],
8839             "description": "Symfony Filesystem Component",
8840             "homepage": "https://symfony.com",
8841             "time": "2018-10-02T12:28:39+00:00"
8842         },
8843         {
8844             "name": "symfony/finder",
8845             "version": "v3.4.18",
8846             "source": {
8847                 "type": "git",
8848                 "url": "https://github.com/symfony/finder.git",
8849                 "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
8850             },
8851             "dist": {
8852                 "type": "zip",
8853                 "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
8854                 "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
8855                 "shasum": ""
8856             },
8857             "require": {
8858                 "php": "^5.5.9|>=7.0.8"
8859             },
8860             "type": "library",
8861             "extra": {
8862                 "branch-alias": {
8863                     "dev-master": "3.4-dev"
8864                 }
8865             },
8866             "autoload": {
8867                 "psr-4": {
8868                     "Symfony\\Component\\Finder\\": ""
8869                 },
8870                 "exclude-from-classmap": [
8871                     "/Tests/"
8872                 ]
8873             },
8874             "notification-url": "https://packagist.org/downloads/",
8875             "license": [
8876                 "MIT"
8877             ],
8878             "authors": [
8879                 {
8880                     "name": "Fabien Potencier",
8881                     "email": "fabien@symfony.com"
8882                 },
8883                 {
8884                     "name": "Symfony Community",
8885                     "homepage": "https://symfony.com/contributors"
8886                 }
8887             ],
8888             "description": "Symfony Finder Component",
8889             "homepage": "https://symfony.com",
8890             "time": "2018-10-03T08:46:40+00:00"
8891         },
8892         {
8893             "name": "symfony/http-foundation",
8894             "version": "v3.4.18",
8895             "source": {
8896                 "type": "git",
8897                 "url": "https://github.com/symfony/http-foundation.git",
8898                 "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0"
8899             },
8900             "dist": {
8901                 "type": "zip",
8902                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
8903                 "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
8904                 "shasum": ""
8905             },
8906             "require": {
8907                 "php": "^5.5.9|>=7.0.8",
8908                 "symfony/polyfill-mbstring": "~1.1",
8909                 "symfony/polyfill-php70": "~1.6"
8910             },
8911             "require-dev": {
8912                 "symfony/expression-language": "~2.8|~3.0|~4.0"
8913             },
8914             "type": "library",
8915             "extra": {
8916                 "branch-alias": {
8917                     "dev-master": "3.4-dev"
8918                 }
8919             },
8920             "autoload": {
8921                 "psr-4": {
8922                     "Symfony\\Component\\HttpFoundation\\": ""
8923                 },
8924                 "exclude-from-classmap": [
8925                     "/Tests/"
8926                 ]
8927             },
8928             "notification-url": "https://packagist.org/downloads/",
8929             "license": [
8930                 "MIT"
8931             ],
8932             "authors": [
8933                 {
8934                     "name": "Fabien Potencier",
8935                     "email": "fabien@symfony.com"
8936                 },
8937                 {
8938                     "name": "Symfony Community",
8939                     "homepage": "https://symfony.com/contributors"
8940                 }
8941             ],
8942             "description": "Symfony HttpFoundation Component",
8943             "homepage": "https://symfony.com",
8944             "time": "2018-10-31T08:57:11+00:00"
8945         },
8946         {
8947             "name": "symfony/http-kernel",
8948             "version": "v3.4.18",
8949             "source": {
8950                 "type": "git",
8951                 "url": "https://github.com/symfony/http-kernel.git",
8952                 "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb"
8953             },
8954             "dist": {
8955                 "type": "zip",
8956                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
8957                 "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
8958                 "shasum": ""
8959             },
8960             "require": {
8961                 "php": "^5.5.9|>=7.0.8",
8962                 "psr/log": "~1.0",
8963                 "symfony/debug": "~2.8|~3.0|~4.0",
8964                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
8965                 "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
8966                 "symfony/polyfill-ctype": "~1.8"
8967             },
8968             "conflict": {
8969                 "symfony/config": "<2.8",
8970                 "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
8971                 "symfony/var-dumper": "<3.3",
8972                 "twig/twig": "<1.34|<2.4,>=2"
8973             },
8974             "provide": {
8975                 "psr/log-implementation": "1.0"
8976             },
8977             "require-dev": {
8978                 "psr/cache": "~1.0",
8979                 "symfony/browser-kit": "~2.8|~3.0|~4.0",
8980                 "symfony/class-loader": "~2.8|~3.0",
8981                 "symfony/config": "~2.8|~3.0|~4.0",
8982                 "symfony/console": "~2.8|~3.0|~4.0",
8983                 "symfony/css-selector": "~2.8|~3.0|~4.0",
8984                 "symfony/dependency-injection": "^3.4.10|^4.0.10",
8985                 "symfony/dom-crawler": "~2.8|~3.0|~4.0",
8986                 "symfony/expression-language": "~2.8|~3.0|~4.0",
8987                 "symfony/finder": "~2.8|~3.0|~4.0",
8988                 "symfony/process": "~2.8|~3.0|~4.0",
8989                 "symfony/routing": "~3.4|~4.0",
8990                 "symfony/stopwatch": "~2.8|~3.0|~4.0",
8991                 "symfony/templating": "~2.8|~3.0|~4.0",
8992                 "symfony/translation": "~2.8|~3.0|~4.0",
8993                 "symfony/var-dumper": "~3.3|~4.0"
8994             },
8995             "suggest": {
8996                 "symfony/browser-kit": "",
8997                 "symfony/config": "",
8998                 "symfony/console": "",
8999                 "symfony/dependency-injection": "",
9000                 "symfony/finder": "",
9001                 "symfony/var-dumper": ""
9002             },
9003             "type": "library",
9004             "extra": {
9005                 "branch-alias": {
9006                     "dev-master": "3.4-dev"
9007                 }
9008             },
9009             "autoload": {
9010                 "psr-4": {
9011                     "Symfony\\Component\\HttpKernel\\": ""
9012                 },
9013                 "exclude-from-classmap": [
9014                     "/Tests/"
9015                 ]
9016             },
9017             "notification-url": "https://packagist.org/downloads/",
9018             "license": [
9019                 "MIT"
9020             ],
9021             "authors": [
9022                 {
9023                     "name": "Fabien Potencier",
9024                     "email": "fabien@symfony.com"
9025                 },
9026                 {
9027                     "name": "Symfony Community",
9028                     "homepage": "https://symfony.com/contributors"
9029                 }
9030             ],
9031             "description": "Symfony HttpKernel Component",
9032             "homepage": "https://symfony.com",
9033             "time": "2018-11-03T10:03:02+00:00"
9034         },
9035         {
9036             "name": "symfony/polyfill-ctype",
9037             "version": "v1.10.0",
9038             "source": {
9039                 "type": "git",
9040                 "url": "https://github.com/symfony/polyfill-ctype.git",
9041                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
9042             },
9043             "dist": {
9044                 "type": "zip",
9045                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
9046                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
9047                 "shasum": ""
9048             },
9049             "require": {
9050                 "php": ">=5.3.3"
9051             },
9052             "suggest": {
9053                 "ext-ctype": "For best performance"
9054             },
9055             "type": "library",
9056             "extra": {
9057                 "branch-alias": {
9058                     "dev-master": "1.9-dev"
9059                 }
9060             },
9061             "autoload": {
9062                 "psr-4": {
9063                     "Symfony\\Polyfill\\Ctype\\": ""
9064                 },
9065                 "files": [
9066                     "bootstrap.php"
9067                 ]
9068             },
9069             "notification-url": "https://packagist.org/downloads/",
9070             "license": [
9071                 "MIT"
9072             ],
9073             "authors": [
9074                 {
9075                     "name": "Symfony Community",
9076                     "homepage": "https://symfony.com/contributors"
9077                 },
9078                 {
9079                     "name": "Gert de Pagter",
9080                     "email": "BackEndTea@gmail.com"
9081                 }
9082             ],
9083             "description": "Symfony polyfill for ctype functions",
9084             "homepage": "https://symfony.com",
9085             "keywords": [
9086                 "compatibility",
9087                 "ctype",
9088                 "polyfill",
9089                 "portable"
9090             ],
9091             "time": "2018-08-06T14:22:27+00:00"
9092         },
9093         {
9094             "name": "symfony/polyfill-iconv",
9095             "version": "v1.10.0",
9096             "source": {
9097                 "type": "git",
9098                 "url": "https://github.com/symfony/polyfill-iconv.git",
9099                 "reference": "97001cfc283484c9691769f51cdf25259037eba2"
9100             },
9101             "dist": {
9102                 "type": "zip",
9103                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2",
9104                 "reference": "97001cfc283484c9691769f51cdf25259037eba2",
9105                 "shasum": ""
9106             },
9107             "require": {
9108                 "php": ">=5.3.3"
9109             },
9110             "suggest": {
9111                 "ext-iconv": "For best performance"
9112             },
9113             "type": "library",
9114             "extra": {
9115                 "branch-alias": {
9116                     "dev-master": "1.9-dev"
9117                 }
9118             },
9119             "autoload": {
9120                 "psr-4": {
9121                     "Symfony\\Polyfill\\Iconv\\": ""
9122                 },
9123                 "files": [
9124                     "bootstrap.php"
9125                 ]
9126             },
9127             "notification-url": "https://packagist.org/downloads/",
9128             "license": [
9129                 "MIT"
9130             ],
9131             "authors": [
9132                 {
9133                     "name": "Nicolas Grekas",
9134                     "email": "p@tchwork.com"
9135                 },
9136                 {
9137                     "name": "Symfony Community",
9138                     "homepage": "https://symfony.com/contributors"
9139                 }
9140             ],
9141             "description": "Symfony polyfill for the Iconv extension",
9142             "homepage": "https://symfony.com",
9143             "keywords": [
9144                 "compatibility",
9145                 "iconv",
9146                 "polyfill",
9147                 "portable",
9148                 "shim"
9149             ],
9150             "time": "2018-09-21T06:26:08+00:00"
9151         },
9152         {
9153             "name": "symfony/polyfill-mbstring",
9154             "version": "v1.10.0",
9155             "source": {
9156                 "type": "git",
9157                 "url": "https://github.com/symfony/polyfill-mbstring.git",
9158                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
9159             },
9160             "dist": {
9161                 "type": "zip",
9162                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
9163                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
9164                 "shasum": ""
9165             },
9166             "require": {
9167                 "php": ">=5.3.3"
9168             },
9169             "suggest": {
9170                 "ext-mbstring": "For best performance"
9171             },
9172             "type": "library",
9173             "extra": {
9174                 "branch-alias": {
9175                     "dev-master": "1.9-dev"
9176                 }
9177             },
9178             "autoload": {
9179                 "psr-4": {
9180                     "Symfony\\Polyfill\\Mbstring\\": ""
9181                 },
9182                 "files": [
9183                     "bootstrap.php"
9184                 ]
9185             },
9186             "notification-url": "https://packagist.org/downloads/",
9187             "license": [
9188                 "MIT"
9189             ],
9190             "authors": [
9191                 {
9192                     "name": "Nicolas Grekas",
9193                     "email": "p@tchwork.com"
9194                 },
9195                 {
9196                     "name": "Symfony Community",
9197                     "homepage": "https://symfony.com/contributors"
9198                 }
9199             ],
9200             "description": "Symfony polyfill for the Mbstring extension",
9201             "homepage": "https://symfony.com",
9202             "keywords": [
9203                 "compatibility",
9204                 "mbstring",
9205                 "polyfill",
9206                 "portable",
9207                 "shim"
9208             ],
9209             "time": "2018-09-21T13:07:52+00:00"
9210         },
9211         {
9212             "name": "symfony/polyfill-php70",
9213             "version": "v1.10.0",
9214             "source": {
9215                 "type": "git",
9216                 "url": "https://github.com/symfony/polyfill-php70.git",
9217                 "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
9218             },
9219             "dist": {
9220                 "type": "zip",
9221                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
9222                 "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
9223                 "shasum": ""
9224             },
9225             "require": {
9226                 "paragonie/random_compat": "~1.0|~2.0|~9.99",
9227                 "php": ">=5.3.3"
9228             },
9229             "type": "library",
9230             "extra": {
9231                 "branch-alias": {
9232                     "dev-master": "1.9-dev"
9233                 }
9234             },
9235             "autoload": {
9236                 "psr-4": {
9237                     "Symfony\\Polyfill\\Php70\\": ""
9238                 },
9239                 "files": [
9240                     "bootstrap.php"
9241                 ],
9242                 "classmap": [
9243                     "Resources/stubs"
9244                 ]
9245             },
9246             "notification-url": "https://packagist.org/downloads/",
9247             "license": [
9248                 "MIT"
9249             ],
9250             "authors": [
9251                 {
9252                     "name": "Nicolas Grekas",
9253                     "email": "p@tchwork.com"
9254                 },
9255                 {
9256                     "name": "Symfony Community",
9257                     "homepage": "https://symfony.com/contributors"
9258                 }
9259             ],
9260             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
9261             "homepage": "https://symfony.com",
9262             "keywords": [
9263                 "compatibility",
9264                 "polyfill",
9265                 "portable",
9266                 "shim"
9267             ],
9268             "time": "2018-09-21T06:26:08+00:00"
9269         },
9270         {
9271             "name": "symfony/process",
9272             "version": "v3.4.18",
9273             "source": {
9274                 "type": "git",
9275                 "url": "https://github.com/symfony/process.git",
9276                 "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb"
9277             },
9278             "dist": {
9279                 "type": "zip",
9280                 "url": "https://api.github.com/repos/symfony/process/zipball/35c2914a9f50519bd207164c353ae4d59182c2cb",
9281                 "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb",
9282                 "shasum": ""
9283             },
9284             "require": {
9285                 "php": "^5.5.9|>=7.0.8"
9286             },
9287             "type": "library",
9288             "extra": {
9289                 "branch-alias": {
9290                     "dev-master": "3.4-dev"
9291                 }
9292             },
9293             "autoload": {
9294                 "psr-4": {
9295                     "Symfony\\Component\\Process\\": ""
9296                 },
9297                 "exclude-from-classmap": [
9298                     "/Tests/"
9299                 ]
9300             },
9301             "notification-url": "https://packagist.org/downloads/",
9302             "license": [
9303                 "MIT"
9304             ],
9305             "authors": [
9306                 {
9307                     "name": "Fabien Potencier",
9308                     "email": "fabien@symfony.com"
9309                 },
9310                 {
9311                     "name": "Symfony Community",
9312                     "homepage": "https://symfony.com/contributors"
9313                 }
9314             ],
9315             "description": "Symfony Process Component",
9316             "homepage": "https://symfony.com",
9317             "time": "2018-10-14T17:33:21+00:00"
9318         },
9319         {
9320             "name": "symfony/psr-http-message-bridge",
9321             "version": "v1.1.0",
9322             "source": {
9323                 "type": "git",
9324                 "url": "https://github.com/symfony/psr-http-message-bridge.git",
9325                 "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196"
9326             },
9327             "dist": {
9328                 "type": "zip",
9329                 "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/53c15a6a7918e6c2ab16ae370ea607fb40cab196",
9330                 "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196",
9331                 "shasum": ""
9332             },
9333             "require": {
9334                 "php": "^5.3.3 || ^7.0",
9335                 "psr/http-message": "^1.0",
9336                 "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0"
9337             },
9338             "require-dev": {
9339                 "symfony/phpunit-bridge": "^3.4 || 4.0"
9340             },
9341             "suggest": {
9342                 "psr/http-factory-implementation": "To use the PSR-17 factory",
9343                 "psr/http-message-implementation": "To use the HttpFoundation factory",
9344                 "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
9345             },
9346             "type": "symfony-bridge",
9347             "extra": {
9348                 "branch-alias": {
9349                     "dev-master": "1.1-dev"
9350                 }
9351             },
9352             "autoload": {
9353                 "psr-4": {
9354                     "Symfony\\Bridge\\PsrHttpMessage\\": ""
9355                 }
9356             },
9357             "notification-url": "https://packagist.org/downloads/",
9358             "license": [
9359                 "MIT"
9360             ],
9361             "authors": [
9362                 {
9363                     "name": "Symfony Community",
9364                     "homepage": "http://symfony.com/contributors"
9365                 },
9366                 {
9367                     "name": "Fabien Potencier",
9368                     "email": "fabien@symfony.com"
9369                 }
9370             ],
9371             "description": "PSR HTTP message bridge",
9372             "homepage": "http://symfony.com",
9373             "keywords": [
9374                 "http",
9375                 "http-message",
9376                 "psr-7"
9377             ],
9378             "time": "2018-08-30T16:28:28+00:00"
9379         },
9380         {
9381             "name": "symfony/routing",
9382             "version": "v3.4.18",
9383             "source": {
9384                 "type": "git",
9385                 "url": "https://github.com/symfony/routing.git",
9386                 "reference": "585f6e2d740393d546978769dd56e496a6233e0b"
9387             },
9388             "dist": {
9389                 "type": "zip",
9390                 "url": "https://api.github.com/repos/symfony/routing/zipball/585f6e2d740393d546978769dd56e496a6233e0b",
9391                 "reference": "585f6e2d740393d546978769dd56e496a6233e0b",
9392                 "shasum": ""
9393             },
9394             "require": {
9395                 "php": "^5.5.9|>=7.0.8"
9396             },
9397             "conflict": {
9398                 "symfony/config": "<3.3.1",
9399                 "symfony/dependency-injection": "<3.3",
9400                 "symfony/yaml": "<3.4"
9401             },
9402             "require-dev": {
9403                 "doctrine/annotations": "~1.0",
9404                 "psr/log": "~1.0",
9405                 "symfony/config": "^3.3.1|~4.0",
9406                 "symfony/dependency-injection": "~3.3|~4.0",
9407                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9408                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9409                 "symfony/yaml": "~3.4|~4.0"
9410             },
9411             "suggest": {
9412                 "doctrine/annotations": "For using the annotation loader",
9413                 "symfony/config": "For using the all-in-one router or any loader",
9414                 "symfony/dependency-injection": "For loading routes from a service",
9415                 "symfony/expression-language": "For using expression matching",
9416                 "symfony/http-foundation": "For using a Symfony Request object",
9417                 "symfony/yaml": "For using the YAML loader"
9418             },
9419             "type": "library",
9420             "extra": {
9421                 "branch-alias": {
9422                     "dev-master": "3.4-dev"
9423                 }
9424             },
9425             "autoload": {
9426                 "psr-4": {
9427                     "Symfony\\Component\\Routing\\": ""
9428                 },
9429                 "exclude-from-classmap": [
9430                     "/Tests/"
9431                 ]
9432             },
9433             "notification-url": "https://packagist.org/downloads/",
9434             "license": [
9435                 "MIT"
9436             ],
9437             "authors": [
9438                 {
9439                     "name": "Fabien Potencier",
9440                     "email": "fabien@symfony.com"
9441                 },
9442                 {
9443                     "name": "Symfony Community",
9444                     "homepage": "https://symfony.com/contributors"
9445                 }
9446             ],
9447             "description": "Symfony Routing Component",
9448             "homepage": "https://symfony.com",
9449             "keywords": [
9450                 "router",
9451                 "routing",
9452                 "uri",
9453                 "url"
9454             ],
9455             "time": "2018-10-02T12:28:39+00:00"
9456         },
9457         {
9458             "name": "symfony/serializer",
9459             "version": "v3.4.18",
9460             "source": {
9461                 "type": "git",
9462                 "url": "https://github.com/symfony/serializer.git",
9463                 "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb"
9464             },
9465             "dist": {
9466                 "type": "zip",
9467                 "url": "https://api.github.com/repos/symfony/serializer/zipball/8bc00ef47a428bfebc4641f29d158e7c56137fcb",
9468                 "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb",
9469                 "shasum": ""
9470             },
9471             "require": {
9472                 "php": "^5.5.9|>=7.0.8",
9473                 "symfony/polyfill-ctype": "~1.8"
9474             },
9475             "conflict": {
9476                 "phpdocumentor/type-resolver": "<0.2.1",
9477                 "symfony/dependency-injection": "<3.2",
9478                 "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
9479                 "symfony/property-info": "<3.1",
9480                 "symfony/yaml": "<3.4"
9481             },
9482             "require-dev": {
9483                 "doctrine/annotations": "~1.0",
9484                 "doctrine/cache": "~1.0",
9485                 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9486                 "symfony/cache": "~3.1|~4.0",
9487                 "symfony/config": "~2.8|~3.0|~4.0",
9488                 "symfony/dependency-injection": "~3.2|~4.0",
9489                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9490                 "symfony/property-access": "~2.8|~3.0|~4.0",
9491                 "symfony/property-info": "~3.1|~4.0",
9492                 "symfony/yaml": "~3.4|~4.0"
9493             },
9494             "suggest": {
9495                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9496                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9497                 "psr/cache-implementation": "For using the metadata cache.",
9498                 "symfony/config": "For using the XML mapping loader.",
9499                 "symfony/http-foundation": "To use the DataUriNormalizer.",
9500                 "symfony/property-access": "For using the ObjectNormalizer.",
9501                 "symfony/property-info": "To deserialize relations.",
9502                 "symfony/yaml": "For using the default YAML mapping loader."
9503             },
9504             "type": "library",
9505             "extra": {
9506                 "branch-alias": {
9507                     "dev-master": "3.4-dev"
9508                 }
9509             },
9510             "autoload": {
9511                 "psr-4": {
9512                     "Symfony\\Component\\Serializer\\": ""
9513                 },
9514                 "exclude-from-classmap": [
9515                     "/Tests/"
9516                 ]
9517             },
9518             "notification-url": "https://packagist.org/downloads/",
9519             "license": [
9520                 "MIT"
9521             ],
9522             "authors": [
9523                 {
9524                     "name": "Fabien Potencier",
9525                     "email": "fabien@symfony.com"
9526                 },
9527                 {
9528                     "name": "Symfony Community",
9529                     "homepage": "https://symfony.com/contributors"
9530                 }
9531             ],
9532             "description": "Symfony Serializer Component",
9533             "homepage": "https://symfony.com",
9534             "time": "2018-10-02T12:28:39+00:00"
9535         },
9536         {
9537             "name": "symfony/translation",
9538             "version": "v3.4.18",
9539             "source": {
9540                 "type": "git",
9541                 "url": "https://github.com/symfony/translation.git",
9542                 "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352"
9543             },
9544             "dist": {
9545                 "type": "zip",
9546                 "url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352",
9547                 "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352",
9548                 "shasum": ""
9549             },
9550             "require": {
9551                 "php": "^5.5.9|>=7.0.8",
9552                 "symfony/polyfill-mbstring": "~1.0"
9553             },
9554             "conflict": {
9555                 "symfony/config": "<2.8",
9556                 "symfony/dependency-injection": "<3.4",
9557                 "symfony/yaml": "<3.4"
9558             },
9559             "require-dev": {
9560                 "psr/log": "~1.0",
9561                 "symfony/config": "~2.8|~3.0|~4.0",
9562                 "symfony/dependency-injection": "~3.4|~4.0",
9563                 "symfony/finder": "~2.8|~3.0|~4.0",
9564                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
9565                 "symfony/yaml": "~3.4|~4.0"
9566             },
9567             "suggest": {
9568                 "psr/log-implementation": "To use logging capability in translator",
9569                 "symfony/config": "",
9570                 "symfony/yaml": ""
9571             },
9572             "type": "library",
9573             "extra": {
9574                 "branch-alias": {
9575                     "dev-master": "3.4-dev"
9576                 }
9577             },
9578             "autoload": {
9579                 "psr-4": {
9580                     "Symfony\\Component\\Translation\\": ""
9581                 },
9582                 "exclude-from-classmap": [
9583                     "/Tests/"
9584                 ]
9585             },
9586             "notification-url": "https://packagist.org/downloads/",
9587             "license": [
9588                 "MIT"
9589             ],
9590             "authors": [
9591                 {
9592                     "name": "Fabien Potencier",
9593                     "email": "fabien@symfony.com"
9594                 },
9595                 {
9596                     "name": "Symfony Community",
9597                     "homepage": "https://symfony.com/contributors"
9598                 }
9599             ],
9600             "description": "Symfony Translation Component",
9601             "homepage": "https://symfony.com",
9602             "time": "2018-10-02T16:33:53+00:00"
9603         },
9604         {
9605             "name": "symfony/validator",
9606             "version": "v3.4.18",
9607             "source": {
9608                 "type": "git",
9609                 "url": "https://github.com/symfony/validator.git",
9610                 "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c"
9611             },
9612             "dist": {
9613                 "type": "zip",
9614                 "url": "https://api.github.com/repos/symfony/validator/zipball/6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
9615                 "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
9616                 "shasum": ""
9617             },
9618             "require": {
9619                 "php": "^5.5.9|>=7.0.8",
9620                 "symfony/polyfill-ctype": "~1.8",
9621                 "symfony/polyfill-mbstring": "~1.0",
9622                 "symfony/translation": "~2.8|~3.0|~4.0"
9623             },
9624             "conflict": {
9625                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
9626                 "symfony/dependency-injection": "<3.3",
9627                 "symfony/http-kernel": "<3.3.5",
9628                 "symfony/yaml": "<3.4"
9629             },
9630             "require-dev": {
9631                 "doctrine/annotations": "~1.0",
9632                 "doctrine/cache": "~1.0",
9633                 "egulias/email-validator": "^1.2.8|~2.0",
9634                 "symfony/cache": "~3.1|~4.0",
9635                 "symfony/config": "~2.8|~3.0|~4.0",
9636                 "symfony/dependency-injection": "~3.3|~4.0",
9637                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9638                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9639                 "symfony/http-kernel": "^3.3.5|~4.0",
9640                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
9641                 "symfony/property-access": "~2.8|~3.0|~4.0",
9642                 "symfony/var-dumper": "~3.3|~4.0",
9643                 "symfony/yaml": "~3.4|~4.0"
9644             },
9645             "suggest": {
9646                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9647                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9648                 "egulias/email-validator": "Strict (RFC compliant) email validation",
9649                 "psr/cache-implementation": "For using the metadata cache.",
9650                 "symfony/config": "",
9651                 "symfony/expression-language": "For using the Expression validator",
9652                 "symfony/http-foundation": "",
9653                 "symfony/intl": "",
9654                 "symfony/property-access": "For accessing properties within comparison constraints",
9655                 "symfony/yaml": ""
9656             },
9657             "type": "library",
9658             "extra": {
9659                 "branch-alias": {
9660                     "dev-master": "3.4-dev"
9661                 }
9662             },
9663             "autoload": {
9664                 "psr-4": {
9665                     "Symfony\\Component\\Validator\\": ""
9666                 },
9667                 "exclude-from-classmap": [
9668                     "/Tests/"
9669                 ]
9670             },
9671             "notification-url": "https://packagist.org/downloads/",
9672             "license": [
9673                 "MIT"
9674             ],
9675             "authors": [
9676                 {
9677                     "name": "Fabien Potencier",
9678                     "email": "fabien@symfony.com"
9679                 },
9680                 {
9681                     "name": "Symfony Community",
9682                     "homepage": "https://symfony.com/contributors"
9683                 }
9684             ],
9685             "description": "Symfony Validator Component",
9686             "homepage": "https://symfony.com",
9687             "time": "2018-10-14T18:32:13+00:00"
9688         },
9689         {
9690             "name": "symfony/var-dumper",
9691             "version": "v3.4.18",
9692             "source": {
9693                 "type": "git",
9694                 "url": "https://github.com/symfony/var-dumper.git",
9695                 "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181"
9696             },
9697             "dist": {
9698                 "type": "zip",
9699                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181",
9700                 "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181",
9701                 "shasum": ""
9702             },
9703             "require": {
9704                 "php": "^5.5.9|>=7.0.8",
9705                 "symfony/polyfill-mbstring": "~1.0"
9706             },
9707             "conflict": {
9708                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9709             },
9710             "require-dev": {
9711                 "ext-iconv": "*",
9712                 "twig/twig": "~1.34|~2.4"
9713             },
9714             "suggest": {
9715                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
9716                 "ext-intl": "To show region name in time zone dump",
9717                 "ext-symfony_debug": ""
9718             },
9719             "type": "library",
9720             "extra": {
9721                 "branch-alias": {
9722                     "dev-master": "3.4-dev"
9723                 }
9724             },
9725             "autoload": {
9726                 "files": [
9727                     "Resources/functions/dump.php"
9728                 ],
9729                 "psr-4": {
9730                     "Symfony\\Component\\VarDumper\\": ""
9731                 },
9732                 "exclude-from-classmap": [
9733                     "/Tests/"
9734                 ]
9735             },
9736             "notification-url": "https://packagist.org/downloads/",
9737             "license": [
9738                 "MIT"
9739             ],
9740             "authors": [
9741                 {
9742                     "name": "Nicolas Grekas",
9743                     "email": "p@tchwork.com"
9744                 },
9745                 {
9746                     "name": "Symfony Community",
9747                     "homepage": "https://symfony.com/contributors"
9748                 }
9749             ],
9750             "description": "Symfony mechanism for exploring and dumping PHP variables",
9751             "homepage": "https://symfony.com",
9752             "keywords": [
9753                 "debug",
9754                 "dump"
9755             ],
9756             "time": "2018-10-02T16:33:53+00:00"
9757         },
9758         {
9759             "name": "symfony/yaml",
9760             "version": "v3.4.18",
9761             "source": {
9762                 "type": "git",
9763                 "url": "https://github.com/symfony/yaml.git",
9764                 "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f"
9765             },
9766             "dist": {
9767                 "type": "zip",
9768                 "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f",
9769                 "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f",
9770                 "shasum": ""
9771             },
9772             "require": {
9773                 "php": "^5.5.9|>=7.0.8",
9774                 "symfony/polyfill-ctype": "~1.8"
9775             },
9776             "conflict": {
9777                 "symfony/console": "<3.4"
9778             },
9779             "require-dev": {
9780                 "symfony/console": "~3.4|~4.0"
9781             },
9782             "suggest": {
9783                 "symfony/console": "For validating YAML files using the lint command"
9784             },
9785             "type": "library",
9786             "extra": {
9787                 "branch-alias": {
9788                     "dev-master": "3.4-dev"
9789                 }
9790             },
9791             "autoload": {
9792                 "psr-4": {
9793                     "Symfony\\Component\\Yaml\\": ""
9794                 },
9795                 "exclude-from-classmap": [
9796                     "/Tests/"
9797                 ]
9798             },
9799             "notification-url": "https://packagist.org/downloads/",
9800             "license": [
9801                 "MIT"
9802             ],
9803             "authors": [
9804                 {
9805                     "name": "Fabien Potencier",
9806                     "email": "fabien@symfony.com"
9807                 },
9808                 {
9809                     "name": "Symfony Community",
9810                     "homepage": "https://symfony.com/contributors"
9811                 }
9812             ],
9813             "description": "Symfony Yaml Component",
9814             "homepage": "https://symfony.com",
9815             "time": "2018-10-02T16:33:53+00:00"
9816         },
9817         {
9818             "name": "twbs/bootstrap-sass",
9819             "version": "v3.3.7",
9820             "source": {
9821                 "type": "git",
9822                 "url": "https://github.com/twbs/bootstrap-sass.git",
9823                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
9824             },
9825             "dist": {
9826                 "type": "zip",
9827                 "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
9828                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
9829                 "shasum": ""
9830             },
9831             "type": "library",
9832             "extra": {
9833                 "branch-alias": {
9834                     "dev-master": "3.3.x-dev"
9835                 }
9836             },
9837             "notification-url": "https://packagist.org/downloads/",
9838             "license": [
9839                 "MIT"
9840             ],
9841             "authors": [
9842                 {
9843                     "name": "Mark Otto"
9844                 },
9845                 {
9846                     "name": "Thomas McDonald"
9847                 },
9848                 {
9849                     "name": "Tristan Harward"
9850                 },
9851                 {
9852                     "name": "Peter Gumeson"
9853                 },
9854                 {
9855                     "name": "Gleb Mazovetskiy"
9856                 },
9857                 {
9858                     "name": "Jacob Thornton"
9859                 }
9860             ],
9861             "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
9862             "homepage": "http://github.com/twbs/bootstrap-sass",
9863             "keywords": [
9864                 "bootstrap",
9865                 "css",
9866                 "sass"
9867             ],
9868             "time": "2016-07-25T19:58:53+00:00"
9869         },
9870         {
9871             "name": "twig/twig",
9872             "version": "v1.35.4",
9873             "source": {
9874                 "type": "git",
9875                 "url": "https://github.com/twigphp/Twig.git",
9876                 "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
9877             },
9878             "dist": {
9879                 "type": "zip",
9880                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
9881                 "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
9882                 "shasum": ""
9883             },
9884             "require": {
9885                 "php": ">=5.3.3",
9886                 "symfony/polyfill-ctype": "^1.8"
9887             },
9888             "require-dev": {
9889                 "psr/container": "^1.0",
9890                 "symfony/debug": "^2.7",
9891                 "symfony/phpunit-bridge": "^3.3"
9892             },
9893             "type": "library",
9894             "extra": {
9895                 "branch-alias": {
9896                     "dev-master": "1.35-dev"
9897                 }
9898             },
9899             "autoload": {
9900                 "psr-0": {
9901                     "Twig_": "lib/"
9902                 },
9903                 "psr-4": {
9904                     "Twig\\": "src/"
9905                 }
9906             },
9907             "notification-url": "https://packagist.org/downloads/",
9908             "license": [
9909                 "BSD-3-Clause"
9910             ],
9911             "authors": [
9912                 {
9913                     "name": "Fabien Potencier",
9914                     "email": "fabien@symfony.com",
9915                     "homepage": "http://fabien.potencier.org",
9916                     "role": "Lead Developer"
9917                 },
9918                 {
9919                     "name": "Armin Ronacher",
9920                     "email": "armin.ronacher@active-4.com",
9921                     "role": "Project Founder"
9922                 },
9923                 {
9924                     "name": "Twig Team",
9925                     "homepage": "https://twig.symfony.com/contributors",
9926                     "role": "Contributors"
9927                 }
9928             ],
9929             "description": "Twig, the flexible, fast, and secure template language for PHP",
9930             "homepage": "https://twig.symfony.com",
9931             "keywords": [
9932                 "templating"
9933             ],
9934             "time": "2018-07-13T07:12:17+00:00"
9935         },
9936         {
9937             "name": "webflo/drupal-finder",
9938             "version": "1.1.0",
9939             "source": {
9940                 "type": "git",
9941                 "url": "https://github.com/webflo/drupal-finder.git",
9942                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
9943             },
9944             "dist": {
9945                 "type": "zip",
9946                 "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
9947                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
9948                 "shasum": ""
9949             },
9950             "require-dev": {
9951                 "mikey179/vfsstream": "^1.6",
9952                 "phpunit/phpunit": "^4.8"
9953             },
9954             "type": "library",
9955             "autoload": {
9956                 "classmap": [
9957                     "src/DrupalFinder.php"
9958                 ]
9959             },
9960             "notification-url": "https://packagist.org/downloads/",
9961             "license": [
9962                 "GPL-2.0+"
9963             ],
9964             "authors": [
9965                 {
9966                     "name": "Florian Weber",
9967                     "email": "florian@webflo.org"
9968                 }
9969             ],
9970             "description": "Helper class to locate a Drupal installation from a given path.",
9971             "time": "2017-10-24T08:12:11+00:00"
9972         },
9973         {
9974             "name": "webmozart/assert",
9975             "version": "1.3.0",
9976             "source": {
9977                 "type": "git",
9978                 "url": "https://github.com/webmozart/assert.git",
9979                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
9980             },
9981             "dist": {
9982                 "type": "zip",
9983                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
9984                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
9985                 "shasum": ""
9986             },
9987             "require": {
9988                 "php": "^5.3.3 || ^7.0"
9989             },
9990             "require-dev": {
9991                 "phpunit/phpunit": "^4.6",
9992                 "sebastian/version": "^1.0.1"
9993             },
9994             "type": "library",
9995             "extra": {
9996                 "branch-alias": {
9997                     "dev-master": "1.3-dev"
9998                 }
9999             },
10000             "autoload": {
10001                 "psr-4": {
10002                     "Webmozart\\Assert\\": "src/"
10003                 }
10004             },
10005             "notification-url": "https://packagist.org/downloads/",
10006             "license": [
10007                 "MIT"
10008             ],
10009             "authors": [
10010                 {
10011                     "name": "Bernhard Schussek",
10012                     "email": "bschussek@gmail.com"
10013                 }
10014             ],
10015             "description": "Assertions to validate method input/output with nice error messages.",
10016             "keywords": [
10017                 "assert",
10018                 "check",
10019                 "validate"
10020             ],
10021             "time": "2018-01-29T19:49:41+00:00"
10022         },
10023         {
10024             "name": "webmozart/path-util",
10025             "version": "2.3.0",
10026             "source": {
10027                 "type": "git",
10028                 "url": "https://github.com/webmozart/path-util.git",
10029                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
10030             },
10031             "dist": {
10032                 "type": "zip",
10033                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
10034                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
10035                 "shasum": ""
10036             },
10037             "require": {
10038                 "php": ">=5.3.3",
10039                 "webmozart/assert": "~1.0"
10040             },
10041             "require-dev": {
10042                 "phpunit/phpunit": "^4.6",
10043                 "sebastian/version": "^1.0.1"
10044             },
10045             "type": "library",
10046             "extra": {
10047                 "branch-alias": {
10048                     "dev-master": "2.3-dev"
10049                 }
10050             },
10051             "autoload": {
10052                 "psr-4": {
10053                     "Webmozart\\PathUtil\\": "src/"
10054                 }
10055             },
10056             "notification-url": "https://packagist.org/downloads/",
10057             "license": [
10058                 "MIT"
10059             ],
10060             "authors": [
10061                 {
10062                     "name": "Bernhard Schussek",
10063                     "email": "bschussek@gmail.com"
10064                 }
10065             ],
10066             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
10067             "time": "2015-12-17T08:42:14+00:00"
10068         },
10069         {
10070             "name": "zendframework/zend-diactoros",
10071             "version": "1.8.6",
10072             "source": {
10073                 "type": "git",
10074                 "url": "https://github.com/zendframework/zend-diactoros.git",
10075                 "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
10076             },
10077             "dist": {
10078                 "type": "zip",
10079                 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
10080                 "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
10081                 "shasum": ""
10082             },
10083             "require": {
10084                 "php": "^5.6 || ^7.0",
10085                 "psr/http-message": "^1.0"
10086             },
10087             "provide": {
10088                 "psr/http-message-implementation": "1.0"
10089             },
10090             "require-dev": {
10091                 "ext-dom": "*",
10092                 "ext-libxml": "*",
10093                 "php-http/psr7-integration-tests": "dev-master",
10094                 "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
10095                 "zendframework/zend-coding-standard": "~1.0"
10096             },
10097             "type": "library",
10098             "extra": {
10099                 "branch-alias": {
10100                     "dev-master": "1.8.x-dev",
10101                     "dev-develop": "1.9.x-dev",
10102                     "dev-release-2.0": "2.0.x-dev"
10103                 }
10104             },
10105             "autoload": {
10106                 "files": [
10107                     "src/functions/create_uploaded_file.php",
10108                     "src/functions/marshal_headers_from_sapi.php",
10109                     "src/functions/marshal_method_from_sapi.php",
10110                     "src/functions/marshal_protocol_version_from_sapi.php",
10111                     "src/functions/marshal_uri_from_sapi.php",
10112                     "src/functions/normalize_server.php",
10113                     "src/functions/normalize_uploaded_files.php",
10114                     "src/functions/parse_cookie_header.php"
10115                 ],
10116                 "psr-4": {
10117                     "Zend\\Diactoros\\": "src/"
10118                 }
10119             },
10120             "notification-url": "https://packagist.org/downloads/",
10121             "license": [
10122                 "BSD-2-Clause"
10123             ],
10124             "description": "PSR HTTP Message implementations",
10125             "homepage": "https://github.com/zendframework/zend-diactoros",
10126             "keywords": [
10127                 "http",
10128                 "psr",
10129                 "psr-7"
10130             ],
10131             "time": "2018-09-05T19:29:37+00:00"
10132         },
10133         {
10134             "name": "zendframework/zend-escaper",
10135             "version": "2.6.0",
10136             "source": {
10137                 "type": "git",
10138                 "url": "https://github.com/zendframework/zend-escaper.git",
10139                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
10140             },
10141             "dist": {
10142                 "type": "zip",
10143                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
10144                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
10145                 "shasum": ""
10146             },
10147             "require": {
10148                 "php": "^5.6 || ^7.0"
10149             },
10150             "require-dev": {
10151                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
10152                 "zendframework/zend-coding-standard": "~1.0.0"
10153             },
10154             "type": "library",
10155             "extra": {
10156                 "branch-alias": {
10157                     "dev-master": "2.6.x-dev",
10158                     "dev-develop": "2.7.x-dev"
10159                 }
10160             },
10161             "autoload": {
10162                 "psr-4": {
10163                     "Zend\\Escaper\\": "src/"
10164                 }
10165             },
10166             "notification-url": "https://packagist.org/downloads/",
10167             "license": [
10168                 "BSD-3-Clause"
10169             ],
10170             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
10171             "keywords": [
10172                 "ZendFramework",
10173                 "escaper",
10174                 "zf"
10175             ],
10176             "time": "2018-04-25T15:48:53+00:00"
10177         },
10178         {
10179             "name": "zendframework/zend-feed",
10180             "version": "2.10.3",
10181             "source": {
10182                 "type": "git",
10183                 "url": "https://github.com/zendframework/zend-feed.git",
10184                 "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888"
10185             },
10186             "dist": {
10187                 "type": "zip",
10188                 "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/6641f4cf3f4586c63f83fd70b6d19966025c8888",
10189                 "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888",
10190                 "shasum": ""
10191             },
10192             "require": {
10193                 "php": "^5.6 || ^7.0",
10194                 "zendframework/zend-escaper": "^2.5.2",
10195                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
10196             },
10197             "require-dev": {
10198                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10199                 "psr/http-message": "^1.0.1",
10200                 "zendframework/zend-cache": "^2.7.2",
10201                 "zendframework/zend-coding-standard": "~1.0.0",
10202                 "zendframework/zend-db": "^2.8.2",
10203                 "zendframework/zend-http": "^2.7",
10204                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
10205                 "zendframework/zend-validator": "^2.10.1"
10206             },
10207             "suggest": {
10208                 "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
10209                 "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
10210                 "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
10211                 "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
10212                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
10213                 "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
10214             },
10215             "type": "library",
10216             "extra": {
10217                 "branch-alias": {
10218                     "dev-master": "2.10.x-dev",
10219                     "dev-develop": "2.11.x-dev"
10220                 }
10221             },
10222             "autoload": {
10223                 "psr-4": {
10224                     "Zend\\Feed\\": "src/"
10225                 }
10226             },
10227             "notification-url": "https://packagist.org/downloads/",
10228             "license": [
10229                 "BSD-3-Clause"
10230             ],
10231             "description": "provides functionality for consuming RSS and Atom feeds",
10232             "keywords": [
10233                 "ZendFramework",
10234                 "feed",
10235                 "zf"
10236             ],
10237             "time": "2018-08-01T13:53:20+00:00"
10238         },
10239         {
10240             "name": "zendframework/zend-stdlib",
10241             "version": "3.2.1",
10242             "source": {
10243                 "type": "git",
10244                 "url": "https://github.com/zendframework/zend-stdlib.git",
10245                 "reference": "66536006722aff9e62d1b331025089b7ec71c065"
10246             },
10247             "dist": {
10248                 "type": "zip",
10249                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
10250                 "reference": "66536006722aff9e62d1b331025089b7ec71c065",
10251                 "shasum": ""
10252             },
10253             "require": {
10254                 "php": "^5.6 || ^7.0"
10255             },
10256             "require-dev": {
10257                 "phpbench/phpbench": "^0.13",
10258                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
10259                 "zendframework/zend-coding-standard": "~1.0.0"
10260             },
10261             "type": "library",
10262             "extra": {
10263                 "branch-alias": {
10264                     "dev-master": "3.2.x-dev",
10265                     "dev-develop": "3.3.x-dev"
10266                 }
10267             },
10268             "autoload": {
10269                 "psr-4": {
10270                     "Zend\\Stdlib\\": "src/"
10271                 }
10272             },
10273             "notification-url": "https://packagist.org/downloads/",
10274             "license": [
10275                 "BSD-3-Clause"
10276             ],
10277             "description": "SPL extensions, array utilities, error handlers, and more",
10278             "keywords": [
10279                 "ZendFramework",
10280                 "stdlib",
10281                 "zf"
10282             ],
10283             "time": "2018-08-28T21:34:05+00:00"
10284         }
10285     ],
10286     "packages-dev": [
10287         {
10288             "name": "ajgl/breakpoint-twig-extension",
10289             "version": "0.3.0",
10290             "source": {
10291                 "type": "git",
10292                 "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
10293                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
10294             },
10295             "dist": {
10296                 "type": "zip",
10297                 "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
10298                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
10299                 "shasum": ""
10300             },
10301             "require": {
10302                 "php": ">=5.4.0",
10303                 "twig/twig": "^1.14"
10304             },
10305             "require-dev": {
10306                 "symfony/framework-bundle": "^2.3",
10307                 "symfony/twig-bundle": "^2.3"
10308             },
10309             "suggest": {
10310                 "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
10311                 "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
10312                 "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
10313             },
10314             "type": "library",
10315             "extra": {
10316                 "branch-alias": {
10317                     "dev-master": "0.4.x-dev"
10318                 }
10319             },
10320             "autoload": {
10321                 "psr-4": {
10322                     "Ajgl\\Twig\\Extension\\": "src/"
10323                 }
10324             },
10325             "notification-url": "https://packagist.org/downloads/",
10326             "license": [
10327                 "MIT"
10328             ],
10329             "authors": [
10330                 {
10331                     "name": "Antonio J. García Lagar",
10332                     "email": "aj@garcialagar.es",
10333                     "homepage": "http://aj.garcialagar.es",
10334                     "role": "developer"
10335                 }
10336             ],
10337             "description": "Twig extension to set breakpoints",
10338             "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
10339             "keywords": [
10340                 "Xdebug",
10341                 "breakpoint",
10342                 "twig"
10343             ],
10344             "time": "2016-03-31T18:09:32+00:00"
10345         },
10346         {
10347             "name": "behat/mink",
10348             "version": "v1.7.1",
10349             "source": {
10350                 "type": "git",
10351                 "url": "https://github.com/minkphp/Mink.git",
10352                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
10353             },
10354             "dist": {
10355                 "type": "zip",
10356                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
10357                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
10358                 "shasum": ""
10359             },
10360             "require": {
10361                 "php": ">=5.3.1",
10362                 "symfony/css-selector": "~2.1|~3.0"
10363             },
10364             "require-dev": {
10365                 "symfony/phpunit-bridge": "~2.7|~3.0"
10366             },
10367             "suggest": {
10368                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
10369                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
10370                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
10371                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
10372             },
10373             "type": "library",
10374             "extra": {
10375                 "branch-alias": {
10376                     "dev-master": "1.7.x-dev"
10377                 }
10378             },
10379             "autoload": {
10380                 "psr-4": {
10381                     "Behat\\Mink\\": "src/"
10382                 }
10383             },
10384             "notification-url": "https://packagist.org/downloads/",
10385             "license": [
10386                 "MIT"
10387             ],
10388             "authors": [
10389                 {
10390                     "name": "Konstantin Kudryashov",
10391                     "email": "ever.zet@gmail.com",
10392                     "homepage": "http://everzet.com"
10393                 }
10394             ],
10395             "description": "Browser controller/emulator abstraction for PHP",
10396             "homepage": "http://mink.behat.org/",
10397             "keywords": [
10398                 "browser",
10399                 "testing",
10400                 "web"
10401             ],
10402             "time": "2016-03-05T08:26:18+00:00"
10403         },
10404         {
10405             "name": "behat/mink-browserkit-driver",
10406             "version": "1.3.3",
10407             "source": {
10408                 "type": "git",
10409                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
10410                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
10411             },
10412             "dist": {
10413                 "type": "zip",
10414                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
10415                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
10416                 "shasum": ""
10417             },
10418             "require": {
10419                 "behat/mink": "^1.7.1@dev",
10420                 "php": ">=5.3.6",
10421                 "symfony/browser-kit": "~2.3|~3.0|~4.0",
10422                 "symfony/dom-crawler": "~2.3|~3.0|~4.0"
10423             },
10424             "require-dev": {
10425                 "mink/driver-testsuite": "dev-master",
10426                 "symfony/http-kernel": "~2.3|~3.0|~4.0"
10427             },
10428             "type": "mink-driver",
10429             "extra": {
10430                 "branch-alias": {
10431                     "dev-master": "1.3.x-dev"
10432                 }
10433             },
10434             "autoload": {
10435                 "psr-4": {
10436                     "Behat\\Mink\\Driver\\": "src/"
10437                 }
10438             },
10439             "notification-url": "https://packagist.org/downloads/",
10440             "license": [
10441                 "MIT"
10442             ],
10443             "authors": [
10444                 {
10445                     "name": "Konstantin Kudryashov",
10446                     "email": "ever.zet@gmail.com",
10447                     "homepage": "http://everzet.com"
10448                 }
10449             ],
10450             "description": "Symfony2 BrowserKit driver for Mink framework",
10451             "homepage": "http://mink.behat.org/",
10452             "keywords": [
10453                 "Mink",
10454                 "Symfony2",
10455                 "browser",
10456                 "testing"
10457             ],
10458             "time": "2018-05-02T09:25:31+00:00"
10459         },
10460         {
10461             "name": "behat/mink-goutte-driver",
10462             "version": "v1.2.1",
10463             "source": {
10464                 "type": "git",
10465                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
10466                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
10467             },
10468             "dist": {
10469                 "type": "zip",
10470                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
10471                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
10472                 "shasum": ""
10473             },
10474             "require": {
10475                 "behat/mink": "~1.6@dev",
10476                 "behat/mink-browserkit-driver": "~1.2@dev",
10477                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
10478                 "php": ">=5.3.1"
10479             },
10480             "require-dev": {
10481                 "symfony/phpunit-bridge": "~2.7|~3.0"
10482             },
10483             "type": "mink-driver",
10484             "extra": {
10485                 "branch-alias": {
10486                     "dev-master": "1.2.x-dev"
10487                 }
10488             },
10489             "autoload": {
10490                 "psr-4": {
10491                     "Behat\\Mink\\Driver\\": "src/"
10492                 }
10493             },
10494             "notification-url": "https://packagist.org/downloads/",
10495             "license": [
10496                 "MIT"
10497             ],
10498             "authors": [
10499                 {
10500                     "name": "Konstantin Kudryashov",
10501                     "email": "ever.zet@gmail.com",
10502                     "homepage": "http://everzet.com"
10503                 }
10504             ],
10505             "description": "Goutte driver for Mink framework",
10506             "homepage": "http://mink.behat.org/",
10507             "keywords": [
10508                 "browser",
10509                 "goutte",
10510                 "headless",
10511                 "testing"
10512             ],
10513             "time": "2016-03-05T09:04:22+00:00"
10514         },
10515         {
10516             "name": "doctrine/instantiator",
10517             "version": "1.0.5",
10518             "source": {
10519                 "type": "git",
10520                 "url": "https://github.com/doctrine/instantiator.git",
10521                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
10522             },
10523             "dist": {
10524                 "type": "zip",
10525                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
10526                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
10527                 "shasum": ""
10528             },
10529             "require": {
10530                 "php": ">=5.3,<8.0-DEV"
10531             },
10532             "require-dev": {
10533                 "athletic/athletic": "~0.1.8",
10534                 "ext-pdo": "*",
10535                 "ext-phar": "*",
10536                 "phpunit/phpunit": "~4.0",
10537                 "squizlabs/php_codesniffer": "~2.0"
10538             },
10539             "type": "library",
10540             "extra": {
10541                 "branch-alias": {
10542                     "dev-master": "1.0.x-dev"
10543                 }
10544             },
10545             "autoload": {
10546                 "psr-4": {
10547                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
10548                 }
10549             },
10550             "notification-url": "https://packagist.org/downloads/",
10551             "license": [
10552                 "MIT"
10553             ],
10554             "authors": [
10555                 {
10556                     "name": "Marco Pivetta",
10557                     "email": "ocramius@gmail.com",
10558                     "homepage": "http://ocramius.github.com/"
10559                 }
10560             ],
10561             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
10562             "homepage": "https://github.com/doctrine/instantiator",
10563             "keywords": [
10564                 "constructor",
10565                 "instantiate"
10566             ],
10567             "time": "2015-06-14T21:17:01+00:00"
10568         },
10569         {
10570             "name": "drupal/livereload",
10571             "version": "dev-1.x",
10572             "source": {
10573                 "type": "git",
10574                 "url": "https://git.drupal.org/project/livereload",
10575                 "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
10576             },
10577             "require": {
10578                 "drupal/core": "~8.0"
10579             },
10580             "type": "drupal-module",
10581             "extra": {
10582                 "branch-alias": {
10583                     "dev-1.x": "1.x-dev"
10584                 },
10585                 "drupal": {
10586                     "version": "8.x-1.x-dev",
10587                     "datestamp": "1474009739"
10588                 }
10589             },
10590             "notification-url": "https://packages.drupal.org/8/downloads",
10591             "license": [
10592                 "GPL-2.0+"
10593             ],
10594             "authors": [
10595                 {
10596                     "name": "Hydra",
10597                     "homepage": "https://www.drupal.org/user/647364"
10598                 },
10599                 {
10600                     "name": "tim.plunkett",
10601                     "homepage": "https://www.drupal.org/user/241634"
10602                 }
10603             ],
10604             "description": "Enables and enhances use of LiveReload during development.",
10605             "homepage": "https://www.drupal.org/project/livereload",
10606             "support": {
10607                 "source": "http://cgit.drupalcode.org/livereload"
10608             }
10609         },
10610         {
10611             "name": "drupal/twig_xdebug",
10612             "version": "1.0.0",
10613             "source": {
10614                 "type": "git",
10615                 "url": "https://git.drupal.org/project/twig_xdebug",
10616                 "reference": "8.x-1.0"
10617             },
10618             "dist": {
10619                 "type": "zip",
10620                 "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
10621                 "reference": "8.x-1.0",
10622                 "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
10623             },
10624             "require": {
10625                 "ajgl/breakpoint-twig-extension": "0.3",
10626                 "drupal/core": "~8.0"
10627             },
10628             "type": "drupal-module",
10629             "extra": {
10630                 "branch-alias": {
10631                     "dev-1.x": "1.x-dev"
10632                 },
10633                 "drupal": {
10634                     "version": "8.x-1.0",
10635                     "datestamp": "1464928439"
10636                 }
10637             },
10638             "notification-url": "https://packages.drupal.org/8/downloads",
10639             "license": [
10640                 "GPL-2.0+"
10641             ],
10642             "authors": [
10643                 {
10644                     "name": "charginghawk",
10645                     "homepage": "https://www.drupal.org/user/2626341"
10646                 }
10647             ],
10648             "description": "Enables Xdebug breakpoints in Twig.",
10649             "homepage": "https://www.drupal.org/project/twig_xdebug",
10650             "support": {
10651                 "source": "http://cgit.drupalcode.org/twig_xdebug"
10652             }
10653         },
10654         {
10655             "name": "fabpot/goutte",
10656             "version": "v3.2.3",
10657             "source": {
10658                 "type": "git",
10659                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
10660                 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
10661             },
10662             "dist": {
10663                 "type": "zip",
10664                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
10665                 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
10666                 "shasum": ""
10667             },
10668             "require": {
10669                 "guzzlehttp/guzzle": "^6.0",
10670                 "php": ">=5.5.0",
10671                 "symfony/browser-kit": "~2.1|~3.0|~4.0",
10672                 "symfony/css-selector": "~2.1|~3.0|~4.0",
10673                 "symfony/dom-crawler": "~2.1|~3.0|~4.0"
10674             },
10675             "require-dev": {
10676                 "symfony/phpunit-bridge": "^3.3 || ^4"
10677             },
10678             "type": "application",
10679             "extra": {
10680                 "branch-alias": {
10681                     "dev-master": "3.2-dev"
10682                 }
10683             },
10684             "autoload": {
10685                 "psr-4": {
10686                     "Goutte\\": "Goutte"
10687                 },
10688                 "exclude-from-classmap": [
10689                     "Goutte/Tests"
10690                 ]
10691             },
10692             "notification-url": "https://packagist.org/downloads/",
10693             "license": [
10694                 "MIT"
10695             ],
10696             "authors": [
10697                 {
10698                     "name": "Fabien Potencier",
10699                     "email": "fabien@symfony.com"
10700                 }
10701             ],
10702             "description": "A simple PHP Web Scraper",
10703             "homepage": "https://github.com/FriendsOfPHP/Goutte",
10704             "keywords": [
10705                 "scraper"
10706             ],
10707             "time": "2018-06-29T15:13:57+00:00"
10708         },
10709         {
10710             "name": "jcalderonzumba/gastonjs",
10711             "version": "v1.0.3",
10712             "source": {
10713                 "type": "git",
10714                 "url": "https://github.com/jcalderonzumba/gastonjs.git",
10715                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
10716             },
10717             "dist": {
10718                 "type": "zip",
10719                 "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
10720                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
10721                 "shasum": ""
10722             },
10723             "require": {
10724                 "guzzlehttp/guzzle": "~5.0|~6.0",
10725                 "php": ">=5.4"
10726             },
10727             "require-dev": {
10728                 "phpunit/phpunit": "~4.6",
10729                 "silex/silex": "~1.2",
10730                 "symfony/phpunit-bridge": "~2.7",
10731                 "symfony/process": "~2.1"
10732             },
10733             "type": "phantomjs-api",
10734             "extra": {
10735                 "branch-alias": {
10736                     "dev-master": "1.1.x-dev"
10737                 }
10738             },
10739             "autoload": {
10740                 "psr-4": {
10741                     "Zumba\\GastonJS\\": "src"
10742                 }
10743             },
10744             "notification-url": "https://packagist.org/downloads/",
10745             "license": [
10746                 "MIT"
10747             ],
10748             "authors": [
10749                 {
10750                     "name": "Juan Francisco Calderón Zumba",
10751                     "email": "juanfcz@gmail.com",
10752                     "homepage": "http://github.com/jcalderonzumba"
10753                 }
10754             ],
10755             "description": "PhantomJS API based server for webpage automation",
10756             "homepage": "https://github.com/jcalderonzumba/gastonjs",
10757             "keywords": [
10758                 "api",
10759                 "automation",
10760                 "browser",
10761                 "headless",
10762                 "phantomjs"
10763             ],
10764             "time": "2016-05-04T16:27:07+00:00"
10765         },
10766         {
10767             "name": "jcalderonzumba/mink-phantomjs-driver",
10768             "version": "v0.3.3",
10769             "source": {
10770                 "type": "git",
10771                 "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
10772                 "reference": "008f43670e94acd39273d15add1e7348eb23848d"
10773             },
10774             "dist": {
10775                 "type": "zip",
10776                 "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
10777                 "reference": "008f43670e94acd39273d15add1e7348eb23848d",
10778                 "shasum": ""
10779             },
10780             "require": {
10781                 "behat/mink": "~1.7",
10782                 "jcalderonzumba/gastonjs": "~1.0",
10783                 "php": ">=5.4",
10784                 "twig/twig": "~1.20|~2.0"
10785             },
10786             "require-dev": {
10787                 "mink/driver-testsuite": "dev-master",
10788                 "phpunit/phpunit": "~4.6"
10789             },
10790             "type": "mink-driver",
10791             "extra": {
10792                 "branch-alias": {
10793                     "dev-master": "0.4.x-dev"
10794                 }
10795             },
10796             "autoload": {
10797                 "psr-4": {
10798                     "Zumba\\Mink\\Driver\\": "src"
10799                 }
10800             },
10801             "notification-url": "https://packagist.org/downloads/",
10802             "license": [
10803                 "MIT"
10804             ],
10805             "authors": [
10806                 {
10807                     "name": "Juan Francisco Calderón Zumba",
10808                     "email": "juanfcz@gmail.com",
10809                     "homepage": "http://github.com/jcalderonzumba"
10810                 }
10811             ],
10812             "description": "PhantomJS driver for Mink framework",
10813             "homepage": "http://mink.behat.org/",
10814             "keywords": [
10815                 "ajax",
10816                 "browser",
10817                 "headless",
10818                 "javascript",
10819                 "phantomjs",
10820                 "testing"
10821             ],
10822             "time": "2016-12-01T10:57:30+00:00"
10823         },
10824         {
10825             "name": "mikey179/vfsStream",
10826             "version": "v1.6.5",
10827             "source": {
10828                 "type": "git",
10829                 "url": "https://github.com/mikey179/vfsStream.git",
10830                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
10831             },
10832             "dist": {
10833                 "type": "zip",
10834                 "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
10835                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
10836                 "shasum": ""
10837             },
10838             "require": {
10839                 "php": ">=5.3.0"
10840             },
10841             "require-dev": {
10842                 "phpunit/phpunit": "~4.5"
10843             },
10844             "type": "library",
10845             "extra": {
10846                 "branch-alias": {
10847                     "dev-master": "1.6.x-dev"
10848                 }
10849             },
10850             "autoload": {
10851                 "psr-0": {
10852                     "org\\bovigo\\vfs\\": "src/main/php"
10853                 }
10854             },
10855             "notification-url": "https://packagist.org/downloads/",
10856             "license": [
10857                 "BSD-3-Clause"
10858             ],
10859             "authors": [
10860                 {
10861                     "name": "Frank Kleine",
10862                     "homepage": "http://frankkleine.de/",
10863                     "role": "Developer"
10864                 }
10865             ],
10866             "description": "Virtual file system to mock the real file system in unit tests.",
10867             "homepage": "http://vfs.bovigo.org/",
10868             "time": "2017-08-01T08:02:14+00:00"
10869         },
10870         {
10871             "name": "phpspec/prophecy",
10872             "version": "1.8.0",
10873             "source": {
10874                 "type": "git",
10875                 "url": "https://github.com/phpspec/prophecy.git",
10876                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
10877             },
10878             "dist": {
10879                 "type": "zip",
10880                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
10881                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
10882                 "shasum": ""
10883             },
10884             "require": {
10885                 "doctrine/instantiator": "^1.0.2",
10886                 "php": "^5.3|^7.0",
10887                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
10888                 "sebastian/comparator": "^1.1|^2.0|^3.0",
10889                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
10890             },
10891             "require-dev": {
10892                 "phpspec/phpspec": "^2.5|^3.2",
10893                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
10894             },
10895             "type": "library",
10896             "extra": {
10897                 "branch-alias": {
10898                     "dev-master": "1.8.x-dev"
10899                 }
10900             },
10901             "autoload": {
10902                 "psr-0": {
10903                     "Prophecy\\": "src/"
10904                 }
10905             },
10906             "notification-url": "https://packagist.org/downloads/",
10907             "license": [
10908                 "MIT"
10909             ],
10910             "authors": [
10911                 {
10912                     "name": "Konstantin Kudryashov",
10913                     "email": "ever.zet@gmail.com",
10914                     "homepage": "http://everzet.com"
10915                 },
10916                 {
10917                     "name": "Marcello Duarte",
10918                     "email": "marcello.duarte@gmail.com"
10919                 }
10920             ],
10921             "description": "Highly opinionated mocking framework for PHP 5.3+",
10922             "homepage": "https://github.com/phpspec/prophecy",
10923             "keywords": [
10924                 "Double",
10925                 "Dummy",
10926                 "fake",
10927                 "mock",
10928                 "spy",
10929                 "stub"
10930             ],
10931             "time": "2018-08-05T17:53:17+00:00"
10932         },
10933         {
10934             "name": "phpunit/php-code-coverage",
10935             "version": "2.2.4",
10936             "source": {
10937                 "type": "git",
10938                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
10939                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
10940             },
10941             "dist": {
10942                 "type": "zip",
10943                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
10944                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
10945                 "shasum": ""
10946             },
10947             "require": {
10948                 "php": ">=5.3.3",
10949                 "phpunit/php-file-iterator": "~1.3",
10950                 "phpunit/php-text-template": "~1.2",
10951                 "phpunit/php-token-stream": "~1.3",
10952                 "sebastian/environment": "^1.3.2",
10953                 "sebastian/version": "~1.0"
10954             },
10955             "require-dev": {
10956                 "ext-xdebug": ">=2.1.4",
10957                 "phpunit/phpunit": "~4"
10958             },
10959             "suggest": {
10960                 "ext-dom": "*",
10961                 "ext-xdebug": ">=2.2.1",
10962                 "ext-xmlwriter": "*"
10963             },
10964             "type": "library",
10965             "extra": {
10966                 "branch-alias": {
10967                     "dev-master": "2.2.x-dev"
10968                 }
10969             },
10970             "autoload": {
10971                 "classmap": [
10972                     "src/"
10973                 ]
10974             },
10975             "notification-url": "https://packagist.org/downloads/",
10976             "license": [
10977                 "BSD-3-Clause"
10978             ],
10979             "authors": [
10980                 {
10981                     "name": "Sebastian Bergmann",
10982                     "email": "sb@sebastian-bergmann.de",
10983                     "role": "lead"
10984                 }
10985             ],
10986             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
10987             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
10988             "keywords": [
10989                 "coverage",
10990                 "testing",
10991                 "xunit"
10992             ],
10993             "time": "2015-10-06T15:47:00+00:00"
10994         },
10995         {
10996             "name": "phpunit/php-file-iterator",
10997             "version": "1.4.5",
10998             "source": {
10999                 "type": "git",
11000                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
11001                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
11002             },
11003             "dist": {
11004                 "type": "zip",
11005                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
11006                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
11007                 "shasum": ""
11008             },
11009             "require": {
11010                 "php": ">=5.3.3"
11011             },
11012             "type": "library",
11013             "extra": {
11014                 "branch-alias": {
11015                     "dev-master": "1.4.x-dev"
11016                 }
11017             },
11018             "autoload": {
11019                 "classmap": [
11020                     "src/"
11021                 ]
11022             },
11023             "notification-url": "https://packagist.org/downloads/",
11024             "license": [
11025                 "BSD-3-Clause"
11026             ],
11027             "authors": [
11028                 {
11029                     "name": "Sebastian Bergmann",
11030                     "email": "sb@sebastian-bergmann.de",
11031                     "role": "lead"
11032                 }
11033             ],
11034             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
11035             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
11036             "keywords": [
11037                 "filesystem",
11038                 "iterator"
11039             ],
11040             "time": "2017-11-27T13:52:08+00:00"
11041         },
11042         {
11043             "name": "phpunit/php-text-template",
11044             "version": "1.2.1",
11045             "source": {
11046                 "type": "git",
11047                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
11048                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
11049             },
11050             "dist": {
11051                 "type": "zip",
11052                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
11053                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
11054                 "shasum": ""
11055             },
11056             "require": {
11057                 "php": ">=5.3.3"
11058             },
11059             "type": "library",
11060             "autoload": {
11061                 "classmap": [
11062                     "src/"
11063                 ]
11064             },
11065             "notification-url": "https://packagist.org/downloads/",
11066             "license": [
11067                 "BSD-3-Clause"
11068             ],
11069             "authors": [
11070                 {
11071                     "name": "Sebastian Bergmann",
11072                     "email": "sebastian@phpunit.de",
11073                     "role": "lead"
11074                 }
11075             ],
11076             "description": "Simple template engine.",
11077             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
11078             "keywords": [
11079                 "template"
11080             ],
11081             "time": "2015-06-21T13:50:34+00:00"
11082         },
11083         {
11084             "name": "phpunit/php-timer",
11085             "version": "1.0.9",
11086             "source": {
11087                 "type": "git",
11088                 "url": "https://github.com/sebastianbergmann/php-timer.git",
11089                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
11090             },
11091             "dist": {
11092                 "type": "zip",
11093                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
11094                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
11095                 "shasum": ""
11096             },
11097             "require": {
11098                 "php": "^5.3.3 || ^7.0"
11099             },
11100             "require-dev": {
11101                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
11102             },
11103             "type": "library",
11104             "extra": {
11105                 "branch-alias": {
11106                     "dev-master": "1.0-dev"
11107                 }
11108             },
11109             "autoload": {
11110                 "classmap": [
11111                     "src/"
11112                 ]
11113             },
11114             "notification-url": "https://packagist.org/downloads/",
11115             "license": [
11116                 "BSD-3-Clause"
11117             ],
11118             "authors": [
11119                 {
11120                     "name": "Sebastian Bergmann",
11121                     "email": "sb@sebastian-bergmann.de",
11122                     "role": "lead"
11123                 }
11124             ],
11125             "description": "Utility class for timing",
11126             "homepage": "https://github.com/sebastianbergmann/php-timer/",
11127             "keywords": [
11128                 "timer"
11129             ],
11130             "time": "2017-02-26T11:10:40+00:00"
11131         },
11132         {
11133             "name": "phpunit/php-token-stream",
11134             "version": "1.4.12",
11135             "source": {
11136                 "type": "git",
11137                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
11138                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
11139             },
11140             "dist": {
11141                 "type": "zip",
11142                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
11143                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
11144                 "shasum": ""
11145             },
11146             "require": {
11147                 "ext-tokenizer": "*",
11148                 "php": ">=5.3.3"
11149             },
11150             "require-dev": {
11151                 "phpunit/phpunit": "~4.2"
11152             },
11153             "type": "library",
11154             "extra": {
11155                 "branch-alias": {
11156                     "dev-master": "1.4-dev"
11157                 }
11158             },
11159             "autoload": {
11160                 "classmap": [
11161                     "src/"
11162                 ]
11163             },
11164             "notification-url": "https://packagist.org/downloads/",
11165             "license": [
11166                 "BSD-3-Clause"
11167             ],
11168             "authors": [
11169                 {
11170                     "name": "Sebastian Bergmann",
11171                     "email": "sebastian@phpunit.de"
11172                 }
11173             ],
11174             "description": "Wrapper around PHP's tokenizer extension.",
11175             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
11176             "keywords": [
11177                 "tokenizer"
11178             ],
11179             "time": "2017-12-04T08:55:13+00:00"
11180         },
11181         {
11182             "name": "phpunit/phpunit",
11183             "version": "4.8.36",
11184             "source": {
11185                 "type": "git",
11186                 "url": "https://github.com/sebastianbergmann/phpunit.git",
11187                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
11188             },
11189             "dist": {
11190                 "type": "zip",
11191                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
11192                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
11193                 "shasum": ""
11194             },
11195             "require": {
11196                 "ext-dom": "*",
11197                 "ext-json": "*",
11198                 "ext-pcre": "*",
11199                 "ext-reflection": "*",
11200                 "ext-spl": "*",
11201                 "php": ">=5.3.3",
11202                 "phpspec/prophecy": "^1.3.1",
11203                 "phpunit/php-code-coverage": "~2.1",
11204                 "phpunit/php-file-iterator": "~1.4",
11205                 "phpunit/php-text-template": "~1.2",
11206                 "phpunit/php-timer": "^1.0.6",
11207                 "phpunit/phpunit-mock-objects": "~2.3",
11208                 "sebastian/comparator": "~1.2.2",
11209                 "sebastian/diff": "~1.2",
11210                 "sebastian/environment": "~1.3",
11211                 "sebastian/exporter": "~1.2",
11212                 "sebastian/global-state": "~1.0",
11213                 "sebastian/version": "~1.0",
11214                 "symfony/yaml": "~2.1|~3.0"
11215             },
11216             "suggest": {
11217                 "phpunit/php-invoker": "~1.1"
11218             },
11219             "bin": [
11220                 "phpunit"
11221             ],
11222             "type": "library",
11223             "extra": {
11224                 "branch-alias": {
11225                     "dev-master": "4.8.x-dev"
11226                 }
11227             },
11228             "autoload": {
11229                 "classmap": [
11230                     "src/"
11231                 ]
11232             },
11233             "notification-url": "https://packagist.org/downloads/",
11234             "license": [
11235                 "BSD-3-Clause"
11236             ],
11237             "authors": [
11238                 {
11239                     "name": "Sebastian Bergmann",
11240                     "email": "sebastian@phpunit.de",
11241                     "role": "lead"
11242                 }
11243             ],
11244             "description": "The PHP Unit Testing framework.",
11245             "homepage": "https://phpunit.de/",
11246             "keywords": [
11247                 "phpunit",
11248                 "testing",
11249                 "xunit"
11250             ],
11251             "time": "2017-06-21T08:07:12+00:00"
11252         },
11253         {
11254             "name": "phpunit/phpunit-mock-objects",
11255             "version": "2.3.8",
11256             "source": {
11257                 "type": "git",
11258                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
11259                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
11260             },
11261             "dist": {
11262                 "type": "zip",
11263                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
11264                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
11265                 "shasum": ""
11266             },
11267             "require": {
11268                 "doctrine/instantiator": "^1.0.2",
11269                 "php": ">=5.3.3",
11270                 "phpunit/php-text-template": "~1.2",
11271                 "sebastian/exporter": "~1.2"
11272             },
11273             "require-dev": {
11274                 "phpunit/phpunit": "~4.4"
11275             },
11276             "suggest": {
11277                 "ext-soap": "*"
11278             },
11279             "type": "library",
11280             "extra": {
11281                 "branch-alias": {
11282                     "dev-master": "2.3.x-dev"
11283                 }
11284             },
11285             "autoload": {
11286                 "classmap": [
11287                     "src/"
11288                 ]
11289             },
11290             "notification-url": "https://packagist.org/downloads/",
11291             "license": [
11292                 "BSD-3-Clause"
11293             ],
11294             "authors": [
11295                 {
11296                     "name": "Sebastian Bergmann",
11297                     "email": "sb@sebastian-bergmann.de",
11298                     "role": "lead"
11299                 }
11300             ],
11301             "description": "Mock Object library for PHPUnit",
11302             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
11303             "keywords": [
11304                 "mock",
11305                 "xunit"
11306             ],
11307             "time": "2015-10-02T06:51:40+00:00"
11308         },
11309         {
11310             "name": "sebastian/comparator",
11311             "version": "1.2.4",
11312             "source": {
11313                 "type": "git",
11314                 "url": "https://github.com/sebastianbergmann/comparator.git",
11315                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
11316             },
11317             "dist": {
11318                 "type": "zip",
11319                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
11320                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
11321                 "shasum": ""
11322             },
11323             "require": {
11324                 "php": ">=5.3.3",
11325                 "sebastian/diff": "~1.2",
11326                 "sebastian/exporter": "~1.2 || ~2.0"
11327             },
11328             "require-dev": {
11329                 "phpunit/phpunit": "~4.4"
11330             },
11331             "type": "library",
11332             "extra": {
11333                 "branch-alias": {
11334                     "dev-master": "1.2.x-dev"
11335                 }
11336             },
11337             "autoload": {
11338                 "classmap": [
11339                     "src/"
11340                 ]
11341             },
11342             "notification-url": "https://packagist.org/downloads/",
11343             "license": [
11344                 "BSD-3-Clause"
11345             ],
11346             "authors": [
11347                 {
11348                     "name": "Jeff Welch",
11349                     "email": "whatthejeff@gmail.com"
11350                 },
11351                 {
11352                     "name": "Volker Dusch",
11353                     "email": "github@wallbash.com"
11354                 },
11355                 {
11356                     "name": "Bernhard Schussek",
11357                     "email": "bschussek@2bepublished.at"
11358                 },
11359                 {
11360                     "name": "Sebastian Bergmann",
11361                     "email": "sebastian@phpunit.de"
11362                 }
11363             ],
11364             "description": "Provides the functionality to compare PHP values for equality",
11365             "homepage": "http://www.github.com/sebastianbergmann/comparator",
11366             "keywords": [
11367                 "comparator",
11368                 "compare",
11369                 "equality"
11370             ],
11371             "time": "2017-01-29T09:50:25+00:00"
11372         },
11373         {
11374             "name": "sebastian/diff",
11375             "version": "1.4.3",
11376             "source": {
11377                 "type": "git",
11378                 "url": "https://github.com/sebastianbergmann/diff.git",
11379                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
11380             },
11381             "dist": {
11382                 "type": "zip",
11383                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
11384                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
11385                 "shasum": ""
11386             },
11387             "require": {
11388                 "php": "^5.3.3 || ^7.0"
11389             },
11390             "require-dev": {
11391                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
11392             },
11393             "type": "library",
11394             "extra": {
11395                 "branch-alias": {
11396                     "dev-master": "1.4-dev"
11397                 }
11398             },
11399             "autoload": {
11400                 "classmap": [
11401                     "src/"
11402                 ]
11403             },
11404             "notification-url": "https://packagist.org/downloads/",
11405             "license": [
11406                 "BSD-3-Clause"
11407             ],
11408             "authors": [
11409                 {
11410                     "name": "Kore Nordmann",
11411                     "email": "mail@kore-nordmann.de"
11412                 },
11413                 {
11414                     "name": "Sebastian Bergmann",
11415                     "email": "sebastian@phpunit.de"
11416                 }
11417             ],
11418             "description": "Diff implementation",
11419             "homepage": "https://github.com/sebastianbergmann/diff",
11420             "keywords": [
11421                 "diff"
11422             ],
11423             "time": "2017-05-22T07:24:03+00:00"
11424         },
11425         {
11426             "name": "sebastian/environment",
11427             "version": "1.3.8",
11428             "source": {
11429                 "type": "git",
11430                 "url": "https://github.com/sebastianbergmann/environment.git",
11431                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
11432             },
11433             "dist": {
11434                 "type": "zip",
11435                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
11436                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
11437                 "shasum": ""
11438             },
11439             "require": {
11440                 "php": "^5.3.3 || ^7.0"
11441             },
11442             "require-dev": {
11443                 "phpunit/phpunit": "^4.8 || ^5.0"
11444             },
11445             "type": "library",
11446             "extra": {
11447                 "branch-alias": {
11448                     "dev-master": "1.3.x-dev"
11449                 }
11450             },
11451             "autoload": {
11452                 "classmap": [
11453                     "src/"
11454                 ]
11455             },
11456             "notification-url": "https://packagist.org/downloads/",
11457             "license": [
11458                 "BSD-3-Clause"
11459             ],
11460             "authors": [
11461                 {
11462                     "name": "Sebastian Bergmann",
11463                     "email": "sebastian@phpunit.de"
11464                 }
11465             ],
11466             "description": "Provides functionality to handle HHVM/PHP environments",
11467             "homepage": "http://www.github.com/sebastianbergmann/environment",
11468             "keywords": [
11469                 "Xdebug",
11470                 "environment",
11471                 "hhvm"
11472             ],
11473             "time": "2016-08-18T05:49:44+00:00"
11474         },
11475         {
11476             "name": "sebastian/exporter",
11477             "version": "1.2.2",
11478             "source": {
11479                 "type": "git",
11480                 "url": "https://github.com/sebastianbergmann/exporter.git",
11481                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
11482             },
11483             "dist": {
11484                 "type": "zip",
11485                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
11486                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
11487                 "shasum": ""
11488             },
11489             "require": {
11490                 "php": ">=5.3.3",
11491                 "sebastian/recursion-context": "~1.0"
11492             },
11493             "require-dev": {
11494                 "ext-mbstring": "*",
11495                 "phpunit/phpunit": "~4.4"
11496             },
11497             "type": "library",
11498             "extra": {
11499                 "branch-alias": {
11500                     "dev-master": "1.3.x-dev"
11501                 }
11502             },
11503             "autoload": {
11504                 "classmap": [
11505                     "src/"
11506                 ]
11507             },
11508             "notification-url": "https://packagist.org/downloads/",
11509             "license": [
11510                 "BSD-3-Clause"
11511             ],
11512             "authors": [
11513                 {
11514                     "name": "Jeff Welch",
11515                     "email": "whatthejeff@gmail.com"
11516                 },
11517                 {
11518                     "name": "Volker Dusch",
11519                     "email": "github@wallbash.com"
11520                 },
11521                 {
11522                     "name": "Bernhard Schussek",
11523                     "email": "bschussek@2bepublished.at"
11524                 },
11525                 {
11526                     "name": "Sebastian Bergmann",
11527                     "email": "sebastian@phpunit.de"
11528                 },
11529                 {
11530                     "name": "Adam Harvey",
11531                     "email": "aharvey@php.net"
11532                 }
11533             ],
11534             "description": "Provides the functionality to export PHP variables for visualization",
11535             "homepage": "http://www.github.com/sebastianbergmann/exporter",
11536             "keywords": [
11537                 "export",
11538                 "exporter"
11539             ],
11540             "time": "2016-06-17T09:04:28+00:00"
11541         },
11542         {
11543             "name": "sebastian/global-state",
11544             "version": "1.1.1",
11545             "source": {
11546                 "type": "git",
11547                 "url": "https://github.com/sebastianbergmann/global-state.git",
11548                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
11549             },
11550             "dist": {
11551                 "type": "zip",
11552                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
11553                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
11554                 "shasum": ""
11555             },
11556             "require": {
11557                 "php": ">=5.3.3"
11558             },
11559             "require-dev": {
11560                 "phpunit/phpunit": "~4.2"
11561             },
11562             "suggest": {
11563                 "ext-uopz": "*"
11564             },
11565             "type": "library",
11566             "extra": {
11567                 "branch-alias": {
11568                     "dev-master": "1.0-dev"
11569                 }
11570             },
11571             "autoload": {
11572                 "classmap": [
11573                     "src/"
11574                 ]
11575             },
11576             "notification-url": "https://packagist.org/downloads/",
11577             "license": [
11578                 "BSD-3-Clause"
11579             ],
11580             "authors": [
11581                 {
11582                     "name": "Sebastian Bergmann",
11583                     "email": "sebastian@phpunit.de"
11584                 }
11585             ],
11586             "description": "Snapshotting of global state",
11587             "homepage": "http://www.github.com/sebastianbergmann/global-state",
11588             "keywords": [
11589                 "global state"
11590             ],
11591             "time": "2015-10-12T03:26:01+00:00"
11592         },
11593         {
11594             "name": "sebastian/recursion-context",
11595             "version": "1.0.5",
11596             "source": {
11597                 "type": "git",
11598                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
11599                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
11600             },
11601             "dist": {
11602                 "type": "zip",
11603                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
11604                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
11605                 "shasum": ""
11606             },
11607             "require": {
11608                 "php": ">=5.3.3"
11609             },
11610             "require-dev": {
11611                 "phpunit/phpunit": "~4.4"
11612             },
11613             "type": "library",
11614             "extra": {
11615                 "branch-alias": {
11616                     "dev-master": "1.0.x-dev"
11617                 }
11618             },
11619             "autoload": {
11620                 "classmap": [
11621                     "src/"
11622                 ]
11623             },
11624             "notification-url": "https://packagist.org/downloads/",
11625             "license": [
11626                 "BSD-3-Clause"
11627             ],
11628             "authors": [
11629                 {
11630                     "name": "Jeff Welch",
11631                     "email": "whatthejeff@gmail.com"
11632                 },
11633                 {
11634                     "name": "Sebastian Bergmann",
11635                     "email": "sebastian@phpunit.de"
11636                 },
11637                 {
11638                     "name": "Adam Harvey",
11639                     "email": "aharvey@php.net"
11640                 }
11641             ],
11642             "description": "Provides functionality to recursively process PHP variables",
11643             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
11644             "time": "2016-10-03T07:41:43+00:00"
11645         },
11646         {
11647             "name": "sebastian/version",
11648             "version": "1.0.6",
11649             "source": {
11650                 "type": "git",
11651                 "url": "https://github.com/sebastianbergmann/version.git",
11652                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
11653             },
11654             "dist": {
11655                 "type": "zip",
11656                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
11657                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
11658                 "shasum": ""
11659             },
11660             "type": "library",
11661             "autoload": {
11662                 "classmap": [
11663                     "src/"
11664                 ]
11665             },
11666             "notification-url": "https://packagist.org/downloads/",
11667             "license": [
11668                 "BSD-3-Clause"
11669             ],
11670             "authors": [
11671                 {
11672                     "name": "Sebastian Bergmann",
11673                     "email": "sebastian@phpunit.de",
11674                     "role": "lead"
11675                 }
11676             ],
11677             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
11678             "homepage": "https://github.com/sebastianbergmann/version",
11679             "time": "2015-06-21T13:59:46+00:00"
11680         },
11681         {
11682             "name": "symfony/browser-kit",
11683             "version": "v3.4.18",
11684             "source": {
11685                 "type": "git",
11686                 "url": "https://github.com/symfony/browser-kit.git",
11687                 "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0"
11688             },
11689             "dist": {
11690                 "type": "zip",
11691                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
11692                 "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
11693                 "shasum": ""
11694             },
11695             "require": {
11696                 "php": "^5.5.9|>=7.0.8",
11697                 "symfony/dom-crawler": "~2.8|~3.0|~4.0"
11698             },
11699             "require-dev": {
11700                 "symfony/css-selector": "~2.8|~3.0|~4.0",
11701                 "symfony/process": "~2.8|~3.0|~4.0"
11702             },
11703             "suggest": {
11704                 "symfony/process": ""
11705             },
11706             "type": "library",
11707             "extra": {
11708                 "branch-alias": {
11709                     "dev-master": "3.4-dev"
11710                 }
11711             },
11712             "autoload": {
11713                 "psr-4": {
11714                     "Symfony\\Component\\BrowserKit\\": ""
11715                 },
11716                 "exclude-from-classmap": [
11717                     "/Tests/"
11718                 ]
11719             },
11720             "notification-url": "https://packagist.org/downloads/",
11721             "license": [
11722                 "MIT"
11723             ],
11724             "authors": [
11725                 {
11726                     "name": "Fabien Potencier",
11727                     "email": "fabien@symfony.com"
11728                 },
11729                 {
11730                     "name": "Symfony Community",
11731                     "homepage": "https://symfony.com/contributors"
11732                 }
11733             ],
11734             "description": "Symfony BrowserKit Component",
11735             "homepage": "https://symfony.com",
11736             "time": "2018-07-26T09:06:28+00:00"
11737         }
11738     ],
11739     "aliases": [],
11740     "minimum-stability": "dev",
11741     "stability-flags": {
11742         "drupal/eu_cookie_compliance": 10,
11743         "drupal/front": 10,
11744         "drupal/filefield_sources": 20,
11745         "drupal/php": 20,
11746         "drupal/hacked": 10,
11747         "drupal/pathologic": 15,
11748         "drupal/typogrify": 15,
11749         "drupal/entityqueue": 15,
11750         "drupal/advanced_help": 15,
11751         "drupal/better_formats": 20,
11752         "drupal/block_class": 15,
11753         "drupal/libraries": 15,
11754         "drupal/linkchecker": 20,
11755         "drupal/memcache": 15,
11756         "grom358/pharborist": 20,
11757         "drupal/superfish": 5,
11758         "drupal/views_responsive_grid": 20,
11759         "drupal/diff": 5,
11760         "drupal/ckeditor_widgets": 20,
11761         "drupal/layout_plugin": 15,
11762         "roave/security-advisories": 20,
11763         "drupal/inline_entity_form": 10,
11764         "drupal/entity_embed": 10,
11765         "drupal/dropzonejs": 15,
11766         "drupal/security_review": 20,
11767         "drupal/livereload": 20
11768     },
11769     "prefer-stable": true,
11770     "prefer-lowest": false,
11771     "platform": [],
11772     "platform-dev": [],
11773     "platform-overrides": {
11774         "php": "7.0.30"
11775     }
11776 }