Pull merge.
[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": "38bc6fe27fbd03929a4718f3c529c7d0",
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             "abandoned": "psr/container",
896             "time": "2017-02-14T19:40:03+00:00"
897         },
898         {
899             "name": "cweagans/composer-patches",
900             "version": "1.6.5",
901             "source": {
902                 "type": "git",
903                 "url": "https://github.com/cweagans/composer-patches.git",
904                 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3"
905             },
906             "dist": {
907                 "type": "zip",
908                 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
909                 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
910                 "shasum": ""
911             },
912             "require": {
913                 "composer-plugin-api": "^1.0",
914                 "php": ">=5.3.0"
915             },
916             "require-dev": {
917                 "composer/composer": "~1.0",
918                 "phpunit/phpunit": "~4.6"
919             },
920             "type": "composer-plugin",
921             "extra": {
922                 "class": "cweagans\\Composer\\Patches"
923             },
924             "autoload": {
925                 "psr-4": {
926                     "cweagans\\Composer\\": "src"
927                 }
928             },
929             "notification-url": "https://packagist.org/downloads/",
930             "license": [
931                 "BSD-3-Clause"
932             ],
933             "authors": [
934                 {
935                     "name": "Cameron Eagans",
936                     "email": "me@cweagans.net"
937                 }
938             ],
939             "description": "Provides a way to patch Composer packages.",
940             "time": "2018-05-11T18:00:16+00:00"
941         },
942         {
943             "name": "dflydev/dot-access-configuration",
944             "version": "v1.0.3",
945             "source": {
946                 "type": "git",
947                 "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
948                 "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
949             },
950             "dist": {
951                 "type": "zip",
952                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
953                 "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
954                 "shasum": ""
955             },
956             "require": {
957                 "dflydev/dot-access-data": "1.*",
958                 "dflydev/placeholder-resolver": "1.*",
959                 "php": ">=5.3.2"
960             },
961             "require-dev": {
962                 "symfony/yaml": "~2.1"
963             },
964             "suggest": {
965                 "symfony/yaml": "Required for using the YAML Configuration Builders"
966             },
967             "type": "library",
968             "extra": {
969                 "branch-alias": {
970                     "dev-master": "1.0-dev"
971                 }
972             },
973             "autoload": {
974                 "psr-0": {
975                     "Dflydev\\DotAccessConfiguration": "src"
976                 }
977             },
978             "notification-url": "https://packagist.org/downloads/",
979             "license": [
980                 "MIT"
981             ],
982             "authors": [
983                 {
984                     "name": "Dragonfly Development Inc.",
985                     "email": "info@dflydev.com",
986                     "homepage": "http://dflydev.com"
987                 },
988                 {
989                     "name": "Beau Simensen",
990                     "email": "beau@dflydev.com",
991                     "homepage": "http://beausimensen.com"
992                 }
993             ],
994             "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
995             "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
996             "keywords": [
997                 "config",
998                 "configuration"
999             ],
1000             "time": "2018-09-08T23:00:17+00:00"
1001         },
1002         {
1003             "name": "dflydev/dot-access-data",
1004             "version": "v1.1.0",
1005             "source": {
1006                 "type": "git",
1007                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
1008                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
1009             },
1010             "dist": {
1011                 "type": "zip",
1012                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
1013                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
1014                 "shasum": ""
1015             },
1016             "require": {
1017                 "php": ">=5.3.2"
1018             },
1019             "type": "library",
1020             "extra": {
1021                 "branch-alias": {
1022                     "dev-master": "1.0-dev"
1023                 }
1024             },
1025             "autoload": {
1026                 "psr-0": {
1027                     "Dflydev\\DotAccessData": "src"
1028                 }
1029             },
1030             "notification-url": "https://packagist.org/downloads/",
1031             "license": [
1032                 "MIT"
1033             ],
1034             "authors": [
1035                 {
1036                     "name": "Dragonfly Development Inc.",
1037                     "email": "info@dflydev.com",
1038                     "homepage": "http://dflydev.com"
1039                 },
1040                 {
1041                     "name": "Beau Simensen",
1042                     "email": "beau@dflydev.com",
1043                     "homepage": "http://beausimensen.com"
1044                 },
1045                 {
1046                     "name": "Carlos Frutos",
1047                     "email": "carlos@kiwing.it",
1048                     "homepage": "https://github.com/cfrutos"
1049                 }
1050             ],
1051             "description": "Given a deep data structure, access data by dot notation.",
1052             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
1053             "keywords": [
1054                 "access",
1055                 "data",
1056                 "dot",
1057                 "notation"
1058             ],
1059             "time": "2017-01-20T21:14:22+00:00"
1060         },
1061         {
1062             "name": "dflydev/placeholder-resolver",
1063             "version": "v1.0.2",
1064             "source": {
1065                 "type": "git",
1066                 "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
1067                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
1068             },
1069             "dist": {
1070                 "type": "zip",
1071                 "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1072                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1073                 "shasum": ""
1074             },
1075             "require": {
1076                 "php": ">=5.3.2"
1077             },
1078             "type": "library",
1079             "extra": {
1080                 "branch-alias": {
1081                     "dev-master": "1.0-dev"
1082                 }
1083             },
1084             "autoload": {
1085                 "psr-0": {
1086                     "Dflydev\\PlaceholderResolver": "src"
1087                 }
1088             },
1089             "notification-url": "https://packagist.org/downloads/",
1090             "license": [
1091                 "MIT"
1092             ],
1093             "authors": [
1094                 {
1095                     "name": "Dragonfly Development Inc.",
1096                     "email": "info@dflydev.com",
1097                     "homepage": "http://dflydev.com"
1098                 },
1099                 {
1100                     "name": "Beau Simensen",
1101                     "email": "beau@dflydev.com",
1102                     "homepage": "http://beausimensen.com"
1103                 }
1104             ],
1105             "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.",
1106             "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
1107             "keywords": [
1108                 "placeholder",
1109                 "resolver"
1110             ],
1111             "time": "2012-10-28T21:08:28+00:00"
1112         },
1113         {
1114             "name": "dnoegel/php-xdg-base-dir",
1115             "version": "0.1",
1116             "source": {
1117                 "type": "git",
1118                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
1119                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
1120             },
1121             "dist": {
1122                 "type": "zip",
1123                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1124                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1125                 "shasum": ""
1126             },
1127             "require": {
1128                 "php": ">=5.3.2"
1129             },
1130             "require-dev": {
1131                 "phpunit/phpunit": "@stable"
1132             },
1133             "type": "project",
1134             "autoload": {
1135                 "psr-4": {
1136                     "XdgBaseDir\\": "src/"
1137                 }
1138             },
1139             "notification-url": "https://packagist.org/downloads/",
1140             "license": [
1141                 "MIT"
1142             ],
1143             "description": "implementation of xdg base directory specification for php",
1144             "time": "2014-10-24T07:27:01+00:00"
1145         },
1146         {
1147             "name": "doctrine/annotations",
1148             "version": "v1.4.0",
1149             "source": {
1150                 "type": "git",
1151                 "url": "https://github.com/doctrine/annotations.git",
1152                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1153             },
1154             "dist": {
1155                 "type": "zip",
1156                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1157                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1158                 "shasum": ""
1159             },
1160             "require": {
1161                 "doctrine/lexer": "1.*",
1162                 "php": "^5.6 || ^7.0"
1163             },
1164             "require-dev": {
1165                 "doctrine/cache": "1.*",
1166                 "phpunit/phpunit": "^5.7"
1167             },
1168             "type": "library",
1169             "extra": {
1170                 "branch-alias": {
1171                     "dev-master": "1.4.x-dev"
1172                 }
1173             },
1174             "autoload": {
1175                 "psr-4": {
1176                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1177                 }
1178             },
1179             "notification-url": "https://packagist.org/downloads/",
1180             "license": [
1181                 "MIT"
1182             ],
1183             "authors": [
1184                 {
1185                     "name": "Roman Borschel",
1186                     "email": "roman@code-factory.org"
1187                 },
1188                 {
1189                     "name": "Benjamin Eberlei",
1190                     "email": "kontakt@beberlei.de"
1191                 },
1192                 {
1193                     "name": "Guilherme Blanco",
1194                     "email": "guilhermeblanco@gmail.com"
1195                 },
1196                 {
1197                     "name": "Jonathan Wage",
1198                     "email": "jonwage@gmail.com"
1199                 },
1200                 {
1201                     "name": "Johannes Schmitt",
1202                     "email": "schmittjoh@gmail.com"
1203                 }
1204             ],
1205             "description": "Docblock Annotations Parser",
1206             "homepage": "http://www.doctrine-project.org",
1207             "keywords": [
1208                 "annotations",
1209                 "docblock",
1210                 "parser"
1211             ],
1212             "time": "2017-02-24T16:22:25+00:00"
1213         },
1214         {
1215             "name": "doctrine/cache",
1216             "version": "v1.6.2",
1217             "source": {
1218                 "type": "git",
1219                 "url": "https://github.com/doctrine/cache.git",
1220                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
1221             },
1222             "dist": {
1223                 "type": "zip",
1224                 "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
1225                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
1226                 "shasum": ""
1227             },
1228             "require": {
1229                 "php": "~5.5|~7.0"
1230             },
1231             "conflict": {
1232                 "doctrine/common": ">2.2,<2.4"
1233             },
1234             "require-dev": {
1235                 "phpunit/phpunit": "~4.8|~5.0",
1236                 "predis/predis": "~1.0",
1237                 "satooshi/php-coveralls": "~0.6"
1238             },
1239             "type": "library",
1240             "extra": {
1241                 "branch-alias": {
1242                     "dev-master": "1.6.x-dev"
1243                 }
1244             },
1245             "autoload": {
1246                 "psr-4": {
1247                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1248                 }
1249             },
1250             "notification-url": "https://packagist.org/downloads/",
1251             "license": [
1252                 "MIT"
1253             ],
1254             "authors": [
1255                 {
1256                     "name": "Roman Borschel",
1257                     "email": "roman@code-factory.org"
1258                 },
1259                 {
1260                     "name": "Benjamin Eberlei",
1261                     "email": "kontakt@beberlei.de"
1262                 },
1263                 {
1264                     "name": "Guilherme Blanco",
1265                     "email": "guilhermeblanco@gmail.com"
1266                 },
1267                 {
1268                     "name": "Jonathan Wage",
1269                     "email": "jonwage@gmail.com"
1270                 },
1271                 {
1272                     "name": "Johannes Schmitt",
1273                     "email": "schmittjoh@gmail.com"
1274                 }
1275             ],
1276             "description": "Caching library offering an object-oriented API for many cache backends",
1277             "homepage": "http://www.doctrine-project.org",
1278             "keywords": [
1279                 "cache",
1280                 "caching"
1281             ],
1282             "time": "2017-07-22T12:49:21+00:00"
1283         },
1284         {
1285             "name": "doctrine/collections",
1286             "version": "v1.4.0",
1287             "source": {
1288                 "type": "git",
1289                 "url": "https://github.com/doctrine/collections.git",
1290                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
1291             },
1292             "dist": {
1293                 "type": "zip",
1294                 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
1295                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
1296                 "shasum": ""
1297             },
1298             "require": {
1299                 "php": "^5.6 || ^7.0"
1300             },
1301             "require-dev": {
1302                 "doctrine/coding-standard": "~0.1@dev",
1303                 "phpunit/phpunit": "^5.7"
1304             },
1305             "type": "library",
1306             "extra": {
1307                 "branch-alias": {
1308                     "dev-master": "1.3.x-dev"
1309                 }
1310             },
1311             "autoload": {
1312                 "psr-0": {
1313                     "Doctrine\\Common\\Collections\\": "lib/"
1314                 }
1315             },
1316             "notification-url": "https://packagist.org/downloads/",
1317             "license": [
1318                 "MIT"
1319             ],
1320             "authors": [
1321                 {
1322                     "name": "Roman Borschel",
1323                     "email": "roman@code-factory.org"
1324                 },
1325                 {
1326                     "name": "Benjamin Eberlei",
1327                     "email": "kontakt@beberlei.de"
1328                 },
1329                 {
1330                     "name": "Guilherme Blanco",
1331                     "email": "guilhermeblanco@gmail.com"
1332                 },
1333                 {
1334                     "name": "Jonathan Wage",
1335                     "email": "jonwage@gmail.com"
1336                 },
1337                 {
1338                     "name": "Johannes Schmitt",
1339                     "email": "schmittjoh@gmail.com"
1340                 }
1341             ],
1342             "description": "Collections Abstraction library",
1343             "homepage": "http://www.doctrine-project.org",
1344             "keywords": [
1345                 "array",
1346                 "collections",
1347                 "iterator"
1348             ],
1349             "time": "2017-01-03T10:49:41+00:00"
1350         },
1351         {
1352             "name": "doctrine/common",
1353             "version": "v2.7.3",
1354             "source": {
1355                 "type": "git",
1356                 "url": "https://github.com/doctrine/common.git",
1357                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
1358             },
1359             "dist": {
1360                 "type": "zip",
1361                 "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
1362                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
1363                 "shasum": ""
1364             },
1365             "require": {
1366                 "doctrine/annotations": "1.*",
1367                 "doctrine/cache": "1.*",
1368                 "doctrine/collections": "1.*",
1369                 "doctrine/inflector": "1.*",
1370                 "doctrine/lexer": "1.*",
1371                 "php": "~5.6|~7.0"
1372             },
1373             "require-dev": {
1374                 "phpunit/phpunit": "^5.4.6"
1375             },
1376             "type": "library",
1377             "extra": {
1378                 "branch-alias": {
1379                     "dev-master": "2.7.x-dev"
1380                 }
1381             },
1382             "autoload": {
1383                 "psr-4": {
1384                     "Doctrine\\Common\\": "lib/Doctrine/Common"
1385                 }
1386             },
1387             "notification-url": "https://packagist.org/downloads/",
1388             "license": [
1389                 "MIT"
1390             ],
1391             "authors": [
1392                 {
1393                     "name": "Roman Borschel",
1394                     "email": "roman@code-factory.org"
1395                 },
1396                 {
1397                     "name": "Benjamin Eberlei",
1398                     "email": "kontakt@beberlei.de"
1399                 },
1400                 {
1401                     "name": "Guilherme Blanco",
1402                     "email": "guilhermeblanco@gmail.com"
1403                 },
1404                 {
1405                     "name": "Jonathan Wage",
1406                     "email": "jonwage@gmail.com"
1407                 },
1408                 {
1409                     "name": "Johannes Schmitt",
1410                     "email": "schmittjoh@gmail.com"
1411                 }
1412             ],
1413             "description": "Common Library for Doctrine projects",
1414             "homepage": "http://www.doctrine-project.org",
1415             "keywords": [
1416                 "annotations",
1417                 "collections",
1418                 "eventmanager",
1419                 "persistence",
1420                 "spl"
1421             ],
1422             "time": "2017-07-22T08:35:12+00:00"
1423         },
1424         {
1425             "name": "doctrine/inflector",
1426             "version": "v1.2.0",
1427             "source": {
1428                 "type": "git",
1429                 "url": "https://github.com/doctrine/inflector.git",
1430                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
1431             },
1432             "dist": {
1433                 "type": "zip",
1434                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
1435                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
1436                 "shasum": ""
1437             },
1438             "require": {
1439                 "php": "^7.0"
1440             },
1441             "require-dev": {
1442                 "phpunit/phpunit": "^6.2"
1443             },
1444             "type": "library",
1445             "extra": {
1446                 "branch-alias": {
1447                     "dev-master": "1.2.x-dev"
1448                 }
1449             },
1450             "autoload": {
1451                 "psr-4": {
1452                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1453                 }
1454             },
1455             "notification-url": "https://packagist.org/downloads/",
1456             "license": [
1457                 "MIT"
1458             ],
1459             "authors": [
1460                 {
1461                     "name": "Roman Borschel",
1462                     "email": "roman@code-factory.org"
1463                 },
1464                 {
1465                     "name": "Benjamin Eberlei",
1466                     "email": "kontakt@beberlei.de"
1467                 },
1468                 {
1469                     "name": "Guilherme Blanco",
1470                     "email": "guilhermeblanco@gmail.com"
1471                 },
1472                 {
1473                     "name": "Jonathan Wage",
1474                     "email": "jonwage@gmail.com"
1475                 },
1476                 {
1477                     "name": "Johannes Schmitt",
1478                     "email": "schmittjoh@gmail.com"
1479                 }
1480             ],
1481             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1482             "homepage": "http://www.doctrine-project.org",
1483             "keywords": [
1484                 "inflection",
1485                 "pluralize",
1486                 "singularize",
1487                 "string"
1488             ],
1489             "time": "2017-07-22T12:18:28+00:00"
1490         },
1491         {
1492             "name": "doctrine/lexer",
1493             "version": "v1.0.1",
1494             "source": {
1495                 "type": "git",
1496                 "url": "https://github.com/doctrine/lexer.git",
1497                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1498             },
1499             "dist": {
1500                 "type": "zip",
1501                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1502                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1503                 "shasum": ""
1504             },
1505             "require": {
1506                 "php": ">=5.3.2"
1507             },
1508             "type": "library",
1509             "extra": {
1510                 "branch-alias": {
1511                     "dev-master": "1.0.x-dev"
1512                 }
1513             },
1514             "autoload": {
1515                 "psr-0": {
1516                     "Doctrine\\Common\\Lexer\\": "lib/"
1517                 }
1518             },
1519             "notification-url": "https://packagist.org/downloads/",
1520             "license": [
1521                 "MIT"
1522             ],
1523             "authors": [
1524                 {
1525                     "name": "Roman Borschel",
1526                     "email": "roman@code-factory.org"
1527                 },
1528                 {
1529                     "name": "Guilherme Blanco",
1530                     "email": "guilhermeblanco@gmail.com"
1531                 },
1532                 {
1533                     "name": "Johannes Schmitt",
1534                     "email": "schmittjoh@gmail.com"
1535                 }
1536             ],
1537             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1538             "homepage": "http://www.doctrine-project.org",
1539             "keywords": [
1540                 "lexer",
1541                 "parser"
1542             ],
1543             "time": "2014-09-09T13:34:57+00:00"
1544         },
1545         {
1546             "name": "drupal-composer/drupal-scaffold",
1547             "version": "2.5.4",
1548             "source": {
1549                 "type": "git",
1550                 "url": "https://github.com/drupal-composer/drupal-scaffold.git",
1551                 "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d"
1552             },
1553             "dist": {
1554                 "type": "zip",
1555                 "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
1556                 "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
1557                 "shasum": ""
1558             },
1559             "require": {
1560                 "composer-plugin-api": "^1.0.0",
1561                 "composer/semver": "^1.4",
1562                 "php": ">=5.4.5"
1563             },
1564             "require-dev": {
1565                 "composer/composer": "dev-master",
1566                 "g1a/composer-test-scenarios": "^2.1.0",
1567                 "phpunit/phpunit": "^6",
1568                 "squizlabs/php_codesniffer": "^2.8"
1569             },
1570             "type": "composer-plugin",
1571             "extra": {
1572                 "class": "DrupalComposer\\DrupalScaffold\\Plugin",
1573                 "branch-alias": {
1574                     "dev-master": "2.0.x-dev"
1575                 }
1576             },
1577             "autoload": {
1578                 "psr-4": {
1579                     "DrupalComposer\\DrupalScaffold\\": "src/"
1580                 }
1581             },
1582             "notification-url": "https://packagist.org/downloads/",
1583             "license": [
1584                 "GPL-2.0-or-later"
1585             ],
1586             "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
1587             "abandoned": "drupal/core-composer-scaffold",
1588             "time": "2018-07-27T10:07:07+00:00"
1589         },
1590         {
1591             "name": "drupal/admin_toolbar",
1592             "version": "1.24.0",
1593             "source": {
1594                 "type": "git",
1595                 "url": "https://git.drupalcode.org/project/admin_toolbar.git",
1596                 "reference": "8.x-1.24"
1597             },
1598             "dist": {
1599                 "type": "zip",
1600                 "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.24.zip",
1601                 "reference": "8.x-1.24",
1602                 "shasum": "682ffa443a1e339583022eb6adbb00c1103ea6d4"
1603             },
1604             "require": {
1605                 "drupal/core": "*"
1606             },
1607             "type": "drupal-module",
1608             "extra": {
1609                 "branch-alias": {
1610                     "dev-1.x": "1.x-dev"
1611                 },
1612                 "drupal": {
1613                     "version": "8.x-1.24",
1614                     "datestamp": "1527523080",
1615                     "security-coverage": {
1616                         "status": "covered",
1617                         "message": "Covered by Drupal's security advisory policy"
1618                     }
1619                 }
1620             },
1621             "notification-url": "https://packages.drupal.org/8/downloads",
1622             "license": [
1623                 "GPL-2.0+"
1624             ],
1625             "authors": [
1626                 {
1627                     "name": "Wilfrid Roze (eme)",
1628                     "homepage": "https://www.drupal.org/u/eme",
1629                     "role": "Maintainer"
1630                 },
1631                 {
1632                     "name": "Romain Jarraud (romainj)",
1633                     "homepage": "https://www.drupal.org/u/romainj",
1634                     "role": "Maintainer"
1635                 },
1636                 {
1637                     "name": "Adrian Cid Almaguer (adriancid)",
1638                     "homepage": "https://www.drupal.org/u/adriancid",
1639                     "email": "adriancid@gmail.com",
1640                     "role": "Maintainer"
1641                 },
1642                 {
1643                     "name": "Mohamed Anis Taktak (matio89)",
1644                     "homepage": "https://www.drupal.org/u/matio89",
1645                     "role": "Maintainer"
1646                 },
1647                 {
1648                     "name": "fethi.krout",
1649                     "homepage": "https://www.drupal.org/user/3206765"
1650                 },
1651                 {
1652                     "name": "matio89",
1653                     "homepage": "https://www.drupal.org/user/2320090"
1654                 },
1655                 {
1656                     "name": "romainj",
1657                     "homepage": "https://www.drupal.org/user/370706"
1658                 }
1659             ],
1660             "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
1661             "homepage": "http://drupal.org/project/admin_toolbar",
1662             "keywords": [
1663                 "Drupal",
1664                 "Toolbar"
1665             ],
1666             "support": {
1667                 "source": "http://cgit.drupalcode.org/admin_toolbar",
1668                 "issues": "https://www.drupal.org/project/issues/admin_toolbar"
1669             }
1670         },
1671         {
1672             "name": "drupal/advagg",
1673             "version": "2.4.0",
1674             "source": {
1675                 "type": "git",
1676                 "url": "https://git.drupalcode.org/project/advagg.git",
1677                 "reference": "8.x-2.4"
1678             },
1679             "dist": {
1680                 "type": "zip",
1681                 "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
1682                 "reference": "8.x-2.4",
1683                 "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
1684             },
1685             "require": {
1686                 "drupal/core": "~8.0"
1687             },
1688             "type": "drupal-module",
1689             "extra": {
1690                 "branch-alias": {
1691                     "dev-2.x": "2.x-dev"
1692                 },
1693                 "drupal": {
1694                     "version": "8.x-2.4",
1695                     "datestamp": "1493949188"
1696                 }
1697             },
1698             "notification-url": "https://packages.drupal.org/8/downloads",
1699             "license": [
1700                 "GPL-2.0+"
1701             ],
1702             "authors": [
1703                 {
1704                     "name": "Mike Carper (mikeytown2)",
1705                     "homepage": "https://www.drupal.org/u/mikeytown2",
1706                     "role": "Creator, Maintainer"
1707                 },
1708                 {
1709                     "name": "Nick Wilde (nickwilde)",
1710                     "homepage": "https://www.drupal.org/u/nickwilde",
1711                     "email": "design@briarmoon.ca",
1712                     "role": "Drupal 8 Port/maintainer"
1713                 },
1714                 {
1715                     "name": "doublejosh",
1716                     "homepage": "https://www.drupal.org/user/199720"
1717                 },
1718                 {
1719                     "name": "iamcarrico",
1720                     "homepage": "https://www.drupal.org/user/1300542"
1721                 },
1722                 {
1723                     "name": "markcarver",
1724                     "homepage": "https://www.drupal.org/user/501638"
1725                 },
1726                 {
1727                     "name": "mikeytown2",
1728                     "homepage": "https://www.drupal.org/user/282446"
1729                 },
1730                 {
1731                     "name": "rupl",
1732                     "homepage": "https://www.drupal.org/user/411999"
1733                 }
1734             ],
1735             "description": "Improved aggregation of CSS/JS files to speed up page load times.",
1736             "homepage": "https://drupal.org/project/advagg",
1737             "support": {
1738                 "source": "https://cgit.drupalcode.org/advagg",
1739                 "issues": "https://drupal.org/project/issues/advagg",
1740                 "irc": "irc://irc.freenode.org/drupal-contribute"
1741             }
1742         },
1743         {
1744             "name": "drupal/advanced_help",
1745             "version": "1.0.0-alpha2",
1746             "source": {
1747                 "type": "git",
1748                 "url": "https://git.drupalcode.org/project/advanced_help.git",
1749                 "reference": "8.x-1.0-alpha2"
1750             },
1751             "dist": {
1752                 "type": "zip",
1753                 "url": "https://ftp.drupal.org/files/projects/advanced_help-8.x-1.0-alpha2.zip",
1754                 "reference": "8.x-1.0-alpha2",
1755                 "shasum": "15893996c66bcb81e200dfb9871df6f0da682cc0"
1756             },
1757             "require": {
1758                 "drupal/core": "~8.0",
1759                 "michelf/php-markdown": "^1.7"
1760             },
1761             "type": "drupal-module",
1762             "extra": {
1763                 "branch-alias": {
1764                     "dev-1.x": "1.x-dev"
1765                 },
1766                 "drupal": {
1767                     "version": "8.x-1.0-alpha2",
1768                     "datestamp": "1542000180",
1769                     "security-coverage": {
1770                         "status": "not-covered",
1771                         "message": "Alpha releases are not covered by Drupal security advisories."
1772                     }
1773                 }
1774             },
1775             "notification-url": "https://packages.drupal.org/8/downloads",
1776             "license": [
1777                 "GPL-2.0+"
1778             ],
1779             "authors": [
1780                 {
1781                     "name": "David Valdez (gnuget)",
1782                     "homepage": "https://www.drupal.org/u/gnuget",
1783                     "role": "Maintainer"
1784                 },
1785                 {
1786                     "name": "dmitrig01",
1787                     "homepage": "https://www.drupal.org/user/47566"
1788                 },
1789                 {
1790                     "name": "fgm",
1791                     "homepage": "https://www.drupal.org/user/27985"
1792                 },
1793                 {
1794                     "name": "gisle",
1795                     "homepage": "https://www.drupal.org/user/409554"
1796                 },
1797                 {
1798                     "name": "gnuget",
1799                     "homepage": "https://www.drupal.org/user/992990"
1800                 },
1801                 {
1802                     "name": "merlinofchaos",
1803                     "homepage": "https://www.drupal.org/user/26979"
1804                 },
1805                 {
1806                     "name": "redndahead",
1807                     "homepage": "https://www.drupal.org/user/160320"
1808                 }
1809             ],
1810             "description": "Provide extended help and documentation.",
1811             "homepage": "https://www.drupal.org/project/advanced_help",
1812             "support": {
1813                 "source": "https://cgit.drupalcode.org/advanced_help",
1814                 "issues": "https://www.drupal.org/project/issues/advanced_help",
1815                 "irc": "irc://irc.freenode.org/drupal-contribute"
1816             }
1817         },
1818         {
1819             "name": "drupal/better_formats",
1820             "version": "dev-1.x",
1821             "source": {
1822                 "type": "git",
1823                 "url": "https://git.drupalcode.org/project/better_formats.git",
1824                 "reference": "e632735f9bec5e08db58716195edc25cc6db78b3"
1825             },
1826             "require": {
1827                 "drupal/core": "~8.0"
1828             },
1829             "type": "drupal-module",
1830             "extra": {
1831                 "branch-alias": {
1832                     "dev-1.x": "1.x-dev"
1833                 },
1834                 "drupal": {
1835                     "version": "8.x-1.x-dev",
1836                     "datestamp": "1524577384",
1837                     "security-coverage": {
1838                         "status": "not-covered",
1839                         "message": "Project has not opted into security advisory coverage!"
1840                     }
1841                 }
1842             },
1843             "notification-url": "https://packages.drupal.org/8/downloads",
1844             "license": [
1845                 "GPL-2.0+"
1846             ],
1847             "authors": [
1848                 {
1849                     "name": "Devin Carlson",
1850                     "homepage": "https://www.drupal.org/user/290182"
1851                 },
1852                 {
1853                     "name": "dragonwize",
1854                     "homepage": "https://www.drupal.org/user/137882"
1855                 }
1856             ],
1857             "description": "Enhances the core input format system by managing input format defaults and settings.",
1858             "homepage": "https://www.drupal.org/project/better_formats",
1859             "support": {
1860                 "source": "http://cgit.drupalcode.org/better_formats"
1861             },
1862             "time": "2018-04-24T13:52:26+00:00"
1863         },
1864         {
1865             "name": "drupal/blazy",
1866             "version": "1.0.0-rc3",
1867             "source": {
1868                 "type": "git",
1869                 "url": "https://git.drupalcode.org/project/blazy.git",
1870                 "reference": "8.x-1.0-rc3"
1871             },
1872             "dist": {
1873                 "type": "zip",
1874                 "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc3.zip",
1875                 "reference": "8.x-1.0-rc3",
1876                 "shasum": "a92409f7d19ed984362b213c6245f8eda3bef03a"
1877             },
1878             "require": {
1879                 "drupal/core": "*"
1880             },
1881             "type": "drupal-module",
1882             "extra": {
1883                 "branch-alias": {
1884                     "dev-1.x": "1.x-dev"
1885                 },
1886                 "drupal": {
1887                     "version": "8.x-1.0-rc3",
1888                     "datestamp": "1538045580",
1889                     "security-coverage": {
1890                         "status": "not-covered",
1891                         "message": "Project has not opted into security advisory coverage!"
1892                     }
1893                 }
1894             },
1895             "notification-url": "https://packages.drupal.org/8/downloads",
1896             "license": [
1897                 "GPL-2.0+"
1898             ],
1899             "authors": [
1900                 {
1901                     "name": "Gaus Surahman",
1902                     "homepage": "https://www.drupal.org/u/gausarts",
1903                     "role": "Maintainer"
1904                 },
1905                 {
1906                     "name": "Contributors",
1907                     "homepage": "https://www.drupal.org/node/2663268/committers",
1908                     "role": "Contributor"
1909                 },
1910                 {
1911                     "name": "sun",
1912                     "homepage": "https://www.drupal.org/user/54136"
1913                 }
1914             ],
1915             "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
1916             "homepage": "https://drupal.org/project/blazy",
1917             "keywords": [
1918                 "Drupal",
1919                 "bLazy",
1920                 "lazyload"
1921             ],
1922             "support": {
1923                 "source": "http://cgit.drupalcode.org/blazy",
1924                 "issues": "https://drupal.org/project/issues/blazy"
1925             }
1926         },
1927         {
1928             "name": "drupal/block_class",
1929             "version": "1.0.0",
1930             "source": {
1931                 "type": "git",
1932                 "url": "https://git.drupalcode.org/project/block_class.git",
1933                 "reference": "8.x-1.0"
1934             },
1935             "dist": {
1936                 "type": "zip",
1937                 "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0.zip",
1938                 "reference": "8.x-1.0",
1939                 "shasum": "1a691999d051a3c010c2b6f2df73954ee02f424d"
1940             },
1941             "require": {
1942                 "drupal/core": "*"
1943             },
1944             "type": "drupal-module",
1945             "extra": {
1946                 "branch-alias": {
1947                     "dev-1.x": "1.x-dev"
1948                 },
1949                 "drupal": {
1950                     "version": "8.x-1.0",
1951                     "datestamp": "1531440821",
1952                     "security-coverage": {
1953                         "status": "covered",
1954                         "message": "Covered by Drupal's security advisory policy"
1955                     }
1956                 }
1957             },
1958             "notification-url": "https://packages.drupal.org/8/downloads",
1959             "license": [
1960                 "GPL-2.0+"
1961             ],
1962             "authors": [
1963                 {
1964                     "name": "Todd Nienkerk",
1965                     "homepage": "https://www.drupal.org/u/todd-nienkerk",
1966                     "role": "Maintainer"
1967                 },
1968                 {
1969                     "name": "Renato Gonçalves (RenatoG)",
1970                     "homepage": "https://www.drupal.org/u/RenatoG",
1971                     "email": "renatog@ciandt.com",
1972                     "role": "Maintainer"
1973                 },
1974                 {
1975                     "name": "Aaron Stanush",
1976                     "homepage": "https://www.drupal.org/u/aaron-stanush",
1977                     "role": "Maintainer"
1978                 },
1979                 {
1980                     "name": "David Suissa (DYdave)",
1981                     "homepage": "https://www.drupal.org/u/DYdave",
1982                     "role": "Maintainer"
1983                 },
1984                 {
1985                     "name": "Four Kitchens",
1986                     "homepage": "https://www.drupal.org/user/358502",
1987                     "role": "Maintainer"
1988                 },
1989                 {
1990                     "name": "berenddeboer",
1991                     "homepage": "https://www.drupal.org/u/berenddeboer",
1992                     "role": "Maintainer"
1993                 },
1994                 {
1995                     "name": "elliotttf",
1996                     "homepage": "https://www.drupal.org/u/elliotttf",
1997                     "role": "Maintainer"
1998                 },
1999                 {
2000                     "name": "Michal Minecki (mirzu)",
2001                     "homepage": "https://www.drupal.org/u/mirzu",
2002                     "role": "Maintainer"
2003                 },
2004                 {
2005                     "name": "Patrick Coffey (pcoffey)",
2006                     "homepage": "https://www.drupal.org/u/pcoffey",
2007                     "role": "Maintainer"
2008                 },
2009                 {
2010                     "name": "Taylor Smith (tsmith512)",
2011                     "homepage": "https://www.drupal.org/u/tsmith512",
2012                     "role": "Maintainer"
2013                 },
2014                 {
2015                     "name": "tsmith512",
2016                     "homepage": "https://www.drupal.org/user/2031446"
2017                 }
2018             ],
2019             "description": "Allows assigning classes to Blocks.",
2020             "homepage": "https://www.drupal.org/project/block_class",
2021             "support": {
2022                 "source": "https://cgit.drupalcode.org/block_class",
2023                 "issues": "https://www.drupal.org/project/issues/block_class",
2024                 "irc": "irc://irc.freenode.org/drupal-contribute"
2025             }
2026         },
2027         {
2028             "name": "drupal/bootstrap",
2029             "version": "3.14.0",
2030             "source": {
2031                 "type": "git",
2032                 "url": "https://git.drupalcode.org/project/bootstrap.git",
2033                 "reference": "8.x-3.14"
2034             },
2035             "dist": {
2036                 "type": "zip",
2037                 "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.14.zip",
2038                 "reference": "8.x-3.14",
2039                 "shasum": "bd32ae78846d7f535e5a71f631377dba93ee8bd2"
2040             },
2041             "require": {
2042                 "drupal/core": "~8.0"
2043             },
2044             "type": "drupal-theme",
2045             "extra": {
2046                 "branch-alias": {
2047                     "dev-3.x": "3.x-dev"
2048                 },
2049                 "drupal": {
2050                     "version": "8.x-3.14",
2051                     "datestamp": "1542006180",
2052                     "security-coverage": {
2053                         "status": "covered",
2054                         "message": "Covered by Drupal's security advisory policy"
2055                     }
2056                 }
2057             },
2058             "notification-url": "https://packages.drupal.org/8/downloads",
2059             "license": [
2060                 "GPL-2.0"
2061             ],
2062             "authors": [
2063                 {
2064                     "name": "Mark Carver (markcarver)",
2065                     "homepage": "https://www.drupal.org/u/markcarver",
2066                     "role": "Maintainer"
2067                 },
2068                 {
2069                     "name": "John McCormick (neardark)",
2070                     "homepage": "https://www.drupal.org/u/neardark",
2071                     "role": "Co-maintainer"
2072                 },
2073                 {
2074                     "name": "Fabiano Sant'Ana (wundo)",
2075                     "homepage": "https://www.drupal.org/u/wundo",
2076                     "role": "Co-maintainer"
2077                 },
2078                 {
2079                     "name": "wundo",
2080                     "homepage": "https://www.drupal.org/user/25523"
2081                 }
2082             ],
2083             "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
2084             "homepage": "https://www.drupal.org/project/bootstrap",
2085             "support": {
2086                 "source": "http://cgit.drupalcode.org/bootstrap",
2087                 "docs": "https://drupal-bootstrap.org",
2088                 "issues": "https://www.drupal.org/project/issues/bootstrap",
2089                 "irc": "irc://irc.freenode.org/drupal-bootstrap"
2090             }
2091         },
2092         {
2093             "name": "drupal/bootstrap_layouts",
2094             "version": "4.2.0",
2095             "source": {
2096                 "type": "git",
2097                 "url": "https://git.drupalcode.org/project/bootstrap_layouts.git",
2098                 "reference": "8.x-4.2"
2099             },
2100             "dist": {
2101                 "type": "zip",
2102                 "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.2.zip",
2103                 "reference": "8.x-4.2",
2104                 "shasum": "247f8e766fa06c9639fa80e81ecc933230e3e9fb"
2105             },
2106             "require": {
2107                 "drupal/core": "~8.0",
2108                 "drupal/layout_plugin": "*"
2109             },
2110             "type": "drupal-module",
2111             "extra": {
2112                 "branch-alias": {
2113                     "dev-4.x": "4.x-dev"
2114                 },
2115                 "drupal": {
2116                     "version": "8.x-4.2",
2117                     "datestamp": "1507846445",
2118                     "security-coverage": {
2119                         "status": "covered",
2120                         "message": "Covered by Drupal's security advisory policy"
2121                     }
2122                 }
2123             },
2124             "notification-url": "https://packages.drupal.org/8/downloads",
2125             "license": [
2126                 "GPL-2.0-or-later"
2127             ],
2128             "authors": [
2129                 {
2130                     "name": "darol100",
2131                     "homepage": "https://www.drupal.org/user/2667123"
2132                 },
2133                 {
2134                     "name": "hctom",
2135                     "homepage": "https://www.drupal.org/user/112790"
2136                 },
2137                 {
2138                     "name": "markcarver",
2139                     "homepage": "https://www.drupal.org/user/501638"
2140                 }
2141             ],
2142             "description": "This module is going to generate layouts with Bootstrap grid system.",
2143             "homepage": "https://www.drupal.org/project/bootstrap_layouts",
2144             "support": {
2145                 "source": "http://cgit.drupalcode.org/bootstrap_layouts"
2146             }
2147         },
2148         {
2149             "name": "drupal/ckeditor_templates",
2150             "version": "1.0.0",
2151             "source": {
2152                 "type": "git",
2153                 "url": "https://git.drupalcode.org/project/ckeditor_templates.git",
2154                 "reference": "8.x-1.0"
2155             },
2156             "dist": {
2157                 "type": "zip",
2158                 "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
2159                 "reference": "8.x-1.0",
2160                 "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
2161             },
2162             "require": {
2163                 "drupal/core": "*"
2164             },
2165             "type": "drupal-module",
2166             "extra": {
2167                 "branch-alias": {
2168                     "dev-1.x": "1.x-dev"
2169                 },
2170                 "drupal": {
2171                     "version": "8.x-1.0",
2172                     "datestamp": "1490206982"
2173                 }
2174             },
2175             "notification-url": "https://packages.drupal.org/8/downloads",
2176             "license": [
2177                 "GPL-2.0+"
2178             ],
2179             "authors": [
2180                 {
2181                     "name": "lucaslg",
2182                     "homepage": "https://www.drupal.org/user/3128975"
2183                 }
2184             ],
2185             "description": "Integrates the CKEdito templates plugin",
2186             "homepage": "https://www.drupal.org/project/ckeditor_templates",
2187             "support": {
2188                 "source": "http://cgit.drupalcode.org/ckeditor_templates"
2189             }
2190         },
2191         {
2192             "name": "drupal/ckeditor_widgets",
2193             "version": "dev-1.x",
2194             "source": {
2195                 "type": "git",
2196                 "url": "https://git.drupalcode.org/project/ckeditor_widgets.git",
2197                 "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
2198             },
2199             "require": {
2200                 "drupal/core": "*"
2201             },
2202             "type": "drupal-module",
2203             "extra": {
2204                 "branch-alias": {
2205                     "dev-1.x": "1.x-dev"
2206                 },
2207                 "drupal": {
2208                     "version": "8.x-1.x-dev",
2209                     "datestamp": "1472798939"
2210                 }
2211             },
2212             "notification-url": "https://packages.drupal.org/8/downloads",
2213             "license": [
2214                 "GPL-2.0+"
2215             ],
2216             "authors": [
2217                 {
2218                     "name": "jlyon",
2219                     "homepage": "https://www.drupal.org/user/256444"
2220                 }
2221             ],
2222             "description": "Adds widgets and an Insert Template menu to CKEditor",
2223             "homepage": "https://www.drupal.org/project/ckeditor_widgets",
2224             "support": {
2225                 "source": "http://cgit.drupalcode.org/ckeditor_widgets"
2226             }
2227         },
2228         {
2229             "name": "drupal/console",
2230             "version": "1.8.0",
2231             "source": {
2232                 "type": "git",
2233                 "url": "https://github.com/hechoendrupal/drupal-console.git",
2234                 "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18"
2235             },
2236             "dist": {
2237                 "type": "zip",
2238                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/368bbfa44dc6b957eb4db01977f7c39e83032d18",
2239                 "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18",
2240                 "shasum": ""
2241             },
2242             "require": {
2243                 "alchemy/zippy": "0.4.3",
2244                 "composer/installers": "~1.0",
2245                 "doctrine/annotations": "^1.2",
2246                 "doctrine/collections": "^1.3",
2247                 "drupal/console-core": "1.8.0",
2248                 "drupal/console-extend-plugin": "~0",
2249                 "guzzlehttp/guzzle": "~6.1",
2250                 "php": "^5.5.9 || ^7.0",
2251                 "psy/psysh": "0.6.* || ~0.8",
2252                 "symfony/css-selector": "~2.8|~3.0",
2253                 "symfony/dom-crawler": "~2.8|~3.0",
2254                 "symfony/http-foundation": "~2.8|~3.0"
2255             },
2256             "suggest": {
2257                 "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
2258                 "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
2259             },
2260             "bin": [
2261                 "bin/drupal"
2262             ],
2263             "type": "library",
2264             "autoload": {
2265                 "psr-4": {
2266                     "Drupal\\Console\\": "src"
2267                 }
2268             },
2269             "notification-url": "https://packagist.org/downloads/",
2270             "license": [
2271                 "GPL-2.0-or-later"
2272             ],
2273             "authors": [
2274                 {
2275                     "name": "David Flores",
2276                     "email": "dmousex@gmail.com",
2277                     "homepage": "http://dmouse.net"
2278                 },
2279                 {
2280                     "name": "Jesus Manuel Olivas",
2281                     "email": "jesus.olivas@gmail.com",
2282                     "homepage": "http://jmolivas.com"
2283                 },
2284                 {
2285                     "name": "Eduardo Garcia",
2286                     "email": "enzo@enzolutions.com",
2287                     "homepage": "http://enzolutions.com/"
2288                 },
2289                 {
2290                     "name": "Omar Aguirre",
2291                     "email": "omersguchigu@gmail.com"
2292                 },
2293                 {
2294                     "name": "Drupal Console Contributors",
2295                     "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
2296                 }
2297             ],
2298             "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
2299             "homepage": "http://drupalconsole.com/",
2300             "keywords": [
2301                 "console",
2302                 "development",
2303                 "drupal",
2304                 "symfony"
2305             ],
2306             "time": "2018-03-21T20:50:16+00:00"
2307         },
2308         {
2309             "name": "drupal/console-core",
2310             "version": "1.8.0",
2311             "source": {
2312                 "type": "git",
2313                 "url": "https://github.com/hechoendrupal/drupal-console-core.git",
2314                 "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1"
2315             },
2316             "dist": {
2317                 "type": "zip",
2318                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bf1fb4a6f689377acec1694267f674178d28e5d1",
2319                 "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1",
2320                 "shasum": ""
2321             },
2322             "require": {
2323                 "dflydev/dot-access-configuration": "^1.0",
2324                 "drupal/console-en": "1.8.0",
2325                 "php": "^5.5.9 || ^7.0",
2326                 "stecman/symfony-console-completion": "~0.7",
2327                 "symfony/config": "~2.8|~3.0",
2328                 "symfony/console": "~2.8|~3.0",
2329                 "symfony/debug": "~2.8|~3.0",
2330                 "symfony/dependency-injection": "~2.8|~3.0",
2331                 "symfony/event-dispatcher": "~2.8|~3.0",
2332                 "symfony/filesystem": "~2.8|~3.0",
2333                 "symfony/finder": "~2.8|~3.0",
2334                 "symfony/process": "~2.8|~3.0",
2335                 "symfony/translation": "~2.8|~3.0",
2336                 "symfony/yaml": "~2.8|~3.0",
2337                 "twig/twig": "^1.23.1",
2338                 "webflo/drupal-finder": "^1.0",
2339                 "webmozart/path-util": "^2.3"
2340             },
2341             "type": "library",
2342             "autoload": {
2343                 "files": [
2344                     "src/functions.php"
2345                 ],
2346                 "psr-4": {
2347                     "Drupal\\Console\\Core\\": "src"
2348                 }
2349             },
2350             "notification-url": "https://packagist.org/downloads/",
2351             "license": [
2352                 "GPL-2.0-or-later"
2353             ],
2354             "authors": [
2355                 {
2356                     "name": "David Flores",
2357                     "email": "dmousex@gmail.com",
2358                     "homepage": "http://dmouse.net"
2359                 },
2360                 {
2361                     "name": "Jesus Manuel Olivas",
2362                     "email": "jesus.olivas@gmail.com",
2363                     "homepage": "http://jmolivas.com"
2364                 },
2365                 {
2366                     "name": "Drupal Console Contributors",
2367                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2368                 },
2369                 {
2370                     "name": "Eduardo Garcia",
2371                     "email": "enzo@enzolutions.com",
2372                     "homepage": "http://enzolutions.com/"
2373                 },
2374                 {
2375                     "name": "Omar Aguirre",
2376                     "email": "omersguchigu@gmail.com"
2377                 }
2378             ],
2379             "description": "Drupal Console Core",
2380             "homepage": "http://drupalconsole.com/",
2381             "keywords": [
2382                 "console",
2383                 "development",
2384                 "drupal",
2385                 "symfony"
2386             ],
2387             "time": "2018-03-21T19:33:23+00:00"
2388         },
2389         {
2390             "name": "drupal/console-en",
2391             "version": "1.8.0",
2392             "source": {
2393                 "type": "git",
2394                 "url": "https://github.com/hechoendrupal/drupal-console-en.git",
2395                 "reference": "ea956ddffab04f519a89858810e5f695b9def92b"
2396             },
2397             "dist": {
2398                 "type": "zip",
2399                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/ea956ddffab04f519a89858810e5f695b9def92b",
2400                 "reference": "ea956ddffab04f519a89858810e5f695b9def92b",
2401                 "shasum": ""
2402             },
2403             "type": "drupal-console-language",
2404             "notification-url": "https://packagist.org/downloads/",
2405             "license": [
2406                 "GPL-2.0-or-later"
2407             ],
2408             "authors": [
2409                 {
2410                     "name": "David Flores",
2411                     "email": "dmousex@gmail.com",
2412                     "homepage": "http://dmouse.net"
2413                 },
2414                 {
2415                     "name": "Jesus Manuel Olivas",
2416                     "email": "jesus.olivas@gmail.com",
2417                     "homepage": "http://jmolivas.com"
2418                 },
2419                 {
2420                     "name": "Drupal Console Contributors",
2421                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2422                 },
2423                 {
2424                     "name": "Eduardo Garcia",
2425                     "email": "enzo@enzolutions.com",
2426                     "homepage": "http://enzolutions.com/"
2427                 },
2428                 {
2429                     "name": "Omar Aguirre",
2430                     "email": "omersguchigu@gmail.com"
2431                 }
2432             ],
2433             "description": "Drupal Console English Language",
2434             "homepage": "http://drupalconsole.com/",
2435             "keywords": [
2436                 "console",
2437                 "development",
2438                 "drupal",
2439                 "symfony"
2440             ],
2441             "time": "2018-03-21T19:16:27+00:00"
2442         },
2443         {
2444             "name": "drupal/console-extend-plugin",
2445             "version": "0.9.2",
2446             "source": {
2447                 "type": "git",
2448                 "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
2449                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
2450             },
2451             "dist": {
2452                 "type": "zip",
2453                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
2454                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
2455                 "shasum": ""
2456             },
2457             "require": {
2458                 "composer-plugin-api": "^1.0",
2459                 "symfony/finder": "~2.7|~3.0",
2460                 "symfony/yaml": "~2.7|~3.0"
2461             },
2462             "type": "composer-plugin",
2463             "extra": {
2464                 "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
2465             },
2466             "autoload": {
2467                 "psr-4": {
2468                     "Drupal\\Console\\Composer\\Plugin\\": "src"
2469                 }
2470             },
2471             "notification-url": "https://packagist.org/downloads/",
2472             "license": [
2473                 "GPL-2.0+"
2474             ],
2475             "authors": [
2476                 {
2477                     "name": "Jesus Manuel Olivas",
2478                     "email": "jesus.olivas@gmail.com"
2479                 }
2480             ],
2481             "description": "Drupal Console Extend Plugin",
2482             "time": "2017-07-28T17:11:54+00:00"
2483         },
2484         {
2485             "name": "drupal/core",
2486             "version": "8.6.4",
2487             "source": {
2488                 "type": "git",
2489                 "url": "https://github.com/drupal/core.git",
2490                 "reference": "652bdf56b5e9e84648ea53ac7b1e7e73e7608ef4"
2491             },
2492             "dist": {
2493                 "type": "zip",
2494                 "url": "https://api.github.com/repos/drupal/core/zipball/652bdf56b5e9e84648ea53ac7b1e7e73e7608ef4",
2495                 "reference": "652bdf56b5e9e84648ea53ac7b1e7e73e7608ef4",
2496                 "shasum": ""
2497             },
2498             "require": {
2499                 "asm89/stack-cors": "^1.1",
2500                 "composer/semver": "^1.0",
2501                 "doctrine/annotations": "^1.2",
2502                 "doctrine/common": "^2.5",
2503                 "easyrdf/easyrdf": "^0.9",
2504                 "egulias/email-validator": "^1.2",
2505                 "ext-date": "*",
2506                 "ext-dom": "*",
2507                 "ext-filter": "*",
2508                 "ext-gd": "*",
2509                 "ext-hash": "*",
2510                 "ext-json": "*",
2511                 "ext-pcre": "*",
2512                 "ext-pdo": "*",
2513                 "ext-session": "*",
2514                 "ext-simplexml": "*",
2515                 "ext-spl": "*",
2516                 "ext-tokenizer": "*",
2517                 "ext-xml": "*",
2518                 "guzzlehttp/guzzle": "^6.2.1",
2519                 "masterminds/html5": "^2.1",
2520                 "paragonie/random_compat": "^1.0|^2.0",
2521                 "php": "^5.5.9|>=7.0.8",
2522                 "stack/builder": "^1.0",
2523                 "symfony-cmf/routing": "^1.4",
2524                 "symfony/class-loader": "~3.4.0",
2525                 "symfony/console": "~3.4.0",
2526                 "symfony/dependency-injection": "~3.4.0",
2527                 "symfony/event-dispatcher": "~3.4.0",
2528                 "symfony/http-foundation": "~3.4.14",
2529                 "symfony/http-kernel": "~3.4.14",
2530                 "symfony/polyfill-iconv": "^1.0",
2531                 "symfony/process": "~3.4.0",
2532                 "symfony/psr-http-message-bridge": "^1.0",
2533                 "symfony/routing": "~3.4.0",
2534                 "symfony/serializer": "~3.4.0",
2535                 "symfony/translation": "~3.4.0",
2536                 "symfony/validator": "~3.4.0",
2537                 "symfony/yaml": "~3.4.5",
2538                 "twig/twig": "^1.35.0",
2539                 "zendframework/zend-diactoros": "^1.1",
2540                 "zendframework/zend-feed": "^2.4"
2541             },
2542             "conflict": {
2543                 "drush/drush": "<8.1.10"
2544             },
2545             "replace": {
2546                 "drupal/action": "self.version",
2547                 "drupal/aggregator": "self.version",
2548                 "drupal/automated_cron": "self.version",
2549                 "drupal/ban": "self.version",
2550                 "drupal/bartik": "self.version",
2551                 "drupal/basic_auth": "self.version",
2552                 "drupal/big_pipe": "self.version",
2553                 "drupal/block": "self.version",
2554                 "drupal/block_content": "self.version",
2555                 "drupal/block_place": "self.version",
2556                 "drupal/book": "self.version",
2557                 "drupal/breakpoint": "self.version",
2558                 "drupal/ckeditor": "self.version",
2559                 "drupal/classy": "self.version",
2560                 "drupal/color": "self.version",
2561                 "drupal/comment": "self.version",
2562                 "drupal/config": "self.version",
2563                 "drupal/config_translation": "self.version",
2564                 "drupal/contact": "self.version",
2565                 "drupal/content_moderation": "self.version",
2566                 "drupal/content_translation": "self.version",
2567                 "drupal/contextual": "self.version",
2568                 "drupal/core-annotation": "self.version",
2569                 "drupal/core-assertion": "self.version",
2570                 "drupal/core-bridge": "self.version",
2571                 "drupal/core-class-finder": "self.version",
2572                 "drupal/core-datetime": "self.version",
2573                 "drupal/core-dependency-injection": "self.version",
2574                 "drupal/core-diff": "self.version",
2575                 "drupal/core-discovery": "self.version",
2576                 "drupal/core-event-dispatcher": "self.version",
2577                 "drupal/core-file-cache": "self.version",
2578                 "drupal/core-filesystem": "self.version",
2579                 "drupal/core-gettext": "self.version",
2580                 "drupal/core-graph": "self.version",
2581                 "drupal/core-http-foundation": "self.version",
2582                 "drupal/core-php-storage": "self.version",
2583                 "drupal/core-plugin": "self.version",
2584                 "drupal/core-proxy-builder": "self.version",
2585                 "drupal/core-render": "self.version",
2586                 "drupal/core-serialization": "self.version",
2587                 "drupal/core-transliteration": "self.version",
2588                 "drupal/core-utility": "self.version",
2589                 "drupal/core-uuid": "self.version",
2590                 "drupal/datetime": "self.version",
2591                 "drupal/datetime_range": "self.version",
2592                 "drupal/dblog": "self.version",
2593                 "drupal/dynamic_page_cache": "self.version",
2594                 "drupal/editor": "self.version",
2595                 "drupal/entity_reference": "self.version",
2596                 "drupal/field": "self.version",
2597                 "drupal/field_layout": "self.version",
2598                 "drupal/field_ui": "self.version",
2599                 "drupal/file": "self.version",
2600                 "drupal/filter": "self.version",
2601                 "drupal/forum": "self.version",
2602                 "drupal/hal": "self.version",
2603                 "drupal/help": "self.version",
2604                 "drupal/history": "self.version",
2605                 "drupal/image": "self.version",
2606                 "drupal/inline_form_errors": "self.version",
2607                 "drupal/language": "self.version",
2608                 "drupal/layout_builder": "self.version",
2609                 "drupal/layout_discovery": "self.version",
2610                 "drupal/link": "self.version",
2611                 "drupal/locale": "self.version",
2612                 "drupal/media": "self.version",
2613                 "drupal/media_library": "self.version",
2614                 "drupal/menu_link_content": "self.version",
2615                 "drupal/menu_ui": "self.version",
2616                 "drupal/migrate": "self.version",
2617                 "drupal/migrate_drupal": "self.version",
2618                 "drupal/migrate_drupal_multilingual": "self.version",
2619                 "drupal/migrate_drupal_ui": "self.version",
2620                 "drupal/minimal": "self.version",
2621                 "drupal/node": "self.version",
2622                 "drupal/options": "self.version",
2623                 "drupal/page_cache": "self.version",
2624                 "drupal/path": "self.version",
2625                 "drupal/quickedit": "self.version",
2626                 "drupal/rdf": "self.version",
2627                 "drupal/responsive_image": "self.version",
2628                 "drupal/rest": "self.version",
2629                 "drupal/search": "self.version",
2630                 "drupal/serialization": "self.version",
2631                 "drupal/settings_tray": "self.version",
2632                 "drupal/seven": "self.version",
2633                 "drupal/shortcut": "self.version",
2634                 "drupal/simpletest": "self.version",
2635                 "drupal/standard": "self.version",
2636                 "drupal/stark": "self.version",
2637                 "drupal/statistics": "self.version",
2638                 "drupal/syslog": "self.version",
2639                 "drupal/system": "self.version",
2640                 "drupal/taxonomy": "self.version",
2641                 "drupal/telephone": "self.version",
2642                 "drupal/text": "self.version",
2643                 "drupal/toolbar": "self.version",
2644                 "drupal/tour": "self.version",
2645                 "drupal/tracker": "self.version",
2646                 "drupal/update": "self.version",
2647                 "drupal/user": "self.version",
2648                 "drupal/views": "self.version",
2649                 "drupal/views_ui": "self.version",
2650                 "drupal/workflows": "self.version",
2651                 "drupal/workspaces": "self.version"
2652             },
2653             "require-dev": {
2654                 "behat/mink": "1.7.x-dev",
2655                 "behat/mink-goutte-driver": "^1.2",
2656                 "behat/mink-selenium2-driver": "1.3.x-dev",
2657                 "drupal/coder": "^8.2.12",
2658                 "jcalderonzumba/gastonjs": "^1.0.2",
2659                 "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
2660                 "mikey179/vfsstream": "^1.2",
2661                 "phpspec/prophecy": "^1.7",
2662                 "phpunit/phpunit": "^4.8.35 || ^6.5",
2663                 "symfony/css-selector": "^3.4.0",
2664                 "symfony/debug": "^3.4.0",
2665                 "symfony/phpunit-bridge": "^3.4.3"
2666             },
2667             "type": "drupal-core",
2668             "extra": {
2669                 "merge-plugin": {
2670                     "require": [
2671                         "core/lib/Drupal/Component/Annotation/composer.json",
2672                         "core/lib/Drupal/Component/Assertion/composer.json",
2673                         "core/lib/Drupal/Component/Bridge/composer.json",
2674                         "core/lib/Drupal/Component/ClassFinder/composer.json",
2675                         "core/lib/Drupal/Component/Datetime/composer.json",
2676                         "core/lib/Drupal/Component/DependencyInjection/composer.json",
2677                         "core/lib/Drupal/Component/Diff/composer.json",
2678                         "core/lib/Drupal/Component/Discovery/composer.json",
2679                         "core/lib/Drupal/Component/EventDispatcher/composer.json",
2680                         "core/lib/Drupal/Component/FileCache/composer.json",
2681                         "core/lib/Drupal/Component/FileSystem/composer.json",
2682                         "core/lib/Drupal/Component/Gettext/composer.json",
2683                         "core/lib/Drupal/Component/Graph/composer.json",
2684                         "core/lib/Drupal/Component/HttpFoundation/composer.json",
2685                         "core/lib/Drupal/Component/PhpStorage/composer.json",
2686                         "core/lib/Drupal/Component/Plugin/composer.json",
2687                         "core/lib/Drupal/Component/ProxyBuilder/composer.json",
2688                         "core/lib/Drupal/Component/Render/composer.json",
2689                         "core/lib/Drupal/Component/Serialization/composer.json",
2690                         "core/lib/Drupal/Component/Transliteration/composer.json",
2691                         "core/lib/Drupal/Component/Utility/composer.json",
2692                         "core/lib/Drupal/Component/Uuid/composer.json"
2693                     ],
2694                     "recurse": false,
2695                     "replace": false,
2696                     "merge-extra": false
2697                 }
2698             },
2699             "autoload": {
2700                 "psr-4": {
2701                     "Drupal\\Core\\": "lib/Drupal/Core",
2702                     "Drupal\\Component\\": "lib/Drupal/Component",
2703                     "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
2704                 },
2705                 "classmap": [
2706                     "lib/Drupal.php",
2707                     "lib/Drupal/Component/Utility/Timer.php",
2708                     "lib/Drupal/Component/Utility/Unicode.php",
2709                     "lib/Drupal/Core/Database/Database.php",
2710                     "lib/Drupal/Core/DrupalKernel.php",
2711                     "lib/Drupal/Core/DrupalKernelInterface.php",
2712                     "lib/Drupal/Core/Site/Settings.php"
2713                 ]
2714             },
2715             "notification-url": "https://packagist.org/downloads/",
2716             "license": [
2717                 "GPL-2.0-or-later"
2718             ],
2719             "description": "Drupal is an open source content management platform powering millions of websites and applications.",
2720             "time": "2018-12-05T11:58:02+00:00"
2721         },
2722         {
2723             "name": "drupal/crop",
2724             "version": "2.0.0-rc1",
2725             "source": {
2726                 "type": "git",
2727                 "url": "https://git.drupalcode.org/project/crop.git",
2728                 "reference": "8.x-2.0-rc1"
2729             },
2730             "dist": {
2731                 "type": "zip",
2732                 "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.0-rc1.zip",
2733                 "reference": "8.x-2.0-rc1",
2734                 "shasum": "ba84fa73e5c4df4caffcfa4a4cfb44c2c7d033d7"
2735             },
2736             "require": {
2737                 "drupal/core": "*"
2738             },
2739             "type": "drupal-module",
2740             "extra": {
2741                 "branch-alias": {
2742                     "dev-2.x": "2.x-dev"
2743                 },
2744                 "drupal": {
2745                     "version": "8.x-2.0-rc1",
2746                     "datestamp": "1516298515",
2747                     "security-coverage": {
2748                         "status": "not-covered",
2749                         "message": "RC releases are not covered by Drupal security advisories."
2750                     }
2751                 }
2752             },
2753             "notification-url": "https://packages.drupal.org/8/downloads",
2754             "license": [
2755                 "GPL-2.0+"
2756             ],
2757             "authors": [
2758                 {
2759                     "name": "Drupal Media Team",
2760                     "homepage": "https://www.drupal.org/user/3260690"
2761                 },
2762                 {
2763                     "name": "slashrsm",
2764                     "homepage": "https://www.drupal.org/user/744628"
2765                 },
2766                 {
2767                     "name": "woprrr",
2768                     "homepage": "https://www.drupal.org/user/858604"
2769                 }
2770             ],
2771             "description": "Provides storage and API for image crops.",
2772             "homepage": "https://www.drupal.org/project/crop",
2773             "support": {
2774                 "source": "http://cgit.drupalcode.org/crop",
2775                 "issues": "https://www.drupal.org/project/issues/crop"
2776             }
2777         },
2778         {
2779             "name": "drupal/ctools",
2780             "version": "3.0.0",
2781             "source": {
2782                 "type": "git",
2783                 "url": "https://git.drupalcode.org/project/ctools.git",
2784                 "reference": "8.x-3.0"
2785             },
2786             "dist": {
2787                 "type": "zip",
2788                 "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
2789                 "reference": "8.x-3.0",
2790                 "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
2791             },
2792             "require": {
2793                 "drupal/core": "~8.0"
2794             },
2795             "type": "drupal-module",
2796             "extra": {
2797                 "branch-alias": {
2798                     "dev-3.x": "3.x-dev"
2799                 },
2800                 "drupal": {
2801                     "version": "8.x-3.0",
2802                     "datestamp": "1493401742"
2803                 }
2804             },
2805             "notification-url": "https://packages.drupal.org/8/downloads",
2806             "license": [
2807                 "GPL-2.0+"
2808             ],
2809             "authors": [
2810                 {
2811                     "name": "Kris Vanderwater (EclipseGc)",
2812                     "homepage": "https://www.drupal.org/u/eclipsegc",
2813                     "role": "Maintainer"
2814                 },
2815                 {
2816                     "name": "Jakob Perry (japerry)",
2817                     "homepage": "https://www.drupal.org/u/japerry",
2818                     "role": "Maintainer"
2819                 },
2820                 {
2821                     "name": "Tim Plunkett (tim.plunkett)",
2822                     "homepage": "https://www.drupal.org/u/timplunkett",
2823                     "role": "Maintainer"
2824                 },
2825                 {
2826                     "name": "James Gilliland (neclimdul)",
2827                     "homepage": "https://www.drupal.org/u/neclimdul",
2828                     "role": "Maintainer"
2829                 },
2830                 {
2831                     "name": "Daniel Wehner (dawehner)",
2832                     "homepage": "https://www.drupal.org/u/dawehner",
2833                     "role": "Maintainer"
2834                 },
2835                 {
2836                     "name": "merlinofchaos",
2837                     "homepage": "https://www.drupal.org/user/26979"
2838                 },
2839                 {
2840                     "name": "neclimdul",
2841                     "homepage": "https://www.drupal.org/user/48673"
2842                 },
2843                 {
2844                     "name": "sdboyer",
2845                     "homepage": "https://www.drupal.org/user/146719"
2846                 },
2847                 {
2848                     "name": "sun",
2849                     "homepage": "https://www.drupal.org/user/54136"
2850                 },
2851                 {
2852                     "name": "tim.plunkett",
2853                     "homepage": "https://www.drupal.org/user/241634"
2854                 }
2855             ],
2856             "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
2857             "homepage": "https://www.drupal.org/project/ctools",
2858             "support": {
2859                 "source": "http://cgit.drupalcode.org/ctools",
2860                 "issues": "https://www.drupal.org/project/issues/ctools"
2861             }
2862         },
2863         {
2864             "name": "drupal/devel",
2865             "version": "1.2.0",
2866             "source": {
2867                 "type": "git",
2868                 "url": "https://git.drupalcode.org/project/devel.git",
2869                 "reference": "8.x-1.2"
2870             },
2871             "dist": {
2872                 "type": "zip",
2873                 "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
2874                 "reference": "8.x-1.2",
2875                 "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
2876             },
2877             "require": {
2878                 "drupal/core": "~8.0"
2879             },
2880             "suggest": {
2881                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
2882             },
2883             "type": "drupal-module",
2884             "extra": {
2885                 "branch-alias": {
2886                     "dev-1.x": "1.x-dev"
2887                 },
2888                 "drupal": {
2889                     "version": "8.x-1.2",
2890                     "datestamp": "1507197844",
2891                     "security-coverage": {
2892                         "status": "covered",
2893                         "message": "Covered by Drupal's security advisory policy"
2894                     }
2895                 }
2896             },
2897             "notification-url": "https://packages.drupal.org/8/downloads",
2898             "license": [
2899                 "GPL-2.0+"
2900             ],
2901             "authors": [
2902                 {
2903                     "name": "Moshe Weitzman",
2904                     "homepage": "https://github.com/weitzman",
2905                     "email": "weitzman@tejasa.com",
2906                     "role": "Maintainer"
2907                 },
2908                 {
2909                     "name": "Hans Salvisberg",
2910                     "homepage": "https://www.drupal.org/u/salvis",
2911                     "email": "drupal@salvisberg.com",
2912                     "role": "Maintainer"
2913                 },
2914                 {
2915                     "name": "Luca Lusso",
2916                     "homepage": "https://www.drupal.org/u/lussoluca",
2917                     "role": "Maintainer"
2918                 },
2919                 {
2920                     "name": "Marco (willzyx)",
2921                     "homepage": "https://www.drupal.org/u/willzyx",
2922                     "role": "Maintainer"
2923                 },
2924                 {
2925                     "name": "See contributors",
2926                     "homepage": "https://www.drupal.org/node/3236/committers"
2927                 },
2928                 {
2929                     "name": "salvis",
2930                     "homepage": "https://www.drupal.org/user/82964"
2931                 },
2932                 {
2933                     "name": "willzyx",
2934                     "homepage": "https://www.drupal.org/user/1043862"
2935                 }
2936             ],
2937             "description": "Various blocks, pages, and functions for developers.",
2938             "homepage": "http://drupal.org/project/devel",
2939             "support": {
2940                 "source": "http://cgit.drupalcode.org/devel",
2941                 "issues": "http://drupal.org/project/devel",
2942                 "irc": "irc://irc.freenode.org/drupal-contribute"
2943             }
2944         },
2945         {
2946             "name": "drupal/diff",
2947             "version": "1.0.0-rc2",
2948             "source": {
2949                 "type": "git",
2950                 "url": "https://git.drupalcode.org/project/diff.git",
2951                 "reference": "8.x-1.0-rc2"
2952             },
2953             "dist": {
2954                 "type": "zip",
2955                 "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc2.zip",
2956                 "reference": "8.x-1.0-rc2",
2957                 "shasum": "2e8f4efe6e7d355a3d07d33531f077348b13f68d"
2958             },
2959             "require": {
2960                 "drupal/core": "~8.0",
2961                 "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
2962             },
2963             "type": "drupal-module",
2964             "extra": {
2965                 "branch-alias": {
2966                     "dev-1.x": "1.x-dev"
2967                 },
2968                 "drupal": {
2969                     "version": "8.x-1.0-rc2",
2970                     "datestamp": "1530178424",
2971                     "security-coverage": {
2972                         "status": "not-covered",
2973                         "message": "RC releases are not covered by Drupal security advisories."
2974                     }
2975                 }
2976             },
2977             "notification-url": "https://packages.drupal.org/8/downloads",
2978             "license": [
2979                 "GPL-2.0+"
2980             ],
2981             "authors": [
2982                 {
2983                     "name": "Miro Dietiker (miro_dietiker)",
2984                     "homepage": "https://www.drupal.org/u/miro_dietiker",
2985                     "role": "Maintainer"
2986                 },
2987                 {
2988                     "name": "Juampy NR (juampynr)",
2989                     "homepage": "https://www.drupal.org/u/juampynr",
2990                     "role": "Maintainer"
2991                 },
2992                 {
2993                     "name": "Lucian Hangea (lhangea)",
2994                     "homepage": "https://www.drupal.org/u/lhangea",
2995                     "role": "Maintainer"
2996                 },
2997                 {
2998                     "name": "Alan D.",
2999                     "homepage": "https://www.drupal.org/u/alan-d.",
3000                     "role": "Maintainer"
3001                 },
3002                 {
3003                     "name": "Brian Gilbert (realityloop).",
3004                     "homepage": "https://www.drupal.org/u/realityloop",
3005                     "role": "Maintainer"
3006                 },
3007                 {
3008                     "name": "miro_dietiker",
3009                     "homepage": "https://www.drupal.org/user/227761"
3010                 },
3011                 {
3012                     "name": "realityloop",
3013                     "homepage": "https://www.drupal.org/user/139189"
3014                 },
3015                 {
3016                     "name": "rötzi",
3017                     "homepage": "https://www.drupal.org/user/73064"
3018                 },
3019                 {
3020                     "name": "yhahn",
3021                     "homepage": "https://www.drupal.org/user/264833"
3022                 }
3023             ],
3024             "description": "Compares two entity revisions",
3025             "homepage": "https://www.drupal.org/project/diff",
3026             "support": {
3027                 "source": "http://cgit.drupalcode.org/diff",
3028                 "issues": "https://www.drupal.org/project/issues/diff"
3029             }
3030         },
3031         {
3032             "name": "drupal/draggableviews",
3033             "version": "1.2.0",
3034             "source": {
3035                 "type": "git",
3036                 "url": "https://git.drupalcode.org/project/draggableviews.git",
3037                 "reference": "8.x-1.2"
3038             },
3039             "dist": {
3040                 "type": "zip",
3041                 "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.2.zip",
3042                 "reference": "8.x-1.2",
3043                 "shasum": "0f5e9195ceec209552aa50f8ce3c230692c284db"
3044             },
3045             "require": {
3046                 "drupal/core": "^8"
3047             },
3048             "require-dev": {
3049                 "drupal/draggableviews_demo": "*"
3050             },
3051             "type": "drupal-module",
3052             "extra": {
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.drupalcode.org/project/dropzonejs.git",
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.drupalcode.org/project/drupalmoduleupgrader.git",
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.drupalcode.org/project/embed.git",
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",
3370             "version": "1.0.0-rc1",
3371             "source": {
3372                 "type": "git",
3373                 "url": "https://git.drupalcode.org/project/entity.git",
3374                 "reference": "8.x-1.0-rc1"
3375             },
3376             "dist": {
3377                 "type": "zip",
3378                 "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-rc1.zip",
3379                 "reference": "8.x-1.0-rc1",
3380                 "shasum": "f2dcd7afd0d36b6f261b10a204057a5c801ad20b"
3381             },
3382             "require": {
3383                 "drupal/core": "^8.6"
3384             },
3385             "type": "drupal-module",
3386             "extra": {
3387                 "branch-alias": {
3388                     "dev-1.x": "1.x-dev"
3389                 },
3390                 "drupal": {
3391                     "version": "8.x-1.0-rc1",
3392                     "datestamp": "1539272769",
3393                     "security-coverage": {
3394                         "status": "not-covered",
3395                         "message": "RC releases are not covered by Drupal security advisories."
3396                     }
3397                 }
3398             },
3399             "notification-url": "https://packages.drupal.org/8/downloads",
3400             "license": [
3401                 "GPL-2.0+"
3402             ],
3403             "authors": [
3404                 {
3405                     "name": "Berdir",
3406                     "homepage": "https://www.drupal.org/user/214652"
3407                 },
3408                 {
3409                     "name": "bojanz",
3410                     "homepage": "https://www.drupal.org/user/86106"
3411                 },
3412                 {
3413                     "name": "dawehner",
3414                     "homepage": "https://www.drupal.org/user/99340"
3415                 },
3416                 {
3417                     "name": "dixon_",
3418                     "homepage": "https://www.drupal.org/user/239911"
3419                 },
3420                 {
3421                     "name": "fago",
3422                     "homepage": "https://www.drupal.org/user/16747"
3423                 }
3424             ],
3425             "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
3426             "homepage": "http://drupal.org/project/entity",
3427             "support": {
3428                 "source": "http://cgit.drupalcode.org/entity"
3429             }
3430         },
3431         {
3432             "name": "drupal/entity_browser",
3433             "version": "1.6.0",
3434             "source": {
3435                 "type": "git",
3436                 "url": "https://git.drupalcode.org/project/entity_browser.git",
3437                 "reference": "8.x-1.6"
3438             },
3439             "dist": {
3440                 "type": "zip",
3441                 "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.6.zip",
3442                 "reference": "8.x-1.6",
3443                 "shasum": "ed80f338cc002e188df21967cf2222a01a88f90c"
3444             },
3445             "require": {
3446                 "drupal/core": "~8.0"
3447             },
3448             "require-dev": {
3449                 "drupal/ctools": "*",
3450                 "drupal/inline_entity_form": "*",
3451                 "drupal/media_entity": "*",
3452                 "drupal/paragraphs": "*",
3453                 "drupal/token": "*"
3454             },
3455             "type": "drupal-module",
3456             "extra": {
3457                 "branch-alias": {
3458                     "dev-1.x": "1.x-dev",
3459                     "dev-8.x-1.x": "8.1.x-dev"
3460                 },
3461                 "drupal": {
3462                     "version": "8.x-1.6",
3463                     "datestamp": "1536328684",
3464                     "security-coverage": {
3465                         "status": "covered",
3466                         "message": "Covered by Drupal's security advisory policy"
3467                     }
3468                 }
3469             },
3470             "notification-url": "https://packages.drupal.org/8/downloads",
3471             "license": [
3472                 "GPL-2.0+"
3473             ],
3474             "authors": [
3475                 {
3476                     "name": "Janez Urevc",
3477                     "homepage": "https://github.com/slashrsm",
3478                     "role": "Maintainer"
3479                 },
3480                 {
3481                     "name": "Primoz Hmeljak",
3482                     "homepage": "https://github.com/primsi",
3483                     "role": "Maintainer"
3484                 },
3485                 {
3486                     "name": "See other contributors",
3487                     "homepage": "https://www.drupal.org/node/1943336/committers",
3488                     "role": "contributor"
3489                 },
3490                 {
3491                     "name": "Primsi",
3492                     "homepage": "https://www.drupal.org/user/282629"
3493                 },
3494                 {
3495                     "name": "marcingy",
3496                     "homepage": "https://www.drupal.org/user/77320"
3497                 },
3498                 {
3499                     "name": "samuel.mortenson",
3500                     "homepage": "https://www.drupal.org/user/2582268"
3501                 },
3502                 {
3503                     "name": "slashrsm",
3504                     "homepage": "https://www.drupal.org/user/744628"
3505                 }
3506             ],
3507             "description": "Entity browsing and selecting component.",
3508             "homepage": "http://drupal.org/project/entity_browser",
3509             "support": {
3510                 "source": "http://cgit.drupalcode.org/entity_browser",
3511                 "issues": "http://drupal.org/project/issues/entity_browser",
3512                 "irc": "irc://irc.freenode.org/drupal-contribute"
3513             }
3514         },
3515         {
3516             "name": "drupal/entity_embed",
3517             "version": "1.0.0-beta2",
3518             "source": {
3519                 "type": "git",
3520                 "url": "https://git.drupalcode.org/project/entity_embed.git",
3521                 "reference": "8.x-1.0-beta2"
3522             },
3523             "dist": {
3524                 "type": "zip",
3525                 "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
3526                 "reference": "8.x-1.0-beta2",
3527                 "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
3528             },
3529             "require": {
3530                 "drupal/core": "*",
3531                 "drupal/embed": "*"
3532             },
3533             "require-dev": {
3534                 "drupal/entity_browser": "*"
3535             },
3536             "type": "drupal-module",
3537             "extra": {
3538                 "branch-alias": {
3539                     "dev-1.x": "1.x-dev"
3540                 },
3541                 "drupal": {
3542                     "version": "8.x-1.0-beta2",
3543                     "datestamp": "1476698339"
3544                 }
3545             },
3546             "notification-url": "https://packages.drupal.org/8/downloads",
3547             "license": [
3548                 "GPL-2.0+"
3549             ],
3550             "authors": [
3551                 {
3552                     "name": "Dave Reid",
3553                     "homepage": "https://www.drupal.org/user/53892"
3554                 },
3555                 {
3556                     "name": "Devin Carlson",
3557                     "homepage": "https://www.drupal.org/user/290182"
3558                 },
3559                 {
3560                     "name": "Drupal Media Team",
3561                     "homepage": "https://www.drupal.org/user/3260690"
3562                 },
3563                 {
3564                     "name": "cs_shadow",
3565                     "homepage": "https://www.drupal.org/user/2828287"
3566                 },
3567                 {
3568                     "name": "slashrsm",
3569                     "homepage": "https://www.drupal.org/user/744628"
3570                 }
3571             ],
3572             "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
3573             "homepage": "https://www.drupal.org/project/entity_embed",
3574             "support": {
3575                 "source": "http://cgit.drupalcode.org/entity_embed",
3576                 "issues": "https://www.drupal.org/project/issues/entity_embed",
3577                 "irc": "irc://irc.freenode.org/drupal-media"
3578             }
3579         },
3580         {
3581             "name": "drupal/entity_reference_revisions",
3582             "version": "1.6.0",
3583             "source": {
3584                 "type": "git",
3585                 "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
3586                 "reference": "8.x-1.6"
3587             },
3588             "dist": {
3589                 "type": "zip",
3590                 "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.6.zip",
3591                 "reference": "8.x-1.6",
3592                 "shasum": "82d515de04d3a75fb677ed82241a6aff3f54ab47"
3593             },
3594             "require": {
3595                 "drupal/core": "~8.0"
3596             },
3597             "require-dev": {
3598                 "drupal/diff": "*"
3599             },
3600             "type": "drupal-module",
3601             "extra": {
3602                 "branch-alias": {
3603                     "dev-1.x": "1.x-dev"
3604                 },
3605                 "drupal": {
3606                     "version": "8.x-1.6",
3607                     "datestamp": "1539588781",
3608                     "security-coverage": {
3609                         "status": "covered",
3610                         "message": "Covered by Drupal's security advisory policy"
3611                     }
3612                 }
3613             },
3614             "notification-url": "https://packages.drupal.org/8/downloads",
3615             "license": [
3616                 "GPL-2.0-or-later"
3617             ],
3618             "authors": [
3619                 {
3620                     "name": "Frans",
3621                     "homepage": "https://www.drupal.org/user/514222"
3622                 },
3623                 {
3624                     "name": "jeroen.b",
3625                     "homepage": "https://www.drupal.org/user/1853532"
3626                 },
3627                 {
3628                     "name": "miro_dietiker",
3629                     "homepage": "https://www.drupal.org/user/227761"
3630                 }
3631             ],
3632             "description": "Adds a Entity Reference field type with revision support.",
3633             "homepage": "https://www.drupal.org/project/entity_reference_revisions",
3634             "support": {
3635                 "source": "http://cgit.drupalcode.org/entity_reference_revisions"
3636             }
3637         },
3638         {
3639             "name": "drupal/entityqueue",
3640             "version": "1.0.0-alpha8",
3641             "source": {
3642                 "type": "git",
3643                 "url": "https://git.drupalcode.org/project/entityqueue.git",
3644                 "reference": "8.x-1.0-alpha8"
3645             },
3646             "dist": {
3647                 "type": "zip",
3648                 "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha8.zip",
3649                 "reference": "8.x-1.0-alpha8",
3650                 "shasum": "edb66ae3767b09f1723e3b775dec591641dd67f8"
3651             },
3652             "require": {
3653                 "drupal/core": "~8.0"
3654             },
3655             "type": "drupal-module",
3656             "extra": {
3657                 "branch-alias": {
3658                     "dev-1.x": "1.x-dev"
3659                 },
3660                 "drupal": {
3661                     "version": "8.x-1.0-alpha8",
3662                     "datestamp": "1536140284",
3663                     "security-coverage": {
3664                         "status": "not-covered",
3665                         "message": "Alpha releases are not covered by Drupal security advisories."
3666                     }
3667                 }
3668             },
3669             "notification-url": "https://packages.drupal.org/8/downloads",
3670             "license": [
3671                 "GPL-2.0+"
3672             ],
3673             "authors": [
3674                 {
3675                     "name": "Andrei Mateescu",
3676                     "homepage": "https://www.drupal.org/u/amateescu",
3677                     "role": "Maintainer"
3678                 },
3679                 {
3680                     "name": "Jonathan Jordan",
3681                     "homepage": "https://www.drupal.org/u/jojonaloha",
3682                     "role": "Maintainer"
3683                 },
3684                 {
3685                     "name": "quicksketch",
3686                     "homepage": "https://www.drupal.org/user/35821"
3687                 },
3688                 {
3689                     "name": "tim.plunkett",
3690                     "homepage": "https://www.drupal.org/user/241634"
3691                 }
3692             ],
3693             "description": "The Entityqueue module allows users to create queues of any entity type.",
3694             "homepage": "https://www.drupal.org/project/entityqueue",
3695             "support": {
3696                 "source": "http://cgit.drupalcode.org/entityqueue",
3697                 "issues": "https://www.drupal.org/project/issues/entityqueue",
3698                 "irc": "irc://irc.freenode.org/drupal-contribute"
3699             }
3700         },
3701         {
3702             "name": "drupal/environment_indicator",
3703             "version": "3.3.0",
3704             "source": {
3705                 "type": "git",
3706                 "url": "https://git.drupalcode.org/project/environment_indicator.git",
3707                 "reference": "8.x-3.3"
3708             },
3709             "dist": {
3710                 "type": "zip",
3711                 "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.3.zip",
3712                 "reference": "8.x-3.3",
3713                 "shasum": "3059b8d4fb2b87af4842c45b9770d927e640eb30"
3714             },
3715             "require": {
3716                 "drupal/core": "*"
3717             },
3718             "type": "drupal-module",
3719             "extra": {
3720                 "branch-alias": {
3721                     "dev-3.x": "3.x-dev"
3722                 },
3723                 "drupal": {
3724                     "version": "8.x-3.3",
3725                     "datestamp": "1518331981",
3726                     "security-coverage": {
3727                         "status": "covered",
3728                         "message": "Covered by Drupal's security advisory policy"
3729                     }
3730                 }
3731             },
3732             "notification-url": "https://packages.drupal.org/8/downloads",
3733             "license": [
3734                 "GPL-2.0-or-later"
3735             ],
3736             "authors": [
3737                 {
3738                     "name": "e0ipso",
3739                     "homepage": "https://www.drupal.org/user/550110"
3740                 },
3741                 {
3742                     "name": "mrfelton",
3743                     "homepage": "https://www.drupal.org/user/305669"
3744                 }
3745             ],
3746             "description": "Adds a color indicator for the different environments.",
3747             "homepage": "https://www.drupal.org/project/environment_indicator",
3748             "support": {
3749                 "source": "http://cgit.drupalcode.org/environment_indicator"
3750             }
3751         },
3752         {
3753             "name": "drupal/eu_cookie_compliance",
3754             "version": "1.2.0",
3755             "source": {
3756                 "type": "git",
3757                 "url": "https://git.drupalcode.org/project/eu-cookie-compliance.git",
3758                 "reference": "8.x-1.2"
3759             },
3760             "dist": {
3761                 "type": "zip",
3762                 "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.2.zip",
3763                 "reference": "8.x-1.2",
3764                 "shasum": "8e9f2a6c2d5abaa02b58b4b48e0626ed7c3518ad"
3765             },
3766             "require": {
3767                 "drupal/core": "*"
3768             },
3769             "type": "drupal-module",
3770             "extra": {
3771                 "branch-alias": {
3772                     "dev-1.x": "1.x-dev"
3773                 },
3774                 "drupal": {
3775                     "version": "8.x-1.2",
3776                     "datestamp": "1531429121",
3777                     "security-coverage": {
3778                         "status": "covered",
3779                         "message": "Covered by Drupal's security advisory policy"
3780                     }
3781                 }
3782             },
3783             "notification-url": "https://packages.drupal.org/8/downloads",
3784             "license": [
3785                 "GPL-2.0+"
3786             ],
3787             "authors": [
3788                 {
3789                     "name": "Marcin Pajdzik",
3790                     "homepage": "https://www.drupal.org/u/marcin-pajdzik",
3791                     "role": "Maintainer"
3792                 },
3793                 {
3794                     "name": "Sven Berg Ryen",
3795                     "homepage": "https://www.drupal.org/u/svenryen",
3796                     "role": "Maintainer"
3797                 },
3798                 {
3799                     "name": "See other contributors",
3800                     "homepage": "https://www.drupal.org/node/1538032/committers"
3801                 },
3802                 {
3803                     "name": "dakku",
3804                     "homepage": "https://www.drupal.org/user/97634"
3805                 },
3806                 {
3807                     "name": "grzegorz.bartman",
3808                     "homepage": "https://www.drupal.org/user/363120"
3809                 },
3810                 {
3811                     "name": "id.tornado",
3812                     "homepage": "https://www.drupal.org/user/2754049"
3813                 },
3814                 {
3815                     "name": "killua99",
3816                     "homepage": "https://www.drupal.org/user/699418"
3817                 },
3818                 {
3819                     "name": "mibfire",
3820                     "homepage": "https://www.drupal.org/user/155136"
3821                 },
3822                 {
3823                     "name": "naveenvalecha",
3824                     "homepage": "https://www.drupal.org/user/2665733"
3825                 },
3826                 {
3827                     "name": "svenryen",
3828                     "homepage": "https://www.drupal.org/user/667244"
3829                 }
3830             ],
3831             "description": "This module aims at making the website compliant with the new EU cookie regulation.",
3832             "homepage": "https://drupal.org/project/eu_cookie_compliance",
3833             "keywords": [
3834                 "Cookie",
3835                 "CookieCompliance",
3836                 "Drupal",
3837                 "GDPR"
3838             ],
3839             "support": {
3840                 "source": "https://cgit.drupalcode.org/eu-cookie-compliance",
3841                 "docs": "https://www.drupal.org/project/eu_cookie_compliance",
3842                 "forum": "https://drupal.stackexchange.com/search?q=eu+cookie+compliance",
3843                 "issues": "https://www.drupal.org/project/issues/eu_cookie_compliance?version=8.x",
3844                 "irc": "irc://irc.freenode.org/drupal-contribute"
3845             }
3846         },
3847         {
3848             "name": "drupal/file_mdm",
3849             "version": "1.1.0",
3850             "source": {
3851                 "type": "git",
3852                 "url": "https://git.drupalcode.org/project/file_mdm.git",
3853                 "reference": "8.x-1.1"
3854             },
3855             "dist": {
3856                 "type": "zip",
3857                 "url": "https://ftp.drupal.org/files/projects/file_mdm-8.x-1.1.zip",
3858                 "reference": "8.x-1.1",
3859                 "shasum": "7f354aec6f89e3141c2aa1fb3747ad5d4578c13f"
3860             },
3861             "require": {
3862                 "drupal/core": "~8.0",
3863                 "lsolesen/pel": "0.9.6",
3864                 "phenx/php-font-lib": "0.5",
3865                 "php": ">=5.6"
3866             },
3867             "require-dev": {
3868                 "drupal/image_effects": "*"
3869             },
3870             "type": "drupal-module",
3871             "extra": {
3872                 "branch-alias": {
3873                     "dev-1.x": "1.x-dev"
3874                 },
3875                 "drupal": {
3876                     "version": "8.x-1.1",
3877                     "datestamp": "1488273785",
3878                     "security-coverage": {
3879                         "status": "covered",
3880                         "message": "Covered by Drupal's security advisory policy"
3881                     }
3882                 }
3883             },
3884             "notification-url": "https://packages.drupal.org/8/downloads",
3885             "license": [
3886                 "GPL-2.0-or-later"
3887             ],
3888             "authors": [
3889                 {
3890                     "name": "mondrake",
3891                     "homepage": "https://www.drupal.org/user/1307444"
3892                 }
3893             ],
3894             "description": "Provides a service to manage file metadata.",
3895             "homepage": "https://www.drupal.org/project/file_mdm",
3896             "support": {
3897                 "source": "http://cgit.drupalcode.org/file_mdm"
3898             }
3899         },
3900         {
3901             "name": "drupal/file_mdm_exif",
3902             "version": "1.1.0",
3903             "require": {
3904                 "drupal/core": "~8.0",
3905                 "drupal/file_mdm": "self.version"
3906             },
3907             "require-dev": {
3908                 "drupal/image_effects": "*"
3909             },
3910             "type": "metapackage",
3911             "extra": {
3912                 "branch-alias": {
3913                     "dev-1.x": "1.x-dev"
3914                 },
3915                 "drupal": {
3916                     "version": "8.x-1.1",
3917                     "datestamp": "1488273785",
3918                     "security-coverage": {
3919                         "status": "covered",
3920                         "message": "Covered by Drupal's security advisory policy"
3921                     }
3922                 }
3923             },
3924             "notification-url": "https://packages.drupal.org/8/downloads",
3925             "license": [
3926                 "GPL-2.0-or-later"
3927             ],
3928             "authors": [
3929                 {
3930                     "name": "mondrake",
3931                     "homepage": "https://www.drupal.org/user/1307444"
3932                 }
3933             ],
3934             "description": "Provides a file metadata plugin for EXIF image information.",
3935             "homepage": "https://www.drupal.org/project/file_mdm",
3936             "support": {
3937                 "source": "http://cgit.drupalcode.org/file_mdm"
3938             }
3939         },
3940         {
3941             "name": "drupal/filefield_sources",
3942             "version": "dev-1.x",
3943             "source": {
3944                 "type": "git",
3945                 "url": "https://git.drupalcode.org/project/filefield_sources.git",
3946                 "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
3947             },
3948             "require": {
3949                 "drupal/core": "*"
3950             },
3951             "type": "drupal-module",
3952             "extra": {
3953                 "branch-alias": {
3954                     "dev-1.x": "1.x-dev"
3955                 },
3956                 "drupal": {
3957                     "version": "8.x-1.x-dev",
3958                     "datestamp": "1464990539"
3959                 }
3960             },
3961             "notification-url": "https://packages.drupal.org/8/downloads",
3962             "license": [
3963                 "GPL-2.0+"
3964             ],
3965             "authors": [
3966                 {
3967                     "name": "profak",
3968                     "homepage": "https://www.drupal.org/user/782534"
3969                 },
3970                 {
3971                     "name": "quicksketch",
3972                     "homepage": "https://www.drupal.org/user/35821"
3973                 }
3974             ],
3975             "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
3976             "homepage": "https://www.drupal.org/project/filefield_sources",
3977             "support": {
3978                 "source": "http://cgit.drupalcode.org/filefield_sources"
3979             },
3980             "time": "2017-02-21T21:07:00+00:00"
3981         },
3982         {
3983             "name": "drupal/fontyourface",
3984             "version": "3.2.0",
3985             "source": {
3986                 "type": "git",
3987                 "url": "https://git.drupalcode.org/project/fontyourface.git",
3988                 "reference": "8.x-3.2"
3989             },
3990             "dist": {
3991                 "type": "zip",
3992                 "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.2.zip",
3993                 "reference": "8.x-3.2",
3994                 "shasum": "f509b3dc3e9849ca1cced5607a29d8319709c9ec"
3995             },
3996             "require": {
3997                 "drupal/core": "8.*"
3998             },
3999             "type": "drupal-module",
4000             "extra": {
4001                 "branch-alias": {
4002                     "dev-3.x": "3.x-dev"
4003                 },
4004                 "drupal": {
4005                     "version": "8.x-3.2",
4006                     "datestamp": "1517458980",
4007                     "security-coverage": {
4008                         "status": "covered",
4009                         "message": "Covered by Drupal's security advisory policy"
4010                     }
4011                 }
4012             },
4013             "notification-url": "https://packages.drupal.org/8/downloads",
4014             "license": [
4015                 "GPL-2.0+"
4016             ],
4017             "authors": [
4018                 {
4019                     "name": "BTMash",
4020                     "homepage": "https://www.drupal.org/user/60422"
4021                 },
4022                 {
4023                     "name": "BarisW",
4024                     "homepage": "https://www.drupal.org/user/107229"
4025                 },
4026                 {
4027                     "name": "Drave Robber",
4028                     "homepage": "https://www.drupal.org/user/984338"
4029                 },
4030                 {
4031                     "name": "sreynen",
4032                     "homepage": "https://www.drupal.org/user/109890"
4033                 }
4034             ],
4035             "description": "Web font management tools.",
4036             "homepage": "https://www.drupal.org/project/fontyourface",
4037             "keywords": [
4038                 "Drupal"
4039             ],
4040             "support": {
4041                 "source": "http://cgit.drupalcode.org/fontyourface",
4042                 "issues": "https://drupal.org/project/issues/fontyourface"
4043             }
4044         },
4045         {
4046             "name": "drupal/front",
4047             "version": "1.0.0-beta1",
4048             "source": {
4049                 "type": "git",
4050                 "url": "https://git.drupalcode.org/project/front.git",
4051                 "reference": "8.x-1.0-beta1"
4052             },
4053             "dist": {
4054                 "type": "zip",
4055                 "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-beta1.zip",
4056                 "reference": "8.x-1.0-beta1",
4057                 "shasum": "cee664aaf0eac6829bd551ec5213561d1cb70bce"
4058             },
4059             "require": {
4060                 "drupal/core": "~8.0"
4061             },
4062             "type": "drupal-module",
4063             "extra": {
4064                 "branch-alias": {
4065                     "dev-1.x": "1.x-dev"
4066                 },
4067                 "drupal": {
4068                     "version": "8.x-1.0-beta1",
4069                     "datestamp": "1521187985",
4070                     "security-coverage": {
4071                         "status": "not-covered",
4072                         "message": "Beta releases are not covered by Drupal security advisories."
4073                     }
4074                 }
4075             },
4076             "notification-url": "https://packages.drupal.org/8/downloads",
4077             "license": [
4078                 "GPL-2.0-or-later"
4079             ],
4080             "authors": [
4081                 {
4082                     "name": "Dublin Drupaller",
4083                     "homepage": "https://www.drupal.org/user/8625"
4084                 },
4085                 {
4086                     "name": "Simon Georges",
4087                     "homepage": "https://www.drupal.org/user/172312"
4088                 },
4089                 {
4090                     "name": "asenenko",
4091                     "homepage": "https://www.drupal.org/user/2641733"
4092                 },
4093                 {
4094                     "name": "estoyausente",
4095                     "homepage": "https://www.drupal.org/user/1232954"
4096                 },
4097                 {
4098                     "name": "timhilliard",
4099                     "homepage": "https://www.drupal.org/user/195493"
4100                 }
4101             ],
4102             "homepage": "https://www.drupal.org/project/front",
4103             "support": {
4104                 "source": "http://cgit.drupalcode.org/front"
4105             }
4106         },
4107         {
4108             "name": "drupal/hacked",
4109             "version": "2.0.0-beta2",
4110             "source": {
4111                 "type": "git",
4112                 "url": "https://git.drupalcode.org/project/hacked.git",
4113                 "reference": "8.x-2.0-beta2"
4114             },
4115             "dist": {
4116                 "type": "zip",
4117                 "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta2.zip",
4118                 "reference": "8.x-2.0-beta2",
4119                 "shasum": "84e018c23a39d83c2274cc009804f0abf4b9e9cb"
4120             },
4121             "require": {
4122                 "drupal/core": "^8"
4123             },
4124             "type": "drupal-module",
4125             "extra": {
4126                 "drupal": {
4127                     "version": "8.x-2.0-beta2",
4128                     "datestamp": "1520956980",
4129                     "security-coverage": {
4130                         "status": "not-covered",
4131                         "message": "Project has not opted into security advisory coverage!"
4132                     }
4133                 },
4134                 "patches_applied": []
4135             },
4136             "notification-url": "https://packages.drupal.org/8/downloads",
4137             "license": [
4138                 "GPL-2.0-or-later"
4139             ],
4140             "authors": [
4141                 {
4142                     "name": "Deciphered",
4143                     "homepage": "https://www.drupal.org/user/103796"
4144                 },
4145                 {
4146                     "name": "Steven Jones",
4147                     "homepage": "https://www.drupal.org/user/99644"
4148                 },
4149                 {
4150                     "name": "colan",
4151                     "homepage": "https://www.drupal.org/user/58704"
4152                 },
4153                 {
4154                     "name": "ivnish",
4155                     "homepage": "https://www.drupal.org/user/3547706"
4156                 }
4157             ],
4158             "description": "Shows if drupal or any of its modules have been changed",
4159             "homepage": "https://www.drupal.org/project/hacked",
4160             "support": {
4161                 "source": "https://git.drupalcode.org/project/hacked"
4162             }
4163         },
4164         {
4165             "name": "drupal/htmlawed",
4166             "version": "3.7.0",
4167             "source": {
4168                 "type": "git",
4169                 "url": "https://git.drupalcode.org/project/htmLawed.git",
4170                 "reference": "8.x-3.7"
4171             },
4172             "dist": {
4173                 "type": "zip",
4174                 "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.7.zip",
4175                 "reference": "8.x-3.7",
4176                 "shasum": "f3b49eb425831947e3069369aecd5b32a27ac6cb"
4177             },
4178             "require": {
4179                 "drupal/core": "~8.0"
4180             },
4181             "type": "drupal-module",
4182             "extra": {
4183                 "drupal": {
4184                     "version": "8.x-3.7",
4185                     "datestamp": "1586586866",
4186                     "security-coverage": {
4187                         "status": "covered",
4188                         "message": "Covered by Drupal's security advisory policy"
4189                     }
4190                 }
4191             },
4192             "notification-url": "https://packages.drupal.org/8/downloads",
4193             "license": [
4194                 "GPL-2.0-or-later"
4195             ],
4196             "authors": [
4197                 {
4198                     "name": "alpha2zee",
4199                     "homepage": "https://www.drupal.org/user/201451"
4200                 }
4201             ],
4202             "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
4203             "homepage": "https://www.drupal.org/project/htmlawed",
4204             "support": {
4205                 "source": "https://git.drupalcode.org/project/htmlawed"
4206             }
4207         },
4208         {
4209             "name": "drupal/http2_server_push",
4210             "version": "1.0.0",
4211             "source": {
4212                 "type": "git",
4213                 "url": "https://git.drupalcode.org/project/http2_server_push.git",
4214                 "reference": "8.x-1.0"
4215             },
4216             "dist": {
4217                 "type": "zip",
4218                 "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
4219                 "reference": "8.x-1.0",
4220                 "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
4221             },
4222             "require": {
4223                 "drupal/core": "~8.0"
4224             },
4225             "type": "drupal-module",
4226             "extra": {
4227                 "branch-alias": {
4228                     "dev-1.x": "1.x-dev"
4229                 },
4230                 "drupal": {
4231                     "version": "8.x-1.0",
4232                     "datestamp": "1489057084"
4233                 }
4234             },
4235             "notification-url": "https://packages.drupal.org/8/downloads",
4236             "license": [
4237                 "GPL-2.0+"
4238             ],
4239             "authors": [
4240                 {
4241                     "name": "Wim Leers",
4242                     "homepage": "https://www.drupal.org/user/99777"
4243                 }
4244             ],
4245             "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
4246             "homepage": "https://www.drupal.org/project/http2_server_push",
4247             "support": {
4248                 "source": "http://cgit.drupalcode.org/http2_server_push"
4249             }
4250         },
4251         {
4252             "name": "drupal/image_widget_crop",
4253             "version": "2.2.0",
4254             "source": {
4255                 "type": "git",
4256                 "url": "https://git.drupalcode.org/project/image_widget_crop.git",
4257                 "reference": "8.x-2.2"
4258             },
4259             "dist": {
4260                 "type": "zip",
4261                 "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.2.zip",
4262                 "reference": "8.x-2.2",
4263                 "shasum": "0a61cfedc409c5ef448174f26060cd6c291d6a11"
4264             },
4265             "require": {
4266                 "drupal/core": "*",
4267                 "drupal/crop": "^1.0 || ^2.0"
4268             },
4269             "require-dev": {
4270                 "drupal/crop": "*",
4271                 "drupal/ctools": "3.x-dev",
4272                 "drupal/entity_browser": "1.x-dev",
4273                 "drupal/file_entity": "*",
4274                 "drupal/inline_entity_form": "*",
4275                 "drupal/media": "*"
4276             },
4277             "type": "drupal-module",
4278             "extra": {
4279                 "branch-alias": {
4280                     "dev-2.x": "2.x-dev"
4281                 },
4282                 "drupal": {
4283                     "version": "8.x-2.2",
4284                     "datestamp": "1530698921",
4285                     "security-coverage": {
4286                         "status": "covered",
4287                         "message": "Covered by Drupal's security advisory policy"
4288                     }
4289                 }
4290             },
4291             "notification-url": "https://packages.drupal.org/8/downloads",
4292             "license": [
4293                 "GPL-2.0+"
4294             ],
4295             "authors": [
4296                 {
4297                     "name": "Alexandre Mallet",
4298                     "homepage": "https://github.com/woprrr",
4299                     "role": "Maintainer"
4300                 },
4301                 {
4302                     "name": "Drupal media CI",
4303                     "homepage": "https://www.drupal.org/user/3057985"
4304                 },
4305                 {
4306                     "name": "slashrsm",
4307                     "homepage": "https://www.drupal.org/user/744628"
4308                 },
4309                 {
4310                     "name": "woprrr",
4311                     "homepage": "https://www.drupal.org/user/858604"
4312                 }
4313             ],
4314             "description": "Provides an interface for using the features of the Crop API.",
4315             "homepage": "https://www.drupal.org/project/image_widget_crop",
4316             "keywords": [
4317                 "Crop",
4318                 "Drupal",
4319                 "Drupal Media"
4320             ],
4321             "support": {
4322                 "source": "https://www.drupal.org/project/image_widget_crop",
4323                 "issues": "https://www.drupal.org/project/issues/image_widget_crop",
4324                 "irc": "irc://irc.freenode.org/drupal-contribute"
4325             }
4326         },
4327         {
4328             "name": "drupal/imagemagick",
4329             "version": "2.3.0",
4330             "source": {
4331                 "type": "git",
4332                 "url": "https://git.drupalcode.org/project/imagemagick.git",
4333                 "reference": "8.x-2.3"
4334             },
4335             "dist": {
4336                 "type": "zip",
4337                 "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-2.3.zip",
4338                 "reference": "8.x-2.3",
4339                 "shasum": "8359921d4700e954364c2633332c20579bb75a34"
4340             },
4341             "require": {
4342                 "drupal/core": "^8.3",
4343                 "drupal/file_mdm": "^1.1",
4344                 "drupal/file_mdm_exif": "^1.1"
4345             },
4346             "type": "drupal-module",
4347             "extra": {
4348                 "branch-alias": {
4349                     "dev-2.x": "2.x-dev"
4350                 },
4351                 "drupal": {
4352                     "version": "8.x-2.3",
4353                     "datestamp": "1520958305",
4354                     "security-coverage": {
4355                         "status": "covered",
4356                         "message": "Covered by Drupal's security advisory policy"
4357                     }
4358                 }
4359             },
4360             "notification-url": "https://packages.drupal.org/8/downloads",
4361             "license": [
4362                 "GPL-2.0-or-later"
4363             ],
4364             "authors": [
4365                 {
4366                     "name": "Chris Charlton",
4367                     "homepage": "https://www.drupal.org/user/17089"
4368                 },
4369                 {
4370                     "name": "chx",
4371                     "homepage": "https://www.drupal.org/user/9446"
4372                 },
4373                 {
4374                     "name": "claudiu.cristea",
4375                     "homepage": "https://www.drupal.org/user/56348"
4376                 },
4377                 {
4378                     "name": "dman",
4379                     "homepage": "https://www.drupal.org/user/33240"
4380                 },
4381                 {
4382                     "name": "dopry",
4383                     "homepage": "https://www.drupal.org/user/22202"
4384                 },
4385                 {
4386                     "name": "drewish",
4387                     "homepage": "https://www.drupal.org/user/34869"
4388                 },
4389                 {
4390                     "name": "gdl",
4391                     "homepage": "https://www.drupal.org/user/507326"
4392                 },
4393                 {
4394                     "name": "mondrake",
4395                     "homepage": "https://www.drupal.org/user/1307444"
4396                 },
4397                 {
4398                     "name": "quicksketch",
4399                     "homepage": "https://www.drupal.org/user/35821"
4400                 },
4401                 {
4402                     "name": "sun",
4403                     "homepage": "https://www.drupal.org/user/54136"
4404                 },
4405                 {
4406                     "name": "walkah",
4407                     "homepage": "https://www.drupal.org/user/1531"
4408                 }
4409             ],
4410             "description": "Provides an image toolkit to integrate ImageMagick with the Image API.",
4411             "homepage": "https://www.drupal.org/project/imagemagick",
4412             "support": {
4413                 "source": "http://cgit.drupalcode.org/imagemagick"
4414             }
4415         },
4416         {
4417             "name": "drupal/inline_entity_form",
4418             "version": "1.0.0-rc1",
4419             "source": {
4420                 "type": "git",
4421                 "url": "https://git.drupalcode.org/project/inline_entity_form.git",
4422                 "reference": "8.x-1.0-rc1"
4423             },
4424             "dist": {
4425                 "type": "zip",
4426                 "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc1.zip",
4427                 "reference": "8.x-1.0-rc1",
4428                 "shasum": "898789fb6a0662fc2572b87f8d0654a0241473f9"
4429             },
4430             "require": {
4431                 "drupal/core": "~8.0"
4432             },
4433             "require-dev": {
4434                 "drupal/entity_reference_revisions": "*"
4435             },
4436             "type": "drupal-module",
4437             "extra": {
4438                 "branch-alias": {
4439                     "dev-1.x": "1.x-dev"
4440                 },
4441                 "drupal": {
4442                     "version": "8.x-1.0-rc1",
4443                     "datestamp": "1527030784",
4444                     "security-coverage": {
4445                         "status": "not-covered",
4446                         "message": "RC releases are not covered by Drupal security advisories."
4447                     }
4448                 }
4449             },
4450             "notification-url": "https://packages.drupal.org/8/downloads",
4451             "license": [
4452                 "GPL-2.0+"
4453             ],
4454             "authors": [
4455                 {
4456                     "name": "bojanz",
4457                     "homepage": "https://www.drupal.org/user/86106"
4458                 },
4459                 {
4460                     "name": "dawehner",
4461                     "homepage": "https://www.drupal.org/user/99340"
4462                 },
4463                 {
4464                     "name": "rszrama",
4465                     "homepage": "https://www.drupal.org/user/49344"
4466                 },
4467                 {
4468                     "name": "slashrsm",
4469                     "homepage": "https://www.drupal.org/user/744628"
4470                 },
4471                 {
4472                     "name": "webflo",
4473                     "homepage": "https://www.drupal.org/user/254778"
4474                 }
4475             ],
4476             "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4477             "homepage": "https://www.drupal.org/project/inline_entity_form",
4478             "support": {
4479                 "source": "http://cgit.drupalcode.org/inline_entity_form"
4480             }
4481         },
4482         {
4483             "name": "drupal/layout_plugin",
4484             "version": "1.0.0-alpha23",
4485             "source": {
4486                 "type": "git",
4487                 "url": "https://git.drupalcode.org/project/layout_plugin.git",
4488                 "reference": "8.x-1.0-alpha23"
4489             },
4490             "dist": {
4491                 "type": "zip",
4492                 "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
4493                 "reference": "8.x-1.0-alpha23",
4494                 "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
4495             },
4496             "require": {
4497                 "drupal/core": "~8.0"
4498             },
4499             "type": "drupal-module",
4500             "extra": {
4501                 "branch-alias": {
4502                     "dev-1.x": "1.x-dev"
4503                 },
4504                 "drupal": {
4505                     "version": "8.x-1.0-alpha23",
4506                     "datestamp": "1476269960"
4507                 }
4508             },
4509             "notification-url": "https://packages.drupal.org/8/downloads",
4510             "license": [
4511                 "GPL-2.0+"
4512             ],
4513             "authors": [
4514                 {
4515                     "name": "David Snopek",
4516                     "homepage": "https://www.drupal.org/user/172527"
4517                 },
4518                 {
4519                     "name": "Bram Goffings",
4520                     "homepage": "https://www.drupal.org/user/266527"
4521                 },
4522                 {
4523                     "name": "Fredrik Lassen",
4524                     "homepage": "https://www.drupal.org/user/243377"
4525                 }
4526             ],
4527             "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
4528             "homepage": "https://www.drupal.org/project/layout_plugin",
4529             "keywords": [
4530                 "layout",
4531                 "php"
4532             ],
4533             "support": {
4534                 "source": "http://cgit.drupalcode.org/layout_plugin"
4535             }
4536         },
4537         {
4538             "name": "drupal/layouter",
4539             "version": "1.0.0",
4540             "source": {
4541                 "type": "git",
4542                 "url": "https://git.drupalcode.org/project/layouter.git",
4543                 "reference": "8.x-1.0"
4544             },
4545             "dist": {
4546                 "type": "zip",
4547                 "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
4548                 "reference": "8.x-1.0",
4549                 "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
4550             },
4551             "require": {
4552                 "drupal/core": "*"
4553             },
4554             "type": "drupal-module",
4555             "extra": {
4556                 "branch-alias": {
4557                     "dev-1.x": "1.x-dev"
4558                 },
4559                 "drupal": {
4560                     "version": "8.x-1.0",
4561                     "datestamp": "1470121439"
4562                 }
4563             },
4564             "notification-url": "https://packages.drupal.org/8/downloads",
4565             "license": [
4566                 "GPL 2.0+"
4567             ],
4568             "authors": [
4569                 {
4570                     "name": "adci_contributor",
4571                     "homepage": "https://www.drupal.org/user/1830536"
4572                 },
4573                 {
4574                     "name": "adcillc",
4575                     "homepage": "https://www.drupal.org/user/366450"
4576                 },
4577                 {
4578                     "name": "antongp",
4579                     "homepage": "https://www.drupal.org/user/1060446"
4580                 },
4581                 {
4582                     "name": "kinosura",
4583                     "homepage": "https://www.drupal.org/user/383326"
4584                 },
4585                 {
4586                     "name": "usdv",
4587                     "homepage": "https://www.drupal.org/user/2476206"
4588                 }
4589             ],
4590             "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
4591             "homepage": "https://www.drupal.org/project/layouter",
4592             "support": {
4593                 "source": "http://cgit.drupalcode.org/layouter"
4594             }
4595         },
4596         {
4597             "name": "drupal/libraries",
4598             "version": "3.0.0-alpha1",
4599             "source": {
4600                 "type": "git",
4601                 "url": "https://git.drupalcode.org/project/libraries.git",
4602                 "reference": "8.x-3.0-alpha1"
4603             },
4604             "dist": {
4605                 "type": "zip",
4606                 "url": "https://ftp.drupal.org/files/projects/libraries-8.x-3.0-alpha1.zip",
4607                 "reference": "8.x-3.0-alpha1",
4608                 "shasum": "bb07036b1eaeea7d736fc7e72416238830cd8d67"
4609             },
4610             "require": {
4611                 "drupal/core": "~8.0"
4612             },
4613             "type": "drupal-module",
4614             "extra": {
4615                 "branch-alias": {
4616                     "dev-3.x": "3.x-dev"
4617                 },
4618                 "drupal": {
4619                     "version": "8.x-3.0-alpha1",
4620                     "datestamp": "1517046484",
4621                     "security-coverage": {
4622                         "status": "not-covered",
4623                         "message": "Alpha releases are not covered by Drupal security advisories."
4624                     }
4625                 }
4626             },
4627             "notification-url": "https://packages.drupal.org/8/downloads",
4628             "license": [
4629                 "GPL-2.0+"
4630             ],
4631             "authors": [
4632                 {
4633                     "name": "Pol",
4634                     "homepage": "https://www.drupal.org/user/47194"
4635                 },
4636                 {
4637                     "name": "rjacobs",
4638                     "homepage": "https://www.drupal.org/user/422459"
4639                 },
4640                 {
4641                     "name": "sun",
4642                     "homepage": "https://www.drupal.org/user/54136"
4643                 },
4644                 {
4645                     "name": "tstoeckler",
4646                     "homepage": "https://www.drupal.org/user/107158"
4647                 }
4648             ],
4649             "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
4650             "homepage": "http://drupal.org/project/libraries",
4651             "support": {
4652                 "source": "http://cgit.drupalcode.org/libraries",
4653                 "issues": "http://drupal.org/project/issues/libraries",
4654                 "irc": "irc://irc.freenode.org/drupal-contribute"
4655             }
4656         },
4657         {
4658             "name": "drupal/linkchecker",
4659             "version": "dev-1.x",
4660             "source": {
4661                 "type": "git",
4662                 "url": "https://git.drupalcode.org/project/linkchecker.git",
4663                 "reference": "f59edc88741c60991526dc54adc89554c0ca571b"
4664             },
4665             "require": {
4666                 "drupal/core": "~8.0"
4667             },
4668             "type": "drupal-module",
4669             "extra": {
4670                 "branch-alias": {
4671                     "dev-1.x": "1.x-dev"
4672                 },
4673                 "drupal": {
4674                     "version": "8.x-1.x-dev",
4675                     "datestamp": "1534714080",
4676                     "security-coverage": {
4677                         "status": "not-covered",
4678                         "message": "Dev releases are not covered by Drupal security advisories."
4679                     }
4680                 },
4681                 "drush": {
4682                     "services": {
4683                         "drush.services.yml": "^9"
4684                     }
4685                 }
4686             },
4687             "notification-url": "https://packages.drupal.org/8/downloads",
4688             "license": [
4689                 "GPL-2.0+"
4690             ],
4691             "authors": [
4692                 {
4693                     "name": "hass",
4694                     "homepage": "https://www.drupal.org/u/hass"
4695                 },
4696                 {
4697                     "name": "See other contributors",
4698                     "homepage": "https://www.drupal.org/node/243795/committers"
4699                 }
4700             ],
4701             "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
4702             "homepage": "https://www.drupal.org/project/linkchecker",
4703             "support": {
4704                 "source": "http://git.drupal.org/project/linkchecker.git",
4705                 "issues": "https://www.drupal.org/project/issues/linkchecker"
4706             },
4707             "time": "2018-10-31T11:26:37+00:00"
4708         },
4709         {
4710             "name": "drupal/linkit",
4711             "version": "4.3.0",
4712             "source": {
4713                 "type": "git",
4714                 "url": "https://git.drupalcode.org/project/linkit.git",
4715                 "reference": "8.x-4.3"
4716             },
4717             "dist": {
4718                 "type": "zip",
4719                 "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
4720                 "reference": "8.x-4.3",
4721                 "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
4722             },
4723             "require": {
4724                 "drupal/core": "~8.0"
4725             },
4726             "type": "drupal-module",
4727             "extra": {
4728                 "branch-alias": {
4729                     "dev-4.x": "4.x-dev"
4730                 },
4731                 "drupal": {
4732                     "version": "8.x-4.3",
4733                     "datestamp": "1490205830"
4734                 }
4735             },
4736             "notification-url": "https://packages.drupal.org/8/downloads",
4737             "license": [
4738                 "GPL-2.0+"
4739             ],
4740             "authors": [
4741                 {
4742                     "name": "Emil Stjerneman",
4743                     "homepage": "https://stjerneman.com",
4744                     "email": "emil@stjerneman.com",
4745                     "role": "Maintainer"
4746                 }
4747             ],
4748             "description": "Linkit - Enriched linking experience",
4749             "homepage": "http://drupal.org/project/linkit",
4750             "support": {
4751                 "source": "http://cgit.drupalcode.org/linkit",
4752                 "issues": "http://drupal.org/project/linkit"
4753             }
4754         },
4755         {
4756             "name": "drupal/media_entity_actions",
4757             "version": "1.0.0-alpha2",
4758             "source": {
4759                 "type": "git",
4760                 "url": "https://git.drupalcode.org/project/media_entity_actions.git",
4761                 "reference": "8.x-1.0-alpha2"
4762             },
4763             "dist": {
4764                 "type": "zip",
4765                 "url": "https://ftp.drupal.org/files/projects/media_entity_actions-8.x-1.0-alpha2.zip",
4766                 "reference": "8.x-1.0-alpha2",
4767                 "shasum": "9bf7881f11fa182c1b6673c4cc8c32ce3a1bdb81"
4768             },
4769             "require": {
4770                 "drupal/core": "^8.4.0"
4771             },
4772             "type": "drupal-module",
4773             "extra": {
4774                 "branch-alias": {
4775                     "dev-1.x": "1.x-dev"
4776                 },
4777                 "drupal": {
4778                     "version": "8.x-1.0-alpha2",
4779                     "datestamp": "1510588386",
4780                     "security-coverage": {
4781                         "status": "not-covered",
4782                         "message": "Project has not opted into security advisory coverage!"
4783                     }
4784                 }
4785             },
4786             "notification-url": "https://packages.drupal.org/8/downloads",
4787             "license": [
4788                 "GPL-2.0-or-later"
4789             ],
4790             "authors": [
4791                 {
4792                     "name": "chr.fritsch",
4793                     "homepage": "https://www.drupal.org/user/2103716"
4794                 },
4795                 {
4796                     "name": "marcoscano",
4797                     "homepage": "https://www.drupal.org/user/1288796"
4798                 },
4799                 {
4800                     "name": "phenaproxima",
4801                     "homepage": "https://www.drupal.org/user/205645"
4802                 },
4803                 {
4804                     "name": "seanB",
4805                     "homepage": "https://www.drupal.org/user/545912"
4806                 },
4807                 {
4808                     "name": "slashrsm",
4809                     "homepage": "https://www.drupal.org/user/744628"
4810                 }
4811             ],
4812             "description": "Provides Actions plugins to be used with Media in core",
4813             "homepage": "https://www.drupal.org/project/media_entity_actions",
4814             "support": {
4815                 "source": "http://cgit.drupalcode.org/media_entity_actions"
4816             }
4817         },
4818         {
4819             "name": "drupal/media_entity_instagram",
4820             "version": "2.0.0-alpha2",
4821             "source": {
4822                 "type": "git",
4823                 "url": "https://git.drupalcode.org/project/media_entity_instagram.git",
4824                 "reference": "8.x-2.0-alpha2"
4825             },
4826             "dist": {
4827                 "type": "zip",
4828                 "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-2.0-alpha2.zip",
4829                 "reference": "8.x-2.0-alpha2",
4830                 "shasum": "3a61feafacf7003bf27ec8d4271a07896788b5e3"
4831             },
4832             "require": {
4833                 "drupal/core": "^8.4.0"
4834             },
4835             "type": "drupal-module",
4836             "extra": {
4837                 "branch-alias": {
4838                     "dev-2.x": "2.x-dev"
4839                 },
4840                 "drupal": {
4841                     "version": "8.x-2.0-alpha2",
4842                     "datestamp": "1537264380",
4843                     "security-coverage": {
4844                         "status": "not-covered",
4845                         "message": "Alpha releases are not covered by Drupal security advisories."
4846                     }
4847                 }
4848             },
4849             "notification-url": "https://packages.drupal.org/8/downloads",
4850             "license": [
4851                 "GPL-2.0-or-later"
4852             ],
4853             "authors": [
4854                 {
4855                     "name": "Drupal Media Team",
4856                     "homepage": "https://www.drupal.org/user/3260690"
4857                 },
4858                 {
4859                     "name": "Primsi",
4860                     "homepage": "https://www.drupal.org/user/282629"
4861                 },
4862                 {
4863                     "name": "chr.fritsch",
4864                     "homepage": "https://www.drupal.org/user/2103716"
4865                 },
4866                 {
4867                     "name": "designesse",
4868                     "homepage": "https://www.drupal.org/user/854012"
4869                 },
4870                 {
4871                     "name": "slashrsm",
4872                     "homepage": "https://www.drupal.org/user/744628"
4873                 }
4874             ],
4875             "description": "Media entity Instagram provider.",
4876             "homepage": "https://www.drupal.org/project/media_entity_instagram",
4877             "support": {
4878                 "source": "http://cgit.drupalcode.org/media_entity_instagram"
4879             }
4880         },
4881         {
4882             "name": "drupal/media_entity_slideshow",
4883             "version": "2.0.0-alpha1",
4884             "source": {
4885                 "type": "git",
4886                 "url": "https://git.drupalcode.org/project/media_entity_slideshow.git",
4887                 "reference": "8.x-2.0-alpha1"
4888             },
4889             "dist": {
4890                 "type": "zip",
4891                 "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-2.0-alpha1.zip",
4892                 "reference": "8.x-2.0-alpha1",
4893                 "shasum": "264358a2e03d2769459317841afdf7117927dc59"
4894             },
4895             "require": {
4896                 "drupal/core": "^8.4"
4897             },
4898             "type": "drupal-module",
4899             "extra": {
4900                 "branch-alias": {
4901                     "dev-2.x": "2.x-dev"
4902                 },
4903                 "drupal": {
4904                     "version": "8.x-2.0-alpha1",
4905                     "datestamp": "1506688443",
4906                     "security-coverage": {
4907                         "status": "not-covered",
4908                         "message": "Alpha releases are not covered by Drupal security advisories."
4909                     }
4910                 }
4911             },
4912             "notification-url": "https://packages.drupal.org/8/downloads",
4913             "license": [
4914                 "GPL-2.0-or-later"
4915             ],
4916             "authors": [
4917                 {
4918                     "name": "Drupal Media Team",
4919                     "homepage": "https://www.drupal.org/user/3260690"
4920                 },
4921                 {
4922                     "name": "slashrsm",
4923                     "homepage": "https://www.drupal.org/user/744628"
4924                 }
4925             ],
4926             "description": "Media entity slideshow provider.",
4927             "homepage": "https://www.drupal.org/project/media_entity_slideshow",
4928             "support": {
4929                 "source": "http://cgit.drupalcode.org/media_entity_slideshow"
4930             }
4931         },
4932         {
4933             "name": "drupal/media_entity_twitter",
4934             "version": "2.0.0-alpha2",
4935             "source": {
4936                 "type": "git",
4937                 "url": "https://git.drupalcode.org/project/media_entity_twitter.git",
4938                 "reference": "8.x-2.0-alpha2"
4939             },
4940             "dist": {
4941                 "type": "zip",
4942                 "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-2.0-alpha2.zip",
4943                 "reference": "8.x-2.0-alpha2",
4944                 "shasum": "21925e1e1b02bbbcd6d8e9730bc587669edc0e5c"
4945             },
4946             "require": {
4947                 "drupal/core": "^8.4",
4948                 "j7mbo/twitter-api-php": "~1.0"
4949             },
4950             "type": "drupal-module",
4951             "extra": {
4952                 "branch-alias": {
4953                     "dev-2.x": "2.x-dev"
4954                 },
4955                 "drupal": {
4956                     "version": "8.x-2.0-alpha2",
4957                     "datestamp": "1507907344",
4958                     "security-coverage": {
4959                         "status": "not-covered",
4960                         "message": "Alpha releases are not covered by Drupal security advisories."
4961                     }
4962                 }
4963             },
4964             "notification-url": "https://packages.drupal.org/8/downloads",
4965             "license": [
4966                 "GPL-2.0-or-later"
4967             ],
4968             "authors": [
4969                 {
4970                     "name": "Drupal Media Team",
4971                     "homepage": "https://www.drupal.org/user/3260690"
4972                 },
4973                 {
4974                     "name": "Primsi",
4975                     "homepage": "https://www.drupal.org/user/282629"
4976                 },
4977                 {
4978                     "name": "chr.fritsch",
4979                     "homepage": "https://www.drupal.org/user/2103716"
4980                 },
4981                 {
4982                     "name": "slashrsm",
4983                     "homepage": "https://www.drupal.org/user/744628"
4984                 }
4985             ],
4986             "description": "Media entity Twitter provider.",
4987             "homepage": "https://www.drupal.org/project/media_entity_twitter",
4988             "support": {
4989                 "source": "http://cgit.drupalcode.org/media_entity_twitter"
4990             }
4991         },
4992         {
4993             "name": "drupal/memcache",
4994             "version": "2.0.0",
4995             "source": {
4996                 "type": "git",
4997                 "url": "https://git.drupalcode.org/project/memcache.git",
4998                 "reference": "8.x-2.0"
4999             },
5000             "dist": {
5001                 "type": "zip",
5002                 "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0.zip",
5003                 "reference": "8.x-2.0",
5004                 "shasum": "78c09097c42781343f4069b4823dce7acd98a8b1"
5005             },
5006             "require": {
5007                 "drupal/core": "~8.0"
5008             },
5009             "type": "drupal-module",
5010             "extra": {
5011                 "branch-alias": {
5012                     "dev-2.x": "2.x-dev"
5013                 },
5014                 "drupal": {
5015                     "version": "8.x-2.0",
5016                     "datestamp": "1540546681",
5017                     "security-coverage": {
5018                         "status": "covered",
5019                         "message": "Covered by Drupal's security advisory policy"
5020                     }
5021                 }
5022             },
5023             "notification-url": "https://packages.drupal.org/8/downloads",
5024             "license": [
5025                 "GPL-2.0+"
5026             ],
5027             "authors": [
5028                 {
5029                     "name": "Fabianx",
5030                     "homepage": "https://www.drupal.org/user/693738"
5031                 },
5032                 {
5033                     "name": "Jeremy",
5034                     "homepage": "https://www.drupal.org/user/409"
5035                 },
5036                 {
5037                     "name": "bdragon",
5038                     "homepage": "https://www.drupal.org/user/53081"
5039                 },
5040                 {
5041                     "name": "catch",
5042                     "homepage": "https://www.drupal.org/user/35733"
5043                 },
5044                 {
5045                     "name": "damiankloip",
5046                     "homepage": "https://www.drupal.org/user/1037976"
5047                 },
5048                 {
5049                     "name": "jvandyk",
5050                     "homepage": "https://www.drupal.org/user/2375"
5051                 },
5052                 {
5053                     "name": "robertDouglass",
5054                     "homepage": "https://www.drupal.org/user/5449"
5055                 }
5056             ],
5057             "description": "High performance integration with memcache.",
5058             "homepage": "http://drupal.org/project/memcache",
5059             "support": {
5060                 "source": "http://cgit.drupalcode.org/memcache",
5061                 "issues": "https://www.drupal.org/project/issues/memcache"
5062             }
5063         },
5064         {
5065             "name": "drupal/metatag",
5066             "version": "1.7.0",
5067             "source": {
5068                 "type": "git",
5069                 "url": "https://git.drupalcode.org/project/metatag.git",
5070                 "reference": "8.x-1.7"
5071             },
5072             "dist": {
5073                 "type": "zip",
5074                 "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.7.zip",
5075                 "reference": "8.x-1.7",
5076                 "shasum": "93decaefd053c524918ceae5b5ef05dd77de0857"
5077             },
5078             "require": {
5079                 "drupal/core": "*",
5080                 "drupal/token": "^1.0"
5081             },
5082             "require-dev": {
5083                 "drupal/devel": "^1.0",
5084                 "drupal/metatag_dc": "*",
5085                 "drupal/metatag_open_graph": "*",
5086                 "drupal/page_manager": "^4.0",
5087                 "drupal/redirect": "^1.0",
5088                 "drupal/restui": "^1.0",
5089                 "drupal/schema_metatag": "^1.0",
5090                 "drupal/schema_web_page": "*"
5091             },
5092             "type": "drupal-module",
5093             "extra": {
5094                 "branch-alias": {
5095                     "dev-1.x": "1.x-dev"
5096                 },
5097                 "drupal": {
5098                     "version": "8.x-1.7",
5099                     "datestamp": "1535726393",
5100                     "security-coverage": {
5101                         "status": "covered",
5102                         "message": "Covered by Drupal's security advisory policy"
5103                     }
5104                 }
5105             },
5106             "notification-url": "https://packages.drupal.org/8/downloads",
5107             "license": [
5108                 "GPL-2.0+"
5109             ],
5110             "authors": [
5111                 {
5112                     "name": "See contributors",
5113                     "homepage": "https://www.drupal.org/node/640498/committers",
5114                     "role": "Developer"
5115                 },
5116                 {
5117                     "name": "Dave Reid",
5118                     "homepage": "https://www.drupal.org/user/53892"
5119                 }
5120             ],
5121             "description": "Manage meta tags for all entities.",
5122             "homepage": "https://www.drupal.org/project/metatag",
5123             "keywords": [
5124                 "Drupal",
5125                 "seo"
5126             ],
5127             "support": {
5128                 "source": "http://cgit.drupalcode.org/metatag",
5129                 "issues": "http://drupal.org/project/issues/metatag"
5130             }
5131         },
5132         {
5133             "name": "drupal/migrate_plus",
5134             "version": "4.0.0",
5135             "source": {
5136                 "type": "git",
5137                 "url": "https://git.drupalcode.org/project/migrate_plus.git",
5138                 "reference": "8.x-4.0"
5139             },
5140             "dist": {
5141                 "type": "zip",
5142                 "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0.zip",
5143                 "reference": "8.x-4.0",
5144                 "shasum": "63dad289defe8298aa5ca5e30062fe9761d19eca"
5145             },
5146             "require": {
5147                 "drupal/core": "^8.3"
5148             },
5149             "require-dev": {
5150                 "drupal/migrate_example_advanced_setup": "*",
5151                 "drupal/migrate_example_setup": "*"
5152             },
5153             "suggest": {
5154                 "ext-soap": "*",
5155                 "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
5156             },
5157             "type": "drupal-module",
5158             "extra": {
5159                 "branch-alias": {
5160                     "dev-4.x": "4.x-dev"
5161                 },
5162                 "drupal": {
5163                     "version": "8.x-4.0",
5164                     "datestamp": "1536264180",
5165                     "security-coverage": {
5166                         "status": "covered",
5167                         "message": "Covered by Drupal's security advisory policy"
5168                     }
5169                 }
5170             },
5171             "notification-url": "https://packages.drupal.org/8/downloads",
5172             "license": [
5173                 "GPL-2.0+"
5174             ],
5175             "authors": [
5176                 {
5177                     "name": "Mike Ryan",
5178                     "homepage": "https://www.drupal.org/u/mikeryan",
5179                     "role": "Maintainer"
5180                 },
5181                 {
5182                     "name": "mikeryan",
5183                     "homepage": "https://www.drupal.org/user/4420"
5184                 }
5185             ],
5186             "description": "Enhancements to core migration support.",
5187             "homepage": "https://www.drupal.org/project/migrate_plus",
5188             "support": {
5189                 "source": "https://cgit.drupalcode.org/migrate_plus",
5190                 "issues": "https://www.drupal.org/project/issues/migrate_plus",
5191                 "irc": "irc://irc.freenode.org/drupal-migrate"
5192             }
5193         },
5194         {
5195             "name": "drupal/migrate_tools",
5196             "version": "4.0.0",
5197             "source": {
5198                 "type": "git",
5199                 "url": "https://git.drupalcode.org/project/migrate_tools.git",
5200                 "reference": "8.x-4.0"
5201             },
5202             "dist": {
5203                 "type": "zip",
5204                 "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.0.zip",
5205                 "reference": "8.x-4.0",
5206                 "shasum": "016dfb010df76723c5a6a447921fdccd3c885237"
5207             },
5208             "require": {
5209                 "drupal/core": "^8.3",
5210                 "drupal/migrate_plus": "^4"
5211             },
5212             "require-dev": {
5213                 "drupal/coder": "^8",
5214                 "drupal/migrate_source_csv": "^2.2"
5215             },
5216             "type": "drupal-module",
5217             "extra": {
5218                 "branch-alias": {
5219                     "dev-4.x": "4.x-dev"
5220                 },
5221                 "drupal": {
5222                     "version": "8.x-4.0",
5223                     "datestamp": "1535380084",
5224                     "security-coverage": {
5225                         "status": "covered",
5226                         "message": "Covered by Drupal's security advisory policy"
5227                     }
5228                 },
5229                 "drush": {
5230                     "services": {
5231                         "drush.services.yml": "^9"
5232                     }
5233                 }
5234             },
5235             "notification-url": "https://packages.drupal.org/8/downloads",
5236             "license": [
5237                 "GPL-2.0+"
5238             ],
5239             "authors": [
5240                 {
5241                     "name": "heddn",
5242                     "homepage": "https://www.drupal.org/user/1463982"
5243                 },
5244                 {
5245                     "name": "mikeryan",
5246                     "homepage": "https://www.drupal.org/user/4420"
5247                 },
5248                 {
5249                     "name": "moshe weitzman",
5250                     "homepage": "https://www.drupal.org/user/23"
5251                 }
5252             ],
5253             "description": "Tools to assist in developing and running migrations.",
5254             "homepage": "http://drupal.org/project/migrate_tools",
5255             "support": {
5256                 "source": "http://cgit.drupalcode.org/migrate_tools",
5257                 "issues": "http://drupal.org/project/migrate_tools",
5258                 "irc": "irc://irc.freenode.org/drupal-migrate"
5259             }
5260         },
5261         {
5262             "name": "drupal/migrate_upgrade",
5263             "version": "3.0.0-rc5",
5264             "source": {
5265                 "type": "git",
5266                 "url": "https://git.drupalcode.org/project/migrate_upgrade.git",
5267                 "reference": "8.x-3.0-rc5"
5268             },
5269             "dist": {
5270                 "type": "zip",
5271                 "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc5.zip",
5272                 "reference": "8.x-3.0-rc5",
5273                 "shasum": "608375003cfd42664ecd6d5b0b5e2c3b510a2e0a"
5274             },
5275             "require": {
5276                 "drupal/core": "*",
5277                 "drupal/migrate_plus": "*"
5278             },
5279             "require-dev": {
5280                 "drupal/coder": "^8"
5281             },
5282             "type": "drupal-module",
5283             "extra": {
5284                 "branch-alias": {
5285                     "dev-3.x": "3.x-dev"
5286                 },
5287                 "drupal": {
5288                     "version": "8.x-3.0-rc5",
5289                     "datestamp": "1535381580",
5290                     "security-coverage": {
5291                         "status": "not-covered",
5292                         "message": "RC releases are not covered by Drupal security advisories."
5293                     }
5294                 }
5295             },
5296             "notification-url": "https://packages.drupal.org/8/downloads",
5297             "license": [
5298                 "GPL-2.0+"
5299             ],
5300             "authors": [
5301                 {
5302                     "name": "abhishek-anand",
5303                     "homepage": "https://www.drupal.org/user/468982"
5304                 },
5305                 {
5306                     "name": "heddn",
5307                     "homepage": "https://www.drupal.org/user/1463982"
5308                 },
5309                 {
5310                     "name": "ksenzee",
5311                     "homepage": "https://www.drupal.org/user/139855"
5312                 },
5313                 {
5314                     "name": "mikeryan",
5315                     "homepage": "https://www.drupal.org/user/4420"
5316                 },
5317                 {
5318                     "name": "ultimike",
5319                     "homepage": "https://www.drupal.org/user/51132"
5320                 },
5321                 {
5322                     "name": "xjm",
5323                     "homepage": "https://www.drupal.org/user/65776"
5324                 }
5325             ],
5326             "description": "Drush support for direct upgrades from older Drupal versions.",
5327             "homepage": "https://www.drupal.org/project/migrate_upgrade",
5328             "support": {
5329                 "source": "http://cgit.drupalcode.org/migrate_upgrade"
5330             }
5331         },
5332         {
5333             "name": "drupal/pathauto",
5334             "version": "1.3.0",
5335             "source": {
5336                 "type": "git",
5337                 "url": "https://git.drupalcode.org/project/pathauto.git",
5338                 "reference": "8.x-1.3"
5339             },
5340             "dist": {
5341                 "type": "zip",
5342                 "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.3.zip",
5343                 "reference": "8.x-1.3",
5344                 "shasum": "115d5998d7636a03e26c7ce34261b65809d53965"
5345             },
5346             "require": {
5347                 "drupal/core": "^8.5",
5348                 "drupal/ctools": "*",
5349                 "drupal/token": "*"
5350             },
5351             "type": "drupal-module",
5352             "extra": {
5353                 "branch-alias": {
5354                     "dev-1.x": "1.x-dev"
5355                 },
5356                 "drupal": {
5357                     "version": "8.x-1.3",
5358                     "datestamp": "1536407884",
5359                     "security-coverage": {
5360                         "status": "covered",
5361                         "message": "Covered by Drupal's security advisory policy"
5362                     }
5363                 }
5364             },
5365             "notification-url": "https://packages.drupal.org/8/downloads",
5366             "license": [
5367                 "GPL-2.0-or-later"
5368             ],
5369             "authors": [
5370                 {
5371                     "name": "Berdir",
5372                     "homepage": "https://www.drupal.org/user/214652"
5373                 },
5374                 {
5375                     "name": "Dave Reid",
5376                     "homepage": "https://www.drupal.org/user/53892"
5377                 },
5378                 {
5379                     "name": "Freso",
5380                     "homepage": "https://www.drupal.org/user/27504"
5381                 },
5382                 {
5383                     "name": "greggles",
5384                     "homepage": "https://www.drupal.org/user/36762"
5385                 }
5386             ],
5387             "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
5388             "homepage": "https://www.drupal.org/project/pathauto",
5389             "support": {
5390                 "source": "http://cgit.drupalcode.org/pathauto"
5391             }
5392         },
5393         {
5394             "name": "drupal/pathologic",
5395             "version": "1.0.0-alpha1",
5396             "source": {
5397                 "type": "git",
5398                 "url": "https://git.drupalcode.org/project/pathologic.git",
5399                 "reference": "8.x-1.0-alpha1"
5400             },
5401             "dist": {
5402                 "type": "zip",
5403                 "url": "https://ftp.drupal.org/files/projects/pathologic-8.x-1.0-alpha1.zip",
5404                 "reference": "8.x-1.0-alpha1",
5405                 "shasum": "51c699cc001969baa00cca60cf2302a32e578090"
5406             },
5407             "require": {
5408                 "drupal/core": "*"
5409             },
5410             "type": "drupal-module",
5411             "extra": {
5412                 "branch-alias": {
5413                     "dev-1.x": "1.x-dev"
5414                 },
5415                 "drupal": {
5416                     "version": "8.x-1.0-alpha1",
5417                     "datestamp": "1525211884",
5418                     "security-coverage": {
5419                         "status": "not-covered",
5420                         "message": "Alpha releases are not covered by Drupal security advisories."
5421                     }
5422                 }
5423             },
5424             "notification-url": "https://packages.drupal.org/8/downloads",
5425             "license": [
5426                 "GPL-2.0-or-later"
5427             ],
5428             "authors": [
5429                 {
5430                     "name": "Berdir",
5431                     "homepage": "https://www.drupal.org/user/214652"
5432                 },
5433                 {
5434                     "name": "Garrett Albright",
5435                     "homepage": "https://www.drupal.org/user/191212"
5436                 },
5437                 {
5438                     "name": "dww",
5439                     "homepage": "https://www.drupal.org/user/46549"
5440                 }
5441             ],
5442             "description": "Helps avoid broken links and incorrect paths in content.",
5443             "homepage": "https://www.drupal.org/project/pathologic",
5444             "support": {
5445                 "source": "http://cgit.drupalcode.org/pathologic"
5446             }
5447         },
5448         {
5449             "name": "drupal/permissions_by_term",
5450             "version": "1.61.0",
5451             "source": {
5452                 "type": "git",
5453                 "url": "https://git.drupalcode.org/project/permissions_by_term.git",
5454                 "reference": "8.x-1.61"
5455             },
5456             "dist": {
5457                 "type": "zip",
5458                 "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.61.zip",
5459                 "reference": "8.x-1.61",
5460                 "shasum": "c984a00f1efaf8856b5804f5837672bf9fb527bb"
5461             },
5462             "require": {
5463                 "drupal/core": "^8.0"
5464             },
5465             "type": "drupal-module",
5466             "extra": {
5467                 "branch-alias": {
5468                     "dev-1.x": "1.x-dev"
5469                 },
5470                 "drupal": {
5471                     "version": "8.x-1.61",
5472                     "datestamp": "1534865884",
5473                     "security-coverage": {
5474                         "status": "covered",
5475                         "message": "Covered by Drupal's security advisory policy"
5476                     }
5477                 }
5478             },
5479             "notification-url": "https://packages.drupal.org/8/downloads",
5480             "license": [
5481                 "GPL-2.0+"
5482             ],
5483             "authors": [
5484                 {
5485                     "name": "Peter Majmesku",
5486                     "homepage": "https://www.drupal.org/user/786132",
5487                     "email": "p.majmesku@gmail.com"
5488                 },
5489                 {
5490                     "name": "SaschaHannes",
5491                     "homepage": "https://www.drupal.org/user/3536189"
5492                 },
5493                 {
5494                     "name": "dakku",
5495                     "homepage": "https://www.drupal.org/user/97634"
5496                 },
5497                 {
5498                     "name": "rackberg",
5499                     "homepage": "https://www.drupal.org/user/2806873"
5500                 }
5501             ],
5502             "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
5503             "homepage": "https://www.drupal.org/project/permissions_by_term",
5504             "support": {
5505                 "source": "http://cgit.drupalcode.org/permissions_by_term"
5506             }
5507         },
5508         {
5509             "name": "drupal/php",
5510             "version": "dev-1.x",
5511             "source": {
5512                 "type": "git",
5513                 "url": "https://git.drupalcode.org/project/php.git",
5514                 "reference": "e5c1c4047f5f1522e5d630bca93d50c61ef6a2c0"
5515             },
5516             "require": {
5517                 "drupal/core": "~8.0"
5518             },
5519             "type": "drupal-module",
5520             "extra": {
5521                 "branch-alias": {
5522                     "dev-1.x": "1.x-dev"
5523                 },
5524                 "drupal": {
5525                     "version": "8.x-1.0+0-dev",
5526                     "datestamp": "1529156324",
5527                     "security-coverage": {
5528                         "status": "revoked",
5529                         "message": "Project has been unsupported by the Drupal Security Team"
5530                     }
5531                 }
5532             },
5533             "notification-url": "https://packages.drupal.org/8/downloads",
5534             "license": [
5535                 "GPL-2.0+"
5536             ],
5537             "authors": [
5538                 {
5539                     "name": "hass",
5540                     "homepage": "https://www.drupal.org/u/hass"
5541                 },
5542                 {
5543                     "name": "See other contributors",
5544                     "homepage": "https://www.drupal.org/node/1633456/committers"
5545                 },
5546                 {
5547                     "name": "catch",
5548                     "homepage": "https://www.drupal.org/user/35733"
5549                 },
5550                 {
5551                     "name": "dixon_",
5552                     "homepage": "https://www.drupal.org/user/239911"
5553                 },
5554                 {
5555                     "name": "greggles",
5556                     "homepage": "https://www.drupal.org/user/36762"
5557                 },
5558                 {
5559                     "name": "hass",
5560                     "homepage": "https://www.drupal.org/user/85918"
5561                 },
5562                 {
5563                     "name": "msonnabaum",
5564                     "homepage": "https://www.drupal.org/user/75278"
5565                 },
5566                 {
5567                     "name": "quicksketch",
5568                     "homepage": "https://www.drupal.org/user/35821"
5569                 },
5570                 {
5571                     "name": "webchick",
5572                     "homepage": "https://www.drupal.org/user/24967"
5573                 }
5574             ],
5575             "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.",
5576             "homepage": "https://www.drupal.org/project/php",
5577             "support": {
5578                 "source": "https://git.drupal.org/project/php.git",
5579                 "issues": "https://www.drupal.org/project/issues/php"
5580             },
5581             "time": "2018-08-04T18:55:12+00:00"
5582         },
5583         {
5584             "name": "drupal/redirect",
5585             "version": "1.3.0",
5586             "source": {
5587                 "type": "git",
5588                 "url": "https://git.drupalcode.org/project/redirect.git",
5589                 "reference": "8.x-1.3"
5590             },
5591             "dist": {
5592                 "type": "zip",
5593                 "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.3.zip",
5594                 "reference": "8.x-1.3",
5595                 "shasum": "3f9620d186e25f36ac56755979932b8ea965b8c7"
5596             },
5597             "require": {
5598                 "drupal/core": "~8"
5599             },
5600             "type": "drupal-module",
5601             "extra": {
5602                 "branch-alias": {
5603                     "dev-1.x": "1.x-dev"
5604                 },
5605                 "drupal": {
5606                     "version": "8.x-1.3",
5607                     "datestamp": "1539682684",
5608                     "security-coverage": {
5609                         "status": "covered",
5610                         "message": "Covered by Drupal's security advisory policy"
5611                     }
5612                 }
5613             },
5614             "notification-url": "https://packages.drupal.org/8/downloads",
5615             "license": [
5616                 "GPL-2.0+"
5617             ],
5618             "authors": [
5619                 {
5620                     "name": "Berdir",
5621                     "homepage": "https://www.drupal.org/user/214652"
5622                 },
5623                 {
5624                     "name": "Dave Reid",
5625                     "homepage": "https://www.drupal.org/user/53892"
5626                 },
5627                 {
5628                     "name": "pifagor",
5629                     "homepage": "https://www.drupal.org/user/2375692"
5630                 }
5631             ],
5632             "description": "Allows users to redirect from old URLs to new URLs.",
5633             "homepage": "https://www.drupal.org/project/redirect",
5634             "support": {
5635                 "source": "http://cgit.drupalcode.org/redirect"
5636             }
5637         },
5638         {
5639             "name": "drupal/simple_sitemap",
5640             "version": "2.12.0",
5641             "source": {
5642                 "type": "git",
5643                 "url": "https://git.drupalcode.org/project/simple_sitemap.git",
5644                 "reference": "8.x-2.12"
5645             },
5646             "dist": {
5647                 "type": "zip",
5648                 "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.zip",
5649                 "reference": "8.x-2.12",
5650                 "shasum": "fe1c1a636adfba8358399a5a1ccdf20685066573"
5651             },
5652             "require": {
5653                 "drupal/core": "~8.0"
5654             },
5655             "type": "drupal-module",
5656             "extra": {
5657                 "branch-alias": {
5658                     "dev-2.x": "2.x-dev"
5659                 },
5660                 "drupal": {
5661                     "version": "8.x-2.12",
5662                     "datestamp": "1523203180",
5663                     "security-coverage": {
5664                         "status": "covered",
5665                         "message": "Covered by Drupal's security advisory policy"
5666                     }
5667                 },
5668                 "drush": {
5669                     "services": {
5670                         "drush.services.yml": "^9"
5671                     }
5672                 }
5673             },
5674             "notification-url": "https://packages.drupal.org/8/downloads",
5675             "license": [
5676                 "GPL-2.0+"
5677             ],
5678             "authors": [
5679                 {
5680                     "name": "Pawel Ginalski (gbyte.co)",
5681                     "homepage": "https://www.drupal.org/u/gbyte.co",
5682                     "email": "contact@gbyte.co",
5683                     "role": "Maintainer"
5684                 },
5685                 {
5686                     "name": "Sam Becker (Sam152)",
5687                     "homepage": "https://www.drupal.org/u/sam152",
5688                     "role": "Co-maintainer"
5689                 }
5690             ],
5691             "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
5692             "homepage": "https://drupal.org/project/simple_sitemap",
5693             "support": {
5694                 "source": "https://cgit.drupalcode.org/simple_sitemap",
5695                 "issues": "https://drupal.org/project/issues/simple_sitemap",
5696                 "irc": "irc://irc.freenode.org/drupal-contribute"
5697             }
5698         },
5699         {
5700             "name": "drupal/slick",
5701             "version": "1.0.0",
5702             "source": {
5703                 "type": "git",
5704                 "url": "https://git.drupalcode.org/project/slick.git",
5705                 "reference": "8.x-1.0"
5706             },
5707             "dist": {
5708                 "type": "zip",
5709                 "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
5710                 "reference": "8.x-1.0",
5711                 "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
5712             },
5713             "require": {
5714                 "drupal/blazy": "~1.0",
5715                 "drupal/core": "~8.0"
5716             },
5717             "type": "drupal-module",
5718             "extra": {
5719                 "branch-alias": {
5720                     "dev-1.x": "1.x-dev"
5721                 },
5722                 "drupal": {
5723                     "version": "8.x-1.0",
5724                     "datestamp": "1495746183"
5725                 }
5726             },
5727             "notification-url": "https://packages.drupal.org/8/downloads",
5728             "license": [
5729                 "GPL-2.0+"
5730             ],
5731             "authors": [
5732                 {
5733                     "name": "arshadcn",
5734                     "homepage": "https://www.drupal.org/user/571032"
5735                 },
5736                 {
5737                     "name": "gausarts",
5738                     "homepage": "https://www.drupal.org/user/159062"
5739                 }
5740             ],
5741             "description": "Slick carousel, the last carousel you'll ever need.",
5742             "homepage": "https://drupal.org/project/slick",
5743             "keywords": [
5744                 "Drupal",
5745                 "carousel",
5746                 "slideshow"
5747             ],
5748             "support": {
5749                 "source": "http://cgit.drupalcode.org/slick",
5750                 "issues": "https://drupal.org/project/issues/slick"
5751             }
5752         },
5753         {
5754             "name": "drupal/slick_media",
5755             "version": "2.0.0-alpha2",
5756             "source": {
5757                 "type": "git",
5758                 "url": "https://git.drupalcode.org/project/slick_media.git",
5759                 "reference": "8.x-2.0-alpha2"
5760             },
5761             "dist": {
5762                 "type": "zip",
5763                 "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-2.0-alpha2.zip",
5764                 "reference": "8.x-2.0-alpha2",
5765                 "shasum": "9aa7dfeaebc0776454bbf74450e5f2ed360f320d"
5766             },
5767             "require": {
5768                 "drupal/core": "^8.4",
5769                 "drupal/slick": "*"
5770             },
5771             "type": "drupal-module",
5772             "extra": {
5773                 "branch-alias": {
5774                     "dev-2.x": "2.x-dev"
5775                 },
5776                 "drupal": {
5777                     "version": "8.x-2.0-alpha2",
5778                     "datestamp": "1533721384",
5779                     "security-coverage": {
5780                         "status": "not-covered",
5781                         "message": "Alpha releases are not covered by Drupal security advisories."
5782                     }
5783                 }
5784             },
5785             "notification-url": "https://packages.drupal.org/8/downloads",
5786             "license": [
5787                 "GPL-2.0-or-later"
5788             ],
5789             "authors": [
5790                 {
5791                     "name": "chr.fritsch",
5792                     "homepage": "https://www.drupal.org/user/2103716"
5793                 },
5794                 {
5795                     "name": "gausarts",
5796                     "homepage": "https://www.drupal.org/user/159062"
5797                 }
5798             ],
5799             "description": "Provides Slick carousel integration with Media entity.",
5800             "homepage": "https://www.drupal.org/project/slick_media",
5801             "support": {
5802                 "source": "http://cgit.drupalcode.org/slick_media"
5803             }
5804         },
5805         {
5806             "name": "drupal/superfish",
5807             "version": "1.2.0",
5808             "source": {
5809                 "type": "git",
5810                 "url": "https://git.drupalcode.org/project/superfish.git",
5811                 "reference": "8.x-1.2"
5812             },
5813             "dist": {
5814                 "type": "zip",
5815                 "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.2.zip",
5816                 "reference": "8.x-1.2",
5817                 "shasum": "e6f11be2bb2b95957d144bb0155c29c7aad40a62"
5818             },
5819             "require": {
5820                 "drupal/core": "~8.0",
5821                 "mehrpadin/superfish": "~2.0"
5822             },
5823             "type": "drupal-module",
5824             "extra": {
5825                 "branch-alias": {
5826                     "dev-1.x": "1.x-dev"
5827                 },
5828                 "drupal": {
5829                     "version": "8.x-1.2",
5830                     "datestamp": "1517739480",
5831                     "security-coverage": {
5832                         "status": "covered",
5833                         "message": "Covered by Drupal's security advisory policy"
5834                     }
5835                 }
5836             },
5837             "notification-url": "https://packages.drupal.org/8/downloads",
5838             "license": [
5839                 "GPL-2.0+"
5840             ],
5841             "authors": [
5842                 {
5843                     "name": "mehrpadin",
5844                     "homepage": "https://www.drupal.org/u/mehrpadin",
5845                     "role": "Maintainer"
5846                 }
5847             ],
5848             "description": "Adds jQuery Superfish plugin to menu blocks.",
5849             "homepage": "https://www.drupal.org/project/superfish",
5850             "support": {
5851                 "source": "https://cgit.drupalcode.org/superfish",
5852                 "issues": "https://www.drupal.org/project/superfish"
5853             }
5854         },
5855         {
5856             "name": "drupal/toc_formatter",
5857             "version": "1.1.0",
5858             "source": {
5859                 "type": "git",
5860                 "url": "https://git.drupalcode.org/project/toc_formatter.git",
5861                 "reference": "8.x-1.1"
5862             },
5863             "dist": {
5864                 "type": "zip",
5865                 "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
5866                 "reference": "8.x-1.1",
5867                 "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
5868             },
5869             "require": {
5870                 "drupal/core": "~8.0"
5871             },
5872             "type": "drupal-module",
5873             "extra": {
5874                 "branch-alias": {
5875                     "dev-1.x": "1.x-dev"
5876                 },
5877                 "drupal": {
5878                     "version": "8.x-1.1",
5879                     "datestamp": "1398611927"
5880                 }
5881             },
5882             "notification-url": "https://packages.drupal.org/8/downloads",
5883             "license": [
5884                 "GPL-2.0+"
5885             ],
5886             "authors": [
5887                 {
5888                     "name": "Robert Castelo",
5889                     "homepage": "https://www.drupal.org/user/3555"
5890                 },
5891                 {
5892                     "name": "neilt17",
5893                     "homepage": "https://www.drupal.org/user/324142"
5894                 }
5895             ],
5896             "description": "Display formatter that adds a TOC to the top of a text area field.",
5897             "homepage": "https://www.drupal.org/project/toc_formatter",
5898             "support": {
5899                 "source": "http://cgit.drupalcode.org/toc_formatter"
5900             }
5901         },
5902         {
5903             "name": "drupal/tocify",
5904             "version": "1.2.0",
5905             "source": {
5906                 "type": "git",
5907                 "url": "https://git.drupalcode.org/project/tocify.git",
5908                 "reference": "8.x-1.2"
5909             },
5910             "dist": {
5911                 "type": "zip",
5912                 "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
5913                 "reference": "8.x-1.2",
5914                 "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
5915             },
5916             "require": {
5917                 "drupal/core": "*"
5918             },
5919             "type": "drupal-module",
5920             "extra": {
5921                 "branch-alias": {
5922                     "dev-1.x": "1.x-dev"
5923                 },
5924                 "drupal": {
5925                     "version": "8.x-1.2",
5926                     "datestamp": "1493816586"
5927                 }
5928             },
5929             "notification-url": "https://packages.drupal.org/8/downloads",
5930             "license": [
5931                 "GPL-2.0+"
5932             ],
5933             "authors": [
5934                 {
5935                     "name": "Hydra",
5936                     "homepage": "https://www.drupal.org/user/647364"
5937                 },
5938                 {
5939                     "name": "dawehner",
5940                     "homepage": "https://www.drupal.org/user/99340"
5941                 },
5942                 {
5943                     "name": "sanduhrs",
5944                     "homepage": "https://www.drupal.org/user/28074"
5945                 }
5946             ],
5947             "description": "Tocify your content",
5948             "homepage": "https://www.drupal.org/project/tocify",
5949             "keywords": [
5950                 "Drupal"
5951             ],
5952             "support": {
5953                 "source": "http://cgit.drupalcode.org/tocify",
5954                 "issues": "http://drupal.org/project/issues/tocify"
5955             }
5956         },
5957         {
5958             "name": "drupal/token",
5959             "version": "1.5.0",
5960             "source": {
5961                 "type": "git",
5962                 "url": "https://git.drupalcode.org/project/token.git",
5963                 "reference": "8.x-1.5"
5964             },
5965             "dist": {
5966                 "type": "zip",
5967                 "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip",
5968                 "reference": "8.x-1.5",
5969                 "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d"
5970             },
5971             "require": {
5972                 "drupal/core": "^8.5"
5973             },
5974             "type": "drupal-module",
5975             "extra": {
5976                 "branch-alias": {
5977                     "dev-1.x": "1.x-dev"
5978                 },
5979                 "drupal": {
5980                     "version": "8.x-1.5",
5981                     "datestamp": "1537557481",
5982                     "security-coverage": {
5983                         "status": "covered",
5984                         "message": "Covered by Drupal's security advisory policy"
5985                     }
5986                 }
5987             },
5988             "notification-url": "https://packages.drupal.org/8/downloads",
5989             "license": [
5990                 "GPL-2.0-or-later"
5991             ],
5992             "authors": [
5993                 {
5994                     "name": "Berdir",
5995                     "homepage": "https://www.drupal.org/user/214652"
5996                 },
5997                 {
5998                     "name": "Dave Reid",
5999                     "homepage": "https://www.drupal.org/user/53892"
6000                 },
6001                 {
6002                     "name": "eaton",
6003                     "homepage": "https://www.drupal.org/user/16496"
6004                 },
6005                 {
6006                     "name": "fago",
6007                     "homepage": "https://www.drupal.org/user/16747"
6008                 },
6009                 {
6010                     "name": "greggles",
6011                     "homepage": "https://www.drupal.org/user/36762"
6012                 },
6013                 {
6014                     "name": "mikeryan",
6015                     "homepage": "https://www.drupal.org/user/4420"
6016                 }
6017             ],
6018             "description": "Provides a user interface for the Token API and some missing core tokens.",
6019             "homepage": "https://www.drupal.org/project/token",
6020             "support": {
6021                 "source": "http://cgit.drupalcode.org/token"
6022             }
6023         },
6024         {
6025             "name": "drupal/typogrify",
6026             "version": "1.0.0-alpha1",
6027             "source": {
6028                 "type": "git",
6029                 "url": "https://git.drupalcode.org/project/typogrify.git",
6030                 "reference": "8.x-1.0-alpha1"
6031             },
6032             "dist": {
6033                 "type": "zip",
6034                 "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
6035                 "reference": "8.x-1.0-alpha1",
6036                 "shasum": "de87791555204b3af5692d939f8c199bd7164495"
6037             },
6038             "require": {
6039                 "drupal/core": "*"
6040             },
6041             "type": "drupal-module",
6042             "extra": {
6043                 "branch-alias": {
6044                     "dev-1.x": "1.x-dev"
6045                 },
6046                 "drupal": {
6047                     "version": "8.x-1.0-alpha1",
6048                     "datestamp": "1478050442"
6049                 }
6050             },
6051             "notification-url": "https://packages.drupal.org/8/downloads",
6052             "license": [
6053                 "GPL-2.0+"
6054             ],
6055             "authors": [
6056                 {
6057                     "name": "See contributors",
6058                     "homepage": "https://www.drupal.org/node/149970/committers",
6059                     "role": "Developer"
6060                 },
6061                 {
6062                     "name": "migmedia",
6063                     "homepage": "https://www.drupal.org/user/1310354"
6064                 },
6065                 {
6066                     "name": "mikl",
6067                     "homepage": "https://www.drupal.org/user/58679"
6068                 },
6069                 {
6070                     "name": "sreynen",
6071                     "homepage": "https://www.drupal.org/user/109890"
6072                 }
6073             ],
6074             "description": "A filter for making typographic refinements.",
6075             "homepage": "http://drupal.org/project/typogrify",
6076             "keywords": [
6077                 "Drupal"
6078             ],
6079             "support": {
6080                 "source": "http://cgit.drupalcode.org/typogrify",
6081                 "issues": "http://drupal.org/project/typogrify"
6082             }
6083         },
6084         {
6085             "name": "drupal/video",
6086             "version": "1.2.0",
6087             "source": {
6088                 "type": "git",
6089                 "url": "https://git.drupalcode.org/project/video.git",
6090                 "reference": "8.x-1.2"
6091             },
6092             "dist": {
6093                 "type": "zip",
6094                 "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
6095                 "reference": "8.x-1.2",
6096                 "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
6097             },
6098             "require": {
6099                 "drupal/core": "*"
6100             },
6101             "type": "drupal-module",
6102             "extra": {
6103                 "branch-alias": {
6104                     "dev-1.x": "1.x-dev"
6105                 },
6106                 "drupal": {
6107                     "version": "8.x-1.x",
6108                     "datestamp": "1455470039",
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": "Jorrit",
6119                     "homepage": "https://www.drupal.org/user/161217"
6120                 },
6121                 {
6122                     "name": "abhishek-anand",
6123                     "homepage": "https://www.drupal.org/user/468982"
6124                 },
6125                 {
6126                     "name": "brycefisherfleig",
6127                     "homepage": "https://www.drupal.org/user/1300764"
6128                 },
6129                 {
6130                     "name": "chaitanya17",
6131                     "homepage": "https://www.drupal.org/user/1998300"
6132                 },
6133                 {
6134                     "name": "heshanlk",
6135                     "homepage": "https://www.drupal.org/user/199102"
6136                 }
6137             ],
6138             "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.",
6139             "homepage": "https://www.drupal.org/project/video",
6140             "support": {
6141                 "source": "http://cgit.drupalcode.org/video"
6142             }
6143         },
6144         {
6145             "name": "drupal/video_embed_field",
6146             "version": "2.0.0",
6147             "source": {
6148                 "type": "git",
6149                 "url": "https://git.drupalcode.org/project/video_embed_field.git",
6150                 "reference": "8.x-2.0"
6151             },
6152             "dist": {
6153                 "type": "zip",
6154                 "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip",
6155                 "reference": "8.x-2.0",
6156                 "shasum": "e864f090b3cb9405376ca324d81ace83613e2019"
6157             },
6158             "require": {
6159                 "drupal/core": "*"
6160             },
6161             "require-dev": {
6162                 "drupal/colorbox": "*",
6163                 "drupal/media_entity": "*",
6164                 "drupal/media_entity_embeddable_video": "*"
6165             },
6166             "type": "drupal-module",
6167             "extra": {
6168                 "branch-alias": {
6169                     "dev-2.x": "2.x-dev"
6170                 },
6171                 "drupal": {
6172                     "version": "8.x-1.x",
6173                     "datestamp": "1523338084",
6174                     "security-coverage": {
6175                         "status": "covered",
6176                         "message": "Covered by Drupal's security advisory policy"
6177                     },
6178                     "package": "Field types"
6179                 }
6180             },
6181             "notification-url": "https://packages.drupal.org/8/downloads",
6182             "license": [
6183                 "GPL-2.0+"
6184             ],
6185             "authors": [
6186                 {
6187                     "name": "Sam152",
6188                     "homepage": "https://www.drupal.org/user/1485048"
6189                 },
6190                 {
6191                     "name": "jec006",
6192                     "homepage": "https://www.drupal.org/user/855980"
6193                 },
6194                 {
6195                     "name": "plopesc",
6196                     "homepage": "https://www.drupal.org/user/282415"
6197                 }
6198             ],
6199             "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6200             "homepage": "https://www.drupal.org/project/video_embed_field",
6201             "support": {
6202                 "source": "http://cgit.drupalcode.org/video_embed_field"
6203             }
6204         },
6205         {
6206             "name": "drupal/videojs",
6207             "version": "1.0.0",
6208             "source": {
6209                 "type": "git",
6210                 "url": "https://git.drupalcode.org/project/videojs.git",
6211                 "reference": "8.x-1.0"
6212             },
6213             "dist": {
6214                 "type": "zip",
6215                 "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6216                 "reference": "8.x-1.0",
6217                 "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6218             },
6219             "require": {
6220                 "drupal/core": "~8.0"
6221             },
6222             "type": "drupal-module",
6223             "extra": {
6224                 "branch-alias": {
6225                     "dev-1.x": "1.x-dev"
6226                 },
6227                 "drupal": {
6228                     "version": "8.x-1.0",
6229                     "datestamp": "1454344739",
6230                     "security-coverage": {
6231                         "status": "covered",
6232                         "message": "Covered by Drupal's security advisory policy"
6233                     }
6234                 },
6235                 "patches_applied": {
6236                     "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6237                 }
6238             },
6239             "notification-url": "https://packages.drupal.org/8/downloads",
6240             "license": [
6241                 "GPL-2.0-or-later"
6242             ],
6243             "authors": [
6244                 {
6245                     "name": "Jorrit",
6246                     "homepage": "https://www.drupal.org/user/161217"
6247                 },
6248                 {
6249                     "name": "heshanlk",
6250                     "homepage": "https://www.drupal.org/user/199102"
6251                 }
6252             ],
6253             "description": "Video.js is an HTML5 Video Player.",
6254             "homepage": "https://www.drupal.org/project/videojs",
6255             "support": {
6256                 "source": "http://cgit.drupalcode.org/videojs"
6257             }
6258         },
6259         {
6260             "name": "drupal/views_bootstrap",
6261             "version": "3.1.0",
6262             "source": {
6263                 "type": "git",
6264                 "url": "https://git.drupalcode.org/project/views_bootstrap.git",
6265                 "reference": "8.x-3.1"
6266             },
6267             "dist": {
6268                 "type": "zip",
6269                 "url": "https://ftp.drupal.org/files/projects/views_bootstrap-8.x-3.1.zip",
6270                 "reference": "8.x-3.1",
6271                 "shasum": "7fd556457f028fa736d1422a9b5a763566fd7d2e"
6272             },
6273             "require": {
6274                 "drupal/core": "*"
6275             },
6276             "type": "drupal-module",
6277             "extra": {
6278                 "branch-alias": {
6279                     "dev-3.x": "3.x-dev"
6280                 },
6281                 "drupal": {
6282                     "version": "8.x-3.1",
6283                     "datestamp": "1537360681",
6284                     "security-coverage": {
6285                         "status": "covered",
6286                         "message": "Covered by Drupal's security advisory policy"
6287                     }
6288                 }
6289             },
6290             "notification-url": "https://packages.drupal.org/8/downloads",
6291             "license": [
6292                 "GPL-2.0+"
6293             ],
6294             "authors": [
6295                 {
6296                     "name": "aburrows",
6297                     "homepage": "https://www.drupal.org/user/577844"
6298                 },
6299                 {
6300                     "name": "ericpugh",
6301                     "homepage": "https://www.drupal.org/user/130084"
6302                 },
6303                 {
6304                     "name": "ikeigenwijs",
6305                     "homepage": "https://www.drupal.org/user/583238"
6306                 },
6307                 {
6308                     "name": "mrded",
6309                     "homepage": "https://www.drupal.org/user/556088"
6310                 }
6311             ],
6312             "description": "Integrate the Bootstrap framework with Views.",
6313             "homepage": "https://www.drupal.org/project/views_bootstrap",
6314             "keywords": [
6315                 "Drupal"
6316             ],
6317             "support": {
6318                 "source": "http://cgit.drupalcode.org/views_bootstrap"
6319             }
6320         },
6321         {
6322             "name": "drupal/views_responsive_grid",
6323             "version": "dev-1.x",
6324             "source": {
6325                 "type": "git",
6326                 "url": "https://git.drupalcode.org/project/views_responsive_grid.git",
6327                 "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6328             },
6329             "require": {
6330                 "drupal/core": "~8.0"
6331             },
6332             "type": "drupal-module",
6333             "extra": {
6334                 "branch-alias": {
6335                     "dev-1.x": "1.x-dev"
6336                 },
6337                 "drupal": {
6338                     "version": "8.x-1.x-dev",
6339                     "datestamp": "1373985289"
6340                 }
6341             },
6342             "notification-url": "https://packages.drupal.org/8/downloads",
6343             "license": [
6344                 "GPL-2.0+"
6345             ],
6346             "authors": [
6347                 {
6348                     "name": "iwhitcomb",
6349                     "homepage": "https://www.drupal.org/user/771654"
6350                 },
6351                 {
6352                     "name": "kyletaylored",
6353                     "homepage": "https://www.drupal.org/user/2207088"
6354                 },
6355                 {
6356                     "name": "markcarver",
6357                     "homepage": "https://www.drupal.org/user/501638"
6358                 }
6359             ],
6360             "homepage": "https://www.drupal.org/project/views_responsive_grid",
6361             "support": {
6362                 "source": "http://cgit.drupalcode.org/views_responsive_grid"
6363             }
6364         },
6365         {
6366             "name": "drush/config-extra",
6367             "version": "1.0.1",
6368             "source": {
6369                 "type": "git",
6370                 "url": "https://github.com/drush-ops/config-extra.git",
6371                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
6372             },
6373             "dist": {
6374                 "type": "zip",
6375                 "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6376                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6377                 "shasum": ""
6378             },
6379             "require": {
6380                 "php": ">=5.5.0"
6381             },
6382             "require-dev": {
6383                 "phpunit/phpunit": ">=3.5"
6384             },
6385             "type": "library",
6386             "extra": {
6387                 "branch-alias": {
6388                     "dev-master": "8.0.x-dev"
6389                 }
6390             },
6391             "autoload": {
6392                 "psr-0": {
6393                     "Drush": "lib/"
6394                 }
6395             },
6396             "notification-url": "https://packagist.org/downloads/",
6397             "license": [
6398                 "GPL-2.0+"
6399             ],
6400             "authors": [
6401                 {
6402                     "name": "Moshe Weitzman",
6403                     "email": "weitzman@tejasa.com"
6404                 },
6405                 {
6406                     "name": "Greg Anderson",
6407                     "email": "greg.1.anderson@greenknowe.org"
6408                 }
6409             ],
6410             "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
6411             "keywords": [
6412                 "Drush"
6413             ],
6414             "abandoned": true,
6415             "time": "2015-10-16T21:32:27+00:00"
6416         },
6417         {
6418             "name": "drush/drush",
6419             "version": "9.5.2",
6420             "source": {
6421                 "type": "git",
6422                 "url": "https://github.com/drush-ops/drush.git",
6423                 "reference": "17f0106706391675a281c6d212850853bdbe90f9"
6424             },
6425             "dist": {
6426                 "type": "zip",
6427                 "url": "https://api.github.com/repos/drush-ops/drush/zipball/17f0106706391675a281c6d212850853bdbe90f9",
6428                 "reference": "17f0106706391675a281c6d212850853bdbe90f9",
6429                 "shasum": ""
6430             },
6431             "require": {
6432                 "chi-teck/drupal-code-generator": "^1.27.0",
6433                 "composer/semver": "^1.4",
6434                 "consolidation/annotated-command": "^2.9.1",
6435                 "consolidation/config": "^1.1.0",
6436                 "consolidation/output-formatters": "^3.1.12",
6437                 "consolidation/robo": "^1.1.5",
6438                 "consolidation/site-alias": "^1.1.5",
6439                 "ext-dom": "*",
6440                 "grasmash/yaml-expander": "^1.1.1",
6441                 "league/container": "~2",
6442                 "php": ">=5.6.0",
6443                 "psr/log": "~1.0",
6444                 "psy/psysh": "~0.6",
6445                 "symfony/config": "^3.4",
6446                 "symfony/console": "^3.4",
6447                 "symfony/event-dispatcher": "^3.4",
6448                 "symfony/finder": "^3.4",
6449                 "symfony/process": "^3.4",
6450                 "symfony/var-dumper": "^3.4",
6451                 "symfony/yaml": "^3.4",
6452                 "webflo/drupal-finder": "^1.1",
6453                 "webmozart/path-util": "^2.1.0"
6454             },
6455             "require-dev": {
6456                 "composer/installers": "^1.2",
6457                 "cweagans/composer-patches": "~1.0",
6458                 "drupal/alinks": "1.0.0",
6459                 "drupal/devel": "^1.0@RC",
6460                 "drupal/empty_theme": "1.0",
6461                 "g1a/composer-test-scenarios": "^2.2.0",
6462                 "lox/xhprof": "dev-master",
6463                 "phpunit/phpunit": "^4.8.36 || ^6.1",
6464                 "squizlabs/php_codesniffer": "^2.7",
6465                 "vlucas/phpdotenv": "^2.4",
6466                 "webflo/drupal-core-strict": "8.6.x-dev"
6467             },
6468             "bin": [
6469                 "drush"
6470             ],
6471             "type": "library",
6472             "extra": {
6473                 "installer-paths": {
6474                     "sut/core": [
6475                         "type:drupal-core"
6476                     ],
6477                     "sut/libraries/{$name}": [
6478                         "type:drupal-library"
6479                     ],
6480                     "sut/modules/unish/{$name}": [
6481                         "drupal/devel"
6482                     ],
6483                     "sut/themes/unish/{$name}": [
6484                         "drupal/empty_theme"
6485                     ],
6486                     "sut/modules/contrib/{$name}": [
6487                         "type:drupal-module"
6488                     ],
6489                     "sut/profiles/contrib/{$name}": [
6490                         "type:drupal-profile"
6491                     ],
6492                     "sut/themes/contrib/{$name}": [
6493                         "type:drupal-theme"
6494                     ],
6495                     "sut/drush/contrib/{$name}": [
6496                         "type:drupal-drush"
6497                     ]
6498                 },
6499                 "branch-alias": {
6500                     "dev-master": "9.x-dev"
6501                 }
6502             },
6503             "autoload": {
6504                 "psr-4": {
6505                     "Drush\\": "src/",
6506                     "Drush\\Internal\\": "internal-copy/",
6507                     "Unish\\": "tests/"
6508                 }
6509             },
6510             "notification-url": "https://packagist.org/downloads/",
6511             "license": [
6512                 "GPL-2.0-or-later"
6513             ],
6514             "authors": [
6515                 {
6516                     "name": "Moshe Weitzman",
6517                     "email": "weitzman@tejasa.com"
6518                 },
6519                 {
6520                     "name": "Owen Barton",
6521                     "email": "drupal@owenbarton.com"
6522                 },
6523                 {
6524                     "name": "Greg Anderson",
6525                     "email": "greg.1.anderson@greenknowe.org"
6526                 },
6527                 {
6528                     "name": "Jonathan Araña Cruz",
6529                     "email": "jonhattan@faita.net"
6530                 },
6531                 {
6532                     "name": "Jonathan Hedstrom",
6533                     "email": "jhedstrom@gmail.com"
6534                 },
6535                 {
6536                     "name": "Christopher Gervais",
6537                     "email": "chris@ergonlogic.com"
6538                 },
6539                 {
6540                     "name": "Dave Reid",
6541                     "email": "dave@davereid.net"
6542                 },
6543                 {
6544                     "name": "Damian Lee",
6545                     "email": "damiankloip@googlemail.com"
6546                 }
6547             ],
6548             "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.",
6549             "homepage": "http://www.drush.org",
6550             "time": "2018-10-17T18:37:53+00:00"
6551         },
6552         {
6553             "name": "easyrdf/easyrdf",
6554             "version": "0.9.1",
6555             "source": {
6556                 "type": "git",
6557                 "url": "https://github.com/easyrdf/easyrdf.git",
6558                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
6559             },
6560             "dist": {
6561                 "type": "zip",
6562                 "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
6563                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
6564                 "shasum": ""
6565             },
6566             "require": {
6567                 "ext-mbstring": "*",
6568                 "ext-pcre": "*",
6569                 "php": ">=5.2.8"
6570             },
6571             "require-dev": {
6572                 "phpunit/phpunit": "~3.5",
6573                 "sami/sami": "~1.4",
6574                 "squizlabs/php_codesniffer": "~1.4.3"
6575             },
6576             "suggest": {
6577                 "ml/json-ld": "~1.0"
6578             },
6579             "type": "library",
6580             "autoload": {
6581                 "psr-0": {
6582                     "EasyRdf_": "lib/"
6583                 }
6584             },
6585             "notification-url": "https://packagist.org/downloads/",
6586             "license": [
6587                 "BSD-3-Clause"
6588             ],
6589             "authors": [
6590                 {
6591                     "name": "Nicholas Humfrey",
6592                     "email": "njh@aelius.com",
6593                     "homepage": "http://www.aelius.com/njh/",
6594                     "role": "Developer"
6595                 },
6596                 {
6597                     "name": "Alexey Zakhlestin",
6598                     "email": "indeyets@gmail.com",
6599                     "role": "Developer"
6600                 }
6601             ],
6602             "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
6603             "homepage": "http://www.easyrdf.org/",
6604             "keywords": [
6605                 "Linked Data",
6606                 "RDF",
6607                 "Semantic Web",
6608                 "Turtle",
6609                 "rdfa",
6610                 "sparql"
6611             ],
6612             "time": "2015-02-27T09:45:49+00:00"
6613         },
6614         {
6615             "name": "egulias/email-validator",
6616             "version": "1.2.15",
6617             "source": {
6618                 "type": "git",
6619                 "url": "https://github.com/egulias/EmailValidator.git",
6620                 "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e"
6621             },
6622             "dist": {
6623                 "type": "zip",
6624                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/758a77525bdaabd6c0f5669176bd4361cb2dda9e",
6625                 "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e",
6626                 "shasum": ""
6627             },
6628             "require": {
6629                 "doctrine/lexer": "^1.0.1",
6630                 "php": ">= 5.3.3"
6631             },
6632             "require-dev": {
6633                 "phpunit/phpunit": "^4.8.24"
6634             },
6635             "type": "library",
6636             "extra": {
6637                 "branch-alias": {
6638                     "dev-master": "2.0.x-dev"
6639                 }
6640             },
6641             "autoload": {
6642                 "psr-0": {
6643                     "Egulias\\": "src/"
6644                 }
6645             },
6646             "notification-url": "https://packagist.org/downloads/",
6647             "license": [
6648                 "MIT"
6649             ],
6650             "authors": [
6651                 {
6652                     "name": "Eduardo Gulias Davis"
6653                 }
6654             ],
6655             "description": "A library for validating emails",
6656             "homepage": "https://github.com/egulias/EmailValidator",
6657             "keywords": [
6658                 "email",
6659                 "emailvalidation",
6660                 "emailvalidator",
6661                 "validation",
6662                 "validator"
6663             ],
6664             "time": "2018-09-25T20:59:41+00:00"
6665         },
6666         {
6667             "name": "enyo/dropzone",
6668             "version": "v4.3.0",
6669             "source": {
6670                 "type": "git",
6671                 "url": "https://github.com/enyo/dropzone.git",
6672                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
6673             },
6674             "dist": {
6675                 "type": "zip",
6676                 "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6677                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6678                 "shasum": ""
6679             },
6680             "type": "library",
6681             "notification-url": "https://packagist.org/downloads/",
6682             "license": [
6683                 "MIT"
6684             ],
6685             "authors": [
6686                 {
6687                     "name": "Matias Meno",
6688                     "email": "m@tias.me",
6689                     "homepage": "http://www.matiasmeno.com"
6690                 }
6691             ],
6692             "description": "Handles drag and drop of files for you.",
6693             "homepage": "http://www.dropzonejs.com",
6694             "keywords": [
6695                 "drag and drop",
6696                 "dragndrop",
6697                 "file upload",
6698                 "upload"
6699             ],
6700             "time": "2016-02-14T04:19:41+00:00"
6701         },
6702         {
6703             "name": "ezyang/htmlpurifier",
6704             "version": "v4.10.0",
6705             "source": {
6706                 "type": "git",
6707                 "url": "https://github.com/ezyang/htmlpurifier.git",
6708                 "reference": "d85d39da4576a6934b72480be6978fb10c860021"
6709             },
6710             "dist": {
6711                 "type": "zip",
6712                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
6713                 "reference": "d85d39da4576a6934b72480be6978fb10c860021",
6714                 "shasum": ""
6715             },
6716             "require": {
6717                 "php": ">=5.2"
6718             },
6719             "require-dev": {
6720                 "simpletest/simpletest": "^1.1"
6721             },
6722             "type": "library",
6723             "autoload": {
6724                 "psr-0": {
6725                     "HTMLPurifier": "library/"
6726                 },
6727                 "files": [
6728                     "library/HTMLPurifier.composer.php"
6729                 ]
6730             },
6731             "notification-url": "https://packagist.org/downloads/",
6732             "license": [
6733                 "LGPL"
6734             ],
6735             "authors": [
6736                 {
6737                     "name": "Edward Z. Yang",
6738                     "email": "admin@htmlpurifier.org",
6739                     "homepage": "http://ezyang.com"
6740                 }
6741             ],
6742             "description": "Standards compliant HTML filter written in PHP",
6743             "homepage": "http://htmlpurifier.org/",
6744             "keywords": [
6745                 "html"
6746             ],
6747             "time": "2018-02-23T01:58:20+00:00"
6748         },
6749         {
6750             "name": "g1a/composer-test-scenarios",
6751             "version": "2.2.0",
6752             "source": {
6753                 "type": "git",
6754                 "url": "https://github.com/g1a/composer-test-scenarios.git",
6755                 "reference": "a166fd15191aceab89f30c097e694b7cf3db4880"
6756             },
6757             "dist": {
6758                 "type": "zip",
6759                 "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/a166fd15191aceab89f30c097e694b7cf3db4880",
6760                 "reference": "a166fd15191aceab89f30c097e694b7cf3db4880",
6761                 "shasum": ""
6762             },
6763             "bin": [
6764                 "scripts/create-scenario",
6765                 "scripts/dependency-licenses",
6766                 "scripts/install-scenario"
6767             ],
6768             "type": "library",
6769             "notification-url": "https://packagist.org/downloads/",
6770             "license": [
6771                 "MIT"
6772             ],
6773             "authors": [
6774                 {
6775                     "name": "Greg Anderson",
6776                     "email": "greg.1.anderson@greenknowe.org"
6777                 }
6778             ],
6779             "description": "Useful scripts for testing multiple sets of Composer dependencies.",
6780             "time": "2018-08-08T23:37:23+00:00"
6781         },
6782         {
6783             "name": "geedmo/yamm3",
6784             "version": "1.1.0",
6785             "source": {
6786                 "type": "git",
6787                 "url": "https://github.com/geedmo/yamm3.git",
6788                 "reference": "5aa11451340187cce1bc195a4437937b19535508"
6789             },
6790             "dist": {
6791                 "type": "zip",
6792                 "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
6793                 "reference": "5aa11451340187cce1bc195a4437937b19535508",
6794                 "shasum": ""
6795             },
6796             "type": "library",
6797             "notification-url": "https://packagist.org/downloads/",
6798             "license": [
6799                 "MIT"
6800             ],
6801             "authors": [
6802                 {
6803                     "name": "German Morales",
6804                     "email": "geedmo.ds@gmail.com",
6805                     "homepage": "http://geedmo.com"
6806                 }
6807             ],
6808             "description": "Yet another megamenu for Bootstrap 3.x",
6809             "homepage": "http://geedmo.github.io/yamm3/",
6810             "keywords": [
6811                 "bootstrap",
6812                 "megadropdown",
6813                 "megamenu"
6814             ],
6815             "time": "2015-04-04T12:59:29+00:00"
6816         },
6817         {
6818             "name": "grasmash/expander",
6819             "version": "1.0.0",
6820             "source": {
6821                 "type": "git",
6822                 "url": "https://github.com/grasmash/expander.git",
6823                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
6824             },
6825             "dist": {
6826                 "type": "zip",
6827                 "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
6828                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
6829                 "shasum": ""
6830             },
6831             "require": {
6832                 "dflydev/dot-access-data": "^1.1.0",
6833                 "php": ">=5.4"
6834             },
6835             "require-dev": {
6836                 "greg-1-anderson/composer-test-scenarios": "^1",
6837                 "phpunit/phpunit": "^4|^5.5.4",
6838                 "satooshi/php-coveralls": "^1.0.2|dev-master",
6839                 "squizlabs/php_codesniffer": "^2.7"
6840             },
6841             "type": "library",
6842             "extra": {
6843                 "branch-alias": {
6844                     "dev-master": "1.x-dev"
6845                 }
6846             },
6847             "autoload": {
6848                 "psr-4": {
6849                     "Grasmash\\Expander\\": "src/"
6850                 }
6851             },
6852             "notification-url": "https://packagist.org/downloads/",
6853             "license": [
6854                 "MIT"
6855             ],
6856             "authors": [
6857                 {
6858                     "name": "Matthew Grasmick"
6859                 }
6860             ],
6861             "description": "Expands internal property references in PHP arrays file.",
6862             "time": "2017-12-21T22:14:55+00:00"
6863         },
6864         {
6865             "name": "grasmash/yaml-expander",
6866             "version": "1.4.0",
6867             "source": {
6868                 "type": "git",
6869                 "url": "https://github.com/grasmash/yaml-expander.git",
6870                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
6871             },
6872             "dist": {
6873                 "type": "zip",
6874                 "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
6875                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
6876                 "shasum": ""
6877             },
6878             "require": {
6879                 "dflydev/dot-access-data": "^1.1.0",
6880                 "php": ">=5.4",
6881                 "symfony/yaml": "^2.8.11|^3|^4"
6882             },
6883             "require-dev": {
6884                 "greg-1-anderson/composer-test-scenarios": "^1",
6885                 "phpunit/phpunit": "^4.8|^5.5.4",
6886                 "satooshi/php-coveralls": "^1.0.2|dev-master",
6887                 "squizlabs/php_codesniffer": "^2.7"
6888             },
6889             "type": "library",
6890             "extra": {
6891                 "branch-alias": {
6892                     "dev-master": "1.x-dev"
6893                 }
6894             },
6895             "autoload": {
6896                 "psr-4": {
6897                     "Grasmash\\YamlExpander\\": "src/"
6898                 }
6899             },
6900             "notification-url": "https://packagist.org/downloads/",
6901             "license": [
6902                 "MIT"
6903             ],
6904             "authors": [
6905                 {
6906                     "name": "Matthew Grasmick"
6907                 }
6908             ],
6909             "description": "Expands internal property references in a yaml file.",
6910             "time": "2017-12-16T16:06:03+00:00"
6911         },
6912         {
6913             "name": "grom358/pharborist",
6914             "version": "dev-master",
6915             "source": {
6916                 "type": "git",
6917                 "url": "git@github.com:grom358/pharborist.git",
6918                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
6919             },
6920             "dist": {
6921                 "type": "zip",
6922                 "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
6923                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
6924                 "shasum": ""
6925             },
6926             "require": {
6927                 "php": ">=5.4",
6928                 "phpdocumentor/reflection-docblock": "2.0.*"
6929             },
6930             "require-dev": {
6931                 "apigen/apigen": "2.8.*",
6932                 "phpunit/phpunit": "4.2.*"
6933             },
6934             "type": "library",
6935             "autoload": {
6936                 "psr-4": {
6937                     "Pharborist\\": "src/"
6938                 }
6939             },
6940             "notification-url": "https://packagist.org/downloads/",
6941             "license": [
6942                 "GPL"
6943             ],
6944             "authors": [
6945                 {
6946                     "name": "Cameron Zemek",
6947                     "role": "lead"
6948                 }
6949             ],
6950             "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
6951             "keywords": [
6952                 "standards",
6953                 "syntax"
6954             ],
6955             "time": "2015-09-20T22:14:29+00:00"
6956         },
6957         {
6958             "name": "guzzlehttp/guzzle",
6959             "version": "6.3.3",
6960             "source": {
6961                 "type": "git",
6962                 "url": "https://github.com/guzzle/guzzle.git",
6963                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
6964             },
6965             "dist": {
6966                 "type": "zip",
6967                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
6968                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
6969                 "shasum": ""
6970             },
6971             "require": {
6972                 "guzzlehttp/promises": "^1.0",
6973                 "guzzlehttp/psr7": "^1.4",
6974                 "php": ">=5.5"
6975             },
6976             "require-dev": {
6977                 "ext-curl": "*",
6978                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
6979                 "psr/log": "^1.0"
6980             },
6981             "suggest": {
6982                 "psr/log": "Required for using the Log middleware"
6983             },
6984             "type": "library",
6985             "extra": {
6986                 "branch-alias": {
6987                     "dev-master": "6.3-dev"
6988                 }
6989             },
6990             "autoload": {
6991                 "files": [
6992                     "src/functions_include.php"
6993                 ],
6994                 "psr-4": {
6995                     "GuzzleHttp\\": "src/"
6996                 }
6997             },
6998             "notification-url": "https://packagist.org/downloads/",
6999             "license": [
7000                 "MIT"
7001             ],
7002             "authors": [
7003                 {
7004                     "name": "Michael Dowling",
7005                     "email": "mtdowling@gmail.com",
7006                     "homepage": "https://github.com/mtdowling"
7007                 }
7008             ],
7009             "description": "Guzzle is a PHP HTTP client library",
7010             "homepage": "http://guzzlephp.org/",
7011             "keywords": [
7012                 "client",
7013                 "curl",
7014                 "framework",
7015                 "http",
7016                 "http client",
7017                 "rest",
7018                 "web service"
7019             ],
7020             "time": "2018-04-22T15:46:56+00:00"
7021         },
7022         {
7023             "name": "guzzlehttp/promises",
7024             "version": "v1.3.1",
7025             "source": {
7026                 "type": "git",
7027                 "url": "https://github.com/guzzle/promises.git",
7028                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
7029             },
7030             "dist": {
7031                 "type": "zip",
7032                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7033                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7034                 "shasum": ""
7035             },
7036             "require": {
7037                 "php": ">=5.5.0"
7038             },
7039             "require-dev": {
7040                 "phpunit/phpunit": "^4.0"
7041             },
7042             "type": "library",
7043             "extra": {
7044                 "branch-alias": {
7045                     "dev-master": "1.4-dev"
7046                 }
7047             },
7048             "autoload": {
7049                 "psr-4": {
7050                     "GuzzleHttp\\Promise\\": "src/"
7051                 },
7052                 "files": [
7053                     "src/functions_include.php"
7054                 ]
7055             },
7056             "notification-url": "https://packagist.org/downloads/",
7057             "license": [
7058                 "MIT"
7059             ],
7060             "authors": [
7061                 {
7062                     "name": "Michael Dowling",
7063                     "email": "mtdowling@gmail.com",
7064                     "homepage": "https://github.com/mtdowling"
7065                 }
7066             ],
7067             "description": "Guzzle promises library",
7068             "keywords": [
7069                 "promise"
7070             ],
7071             "time": "2016-12-20T10:07:11+00:00"
7072         },
7073         {
7074             "name": "guzzlehttp/psr7",
7075             "version": "1.4.2",
7076             "source": {
7077                 "type": "git",
7078                 "url": "https://github.com/guzzle/psr7.git",
7079                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
7080             },
7081             "dist": {
7082                 "type": "zip",
7083                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7084                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7085                 "shasum": ""
7086             },
7087             "require": {
7088                 "php": ">=5.4.0",
7089                 "psr/http-message": "~1.0"
7090             },
7091             "provide": {
7092                 "psr/http-message-implementation": "1.0"
7093             },
7094             "require-dev": {
7095                 "phpunit/phpunit": "~4.0"
7096             },
7097             "type": "library",
7098             "extra": {
7099                 "branch-alias": {
7100                     "dev-master": "1.4-dev"
7101                 }
7102             },
7103             "autoload": {
7104                 "psr-4": {
7105                     "GuzzleHttp\\Psr7\\": "src/"
7106                 },
7107                 "files": [
7108                     "src/functions_include.php"
7109                 ]
7110             },
7111             "notification-url": "https://packagist.org/downloads/",
7112             "license": [
7113                 "MIT"
7114             ],
7115             "authors": [
7116                 {
7117                     "name": "Michael Dowling",
7118                     "email": "mtdowling@gmail.com",
7119                     "homepage": "https://github.com/mtdowling"
7120                 },
7121                 {
7122                     "name": "Tobias Schultze",
7123                     "homepage": "https://github.com/Tobion"
7124                 }
7125             ],
7126             "description": "PSR-7 message implementation that also provides common utility methods",
7127             "keywords": [
7128                 "http",
7129                 "message",
7130                 "request",
7131                 "response",
7132                 "stream",
7133                 "uri",
7134                 "url"
7135             ],
7136             "time": "2017-03-20T17:10:46+00:00"
7137         },
7138         {
7139             "name": "j7mbo/twitter-api-php",
7140             "version": "1.0.6",
7141             "source": {
7142                 "type": "git",
7143                 "url": "https://github.com/J7mbo/twitter-api-php.git",
7144                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
7145             },
7146             "dist": {
7147                 "type": "zip",
7148                 "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7149                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7150                 "shasum": ""
7151             },
7152             "require": {
7153                 "ext-curl": "*"
7154             },
7155             "require-dev": {
7156                 "phpunit/phpunit": "~4.5,>=4.5.1"
7157             },
7158             "type": "library",
7159             "extra": {
7160                 "branch-alias": {
7161                     "dev-master": "1.0-dev"
7162                 }
7163             },
7164             "autoload": {
7165                 "classmap": [
7166                     "TwitterAPIExchange.php"
7167                 ]
7168             },
7169             "notification-url": "https://packagist.org/downloads/",
7170             "license": [
7171                 "GNU Public License"
7172             ],
7173             "authors": [
7174                 {
7175                     "name": "James Mallison",
7176                     "homepage": "https://github.com/j7mbo/twitter-api-php"
7177                 }
7178             ],
7179             "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
7180             "homepage": "https://github.com/j7mbo/twitter-api-php",
7181             "keywords": [
7182                 "api",
7183                 "php",
7184                 "twitter"
7185             ],
7186             "time": "2017-05-08T12:10:56+00:00"
7187         },
7188         {
7189             "name": "jakub-onderka/php-console-color",
7190             "version": "v0.2",
7191             "source": {
7192                 "type": "git",
7193                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
7194                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
7195             },
7196             "dist": {
7197                 "type": "zip",
7198                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
7199                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
7200                 "shasum": ""
7201             },
7202             "require": {
7203                 "php": ">=5.4.0"
7204             },
7205             "require-dev": {
7206                 "jakub-onderka/php-code-style": "1.0",
7207                 "jakub-onderka/php-parallel-lint": "1.0",
7208                 "jakub-onderka/php-var-dump-check": "0.*",
7209                 "phpunit/phpunit": "~4.3",
7210                 "squizlabs/php_codesniffer": "1.*"
7211             },
7212             "type": "library",
7213             "autoload": {
7214                 "psr-4": {
7215                     "JakubOnderka\\PhpConsoleColor\\": "src/"
7216                 }
7217             },
7218             "notification-url": "https://packagist.org/downloads/",
7219             "license": [
7220                 "BSD-2-Clause"
7221             ],
7222             "authors": [
7223                 {
7224                     "name": "Jakub Onderka",
7225                     "email": "jakub.onderka@gmail.com"
7226                 }
7227             ],
7228             "abandoned": "php-parallel-lint/php-console-color",
7229             "time": "2018-09-29T17:23:10+00:00"
7230         },
7231         {
7232             "name": "jakub-onderka/php-console-highlighter",
7233             "version": "v0.4",
7234             "source": {
7235                 "type": "git",
7236                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
7237                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
7238             },
7239             "dist": {
7240                 "type": "zip",
7241                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
7242                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
7243                 "shasum": ""
7244             },
7245             "require": {
7246                 "ext-tokenizer": "*",
7247                 "jakub-onderka/php-console-color": "~0.2",
7248                 "php": ">=5.4.0"
7249             },
7250             "require-dev": {
7251                 "jakub-onderka/php-code-style": "~1.0",
7252                 "jakub-onderka/php-parallel-lint": "~1.0",
7253                 "jakub-onderka/php-var-dump-check": "~0.1",
7254                 "phpunit/phpunit": "~4.0",
7255                 "squizlabs/php_codesniffer": "~1.5"
7256             },
7257             "type": "library",
7258             "autoload": {
7259                 "psr-4": {
7260                     "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
7261                 }
7262             },
7263             "notification-url": "https://packagist.org/downloads/",
7264             "license": [
7265                 "MIT"
7266             ],
7267             "authors": [
7268                 {
7269                     "name": "Jakub Onderka",
7270                     "email": "acci@acci.cz",
7271                     "homepage": "http://www.acci.cz/"
7272                 }
7273             ],
7274             "description": "Highlight PHP code in terminal",
7275             "abandoned": "php-parallel-lint/php-console-highlighter",
7276             "time": "2018-09-29T18:48:56+00:00"
7277         },
7278         {
7279             "name": "league/container",
7280             "version": "2.4.1",
7281             "source": {
7282                 "type": "git",
7283                 "url": "https://github.com/thephpleague/container.git",
7284                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
7285             },
7286             "dist": {
7287                 "type": "zip",
7288                 "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
7289                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
7290                 "shasum": ""
7291             },
7292             "require": {
7293                 "container-interop/container-interop": "^1.2",
7294                 "php": "^5.4.0 || ^7.0"
7295             },
7296             "provide": {
7297                 "container-interop/container-interop-implementation": "^1.2",
7298                 "psr/container-implementation": "^1.0"
7299             },
7300             "replace": {
7301                 "orno/di": "~2.0"
7302             },
7303             "require-dev": {
7304                 "phpunit/phpunit": "4.*"
7305             },
7306             "type": "library",
7307             "extra": {
7308                 "branch-alias": {
7309                     "dev-2.x": "2.x-dev",
7310                     "dev-1.x": "1.x-dev"
7311                 }
7312             },
7313             "autoload": {
7314                 "psr-4": {
7315                     "League\\Container\\": "src"
7316                 }
7317             },
7318             "notification-url": "https://packagist.org/downloads/",
7319             "license": [
7320                 "MIT"
7321             ],
7322             "authors": [
7323                 {
7324                     "name": "Phil Bennett",
7325                     "email": "philipobenito@gmail.com",
7326                     "homepage": "http://www.philipobenito.com",
7327                     "role": "Developer"
7328                 }
7329             ],
7330             "description": "A fast and intuitive dependency injection container.",
7331             "homepage": "https://github.com/thephpleague/container",
7332             "keywords": [
7333                 "container",
7334                 "dependency",
7335                 "di",
7336                 "injection",
7337                 "league",
7338                 "provider",
7339                 "service"
7340             ],
7341             "time": "2017-05-10T09:20:27+00:00"
7342         },
7343         {
7344             "name": "lsolesen/pel",
7345             "version": "0.9.6",
7346             "source": {
7347                 "type": "git",
7348                 "url": "https://github.com/lsolesen/pel.git",
7349                 "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23"
7350             },
7351             "dist": {
7352                 "type": "zip",
7353                 "url": "https://api.github.com/repos/lsolesen/pel/zipball/c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
7354                 "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
7355                 "shasum": ""
7356             },
7357             "require": {
7358                 "php": ">=5.0.0"
7359             },
7360             "require-dev": {
7361                 "ext-gd": "*",
7362                 "phpunit/phpunit": "5.7.*",
7363                 "satooshi/php-coveralls": "1.0.*",
7364                 "squizlabs/php_codesniffer": "3.0.0RC3"
7365             },
7366             "type": "library",
7367             "autoload": {
7368                 "psr-4": {
7369                     "lsolesen\\pel\\": "src/"
7370                 }
7371             },
7372             "notification-url": "https://packagist.org/downloads/",
7373             "license": [
7374                 "GPL-2.0"
7375             ],
7376             "authors": [
7377                 {
7378                     "name": "Lars Olesen",
7379                     "email": "lars@intraface.dk",
7380                     "homepage": "http://intraface.dk",
7381                     "role": "Developer"
7382                 },
7383                 {
7384                     "name": "Martin Geisler",
7385                     "email": "martin@geisler.net",
7386                     "homepage": "http://geisler.net",
7387                     "role": "Developer"
7388                 }
7389             ],
7390             "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.",
7391             "homepage": "http://lsolesen.github.com/pel/",
7392             "keywords": [
7393                 "exif",
7394                 "image"
7395             ],
7396             "time": "2017-02-03T11:58:58+00:00"
7397         },
7398         {
7399             "name": "masterminds/html5",
7400             "version": "2.3.1",
7401             "source": {
7402                 "type": "git",
7403                 "url": "https://github.com/Masterminds/html5-php.git",
7404                 "reference": "33f8d475d28741398be26cdff7a10a63003324a3"
7405             },
7406             "dist": {
7407                 "type": "zip",
7408                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/33f8d475d28741398be26cdff7a10a63003324a3",
7409                 "reference": "33f8d475d28741398be26cdff7a10a63003324a3",
7410                 "shasum": ""
7411             },
7412             "require": {
7413                 "ext-libxml": "*",
7414                 "php": ">=5.3.0"
7415             },
7416             "require-dev": {
7417                 "phpunit/phpunit": "4.*",
7418                 "sami/sami": "~2.0",
7419                 "satooshi/php-coveralls": "1.0.*"
7420             },
7421             "type": "library",
7422             "extra": {
7423                 "branch-alias": {
7424                     "dev-master": "2.2-dev"
7425                 }
7426             },
7427             "autoload": {
7428                 "psr-4": {
7429                     "Masterminds\\": "src"
7430                 }
7431             },
7432             "notification-url": "https://packagist.org/downloads/",
7433             "license": [
7434                 "MIT"
7435             ],
7436             "authors": [
7437                 {
7438                     "name": "Matt Butcher",
7439                     "email": "technosophos@gmail.com"
7440                 },
7441                 {
7442                     "name": "Asmir Mustafic",
7443                     "email": "goetas@gmail.com"
7444                 },
7445                 {
7446                     "name": "Matt Farina",
7447                     "email": "matt@mattfarina.com"
7448                 }
7449             ],
7450             "description": "An HTML5 parser and serializer.",
7451             "homepage": "http://masterminds.github.io/html5-php",
7452             "keywords": [
7453                 "HTML5",
7454                 "dom",
7455                 "html",
7456                 "parser",
7457                 "querypath",
7458                 "serializer",
7459                 "xml"
7460             ],
7461             "time": "2018-10-22T16:58:34+00:00"
7462         },
7463         {
7464             "name": "mehrpadin/superfish",
7465             "version": "2.1",
7466             "source": {
7467                 "type": "git",
7468                 "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
7469                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
7470             },
7471             "dist": {
7472                 "type": "zip",
7473                 "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7474                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7475                 "shasum": ""
7476             },
7477             "type": "drupal-library",
7478             "notification-url": "https://packagist.org/downloads/",
7479             "license": [
7480                 "MIT"
7481             ],
7482             "description": "Superfish library for the Drupal Superfish module.",
7483             "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
7484             "keywords": [
7485                 "jquery",
7486                 "plugin"
7487             ],
7488             "time": "2017-05-30T13:00:18+00:00"
7489         },
7490         {
7491             "name": "michelf/php-markdown",
7492             "version": "1.8.0",
7493             "source": {
7494                 "type": "git",
7495                 "url": "https://github.com/michelf/php-markdown.git",
7496                 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
7497             },
7498             "dist": {
7499                 "type": "zip",
7500                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
7501                 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
7502                 "shasum": ""
7503             },
7504             "require": {
7505                 "php": ">=5.3.0"
7506             },
7507             "type": "library",
7508             "autoload": {
7509                 "psr-4": {
7510                     "Michelf\\": "Michelf/"
7511                 }
7512             },
7513             "notification-url": "https://packagist.org/downloads/",
7514             "license": [
7515                 "BSD-3-Clause"
7516             ],
7517             "authors": [
7518                 {
7519                     "name": "Michel Fortin",
7520                     "email": "michel.fortin@michelf.ca",
7521                     "homepage": "https://michelf.ca/",
7522                     "role": "Developer"
7523                 },
7524                 {
7525                     "name": "John Gruber",
7526                     "homepage": "https://daringfireball.net/"
7527                 }
7528             ],
7529             "description": "PHP Markdown",
7530             "homepage": "https://michelf.ca/projects/php-markdown/",
7531             "keywords": [
7532                 "markdown"
7533             ],
7534             "time": "2018-01-15T00:49:33+00:00"
7535         },
7536         {
7537             "name": "mkalkbrenner/php-htmldiff-advanced",
7538             "version": "0.0.8",
7539             "source": {
7540                 "type": "git",
7541                 "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
7542                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
7543             },
7544             "dist": {
7545                 "type": "zip",
7546                 "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7547                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7548                 "shasum": ""
7549             },
7550             "require": {
7551                 "caxy/php-htmldiff": ">=0.0.6",
7552                 "php": ">=5.5.0"
7553             },
7554             "type": "library",
7555             "autoload": {
7556                 "files": [
7557                     "src/HtmlDiffAdvancedInterface.php",
7558                     "src/HtmlDiffAdvanced.php"
7559                 ]
7560             },
7561             "notification-url": "https://packagist.org/downloads/",
7562             "license": [
7563                 "GNU General Public License V2"
7564             ],
7565             "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
7566             "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
7567             "keywords": [
7568                 "diff",
7569                 "html"
7570             ],
7571             "time": "2016-07-25T17:07:32+00:00"
7572         },
7573         {
7574             "name": "nikic/php-parser",
7575             "version": "v4.1.0",
7576             "source": {
7577                 "type": "git",
7578                 "url": "https://github.com/nikic/PHP-Parser.git",
7579                 "reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
7580             },
7581             "dist": {
7582                 "type": "zip",
7583                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
7584                 "reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
7585                 "shasum": ""
7586             },
7587             "require": {
7588                 "ext-tokenizer": "*",
7589                 "php": ">=7.0"
7590             },
7591             "require-dev": {
7592                 "phpunit/phpunit": "^6.5 || ^7.0"
7593             },
7594             "bin": [
7595                 "bin/php-parse"
7596             ],
7597             "type": "library",
7598             "extra": {
7599                 "branch-alias": {
7600                     "dev-master": "4.1-dev"
7601                 }
7602             },
7603             "autoload": {
7604                 "psr-4": {
7605                     "PhpParser\\": "lib/PhpParser"
7606                 }
7607             },
7608             "notification-url": "https://packagist.org/downloads/",
7609             "license": [
7610                 "BSD-3-Clause"
7611             ],
7612             "authors": [
7613                 {
7614                     "name": "Nikita Popov"
7615                 }
7616             ],
7617             "description": "A PHP parser written in PHP",
7618             "keywords": [
7619                 "parser",
7620                 "php"
7621             ],
7622             "time": "2018-10-10T09:24:14+00:00"
7623         },
7624         {
7625             "name": "paragonie/random_compat",
7626             "version": "v2.0.17",
7627             "source": {
7628                 "type": "git",
7629                 "url": "https://github.com/paragonie/random_compat.git",
7630                 "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
7631             },
7632             "dist": {
7633                 "type": "zip",
7634                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
7635                 "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
7636                 "shasum": ""
7637             },
7638             "require": {
7639                 "php": ">=5.2.0"
7640             },
7641             "require-dev": {
7642                 "phpunit/phpunit": "4.*|5.*"
7643             },
7644             "suggest": {
7645                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
7646             },
7647             "type": "library",
7648             "autoload": {
7649                 "files": [
7650                     "lib/random.php"
7651                 ]
7652             },
7653             "notification-url": "https://packagist.org/downloads/",
7654             "license": [
7655                 "MIT"
7656             ],
7657             "authors": [
7658                 {
7659                     "name": "Paragon Initiative Enterprises",
7660                     "email": "security@paragonie.com",
7661                     "homepage": "https://paragonie.com"
7662                 }
7663             ],
7664             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
7665             "keywords": [
7666                 "csprng",
7667                 "polyfill",
7668                 "pseudorandom",
7669                 "random"
7670             ],
7671             "time": "2018-07-04T16:31:37+00:00"
7672         },
7673         {
7674             "name": "phenx/php-font-lib",
7675             "version": "0.5",
7676             "source": {
7677                 "type": "git",
7678                 "url": "https://github.com/PhenX/php-font-lib.git",
7679                 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
7680             },
7681             "dist": {
7682                 "type": "zip",
7683                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
7684                 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
7685                 "shasum": ""
7686             },
7687             "require-dev": {
7688                 "phpunit/phpunit": "^4.8"
7689             },
7690             "type": "library",
7691             "autoload": {
7692                 "psr-4": {
7693                     "FontLib\\": "src/FontLib"
7694                 }
7695             },
7696             "notification-url": "https://packagist.org/downloads/",
7697             "license": [
7698                 "LGPL-3.0"
7699             ],
7700             "authors": [
7701                 {
7702                     "name": "Fabien Ménager",
7703                     "email": "fabien.menager@gmail.com"
7704                 }
7705             ],
7706             "description": "A library to read, parse, export and make subsets of different types of font files.",
7707             "homepage": "https://github.com/PhenX/php-font-lib",
7708             "time": "2017-02-11T10:58:43+00:00"
7709         },
7710         {
7711             "name": "phpdocumentor/reflection-docblock",
7712             "version": "2.0.5",
7713             "source": {
7714                 "type": "git",
7715                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
7716                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
7717             },
7718             "dist": {
7719                 "type": "zip",
7720                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7721                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7722                 "shasum": ""
7723             },
7724             "require": {
7725                 "php": ">=5.3.3"
7726             },
7727             "require-dev": {
7728                 "phpunit/phpunit": "~4.0"
7729             },
7730             "suggest": {
7731                 "dflydev/markdown": "~1.0",
7732                 "erusev/parsedown": "~1.0"
7733             },
7734             "type": "library",
7735             "extra": {
7736                 "branch-alias": {
7737                     "dev-master": "2.0.x-dev"
7738                 }
7739             },
7740             "autoload": {
7741                 "psr-0": {
7742                     "phpDocumentor": [
7743                         "src/"
7744                     ]
7745                 }
7746             },
7747             "notification-url": "https://packagist.org/downloads/",
7748             "license": [
7749                 "MIT"
7750             ],
7751             "authors": [
7752                 {
7753                     "name": "Mike van Riel",
7754                     "email": "mike.vanriel@naenius.com"
7755                 }
7756             ],
7757             "time": "2016-01-25T08:17:30+00:00"
7758         },
7759         {
7760             "name": "psr/container",
7761             "version": "1.0.0",
7762             "source": {
7763                 "type": "git",
7764                 "url": "https://github.com/php-fig/container.git",
7765                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
7766             },
7767             "dist": {
7768                 "type": "zip",
7769                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7770                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7771                 "shasum": ""
7772             },
7773             "require": {
7774                 "php": ">=5.3.0"
7775             },
7776             "type": "library",
7777             "extra": {
7778                 "branch-alias": {
7779                     "dev-master": "1.0.x-dev"
7780                 }
7781             },
7782             "autoload": {
7783                 "psr-4": {
7784                     "Psr\\Container\\": "src/"
7785                 }
7786             },
7787             "notification-url": "https://packagist.org/downloads/",
7788             "license": [
7789                 "MIT"
7790             ],
7791             "authors": [
7792                 {
7793                     "name": "PHP-FIG",
7794                     "homepage": "http://www.php-fig.org/"
7795                 }
7796             ],
7797             "description": "Common Container Interface (PHP FIG PSR-11)",
7798             "homepage": "https://github.com/php-fig/container",
7799             "keywords": [
7800                 "PSR-11",
7801                 "container",
7802                 "container-interface",
7803                 "container-interop",
7804                 "psr"
7805             ],
7806             "time": "2017-02-14T16:28:37+00:00"
7807         },
7808         {
7809             "name": "psr/http-message",
7810             "version": "1.0.1",
7811             "source": {
7812                 "type": "git",
7813                 "url": "https://github.com/php-fig/http-message.git",
7814                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7815             },
7816             "dist": {
7817                 "type": "zip",
7818                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7819                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7820                 "shasum": ""
7821             },
7822             "require": {
7823                 "php": ">=5.3.0"
7824             },
7825             "type": "library",
7826             "extra": {
7827                 "branch-alias": {
7828                     "dev-master": "1.0.x-dev"
7829                 }
7830             },
7831             "autoload": {
7832                 "psr-4": {
7833                     "Psr\\Http\\Message\\": "src/"
7834                 }
7835             },
7836             "notification-url": "https://packagist.org/downloads/",
7837             "license": [
7838                 "MIT"
7839             ],
7840             "authors": [
7841                 {
7842                     "name": "PHP-FIG",
7843                     "homepage": "http://www.php-fig.org/"
7844                 }
7845             ],
7846             "description": "Common interface for HTTP messages",
7847             "homepage": "https://github.com/php-fig/http-message",
7848             "keywords": [
7849                 "http",
7850                 "http-message",
7851                 "psr",
7852                 "psr-7",
7853                 "request",
7854                 "response"
7855             ],
7856             "time": "2016-08-06T14:39:51+00:00"
7857         },
7858         {
7859             "name": "psr/log",
7860             "version": "1.0.2",
7861             "source": {
7862                 "type": "git",
7863                 "url": "https://github.com/php-fig/log.git",
7864                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
7865             },
7866             "dist": {
7867                 "type": "zip",
7868                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
7869                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
7870                 "shasum": ""
7871             },
7872             "require": {
7873                 "php": ">=5.3.0"
7874             },
7875             "type": "library",
7876             "extra": {
7877                 "branch-alias": {
7878                     "dev-master": "1.0.x-dev"
7879                 }
7880             },
7881             "autoload": {
7882                 "psr-4": {
7883                     "Psr\\Log\\": "Psr/Log/"
7884                 }
7885             },
7886             "notification-url": "https://packagist.org/downloads/",
7887             "license": [
7888                 "MIT"
7889             ],
7890             "authors": [
7891                 {
7892                     "name": "PHP-FIG",
7893                     "homepage": "http://www.php-fig.org/"
7894                 }
7895             ],
7896             "description": "Common interface for logging libraries",
7897             "homepage": "https://github.com/php-fig/log",
7898             "keywords": [
7899                 "log",
7900                 "psr",
7901                 "psr-3"
7902             ],
7903             "time": "2016-10-10T12:19:37+00:00"
7904         },
7905         {
7906             "name": "psy/psysh",
7907             "version": "v0.9.9",
7908             "source": {
7909                 "type": "git",
7910                 "url": "https://github.com/bobthecow/psysh.git",
7911                 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
7912             },
7913             "dist": {
7914                 "type": "zip",
7915                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
7916                 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
7917                 "shasum": ""
7918             },
7919             "require": {
7920                 "dnoegel/php-xdg-base-dir": "0.1",
7921                 "ext-json": "*",
7922                 "ext-tokenizer": "*",
7923                 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
7924                 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
7925                 "php": ">=5.4.0",
7926                 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
7927                 "symfony/var-dumper": "~2.7|~3.0|~4.0"
7928             },
7929             "require-dev": {
7930                 "bamarni/composer-bin-plugin": "^1.2",
7931                 "hoa/console": "~2.15|~3.16",
7932                 "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
7933             },
7934             "suggest": {
7935                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
7936                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
7937                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
7938                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
7939                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
7940             },
7941             "bin": [
7942                 "bin/psysh"
7943             ],
7944             "type": "library",
7945             "extra": {
7946                 "branch-alias": {
7947                     "dev-develop": "0.9.x-dev"
7948                 }
7949             },
7950             "autoload": {
7951                 "files": [
7952                     "src/functions.php"
7953                 ],
7954                 "psr-4": {
7955                     "Psy\\": "src/"
7956                 }
7957             },
7958             "notification-url": "https://packagist.org/downloads/",
7959             "license": [
7960                 "MIT"
7961             ],
7962             "authors": [
7963                 {
7964                     "name": "Justin Hileman",
7965                     "email": "justin@justinhileman.info",
7966                     "homepage": "http://justinhileman.com"
7967                 }
7968             ],
7969             "description": "An interactive shell for modern PHP.",
7970             "homepage": "http://psysh.org",
7971             "keywords": [
7972                 "REPL",
7973                 "console",
7974                 "interactive",
7975                 "shell"
7976             ],
7977             "time": "2018-10-13T15:16:03+00:00"
7978         },
7979         {
7980             "name": "roave/security-advisories",
7981             "version": "dev-master",
7982             "source": {
7983                 "type": "git",
7984                 "url": "https://github.com/Roave/SecurityAdvisories.git",
7985                 "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971"
7986             },
7987             "dist": {
7988                 "type": "zip",
7989                 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
7990                 "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
7991                 "shasum": ""
7992             },
7993             "conflict": {
7994                 "3f/pygmentize": "<1.2",
7995                 "adodb/adodb-php": "<5.20.12",
7996                 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
7997                 "amphp/artax": "<1.0.6|>=2,<2.0.6",
7998                 "amphp/http": "<1.0.1",
7999                 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
8000                 "aws/aws-sdk-php": ">=3,<3.2.1",
8001                 "brightlocal/phpwhois": "<=4.2.5",
8002                 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
8003                 "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",
8004                 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
8005                 "cartalyst/sentry": "<=2.1.6",
8006                 "codeigniter/framework": "<=3.0.6",
8007                 "composer/composer": "<=1.0.0-alpha11",
8008                 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
8009                 "contao/core": ">=2,<3.5.35",
8010                 "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
8011                 "contao/listing-bundle": ">=4,<4.4.8",
8012                 "contao/newsletter-bundle": ">=4,<4.1",
8013                 "david-garcia/phpwhois": "<=4.3.1",
8014                 "doctrine/annotations": ">=1,<1.2.7",
8015                 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
8016                 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
8017                 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
8018                 "doctrine/doctrine-bundle": "<1.5.2",
8019                 "doctrine/doctrine-module": "<=0.7.1",
8020                 "doctrine/mongodb-odm": ">=1,<1.0.2",
8021                 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
8022                 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
8023                 "dompdf/dompdf": ">=0.6,<0.6.2",
8024                 "drupal/core": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
8025                 "drupal/drupal": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
8026                 "erusev/parsedown": "<1.7",
8027                 "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",
8028                 "ezyang/htmlpurifier": "<4.1.1",
8029                 "firebase/php-jwt": "<2",
8030                 "fooman/tcpdf": "<6.2.22",
8031                 "fossar/tcpdf-parser": "<6.2.22",
8032                 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
8033                 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
8034                 "fuel/core": "<1.8.1",
8035                 "gree/jose": "<=2.2",
8036                 "gregwar/rst": "<1.0.3",
8037                 "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
8038                 "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",
8039                 "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",
8040                 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
8041                 "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",
8042                 "ivankristianto/phpwhois": "<=4.3",
8043                 "james-heinrich/getid3": "<1.9.9",
8044                 "joomla/session": "<1.3.1",
8045                 "jsmitty12/phpwhois": "<5.1",
8046                 "kazist/phpwhois": "<=4.2.6",
8047                 "kreait/firebase-php": ">=3.2,<3.8.1",
8048                 "la-haute-societe/tcpdf": "<6.2.22",
8049                 "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",
8050                 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
8051                 "magento/magento1ce": "<1.9.3.9",
8052                 "magento/magento1ee": ">=1.9,<1.14.3.2",
8053                 "magento/product-community-edition": ">=2,<2.2.6",
8054                 "monolog/monolog": ">=1.8,<1.12",
8055                 "namshi/jose": "<2.2",
8056                 "onelogin/php-saml": "<2.10.4",
8057                 "openid/php-openid": "<2.3",
8058                 "oro/crm": ">=1.7,<1.7.4",
8059                 "oro/platform": ">=1.7,<1.7.4",
8060                 "padraic/humbug_get_contents": "<1.1.2",
8061                 "pagarme/pagarme-php": ">=0,<3",
8062                 "paragonie/random_compat": "<2",
8063                 "paypal/merchant-sdk-php": "<3.12",
8064                 "phpmailer/phpmailer": ">=5,<5.2.24",
8065                 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
8066                 "phpwhois/phpwhois": "<=4.2.5",
8067                 "phpxmlrpc/extras": "<0.6.1",
8068                 "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
8069                 "propel/propel1": ">=1,<=1.7.1",
8070                 "pusher/pusher-php-server": "<2.2.1",
8071                 "robrichards/xmlseclibs": ">=1,<3.0.2",
8072                 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
8073                 "sensiolabs/connect": "<4.2.3",
8074                 "serluck/phpwhois": "<=4.2.6",
8075                 "shopware/shopware": "<5.3.7",
8076                 "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
8077                 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
8078                 "silverstripe/framework": ">=3,<3.3",
8079                 "silverstripe/userforms": "<3",
8080                 "simple-updates/phpwhois": "<=1",
8081                 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
8082                 "simplesamlphp/simplesamlphp": "<1.15.2",
8083                 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
8084                 "slim/slim": "<2.6",
8085                 "smarty/smarty": "<3.1.33",
8086                 "socalnick/scn-social-auth": "<1.15.2",
8087                 "spoonity/tcpdf": "<6.2.22",
8088                 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
8089                 "stormpath/sdk": ">=0,<9.9.99",
8090                 "swiftmailer/swiftmailer": ">=4,<5.4.5",
8091                 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
8092                 "sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
8093                 "symfony/dependency-injection": ">=2,<2.0.17",
8094                 "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",
8095                 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
8096                 "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",
8097                 "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
8098                 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
8099                 "symfony/polyfill": ">=1,<1.10",
8100                 "symfony/polyfill-php55": ">=1,<1.10",
8101                 "symfony/routing": ">=2,<2.0.19",
8102                 "symfony/security": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
8103                 "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",
8104                 "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",
8105                 "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",
8106                 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
8107                 "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",
8108                 "symfony/serializer": ">=2,<2.0.11",
8109                 "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",
8110                 "symfony/translation": ">=2,<2.0.17",
8111                 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
8112                 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
8113                 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
8114                 "tecnickcom/tcpdf": "<6.2.22",
8115                 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
8116                 "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
8117                 "theonedemon/phpwhois": "<=4.2.5",
8118                 "titon/framework": ">=0,<9.9.99",
8119                 "truckersmp/phpwhois": "<=4.3.1",
8120                 "twig/twig": "<1.20",
8121                 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.30|>=8,<8.7.17|>=9,<9.3.2",
8122                 "typo3/cms-core": ">=8,<8.7.17|>=9,<9.3.2",
8123                 "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",
8124                 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
8125                 "wallabag/tcpdf": "<6.2.22",
8126                 "willdurand/js-translation-bundle": "<2.1.1",
8127                 "yiisoft/yii": ">=1.1.14,<1.1.15",
8128                 "yiisoft/yii2": "<2.0.15",
8129                 "yiisoft/yii2-bootstrap": "<2.0.4",
8130                 "yiisoft/yii2-dev": "<2.0.15",
8131                 "yiisoft/yii2-elasticsearch": "<2.0.5",
8132                 "yiisoft/yii2-gii": "<2.0.4",
8133                 "yiisoft/yii2-jui": "<2.0.4",
8134                 "yiisoft/yii2-redis": "<2.0.8",
8135                 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
8136                 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
8137                 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
8138                 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
8139                 "zendframework/zend-diactoros": ">=1,<1.8.4",
8140                 "zendframework/zend-feed": ">=1,<2.10.3",
8141                 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
8142                 "zendframework/zend-http": ">=1,<2.8.1",
8143                 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8144                 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
8145                 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
8146                 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
8147                 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
8148                 "zendframework/zend-validator": ">=2.3,<2.3.6",
8149                 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
8150                 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8151                 "zendframework/zendframework": "<2.5.1",
8152                 "zendframework/zendframework1": "<1.12.20",
8153                 "zendframework/zendopenid": ">=2,<2.0.2",
8154                 "zendframework/zendxml": ">=1,<1.0.1",
8155                 "zetacomponents/mail": "<1.8.2",
8156                 "zf-commons/zfc-user": "<1.2.2",
8157                 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
8158                 "zfr/zfr-oauth2-server-module": "<0.1.2"
8159             },
8160             "type": "metapackage",
8161             "notification-url": "https://packagist.org/downloads/",
8162             "license": [
8163                 "MIT"
8164             ],
8165             "authors": [
8166                 {
8167                     "name": "Marco Pivetta",
8168                     "email": "ocramius@gmail.com",
8169                     "role": "maintainer"
8170                 }
8171             ],
8172             "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
8173             "time": "2018-11-01T18:39:28+00:00"
8174         },
8175         {
8176             "name": "stack/builder",
8177             "version": "v1.0.5",
8178             "source": {
8179                 "type": "git",
8180                 "url": "https://github.com/stackphp/builder.git",
8181                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
8182             },
8183             "dist": {
8184                 "type": "zip",
8185                 "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
8186                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
8187                 "shasum": ""
8188             },
8189             "require": {
8190                 "php": ">=5.3.0",
8191                 "symfony/http-foundation": "~2.1|~3.0|~4.0",
8192                 "symfony/http-kernel": "~2.1|~3.0|~4.0"
8193             },
8194             "require-dev": {
8195                 "silex/silex": "~1.0"
8196             },
8197             "type": "library",
8198             "extra": {
8199                 "branch-alias": {
8200                     "dev-master": "1.0-dev"
8201                 }
8202             },
8203             "autoload": {
8204                 "psr-0": {
8205                     "Stack": "src"
8206                 }
8207             },
8208             "notification-url": "https://packagist.org/downloads/",
8209             "license": [
8210                 "MIT"
8211             ],
8212             "authors": [
8213                 {
8214                     "name": "Igor Wiedler",
8215                     "email": "igor@wiedler.ch"
8216                 }
8217             ],
8218             "description": "Builder for stack middlewares based on HttpKernelInterface.",
8219             "keywords": [
8220                 "stack"
8221             ],
8222             "time": "2017-11-18T14:57:29+00:00"
8223         },
8224         {
8225             "name": "stecman/symfony-console-completion",
8226             "version": "0.8.0",
8227             "source": {
8228                 "type": "git",
8229                 "url": "https://github.com/stecman/symfony-console-completion.git",
8230                 "reference": "cd738867503477e91dbe84173dfabd431c883431"
8231             },
8232             "dist": {
8233                 "type": "zip",
8234                 "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/cd738867503477e91dbe84173dfabd431c883431",
8235                 "reference": "cd738867503477e91dbe84173dfabd431c883431",
8236                 "shasum": ""
8237             },
8238             "require": {
8239                 "php": ">=5.3.2",
8240                 "symfony/console": "~2.3 || ~3.0 || ~4.0"
8241             },
8242             "require-dev": {
8243                 "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
8244             },
8245             "type": "library",
8246             "extra": {
8247                 "branch-alias": {
8248                     "dev-master": "0.6.x-dev"
8249                 }
8250             },
8251             "autoload": {
8252                 "psr-4": {
8253                     "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
8254                 }
8255             },
8256             "notification-url": "https://packagist.org/downloads/",
8257             "license": [
8258                 "MIT"
8259             ],
8260             "authors": [
8261                 {
8262                     "name": "Stephen Holdaway",
8263                     "email": "stephen@stecman.co.nz"
8264                 }
8265             ],
8266             "description": "Automatic BASH completion for Symfony Console Component based applications.",
8267             "time": "2018-02-10T04:28:01+00:00"
8268         },
8269         {
8270             "name": "sunra/php-simple-html-dom-parser",
8271             "version": "v1.5.2",
8272             "source": {
8273                 "type": "git",
8274                 "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
8275                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
8276             },
8277             "dist": {
8278                 "type": "zip",
8279                 "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
8280                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
8281                 "shasum": ""
8282             },
8283             "require": {
8284                 "ext-mbstring": "*",
8285                 "php": ">=5.3.2"
8286             },
8287             "type": "library",
8288             "autoload": {
8289                 "psr-0": {
8290                     "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
8291                 }
8292             },
8293             "notification-url": "https://packagist.org/downloads/",
8294             "license": [
8295                 "MIT"
8296             ],
8297             "authors": [
8298                 {
8299                     "name": "Sunra",
8300                     "email": "sunra@yandex.ru",
8301                     "homepage": "https://github.com/sunra"
8302                 },
8303                 {
8304                     "name": "S.C. Chen",
8305                     "homepage": "http://sourceforge.net/projects/simplehtmldom/"
8306                 }
8307             ],
8308             "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.",
8309             "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
8310             "keywords": [
8311                 "dom",
8312                 "html",
8313                 "parser"
8314             ],
8315             "time": "2016-11-22T22:57:47+00:00"
8316         },
8317         {
8318             "name": "symfony-cmf/routing",
8319             "version": "1.4.1",
8320             "source": {
8321                 "type": "git",
8322                 "url": "https://github.com/symfony-cmf/routing.git",
8323                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
8324             },
8325             "dist": {
8326                 "type": "zip",
8327                 "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
8328                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
8329                 "shasum": ""
8330             },
8331             "require": {
8332                 "php": "^5.3.9|^7.0",
8333                 "psr/log": "1.*",
8334                 "symfony/http-kernel": "^2.2|3.*",
8335                 "symfony/routing": "^2.2|3.*"
8336             },
8337             "require-dev": {
8338                 "friendsofsymfony/jsrouting-bundle": "^1.1",
8339                 "symfony-cmf/testing": "^1.3",
8340                 "symfony/config": "^2.2|3.*",
8341                 "symfony/dependency-injection": "^2.0.5|3.*",
8342                 "symfony/event-dispatcher": "^2.1|3.*"
8343             },
8344             "suggest": {
8345                 "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
8346             },
8347             "type": "library",
8348             "extra": {
8349                 "branch-alias": {
8350                     "dev-master": "1.4-dev"
8351                 }
8352             },
8353             "autoload": {
8354                 "psr-4": {
8355                     "Symfony\\Cmf\\Component\\Routing\\": ""
8356                 }
8357             },
8358             "notification-url": "https://packagist.org/downloads/",
8359             "license": [
8360                 "MIT"
8361             ],
8362             "authors": [
8363                 {
8364                     "name": "Symfony CMF Community",
8365                     "homepage": "https://github.com/symfony-cmf/Routing/contributors"
8366                 }
8367             ],
8368             "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
8369             "homepage": "http://cmf.symfony.com",
8370             "keywords": [
8371                 "database",
8372                 "routing"
8373             ],
8374             "time": "2017-05-09T08:10:41+00:00"
8375         },
8376         {
8377             "name": "symfony/class-loader",
8378             "version": "v3.4.18",
8379             "source": {
8380                 "type": "git",
8381                 "url": "https://github.com/symfony/class-loader.git",
8382                 "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1"
8383             },
8384             "dist": {
8385                 "type": "zip",
8386                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/5605edec7b8f034ead2497ff4aab17bb70d558c1",
8387                 "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1",
8388                 "shasum": ""
8389             },
8390             "require": {
8391                 "php": "^5.5.9|>=7.0.8"
8392             },
8393             "require-dev": {
8394                 "symfony/finder": "~2.8|~3.0|~4.0",
8395                 "symfony/polyfill-apcu": "~1.1"
8396             },
8397             "suggest": {
8398                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
8399             },
8400             "type": "library",
8401             "extra": {
8402                 "branch-alias": {
8403                     "dev-master": "3.4-dev"
8404                 }
8405             },
8406             "autoload": {
8407                 "psr-4": {
8408                     "Symfony\\Component\\ClassLoader\\": ""
8409                 },
8410                 "exclude-from-classmap": [
8411                     "/Tests/"
8412                 ]
8413             },
8414             "notification-url": "https://packagist.org/downloads/",
8415             "license": [
8416                 "MIT"
8417             ],
8418             "authors": [
8419                 {
8420                     "name": "Fabien Potencier",
8421                     "email": "fabien@symfony.com"
8422                 },
8423                 {
8424                     "name": "Symfony Community",
8425                     "homepage": "https://symfony.com/contributors"
8426                 }
8427             ],
8428             "description": "Symfony ClassLoader Component",
8429             "homepage": "https://symfony.com",
8430             "time": "2018-10-31T09:06:03+00:00"
8431         },
8432         {
8433             "name": "symfony/config",
8434             "version": "v3.4.18",
8435             "source": {
8436                 "type": "git",
8437                 "url": "https://github.com/symfony/config.git",
8438                 "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d"
8439             },
8440             "dist": {
8441                 "type": "zip",
8442                 "url": "https://api.github.com/repos/symfony/config/zipball/99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
8443                 "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
8444                 "shasum": ""
8445             },
8446             "require": {
8447                 "php": "^5.5.9|>=7.0.8",
8448                 "symfony/filesystem": "~2.8|~3.0|~4.0",
8449                 "symfony/polyfill-ctype": "~1.8"
8450             },
8451             "conflict": {
8452                 "symfony/dependency-injection": "<3.3",
8453                 "symfony/finder": "<3.3"
8454             },
8455             "require-dev": {
8456                 "symfony/dependency-injection": "~3.3|~4.0",
8457                 "symfony/event-dispatcher": "~3.3|~4.0",
8458                 "symfony/finder": "~3.3|~4.0",
8459                 "symfony/yaml": "~3.0|~4.0"
8460             },
8461             "suggest": {
8462                 "symfony/yaml": "To use the yaml reference dumper"
8463             },
8464             "type": "library",
8465             "extra": {
8466                 "branch-alias": {
8467                     "dev-master": "3.4-dev"
8468                 }
8469             },
8470             "autoload": {
8471                 "psr-4": {
8472                     "Symfony\\Component\\Config\\": ""
8473                 },
8474                 "exclude-from-classmap": [
8475                     "/Tests/"
8476                 ]
8477             },
8478             "notification-url": "https://packagist.org/downloads/",
8479             "license": [
8480                 "MIT"
8481             ],
8482             "authors": [
8483                 {
8484                     "name": "Fabien Potencier",
8485                     "email": "fabien@symfony.com"
8486                 },
8487                 {
8488                     "name": "Symfony Community",
8489                     "homepage": "https://symfony.com/contributors"
8490                 }
8491             ],
8492             "description": "Symfony Config Component",
8493             "homepage": "https://symfony.com",
8494             "time": "2018-10-31T09:06:03+00:00"
8495         },
8496         {
8497             "name": "symfony/console",
8498             "version": "v3.4.18",
8499             "source": {
8500                 "type": "git",
8501                 "url": "https://github.com/symfony/console.git",
8502                 "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803"
8503             },
8504             "dist": {
8505                 "type": "zip",
8506                 "url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803",
8507                 "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803",
8508                 "shasum": ""
8509             },
8510             "require": {
8511                 "php": "^5.5.9|>=7.0.8",
8512                 "symfony/debug": "~2.8|~3.0|~4.0",
8513                 "symfony/polyfill-mbstring": "~1.0"
8514             },
8515             "conflict": {
8516                 "symfony/dependency-injection": "<3.4",
8517                 "symfony/process": "<3.3"
8518             },
8519             "require-dev": {
8520                 "psr/log": "~1.0",
8521                 "symfony/config": "~3.3|~4.0",
8522                 "symfony/dependency-injection": "~3.4|~4.0",
8523                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
8524                 "symfony/lock": "~3.4|~4.0",
8525                 "symfony/process": "~3.3|~4.0"
8526             },
8527             "suggest": {
8528                 "psr/log-implementation": "For using the console logger",
8529                 "symfony/event-dispatcher": "",
8530                 "symfony/lock": "",
8531                 "symfony/process": ""
8532             },
8533             "type": "library",
8534             "extra": {
8535                 "branch-alias": {
8536                     "dev-master": "3.4-dev"
8537                 }
8538             },
8539             "autoload": {
8540                 "psr-4": {
8541                     "Symfony\\Component\\Console\\": ""
8542                 },
8543                 "exclude-from-classmap": [
8544                     "/Tests/"
8545                 ]
8546             },
8547             "notification-url": "https://packagist.org/downloads/",
8548             "license": [
8549                 "MIT"
8550             ],
8551             "authors": [
8552                 {
8553                     "name": "Fabien Potencier",
8554                     "email": "fabien@symfony.com"
8555                 },
8556                 {
8557                     "name": "Symfony Community",
8558                     "homepage": "https://symfony.com/contributors"
8559                 }
8560             ],
8561             "description": "Symfony Console Component",
8562             "homepage": "https://symfony.com",
8563             "time": "2018-10-30T16:50:50+00:00"
8564         },
8565         {
8566             "name": "symfony/css-selector",
8567             "version": "v2.8.47",
8568             "source": {
8569                 "type": "git",
8570                 "url": "https://github.com/symfony/css-selector.git",
8571                 "reference": "208aca6c35e332f87c84707dd228d404370c8835"
8572             },
8573             "dist": {
8574                 "type": "zip",
8575                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/208aca6c35e332f87c84707dd228d404370c8835",
8576                 "reference": "208aca6c35e332f87c84707dd228d404370c8835",
8577                 "shasum": ""
8578             },
8579             "require": {
8580                 "php": ">=5.3.9"
8581             },
8582             "type": "library",
8583             "extra": {
8584                 "branch-alias": {
8585                     "dev-master": "2.8-dev"
8586                 }
8587             },
8588             "autoload": {
8589                 "psr-4": {
8590                     "Symfony\\Component\\CssSelector\\": ""
8591                 },
8592                 "exclude-from-classmap": [
8593                     "/Tests/"
8594                 ]
8595             },
8596             "notification-url": "https://packagist.org/downloads/",
8597             "license": [
8598                 "MIT"
8599             ],
8600             "authors": [
8601                 {
8602                     "name": "Jean-François Simon",
8603                     "email": "jeanfrancois.simon@sensiolabs.com"
8604                 },
8605                 {
8606                     "name": "Fabien Potencier",
8607                     "email": "fabien@symfony.com"
8608                 },
8609                 {
8610                     "name": "Symfony Community",
8611                     "homepage": "https://symfony.com/contributors"
8612                 }
8613             ],
8614             "description": "Symfony CssSelector Component",
8615             "homepage": "https://symfony.com",
8616             "time": "2018-10-02T16:27:16+00:00"
8617         },
8618         {
8619             "name": "symfony/debug",
8620             "version": "v3.4.18",
8621             "source": {
8622                 "type": "git",
8623                 "url": "https://github.com/symfony/debug.git",
8624                 "reference": "fe9793af008b651c5441bdeab21ede8172dab097"
8625             },
8626             "dist": {
8627                 "type": "zip",
8628                 "url": "https://api.github.com/repos/symfony/debug/zipball/fe9793af008b651c5441bdeab21ede8172dab097",
8629                 "reference": "fe9793af008b651c5441bdeab21ede8172dab097",
8630                 "shasum": ""
8631             },
8632             "require": {
8633                 "php": "^5.5.9|>=7.0.8",
8634                 "psr/log": "~1.0"
8635             },
8636             "conflict": {
8637                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
8638             },
8639             "require-dev": {
8640                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
8641             },
8642             "type": "library",
8643             "extra": {
8644                 "branch-alias": {
8645                     "dev-master": "3.4-dev"
8646                 }
8647             },
8648             "autoload": {
8649                 "psr-4": {
8650                     "Symfony\\Component\\Debug\\": ""
8651                 },
8652                 "exclude-from-classmap": [
8653                     "/Tests/"
8654                 ]
8655             },
8656             "notification-url": "https://packagist.org/downloads/",
8657             "license": [
8658                 "MIT"
8659             ],
8660             "authors": [
8661                 {
8662                     "name": "Fabien Potencier",
8663                     "email": "fabien@symfony.com"
8664                 },
8665                 {
8666                     "name": "Symfony Community",
8667                     "homepage": "https://symfony.com/contributors"
8668                 }
8669             ],
8670             "description": "Symfony Debug Component",
8671             "homepage": "https://symfony.com",
8672             "time": "2018-10-31T09:06:03+00:00"
8673         },
8674         {
8675             "name": "symfony/dependency-injection",
8676             "version": "v3.4.18",
8677             "source": {
8678                 "type": "git",
8679                 "url": "https://github.com/symfony/dependency-injection.git",
8680                 "reference": "9c98452ac7fff4b538956775630bc9701f5384ba"
8681             },
8682             "dist": {
8683                 "type": "zip",
8684                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9c98452ac7fff4b538956775630bc9701f5384ba",
8685                 "reference": "9c98452ac7fff4b538956775630bc9701f5384ba",
8686                 "shasum": ""
8687             },
8688             "require": {
8689                 "php": "^5.5.9|>=7.0.8",
8690                 "psr/container": "^1.0"
8691             },
8692             "conflict": {
8693                 "symfony/config": "<3.3.7",
8694                 "symfony/finder": "<3.3",
8695                 "symfony/proxy-manager-bridge": "<3.4",
8696                 "symfony/yaml": "<3.4"
8697             },
8698             "provide": {
8699                 "psr/container-implementation": "1.0"
8700             },
8701             "require-dev": {
8702                 "symfony/config": "~3.3|~4.0",
8703                 "symfony/expression-language": "~2.8|~3.0|~4.0",
8704                 "symfony/yaml": "~3.4|~4.0"
8705             },
8706             "suggest": {
8707                 "symfony/config": "",
8708                 "symfony/expression-language": "For using expressions in service container configuration",
8709                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
8710                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
8711                 "symfony/yaml": ""
8712             },
8713             "type": "library",
8714             "extra": {
8715                 "branch-alias": {
8716                     "dev-master": "3.4-dev"
8717                 }
8718             },
8719             "autoload": {
8720                 "psr-4": {
8721                     "Symfony\\Component\\DependencyInjection\\": ""
8722                 },
8723                 "exclude-from-classmap": [
8724                     "/Tests/"
8725                 ]
8726             },
8727             "notification-url": "https://packagist.org/downloads/",
8728             "license": [
8729                 "MIT"
8730             ],
8731             "authors": [
8732                 {
8733                     "name": "Fabien Potencier",
8734                     "email": "fabien@symfony.com"
8735                 },
8736                 {
8737                     "name": "Symfony Community",
8738                     "homepage": "https://symfony.com/contributors"
8739                 }
8740             ],
8741             "description": "Symfony DependencyInjection Component",
8742             "homepage": "https://symfony.com",
8743             "time": "2018-10-31T10:49:51+00:00"
8744         },
8745         {
8746             "name": "symfony/dom-crawler",
8747             "version": "v3.4.18",
8748             "source": {
8749                 "type": "git",
8750                 "url": "https://github.com/symfony/dom-crawler.git",
8751                 "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722"
8752             },
8753             "dist": {
8754                 "type": "zip",
8755                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c705bee03ade5b47c087807dd9ffaaec8dda2722",
8756                 "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722",
8757                 "shasum": ""
8758             },
8759             "require": {
8760                 "php": "^5.5.9|>=7.0.8",
8761                 "symfony/polyfill-ctype": "~1.8",
8762                 "symfony/polyfill-mbstring": "~1.0"
8763             },
8764             "require-dev": {
8765                 "symfony/css-selector": "~2.8|~3.0|~4.0"
8766             },
8767             "suggest": {
8768                 "symfony/css-selector": ""
8769             },
8770             "type": "library",
8771             "extra": {
8772                 "branch-alias": {
8773                     "dev-master": "3.4-dev"
8774                 }
8775             },
8776             "autoload": {
8777                 "psr-4": {
8778                     "Symfony\\Component\\DomCrawler\\": ""
8779                 },
8780                 "exclude-from-classmap": [
8781                     "/Tests/"
8782                 ]
8783             },
8784             "notification-url": "https://packagist.org/downloads/",
8785             "license": [
8786                 "MIT"
8787             ],
8788             "authors": [
8789                 {
8790                     "name": "Fabien Potencier",
8791                     "email": "fabien@symfony.com"
8792                 },
8793                 {
8794                     "name": "Symfony Community",
8795                     "homepage": "https://symfony.com/contributors"
8796                 }
8797             ],
8798             "description": "Symfony DomCrawler Component",
8799             "homepage": "https://symfony.com",
8800             "time": "2018-10-02T12:28:39+00:00"
8801         },
8802         {
8803             "name": "symfony/event-dispatcher",
8804             "version": "v3.4.18",
8805             "source": {
8806                 "type": "git",
8807                 "url": "https://github.com/symfony/event-dispatcher.git",
8808                 "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14"
8809             },
8810             "dist": {
8811                 "type": "zip",
8812                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
8813                 "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
8814                 "shasum": ""
8815             },
8816             "require": {
8817                 "php": "^5.5.9|>=7.0.8"
8818             },
8819             "conflict": {
8820                 "symfony/dependency-injection": "<3.3"
8821             },
8822             "require-dev": {
8823                 "psr/log": "~1.0",
8824                 "symfony/config": "~2.8|~3.0|~4.0",
8825                 "symfony/dependency-injection": "~3.3|~4.0",
8826                 "symfony/expression-language": "~2.8|~3.0|~4.0",
8827                 "symfony/stopwatch": "~2.8|~3.0|~4.0"
8828             },
8829             "suggest": {
8830                 "symfony/dependency-injection": "",
8831                 "symfony/http-kernel": ""
8832             },
8833             "type": "library",
8834             "extra": {
8835                 "branch-alias": {
8836                     "dev-master": "3.4-dev"
8837                 }
8838             },
8839             "autoload": {
8840                 "psr-4": {
8841                     "Symfony\\Component\\EventDispatcher\\": ""
8842                 },
8843                 "exclude-from-classmap": [
8844                     "/Tests/"
8845                 ]
8846             },
8847             "notification-url": "https://packagist.org/downloads/",
8848             "license": [
8849                 "MIT"
8850             ],
8851             "authors": [
8852                 {
8853                     "name": "Fabien Potencier",
8854                     "email": "fabien@symfony.com"
8855                 },
8856                 {
8857                     "name": "Symfony Community",
8858                     "homepage": "https://symfony.com/contributors"
8859                 }
8860             ],
8861             "description": "Symfony EventDispatcher Component",
8862             "homepage": "https://symfony.com",
8863             "time": "2018-10-30T16:50:50+00:00"
8864         },
8865         {
8866             "name": "symfony/filesystem",
8867             "version": "v3.4.18",
8868             "source": {
8869                 "type": "git",
8870                 "url": "https://github.com/symfony/filesystem.git",
8871                 "reference": "d69930fc337d767607267d57c20a7403d0a822a4"
8872             },
8873             "dist": {
8874                 "type": "zip",
8875                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4",
8876                 "reference": "d69930fc337d767607267d57c20a7403d0a822a4",
8877                 "shasum": ""
8878             },
8879             "require": {
8880                 "php": "^5.5.9|>=7.0.8",
8881                 "symfony/polyfill-ctype": "~1.8"
8882             },
8883             "type": "library",
8884             "extra": {
8885                 "branch-alias": {
8886                     "dev-master": "3.4-dev"
8887                 }
8888             },
8889             "autoload": {
8890                 "psr-4": {
8891                     "Symfony\\Component\\Filesystem\\": ""
8892                 },
8893                 "exclude-from-classmap": [
8894                     "/Tests/"
8895                 ]
8896             },
8897             "notification-url": "https://packagist.org/downloads/",
8898             "license": [
8899                 "MIT"
8900             ],
8901             "authors": [
8902                 {
8903                     "name": "Fabien Potencier",
8904                     "email": "fabien@symfony.com"
8905                 },
8906                 {
8907                     "name": "Symfony Community",
8908                     "homepage": "https://symfony.com/contributors"
8909                 }
8910             ],
8911             "description": "Symfony Filesystem Component",
8912             "homepage": "https://symfony.com",
8913             "time": "2018-10-02T12:28:39+00:00"
8914         },
8915         {
8916             "name": "symfony/finder",
8917             "version": "v3.4.18",
8918             "source": {
8919                 "type": "git",
8920                 "url": "https://github.com/symfony/finder.git",
8921                 "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
8922             },
8923             "dist": {
8924                 "type": "zip",
8925                 "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
8926                 "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
8927                 "shasum": ""
8928             },
8929             "require": {
8930                 "php": "^5.5.9|>=7.0.8"
8931             },
8932             "type": "library",
8933             "extra": {
8934                 "branch-alias": {
8935                     "dev-master": "3.4-dev"
8936                 }
8937             },
8938             "autoload": {
8939                 "psr-4": {
8940                     "Symfony\\Component\\Finder\\": ""
8941                 },
8942                 "exclude-from-classmap": [
8943                     "/Tests/"
8944                 ]
8945             },
8946             "notification-url": "https://packagist.org/downloads/",
8947             "license": [
8948                 "MIT"
8949             ],
8950             "authors": [
8951                 {
8952                     "name": "Fabien Potencier",
8953                     "email": "fabien@symfony.com"
8954                 },
8955                 {
8956                     "name": "Symfony Community",
8957                     "homepage": "https://symfony.com/contributors"
8958                 }
8959             ],
8960             "description": "Symfony Finder Component",
8961             "homepage": "https://symfony.com",
8962             "time": "2018-10-03T08:46:40+00:00"
8963         },
8964         {
8965             "name": "symfony/http-foundation",
8966             "version": "v3.4.18",
8967             "source": {
8968                 "type": "git",
8969                 "url": "https://github.com/symfony/http-foundation.git",
8970                 "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0"
8971             },
8972             "dist": {
8973                 "type": "zip",
8974                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
8975                 "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
8976                 "shasum": ""
8977             },
8978             "require": {
8979                 "php": "^5.5.9|>=7.0.8",
8980                 "symfony/polyfill-mbstring": "~1.1",
8981                 "symfony/polyfill-php70": "~1.6"
8982             },
8983             "require-dev": {
8984                 "symfony/expression-language": "~2.8|~3.0|~4.0"
8985             },
8986             "type": "library",
8987             "extra": {
8988                 "branch-alias": {
8989                     "dev-master": "3.4-dev"
8990                 }
8991             },
8992             "autoload": {
8993                 "psr-4": {
8994                     "Symfony\\Component\\HttpFoundation\\": ""
8995                 },
8996                 "exclude-from-classmap": [
8997                     "/Tests/"
8998                 ]
8999             },
9000             "notification-url": "https://packagist.org/downloads/",
9001             "license": [
9002                 "MIT"
9003             ],
9004             "authors": [
9005                 {
9006                     "name": "Fabien Potencier",
9007                     "email": "fabien@symfony.com"
9008                 },
9009                 {
9010                     "name": "Symfony Community",
9011                     "homepage": "https://symfony.com/contributors"
9012                 }
9013             ],
9014             "description": "Symfony HttpFoundation Component",
9015             "homepage": "https://symfony.com",
9016             "time": "2018-10-31T08:57:11+00:00"
9017         },
9018         {
9019             "name": "symfony/http-kernel",
9020             "version": "v3.4.18",
9021             "source": {
9022                 "type": "git",
9023                 "url": "https://github.com/symfony/http-kernel.git",
9024                 "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb"
9025             },
9026             "dist": {
9027                 "type": "zip",
9028                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
9029                 "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
9030                 "shasum": ""
9031             },
9032             "require": {
9033                 "php": "^5.5.9|>=7.0.8",
9034                 "psr/log": "~1.0",
9035                 "symfony/debug": "~2.8|~3.0|~4.0",
9036                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
9037                 "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
9038                 "symfony/polyfill-ctype": "~1.8"
9039             },
9040             "conflict": {
9041                 "symfony/config": "<2.8",
9042                 "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
9043                 "symfony/var-dumper": "<3.3",
9044                 "twig/twig": "<1.34|<2.4,>=2"
9045             },
9046             "provide": {
9047                 "psr/log-implementation": "1.0"
9048             },
9049             "require-dev": {
9050                 "psr/cache": "~1.0",
9051                 "symfony/browser-kit": "~2.8|~3.0|~4.0",
9052                 "symfony/class-loader": "~2.8|~3.0",
9053                 "symfony/config": "~2.8|~3.0|~4.0",
9054                 "symfony/console": "~2.8|~3.0|~4.0",
9055                 "symfony/css-selector": "~2.8|~3.0|~4.0",
9056                 "symfony/dependency-injection": "^3.4.10|^4.0.10",
9057                 "symfony/dom-crawler": "~2.8|~3.0|~4.0",
9058                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9059                 "symfony/finder": "~2.8|~3.0|~4.0",
9060                 "symfony/process": "~2.8|~3.0|~4.0",
9061                 "symfony/routing": "~3.4|~4.0",
9062                 "symfony/stopwatch": "~2.8|~3.0|~4.0",
9063                 "symfony/templating": "~2.8|~3.0|~4.0",
9064                 "symfony/translation": "~2.8|~3.0|~4.0",
9065                 "symfony/var-dumper": "~3.3|~4.0"
9066             },
9067             "suggest": {
9068                 "symfony/browser-kit": "",
9069                 "symfony/config": "",
9070                 "symfony/console": "",
9071                 "symfony/dependency-injection": "",
9072                 "symfony/finder": "",
9073                 "symfony/var-dumper": ""
9074             },
9075             "type": "library",
9076             "extra": {
9077                 "branch-alias": {
9078                     "dev-master": "3.4-dev"
9079                 }
9080             },
9081             "autoload": {
9082                 "psr-4": {
9083                     "Symfony\\Component\\HttpKernel\\": ""
9084                 },
9085                 "exclude-from-classmap": [
9086                     "/Tests/"
9087                 ]
9088             },
9089             "notification-url": "https://packagist.org/downloads/",
9090             "license": [
9091                 "MIT"
9092             ],
9093             "authors": [
9094                 {
9095                     "name": "Fabien Potencier",
9096                     "email": "fabien@symfony.com"
9097                 },
9098                 {
9099                     "name": "Symfony Community",
9100                     "homepage": "https://symfony.com/contributors"
9101                 }
9102             ],
9103             "description": "Symfony HttpKernel Component",
9104             "homepage": "https://symfony.com",
9105             "time": "2018-11-03T10:03:02+00:00"
9106         },
9107         {
9108             "name": "symfony/polyfill-ctype",
9109             "version": "v1.10.0",
9110             "source": {
9111                 "type": "git",
9112                 "url": "https://github.com/symfony/polyfill-ctype.git",
9113                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
9114             },
9115             "dist": {
9116                 "type": "zip",
9117                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
9118                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
9119                 "shasum": ""
9120             },
9121             "require": {
9122                 "php": ">=5.3.3"
9123             },
9124             "suggest": {
9125                 "ext-ctype": "For best performance"
9126             },
9127             "type": "library",
9128             "extra": {
9129                 "branch-alias": {
9130                     "dev-master": "1.9-dev"
9131                 }
9132             },
9133             "autoload": {
9134                 "psr-4": {
9135                     "Symfony\\Polyfill\\Ctype\\": ""
9136                 },
9137                 "files": [
9138                     "bootstrap.php"
9139                 ]
9140             },
9141             "notification-url": "https://packagist.org/downloads/",
9142             "license": [
9143                 "MIT"
9144             ],
9145             "authors": [
9146                 {
9147                     "name": "Symfony Community",
9148                     "homepage": "https://symfony.com/contributors"
9149                 },
9150                 {
9151                     "name": "Gert de Pagter",
9152                     "email": "BackEndTea@gmail.com"
9153                 }
9154             ],
9155             "description": "Symfony polyfill for ctype functions",
9156             "homepage": "https://symfony.com",
9157             "keywords": [
9158                 "compatibility",
9159                 "ctype",
9160                 "polyfill",
9161                 "portable"
9162             ],
9163             "time": "2018-08-06T14:22:27+00:00"
9164         },
9165         {
9166             "name": "symfony/polyfill-iconv",
9167             "version": "v1.10.0",
9168             "source": {
9169                 "type": "git",
9170                 "url": "https://github.com/symfony/polyfill-iconv.git",
9171                 "reference": "97001cfc283484c9691769f51cdf25259037eba2"
9172             },
9173             "dist": {
9174                 "type": "zip",
9175                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2",
9176                 "reference": "97001cfc283484c9691769f51cdf25259037eba2",
9177                 "shasum": ""
9178             },
9179             "require": {
9180                 "php": ">=5.3.3"
9181             },
9182             "suggest": {
9183                 "ext-iconv": "For best performance"
9184             },
9185             "type": "library",
9186             "extra": {
9187                 "branch-alias": {
9188                     "dev-master": "1.9-dev"
9189                 }
9190             },
9191             "autoload": {
9192                 "psr-4": {
9193                     "Symfony\\Polyfill\\Iconv\\": ""
9194                 },
9195                 "files": [
9196                     "bootstrap.php"
9197                 ]
9198             },
9199             "notification-url": "https://packagist.org/downloads/",
9200             "license": [
9201                 "MIT"
9202             ],
9203             "authors": [
9204                 {
9205                     "name": "Nicolas Grekas",
9206                     "email": "p@tchwork.com"
9207                 },
9208                 {
9209                     "name": "Symfony Community",
9210                     "homepage": "https://symfony.com/contributors"
9211                 }
9212             ],
9213             "description": "Symfony polyfill for the Iconv extension",
9214             "homepage": "https://symfony.com",
9215             "keywords": [
9216                 "compatibility",
9217                 "iconv",
9218                 "polyfill",
9219                 "portable",
9220                 "shim"
9221             ],
9222             "time": "2018-09-21T06:26:08+00:00"
9223         },
9224         {
9225             "name": "symfony/polyfill-mbstring",
9226             "version": "v1.10.0",
9227             "source": {
9228                 "type": "git",
9229                 "url": "https://github.com/symfony/polyfill-mbstring.git",
9230                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
9231             },
9232             "dist": {
9233                 "type": "zip",
9234                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
9235                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
9236                 "shasum": ""
9237             },
9238             "require": {
9239                 "php": ">=5.3.3"
9240             },
9241             "suggest": {
9242                 "ext-mbstring": "For best performance"
9243             },
9244             "type": "library",
9245             "extra": {
9246                 "branch-alias": {
9247                     "dev-master": "1.9-dev"
9248                 }
9249             },
9250             "autoload": {
9251                 "psr-4": {
9252                     "Symfony\\Polyfill\\Mbstring\\": ""
9253                 },
9254                 "files": [
9255                     "bootstrap.php"
9256                 ]
9257             },
9258             "notification-url": "https://packagist.org/downloads/",
9259             "license": [
9260                 "MIT"
9261             ],
9262             "authors": [
9263                 {
9264                     "name": "Nicolas Grekas",
9265                     "email": "p@tchwork.com"
9266                 },
9267                 {
9268                     "name": "Symfony Community",
9269                     "homepage": "https://symfony.com/contributors"
9270                 }
9271             ],
9272             "description": "Symfony polyfill for the Mbstring extension",
9273             "homepage": "https://symfony.com",
9274             "keywords": [
9275                 "compatibility",
9276                 "mbstring",
9277                 "polyfill",
9278                 "portable",
9279                 "shim"
9280             ],
9281             "time": "2018-09-21T13:07:52+00:00"
9282         },
9283         {
9284             "name": "symfony/polyfill-php70",
9285             "version": "v1.10.0",
9286             "source": {
9287                 "type": "git",
9288                 "url": "https://github.com/symfony/polyfill-php70.git",
9289                 "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
9290             },
9291             "dist": {
9292                 "type": "zip",
9293                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
9294                 "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
9295                 "shasum": ""
9296             },
9297             "require": {
9298                 "paragonie/random_compat": "~1.0|~2.0|~9.99",
9299                 "php": ">=5.3.3"
9300             },
9301             "type": "library",
9302             "extra": {
9303                 "branch-alias": {
9304                     "dev-master": "1.9-dev"
9305                 }
9306             },
9307             "autoload": {
9308                 "psr-4": {
9309                     "Symfony\\Polyfill\\Php70\\": ""
9310                 },
9311                 "files": [
9312                     "bootstrap.php"
9313                 ],
9314                 "classmap": [
9315                     "Resources/stubs"
9316                 ]
9317             },
9318             "notification-url": "https://packagist.org/downloads/",
9319             "license": [
9320                 "MIT"
9321             ],
9322             "authors": [
9323                 {
9324                     "name": "Nicolas Grekas",
9325                     "email": "p@tchwork.com"
9326                 },
9327                 {
9328                     "name": "Symfony Community",
9329                     "homepage": "https://symfony.com/contributors"
9330                 }
9331             ],
9332             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
9333             "homepage": "https://symfony.com",
9334             "keywords": [
9335                 "compatibility",
9336                 "polyfill",
9337                 "portable",
9338                 "shim"
9339             ],
9340             "time": "2018-09-21T06:26:08+00:00"
9341         },
9342         {
9343             "name": "symfony/process",
9344             "version": "v3.4.18",
9345             "source": {
9346                 "type": "git",
9347                 "url": "https://github.com/symfony/process.git",
9348                 "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb"
9349             },
9350             "dist": {
9351                 "type": "zip",
9352                 "url": "https://api.github.com/repos/symfony/process/zipball/35c2914a9f50519bd207164c353ae4d59182c2cb",
9353                 "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb",
9354                 "shasum": ""
9355             },
9356             "require": {
9357                 "php": "^5.5.9|>=7.0.8"
9358             },
9359             "type": "library",
9360             "extra": {
9361                 "branch-alias": {
9362                     "dev-master": "3.4-dev"
9363                 }
9364             },
9365             "autoload": {
9366                 "psr-4": {
9367                     "Symfony\\Component\\Process\\": ""
9368                 },
9369                 "exclude-from-classmap": [
9370                     "/Tests/"
9371                 ]
9372             },
9373             "notification-url": "https://packagist.org/downloads/",
9374             "license": [
9375                 "MIT"
9376             ],
9377             "authors": [
9378                 {
9379                     "name": "Fabien Potencier",
9380                     "email": "fabien@symfony.com"
9381                 },
9382                 {
9383                     "name": "Symfony Community",
9384                     "homepage": "https://symfony.com/contributors"
9385                 }
9386             ],
9387             "description": "Symfony Process Component",
9388             "homepage": "https://symfony.com",
9389             "time": "2018-10-14T17:33:21+00:00"
9390         },
9391         {
9392             "name": "symfony/psr-http-message-bridge",
9393             "version": "v1.1.0",
9394             "source": {
9395                 "type": "git",
9396                 "url": "https://github.com/symfony/psr-http-message-bridge.git",
9397                 "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196"
9398             },
9399             "dist": {
9400                 "type": "zip",
9401                 "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/53c15a6a7918e6c2ab16ae370ea607fb40cab196",
9402                 "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196",
9403                 "shasum": ""
9404             },
9405             "require": {
9406                 "php": "^5.3.3 || ^7.0",
9407                 "psr/http-message": "^1.0",
9408                 "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0"
9409             },
9410             "require-dev": {
9411                 "symfony/phpunit-bridge": "^3.4 || 4.0"
9412             },
9413             "suggest": {
9414                 "psr/http-factory-implementation": "To use the PSR-17 factory",
9415                 "psr/http-message-implementation": "To use the HttpFoundation factory",
9416                 "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
9417             },
9418             "type": "symfony-bridge",
9419             "extra": {
9420                 "branch-alias": {
9421                     "dev-master": "1.1-dev"
9422                 }
9423             },
9424             "autoload": {
9425                 "psr-4": {
9426                     "Symfony\\Bridge\\PsrHttpMessage\\": ""
9427                 }
9428             },
9429             "notification-url": "https://packagist.org/downloads/",
9430             "license": [
9431                 "MIT"
9432             ],
9433             "authors": [
9434                 {
9435                     "name": "Symfony Community",
9436                     "homepage": "http://symfony.com/contributors"
9437                 },
9438                 {
9439                     "name": "Fabien Potencier",
9440                     "email": "fabien@symfony.com"
9441                 }
9442             ],
9443             "description": "PSR HTTP message bridge",
9444             "homepage": "http://symfony.com",
9445             "keywords": [
9446                 "http",
9447                 "http-message",
9448                 "psr-7"
9449             ],
9450             "time": "2018-08-30T16:28:28+00:00"
9451         },
9452         {
9453             "name": "symfony/routing",
9454             "version": "v3.4.18",
9455             "source": {
9456                 "type": "git",
9457                 "url": "https://github.com/symfony/routing.git",
9458                 "reference": "585f6e2d740393d546978769dd56e496a6233e0b"
9459             },
9460             "dist": {
9461                 "type": "zip",
9462                 "url": "https://api.github.com/repos/symfony/routing/zipball/585f6e2d740393d546978769dd56e496a6233e0b",
9463                 "reference": "585f6e2d740393d546978769dd56e496a6233e0b",
9464                 "shasum": ""
9465             },
9466             "require": {
9467                 "php": "^5.5.9|>=7.0.8"
9468             },
9469             "conflict": {
9470                 "symfony/config": "<3.3.1",
9471                 "symfony/dependency-injection": "<3.3",
9472                 "symfony/yaml": "<3.4"
9473             },
9474             "require-dev": {
9475                 "doctrine/annotations": "~1.0",
9476                 "psr/log": "~1.0",
9477                 "symfony/config": "^3.3.1|~4.0",
9478                 "symfony/dependency-injection": "~3.3|~4.0",
9479                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9480                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9481                 "symfony/yaml": "~3.4|~4.0"
9482             },
9483             "suggest": {
9484                 "doctrine/annotations": "For using the annotation loader",
9485                 "symfony/config": "For using the all-in-one router or any loader",
9486                 "symfony/dependency-injection": "For loading routes from a service",
9487                 "symfony/expression-language": "For using expression matching",
9488                 "symfony/http-foundation": "For using a Symfony Request object",
9489                 "symfony/yaml": "For using the YAML loader"
9490             },
9491             "type": "library",
9492             "extra": {
9493                 "branch-alias": {
9494                     "dev-master": "3.4-dev"
9495                 }
9496             },
9497             "autoload": {
9498                 "psr-4": {
9499                     "Symfony\\Component\\Routing\\": ""
9500                 },
9501                 "exclude-from-classmap": [
9502                     "/Tests/"
9503                 ]
9504             },
9505             "notification-url": "https://packagist.org/downloads/",
9506             "license": [
9507                 "MIT"
9508             ],
9509             "authors": [
9510                 {
9511                     "name": "Fabien Potencier",
9512                     "email": "fabien@symfony.com"
9513                 },
9514                 {
9515                     "name": "Symfony Community",
9516                     "homepage": "https://symfony.com/contributors"
9517                 }
9518             ],
9519             "description": "Symfony Routing Component",
9520             "homepage": "https://symfony.com",
9521             "keywords": [
9522                 "router",
9523                 "routing",
9524                 "uri",
9525                 "url"
9526             ],
9527             "time": "2018-10-02T12:28:39+00:00"
9528         },
9529         {
9530             "name": "symfony/serializer",
9531             "version": "v3.4.18",
9532             "source": {
9533                 "type": "git",
9534                 "url": "https://github.com/symfony/serializer.git",
9535                 "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb"
9536             },
9537             "dist": {
9538                 "type": "zip",
9539                 "url": "https://api.github.com/repos/symfony/serializer/zipball/8bc00ef47a428bfebc4641f29d158e7c56137fcb",
9540                 "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb",
9541                 "shasum": ""
9542             },
9543             "require": {
9544                 "php": "^5.5.9|>=7.0.8",
9545                 "symfony/polyfill-ctype": "~1.8"
9546             },
9547             "conflict": {
9548                 "phpdocumentor/type-resolver": "<0.2.1",
9549                 "symfony/dependency-injection": "<3.2",
9550                 "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
9551                 "symfony/property-info": "<3.1",
9552                 "symfony/yaml": "<3.4"
9553             },
9554             "require-dev": {
9555                 "doctrine/annotations": "~1.0",
9556                 "doctrine/cache": "~1.0",
9557                 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9558                 "symfony/cache": "~3.1|~4.0",
9559                 "symfony/config": "~2.8|~3.0|~4.0",
9560                 "symfony/dependency-injection": "~3.2|~4.0",
9561                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9562                 "symfony/property-access": "~2.8|~3.0|~4.0",
9563                 "symfony/property-info": "~3.1|~4.0",
9564                 "symfony/yaml": "~3.4|~4.0"
9565             },
9566             "suggest": {
9567                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9568                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9569                 "psr/cache-implementation": "For using the metadata cache.",
9570                 "symfony/config": "For using the XML mapping loader.",
9571                 "symfony/http-foundation": "To use the DataUriNormalizer.",
9572                 "symfony/property-access": "For using the ObjectNormalizer.",
9573                 "symfony/property-info": "To deserialize relations.",
9574                 "symfony/yaml": "For using the default YAML mapping loader."
9575             },
9576             "type": "library",
9577             "extra": {
9578                 "branch-alias": {
9579                     "dev-master": "3.4-dev"
9580                 }
9581             },
9582             "autoload": {
9583                 "psr-4": {
9584                     "Symfony\\Component\\Serializer\\": ""
9585                 },
9586                 "exclude-from-classmap": [
9587                     "/Tests/"
9588                 ]
9589             },
9590             "notification-url": "https://packagist.org/downloads/",
9591             "license": [
9592                 "MIT"
9593             ],
9594             "authors": [
9595                 {
9596                     "name": "Fabien Potencier",
9597                     "email": "fabien@symfony.com"
9598                 },
9599                 {
9600                     "name": "Symfony Community",
9601                     "homepage": "https://symfony.com/contributors"
9602                 }
9603             ],
9604             "description": "Symfony Serializer Component",
9605             "homepage": "https://symfony.com",
9606             "time": "2018-10-02T12:28:39+00:00"
9607         },
9608         {
9609             "name": "symfony/translation",
9610             "version": "v3.4.18",
9611             "source": {
9612                 "type": "git",
9613                 "url": "https://github.com/symfony/translation.git",
9614                 "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352"
9615             },
9616             "dist": {
9617                 "type": "zip",
9618                 "url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352",
9619                 "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352",
9620                 "shasum": ""
9621             },
9622             "require": {
9623                 "php": "^5.5.9|>=7.0.8",
9624                 "symfony/polyfill-mbstring": "~1.0"
9625             },
9626             "conflict": {
9627                 "symfony/config": "<2.8",
9628                 "symfony/dependency-injection": "<3.4",
9629                 "symfony/yaml": "<3.4"
9630             },
9631             "require-dev": {
9632                 "psr/log": "~1.0",
9633                 "symfony/config": "~2.8|~3.0|~4.0",
9634                 "symfony/dependency-injection": "~3.4|~4.0",
9635                 "symfony/finder": "~2.8|~3.0|~4.0",
9636                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
9637                 "symfony/yaml": "~3.4|~4.0"
9638             },
9639             "suggest": {
9640                 "psr/log-implementation": "To use logging capability in translator",
9641                 "symfony/config": "",
9642                 "symfony/yaml": ""
9643             },
9644             "type": "library",
9645             "extra": {
9646                 "branch-alias": {
9647                     "dev-master": "3.4-dev"
9648                 }
9649             },
9650             "autoload": {
9651                 "psr-4": {
9652                     "Symfony\\Component\\Translation\\": ""
9653                 },
9654                 "exclude-from-classmap": [
9655                     "/Tests/"
9656                 ]
9657             },
9658             "notification-url": "https://packagist.org/downloads/",
9659             "license": [
9660                 "MIT"
9661             ],
9662             "authors": [
9663                 {
9664                     "name": "Fabien Potencier",
9665                     "email": "fabien@symfony.com"
9666                 },
9667                 {
9668                     "name": "Symfony Community",
9669                     "homepage": "https://symfony.com/contributors"
9670                 }
9671             ],
9672             "description": "Symfony Translation Component",
9673             "homepage": "https://symfony.com",
9674             "time": "2018-10-02T16:33:53+00:00"
9675         },
9676         {
9677             "name": "symfony/validator",
9678             "version": "v3.4.18",
9679             "source": {
9680                 "type": "git",
9681                 "url": "https://github.com/symfony/validator.git",
9682                 "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c"
9683             },
9684             "dist": {
9685                 "type": "zip",
9686                 "url": "https://api.github.com/repos/symfony/validator/zipball/6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
9687                 "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
9688                 "shasum": ""
9689             },
9690             "require": {
9691                 "php": "^5.5.9|>=7.0.8",
9692                 "symfony/polyfill-ctype": "~1.8",
9693                 "symfony/polyfill-mbstring": "~1.0",
9694                 "symfony/translation": "~2.8|~3.0|~4.0"
9695             },
9696             "conflict": {
9697                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
9698                 "symfony/dependency-injection": "<3.3",
9699                 "symfony/http-kernel": "<3.3.5",
9700                 "symfony/yaml": "<3.4"
9701             },
9702             "require-dev": {
9703                 "doctrine/annotations": "~1.0",
9704                 "doctrine/cache": "~1.0",
9705                 "egulias/email-validator": "^1.2.8|~2.0",
9706                 "symfony/cache": "~3.1|~4.0",
9707                 "symfony/config": "~2.8|~3.0|~4.0",
9708                 "symfony/dependency-injection": "~3.3|~4.0",
9709                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9710                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9711                 "symfony/http-kernel": "^3.3.5|~4.0",
9712                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
9713                 "symfony/property-access": "~2.8|~3.0|~4.0",
9714                 "symfony/var-dumper": "~3.3|~4.0",
9715                 "symfony/yaml": "~3.4|~4.0"
9716             },
9717             "suggest": {
9718                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9719                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9720                 "egulias/email-validator": "Strict (RFC compliant) email validation",
9721                 "psr/cache-implementation": "For using the metadata cache.",
9722                 "symfony/config": "",
9723                 "symfony/expression-language": "For using the Expression validator",
9724                 "symfony/http-foundation": "",
9725                 "symfony/intl": "",
9726                 "symfony/property-access": "For accessing properties within comparison constraints",
9727                 "symfony/yaml": ""
9728             },
9729             "type": "library",
9730             "extra": {
9731                 "branch-alias": {
9732                     "dev-master": "3.4-dev"
9733                 }
9734             },
9735             "autoload": {
9736                 "psr-4": {
9737                     "Symfony\\Component\\Validator\\": ""
9738                 },
9739                 "exclude-from-classmap": [
9740                     "/Tests/"
9741                 ]
9742             },
9743             "notification-url": "https://packagist.org/downloads/",
9744             "license": [
9745                 "MIT"
9746             ],
9747             "authors": [
9748                 {
9749                     "name": "Fabien Potencier",
9750                     "email": "fabien@symfony.com"
9751                 },
9752                 {
9753                     "name": "Symfony Community",
9754                     "homepage": "https://symfony.com/contributors"
9755                 }
9756             ],
9757             "description": "Symfony Validator Component",
9758             "homepage": "https://symfony.com",
9759             "time": "2018-10-14T18:32:13+00:00"
9760         },
9761         {
9762             "name": "symfony/var-dumper",
9763             "version": "v3.4.18",
9764             "source": {
9765                 "type": "git",
9766                 "url": "https://github.com/symfony/var-dumper.git",
9767                 "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181"
9768             },
9769             "dist": {
9770                 "type": "zip",
9771                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181",
9772                 "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181",
9773                 "shasum": ""
9774             },
9775             "require": {
9776                 "php": "^5.5.9|>=7.0.8",
9777                 "symfony/polyfill-mbstring": "~1.0"
9778             },
9779             "conflict": {
9780                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9781             },
9782             "require-dev": {
9783                 "ext-iconv": "*",
9784                 "twig/twig": "~1.34|~2.4"
9785             },
9786             "suggest": {
9787                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
9788                 "ext-intl": "To show region name in time zone dump",
9789                 "ext-symfony_debug": ""
9790             },
9791             "type": "library",
9792             "extra": {
9793                 "branch-alias": {
9794                     "dev-master": "3.4-dev"
9795                 }
9796             },
9797             "autoload": {
9798                 "files": [
9799                     "Resources/functions/dump.php"
9800                 ],
9801                 "psr-4": {
9802                     "Symfony\\Component\\VarDumper\\": ""
9803                 },
9804                 "exclude-from-classmap": [
9805                     "/Tests/"
9806                 ]
9807             },
9808             "notification-url": "https://packagist.org/downloads/",
9809             "license": [
9810                 "MIT"
9811             ],
9812             "authors": [
9813                 {
9814                     "name": "Nicolas Grekas",
9815                     "email": "p@tchwork.com"
9816                 },
9817                 {
9818                     "name": "Symfony Community",
9819                     "homepage": "https://symfony.com/contributors"
9820                 }
9821             ],
9822             "description": "Symfony mechanism for exploring and dumping PHP variables",
9823             "homepage": "https://symfony.com",
9824             "keywords": [
9825                 "debug",
9826                 "dump"
9827             ],
9828             "time": "2018-10-02T16:33:53+00:00"
9829         },
9830         {
9831             "name": "symfony/yaml",
9832             "version": "v3.4.18",
9833             "source": {
9834                 "type": "git",
9835                 "url": "https://github.com/symfony/yaml.git",
9836                 "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f"
9837             },
9838             "dist": {
9839                 "type": "zip",
9840                 "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f",
9841                 "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f",
9842                 "shasum": ""
9843             },
9844             "require": {
9845                 "php": "^5.5.9|>=7.0.8",
9846                 "symfony/polyfill-ctype": "~1.8"
9847             },
9848             "conflict": {
9849                 "symfony/console": "<3.4"
9850             },
9851             "require-dev": {
9852                 "symfony/console": "~3.4|~4.0"
9853             },
9854             "suggest": {
9855                 "symfony/console": "For validating YAML files using the lint command"
9856             },
9857             "type": "library",
9858             "extra": {
9859                 "branch-alias": {
9860                     "dev-master": "3.4-dev"
9861                 }
9862             },
9863             "autoload": {
9864                 "psr-4": {
9865                     "Symfony\\Component\\Yaml\\": ""
9866                 },
9867                 "exclude-from-classmap": [
9868                     "/Tests/"
9869                 ]
9870             },
9871             "notification-url": "https://packagist.org/downloads/",
9872             "license": [
9873                 "MIT"
9874             ],
9875             "authors": [
9876                 {
9877                     "name": "Fabien Potencier",
9878                     "email": "fabien@symfony.com"
9879                 },
9880                 {
9881                     "name": "Symfony Community",
9882                     "homepage": "https://symfony.com/contributors"
9883                 }
9884             ],
9885             "description": "Symfony Yaml Component",
9886             "homepage": "https://symfony.com",
9887             "time": "2018-10-02T16:33:53+00:00"
9888         },
9889         {
9890             "name": "twbs/bootstrap-sass",
9891             "version": "v3.3.7",
9892             "source": {
9893                 "type": "git",
9894                 "url": "https://github.com/twbs/bootstrap-sass.git",
9895                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
9896             },
9897             "dist": {
9898                 "type": "zip",
9899                 "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
9900                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
9901                 "shasum": ""
9902             },
9903             "type": "library",
9904             "extra": {
9905                 "branch-alias": {
9906                     "dev-master": "3.3.x-dev"
9907                 }
9908             },
9909             "notification-url": "https://packagist.org/downloads/",
9910             "license": [
9911                 "MIT"
9912             ],
9913             "authors": [
9914                 {
9915                     "name": "Mark Otto"
9916                 },
9917                 {
9918                     "name": "Thomas McDonald"
9919                 },
9920                 {
9921                     "name": "Tristan Harward"
9922                 },
9923                 {
9924                     "name": "Peter Gumeson"
9925                 },
9926                 {
9927                     "name": "Gleb Mazovetskiy"
9928                 },
9929                 {
9930                     "name": "Jacob Thornton"
9931                 }
9932             ],
9933             "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
9934             "homepage": "http://github.com/twbs/bootstrap-sass",
9935             "keywords": [
9936                 "bootstrap",
9937                 "css",
9938                 "sass"
9939             ],
9940             "time": "2016-07-25T19:58:53+00:00"
9941         },
9942         {
9943             "name": "twig/twig",
9944             "version": "v1.35.4",
9945             "source": {
9946                 "type": "git",
9947                 "url": "https://github.com/twigphp/Twig.git",
9948                 "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
9949             },
9950             "dist": {
9951                 "type": "zip",
9952                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
9953                 "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
9954                 "shasum": ""
9955             },
9956             "require": {
9957                 "php": ">=5.3.3",
9958                 "symfony/polyfill-ctype": "^1.8"
9959             },
9960             "require-dev": {
9961                 "psr/container": "^1.0",
9962                 "symfony/debug": "^2.7",
9963                 "symfony/phpunit-bridge": "^3.3"
9964             },
9965             "type": "library",
9966             "extra": {
9967                 "branch-alias": {
9968                     "dev-master": "1.35-dev"
9969                 }
9970             },
9971             "autoload": {
9972                 "psr-0": {
9973                     "Twig_": "lib/"
9974                 },
9975                 "psr-4": {
9976                     "Twig\\": "src/"
9977                 }
9978             },
9979             "notification-url": "https://packagist.org/downloads/",
9980             "license": [
9981                 "BSD-3-Clause"
9982             ],
9983             "authors": [
9984                 {
9985                     "name": "Fabien Potencier",
9986                     "email": "fabien@symfony.com",
9987                     "homepage": "http://fabien.potencier.org",
9988                     "role": "Lead Developer"
9989                 },
9990                 {
9991                     "name": "Armin Ronacher",
9992                     "email": "armin.ronacher@active-4.com",
9993                     "role": "Project Founder"
9994                 },
9995                 {
9996                     "name": "Twig Team",
9997                     "homepage": "https://twig.symfony.com/contributors",
9998                     "role": "Contributors"
9999                 }
10000             ],
10001             "description": "Twig, the flexible, fast, and secure template language for PHP",
10002             "homepage": "https://twig.symfony.com",
10003             "keywords": [
10004                 "templating"
10005             ],
10006             "time": "2018-07-13T07:12:17+00:00"
10007         },
10008         {
10009             "name": "webflo/drupal-finder",
10010             "version": "1.1.0",
10011             "source": {
10012                 "type": "git",
10013                 "url": "https://github.com/webflo/drupal-finder.git",
10014                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
10015             },
10016             "dist": {
10017                 "type": "zip",
10018                 "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
10019                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
10020                 "shasum": ""
10021             },
10022             "require-dev": {
10023                 "mikey179/vfsstream": "^1.6",
10024                 "phpunit/phpunit": "^4.8"
10025             },
10026             "type": "library",
10027             "autoload": {
10028                 "classmap": [
10029                     "src/DrupalFinder.php"
10030                 ]
10031             },
10032             "notification-url": "https://packagist.org/downloads/",
10033             "license": [
10034                 "GPL-2.0+"
10035             ],
10036             "authors": [
10037                 {
10038                     "name": "Florian Weber",
10039                     "email": "florian@webflo.org"
10040                 }
10041             ],
10042             "description": "Helper class to locate a Drupal installation from a given path.",
10043             "time": "2017-10-24T08:12:11+00:00"
10044         },
10045         {
10046             "name": "webmozart/assert",
10047             "version": "1.3.0",
10048             "source": {
10049                 "type": "git",
10050                 "url": "https://github.com/webmozarts/assert.git",
10051                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
10052             },
10053             "dist": {
10054                 "type": "zip",
10055                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
10056                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
10057                 "shasum": ""
10058             },
10059             "require": {
10060                 "php": "^5.3.3 || ^7.0"
10061             },
10062             "require-dev": {
10063                 "phpunit/phpunit": "^4.6",
10064                 "sebastian/version": "^1.0.1"
10065             },
10066             "type": "library",
10067             "extra": {
10068                 "branch-alias": {
10069                     "dev-master": "1.3-dev"
10070                 }
10071             },
10072             "autoload": {
10073                 "psr-4": {
10074                     "Webmozart\\Assert\\": "src/"
10075                 }
10076             },
10077             "notification-url": "https://packagist.org/downloads/",
10078             "license": [
10079                 "MIT"
10080             ],
10081             "authors": [
10082                 {
10083                     "name": "Bernhard Schussek",
10084                     "email": "bschussek@gmail.com"
10085                 }
10086             ],
10087             "description": "Assertions to validate method input/output with nice error messages.",
10088             "keywords": [
10089                 "assert",
10090                 "check",
10091                 "validate"
10092             ],
10093             "time": "2018-01-29T19:49:41+00:00"
10094         },
10095         {
10096             "name": "webmozart/path-util",
10097             "version": "2.3.0",
10098             "source": {
10099                 "type": "git",
10100                 "url": "https://github.com/webmozart/path-util.git",
10101                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
10102             },
10103             "dist": {
10104                 "type": "zip",
10105                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
10106                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
10107                 "shasum": ""
10108             },
10109             "require": {
10110                 "php": ">=5.3.3",
10111                 "webmozart/assert": "~1.0"
10112             },
10113             "require-dev": {
10114                 "phpunit/phpunit": "^4.6",
10115                 "sebastian/version": "^1.0.1"
10116             },
10117             "type": "library",
10118             "extra": {
10119                 "branch-alias": {
10120                     "dev-master": "2.3-dev"
10121                 }
10122             },
10123             "autoload": {
10124                 "psr-4": {
10125                     "Webmozart\\PathUtil\\": "src/"
10126                 }
10127             },
10128             "notification-url": "https://packagist.org/downloads/",
10129             "license": [
10130                 "MIT"
10131             ],
10132             "authors": [
10133                 {
10134                     "name": "Bernhard Schussek",
10135                     "email": "bschussek@gmail.com"
10136                 }
10137             ],
10138             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
10139             "time": "2015-12-17T08:42:14+00:00"
10140         },
10141         {
10142             "name": "zendframework/zend-diactoros",
10143             "version": "1.8.6",
10144             "source": {
10145                 "type": "git",
10146                 "url": "https://github.com/zendframework/zend-diactoros.git",
10147                 "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
10148             },
10149             "dist": {
10150                 "type": "zip",
10151                 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
10152                 "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
10153                 "shasum": ""
10154             },
10155             "require": {
10156                 "php": "^5.6 || ^7.0",
10157                 "psr/http-message": "^1.0"
10158             },
10159             "provide": {
10160                 "psr/http-message-implementation": "1.0"
10161             },
10162             "require-dev": {
10163                 "ext-dom": "*",
10164                 "ext-libxml": "*",
10165                 "php-http/psr7-integration-tests": "dev-master",
10166                 "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
10167                 "zendframework/zend-coding-standard": "~1.0"
10168             },
10169             "type": "library",
10170             "extra": {
10171                 "branch-alias": {
10172                     "dev-master": "1.8.x-dev",
10173                     "dev-develop": "1.9.x-dev",
10174                     "dev-release-2.0": "2.0.x-dev"
10175                 }
10176             },
10177             "autoload": {
10178                 "files": [
10179                     "src/functions/create_uploaded_file.php",
10180                     "src/functions/marshal_headers_from_sapi.php",
10181                     "src/functions/marshal_method_from_sapi.php",
10182                     "src/functions/marshal_protocol_version_from_sapi.php",
10183                     "src/functions/marshal_uri_from_sapi.php",
10184                     "src/functions/normalize_server.php",
10185                     "src/functions/normalize_uploaded_files.php",
10186                     "src/functions/parse_cookie_header.php"
10187                 ],
10188                 "psr-4": {
10189                     "Zend\\Diactoros\\": "src/"
10190                 }
10191             },
10192             "notification-url": "https://packagist.org/downloads/",
10193             "license": [
10194                 "BSD-2-Clause"
10195             ],
10196             "description": "PSR HTTP Message implementations",
10197             "homepage": "https://github.com/zendframework/zend-diactoros",
10198             "keywords": [
10199                 "http",
10200                 "psr",
10201                 "psr-7"
10202             ],
10203             "abandoned": "laminas/laminas-diactoros",
10204             "time": "2018-09-05T19:29:37+00:00"
10205         },
10206         {
10207             "name": "zendframework/zend-escaper",
10208             "version": "2.6.0",
10209             "source": {
10210                 "type": "git",
10211                 "url": "https://github.com/zendframework/zend-escaper.git",
10212                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
10213             },
10214             "dist": {
10215                 "type": "zip",
10216                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
10217                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
10218                 "shasum": ""
10219             },
10220             "require": {
10221                 "php": "^5.6 || ^7.0"
10222             },
10223             "require-dev": {
10224                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
10225                 "zendframework/zend-coding-standard": "~1.0.0"
10226             },
10227             "type": "library",
10228             "extra": {
10229                 "branch-alias": {
10230                     "dev-master": "2.6.x-dev",
10231                     "dev-develop": "2.7.x-dev"
10232                 }
10233             },
10234             "autoload": {
10235                 "psr-4": {
10236                     "Zend\\Escaper\\": "src/"
10237                 }
10238             },
10239             "notification-url": "https://packagist.org/downloads/",
10240             "license": [
10241                 "BSD-3-Clause"
10242             ],
10243             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
10244             "keywords": [
10245                 "ZendFramework",
10246                 "escaper",
10247                 "zf"
10248             ],
10249             "abandoned": "laminas/laminas-escaper",
10250             "time": "2018-04-25T15:48:53+00:00"
10251         },
10252         {
10253             "name": "zendframework/zend-feed",
10254             "version": "2.10.3",
10255             "source": {
10256                 "type": "git",
10257                 "url": "https://github.com/zendframework/zend-feed.git",
10258                 "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888"
10259             },
10260             "dist": {
10261                 "type": "zip",
10262                 "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/6641f4cf3f4586c63f83fd70b6d19966025c8888",
10263                 "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888",
10264                 "shasum": ""
10265             },
10266             "require": {
10267                 "php": "^5.6 || ^7.0",
10268                 "zendframework/zend-escaper": "^2.5.2",
10269                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
10270             },
10271             "require-dev": {
10272                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10273                 "psr/http-message": "^1.0.1",
10274                 "zendframework/zend-cache": "^2.7.2",
10275                 "zendframework/zend-coding-standard": "~1.0.0",
10276                 "zendframework/zend-db": "^2.8.2",
10277                 "zendframework/zend-http": "^2.7",
10278                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
10279                 "zendframework/zend-validator": "^2.10.1"
10280             },
10281             "suggest": {
10282                 "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
10283                 "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
10284                 "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
10285                 "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
10286                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
10287                 "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
10288             },
10289             "type": "library",
10290             "extra": {
10291                 "branch-alias": {
10292                     "dev-master": "2.10.x-dev",
10293                     "dev-develop": "2.11.x-dev"
10294                 }
10295             },
10296             "autoload": {
10297                 "psr-4": {
10298                     "Zend\\Feed\\": "src/"
10299                 }
10300             },
10301             "notification-url": "https://packagist.org/downloads/",
10302             "license": [
10303                 "BSD-3-Clause"
10304             ],
10305             "description": "provides functionality for consuming RSS and Atom feeds",
10306             "keywords": [
10307                 "ZendFramework",
10308                 "feed",
10309                 "zf"
10310             ],
10311             "abandoned": "laminas/laminas-feed",
10312             "time": "2018-08-01T13:53:20+00:00"
10313         },
10314         {
10315             "name": "zendframework/zend-stdlib",
10316             "version": "3.2.1",
10317             "source": {
10318                 "type": "git",
10319                 "url": "https://github.com/zendframework/zend-stdlib.git",
10320                 "reference": "66536006722aff9e62d1b331025089b7ec71c065"
10321             },
10322             "dist": {
10323                 "type": "zip",
10324                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
10325                 "reference": "66536006722aff9e62d1b331025089b7ec71c065",
10326                 "shasum": ""
10327             },
10328             "require": {
10329                 "php": "^5.6 || ^7.0"
10330             },
10331             "require-dev": {
10332                 "phpbench/phpbench": "^0.13",
10333                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
10334                 "zendframework/zend-coding-standard": "~1.0.0"
10335             },
10336             "type": "library",
10337             "extra": {
10338                 "branch-alias": {
10339                     "dev-master": "3.2.x-dev",
10340                     "dev-develop": "3.3.x-dev"
10341                 }
10342             },
10343             "autoload": {
10344                 "psr-4": {
10345                     "Zend\\Stdlib\\": "src/"
10346                 }
10347             },
10348             "notification-url": "https://packagist.org/downloads/",
10349             "license": [
10350                 "BSD-3-Clause"
10351             ],
10352             "description": "SPL extensions, array utilities, error handlers, and more",
10353             "keywords": [
10354                 "ZendFramework",
10355                 "stdlib",
10356                 "zf"
10357             ],
10358             "abandoned": "laminas/laminas-stdlib",
10359             "time": "2018-08-28T21:34:05+00:00"
10360         }
10361     ],
10362     "packages-dev": [
10363         {
10364             "name": "ajgl/breakpoint-twig-extension",
10365             "version": "0.3.0",
10366             "source": {
10367                 "type": "git",
10368                 "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
10369                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
10370             },
10371             "dist": {
10372                 "type": "zip",
10373                 "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
10374                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
10375                 "shasum": ""
10376             },
10377             "require": {
10378                 "php": ">=5.4.0",
10379                 "twig/twig": "^1.14"
10380             },
10381             "require-dev": {
10382                 "symfony/framework-bundle": "^2.3",
10383                 "symfony/twig-bundle": "^2.3"
10384             },
10385             "suggest": {
10386                 "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
10387                 "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
10388                 "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
10389             },
10390             "type": "library",
10391             "extra": {
10392                 "branch-alias": {
10393                     "dev-master": "0.4.x-dev"
10394                 }
10395             },
10396             "autoload": {
10397                 "psr-4": {
10398                     "Ajgl\\Twig\\Extension\\": "src/"
10399                 }
10400             },
10401             "notification-url": "https://packagist.org/downloads/",
10402             "license": [
10403                 "MIT"
10404             ],
10405             "authors": [
10406                 {
10407                     "name": "Antonio J. García Lagar",
10408                     "email": "aj@garcialagar.es",
10409                     "homepage": "http://aj.garcialagar.es",
10410                     "role": "developer"
10411                 }
10412             ],
10413             "description": "Twig extension to set breakpoints",
10414             "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
10415             "keywords": [
10416                 "Xdebug",
10417                 "breakpoint",
10418                 "twig"
10419             ],
10420             "time": "2016-03-31T18:09:32+00:00"
10421         },
10422         {
10423             "name": "behat/mink",
10424             "version": "v1.7.1",
10425             "source": {
10426                 "type": "git",
10427                 "url": "https://github.com/minkphp/Mink.git",
10428                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
10429             },
10430             "dist": {
10431                 "type": "zip",
10432                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
10433                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
10434                 "shasum": ""
10435             },
10436             "require": {
10437                 "php": ">=5.3.1",
10438                 "symfony/css-selector": "~2.1|~3.0"
10439             },
10440             "require-dev": {
10441                 "symfony/phpunit-bridge": "~2.7|~3.0"
10442             },
10443             "suggest": {
10444                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
10445                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
10446                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
10447                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
10448             },
10449             "type": "library",
10450             "extra": {
10451                 "branch-alias": {
10452                     "dev-master": "1.7.x-dev"
10453                 }
10454             },
10455             "autoload": {
10456                 "psr-4": {
10457                     "Behat\\Mink\\": "src/"
10458                 }
10459             },
10460             "notification-url": "https://packagist.org/downloads/",
10461             "license": [
10462                 "MIT"
10463             ],
10464             "authors": [
10465                 {
10466                     "name": "Konstantin Kudryashov",
10467                     "email": "ever.zet@gmail.com",
10468                     "homepage": "http://everzet.com"
10469                 }
10470             ],
10471             "description": "Browser controller/emulator abstraction for PHP",
10472             "homepage": "http://mink.behat.org/",
10473             "keywords": [
10474                 "browser",
10475                 "testing",
10476                 "web"
10477             ],
10478             "time": "2016-03-05T08:26:18+00:00"
10479         },
10480         {
10481             "name": "behat/mink-browserkit-driver",
10482             "version": "1.3.3",
10483             "source": {
10484                 "type": "git",
10485                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
10486                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
10487             },
10488             "dist": {
10489                 "type": "zip",
10490                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
10491                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
10492                 "shasum": ""
10493             },
10494             "require": {
10495                 "behat/mink": "^1.7.1@dev",
10496                 "php": ">=5.3.6",
10497                 "symfony/browser-kit": "~2.3|~3.0|~4.0",
10498                 "symfony/dom-crawler": "~2.3|~3.0|~4.0"
10499             },
10500             "require-dev": {
10501                 "mink/driver-testsuite": "dev-master",
10502                 "symfony/http-kernel": "~2.3|~3.0|~4.0"
10503             },
10504             "type": "mink-driver",
10505             "extra": {
10506                 "branch-alias": {
10507                     "dev-master": "1.3.x-dev"
10508                 }
10509             },
10510             "autoload": {
10511                 "psr-4": {
10512                     "Behat\\Mink\\Driver\\": "src/"
10513                 }
10514             },
10515             "notification-url": "https://packagist.org/downloads/",
10516             "license": [
10517                 "MIT"
10518             ],
10519             "authors": [
10520                 {
10521                     "name": "Konstantin Kudryashov",
10522                     "email": "ever.zet@gmail.com",
10523                     "homepage": "http://everzet.com"
10524                 }
10525             ],
10526             "description": "Symfony2 BrowserKit driver for Mink framework",
10527             "homepage": "http://mink.behat.org/",
10528             "keywords": [
10529                 "Mink",
10530                 "Symfony2",
10531                 "browser",
10532                 "testing"
10533             ],
10534             "time": "2018-05-02T09:25:31+00:00"
10535         },
10536         {
10537             "name": "behat/mink-goutte-driver",
10538             "version": "v1.2.1",
10539             "source": {
10540                 "type": "git",
10541                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
10542                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
10543             },
10544             "dist": {
10545                 "type": "zip",
10546                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
10547                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
10548                 "shasum": ""
10549             },
10550             "require": {
10551                 "behat/mink": "~1.6@dev",
10552                 "behat/mink-browserkit-driver": "~1.2@dev",
10553                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
10554                 "php": ">=5.3.1"
10555             },
10556             "require-dev": {
10557                 "symfony/phpunit-bridge": "~2.7|~3.0"
10558             },
10559             "type": "mink-driver",
10560             "extra": {
10561                 "branch-alias": {
10562                     "dev-master": "1.2.x-dev"
10563                 }
10564             },
10565             "autoload": {
10566                 "psr-4": {
10567                     "Behat\\Mink\\Driver\\": "src/"
10568                 }
10569             },
10570             "notification-url": "https://packagist.org/downloads/",
10571             "license": [
10572                 "MIT"
10573             ],
10574             "authors": [
10575                 {
10576                     "name": "Konstantin Kudryashov",
10577                     "email": "ever.zet@gmail.com",
10578                     "homepage": "http://everzet.com"
10579                 }
10580             ],
10581             "description": "Goutte driver for Mink framework",
10582             "homepage": "http://mink.behat.org/",
10583             "keywords": [
10584                 "browser",
10585                 "goutte",
10586                 "headless",
10587                 "testing"
10588             ],
10589             "time": "2016-03-05T09:04:22+00:00"
10590         },
10591         {
10592             "name": "doctrine/instantiator",
10593             "version": "1.0.5",
10594             "source": {
10595                 "type": "git",
10596                 "url": "https://github.com/doctrine/instantiator.git",
10597                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
10598             },
10599             "dist": {
10600                 "type": "zip",
10601                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
10602                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
10603                 "shasum": ""
10604             },
10605             "require": {
10606                 "php": ">=5.3,<8.0-DEV"
10607             },
10608             "require-dev": {
10609                 "athletic/athletic": "~0.1.8",
10610                 "ext-pdo": "*",
10611                 "ext-phar": "*",
10612                 "phpunit/phpunit": "~4.0",
10613                 "squizlabs/php_codesniffer": "~2.0"
10614             },
10615             "type": "library",
10616             "extra": {
10617                 "branch-alias": {
10618                     "dev-master": "1.0.x-dev"
10619                 }
10620             },
10621             "autoload": {
10622                 "psr-4": {
10623                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
10624                 }
10625             },
10626             "notification-url": "https://packagist.org/downloads/",
10627             "license": [
10628                 "MIT"
10629             ],
10630             "authors": [
10631                 {
10632                     "name": "Marco Pivetta",
10633                     "email": "ocramius@gmail.com",
10634                     "homepage": "http://ocramius.github.com/"
10635                 }
10636             ],
10637             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
10638             "homepage": "https://github.com/doctrine/instantiator",
10639             "keywords": [
10640                 "constructor",
10641                 "instantiate"
10642             ],
10643             "time": "2015-06-14T21:17:01+00:00"
10644         },
10645         {
10646             "name": "drupal/livereload",
10647             "version": "dev-1.x",
10648             "source": {
10649                 "type": "git",
10650                 "url": "https://git.drupalcode.org/project/livereload.git",
10651                 "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
10652             },
10653             "require": {
10654                 "drupal/core": "~8.0"
10655             },
10656             "type": "drupal-module",
10657             "extra": {
10658                 "branch-alias": {
10659                     "dev-1.x": "1.x-dev"
10660                 },
10661                 "drupal": {
10662                     "version": "8.x-1.x-dev",
10663                     "datestamp": "1474009739"
10664                 }
10665             },
10666             "notification-url": "https://packages.drupal.org/8/downloads",
10667             "license": [
10668                 "GPL-2.0+"
10669             ],
10670             "authors": [
10671                 {
10672                     "name": "Hydra",
10673                     "homepage": "https://www.drupal.org/user/647364"
10674                 },
10675                 {
10676                     "name": "tim.plunkett",
10677                     "homepage": "https://www.drupal.org/user/241634"
10678                 }
10679             ],
10680             "description": "Enables and enhances use of LiveReload during development.",
10681             "homepage": "https://www.drupal.org/project/livereload",
10682             "support": {
10683                 "source": "http://cgit.drupalcode.org/livereload"
10684             }
10685         },
10686         {
10687             "name": "drupal/twig_xdebug",
10688             "version": "1.0.0",
10689             "source": {
10690                 "type": "git",
10691                 "url": "https://git.drupalcode.org/project/twig_xdebug.git",
10692                 "reference": "8.x-1.0"
10693             },
10694             "dist": {
10695                 "type": "zip",
10696                 "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
10697                 "reference": "8.x-1.0",
10698                 "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
10699             },
10700             "require": {
10701                 "ajgl/breakpoint-twig-extension": "0.3",
10702                 "drupal/core": "~8.0"
10703             },
10704             "type": "drupal-module",
10705             "extra": {
10706                 "branch-alias": {
10707                     "dev-1.x": "1.x-dev"
10708                 },
10709                 "drupal": {
10710                     "version": "8.x-1.0",
10711                     "datestamp": "1464928439"
10712                 }
10713             },
10714             "notification-url": "https://packages.drupal.org/8/downloads",
10715             "license": [
10716                 "GPL-2.0+"
10717             ],
10718             "authors": [
10719                 {
10720                     "name": "charginghawk",
10721                     "homepage": "https://www.drupal.org/user/2626341"
10722                 }
10723             ],
10724             "description": "Enables Xdebug breakpoints in Twig.",
10725             "homepage": "https://www.drupal.org/project/twig_xdebug",
10726             "support": {
10727                 "source": "http://cgit.drupalcode.org/twig_xdebug"
10728             }
10729         },
10730         {
10731             "name": "fabpot/goutte",
10732             "version": "v3.2.3",
10733             "source": {
10734                 "type": "git",
10735                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
10736                 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
10737             },
10738             "dist": {
10739                 "type": "zip",
10740                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
10741                 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
10742                 "shasum": ""
10743             },
10744             "require": {
10745                 "guzzlehttp/guzzle": "^6.0",
10746                 "php": ">=5.5.0",
10747                 "symfony/browser-kit": "~2.1|~3.0|~4.0",
10748                 "symfony/css-selector": "~2.1|~3.0|~4.0",
10749                 "symfony/dom-crawler": "~2.1|~3.0|~4.0"
10750             },
10751             "require-dev": {
10752                 "symfony/phpunit-bridge": "^3.3 || ^4"
10753             },
10754             "type": "application",
10755             "extra": {
10756                 "branch-alias": {
10757                     "dev-master": "3.2-dev"
10758                 }
10759             },
10760             "autoload": {
10761                 "psr-4": {
10762                     "Goutte\\": "Goutte"
10763                 },
10764                 "exclude-from-classmap": [
10765                     "Goutte/Tests"
10766                 ]
10767             },
10768             "notification-url": "https://packagist.org/downloads/",
10769             "license": [
10770                 "MIT"
10771             ],
10772             "authors": [
10773                 {
10774                     "name": "Fabien Potencier",
10775                     "email": "fabien@symfony.com"
10776                 }
10777             ],
10778             "description": "A simple PHP Web Scraper",
10779             "homepage": "https://github.com/FriendsOfPHP/Goutte",
10780             "keywords": [
10781                 "scraper"
10782             ],
10783             "time": "2018-06-29T15:13:57+00:00"
10784         },
10785         {
10786             "name": "jcalderonzumba/gastonjs",
10787             "version": "v1.0.3",
10788             "source": {
10789                 "type": "git",
10790                 "url": "https://github.com/jcalderonzumba/gastonjs.git",
10791                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
10792             },
10793             "dist": {
10794                 "type": "zip",
10795                 "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
10796                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
10797                 "shasum": ""
10798             },
10799             "require": {
10800                 "guzzlehttp/guzzle": "~5.0|~6.0",
10801                 "php": ">=5.4"
10802             },
10803             "require-dev": {
10804                 "phpunit/phpunit": "~4.6",
10805                 "silex/silex": "~1.2",
10806                 "symfony/phpunit-bridge": "~2.7",
10807                 "symfony/process": "~2.1"
10808             },
10809             "type": "phantomjs-api",
10810             "extra": {
10811                 "branch-alias": {
10812                     "dev-master": "1.1.x-dev"
10813                 }
10814             },
10815             "autoload": {
10816                 "psr-4": {
10817                     "Zumba\\GastonJS\\": "src"
10818                 }
10819             },
10820             "notification-url": "https://packagist.org/downloads/",
10821             "license": [
10822                 "MIT"
10823             ],
10824             "authors": [
10825                 {
10826                     "name": "Juan Francisco Calderón Zumba",
10827                     "email": "juanfcz@gmail.com",
10828                     "homepage": "http://github.com/jcalderonzumba"
10829                 }
10830             ],
10831             "description": "PhantomJS API based server for webpage automation",
10832             "homepage": "https://github.com/jcalderonzumba/gastonjs",
10833             "keywords": [
10834                 "api",
10835                 "automation",
10836                 "browser",
10837                 "headless",
10838                 "phantomjs"
10839             ],
10840             "time": "2016-05-04T16:27:07+00:00"
10841         },
10842         {
10843             "name": "jcalderonzumba/mink-phantomjs-driver",
10844             "version": "v0.3.3",
10845             "source": {
10846                 "type": "git",
10847                 "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
10848                 "reference": "008f43670e94acd39273d15add1e7348eb23848d"
10849             },
10850             "dist": {
10851                 "type": "zip",
10852                 "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
10853                 "reference": "008f43670e94acd39273d15add1e7348eb23848d",
10854                 "shasum": ""
10855             },
10856             "require": {
10857                 "behat/mink": "~1.7",
10858                 "jcalderonzumba/gastonjs": "~1.0",
10859                 "php": ">=5.4",
10860                 "twig/twig": "~1.20|~2.0"
10861             },
10862             "require-dev": {
10863                 "mink/driver-testsuite": "dev-master",
10864                 "phpunit/phpunit": "~4.6"
10865             },
10866             "type": "mink-driver",
10867             "extra": {
10868                 "branch-alias": {
10869                     "dev-master": "0.4.x-dev"
10870                 }
10871             },
10872             "autoload": {
10873                 "psr-4": {
10874                     "Zumba\\Mink\\Driver\\": "src"
10875                 }
10876             },
10877             "notification-url": "https://packagist.org/downloads/",
10878             "license": [
10879                 "MIT"
10880             ],
10881             "authors": [
10882                 {
10883                     "name": "Juan Francisco Calderón Zumba",
10884                     "email": "juanfcz@gmail.com",
10885                     "homepage": "http://github.com/jcalderonzumba"
10886                 }
10887             ],
10888             "description": "PhantomJS driver for Mink framework",
10889             "homepage": "http://mink.behat.org/",
10890             "keywords": [
10891                 "ajax",
10892                 "browser",
10893                 "headless",
10894                 "javascript",
10895                 "phantomjs",
10896                 "testing"
10897             ],
10898             "time": "2016-12-01T10:57:30+00:00"
10899         },
10900         {
10901             "name": "mikey179/vfsStream",
10902             "version": "v1.6.5",
10903             "source": {
10904                 "type": "git",
10905                 "url": "https://github.com/bovigo/vfsStream.git",
10906                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
10907             },
10908             "dist": {
10909                 "type": "zip",
10910                 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
10911                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
10912                 "shasum": ""
10913             },
10914             "require": {
10915                 "php": ">=5.3.0"
10916             },
10917             "require-dev": {
10918                 "phpunit/phpunit": "~4.5"
10919             },
10920             "type": "library",
10921             "extra": {
10922                 "branch-alias": {
10923                     "dev-master": "1.6.x-dev"
10924                 }
10925             },
10926             "autoload": {
10927                 "psr-0": {
10928                     "org\\bovigo\\vfs\\": "src/main/php"
10929                 }
10930             },
10931             "notification-url": "https://packagist.org/downloads/",
10932             "license": [
10933                 "BSD-3-Clause"
10934             ],
10935             "authors": [
10936                 {
10937                     "name": "Frank Kleine",
10938                     "homepage": "http://frankkleine.de/",
10939                     "role": "Developer"
10940                 }
10941             ],
10942             "description": "Virtual file system to mock the real file system in unit tests.",
10943             "homepage": "http://vfs.bovigo.org/",
10944             "time": "2017-08-01T08:02:14+00:00"
10945         },
10946         {
10947             "name": "phpspec/prophecy",
10948             "version": "1.8.0",
10949             "source": {
10950                 "type": "git",
10951                 "url": "https://github.com/phpspec/prophecy.git",
10952                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
10953             },
10954             "dist": {
10955                 "type": "zip",
10956                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
10957                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
10958                 "shasum": ""
10959             },
10960             "require": {
10961                 "doctrine/instantiator": "^1.0.2",
10962                 "php": "^5.3|^7.0",
10963                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
10964                 "sebastian/comparator": "^1.1|^2.0|^3.0",
10965                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
10966             },
10967             "require-dev": {
10968                 "phpspec/phpspec": "^2.5|^3.2",
10969                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
10970             },
10971             "type": "library",
10972             "extra": {
10973                 "branch-alias": {
10974                     "dev-master": "1.8.x-dev"
10975                 }
10976             },
10977             "autoload": {
10978                 "psr-0": {
10979                     "Prophecy\\": "src/"
10980                 }
10981             },
10982             "notification-url": "https://packagist.org/downloads/",
10983             "license": [
10984                 "MIT"
10985             ],
10986             "authors": [
10987                 {
10988                     "name": "Konstantin Kudryashov",
10989                     "email": "ever.zet@gmail.com",
10990                     "homepage": "http://everzet.com"
10991                 },
10992                 {
10993                     "name": "Marcello Duarte",
10994                     "email": "marcello.duarte@gmail.com"
10995                 }
10996             ],
10997             "description": "Highly opinionated mocking framework for PHP 5.3+",
10998             "homepage": "https://github.com/phpspec/prophecy",
10999             "keywords": [
11000                 "Double",
11001                 "Dummy",
11002                 "fake",
11003                 "mock",
11004                 "spy",
11005                 "stub"
11006             ],
11007             "time": "2018-08-05T17:53:17+00:00"
11008         },
11009         {
11010             "name": "phpunit/php-code-coverage",
11011             "version": "2.2.4",
11012             "source": {
11013                 "type": "git",
11014                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
11015                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
11016             },
11017             "dist": {
11018                 "type": "zip",
11019                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
11020                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
11021                 "shasum": ""
11022             },
11023             "require": {
11024                 "php": ">=5.3.3",
11025                 "phpunit/php-file-iterator": "~1.3",
11026                 "phpunit/php-text-template": "~1.2",
11027                 "phpunit/php-token-stream": "~1.3",
11028                 "sebastian/environment": "^1.3.2",
11029                 "sebastian/version": "~1.0"
11030             },
11031             "require-dev": {
11032                 "ext-xdebug": ">=2.1.4",
11033                 "phpunit/phpunit": "~4"
11034             },
11035             "suggest": {
11036                 "ext-dom": "*",
11037                 "ext-xdebug": ">=2.2.1",
11038                 "ext-xmlwriter": "*"
11039             },
11040             "type": "library",
11041             "extra": {
11042                 "branch-alias": {
11043                     "dev-master": "2.2.x-dev"
11044                 }
11045             },
11046             "autoload": {
11047                 "classmap": [
11048                     "src/"
11049                 ]
11050             },
11051             "notification-url": "https://packagist.org/downloads/",
11052             "license": [
11053                 "BSD-3-Clause"
11054             ],
11055             "authors": [
11056                 {
11057                     "name": "Sebastian Bergmann",
11058                     "email": "sb@sebastian-bergmann.de",
11059                     "role": "lead"
11060                 }
11061             ],
11062             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
11063             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
11064             "keywords": [
11065                 "coverage",
11066                 "testing",
11067                 "xunit"
11068             ],
11069             "time": "2015-10-06T15:47:00+00:00"
11070         },
11071         {
11072             "name": "phpunit/php-file-iterator",
11073             "version": "1.4.5",
11074             "source": {
11075                 "type": "git",
11076                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
11077                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
11078             },
11079             "dist": {
11080                 "type": "zip",
11081                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
11082                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
11083                 "shasum": ""
11084             },
11085             "require": {
11086                 "php": ">=5.3.3"
11087             },
11088             "type": "library",
11089             "extra": {
11090                 "branch-alias": {
11091                     "dev-master": "1.4.x-dev"
11092                 }
11093             },
11094             "autoload": {
11095                 "classmap": [
11096                     "src/"
11097                 ]
11098             },
11099             "notification-url": "https://packagist.org/downloads/",
11100             "license": [
11101                 "BSD-3-Clause"
11102             ],
11103             "authors": [
11104                 {
11105                     "name": "Sebastian Bergmann",
11106                     "email": "sb@sebastian-bergmann.de",
11107                     "role": "lead"
11108                 }
11109             ],
11110             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
11111             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
11112             "keywords": [
11113                 "filesystem",
11114                 "iterator"
11115             ],
11116             "time": "2017-11-27T13:52:08+00:00"
11117         },
11118         {
11119             "name": "phpunit/php-text-template",
11120             "version": "1.2.1",
11121             "source": {
11122                 "type": "git",
11123                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
11124                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
11125             },
11126             "dist": {
11127                 "type": "zip",
11128                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
11129                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
11130                 "shasum": ""
11131             },
11132             "require": {
11133                 "php": ">=5.3.3"
11134             },
11135             "type": "library",
11136             "autoload": {
11137                 "classmap": [
11138                     "src/"
11139                 ]
11140             },
11141             "notification-url": "https://packagist.org/downloads/",
11142             "license": [
11143                 "BSD-3-Clause"
11144             ],
11145             "authors": [
11146                 {
11147                     "name": "Sebastian Bergmann",
11148                     "email": "sebastian@phpunit.de",
11149                     "role": "lead"
11150                 }
11151             ],
11152             "description": "Simple template engine.",
11153             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
11154             "keywords": [
11155                 "template"
11156             ],
11157             "time": "2015-06-21T13:50:34+00:00"
11158         },
11159         {
11160             "name": "phpunit/php-timer",
11161             "version": "1.0.9",
11162             "source": {
11163                 "type": "git",
11164                 "url": "https://github.com/sebastianbergmann/php-timer.git",
11165                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
11166             },
11167             "dist": {
11168                 "type": "zip",
11169                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
11170                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
11171                 "shasum": ""
11172             },
11173             "require": {
11174                 "php": "^5.3.3 || ^7.0"
11175             },
11176             "require-dev": {
11177                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
11178             },
11179             "type": "library",
11180             "extra": {
11181                 "branch-alias": {
11182                     "dev-master": "1.0-dev"
11183                 }
11184             },
11185             "autoload": {
11186                 "classmap": [
11187                     "src/"
11188                 ]
11189             },
11190             "notification-url": "https://packagist.org/downloads/",
11191             "license": [
11192                 "BSD-3-Clause"
11193             ],
11194             "authors": [
11195                 {
11196                     "name": "Sebastian Bergmann",
11197                     "email": "sb@sebastian-bergmann.de",
11198                     "role": "lead"
11199                 }
11200             ],
11201             "description": "Utility class for timing",
11202             "homepage": "https://github.com/sebastianbergmann/php-timer/",
11203             "keywords": [
11204                 "timer"
11205             ],
11206             "time": "2017-02-26T11:10:40+00:00"
11207         },
11208         {
11209             "name": "phpunit/php-token-stream",
11210             "version": "1.4.12",
11211             "source": {
11212                 "type": "git",
11213                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
11214                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
11215             },
11216             "dist": {
11217                 "type": "zip",
11218                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
11219                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
11220                 "shasum": ""
11221             },
11222             "require": {
11223                 "ext-tokenizer": "*",
11224                 "php": ">=5.3.3"
11225             },
11226             "require-dev": {
11227                 "phpunit/phpunit": "~4.2"
11228             },
11229             "type": "library",
11230             "extra": {
11231                 "branch-alias": {
11232                     "dev-master": "1.4-dev"
11233                 }
11234             },
11235             "autoload": {
11236                 "classmap": [
11237                     "src/"
11238                 ]
11239             },
11240             "notification-url": "https://packagist.org/downloads/",
11241             "license": [
11242                 "BSD-3-Clause"
11243             ],
11244             "authors": [
11245                 {
11246                     "name": "Sebastian Bergmann",
11247                     "email": "sebastian@phpunit.de"
11248                 }
11249             ],
11250             "description": "Wrapper around PHP's tokenizer extension.",
11251             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
11252             "keywords": [
11253                 "tokenizer"
11254             ],
11255             "abandoned": true,
11256             "time": "2017-12-04T08:55:13+00:00"
11257         },
11258         {
11259             "name": "phpunit/phpunit",
11260             "version": "4.8.36",
11261             "source": {
11262                 "type": "git",
11263                 "url": "https://github.com/sebastianbergmann/phpunit.git",
11264                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
11265             },
11266             "dist": {
11267                 "type": "zip",
11268                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
11269                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
11270                 "shasum": ""
11271             },
11272             "require": {
11273                 "ext-dom": "*",
11274                 "ext-json": "*",
11275                 "ext-pcre": "*",
11276                 "ext-reflection": "*",
11277                 "ext-spl": "*",
11278                 "php": ">=5.3.3",
11279                 "phpspec/prophecy": "^1.3.1",
11280                 "phpunit/php-code-coverage": "~2.1",
11281                 "phpunit/php-file-iterator": "~1.4",
11282                 "phpunit/php-text-template": "~1.2",
11283                 "phpunit/php-timer": "^1.0.6",
11284                 "phpunit/phpunit-mock-objects": "~2.3",
11285                 "sebastian/comparator": "~1.2.2",
11286                 "sebastian/diff": "~1.2",
11287                 "sebastian/environment": "~1.3",
11288                 "sebastian/exporter": "~1.2",
11289                 "sebastian/global-state": "~1.0",
11290                 "sebastian/version": "~1.0",
11291                 "symfony/yaml": "~2.1|~3.0"
11292             },
11293             "suggest": {
11294                 "phpunit/php-invoker": "~1.1"
11295             },
11296             "bin": [
11297                 "phpunit"
11298             ],
11299             "type": "library",
11300             "extra": {
11301                 "branch-alias": {
11302                     "dev-master": "4.8.x-dev"
11303                 }
11304             },
11305             "autoload": {
11306                 "classmap": [
11307                     "src/"
11308                 ]
11309             },
11310             "notification-url": "https://packagist.org/downloads/",
11311             "license": [
11312                 "BSD-3-Clause"
11313             ],
11314             "authors": [
11315                 {
11316                     "name": "Sebastian Bergmann",
11317                     "email": "sebastian@phpunit.de",
11318                     "role": "lead"
11319                 }
11320             ],
11321             "description": "The PHP Unit Testing framework.",
11322             "homepage": "https://phpunit.de/",
11323             "keywords": [
11324                 "phpunit",
11325                 "testing",
11326                 "xunit"
11327             ],
11328             "time": "2017-06-21T08:07:12+00:00"
11329         },
11330         {
11331             "name": "phpunit/phpunit-mock-objects",
11332             "version": "2.3.8",
11333             "source": {
11334                 "type": "git",
11335                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
11336                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
11337             },
11338             "dist": {
11339                 "type": "zip",
11340                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
11341                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
11342                 "shasum": ""
11343             },
11344             "require": {
11345                 "doctrine/instantiator": "^1.0.2",
11346                 "php": ">=5.3.3",
11347                 "phpunit/php-text-template": "~1.2",
11348                 "sebastian/exporter": "~1.2"
11349             },
11350             "require-dev": {
11351                 "phpunit/phpunit": "~4.4"
11352             },
11353             "suggest": {
11354                 "ext-soap": "*"
11355             },
11356             "type": "library",
11357             "extra": {
11358                 "branch-alias": {
11359                     "dev-master": "2.3.x-dev"
11360                 }
11361             },
11362             "autoload": {
11363                 "classmap": [
11364                     "src/"
11365                 ]
11366             },
11367             "notification-url": "https://packagist.org/downloads/",
11368             "license": [
11369                 "BSD-3-Clause"
11370             ],
11371             "authors": [
11372                 {
11373                     "name": "Sebastian Bergmann",
11374                     "email": "sb@sebastian-bergmann.de",
11375                     "role": "lead"
11376                 }
11377             ],
11378             "description": "Mock Object library for PHPUnit",
11379             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
11380             "keywords": [
11381                 "mock",
11382                 "xunit"
11383             ],
11384             "abandoned": true,
11385             "time": "2015-10-02T06:51:40+00:00"
11386         },
11387         {
11388             "name": "sebastian/comparator",
11389             "version": "1.2.4",
11390             "source": {
11391                 "type": "git",
11392                 "url": "https://github.com/sebastianbergmann/comparator.git",
11393                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
11394             },
11395             "dist": {
11396                 "type": "zip",
11397                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
11398                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
11399                 "shasum": ""
11400             },
11401             "require": {
11402                 "php": ">=5.3.3",
11403                 "sebastian/diff": "~1.2",
11404                 "sebastian/exporter": "~1.2 || ~2.0"
11405             },
11406             "require-dev": {
11407                 "phpunit/phpunit": "~4.4"
11408             },
11409             "type": "library",
11410             "extra": {
11411                 "branch-alias": {
11412                     "dev-master": "1.2.x-dev"
11413                 }
11414             },
11415             "autoload": {
11416                 "classmap": [
11417                     "src/"
11418                 ]
11419             },
11420             "notification-url": "https://packagist.org/downloads/",
11421             "license": [
11422                 "BSD-3-Clause"
11423             ],
11424             "authors": [
11425                 {
11426                     "name": "Jeff Welch",
11427                     "email": "whatthejeff@gmail.com"
11428                 },
11429                 {
11430                     "name": "Volker Dusch",
11431                     "email": "github@wallbash.com"
11432                 },
11433                 {
11434                     "name": "Bernhard Schussek",
11435                     "email": "bschussek@2bepublished.at"
11436                 },
11437                 {
11438                     "name": "Sebastian Bergmann",
11439                     "email": "sebastian@phpunit.de"
11440                 }
11441             ],
11442             "description": "Provides the functionality to compare PHP values for equality",
11443             "homepage": "http://www.github.com/sebastianbergmann/comparator",
11444             "keywords": [
11445                 "comparator",
11446                 "compare",
11447                 "equality"
11448             ],
11449             "time": "2017-01-29T09:50:25+00:00"
11450         },
11451         {
11452             "name": "sebastian/diff",
11453             "version": "1.4.3",
11454             "source": {
11455                 "type": "git",
11456                 "url": "https://github.com/sebastianbergmann/diff.git",
11457                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
11458             },
11459             "dist": {
11460                 "type": "zip",
11461                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
11462                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
11463                 "shasum": ""
11464             },
11465             "require": {
11466                 "php": "^5.3.3 || ^7.0"
11467             },
11468             "require-dev": {
11469                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
11470             },
11471             "type": "library",
11472             "extra": {
11473                 "branch-alias": {
11474                     "dev-master": "1.4-dev"
11475                 }
11476             },
11477             "autoload": {
11478                 "classmap": [
11479                     "src/"
11480                 ]
11481             },
11482             "notification-url": "https://packagist.org/downloads/",
11483             "license": [
11484                 "BSD-3-Clause"
11485             ],
11486             "authors": [
11487                 {
11488                     "name": "Kore Nordmann",
11489                     "email": "mail@kore-nordmann.de"
11490                 },
11491                 {
11492                     "name": "Sebastian Bergmann",
11493                     "email": "sebastian@phpunit.de"
11494                 }
11495             ],
11496             "description": "Diff implementation",
11497             "homepage": "https://github.com/sebastianbergmann/diff",
11498             "keywords": [
11499                 "diff"
11500             ],
11501             "time": "2017-05-22T07:24:03+00:00"
11502         },
11503         {
11504             "name": "sebastian/environment",
11505             "version": "1.3.8",
11506             "source": {
11507                 "type": "git",
11508                 "url": "https://github.com/sebastianbergmann/environment.git",
11509                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
11510             },
11511             "dist": {
11512                 "type": "zip",
11513                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
11514                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
11515                 "shasum": ""
11516             },
11517             "require": {
11518                 "php": "^5.3.3 || ^7.0"
11519             },
11520             "require-dev": {
11521                 "phpunit/phpunit": "^4.8 || ^5.0"
11522             },
11523             "type": "library",
11524             "extra": {
11525                 "branch-alias": {
11526                     "dev-master": "1.3.x-dev"
11527                 }
11528             },
11529             "autoload": {
11530                 "classmap": [
11531                     "src/"
11532                 ]
11533             },
11534             "notification-url": "https://packagist.org/downloads/",
11535             "license": [
11536                 "BSD-3-Clause"
11537             ],
11538             "authors": [
11539                 {
11540                     "name": "Sebastian Bergmann",
11541                     "email": "sebastian@phpunit.de"
11542                 }
11543             ],
11544             "description": "Provides functionality to handle HHVM/PHP environments",
11545             "homepage": "http://www.github.com/sebastianbergmann/environment",
11546             "keywords": [
11547                 "Xdebug",
11548                 "environment",
11549                 "hhvm"
11550             ],
11551             "time": "2016-08-18T05:49:44+00:00"
11552         },
11553         {
11554             "name": "sebastian/exporter",
11555             "version": "1.2.2",
11556             "source": {
11557                 "type": "git",
11558                 "url": "https://github.com/sebastianbergmann/exporter.git",
11559                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
11560             },
11561             "dist": {
11562                 "type": "zip",
11563                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
11564                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
11565                 "shasum": ""
11566             },
11567             "require": {
11568                 "php": ">=5.3.3",
11569                 "sebastian/recursion-context": "~1.0"
11570             },
11571             "require-dev": {
11572                 "ext-mbstring": "*",
11573                 "phpunit/phpunit": "~4.4"
11574             },
11575             "type": "library",
11576             "extra": {
11577                 "branch-alias": {
11578                     "dev-master": "1.3.x-dev"
11579                 }
11580             },
11581             "autoload": {
11582                 "classmap": [
11583                     "src/"
11584                 ]
11585             },
11586             "notification-url": "https://packagist.org/downloads/",
11587             "license": [
11588                 "BSD-3-Clause"
11589             ],
11590             "authors": [
11591                 {
11592                     "name": "Jeff Welch",
11593                     "email": "whatthejeff@gmail.com"
11594                 },
11595                 {
11596                     "name": "Volker Dusch",
11597                     "email": "github@wallbash.com"
11598                 },
11599                 {
11600                     "name": "Bernhard Schussek",
11601                     "email": "bschussek@2bepublished.at"
11602                 },
11603                 {
11604                     "name": "Sebastian Bergmann",
11605                     "email": "sebastian@phpunit.de"
11606                 },
11607                 {
11608                     "name": "Adam Harvey",
11609                     "email": "aharvey@php.net"
11610                 }
11611             ],
11612             "description": "Provides the functionality to export PHP variables for visualization",
11613             "homepage": "http://www.github.com/sebastianbergmann/exporter",
11614             "keywords": [
11615                 "export",
11616                 "exporter"
11617             ],
11618             "time": "2016-06-17T09:04:28+00:00"
11619         },
11620         {
11621             "name": "sebastian/global-state",
11622             "version": "1.1.1",
11623             "source": {
11624                 "type": "git",
11625                 "url": "https://github.com/sebastianbergmann/global-state.git",
11626                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
11627             },
11628             "dist": {
11629                 "type": "zip",
11630                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
11631                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
11632                 "shasum": ""
11633             },
11634             "require": {
11635                 "php": ">=5.3.3"
11636             },
11637             "require-dev": {
11638                 "phpunit/phpunit": "~4.2"
11639             },
11640             "suggest": {
11641                 "ext-uopz": "*"
11642             },
11643             "type": "library",
11644             "extra": {
11645                 "branch-alias": {
11646                     "dev-master": "1.0-dev"
11647                 }
11648             },
11649             "autoload": {
11650                 "classmap": [
11651                     "src/"
11652                 ]
11653             },
11654             "notification-url": "https://packagist.org/downloads/",
11655             "license": [
11656                 "BSD-3-Clause"
11657             ],
11658             "authors": [
11659                 {
11660                     "name": "Sebastian Bergmann",
11661                     "email": "sebastian@phpunit.de"
11662                 }
11663             ],
11664             "description": "Snapshotting of global state",
11665             "homepage": "http://www.github.com/sebastianbergmann/global-state",
11666             "keywords": [
11667                 "global state"
11668             ],
11669             "time": "2015-10-12T03:26:01+00:00"
11670         },
11671         {
11672             "name": "sebastian/recursion-context",
11673             "version": "1.0.5",
11674             "source": {
11675                 "type": "git",
11676                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
11677                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
11678             },
11679             "dist": {
11680                 "type": "zip",
11681                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
11682                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
11683                 "shasum": ""
11684             },
11685             "require": {
11686                 "php": ">=5.3.3"
11687             },
11688             "require-dev": {
11689                 "phpunit/phpunit": "~4.4"
11690             },
11691             "type": "library",
11692             "extra": {
11693                 "branch-alias": {
11694                     "dev-master": "1.0.x-dev"
11695                 }
11696             },
11697             "autoload": {
11698                 "classmap": [
11699                     "src/"
11700                 ]
11701             },
11702             "notification-url": "https://packagist.org/downloads/",
11703             "license": [
11704                 "BSD-3-Clause"
11705             ],
11706             "authors": [
11707                 {
11708                     "name": "Jeff Welch",
11709                     "email": "whatthejeff@gmail.com"
11710                 },
11711                 {
11712                     "name": "Sebastian Bergmann",
11713                     "email": "sebastian@phpunit.de"
11714                 },
11715                 {
11716                     "name": "Adam Harvey",
11717                     "email": "aharvey@php.net"
11718                 }
11719             ],
11720             "description": "Provides functionality to recursively process PHP variables",
11721             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
11722             "time": "2016-10-03T07:41:43+00:00"
11723         },
11724         {
11725             "name": "sebastian/version",
11726             "version": "1.0.6",
11727             "source": {
11728                 "type": "git",
11729                 "url": "https://github.com/sebastianbergmann/version.git",
11730                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
11731             },
11732             "dist": {
11733                 "type": "zip",
11734                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
11735                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
11736                 "shasum": ""
11737             },
11738             "type": "library",
11739             "autoload": {
11740                 "classmap": [
11741                     "src/"
11742                 ]
11743             },
11744             "notification-url": "https://packagist.org/downloads/",
11745             "license": [
11746                 "BSD-3-Clause"
11747             ],
11748             "authors": [
11749                 {
11750                     "name": "Sebastian Bergmann",
11751                     "email": "sebastian@phpunit.de",
11752                     "role": "lead"
11753                 }
11754             ],
11755             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
11756             "homepage": "https://github.com/sebastianbergmann/version",
11757             "time": "2015-06-21T13:59:46+00:00"
11758         },
11759         {
11760             "name": "symfony/browser-kit",
11761             "version": "v3.4.18",
11762             "source": {
11763                 "type": "git",
11764                 "url": "https://github.com/symfony/browser-kit.git",
11765                 "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0"
11766             },
11767             "dist": {
11768                 "type": "zip",
11769                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
11770                 "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
11771                 "shasum": ""
11772             },
11773             "require": {
11774                 "php": "^5.5.9|>=7.0.8",
11775                 "symfony/dom-crawler": "~2.8|~3.0|~4.0"
11776             },
11777             "require-dev": {
11778                 "symfony/css-selector": "~2.8|~3.0|~4.0",
11779                 "symfony/process": "~2.8|~3.0|~4.0"
11780             },
11781             "suggest": {
11782                 "symfony/process": ""
11783             },
11784             "type": "library",
11785             "extra": {
11786                 "branch-alias": {
11787                     "dev-master": "3.4-dev"
11788                 }
11789             },
11790             "autoload": {
11791                 "psr-4": {
11792                     "Symfony\\Component\\BrowserKit\\": ""
11793                 },
11794                 "exclude-from-classmap": [
11795                     "/Tests/"
11796                 ]
11797             },
11798             "notification-url": "https://packagist.org/downloads/",
11799             "license": [
11800                 "MIT"
11801             ],
11802             "authors": [
11803                 {
11804                     "name": "Fabien Potencier",
11805                     "email": "fabien@symfony.com"
11806                 },
11807                 {
11808                     "name": "Symfony Community",
11809                     "homepage": "https://symfony.com/contributors"
11810                 }
11811             ],
11812             "description": "Symfony BrowserKit Component",
11813             "homepage": "https://symfony.com",
11814             "time": "2018-07-26T09:06:28+00:00"
11815         }
11816     ],
11817     "aliases": [],
11818     "minimum-stability": "dev",
11819     "stability-flags": {
11820         "drupal/eu_cookie_compliance": 10,
11821         "drupal/front": 10,
11822         "drupal/filefield_sources": 20,
11823         "drupal/php": 20,
11824         "drupal/hacked": 10,
11825         "drupal/pathologic": 15,
11826         "drupal/typogrify": 15,
11827         "drupal/entityqueue": 15,
11828         "drupal/advanced_help": 15,
11829         "drupal/better_formats": 20,
11830         "drupal/block_class": 15,
11831         "drupal/libraries": 15,
11832         "drupal/linkchecker": 20,
11833         "drupal/memcache": 15,
11834         "grom358/pharborist": 20,
11835         "drupal/superfish": 5,
11836         "drupal/views_responsive_grid": 20,
11837         "drupal/diff": 5,
11838         "drupal/ckeditor_widgets": 20,
11839         "drupal/layout_plugin": 15,
11840         "roave/security-advisories": 20,
11841         "drupal/inline_entity_form": 10,
11842         "drupal/entity_embed": 10,
11843         "drupal/dropzonejs": 15,
11844         "drupal/livereload": 20
11845     },
11846     "prefer-stable": true,
11847     "prefer-lowest": false,
11848     "platform": [],
11849     "platform-dev": [],
11850     "platform-overrides": {
11851         "php": "7.0.30"
11852     },
11853     "plugin-api-version": "1.1.0"
11854 }