Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[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": "2c9cad0804408626752bffa44fe2bec6",
8     "packages": [
9         {
10             "name": "alchemy/zippy",
11             "version": "0.4.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/alchemy-fr/Zippy.git",
15                 "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea",
20                 "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea",
21                 "shasum": ""
22             },
23             "require": {
24                 "doctrine/collections": "~1.0",
25                 "ext-mbstring": "*",
26                 "php": ">=5.5",
27                 "symfony/filesystem": "^2.0.5|^3.0",
28                 "symfony/process": "^2.1|^3.0"
29             },
30             "require-dev": {
31                 "ext-zip": "*",
32                 "guzzle/guzzle": "~3.0",
33                 "guzzlehttp/guzzle": "^6.0",
34                 "phpunit/phpunit": "^4.0|^5.0",
35                 "symfony/finder": "^2.0.5|^3.0"
36             },
37             "suggest": {
38                 "ext-zip": "To use the ZipExtensionAdapter",
39                 "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
40                 "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
41             },
42             "type": "library",
43             "extra": {
44                 "branch-alias": {
45                     "dev-master": "0.4.x-dev"
46                 }
47             },
48             "autoload": {
49                 "psr-4": {
50                     "Alchemy\\Zippy\\": "src/"
51                 }
52             },
53             "notification-url": "https://packagist.org/downloads/",
54             "license": [
55                 "MIT"
56             ],
57             "authors": [
58                 {
59                     "name": "Alchemy",
60                     "email": "dev.team@alchemy.fr",
61                     "homepage": "http://www.alchemy.fr/"
62                 }
63             ],
64             "description": "Zippy, the archive manager companion",
65             "keywords": [
66                 "bzip",
67                 "compression",
68                 "tar",
69                 "zip"
70             ],
71             "time": "2016-11-03T16:10:31+00:00"
72         },
73         {
74             "name": "asm89/stack-cors",
75             "version": "1.2.0",
76             "source": {
77                 "type": "git",
78                 "url": "https://github.com/asm89/stack-cors.git",
79                 "reference": "c163e2b614550aedcf71165db2473d936abbced6"
80             },
81             "dist": {
82                 "type": "zip",
83                 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
84                 "reference": "c163e2b614550aedcf71165db2473d936abbced6",
85                 "shasum": ""
86             },
87             "require": {
88                 "php": ">=5.5.9",
89                 "symfony/http-foundation": "~2.7|~3.0|~4.0",
90                 "symfony/http-kernel": "~2.7|~3.0|~4.0"
91             },
92             "require-dev": {
93                 "phpunit/phpunit": "^5.0 || ^4.8.10",
94                 "squizlabs/php_codesniffer": "^2.3"
95             },
96             "type": "library",
97             "extra": {
98                 "branch-alias": {
99                     "dev-master": "1.2-dev"
100                 }
101             },
102             "autoload": {
103                 "psr-4": {
104                     "Asm89\\Stack\\": "src/Asm89/Stack/"
105                 }
106             },
107             "notification-url": "https://packagist.org/downloads/",
108             "license": [
109                 "MIT"
110             ],
111             "authors": [
112                 {
113                     "name": "Alexander",
114                     "email": "iam.asm89@gmail.com"
115                 }
116             ],
117             "description": "Cross-origin resource sharing library and stack middleware",
118             "homepage": "https://github.com/asm89/stack-cors",
119             "keywords": [
120                 "cors",
121                 "stack"
122             ],
123             "time": "2017-12-20T14:37:45+00:00"
124         },
125         {
126             "name": "caxy/php-htmldiff",
127             "version": "v0.1.7",
128             "source": {
129                 "type": "git",
130                 "url": "https://github.com/caxy/php-htmldiff.git",
131                 "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b"
132             },
133             "dist": {
134                 "type": "zip",
135                 "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/48c70a963e803b93fe68a191e62d0770b5446f0b",
136                 "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b",
137                 "shasum": ""
138             },
139             "require": {
140                 "ezyang/htmlpurifier": "^4.7",
141                 "php": ">=5.3.3",
142                 "sunra/php-simple-html-dom-parser": "^1.5"
143             },
144             "require-dev": {
145                 "doctrine/cache": "~1.0",
146                 "phpunit/phpunit": "~5.0"
147             },
148             "suggest": {
149                 "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
150             },
151             "type": "library",
152             "extra": {
153                 "branch-alias": {
154                     "dev-master": "0.1.x-dev"
155                 }
156             },
157             "autoload": {
158                 "psr-0": {
159                     "Caxy\\HtmlDiff": "lib/"
160                 }
161             },
162             "notification-url": "https://packagist.org/downloads/",
163             "license": [
164                 "GPL-2.0"
165             ],
166             "authors": [
167                 {
168                     "name": "Josh Schroeder",
169                     "email": "jschroeder@caxy.com",
170                     "homepage": "http://www.caxy.com"
171                 }
172             ],
173             "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
174             "homepage": "https://github.com/caxy/php-htmldiff",
175             "keywords": [
176                 "diff",
177                 "html"
178             ],
179             "time": "2018-03-15T21:23:44+00:00"
180         },
181         {
182             "name": "cebe/markdown",
183             "version": "1.0.3",
184             "source": {
185                 "type": "git",
186                 "url": "https://github.com/cebe/markdown.git",
187                 "reference": "8efb4268c90add2eee0edacf503ae71f22ccc745"
188             },
189             "dist": {
190                 "type": "zip",
191                 "url": "https://api.github.com/repos/cebe/markdown/zipball/8efb4268c90add2eee0edacf503ae71f22ccc745",
192                 "reference": "8efb4268c90add2eee0edacf503ae71f22ccc745",
193                 "shasum": ""
194             },
195             "require": {
196                 "lib-pcre": "*",
197                 "php": ">=5.4.0"
198             },
199             "require-dev": {
200                 "cebe/indent": "*",
201                 "facebook/xhprof": "*@dev",
202                 "phpunit/phpunit": "3.7.*"
203             },
204             "bin": [
205                 "bin/markdown"
206             ],
207             "type": "library",
208             "extra": {
209                 "branch-alias": {
210                     "dev-master": "1.0.x-dev"
211                 }
212             },
213             "autoload": {
214                 "psr-4": {
215                     "cebe\\markdown\\": ""
216                 }
217             },
218             "notification-url": "https://packagist.org/downloads/",
219             "license": [
220                 "MIT"
221             ],
222             "authors": [
223                 {
224                     "name": "Carsten Brandt",
225                     "email": "mail@cebe.cc",
226                     "homepage": "http://cebe.cc/",
227                     "role": "Creator"
228                 }
229             ],
230             "description": "A super fast, highly extensible markdown parser for PHP",
231             "homepage": "https://github.com/cebe/markdown#readme",
232             "keywords": [
233                 "extensible",
234                 "fast",
235                 "gfm",
236                 "markdown",
237                 "markdown-extra"
238             ],
239             "time": "2018-03-26T11:15:02+00:00"
240         },
241         {
242             "name": "chi-teck/drupal-code-generator",
243             "version": "1.27.0",
244             "source": {
245                 "type": "git",
246                 "url": "https://github.com/Chi-teck/drupal-code-generator.git",
247                 "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e"
248             },
249             "dist": {
250                 "type": "zip",
251                 "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a839bc89d385087d8a7a96a9c1c4bd470ffb627e",
252                 "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e",
253                 "shasum": ""
254             },
255             "require": {
256                 "ext-json": "*",
257                 "php": ">=5.5.9",
258                 "symfony/console": "~2.7|^3",
259                 "symfony/filesystem": "~2.7|^3",
260                 "twig/twig": "^1.23.1"
261             },
262             "bin": [
263                 "bin/dcg"
264             ],
265             "type": "library",
266             "extra": {
267                 "branch-alias": {
268                     "dev-master": "1.x-dev"
269                 }
270             },
271             "autoload": {
272                 "files": [
273                     "src/bootstrap.php"
274                 ],
275                 "psr-4": {
276                     "DrupalCodeGenerator\\": "src"
277                 }
278             },
279             "notification-url": "https://packagist.org/downloads/",
280             "license": [
281                 "GPL-2.0-or-later"
282             ],
283             "description": "Drupal code generator",
284             "time": "2018-10-11T08:05:59+00:00"
285         },
286         {
287             "name": "composer/installers",
288             "version": "v1.6.0",
289             "source": {
290                 "type": "git",
291                 "url": "https://github.com/composer/installers.git",
292                 "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
293             },
294             "dist": {
295                 "type": "zip",
296                 "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
297                 "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
298                 "shasum": ""
299             },
300             "require": {
301                 "composer-plugin-api": "^1.0"
302             },
303             "replace": {
304                 "roundcube/plugin-installer": "*",
305                 "shama/baton": "*"
306             },
307             "require-dev": {
308                 "composer/composer": "1.0.*@dev",
309                 "phpunit/phpunit": "^4.8.36"
310             },
311             "type": "composer-plugin",
312             "extra": {
313                 "class": "Composer\\Installers\\Plugin",
314                 "branch-alias": {
315                     "dev-master": "1.0-dev"
316                 }
317             },
318             "autoload": {
319                 "psr-4": {
320                     "Composer\\Installers\\": "src/Composer/Installers"
321                 }
322             },
323             "notification-url": "https://packagist.org/downloads/",
324             "license": [
325                 "MIT"
326             ],
327             "authors": [
328                 {
329                     "name": "Kyle Robinson Young",
330                     "email": "kyle@dontkry.com",
331                     "homepage": "https://github.com/shama"
332                 }
333             ],
334             "description": "A multi-framework Composer library installer",
335             "homepage": "https://composer.github.io/installers/",
336             "keywords": [
337                 "Craft",
338                 "Dolibarr",
339                 "Eliasis",
340                 "Hurad",
341                 "ImageCMS",
342                 "Kanboard",
343                 "Lan Management System",
344                 "MODX Evo",
345                 "Mautic",
346                 "Maya",
347                 "OXID",
348                 "Plentymarkets",
349                 "Porto",
350                 "RadPHP",
351                 "SMF",
352                 "Thelia",
353                 "WolfCMS",
354                 "agl",
355                 "aimeos",
356                 "annotatecms",
357                 "attogram",
358                 "bitrix",
359                 "cakephp",
360                 "chef",
361                 "cockpit",
362                 "codeigniter",
363                 "concrete5",
364                 "croogo",
365                 "dokuwiki",
366                 "drupal",
367                 "eZ Platform",
368                 "elgg",
369                 "expressionengine",
370                 "fuelphp",
371                 "grav",
372                 "installer",
373                 "itop",
374                 "joomla",
375                 "kohana",
376                 "laravel",
377                 "lavalite",
378                 "lithium",
379                 "magento",
380                 "majima",
381                 "mako",
382                 "mediawiki",
383                 "modulework",
384                 "modx",
385                 "moodle",
386                 "osclass",
387                 "phpbb",
388                 "piwik",
389                 "ppi",
390                 "puppet",
391                 "pxcms",
392                 "reindex",
393                 "roundcube",
394                 "shopware",
395                 "silverstripe",
396                 "sydes",
397                 "symfony",
398                 "typo3",
399                 "wordpress",
400                 "yawik",
401                 "zend",
402                 "zikula"
403             ],
404             "time": "2018-08-27T06:10:37+00:00"
405         },
406         {
407             "name": "composer/semver",
408             "version": "1.4.2",
409             "source": {
410                 "type": "git",
411                 "url": "https://github.com/composer/semver.git",
412                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
413             },
414             "dist": {
415                 "type": "zip",
416                 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
417                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
418                 "shasum": ""
419             },
420             "require": {
421                 "php": "^5.3.2 || ^7.0"
422             },
423             "require-dev": {
424                 "phpunit/phpunit": "^4.5 || ^5.0.5",
425                 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
426             },
427             "type": "library",
428             "extra": {
429                 "branch-alias": {
430                     "dev-master": "1.x-dev"
431                 }
432             },
433             "autoload": {
434                 "psr-4": {
435                     "Composer\\Semver\\": "src"
436                 }
437             },
438             "notification-url": "https://packagist.org/downloads/",
439             "license": [
440                 "MIT"
441             ],
442             "authors": [
443                 {
444                     "name": "Nils Adermann",
445                     "email": "naderman@naderman.de",
446                     "homepage": "http://www.naderman.de"
447                 },
448                 {
449                     "name": "Jordi Boggiano",
450                     "email": "j.boggiano@seld.be",
451                     "homepage": "http://seld.be"
452                 },
453                 {
454                     "name": "Rob Bast",
455                     "email": "rob.bast@gmail.com",
456                     "homepage": "http://robbast.nl"
457                 }
458             ],
459             "description": "Semver library that offers utilities, version constraint parsing and validation.",
460             "keywords": [
461                 "semantic",
462                 "semver",
463                 "validation",
464                 "versioning"
465             ],
466             "time": "2016-08-30T16:08:34+00:00"
467         },
468         {
469             "name": "consolidation/annotated-command",
470             "version": "2.9.1",
471             "source": {
472                 "type": "git",
473                 "url": "https://github.com/consolidation/annotated-command.git",
474                 "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac"
475             },
476             "dist": {
477                 "type": "zip",
478                 "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
479                 "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
480                 "shasum": ""
481             },
482             "require": {
483                 "consolidation/output-formatters": "^3.1.12",
484                 "php": ">=5.4.0",
485                 "psr/log": "^1",
486                 "symfony/console": "^2.8|^3|^4",
487                 "symfony/event-dispatcher": "^2.5|^3|^4",
488                 "symfony/finder": "^2.5|^3|^4"
489             },
490             "require-dev": {
491                 "g1a/composer-test-scenarios": "^2",
492                 "phpunit/phpunit": "^6",
493                 "satooshi/php-coveralls": "^2",
494                 "squizlabs/php_codesniffer": "^2.7"
495             },
496             "type": "library",
497             "extra": {
498                 "branch-alias": {
499                     "dev-master": "2.x-dev"
500                 }
501             },
502             "autoload": {
503                 "psr-4": {
504                     "Consolidation\\AnnotatedCommand\\": "src"
505                 }
506             },
507             "notification-url": "https://packagist.org/downloads/",
508             "license": [
509                 "MIT"
510             ],
511             "authors": [
512                 {
513                     "name": "Greg Anderson",
514                     "email": "greg.1.anderson@greenknowe.org"
515                 }
516             ],
517             "description": "Initialize Symfony Console commands from annotated command class methods.",
518             "time": "2018-09-19T17:47:18+00:00"
519         },
520         {
521             "name": "consolidation/config",
522             "version": "1.1.1",
523             "source": {
524                 "type": "git",
525                 "url": "https://github.com/consolidation/config.git",
526                 "reference": "925231dfff32f05b787e1fddb265e789b939cf4c"
527             },
528             "dist": {
529                 "type": "zip",
530                 "url": "https://api.github.com/repos/consolidation/config/zipball/925231dfff32f05b787e1fddb265e789b939cf4c",
531                 "reference": "925231dfff32f05b787e1fddb265e789b939cf4c",
532                 "shasum": ""
533             },
534             "require": {
535                 "dflydev/dot-access-data": "^1.1.0",
536                 "grasmash/expander": "^1",
537                 "php": ">=5.4.0"
538             },
539             "require-dev": {
540                 "g1a/composer-test-scenarios": "^1",
541                 "phpunit/phpunit": "^5",
542                 "satooshi/php-coveralls": "^1.0",
543                 "squizlabs/php_codesniffer": "2.*",
544                 "symfony/console": "^2.5|^3|^4",
545                 "symfony/yaml": "^2.8.11|^3|^4"
546             },
547             "suggest": {
548                 "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
549             },
550             "type": "library",
551             "extra": {
552                 "branch-alias": {
553                     "dev-master": "1.x-dev"
554                 }
555             },
556             "autoload": {
557                 "psr-4": {
558                     "Consolidation\\Config\\": "src"
559                 }
560             },
561             "notification-url": "https://packagist.org/downloads/",
562             "license": [
563                 "MIT"
564             ],
565             "authors": [
566                 {
567                     "name": "Greg Anderson",
568                     "email": "greg.1.anderson@greenknowe.org"
569                 }
570             ],
571             "description": "Provide configuration services for a commandline tool.",
572             "time": "2018-10-24T17:55:35+00:00"
573         },
574         {
575             "name": "consolidation/log",
576             "version": "1.0.6",
577             "source": {
578                 "type": "git",
579                 "url": "https://github.com/consolidation/log.git",
580                 "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395"
581             },
582             "dist": {
583                 "type": "zip",
584                 "url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395",
585                 "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395",
586                 "shasum": ""
587             },
588             "require": {
589                 "php": ">=5.5.0",
590                 "psr/log": "~1.0",
591                 "symfony/console": "^2.8|^3|^4"
592             },
593             "require-dev": {
594                 "g1a/composer-test-scenarios": "^1",
595                 "phpunit/phpunit": "4.*",
596                 "satooshi/php-coveralls": "^2",
597                 "squizlabs/php_codesniffer": "2.*"
598             },
599             "type": "library",
600             "extra": {
601                 "branch-alias": {
602                     "dev-master": "1.x-dev"
603                 }
604             },
605             "autoload": {
606                 "psr-4": {
607                     "Consolidation\\Log\\": "src"
608                 }
609             },
610             "notification-url": "https://packagist.org/downloads/",
611             "license": [
612                 "MIT"
613             ],
614             "authors": [
615                 {
616                     "name": "Greg Anderson",
617                     "email": "greg.1.anderson@greenknowe.org"
618                 }
619             ],
620             "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
621             "time": "2018-05-25T18:14:39+00:00"
622         },
623         {
624             "name": "consolidation/output-formatters",
625             "version": "3.4.0",
626             "source": {
627                 "type": "git",
628                 "url": "https://github.com/consolidation/output-formatters.git",
629                 "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19"
630             },
631             "dist": {
632                 "type": "zip",
633                 "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/a942680232094c4a5b21c0b7e54c20cce623ae19",
634                 "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19",
635                 "shasum": ""
636             },
637             "require": {
638                 "dflydev/dot-access-data": "^1.1.0",
639                 "php": ">=5.4.0",
640                 "symfony/console": "^2.8|^3|^4",
641                 "symfony/finder": "^2.5|^3|^4"
642             },
643             "require-dev": {
644                 "g1a/composer-test-scenarios": "^2",
645                 "phpunit/phpunit": "^5.7.27",
646                 "satooshi/php-coveralls": "^2",
647                 "squizlabs/php_codesniffer": "^2.7",
648                 "symfony/console": "3.2.3",
649                 "symfony/var-dumper": "^2.8|^3|^4",
650                 "victorjonsson/markdowndocs": "^1.3"
651             },
652             "suggest": {
653                 "symfony/var-dumper": "For using the var_dump formatter"
654             },
655             "type": "library",
656             "extra": {
657                 "branch-alias": {
658                     "dev-master": "3.x-dev"
659                 }
660             },
661             "autoload": {
662                 "psr-4": {
663                     "Consolidation\\OutputFormatters\\": "src"
664                 }
665             },
666             "notification-url": "https://packagist.org/downloads/",
667             "license": [
668                 "MIT"
669             ],
670             "authors": [
671                 {
672                     "name": "Greg Anderson",
673                     "email": "greg.1.anderson@greenknowe.org"
674                 }
675             ],
676             "description": "Format text by applying transformations provided by plug-in formatters.",
677             "time": "2018-10-19T22:35:38+00:00"
678         },
679         {
680             "name": "consolidation/robo",
681             "version": "1.3.1",
682             "source": {
683                 "type": "git",
684                 "url": "https://github.com/consolidation/Robo.git",
685                 "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d"
686             },
687             "dist": {
688                 "type": "zip",
689                 "url": "https://api.github.com/repos/consolidation/Robo/zipball/31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d",
690                 "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d",
691                 "shasum": ""
692             },
693             "require": {
694                 "consolidation/annotated-command": "^2.8.2",
695                 "consolidation/config": "^1.0.10",
696                 "consolidation/log": "~1",
697                 "consolidation/output-formatters": "^3.1.13",
698                 "consolidation/self-update": "^1",
699                 "g1a/composer-test-scenarios": "^2",
700                 "grasmash/yaml-expander": "^1.3",
701                 "league/container": "^2.2",
702                 "php": ">=5.5.0",
703                 "symfony/console": "^2.8|^3|^4",
704                 "symfony/event-dispatcher": "^2.5|^3|^4",
705                 "symfony/filesystem": "^2.5|^3|^4",
706                 "symfony/finder": "^2.5|^3|^4",
707                 "symfony/process": "^2.5|^3|^4"
708             },
709             "replace": {
710                 "codegyre/robo": "< 1.0"
711             },
712             "require-dev": {
713                 "codeception/aspect-mock": "^1|^2.1.1",
714                 "codeception/base": "^2.3.7",
715                 "codeception/verify": "^0.3.2",
716                 "goaop/framework": "~2.1.2",
717                 "goaop/parser-reflection": "^1.1.0",
718                 "natxet/cssmin": "3.0.4",
719                 "nikic/php-parser": "^3.1.5",
720                 "patchwork/jsqueeze": "~2",
721                 "pear/archive_tar": "^1.4.2",
722                 "phpunit/php-code-coverage": "~2|~4",
723                 "satooshi/php-coveralls": "^2",
724                 "squizlabs/php_codesniffer": "^2.8"
725             },
726             "suggest": {
727                 "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
728                 "natxet/CssMin": "For minifying CSS files in taskMinify",
729                 "patchwork/jsqueeze": "For minifying JS files in taskMinify",
730                 "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
731             },
732             "bin": [
733                 "robo"
734             ],
735             "type": "library",
736             "extra": {
737                 "branch-alias": {
738                     "dev-master": "1.x-dev",
739                     "dev-state": "1.x-dev"
740                 }
741             },
742             "autoload": {
743                 "psr-4": {
744                     "Robo\\": "src"
745                 }
746             },
747             "notification-url": "https://packagist.org/downloads/",
748             "license": [
749                 "MIT"
750             ],
751             "authors": [
752                 {
753                     "name": "Davert",
754                     "email": "davert.php@resend.cc"
755                 }
756             ],
757             "description": "Modern task runner",
758             "time": "2018-08-17T18:44:18+00:00"
759         },
760         {
761             "name": "consolidation/self-update",
762             "version": "1.1.5",
763             "source": {
764                 "type": "git",
765                 "url": "https://github.com/consolidation/self-update.git",
766                 "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54"
767             },
768             "dist": {
769                 "type": "zip",
770                 "url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54",
771                 "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54",
772                 "shasum": ""
773             },
774             "require": {
775                 "php": ">=5.5.0",
776                 "symfony/console": "^2.8|^3|^4",
777                 "symfony/filesystem": "^2.5|^3|^4"
778             },
779             "bin": [
780                 "scripts/release"
781             ],
782             "type": "library",
783             "extra": {
784                 "branch-alias": {
785                     "dev-master": "1.x-dev"
786                 }
787             },
788             "autoload": {
789                 "psr-4": {
790                     "SelfUpdate\\": "src"
791                 }
792             },
793             "notification-url": "https://packagist.org/downloads/",
794             "license": [
795                 "MIT"
796             ],
797             "authors": [
798                 {
799                     "name": "Greg Anderson",
800                     "email": "greg.1.anderson@greenknowe.org"
801                 },
802                 {
803                     "name": "Alexander Menk",
804                     "email": "menk@mestrona.net"
805                 }
806             ],
807             "description": "Provides a self:update command for Symfony Console applications.",
808             "time": "2018-10-28T01:52:03+00:00"
809         },
810         {
811             "name": "consolidation/site-alias",
812             "version": "1.1.11",
813             "source": {
814                 "type": "git",
815                 "url": "https://github.com/consolidation/site-alias.git",
816                 "reference": "54ea74ee7dbd54ef356798028ca9a3548cb8df14"
817             },
818             "dist": {
819                 "type": "zip",
820                 "url": "https://api.github.com/repos/consolidation/site-alias/zipball/54ea74ee7dbd54ef356798028ca9a3548cb8df14",
821                 "reference": "54ea74ee7dbd54ef356798028ca9a3548cb8df14",
822                 "shasum": ""
823             },
824             "require": {
825                 "php": ">=5.5.0"
826             },
827             "require-dev": {
828                 "consolidation/robo": "^1.2.3",
829                 "g1a/composer-test-scenarios": "^2",
830                 "knplabs/github-api": "^2.7",
831                 "php-http/guzzle6-adapter": "^1.1",
832                 "phpunit/phpunit": "^5",
833                 "satooshi/php-coveralls": "^2",
834                 "squizlabs/php_codesniffer": "^2.8",
835                 "symfony/console": "^2.8|^3|^4",
836                 "symfony/yaml": "~2.3|^3"
837             },
838             "type": "library",
839             "extra": {
840                 "branch-alias": {
841                     "dev-master": "1.x-dev"
842                 }
843             },
844             "autoload": {
845                 "psr-4": {
846                     "Consolidation\\SiteAlias\\": "src"
847                 }
848             },
849             "notification-url": "https://packagist.org/downloads/",
850             "license": [
851                 "MIT"
852             ],
853             "authors": [
854                 {
855                     "name": "Moshe Weitzman",
856                     "email": "weitzman@tejasa.com"
857                 },
858                 {
859                     "name": "Greg Anderson",
860                     "email": "greg.1.anderson@greenknowe.org"
861                 }
862             ],
863             "description": "Manage alias records for local and remote sites.",
864             "time": "2018-11-03T05:07:56+00:00"
865         },
866         {
867             "name": "container-interop/container-interop",
868             "version": "1.2.0",
869             "source": {
870                 "type": "git",
871                 "url": "https://github.com/container-interop/container-interop.git",
872                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
873             },
874             "dist": {
875                 "type": "zip",
876                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
877                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
878                 "shasum": ""
879             },
880             "require": {
881                 "psr/container": "^1.0"
882             },
883             "type": "library",
884             "autoload": {
885                 "psr-4": {
886                     "Interop\\Container\\": "src/Interop/Container/"
887                 }
888             },
889             "notification-url": "https://packagist.org/downloads/",
890             "license": [
891                 "MIT"
892             ],
893             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
894             "homepage": "https://github.com/container-interop/container-interop",
895             "time": "2017-02-14T19:40:03+00:00"
896         },
897         {
898             "name": "cweagans/composer-patches",
899             "version": "1.6.5",
900             "source": {
901                 "type": "git",
902                 "url": "https://github.com/cweagans/composer-patches.git",
903                 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3"
904             },
905             "dist": {
906                 "type": "zip",
907                 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
908                 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
909                 "shasum": ""
910             },
911             "require": {
912                 "composer-plugin-api": "^1.0",
913                 "php": ">=5.3.0"
914             },
915             "require-dev": {
916                 "composer/composer": "~1.0",
917                 "phpunit/phpunit": "~4.6"
918             },
919             "type": "composer-plugin",
920             "extra": {
921                 "class": "cweagans\\Composer\\Patches"
922             },
923             "autoload": {
924                 "psr-4": {
925                     "cweagans\\Composer\\": "src"
926                 }
927             },
928             "notification-url": "https://packagist.org/downloads/",
929             "license": [
930                 "BSD-3-Clause"
931             ],
932             "authors": [
933                 {
934                     "name": "Cameron Eagans",
935                     "email": "me@cweagans.net"
936                 }
937             ],
938             "description": "Provides a way to patch Composer packages.",
939             "time": "2018-05-11T18:00:16+00:00"
940         },
941         {
942             "name": "dflydev/dot-access-configuration",
943             "version": "v1.0.3",
944             "source": {
945                 "type": "git",
946                 "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
947                 "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
948             },
949             "dist": {
950                 "type": "zip",
951                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
952                 "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
953                 "shasum": ""
954             },
955             "require": {
956                 "dflydev/dot-access-data": "1.*",
957                 "dflydev/placeholder-resolver": "1.*",
958                 "php": ">=5.3.2"
959             },
960             "require-dev": {
961                 "symfony/yaml": "~2.1"
962             },
963             "suggest": {
964                 "symfony/yaml": "Required for using the YAML Configuration Builders"
965             },
966             "type": "library",
967             "extra": {
968                 "branch-alias": {
969                     "dev-master": "1.0-dev"
970                 }
971             },
972             "autoload": {
973                 "psr-0": {
974                     "Dflydev\\DotAccessConfiguration": "src"
975                 }
976             },
977             "notification-url": "https://packagist.org/downloads/",
978             "license": [
979                 "MIT"
980             ],
981             "authors": [
982                 {
983                     "name": "Dragonfly Development Inc.",
984                     "email": "info@dflydev.com",
985                     "homepage": "http://dflydev.com"
986                 },
987                 {
988                     "name": "Beau Simensen",
989                     "email": "beau@dflydev.com",
990                     "homepage": "http://beausimensen.com"
991                 }
992             ],
993             "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
994             "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
995             "keywords": [
996                 "config",
997                 "configuration"
998             ],
999             "time": "2018-09-08T23:00:17+00:00"
1000         },
1001         {
1002             "name": "dflydev/dot-access-data",
1003             "version": "v1.1.0",
1004             "source": {
1005                 "type": "git",
1006                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
1007                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
1008             },
1009             "dist": {
1010                 "type": "zip",
1011                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
1012                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
1013                 "shasum": ""
1014             },
1015             "require": {
1016                 "php": ">=5.3.2"
1017             },
1018             "type": "library",
1019             "extra": {
1020                 "branch-alias": {
1021                     "dev-master": "1.0-dev"
1022                 }
1023             },
1024             "autoload": {
1025                 "psr-0": {
1026                     "Dflydev\\DotAccessData": "src"
1027                 }
1028             },
1029             "notification-url": "https://packagist.org/downloads/",
1030             "license": [
1031                 "MIT"
1032             ],
1033             "authors": [
1034                 {
1035                     "name": "Dragonfly Development Inc.",
1036                     "email": "info@dflydev.com",
1037                     "homepage": "http://dflydev.com"
1038                 },
1039                 {
1040                     "name": "Beau Simensen",
1041                     "email": "beau@dflydev.com",
1042                     "homepage": "http://beausimensen.com"
1043                 },
1044                 {
1045                     "name": "Carlos Frutos",
1046                     "email": "carlos@kiwing.it",
1047                     "homepage": "https://github.com/cfrutos"
1048                 }
1049             ],
1050             "description": "Given a deep data structure, access data by dot notation.",
1051             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
1052             "keywords": [
1053                 "access",
1054                 "data",
1055                 "dot",
1056                 "notation"
1057             ],
1058             "time": "2017-01-20T21:14:22+00:00"
1059         },
1060         {
1061             "name": "dflydev/placeholder-resolver",
1062             "version": "v1.0.2",
1063             "source": {
1064                 "type": "git",
1065                 "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
1066                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
1067             },
1068             "dist": {
1069                 "type": "zip",
1070                 "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1071                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1072                 "shasum": ""
1073             },
1074             "require": {
1075                 "php": ">=5.3.2"
1076             },
1077             "type": "library",
1078             "extra": {
1079                 "branch-alias": {
1080                     "dev-master": "1.0-dev"
1081                 }
1082             },
1083             "autoload": {
1084                 "psr-0": {
1085                     "Dflydev\\PlaceholderResolver": "src"
1086                 }
1087             },
1088             "notification-url": "https://packagist.org/downloads/",
1089             "license": [
1090                 "MIT"
1091             ],
1092             "authors": [
1093                 {
1094                     "name": "Dragonfly Development Inc.",
1095                     "email": "info@dflydev.com",
1096                     "homepage": "http://dflydev.com"
1097                 },
1098                 {
1099                     "name": "Beau Simensen",
1100                     "email": "beau@dflydev.com",
1101                     "homepage": "http://beausimensen.com"
1102                 }
1103             ],
1104             "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
1105             "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
1106             "keywords": [
1107                 "placeholder",
1108                 "resolver"
1109             ],
1110             "time": "2012-10-28T21:08:28+00:00"
1111         },
1112         {
1113             "name": "dnoegel/php-xdg-base-dir",
1114             "version": "0.1",
1115             "source": {
1116                 "type": "git",
1117                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
1118                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
1119             },
1120             "dist": {
1121                 "type": "zip",
1122                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1123                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1124                 "shasum": ""
1125             },
1126             "require": {
1127                 "php": ">=5.3.2"
1128             },
1129             "require-dev": {
1130                 "phpunit/phpunit": "@stable"
1131             },
1132             "type": "project",
1133             "autoload": {
1134                 "psr-4": {
1135                     "XdgBaseDir\\": "src/"
1136                 }
1137             },
1138             "notification-url": "https://packagist.org/downloads/",
1139             "license": [
1140                 "MIT"
1141             ],
1142             "description": "implementation of xdg base directory specification for php",
1143             "time": "2014-10-24T07:27:01+00:00"
1144         },
1145         {
1146             "name": "doctrine/annotations",
1147             "version": "v1.4.0",
1148             "source": {
1149                 "type": "git",
1150                 "url": "https://github.com/doctrine/annotations.git",
1151                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1152             },
1153             "dist": {
1154                 "type": "zip",
1155                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1156                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1157                 "shasum": ""
1158             },
1159             "require": {
1160                 "doctrine/lexer": "1.*",
1161                 "php": "^5.6 || ^7.0"
1162             },
1163             "require-dev": {
1164                 "doctrine/cache": "1.*",
1165                 "phpunit/phpunit": "^5.7"
1166             },
1167             "type": "library",
1168             "extra": {
1169                 "branch-alias": {
1170                     "dev-master": "1.4.x-dev"
1171                 }
1172             },
1173             "autoload": {
1174                 "psr-4": {
1175                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1176                 }
1177             },
1178             "notification-url": "https://packagist.org/downloads/",
1179             "license": [
1180                 "MIT"
1181             ],
1182             "authors": [
1183                 {
1184                     "name": "Roman Borschel",
1185                     "email": "roman@code-factory.org"
1186                 },
1187                 {
1188                     "name": "Benjamin Eberlei",
1189                     "email": "kontakt@beberlei.de"
1190                 },
1191                 {
1192                     "name": "Guilherme Blanco",
1193                     "email": "guilhermeblanco@gmail.com"
1194                 },
1195                 {
1196                     "name": "Jonathan Wage",
1197                     "email": "jonwage@gmail.com"
1198                 },
1199                 {
1200                     "name": "Johannes Schmitt",
1201                     "email": "schmittjoh@gmail.com"
1202                 }
1203             ],
1204             "description": "Docblock Annotations Parser",
1205             "homepage": "http://www.doctrine-project.org",
1206             "keywords": [
1207                 "annotations",
1208                 "docblock",
1209                 "parser"
1210             ],
1211             "time": "2017-02-24T16:22:25+00:00"
1212         },
1213         {
1214             "name": "doctrine/cache",
1215             "version": "v1.6.2",
1216             "source": {
1217                 "type": "git",
1218                 "url": "https://github.com/doctrine/cache.git",
1219                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
1220             },
1221             "dist": {
1222                 "type": "zip",
1223                 "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
1224                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
1225                 "shasum": ""
1226             },
1227             "require": {
1228                 "php": "~5.5|~7.0"
1229             },
1230             "conflict": {
1231                 "doctrine/common": ">2.2,<2.4"
1232             },
1233             "require-dev": {
1234                 "phpunit/phpunit": "~4.8|~5.0",
1235                 "predis/predis": "~1.0",
1236                 "satooshi/php-coveralls": "~0.6"
1237             },
1238             "type": "library",
1239             "extra": {
1240                 "branch-alias": {
1241                     "dev-master": "1.6.x-dev"
1242                 }
1243             },
1244             "autoload": {
1245                 "psr-4": {
1246                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1247                 }
1248             },
1249             "notification-url": "https://packagist.org/downloads/",
1250             "license": [
1251                 "MIT"
1252             ],
1253             "authors": [
1254                 {
1255                     "name": "Roman Borschel",
1256                     "email": "roman@code-factory.org"
1257                 },
1258                 {
1259                     "name": "Benjamin Eberlei",
1260                     "email": "kontakt@beberlei.de"
1261                 },
1262                 {
1263                     "name": "Guilherme Blanco",
1264                     "email": "guilhermeblanco@gmail.com"
1265                 },
1266                 {
1267                     "name": "Jonathan Wage",
1268                     "email": "jonwage@gmail.com"
1269                 },
1270                 {
1271                     "name": "Johannes Schmitt",
1272                     "email": "schmittjoh@gmail.com"
1273                 }
1274             ],
1275             "description": "Caching library offering an object-oriented API for many cache backends",
1276             "homepage": "http://www.doctrine-project.org",
1277             "keywords": [
1278                 "cache",
1279                 "caching"
1280             ],
1281             "time": "2017-07-22T12:49:21+00:00"
1282         },
1283         {
1284             "name": "doctrine/collections",
1285             "version": "v1.4.0",
1286             "source": {
1287                 "type": "git",
1288                 "url": "https://github.com/doctrine/collections.git",
1289                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
1290             },
1291             "dist": {
1292                 "type": "zip",
1293                 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
1294                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
1295                 "shasum": ""
1296             },
1297             "require": {
1298                 "php": "^5.6 || ^7.0"
1299             },
1300             "require-dev": {
1301                 "doctrine/coding-standard": "~0.1@dev",
1302                 "phpunit/phpunit": "^5.7"
1303             },
1304             "type": "library",
1305             "extra": {
1306                 "branch-alias": {
1307                     "dev-master": "1.3.x-dev"
1308                 }
1309             },
1310             "autoload": {
1311                 "psr-0": {
1312                     "Doctrine\\Common\\Collections\\": "lib/"
1313                 }
1314             },
1315             "notification-url": "https://packagist.org/downloads/",
1316             "license": [
1317                 "MIT"
1318             ],
1319             "authors": [
1320                 {
1321                     "name": "Roman Borschel",
1322                     "email": "roman@code-factory.org"
1323                 },
1324                 {
1325                     "name": "Benjamin Eberlei",
1326                     "email": "kontakt@beberlei.de"
1327                 },
1328                 {
1329                     "name": "Guilherme Blanco",
1330                     "email": "guilhermeblanco@gmail.com"
1331                 },
1332                 {
1333                     "name": "Jonathan Wage",
1334                     "email": "jonwage@gmail.com"
1335                 },
1336                 {
1337                     "name": "Johannes Schmitt",
1338                     "email": "schmittjoh@gmail.com"
1339                 }
1340             ],
1341             "description": "Collections Abstraction library",
1342             "homepage": "http://www.doctrine-project.org",
1343             "keywords": [
1344                 "array",
1345                 "collections",
1346                 "iterator"
1347             ],
1348             "time": "2017-01-03T10:49:41+00:00"
1349         },
1350         {
1351             "name": "doctrine/common",
1352             "version": "v2.7.3",
1353             "source": {
1354                 "type": "git",
1355                 "url": "https://github.com/doctrine/common.git",
1356                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
1357             },
1358             "dist": {
1359                 "type": "zip",
1360                 "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
1361                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
1362                 "shasum": ""
1363             },
1364             "require": {
1365                 "doctrine/annotations": "1.*",
1366                 "doctrine/cache": "1.*",
1367                 "doctrine/collections": "1.*",
1368                 "doctrine/inflector": "1.*",
1369                 "doctrine/lexer": "1.*",
1370                 "php": "~5.6|~7.0"
1371             },
1372             "require-dev": {
1373                 "phpunit/phpunit": "^5.4.6"
1374             },
1375             "type": "library",
1376             "extra": {
1377                 "branch-alias": {
1378                     "dev-master": "2.7.x-dev"
1379                 }
1380             },
1381             "autoload": {
1382                 "psr-4": {
1383                     "Doctrine\\Common\\": "lib/Doctrine/Common"
1384                 }
1385             },
1386             "notification-url": "https://packagist.org/downloads/",
1387             "license": [
1388                 "MIT"
1389             ],
1390             "authors": [
1391                 {
1392                     "name": "Roman Borschel",
1393                     "email": "roman@code-factory.org"
1394                 },
1395                 {
1396                     "name": "Benjamin Eberlei",
1397                     "email": "kontakt@beberlei.de"
1398                 },
1399                 {
1400                     "name": "Guilherme Blanco",
1401                     "email": "guilhermeblanco@gmail.com"
1402                 },
1403                 {
1404                     "name": "Jonathan Wage",
1405                     "email": "jonwage@gmail.com"
1406                 },
1407                 {
1408                     "name": "Johannes Schmitt",
1409                     "email": "schmittjoh@gmail.com"
1410                 }
1411             ],
1412             "description": "Common Library for Doctrine projects",
1413             "homepage": "http://www.doctrine-project.org",
1414             "keywords": [
1415                 "annotations",
1416                 "collections",
1417                 "eventmanager",
1418                 "persistence",
1419                 "spl"
1420             ],
1421             "time": "2017-07-22T08:35:12+00:00"
1422         },
1423         {
1424             "name": "doctrine/inflector",
1425             "version": "v1.2.0",
1426             "source": {
1427                 "type": "git",
1428                 "url": "https://github.com/doctrine/inflector.git",
1429                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
1430             },
1431             "dist": {
1432                 "type": "zip",
1433                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
1434                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
1435                 "shasum": ""
1436             },
1437             "require": {
1438                 "php": "^7.0"
1439             },
1440             "require-dev": {
1441                 "phpunit/phpunit": "^6.2"
1442             },
1443             "type": "library",
1444             "extra": {
1445                 "branch-alias": {
1446                     "dev-master": "1.2.x-dev"
1447                 }
1448             },
1449             "autoload": {
1450                 "psr-4": {
1451                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1452                 }
1453             },
1454             "notification-url": "https://packagist.org/downloads/",
1455             "license": [
1456                 "MIT"
1457             ],
1458             "authors": [
1459                 {
1460                     "name": "Roman Borschel",
1461                     "email": "roman@code-factory.org"
1462                 },
1463                 {
1464                     "name": "Benjamin Eberlei",
1465                     "email": "kontakt@beberlei.de"
1466                 },
1467                 {
1468                     "name": "Guilherme Blanco",
1469                     "email": "guilhermeblanco@gmail.com"
1470                 },
1471                 {
1472                     "name": "Jonathan Wage",
1473                     "email": "jonwage@gmail.com"
1474                 },
1475                 {
1476                     "name": "Johannes Schmitt",
1477                     "email": "schmittjoh@gmail.com"
1478                 }
1479             ],
1480             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1481             "homepage": "http://www.doctrine-project.org",
1482             "keywords": [
1483                 "inflection",
1484                 "pluralize",
1485                 "singularize",
1486                 "string"
1487             ],
1488             "time": "2017-07-22T12:18:28+00:00"
1489         },
1490         {
1491             "name": "doctrine/lexer",
1492             "version": "v1.0.1",
1493             "source": {
1494                 "type": "git",
1495                 "url": "https://github.com/doctrine/lexer.git",
1496                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1497             },
1498             "dist": {
1499                 "type": "zip",
1500                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1501                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1502                 "shasum": ""
1503             },
1504             "require": {
1505                 "php": ">=5.3.2"
1506             },
1507             "type": "library",
1508             "extra": {
1509                 "branch-alias": {
1510                     "dev-master": "1.0.x-dev"
1511                 }
1512             },
1513             "autoload": {
1514                 "psr-0": {
1515                     "Doctrine\\Common\\Lexer\\": "lib/"
1516                 }
1517             },
1518             "notification-url": "https://packagist.org/downloads/",
1519             "license": [
1520                 "MIT"
1521             ],
1522             "authors": [
1523                 {
1524                     "name": "Roman Borschel",
1525                     "email": "roman@code-factory.org"
1526                 },
1527                 {
1528                     "name": "Guilherme Blanco",
1529                     "email": "guilhermeblanco@gmail.com"
1530                 },
1531                 {
1532                     "name": "Johannes Schmitt",
1533                     "email": "schmittjoh@gmail.com"
1534                 }
1535             ],
1536             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1537             "homepage": "http://www.doctrine-project.org",
1538             "keywords": [
1539                 "lexer",
1540                 "parser"
1541             ],
1542             "time": "2014-09-09T13:34:57+00:00"
1543         },
1544         {
1545             "name": "drupal-composer/drupal-scaffold",
1546             "version": "2.5.4",
1547             "source": {
1548                 "type": "git",
1549                 "url": "https://github.com/drupal-composer/drupal-scaffold.git",
1550                 "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d"
1551             },
1552             "dist": {
1553                 "type": "zip",
1554                 "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
1555                 "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d",
1556                 "shasum": ""
1557             },
1558             "require": {
1559                 "composer-plugin-api": "^1.0.0",
1560                 "composer/semver": "^1.4",
1561                 "php": ">=5.4.5"
1562             },
1563             "require-dev": {
1564                 "composer/composer": "dev-master",
1565                 "g1a/composer-test-scenarios": "^2.1.0",
1566                 "phpunit/phpunit": "^6",
1567                 "squizlabs/php_codesniffer": "^2.8"
1568             },
1569             "type": "composer-plugin",
1570             "extra": {
1571                 "class": "DrupalComposer\\DrupalScaffold\\Plugin",
1572                 "branch-alias": {
1573                     "dev-master": "2.0.x-dev"
1574                 }
1575             },
1576             "autoload": {
1577                 "psr-4": {
1578                     "DrupalComposer\\DrupalScaffold\\": "src/"
1579                 }
1580             },
1581             "notification-url": "https://packagist.org/downloads/",
1582             "license": [
1583                 "GPL-2.0-or-later"
1584             ],
1585             "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
1586             "time": "2018-07-27T10:07:07+00:00"
1587         },
1588         {
1589             "name": "drupal/admin_toolbar",
1590             "version": "1.24.0",
1591             "source": {
1592                 "type": "git",
1593                 "url": "https://git.drupal.org/project/admin_toolbar",
1594                 "reference": "8.x-1.24"
1595             },
1596             "dist": {
1597                 "type": "zip",
1598                 "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.24.zip",
1599                 "reference": "8.x-1.24",
1600                 "shasum": "682ffa443a1e339583022eb6adbb00c1103ea6d4"
1601             },
1602             "require": {
1603                 "drupal/core": "*"
1604             },
1605             "type": "drupal-module",
1606             "extra": {
1607                 "branch-alias": {
1608                     "dev-1.x": "1.x-dev"
1609                 },
1610                 "drupal": {
1611                     "version": "8.x-1.24",
1612                     "datestamp": "1527523080",
1613                     "security-coverage": {
1614                         "status": "covered",
1615                         "message": "Covered by Drupal's security advisory policy"
1616                     }
1617                 }
1618             },
1619             "notification-url": "https://packages.drupal.org/8/downloads",
1620             "license": [
1621                 "GPL-2.0+"
1622             ],
1623             "authors": [
1624                 {
1625                     "name": "Wilfrid Roze (eme)",
1626                     "homepage": "https://www.drupal.org/u/eme",
1627                     "role": "Maintainer"
1628                 },
1629                 {
1630                     "name": "Romain Jarraud (romainj)",
1631                     "homepage": "https://www.drupal.org/u/romainj",
1632                     "role": "Maintainer"
1633                 },
1634                 {
1635                     "name": "Adrian Cid Almaguer (adriancid)",
1636                     "homepage": "https://www.drupal.org/u/adriancid",
1637                     "email": "adriancid@gmail.com",
1638                     "role": "Maintainer"
1639                 },
1640                 {
1641                     "name": "Mohamed Anis Taktak (matio89)",
1642                     "homepage": "https://www.drupal.org/u/matio89",
1643                     "role": "Maintainer"
1644                 },
1645                 {
1646                     "name": "fethi.krout",
1647                     "homepage": "https://www.drupal.org/user/3206765"
1648                 },
1649                 {
1650                     "name": "matio89",
1651                     "homepage": "https://www.drupal.org/user/2320090"
1652                 },
1653                 {
1654                     "name": "romainj",
1655                     "homepage": "https://www.drupal.org/user/370706"
1656                 }
1657             ],
1658             "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
1659             "homepage": "http://drupal.org/project/admin_toolbar",
1660             "keywords": [
1661                 "Drupal",
1662                 "Toolbar"
1663             ],
1664             "support": {
1665                 "source": "http://cgit.drupalcode.org/admin_toolbar",
1666                 "issues": "https://www.drupal.org/project/issues/admin_toolbar"
1667             }
1668         },
1669         {
1670             "name": "drupal/advagg",
1671             "version": "2.4.0",
1672             "source": {
1673                 "type": "git",
1674                 "url": "https://git.drupal.org/project/advagg",
1675                 "reference": "8.x-2.4"
1676             },
1677             "dist": {
1678                 "type": "zip",
1679                 "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
1680                 "reference": "8.x-2.4",
1681                 "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
1682             },
1683             "require": {
1684                 "drupal/core": "~8.0"
1685             },
1686             "type": "drupal-module",
1687             "extra": {
1688                 "branch-alias": {
1689                     "dev-2.x": "2.x-dev"
1690                 },
1691                 "drupal": {
1692                     "version": "8.x-2.4",
1693                     "datestamp": "1493949188"
1694                 }
1695             },
1696             "notification-url": "https://packages.drupal.org/8/downloads",
1697             "license": [
1698                 "GPL-2.0+"
1699             ],
1700             "authors": [
1701                 {
1702                     "name": "Mike Carper (mikeytown2)",
1703                     "homepage": "https://www.drupal.org/u/mikeytown2",
1704                     "role": "Creator, Maintainer"
1705                 },
1706                 {
1707                     "name": "Nick Wilde (nickwilde)",
1708                     "homepage": "https://www.drupal.org/u/nickwilde",
1709                     "email": "design@briarmoon.ca",
1710                     "role": "Drupal 8 Port/maintainer"
1711                 },
1712                 {
1713                     "name": "doublejosh",
1714                     "homepage": "https://www.drupal.org/user/199720"
1715                 },
1716                 {
1717                     "name": "iamcarrico",
1718                     "homepage": "https://www.drupal.org/user/1300542"
1719                 },
1720                 {
1721                     "name": "markcarver",
1722                     "homepage": "https://www.drupal.org/user/501638"
1723                 },
1724                 {
1725                     "name": "mikeytown2",
1726                     "homepage": "https://www.drupal.org/user/282446"
1727                 },
1728                 {
1729                     "name": "rupl",
1730                     "homepage": "https://www.drupal.org/user/411999"
1731                 }
1732             ],
1733             "description": "Improved aggregation of CSS/JS files to speed up page load times.",
1734             "homepage": "https://drupal.org/project/advagg",
1735             "support": {
1736                 "source": "https://cgit.drupalcode.org/advagg",
1737                 "issues": "https://drupal.org/project/issues/advagg",
1738                 "irc": "irc://irc.freenode.org/drupal-contribute"
1739             }
1740         },
1741         {
1742             "name": "drupal/advanced_help",
1743             "version": "1.0.0-alpha2",
1744             "source": {
1745                 "type": "git",
1746                 "url": "https://git.drupal.org/project/advanced_help",
1747                 "reference": "8.x-1.0-alpha2"
1748             },
1749             "dist": {
1750                 "type": "zip",
1751                 "url": "https://ftp.drupal.org/files/projects/advanced_help-8.x-1.0-alpha2.zip",
1752                 "reference": "8.x-1.0-alpha2",
1753                 "shasum": "15893996c66bcb81e200dfb9871df6f0da682cc0"
1754             },
1755             "require": {
1756                 "drupal/core": "~8.0",
1757                 "michelf/php-markdown": "^1.7"
1758             },
1759             "type": "drupal-module",
1760             "extra": {
1761                 "branch-alias": {
1762                     "dev-1.x": "1.x-dev"
1763                 },
1764                 "drupal": {
1765                     "version": "8.x-1.0-alpha2",
1766                     "datestamp": "1542000180",
1767                     "security-coverage": {
1768                         "status": "not-covered",
1769                         "message": "Alpha releases are not covered by Drupal security advisories."
1770                     }
1771                 }
1772             },
1773             "notification-url": "https://packages.drupal.org/8/downloads",
1774             "license": [
1775                 "GPL-2.0+"
1776             ],
1777             "authors": [
1778                 {
1779                     "name": "David Valdez (gnuget)",
1780                     "homepage": "https://www.drupal.org/u/gnuget",
1781                     "role": "Maintainer"
1782                 },
1783                 {
1784                     "name": "dmitrig01",
1785                     "homepage": "https://www.drupal.org/user/47566"
1786                 },
1787                 {
1788                     "name": "fgm",
1789                     "homepage": "https://www.drupal.org/user/27985"
1790                 },
1791                 {
1792                     "name": "gisle",
1793                     "homepage": "https://www.drupal.org/user/409554"
1794                 },
1795                 {
1796                     "name": "gnuget",
1797                     "homepage": "https://www.drupal.org/user/992990"
1798                 },
1799                 {
1800                     "name": "merlinofchaos",
1801                     "homepage": "https://www.drupal.org/user/26979"
1802                 },
1803                 {
1804                     "name": "redndahead",
1805                     "homepage": "https://www.drupal.org/user/160320"
1806                 }
1807             ],
1808             "description": "Provide extended help and documentation.",
1809             "homepage": "https://www.drupal.org/project/advanced_help",
1810             "support": {
1811                 "source": "https://cgit.drupalcode.org/advanced_help",
1812                 "issues": "https://www.drupal.org/project/issues/advanced_help",
1813                 "irc": "irc://irc.freenode.org/drupal-contribute"
1814             }
1815         },
1816         {
1817             "name": "drupal/better_formats",
1818             "version": "dev-1.x",
1819             "source": {
1820                 "type": "git",
1821                 "url": "https://git.drupal.org/project/better_formats",
1822                 "reference": "e632735f9bec5e08db58716195edc25cc6db78b3"
1823             },
1824             "require": {
1825                 "drupal/core": "~8.0"
1826             },
1827             "type": "drupal-module",
1828             "extra": {
1829                 "branch-alias": {
1830                     "dev-1.x": "1.x-dev"
1831                 },
1832                 "drupal": {
1833                     "version": "8.x-1.x-dev",
1834                     "datestamp": "1524577384",
1835                     "security-coverage": {
1836                         "status": "not-covered",
1837                         "message": "Project has not opted into security advisory coverage!"
1838                     }
1839                 }
1840             },
1841             "notification-url": "https://packages.drupal.org/8/downloads",
1842             "license": [
1843                 "GPL-2.0+"
1844             ],
1845             "authors": [
1846                 {
1847                     "name": "Devin Carlson",
1848                     "homepage": "https://www.drupal.org/user/290182"
1849                 },
1850                 {
1851                     "name": "dragonwize",
1852                     "homepage": "https://www.drupal.org/user/137882"
1853                 }
1854             ],
1855             "description": "Enhances the core input format system by managing input format defaults and settings.",
1856             "homepage": "https://www.drupal.org/project/better_formats",
1857             "support": {
1858                 "source": "http://cgit.drupalcode.org/better_formats"
1859             }
1860         },
1861         {
1862             "name": "drupal/blazy",
1863             "version": "1.0.0-rc3",
1864             "source": {
1865                 "type": "git",
1866                 "url": "https://git.drupal.org/project/blazy",
1867                 "reference": "8.x-1.0-rc3"
1868             },
1869             "dist": {
1870                 "type": "zip",
1871                 "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc3.zip",
1872                 "reference": "8.x-1.0-rc3",
1873                 "shasum": "a92409f7d19ed984362b213c6245f8eda3bef03a"
1874             },
1875             "require": {
1876                 "drupal/core": "*"
1877             },
1878             "type": "drupal-module",
1879             "extra": {
1880                 "branch-alias": {
1881                     "dev-1.x": "1.x-dev"
1882                 },
1883                 "drupal": {
1884                     "version": "8.x-1.0-rc3",
1885                     "datestamp": "1538045580",
1886                     "security-coverage": {
1887                         "status": "not-covered",
1888                         "message": "Project has not opted into security advisory coverage!"
1889                     }
1890                 }
1891             },
1892             "notification-url": "https://packages.drupal.org/8/downloads",
1893             "license": [
1894                 "GPL-2.0+"
1895             ],
1896             "authors": [
1897                 {
1898                     "name": "Gaus Surahman",
1899                     "homepage": "https://www.drupal.org/u/gausarts",
1900                     "role": "Maintainer"
1901                 },
1902                 {
1903                     "name": "Contributors",
1904                     "homepage": "https://www.drupal.org/node/2663268/committers",
1905                     "role": "Contributor"
1906                 },
1907                 {
1908                     "name": "sun",
1909                     "homepage": "https://www.drupal.org/user/54136"
1910                 }
1911             ],
1912             "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
1913             "homepage": "https://drupal.org/project/blazy",
1914             "keywords": [
1915                 "Drupal",
1916                 "bLazy",
1917                 "lazyload"
1918             ],
1919             "support": {
1920                 "source": "http://cgit.drupalcode.org/blazy",
1921                 "issues": "https://drupal.org/project/issues/blazy"
1922             }
1923         },
1924         {
1925             "name": "drupal/block_class",
1926             "version": "1.0.0",
1927             "source": {
1928                 "type": "git",
1929                 "url": "https://git.drupal.org/project/block_class",
1930                 "reference": "8.x-1.0"
1931             },
1932             "dist": {
1933                 "type": "zip",
1934                 "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0.zip",
1935                 "reference": "8.x-1.0",
1936                 "shasum": "1a691999d051a3c010c2b6f2df73954ee02f424d"
1937             },
1938             "require": {
1939                 "drupal/core": "*"
1940             },
1941             "type": "drupal-module",
1942             "extra": {
1943                 "branch-alias": {
1944                     "dev-1.x": "1.x-dev"
1945                 },
1946                 "drupal": {
1947                     "version": "8.x-1.0",
1948                     "datestamp": "1531440821",
1949                     "security-coverage": {
1950                         "status": "covered",
1951                         "message": "Covered by Drupal's security advisory policy"
1952                     }
1953                 }
1954             },
1955             "notification-url": "https://packages.drupal.org/8/downloads",
1956             "license": [
1957                 "GPL-2.0+"
1958             ],
1959             "authors": [
1960                 {
1961                     "name": "Todd Nienkerk",
1962                     "homepage": "https://www.drupal.org/u/todd-nienkerk",
1963                     "role": "Maintainer"
1964                 },
1965                 {
1966                     "name": "Renato Gonçalves (RenatoG)",
1967                     "homepage": "https://www.drupal.org/u/RenatoG",
1968                     "email": "renatog@ciandt.com",
1969                     "role": "Maintainer"
1970                 },
1971                 {
1972                     "name": "Aaron Stanush",
1973                     "homepage": "https://www.drupal.org/u/aaron-stanush",
1974                     "role": "Maintainer"
1975                 },
1976                 {
1977                     "name": "David Suissa (DYdave)",
1978                     "homepage": "https://www.drupal.org/u/DYdave",
1979                     "role": "Maintainer"
1980                 },
1981                 {
1982                     "name": "Four Kitchens",
1983                     "homepage": "https://www.drupal.org/user/358502",
1984                     "role": "Maintainer"
1985                 },
1986                 {
1987                     "name": "berenddeboer",
1988                     "homepage": "https://www.drupal.org/u/berenddeboer",
1989                     "role": "Maintainer"
1990                 },
1991                 {
1992                     "name": "elliotttf",
1993                     "homepage": "https://www.drupal.org/u/elliotttf",
1994                     "role": "Maintainer"
1995                 },
1996                 {
1997                     "name": "Michal Minecki (mirzu)",
1998                     "homepage": "https://www.drupal.org/u/mirzu",
1999                     "role": "Maintainer"
2000                 },
2001                 {
2002                     "name": "Patrick Coffey (pcoffey)",
2003                     "homepage": "https://www.drupal.org/u/pcoffey",
2004                     "role": "Maintainer"
2005                 },
2006                 {
2007                     "name": "Taylor Smith (tsmith512)",
2008                     "homepage": "https://www.drupal.org/u/tsmith512",
2009                     "role": "Maintainer"
2010                 },
2011                 {
2012                     "name": "tsmith512",
2013                     "homepage": "https://www.drupal.org/user/2031446"
2014                 }
2015             ],
2016             "description": "Allows assigning classes to Blocks.",
2017             "homepage": "https://www.drupal.org/project/block_class",
2018             "support": {
2019                 "source": "https://cgit.drupalcode.org/block_class",
2020                 "issues": "https://www.drupal.org/project/issues/block_class",
2021                 "irc": "irc://irc.freenode.org/drupal-contribute"
2022             }
2023         },
2024         {
2025             "name": "drupal/bootstrap",
2026             "version": "3.14.0",
2027             "source": {
2028                 "type": "git",
2029                 "url": "https://git.drupal.org/project/bootstrap",
2030                 "reference": "8.x-3.14"
2031             },
2032             "dist": {
2033                 "type": "zip",
2034                 "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.14.zip",
2035                 "reference": "8.x-3.14",
2036                 "shasum": "bd32ae78846d7f535e5a71f631377dba93ee8bd2"
2037             },
2038             "require": {
2039                 "drupal/core": "~8.0"
2040             },
2041             "type": "drupal-theme",
2042             "extra": {
2043                 "branch-alias": {
2044                     "dev-3.x": "3.x-dev"
2045                 },
2046                 "drupal": {
2047                     "version": "8.x-3.14",
2048                     "datestamp": "1542006180",
2049                     "security-coverage": {
2050                         "status": "covered",
2051                         "message": "Covered by Drupal's security advisory policy"
2052                     }
2053                 }
2054             },
2055             "notification-url": "https://packages.drupal.org/8/downloads",
2056             "license": [
2057                 "GPL-2.0"
2058             ],
2059             "authors": [
2060                 {
2061                     "name": "Mark Carver (markcarver)",
2062                     "homepage": "https://www.drupal.org/u/markcarver",
2063                     "role": "Maintainer"
2064                 },
2065                 {
2066                     "name": "John McCormick (neardark)",
2067                     "homepage": "https://www.drupal.org/u/neardark",
2068                     "role": "Co-maintainer"
2069                 },
2070                 {
2071                     "name": "Fabiano Sant'Ana (wundo)",
2072                     "homepage": "https://www.drupal.org/u/wundo",
2073                     "role": "Co-maintainer"
2074                 },
2075                 {
2076                     "name": "wundo",
2077                     "homepage": "https://www.drupal.org/user/25523"
2078                 }
2079             ],
2080             "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
2081             "homepage": "https://www.drupal.org/project/bootstrap",
2082             "support": {
2083                 "source": "http://cgit.drupalcode.org/bootstrap",
2084                 "docs": "https://drupal-bootstrap.org",
2085                 "issues": "https://www.drupal.org/project/issues/bootstrap",
2086                 "irc": "irc://irc.freenode.org/drupal-bootstrap"
2087             }
2088         },
2089         {
2090             "name": "drupal/bootstrap_layouts",
2091             "version": "4.2.0",
2092             "source": {
2093                 "type": "git",
2094                 "url": "https://git.drupal.org/project/bootstrap_layouts",
2095                 "reference": "8.x-4.2"
2096             },
2097             "dist": {
2098                 "type": "zip",
2099                 "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.2.zip",
2100                 "reference": "8.x-4.2",
2101                 "shasum": "247f8e766fa06c9639fa80e81ecc933230e3e9fb"
2102             },
2103             "require": {
2104                 "drupal/core": "~8.0",
2105                 "drupal/layout_plugin": "*"
2106             },
2107             "type": "drupal-module",
2108             "extra": {
2109                 "branch-alias": {
2110                     "dev-4.x": "4.x-dev"
2111                 },
2112                 "drupal": {
2113                     "version": "8.x-4.2",
2114                     "datestamp": "1507846445",
2115                     "security-coverage": {
2116                         "status": "covered",
2117                         "message": "Covered by Drupal's security advisory policy"
2118                     }
2119                 }
2120             },
2121             "notification-url": "https://packages.drupal.org/8/downloads",
2122             "license": [
2123                 "GPL-2.0-or-later"
2124             ],
2125             "authors": [
2126                 {
2127                     "name": "darol100",
2128                     "homepage": "https://www.drupal.org/user/2667123"
2129                 },
2130                 {
2131                     "name": "hctom",
2132                     "homepage": "https://www.drupal.org/user/112790"
2133                 },
2134                 {
2135                     "name": "markcarver",
2136                     "homepage": "https://www.drupal.org/user/501638"
2137                 }
2138             ],
2139             "description": "This module is going to generate layouts with Bootstrap grid system.",
2140             "homepage": "https://www.drupal.org/project/bootstrap_layouts",
2141             "support": {
2142                 "source": "http://cgit.drupalcode.org/bootstrap_layouts"
2143             }
2144         },
2145         {
2146             "name": "drupal/ckeditor_templates",
2147             "version": "1.0.0",
2148             "source": {
2149                 "type": "git",
2150                 "url": "https://git.drupal.org/project/ckeditor_templates",
2151                 "reference": "8.x-1.0"
2152             },
2153             "dist": {
2154                 "type": "zip",
2155                 "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
2156                 "reference": "8.x-1.0",
2157                 "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
2158             },
2159             "require": {
2160                 "drupal/core": "*"
2161             },
2162             "type": "drupal-module",
2163             "extra": {
2164                 "branch-alias": {
2165                     "dev-1.x": "1.x-dev"
2166                 },
2167                 "drupal": {
2168                     "version": "8.x-1.0",
2169                     "datestamp": "1490206982"
2170                 }
2171             },
2172             "notification-url": "https://packages.drupal.org/8/downloads",
2173             "license": [
2174                 "GPL-2.0+"
2175             ],
2176             "authors": [
2177                 {
2178                     "name": "lucaslg",
2179                     "homepage": "https://www.drupal.org/user/3128975"
2180                 }
2181             ],
2182             "description": "Integrates the CKEdito templates plugin",
2183             "homepage": "https://www.drupal.org/project/ckeditor_templates",
2184             "support": {
2185                 "source": "http://cgit.drupalcode.org/ckeditor_templates"
2186             }
2187         },
2188         {
2189             "name": "drupal/ckeditor_widgets",
2190             "version": "dev-1.x",
2191             "source": {
2192                 "type": "git",
2193                 "url": "https://git.drupal.org/project/ckeditor_widgets",
2194                 "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
2195             },
2196             "require": {
2197                 "drupal/core": "*"
2198             },
2199             "type": "drupal-module",
2200             "extra": {
2201                 "branch-alias": {
2202                     "dev-1.x": "1.x-dev"
2203                 },
2204                 "drupal": {
2205                     "version": "8.x-1.x-dev",
2206                     "datestamp": "1472798939"
2207                 }
2208             },
2209             "notification-url": "https://packages.drupal.org/8/downloads",
2210             "license": [
2211                 "GPL-2.0+"
2212             ],
2213             "authors": [
2214                 {
2215                     "name": "jlyon",
2216                     "homepage": "https://www.drupal.org/user/256444"
2217                 }
2218             ],
2219             "description": "Adds widgets and an Insert Template menu to CKEditor",
2220             "homepage": "https://www.drupal.org/project/ckeditor_widgets",
2221             "support": {
2222                 "source": "http://cgit.drupalcode.org/ckeditor_widgets"
2223             }
2224         },
2225         {
2226             "name": "drupal/console",
2227             "version": "1.8.0",
2228             "source": {
2229                 "type": "git",
2230                 "url": "https://github.com/hechoendrupal/drupal-console.git",
2231                 "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18"
2232             },
2233             "dist": {
2234                 "type": "zip",
2235                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/368bbfa44dc6b957eb4db01977f7c39e83032d18",
2236                 "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18",
2237                 "shasum": ""
2238             },
2239             "require": {
2240                 "alchemy/zippy": "0.4.3",
2241                 "composer/installers": "~1.0",
2242                 "doctrine/annotations": "^1.2",
2243                 "doctrine/collections": "^1.3",
2244                 "drupal/console-core": "1.8.0",
2245                 "drupal/console-extend-plugin": "~0",
2246                 "guzzlehttp/guzzle": "~6.1",
2247                 "php": "^5.5.9 || ^7.0",
2248                 "psy/psysh": "0.6.* || ~0.8",
2249                 "symfony/css-selector": "~2.8|~3.0",
2250                 "symfony/dom-crawler": "~2.8|~3.0",
2251                 "symfony/http-foundation": "~2.8|~3.0"
2252             },
2253             "suggest": {
2254                 "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
2255                 "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
2256             },
2257             "bin": [
2258                 "bin/drupal"
2259             ],
2260             "type": "library",
2261             "autoload": {
2262                 "psr-4": {
2263                     "Drupal\\Console\\": "src"
2264                 }
2265             },
2266             "notification-url": "https://packagist.org/downloads/",
2267             "license": [
2268                 "GPL-2.0-or-later"
2269             ],
2270             "authors": [
2271                 {
2272                     "name": "David Flores",
2273                     "email": "dmousex@gmail.com",
2274                     "homepage": "http://dmouse.net"
2275                 },
2276                 {
2277                     "name": "Jesus Manuel Olivas",
2278                     "email": "jesus.olivas@gmail.com",
2279                     "homepage": "http://jmolivas.com"
2280                 },
2281                 {
2282                     "name": "Eduardo Garcia",
2283                     "email": "enzo@enzolutions.com",
2284                     "homepage": "http://enzolutions.com/"
2285                 },
2286                 {
2287                     "name": "Omar Aguirre",
2288                     "email": "omersguchigu@gmail.com"
2289                 },
2290                 {
2291                     "name": "Drupal Console Contributors",
2292                     "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
2293                 }
2294             ],
2295             "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
2296             "homepage": "http://drupalconsole.com/",
2297             "keywords": [
2298                 "console",
2299                 "development",
2300                 "drupal",
2301                 "symfony"
2302             ],
2303             "time": "2018-03-21T20:50:16+00:00"
2304         },
2305         {
2306             "name": "drupal/console-core",
2307             "version": "1.8.0",
2308             "source": {
2309                 "type": "git",
2310                 "url": "https://github.com/hechoendrupal/drupal-console-core.git",
2311                 "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1"
2312             },
2313             "dist": {
2314                 "type": "zip",
2315                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bf1fb4a6f689377acec1694267f674178d28e5d1",
2316                 "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1",
2317                 "shasum": ""
2318             },
2319             "require": {
2320                 "dflydev/dot-access-configuration": "^1.0",
2321                 "drupal/console-en": "1.8.0",
2322                 "php": "^5.5.9 || ^7.0",
2323                 "stecman/symfony-console-completion": "~0.7",
2324                 "symfony/config": "~2.8|~3.0",
2325                 "symfony/console": "~2.8|~3.0",
2326                 "symfony/debug": "~2.8|~3.0",
2327                 "symfony/dependency-injection": "~2.8|~3.0",
2328                 "symfony/event-dispatcher": "~2.8|~3.0",
2329                 "symfony/filesystem": "~2.8|~3.0",
2330                 "symfony/finder": "~2.8|~3.0",
2331                 "symfony/process": "~2.8|~3.0",
2332                 "symfony/translation": "~2.8|~3.0",
2333                 "symfony/yaml": "~2.8|~3.0",
2334                 "twig/twig": "^1.23.1",
2335                 "webflo/drupal-finder": "^1.0",
2336                 "webmozart/path-util": "^2.3"
2337             },
2338             "type": "library",
2339             "autoload": {
2340                 "files": [
2341                     "src/functions.php"
2342                 ],
2343                 "psr-4": {
2344                     "Drupal\\Console\\Core\\": "src"
2345                 }
2346             },
2347             "notification-url": "https://packagist.org/downloads/",
2348             "license": [
2349                 "GPL-2.0-or-later"
2350             ],
2351             "authors": [
2352                 {
2353                     "name": "David Flores",
2354                     "email": "dmousex@gmail.com",
2355                     "homepage": "http://dmouse.net"
2356                 },
2357                 {
2358                     "name": "Jesus Manuel Olivas",
2359                     "email": "jesus.olivas@gmail.com",
2360                     "homepage": "http://jmolivas.com"
2361                 },
2362                 {
2363                     "name": "Drupal Console Contributors",
2364                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2365                 },
2366                 {
2367                     "name": "Eduardo Garcia",
2368                     "email": "enzo@enzolutions.com",
2369                     "homepage": "http://enzolutions.com/"
2370                 },
2371                 {
2372                     "name": "Omar Aguirre",
2373                     "email": "omersguchigu@gmail.com"
2374                 }
2375             ],
2376             "description": "Drupal Console Core",
2377             "homepage": "http://drupalconsole.com/",
2378             "keywords": [
2379                 "console",
2380                 "development",
2381                 "drupal",
2382                 "symfony"
2383             ],
2384             "time": "2018-03-21T19:33:23+00:00"
2385         },
2386         {
2387             "name": "drupal/console-en",
2388             "version": "1.8.0",
2389             "source": {
2390                 "type": "git",
2391                 "url": "https://github.com/hechoendrupal/drupal-console-en.git",
2392                 "reference": "ea956ddffab04f519a89858810e5f695b9def92b"
2393             },
2394             "dist": {
2395                 "type": "zip",
2396                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/ea956ddffab04f519a89858810e5f695b9def92b",
2397                 "reference": "ea956ddffab04f519a89858810e5f695b9def92b",
2398                 "shasum": ""
2399             },
2400             "type": "drupal-console-language",
2401             "notification-url": "https://packagist.org/downloads/",
2402             "license": [
2403                 "GPL-2.0-or-later"
2404             ],
2405             "authors": [
2406                 {
2407                     "name": "David Flores",
2408                     "email": "dmousex@gmail.com",
2409                     "homepage": "http://dmouse.net"
2410                 },
2411                 {
2412                     "name": "Jesus Manuel Olivas",
2413                     "email": "jesus.olivas@gmail.com",
2414                     "homepage": "http://jmolivas.com"
2415                 },
2416                 {
2417                     "name": "Drupal Console Contributors",
2418                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2419                 },
2420                 {
2421                     "name": "Eduardo Garcia",
2422                     "email": "enzo@enzolutions.com",
2423                     "homepage": "http://enzolutions.com/"
2424                 },
2425                 {
2426                     "name": "Omar Aguirre",
2427                     "email": "omersguchigu@gmail.com"
2428                 }
2429             ],
2430             "description": "Drupal Console English Language",
2431             "homepage": "http://drupalconsole.com/",
2432             "keywords": [
2433                 "console",
2434                 "development",
2435                 "drupal",
2436                 "symfony"
2437             ],
2438             "time": "2018-03-21T19:16:27+00:00"
2439         },
2440         {
2441             "name": "drupal/console-extend-plugin",
2442             "version": "0.9.2",
2443             "source": {
2444                 "type": "git",
2445                 "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
2446                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
2447             },
2448             "dist": {
2449                 "type": "zip",
2450                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
2451                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
2452                 "shasum": ""
2453             },
2454             "require": {
2455                 "composer-plugin-api": "^1.0",
2456                 "symfony/finder": "~2.7|~3.0",
2457                 "symfony/yaml": "~2.7|~3.0"
2458             },
2459             "type": "composer-plugin",
2460             "extra": {
2461                 "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
2462             },
2463             "autoload": {
2464                 "psr-4": {
2465                     "Drupal\\Console\\Composer\\Plugin\\": "src"
2466                 }
2467             },
2468             "notification-url": "https://packagist.org/downloads/",
2469             "license": [
2470                 "GPL-2.0+"
2471             ],
2472             "authors": [
2473                 {
2474                     "name": "Jesus Manuel Olivas",
2475                     "email": "jesus.olivas@gmail.com"
2476                 }
2477             ],
2478             "description": "Drupal Console Extend Plugin",
2479             "time": "2017-07-28T17:11:54+00:00"
2480         },
2481         {
2482             "name": "drupal/core",
2483             "version": "8.6.3",
2484             "source": {
2485                 "type": "git",
2486                 "url": "https://github.com/drupal/core.git",
2487                 "reference": "9e9a1dd9e280ebaf10622217e54448b529167965"
2488             },
2489             "dist": {
2490                 "type": "zip",
2491                 "url": "https://api.github.com/repos/drupal/core/zipball/9e9a1dd9e280ebaf10622217e54448b529167965",
2492                 "reference": "9e9a1dd9e280ebaf10622217e54448b529167965",
2493                 "shasum": ""
2494             },
2495             "require": {
2496                 "asm89/stack-cors": "^1.1",
2497                 "composer/semver": "^1.0",
2498                 "doctrine/annotations": "^1.2",
2499                 "doctrine/common": "^2.5",
2500                 "easyrdf/easyrdf": "^0.9",
2501                 "egulias/email-validator": "^1.2",
2502                 "ext-date": "*",
2503                 "ext-dom": "*",
2504                 "ext-filter": "*",
2505                 "ext-gd": "*",
2506                 "ext-hash": "*",
2507                 "ext-json": "*",
2508                 "ext-pcre": "*",
2509                 "ext-pdo": "*",
2510                 "ext-session": "*",
2511                 "ext-simplexml": "*",
2512                 "ext-spl": "*",
2513                 "ext-tokenizer": "*",
2514                 "ext-xml": "*",
2515                 "guzzlehttp/guzzle": "^6.2.1",
2516                 "masterminds/html5": "^2.1",
2517                 "paragonie/random_compat": "^1.0|^2.0",
2518                 "php": "^5.5.9|>=7.0.8",
2519                 "stack/builder": "^1.0",
2520                 "symfony-cmf/routing": "^1.4",
2521                 "symfony/class-loader": "~3.4.0",
2522                 "symfony/console": "~3.4.0",
2523                 "symfony/dependency-injection": "~3.4.0",
2524                 "symfony/event-dispatcher": "~3.4.0",
2525                 "symfony/http-foundation": "~3.4.14",
2526                 "symfony/http-kernel": "~3.4.14",
2527                 "symfony/polyfill-iconv": "^1.0",
2528                 "symfony/process": "~3.4.0",
2529                 "symfony/psr-http-message-bridge": "^1.0",
2530                 "symfony/routing": "~3.4.0",
2531                 "symfony/serializer": "~3.4.0",
2532                 "symfony/translation": "~3.4.0",
2533                 "symfony/validator": "~3.4.0",
2534                 "symfony/yaml": "~3.4.5",
2535                 "twig/twig": "^1.35.0",
2536                 "zendframework/zend-diactoros": "^1.1",
2537                 "zendframework/zend-feed": "^2.4"
2538             },
2539             "conflict": {
2540                 "drush/drush": "<8.1.10"
2541             },
2542             "replace": {
2543                 "drupal/action": "self.version",
2544                 "drupal/aggregator": "self.version",
2545                 "drupal/automated_cron": "self.version",
2546                 "drupal/ban": "self.version",
2547                 "drupal/bartik": "self.version",
2548                 "drupal/basic_auth": "self.version",
2549                 "drupal/big_pipe": "self.version",
2550                 "drupal/block": "self.version",
2551                 "drupal/block_content": "self.version",
2552                 "drupal/block_place": "self.version",
2553                 "drupal/book": "self.version",
2554                 "drupal/breakpoint": "self.version",
2555                 "drupal/ckeditor": "self.version",
2556                 "drupal/classy": "self.version",
2557                 "drupal/color": "self.version",
2558                 "drupal/comment": "self.version",
2559                 "drupal/config": "self.version",
2560                 "drupal/config_translation": "self.version",
2561                 "drupal/contact": "self.version",
2562                 "drupal/content_moderation": "self.version",
2563                 "drupal/content_translation": "self.version",
2564                 "drupal/contextual": "self.version",
2565                 "drupal/core-annotation": "self.version",
2566                 "drupal/core-assertion": "self.version",
2567                 "drupal/core-bridge": "self.version",
2568                 "drupal/core-class-finder": "self.version",
2569                 "drupal/core-datetime": "self.version",
2570                 "drupal/core-dependency-injection": "self.version",
2571                 "drupal/core-diff": "self.version",
2572                 "drupal/core-discovery": "self.version",
2573                 "drupal/core-event-dispatcher": "self.version",
2574                 "drupal/core-file-cache": "self.version",
2575                 "drupal/core-filesystem": "self.version",
2576                 "drupal/core-gettext": "self.version",
2577                 "drupal/core-graph": "self.version",
2578                 "drupal/core-http-foundation": "self.version",
2579                 "drupal/core-php-storage": "self.version",
2580                 "drupal/core-plugin": "self.version",
2581                 "drupal/core-proxy-builder": "self.version",
2582                 "drupal/core-render": "self.version",
2583                 "drupal/core-serialization": "self.version",
2584                 "drupal/core-transliteration": "self.version",
2585                 "drupal/core-utility": "self.version",
2586                 "drupal/core-uuid": "self.version",
2587                 "drupal/datetime": "self.version",
2588                 "drupal/datetime_range": "self.version",
2589                 "drupal/dblog": "self.version",
2590                 "drupal/dynamic_page_cache": "self.version",
2591                 "drupal/editor": "self.version",
2592                 "drupal/entity_reference": "self.version",
2593                 "drupal/field": "self.version",
2594                 "drupal/field_layout": "self.version",
2595                 "drupal/field_ui": "self.version",
2596                 "drupal/file": "self.version",
2597                 "drupal/filter": "self.version",
2598                 "drupal/forum": "self.version",
2599                 "drupal/hal": "self.version",
2600                 "drupal/help": "self.version",
2601                 "drupal/history": "self.version",
2602                 "drupal/image": "self.version",
2603                 "drupal/inline_form_errors": "self.version",
2604                 "drupal/language": "self.version",
2605                 "drupal/layout_builder": "self.version",
2606                 "drupal/layout_discovery": "self.version",
2607                 "drupal/link": "self.version",
2608                 "drupal/locale": "self.version",
2609                 "drupal/media": "self.version",
2610                 "drupal/media_library": "self.version",
2611                 "drupal/menu_link_content": "self.version",
2612                 "drupal/menu_ui": "self.version",
2613                 "drupal/migrate": "self.version",
2614                 "drupal/migrate_drupal": "self.version",
2615                 "drupal/migrate_drupal_multilingual": "self.version",
2616                 "drupal/migrate_drupal_ui": "self.version",
2617                 "drupal/minimal": "self.version",
2618                 "drupal/node": "self.version",
2619                 "drupal/options": "self.version",
2620                 "drupal/page_cache": "self.version",
2621                 "drupal/path": "self.version",
2622                 "drupal/quickedit": "self.version",
2623                 "drupal/rdf": "self.version",
2624                 "drupal/responsive_image": "self.version",
2625                 "drupal/rest": "self.version",
2626                 "drupal/search": "self.version",
2627                 "drupal/serialization": "self.version",
2628                 "drupal/settings_tray": "self.version",
2629                 "drupal/seven": "self.version",
2630                 "drupal/shortcut": "self.version",
2631                 "drupal/simpletest": "self.version",
2632                 "drupal/standard": "self.version",
2633                 "drupal/stark": "self.version",
2634                 "drupal/statistics": "self.version",
2635                 "drupal/syslog": "self.version",
2636                 "drupal/system": "self.version",
2637                 "drupal/taxonomy": "self.version",
2638                 "drupal/telephone": "self.version",
2639                 "drupal/text": "self.version",
2640                 "drupal/toolbar": "self.version",
2641                 "drupal/tour": "self.version",
2642                 "drupal/tracker": "self.version",
2643                 "drupal/update": "self.version",
2644                 "drupal/user": "self.version",
2645                 "drupal/views": "self.version",
2646                 "drupal/views_ui": "self.version",
2647                 "drupal/workflows": "self.version",
2648                 "drupal/workspaces": "self.version"
2649             },
2650             "require-dev": {
2651                 "behat/mink": "1.7.x-dev",
2652                 "behat/mink-goutte-driver": "^1.2",
2653                 "behat/mink-selenium2-driver": "1.3.x-dev",
2654                 "drupal/coder": "^8.2.12",
2655                 "jcalderonzumba/gastonjs": "^1.0.2",
2656                 "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
2657                 "mikey179/vfsstream": "^1.2",
2658                 "phpspec/prophecy": "^1.7",
2659                 "phpunit/phpunit": "^4.8.35 || ^6.5",
2660                 "symfony/css-selector": "^3.4.0",
2661                 "symfony/debug": "^3.4.0",
2662                 "symfony/phpunit-bridge": "^3.4.3"
2663             },
2664             "type": "drupal-core",
2665             "extra": {
2666                 "merge-plugin": {
2667                     "require": [
2668                         "core/lib/Drupal/Component/Annotation/composer.json",
2669                         "core/lib/Drupal/Component/Assertion/composer.json",
2670                         "core/lib/Drupal/Component/Bridge/composer.json",
2671                         "core/lib/Drupal/Component/ClassFinder/composer.json",
2672                         "core/lib/Drupal/Component/Datetime/composer.json",
2673                         "core/lib/Drupal/Component/DependencyInjection/composer.json",
2674                         "core/lib/Drupal/Component/Diff/composer.json",
2675                         "core/lib/Drupal/Component/Discovery/composer.json",
2676                         "core/lib/Drupal/Component/EventDispatcher/composer.json",
2677                         "core/lib/Drupal/Component/FileCache/composer.json",
2678                         "core/lib/Drupal/Component/FileSystem/composer.json",
2679                         "core/lib/Drupal/Component/Gettext/composer.json",
2680                         "core/lib/Drupal/Component/Graph/composer.json",
2681                         "core/lib/Drupal/Component/HttpFoundation/composer.json",
2682                         "core/lib/Drupal/Component/PhpStorage/composer.json",
2683                         "core/lib/Drupal/Component/Plugin/composer.json",
2684                         "core/lib/Drupal/Component/ProxyBuilder/composer.json",
2685                         "core/lib/Drupal/Component/Render/composer.json",
2686                         "core/lib/Drupal/Component/Serialization/composer.json",
2687                         "core/lib/Drupal/Component/Transliteration/composer.json",
2688                         "core/lib/Drupal/Component/Utility/composer.json",
2689                         "core/lib/Drupal/Component/Uuid/composer.json"
2690                     ],
2691                     "recurse": false,
2692                     "replace": false,
2693                     "merge-extra": false
2694                 }
2695             },
2696             "autoload": {
2697                 "psr-4": {
2698                     "Drupal\\Core\\": "lib/Drupal/Core",
2699                     "Drupal\\Component\\": "lib/Drupal/Component",
2700                     "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
2701                 },
2702                 "classmap": [
2703                     "lib/Drupal.php",
2704                     "lib/Drupal/Component/Utility/Timer.php",
2705                     "lib/Drupal/Component/Utility/Unicode.php",
2706                     "lib/Drupal/Core/Database/Database.php",
2707                     "lib/Drupal/Core/DrupalKernel.php",
2708                     "lib/Drupal/Core/DrupalKernelInterface.php",
2709                     "lib/Drupal/Core/Site/Settings.php"
2710                 ]
2711             },
2712             "notification-url": "https://packagist.org/downloads/",
2713             "license": [
2714                 "GPL-2.0-or-later"
2715             ],
2716             "description": "Drupal is an open source content management platform powering millions of websites and applications.",
2717             "time": "2018-11-07T14:45:40+00:00"
2718         },
2719         {
2720             "name": "drupal/crop",
2721             "version": "2.0.0-rc1",
2722             "source": {
2723                 "type": "git",
2724                 "url": "https://git.drupal.org/project/crop",
2725                 "reference": "8.x-2.0-rc1"
2726             },
2727             "dist": {
2728                 "type": "zip",
2729                 "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.0-rc1.zip",
2730                 "reference": "8.x-2.0-rc1",
2731                 "shasum": "ba84fa73e5c4df4caffcfa4a4cfb44c2c7d033d7"
2732             },
2733             "require": {
2734                 "drupal/core": "*"
2735             },
2736             "type": "drupal-module",
2737             "extra": {
2738                 "branch-alias": {
2739                     "dev-2.x": "2.x-dev"
2740                 },
2741                 "drupal": {
2742                     "version": "8.x-2.0-rc1",
2743                     "datestamp": "1516298515",
2744                     "security-coverage": {
2745                         "status": "not-covered",
2746                         "message": "RC releases are not covered by Drupal security advisories."
2747                     }
2748                 }
2749             },
2750             "notification-url": "https://packages.drupal.org/8/downloads",
2751             "license": [
2752                 "GPL-2.0+"
2753             ],
2754             "authors": [
2755                 {
2756                     "name": "Drupal Media Team",
2757                     "homepage": "https://www.drupal.org/user/3260690"
2758                 },
2759                 {
2760                     "name": "slashrsm",
2761                     "homepage": "https://www.drupal.org/user/744628"
2762                 },
2763                 {
2764                     "name": "woprrr",
2765                     "homepage": "https://www.drupal.org/user/858604"
2766                 }
2767             ],
2768             "description": "Provides storage and API for image crops.",
2769             "homepage": "https://www.drupal.org/project/crop",
2770             "support": {
2771                 "source": "http://cgit.drupalcode.org/crop",
2772                 "issues": "https://www.drupal.org/project/issues/crop"
2773             }
2774         },
2775         {
2776             "name": "drupal/ctools",
2777             "version": "3.0.0",
2778             "source": {
2779                 "type": "git",
2780                 "url": "https://git.drupal.org/project/ctools",
2781                 "reference": "8.x-3.0"
2782             },
2783             "dist": {
2784                 "type": "zip",
2785                 "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
2786                 "reference": "8.x-3.0",
2787                 "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
2788             },
2789             "require": {
2790                 "drupal/core": "~8.0"
2791             },
2792             "type": "drupal-module",
2793             "extra": {
2794                 "branch-alias": {
2795                     "dev-3.x": "3.x-dev"
2796                 },
2797                 "drupal": {
2798                     "version": "8.x-3.0",
2799                     "datestamp": "1493401742"
2800                 }
2801             },
2802             "notification-url": "https://packages.drupal.org/8/downloads",
2803             "license": [
2804                 "GPL-2.0+"
2805             ],
2806             "authors": [
2807                 {
2808                     "name": "Kris Vanderwater (EclipseGc)",
2809                     "homepage": "https://www.drupal.org/u/eclipsegc",
2810                     "role": "Maintainer"
2811                 },
2812                 {
2813                     "name": "Jakob Perry (japerry)",
2814                     "homepage": "https://www.drupal.org/u/japerry",
2815                     "role": "Maintainer"
2816                 },
2817                 {
2818                     "name": "Tim Plunkett (tim.plunkett)",
2819                     "homepage": "https://www.drupal.org/u/timplunkett",
2820                     "role": "Maintainer"
2821                 },
2822                 {
2823                     "name": "James Gilliland (neclimdul)",
2824                     "homepage": "https://www.drupal.org/u/neclimdul",
2825                     "role": "Maintainer"
2826                 },
2827                 {
2828                     "name": "Daniel Wehner (dawehner)",
2829                     "homepage": "https://www.drupal.org/u/dawehner",
2830                     "role": "Maintainer"
2831                 },
2832                 {
2833                     "name": "merlinofchaos",
2834                     "homepage": "https://www.drupal.org/user/26979"
2835                 },
2836                 {
2837                     "name": "neclimdul",
2838                     "homepage": "https://www.drupal.org/user/48673"
2839                 },
2840                 {
2841                     "name": "sdboyer",
2842                     "homepage": "https://www.drupal.org/user/146719"
2843                 },
2844                 {
2845                     "name": "sun",
2846                     "homepage": "https://www.drupal.org/user/54136"
2847                 },
2848                 {
2849                     "name": "tim.plunkett",
2850                     "homepage": "https://www.drupal.org/user/241634"
2851                 }
2852             ],
2853             "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
2854             "homepage": "https://www.drupal.org/project/ctools",
2855             "support": {
2856                 "source": "http://cgit.drupalcode.org/ctools",
2857                 "issues": "https://www.drupal.org/project/issues/ctools"
2858             }
2859         },
2860         {
2861             "name": "drupal/devel",
2862             "version": "1.2.0",
2863             "source": {
2864                 "type": "git",
2865                 "url": "https://git.drupal.org/project/devel",
2866                 "reference": "8.x-1.2"
2867             },
2868             "dist": {
2869                 "type": "zip",
2870                 "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
2871                 "reference": "8.x-1.2",
2872                 "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
2873             },
2874             "require": {
2875                 "drupal/core": "~8.0"
2876             },
2877             "suggest": {
2878                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
2879             },
2880             "type": "drupal-module",
2881             "extra": {
2882                 "branch-alias": {
2883                     "dev-1.x": "1.x-dev"
2884                 },
2885                 "drupal": {
2886                     "version": "8.x-1.2",
2887                     "datestamp": "1507197844",
2888                     "security-coverage": {
2889                         "status": "covered",
2890                         "message": "Covered by Drupal's security advisory policy"
2891                     }
2892                 }
2893             },
2894             "notification-url": "https://packages.drupal.org/8/downloads",
2895             "license": [
2896                 "GPL-2.0+"
2897             ],
2898             "authors": [
2899                 {
2900                     "name": "Moshe Weitzman",
2901                     "homepage": "https://github.com/weitzman",
2902                     "email": "weitzman@tejasa.com",
2903                     "role": "Maintainer"
2904                 },
2905                 {
2906                     "name": "Hans Salvisberg",
2907                     "homepage": "https://www.drupal.org/u/salvis",
2908                     "email": "drupal@salvisberg.com",
2909                     "role": "Maintainer"
2910                 },
2911                 {
2912                     "name": "Luca Lusso",
2913                     "homepage": "https://www.drupal.org/u/lussoluca",
2914                     "role": "Maintainer"
2915                 },
2916                 {
2917                     "name": "Marco (willzyx)",
2918                     "homepage": "https://www.drupal.org/u/willzyx",
2919                     "role": "Maintainer"
2920                 },
2921                 {
2922                     "name": "See contributors",
2923                     "homepage": "https://www.drupal.org/node/3236/committers"
2924                 },
2925                 {
2926                     "name": "salvis",
2927                     "homepage": "https://www.drupal.org/user/82964"
2928                 },
2929                 {
2930                     "name": "willzyx",
2931                     "homepage": "https://www.drupal.org/user/1043862"
2932                 }
2933             ],
2934             "description": "Various blocks, pages, and functions for developers.",
2935             "homepage": "http://drupal.org/project/devel",
2936             "support": {
2937                 "source": "http://cgit.drupalcode.org/devel",
2938                 "issues": "http://drupal.org/project/devel",
2939                 "irc": "irc://irc.freenode.org/drupal-contribute"
2940             }
2941         },
2942         {
2943             "name": "drupal/diff",
2944             "version": "1.0.0-rc2",
2945             "source": {
2946                 "type": "git",
2947                 "url": "https://git.drupal.org/project/diff",
2948                 "reference": "8.x-1.0-rc2"
2949             },
2950             "dist": {
2951                 "type": "zip",
2952                 "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc2.zip",
2953                 "reference": "8.x-1.0-rc2",
2954                 "shasum": "2e8f4efe6e7d355a3d07d33531f077348b13f68d"
2955             },
2956             "require": {
2957                 "drupal/core": "~8.0",
2958                 "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
2959             },
2960             "type": "drupal-module",
2961             "extra": {
2962                 "branch-alias": {
2963                     "dev-1.x": "1.x-dev"
2964                 },
2965                 "drupal": {
2966                     "version": "8.x-1.0-rc2",
2967                     "datestamp": "1530178424",
2968                     "security-coverage": {
2969                         "status": "not-covered",
2970                         "message": "RC releases are not covered by Drupal security advisories."
2971                     }
2972                 }
2973             },
2974             "notification-url": "https://packages.drupal.org/8/downloads",
2975             "license": [
2976                 "GPL-2.0+"
2977             ],
2978             "authors": [
2979                 {
2980                     "name": "Miro Dietiker (miro_dietiker)",
2981                     "homepage": "https://www.drupal.org/u/miro_dietiker",
2982                     "role": "Maintainer"
2983                 },
2984                 {
2985                     "name": "Juampy NR (juampynr)",
2986                     "homepage": "https://www.drupal.org/u/juampynr",
2987                     "role": "Maintainer"
2988                 },
2989                 {
2990                     "name": "Lucian Hangea (lhangea)",
2991                     "homepage": "https://www.drupal.org/u/lhangea",
2992                     "role": "Maintainer"
2993                 },
2994                 {
2995                     "name": "Alan D.",
2996                     "homepage": "https://www.drupal.org/u/alan-d.",
2997                     "role": "Maintainer"
2998                 },
2999                 {
3000                     "name": "Brian Gilbert (realityloop).",
3001                     "homepage": "https://www.drupal.org/u/realityloop",
3002                     "role": "Maintainer"
3003                 },
3004                 {
3005                     "name": "miro_dietiker",
3006                     "homepage": "https://www.drupal.org/user/227761"
3007                 },
3008                 {
3009                     "name": "realityloop",
3010                     "homepage": "https://www.drupal.org/user/139189"
3011                 },
3012                 {
3013                     "name": "rötzi",
3014                     "homepage": "https://www.drupal.org/user/73064"
3015                 },
3016                 {
3017                     "name": "yhahn",
3018                     "homepage": "https://www.drupal.org/user/264833"
3019                 }
3020             ],
3021             "description": "Compares two entity revisions",
3022             "homepage": "https://www.drupal.org/project/diff",
3023             "support": {
3024                 "source": "http://cgit.drupalcode.org/diff",
3025                 "issues": "https://www.drupal.org/project/issues/diff"
3026             }
3027         },
3028         {
3029             "name": "drupal/draggableviews",
3030             "version": "1.2.0",
3031             "source": {
3032                 "type": "git",
3033                 "url": "https://git.drupal.org/project/draggableviews",
3034                 "reference": "8.x-1.2"
3035             },
3036             "dist": {
3037                 "type": "zip",
3038                 "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.2.zip",
3039                 "reference": "8.x-1.2",
3040                 "shasum": "0f5e9195ceec209552aa50f8ce3c230692c284db"
3041             },
3042             "require": {
3043                 "drupal/core": "*"
3044             },
3045             "require-dev": {
3046                 "drupal/draggableviews_demo": "*"
3047             },
3048             "type": "drupal-module",
3049             "extra": {
3050                 "branch-alias": {
3051                     "dev-1.x": "1.x-dev"
3052                 },
3053                 "drupal": {
3054                     "version": "8.x-1.2",
3055                     "datestamp": "1541518680",
3056                     "security-coverage": {
3057                         "status": "covered",
3058                         "message": "Covered by Drupal's security advisory policy"
3059                     }
3060                 },
3061                 "patches_applied": []
3062             },
3063             "notification-url": "https://packages.drupal.org/8/downloads",
3064             "license": [
3065                 "GPL-2.0+"
3066             ],
3067             "authors": [
3068                 {
3069                     "name": "Tyler Struyk (iStryker)",
3070                     "homepage": "https://www.drupal.org/u/istryker",
3071                     "email": "tyler.struyk@gmail.com",
3072                     "role": "Maintainer"
3073                 },
3074                 {
3075                     "name": "Andrii Podanenko (podarok)",
3076                     "homepage": "https://www.drupal.org/u/podarok",
3077                     "email": "podarokua@gmail.com",
3078                     "role": "Drupal 7 to 8 Porter"
3079                 },
3080                 {
3081                     "name": "Yuriy Gerasimov (ygerasimov)",
3082                     "homepage": "https://www.drupal.org/u/ygerasimov",
3083                     "email": "yuriy.gerasimov@gmail.com",
3084                     "role": "Ex Maintainer (D7)"
3085                 },
3086                 {
3087                     "name": "Severin Unger (sevi)",
3088                     "homepage": "https://www.drupal.org/u/sevi",
3089                     "role": "Ex Maintainer (D6)"
3090                 },
3091                 {
3092                     "name": "podarok",
3093                     "homepage": "https://www.drupal.org/user/116002"
3094                 },
3095                 {
3096                     "name": "sevi",
3097                     "homepage": "https://www.drupal.org/user/199290"
3098                 },
3099                 {
3100                     "name": "ygerasimov",
3101                     "homepage": "https://www.drupal.org/user/257311"
3102                 }
3103             ],
3104             "description": "DraggableViews module makes views draggable.",
3105             "homepage": "https://www.drupal.org/project/draggableviews",
3106             "support": {
3107                 "source": "https://cgit.drupalcode.org/draggableviews",
3108                 "issues": "https://www.drupal.org/project/issues/draggableviews"
3109             }
3110         },
3111         {
3112             "name": "drupal/dropzonejs",
3113             "version": "2.0.0-alpha3",
3114             "source": {
3115                 "type": "git",
3116                 "url": "https://git.drupal.org/project/dropzonejs",
3117                 "reference": "8.x-2.0-alpha3"
3118             },
3119             "dist": {
3120                 "type": "zip",
3121                 "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.0-alpha3.zip",
3122                 "reference": "8.x-2.0-alpha3",
3123                 "shasum": "a11f37e8f37b211d7065b0fd8adb1cc85b47e691"
3124             },
3125             "require": {
3126                 "drupal/core": "*"
3127             },
3128             "require-dev": {
3129                 "drupal/entity_browser": "*"
3130             },
3131             "suggest": {
3132                 "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
3133             },
3134             "type": "drupal-module",
3135             "extra": {
3136                 "branch-alias": {
3137                     "dev-2.x": "2.x-dev"
3138                 },
3139                 "drupal": {
3140                     "version": "8.x-2.0-alpha3",
3141                     "datestamp": "1513265285",
3142                     "security-coverage": {
3143                         "status": "not-covered",
3144                         "message": "Project has not opted into security advisory coverage!"
3145                     }
3146                 }
3147             },
3148             "notification-url": "https://packages.drupal.org/8/downloads",
3149             "license": [
3150                 "GPL-2.0+"
3151             ],
3152             "authors": [
3153                 {
3154                     "name": "Janez Urevc",
3155                     "homepage": "https://drupal.org/u/slashrsm",
3156                     "role": "Maintainer"
3157                 },
3158                 {
3159                     "name": "Christian Fritsch",
3160                     "homepage": "https://drupal.org/u/chrfritsch",
3161                     "role": "Maintainer"
3162                 },
3163                 {
3164                     "name": "Primoz Hmeljak",
3165                     "homepage": "https://drupal.org/u/Primsi",
3166                     "role": "Maintainer"
3167                 },
3168                 {
3169                     "name": "See other contributors",
3170                     "homepage": "https://www.drupal.org/node/1998478/committers",
3171                     "role": "contributor"
3172                 },
3173                 {
3174                     "name": "slashrsm",
3175                     "homepage": "https://www.drupal.org/user/744628"
3176                 },
3177                 {
3178                     "name": "wouters_f",
3179                     "homepage": "https://www.drupal.org/user/721548"
3180                 },
3181                 {
3182                     "name": "zkday",
3183                     "homepage": "https://www.drupal.org/user/888644"
3184                 }
3185             ],
3186             "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
3187             "homepage": "https://www.drupal.org/project/dropzonejs",
3188             "keywords": [
3189                 "DropzoneJS",
3190                 "Drupal"
3191             ],
3192             "support": {
3193                 "source": "https://www.drupal.org/project/dropzonejs",
3194                 "issues": "https://www.drupal.org/project/issues/dropzonejs",
3195                 "irc": "irc://irc.freenode.org/drupal-contribute"
3196             }
3197         },
3198         {
3199             "name": "drupal/drupalmoduleupgrader",
3200             "version": "1.3.0",
3201             "source": {
3202                 "type": "git",
3203                 "url": "https://git.drupal.org/project/drupalmoduleupgrader",
3204                 "reference": "8.x-1.3"
3205             },
3206             "dist": {
3207                 "type": "zip",
3208                 "url": "https://ftp.drupal.org/files/projects/drupalmoduleupgrader-8.x-1.3.zip",
3209                 "reference": "8.x-1.3",
3210                 "shasum": "5aa969b218278c390ca5554a3c8a520e321f081d"
3211             },
3212             "require": {
3213                 "cebe/markdown": "1.0.*@dev",
3214                 "drupal/core": "~8.0",
3215                 "grom358/pharborist": "dev-master",
3216                 "symfony/filesystem": "~2.8|~3.0",
3217                 "symfony/finder": "~2.8|~3.0"
3218             },
3219             "require-dev": {
3220                 "mikey179/vfsstream": "^1.5",
3221                 "phpunit/phpunit": "^4.8"
3222             },
3223             "type": "drupal-module",
3224             "extra": {
3225                 "branch-alias": {
3226                     "dev-1.x": "1.x-dev"
3227                 },
3228                 "drupal": {
3229                     "version": "8.x-1.3",
3230                     "datestamp": "1528129380",
3231                     "security-coverage": {
3232                         "status": "covered",
3233                         "message": "Covered by Drupal's security advisory policy"
3234                     }
3235                 }
3236             },
3237             "autoload": {
3238                 "psr-4": {
3239                     "Drupal\\drupalmoduleupgrader\\": "src/"
3240                 }
3241             },
3242             "notification-url": "https://packages.drupal.org/8/downloads",
3243             "license": [
3244                 "GPL-2.0+"
3245             ],
3246             "authors": [
3247                 {
3248                     "name": "Gábor Hojtsy",
3249                     "homepage": "https://www.drupal.org/user/4166"
3250                 },
3251                 {
3252                     "name": "HongPong",
3253                     "homepage": "https://www.drupal.org/user/60005"
3254                 },
3255                 {
3256                     "name": "Wim Leers",
3257                     "homepage": "https://www.drupal.org/user/99777"
3258                 },
3259                 {
3260                     "name": "dstol",
3261                     "homepage": "https://www.drupal.org/user/329570"
3262                 },
3263                 {
3264                     "name": "eshta",
3265                     "homepage": "https://www.drupal.org/user/1951462"
3266                 },
3267                 {
3268                     "name": "japerry",
3269                     "homepage": "https://www.drupal.org/user/45640"
3270                 },
3271                 {
3272                     "name": "jcnventura",
3273                     "homepage": "https://www.drupal.org/user/122464"
3274                 },
3275                 {
3276                     "name": "phenaproxima",
3277                     "homepage": "https://www.drupal.org/user/205645"
3278                 },
3279                 {
3280                     "name": "tim.plunkett",
3281                     "homepage": "https://www.drupal.org/user/241634"
3282                 },
3283                 {
3284                     "name": "webchick",
3285                     "homepage": "https://www.drupal.org/user/24967"
3286                 },
3287                 {
3288                     "name": "xjm",
3289                     "homepage": "https://www.drupal.org/user/65776"
3290                 }
3291             ],
3292             "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
3293             "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
3294             "keywords": [
3295                 "Drupal",
3296                 "PHP_CodeSniffer",
3297                 "phpcs",
3298                 "standards",
3299                 "update",
3300                 "upgrade"
3301             ],
3302             "support": {
3303                 "source": "https://drupal.org/project/drupalmoduleupgrader",
3304                 "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
3305             }
3306         },
3307         {
3308             "name": "drupal/embed",
3309             "version": "1.0.0",
3310             "source": {
3311                 "type": "git",
3312                 "url": "https://git.drupal.org/project/embed",
3313                 "reference": "8.x-1.0"
3314             },
3315             "dist": {
3316                 "type": "zip",
3317                 "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
3318                 "reference": "8.x-1.0",
3319                 "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
3320             },
3321             "require": {
3322                 "drupal/core": "~8.0"
3323             },
3324             "type": "drupal-module",
3325             "extra": {
3326                 "branch-alias": {
3327                     "dev-1.x": "1.x-dev"
3328                 },
3329                 "drupal": {
3330                     "version": "8.x-1.0",
3331                     "datestamp": "1490755685"
3332                 }
3333             },
3334             "notification-url": "https://packages.drupal.org/8/downloads",
3335             "license": [
3336                 "GPL-2.0+"
3337             ],
3338             "authors": [
3339                 {
3340                     "name": "Dave Reid",
3341                     "homepage": "https://www.drupal.org/user/53892"
3342                 },
3343                 {
3344                     "name": "Devin Carlson",
3345                     "homepage": "https://www.drupal.org/user/290182"
3346                 },
3347                 {
3348                     "name": "Drupal Media Team",
3349                     "homepage": "https://www.drupal.org/user/3260690"
3350                 },
3351                 {
3352                     "name": "cs_shadow",
3353                     "homepage": "https://www.drupal.org/user/2828287"
3354                 },
3355                 {
3356                     "name": "slashrsm",
3357                     "homepage": "https://www.drupal.org/user/744628"
3358                 }
3359             ],
3360             "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
3361             "homepage": "https://www.drupal.org/project/embed",
3362             "support": {
3363                 "source": "http://cgit.drupalcode.org/embed",
3364                 "issues": "https://www.drupal.org/project/issues/embed",
3365                 "irc": "irc://irc.freenode.org/drupal-media"
3366             }
3367         },
3368         {
3369             "name": "drupal/entity",
3370             "version": "1.0.0-rc1",
3371             "source": {
3372                 "type": "git",
3373                 "url": "https://git.drupal.org/project/entity",
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.drupal.org/project/entity_browser",
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.drupal.org/project/entity_embed",
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.drupal.org/project/entity_reference_revisions",
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.drupal.org/project/entityqueue",
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.drupal.org/project/environment_indicator",
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.drupal.org/project/eu-cookie-compliance",
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.drupal.org/project/file_mdm",
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.drupal.org/project/filefield_sources",
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         },
3981         {
3982             "name": "drupal/fontyourface",
3983             "version": "3.2.0",
3984             "source": {
3985                 "type": "git",
3986                 "url": "https://git.drupal.org/project/fontyourface",
3987                 "reference": "8.x-3.2"
3988             },
3989             "dist": {
3990                 "type": "zip",
3991                 "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.2.zip",
3992                 "reference": "8.x-3.2",
3993                 "shasum": "f509b3dc3e9849ca1cced5607a29d8319709c9ec"
3994             },
3995             "require": {
3996                 "drupal/core": "8.*"
3997             },
3998             "type": "drupal-module",
3999             "extra": {
4000                 "branch-alias": {
4001                     "dev-3.x": "3.x-dev"
4002                 },
4003                 "drupal": {
4004                     "version": "8.x-3.2",
4005                     "datestamp": "1517458980",
4006                     "security-coverage": {
4007                         "status": "covered",
4008                         "message": "Covered by Drupal's security advisory policy"
4009                     }
4010                 }
4011             },
4012             "notification-url": "https://packages.drupal.org/8/downloads",
4013             "license": [
4014                 "GPL-2.0+"
4015             ],
4016             "authors": [
4017                 {
4018                     "name": "BTMash",
4019                     "homepage": "https://www.drupal.org/user/60422"
4020                 },
4021                 {
4022                     "name": "BarisW",
4023                     "homepage": "https://www.drupal.org/user/107229"
4024                 },
4025                 {
4026                     "name": "Drave Robber",
4027                     "homepage": "https://www.drupal.org/user/984338"
4028                 },
4029                 {
4030                     "name": "sreynen",
4031                     "homepage": "https://www.drupal.org/user/109890"
4032                 }
4033             ],
4034             "description": "Web font management tools.",
4035             "homepage": "https://www.drupal.org/project/fontyourface",
4036             "keywords": [
4037                 "Drupal"
4038             ],
4039             "support": {
4040                 "source": "http://cgit.drupalcode.org/fontyourface",
4041                 "issues": "https://drupal.org/project/issues/fontyourface"
4042             }
4043         },
4044         {
4045             "name": "drupal/front",
4046             "version": "1.0.0-beta1",
4047             "source": {
4048                 "type": "git",
4049                 "url": "https://git.drupal.org/project/front",
4050                 "reference": "8.x-1.0-beta1"
4051             },
4052             "dist": {
4053                 "type": "zip",
4054                 "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-beta1.zip",
4055                 "reference": "8.x-1.0-beta1",
4056                 "shasum": "cee664aaf0eac6829bd551ec5213561d1cb70bce"
4057             },
4058             "require": {
4059                 "drupal/core": "~8.0"
4060             },
4061             "type": "drupal-module",
4062             "extra": {
4063                 "branch-alias": {
4064                     "dev-1.x": "1.x-dev"
4065                 },
4066                 "drupal": {
4067                     "version": "8.x-1.0-beta1",
4068                     "datestamp": "1521187985",
4069                     "security-coverage": {
4070                         "status": "not-covered",
4071                         "message": "Beta releases are not covered by Drupal security advisories."
4072                     }
4073                 }
4074             },
4075             "notification-url": "https://packages.drupal.org/8/downloads",
4076             "license": [
4077                 "GPL-2.0-or-later"
4078             ],
4079             "authors": [
4080                 {
4081                     "name": "Dublin Drupaller",
4082                     "homepage": "https://www.drupal.org/user/8625"
4083                 },
4084                 {
4085                     "name": "Simon Georges",
4086                     "homepage": "https://www.drupal.org/user/172312"
4087                 },
4088                 {
4089                     "name": "asenenko",
4090                     "homepage": "https://www.drupal.org/user/2641733"
4091                 },
4092                 {
4093                     "name": "estoyausente",
4094                     "homepage": "https://www.drupal.org/user/1232954"
4095                 },
4096                 {
4097                     "name": "timhilliard",
4098                     "homepage": "https://www.drupal.org/user/195493"
4099                 }
4100             ],
4101             "homepage": "https://www.drupal.org/project/front",
4102             "support": {
4103                 "source": "http://cgit.drupalcode.org/front"
4104             }
4105         },
4106         {
4107             "name": "drupal/hacked",
4108             "version": "2.0.0-beta2",
4109             "source": {
4110                 "type": "git",
4111                 "url": "https://git.drupal.org/project/hacked",
4112                 "reference": "8.x-2.0-beta2"
4113             },
4114             "dist": {
4115                 "type": "zip",
4116                 "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta2.zip",
4117                 "reference": "8.x-2.0-beta2",
4118                 "shasum": "84e018c23a39d83c2274cc009804f0abf4b9e9cb"
4119             },
4120             "require": {
4121                 "drupal/core": "*"
4122             },
4123             "type": "drupal-module",
4124             "extra": {
4125                 "branch-alias": {
4126                     "dev-2.x": "2.x-dev"
4127                 },
4128                 "drupal": {
4129                     "version": "8.x-2.0-beta2",
4130                     "datestamp": "1520956980",
4131                     "security-coverage": {
4132                         "status": "not-covered",
4133                         "message": "Project has not opted into security advisory coverage!"
4134                     }
4135                 },
4136                 "patches_applied": []
4137             },
4138             "notification-url": "https://packages.drupal.org/8/downloads",
4139             "license": [
4140                 "GPL-2.0-or-later"
4141             ],
4142             "authors": [
4143                 {
4144                     "name": "Deciphered",
4145                     "homepage": "https://www.drupal.org/user/103796"
4146                 },
4147                 {
4148                     "name": "Steven Jones",
4149                     "homepage": "https://www.drupal.org/user/99644"
4150                 }
4151             ],
4152             "description": "Shows if drupal or any of its modules have been changed",
4153             "homepage": "https://www.drupal.org/project/hacked",
4154             "support": {
4155                 "source": "http://cgit.drupalcode.org/hacked"
4156             }
4157         },
4158         {
4159             "name": "drupal/htmlawed",
4160             "version": "3.5.0",
4161             "source": {
4162                 "type": "git",
4163                 "url": "https://git.drupal.org/project/htmLawed",
4164                 "reference": "8.x-3.5"
4165             },
4166             "dist": {
4167                 "type": "zip",
4168                 "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.5.zip",
4169                 "reference": "8.x-3.5",
4170                 "shasum": "48cf7dda2d327fcc2024273a5b37861872e0f53f"
4171             },
4172             "require": {
4173                 "drupal/core": "~8.0"
4174             },
4175             "type": "drupal-module",
4176             "extra": {
4177                 "branch-alias": {
4178                     "dev-3.x": "3.x-dev"
4179                 },
4180                 "drupal": {
4181                     "version": "8.x-3.5",
4182                     "datestamp": "1530751724",
4183                     "security-coverage": {
4184                         "status": "covered",
4185                         "message": "Covered by Drupal's security advisory policy"
4186                     }
4187                 }
4188             },
4189             "notification-url": "https://packages.drupal.org/8/downloads",
4190             "license": [
4191                 "GPL-2.0-or-later"
4192             ],
4193             "authors": [
4194                 {
4195                     "name": "alpha2zee",
4196                     "homepage": "https://www.drupal.org/user/201451"
4197                 }
4198             ],
4199             "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
4200             "homepage": "https://www.drupal.org/project/htmlawed",
4201             "support": {
4202                 "source": "http://cgit.drupalcode.org/htmlawed"
4203             }
4204         },
4205         {
4206             "name": "drupal/http2_server_push",
4207             "version": "1.0.0",
4208             "source": {
4209                 "type": "git",
4210                 "url": "https://git.drupal.org/project/http2_server_push",
4211                 "reference": "8.x-1.0"
4212             },
4213             "dist": {
4214                 "type": "zip",
4215                 "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
4216                 "reference": "8.x-1.0",
4217                 "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
4218             },
4219             "require": {
4220                 "drupal/core": "~8.0"
4221             },
4222             "type": "drupal-module",
4223             "extra": {
4224                 "branch-alias": {
4225                     "dev-1.x": "1.x-dev"
4226                 },
4227                 "drupal": {
4228                     "version": "8.x-1.0",
4229                     "datestamp": "1489057084"
4230                 }
4231             },
4232             "notification-url": "https://packages.drupal.org/8/downloads",
4233             "license": [
4234                 "GPL-2.0+"
4235             ],
4236             "authors": [
4237                 {
4238                     "name": "Wim Leers",
4239                     "homepage": "https://www.drupal.org/user/99777"
4240                 }
4241             ],
4242             "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
4243             "homepage": "https://www.drupal.org/project/http2_server_push",
4244             "support": {
4245                 "source": "http://cgit.drupalcode.org/http2_server_push"
4246             }
4247         },
4248         {
4249             "name": "drupal/image_widget_crop",
4250             "version": "2.2.0",
4251             "source": {
4252                 "type": "git",
4253                 "url": "https://git.drupal.org/project/image_widget_crop",
4254                 "reference": "8.x-2.2"
4255             },
4256             "dist": {
4257                 "type": "zip",
4258                 "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.2.zip",
4259                 "reference": "8.x-2.2",
4260                 "shasum": "0a61cfedc409c5ef448174f26060cd6c291d6a11"
4261             },
4262             "require": {
4263                 "drupal/core": "*",
4264                 "drupal/crop": "^1.0 || ^2.0"
4265             },
4266             "require-dev": {
4267                 "drupal/crop": "*",
4268                 "drupal/ctools": "3.x-dev",
4269                 "drupal/entity_browser": "1.x-dev",
4270                 "drupal/file_entity": "*",
4271                 "drupal/inline_entity_form": "*",
4272                 "drupal/media": "*"
4273             },
4274             "type": "drupal-module",
4275             "extra": {
4276                 "branch-alias": {
4277                     "dev-2.x": "2.x-dev"
4278                 },
4279                 "drupal": {
4280                     "version": "8.x-2.2",
4281                     "datestamp": "1530698921",
4282                     "security-coverage": {
4283                         "status": "covered",
4284                         "message": "Covered by Drupal's security advisory policy"
4285                     }
4286                 }
4287             },
4288             "notification-url": "https://packages.drupal.org/8/downloads",
4289             "license": [
4290                 "GPL-2.0+"
4291             ],
4292             "authors": [
4293                 {
4294                     "name": "Alexandre Mallet",
4295                     "homepage": "https://github.com/woprrr",
4296                     "role": "Maintainer"
4297                 },
4298                 {
4299                     "name": "Drupal media CI",
4300                     "homepage": "https://www.drupal.org/user/3057985"
4301                 },
4302                 {
4303                     "name": "slashrsm",
4304                     "homepage": "https://www.drupal.org/user/744628"
4305                 },
4306                 {
4307                     "name": "woprrr",
4308                     "homepage": "https://www.drupal.org/user/858604"
4309                 }
4310             ],
4311             "description": "Provides an interface for using the features of the Crop API.",
4312             "homepage": "https://www.drupal.org/project/image_widget_crop",
4313             "keywords": [
4314                 "Crop",
4315                 "Drupal",
4316                 "Drupal Media"
4317             ],
4318             "support": {
4319                 "source": "https://www.drupal.org/project/image_widget_crop",
4320                 "issues": "https://www.drupal.org/project/issues/image_widget_crop",
4321                 "irc": "irc://irc.freenode.org/drupal-contribute"
4322             }
4323         },
4324         {
4325             "name": "drupal/imagemagick",
4326             "version": "2.3.0",
4327             "source": {
4328                 "type": "git",
4329                 "url": "https://git.drupal.org/project/imagemagick",
4330                 "reference": "8.x-2.3"
4331             },
4332             "dist": {
4333                 "type": "zip",
4334                 "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-2.3.zip",
4335                 "reference": "8.x-2.3",
4336                 "shasum": "8359921d4700e954364c2633332c20579bb75a34"
4337             },
4338             "require": {
4339                 "drupal/core": "^8.3",
4340                 "drupal/file_mdm": "^1.1",
4341                 "drupal/file_mdm_exif": "^1.1"
4342             },
4343             "type": "drupal-module",
4344             "extra": {
4345                 "branch-alias": {
4346                     "dev-2.x": "2.x-dev"
4347                 },
4348                 "drupal": {
4349                     "version": "8.x-2.3",
4350                     "datestamp": "1520958305",
4351                     "security-coverage": {
4352                         "status": "covered",
4353                         "message": "Covered by Drupal's security advisory policy"
4354                     }
4355                 }
4356             },
4357             "notification-url": "https://packages.drupal.org/8/downloads",
4358             "license": [
4359                 "GPL-2.0-or-later"
4360             ],
4361             "authors": [
4362                 {
4363                     "name": "Chris Charlton",
4364                     "homepage": "https://www.drupal.org/user/17089"
4365                 },
4366                 {
4367                     "name": "chx",
4368                     "homepage": "https://www.drupal.org/user/9446"
4369                 },
4370                 {
4371                     "name": "claudiu.cristea",
4372                     "homepage": "https://www.drupal.org/user/56348"
4373                 },
4374                 {
4375                     "name": "dman",
4376                     "homepage": "https://www.drupal.org/user/33240"
4377                 },
4378                 {
4379                     "name": "dopry",
4380                     "homepage": "https://www.drupal.org/user/22202"
4381                 },
4382                 {
4383                     "name": "drewish",
4384                     "homepage": "https://www.drupal.org/user/34869"
4385                 },
4386                 {
4387                     "name": "gdl",
4388                     "homepage": "https://www.drupal.org/user/507326"
4389                 },
4390                 {
4391                     "name": "mondrake",
4392                     "homepage": "https://www.drupal.org/user/1307444"
4393                 },
4394                 {
4395                     "name": "quicksketch",
4396                     "homepage": "https://www.drupal.org/user/35821"
4397                 },
4398                 {
4399                     "name": "sun",
4400                     "homepage": "https://www.drupal.org/user/54136"
4401                 },
4402                 {
4403                     "name": "walkah",
4404                     "homepage": "https://www.drupal.org/user/1531"
4405                 }
4406             ],
4407             "description": "Provides an image toolkit to integrate ImageMagick with the Image API.",
4408             "homepage": "https://www.drupal.org/project/imagemagick",
4409             "support": {
4410                 "source": "http://cgit.drupalcode.org/imagemagick"
4411             }
4412         },
4413         {
4414             "name": "drupal/inline_entity_form",
4415             "version": "1.0.0-rc1",
4416             "source": {
4417                 "type": "git",
4418                 "url": "https://git.drupal.org/project/inline_entity_form",
4419                 "reference": "8.x-1.0-rc1"
4420             },
4421             "dist": {
4422                 "type": "zip",
4423                 "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc1.zip",
4424                 "reference": "8.x-1.0-rc1",
4425                 "shasum": "898789fb6a0662fc2572b87f8d0654a0241473f9"
4426             },
4427             "require": {
4428                 "drupal/core": "~8.0"
4429             },
4430             "require-dev": {
4431                 "drupal/entity_reference_revisions": "*"
4432             },
4433             "type": "drupal-module",
4434             "extra": {
4435                 "branch-alias": {
4436                     "dev-1.x": "1.x-dev"
4437                 },
4438                 "drupal": {
4439                     "version": "8.x-1.0-rc1",
4440                     "datestamp": "1527030784",
4441                     "security-coverage": {
4442                         "status": "not-covered",
4443                         "message": "RC releases are not covered by Drupal security advisories."
4444                     }
4445                 }
4446             },
4447             "notification-url": "https://packages.drupal.org/8/downloads",
4448             "license": [
4449                 "GPL-2.0+"
4450             ],
4451             "authors": [
4452                 {
4453                     "name": "bojanz",
4454                     "homepage": "https://www.drupal.org/user/86106"
4455                 },
4456                 {
4457                     "name": "dawehner",
4458                     "homepage": "https://www.drupal.org/user/99340"
4459                 },
4460                 {
4461                     "name": "rszrama",
4462                     "homepage": "https://www.drupal.org/user/49344"
4463                 },
4464                 {
4465                     "name": "slashrsm",
4466                     "homepage": "https://www.drupal.org/user/744628"
4467                 },
4468                 {
4469                     "name": "webflo",
4470                     "homepage": "https://www.drupal.org/user/254778"
4471                 }
4472             ],
4473             "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4474             "homepage": "https://www.drupal.org/project/inline_entity_form",
4475             "support": {
4476                 "source": "http://cgit.drupalcode.org/inline_entity_form"
4477             }
4478         },
4479         {
4480             "name": "drupal/layout_plugin",
4481             "version": "1.0.0-alpha23",
4482             "source": {
4483                 "type": "git",
4484                 "url": "https://git.drupal.org/project/layout_plugin",
4485                 "reference": "8.x-1.0-alpha23"
4486             },
4487             "dist": {
4488                 "type": "zip",
4489                 "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
4490                 "reference": "8.x-1.0-alpha23",
4491                 "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
4492             },
4493             "require": {
4494                 "drupal/core": "~8.0"
4495             },
4496             "type": "drupal-module",
4497             "extra": {
4498                 "branch-alias": {
4499                     "dev-1.x": "1.x-dev"
4500                 },
4501                 "drupal": {
4502                     "version": "8.x-1.0-alpha23",
4503                     "datestamp": "1476269960"
4504                 }
4505             },
4506             "notification-url": "https://packages.drupal.org/8/downloads",
4507             "license": [
4508                 "GPL-2.0+"
4509             ],
4510             "authors": [
4511                 {
4512                     "name": "David Snopek",
4513                     "homepage": "https://www.drupal.org/user/172527"
4514                 },
4515                 {
4516                     "name": "Bram Goffings",
4517                     "homepage": "https://www.drupal.org/user/266527"
4518                 },
4519                 {
4520                     "name": "Fredrik Lassen",
4521                     "homepage": "https://www.drupal.org/user/243377"
4522                 }
4523             ],
4524             "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
4525             "homepage": "https://www.drupal.org/project/layout_plugin",
4526             "keywords": [
4527                 "layout",
4528                 "php"
4529             ],
4530             "support": {
4531                 "source": "http://cgit.drupalcode.org/layout_plugin"
4532             }
4533         },
4534         {
4535             "name": "drupal/layouter",
4536             "version": "1.0.0",
4537             "source": {
4538                 "type": "git",
4539                 "url": "https://git.drupal.org/project/layouter",
4540                 "reference": "8.x-1.0"
4541             },
4542             "dist": {
4543                 "type": "zip",
4544                 "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
4545                 "reference": "8.x-1.0",
4546                 "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
4547             },
4548             "require": {
4549                 "drupal/core": "*"
4550             },
4551             "type": "drupal-module",
4552             "extra": {
4553                 "branch-alias": {
4554                     "dev-1.x": "1.x-dev"
4555                 },
4556                 "drupal": {
4557                     "version": "8.x-1.0",
4558                     "datestamp": "1470121439"
4559                 }
4560             },
4561             "notification-url": "https://packages.drupal.org/8/downloads",
4562             "license": [
4563                 "GPL 2.0+"
4564             ],
4565             "authors": [
4566                 {
4567                     "name": "adci_contributor",
4568                     "homepage": "https://www.drupal.org/user/1830536"
4569                 },
4570                 {
4571                     "name": "adcillc",
4572                     "homepage": "https://www.drupal.org/user/366450"
4573                 },
4574                 {
4575                     "name": "antongp",
4576                     "homepage": "https://www.drupal.org/user/1060446"
4577                 },
4578                 {
4579                     "name": "kinosura",
4580                     "homepage": "https://www.drupal.org/user/383326"
4581                 },
4582                 {
4583                     "name": "usdv",
4584                     "homepage": "https://www.drupal.org/user/2476206"
4585                 }
4586             ],
4587             "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
4588             "homepage": "https://www.drupal.org/project/layouter",
4589             "support": {
4590                 "source": "http://cgit.drupalcode.org/layouter"
4591             }
4592         },
4593         {
4594             "name": "drupal/libraries",
4595             "version": "3.0.0-alpha1",
4596             "source": {
4597                 "type": "git",
4598                 "url": "https://git.drupal.org/project/libraries",
4599                 "reference": "8.x-3.0-alpha1"
4600             },
4601             "dist": {
4602                 "type": "zip",
4603                 "url": "https://ftp.drupal.org/files/projects/libraries-8.x-3.0-alpha1.zip",
4604                 "reference": "8.x-3.0-alpha1",
4605                 "shasum": "bb07036b1eaeea7d736fc7e72416238830cd8d67"
4606             },
4607             "require": {
4608                 "drupal/core": "~8.0"
4609             },
4610             "type": "drupal-module",
4611             "extra": {
4612                 "branch-alias": {
4613                     "dev-3.x": "3.x-dev"
4614                 },
4615                 "drupal": {
4616                     "version": "8.x-3.0-alpha1",
4617                     "datestamp": "1517046484",
4618                     "security-coverage": {
4619                         "status": "not-covered",
4620                         "message": "Alpha releases are not covered by Drupal security advisories."
4621                     }
4622                 }
4623             },
4624             "notification-url": "https://packages.drupal.org/8/downloads",
4625             "license": [
4626                 "GPL-2.0+"
4627             ],
4628             "authors": [
4629                 {
4630                     "name": "Pol",
4631                     "homepage": "https://www.drupal.org/user/47194"
4632                 },
4633                 {
4634                     "name": "rjacobs",
4635                     "homepage": "https://www.drupal.org/user/422459"
4636                 },
4637                 {
4638                     "name": "sun",
4639                     "homepage": "https://www.drupal.org/user/54136"
4640                 },
4641                 {
4642                     "name": "tstoeckler",
4643                     "homepage": "https://www.drupal.org/user/107158"
4644                 }
4645             ],
4646             "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
4647             "homepage": "http://drupal.org/project/libraries",
4648             "support": {
4649                 "source": "http://cgit.drupalcode.org/libraries",
4650                 "issues": "http://drupal.org/project/issues/libraries",
4651                 "irc": "irc://irc.freenode.org/drupal-contribute"
4652             }
4653         },
4654         {
4655             "name": "drupal/linkchecker",
4656             "version": "dev-1.x",
4657             "source": {
4658                 "type": "git",
4659                 "url": "https://git.drupal.org/project/linkchecker",
4660                 "reference": "f59edc88741c60991526dc54adc89554c0ca571b"
4661             },
4662             "require": {
4663                 "drupal/core": "~8.0"
4664             },
4665             "type": "drupal-module",
4666             "extra": {
4667                 "branch-alias": {
4668                     "dev-1.x": "1.x-dev"
4669                 },
4670                 "drupal": {
4671                     "version": "8.x-1.x-dev",
4672                     "datestamp": "1534714080",
4673                     "security-coverage": {
4674                         "status": "not-covered",
4675                         "message": "Dev releases are not covered by Drupal security advisories."
4676                     }
4677                 },
4678                 "drush": {
4679                     "services": {
4680                         "drush.services.yml": "^9"
4681                     }
4682                 }
4683             },
4684             "notification-url": "https://packages.drupal.org/8/downloads",
4685             "license": [
4686                 "GPL-2.0+"
4687             ],
4688             "authors": [
4689                 {
4690                     "name": "hass",
4691                     "homepage": "https://www.drupal.org/u/hass"
4692                 },
4693                 {
4694                     "name": "See other contributors",
4695                     "homepage": "https://www.drupal.org/node/243795/committers"
4696                 }
4697             ],
4698             "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
4699             "homepage": "https://www.drupal.org/project/linkchecker",
4700             "support": {
4701                 "source": "http://git.drupal.org/project/linkchecker.git",
4702                 "issues": "https://www.drupal.org/project/issues/linkchecker"
4703             },
4704             "time": "2018-10-31T11:26:37+00:00"
4705         },
4706         {
4707             "name": "drupal/linkit",
4708             "version": "4.3.0",
4709             "source": {
4710                 "type": "git",
4711                 "url": "https://git.drupal.org/project/linkit",
4712                 "reference": "8.x-4.3"
4713             },
4714             "dist": {
4715                 "type": "zip",
4716                 "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
4717                 "reference": "8.x-4.3",
4718                 "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
4719             },
4720             "require": {
4721                 "drupal/core": "~8.0"
4722             },
4723             "type": "drupal-module",
4724             "extra": {
4725                 "branch-alias": {
4726                     "dev-4.x": "4.x-dev"
4727                 },
4728                 "drupal": {
4729                     "version": "8.x-4.3",
4730                     "datestamp": "1490205830"
4731                 }
4732             },
4733             "notification-url": "https://packages.drupal.org/8/downloads",
4734             "license": [
4735                 "GPL-2.0+"
4736             ],
4737             "authors": [
4738                 {
4739                     "name": "Emil Stjerneman",
4740                     "homepage": "https://stjerneman.com",
4741                     "email": "emil@stjerneman.com",
4742                     "role": "Maintainer"
4743                 }
4744             ],
4745             "description": "Linkit - Enriched linking experience",
4746             "homepage": "http://drupal.org/project/linkit",
4747             "support": {
4748                 "source": "http://cgit.drupalcode.org/linkit",
4749                 "issues": "http://drupal.org/project/linkit"
4750             }
4751         },
4752         {
4753             "name": "drupal/media_entity_actions",
4754             "version": "1.0.0-alpha2",
4755             "source": {
4756                 "type": "git",
4757                 "url": "https://git.drupal.org/project/media_entity_actions",
4758                 "reference": "8.x-1.0-alpha2"
4759             },
4760             "dist": {
4761                 "type": "zip",
4762                 "url": "https://ftp.drupal.org/files/projects/media_entity_actions-8.x-1.0-alpha2.zip",
4763                 "reference": "8.x-1.0-alpha2",
4764                 "shasum": "9bf7881f11fa182c1b6673c4cc8c32ce3a1bdb81"
4765             },
4766             "require": {
4767                 "drupal/core": "^8.4.0"
4768             },
4769             "type": "drupal-module",
4770             "extra": {
4771                 "branch-alias": {
4772                     "dev-1.x": "1.x-dev"
4773                 },
4774                 "drupal": {
4775                     "version": "8.x-1.0-alpha2",
4776                     "datestamp": "1510588386",
4777                     "security-coverage": {
4778                         "status": "not-covered",
4779                         "message": "Project has not opted into security advisory coverage!"
4780                     }
4781                 }
4782             },
4783             "notification-url": "https://packages.drupal.org/8/downloads",
4784             "license": [
4785                 "GPL-2.0-or-later"
4786             ],
4787             "authors": [
4788                 {
4789                     "name": "chr.fritsch",
4790                     "homepage": "https://www.drupal.org/user/2103716"
4791                 },
4792                 {
4793                     "name": "marcoscano",
4794                     "homepage": "https://www.drupal.org/user/1288796"
4795                 },
4796                 {
4797                     "name": "phenaproxima",
4798                     "homepage": "https://www.drupal.org/user/205645"
4799                 },
4800                 {
4801                     "name": "seanB",
4802                     "homepage": "https://www.drupal.org/user/545912"
4803                 },
4804                 {
4805                     "name": "slashrsm",
4806                     "homepage": "https://www.drupal.org/user/744628"
4807                 }
4808             ],
4809             "description": "Provides Actions plugins to be used with Media in core",
4810             "homepage": "https://www.drupal.org/project/media_entity_actions",
4811             "support": {
4812                 "source": "http://cgit.drupalcode.org/media_entity_actions"
4813             }
4814         },
4815         {
4816             "name": "drupal/media_entity_instagram",
4817             "version": "2.0.0-alpha2",
4818             "source": {
4819                 "type": "git",
4820                 "url": "https://git.drupal.org/project/media_entity_instagram",
4821                 "reference": "8.x-2.0-alpha2"
4822             },
4823             "dist": {
4824                 "type": "zip",
4825                 "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-2.0-alpha2.zip",
4826                 "reference": "8.x-2.0-alpha2",
4827                 "shasum": "3a61feafacf7003bf27ec8d4271a07896788b5e3"
4828             },
4829             "require": {
4830                 "drupal/core": "^8.4.0"
4831             },
4832             "type": "drupal-module",
4833             "extra": {
4834                 "branch-alias": {
4835                     "dev-2.x": "2.x-dev"
4836                 },
4837                 "drupal": {
4838                     "version": "8.x-2.0-alpha2",
4839                     "datestamp": "1537264380",
4840                     "security-coverage": {
4841                         "status": "not-covered",
4842                         "message": "Alpha releases are not covered by Drupal security advisories."
4843                     }
4844                 }
4845             },
4846             "notification-url": "https://packages.drupal.org/8/downloads",
4847             "license": [
4848                 "GPL-2.0-or-later"
4849             ],
4850             "authors": [
4851                 {
4852                     "name": "Drupal Media Team",
4853                     "homepage": "https://www.drupal.org/user/3260690"
4854                 },
4855                 {
4856                     "name": "Primsi",
4857                     "homepage": "https://www.drupal.org/user/282629"
4858                 },
4859                 {
4860                     "name": "chr.fritsch",
4861                     "homepage": "https://www.drupal.org/user/2103716"
4862                 },
4863                 {
4864                     "name": "designesse",
4865                     "homepage": "https://www.drupal.org/user/854012"
4866                 },
4867                 {
4868                     "name": "slashrsm",
4869                     "homepage": "https://www.drupal.org/user/744628"
4870                 }
4871             ],
4872             "description": "Media entity Instagram provider.",
4873             "homepage": "https://www.drupal.org/project/media_entity_instagram",
4874             "support": {
4875                 "source": "http://cgit.drupalcode.org/media_entity_instagram"
4876             }
4877         },
4878         {
4879             "name": "drupal/media_entity_slideshow",
4880             "version": "2.0.0-alpha1",
4881             "source": {
4882                 "type": "git",
4883                 "url": "https://git.drupal.org/project/media_entity_slideshow",
4884                 "reference": "8.x-2.0-alpha1"
4885             },
4886             "dist": {
4887                 "type": "zip",
4888                 "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-2.0-alpha1.zip",
4889                 "reference": "8.x-2.0-alpha1",
4890                 "shasum": "264358a2e03d2769459317841afdf7117927dc59"
4891             },
4892             "require": {
4893                 "drupal/core": "^8.4"
4894             },
4895             "type": "drupal-module",
4896             "extra": {
4897                 "branch-alias": {
4898                     "dev-2.x": "2.x-dev"
4899                 },
4900                 "drupal": {
4901                     "version": "8.x-2.0-alpha1",
4902                     "datestamp": "1506688443",
4903                     "security-coverage": {
4904                         "status": "not-covered",
4905                         "message": "Alpha releases are not covered by Drupal security advisories."
4906                     }
4907                 }
4908             },
4909             "notification-url": "https://packages.drupal.org/8/downloads",
4910             "license": [
4911                 "GPL-2.0-or-later"
4912             ],
4913             "authors": [
4914                 {
4915                     "name": "Drupal Media Team",
4916                     "homepage": "https://www.drupal.org/user/3260690"
4917                 },
4918                 {
4919                     "name": "slashrsm",
4920                     "homepage": "https://www.drupal.org/user/744628"
4921                 }
4922             ],
4923             "description": "Media entity slideshow provider.",
4924             "homepage": "https://www.drupal.org/project/media_entity_slideshow",
4925             "support": {
4926                 "source": "http://cgit.drupalcode.org/media_entity_slideshow"
4927             }
4928         },
4929         {
4930             "name": "drupal/media_entity_twitter",
4931             "version": "2.0.0-alpha2",
4932             "source": {
4933                 "type": "git",
4934                 "url": "https://git.drupal.org/project/media_entity_twitter",
4935                 "reference": "8.x-2.0-alpha2"
4936             },
4937             "dist": {
4938                 "type": "zip",
4939                 "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-2.0-alpha2.zip",
4940                 "reference": "8.x-2.0-alpha2",
4941                 "shasum": "21925e1e1b02bbbcd6d8e9730bc587669edc0e5c"
4942             },
4943             "require": {
4944                 "drupal/core": "^8.4",
4945                 "j7mbo/twitter-api-php": "~1.0"
4946             },
4947             "type": "drupal-module",
4948             "extra": {
4949                 "branch-alias": {
4950                     "dev-2.x": "2.x-dev"
4951                 },
4952                 "drupal": {
4953                     "version": "8.x-2.0-alpha2",
4954                     "datestamp": "1507907344",
4955                     "security-coverage": {
4956                         "status": "not-covered",
4957                         "message": "Alpha releases are not covered by Drupal security advisories."
4958                     }
4959                 }
4960             },
4961             "notification-url": "https://packages.drupal.org/8/downloads",
4962             "license": [
4963                 "GPL-2.0-or-later"
4964             ],
4965             "authors": [
4966                 {
4967                     "name": "Drupal Media Team",
4968                     "homepage": "https://www.drupal.org/user/3260690"
4969                 },
4970                 {
4971                     "name": "Primsi",
4972                     "homepage": "https://www.drupal.org/user/282629"
4973                 },
4974                 {
4975                     "name": "chr.fritsch",
4976                     "homepage": "https://www.drupal.org/user/2103716"
4977                 },
4978                 {
4979                     "name": "slashrsm",
4980                     "homepage": "https://www.drupal.org/user/744628"
4981                 }
4982             ],
4983             "description": "Media entity Twitter provider.",
4984             "homepage": "https://www.drupal.org/project/media_entity_twitter",
4985             "support": {
4986                 "source": "http://cgit.drupalcode.org/media_entity_twitter"
4987             }
4988         },
4989         {
4990             "name": "drupal/memcache",
4991             "version": "2.0.0",
4992             "source": {
4993                 "type": "git",
4994                 "url": "https://git.drupal.org/project/memcache",
4995                 "reference": "8.x-2.0"
4996             },
4997             "dist": {
4998                 "type": "zip",
4999                 "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0.zip",
5000                 "reference": "8.x-2.0",
5001                 "shasum": "78c09097c42781343f4069b4823dce7acd98a8b1"
5002             },
5003             "require": {
5004                 "drupal/core": "~8.0"
5005             },
5006             "type": "drupal-module",
5007             "extra": {
5008                 "branch-alias": {
5009                     "dev-2.x": "2.x-dev"
5010                 },
5011                 "drupal": {
5012                     "version": "8.x-2.0",
5013                     "datestamp": "1540546681",
5014                     "security-coverage": {
5015                         "status": "covered",
5016                         "message": "Covered by Drupal's security advisory policy"
5017                     }
5018                 }
5019             },
5020             "notification-url": "https://packages.drupal.org/8/downloads",
5021             "license": [
5022                 "GPL-2.0+"
5023             ],
5024             "authors": [
5025                 {
5026                     "name": "Fabianx",
5027                     "homepage": "https://www.drupal.org/user/693738"
5028                 },
5029                 {
5030                     "name": "Jeremy",
5031                     "homepage": "https://www.drupal.org/user/409"
5032                 },
5033                 {
5034                     "name": "bdragon",
5035                     "homepage": "https://www.drupal.org/user/53081"
5036                 },
5037                 {
5038                     "name": "catch",
5039                     "homepage": "https://www.drupal.org/user/35733"
5040                 },
5041                 {
5042                     "name": "damiankloip",
5043                     "homepage": "https://www.drupal.org/user/1037976"
5044                 },
5045                 {
5046                     "name": "jvandyk",
5047                     "homepage": "https://www.drupal.org/user/2375"
5048                 },
5049                 {
5050                     "name": "robertDouglass",
5051                     "homepage": "https://www.drupal.org/user/5449"
5052                 }
5053             ],
5054             "description": "High performance integration with memcache.",
5055             "homepage": "http://drupal.org/project/memcache",
5056             "support": {
5057                 "source": "http://cgit.drupalcode.org/memcache",
5058                 "issues": "https://www.drupal.org/project/issues/memcache"
5059             }
5060         },
5061         {
5062             "name": "drupal/metatag",
5063             "version": "1.7.0",
5064             "source": {
5065                 "type": "git",
5066                 "url": "https://git.drupal.org/project/metatag",
5067                 "reference": "8.x-1.7"
5068             },
5069             "dist": {
5070                 "type": "zip",
5071                 "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.7.zip",
5072                 "reference": "8.x-1.7",
5073                 "shasum": "93decaefd053c524918ceae5b5ef05dd77de0857"
5074             },
5075             "require": {
5076                 "drupal/core": "*",
5077                 "drupal/token": "^1.0"
5078             },
5079             "require-dev": {
5080                 "drupal/devel": "^1.0",
5081                 "drupal/metatag_dc": "*",
5082                 "drupal/metatag_open_graph": "*",
5083                 "drupal/page_manager": "^4.0",
5084                 "drupal/redirect": "^1.0",
5085                 "drupal/restui": "^1.0",
5086                 "drupal/schema_metatag": "^1.0",
5087                 "drupal/schema_web_page": "*"
5088             },
5089             "type": "drupal-module",
5090             "extra": {
5091                 "branch-alias": {
5092                     "dev-1.x": "1.x-dev"
5093                 },
5094                 "drupal": {
5095                     "version": "8.x-1.7",
5096                     "datestamp": "1535726393",
5097                     "security-coverage": {
5098                         "status": "covered",
5099                         "message": "Covered by Drupal's security advisory policy"
5100                     }
5101                 }
5102             },
5103             "notification-url": "https://packages.drupal.org/8/downloads",
5104             "license": [
5105                 "GPL-2.0+"
5106             ],
5107             "authors": [
5108                 {
5109                     "name": "See contributors",
5110                     "homepage": "https://www.drupal.org/node/640498/committers",
5111                     "role": "Developer"
5112                 },
5113                 {
5114                     "name": "Dave Reid",
5115                     "homepage": "https://www.drupal.org/user/53892"
5116                 }
5117             ],
5118             "description": "Manage meta tags for all entities.",
5119             "homepage": "https://www.drupal.org/project/metatag",
5120             "keywords": [
5121                 "Drupal",
5122                 "seo"
5123             ],
5124             "support": {
5125                 "source": "http://cgit.drupalcode.org/metatag",
5126                 "issues": "http://drupal.org/project/issues/metatag"
5127             }
5128         },
5129         {
5130             "name": "drupal/migrate_plus",
5131             "version": "4.0.0",
5132             "source": {
5133                 "type": "git",
5134                 "url": "https://git.drupal.org/project/migrate_plus",
5135                 "reference": "8.x-4.0"
5136             },
5137             "dist": {
5138                 "type": "zip",
5139                 "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0.zip",
5140                 "reference": "8.x-4.0",
5141                 "shasum": "63dad289defe8298aa5ca5e30062fe9761d19eca"
5142             },
5143             "require": {
5144                 "drupal/core": "^8.3"
5145             },
5146             "require-dev": {
5147                 "drupal/migrate_example_advanced_setup": "*",
5148                 "drupal/migrate_example_setup": "*"
5149             },
5150             "suggest": {
5151                 "ext-soap": "*",
5152                 "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
5153             },
5154             "type": "drupal-module",
5155             "extra": {
5156                 "branch-alias": {
5157                     "dev-4.x": "4.x-dev"
5158                 },
5159                 "drupal": {
5160                     "version": "8.x-4.0",
5161                     "datestamp": "1536264180",
5162                     "security-coverage": {
5163                         "status": "covered",
5164                         "message": "Covered by Drupal's security advisory policy"
5165                     }
5166                 }
5167             },
5168             "notification-url": "https://packages.drupal.org/8/downloads",
5169             "license": [
5170                 "GPL-2.0+"
5171             ],
5172             "authors": [
5173                 {
5174                     "name": "Mike Ryan",
5175                     "homepage": "https://www.drupal.org/u/mikeryan",
5176                     "role": "Maintainer"
5177                 },
5178                 {
5179                     "name": "mikeryan",
5180                     "homepage": "https://www.drupal.org/user/4420"
5181                 }
5182             ],
5183             "description": "Enhancements to core migration support.",
5184             "homepage": "https://www.drupal.org/project/migrate_plus",
5185             "support": {
5186                 "source": "https://cgit.drupalcode.org/migrate_plus",
5187                 "issues": "https://www.drupal.org/project/issues/migrate_plus",
5188                 "irc": "irc://irc.freenode.org/drupal-migrate"
5189             }
5190         },
5191         {
5192             "name": "drupal/migrate_tools",
5193             "version": "4.0.0",
5194             "source": {
5195                 "type": "git",
5196                 "url": "https://git.drupal.org/project/migrate_tools",
5197                 "reference": "8.x-4.0"
5198             },
5199             "dist": {
5200                 "type": "zip",
5201                 "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.0.zip",
5202                 "reference": "8.x-4.0",
5203                 "shasum": "016dfb010df76723c5a6a447921fdccd3c885237"
5204             },
5205             "require": {
5206                 "drupal/core": "^8.3",
5207                 "drupal/migrate_plus": "^4"
5208             },
5209             "require-dev": {
5210                 "drupal/coder": "^8",
5211                 "drupal/migrate_source_csv": "^2.2"
5212             },
5213             "type": "drupal-module",
5214             "extra": {
5215                 "branch-alias": {
5216                     "dev-4.x": "4.x-dev"
5217                 },
5218                 "drupal": {
5219                     "version": "8.x-4.0",
5220                     "datestamp": "1535380084",
5221                     "security-coverage": {
5222                         "status": "covered",
5223                         "message": "Covered by Drupal's security advisory policy"
5224                     }
5225                 },
5226                 "drush": {
5227                     "services": {
5228                         "drush.services.yml": "^9"
5229                     }
5230                 }
5231             },
5232             "notification-url": "https://packages.drupal.org/8/downloads",
5233             "license": [
5234                 "GPL-2.0+"
5235             ],
5236             "authors": [
5237                 {
5238                     "name": "heddn",
5239                     "homepage": "https://www.drupal.org/user/1463982"
5240                 },
5241                 {
5242                     "name": "mikeryan",
5243                     "homepage": "https://www.drupal.org/user/4420"
5244                 },
5245                 {
5246                     "name": "moshe weitzman",
5247                     "homepage": "https://www.drupal.org/user/23"
5248                 }
5249             ],
5250             "description": "Tools to assist in developing and running migrations.",
5251             "homepage": "http://drupal.org/project/migrate_tools",
5252             "support": {
5253                 "source": "http://cgit.drupalcode.org/migrate_tools",
5254                 "issues": "http://drupal.org/project/migrate_tools",
5255                 "irc": "irc://irc.freenode.org/drupal-migrate"
5256             }
5257         },
5258         {
5259             "name": "drupal/migrate_upgrade",
5260             "version": "3.0.0-rc5",
5261             "source": {
5262                 "type": "git",
5263                 "url": "https://git.drupal.org/project/migrate_upgrade",
5264                 "reference": "8.x-3.0-rc5"
5265             },
5266             "dist": {
5267                 "type": "zip",
5268                 "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc5.zip",
5269                 "reference": "8.x-3.0-rc5",
5270                 "shasum": "608375003cfd42664ecd6d5b0b5e2c3b510a2e0a"
5271             },
5272             "require": {
5273                 "drupal/core": "*",
5274                 "drupal/migrate_plus": "*"
5275             },
5276             "require-dev": {
5277                 "drupal/coder": "^8"
5278             },
5279             "type": "drupal-module",
5280             "extra": {
5281                 "branch-alias": {
5282                     "dev-3.x": "3.x-dev"
5283                 },
5284                 "drupal": {
5285                     "version": "8.x-3.0-rc5",
5286                     "datestamp": "1535381580",
5287                     "security-coverage": {
5288                         "status": "not-covered",
5289                         "message": "RC releases are not covered by Drupal security advisories."
5290                     }
5291                 }
5292             },
5293             "notification-url": "https://packages.drupal.org/8/downloads",
5294             "license": [
5295                 "GPL-2.0+"
5296             ],
5297             "authors": [
5298                 {
5299                     "name": "abhishek-anand",
5300                     "homepage": "https://www.drupal.org/user/468982"
5301                 },
5302                 {
5303                     "name": "heddn",
5304                     "homepage": "https://www.drupal.org/user/1463982"
5305                 },
5306                 {
5307                     "name": "ksenzee",
5308                     "homepage": "https://www.drupal.org/user/139855"
5309                 },
5310                 {
5311                     "name": "mikeryan",
5312                     "homepage": "https://www.drupal.org/user/4420"
5313                 },
5314                 {
5315                     "name": "ultimike",
5316                     "homepage": "https://www.drupal.org/user/51132"
5317                 },
5318                 {
5319                     "name": "xjm",
5320                     "homepage": "https://www.drupal.org/user/65776"
5321                 }
5322             ],
5323             "description": "Drush support for direct upgrades from older Drupal versions.",
5324             "homepage": "https://www.drupal.org/project/migrate_upgrade",
5325             "support": {
5326                 "source": "http://cgit.drupalcode.org/migrate_upgrade"
5327             }
5328         },
5329         {
5330             "name": "drupal/pathauto",
5331             "version": "1.3.0",
5332             "source": {
5333                 "type": "git",
5334                 "url": "https://git.drupal.org/project/pathauto",
5335                 "reference": "8.x-1.3"
5336             },
5337             "dist": {
5338                 "type": "zip",
5339                 "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.3.zip",
5340                 "reference": "8.x-1.3",
5341                 "shasum": "115d5998d7636a03e26c7ce34261b65809d53965"
5342             },
5343             "require": {
5344                 "drupal/core": "^8.5",
5345                 "drupal/ctools": "*",
5346                 "drupal/token": "*"
5347             },
5348             "type": "drupal-module",
5349             "extra": {
5350                 "branch-alias": {
5351                     "dev-1.x": "1.x-dev"
5352                 },
5353                 "drupal": {
5354                     "version": "8.x-1.3",
5355                     "datestamp": "1536407884",
5356                     "security-coverage": {
5357                         "status": "covered",
5358                         "message": "Covered by Drupal's security advisory policy"
5359                     }
5360                 }
5361             },
5362             "notification-url": "https://packages.drupal.org/8/downloads",
5363             "license": [
5364                 "GPL-2.0-or-later"
5365             ],
5366             "authors": [
5367                 {
5368                     "name": "Berdir",
5369                     "homepage": "https://www.drupal.org/user/214652"
5370                 },
5371                 {
5372                     "name": "Dave Reid",
5373                     "homepage": "https://www.drupal.org/user/53892"
5374                 },
5375                 {
5376                     "name": "Freso",
5377                     "homepage": "https://www.drupal.org/user/27504"
5378                 },
5379                 {
5380                     "name": "greggles",
5381                     "homepage": "https://www.drupal.org/user/36762"
5382                 }
5383             ],
5384             "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
5385             "homepage": "https://www.drupal.org/project/pathauto",
5386             "support": {
5387                 "source": "http://cgit.drupalcode.org/pathauto"
5388             }
5389         },
5390         {
5391             "name": "drupal/pathologic",
5392             "version": "1.0.0-alpha1",
5393             "source": {
5394                 "type": "git",
5395                 "url": "https://git.drupal.org/project/pathologic",
5396                 "reference": "8.x-1.0-alpha1"
5397             },
5398             "dist": {
5399                 "type": "zip",
5400                 "url": "https://ftp.drupal.org/files/projects/pathologic-8.x-1.0-alpha1.zip",
5401                 "reference": "8.x-1.0-alpha1",
5402                 "shasum": "51c699cc001969baa00cca60cf2302a32e578090"
5403             },
5404             "require": {
5405                 "drupal/core": "*"
5406             },
5407             "type": "drupal-module",
5408             "extra": {
5409                 "branch-alias": {
5410                     "dev-1.x": "1.x-dev"
5411                 },
5412                 "drupal": {
5413                     "version": "8.x-1.0-alpha1",
5414                     "datestamp": "1525211884",
5415                     "security-coverage": {
5416                         "status": "not-covered",
5417                         "message": "Alpha releases are not covered by Drupal security advisories."
5418                     }
5419                 }
5420             },
5421             "notification-url": "https://packages.drupal.org/8/downloads",
5422             "license": [
5423                 "GPL-2.0-or-later"
5424             ],
5425             "authors": [
5426                 {
5427                     "name": "Berdir",
5428                     "homepage": "https://www.drupal.org/user/214652"
5429                 },
5430                 {
5431                     "name": "Garrett Albright",
5432                     "homepage": "https://www.drupal.org/user/191212"
5433                 },
5434                 {
5435                     "name": "dww",
5436                     "homepage": "https://www.drupal.org/user/46549"
5437                 }
5438             ],
5439             "description": "Helps avoid broken links and incorrect paths in content.",
5440             "homepage": "https://www.drupal.org/project/pathologic",
5441             "support": {
5442                 "source": "http://cgit.drupalcode.org/pathologic"
5443             }
5444         },
5445         {
5446             "name": "drupal/permissions_by_term",
5447             "version": "1.61.0",
5448             "source": {
5449                 "type": "git",
5450                 "url": "https://git.drupal.org/project/permissions_by_term",
5451                 "reference": "8.x-1.61"
5452             },
5453             "dist": {
5454                 "type": "zip",
5455                 "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.61.zip",
5456                 "reference": "8.x-1.61",
5457                 "shasum": "c984a00f1efaf8856b5804f5837672bf9fb527bb"
5458             },
5459             "require": {
5460                 "drupal/core": "^8.0"
5461             },
5462             "type": "drupal-module",
5463             "extra": {
5464                 "branch-alias": {
5465                     "dev-1.x": "1.x-dev"
5466                 },
5467                 "drupal": {
5468                     "version": "8.x-1.61",
5469                     "datestamp": "1534865884",
5470                     "security-coverage": {
5471                         "status": "covered",
5472                         "message": "Covered by Drupal's security advisory policy"
5473                     }
5474                 }
5475             },
5476             "notification-url": "https://packages.drupal.org/8/downloads",
5477             "license": [
5478                 "GPL-2.0+"
5479             ],
5480             "authors": [
5481                 {
5482                     "name": "Peter Majmesku",
5483                     "homepage": "https://www.drupal.org/user/786132",
5484                     "email": "p.majmesku@gmail.com"
5485                 },
5486                 {
5487                     "name": "SaschaHannes",
5488                     "homepage": "https://www.drupal.org/user/3536189"
5489                 },
5490                 {
5491                     "name": "dakku",
5492                     "homepage": "https://www.drupal.org/user/97634"
5493                 },
5494                 {
5495                     "name": "rackberg",
5496                     "homepage": "https://www.drupal.org/user/2806873"
5497                 }
5498             ],
5499             "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
5500             "homepage": "https://www.drupal.org/project/permissions_by_term",
5501             "support": {
5502                 "source": "http://cgit.drupalcode.org/permissions_by_term"
5503             }
5504         },
5505         {
5506             "name": "drupal/php",
5507             "version": "dev-1.x",
5508             "source": {
5509                 "type": "git",
5510                 "url": "https://git.drupal.org/project/php",
5511                 "reference": "e5c1c4047f5f1522e5d630bca93d50c61ef6a2c0"
5512             },
5513             "require": {
5514                 "drupal/core": "~8.0"
5515             },
5516             "type": "drupal-module",
5517             "extra": {
5518                 "branch-alias": {
5519                     "dev-1.x": "1.x-dev"
5520                 },
5521                 "drupal": {
5522                     "version": "8.x-1.0+0-dev",
5523                     "datestamp": "1529156324",
5524                     "security-coverage": {
5525                         "status": "revoked",
5526                         "message": "Project has been unsupported by the Drupal Security Team"
5527                     }
5528                 }
5529             },
5530             "notification-url": "https://packages.drupal.org/8/downloads",
5531             "license": [
5532                 "GPL-2.0+"
5533             ],
5534             "authors": [
5535                 {
5536                     "name": "hass",
5537                     "homepage": "https://www.drupal.org/u/hass"
5538                 },
5539                 {
5540                     "name": "See other contributors",
5541                     "homepage": "https://www.drupal.org/node/1633456/committers"
5542                 },
5543                 {
5544                     "name": "catch",
5545                     "homepage": "https://www.drupal.org/user/35733"
5546                 },
5547                 {
5548                     "name": "dixon_",
5549                     "homepage": "https://www.drupal.org/user/239911"
5550                 },
5551                 {
5552                     "name": "greggles",
5553                     "homepage": "https://www.drupal.org/user/36762"
5554                 },
5555                 {
5556                     "name": "hass",
5557                     "homepage": "https://www.drupal.org/user/85918"
5558                 },
5559                 {
5560                     "name": "msonnabaum",
5561                     "homepage": "https://www.drupal.org/user/75278"
5562                 },
5563                 {
5564                     "name": "quicksketch",
5565                     "homepage": "https://www.drupal.org/user/35821"
5566                 },
5567                 {
5568                     "name": "webchick",
5569                     "homepage": "https://www.drupal.org/user/24967"
5570                 }
5571             ],
5572             "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.",
5573             "homepage": "https://www.drupal.org/project/php",
5574             "support": {
5575                 "source": "https://git.drupal.org/project/php.git",
5576                 "issues": "https://www.drupal.org/project/issues/php"
5577             },
5578             "time": "2018-08-04T18:55:12+00:00"
5579         },
5580         {
5581             "name": "drupal/redirect",
5582             "version": "1.3.0",
5583             "source": {
5584                 "type": "git",
5585                 "url": "https://git.drupal.org/project/redirect",
5586                 "reference": "8.x-1.3"
5587             },
5588             "dist": {
5589                 "type": "zip",
5590                 "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.3.zip",
5591                 "reference": "8.x-1.3",
5592                 "shasum": "3f9620d186e25f36ac56755979932b8ea965b8c7"
5593             },
5594             "require": {
5595                 "drupal/core": "~8"
5596             },
5597             "type": "drupal-module",
5598             "extra": {
5599                 "branch-alias": {
5600                     "dev-1.x": "1.x-dev"
5601                 },
5602                 "drupal": {
5603                     "version": "8.x-1.3",
5604                     "datestamp": "1539682684",
5605                     "security-coverage": {
5606                         "status": "covered",
5607                         "message": "Covered by Drupal's security advisory policy"
5608                     }
5609                 }
5610             },
5611             "notification-url": "https://packages.drupal.org/8/downloads",
5612             "license": [
5613                 "GPL-2.0+"
5614             ],
5615             "authors": [
5616                 {
5617                     "name": "Berdir",
5618                     "homepage": "https://www.drupal.org/user/214652"
5619                 },
5620                 {
5621                     "name": "Dave Reid",
5622                     "homepage": "https://www.drupal.org/user/53892"
5623                 },
5624                 {
5625                     "name": "pifagor",
5626                     "homepage": "https://www.drupal.org/user/2375692"
5627                 }
5628             ],
5629             "description": "Allows users to redirect from old URLs to new URLs.",
5630             "homepage": "https://www.drupal.org/project/redirect",
5631             "support": {
5632                 "source": "http://cgit.drupalcode.org/redirect"
5633             }
5634         },
5635         {
5636             "name": "drupal/security_review",
5637             "version": "dev-1.x",
5638             "source": {
5639                 "type": "git",
5640                 "url": "https://git.drupal.org/project/security_review",
5641                 "reference": "9b8a34a21cac85913845df4eebb9a05c69de82d8"
5642             },
5643             "require": {
5644                 "drupal/core": "~8.0"
5645             },
5646             "type": "drupal-module",
5647             "extra": {
5648                 "branch-alias": {
5649                     "dev-1.x": "1.x-dev"
5650                 },
5651                 "drupal": {
5652                     "version": "8.x-1.x-dev",
5653                     "datestamp": "1532558881",
5654                     "security-coverage": {
5655                         "status": "not-covered",
5656                         "message": "Dev releases are not covered by Drupal security advisories."
5657                     }
5658                 },
5659                 "patches_applied": []
5660             },
5661             "notification-url": "https://packages.drupal.org/8/downloads",
5662             "license": [
5663                 "GPL-2.0-or-later"
5664             ],
5665             "authors": [
5666                 {
5667                     "name": "banviktor",
5668                     "homepage": "https://www.drupal.org/user/3176333"
5669                 },
5670                 {
5671                     "name": "coltrane",
5672                     "homepage": "https://www.drupal.org/user/91990"
5673                 },
5674                 {
5675                     "name": "dsnopek",
5676                     "homepage": "https://www.drupal.org/user/266527"
5677                 },
5678                 {
5679                     "name": "greggles",
5680                     "homepage": "https://www.drupal.org/user/36762"
5681                 }
5682             ],
5683             "description": "Site security and configuration review module.",
5684             "homepage": "https://www.drupal.org/project/security_review",
5685             "support": {
5686                 "source": "http://cgit.drupalcode.org/security_review"
5687             },
5688             "time": "2018-07-27T02:32:58+00:00"
5689         },
5690         {
5691             "name": "drupal/simple_sitemap",
5692             "version": "2.12.0",
5693             "source": {
5694                 "type": "git",
5695                 "url": "https://git.drupal.org/project/simple_sitemap",
5696                 "reference": "8.x-2.12"
5697             },
5698             "dist": {
5699                 "type": "zip",
5700                 "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.zip",
5701                 "reference": "8.x-2.12",
5702                 "shasum": "fe1c1a636adfba8358399a5a1ccdf20685066573"
5703             },
5704             "require": {
5705                 "drupal/core": "~8.0"
5706             },
5707             "type": "drupal-module",
5708             "extra": {
5709                 "branch-alias": {
5710                     "dev-2.x": "2.x-dev"
5711                 },
5712                 "drupal": {
5713                     "version": "8.x-2.12",
5714                     "datestamp": "1523203180",
5715                     "security-coverage": {
5716                         "status": "covered",
5717                         "message": "Covered by Drupal's security advisory policy"
5718                     }
5719                 },
5720                 "drush": {
5721                     "services": {
5722                         "drush.services.yml": "^9"
5723                     }
5724                 }
5725             },
5726             "notification-url": "https://packages.drupal.org/8/downloads",
5727             "license": [
5728                 "GPL-2.0+"
5729             ],
5730             "authors": [
5731                 {
5732                     "name": "Pawel Ginalski (gbyte.co)",
5733                     "homepage": "https://www.drupal.org/u/gbyte.co",
5734                     "email": "contact@gbyte.co",
5735                     "role": "Maintainer"
5736                 },
5737                 {
5738                     "name": "Sam Becker (Sam152)",
5739                     "homepage": "https://www.drupal.org/u/sam152",
5740                     "role": "Co-maintainer"
5741                 }
5742             ],
5743             "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
5744             "homepage": "https://drupal.org/project/simple_sitemap",
5745             "support": {
5746                 "source": "https://cgit.drupalcode.org/simple_sitemap",
5747                 "issues": "https://drupal.org/project/issues/simple_sitemap",
5748                 "irc": "irc://irc.freenode.org/drupal-contribute"
5749             }
5750         },
5751         {
5752             "name": "drupal/slick",
5753             "version": "1.0.0",
5754             "source": {
5755                 "type": "git",
5756                 "url": "https://git.drupal.org/project/slick",
5757                 "reference": "8.x-1.0"
5758             },
5759             "dist": {
5760                 "type": "zip",
5761                 "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
5762                 "reference": "8.x-1.0",
5763                 "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
5764             },
5765             "require": {
5766                 "drupal/blazy": "~1.0",
5767                 "drupal/core": "~8.0"
5768             },
5769             "type": "drupal-module",
5770             "extra": {
5771                 "branch-alias": {
5772                     "dev-1.x": "1.x-dev"
5773                 },
5774                 "drupal": {
5775                     "version": "8.x-1.0",
5776                     "datestamp": "1495746183"
5777                 }
5778             },
5779             "notification-url": "https://packages.drupal.org/8/downloads",
5780             "license": [
5781                 "GPL-2.0+"
5782             ],
5783             "authors": [
5784                 {
5785                     "name": "arshadcn",
5786                     "homepage": "https://www.drupal.org/user/571032"
5787                 },
5788                 {
5789                     "name": "gausarts",
5790                     "homepage": "https://www.drupal.org/user/159062"
5791                 }
5792             ],
5793             "description": "Slick carousel, the last carousel you'll ever need.",
5794             "homepage": "https://drupal.org/project/slick",
5795             "keywords": [
5796                 "Drupal",
5797                 "carousel",
5798                 "slideshow"
5799             ],
5800             "support": {
5801                 "source": "http://cgit.drupalcode.org/slick",
5802                 "issues": "https://drupal.org/project/issues/slick"
5803             }
5804         },
5805         {
5806             "name": "drupal/slick_media",
5807             "version": "2.0.0-alpha2",
5808             "source": {
5809                 "type": "git",
5810                 "url": "https://git.drupal.org/project/slick_media",
5811                 "reference": "8.x-2.0-alpha2"
5812             },
5813             "dist": {
5814                 "type": "zip",
5815                 "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-2.0-alpha2.zip",
5816                 "reference": "8.x-2.0-alpha2",
5817                 "shasum": "9aa7dfeaebc0776454bbf74450e5f2ed360f320d"
5818             },
5819             "require": {
5820                 "drupal/core": "^8.4",
5821                 "drupal/slick": "*"
5822             },
5823             "type": "drupal-module",
5824             "extra": {
5825                 "branch-alias": {
5826                     "dev-2.x": "2.x-dev"
5827                 },
5828                 "drupal": {
5829                     "version": "8.x-2.0-alpha2",
5830                     "datestamp": "1533721384",
5831                     "security-coverage": {
5832                         "status": "not-covered",
5833                         "message": "Alpha releases are not covered by Drupal security advisories."
5834                     }
5835                 }
5836             },
5837             "notification-url": "https://packages.drupal.org/8/downloads",
5838             "license": [
5839                 "GPL-2.0-or-later"
5840             ],
5841             "authors": [
5842                 {
5843                     "name": "chr.fritsch",
5844                     "homepage": "https://www.drupal.org/user/2103716"
5845                 },
5846                 {
5847                     "name": "gausarts",
5848                     "homepage": "https://www.drupal.org/user/159062"
5849                 }
5850             ],
5851             "description": "Provides Slick carousel integration with Media entity.",
5852             "homepage": "https://www.drupal.org/project/slick_media",
5853             "support": {
5854                 "source": "http://cgit.drupalcode.org/slick_media"
5855             }
5856         },
5857         {
5858             "name": "drupal/superfish",
5859             "version": "1.2.0",
5860             "source": {
5861                 "type": "git",
5862                 "url": "https://git.drupal.org/project/superfish",
5863                 "reference": "8.x-1.2"
5864             },
5865             "dist": {
5866                 "type": "zip",
5867                 "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.2.zip",
5868                 "reference": "8.x-1.2",
5869                 "shasum": "e6f11be2bb2b95957d144bb0155c29c7aad40a62"
5870             },
5871             "require": {
5872                 "drupal/core": "~8.0",
5873                 "mehrpadin/superfish": "~2.0"
5874             },
5875             "type": "drupal-module",
5876             "extra": {
5877                 "branch-alias": {
5878                     "dev-1.x": "1.x-dev"
5879                 },
5880                 "drupal": {
5881                     "version": "8.x-1.2",
5882                     "datestamp": "1517739480",
5883                     "security-coverage": {
5884                         "status": "covered",
5885                         "message": "Covered by Drupal's security advisory policy"
5886                     }
5887                 }
5888             },
5889             "notification-url": "https://packages.drupal.org/8/downloads",
5890             "license": [
5891                 "GPL-2.0+"
5892             ],
5893             "authors": [
5894                 {
5895                     "name": "mehrpadin",
5896                     "homepage": "https://www.drupal.org/u/mehrpadin",
5897                     "role": "Maintainer"
5898                 }
5899             ],
5900             "description": "Adds jQuery Superfish plugin to menu blocks.",
5901             "homepage": "https://www.drupal.org/project/superfish",
5902             "support": {
5903                 "source": "https://cgit.drupalcode.org/superfish",
5904                 "issues": "https://www.drupal.org/project/superfish"
5905             }
5906         },
5907         {
5908             "name": "drupal/toc_formatter",
5909             "version": "1.1.0",
5910             "source": {
5911                 "type": "git",
5912                 "url": "https://git.drupal.org/project/toc_formatter",
5913                 "reference": "8.x-1.1"
5914             },
5915             "dist": {
5916                 "type": "zip",
5917                 "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
5918                 "reference": "8.x-1.1",
5919                 "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
5920             },
5921             "require": {
5922                 "drupal/core": "~8.0"
5923             },
5924             "type": "drupal-module",
5925             "extra": {
5926                 "branch-alias": {
5927                     "dev-1.x": "1.x-dev"
5928                 },
5929                 "drupal": {
5930                     "version": "8.x-1.1",
5931                     "datestamp": "1398611927"
5932                 }
5933             },
5934             "notification-url": "https://packages.drupal.org/8/downloads",
5935             "license": [
5936                 "GPL-2.0+"
5937             ],
5938             "authors": [
5939                 {
5940                     "name": "Robert Castelo",
5941                     "homepage": "https://www.drupal.org/user/3555"
5942                 },
5943                 {
5944                     "name": "neilt17",
5945                     "homepage": "https://www.drupal.org/user/324142"
5946                 }
5947             ],
5948             "description": "Display formatter that adds a TOC to the top of a text area field.",
5949             "homepage": "https://www.drupal.org/project/toc_formatter",
5950             "support": {
5951                 "source": "http://cgit.drupalcode.org/toc_formatter"
5952             }
5953         },
5954         {
5955             "name": "drupal/tocify",
5956             "version": "1.2.0",
5957             "source": {
5958                 "type": "git",
5959                 "url": "https://git.drupal.org/project/tocify",
5960                 "reference": "8.x-1.2"
5961             },
5962             "dist": {
5963                 "type": "zip",
5964                 "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
5965                 "reference": "8.x-1.2",
5966                 "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
5967             },
5968             "require": {
5969                 "drupal/core": "*"
5970             },
5971             "type": "drupal-module",
5972             "extra": {
5973                 "branch-alias": {
5974                     "dev-1.x": "1.x-dev"
5975                 },
5976                 "drupal": {
5977                     "version": "8.x-1.2",
5978                     "datestamp": "1493816586"
5979                 }
5980             },
5981             "notification-url": "https://packages.drupal.org/8/downloads",
5982             "license": [
5983                 "GPL-2.0+"
5984             ],
5985             "authors": [
5986                 {
5987                     "name": "Hydra",
5988                     "homepage": "https://www.drupal.org/user/647364"
5989                 },
5990                 {
5991                     "name": "dawehner",
5992                     "homepage": "https://www.drupal.org/user/99340"
5993                 },
5994                 {
5995                     "name": "sanduhrs",
5996                     "homepage": "https://www.drupal.org/user/28074"
5997                 }
5998             ],
5999             "description": "Tocify your content",
6000             "homepage": "https://www.drupal.org/project/tocify",
6001             "keywords": [
6002                 "Drupal"
6003             ],
6004             "support": {
6005                 "source": "http://cgit.drupalcode.org/tocify",
6006                 "issues": "http://drupal.org/project/issues/tocify"
6007             }
6008         },
6009         {
6010             "name": "drupal/token",
6011             "version": "1.5.0",
6012             "source": {
6013                 "type": "git",
6014                 "url": "https://git.drupal.org/project/token",
6015                 "reference": "8.x-1.5"
6016             },
6017             "dist": {
6018                 "type": "zip",
6019                 "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip",
6020                 "reference": "8.x-1.5",
6021                 "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d"
6022             },
6023             "require": {
6024                 "drupal/core": "^8.5"
6025             },
6026             "type": "drupal-module",
6027             "extra": {
6028                 "branch-alias": {
6029                     "dev-1.x": "1.x-dev"
6030                 },
6031                 "drupal": {
6032                     "version": "8.x-1.5",
6033                     "datestamp": "1537557481",
6034                     "security-coverage": {
6035                         "status": "covered",
6036                         "message": "Covered by Drupal's security advisory policy"
6037                     }
6038                 }
6039             },
6040             "notification-url": "https://packages.drupal.org/8/downloads",
6041             "license": [
6042                 "GPL-2.0-or-later"
6043             ],
6044             "authors": [
6045                 {
6046                     "name": "Berdir",
6047                     "homepage": "https://www.drupal.org/user/214652"
6048                 },
6049                 {
6050                     "name": "Dave Reid",
6051                     "homepage": "https://www.drupal.org/user/53892"
6052                 },
6053                 {
6054                     "name": "eaton",
6055                     "homepage": "https://www.drupal.org/user/16496"
6056                 },
6057                 {
6058                     "name": "fago",
6059                     "homepage": "https://www.drupal.org/user/16747"
6060                 },
6061                 {
6062                     "name": "greggles",
6063                     "homepage": "https://www.drupal.org/user/36762"
6064                 },
6065                 {
6066                     "name": "mikeryan",
6067                     "homepage": "https://www.drupal.org/user/4420"
6068                 }
6069             ],
6070             "description": "Provides a user interface for the Token API and some missing core tokens.",
6071             "homepage": "https://www.drupal.org/project/token",
6072             "support": {
6073                 "source": "http://cgit.drupalcode.org/token"
6074             }
6075         },
6076         {
6077             "name": "drupal/typogrify",
6078             "version": "1.0.0-alpha1",
6079             "source": {
6080                 "type": "git",
6081                 "url": "https://git.drupal.org/project/typogrify",
6082                 "reference": "8.x-1.0-alpha1"
6083             },
6084             "dist": {
6085                 "type": "zip",
6086                 "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
6087                 "reference": "8.x-1.0-alpha1",
6088                 "shasum": "de87791555204b3af5692d939f8c199bd7164495"
6089             },
6090             "require": {
6091                 "drupal/core": "*"
6092             },
6093             "type": "drupal-module",
6094             "extra": {
6095                 "branch-alias": {
6096                     "dev-1.x": "1.x-dev"
6097                 },
6098                 "drupal": {
6099                     "version": "8.x-1.0-alpha1",
6100                     "datestamp": "1478050442"
6101                 }
6102             },
6103             "notification-url": "https://packages.drupal.org/8/downloads",
6104             "license": [
6105                 "GPL-2.0+"
6106             ],
6107             "authors": [
6108                 {
6109                     "name": "See contributors",
6110                     "homepage": "https://www.drupal.org/node/149970/committers",
6111                     "role": "Developer"
6112                 },
6113                 {
6114                     "name": "migmedia",
6115                     "homepage": "https://www.drupal.org/user/1310354"
6116                 },
6117                 {
6118                     "name": "mikl",
6119                     "homepage": "https://www.drupal.org/user/58679"
6120                 },
6121                 {
6122                     "name": "sreynen",
6123                     "homepage": "https://www.drupal.org/user/109890"
6124                 }
6125             ],
6126             "description": "A filter for making typographic refinements.",
6127             "homepage": "http://drupal.org/project/typogrify",
6128             "keywords": [
6129                 "Drupal"
6130             ],
6131             "support": {
6132                 "source": "http://cgit.drupalcode.org/typogrify",
6133                 "issues": "http://drupal.org/project/typogrify"
6134             }
6135         },
6136         {
6137             "name": "drupal/video",
6138             "version": "1.2.0",
6139             "source": {
6140                 "type": "git",
6141                 "url": "https://git.drupal.org/project/video",
6142                 "reference": "8.x-1.2"
6143             },
6144             "dist": {
6145                 "type": "zip",
6146                 "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
6147                 "reference": "8.x-1.2",
6148                 "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
6149             },
6150             "require": {
6151                 "drupal/core": "*"
6152             },
6153             "type": "drupal-module",
6154             "extra": {
6155                 "branch-alias": {
6156                     "dev-1.x": "1.x-dev"
6157                 },
6158                 "drupal": {
6159                     "version": "8.x-1.x",
6160                     "datestamp": "1455470039",
6161                     "package": "Field types"
6162                 }
6163             },
6164             "notification-url": "https://packages.drupal.org/8/downloads",
6165             "license": [
6166                 "GPL-2.0+"
6167             ],
6168             "authors": [
6169                 {
6170                     "name": "Jorrit",
6171                     "homepage": "https://www.drupal.org/user/161217"
6172                 },
6173                 {
6174                     "name": "abhishek-anand",
6175                     "homepage": "https://www.drupal.org/user/468982"
6176                 },
6177                 {
6178                     "name": "brycefisherfleig",
6179                     "homepage": "https://www.drupal.org/user/1300764"
6180                 },
6181                 {
6182                     "name": "chaitanya17",
6183                     "homepage": "https://www.drupal.org/user/1998300"
6184                 },
6185                 {
6186                     "name": "heshanlk",
6187                     "homepage": "https://www.drupal.org/user/199102"
6188                 }
6189             ],
6190             "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.",
6191             "homepage": "https://www.drupal.org/project/video",
6192             "support": {
6193                 "source": "http://cgit.drupalcode.org/video"
6194             }
6195         },
6196         {
6197             "name": "drupal/video_embed_field",
6198             "version": "2.0.0",
6199             "source": {
6200                 "type": "git",
6201                 "url": "https://git.drupal.org/project/video_embed_field",
6202                 "reference": "8.x-2.0"
6203             },
6204             "dist": {
6205                 "type": "zip",
6206                 "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip",
6207                 "reference": "8.x-2.0",
6208                 "shasum": "e864f090b3cb9405376ca324d81ace83613e2019"
6209             },
6210             "require": {
6211                 "drupal/core": "*"
6212             },
6213             "require-dev": {
6214                 "drupal/colorbox": "*",
6215                 "drupal/media_entity": "*",
6216                 "drupal/media_entity_embeddable_video": "*"
6217             },
6218             "type": "drupal-module",
6219             "extra": {
6220                 "branch-alias": {
6221                     "dev-2.x": "2.x-dev"
6222                 },
6223                 "drupal": {
6224                     "version": "8.x-1.x",
6225                     "datestamp": "1523338084",
6226                     "security-coverage": {
6227                         "status": "covered",
6228                         "message": "Covered by Drupal's security advisory policy"
6229                     },
6230                     "package": "Field types"
6231                 }
6232             },
6233             "notification-url": "https://packages.drupal.org/8/downloads",
6234             "license": [
6235                 "GPL-2.0+"
6236             ],
6237             "authors": [
6238                 {
6239                     "name": "Sam152",
6240                     "homepage": "https://www.drupal.org/user/1485048"
6241                 },
6242                 {
6243                     "name": "jec006",
6244                     "homepage": "https://www.drupal.org/user/855980"
6245                 },
6246                 {
6247                     "name": "plopesc",
6248                     "homepage": "https://www.drupal.org/user/282415"
6249                 }
6250             ],
6251             "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6252             "homepage": "https://www.drupal.org/project/video_embed_field",
6253             "support": {
6254                 "source": "http://cgit.drupalcode.org/video_embed_field"
6255             }
6256         },
6257         {
6258             "name": "drupal/videojs",
6259             "version": "1.0.0",
6260             "source": {
6261                 "type": "git",
6262                 "url": "https://git.drupal.org/project/videojs",
6263                 "reference": "8.x-1.0"
6264             },
6265             "dist": {
6266                 "type": "zip",
6267                 "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6268                 "reference": "8.x-1.0",
6269                 "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6270             },
6271             "require": {
6272                 "drupal/core": "~8.0"
6273             },
6274             "type": "drupal-module",
6275             "extra": {
6276                 "branch-alias": {
6277                     "dev-1.x": "1.x-dev"
6278                 },
6279                 "drupal": {
6280                     "version": "8.x-1.0",
6281                     "datestamp": "1454344739",
6282                     "security-coverage": {
6283                         "status": "covered",
6284                         "message": "Covered by Drupal's security advisory policy"
6285                     }
6286                 },
6287                 "patches_applied": {
6288                     "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6289                 }
6290             },
6291             "notification-url": "https://packages.drupal.org/8/downloads",
6292             "license": [
6293                 "GPL-2.0-or-later"
6294             ],
6295             "authors": [
6296                 {
6297                     "name": "Jorrit",
6298                     "homepage": "https://www.drupal.org/user/161217"
6299                 },
6300                 {
6301                     "name": "heshanlk",
6302                     "homepage": "https://www.drupal.org/user/199102"
6303                 }
6304             ],
6305             "description": "Video.js is an HTML5 Video Player.",
6306             "homepage": "https://www.drupal.org/project/videojs",
6307             "support": {
6308                 "source": "http://cgit.drupalcode.org/videojs"
6309             }
6310         },
6311         {
6312             "name": "drupal/views_bootstrap",
6313             "version": "3.1.0",
6314             "source": {
6315                 "type": "git",
6316                 "url": "https://git.drupal.org/project/views_bootstrap",
6317                 "reference": "8.x-3.1"
6318             },
6319             "dist": {
6320                 "type": "zip",
6321                 "url": "https://ftp.drupal.org/files/projects/views_bootstrap-8.x-3.1.zip",
6322                 "reference": "8.x-3.1",
6323                 "shasum": "7fd556457f028fa736d1422a9b5a763566fd7d2e"
6324             },
6325             "require": {
6326                 "drupal/core": "*"
6327             },
6328             "type": "drupal-module",
6329             "extra": {
6330                 "branch-alias": {
6331                     "dev-3.x": "3.x-dev"
6332                 },
6333                 "drupal": {
6334                     "version": "8.x-3.1",
6335                     "datestamp": "1537360681",
6336                     "security-coverage": {
6337                         "status": "covered",
6338                         "message": "Covered by Drupal's security advisory policy"
6339                     }
6340                 }
6341             },
6342             "notification-url": "https://packages.drupal.org/8/downloads",
6343             "license": [
6344                 "GPL-2.0+"
6345             ],
6346             "authors": [
6347                 {
6348                     "name": "aburrows",
6349                     "homepage": "https://www.drupal.org/user/577844"
6350                 },
6351                 {
6352                     "name": "ericpugh",
6353                     "homepage": "https://www.drupal.org/user/130084"
6354                 },
6355                 {
6356                     "name": "ikeigenwijs",
6357                     "homepage": "https://www.drupal.org/user/583238"
6358                 },
6359                 {
6360                     "name": "mrded",
6361                     "homepage": "https://www.drupal.org/user/556088"
6362                 }
6363             ],
6364             "description": "Integrate the Bootstrap framework with Views.",
6365             "homepage": "https://www.drupal.org/project/views_bootstrap",
6366             "keywords": [
6367                 "Drupal"
6368             ],
6369             "support": {
6370                 "source": "http://cgit.drupalcode.org/views_bootstrap"
6371             }
6372         },
6373         {
6374             "name": "drupal/views_responsive_grid",
6375             "version": "dev-1.x",
6376             "source": {
6377                 "type": "git",
6378                 "url": "https://git.drupal.org/project/views_responsive_grid",
6379                 "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6380             },
6381             "require": {
6382                 "drupal/core": "~8.0"
6383             },
6384             "type": "drupal-module",
6385             "extra": {
6386                 "branch-alias": {
6387                     "dev-1.x": "1.x-dev"
6388                 },
6389                 "drupal": {
6390                     "version": "8.x-1.x-dev",
6391                     "datestamp": "1373985289"
6392                 }
6393             },
6394             "notification-url": "https://packages.drupal.org/8/downloads",
6395             "license": [
6396                 "GPL-2.0+"
6397             ],
6398             "authors": [
6399                 {
6400                     "name": "iwhitcomb",
6401                     "homepage": "https://www.drupal.org/user/771654"
6402                 },
6403                 {
6404                     "name": "kyletaylored",
6405                     "homepage": "https://www.drupal.org/user/2207088"
6406                 },
6407                 {
6408                     "name": "markcarver",
6409                     "homepage": "https://www.drupal.org/user/501638"
6410                 }
6411             ],
6412             "homepage": "https://www.drupal.org/project/views_responsive_grid",
6413             "support": {
6414                 "source": "http://cgit.drupalcode.org/views_responsive_grid"
6415             }
6416         },
6417         {
6418             "name": "drush/config-extra",
6419             "version": "1.0.1",
6420             "source": {
6421                 "type": "git",
6422                 "url": "https://github.com/drush-ops/config-extra.git",
6423                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
6424             },
6425             "dist": {
6426                 "type": "zip",
6427                 "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6428                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6429                 "shasum": ""
6430             },
6431             "require": {
6432                 "php": ">=5.5.0"
6433             },
6434             "require-dev": {
6435                 "phpunit/phpunit": ">=3.5"
6436             },
6437             "type": "library",
6438             "extra": {
6439                 "branch-alias": {
6440                     "dev-master": "8.0.x-dev"
6441                 }
6442             },
6443             "autoload": {
6444                 "psr-0": {
6445                     "Drush": "lib/"
6446                 }
6447             },
6448             "notification-url": "https://packagist.org/downloads/",
6449             "license": [
6450                 "GPL-2.0+"
6451             ],
6452             "authors": [
6453                 {
6454                     "name": "Moshe Weitzman",
6455                     "email": "weitzman@tejasa.com"
6456                 },
6457                 {
6458                     "name": "Greg Anderson",
6459                     "email": "greg.1.anderson@greenknowe.org"
6460                 }
6461             ],
6462             "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
6463             "keywords": [
6464                 "Drush"
6465             ],
6466             "time": "2015-10-16T21:32:27+00:00"
6467         },
6468         {
6469             "name": "drush/drush",
6470             "version": "9.5.2",
6471             "source": {
6472                 "type": "git",
6473                 "url": "https://github.com/drush-ops/drush.git",
6474                 "reference": "17f0106706391675a281c6d212850853bdbe90f9"
6475             },
6476             "dist": {
6477                 "type": "zip",
6478                 "url": "https://api.github.com/repos/drush-ops/drush/zipball/17f0106706391675a281c6d212850853bdbe90f9",
6479                 "reference": "17f0106706391675a281c6d212850853bdbe90f9",
6480                 "shasum": ""
6481             },
6482             "require": {
6483                 "chi-teck/drupal-code-generator": "^1.27.0",
6484                 "composer/semver": "^1.4",
6485                 "consolidation/annotated-command": "^2.9.1",
6486                 "consolidation/config": "^1.1.0",
6487                 "consolidation/output-formatters": "^3.1.12",
6488                 "consolidation/robo": "^1.1.5",
6489                 "consolidation/site-alias": "^1.1.5",
6490                 "ext-dom": "*",
6491                 "grasmash/yaml-expander": "^1.1.1",
6492                 "league/container": "~2",
6493                 "php": ">=5.6.0",
6494                 "psr/log": "~1.0",
6495                 "psy/psysh": "~0.6",
6496                 "symfony/config": "^3.4",
6497                 "symfony/console": "^3.4",
6498                 "symfony/event-dispatcher": "^3.4",
6499                 "symfony/finder": "^3.4",
6500                 "symfony/process": "^3.4",
6501                 "symfony/var-dumper": "^3.4",
6502                 "symfony/yaml": "^3.4",
6503                 "webflo/drupal-finder": "^1.1",
6504                 "webmozart/path-util": "^2.1.0"
6505             },
6506             "require-dev": {
6507                 "composer/installers": "^1.2",
6508                 "cweagans/composer-patches": "~1.0",
6509                 "drupal/alinks": "1.0.0",
6510                 "drupal/devel": "^1.0@RC",
6511                 "drupal/empty_theme": "1.0",
6512                 "g1a/composer-test-scenarios": "^2.2.0",
6513                 "lox/xhprof": "dev-master",
6514                 "phpunit/phpunit": "^4.8.36 || ^6.1",
6515                 "squizlabs/php_codesniffer": "^2.7",
6516                 "vlucas/phpdotenv": "^2.4",
6517                 "webflo/drupal-core-strict": "8.6.x-dev"
6518             },
6519             "bin": [
6520                 "drush"
6521             ],
6522             "type": "library",
6523             "extra": {
6524                 "installer-paths": {
6525                     "sut/core": [
6526                         "type:drupal-core"
6527                     ],
6528                     "sut/libraries/{$name}": [
6529                         "type:drupal-library"
6530                     ],
6531                     "sut/modules/unish/{$name}": [
6532                         "drupal/devel"
6533                     ],
6534                     "sut/themes/unish/{$name}": [
6535                         "drupal/empty_theme"
6536                     ],
6537                     "sut/modules/contrib/{$name}": [
6538                         "type:drupal-module"
6539                     ],
6540                     "sut/profiles/contrib/{$name}": [
6541                         "type:drupal-profile"
6542                     ],
6543                     "sut/themes/contrib/{$name}": [
6544                         "type:drupal-theme"
6545                     ],
6546                     "sut/drush/contrib/{$name}": [
6547                         "type:drupal-drush"
6548                     ]
6549                 },
6550                 "branch-alias": {
6551                     "dev-master": "9.x-dev"
6552                 }
6553             },
6554             "autoload": {
6555                 "psr-4": {
6556                     "Drush\\": "src/",
6557                     "Drush\\Internal\\": "internal-copy/",
6558                     "Unish\\": "tests/"
6559                 }
6560             },
6561             "notification-url": "https://packagist.org/downloads/",
6562             "license": [
6563                 "GPL-2.0-or-later"
6564             ],
6565             "authors": [
6566                 {
6567                     "name": "Moshe Weitzman",
6568                     "email": "weitzman@tejasa.com"
6569                 },
6570                 {
6571                     "name": "Owen Barton",
6572                     "email": "drupal@owenbarton.com"
6573                 },
6574                 {
6575                     "name": "Greg Anderson",
6576                     "email": "greg.1.anderson@greenknowe.org"
6577                 },
6578                 {
6579                     "name": "Jonathan Araña Cruz",
6580                     "email": "jonhattan@faita.net"
6581                 },
6582                 {
6583                     "name": "Jonathan Hedstrom",
6584                     "email": "jhedstrom@gmail.com"
6585                 },
6586                 {
6587                     "name": "Christopher Gervais",
6588                     "email": "chris@ergonlogic.com"
6589                 },
6590                 {
6591                     "name": "Dave Reid",
6592                     "email": "dave@davereid.net"
6593                 },
6594                 {
6595                     "name": "Damian Lee",
6596                     "email": "damiankloip@googlemail.com"
6597                 }
6598             ],
6599             "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.",
6600             "homepage": "http://www.drush.org",
6601             "time": "2018-10-17T18:37:53+00:00"
6602         },
6603         {
6604             "name": "easyrdf/easyrdf",
6605             "version": "0.9.1",
6606             "source": {
6607                 "type": "git",
6608                 "url": "https://github.com/njh/easyrdf.git",
6609                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
6610             },
6611             "dist": {
6612                 "type": "zip",
6613                 "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
6614                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
6615                 "shasum": ""
6616             },
6617             "require": {
6618                 "ext-mbstring": "*",
6619                 "ext-pcre": "*",
6620                 "php": ">=5.2.8"
6621             },
6622             "require-dev": {
6623                 "phpunit/phpunit": "~3.5",
6624                 "sami/sami": "~1.4",
6625                 "squizlabs/php_codesniffer": "~1.4.3"
6626             },
6627             "suggest": {
6628                 "ml/json-ld": "~1.0"
6629             },
6630             "type": "library",
6631             "autoload": {
6632                 "psr-0": {
6633                     "EasyRdf_": "lib/"
6634                 }
6635             },
6636             "notification-url": "https://packagist.org/downloads/",
6637             "license": [
6638                 "BSD-3-Clause"
6639             ],
6640             "authors": [
6641                 {
6642                     "name": "Nicholas Humfrey",
6643                     "email": "njh@aelius.com",
6644                     "homepage": "http://www.aelius.com/njh/",
6645                     "role": "Developer"
6646                 },
6647                 {
6648                     "name": "Alexey Zakhlestin",
6649                     "email": "indeyets@gmail.com",
6650                     "role": "Developer"
6651                 }
6652             ],
6653             "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
6654             "homepage": "http://www.easyrdf.org/",
6655             "keywords": [
6656                 "Linked Data",
6657                 "RDF",
6658                 "Semantic Web",
6659                 "Turtle",
6660                 "rdfa",
6661                 "sparql"
6662             ],
6663             "time": "2015-02-27T09:45:49+00:00"
6664         },
6665         {
6666             "name": "egulias/email-validator",
6667             "version": "1.2.15",
6668             "source": {
6669                 "type": "git",
6670                 "url": "https://github.com/egulias/EmailValidator.git",
6671                 "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e"
6672             },
6673             "dist": {
6674                 "type": "zip",
6675                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/758a77525bdaabd6c0f5669176bd4361cb2dda9e",
6676                 "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e",
6677                 "shasum": ""
6678             },
6679             "require": {
6680                 "doctrine/lexer": "^1.0.1",
6681                 "php": ">= 5.3.3"
6682             },
6683             "require-dev": {
6684                 "phpunit/phpunit": "^4.8.24"
6685             },
6686             "type": "library",
6687             "extra": {
6688                 "branch-alias": {
6689                     "dev-master": "2.0.x-dev"
6690                 }
6691             },
6692             "autoload": {
6693                 "psr-0": {
6694                     "Egulias\\": "src/"
6695                 }
6696             },
6697             "notification-url": "https://packagist.org/downloads/",
6698             "license": [
6699                 "MIT"
6700             ],
6701             "authors": [
6702                 {
6703                     "name": "Eduardo Gulias Davis"
6704                 }
6705             ],
6706             "description": "A library for validating emails",
6707             "homepage": "https://github.com/egulias/EmailValidator",
6708             "keywords": [
6709                 "email",
6710                 "emailvalidation",
6711                 "emailvalidator",
6712                 "validation",
6713                 "validator"
6714             ],
6715             "time": "2018-09-25T20:59:41+00:00"
6716         },
6717         {
6718             "name": "enyo/dropzone",
6719             "version": "v4.3.0",
6720             "source": {
6721                 "type": "git",
6722                 "url": "https://github.com/enyo/dropzone.git",
6723                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
6724             },
6725             "dist": {
6726                 "type": "zip",
6727                 "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6728                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6729                 "shasum": ""
6730             },
6731             "type": "library",
6732             "notification-url": "https://packagist.org/downloads/",
6733             "license": [
6734                 "MIT"
6735             ],
6736             "authors": [
6737                 {
6738                     "name": "Matias Meno",
6739                     "email": "m@tias.me",
6740                     "homepage": "http://www.matiasmeno.com"
6741                 }
6742             ],
6743             "description": "Handles drag and drop of files for you.",
6744             "homepage": "http://www.dropzonejs.com",
6745             "keywords": [
6746                 "drag and drop",
6747                 "dragndrop",
6748                 "file upload",
6749                 "upload"
6750             ],
6751             "time": "2016-02-14T04:19:41+00:00"
6752         },
6753         {
6754             "name": "ezyang/htmlpurifier",
6755             "version": "v4.10.0",
6756             "source": {
6757                 "type": "git",
6758                 "url": "https://github.com/ezyang/htmlpurifier.git",
6759                 "reference": "d85d39da4576a6934b72480be6978fb10c860021"
6760             },
6761             "dist": {
6762                 "type": "zip",
6763                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
6764                 "reference": "d85d39da4576a6934b72480be6978fb10c860021",
6765                 "shasum": ""
6766             },
6767             "require": {
6768                 "php": ">=5.2"
6769             },
6770             "require-dev": {
6771                 "simpletest/simpletest": "^1.1"
6772             },
6773             "type": "library",
6774             "autoload": {
6775                 "psr-0": {
6776                     "HTMLPurifier": "library/"
6777                 },
6778                 "files": [
6779                     "library/HTMLPurifier.composer.php"
6780                 ]
6781             },
6782             "notification-url": "https://packagist.org/downloads/",
6783             "license": [
6784                 "LGPL"
6785             ],
6786             "authors": [
6787                 {
6788                     "name": "Edward Z. Yang",
6789                     "email": "admin@htmlpurifier.org",
6790                     "homepage": "http://ezyang.com"
6791                 }
6792             ],
6793             "description": "Standards compliant HTML filter written in PHP",
6794             "homepage": "http://htmlpurifier.org/",
6795             "keywords": [
6796                 "html"
6797             ],
6798             "time": "2018-02-23T01:58:20+00:00"
6799         },
6800         {
6801             "name": "g1a/composer-test-scenarios",
6802             "version": "2.2.0",
6803             "source": {
6804                 "type": "git",
6805                 "url": "https://github.com/g1a/composer-test-scenarios.git",
6806                 "reference": "a166fd15191aceab89f30c097e694b7cf3db4880"
6807             },
6808             "dist": {
6809                 "type": "zip",
6810                 "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/a166fd15191aceab89f30c097e694b7cf3db4880",
6811                 "reference": "a166fd15191aceab89f30c097e694b7cf3db4880",
6812                 "shasum": ""
6813             },
6814             "bin": [
6815                 "scripts/create-scenario",
6816                 "scripts/dependency-licenses",
6817                 "scripts/install-scenario"
6818             ],
6819             "type": "library",
6820             "notification-url": "https://packagist.org/downloads/",
6821             "license": [
6822                 "MIT"
6823             ],
6824             "authors": [
6825                 {
6826                     "name": "Greg Anderson",
6827                     "email": "greg.1.anderson@greenknowe.org"
6828                 }
6829             ],
6830             "description": "Useful scripts for testing multiple sets of Composer dependencies.",
6831             "time": "2018-08-08T23:37:23+00:00"
6832         },
6833         {
6834             "name": "geedmo/yamm3",
6835             "version": "1.1.0",
6836             "source": {
6837                 "type": "git",
6838                 "url": "https://github.com/geedmo/yamm3.git",
6839                 "reference": "5aa11451340187cce1bc195a4437937b19535508"
6840             },
6841             "dist": {
6842                 "type": "zip",
6843                 "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
6844                 "reference": "5aa11451340187cce1bc195a4437937b19535508",
6845                 "shasum": ""
6846             },
6847             "type": "library",
6848             "notification-url": "https://packagist.org/downloads/",
6849             "license": [
6850                 "MIT"
6851             ],
6852             "authors": [
6853                 {
6854                     "name": "German Morales",
6855                     "email": "geedmo.ds@gmail.com",
6856                     "homepage": "http://geedmo.com"
6857                 }
6858             ],
6859             "description": "Yet another megamenu for Bootstrap 3.x",
6860             "homepage": "http://geedmo.github.io/yamm3/",
6861             "keywords": [
6862                 "bootstrap",
6863                 "megadropdown",
6864                 "megamenu"
6865             ],
6866             "time": "2015-04-04T12:59:29+00:00"
6867         },
6868         {
6869             "name": "grasmash/expander",
6870             "version": "1.0.0",
6871             "source": {
6872                 "type": "git",
6873                 "url": "https://github.com/grasmash/expander.git",
6874                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
6875             },
6876             "dist": {
6877                 "type": "zip",
6878                 "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
6879                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
6880                 "shasum": ""
6881             },
6882             "require": {
6883                 "dflydev/dot-access-data": "^1.1.0",
6884                 "php": ">=5.4"
6885             },
6886             "require-dev": {
6887                 "greg-1-anderson/composer-test-scenarios": "^1",
6888                 "phpunit/phpunit": "^4|^5.5.4",
6889                 "satooshi/php-coveralls": "^1.0.2|dev-master",
6890                 "squizlabs/php_codesniffer": "^2.7"
6891             },
6892             "type": "library",
6893             "extra": {
6894                 "branch-alias": {
6895                     "dev-master": "1.x-dev"
6896                 }
6897             },
6898             "autoload": {
6899                 "psr-4": {
6900                     "Grasmash\\Expander\\": "src/"
6901                 }
6902             },
6903             "notification-url": "https://packagist.org/downloads/",
6904             "license": [
6905                 "MIT"
6906             ],
6907             "authors": [
6908                 {
6909                     "name": "Matthew Grasmick"
6910                 }
6911             ],
6912             "description": "Expands internal property references in PHP arrays file.",
6913             "time": "2017-12-21T22:14:55+00:00"
6914         },
6915         {
6916             "name": "grasmash/yaml-expander",
6917             "version": "1.4.0",
6918             "source": {
6919                 "type": "git",
6920                 "url": "https://github.com/grasmash/yaml-expander.git",
6921                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
6922             },
6923             "dist": {
6924                 "type": "zip",
6925                 "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
6926                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
6927                 "shasum": ""
6928             },
6929             "require": {
6930                 "dflydev/dot-access-data": "^1.1.0",
6931                 "php": ">=5.4",
6932                 "symfony/yaml": "^2.8.11|^3|^4"
6933             },
6934             "require-dev": {
6935                 "greg-1-anderson/composer-test-scenarios": "^1",
6936                 "phpunit/phpunit": "^4.8|^5.5.4",
6937                 "satooshi/php-coveralls": "^1.0.2|dev-master",
6938                 "squizlabs/php_codesniffer": "^2.7"
6939             },
6940             "type": "library",
6941             "extra": {
6942                 "branch-alias": {
6943                     "dev-master": "1.x-dev"
6944                 }
6945             },
6946             "autoload": {
6947                 "psr-4": {
6948                     "Grasmash\\YamlExpander\\": "src/"
6949                 }
6950             },
6951             "notification-url": "https://packagist.org/downloads/",
6952             "license": [
6953                 "MIT"
6954             ],
6955             "authors": [
6956                 {
6957                     "name": "Matthew Grasmick"
6958                 }
6959             ],
6960             "description": "Expands internal property references in a yaml file.",
6961             "time": "2017-12-16T16:06:03+00:00"
6962         },
6963         {
6964             "name": "grom358/pharborist",
6965             "version": "dev-master",
6966             "source": {
6967                 "type": "git",
6968                 "url": "https://github.com/grom358/pharborist.git",
6969                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
6970             },
6971             "dist": {
6972                 "type": "zip",
6973                 "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
6974                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
6975                 "shasum": ""
6976             },
6977             "require": {
6978                 "php": ">=5.4",
6979                 "phpdocumentor/reflection-docblock": "2.0.*"
6980             },
6981             "require-dev": {
6982                 "apigen/apigen": "2.8.*",
6983                 "phpunit/phpunit": "4.2.*"
6984             },
6985             "type": "library",
6986             "autoload": {
6987                 "psr-4": {
6988                     "Pharborist\\": "src/"
6989                 }
6990             },
6991             "notification-url": "https://packagist.org/downloads/",
6992             "license": [
6993                 "GPL"
6994             ],
6995             "authors": [
6996                 {
6997                     "name": "Cameron Zemek",
6998                     "role": "lead"
6999                 }
7000             ],
7001             "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
7002             "keywords": [
7003                 "standards",
7004                 "syntax"
7005             ],
7006             "time": "2015-09-20T22:14:29+00:00"
7007         },
7008         {
7009             "name": "guzzlehttp/guzzle",
7010             "version": "6.3.3",
7011             "source": {
7012                 "type": "git",
7013                 "url": "https://github.com/guzzle/guzzle.git",
7014                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
7015             },
7016             "dist": {
7017                 "type": "zip",
7018                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7019                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7020                 "shasum": ""
7021             },
7022             "require": {
7023                 "guzzlehttp/promises": "^1.0",
7024                 "guzzlehttp/psr7": "^1.4",
7025                 "php": ">=5.5"
7026             },
7027             "require-dev": {
7028                 "ext-curl": "*",
7029                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
7030                 "psr/log": "^1.0"
7031             },
7032             "suggest": {
7033                 "psr/log": "Required for using the Log middleware"
7034             },
7035             "type": "library",
7036             "extra": {
7037                 "branch-alias": {
7038                     "dev-master": "6.3-dev"
7039                 }
7040             },
7041             "autoload": {
7042                 "files": [
7043                     "src/functions_include.php"
7044                 ],
7045                 "psr-4": {
7046                     "GuzzleHttp\\": "src/"
7047                 }
7048             },
7049             "notification-url": "https://packagist.org/downloads/",
7050             "license": [
7051                 "MIT"
7052             ],
7053             "authors": [
7054                 {
7055                     "name": "Michael Dowling",
7056                     "email": "mtdowling@gmail.com",
7057                     "homepage": "https://github.com/mtdowling"
7058                 }
7059             ],
7060             "description": "Guzzle is a PHP HTTP client library",
7061             "homepage": "http://guzzlephp.org/",
7062             "keywords": [
7063                 "client",
7064                 "curl",
7065                 "framework",
7066                 "http",
7067                 "http client",
7068                 "rest",
7069                 "web service"
7070             ],
7071             "time": "2018-04-22T15:46:56+00:00"
7072         },
7073         {
7074             "name": "guzzlehttp/promises",
7075             "version": "v1.3.1",
7076             "source": {
7077                 "type": "git",
7078                 "url": "https://github.com/guzzle/promises.git",
7079                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
7080             },
7081             "dist": {
7082                 "type": "zip",
7083                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7084                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7085                 "shasum": ""
7086             },
7087             "require": {
7088                 "php": ">=5.5.0"
7089             },
7090             "require-dev": {
7091                 "phpunit/phpunit": "^4.0"
7092             },
7093             "type": "library",
7094             "extra": {
7095                 "branch-alias": {
7096                     "dev-master": "1.4-dev"
7097                 }
7098             },
7099             "autoload": {
7100                 "psr-4": {
7101                     "GuzzleHttp\\Promise\\": "src/"
7102                 },
7103                 "files": [
7104                     "src/functions_include.php"
7105                 ]
7106             },
7107             "notification-url": "https://packagist.org/downloads/",
7108             "license": [
7109                 "MIT"
7110             ],
7111             "authors": [
7112                 {
7113                     "name": "Michael Dowling",
7114                     "email": "mtdowling@gmail.com",
7115                     "homepage": "https://github.com/mtdowling"
7116                 }
7117             ],
7118             "description": "Guzzle promises library",
7119             "keywords": [
7120                 "promise"
7121             ],
7122             "time": "2016-12-20T10:07:11+00:00"
7123         },
7124         {
7125             "name": "guzzlehttp/psr7",
7126             "version": "1.4.2",
7127             "source": {
7128                 "type": "git",
7129                 "url": "https://github.com/guzzle/psr7.git",
7130                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
7131             },
7132             "dist": {
7133                 "type": "zip",
7134                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7135                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7136                 "shasum": ""
7137             },
7138             "require": {
7139                 "php": ">=5.4.0",
7140                 "psr/http-message": "~1.0"
7141             },
7142             "provide": {
7143                 "psr/http-message-implementation": "1.0"
7144             },
7145             "require-dev": {
7146                 "phpunit/phpunit": "~4.0"
7147             },
7148             "type": "library",
7149             "extra": {
7150                 "branch-alias": {
7151                     "dev-master": "1.4-dev"
7152                 }
7153             },
7154             "autoload": {
7155                 "psr-4": {
7156                     "GuzzleHttp\\Psr7\\": "src/"
7157                 },
7158                 "files": [
7159                     "src/functions_include.php"
7160                 ]
7161             },
7162             "notification-url": "https://packagist.org/downloads/",
7163             "license": [
7164                 "MIT"
7165             ],
7166             "authors": [
7167                 {
7168                     "name": "Michael Dowling",
7169                     "email": "mtdowling@gmail.com",
7170                     "homepage": "https://github.com/mtdowling"
7171                 },
7172                 {
7173                     "name": "Tobias Schultze",
7174                     "homepage": "https://github.com/Tobion"
7175                 }
7176             ],
7177             "description": "PSR-7 message implementation that also provides common utility methods",
7178             "keywords": [
7179                 "http",
7180                 "message",
7181                 "request",
7182                 "response",
7183                 "stream",
7184                 "uri",
7185                 "url"
7186             ],
7187             "time": "2017-03-20T17:10:46+00:00"
7188         },
7189         {
7190             "name": "j7mbo/twitter-api-php",
7191             "version": "1.0.6",
7192             "source": {
7193                 "type": "git",
7194                 "url": "https://github.com/J7mbo/twitter-api-php.git",
7195                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
7196             },
7197             "dist": {
7198                 "type": "zip",
7199                 "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7200                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7201                 "shasum": ""
7202             },
7203             "require": {
7204                 "ext-curl": "*"
7205             },
7206             "require-dev": {
7207                 "phpunit/phpunit": "~4.5,>=4.5.1"
7208             },
7209             "type": "library",
7210             "extra": {
7211                 "branch-alias": {
7212                     "dev-master": "1.0-dev"
7213                 }
7214             },
7215             "autoload": {
7216                 "classmap": [
7217                     "TwitterAPIExchange.php"
7218                 ]
7219             },
7220             "notification-url": "https://packagist.org/downloads/",
7221             "license": [
7222                 "GNU Public License"
7223             ],
7224             "authors": [
7225                 {
7226                     "name": "James Mallison",
7227                     "homepage": "https://github.com/j7mbo/twitter-api-php"
7228                 }
7229             ],
7230             "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
7231             "homepage": "https://github.com/j7mbo/twitter-api-php",
7232             "keywords": [
7233                 "api",
7234                 "php",
7235                 "twitter"
7236             ],
7237             "time": "2017-05-08T12:10:56+00:00"
7238         },
7239         {
7240             "name": "jakub-onderka/php-console-color",
7241             "version": "v0.2",
7242             "source": {
7243                 "type": "git",
7244                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
7245                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
7246             },
7247             "dist": {
7248                 "type": "zip",
7249                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
7250                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
7251                 "shasum": ""
7252             },
7253             "require": {
7254                 "php": ">=5.4.0"
7255             },
7256             "require-dev": {
7257                 "jakub-onderka/php-code-style": "1.0",
7258                 "jakub-onderka/php-parallel-lint": "1.0",
7259                 "jakub-onderka/php-var-dump-check": "0.*",
7260                 "phpunit/phpunit": "~4.3",
7261                 "squizlabs/php_codesniffer": "1.*"
7262             },
7263             "type": "library",
7264             "autoload": {
7265                 "psr-4": {
7266                     "JakubOnderka\\PhpConsoleColor\\": "src/"
7267                 }
7268             },
7269             "notification-url": "https://packagist.org/downloads/",
7270             "license": [
7271                 "BSD-2-Clause"
7272             ],
7273             "authors": [
7274                 {
7275                     "name": "Jakub Onderka",
7276                     "email": "jakub.onderka@gmail.com"
7277                 }
7278             ],
7279             "time": "2018-09-29T17:23:10+00:00"
7280         },
7281         {
7282             "name": "jakub-onderka/php-console-highlighter",
7283             "version": "v0.4",
7284             "source": {
7285                 "type": "git",
7286                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
7287                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
7288             },
7289             "dist": {
7290                 "type": "zip",
7291                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
7292                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
7293                 "shasum": ""
7294             },
7295             "require": {
7296                 "ext-tokenizer": "*",
7297                 "jakub-onderka/php-console-color": "~0.2",
7298                 "php": ">=5.4.0"
7299             },
7300             "require-dev": {
7301                 "jakub-onderka/php-code-style": "~1.0",
7302                 "jakub-onderka/php-parallel-lint": "~1.0",
7303                 "jakub-onderka/php-var-dump-check": "~0.1",
7304                 "phpunit/phpunit": "~4.0",
7305                 "squizlabs/php_codesniffer": "~1.5"
7306             },
7307             "type": "library",
7308             "autoload": {
7309                 "psr-4": {
7310                     "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
7311                 }
7312             },
7313             "notification-url": "https://packagist.org/downloads/",
7314             "license": [
7315                 "MIT"
7316             ],
7317             "authors": [
7318                 {
7319                     "name": "Jakub Onderka",
7320                     "email": "acci@acci.cz",
7321                     "homepage": "http://www.acci.cz/"
7322                 }
7323             ],
7324             "description": "Highlight PHP code in terminal",
7325             "time": "2018-09-29T18:48:56+00:00"
7326         },
7327         {
7328             "name": "league/container",
7329             "version": "2.4.1",
7330             "source": {
7331                 "type": "git",
7332                 "url": "https://github.com/thephpleague/container.git",
7333                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
7334             },
7335             "dist": {
7336                 "type": "zip",
7337                 "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
7338                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
7339                 "shasum": ""
7340             },
7341             "require": {
7342                 "container-interop/container-interop": "^1.2",
7343                 "php": "^5.4.0 || ^7.0"
7344             },
7345             "provide": {
7346                 "container-interop/container-interop-implementation": "^1.2",
7347                 "psr/container-implementation": "^1.0"
7348             },
7349             "replace": {
7350                 "orno/di": "~2.0"
7351             },
7352             "require-dev": {
7353                 "phpunit/phpunit": "4.*"
7354             },
7355             "type": "library",
7356             "extra": {
7357                 "branch-alias": {
7358                     "dev-2.x": "2.x-dev",
7359                     "dev-1.x": "1.x-dev"
7360                 }
7361             },
7362             "autoload": {
7363                 "psr-4": {
7364                     "League\\Container\\": "src"
7365                 }
7366             },
7367             "notification-url": "https://packagist.org/downloads/",
7368             "license": [
7369                 "MIT"
7370             ],
7371             "authors": [
7372                 {
7373                     "name": "Phil Bennett",
7374                     "email": "philipobenito@gmail.com",
7375                     "homepage": "http://www.philipobenito.com",
7376                     "role": "Developer"
7377                 }
7378             ],
7379             "description": "A fast and intuitive dependency injection container.",
7380             "homepage": "https://github.com/thephpleague/container",
7381             "keywords": [
7382                 "container",
7383                 "dependency",
7384                 "di",
7385                 "injection",
7386                 "league",
7387                 "provider",
7388                 "service"
7389             ],
7390             "time": "2017-05-10T09:20:27+00:00"
7391         },
7392         {
7393             "name": "lsolesen/pel",
7394             "version": "0.9.6",
7395             "source": {
7396                 "type": "git",
7397                 "url": "https://github.com/lsolesen/pel.git",
7398                 "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23"
7399             },
7400             "dist": {
7401                 "type": "zip",
7402                 "url": "https://api.github.com/repos/lsolesen/pel/zipball/c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
7403                 "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
7404                 "shasum": ""
7405             },
7406             "require": {
7407                 "php": ">=5.0.0"
7408             },
7409             "require-dev": {
7410                 "ext-gd": "*",
7411                 "phpunit/phpunit": "5.7.*",
7412                 "satooshi/php-coveralls": "1.0.*",
7413                 "squizlabs/php_codesniffer": "3.0.0RC3"
7414             },
7415             "type": "library",
7416             "autoload": {
7417                 "psr-4": {
7418                     "lsolesen\\pel\\": "src/"
7419                 }
7420             },
7421             "notification-url": "https://packagist.org/downloads/",
7422             "license": [
7423                 "GPL-2.0"
7424             ],
7425             "authors": [
7426                 {
7427                     "name": "Lars Olesen",
7428                     "email": "lars@intraface.dk",
7429                     "homepage": "http://intraface.dk",
7430                     "role": "Developer"
7431                 },
7432                 {
7433                     "name": "Martin Geisler",
7434                     "email": "martin@geisler.net",
7435                     "homepage": "http://geisler.net",
7436                     "role": "Developer"
7437                 }
7438             ],
7439             "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.",
7440             "homepage": "http://lsolesen.github.com/pel/",
7441             "keywords": [
7442                 "exif",
7443                 "image"
7444             ],
7445             "time": "2017-02-03T11:58:58+00:00"
7446         },
7447         {
7448             "name": "masterminds/html5",
7449             "version": "2.3.1",
7450             "source": {
7451                 "type": "git",
7452                 "url": "https://github.com/Masterminds/html5-php.git",
7453                 "reference": "33f8d475d28741398be26cdff7a10a63003324a3"
7454             },
7455             "dist": {
7456                 "type": "zip",
7457                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/33f8d475d28741398be26cdff7a10a63003324a3",
7458                 "reference": "33f8d475d28741398be26cdff7a10a63003324a3",
7459                 "shasum": ""
7460             },
7461             "require": {
7462                 "ext-libxml": "*",
7463                 "php": ">=5.3.0"
7464             },
7465             "require-dev": {
7466                 "phpunit/phpunit": "4.*",
7467                 "sami/sami": "~2.0",
7468                 "satooshi/php-coveralls": "1.0.*"
7469             },
7470             "type": "library",
7471             "extra": {
7472                 "branch-alias": {
7473                     "dev-master": "2.2-dev"
7474                 }
7475             },
7476             "autoload": {
7477                 "psr-4": {
7478                     "Masterminds\\": "src"
7479                 }
7480             },
7481             "notification-url": "https://packagist.org/downloads/",
7482             "license": [
7483                 "MIT"
7484             ],
7485             "authors": [
7486                 {
7487                     "name": "Matt Butcher",
7488                     "email": "technosophos@gmail.com"
7489                 },
7490                 {
7491                     "name": "Asmir Mustafic",
7492                     "email": "goetas@gmail.com"
7493                 },
7494                 {
7495                     "name": "Matt Farina",
7496                     "email": "matt@mattfarina.com"
7497                 }
7498             ],
7499             "description": "An HTML5 parser and serializer.",
7500             "homepage": "http://masterminds.github.io/html5-php",
7501             "keywords": [
7502                 "HTML5",
7503                 "dom",
7504                 "html",
7505                 "parser",
7506                 "querypath",
7507                 "serializer",
7508                 "xml"
7509             ],
7510             "time": "2018-10-22T16:58:34+00:00"
7511         },
7512         {
7513             "name": "mehrpadin/superfish",
7514             "version": "2.1",
7515             "source": {
7516                 "type": "git",
7517                 "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
7518                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
7519             },
7520             "dist": {
7521                 "type": "zip",
7522                 "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7523                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7524                 "shasum": ""
7525             },
7526             "type": "drupal-library",
7527             "notification-url": "https://packagist.org/downloads/",
7528             "license": [
7529                 "MIT"
7530             ],
7531             "description": "Superfish library for the Drupal Superfish module.",
7532             "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
7533             "keywords": [
7534                 "jquery",
7535                 "plugin"
7536             ],
7537             "time": "2017-05-30T13:00:18+00:00"
7538         },
7539         {
7540             "name": "michelf/php-markdown",
7541             "version": "1.8.0",
7542             "source": {
7543                 "type": "git",
7544                 "url": "https://github.com/michelf/php-markdown.git",
7545                 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
7546             },
7547             "dist": {
7548                 "type": "zip",
7549                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
7550                 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
7551                 "shasum": ""
7552             },
7553             "require": {
7554                 "php": ">=5.3.0"
7555             },
7556             "type": "library",
7557             "autoload": {
7558                 "psr-4": {
7559                     "Michelf\\": "Michelf/"
7560                 }
7561             },
7562             "notification-url": "https://packagist.org/downloads/",
7563             "license": [
7564                 "BSD-3-Clause"
7565             ],
7566             "authors": [
7567                 {
7568                     "name": "Michel Fortin",
7569                     "email": "michel.fortin@michelf.ca",
7570                     "homepage": "https://michelf.ca/",
7571                     "role": "Developer"
7572                 },
7573                 {
7574                     "name": "John Gruber",
7575                     "homepage": "https://daringfireball.net/"
7576                 }
7577             ],
7578             "description": "PHP Markdown",
7579             "homepage": "https://michelf.ca/projects/php-markdown/",
7580             "keywords": [
7581                 "markdown"
7582             ],
7583             "time": "2018-01-15T00:49:33+00:00"
7584         },
7585         {
7586             "name": "mkalkbrenner/php-htmldiff-advanced",
7587             "version": "0.0.8",
7588             "source": {
7589                 "type": "git",
7590                 "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
7591                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
7592             },
7593             "dist": {
7594                 "type": "zip",
7595                 "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7596                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7597                 "shasum": ""
7598             },
7599             "require": {
7600                 "caxy/php-htmldiff": ">=0.0.6",
7601                 "php": ">=5.5.0"
7602             },
7603             "type": "library",
7604             "autoload": {
7605                 "files": [
7606                     "src/HtmlDiffAdvancedInterface.php",
7607                     "src/HtmlDiffAdvanced.php"
7608                 ]
7609             },
7610             "notification-url": "https://packagist.org/downloads/",
7611             "license": [
7612                 "GNU General Public License V2"
7613             ],
7614             "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
7615             "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
7616             "keywords": [
7617                 "diff",
7618                 "html"
7619             ],
7620             "time": "2016-07-25T17:07:32+00:00"
7621         },
7622         {
7623             "name": "nikic/php-parser",
7624             "version": "v4.1.0",
7625             "source": {
7626                 "type": "git",
7627                 "url": "https://github.com/nikic/PHP-Parser.git",
7628                 "reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
7629             },
7630             "dist": {
7631                 "type": "zip",
7632                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
7633                 "reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
7634                 "shasum": ""
7635             },
7636             "require": {
7637                 "ext-tokenizer": "*",
7638                 "php": ">=7.0"
7639             },
7640             "require-dev": {
7641                 "phpunit/phpunit": "^6.5 || ^7.0"
7642             },
7643             "bin": [
7644                 "bin/php-parse"
7645             ],
7646             "type": "library",
7647             "extra": {
7648                 "branch-alias": {
7649                     "dev-master": "4.1-dev"
7650                 }
7651             },
7652             "autoload": {
7653                 "psr-4": {
7654                     "PhpParser\\": "lib/PhpParser"
7655                 }
7656             },
7657             "notification-url": "https://packagist.org/downloads/",
7658             "license": [
7659                 "BSD-3-Clause"
7660             ],
7661             "authors": [
7662                 {
7663                     "name": "Nikita Popov"
7664                 }
7665             ],
7666             "description": "A PHP parser written in PHP",
7667             "keywords": [
7668                 "parser",
7669                 "php"
7670             ],
7671             "time": "2018-10-10T09:24:14+00:00"
7672         },
7673         {
7674             "name": "paragonie/random_compat",
7675             "version": "v2.0.17",
7676             "source": {
7677                 "type": "git",
7678                 "url": "https://github.com/paragonie/random_compat.git",
7679                 "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
7680             },
7681             "dist": {
7682                 "type": "zip",
7683                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
7684                 "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
7685                 "shasum": ""
7686             },
7687             "require": {
7688                 "php": ">=5.2.0"
7689             },
7690             "require-dev": {
7691                 "phpunit/phpunit": "4.*|5.*"
7692             },
7693             "suggest": {
7694                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
7695             },
7696             "type": "library",
7697             "autoload": {
7698                 "files": [
7699                     "lib/random.php"
7700                 ]
7701             },
7702             "notification-url": "https://packagist.org/downloads/",
7703             "license": [
7704                 "MIT"
7705             ],
7706             "authors": [
7707                 {
7708                     "name": "Paragon Initiative Enterprises",
7709                     "email": "security@paragonie.com",
7710                     "homepage": "https://paragonie.com"
7711                 }
7712             ],
7713             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
7714             "keywords": [
7715                 "csprng",
7716                 "polyfill",
7717                 "pseudorandom",
7718                 "random"
7719             ],
7720             "time": "2018-07-04T16:31:37+00:00"
7721         },
7722         {
7723             "name": "phenx/php-font-lib",
7724             "version": "0.5",
7725             "source": {
7726                 "type": "git",
7727                 "url": "https://github.com/PhenX/php-font-lib.git",
7728                 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
7729             },
7730             "dist": {
7731                 "type": "zip",
7732                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
7733                 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
7734                 "shasum": ""
7735             },
7736             "require-dev": {
7737                 "phpunit/phpunit": "^4.8"
7738             },
7739             "type": "library",
7740             "autoload": {
7741                 "psr-4": {
7742                     "FontLib\\": "src/FontLib"
7743                 }
7744             },
7745             "notification-url": "https://packagist.org/downloads/",
7746             "license": [
7747                 "LGPL-3.0"
7748             ],
7749             "authors": [
7750                 {
7751                     "name": "Fabien Ménager",
7752                     "email": "fabien.menager@gmail.com"
7753                 }
7754             ],
7755             "description": "A library to read, parse, export and make subsets of different types of font files.",
7756             "homepage": "https://github.com/PhenX/php-font-lib",
7757             "time": "2017-02-11T10:58:43+00:00"
7758         },
7759         {
7760             "name": "phpdocumentor/reflection-docblock",
7761             "version": "2.0.5",
7762             "source": {
7763                 "type": "git",
7764                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
7765                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
7766             },
7767             "dist": {
7768                 "type": "zip",
7769                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7770                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7771                 "shasum": ""
7772             },
7773             "require": {
7774                 "php": ">=5.3.3"
7775             },
7776             "require-dev": {
7777                 "phpunit/phpunit": "~4.0"
7778             },
7779             "suggest": {
7780                 "dflydev/markdown": "~1.0",
7781                 "erusev/parsedown": "~1.0"
7782             },
7783             "type": "library",
7784             "extra": {
7785                 "branch-alias": {
7786                     "dev-master": "2.0.x-dev"
7787                 }
7788             },
7789             "autoload": {
7790                 "psr-0": {
7791                     "phpDocumentor": [
7792                         "src/"
7793                     ]
7794                 }
7795             },
7796             "notification-url": "https://packagist.org/downloads/",
7797             "license": [
7798                 "MIT"
7799             ],
7800             "authors": [
7801                 {
7802                     "name": "Mike van Riel",
7803                     "email": "mike.vanriel@naenius.com"
7804                 }
7805             ],
7806             "time": "2016-01-25T08:17:30+00:00"
7807         },
7808         {
7809             "name": "psr/container",
7810             "version": "1.0.0",
7811             "source": {
7812                 "type": "git",
7813                 "url": "https://github.com/php-fig/container.git",
7814                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
7815             },
7816             "dist": {
7817                 "type": "zip",
7818                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7819                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
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\\Container\\": "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 Container Interface (PHP FIG PSR-11)",
7847             "homepage": "https://github.com/php-fig/container",
7848             "keywords": [
7849                 "PSR-11",
7850                 "container",
7851                 "container-interface",
7852                 "container-interop",
7853                 "psr"
7854             ],
7855             "time": "2017-02-14T16:28:37+00:00"
7856         },
7857         {
7858             "name": "psr/http-message",
7859             "version": "1.0.1",
7860             "source": {
7861                 "type": "git",
7862                 "url": "https://github.com/php-fig/http-message.git",
7863                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7864             },
7865             "dist": {
7866                 "type": "zip",
7867                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7868                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7869                 "shasum": ""
7870             },
7871             "require": {
7872                 "php": ">=5.3.0"
7873             },
7874             "type": "library",
7875             "extra": {
7876                 "branch-alias": {
7877                     "dev-master": "1.0.x-dev"
7878                 }
7879             },
7880             "autoload": {
7881                 "psr-4": {
7882                     "Psr\\Http\\Message\\": "src/"
7883                 }
7884             },
7885             "notification-url": "https://packagist.org/downloads/",
7886             "license": [
7887                 "MIT"
7888             ],
7889             "authors": [
7890                 {
7891                     "name": "PHP-FIG",
7892                     "homepage": "http://www.php-fig.org/"
7893                 }
7894             ],
7895             "description": "Common interface for HTTP messages",
7896             "homepage": "https://github.com/php-fig/http-message",
7897             "keywords": [
7898                 "http",
7899                 "http-message",
7900                 "psr",
7901                 "psr-7",
7902                 "request",
7903                 "response"
7904             ],
7905             "time": "2016-08-06T14:39:51+00:00"
7906         },
7907         {
7908             "name": "psr/log",
7909             "version": "1.0.2",
7910             "source": {
7911                 "type": "git",
7912                 "url": "https://github.com/php-fig/log.git",
7913                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
7914             },
7915             "dist": {
7916                 "type": "zip",
7917                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
7918                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
7919                 "shasum": ""
7920             },
7921             "require": {
7922                 "php": ">=5.3.0"
7923             },
7924             "type": "library",
7925             "extra": {
7926                 "branch-alias": {
7927                     "dev-master": "1.0.x-dev"
7928                 }
7929             },
7930             "autoload": {
7931                 "psr-4": {
7932                     "Psr\\Log\\": "Psr/Log/"
7933                 }
7934             },
7935             "notification-url": "https://packagist.org/downloads/",
7936             "license": [
7937                 "MIT"
7938             ],
7939             "authors": [
7940                 {
7941                     "name": "PHP-FIG",
7942                     "homepage": "http://www.php-fig.org/"
7943                 }
7944             ],
7945             "description": "Common interface for logging libraries",
7946             "homepage": "https://github.com/php-fig/log",
7947             "keywords": [
7948                 "log",
7949                 "psr",
7950                 "psr-3"
7951             ],
7952             "time": "2016-10-10T12:19:37+00:00"
7953         },
7954         {
7955             "name": "psy/psysh",
7956             "version": "v0.9.9",
7957             "source": {
7958                 "type": "git",
7959                 "url": "https://github.com/bobthecow/psysh.git",
7960                 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
7961             },
7962             "dist": {
7963                 "type": "zip",
7964                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
7965                 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
7966                 "shasum": ""
7967             },
7968             "require": {
7969                 "dnoegel/php-xdg-base-dir": "0.1",
7970                 "ext-json": "*",
7971                 "ext-tokenizer": "*",
7972                 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
7973                 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
7974                 "php": ">=5.4.0",
7975                 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
7976                 "symfony/var-dumper": "~2.7|~3.0|~4.0"
7977             },
7978             "require-dev": {
7979                 "bamarni/composer-bin-plugin": "^1.2",
7980                 "hoa/console": "~2.15|~3.16",
7981                 "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
7982             },
7983             "suggest": {
7984                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
7985                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
7986                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
7987                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
7988                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
7989             },
7990             "bin": [
7991                 "bin/psysh"
7992             ],
7993             "type": "library",
7994             "extra": {
7995                 "branch-alias": {
7996                     "dev-develop": "0.9.x-dev"
7997                 }
7998             },
7999             "autoload": {
8000                 "files": [
8001                     "src/functions.php"
8002                 ],
8003                 "psr-4": {
8004                     "Psy\\": "src/"
8005                 }
8006             },
8007             "notification-url": "https://packagist.org/downloads/",
8008             "license": [
8009                 "MIT"
8010             ],
8011             "authors": [
8012                 {
8013                     "name": "Justin Hileman",
8014                     "email": "justin@justinhileman.info",
8015                     "homepage": "http://justinhileman.com"
8016                 }
8017             ],
8018             "description": "An interactive shell for modern PHP.",
8019             "homepage": "http://psysh.org",
8020             "keywords": [
8021                 "REPL",
8022                 "console",
8023                 "interactive",
8024                 "shell"
8025             ],
8026             "time": "2018-10-13T15:16:03+00:00"
8027         },
8028         {
8029             "name": "roave/security-advisories",
8030             "version": "dev-master",
8031             "source": {
8032                 "type": "git",
8033                 "url": "https://github.com/Roave/SecurityAdvisories.git",
8034                 "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971"
8035             },
8036             "dist": {
8037                 "type": "zip",
8038                 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
8039                 "reference": "74a42b8d8d9f9cd672be58e7d1c65094da4ae971",
8040                 "shasum": ""
8041             },
8042             "conflict": {
8043                 "3f/pygmentize": "<1.2",
8044                 "adodb/adodb-php": "<5.20.12",
8045                 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
8046                 "amphp/artax": "<1.0.6|>=2,<2.0.6",
8047                 "amphp/http": "<1.0.1",
8048                 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
8049                 "aws/aws-sdk-php": ">=3,<3.2.1",
8050                 "brightlocal/phpwhois": "<=4.2.5",
8051                 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
8052                 "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",
8053                 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
8054                 "cartalyst/sentry": "<=2.1.6",
8055                 "codeigniter/framework": "<=3.0.6",
8056                 "composer/composer": "<=1.0.0-alpha11",
8057                 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
8058                 "contao/core": ">=2,<3.5.35",
8059                 "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
8060                 "contao/listing-bundle": ">=4,<4.4.8",
8061                 "contao/newsletter-bundle": ">=4,<4.1",
8062                 "david-garcia/phpwhois": "<=4.3.1",
8063                 "doctrine/annotations": ">=1,<1.2.7",
8064                 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
8065                 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
8066                 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
8067                 "doctrine/doctrine-bundle": "<1.5.2",
8068                 "doctrine/doctrine-module": "<=0.7.1",
8069                 "doctrine/mongodb-odm": ">=1,<1.0.2",
8070                 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
8071                 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
8072                 "dompdf/dompdf": ">=0.6,<0.6.2",
8073                 "drupal/core": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
8074                 "drupal/drupal": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
8075                 "erusev/parsedown": "<1.7",
8076                 "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",
8077                 "ezyang/htmlpurifier": "<4.1.1",
8078                 "firebase/php-jwt": "<2",
8079                 "fooman/tcpdf": "<6.2.22",
8080                 "fossar/tcpdf-parser": "<6.2.22",
8081                 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
8082                 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
8083                 "fuel/core": "<1.8.1",
8084                 "gree/jose": "<=2.2",
8085                 "gregwar/rst": "<1.0.3",
8086                 "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
8087                 "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",
8088                 "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",
8089                 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
8090                 "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",
8091                 "ivankristianto/phpwhois": "<=4.3",
8092                 "james-heinrich/getid3": "<1.9.9",
8093                 "joomla/session": "<1.3.1",
8094                 "jsmitty12/phpwhois": "<5.1",
8095                 "kazist/phpwhois": "<=4.2.6",
8096                 "kreait/firebase-php": ">=3.2,<3.8.1",
8097                 "la-haute-societe/tcpdf": "<6.2.22",
8098                 "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",
8099                 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
8100                 "magento/magento1ce": "<1.9.3.9",
8101                 "magento/magento1ee": ">=1.9,<1.14.3.2",
8102                 "magento/product-community-edition": ">=2,<2.2.6",
8103                 "monolog/monolog": ">=1.8,<1.12",
8104                 "namshi/jose": "<2.2",
8105                 "onelogin/php-saml": "<2.10.4",
8106                 "openid/php-openid": "<2.3",
8107                 "oro/crm": ">=1.7,<1.7.4",
8108                 "oro/platform": ">=1.7,<1.7.4",
8109                 "padraic/humbug_get_contents": "<1.1.2",
8110                 "pagarme/pagarme-php": ">=0,<3",
8111                 "paragonie/random_compat": "<2",
8112                 "paypal/merchant-sdk-php": "<3.12",
8113                 "phpmailer/phpmailer": ">=5,<5.2.24",
8114                 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
8115                 "phpwhois/phpwhois": "<=4.2.5",
8116                 "phpxmlrpc/extras": "<0.6.1",
8117                 "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
8118                 "propel/propel1": ">=1,<=1.7.1",
8119                 "pusher/pusher-php-server": "<2.2.1",
8120                 "robrichards/xmlseclibs": ">=1,<3.0.2",
8121                 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
8122                 "sensiolabs/connect": "<4.2.3",
8123                 "serluck/phpwhois": "<=4.2.6",
8124                 "shopware/shopware": "<5.3.7",
8125                 "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
8126                 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
8127                 "silverstripe/framework": ">=3,<3.3",
8128                 "silverstripe/userforms": "<3",
8129                 "simple-updates/phpwhois": "<=1",
8130                 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
8131                 "simplesamlphp/simplesamlphp": "<1.15.2",
8132                 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
8133                 "slim/slim": "<2.6",
8134                 "smarty/smarty": "<3.1.33",
8135                 "socalnick/scn-social-auth": "<1.15.2",
8136                 "spoonity/tcpdf": "<6.2.22",
8137                 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
8138                 "stormpath/sdk": ">=0,<9.9.99",
8139                 "swiftmailer/swiftmailer": ">=4,<5.4.5",
8140                 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
8141                 "sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
8142                 "symfony/dependency-injection": ">=2,<2.0.17",
8143                 "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",
8144                 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
8145                 "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",
8146                 "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
8147                 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
8148                 "symfony/polyfill": ">=1,<1.10",
8149                 "symfony/polyfill-php55": ">=1,<1.10",
8150                 "symfony/routing": ">=2,<2.0.19",
8151                 "symfony/security": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
8152                 "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",
8153                 "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",
8154                 "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",
8155                 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
8156                 "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",
8157                 "symfony/serializer": ">=2,<2.0.11",
8158                 "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",
8159                 "symfony/translation": ">=2,<2.0.17",
8160                 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
8161                 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
8162                 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
8163                 "tecnickcom/tcpdf": "<6.2.22",
8164                 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
8165                 "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
8166                 "theonedemon/phpwhois": "<=4.2.5",
8167                 "titon/framework": ">=0,<9.9.99",
8168                 "truckersmp/phpwhois": "<=4.3.1",
8169                 "twig/twig": "<1.20",
8170                 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.30|>=8,<8.7.17|>=9,<9.3.2",
8171                 "typo3/cms-core": ">=8,<8.7.17|>=9,<9.3.2",
8172                 "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",
8173                 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
8174                 "wallabag/tcpdf": "<6.2.22",
8175                 "willdurand/js-translation-bundle": "<2.1.1",
8176                 "yiisoft/yii": ">=1.1.14,<1.1.15",
8177                 "yiisoft/yii2": "<2.0.15",
8178                 "yiisoft/yii2-bootstrap": "<2.0.4",
8179                 "yiisoft/yii2-dev": "<2.0.15",
8180                 "yiisoft/yii2-elasticsearch": "<2.0.5",
8181                 "yiisoft/yii2-gii": "<2.0.4",
8182                 "yiisoft/yii2-jui": "<2.0.4",
8183                 "yiisoft/yii2-redis": "<2.0.8",
8184                 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
8185                 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
8186                 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
8187                 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
8188                 "zendframework/zend-diactoros": ">=1,<1.8.4",
8189                 "zendframework/zend-feed": ">=1,<2.10.3",
8190                 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
8191                 "zendframework/zend-http": ">=1,<2.8.1",
8192                 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8193                 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
8194                 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
8195                 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
8196                 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
8197                 "zendframework/zend-validator": ">=2.3,<2.3.6",
8198                 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
8199                 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8200                 "zendframework/zendframework": "<2.5.1",
8201                 "zendframework/zendframework1": "<1.12.20",
8202                 "zendframework/zendopenid": ">=2,<2.0.2",
8203                 "zendframework/zendxml": ">=1,<1.0.1",
8204                 "zetacomponents/mail": "<1.8.2",
8205                 "zf-commons/zfc-user": "<1.2.2",
8206                 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
8207                 "zfr/zfr-oauth2-server-module": "<0.1.2"
8208             },
8209             "type": "metapackage",
8210             "notification-url": "https://packagist.org/downloads/",
8211             "license": [
8212                 "MIT"
8213             ],
8214             "authors": [
8215                 {
8216                     "name": "Marco Pivetta",
8217                     "email": "ocramius@gmail.com",
8218                     "role": "maintainer"
8219                 }
8220             ],
8221             "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
8222             "time": "2018-11-01T18:39:28+00:00"
8223         },
8224         {
8225             "name": "stack/builder",
8226             "version": "v1.0.5",
8227             "source": {
8228                 "type": "git",
8229                 "url": "https://github.com/stackphp/builder.git",
8230                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
8231             },
8232             "dist": {
8233                 "type": "zip",
8234                 "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
8235                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
8236                 "shasum": ""
8237             },
8238             "require": {
8239                 "php": ">=5.3.0",
8240                 "symfony/http-foundation": "~2.1|~3.0|~4.0",
8241                 "symfony/http-kernel": "~2.1|~3.0|~4.0"
8242             },
8243             "require-dev": {
8244                 "silex/silex": "~1.0"
8245             },
8246             "type": "library",
8247             "extra": {
8248                 "branch-alias": {
8249                     "dev-master": "1.0-dev"
8250                 }
8251             },
8252             "autoload": {
8253                 "psr-0": {
8254                     "Stack": "src"
8255                 }
8256             },
8257             "notification-url": "https://packagist.org/downloads/",
8258             "license": [
8259                 "MIT"
8260             ],
8261             "authors": [
8262                 {
8263                     "name": "Igor Wiedler",
8264                     "email": "igor@wiedler.ch"
8265                 }
8266             ],
8267             "description": "Builder for stack middlewares based on HttpKernelInterface.",
8268             "keywords": [
8269                 "stack"
8270             ],
8271             "time": "2017-11-18T14:57:29+00:00"
8272         },
8273         {
8274             "name": "stecman/symfony-console-completion",
8275             "version": "0.8.0",
8276             "source": {
8277                 "type": "git",
8278                 "url": "https://github.com/stecman/symfony-console-completion.git",
8279                 "reference": "cd738867503477e91dbe84173dfabd431c883431"
8280             },
8281             "dist": {
8282                 "type": "zip",
8283                 "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/cd738867503477e91dbe84173dfabd431c883431",
8284                 "reference": "cd738867503477e91dbe84173dfabd431c883431",
8285                 "shasum": ""
8286             },
8287             "require": {
8288                 "php": ">=5.3.2",
8289                 "symfony/console": "~2.3 || ~3.0 || ~4.0"
8290             },
8291             "require-dev": {
8292                 "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
8293             },
8294             "type": "library",
8295             "extra": {
8296                 "branch-alias": {
8297                     "dev-master": "0.6.x-dev"
8298                 }
8299             },
8300             "autoload": {
8301                 "psr-4": {
8302                     "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
8303                 }
8304             },
8305             "notification-url": "https://packagist.org/downloads/",
8306             "license": [
8307                 "MIT"
8308             ],
8309             "authors": [
8310                 {
8311                     "name": "Stephen Holdaway",
8312                     "email": "stephen@stecman.co.nz"
8313                 }
8314             ],
8315             "description": "Automatic BASH completion for Symfony Console Component based applications.",
8316             "time": "2018-02-10T04:28:01+00:00"
8317         },
8318         {
8319             "name": "sunra/php-simple-html-dom-parser",
8320             "version": "v1.5.2",
8321             "source": {
8322                 "type": "git",
8323                 "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
8324                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
8325             },
8326             "dist": {
8327                 "type": "zip",
8328                 "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
8329                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
8330                 "shasum": ""
8331             },
8332             "require": {
8333                 "ext-mbstring": "*",
8334                 "php": ">=5.3.2"
8335             },
8336             "type": "library",
8337             "autoload": {
8338                 "psr-0": {
8339                     "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
8340                 }
8341             },
8342             "notification-url": "https://packagist.org/downloads/",
8343             "license": [
8344                 "MIT"
8345             ],
8346             "authors": [
8347                 {
8348                     "name": "Sunra",
8349                     "email": "sunra@yandex.ru",
8350                     "homepage": "https://github.com/sunra"
8351                 },
8352                 {
8353                     "name": "S.C. Chen",
8354                     "homepage": "http://sourceforge.net/projects/simplehtmldom/"
8355                 }
8356             ],
8357             "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.",
8358             "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
8359             "keywords": [
8360                 "dom",
8361                 "html",
8362                 "parser"
8363             ],
8364             "time": "2016-11-22T22:57:47+00:00"
8365         },
8366         {
8367             "name": "symfony-cmf/routing",
8368             "version": "1.4.1",
8369             "source": {
8370                 "type": "git",
8371                 "url": "https://github.com/symfony-cmf/routing.git",
8372                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
8373             },
8374             "dist": {
8375                 "type": "zip",
8376                 "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
8377                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
8378                 "shasum": ""
8379             },
8380             "require": {
8381                 "php": "^5.3.9|^7.0",
8382                 "psr/log": "1.*",
8383                 "symfony/http-kernel": "^2.2|3.*",
8384                 "symfony/routing": "^2.2|3.*"
8385             },
8386             "require-dev": {
8387                 "friendsofsymfony/jsrouting-bundle": "^1.1",
8388                 "symfony-cmf/testing": "^1.3",
8389                 "symfony/config": "^2.2|3.*",
8390                 "symfony/dependency-injection": "^2.0.5|3.*",
8391                 "symfony/event-dispatcher": "^2.1|3.*"
8392             },
8393             "suggest": {
8394                 "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
8395             },
8396             "type": "library",
8397             "extra": {
8398                 "branch-alias": {
8399                     "dev-master": "1.4-dev"
8400                 }
8401             },
8402             "autoload": {
8403                 "psr-4": {
8404                     "Symfony\\Cmf\\Component\\Routing\\": ""
8405                 }
8406             },
8407             "notification-url": "https://packagist.org/downloads/",
8408             "license": [
8409                 "MIT"
8410             ],
8411             "authors": [
8412                 {
8413                     "name": "Symfony CMF Community",
8414                     "homepage": "https://github.com/symfony-cmf/Routing/contributors"
8415                 }
8416             ],
8417             "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
8418             "homepage": "http://cmf.symfony.com",
8419             "keywords": [
8420                 "database",
8421                 "routing"
8422             ],
8423             "time": "2017-05-09T08:10:41+00:00"
8424         },
8425         {
8426             "name": "symfony/class-loader",
8427             "version": "v3.4.18",
8428             "source": {
8429                 "type": "git",
8430                 "url": "https://github.com/symfony/class-loader.git",
8431                 "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1"
8432             },
8433             "dist": {
8434                 "type": "zip",
8435                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/5605edec7b8f034ead2497ff4aab17bb70d558c1",
8436                 "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1",
8437                 "shasum": ""
8438             },
8439             "require": {
8440                 "php": "^5.5.9|>=7.0.8"
8441             },
8442             "require-dev": {
8443                 "symfony/finder": "~2.8|~3.0|~4.0",
8444                 "symfony/polyfill-apcu": "~1.1"
8445             },
8446             "suggest": {
8447                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
8448             },
8449             "type": "library",
8450             "extra": {
8451                 "branch-alias": {
8452                     "dev-master": "3.4-dev"
8453                 }
8454             },
8455             "autoload": {
8456                 "psr-4": {
8457                     "Symfony\\Component\\ClassLoader\\": ""
8458                 },
8459                 "exclude-from-classmap": [
8460                     "/Tests/"
8461                 ]
8462             },
8463             "notification-url": "https://packagist.org/downloads/",
8464             "license": [
8465                 "MIT"
8466             ],
8467             "authors": [
8468                 {
8469                     "name": "Fabien Potencier",
8470                     "email": "fabien@symfony.com"
8471                 },
8472                 {
8473                     "name": "Symfony Community",
8474                     "homepage": "https://symfony.com/contributors"
8475                 }
8476             ],
8477             "description": "Symfony ClassLoader Component",
8478             "homepage": "https://symfony.com",
8479             "time": "2018-10-31T09:06:03+00:00"
8480         },
8481         {
8482             "name": "symfony/config",
8483             "version": "v3.4.18",
8484             "source": {
8485                 "type": "git",
8486                 "url": "https://github.com/symfony/config.git",
8487                 "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d"
8488             },
8489             "dist": {
8490                 "type": "zip",
8491                 "url": "https://api.github.com/repos/symfony/config/zipball/99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
8492                 "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
8493                 "shasum": ""
8494             },
8495             "require": {
8496                 "php": "^5.5.9|>=7.0.8",
8497                 "symfony/filesystem": "~2.8|~3.0|~4.0",
8498                 "symfony/polyfill-ctype": "~1.8"
8499             },
8500             "conflict": {
8501                 "symfony/dependency-injection": "<3.3",
8502                 "symfony/finder": "<3.3"
8503             },
8504             "require-dev": {
8505                 "symfony/dependency-injection": "~3.3|~4.0",
8506                 "symfony/event-dispatcher": "~3.3|~4.0",
8507                 "symfony/finder": "~3.3|~4.0",
8508                 "symfony/yaml": "~3.0|~4.0"
8509             },
8510             "suggest": {
8511                 "symfony/yaml": "To use the yaml reference dumper"
8512             },
8513             "type": "library",
8514             "extra": {
8515                 "branch-alias": {
8516                     "dev-master": "3.4-dev"
8517                 }
8518             },
8519             "autoload": {
8520                 "psr-4": {
8521                     "Symfony\\Component\\Config\\": ""
8522                 },
8523                 "exclude-from-classmap": [
8524                     "/Tests/"
8525                 ]
8526             },
8527             "notification-url": "https://packagist.org/downloads/",
8528             "license": [
8529                 "MIT"
8530             ],
8531             "authors": [
8532                 {
8533                     "name": "Fabien Potencier",
8534                     "email": "fabien@symfony.com"
8535                 },
8536                 {
8537                     "name": "Symfony Community",
8538                     "homepage": "https://symfony.com/contributors"
8539                 }
8540             ],
8541             "description": "Symfony Config Component",
8542             "homepage": "https://symfony.com",
8543             "time": "2018-10-31T09:06:03+00:00"
8544         },
8545         {
8546             "name": "symfony/console",
8547             "version": "v3.4.18",
8548             "source": {
8549                 "type": "git",
8550                 "url": "https://github.com/symfony/console.git",
8551                 "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803"
8552             },
8553             "dist": {
8554                 "type": "zip",
8555                 "url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803",
8556                 "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803",
8557                 "shasum": ""
8558             },
8559             "require": {
8560                 "php": "^5.5.9|>=7.0.8",
8561                 "symfony/debug": "~2.8|~3.0|~4.0",
8562                 "symfony/polyfill-mbstring": "~1.0"
8563             },
8564             "conflict": {
8565                 "symfony/dependency-injection": "<3.4",
8566                 "symfony/process": "<3.3"
8567             },
8568             "require-dev": {
8569                 "psr/log": "~1.0",
8570                 "symfony/config": "~3.3|~4.0",
8571                 "symfony/dependency-injection": "~3.4|~4.0",
8572                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
8573                 "symfony/lock": "~3.4|~4.0",
8574                 "symfony/process": "~3.3|~4.0"
8575             },
8576             "suggest": {
8577                 "psr/log-implementation": "For using the console logger",
8578                 "symfony/event-dispatcher": "",
8579                 "symfony/lock": "",
8580                 "symfony/process": ""
8581             },
8582             "type": "library",
8583             "extra": {
8584                 "branch-alias": {
8585                     "dev-master": "3.4-dev"
8586                 }
8587             },
8588             "autoload": {
8589                 "psr-4": {
8590                     "Symfony\\Component\\Console\\": ""
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": "Fabien Potencier",
8603                     "email": "fabien@symfony.com"
8604                 },
8605                 {
8606                     "name": "Symfony Community",
8607                     "homepage": "https://symfony.com/contributors"
8608                 }
8609             ],
8610             "description": "Symfony Console Component",
8611             "homepage": "https://symfony.com",
8612             "time": "2018-10-30T16:50:50+00:00"
8613         },
8614         {
8615             "name": "symfony/css-selector",
8616             "version": "v2.8.47",
8617             "source": {
8618                 "type": "git",
8619                 "url": "https://github.com/symfony/css-selector.git",
8620                 "reference": "208aca6c35e332f87c84707dd228d404370c8835"
8621             },
8622             "dist": {
8623                 "type": "zip",
8624                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/208aca6c35e332f87c84707dd228d404370c8835",
8625                 "reference": "208aca6c35e332f87c84707dd228d404370c8835",
8626                 "shasum": ""
8627             },
8628             "require": {
8629                 "php": ">=5.3.9"
8630             },
8631             "type": "library",
8632             "extra": {
8633                 "branch-alias": {
8634                     "dev-master": "2.8-dev"
8635                 }
8636             },
8637             "autoload": {
8638                 "psr-4": {
8639                     "Symfony\\Component\\CssSelector\\": ""
8640                 },
8641                 "exclude-from-classmap": [
8642                     "/Tests/"
8643                 ]
8644             },
8645             "notification-url": "https://packagist.org/downloads/",
8646             "license": [
8647                 "MIT"
8648             ],
8649             "authors": [
8650                 {
8651                     "name": "Jean-François Simon",
8652                     "email": "jeanfrancois.simon@sensiolabs.com"
8653                 },
8654                 {
8655                     "name": "Fabien Potencier",
8656                     "email": "fabien@symfony.com"
8657                 },
8658                 {
8659                     "name": "Symfony Community",
8660                     "homepage": "https://symfony.com/contributors"
8661                 }
8662             ],
8663             "description": "Symfony CssSelector Component",
8664             "homepage": "https://symfony.com",
8665             "time": "2018-10-02T16:27:16+00:00"
8666         },
8667         {
8668             "name": "symfony/debug",
8669             "version": "v3.4.18",
8670             "source": {
8671                 "type": "git",
8672                 "url": "https://github.com/symfony/debug.git",
8673                 "reference": "fe9793af008b651c5441bdeab21ede8172dab097"
8674             },
8675             "dist": {
8676                 "type": "zip",
8677                 "url": "https://api.github.com/repos/symfony/debug/zipball/fe9793af008b651c5441bdeab21ede8172dab097",
8678                 "reference": "fe9793af008b651c5441bdeab21ede8172dab097",
8679                 "shasum": ""
8680             },
8681             "require": {
8682                 "php": "^5.5.9|>=7.0.8",
8683                 "psr/log": "~1.0"
8684             },
8685             "conflict": {
8686                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
8687             },
8688             "require-dev": {
8689                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
8690             },
8691             "type": "library",
8692             "extra": {
8693                 "branch-alias": {
8694                     "dev-master": "3.4-dev"
8695                 }
8696             },
8697             "autoload": {
8698                 "psr-4": {
8699                     "Symfony\\Component\\Debug\\": ""
8700                 },
8701                 "exclude-from-classmap": [
8702                     "/Tests/"
8703                 ]
8704             },
8705             "notification-url": "https://packagist.org/downloads/",
8706             "license": [
8707                 "MIT"
8708             ],
8709             "authors": [
8710                 {
8711                     "name": "Fabien Potencier",
8712                     "email": "fabien@symfony.com"
8713                 },
8714                 {
8715                     "name": "Symfony Community",
8716                     "homepage": "https://symfony.com/contributors"
8717                 }
8718             ],
8719             "description": "Symfony Debug Component",
8720             "homepage": "https://symfony.com",
8721             "time": "2018-10-31T09:06:03+00:00"
8722         },
8723         {
8724             "name": "symfony/dependency-injection",
8725             "version": "v3.4.18",
8726             "source": {
8727                 "type": "git",
8728                 "url": "https://github.com/symfony/dependency-injection.git",
8729                 "reference": "9c98452ac7fff4b538956775630bc9701f5384ba"
8730             },
8731             "dist": {
8732                 "type": "zip",
8733                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9c98452ac7fff4b538956775630bc9701f5384ba",
8734                 "reference": "9c98452ac7fff4b538956775630bc9701f5384ba",
8735                 "shasum": ""
8736             },
8737             "require": {
8738                 "php": "^5.5.9|>=7.0.8",
8739                 "psr/container": "^1.0"
8740             },
8741             "conflict": {
8742                 "symfony/config": "<3.3.7",
8743                 "symfony/finder": "<3.3",
8744                 "symfony/proxy-manager-bridge": "<3.4",
8745                 "symfony/yaml": "<3.4"
8746             },
8747             "provide": {
8748                 "psr/container-implementation": "1.0"
8749             },
8750             "require-dev": {
8751                 "symfony/config": "~3.3|~4.0",
8752                 "symfony/expression-language": "~2.8|~3.0|~4.0",
8753                 "symfony/yaml": "~3.4|~4.0"
8754             },
8755             "suggest": {
8756                 "symfony/config": "",
8757                 "symfony/expression-language": "For using expressions in service container configuration",
8758                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
8759                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
8760                 "symfony/yaml": ""
8761             },
8762             "type": "library",
8763             "extra": {
8764                 "branch-alias": {
8765                     "dev-master": "3.4-dev"
8766                 }
8767             },
8768             "autoload": {
8769                 "psr-4": {
8770                     "Symfony\\Component\\DependencyInjection\\": ""
8771                 },
8772                 "exclude-from-classmap": [
8773                     "/Tests/"
8774                 ]
8775             },
8776             "notification-url": "https://packagist.org/downloads/",
8777             "license": [
8778                 "MIT"
8779             ],
8780             "authors": [
8781                 {
8782                     "name": "Fabien Potencier",
8783                     "email": "fabien@symfony.com"
8784                 },
8785                 {
8786                     "name": "Symfony Community",
8787                     "homepage": "https://symfony.com/contributors"
8788                 }
8789             ],
8790             "description": "Symfony DependencyInjection Component",
8791             "homepage": "https://symfony.com",
8792             "time": "2018-10-31T10:49:51+00:00"
8793         },
8794         {
8795             "name": "symfony/dom-crawler",
8796             "version": "v3.4.18",
8797             "source": {
8798                 "type": "git",
8799                 "url": "https://github.com/symfony/dom-crawler.git",
8800                 "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722"
8801             },
8802             "dist": {
8803                 "type": "zip",
8804                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c705bee03ade5b47c087807dd9ffaaec8dda2722",
8805                 "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722",
8806                 "shasum": ""
8807             },
8808             "require": {
8809                 "php": "^5.5.9|>=7.0.8",
8810                 "symfony/polyfill-ctype": "~1.8",
8811                 "symfony/polyfill-mbstring": "~1.0"
8812             },
8813             "require-dev": {
8814                 "symfony/css-selector": "~2.8|~3.0|~4.0"
8815             },
8816             "suggest": {
8817                 "symfony/css-selector": ""
8818             },
8819             "type": "library",
8820             "extra": {
8821                 "branch-alias": {
8822                     "dev-master": "3.4-dev"
8823                 }
8824             },
8825             "autoload": {
8826                 "psr-4": {
8827                     "Symfony\\Component\\DomCrawler\\": ""
8828                 },
8829                 "exclude-from-classmap": [
8830                     "/Tests/"
8831                 ]
8832             },
8833             "notification-url": "https://packagist.org/downloads/",
8834             "license": [
8835                 "MIT"
8836             ],
8837             "authors": [
8838                 {
8839                     "name": "Fabien Potencier",
8840                     "email": "fabien@symfony.com"
8841                 },
8842                 {
8843                     "name": "Symfony Community",
8844                     "homepage": "https://symfony.com/contributors"
8845                 }
8846             ],
8847             "description": "Symfony DomCrawler Component",
8848             "homepage": "https://symfony.com",
8849             "time": "2018-10-02T12:28:39+00:00"
8850         },
8851         {
8852             "name": "symfony/event-dispatcher",
8853             "version": "v3.4.18",
8854             "source": {
8855                 "type": "git",
8856                 "url": "https://github.com/symfony/event-dispatcher.git",
8857                 "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14"
8858             },
8859             "dist": {
8860                 "type": "zip",
8861                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
8862                 "reference": "db9e829c8f34c3d35cf37fcd4cdb4293bc4a2f14",
8863                 "shasum": ""
8864             },
8865             "require": {
8866                 "php": "^5.5.9|>=7.0.8"
8867             },
8868             "conflict": {
8869                 "symfony/dependency-injection": "<3.3"
8870             },
8871             "require-dev": {
8872                 "psr/log": "~1.0",
8873                 "symfony/config": "~2.8|~3.0|~4.0",
8874                 "symfony/dependency-injection": "~3.3|~4.0",
8875                 "symfony/expression-language": "~2.8|~3.0|~4.0",
8876                 "symfony/stopwatch": "~2.8|~3.0|~4.0"
8877             },
8878             "suggest": {
8879                 "symfony/dependency-injection": "",
8880                 "symfony/http-kernel": ""
8881             },
8882             "type": "library",
8883             "extra": {
8884                 "branch-alias": {
8885                     "dev-master": "3.4-dev"
8886                 }
8887             },
8888             "autoload": {
8889                 "psr-4": {
8890                     "Symfony\\Component\\EventDispatcher\\": ""
8891                 },
8892                 "exclude-from-classmap": [
8893                     "/Tests/"
8894                 ]
8895             },
8896             "notification-url": "https://packagist.org/downloads/",
8897             "license": [
8898                 "MIT"
8899             ],
8900             "authors": [
8901                 {
8902                     "name": "Fabien Potencier",
8903                     "email": "fabien@symfony.com"
8904                 },
8905                 {
8906                     "name": "Symfony Community",
8907                     "homepage": "https://symfony.com/contributors"
8908                 }
8909             ],
8910             "description": "Symfony EventDispatcher Component",
8911             "homepage": "https://symfony.com",
8912             "time": "2018-10-30T16:50:50+00:00"
8913         },
8914         {
8915             "name": "symfony/filesystem",
8916             "version": "v3.4.18",
8917             "source": {
8918                 "type": "git",
8919                 "url": "https://github.com/symfony/filesystem.git",
8920                 "reference": "d69930fc337d767607267d57c20a7403d0a822a4"
8921             },
8922             "dist": {
8923                 "type": "zip",
8924                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4",
8925                 "reference": "d69930fc337d767607267d57c20a7403d0a822a4",
8926                 "shasum": ""
8927             },
8928             "require": {
8929                 "php": "^5.5.9|>=7.0.8",
8930                 "symfony/polyfill-ctype": "~1.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\\Filesystem\\": ""
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 Filesystem Component",
8961             "homepage": "https://symfony.com",
8962             "time": "2018-10-02T12:28:39+00:00"
8963         },
8964         {
8965             "name": "symfony/finder",
8966             "version": "v3.4.18",
8967             "source": {
8968                 "type": "git",
8969                 "url": "https://github.com/symfony/finder.git",
8970                 "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
8971             },
8972             "dist": {
8973                 "type": "zip",
8974                 "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
8975                 "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
8976                 "shasum": ""
8977             },
8978             "require": {
8979                 "php": "^5.5.9|>=7.0.8"
8980             },
8981             "type": "library",
8982             "extra": {
8983                 "branch-alias": {
8984                     "dev-master": "3.4-dev"
8985                 }
8986             },
8987             "autoload": {
8988                 "psr-4": {
8989                     "Symfony\\Component\\Finder\\": ""
8990                 },
8991                 "exclude-from-classmap": [
8992                     "/Tests/"
8993                 ]
8994             },
8995             "notification-url": "https://packagist.org/downloads/",
8996             "license": [
8997                 "MIT"
8998             ],
8999             "authors": [
9000                 {
9001                     "name": "Fabien Potencier",
9002                     "email": "fabien@symfony.com"
9003                 },
9004                 {
9005                     "name": "Symfony Community",
9006                     "homepage": "https://symfony.com/contributors"
9007                 }
9008             ],
9009             "description": "Symfony Finder Component",
9010             "homepage": "https://symfony.com",
9011             "time": "2018-10-03T08:46:40+00:00"
9012         },
9013         {
9014             "name": "symfony/http-foundation",
9015             "version": "v3.4.18",
9016             "source": {
9017                 "type": "git",
9018                 "url": "https://github.com/symfony/http-foundation.git",
9019                 "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0"
9020             },
9021             "dist": {
9022                 "type": "zip",
9023                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
9024                 "reference": "5aea7a86ca3203dd7a257e765b4b9c9cfd01c6c0",
9025                 "shasum": ""
9026             },
9027             "require": {
9028                 "php": "^5.5.9|>=7.0.8",
9029                 "symfony/polyfill-mbstring": "~1.1",
9030                 "symfony/polyfill-php70": "~1.6"
9031             },
9032             "require-dev": {
9033                 "symfony/expression-language": "~2.8|~3.0|~4.0"
9034             },
9035             "type": "library",
9036             "extra": {
9037                 "branch-alias": {
9038                     "dev-master": "3.4-dev"
9039                 }
9040             },
9041             "autoload": {
9042                 "psr-4": {
9043                     "Symfony\\Component\\HttpFoundation\\": ""
9044                 },
9045                 "exclude-from-classmap": [
9046                     "/Tests/"
9047                 ]
9048             },
9049             "notification-url": "https://packagist.org/downloads/",
9050             "license": [
9051                 "MIT"
9052             ],
9053             "authors": [
9054                 {
9055                     "name": "Fabien Potencier",
9056                     "email": "fabien@symfony.com"
9057                 },
9058                 {
9059                     "name": "Symfony Community",
9060                     "homepage": "https://symfony.com/contributors"
9061                 }
9062             ],
9063             "description": "Symfony HttpFoundation Component",
9064             "homepage": "https://symfony.com",
9065             "time": "2018-10-31T08:57:11+00:00"
9066         },
9067         {
9068             "name": "symfony/http-kernel",
9069             "version": "v3.4.18",
9070             "source": {
9071                 "type": "git",
9072                 "url": "https://github.com/symfony/http-kernel.git",
9073                 "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb"
9074             },
9075             "dist": {
9076                 "type": "zip",
9077                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
9078                 "reference": "4bf0be7c7fe63eff6a5eae2f21c83e77e31a56fb",
9079                 "shasum": ""
9080             },
9081             "require": {
9082                 "php": "^5.5.9|>=7.0.8",
9083                 "psr/log": "~1.0",
9084                 "symfony/debug": "~2.8|~3.0|~4.0",
9085                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
9086                 "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
9087                 "symfony/polyfill-ctype": "~1.8"
9088             },
9089             "conflict": {
9090                 "symfony/config": "<2.8",
9091                 "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
9092                 "symfony/var-dumper": "<3.3",
9093                 "twig/twig": "<1.34|<2.4,>=2"
9094             },
9095             "provide": {
9096                 "psr/log-implementation": "1.0"
9097             },
9098             "require-dev": {
9099                 "psr/cache": "~1.0",
9100                 "symfony/browser-kit": "~2.8|~3.0|~4.0",
9101                 "symfony/class-loader": "~2.8|~3.0",
9102                 "symfony/config": "~2.8|~3.0|~4.0",
9103                 "symfony/console": "~2.8|~3.0|~4.0",
9104                 "symfony/css-selector": "~2.8|~3.0|~4.0",
9105                 "symfony/dependency-injection": "^3.4.10|^4.0.10",
9106                 "symfony/dom-crawler": "~2.8|~3.0|~4.0",
9107                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9108                 "symfony/finder": "~2.8|~3.0|~4.0",
9109                 "symfony/process": "~2.8|~3.0|~4.0",
9110                 "symfony/routing": "~3.4|~4.0",
9111                 "symfony/stopwatch": "~2.8|~3.0|~4.0",
9112                 "symfony/templating": "~2.8|~3.0|~4.0",
9113                 "symfony/translation": "~2.8|~3.0|~4.0",
9114                 "symfony/var-dumper": "~3.3|~4.0"
9115             },
9116             "suggest": {
9117                 "symfony/browser-kit": "",
9118                 "symfony/config": "",
9119                 "symfony/console": "",
9120                 "symfony/dependency-injection": "",
9121                 "symfony/finder": "",
9122                 "symfony/var-dumper": ""
9123             },
9124             "type": "library",
9125             "extra": {
9126                 "branch-alias": {
9127                     "dev-master": "3.4-dev"
9128                 }
9129             },
9130             "autoload": {
9131                 "psr-4": {
9132                     "Symfony\\Component\\HttpKernel\\": ""
9133                 },
9134                 "exclude-from-classmap": [
9135                     "/Tests/"
9136                 ]
9137             },
9138             "notification-url": "https://packagist.org/downloads/",
9139             "license": [
9140                 "MIT"
9141             ],
9142             "authors": [
9143                 {
9144                     "name": "Fabien Potencier",
9145                     "email": "fabien@symfony.com"
9146                 },
9147                 {
9148                     "name": "Symfony Community",
9149                     "homepage": "https://symfony.com/contributors"
9150                 }
9151             ],
9152             "description": "Symfony HttpKernel Component",
9153             "homepage": "https://symfony.com",
9154             "time": "2018-11-03T10:03:02+00:00"
9155         },
9156         {
9157             "name": "symfony/polyfill-ctype",
9158             "version": "v1.10.0",
9159             "source": {
9160                 "type": "git",
9161                 "url": "https://github.com/symfony/polyfill-ctype.git",
9162                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
9163             },
9164             "dist": {
9165                 "type": "zip",
9166                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
9167                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
9168                 "shasum": ""
9169             },
9170             "require": {
9171                 "php": ">=5.3.3"
9172             },
9173             "suggest": {
9174                 "ext-ctype": "For best performance"
9175             },
9176             "type": "library",
9177             "extra": {
9178                 "branch-alias": {
9179                     "dev-master": "1.9-dev"
9180                 }
9181             },
9182             "autoload": {
9183                 "psr-4": {
9184                     "Symfony\\Polyfill\\Ctype\\": ""
9185                 },
9186                 "files": [
9187                     "bootstrap.php"
9188                 ]
9189             },
9190             "notification-url": "https://packagist.org/downloads/",
9191             "license": [
9192                 "MIT"
9193             ],
9194             "authors": [
9195                 {
9196                     "name": "Symfony Community",
9197                     "homepage": "https://symfony.com/contributors"
9198                 },
9199                 {
9200                     "name": "Gert de Pagter",
9201                     "email": "BackEndTea@gmail.com"
9202                 }
9203             ],
9204             "description": "Symfony polyfill for ctype functions",
9205             "homepage": "https://symfony.com",
9206             "keywords": [
9207                 "compatibility",
9208                 "ctype",
9209                 "polyfill",
9210                 "portable"
9211             ],
9212             "time": "2018-08-06T14:22:27+00:00"
9213         },
9214         {
9215             "name": "symfony/polyfill-iconv",
9216             "version": "v1.10.0",
9217             "source": {
9218                 "type": "git",
9219                 "url": "https://github.com/symfony/polyfill-iconv.git",
9220                 "reference": "97001cfc283484c9691769f51cdf25259037eba2"
9221             },
9222             "dist": {
9223                 "type": "zip",
9224                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2",
9225                 "reference": "97001cfc283484c9691769f51cdf25259037eba2",
9226                 "shasum": ""
9227             },
9228             "require": {
9229                 "php": ">=5.3.3"
9230             },
9231             "suggest": {
9232                 "ext-iconv": "For best performance"
9233             },
9234             "type": "library",
9235             "extra": {
9236                 "branch-alias": {
9237                     "dev-master": "1.9-dev"
9238                 }
9239             },
9240             "autoload": {
9241                 "psr-4": {
9242                     "Symfony\\Polyfill\\Iconv\\": ""
9243                 },
9244                 "files": [
9245                     "bootstrap.php"
9246                 ]
9247             },
9248             "notification-url": "https://packagist.org/downloads/",
9249             "license": [
9250                 "MIT"
9251             ],
9252             "authors": [
9253                 {
9254                     "name": "Nicolas Grekas",
9255                     "email": "p@tchwork.com"
9256                 },
9257                 {
9258                     "name": "Symfony Community",
9259                     "homepage": "https://symfony.com/contributors"
9260                 }
9261             ],
9262             "description": "Symfony polyfill for the Iconv extension",
9263             "homepage": "https://symfony.com",
9264             "keywords": [
9265                 "compatibility",
9266                 "iconv",
9267                 "polyfill",
9268                 "portable",
9269                 "shim"
9270             ],
9271             "time": "2018-09-21T06:26:08+00:00"
9272         },
9273         {
9274             "name": "symfony/polyfill-mbstring",
9275             "version": "v1.10.0",
9276             "source": {
9277                 "type": "git",
9278                 "url": "https://github.com/symfony/polyfill-mbstring.git",
9279                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
9280             },
9281             "dist": {
9282                 "type": "zip",
9283                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
9284                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
9285                 "shasum": ""
9286             },
9287             "require": {
9288                 "php": ">=5.3.3"
9289             },
9290             "suggest": {
9291                 "ext-mbstring": "For best performance"
9292             },
9293             "type": "library",
9294             "extra": {
9295                 "branch-alias": {
9296                     "dev-master": "1.9-dev"
9297                 }
9298             },
9299             "autoload": {
9300                 "psr-4": {
9301                     "Symfony\\Polyfill\\Mbstring\\": ""
9302                 },
9303                 "files": [
9304                     "bootstrap.php"
9305                 ]
9306             },
9307             "notification-url": "https://packagist.org/downloads/",
9308             "license": [
9309                 "MIT"
9310             ],
9311             "authors": [
9312                 {
9313                     "name": "Nicolas Grekas",
9314                     "email": "p@tchwork.com"
9315                 },
9316                 {
9317                     "name": "Symfony Community",
9318                     "homepage": "https://symfony.com/contributors"
9319                 }
9320             ],
9321             "description": "Symfony polyfill for the Mbstring extension",
9322             "homepage": "https://symfony.com",
9323             "keywords": [
9324                 "compatibility",
9325                 "mbstring",
9326                 "polyfill",
9327                 "portable",
9328                 "shim"
9329             ],
9330             "time": "2018-09-21T13:07:52+00:00"
9331         },
9332         {
9333             "name": "symfony/polyfill-php70",
9334             "version": "v1.10.0",
9335             "source": {
9336                 "type": "git",
9337                 "url": "https://github.com/symfony/polyfill-php70.git",
9338                 "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
9339             },
9340             "dist": {
9341                 "type": "zip",
9342                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
9343                 "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
9344                 "shasum": ""
9345             },
9346             "require": {
9347                 "paragonie/random_compat": "~1.0|~2.0|~9.99",
9348                 "php": ">=5.3.3"
9349             },
9350             "type": "library",
9351             "extra": {
9352                 "branch-alias": {
9353                     "dev-master": "1.9-dev"
9354                 }
9355             },
9356             "autoload": {
9357                 "psr-4": {
9358                     "Symfony\\Polyfill\\Php70\\": ""
9359                 },
9360                 "files": [
9361                     "bootstrap.php"
9362                 ],
9363                 "classmap": [
9364                     "Resources/stubs"
9365                 ]
9366             },
9367             "notification-url": "https://packagist.org/downloads/",
9368             "license": [
9369                 "MIT"
9370             ],
9371             "authors": [
9372                 {
9373                     "name": "Nicolas Grekas",
9374                     "email": "p@tchwork.com"
9375                 },
9376                 {
9377                     "name": "Symfony Community",
9378                     "homepage": "https://symfony.com/contributors"
9379                 }
9380             ],
9381             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
9382             "homepage": "https://symfony.com",
9383             "keywords": [
9384                 "compatibility",
9385                 "polyfill",
9386                 "portable",
9387                 "shim"
9388             ],
9389             "time": "2018-09-21T06:26:08+00:00"
9390         },
9391         {
9392             "name": "symfony/process",
9393             "version": "v3.4.18",
9394             "source": {
9395                 "type": "git",
9396                 "url": "https://github.com/symfony/process.git",
9397                 "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb"
9398             },
9399             "dist": {
9400                 "type": "zip",
9401                 "url": "https://api.github.com/repos/symfony/process/zipball/35c2914a9f50519bd207164c353ae4d59182c2cb",
9402                 "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb",
9403                 "shasum": ""
9404             },
9405             "require": {
9406                 "php": "^5.5.9|>=7.0.8"
9407             },
9408             "type": "library",
9409             "extra": {
9410                 "branch-alias": {
9411                     "dev-master": "3.4-dev"
9412                 }
9413             },
9414             "autoload": {
9415                 "psr-4": {
9416                     "Symfony\\Component\\Process\\": ""
9417                 },
9418                 "exclude-from-classmap": [
9419                     "/Tests/"
9420                 ]
9421             },
9422             "notification-url": "https://packagist.org/downloads/",
9423             "license": [
9424                 "MIT"
9425             ],
9426             "authors": [
9427                 {
9428                     "name": "Fabien Potencier",
9429                     "email": "fabien@symfony.com"
9430                 },
9431                 {
9432                     "name": "Symfony Community",
9433                     "homepage": "https://symfony.com/contributors"
9434                 }
9435             ],
9436             "description": "Symfony Process Component",
9437             "homepage": "https://symfony.com",
9438             "time": "2018-10-14T17:33:21+00:00"
9439         },
9440         {
9441             "name": "symfony/psr-http-message-bridge",
9442             "version": "v1.1.0",
9443             "source": {
9444                 "type": "git",
9445                 "url": "https://github.com/symfony/psr-http-message-bridge.git",
9446                 "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196"
9447             },
9448             "dist": {
9449                 "type": "zip",
9450                 "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/53c15a6a7918e6c2ab16ae370ea607fb40cab196",
9451                 "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196",
9452                 "shasum": ""
9453             },
9454             "require": {
9455                 "php": "^5.3.3 || ^7.0",
9456                 "psr/http-message": "^1.0",
9457                 "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0"
9458             },
9459             "require-dev": {
9460                 "symfony/phpunit-bridge": "^3.4 || 4.0"
9461             },
9462             "suggest": {
9463                 "psr/http-factory-implementation": "To use the PSR-17 factory",
9464                 "psr/http-message-implementation": "To use the HttpFoundation factory",
9465                 "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
9466             },
9467             "type": "symfony-bridge",
9468             "extra": {
9469                 "branch-alias": {
9470                     "dev-master": "1.1-dev"
9471                 }
9472             },
9473             "autoload": {
9474                 "psr-4": {
9475                     "Symfony\\Bridge\\PsrHttpMessage\\": ""
9476                 }
9477             },
9478             "notification-url": "https://packagist.org/downloads/",
9479             "license": [
9480                 "MIT"
9481             ],
9482             "authors": [
9483                 {
9484                     "name": "Symfony Community",
9485                     "homepage": "http://symfony.com/contributors"
9486                 },
9487                 {
9488                     "name": "Fabien Potencier",
9489                     "email": "fabien@symfony.com"
9490                 }
9491             ],
9492             "description": "PSR HTTP message bridge",
9493             "homepage": "http://symfony.com",
9494             "keywords": [
9495                 "http",
9496                 "http-message",
9497                 "psr-7"
9498             ],
9499             "time": "2018-08-30T16:28:28+00:00"
9500         },
9501         {
9502             "name": "symfony/routing",
9503             "version": "v3.4.18",
9504             "source": {
9505                 "type": "git",
9506                 "url": "https://github.com/symfony/routing.git",
9507                 "reference": "585f6e2d740393d546978769dd56e496a6233e0b"
9508             },
9509             "dist": {
9510                 "type": "zip",
9511                 "url": "https://api.github.com/repos/symfony/routing/zipball/585f6e2d740393d546978769dd56e496a6233e0b",
9512                 "reference": "585f6e2d740393d546978769dd56e496a6233e0b",
9513                 "shasum": ""
9514             },
9515             "require": {
9516                 "php": "^5.5.9|>=7.0.8"
9517             },
9518             "conflict": {
9519                 "symfony/config": "<3.3.1",
9520                 "symfony/dependency-injection": "<3.3",
9521                 "symfony/yaml": "<3.4"
9522             },
9523             "require-dev": {
9524                 "doctrine/annotations": "~1.0",
9525                 "psr/log": "~1.0",
9526                 "symfony/config": "^3.3.1|~4.0",
9527                 "symfony/dependency-injection": "~3.3|~4.0",
9528                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9529                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9530                 "symfony/yaml": "~3.4|~4.0"
9531             },
9532             "suggest": {
9533                 "doctrine/annotations": "For using the annotation loader",
9534                 "symfony/config": "For using the all-in-one router or any loader",
9535                 "symfony/dependency-injection": "For loading routes from a service",
9536                 "symfony/expression-language": "For using expression matching",
9537                 "symfony/http-foundation": "For using a Symfony Request object",
9538                 "symfony/yaml": "For using the YAML loader"
9539             },
9540             "type": "library",
9541             "extra": {
9542                 "branch-alias": {
9543                     "dev-master": "3.4-dev"
9544                 }
9545             },
9546             "autoload": {
9547                 "psr-4": {
9548                     "Symfony\\Component\\Routing\\": ""
9549                 },
9550                 "exclude-from-classmap": [
9551                     "/Tests/"
9552                 ]
9553             },
9554             "notification-url": "https://packagist.org/downloads/",
9555             "license": [
9556                 "MIT"
9557             ],
9558             "authors": [
9559                 {
9560                     "name": "Fabien Potencier",
9561                     "email": "fabien@symfony.com"
9562                 },
9563                 {
9564                     "name": "Symfony Community",
9565                     "homepage": "https://symfony.com/contributors"
9566                 }
9567             ],
9568             "description": "Symfony Routing Component",
9569             "homepage": "https://symfony.com",
9570             "keywords": [
9571                 "router",
9572                 "routing",
9573                 "uri",
9574                 "url"
9575             ],
9576             "time": "2018-10-02T12:28:39+00:00"
9577         },
9578         {
9579             "name": "symfony/serializer",
9580             "version": "v3.4.18",
9581             "source": {
9582                 "type": "git",
9583                 "url": "https://github.com/symfony/serializer.git",
9584                 "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb"
9585             },
9586             "dist": {
9587                 "type": "zip",
9588                 "url": "https://api.github.com/repos/symfony/serializer/zipball/8bc00ef47a428bfebc4641f29d158e7c56137fcb",
9589                 "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb",
9590                 "shasum": ""
9591             },
9592             "require": {
9593                 "php": "^5.5.9|>=7.0.8",
9594                 "symfony/polyfill-ctype": "~1.8"
9595             },
9596             "conflict": {
9597                 "phpdocumentor/type-resolver": "<0.2.1",
9598                 "symfony/dependency-injection": "<3.2",
9599                 "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
9600                 "symfony/property-info": "<3.1",
9601                 "symfony/yaml": "<3.4"
9602             },
9603             "require-dev": {
9604                 "doctrine/annotations": "~1.0",
9605                 "doctrine/cache": "~1.0",
9606                 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9607                 "symfony/cache": "~3.1|~4.0",
9608                 "symfony/config": "~2.8|~3.0|~4.0",
9609                 "symfony/dependency-injection": "~3.2|~4.0",
9610                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9611                 "symfony/property-access": "~2.8|~3.0|~4.0",
9612                 "symfony/property-info": "~3.1|~4.0",
9613                 "symfony/yaml": "~3.4|~4.0"
9614             },
9615             "suggest": {
9616                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9617                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9618                 "psr/cache-implementation": "For using the metadata cache.",
9619                 "symfony/config": "For using the XML mapping loader.",
9620                 "symfony/http-foundation": "To use the DataUriNormalizer.",
9621                 "symfony/property-access": "For using the ObjectNormalizer.",
9622                 "symfony/property-info": "To deserialize relations.",
9623                 "symfony/yaml": "For using the default YAML mapping loader."
9624             },
9625             "type": "library",
9626             "extra": {
9627                 "branch-alias": {
9628                     "dev-master": "3.4-dev"
9629                 }
9630             },
9631             "autoload": {
9632                 "psr-4": {
9633                     "Symfony\\Component\\Serializer\\": ""
9634                 },
9635                 "exclude-from-classmap": [
9636                     "/Tests/"
9637                 ]
9638             },
9639             "notification-url": "https://packagist.org/downloads/",
9640             "license": [
9641                 "MIT"
9642             ],
9643             "authors": [
9644                 {
9645                     "name": "Fabien Potencier",
9646                     "email": "fabien@symfony.com"
9647                 },
9648                 {
9649                     "name": "Symfony Community",
9650                     "homepage": "https://symfony.com/contributors"
9651                 }
9652             ],
9653             "description": "Symfony Serializer Component",
9654             "homepage": "https://symfony.com",
9655             "time": "2018-10-02T12:28:39+00:00"
9656         },
9657         {
9658             "name": "symfony/translation",
9659             "version": "v3.4.18",
9660             "source": {
9661                 "type": "git",
9662                 "url": "https://github.com/symfony/translation.git",
9663                 "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352"
9664             },
9665             "dist": {
9666                 "type": "zip",
9667                 "url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352",
9668                 "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352",
9669                 "shasum": ""
9670             },
9671             "require": {
9672                 "php": "^5.5.9|>=7.0.8",
9673                 "symfony/polyfill-mbstring": "~1.0"
9674             },
9675             "conflict": {
9676                 "symfony/config": "<2.8",
9677                 "symfony/dependency-injection": "<3.4",
9678                 "symfony/yaml": "<3.4"
9679             },
9680             "require-dev": {
9681                 "psr/log": "~1.0",
9682                 "symfony/config": "~2.8|~3.0|~4.0",
9683                 "symfony/dependency-injection": "~3.4|~4.0",
9684                 "symfony/finder": "~2.8|~3.0|~4.0",
9685                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
9686                 "symfony/yaml": "~3.4|~4.0"
9687             },
9688             "suggest": {
9689                 "psr/log-implementation": "To use logging capability in translator",
9690                 "symfony/config": "",
9691                 "symfony/yaml": ""
9692             },
9693             "type": "library",
9694             "extra": {
9695                 "branch-alias": {
9696                     "dev-master": "3.4-dev"
9697                 }
9698             },
9699             "autoload": {
9700                 "psr-4": {
9701                     "Symfony\\Component\\Translation\\": ""
9702                 },
9703                 "exclude-from-classmap": [
9704                     "/Tests/"
9705                 ]
9706             },
9707             "notification-url": "https://packagist.org/downloads/",
9708             "license": [
9709                 "MIT"
9710             ],
9711             "authors": [
9712                 {
9713                     "name": "Fabien Potencier",
9714                     "email": "fabien@symfony.com"
9715                 },
9716                 {
9717                     "name": "Symfony Community",
9718                     "homepage": "https://symfony.com/contributors"
9719                 }
9720             ],
9721             "description": "Symfony Translation Component",
9722             "homepage": "https://symfony.com",
9723             "time": "2018-10-02T16:33:53+00:00"
9724         },
9725         {
9726             "name": "symfony/validator",
9727             "version": "v3.4.18",
9728             "source": {
9729                 "type": "git",
9730                 "url": "https://github.com/symfony/validator.git",
9731                 "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c"
9732             },
9733             "dist": {
9734                 "type": "zip",
9735                 "url": "https://api.github.com/repos/symfony/validator/zipball/6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
9736                 "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
9737                 "shasum": ""
9738             },
9739             "require": {
9740                 "php": "^5.5.9|>=7.0.8",
9741                 "symfony/polyfill-ctype": "~1.8",
9742                 "symfony/polyfill-mbstring": "~1.0",
9743                 "symfony/translation": "~2.8|~3.0|~4.0"
9744             },
9745             "conflict": {
9746                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
9747                 "symfony/dependency-injection": "<3.3",
9748                 "symfony/http-kernel": "<3.3.5",
9749                 "symfony/yaml": "<3.4"
9750             },
9751             "require-dev": {
9752                 "doctrine/annotations": "~1.0",
9753                 "doctrine/cache": "~1.0",
9754                 "egulias/email-validator": "^1.2.8|~2.0",
9755                 "symfony/cache": "~3.1|~4.0",
9756                 "symfony/config": "~2.8|~3.0|~4.0",
9757                 "symfony/dependency-injection": "~3.3|~4.0",
9758                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9759                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9760                 "symfony/http-kernel": "^3.3.5|~4.0",
9761                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
9762                 "symfony/property-access": "~2.8|~3.0|~4.0",
9763                 "symfony/var-dumper": "~3.3|~4.0",
9764                 "symfony/yaml": "~3.4|~4.0"
9765             },
9766             "suggest": {
9767                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9768                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9769                 "egulias/email-validator": "Strict (RFC compliant) email validation",
9770                 "psr/cache-implementation": "For using the metadata cache.",
9771                 "symfony/config": "",
9772                 "symfony/expression-language": "For using the Expression validator",
9773                 "symfony/http-foundation": "",
9774                 "symfony/intl": "",
9775                 "symfony/property-access": "For accessing properties within comparison constraints",
9776                 "symfony/yaml": ""
9777             },
9778             "type": "library",
9779             "extra": {
9780                 "branch-alias": {
9781                     "dev-master": "3.4-dev"
9782                 }
9783             },
9784             "autoload": {
9785                 "psr-4": {
9786                     "Symfony\\Component\\Validator\\": ""
9787                 },
9788                 "exclude-from-classmap": [
9789                     "/Tests/"
9790                 ]
9791             },
9792             "notification-url": "https://packagist.org/downloads/",
9793             "license": [
9794                 "MIT"
9795             ],
9796             "authors": [
9797                 {
9798                     "name": "Fabien Potencier",
9799                     "email": "fabien@symfony.com"
9800                 },
9801                 {
9802                     "name": "Symfony Community",
9803                     "homepage": "https://symfony.com/contributors"
9804                 }
9805             ],
9806             "description": "Symfony Validator Component",
9807             "homepage": "https://symfony.com",
9808             "time": "2018-10-14T18:32:13+00:00"
9809         },
9810         {
9811             "name": "symfony/var-dumper",
9812             "version": "v3.4.18",
9813             "source": {
9814                 "type": "git",
9815                 "url": "https://github.com/symfony/var-dumper.git",
9816                 "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181"
9817             },
9818             "dist": {
9819                 "type": "zip",
9820                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181",
9821                 "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181",
9822                 "shasum": ""
9823             },
9824             "require": {
9825                 "php": "^5.5.9|>=7.0.8",
9826                 "symfony/polyfill-mbstring": "~1.0"
9827             },
9828             "conflict": {
9829                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9830             },
9831             "require-dev": {
9832                 "ext-iconv": "*",
9833                 "twig/twig": "~1.34|~2.4"
9834             },
9835             "suggest": {
9836                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
9837                 "ext-intl": "To show region name in time zone dump",
9838                 "ext-symfony_debug": ""
9839             },
9840             "type": "library",
9841             "extra": {
9842                 "branch-alias": {
9843                     "dev-master": "3.4-dev"
9844                 }
9845             },
9846             "autoload": {
9847                 "files": [
9848                     "Resources/functions/dump.php"
9849                 ],
9850                 "psr-4": {
9851                     "Symfony\\Component\\VarDumper\\": ""
9852                 },
9853                 "exclude-from-classmap": [
9854                     "/Tests/"
9855                 ]
9856             },
9857             "notification-url": "https://packagist.org/downloads/",
9858             "license": [
9859                 "MIT"
9860             ],
9861             "authors": [
9862                 {
9863                     "name": "Nicolas Grekas",
9864                     "email": "p@tchwork.com"
9865                 },
9866                 {
9867                     "name": "Symfony Community",
9868                     "homepage": "https://symfony.com/contributors"
9869                 }
9870             ],
9871             "description": "Symfony mechanism for exploring and dumping PHP variables",
9872             "homepage": "https://symfony.com",
9873             "keywords": [
9874                 "debug",
9875                 "dump"
9876             ],
9877             "time": "2018-10-02T16:33:53+00:00"
9878         },
9879         {
9880             "name": "symfony/yaml",
9881             "version": "v3.4.18",
9882             "source": {
9883                 "type": "git",
9884                 "url": "https://github.com/symfony/yaml.git",
9885                 "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f"
9886             },
9887             "dist": {
9888                 "type": "zip",
9889                 "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f",
9890                 "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f",
9891                 "shasum": ""
9892             },
9893             "require": {
9894                 "php": "^5.5.9|>=7.0.8",
9895                 "symfony/polyfill-ctype": "~1.8"
9896             },
9897             "conflict": {
9898                 "symfony/console": "<3.4"
9899             },
9900             "require-dev": {
9901                 "symfony/console": "~3.4|~4.0"
9902             },
9903             "suggest": {
9904                 "symfony/console": "For validating YAML files using the lint command"
9905             },
9906             "type": "library",
9907             "extra": {
9908                 "branch-alias": {
9909                     "dev-master": "3.4-dev"
9910                 }
9911             },
9912             "autoload": {
9913                 "psr-4": {
9914                     "Symfony\\Component\\Yaml\\": ""
9915                 },
9916                 "exclude-from-classmap": [
9917                     "/Tests/"
9918                 ]
9919             },
9920             "notification-url": "https://packagist.org/downloads/",
9921             "license": [
9922                 "MIT"
9923             ],
9924             "authors": [
9925                 {
9926                     "name": "Fabien Potencier",
9927                     "email": "fabien@symfony.com"
9928                 },
9929                 {
9930                     "name": "Symfony Community",
9931                     "homepage": "https://symfony.com/contributors"
9932                 }
9933             ],
9934             "description": "Symfony Yaml Component",
9935             "homepage": "https://symfony.com",
9936             "time": "2018-10-02T16:33:53+00:00"
9937         },
9938         {
9939             "name": "twbs/bootstrap-sass",
9940             "version": "v3.3.7",
9941             "source": {
9942                 "type": "git",
9943                 "url": "https://github.com/twbs/bootstrap-sass.git",
9944                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
9945             },
9946             "dist": {
9947                 "type": "zip",
9948                 "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
9949                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
9950                 "shasum": ""
9951             },
9952             "type": "library",
9953             "extra": {
9954                 "branch-alias": {
9955                     "dev-master": "3.3.x-dev"
9956                 }
9957             },
9958             "notification-url": "https://packagist.org/downloads/",
9959             "license": [
9960                 "MIT"
9961             ],
9962             "authors": [
9963                 {
9964                     "name": "Mark Otto"
9965                 },
9966                 {
9967                     "name": "Thomas McDonald"
9968                 },
9969                 {
9970                     "name": "Tristan Harward"
9971                 },
9972                 {
9973                     "name": "Peter Gumeson"
9974                 },
9975                 {
9976                     "name": "Gleb Mazovetskiy"
9977                 },
9978                 {
9979                     "name": "Jacob Thornton"
9980                 }
9981             ],
9982             "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
9983             "homepage": "http://github.com/twbs/bootstrap-sass",
9984             "keywords": [
9985                 "bootstrap",
9986                 "css",
9987                 "sass"
9988             ],
9989             "time": "2016-07-25T19:58:53+00:00"
9990         },
9991         {
9992             "name": "twig/twig",
9993             "version": "v1.35.4",
9994             "source": {
9995                 "type": "git",
9996                 "url": "https://github.com/twigphp/Twig.git",
9997                 "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
9998             },
9999             "dist": {
10000                 "type": "zip",
10001                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
10002                 "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
10003                 "shasum": ""
10004             },
10005             "require": {
10006                 "php": ">=5.3.3",
10007                 "symfony/polyfill-ctype": "^1.8"
10008             },
10009             "require-dev": {
10010                 "psr/container": "^1.0",
10011                 "symfony/debug": "^2.7",
10012                 "symfony/phpunit-bridge": "^3.3"
10013             },
10014             "type": "library",
10015             "extra": {
10016                 "branch-alias": {
10017                     "dev-master": "1.35-dev"
10018                 }
10019             },
10020             "autoload": {
10021                 "psr-0": {
10022                     "Twig_": "lib/"
10023                 },
10024                 "psr-4": {
10025                     "Twig\\": "src/"
10026                 }
10027             },
10028             "notification-url": "https://packagist.org/downloads/",
10029             "license": [
10030                 "BSD-3-Clause"
10031             ],
10032             "authors": [
10033                 {
10034                     "name": "Fabien Potencier",
10035                     "email": "fabien@symfony.com",
10036                     "homepage": "http://fabien.potencier.org",
10037                     "role": "Lead Developer"
10038                 },
10039                 {
10040                     "name": "Armin Ronacher",
10041                     "email": "armin.ronacher@active-4.com",
10042                     "role": "Project Founder"
10043                 },
10044                 {
10045                     "name": "Twig Team",
10046                     "homepage": "https://twig.symfony.com/contributors",
10047                     "role": "Contributors"
10048                 }
10049             ],
10050             "description": "Twig, the flexible, fast, and secure template language for PHP",
10051             "homepage": "https://twig.symfony.com",
10052             "keywords": [
10053                 "templating"
10054             ],
10055             "time": "2018-07-13T07:12:17+00:00"
10056         },
10057         {
10058             "name": "webflo/drupal-finder",
10059             "version": "1.1.0",
10060             "source": {
10061                 "type": "git",
10062                 "url": "https://github.com/webflo/drupal-finder.git",
10063                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
10064             },
10065             "dist": {
10066                 "type": "zip",
10067                 "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
10068                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
10069                 "shasum": ""
10070             },
10071             "require-dev": {
10072                 "mikey179/vfsstream": "^1.6",
10073                 "phpunit/phpunit": "^4.8"
10074             },
10075             "type": "library",
10076             "autoload": {
10077                 "classmap": [
10078                     "src/DrupalFinder.php"
10079                 ]
10080             },
10081             "notification-url": "https://packagist.org/downloads/",
10082             "license": [
10083                 "GPL-2.0+"
10084             ],
10085             "authors": [
10086                 {
10087                     "name": "Florian Weber",
10088                     "email": "florian@webflo.org"
10089                 }
10090             ],
10091             "description": "Helper class to locate a Drupal installation from a given path.",
10092             "time": "2017-10-24T08:12:11+00:00"
10093         },
10094         {
10095             "name": "webmozart/assert",
10096             "version": "1.3.0",
10097             "source": {
10098                 "type": "git",
10099                 "url": "https://github.com/webmozart/assert.git",
10100                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
10101             },
10102             "dist": {
10103                 "type": "zip",
10104                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
10105                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
10106                 "shasum": ""
10107             },
10108             "require": {
10109                 "php": "^5.3.3 || ^7.0"
10110             },
10111             "require-dev": {
10112                 "phpunit/phpunit": "^4.6",
10113                 "sebastian/version": "^1.0.1"
10114             },
10115             "type": "library",
10116             "extra": {
10117                 "branch-alias": {
10118                     "dev-master": "1.3-dev"
10119                 }
10120             },
10121             "autoload": {
10122                 "psr-4": {
10123                     "Webmozart\\Assert\\": "src/"
10124                 }
10125             },
10126             "notification-url": "https://packagist.org/downloads/",
10127             "license": [
10128                 "MIT"
10129             ],
10130             "authors": [
10131                 {
10132                     "name": "Bernhard Schussek",
10133                     "email": "bschussek@gmail.com"
10134                 }
10135             ],
10136             "description": "Assertions to validate method input/output with nice error messages.",
10137             "keywords": [
10138                 "assert",
10139                 "check",
10140                 "validate"
10141             ],
10142             "time": "2018-01-29T19:49:41+00:00"
10143         },
10144         {
10145             "name": "webmozart/path-util",
10146             "version": "2.3.0",
10147             "source": {
10148                 "type": "git",
10149                 "url": "https://github.com/webmozart/path-util.git",
10150                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
10151             },
10152             "dist": {
10153                 "type": "zip",
10154                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
10155                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
10156                 "shasum": ""
10157             },
10158             "require": {
10159                 "php": ">=5.3.3",
10160                 "webmozart/assert": "~1.0"
10161             },
10162             "require-dev": {
10163                 "phpunit/phpunit": "^4.6",
10164                 "sebastian/version": "^1.0.1"
10165             },
10166             "type": "library",
10167             "extra": {
10168                 "branch-alias": {
10169                     "dev-master": "2.3-dev"
10170                 }
10171             },
10172             "autoload": {
10173                 "psr-4": {
10174                     "Webmozart\\PathUtil\\": "src/"
10175                 }
10176             },
10177             "notification-url": "https://packagist.org/downloads/",
10178             "license": [
10179                 "MIT"
10180             ],
10181             "authors": [
10182                 {
10183                     "name": "Bernhard Schussek",
10184                     "email": "bschussek@gmail.com"
10185                 }
10186             ],
10187             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
10188             "time": "2015-12-17T08:42:14+00:00"
10189         },
10190         {
10191             "name": "zendframework/zend-diactoros",
10192             "version": "1.8.6",
10193             "source": {
10194                 "type": "git",
10195                 "url": "https://github.com/zendframework/zend-diactoros.git",
10196                 "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
10197             },
10198             "dist": {
10199                 "type": "zip",
10200                 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
10201                 "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
10202                 "shasum": ""
10203             },
10204             "require": {
10205                 "php": "^5.6 || ^7.0",
10206                 "psr/http-message": "^1.0"
10207             },
10208             "provide": {
10209                 "psr/http-message-implementation": "1.0"
10210             },
10211             "require-dev": {
10212                 "ext-dom": "*",
10213                 "ext-libxml": "*",
10214                 "php-http/psr7-integration-tests": "dev-master",
10215                 "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
10216                 "zendframework/zend-coding-standard": "~1.0"
10217             },
10218             "type": "library",
10219             "extra": {
10220                 "branch-alias": {
10221                     "dev-master": "1.8.x-dev",
10222                     "dev-develop": "1.9.x-dev",
10223                     "dev-release-2.0": "2.0.x-dev"
10224                 }
10225             },
10226             "autoload": {
10227                 "files": [
10228                     "src/functions/create_uploaded_file.php",
10229                     "src/functions/marshal_headers_from_sapi.php",
10230                     "src/functions/marshal_method_from_sapi.php",
10231                     "src/functions/marshal_protocol_version_from_sapi.php",
10232                     "src/functions/marshal_uri_from_sapi.php",
10233                     "src/functions/normalize_server.php",
10234                     "src/functions/normalize_uploaded_files.php",
10235                     "src/functions/parse_cookie_header.php"
10236                 ],
10237                 "psr-4": {
10238                     "Zend\\Diactoros\\": "src/"
10239                 }
10240             },
10241             "notification-url": "https://packagist.org/downloads/",
10242             "license": [
10243                 "BSD-2-Clause"
10244             ],
10245             "description": "PSR HTTP Message implementations",
10246             "homepage": "https://github.com/zendframework/zend-diactoros",
10247             "keywords": [
10248                 "http",
10249                 "psr",
10250                 "psr-7"
10251             ],
10252             "time": "2018-09-05T19:29:37+00:00"
10253         },
10254         {
10255             "name": "zendframework/zend-escaper",
10256             "version": "2.6.0",
10257             "source": {
10258                 "type": "git",
10259                 "url": "https://github.com/zendframework/zend-escaper.git",
10260                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
10261             },
10262             "dist": {
10263                 "type": "zip",
10264                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
10265                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
10266                 "shasum": ""
10267             },
10268             "require": {
10269                 "php": "^5.6 || ^7.0"
10270             },
10271             "require-dev": {
10272                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
10273                 "zendframework/zend-coding-standard": "~1.0.0"
10274             },
10275             "type": "library",
10276             "extra": {
10277                 "branch-alias": {
10278                     "dev-master": "2.6.x-dev",
10279                     "dev-develop": "2.7.x-dev"
10280                 }
10281             },
10282             "autoload": {
10283                 "psr-4": {
10284                     "Zend\\Escaper\\": "src/"
10285                 }
10286             },
10287             "notification-url": "https://packagist.org/downloads/",
10288             "license": [
10289                 "BSD-3-Clause"
10290             ],
10291             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
10292             "keywords": [
10293                 "ZendFramework",
10294                 "escaper",
10295                 "zf"
10296             ],
10297             "time": "2018-04-25T15:48:53+00:00"
10298         },
10299         {
10300             "name": "zendframework/zend-feed",
10301             "version": "2.10.3",
10302             "source": {
10303                 "type": "git",
10304                 "url": "https://github.com/zendframework/zend-feed.git",
10305                 "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888"
10306             },
10307             "dist": {
10308                 "type": "zip",
10309                 "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/6641f4cf3f4586c63f83fd70b6d19966025c8888",
10310                 "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888",
10311                 "shasum": ""
10312             },
10313             "require": {
10314                 "php": "^5.6 || ^7.0",
10315                 "zendframework/zend-escaper": "^2.5.2",
10316                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
10317             },
10318             "require-dev": {
10319                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10320                 "psr/http-message": "^1.0.1",
10321                 "zendframework/zend-cache": "^2.7.2",
10322                 "zendframework/zend-coding-standard": "~1.0.0",
10323                 "zendframework/zend-db": "^2.8.2",
10324                 "zendframework/zend-http": "^2.7",
10325                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
10326                 "zendframework/zend-validator": "^2.10.1"
10327             },
10328             "suggest": {
10329                 "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
10330                 "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
10331                 "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
10332                 "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
10333                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
10334                 "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
10335             },
10336             "type": "library",
10337             "extra": {
10338                 "branch-alias": {
10339                     "dev-master": "2.10.x-dev",
10340                     "dev-develop": "2.11.x-dev"
10341                 }
10342             },
10343             "autoload": {
10344                 "psr-4": {
10345                     "Zend\\Feed\\": "src/"
10346                 }
10347             },
10348             "notification-url": "https://packagist.org/downloads/",
10349             "license": [
10350                 "BSD-3-Clause"
10351             ],
10352             "description": "provides functionality for consuming RSS and Atom feeds",
10353             "keywords": [
10354                 "ZendFramework",
10355                 "feed",
10356                 "zf"
10357             ],
10358             "time": "2018-08-01T13:53:20+00:00"
10359         },
10360         {
10361             "name": "zendframework/zend-stdlib",
10362             "version": "3.2.1",
10363             "source": {
10364                 "type": "git",
10365                 "url": "https://github.com/zendframework/zend-stdlib.git",
10366                 "reference": "66536006722aff9e62d1b331025089b7ec71c065"
10367             },
10368             "dist": {
10369                 "type": "zip",
10370                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
10371                 "reference": "66536006722aff9e62d1b331025089b7ec71c065",
10372                 "shasum": ""
10373             },
10374             "require": {
10375                 "php": "^5.6 || ^7.0"
10376             },
10377             "require-dev": {
10378                 "phpbench/phpbench": "^0.13",
10379                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
10380                 "zendframework/zend-coding-standard": "~1.0.0"
10381             },
10382             "type": "library",
10383             "extra": {
10384                 "branch-alias": {
10385                     "dev-master": "3.2.x-dev",
10386                     "dev-develop": "3.3.x-dev"
10387                 }
10388             },
10389             "autoload": {
10390                 "psr-4": {
10391                     "Zend\\Stdlib\\": "src/"
10392                 }
10393             },
10394             "notification-url": "https://packagist.org/downloads/",
10395             "license": [
10396                 "BSD-3-Clause"
10397             ],
10398             "description": "SPL extensions, array utilities, error handlers, and more",
10399             "keywords": [
10400                 "ZendFramework",
10401                 "stdlib",
10402                 "zf"
10403             ],
10404             "time": "2018-08-28T21:34:05+00:00"
10405         }
10406     ],
10407     "packages-dev": [
10408         {
10409             "name": "ajgl/breakpoint-twig-extension",
10410             "version": "0.3.0",
10411             "source": {
10412                 "type": "git",
10413                 "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
10414                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
10415             },
10416             "dist": {
10417                 "type": "zip",
10418                 "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
10419                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
10420                 "shasum": ""
10421             },
10422             "require": {
10423                 "php": ">=5.4.0",
10424                 "twig/twig": "^1.14"
10425             },
10426             "require-dev": {
10427                 "symfony/framework-bundle": "^2.3",
10428                 "symfony/twig-bundle": "^2.3"
10429             },
10430             "suggest": {
10431                 "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
10432                 "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
10433                 "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
10434             },
10435             "type": "library",
10436             "extra": {
10437                 "branch-alias": {
10438                     "dev-master": "0.4.x-dev"
10439                 }
10440             },
10441             "autoload": {
10442                 "psr-4": {
10443                     "Ajgl\\Twig\\Extension\\": "src/"
10444                 }
10445             },
10446             "notification-url": "https://packagist.org/downloads/",
10447             "license": [
10448                 "MIT"
10449             ],
10450             "authors": [
10451                 {
10452                     "name": "Antonio J. García Lagar",
10453                     "email": "aj@garcialagar.es",
10454                     "homepage": "http://aj.garcialagar.es",
10455                     "role": "developer"
10456                 }
10457             ],
10458             "description": "Twig extension to set breakpoints",
10459             "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
10460             "keywords": [
10461                 "Xdebug",
10462                 "breakpoint",
10463                 "twig"
10464             ],
10465             "time": "2016-03-31T18:09:32+00:00"
10466         },
10467         {
10468             "name": "behat/mink",
10469             "version": "v1.7.1",
10470             "source": {
10471                 "type": "git",
10472                 "url": "https://github.com/minkphp/Mink.git",
10473                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
10474             },
10475             "dist": {
10476                 "type": "zip",
10477                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
10478                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
10479                 "shasum": ""
10480             },
10481             "require": {
10482                 "php": ">=5.3.1",
10483                 "symfony/css-selector": "~2.1|~3.0"
10484             },
10485             "require-dev": {
10486                 "symfony/phpunit-bridge": "~2.7|~3.0"
10487             },
10488             "suggest": {
10489                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
10490                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
10491                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
10492                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
10493             },
10494             "type": "library",
10495             "extra": {
10496                 "branch-alias": {
10497                     "dev-master": "1.7.x-dev"
10498                 }
10499             },
10500             "autoload": {
10501                 "psr-4": {
10502                     "Behat\\Mink\\": "src/"
10503                 }
10504             },
10505             "notification-url": "https://packagist.org/downloads/",
10506             "license": [
10507                 "MIT"
10508             ],
10509             "authors": [
10510                 {
10511                     "name": "Konstantin Kudryashov",
10512                     "email": "ever.zet@gmail.com",
10513                     "homepage": "http://everzet.com"
10514                 }
10515             ],
10516             "description": "Browser controller/emulator abstraction for PHP",
10517             "homepage": "http://mink.behat.org/",
10518             "keywords": [
10519                 "browser",
10520                 "testing",
10521                 "web"
10522             ],
10523             "time": "2016-03-05T08:26:18+00:00"
10524         },
10525         {
10526             "name": "behat/mink-browserkit-driver",
10527             "version": "1.3.3",
10528             "source": {
10529                 "type": "git",
10530                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
10531                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
10532             },
10533             "dist": {
10534                 "type": "zip",
10535                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
10536                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
10537                 "shasum": ""
10538             },
10539             "require": {
10540                 "behat/mink": "^1.7.1@dev",
10541                 "php": ">=5.3.6",
10542                 "symfony/browser-kit": "~2.3|~3.0|~4.0",
10543                 "symfony/dom-crawler": "~2.3|~3.0|~4.0"
10544             },
10545             "require-dev": {
10546                 "mink/driver-testsuite": "dev-master",
10547                 "symfony/http-kernel": "~2.3|~3.0|~4.0"
10548             },
10549             "type": "mink-driver",
10550             "extra": {
10551                 "branch-alias": {
10552                     "dev-master": "1.3.x-dev"
10553                 }
10554             },
10555             "autoload": {
10556                 "psr-4": {
10557                     "Behat\\Mink\\Driver\\": "src/"
10558                 }
10559             },
10560             "notification-url": "https://packagist.org/downloads/",
10561             "license": [
10562                 "MIT"
10563             ],
10564             "authors": [
10565                 {
10566                     "name": "Konstantin Kudryashov",
10567                     "email": "ever.zet@gmail.com",
10568                     "homepage": "http://everzet.com"
10569                 }
10570             ],
10571             "description": "Symfony2 BrowserKit driver for Mink framework",
10572             "homepage": "http://mink.behat.org/",
10573             "keywords": [
10574                 "Mink",
10575                 "Symfony2",
10576                 "browser",
10577                 "testing"
10578             ],
10579             "time": "2018-05-02T09:25:31+00:00"
10580         },
10581         {
10582             "name": "behat/mink-goutte-driver",
10583             "version": "v1.2.1",
10584             "source": {
10585                 "type": "git",
10586                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
10587                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
10588             },
10589             "dist": {
10590                 "type": "zip",
10591                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
10592                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
10593                 "shasum": ""
10594             },
10595             "require": {
10596                 "behat/mink": "~1.6@dev",
10597                 "behat/mink-browserkit-driver": "~1.2@dev",
10598                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
10599                 "php": ">=5.3.1"
10600             },
10601             "require-dev": {
10602                 "symfony/phpunit-bridge": "~2.7|~3.0"
10603             },
10604             "type": "mink-driver",
10605             "extra": {
10606                 "branch-alias": {
10607                     "dev-master": "1.2.x-dev"
10608                 }
10609             },
10610             "autoload": {
10611                 "psr-4": {
10612                     "Behat\\Mink\\Driver\\": "src/"
10613                 }
10614             },
10615             "notification-url": "https://packagist.org/downloads/",
10616             "license": [
10617                 "MIT"
10618             ],
10619             "authors": [
10620                 {
10621                     "name": "Konstantin Kudryashov",
10622                     "email": "ever.zet@gmail.com",
10623                     "homepage": "http://everzet.com"
10624                 }
10625             ],
10626             "description": "Goutte driver for Mink framework",
10627             "homepage": "http://mink.behat.org/",
10628             "keywords": [
10629                 "browser",
10630                 "goutte",
10631                 "headless",
10632                 "testing"
10633             ],
10634             "time": "2016-03-05T09:04:22+00:00"
10635         },
10636         {
10637             "name": "doctrine/instantiator",
10638             "version": "1.0.5",
10639             "source": {
10640                 "type": "git",
10641                 "url": "https://github.com/doctrine/instantiator.git",
10642                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
10643             },
10644             "dist": {
10645                 "type": "zip",
10646                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
10647                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
10648                 "shasum": ""
10649             },
10650             "require": {
10651                 "php": ">=5.3,<8.0-DEV"
10652             },
10653             "require-dev": {
10654                 "athletic/athletic": "~0.1.8",
10655                 "ext-pdo": "*",
10656                 "ext-phar": "*",
10657                 "phpunit/phpunit": "~4.0",
10658                 "squizlabs/php_codesniffer": "~2.0"
10659             },
10660             "type": "library",
10661             "extra": {
10662                 "branch-alias": {
10663                     "dev-master": "1.0.x-dev"
10664                 }
10665             },
10666             "autoload": {
10667                 "psr-4": {
10668                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
10669                 }
10670             },
10671             "notification-url": "https://packagist.org/downloads/",
10672             "license": [
10673                 "MIT"
10674             ],
10675             "authors": [
10676                 {
10677                     "name": "Marco Pivetta",
10678                     "email": "ocramius@gmail.com",
10679                     "homepage": "http://ocramius.github.com/"
10680                 }
10681             ],
10682             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
10683             "homepage": "https://github.com/doctrine/instantiator",
10684             "keywords": [
10685                 "constructor",
10686                 "instantiate"
10687             ],
10688             "time": "2015-06-14T21:17:01+00:00"
10689         },
10690         {
10691             "name": "drupal/livereload",
10692             "version": "dev-1.x",
10693             "source": {
10694                 "type": "git",
10695                 "url": "https://git.drupal.org/project/livereload",
10696                 "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
10697             },
10698             "require": {
10699                 "drupal/core": "~8.0"
10700             },
10701             "type": "drupal-module",
10702             "extra": {
10703                 "branch-alias": {
10704                     "dev-1.x": "1.x-dev"
10705                 },
10706                 "drupal": {
10707                     "version": "8.x-1.x-dev",
10708                     "datestamp": "1474009739"
10709                 }
10710             },
10711             "notification-url": "https://packages.drupal.org/8/downloads",
10712             "license": [
10713                 "GPL-2.0+"
10714             ],
10715             "authors": [
10716                 {
10717                     "name": "Hydra",
10718                     "homepage": "https://www.drupal.org/user/647364"
10719                 },
10720                 {
10721                     "name": "tim.plunkett",
10722                     "homepage": "https://www.drupal.org/user/241634"
10723                 }
10724             ],
10725             "description": "Enables and enhances use of LiveReload during development.",
10726             "homepage": "https://www.drupal.org/project/livereload",
10727             "support": {
10728                 "source": "http://cgit.drupalcode.org/livereload"
10729             }
10730         },
10731         {
10732             "name": "drupal/twig_xdebug",
10733             "version": "1.0.0",
10734             "source": {
10735                 "type": "git",
10736                 "url": "https://git.drupal.org/project/twig_xdebug",
10737                 "reference": "8.x-1.0"
10738             },
10739             "dist": {
10740                 "type": "zip",
10741                 "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
10742                 "reference": "8.x-1.0",
10743                 "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
10744             },
10745             "require": {
10746                 "ajgl/breakpoint-twig-extension": "0.3",
10747                 "drupal/core": "~8.0"
10748             },
10749             "type": "drupal-module",
10750             "extra": {
10751                 "branch-alias": {
10752                     "dev-1.x": "1.x-dev"
10753                 },
10754                 "drupal": {
10755                     "version": "8.x-1.0",
10756                     "datestamp": "1464928439"
10757                 }
10758             },
10759             "notification-url": "https://packages.drupal.org/8/downloads",
10760             "license": [
10761                 "GPL-2.0+"
10762             ],
10763             "authors": [
10764                 {
10765                     "name": "charginghawk",
10766                     "homepage": "https://www.drupal.org/user/2626341"
10767                 }
10768             ],
10769             "description": "Enables Xdebug breakpoints in Twig.",
10770             "homepage": "https://www.drupal.org/project/twig_xdebug",
10771             "support": {
10772                 "source": "http://cgit.drupalcode.org/twig_xdebug"
10773             }
10774         },
10775         {
10776             "name": "fabpot/goutte",
10777             "version": "v3.2.3",
10778             "source": {
10779                 "type": "git",
10780                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
10781                 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
10782             },
10783             "dist": {
10784                 "type": "zip",
10785                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
10786                 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
10787                 "shasum": ""
10788             },
10789             "require": {
10790                 "guzzlehttp/guzzle": "^6.0",
10791                 "php": ">=5.5.0",
10792                 "symfony/browser-kit": "~2.1|~3.0|~4.0",
10793                 "symfony/css-selector": "~2.1|~3.0|~4.0",
10794                 "symfony/dom-crawler": "~2.1|~3.0|~4.0"
10795             },
10796             "require-dev": {
10797                 "symfony/phpunit-bridge": "^3.3 || ^4"
10798             },
10799             "type": "application",
10800             "extra": {
10801                 "branch-alias": {
10802                     "dev-master": "3.2-dev"
10803                 }
10804             },
10805             "autoload": {
10806                 "psr-4": {
10807                     "Goutte\\": "Goutte"
10808                 },
10809                 "exclude-from-classmap": [
10810                     "Goutte/Tests"
10811                 ]
10812             },
10813             "notification-url": "https://packagist.org/downloads/",
10814             "license": [
10815                 "MIT"
10816             ],
10817             "authors": [
10818                 {
10819                     "name": "Fabien Potencier",
10820                     "email": "fabien@symfony.com"
10821                 }
10822             ],
10823             "description": "A simple PHP Web Scraper",
10824             "homepage": "https://github.com/FriendsOfPHP/Goutte",
10825             "keywords": [
10826                 "scraper"
10827             ],
10828             "time": "2018-06-29T15:13:57+00:00"
10829         },
10830         {
10831             "name": "jcalderonzumba/gastonjs",
10832             "version": "v1.0.3",
10833             "source": {
10834                 "type": "git",
10835                 "url": "https://github.com/jcalderonzumba/gastonjs.git",
10836                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
10837             },
10838             "dist": {
10839                 "type": "zip",
10840                 "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
10841                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
10842                 "shasum": ""
10843             },
10844             "require": {
10845                 "guzzlehttp/guzzle": "~5.0|~6.0",
10846                 "php": ">=5.4"
10847             },
10848             "require-dev": {
10849                 "phpunit/phpunit": "~4.6",
10850                 "silex/silex": "~1.2",
10851                 "symfony/phpunit-bridge": "~2.7",
10852                 "symfony/process": "~2.1"
10853             },
10854             "type": "phantomjs-api",
10855             "extra": {
10856                 "branch-alias": {
10857                     "dev-master": "1.1.x-dev"
10858                 }
10859             },
10860             "autoload": {
10861                 "psr-4": {
10862                     "Zumba\\GastonJS\\": "src"
10863                 }
10864             },
10865             "notification-url": "https://packagist.org/downloads/",
10866             "license": [
10867                 "MIT"
10868             ],
10869             "authors": [
10870                 {
10871                     "name": "Juan Francisco Calderón Zumba",
10872                     "email": "juanfcz@gmail.com",
10873                     "homepage": "http://github.com/jcalderonzumba"
10874                 }
10875             ],
10876             "description": "PhantomJS API based server for webpage automation",
10877             "homepage": "https://github.com/jcalderonzumba/gastonjs",
10878             "keywords": [
10879                 "api",
10880                 "automation",
10881                 "browser",
10882                 "headless",
10883                 "phantomjs"
10884             ],
10885             "time": "2016-05-04T16:27:07+00:00"
10886         },
10887         {
10888             "name": "jcalderonzumba/mink-phantomjs-driver",
10889             "version": "v0.3.3",
10890             "source": {
10891                 "type": "git",
10892                 "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
10893                 "reference": "008f43670e94acd39273d15add1e7348eb23848d"
10894             },
10895             "dist": {
10896                 "type": "zip",
10897                 "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
10898                 "reference": "008f43670e94acd39273d15add1e7348eb23848d",
10899                 "shasum": ""
10900             },
10901             "require": {
10902                 "behat/mink": "~1.7",
10903                 "jcalderonzumba/gastonjs": "~1.0",
10904                 "php": ">=5.4",
10905                 "twig/twig": "~1.20|~2.0"
10906             },
10907             "require-dev": {
10908                 "mink/driver-testsuite": "dev-master",
10909                 "phpunit/phpunit": "~4.6"
10910             },
10911             "type": "mink-driver",
10912             "extra": {
10913                 "branch-alias": {
10914                     "dev-master": "0.4.x-dev"
10915                 }
10916             },
10917             "autoload": {
10918                 "psr-4": {
10919                     "Zumba\\Mink\\Driver\\": "src"
10920                 }
10921             },
10922             "notification-url": "https://packagist.org/downloads/",
10923             "license": [
10924                 "MIT"
10925             ],
10926             "authors": [
10927                 {
10928                     "name": "Juan Francisco Calderón Zumba",
10929                     "email": "juanfcz@gmail.com",
10930                     "homepage": "http://github.com/jcalderonzumba"
10931                 }
10932             ],
10933             "description": "PhantomJS driver for Mink framework",
10934             "homepage": "http://mink.behat.org/",
10935             "keywords": [
10936                 "ajax",
10937                 "browser",
10938                 "headless",
10939                 "javascript",
10940                 "phantomjs",
10941                 "testing"
10942             ],
10943             "time": "2016-12-01T10:57:30+00:00"
10944         },
10945         {
10946             "name": "mikey179/vfsStream",
10947             "version": "v1.6.5",
10948             "source": {
10949                 "type": "git",
10950                 "url": "https://github.com/mikey179/vfsStream.git",
10951                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
10952             },
10953             "dist": {
10954                 "type": "zip",
10955                 "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
10956                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
10957                 "shasum": ""
10958             },
10959             "require": {
10960                 "php": ">=5.3.0"
10961             },
10962             "require-dev": {
10963                 "phpunit/phpunit": "~4.5"
10964             },
10965             "type": "library",
10966             "extra": {
10967                 "branch-alias": {
10968                     "dev-master": "1.6.x-dev"
10969                 }
10970             },
10971             "autoload": {
10972                 "psr-0": {
10973                     "org\\bovigo\\vfs\\": "src/main/php"
10974                 }
10975             },
10976             "notification-url": "https://packagist.org/downloads/",
10977             "license": [
10978                 "BSD-3-Clause"
10979             ],
10980             "authors": [
10981                 {
10982                     "name": "Frank Kleine",
10983                     "homepage": "http://frankkleine.de/",
10984                     "role": "Developer"
10985                 }
10986             ],
10987             "description": "Virtual file system to mock the real file system in unit tests.",
10988             "homepage": "http://vfs.bovigo.org/",
10989             "time": "2017-08-01T08:02:14+00:00"
10990         },
10991         {
10992             "name": "phpspec/prophecy",
10993             "version": "1.8.0",
10994             "source": {
10995                 "type": "git",
10996                 "url": "https://github.com/phpspec/prophecy.git",
10997                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
10998             },
10999             "dist": {
11000                 "type": "zip",
11001                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
11002                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
11003                 "shasum": ""
11004             },
11005             "require": {
11006                 "doctrine/instantiator": "^1.0.2",
11007                 "php": "^5.3|^7.0",
11008                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
11009                 "sebastian/comparator": "^1.1|^2.0|^3.0",
11010                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
11011             },
11012             "require-dev": {
11013                 "phpspec/phpspec": "^2.5|^3.2",
11014                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
11015             },
11016             "type": "library",
11017             "extra": {
11018                 "branch-alias": {
11019                     "dev-master": "1.8.x-dev"
11020                 }
11021             },
11022             "autoload": {
11023                 "psr-0": {
11024                     "Prophecy\\": "src/"
11025                 }
11026             },
11027             "notification-url": "https://packagist.org/downloads/",
11028             "license": [
11029                 "MIT"
11030             ],
11031             "authors": [
11032                 {
11033                     "name": "Konstantin Kudryashov",
11034                     "email": "ever.zet@gmail.com",
11035                     "homepage": "http://everzet.com"
11036                 },
11037                 {
11038                     "name": "Marcello Duarte",
11039                     "email": "marcello.duarte@gmail.com"
11040                 }
11041             ],
11042             "description": "Highly opinionated mocking framework for PHP 5.3+",
11043             "homepage": "https://github.com/phpspec/prophecy",
11044             "keywords": [
11045                 "Double",
11046                 "Dummy",
11047                 "fake",
11048                 "mock",
11049                 "spy",
11050                 "stub"
11051             ],
11052             "time": "2018-08-05T17:53:17+00:00"
11053         },
11054         {
11055             "name": "phpunit/php-code-coverage",
11056             "version": "2.2.4",
11057             "source": {
11058                 "type": "git",
11059                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
11060                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
11061             },
11062             "dist": {
11063                 "type": "zip",
11064                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
11065                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
11066                 "shasum": ""
11067             },
11068             "require": {
11069                 "php": ">=5.3.3",
11070                 "phpunit/php-file-iterator": "~1.3",
11071                 "phpunit/php-text-template": "~1.2",
11072                 "phpunit/php-token-stream": "~1.3",
11073                 "sebastian/environment": "^1.3.2",
11074                 "sebastian/version": "~1.0"
11075             },
11076             "require-dev": {
11077                 "ext-xdebug": ">=2.1.4",
11078                 "phpunit/phpunit": "~4"
11079             },
11080             "suggest": {
11081                 "ext-dom": "*",
11082                 "ext-xdebug": ">=2.2.1",
11083                 "ext-xmlwriter": "*"
11084             },
11085             "type": "library",
11086             "extra": {
11087                 "branch-alias": {
11088                     "dev-master": "2.2.x-dev"
11089                 }
11090             },
11091             "autoload": {
11092                 "classmap": [
11093                     "src/"
11094                 ]
11095             },
11096             "notification-url": "https://packagist.org/downloads/",
11097             "license": [
11098                 "BSD-3-Clause"
11099             ],
11100             "authors": [
11101                 {
11102                     "name": "Sebastian Bergmann",
11103                     "email": "sb@sebastian-bergmann.de",
11104                     "role": "lead"
11105                 }
11106             ],
11107             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
11108             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
11109             "keywords": [
11110                 "coverage",
11111                 "testing",
11112                 "xunit"
11113             ],
11114             "time": "2015-10-06T15:47:00+00:00"
11115         },
11116         {
11117             "name": "phpunit/php-file-iterator",
11118             "version": "1.4.5",
11119             "source": {
11120                 "type": "git",
11121                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
11122                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
11123             },
11124             "dist": {
11125                 "type": "zip",
11126                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
11127                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
11128                 "shasum": ""
11129             },
11130             "require": {
11131                 "php": ">=5.3.3"
11132             },
11133             "type": "library",
11134             "extra": {
11135                 "branch-alias": {
11136                     "dev-master": "1.4.x-dev"
11137                 }
11138             },
11139             "autoload": {
11140                 "classmap": [
11141                     "src/"
11142                 ]
11143             },
11144             "notification-url": "https://packagist.org/downloads/",
11145             "license": [
11146                 "BSD-3-Clause"
11147             ],
11148             "authors": [
11149                 {
11150                     "name": "Sebastian Bergmann",
11151                     "email": "sb@sebastian-bergmann.de",
11152                     "role": "lead"
11153                 }
11154             ],
11155             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
11156             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
11157             "keywords": [
11158                 "filesystem",
11159                 "iterator"
11160             ],
11161             "time": "2017-11-27T13:52:08+00:00"
11162         },
11163         {
11164             "name": "phpunit/php-text-template",
11165             "version": "1.2.1",
11166             "source": {
11167                 "type": "git",
11168                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
11169                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
11170             },
11171             "dist": {
11172                 "type": "zip",
11173                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
11174                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
11175                 "shasum": ""
11176             },
11177             "require": {
11178                 "php": ">=5.3.3"
11179             },
11180             "type": "library",
11181             "autoload": {
11182                 "classmap": [
11183                     "src/"
11184                 ]
11185             },
11186             "notification-url": "https://packagist.org/downloads/",
11187             "license": [
11188                 "BSD-3-Clause"
11189             ],
11190             "authors": [
11191                 {
11192                     "name": "Sebastian Bergmann",
11193                     "email": "sebastian@phpunit.de",
11194                     "role": "lead"
11195                 }
11196             ],
11197             "description": "Simple template engine.",
11198             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
11199             "keywords": [
11200                 "template"
11201             ],
11202             "time": "2015-06-21T13:50:34+00:00"
11203         },
11204         {
11205             "name": "phpunit/php-timer",
11206             "version": "1.0.9",
11207             "source": {
11208                 "type": "git",
11209                 "url": "https://github.com/sebastianbergmann/php-timer.git",
11210                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
11211             },
11212             "dist": {
11213                 "type": "zip",
11214                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
11215                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
11216                 "shasum": ""
11217             },
11218             "require": {
11219                 "php": "^5.3.3 || ^7.0"
11220             },
11221             "require-dev": {
11222                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
11223             },
11224             "type": "library",
11225             "extra": {
11226                 "branch-alias": {
11227                     "dev-master": "1.0-dev"
11228                 }
11229             },
11230             "autoload": {
11231                 "classmap": [
11232                     "src/"
11233                 ]
11234             },
11235             "notification-url": "https://packagist.org/downloads/",
11236             "license": [
11237                 "BSD-3-Clause"
11238             ],
11239             "authors": [
11240                 {
11241                     "name": "Sebastian Bergmann",
11242                     "email": "sb@sebastian-bergmann.de",
11243                     "role": "lead"
11244                 }
11245             ],
11246             "description": "Utility class for timing",
11247             "homepage": "https://github.com/sebastianbergmann/php-timer/",
11248             "keywords": [
11249                 "timer"
11250             ],
11251             "time": "2017-02-26T11:10:40+00:00"
11252         },
11253         {
11254             "name": "phpunit/php-token-stream",
11255             "version": "1.4.12",
11256             "source": {
11257                 "type": "git",
11258                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
11259                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
11260             },
11261             "dist": {
11262                 "type": "zip",
11263                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
11264                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
11265                 "shasum": ""
11266             },
11267             "require": {
11268                 "ext-tokenizer": "*",
11269                 "php": ">=5.3.3"
11270             },
11271             "require-dev": {
11272                 "phpunit/phpunit": "~4.2"
11273             },
11274             "type": "library",
11275             "extra": {
11276                 "branch-alias": {
11277                     "dev-master": "1.4-dev"
11278                 }
11279             },
11280             "autoload": {
11281                 "classmap": [
11282                     "src/"
11283                 ]
11284             },
11285             "notification-url": "https://packagist.org/downloads/",
11286             "license": [
11287                 "BSD-3-Clause"
11288             ],
11289             "authors": [
11290                 {
11291                     "name": "Sebastian Bergmann",
11292                     "email": "sebastian@phpunit.de"
11293                 }
11294             ],
11295             "description": "Wrapper around PHP's tokenizer extension.",
11296             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
11297             "keywords": [
11298                 "tokenizer"
11299             ],
11300             "time": "2017-12-04T08:55:13+00:00"
11301         },
11302         {
11303             "name": "phpunit/phpunit",
11304             "version": "4.8.36",
11305             "source": {
11306                 "type": "git",
11307                 "url": "https://github.com/sebastianbergmann/phpunit.git",
11308                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
11309             },
11310             "dist": {
11311                 "type": "zip",
11312                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
11313                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
11314                 "shasum": ""
11315             },
11316             "require": {
11317                 "ext-dom": "*",
11318                 "ext-json": "*",
11319                 "ext-pcre": "*",
11320                 "ext-reflection": "*",
11321                 "ext-spl": "*",
11322                 "php": ">=5.3.3",
11323                 "phpspec/prophecy": "^1.3.1",
11324                 "phpunit/php-code-coverage": "~2.1",
11325                 "phpunit/php-file-iterator": "~1.4",
11326                 "phpunit/php-text-template": "~1.2",
11327                 "phpunit/php-timer": "^1.0.6",
11328                 "phpunit/phpunit-mock-objects": "~2.3",
11329                 "sebastian/comparator": "~1.2.2",
11330                 "sebastian/diff": "~1.2",
11331                 "sebastian/environment": "~1.3",
11332                 "sebastian/exporter": "~1.2",
11333                 "sebastian/global-state": "~1.0",
11334                 "sebastian/version": "~1.0",
11335                 "symfony/yaml": "~2.1|~3.0"
11336             },
11337             "suggest": {
11338                 "phpunit/php-invoker": "~1.1"
11339             },
11340             "bin": [
11341                 "phpunit"
11342             ],
11343             "type": "library",
11344             "extra": {
11345                 "branch-alias": {
11346                     "dev-master": "4.8.x-dev"
11347                 }
11348             },
11349             "autoload": {
11350                 "classmap": [
11351                     "src/"
11352                 ]
11353             },
11354             "notification-url": "https://packagist.org/downloads/",
11355             "license": [
11356                 "BSD-3-Clause"
11357             ],
11358             "authors": [
11359                 {
11360                     "name": "Sebastian Bergmann",
11361                     "email": "sebastian@phpunit.de",
11362                     "role": "lead"
11363                 }
11364             ],
11365             "description": "The PHP Unit Testing framework.",
11366             "homepage": "https://phpunit.de/",
11367             "keywords": [
11368                 "phpunit",
11369                 "testing",
11370                 "xunit"
11371             ],
11372             "time": "2017-06-21T08:07:12+00:00"
11373         },
11374         {
11375             "name": "phpunit/phpunit-mock-objects",
11376             "version": "2.3.8",
11377             "source": {
11378                 "type": "git",
11379                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
11380                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
11381             },
11382             "dist": {
11383                 "type": "zip",
11384                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
11385                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
11386                 "shasum": ""
11387             },
11388             "require": {
11389                 "doctrine/instantiator": "^1.0.2",
11390                 "php": ">=5.3.3",
11391                 "phpunit/php-text-template": "~1.2",
11392                 "sebastian/exporter": "~1.2"
11393             },
11394             "require-dev": {
11395                 "phpunit/phpunit": "~4.4"
11396             },
11397             "suggest": {
11398                 "ext-soap": "*"
11399             },
11400             "type": "library",
11401             "extra": {
11402                 "branch-alias": {
11403                     "dev-master": "2.3.x-dev"
11404                 }
11405             },
11406             "autoload": {
11407                 "classmap": [
11408                     "src/"
11409                 ]
11410             },
11411             "notification-url": "https://packagist.org/downloads/",
11412             "license": [
11413                 "BSD-3-Clause"
11414             ],
11415             "authors": [
11416                 {
11417                     "name": "Sebastian Bergmann",
11418                     "email": "sb@sebastian-bergmann.de",
11419                     "role": "lead"
11420                 }
11421             ],
11422             "description": "Mock Object library for PHPUnit",
11423             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
11424             "keywords": [
11425                 "mock",
11426                 "xunit"
11427             ],
11428             "time": "2015-10-02T06:51:40+00:00"
11429         },
11430         {
11431             "name": "sebastian/comparator",
11432             "version": "1.2.4",
11433             "source": {
11434                 "type": "git",
11435                 "url": "https://github.com/sebastianbergmann/comparator.git",
11436                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
11437             },
11438             "dist": {
11439                 "type": "zip",
11440                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
11441                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
11442                 "shasum": ""
11443             },
11444             "require": {
11445                 "php": ">=5.3.3",
11446                 "sebastian/diff": "~1.2",
11447                 "sebastian/exporter": "~1.2 || ~2.0"
11448             },
11449             "require-dev": {
11450                 "phpunit/phpunit": "~4.4"
11451             },
11452             "type": "library",
11453             "extra": {
11454                 "branch-alias": {
11455                     "dev-master": "1.2.x-dev"
11456                 }
11457             },
11458             "autoload": {
11459                 "classmap": [
11460                     "src/"
11461                 ]
11462             },
11463             "notification-url": "https://packagist.org/downloads/",
11464             "license": [
11465                 "BSD-3-Clause"
11466             ],
11467             "authors": [
11468                 {
11469                     "name": "Jeff Welch",
11470                     "email": "whatthejeff@gmail.com"
11471                 },
11472                 {
11473                     "name": "Volker Dusch",
11474                     "email": "github@wallbash.com"
11475                 },
11476                 {
11477                     "name": "Bernhard Schussek",
11478                     "email": "bschussek@2bepublished.at"
11479                 },
11480                 {
11481                     "name": "Sebastian Bergmann",
11482                     "email": "sebastian@phpunit.de"
11483                 }
11484             ],
11485             "description": "Provides the functionality to compare PHP values for equality",
11486             "homepage": "http://www.github.com/sebastianbergmann/comparator",
11487             "keywords": [
11488                 "comparator",
11489                 "compare",
11490                 "equality"
11491             ],
11492             "time": "2017-01-29T09:50:25+00:00"
11493         },
11494         {
11495             "name": "sebastian/diff",
11496             "version": "1.4.3",
11497             "source": {
11498                 "type": "git",
11499                 "url": "https://github.com/sebastianbergmann/diff.git",
11500                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
11501             },
11502             "dist": {
11503                 "type": "zip",
11504                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
11505                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
11506                 "shasum": ""
11507             },
11508             "require": {
11509                 "php": "^5.3.3 || ^7.0"
11510             },
11511             "require-dev": {
11512                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
11513             },
11514             "type": "library",
11515             "extra": {
11516                 "branch-alias": {
11517                     "dev-master": "1.4-dev"
11518                 }
11519             },
11520             "autoload": {
11521                 "classmap": [
11522                     "src/"
11523                 ]
11524             },
11525             "notification-url": "https://packagist.org/downloads/",
11526             "license": [
11527                 "BSD-3-Clause"
11528             ],
11529             "authors": [
11530                 {
11531                     "name": "Kore Nordmann",
11532                     "email": "mail@kore-nordmann.de"
11533                 },
11534                 {
11535                     "name": "Sebastian Bergmann",
11536                     "email": "sebastian@phpunit.de"
11537                 }
11538             ],
11539             "description": "Diff implementation",
11540             "homepage": "https://github.com/sebastianbergmann/diff",
11541             "keywords": [
11542                 "diff"
11543             ],
11544             "time": "2017-05-22T07:24:03+00:00"
11545         },
11546         {
11547             "name": "sebastian/environment",
11548             "version": "1.3.8",
11549             "source": {
11550                 "type": "git",
11551                 "url": "https://github.com/sebastianbergmann/environment.git",
11552                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
11553             },
11554             "dist": {
11555                 "type": "zip",
11556                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
11557                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
11558                 "shasum": ""
11559             },
11560             "require": {
11561                 "php": "^5.3.3 || ^7.0"
11562             },
11563             "require-dev": {
11564                 "phpunit/phpunit": "^4.8 || ^5.0"
11565             },
11566             "type": "library",
11567             "extra": {
11568                 "branch-alias": {
11569                     "dev-master": "1.3.x-dev"
11570                 }
11571             },
11572             "autoload": {
11573                 "classmap": [
11574                     "src/"
11575                 ]
11576             },
11577             "notification-url": "https://packagist.org/downloads/",
11578             "license": [
11579                 "BSD-3-Clause"
11580             ],
11581             "authors": [
11582                 {
11583                     "name": "Sebastian Bergmann",
11584                     "email": "sebastian@phpunit.de"
11585                 }
11586             ],
11587             "description": "Provides functionality to handle HHVM/PHP environments",
11588             "homepage": "http://www.github.com/sebastianbergmann/environment",
11589             "keywords": [
11590                 "Xdebug",
11591                 "environment",
11592                 "hhvm"
11593             ],
11594             "time": "2016-08-18T05:49:44+00:00"
11595         },
11596         {
11597             "name": "sebastian/exporter",
11598             "version": "1.2.2",
11599             "source": {
11600                 "type": "git",
11601                 "url": "https://github.com/sebastianbergmann/exporter.git",
11602                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
11603             },
11604             "dist": {
11605                 "type": "zip",
11606                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
11607                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
11608                 "shasum": ""
11609             },
11610             "require": {
11611                 "php": ">=5.3.3",
11612                 "sebastian/recursion-context": "~1.0"
11613             },
11614             "require-dev": {
11615                 "ext-mbstring": "*",
11616                 "phpunit/phpunit": "~4.4"
11617             },
11618             "type": "library",
11619             "extra": {
11620                 "branch-alias": {
11621                     "dev-master": "1.3.x-dev"
11622                 }
11623             },
11624             "autoload": {
11625                 "classmap": [
11626                     "src/"
11627                 ]
11628             },
11629             "notification-url": "https://packagist.org/downloads/",
11630             "license": [
11631                 "BSD-3-Clause"
11632             ],
11633             "authors": [
11634                 {
11635                     "name": "Jeff Welch",
11636                     "email": "whatthejeff@gmail.com"
11637                 },
11638                 {
11639                     "name": "Volker Dusch",
11640                     "email": "github@wallbash.com"
11641                 },
11642                 {
11643                     "name": "Bernhard Schussek",
11644                     "email": "bschussek@2bepublished.at"
11645                 },
11646                 {
11647                     "name": "Sebastian Bergmann",
11648                     "email": "sebastian@phpunit.de"
11649                 },
11650                 {
11651                     "name": "Adam Harvey",
11652                     "email": "aharvey@php.net"
11653                 }
11654             ],
11655             "description": "Provides the functionality to export PHP variables for visualization",
11656             "homepage": "http://www.github.com/sebastianbergmann/exporter",
11657             "keywords": [
11658                 "export",
11659                 "exporter"
11660             ],
11661             "time": "2016-06-17T09:04:28+00:00"
11662         },
11663         {
11664             "name": "sebastian/global-state",
11665             "version": "1.1.1",
11666             "source": {
11667                 "type": "git",
11668                 "url": "https://github.com/sebastianbergmann/global-state.git",
11669                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
11670             },
11671             "dist": {
11672                 "type": "zip",
11673                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
11674                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
11675                 "shasum": ""
11676             },
11677             "require": {
11678                 "php": ">=5.3.3"
11679             },
11680             "require-dev": {
11681                 "phpunit/phpunit": "~4.2"
11682             },
11683             "suggest": {
11684                 "ext-uopz": "*"
11685             },
11686             "type": "library",
11687             "extra": {
11688                 "branch-alias": {
11689                     "dev-master": "1.0-dev"
11690                 }
11691             },
11692             "autoload": {
11693                 "classmap": [
11694                     "src/"
11695                 ]
11696             },
11697             "notification-url": "https://packagist.org/downloads/",
11698             "license": [
11699                 "BSD-3-Clause"
11700             ],
11701             "authors": [
11702                 {
11703                     "name": "Sebastian Bergmann",
11704                     "email": "sebastian@phpunit.de"
11705                 }
11706             ],
11707             "description": "Snapshotting of global state",
11708             "homepage": "http://www.github.com/sebastianbergmann/global-state",
11709             "keywords": [
11710                 "global state"
11711             ],
11712             "time": "2015-10-12T03:26:01+00:00"
11713         },
11714         {
11715             "name": "sebastian/recursion-context",
11716             "version": "1.0.5",
11717             "source": {
11718                 "type": "git",
11719                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
11720                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
11721             },
11722             "dist": {
11723                 "type": "zip",
11724                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
11725                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
11726                 "shasum": ""
11727             },
11728             "require": {
11729                 "php": ">=5.3.3"
11730             },
11731             "require-dev": {
11732                 "phpunit/phpunit": "~4.4"
11733             },
11734             "type": "library",
11735             "extra": {
11736                 "branch-alias": {
11737                     "dev-master": "1.0.x-dev"
11738                 }
11739             },
11740             "autoload": {
11741                 "classmap": [
11742                     "src/"
11743                 ]
11744             },
11745             "notification-url": "https://packagist.org/downloads/",
11746             "license": [
11747                 "BSD-3-Clause"
11748             ],
11749             "authors": [
11750                 {
11751                     "name": "Jeff Welch",
11752                     "email": "whatthejeff@gmail.com"
11753                 },
11754                 {
11755                     "name": "Sebastian Bergmann",
11756                     "email": "sebastian@phpunit.de"
11757                 },
11758                 {
11759                     "name": "Adam Harvey",
11760                     "email": "aharvey@php.net"
11761                 }
11762             ],
11763             "description": "Provides functionality to recursively process PHP variables",
11764             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
11765             "time": "2016-10-03T07:41:43+00:00"
11766         },
11767         {
11768             "name": "sebastian/version",
11769             "version": "1.0.6",
11770             "source": {
11771                 "type": "git",
11772                 "url": "https://github.com/sebastianbergmann/version.git",
11773                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
11774             },
11775             "dist": {
11776                 "type": "zip",
11777                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
11778                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
11779                 "shasum": ""
11780             },
11781             "type": "library",
11782             "autoload": {
11783                 "classmap": [
11784                     "src/"
11785                 ]
11786             },
11787             "notification-url": "https://packagist.org/downloads/",
11788             "license": [
11789                 "BSD-3-Clause"
11790             ],
11791             "authors": [
11792                 {
11793                     "name": "Sebastian Bergmann",
11794                     "email": "sebastian@phpunit.de",
11795                     "role": "lead"
11796                 }
11797             ],
11798             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
11799             "homepage": "https://github.com/sebastianbergmann/version",
11800             "time": "2015-06-21T13:59:46+00:00"
11801         },
11802         {
11803             "name": "symfony/browser-kit",
11804             "version": "v3.4.18",
11805             "source": {
11806                 "type": "git",
11807                 "url": "https://github.com/symfony/browser-kit.git",
11808                 "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0"
11809             },
11810             "dist": {
11811                 "type": "zip",
11812                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
11813                 "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
11814                 "shasum": ""
11815             },
11816             "require": {
11817                 "php": "^5.5.9|>=7.0.8",
11818                 "symfony/dom-crawler": "~2.8|~3.0|~4.0"
11819             },
11820             "require-dev": {
11821                 "symfony/css-selector": "~2.8|~3.0|~4.0",
11822                 "symfony/process": "~2.8|~3.0|~4.0"
11823             },
11824             "suggest": {
11825                 "symfony/process": ""
11826             },
11827             "type": "library",
11828             "extra": {
11829                 "branch-alias": {
11830                     "dev-master": "3.4-dev"
11831                 }
11832             },
11833             "autoload": {
11834                 "psr-4": {
11835                     "Symfony\\Component\\BrowserKit\\": ""
11836                 },
11837                 "exclude-from-classmap": [
11838                     "/Tests/"
11839                 ]
11840             },
11841             "notification-url": "https://packagist.org/downloads/",
11842             "license": [
11843                 "MIT"
11844             ],
11845             "authors": [
11846                 {
11847                     "name": "Fabien Potencier",
11848                     "email": "fabien@symfony.com"
11849                 },
11850                 {
11851                     "name": "Symfony Community",
11852                     "homepage": "https://symfony.com/contributors"
11853                 }
11854             ],
11855             "description": "Symfony BrowserKit Component",
11856             "homepage": "https://symfony.com",
11857             "time": "2018-07-26T09:06:28+00:00"
11858         }
11859     ],
11860     "aliases": [],
11861     "minimum-stability": "dev",
11862     "stability-flags": {
11863         "drupal/eu_cookie_compliance": 10,
11864         "drupal/front": 10,
11865         "drupal/filefield_sources": 20,
11866         "drupal/php": 20,
11867         "drupal/hacked": 10,
11868         "drupal/pathologic": 15,
11869         "drupal/typogrify": 15,
11870         "drupal/entityqueue": 15,
11871         "drupal/advanced_help": 15,
11872         "drupal/better_formats": 20,
11873         "drupal/block_class": 15,
11874         "drupal/libraries": 15,
11875         "drupal/linkchecker": 20,
11876         "drupal/memcache": 15,
11877         "grom358/pharborist": 20,
11878         "drupal/superfish": 5,
11879         "drupal/views_responsive_grid": 20,
11880         "drupal/diff": 5,
11881         "drupal/ckeditor_widgets": 20,
11882         "drupal/layout_plugin": 15,
11883         "roave/security-advisories": 20,
11884         "drupal/inline_entity_form": 10,
11885         "drupal/entity_embed": 10,
11886         "drupal/dropzonejs": 15,
11887         "drupal/security_review": 20,
11888         "drupal/livereload": 20
11889     },
11890     "prefer-stable": true,
11891     "prefer-lowest": false,
11892     "platform": [],
11893     "platform-dev": [],
11894     "platform-overrides": {
11895         "php": "7.0.30"
11896     }
11897 }