Updating Media dependent modules to versions compatible with core Media.
[yaffs-website] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "69e55683428b6248efcebe4900a9b8cd",
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.24.0",
244             "source": {
245                 "type": "git",
246                 "url": "https://github.com/Chi-teck/drupal-code-generator.git",
247                 "reference": "20682ec4acc92e9671ba7b9bd0e972978c3a08f2"
248             },
249             "dist": {
250                 "type": "zip",
251                 "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/20682ec4acc92e9671ba7b9bd0e972978c3a08f2",
252                 "reference": "20682ec4acc92e9671ba7b9bd0e972978c3a08f2",
253                 "shasum": ""
254             },
255             "require": {
256                 "php": ">=5.5.9",
257                 "symfony/console": "~2.7|^3",
258                 "symfony/filesystem": "~2.7|^3",
259                 "twig/twig": "^1.23.1"
260             },
261             "bin": [
262                 "bin/dcg"
263             ],
264             "type": "library",
265             "autoload": {
266                 "files": [
267                     "src/bootstrap.php"
268                 ],
269                 "psr-4": {
270                     "DrupalCodeGenerator\\": "src"
271                 }
272             },
273             "notification-url": "https://packagist.org/downloads/",
274             "license": [
275                 "GPL-2.0-or-later"
276             ],
277             "description": "Drupal code generator",
278             "time": "2018-04-25T17:35:50+00:00"
279         },
280         {
281             "name": "composer/installers",
282             "version": "v1.5.0",
283             "source": {
284                 "type": "git",
285                 "url": "https://github.com/composer/installers.git",
286                 "reference": "049797d727261bf27f2690430d935067710049c2"
287             },
288             "dist": {
289                 "type": "zip",
290                 "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
291                 "reference": "049797d727261bf27f2690430d935067710049c2",
292                 "shasum": ""
293             },
294             "require": {
295                 "composer-plugin-api": "^1.0"
296             },
297             "replace": {
298                 "roundcube/plugin-installer": "*",
299                 "shama/baton": "*"
300             },
301             "require-dev": {
302                 "composer/composer": "1.0.*@dev",
303                 "phpunit/phpunit": "^4.8.36"
304             },
305             "type": "composer-plugin",
306             "extra": {
307                 "class": "Composer\\Installers\\Plugin",
308                 "branch-alias": {
309                     "dev-master": "1.0-dev"
310                 }
311             },
312             "autoload": {
313                 "psr-4": {
314                     "Composer\\Installers\\": "src/Composer/Installers"
315                 }
316             },
317             "notification-url": "https://packagist.org/downloads/",
318             "license": [
319                 "MIT"
320             ],
321             "authors": [
322                 {
323                     "name": "Kyle Robinson Young",
324                     "email": "kyle@dontkry.com",
325                     "homepage": "https://github.com/shama"
326                 }
327             ],
328             "description": "A multi-framework Composer library installer",
329             "homepage": "https://composer.github.io/installers/",
330             "keywords": [
331                 "Craft",
332                 "Dolibarr",
333                 "Eliasis",
334                 "Hurad",
335                 "ImageCMS",
336                 "Kanboard",
337                 "Lan Management System",
338                 "MODX Evo",
339                 "Mautic",
340                 "Maya",
341                 "OXID",
342                 "Plentymarkets",
343                 "Porto",
344                 "RadPHP",
345                 "SMF",
346                 "Thelia",
347                 "WolfCMS",
348                 "agl",
349                 "aimeos",
350                 "annotatecms",
351                 "attogram",
352                 "bitrix",
353                 "cakephp",
354                 "chef",
355                 "cockpit",
356                 "codeigniter",
357                 "concrete5",
358                 "croogo",
359                 "dokuwiki",
360                 "drupal",
361                 "eZ Platform",
362                 "elgg",
363                 "expressionengine",
364                 "fuelphp",
365                 "grav",
366                 "installer",
367                 "itop",
368                 "joomla",
369                 "kohana",
370                 "laravel",
371                 "lavalite",
372                 "lithium",
373                 "magento",
374                 "majima",
375                 "mako",
376                 "mediawiki",
377                 "modulework",
378                 "modx",
379                 "moodle",
380                 "osclass",
381                 "phpbb",
382                 "piwik",
383                 "ppi",
384                 "puppet",
385                 "pxcms",
386                 "reindex",
387                 "roundcube",
388                 "shopware",
389                 "silverstripe",
390                 "sydes",
391                 "symfony",
392                 "typo3",
393                 "wordpress",
394                 "yawik",
395                 "zend",
396                 "zikula"
397             ],
398             "time": "2017-12-29T09:13:20+00:00"
399         },
400         {
401             "name": "composer/semver",
402             "version": "1.4.2",
403             "source": {
404                 "type": "git",
405                 "url": "https://github.com/composer/semver.git",
406                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
407             },
408             "dist": {
409                 "type": "zip",
410                 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
411                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
412                 "shasum": ""
413             },
414             "require": {
415                 "php": "^5.3.2 || ^7.0"
416             },
417             "require-dev": {
418                 "phpunit/phpunit": "^4.5 || ^5.0.5",
419                 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
420             },
421             "type": "library",
422             "extra": {
423                 "branch-alias": {
424                     "dev-master": "1.x-dev"
425                 }
426             },
427             "autoload": {
428                 "psr-4": {
429                     "Composer\\Semver\\": "src"
430                 }
431             },
432             "notification-url": "https://packagist.org/downloads/",
433             "license": [
434                 "MIT"
435             ],
436             "authors": [
437                 {
438                     "name": "Nils Adermann",
439                     "email": "naderman@naderman.de",
440                     "homepage": "http://www.naderman.de"
441                 },
442                 {
443                     "name": "Jordi Boggiano",
444                     "email": "j.boggiano@seld.be",
445                     "homepage": "http://seld.be"
446                 },
447                 {
448                     "name": "Rob Bast",
449                     "email": "rob.bast@gmail.com",
450                     "homepage": "http://robbast.nl"
451                 }
452             ],
453             "description": "Semver library that offers utilities, version constraint parsing and validation.",
454             "keywords": [
455                 "semantic",
456                 "semver",
457                 "validation",
458                 "versioning"
459             ],
460             "time": "2016-08-30T16:08:34+00:00"
461         },
462         {
463             "name": "consolidation/annotated-command",
464             "version": "2.8.3",
465             "source": {
466                 "type": "git",
467                 "url": "https://github.com/consolidation/annotated-command.git",
468                 "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437"
469             },
470             "dist": {
471                 "type": "zip",
472                 "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
473                 "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
474                 "shasum": ""
475             },
476             "require": {
477                 "consolidation/output-formatters": "^3.1.12",
478                 "php": ">=5.4.0",
479                 "psr/log": "^1",
480                 "symfony/console": "^2.8|^3|^4",
481                 "symfony/event-dispatcher": "^2.5|^3|^4",
482                 "symfony/finder": "^2.5|^3|^4"
483             },
484             "require-dev": {
485                 "greg-1-anderson/composer-test-scenarios": "^1",
486                 "phpunit/phpunit": "^4.8",
487                 "satooshi/php-coveralls": "^1.0.2 | dev-master",
488                 "squizlabs/php_codesniffer": "^2.7"
489             },
490             "type": "library",
491             "extra": {
492                 "branch-alias": {
493                     "dev-master": "2.x-dev"
494                 }
495             },
496             "autoload": {
497                 "psr-4": {
498                     "Consolidation\\AnnotatedCommand\\": "src"
499                 }
500             },
501             "notification-url": "https://packagist.org/downloads/",
502             "license": [
503                 "MIT"
504             ],
505             "authors": [
506                 {
507                     "name": "Greg Anderson",
508                     "email": "greg.1.anderson@greenknowe.org"
509                 }
510             ],
511             "description": "Initialize Symfony Console commands from annotated command class methods.",
512             "time": "2018-02-23T16:32:04+00:00"
513         },
514         {
515             "name": "consolidation/config",
516             "version": "1.0.9",
517             "source": {
518                 "type": "git",
519                 "url": "https://github.com/consolidation/config.git",
520                 "reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c"
521             },
522             "dist": {
523                 "type": "zip",
524                 "url": "https://api.github.com/repos/consolidation/config/zipball/34ca8d7c1ee60a7b591b10617114cf1210a2e92c",
525                 "reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c",
526                 "shasum": ""
527             },
528             "require": {
529                 "dflydev/dot-access-data": "^1.1.0",
530                 "grasmash/expander": "^1",
531                 "php": ">=5.4.0"
532             },
533             "require-dev": {
534                 "greg-1-anderson/composer-test-scenarios": "^1",
535                 "phpunit/phpunit": "^4",
536                 "satooshi/php-coveralls": "^1.0",
537                 "squizlabs/php_codesniffer": "2.*",
538                 "symfony/console": "^2.5|^3|^4",
539                 "symfony/yaml": "^2.8.11|^3|^4"
540             },
541             "suggest": {
542                 "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
543             },
544             "type": "library",
545             "extra": {
546                 "branch-alias": {
547                     "dev-master": "1.x-dev"
548                 }
549             },
550             "autoload": {
551                 "psr-4": {
552                     "Consolidation\\Config\\": "src"
553                 }
554             },
555             "notification-url": "https://packagist.org/downloads/",
556             "license": [
557                 "MIT"
558             ],
559             "authors": [
560                 {
561                     "name": "Greg Anderson",
562                     "email": "greg.1.anderson@greenknowe.org"
563                 }
564             ],
565             "description": "Provide configuration services for a commandline tool.",
566             "time": "2017-12-22T17:28:19+00:00"
567         },
568         {
569             "name": "consolidation/log",
570             "version": "1.0.5",
571             "source": {
572                 "type": "git",
573                 "url": "https://github.com/consolidation/log.git",
574                 "reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821"
575             },
576             "dist": {
577                 "type": "zip",
578                 "url": "https://api.github.com/repos/consolidation/log/zipball/dbc7c535f319a4a2d5a5077738f8eb7c10df8821",
579                 "reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821",
580                 "shasum": ""
581             },
582             "require": {
583                 "php": ">=5.5.0",
584                 "psr/log": "~1.0",
585                 "symfony/console": "^2.8|^3|^4"
586             },
587             "require-dev": {
588                 "phpunit/phpunit": "4.*",
589                 "satooshi/php-coveralls": "dev-master",
590                 "squizlabs/php_codesniffer": "2.*"
591             },
592             "type": "library",
593             "extra": {
594                 "branch-alias": {
595                     "dev-master": "1.x-dev"
596                 }
597             },
598             "autoload": {
599                 "psr-4": {
600                     "Consolidation\\Log\\": "src"
601                 }
602             },
603             "notification-url": "https://packagist.org/downloads/",
604             "license": [
605                 "MIT"
606             ],
607             "authors": [
608                 {
609                     "name": "Greg Anderson",
610                     "email": "greg.1.anderson@greenknowe.org"
611                 }
612             ],
613             "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
614             "time": "2017-11-29T01:44:16+00:00"
615         },
616         {
617             "name": "consolidation/output-formatters",
618             "version": "3.2.0",
619             "source": {
620                 "type": "git",
621                 "url": "https://github.com/consolidation/output-formatters.git",
622                 "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9"
623             },
624             "dist": {
625                 "type": "zip",
626                 "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/da889e4bce19f145ca4ec5b1725a946f4eb625a9",
627                 "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9",
628                 "shasum": ""
629             },
630             "require": {
631                 "php": ">=5.4.0",
632                 "symfony/console": "^2.8|^3|^4",
633                 "symfony/finder": "^2.5|^3|^4"
634             },
635             "require-dev": {
636                 "g-1-a/composer-test-scenarios": "^2",
637                 "phpunit/phpunit": "^5.7.27",
638                 "satooshi/php-coveralls": "^2",
639                 "squizlabs/php_codesniffer": "^2.7",
640                 "symfony/console": "3.2.3",
641                 "symfony/var-dumper": "^2.8|^3|^4",
642                 "victorjonsson/markdowndocs": "^1.3"
643             },
644             "suggest": {
645                 "symfony/var-dumper": "For using the var_dump formatter"
646             },
647             "type": "library",
648             "extra": {
649                 "branch-alias": {
650                     "dev-master": "3.x-dev"
651                 }
652             },
653             "autoload": {
654                 "psr-4": {
655                     "Consolidation\\OutputFormatters\\": "src"
656                 }
657             },
658             "notification-url": "https://packagist.org/downloads/",
659             "license": [
660                 "MIT"
661             ],
662             "authors": [
663                 {
664                     "name": "Greg Anderson",
665                     "email": "greg.1.anderson@greenknowe.org"
666                 }
667             ],
668             "description": "Format text by applying transformations provided by plug-in formatters.",
669             "time": "2018-03-20T15:18:32+00:00"
670         },
671         {
672             "name": "consolidation/robo",
673             "version": "1.2.3",
674             "source": {
675                 "type": "git",
676                 "url": "https://github.com/consolidation/Robo.git",
677                 "reference": "54a13e268917b92576d75e10dca8227b95a574d9"
678             },
679             "dist": {
680                 "type": "zip",
681                 "url": "https://api.github.com/repos/consolidation/Robo/zipball/54a13e268917b92576d75e10dca8227b95a574d9",
682                 "reference": "54a13e268917b92576d75e10dca8227b95a574d9",
683                 "shasum": ""
684             },
685             "require": {
686                 "consolidation/annotated-command": "^2.8.2",
687                 "consolidation/config": "^1.0.1",
688                 "consolidation/log": "~1",
689                 "consolidation/output-formatters": "^3.1.13",
690                 "grasmash/yaml-expander": "^1.3",
691                 "league/container": "^2.2",
692                 "php": ">=5.5.0",
693                 "symfony/console": "^2.8|^3|^4",
694                 "symfony/event-dispatcher": "^2.5|^3|^4",
695                 "symfony/filesystem": "^2.5|^3|^4",
696                 "symfony/finder": "^2.5|^3|^4",
697                 "symfony/process": "^2.5|^3|^4"
698             },
699             "replace": {
700                 "codegyre/robo": "< 1.0"
701             },
702             "require-dev": {
703                 "codeception/aspect-mock": "^1|^2.1.1",
704                 "codeception/base": "^2.3.7",
705                 "codeception/verify": "^0.3.2",
706                 "g-1-a/composer-test-scenarios": "^2",
707                 "goaop/framework": "~2.1.2",
708                 "goaop/parser-reflection": "^1.1.0",
709                 "natxet/cssmin": "3.0.4",
710                 "nikic/php-parser": "^3.1.5",
711                 "patchwork/jsqueeze": "~2",
712                 "pear/archive_tar": "^1.4.2",
713                 "phpunit/php-code-coverage": "~2|~4",
714                 "satooshi/php-coveralls": "^2",
715                 "squizlabs/php_codesniffer": "^2.8"
716             },
717             "suggest": {
718                 "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
719                 "natxet/CssMin": "For minifying CSS files in taskMinify",
720                 "patchwork/jsqueeze": "For minifying JS files in taskMinify",
721                 "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
722             },
723             "bin": [
724                 "robo"
725             ],
726             "type": "library",
727             "extra": {
728                 "branch-alias": {
729                     "dev-master": "1.x-dev",
730                     "dev-state": "1.x-dev"
731                 }
732             },
733             "autoload": {
734                 "psr-4": {
735                     "Robo\\": "src"
736                 }
737             },
738             "notification-url": "https://packagist.org/downloads/",
739             "license": [
740                 "MIT"
741             ],
742             "authors": [
743                 {
744                     "name": "Davert",
745                     "email": "davert.php@resend.cc"
746                 }
747             ],
748             "description": "Modern task runner",
749             "time": "2018-04-06T05:27:37+00:00"
750         },
751         {
752             "name": "container-interop/container-interop",
753             "version": "1.2.0",
754             "source": {
755                 "type": "git",
756                 "url": "https://github.com/container-interop/container-interop.git",
757                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
758             },
759             "dist": {
760                 "type": "zip",
761                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
762                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
763                 "shasum": ""
764             },
765             "require": {
766                 "psr/container": "^1.0"
767             },
768             "type": "library",
769             "autoload": {
770                 "psr-4": {
771                     "Interop\\Container\\": "src/Interop/Container/"
772                 }
773             },
774             "notification-url": "https://packagist.org/downloads/",
775             "license": [
776                 "MIT"
777             ],
778             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
779             "homepage": "https://github.com/container-interop/container-interop",
780             "time": "2017-02-14T19:40:03+00:00"
781         },
782         {
783             "name": "cweagans/composer-patches",
784             "version": "1.6.4",
785             "source": {
786                 "type": "git",
787                 "url": "https://github.com/cweagans/composer-patches.git",
788                 "reference": "462e65061606dc6149349535d4322241515d1b16"
789             },
790             "dist": {
791                 "type": "zip",
792                 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/462e65061606dc6149349535d4322241515d1b16",
793                 "reference": "462e65061606dc6149349535d4322241515d1b16",
794                 "shasum": ""
795             },
796             "require": {
797                 "composer-plugin-api": "^1.0",
798                 "php": ">=5.3.0"
799             },
800             "require-dev": {
801                 "composer/composer": "~1.0",
802                 "phpunit/phpunit": "~4.6"
803             },
804             "type": "composer-plugin",
805             "extra": {
806                 "class": "cweagans\\Composer\\Patches"
807             },
808             "autoload": {
809                 "psr-4": {
810                     "cweagans\\Composer\\": "src"
811                 }
812             },
813             "notification-url": "https://packagist.org/downloads/",
814             "license": [
815                 "BSD-2-Clause"
816             ],
817             "authors": [
818                 {
819                     "name": "Cameron Eagans",
820                     "email": "me@cweagans.net"
821                 }
822             ],
823             "description": "Provides a way to patch Composer packages.",
824             "time": "2017-12-07T16:16:31+00:00"
825         },
826         {
827             "name": "dflydev/dot-access-configuration",
828             "version": "v1.0.2",
829             "source": {
830                 "type": "git",
831                 "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
832                 "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d"
833             },
834             "dist": {
835                 "type": "zip",
836                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/ae6e7138b1d9063d343322cca63994ee1ac5161d",
837                 "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d",
838                 "shasum": ""
839             },
840             "require": {
841                 "dflydev/dot-access-data": "1.*",
842                 "dflydev/placeholder-resolver": "1.*",
843                 "php": ">=5.3.2"
844             },
845             "require-dev": {
846                 "symfony/yaml": "~2.1"
847             },
848             "suggest": {
849                 "symfony/yaml": "Required for using the YAML Configuration Builders"
850             },
851             "type": "library",
852             "extra": {
853                 "branch-alias": {
854                     "dev-master": "1.0-dev"
855                 }
856             },
857             "autoload": {
858                 "psr-0": {
859                     "Dflydev\\DotAccessConfiguration": "src"
860                 }
861             },
862             "notification-url": "https://packagist.org/downloads/",
863             "license": [
864                 "MIT"
865             ],
866             "authors": [
867                 {
868                     "name": "Dragonfly Development Inc.",
869                     "email": "info@dflydev.com",
870                     "homepage": "http://dflydev.com"
871                 },
872                 {
873                     "name": "Beau Simensen",
874                     "email": "beau@dflydev.com",
875                     "homepage": "http://beausimensen.com"
876                 }
877             ],
878             "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
879             "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
880             "keywords": [
881                 "config",
882                 "configuration"
883             ],
884             "time": "2016-12-12T17:43:40+00:00"
885         },
886         {
887             "name": "dflydev/dot-access-data",
888             "version": "v1.1.0",
889             "source": {
890                 "type": "git",
891                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
892                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
893             },
894             "dist": {
895                 "type": "zip",
896                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
897                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
898                 "shasum": ""
899             },
900             "require": {
901                 "php": ">=5.3.2"
902             },
903             "type": "library",
904             "extra": {
905                 "branch-alias": {
906                     "dev-master": "1.0-dev"
907                 }
908             },
909             "autoload": {
910                 "psr-0": {
911                     "Dflydev\\DotAccessData": "src"
912                 }
913             },
914             "notification-url": "https://packagist.org/downloads/",
915             "license": [
916                 "MIT"
917             ],
918             "authors": [
919                 {
920                     "name": "Dragonfly Development Inc.",
921                     "email": "info@dflydev.com",
922                     "homepage": "http://dflydev.com"
923                 },
924                 {
925                     "name": "Beau Simensen",
926                     "email": "beau@dflydev.com",
927                     "homepage": "http://beausimensen.com"
928                 },
929                 {
930                     "name": "Carlos Frutos",
931                     "email": "carlos@kiwing.it",
932                     "homepage": "https://github.com/cfrutos"
933                 }
934             ],
935             "description": "Given a deep data structure, access data by dot notation.",
936             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
937             "keywords": [
938                 "access",
939                 "data",
940                 "dot",
941                 "notation"
942             ],
943             "time": "2017-01-20T21:14:22+00:00"
944         },
945         {
946             "name": "dflydev/placeholder-resolver",
947             "version": "v1.0.2",
948             "source": {
949                 "type": "git",
950                 "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
951                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
952             },
953             "dist": {
954                 "type": "zip",
955                 "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
956                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
957                 "shasum": ""
958             },
959             "require": {
960                 "php": ">=5.3.2"
961             },
962             "type": "library",
963             "extra": {
964                 "branch-alias": {
965                     "dev-master": "1.0-dev"
966                 }
967             },
968             "autoload": {
969                 "psr-0": {
970                     "Dflydev\\PlaceholderResolver": "src"
971                 }
972             },
973             "notification-url": "https://packagist.org/downloads/",
974             "license": [
975                 "MIT"
976             ],
977             "authors": [
978                 {
979                     "name": "Dragonfly Development Inc.",
980                     "email": "info@dflydev.com",
981                     "homepage": "http://dflydev.com"
982                 },
983                 {
984                     "name": "Beau Simensen",
985                     "email": "beau@dflydev.com",
986                     "homepage": "http://beausimensen.com"
987                 }
988             ],
989             "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.",
990             "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
991             "keywords": [
992                 "placeholder",
993                 "resolver"
994             ],
995             "time": "2012-10-28T21:08:28+00:00"
996         },
997         {
998             "name": "dnoegel/php-xdg-base-dir",
999             "version": "0.1",
1000             "source": {
1001                 "type": "git",
1002                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
1003                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
1004             },
1005             "dist": {
1006                 "type": "zip",
1007                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1008                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1009                 "shasum": ""
1010             },
1011             "require": {
1012                 "php": ">=5.3.2"
1013             },
1014             "require-dev": {
1015                 "phpunit/phpunit": "@stable"
1016             },
1017             "type": "project",
1018             "autoload": {
1019                 "psr-4": {
1020                     "XdgBaseDir\\": "src/"
1021                 }
1022             },
1023             "notification-url": "https://packagist.org/downloads/",
1024             "license": [
1025                 "MIT"
1026             ],
1027             "description": "implementation of xdg base directory specification for php",
1028             "time": "2014-10-24T07:27:01+00:00"
1029         },
1030         {
1031             "name": "doctrine/annotations",
1032             "version": "v1.4.0",
1033             "source": {
1034                 "type": "git",
1035                 "url": "https://github.com/doctrine/annotations.git",
1036                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1037             },
1038             "dist": {
1039                 "type": "zip",
1040                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1041                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1042                 "shasum": ""
1043             },
1044             "require": {
1045                 "doctrine/lexer": "1.*",
1046                 "php": "^5.6 || ^7.0"
1047             },
1048             "require-dev": {
1049                 "doctrine/cache": "1.*",
1050                 "phpunit/phpunit": "^5.7"
1051             },
1052             "type": "library",
1053             "extra": {
1054                 "branch-alias": {
1055                     "dev-master": "1.4.x-dev"
1056                 }
1057             },
1058             "autoload": {
1059                 "psr-4": {
1060                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1061                 }
1062             },
1063             "notification-url": "https://packagist.org/downloads/",
1064             "license": [
1065                 "MIT"
1066             ],
1067             "authors": [
1068                 {
1069                     "name": "Roman Borschel",
1070                     "email": "roman@code-factory.org"
1071                 },
1072                 {
1073                     "name": "Benjamin Eberlei",
1074                     "email": "kontakt@beberlei.de"
1075                 },
1076                 {
1077                     "name": "Guilherme Blanco",
1078                     "email": "guilhermeblanco@gmail.com"
1079                 },
1080                 {
1081                     "name": "Jonathan Wage",
1082                     "email": "jonwage@gmail.com"
1083                 },
1084                 {
1085                     "name": "Johannes Schmitt",
1086                     "email": "schmittjoh@gmail.com"
1087                 }
1088             ],
1089             "description": "Docblock Annotations Parser",
1090             "homepage": "http://www.doctrine-project.org",
1091             "keywords": [
1092                 "annotations",
1093                 "docblock",
1094                 "parser"
1095             ],
1096             "time": "2017-02-24T16:22:25+00:00"
1097         },
1098         {
1099             "name": "doctrine/cache",
1100             "version": "v1.6.2",
1101             "source": {
1102                 "type": "git",
1103                 "url": "https://github.com/doctrine/cache.git",
1104                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
1105             },
1106             "dist": {
1107                 "type": "zip",
1108                 "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
1109                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
1110                 "shasum": ""
1111             },
1112             "require": {
1113                 "php": "~5.5|~7.0"
1114             },
1115             "conflict": {
1116                 "doctrine/common": ">2.2,<2.4"
1117             },
1118             "require-dev": {
1119                 "phpunit/phpunit": "~4.8|~5.0",
1120                 "predis/predis": "~1.0",
1121                 "satooshi/php-coveralls": "~0.6"
1122             },
1123             "type": "library",
1124             "extra": {
1125                 "branch-alias": {
1126                     "dev-master": "1.6.x-dev"
1127                 }
1128             },
1129             "autoload": {
1130                 "psr-4": {
1131                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1132                 }
1133             },
1134             "notification-url": "https://packagist.org/downloads/",
1135             "license": [
1136                 "MIT"
1137             ],
1138             "authors": [
1139                 {
1140                     "name": "Roman Borschel",
1141                     "email": "roman@code-factory.org"
1142                 },
1143                 {
1144                     "name": "Benjamin Eberlei",
1145                     "email": "kontakt@beberlei.de"
1146                 },
1147                 {
1148                     "name": "Guilherme Blanco",
1149                     "email": "guilhermeblanco@gmail.com"
1150                 },
1151                 {
1152                     "name": "Jonathan Wage",
1153                     "email": "jonwage@gmail.com"
1154                 },
1155                 {
1156                     "name": "Johannes Schmitt",
1157                     "email": "schmittjoh@gmail.com"
1158                 }
1159             ],
1160             "description": "Caching library offering an object-oriented API for many cache backends",
1161             "homepage": "http://www.doctrine-project.org",
1162             "keywords": [
1163                 "cache",
1164                 "caching"
1165             ],
1166             "time": "2017-07-22T12:49:21+00:00"
1167         },
1168         {
1169             "name": "doctrine/collections",
1170             "version": "v1.4.0",
1171             "source": {
1172                 "type": "git",
1173                 "url": "https://github.com/doctrine/collections.git",
1174                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
1175             },
1176             "dist": {
1177                 "type": "zip",
1178                 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
1179                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
1180                 "shasum": ""
1181             },
1182             "require": {
1183                 "php": "^5.6 || ^7.0"
1184             },
1185             "require-dev": {
1186                 "doctrine/coding-standard": "~0.1@dev",
1187                 "phpunit/phpunit": "^5.7"
1188             },
1189             "type": "library",
1190             "extra": {
1191                 "branch-alias": {
1192                     "dev-master": "1.3.x-dev"
1193                 }
1194             },
1195             "autoload": {
1196                 "psr-0": {
1197                     "Doctrine\\Common\\Collections\\": "lib/"
1198                 }
1199             },
1200             "notification-url": "https://packagist.org/downloads/",
1201             "license": [
1202                 "MIT"
1203             ],
1204             "authors": [
1205                 {
1206                     "name": "Roman Borschel",
1207                     "email": "roman@code-factory.org"
1208                 },
1209                 {
1210                     "name": "Benjamin Eberlei",
1211                     "email": "kontakt@beberlei.de"
1212                 },
1213                 {
1214                     "name": "Guilherme Blanco",
1215                     "email": "guilhermeblanco@gmail.com"
1216                 },
1217                 {
1218                     "name": "Jonathan Wage",
1219                     "email": "jonwage@gmail.com"
1220                 },
1221                 {
1222                     "name": "Johannes Schmitt",
1223                     "email": "schmittjoh@gmail.com"
1224                 }
1225             ],
1226             "description": "Collections Abstraction library",
1227             "homepage": "http://www.doctrine-project.org",
1228             "keywords": [
1229                 "array",
1230                 "collections",
1231                 "iterator"
1232             ],
1233             "time": "2017-01-03T10:49:41+00:00"
1234         },
1235         {
1236             "name": "doctrine/common",
1237             "version": "v2.7.3",
1238             "source": {
1239                 "type": "git",
1240                 "url": "https://github.com/doctrine/common.git",
1241                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
1242             },
1243             "dist": {
1244                 "type": "zip",
1245                 "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
1246                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
1247                 "shasum": ""
1248             },
1249             "require": {
1250                 "doctrine/annotations": "1.*",
1251                 "doctrine/cache": "1.*",
1252                 "doctrine/collections": "1.*",
1253                 "doctrine/inflector": "1.*",
1254                 "doctrine/lexer": "1.*",
1255                 "php": "~5.6|~7.0"
1256             },
1257             "require-dev": {
1258                 "phpunit/phpunit": "^5.4.6"
1259             },
1260             "type": "library",
1261             "extra": {
1262                 "branch-alias": {
1263                     "dev-master": "2.7.x-dev"
1264                 }
1265             },
1266             "autoload": {
1267                 "psr-4": {
1268                     "Doctrine\\Common\\": "lib/Doctrine/Common"
1269                 }
1270             },
1271             "notification-url": "https://packagist.org/downloads/",
1272             "license": [
1273                 "MIT"
1274             ],
1275             "authors": [
1276                 {
1277                     "name": "Roman Borschel",
1278                     "email": "roman@code-factory.org"
1279                 },
1280                 {
1281                     "name": "Benjamin Eberlei",
1282                     "email": "kontakt@beberlei.de"
1283                 },
1284                 {
1285                     "name": "Guilherme Blanco",
1286                     "email": "guilhermeblanco@gmail.com"
1287                 },
1288                 {
1289                     "name": "Jonathan Wage",
1290                     "email": "jonwage@gmail.com"
1291                 },
1292                 {
1293                     "name": "Johannes Schmitt",
1294                     "email": "schmittjoh@gmail.com"
1295                 }
1296             ],
1297             "description": "Common Library for Doctrine projects",
1298             "homepage": "http://www.doctrine-project.org",
1299             "keywords": [
1300                 "annotations",
1301                 "collections",
1302                 "eventmanager",
1303                 "persistence",
1304                 "spl"
1305             ],
1306             "time": "2017-07-22T08:35:12+00:00"
1307         },
1308         {
1309             "name": "doctrine/inflector",
1310             "version": "v1.2.0",
1311             "source": {
1312                 "type": "git",
1313                 "url": "https://github.com/doctrine/inflector.git",
1314                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
1315             },
1316             "dist": {
1317                 "type": "zip",
1318                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
1319                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
1320                 "shasum": ""
1321             },
1322             "require": {
1323                 "php": "^7.0"
1324             },
1325             "require-dev": {
1326                 "phpunit/phpunit": "^6.2"
1327             },
1328             "type": "library",
1329             "extra": {
1330                 "branch-alias": {
1331                     "dev-master": "1.2.x-dev"
1332                 }
1333             },
1334             "autoload": {
1335                 "psr-4": {
1336                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1337                 }
1338             },
1339             "notification-url": "https://packagist.org/downloads/",
1340             "license": [
1341                 "MIT"
1342             ],
1343             "authors": [
1344                 {
1345                     "name": "Roman Borschel",
1346                     "email": "roman@code-factory.org"
1347                 },
1348                 {
1349                     "name": "Benjamin Eberlei",
1350                     "email": "kontakt@beberlei.de"
1351                 },
1352                 {
1353                     "name": "Guilherme Blanco",
1354                     "email": "guilhermeblanco@gmail.com"
1355                 },
1356                 {
1357                     "name": "Jonathan Wage",
1358                     "email": "jonwage@gmail.com"
1359                 },
1360                 {
1361                     "name": "Johannes Schmitt",
1362                     "email": "schmittjoh@gmail.com"
1363                 }
1364             ],
1365             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1366             "homepage": "http://www.doctrine-project.org",
1367             "keywords": [
1368                 "inflection",
1369                 "pluralize",
1370                 "singularize",
1371                 "string"
1372             ],
1373             "time": "2017-07-22T12:18:28+00:00"
1374         },
1375         {
1376             "name": "doctrine/instantiator",
1377             "version": "1.0.5",
1378             "source": {
1379                 "type": "git",
1380                 "url": "https://github.com/doctrine/instantiator.git",
1381                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1382             },
1383             "dist": {
1384                 "type": "zip",
1385                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1386                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1387                 "shasum": ""
1388             },
1389             "require": {
1390                 "php": ">=5.3,<8.0-DEV"
1391             },
1392             "require-dev": {
1393                 "athletic/athletic": "~0.1.8",
1394                 "ext-pdo": "*",
1395                 "ext-phar": "*",
1396                 "phpunit/phpunit": "~4.0",
1397                 "squizlabs/php_codesniffer": "~2.0"
1398             },
1399             "type": "library",
1400             "extra": {
1401                 "branch-alias": {
1402                     "dev-master": "1.0.x-dev"
1403                 }
1404             },
1405             "autoload": {
1406                 "psr-4": {
1407                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1408                 }
1409             },
1410             "notification-url": "https://packagist.org/downloads/",
1411             "license": [
1412                 "MIT"
1413             ],
1414             "authors": [
1415                 {
1416                     "name": "Marco Pivetta",
1417                     "email": "ocramius@gmail.com",
1418                     "homepage": "http://ocramius.github.com/"
1419                 }
1420             ],
1421             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1422             "homepage": "https://github.com/doctrine/instantiator",
1423             "keywords": [
1424                 "constructor",
1425                 "instantiate"
1426             ],
1427             "time": "2015-06-14T21:17:01+00:00"
1428         },
1429         {
1430             "name": "doctrine/lexer",
1431             "version": "v1.0.1",
1432             "source": {
1433                 "type": "git",
1434                 "url": "https://github.com/doctrine/lexer.git",
1435                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1436             },
1437             "dist": {
1438                 "type": "zip",
1439                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1440                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1441                 "shasum": ""
1442             },
1443             "require": {
1444                 "php": ">=5.3.2"
1445             },
1446             "type": "library",
1447             "extra": {
1448                 "branch-alias": {
1449                     "dev-master": "1.0.x-dev"
1450                 }
1451             },
1452             "autoload": {
1453                 "psr-0": {
1454                     "Doctrine\\Common\\Lexer\\": "lib/"
1455                 }
1456             },
1457             "notification-url": "https://packagist.org/downloads/",
1458             "license": [
1459                 "MIT"
1460             ],
1461             "authors": [
1462                 {
1463                     "name": "Roman Borschel",
1464                     "email": "roman@code-factory.org"
1465                 },
1466                 {
1467                     "name": "Guilherme Blanco",
1468                     "email": "guilhermeblanco@gmail.com"
1469                 },
1470                 {
1471                     "name": "Johannes Schmitt",
1472                     "email": "schmittjoh@gmail.com"
1473                 }
1474             ],
1475             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1476             "homepage": "http://www.doctrine-project.org",
1477             "keywords": [
1478                 "lexer",
1479                 "parser"
1480             ],
1481             "time": "2014-09-09T13:34:57+00:00"
1482         },
1483         {
1484             "name": "drupal-composer/drupal-scaffold",
1485             "version": "2.4.0",
1486             "source": {
1487                 "type": "git",
1488                 "url": "https://github.com/drupal-composer/drupal-scaffold.git",
1489                 "reference": "745f0a2d4141fc83d3b42222beff43d66afb3dc6"
1490             },
1491             "dist": {
1492                 "type": "zip",
1493                 "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/745f0a2d4141fc83d3b42222beff43d66afb3dc6",
1494                 "reference": "745f0a2d4141fc83d3b42222beff43d66afb3dc6",
1495                 "shasum": ""
1496             },
1497             "require": {
1498                 "composer-plugin-api": "^1.0.0",
1499                 "composer/semver": "^1.4",
1500                 "php": ">=5.4.5"
1501             },
1502             "require-dev": {
1503                 "composer/composer": "dev-master",
1504                 "phpunit/phpunit": "^4.4.0"
1505             },
1506             "type": "composer-plugin",
1507             "extra": {
1508                 "class": "DrupalComposer\\DrupalScaffold\\Plugin",
1509                 "branch-alias": {
1510                     "dev-master": "2.0.x-dev"
1511                 }
1512             },
1513             "autoload": {
1514                 "psr-4": {
1515                     "DrupalComposer\\DrupalScaffold\\": "src/"
1516                 }
1517             },
1518             "notification-url": "https://packagist.org/downloads/",
1519             "license": [
1520                 "GPL-2.0+"
1521             ],
1522             "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
1523             "time": "2017-12-08T22:53:11+00:00"
1524         },
1525         {
1526             "name": "drupal/admin_toolbar",
1527             "version": "1.23.0",
1528             "source": {
1529                 "type": "git",
1530                 "url": "https://git.drupal.org/project/admin_toolbar",
1531                 "reference": "8.x-1.23"
1532             },
1533             "dist": {
1534                 "type": "zip",
1535                 "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.23.zip",
1536                 "reference": "8.x-1.23",
1537                 "shasum": "46d7ed18a9154c35e765ae43ce43aa292c025d65"
1538             },
1539             "require": {
1540                 "drupal/core": "*"
1541             },
1542             "type": "drupal-module",
1543             "extra": {
1544                 "branch-alias": {
1545                     "dev-1.x": "1.x-dev"
1546                 },
1547                 "drupal": {
1548                     "version": "8.x-1.23",
1549                     "datestamp": "1517936581",
1550                     "security-coverage": {
1551                         "status": "covered",
1552                         "message": "Covered by Drupal's security advisory policy"
1553                     }
1554                 }
1555             },
1556             "notification-url": "https://packages.drupal.org/8/downloads",
1557             "license": [
1558                 "GPL-2.0+"
1559             ],
1560             "authors": [
1561                 {
1562                     "name": "Mohamed Anis Taktak",
1563                     "homepage": "https://www.drupal.org/u/matio89"
1564                 },
1565                 {
1566                     "name": "adriancid",
1567                     "homepage": "https://www.drupal.org/user/1962106"
1568                 },
1569                 {
1570                     "name": "bolbol",
1571                     "homepage": "https://www.drupal.org/user/3400070"
1572                 },
1573                 {
1574                     "name": "eme",
1575                     "homepage": "https://www.drupal.org/user/542492"
1576                 },
1577                 {
1578                     "name": "fethi.krout",
1579                     "homepage": "https://www.drupal.org/user/3206765"
1580                 },
1581                 {
1582                     "name": "matio89",
1583                     "homepage": "https://www.drupal.org/user/2320090"
1584                 },
1585                 {
1586                     "name": "romainj",
1587                     "homepage": "https://www.drupal.org/user/370706"
1588                 }
1589             ],
1590             "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
1591             "homepage": "http://drupal.org/project/admin_toolbar",
1592             "support": {
1593                 "source": "http://cgit.drupalcode.org/admin_toolbar",
1594                 "issues": "https://www.drupal.org/project/issues/admin_toolbar"
1595             }
1596         },
1597         {
1598             "name": "drupal/advagg",
1599             "version": "2.4.0",
1600             "source": {
1601                 "type": "git",
1602                 "url": "https://git.drupal.org/project/advagg",
1603                 "reference": "8.x-2.4"
1604             },
1605             "dist": {
1606                 "type": "zip",
1607                 "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
1608                 "reference": "8.x-2.4",
1609                 "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
1610             },
1611             "require": {
1612                 "drupal/core": "~8.0"
1613             },
1614             "type": "drupal-module",
1615             "extra": {
1616                 "branch-alias": {
1617                     "dev-2.x": "2.x-dev"
1618                 },
1619                 "drupal": {
1620                     "version": "8.x-2.4",
1621                     "datestamp": "1493949188"
1622                 }
1623             },
1624             "notification-url": "https://packages.drupal.org/8/downloads",
1625             "license": [
1626                 "GPL-2.0+"
1627             ],
1628             "authors": [
1629                 {
1630                     "name": "Mike Carper (mikeytown2)",
1631                     "homepage": "https://www.drupal.org/u/mikeytown2",
1632                     "role": "Creator, Maintainer"
1633                 },
1634                 {
1635                     "name": "Nick Wilde (nickwilde)",
1636                     "homepage": "https://www.drupal.org/u/nickwilde",
1637                     "email": "design@briarmoon.ca",
1638                     "role": "Drupal 8 Port/maintainer"
1639                 },
1640                 {
1641                     "name": "doublejosh",
1642                     "homepage": "https://www.drupal.org/user/199720"
1643                 },
1644                 {
1645                     "name": "iamcarrico",
1646                     "homepage": "https://www.drupal.org/user/1300542"
1647                 },
1648                 {
1649                     "name": "markcarver",
1650                     "homepage": "https://www.drupal.org/user/501638"
1651                 },
1652                 {
1653                     "name": "mikeytown2",
1654                     "homepage": "https://www.drupal.org/user/282446"
1655                 },
1656                 {
1657                     "name": "rupl",
1658                     "homepage": "https://www.drupal.org/user/411999"
1659                 }
1660             ],
1661             "description": "Improved aggregation of CSS/JS files to speed up page load times.",
1662             "homepage": "https://drupal.org/project/advagg",
1663             "support": {
1664                 "source": "https://cgit.drupalcode.org/advagg",
1665                 "issues": "https://drupal.org/project/issues/advagg",
1666                 "irc": "irc://irc.freenode.org/drupal-contribute"
1667             }
1668         },
1669         {
1670             "name": "drupal/advanced_help",
1671             "version": "dev-1.x",
1672             "source": {
1673                 "type": "git",
1674                 "url": "https://git.drupal.org/project/advanced_help",
1675                 "reference": "d4238e55f773c8d569847cb57042c60c906aec3c"
1676             },
1677             "require": {
1678                 "drupal/core": "~8.0",
1679                 "michelf/php-markdown": "^1.7"
1680             },
1681             "type": "drupal-module",
1682             "extra": {
1683                 "branch-alias": {
1684                     "dev-1.x": "1.x-dev"
1685                 },
1686                 "drupal": {
1687                     "version": "8.x-1.x-dev",
1688                     "datestamp": "1501649346",
1689                     "security-coverage": {
1690                         "status": "not-covered",
1691                         "message": "Dev releases are not covered by Drupal security advisories."
1692                     }
1693                 }
1694             },
1695             "notification-url": "https://packages.drupal.org/8/downloads",
1696             "license": [
1697                 "GPL-2.0+"
1698             ],
1699             "authors": [
1700                 {
1701                     "name": "David Valdez (gnuget)",
1702                     "homepage": "https://www.drupal.org/u/gnuget",
1703                     "role": "Maintainer"
1704                 },
1705                 {
1706                     "name": "dmitrig01",
1707                     "homepage": "https://www.drupal.org/user/47566"
1708                 },
1709                 {
1710                     "name": "fgm",
1711                     "homepage": "https://www.drupal.org/user/27985"
1712                 },
1713                 {
1714                     "name": "gisle",
1715                     "homepage": "https://www.drupal.org/user/409554"
1716                 },
1717                 {
1718                     "name": "gnuget",
1719                     "homepage": "https://www.drupal.org/user/992990"
1720                 },
1721                 {
1722                     "name": "merlinofchaos",
1723                     "homepage": "https://www.drupal.org/user/26979"
1724                 },
1725                 {
1726                     "name": "redndahead",
1727                     "homepage": "https://www.drupal.org/user/160320"
1728                 }
1729             ],
1730             "description": "Provide extended help and documentation.",
1731             "homepage": "https://www.drupal.org/project/advanced_help",
1732             "support": {
1733                 "source": "https://cgit.drupalcode.org/advanced_help",
1734                 "issues": "https://www.drupal.org/project/issues/advanced_help",
1735                 "irc": "irc://irc.freenode.org/drupal-contribute"
1736             },
1737             "time": "2017-08-02T04:45:28+00:00"
1738         },
1739         {
1740             "name": "drupal/better_formats",
1741             "version": "dev-1.x",
1742             "source": {
1743                 "type": "git",
1744                 "url": "https://git.drupal.org/project/better_formats",
1745                 "reference": "e632735f9bec5e08db58716195edc25cc6db78b3"
1746             },
1747             "require": {
1748                 "drupal/core": "~8.0"
1749             },
1750             "type": "drupal-module",
1751             "extra": {
1752                 "branch-alias": {
1753                     "dev-1.x": "1.x-dev"
1754                 },
1755                 "drupal": {
1756                     "version": "8.x-1.x-dev",
1757                     "datestamp": "1524577384",
1758                     "security-coverage": {
1759                         "status": "not-covered",
1760                         "message": "Project has not opted into security advisory coverage!"
1761                     }
1762                 }
1763             },
1764             "notification-url": "https://packages.drupal.org/8/downloads",
1765             "license": [
1766                 "GPL-2.0+"
1767             ],
1768             "authors": [
1769                 {
1770                     "name": "Devin Carlson",
1771                     "homepage": "https://www.drupal.org/user/290182"
1772                 },
1773                 {
1774                     "name": "dragonwize",
1775                     "homepage": "https://www.drupal.org/user/137882"
1776                 }
1777             ],
1778             "description": "Enhances the core input format system by managing input format defaults and settings.",
1779             "homepage": "https://www.drupal.org/project/better_formats",
1780             "support": {
1781                 "source": "http://cgit.drupalcode.org/better_formats"
1782             },
1783             "time": "2018-04-24T13:52:26+00:00"
1784         },
1785         {
1786             "name": "drupal/blazy",
1787             "version": "1.0.0-rc2",
1788             "source": {
1789                 "type": "git",
1790                 "url": "https://git.drupal.org/project/blazy",
1791                 "reference": "8.x-1.0-rc2"
1792             },
1793             "dist": {
1794                 "type": "zip",
1795                 "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc2.zip",
1796                 "reference": "8.x-1.0-rc2",
1797                 "shasum": "242f3022b039c6fd3b98f6ce1955d295119b4b5a"
1798             },
1799             "require": {
1800                 "drupal/core": "*"
1801             },
1802             "type": "drupal-module",
1803             "extra": {
1804                 "branch-alias": {
1805                     "dev-1.x": "1.x-dev"
1806                 },
1807                 "drupal": {
1808                     "version": "8.x-1.0-rc2",
1809                     "datestamp": "1495745283"
1810                 }
1811             },
1812             "notification-url": "https://packages.drupal.org/8/downloads",
1813             "license": [
1814                 "GPL-2.0+"
1815             ],
1816             "authors": [
1817                 {
1818                     "name": "Gaus Surahman",
1819                     "homepage": "https://www.drupal.org/u/gausarts",
1820                     "role": "Maintainer"
1821                 },
1822                 {
1823                     "name": "Contributors",
1824                     "homepage": "https://www.drupal.org/node/2663268/committers",
1825                     "role": "Contributor"
1826                 }
1827             ],
1828             "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
1829             "homepage": "https://drupal.org/project/blazy",
1830             "keywords": [
1831                 "Drupal",
1832                 "bLazy",
1833                 "lazyload"
1834             ],
1835             "support": {
1836                 "source": "http://cgit.drupalcode.org/blazy",
1837                 "issues": "https://drupal.org/project/issues/blazy"
1838             }
1839         },
1840         {
1841             "name": "drupal/block_class",
1842             "version": "1.0.0-alpha1",
1843             "source": {
1844                 "type": "git",
1845                 "url": "https://git.drupal.org/project/block_class",
1846                 "reference": "8.x-1.0-alpha1"
1847             },
1848             "dist": {
1849                 "type": "zip",
1850                 "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0-alpha1.zip",
1851                 "reference": "8.x-1.0-alpha1",
1852                 "shasum": "194cd52210ea2e0e5dbbd34fad4528d500424430"
1853             },
1854             "require": {
1855                 "drupal/core": "*"
1856             },
1857             "type": "drupal-module",
1858             "extra": {
1859                 "branch-alias": {
1860                     "dev-1.x": "1.x-dev"
1861                 },
1862                 "drupal": {
1863                     "version": "8.x-1.0-alpha1",
1864                     "datestamp": "1475623439"
1865                 }
1866             },
1867             "notification-url": "https://packages.drupal.org/8/downloads",
1868             "license": [
1869                 "GPL-2.0+"
1870             ],
1871             "authors": [
1872                 {
1873                     "name": "Aaron Stanush",
1874                     "homepage": "https://www.drupal.org/user/89718"
1875                 },
1876                 {
1877                     "name": "DYdave",
1878                     "homepage": "https://www.drupal.org/user/467284"
1879                 },
1880                 {
1881                     "name": "Four Kitchens",
1882                     "homepage": "https://www.drupal.org/user/358502"
1883                 },
1884                 {
1885                     "name": "Todd Nienkerk",
1886                     "homepage": "https://www.drupal.org/user/92096"
1887                 },
1888                 {
1889                     "name": "berenddeboer",
1890                     "homepage": "https://www.drupal.org/user/143552"
1891                 },
1892                 {
1893                     "name": "elliotttf",
1894                     "homepage": "https://www.drupal.org/user/61601"
1895                 },
1896                 {
1897                     "name": "mirzu",
1898                     "homepage": "https://www.drupal.org/user/7710"
1899                 },
1900                 {
1901                     "name": "patrickcoffeyo",
1902                     "homepage": "https://www.drupal.org/user/2837945"
1903                 },
1904                 {
1905                     "name": "pcoffey",
1906                     "homepage": "https://www.drupal.org/user/1595818"
1907                 },
1908                 {
1909                     "name": "tsmith512",
1910                     "homepage": "https://www.drupal.org/user/2031446"
1911                 }
1912             ],
1913             "description": "Allows assigning classes to Blocks",
1914             "homepage": "https://www.drupal.org/project/block_class",
1915             "support": {
1916                 "source": "http://cgit.drupalcode.org/block_class"
1917             }
1918         },
1919         {
1920             "name": "drupal/bootstrap",
1921             "version": "3.11.0",
1922             "source": {
1923                 "type": "git",
1924                 "url": "https://git.drupal.org/project/bootstrap",
1925                 "reference": "8.x-3.11"
1926             },
1927             "dist": {
1928                 "type": "zip",
1929                 "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.11.zip",
1930                 "reference": "8.x-3.11",
1931                 "shasum": "6ff80e37e2e1f916646300889f3392764c9cdb32"
1932             },
1933             "require": {
1934                 "drupal/core": "~8.0"
1935             },
1936             "type": "drupal-theme",
1937             "extra": {
1938                 "branch-alias": {
1939                     "dev-3.x": "3.x-dev"
1940                 },
1941                 "drupal": {
1942                     "version": "8.x-3.11",
1943                     "datestamp": "1520793438",
1944                     "security-coverage": {
1945                         "status": "covered",
1946                         "message": "Covered by Drupal's security advisory policy"
1947                     }
1948                 }
1949             },
1950             "notification-url": "https://packages.drupal.org/8/downloads",
1951             "license": [
1952                 "GPL-2.0"
1953             ],
1954             "authors": [
1955                 {
1956                     "name": "Mark Carver (markcarver)",
1957                     "homepage": "https://www.drupal.org/u/markcarver",
1958                     "role": "Maintainer"
1959                 },
1960                 {
1961                     "name": "John McCormick (neardark)",
1962                     "homepage": "https://www.drupal.org/u/neardark",
1963                     "role": "Co-maintainer"
1964                 },
1965                 {
1966                     "name": "Fabiano Sant'Ana (wundo)",
1967                     "homepage": "https://www.drupal.org/u/wundo",
1968                     "role": "Co-maintainer"
1969                 },
1970                 {
1971                     "name": "wundo",
1972                     "homepage": "https://www.drupal.org/user/25523"
1973                 }
1974             ],
1975             "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
1976             "homepage": "https://www.drupal.org/project/bootstrap",
1977             "support": {
1978                 "source": "http://cgit.drupalcode.org/bootstrap",
1979                 "docs": "https://drupal-bootstrap.org",
1980                 "issues": "https://www.drupal.org/project/issues/bootstrap",
1981                 "irc": "irc://irc.freenode.org/drupal-bootstrap"
1982             }
1983         },
1984         {
1985             "name": "drupal/bootstrap_layouts",
1986             "version": "4.2.0",
1987             "source": {
1988                 "type": "git",
1989                 "url": "https://git.drupal.org/project/bootstrap_layouts",
1990                 "reference": "8.x-4.2"
1991             },
1992             "dist": {
1993                 "type": "zip",
1994                 "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.2.zip",
1995                 "reference": "8.x-4.2",
1996                 "shasum": "247f8e766fa06c9639fa80e81ecc933230e3e9fb"
1997             },
1998             "require": {
1999                 "drupal/core": "~8.0",
2000                 "drupal/layout_plugin": "*"
2001             },
2002             "type": "drupal-module",
2003             "extra": {
2004                 "branch-alias": {
2005                     "dev-4.x": "4.x-dev"
2006                 },
2007                 "drupal": {
2008                     "version": "8.x-4.2",
2009                     "datestamp": "1507846445",
2010                     "security-coverage": {
2011                         "status": "covered",
2012                         "message": "Covered by Drupal's security advisory policy"
2013                     }
2014                 }
2015             },
2016             "notification-url": "https://packages.drupal.org/8/downloads",
2017             "license": [
2018                 "GPL-2.0-or-later"
2019             ],
2020             "authors": [
2021                 {
2022                     "name": "darol100",
2023                     "homepage": "https://www.drupal.org/user/2667123"
2024                 },
2025                 {
2026                     "name": "hctom",
2027                     "homepage": "https://www.drupal.org/user/112790"
2028                 },
2029                 {
2030                     "name": "markcarver",
2031                     "homepage": "https://www.drupal.org/user/501638"
2032                 }
2033             ],
2034             "description": "This module is going to generate layouts with Bootstrap grid system.",
2035             "homepage": "https://www.drupal.org/project/bootstrap_layouts",
2036             "support": {
2037                 "source": "http://cgit.drupalcode.org/bootstrap_layouts"
2038             }
2039         },
2040         {
2041             "name": "drupal/ckeditor_templates",
2042             "version": "1.0.0",
2043             "source": {
2044                 "type": "git",
2045                 "url": "https://git.drupal.org/project/ckeditor_templates",
2046                 "reference": "8.x-1.0"
2047             },
2048             "dist": {
2049                 "type": "zip",
2050                 "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
2051                 "reference": "8.x-1.0",
2052                 "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
2053             },
2054             "require": {
2055                 "drupal/core": "*"
2056             },
2057             "type": "drupal-module",
2058             "extra": {
2059                 "branch-alias": {
2060                     "dev-1.x": "1.x-dev"
2061                 },
2062                 "drupal": {
2063                     "version": "8.x-1.0",
2064                     "datestamp": "1490206982"
2065                 }
2066             },
2067             "notification-url": "https://packages.drupal.org/8/downloads",
2068             "license": [
2069                 "GPL-2.0+"
2070             ],
2071             "authors": [
2072                 {
2073                     "name": "lucaslg",
2074                     "homepage": "https://www.drupal.org/user/3128975"
2075                 }
2076             ],
2077             "description": "Integrates the CKEdito templates plugin",
2078             "homepage": "https://www.drupal.org/project/ckeditor_templates",
2079             "support": {
2080                 "source": "http://cgit.drupalcode.org/ckeditor_templates"
2081             }
2082         },
2083         {
2084             "name": "drupal/ckeditor_widgets",
2085             "version": "dev-1.x",
2086             "source": {
2087                 "type": "git",
2088                 "url": "https://git.drupal.org/project/ckeditor_widgets",
2089                 "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
2090             },
2091             "require": {
2092                 "drupal/core": "*"
2093             },
2094             "type": "drupal-module",
2095             "extra": {
2096                 "branch-alias": {
2097                     "dev-1.x": "1.x-dev"
2098                 },
2099                 "drupal": {
2100                     "version": "8.x-1.x-dev",
2101                     "datestamp": "1472798939"
2102                 }
2103             },
2104             "notification-url": "https://packages.drupal.org/8/downloads",
2105             "license": [
2106                 "GPL-2.0+"
2107             ],
2108             "authors": [
2109                 {
2110                     "name": "jlyon",
2111                     "homepage": "https://www.drupal.org/user/256444"
2112                 }
2113             ],
2114             "description": "Adds widgets and an Insert Template menu to CKEditor",
2115             "homepage": "https://www.drupal.org/project/ckeditor_widgets",
2116             "support": {
2117                 "source": "http://cgit.drupalcode.org/ckeditor_widgets"
2118             }
2119         },
2120         {
2121             "name": "drupal/console",
2122             "version": "1.8.0",
2123             "source": {
2124                 "type": "git",
2125                 "url": "https://github.com/hechoendrupal/drupal-console.git",
2126                 "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18"
2127             },
2128             "dist": {
2129                 "type": "zip",
2130                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/368bbfa44dc6b957eb4db01977f7c39e83032d18",
2131                 "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18",
2132                 "shasum": ""
2133             },
2134             "require": {
2135                 "alchemy/zippy": "0.4.3",
2136                 "composer/installers": "~1.0",
2137                 "doctrine/annotations": "^1.2",
2138                 "doctrine/collections": "^1.3",
2139                 "drupal/console-core": "1.8.0",
2140                 "drupal/console-extend-plugin": "~0",
2141                 "guzzlehttp/guzzle": "~6.1",
2142                 "php": "^5.5.9 || ^7.0",
2143                 "psy/psysh": "0.6.* || ~0.8",
2144                 "symfony/css-selector": "~2.8|~3.0",
2145                 "symfony/dom-crawler": "~2.8|~3.0",
2146                 "symfony/http-foundation": "~2.8|~3.0"
2147             },
2148             "suggest": {
2149                 "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
2150                 "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
2151             },
2152             "bin": [
2153                 "bin/drupal"
2154             ],
2155             "type": "library",
2156             "autoload": {
2157                 "psr-4": {
2158                     "Drupal\\Console\\": "src"
2159                 }
2160             },
2161             "notification-url": "https://packagist.org/downloads/",
2162             "license": [
2163                 "GPL-2.0-or-later"
2164             ],
2165             "authors": [
2166                 {
2167                     "name": "David Flores",
2168                     "email": "dmousex@gmail.com",
2169                     "homepage": "http://dmouse.net"
2170                 },
2171                 {
2172                     "name": "Jesus Manuel Olivas",
2173                     "email": "jesus.olivas@gmail.com",
2174                     "homepage": "http://jmolivas.com"
2175                 },
2176                 {
2177                     "name": "Eduardo Garcia",
2178                     "email": "enzo@enzolutions.com",
2179                     "homepage": "http://enzolutions.com/"
2180                 },
2181                 {
2182                     "name": "Omar Aguirre",
2183                     "email": "omersguchigu@gmail.com"
2184                 },
2185                 {
2186                     "name": "Drupal Console Contributors",
2187                     "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
2188                 }
2189             ],
2190             "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
2191             "homepage": "http://drupalconsole.com/",
2192             "keywords": [
2193                 "console",
2194                 "development",
2195                 "drupal",
2196                 "symfony"
2197             ],
2198             "time": "2018-03-21T20:50:16+00:00"
2199         },
2200         {
2201             "name": "drupal/console-core",
2202             "version": "1.8.0",
2203             "source": {
2204                 "type": "git",
2205                 "url": "https://github.com/hechoendrupal/drupal-console-core.git",
2206                 "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1"
2207             },
2208             "dist": {
2209                 "type": "zip",
2210                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bf1fb4a6f689377acec1694267f674178d28e5d1",
2211                 "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1",
2212                 "shasum": ""
2213             },
2214             "require": {
2215                 "dflydev/dot-access-configuration": "^1.0",
2216                 "drupal/console-en": "1.8.0",
2217                 "php": "^5.5.9 || ^7.0",
2218                 "stecman/symfony-console-completion": "~0.7",
2219                 "symfony/config": "~2.8|~3.0",
2220                 "symfony/console": "~2.8|~3.0",
2221                 "symfony/debug": "~2.8|~3.0",
2222                 "symfony/dependency-injection": "~2.8|~3.0",
2223                 "symfony/event-dispatcher": "~2.8|~3.0",
2224                 "symfony/filesystem": "~2.8|~3.0",
2225                 "symfony/finder": "~2.8|~3.0",
2226                 "symfony/process": "~2.8|~3.0",
2227                 "symfony/translation": "~2.8|~3.0",
2228                 "symfony/yaml": "~2.8|~3.0",
2229                 "twig/twig": "^1.23.1",
2230                 "webflo/drupal-finder": "^1.0",
2231                 "webmozart/path-util": "^2.3"
2232             },
2233             "type": "library",
2234             "autoload": {
2235                 "files": [
2236                     "src/functions.php"
2237                 ],
2238                 "psr-4": {
2239                     "Drupal\\Console\\Core\\": "src"
2240                 }
2241             },
2242             "notification-url": "https://packagist.org/downloads/",
2243             "license": [
2244                 "GPL-2.0-or-later"
2245             ],
2246             "authors": [
2247                 {
2248                     "name": "David Flores",
2249                     "email": "dmousex@gmail.com",
2250                     "homepage": "http://dmouse.net"
2251                 },
2252                 {
2253                     "name": "Jesus Manuel Olivas",
2254                     "email": "jesus.olivas@gmail.com",
2255                     "homepage": "http://jmolivas.com"
2256                 },
2257                 {
2258                     "name": "Drupal Console Contributors",
2259                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2260                 },
2261                 {
2262                     "name": "Eduardo Garcia",
2263                     "email": "enzo@enzolutions.com",
2264                     "homepage": "http://enzolutions.com/"
2265                 },
2266                 {
2267                     "name": "Omar Aguirre",
2268                     "email": "omersguchigu@gmail.com"
2269                 }
2270             ],
2271             "description": "Drupal Console Core",
2272             "homepage": "http://drupalconsole.com/",
2273             "keywords": [
2274                 "console",
2275                 "development",
2276                 "drupal",
2277                 "symfony"
2278             ],
2279             "time": "2018-03-21T19:33:23+00:00"
2280         },
2281         {
2282             "name": "drupal/console-en",
2283             "version": "1.8.0",
2284             "source": {
2285                 "type": "git",
2286                 "url": "https://github.com/hechoendrupal/drupal-console-en.git",
2287                 "reference": "ea956ddffab04f519a89858810e5f695b9def92b"
2288             },
2289             "dist": {
2290                 "type": "zip",
2291                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/ea956ddffab04f519a89858810e5f695b9def92b",
2292                 "reference": "ea956ddffab04f519a89858810e5f695b9def92b",
2293                 "shasum": ""
2294             },
2295             "type": "drupal-console-language",
2296             "notification-url": "https://packagist.org/downloads/",
2297             "license": [
2298                 "GPL-2.0-or-later"
2299             ],
2300             "authors": [
2301                 {
2302                     "name": "David Flores",
2303                     "email": "dmousex@gmail.com",
2304                     "homepage": "http://dmouse.net"
2305                 },
2306                 {
2307                     "name": "Jesus Manuel Olivas",
2308                     "email": "jesus.olivas@gmail.com",
2309                     "homepage": "http://jmolivas.com"
2310                 },
2311                 {
2312                     "name": "Drupal Console Contributors",
2313                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2314                 },
2315                 {
2316                     "name": "Eduardo Garcia",
2317                     "email": "enzo@enzolutions.com",
2318                     "homepage": "http://enzolutions.com/"
2319                 },
2320                 {
2321                     "name": "Omar Aguirre",
2322                     "email": "omersguchigu@gmail.com"
2323                 }
2324             ],
2325             "description": "Drupal Console English Language",
2326             "homepage": "http://drupalconsole.com/",
2327             "keywords": [
2328                 "console",
2329                 "development",
2330                 "drupal",
2331                 "symfony"
2332             ],
2333             "time": "2018-03-21T19:16:27+00:00"
2334         },
2335         {
2336             "name": "drupal/console-extend-plugin",
2337             "version": "0.9.2",
2338             "source": {
2339                 "type": "git",
2340                 "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
2341                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
2342             },
2343             "dist": {
2344                 "type": "zip",
2345                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
2346                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
2347                 "shasum": ""
2348             },
2349             "require": {
2350                 "composer-plugin-api": "^1.0",
2351                 "symfony/finder": "~2.7|~3.0",
2352                 "symfony/yaml": "~2.7|~3.0"
2353             },
2354             "type": "composer-plugin",
2355             "extra": {
2356                 "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
2357             },
2358             "autoload": {
2359                 "psr-4": {
2360                     "Drupal\\Console\\Composer\\Plugin\\": "src"
2361                 }
2362             },
2363             "notification-url": "https://packagist.org/downloads/",
2364             "license": [
2365                 "GPL-2.0+"
2366             ],
2367             "authors": [
2368                 {
2369                     "name": "Jesus Manuel Olivas",
2370                     "email": "jesus.olivas@gmail.com"
2371                 }
2372             ],
2373             "description": "Drupal Console Extend Plugin",
2374             "time": "2017-07-28T17:11:54+00:00"
2375         },
2376         {
2377             "name": "drupal/core",
2378             "version": "8.5.3",
2379             "source": {
2380                 "type": "git",
2381                 "url": "https://github.com/drupal/core.git",
2382                 "reference": "b012f0ae51504880e920f2c6efdbdf03b6fe2129"
2383             },
2384             "dist": {
2385                 "type": "zip",
2386                 "url": "https://api.github.com/repos/drupal/core/zipball/b012f0ae51504880e920f2c6efdbdf03b6fe2129",
2387                 "reference": "b012f0ae51504880e920f2c6efdbdf03b6fe2129",
2388                 "shasum": ""
2389             },
2390             "require": {
2391                 "asm89/stack-cors": "^1.1",
2392                 "composer/semver": "^1.0",
2393                 "doctrine/annotations": "^1.2",
2394                 "doctrine/common": "^2.5",
2395                 "easyrdf/easyrdf": "^0.9",
2396                 "egulias/email-validator": "^1.2",
2397                 "ext-date": "*",
2398                 "ext-dom": "*",
2399                 "ext-filter": "*",
2400                 "ext-gd": "*",
2401                 "ext-hash": "*",
2402                 "ext-json": "*",
2403                 "ext-pcre": "*",
2404                 "ext-pdo": "*",
2405                 "ext-session": "*",
2406                 "ext-simplexml": "*",
2407                 "ext-spl": "*",
2408                 "ext-tokenizer": "*",
2409                 "ext-xml": "*",
2410                 "guzzlehttp/guzzle": "^6.2.1",
2411                 "masterminds/html5": "^2.1",
2412                 "paragonie/random_compat": "^1.0|^2.0",
2413                 "php": "^5.5.9|>=7.0.8",
2414                 "stack/builder": "^1.0",
2415                 "symfony-cmf/routing": "^1.4",
2416                 "symfony/class-loader": "~3.4.0",
2417                 "symfony/console": "~3.4.0",
2418                 "symfony/dependency-injection": "~3.4.0",
2419                 "symfony/event-dispatcher": "~3.4.0",
2420                 "symfony/http-foundation": "~3.4.0",
2421                 "symfony/http-kernel": "~3.4.0",
2422                 "symfony/polyfill-iconv": "^1.0",
2423                 "symfony/process": "~3.4.0",
2424                 "symfony/psr-http-message-bridge": "^1.0",
2425                 "symfony/routing": "~3.4.0",
2426                 "symfony/serializer": "~3.4.0",
2427                 "symfony/translation": "~3.4.0",
2428                 "symfony/validator": "~3.4.0",
2429                 "symfony/yaml": "~3.4.5",
2430                 "twig/twig": "^1.35.0",
2431                 "zendframework/zend-diactoros": "^1.1",
2432                 "zendframework/zend-feed": "^2.4"
2433             },
2434             "conflict": {
2435                 "drush/drush": "<8.1.10"
2436             },
2437             "replace": {
2438                 "drupal/action": "self.version",
2439                 "drupal/aggregator": "self.version",
2440                 "drupal/automated_cron": "self.version",
2441                 "drupal/ban": "self.version",
2442                 "drupal/bartik": "self.version",
2443                 "drupal/basic_auth": "self.version",
2444                 "drupal/big_pipe": "self.version",
2445                 "drupal/block": "self.version",
2446                 "drupal/block_content": "self.version",
2447                 "drupal/block_place": "self.version",
2448                 "drupal/book": "self.version",
2449                 "drupal/breakpoint": "self.version",
2450                 "drupal/ckeditor": "self.version",
2451                 "drupal/classy": "self.version",
2452                 "drupal/color": "self.version",
2453                 "drupal/comment": "self.version",
2454                 "drupal/config": "self.version",
2455                 "drupal/config_translation": "self.version",
2456                 "drupal/contact": "self.version",
2457                 "drupal/content_moderation": "self.version",
2458                 "drupal/content_translation": "self.version",
2459                 "drupal/contextual": "self.version",
2460                 "drupal/core-annotation": "self.version",
2461                 "drupal/core-assertion": "self.version",
2462                 "drupal/core-bridge": "self.version",
2463                 "drupal/core-class-finder": "self.version",
2464                 "drupal/core-datetime": "self.version",
2465                 "drupal/core-dependency-injection": "self.version",
2466                 "drupal/core-diff": "self.version",
2467                 "drupal/core-discovery": "self.version",
2468                 "drupal/core-event-dispatcher": "self.version",
2469                 "drupal/core-file-cache": "self.version",
2470                 "drupal/core-filesystem": "self.version",
2471                 "drupal/core-gettext": "self.version",
2472                 "drupal/core-graph": "self.version",
2473                 "drupal/core-http-foundation": "self.version",
2474                 "drupal/core-php-storage": "self.version",
2475                 "drupal/core-plugin": "self.version",
2476                 "drupal/core-proxy-builder": "self.version",
2477                 "drupal/core-render": "self.version",
2478                 "drupal/core-serialization": "self.version",
2479                 "drupal/core-transliteration": "self.version",
2480                 "drupal/core-utility": "self.version",
2481                 "drupal/core-uuid": "self.version",
2482                 "drupal/datetime": "self.version",
2483                 "drupal/datetime_range": "self.version",
2484                 "drupal/dblog": "self.version",
2485                 "drupal/dynamic_page_cache": "self.version",
2486                 "drupal/editor": "self.version",
2487                 "drupal/entity_reference": "self.version",
2488                 "drupal/field": "self.version",
2489                 "drupal/field_layout": "self.version",
2490                 "drupal/field_ui": "self.version",
2491                 "drupal/file": "self.version",
2492                 "drupal/filter": "self.version",
2493                 "drupal/forum": "self.version",
2494                 "drupal/hal": "self.version",
2495                 "drupal/help": "self.version",
2496                 "drupal/history": "self.version",
2497                 "drupal/image": "self.version",
2498                 "drupal/inline_form_errors": "self.version",
2499                 "drupal/language": "self.version",
2500                 "drupal/layout_builder": "self.version",
2501                 "drupal/layout_discovery": "self.version",
2502                 "drupal/link": "self.version",
2503                 "drupal/locale": "self.version",
2504                 "drupal/media": "self.version",
2505                 "drupal/menu_link_content": "self.version",
2506                 "drupal/menu_ui": "self.version",
2507                 "drupal/migrate": "self.version",
2508                 "drupal/migrate_drupal": "self.version",
2509                 "drupal/migrate_drupal_ui": "self.version",
2510                 "drupal/minimal": "self.version",
2511                 "drupal/node": "self.version",
2512                 "drupal/options": "self.version",
2513                 "drupal/page_cache": "self.version",
2514                 "drupal/path": "self.version",
2515                 "drupal/quickedit": "self.version",
2516                 "drupal/rdf": "self.version",
2517                 "drupal/responsive_image": "self.version",
2518                 "drupal/rest": "self.version",
2519                 "drupal/search": "self.version",
2520                 "drupal/serialization": "self.version",
2521                 "drupal/settings_tray": "self.version",
2522                 "drupal/seven": "self.version",
2523                 "drupal/shortcut": "self.version",
2524                 "drupal/simpletest": "self.version",
2525                 "drupal/standard": "self.version",
2526                 "drupal/stark": "self.version",
2527                 "drupal/statistics": "self.version",
2528                 "drupal/syslog": "self.version",
2529                 "drupal/system": "self.version",
2530                 "drupal/taxonomy": "self.version",
2531                 "drupal/telephone": "self.version",
2532                 "drupal/text": "self.version",
2533                 "drupal/toolbar": "self.version",
2534                 "drupal/tour": "self.version",
2535                 "drupal/tracker": "self.version",
2536                 "drupal/update": "self.version",
2537                 "drupal/user": "self.version",
2538                 "drupal/views": "self.version",
2539                 "drupal/views_ui": "self.version",
2540                 "drupal/workflows": "self.version"
2541             },
2542             "require-dev": {
2543                 "behat/mink": "1.7.x-dev",
2544                 "behat/mink-goutte-driver": "^1.2",
2545                 "behat/mink-selenium2-driver": "1.3.x-dev",
2546                 "drupal/coder": "^8.2.12",
2547                 "jcalderonzumba/gastonjs": "^1.0.2",
2548                 "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
2549                 "mikey179/vfsstream": "^1.2",
2550                 "phpspec/prophecy": "^1.4",
2551                 "phpunit/phpunit": "^4.8.35 || ^6.1",
2552                 "symfony/css-selector": "^3.4.0",
2553                 "symfony/debug": "^3.4.0",
2554                 "symfony/phpunit-bridge": "^3.4.3"
2555             },
2556             "type": "drupal-core",
2557             "extra": {
2558                 "merge-plugin": {
2559                     "require": [
2560                         "core/lib/Drupal/Component/Annotation/composer.json",
2561                         "core/lib/Drupal/Component/Assertion/composer.json",
2562                         "core/lib/Drupal/Component/Bridge/composer.json",
2563                         "core/lib/Drupal/Component/ClassFinder/composer.json",
2564                         "core/lib/Drupal/Component/Datetime/composer.json",
2565                         "core/lib/Drupal/Component/DependencyInjection/composer.json",
2566                         "core/lib/Drupal/Component/Diff/composer.json",
2567                         "core/lib/Drupal/Component/Discovery/composer.json",
2568                         "core/lib/Drupal/Component/EventDispatcher/composer.json",
2569                         "core/lib/Drupal/Component/FileCache/composer.json",
2570                         "core/lib/Drupal/Component/FileSystem/composer.json",
2571                         "core/lib/Drupal/Component/Gettext/composer.json",
2572                         "core/lib/Drupal/Component/Graph/composer.json",
2573                         "core/lib/Drupal/Component/HttpFoundation/composer.json",
2574                         "core/lib/Drupal/Component/PhpStorage/composer.json",
2575                         "core/lib/Drupal/Component/Plugin/composer.json",
2576                         "core/lib/Drupal/Component/ProxyBuilder/composer.json",
2577                         "core/lib/Drupal/Component/Render/composer.json",
2578                         "core/lib/Drupal/Component/Serialization/composer.json",
2579                         "core/lib/Drupal/Component/Transliteration/composer.json",
2580                         "core/lib/Drupal/Component/Utility/composer.json",
2581                         "core/lib/Drupal/Component/Uuid/composer.json"
2582                     ],
2583                     "recurse": false,
2584                     "replace": false,
2585                     "merge-extra": false
2586                 }
2587             },
2588             "autoload": {
2589                 "psr-4": {
2590                     "Drupal\\Core\\": "lib/Drupal/Core",
2591                     "Drupal\\Component\\": "lib/Drupal/Component",
2592                     "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
2593                 },
2594                 "classmap": [
2595                     "lib/Drupal.php",
2596                     "lib/Drupal/Component/Utility/Timer.php",
2597                     "lib/Drupal/Component/Utility/Unicode.php",
2598                     "lib/Drupal/Core/Database/Database.php",
2599                     "lib/Drupal/Core/DrupalKernel.php",
2600                     "lib/Drupal/Core/DrupalKernelInterface.php",
2601                     "lib/Drupal/Core/Site/Settings.php"
2602                 ]
2603             },
2604             "notification-url": "https://packagist.org/downloads/",
2605             "license": [
2606                 "GPL-2.0-or-later"
2607             ],
2608             "description": "Drupal is an open source content management platform powering millions of websites and applications.",
2609             "time": "2018-04-25T15:39:01+00:00"
2610         },
2611         {
2612             "name": "drupal/crop",
2613             "version": "2.0.0-rc1",
2614             "source": {
2615                 "type": "git",
2616                 "url": "https://git.drupal.org/project/crop",
2617                 "reference": "8.x-2.0-rc1"
2618             },
2619             "dist": {
2620                 "type": "zip",
2621                 "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.0-rc1.zip",
2622                 "reference": "8.x-2.0-rc1",
2623                 "shasum": "ba84fa73e5c4df4caffcfa4a4cfb44c2c7d033d7"
2624             },
2625             "require": {
2626                 "drupal/core": "*"
2627             },
2628             "type": "drupal-module",
2629             "extra": {
2630                 "branch-alias": {
2631                     "dev-2.x": "2.x-dev"
2632                 },
2633                 "drupal": {
2634                     "version": "8.x-2.0-rc1",
2635                     "datestamp": "1516298515",
2636                     "security-coverage": {
2637                         "status": "not-covered",
2638                         "message": "RC releases are not covered by Drupal security advisories."
2639                     }
2640                 }
2641             },
2642             "notification-url": "https://packages.drupal.org/8/downloads",
2643             "license": [
2644                 "GPL-2.0+"
2645             ],
2646             "authors": [
2647                 {
2648                     "name": "Drupal Media Team",
2649                     "homepage": "https://www.drupal.org/user/3260690"
2650                 },
2651                 {
2652                     "name": "slashrsm",
2653                     "homepage": "https://www.drupal.org/user/744628"
2654                 },
2655                 {
2656                     "name": "woprrr",
2657                     "homepage": "https://www.drupal.org/user/858604"
2658                 }
2659             ],
2660             "description": "Provides storage and API for image crops.",
2661             "homepage": "https://www.drupal.org/project/crop",
2662             "support": {
2663                 "source": "http://cgit.drupalcode.org/crop",
2664                 "issues": "https://www.drupal.org/project/issues/crop"
2665             }
2666         },
2667         {
2668             "name": "drupal/ctools",
2669             "version": "3.0.0",
2670             "source": {
2671                 "type": "git",
2672                 "url": "https://git.drupal.org/project/ctools",
2673                 "reference": "8.x-3.0"
2674             },
2675             "dist": {
2676                 "type": "zip",
2677                 "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
2678                 "reference": "8.x-3.0",
2679                 "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
2680             },
2681             "require": {
2682                 "drupal/core": "~8.0"
2683             },
2684             "type": "drupal-module",
2685             "extra": {
2686                 "branch-alias": {
2687                     "dev-3.x": "3.x-dev"
2688                 },
2689                 "drupal": {
2690                     "version": "8.x-3.0",
2691                     "datestamp": "1493401742"
2692                 }
2693             },
2694             "notification-url": "https://packages.drupal.org/8/downloads",
2695             "license": [
2696                 "GPL-2.0+"
2697             ],
2698             "authors": [
2699                 {
2700                     "name": "Kris Vanderwater (EclipseGc)",
2701                     "homepage": "https://www.drupal.org/u/eclipsegc",
2702                     "role": "Maintainer"
2703                 },
2704                 {
2705                     "name": "Jakob Perry (japerry)",
2706                     "homepage": "https://www.drupal.org/u/japerry",
2707                     "role": "Maintainer"
2708                 },
2709                 {
2710                     "name": "Tim Plunkett (tim.plunkett)",
2711                     "homepage": "https://www.drupal.org/u/timplunkett",
2712                     "role": "Maintainer"
2713                 },
2714                 {
2715                     "name": "James Gilliland (neclimdul)",
2716                     "homepage": "https://www.drupal.org/u/neclimdul",
2717                     "role": "Maintainer"
2718                 },
2719                 {
2720                     "name": "Daniel Wehner (dawehner)",
2721                     "homepage": "https://www.drupal.org/u/dawehner",
2722                     "role": "Maintainer"
2723                 },
2724                 {
2725                     "name": "merlinofchaos",
2726                     "homepage": "https://www.drupal.org/user/26979"
2727                 },
2728                 {
2729                     "name": "neclimdul",
2730                     "homepage": "https://www.drupal.org/user/48673"
2731                 },
2732                 {
2733                     "name": "sdboyer",
2734                     "homepage": "https://www.drupal.org/user/146719"
2735                 },
2736                 {
2737                     "name": "sun",
2738                     "homepage": "https://www.drupal.org/user/54136"
2739                 },
2740                 {
2741                     "name": "tim.plunkett",
2742                     "homepage": "https://www.drupal.org/user/241634"
2743                 }
2744             ],
2745             "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
2746             "homepage": "https://www.drupal.org/project/ctools",
2747             "support": {
2748                 "source": "http://cgit.drupalcode.org/ctools",
2749                 "issues": "https://www.drupal.org/project/issues/ctools"
2750             }
2751         },
2752         {
2753             "name": "drupal/devel",
2754             "version": "1.2.0",
2755             "source": {
2756                 "type": "git",
2757                 "url": "https://git.drupal.org/project/devel",
2758                 "reference": "8.x-1.2"
2759             },
2760             "dist": {
2761                 "type": "zip",
2762                 "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
2763                 "reference": "8.x-1.2",
2764                 "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
2765             },
2766             "require": {
2767                 "drupal/core": "~8.0"
2768             },
2769             "suggest": {
2770                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
2771             },
2772             "type": "drupal-module",
2773             "extra": {
2774                 "branch-alias": {
2775                     "dev-1.x": "1.x-dev"
2776                 },
2777                 "drupal": {
2778                     "version": "8.x-1.2",
2779                     "datestamp": "1507197844",
2780                     "security-coverage": {
2781                         "status": "covered",
2782                         "message": "Covered by Drupal's security advisory policy"
2783                     }
2784                 }
2785             },
2786             "notification-url": "https://packages.drupal.org/8/downloads",
2787             "license": [
2788                 "GPL-2.0+"
2789             ],
2790             "authors": [
2791                 {
2792                     "name": "Moshe Weitzman",
2793                     "homepage": "https://github.com/weitzman",
2794                     "email": "weitzman@tejasa.com",
2795                     "role": "Maintainer"
2796                 },
2797                 {
2798                     "name": "Hans Salvisberg",
2799                     "homepage": "https://www.drupal.org/u/salvis",
2800                     "email": "drupal@salvisberg.com",
2801                     "role": "Maintainer"
2802                 },
2803                 {
2804                     "name": "Luca Lusso",
2805                     "homepage": "https://www.drupal.org/u/lussoluca",
2806                     "role": "Maintainer"
2807                 },
2808                 {
2809                     "name": "Marco (willzyx)",
2810                     "homepage": "https://www.drupal.org/u/willzyx",
2811                     "role": "Maintainer"
2812                 },
2813                 {
2814                     "name": "See contributors",
2815                     "homepage": "https://www.drupal.org/node/3236/committers"
2816                 },
2817                 {
2818                     "name": "salvis",
2819                     "homepage": "https://www.drupal.org/user/82964"
2820                 },
2821                 {
2822                     "name": "willzyx",
2823                     "homepage": "https://www.drupal.org/user/1043862"
2824                 }
2825             ],
2826             "description": "Various blocks, pages, and functions for developers.",
2827             "homepage": "http://drupal.org/project/devel",
2828             "support": {
2829                 "source": "http://cgit.drupalcode.org/devel",
2830                 "issues": "http://drupal.org/project/devel",
2831                 "irc": "irc://irc.freenode.org/drupal-contribute"
2832             }
2833         },
2834         {
2835             "name": "drupal/diff",
2836             "version": "1.0.0-rc1",
2837             "source": {
2838                 "type": "git",
2839                 "url": "https://git.drupal.org/project/diff",
2840                 "reference": "8.x-1.0-rc1"
2841             },
2842             "dist": {
2843                 "type": "zip",
2844                 "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip",
2845                 "reference": "8.x-1.0-rc1",
2846                 "shasum": "4945154c2c07444195a7ae07011a3b3db941c72a"
2847             },
2848             "require": {
2849                 "drupal/core": "~8.0",
2850                 "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
2851             },
2852             "type": "drupal-module",
2853             "extra": {
2854                 "branch-alias": {
2855                     "dev-1.x": "1.x-dev"
2856                 },
2857                 "drupal": {
2858                     "version": "8.x-1.0-rc1",
2859                     "datestamp": "1484566683"
2860                 }
2861             },
2862             "notification-url": "https://packages.drupal.org/8/downloads",
2863             "license": [
2864                 "GPL-2.0+"
2865             ],
2866             "authors": [
2867                 {
2868                     "name": "Miro Dietiker (miro_dietiker)",
2869                     "homepage": "https://www.drupal.org/u/miro_dietiker",
2870                     "role": "Maintainer"
2871                 },
2872                 {
2873                     "name": "Juampy NR (juampynr)",
2874                     "homepage": "https://www.drupal.org/u/juampynr",
2875                     "role": "Maintainer"
2876                 },
2877                 {
2878                     "name": "Lucian Hangea (lhangea)",
2879                     "homepage": "https://www.drupal.org/u/lhangea",
2880                     "role": "Maintainer"
2881                 },
2882                 {
2883                     "name": "Alan D.",
2884                     "homepage": "https://www.drupal.org/u/alan-d.",
2885                     "role": "Maintainer"
2886                 },
2887                 {
2888                     "name": "Brian Gilbert (realityloop).",
2889                     "homepage": "https://www.drupal.org/u/realityloop",
2890                     "role": "Maintainer"
2891                 },
2892                 {
2893                     "name": "miro_dietiker",
2894                     "homepage": "https://www.drupal.org/user/227761"
2895                 },
2896                 {
2897                     "name": "realityloop",
2898                     "homepage": "https://www.drupal.org/user/139189"
2899                 },
2900                 {
2901                     "name": "rötzi",
2902                     "homepage": "https://www.drupal.org/user/73064"
2903                 },
2904                 {
2905                     "name": "yhahn",
2906                     "homepage": "https://www.drupal.org/user/264833"
2907                 }
2908             ],
2909             "description": "Compares two entity revisions",
2910             "homepage": "https://www.drupal.org/project/diff",
2911             "support": {
2912                 "source": "http://cgit.drupalcode.org/diff",
2913                 "issues": "https://www.drupal.org/project/issues/diff"
2914             }
2915         },
2916         {
2917             "name": "drupal/draggableviews",
2918             "version": "1.0.0",
2919             "source": {
2920                 "type": "git",
2921                 "url": "https://git.drupal.org/project/draggableviews",
2922                 "reference": "8.x-1.0"
2923             },
2924             "dist": {
2925                 "type": "zip",
2926                 "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.0.zip",
2927                 "reference": "8.x-1.0",
2928                 "shasum": "007082c2621b45bd8cf73fe5fdd4d292ee88a458"
2929             },
2930             "require": {
2931                 "drupal/core": "*"
2932             },
2933             "type": "drupal-module",
2934             "extra": {
2935                 "branch-alias": {
2936                     "dev-1.x": "1.x-dev"
2937                 },
2938                 "drupal": {
2939                     "version": "8.x-1.0",
2940                     "datestamp": "1477076039",
2941                     "security-coverage": {
2942                         "status": "covered",
2943                         "message": "Covered by Drupal's security advisory policy"
2944                     }
2945                 },
2946                 "patches_applied": {
2947                     "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
2948                     "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
2949                 }
2950             },
2951             "notification-url": "https://packages.drupal.org/8/downloads",
2952             "license": [
2953                 "GPL-2.0-or-later"
2954             ],
2955             "authors": [
2956                 {
2957                     "name": "dixon_",
2958                     "homepage": "https://www.drupal.org/user/239911"
2959                 },
2960                 {
2961                     "name": "ginc",
2962                     "homepage": "https://www.drupal.org/user/332249"
2963                 },
2964                 {
2965                     "name": "iStryker",
2966                     "homepage": "https://www.drupal.org/user/303676"
2967                 },
2968                 {
2969                     "name": "podarok",
2970                     "homepage": "https://www.drupal.org/user/116002"
2971                 },
2972                 {
2973                     "name": "sevi",
2974                     "homepage": "https://www.drupal.org/user/199290"
2975                 },
2976                 {
2977                     "name": "ygerasimov",
2978                     "homepage": "https://www.drupal.org/user/257311"
2979                 }
2980             ],
2981             "description": "Complete rewrite of D7 draggableviews",
2982             "homepage": "https://www.drupal.org/project/draggableviews",
2983             "support": {
2984                 "source": "http://cgit.drupalcode.org/draggableviews"
2985             }
2986         },
2987         {
2988             "name": "drupal/dropzonejs",
2989             "version": "2.0.0-alpha3",
2990             "source": {
2991                 "type": "git",
2992                 "url": "https://git.drupal.org/project/dropzonejs",
2993                 "reference": "8.x-2.0-alpha3"
2994             },
2995             "dist": {
2996                 "type": "zip",
2997                 "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.0-alpha3.zip",
2998                 "reference": "8.x-2.0-alpha3",
2999                 "shasum": "a11f37e8f37b211d7065b0fd8adb1cc85b47e691"
3000             },
3001             "require": {
3002                 "drupal/core": "*"
3003             },
3004             "require-dev": {
3005                 "drupal/entity_browser": "*"
3006             },
3007             "suggest": {
3008                 "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
3009             },
3010             "type": "drupal-module",
3011             "extra": {
3012                 "branch-alias": {
3013                     "dev-2.x": "2.x-dev"
3014                 },
3015                 "drupal": {
3016                     "version": "8.x-2.0-alpha3",
3017                     "datestamp": "1513265285",
3018                     "security-coverage": {
3019                         "status": "not-covered",
3020                         "message": "Project has not opted into security advisory coverage!"
3021                     }
3022                 }
3023             },
3024             "notification-url": "https://packages.drupal.org/8/downloads",
3025             "license": [
3026                 "GPL-2.0+"
3027             ],
3028             "authors": [
3029                 {
3030                     "name": "Janez Urevc",
3031                     "homepage": "https://drupal.org/u/slashrsm",
3032                     "role": "Maintainer"
3033                 },
3034                 {
3035                     "name": "Christian Fritsch",
3036                     "homepage": "https://drupal.org/u/chrfritsch",
3037                     "role": "Maintainer"
3038                 },
3039                 {
3040                     "name": "Primoz Hmeljak",
3041                     "homepage": "https://drupal.org/u/Primsi",
3042                     "role": "Maintainer"
3043                 },
3044                 {
3045                     "name": "See other contributors",
3046                     "homepage": "https://www.drupal.org/node/1998478/committers",
3047                     "role": "contributor"
3048                 },
3049                 {
3050                     "name": "slashrsm",
3051                     "homepage": "https://www.drupal.org/user/744628"
3052                 },
3053                 {
3054                     "name": "wouters_f",
3055                     "homepage": "https://www.drupal.org/user/721548"
3056                 },
3057                 {
3058                     "name": "zkday",
3059                     "homepage": "https://www.drupal.org/user/888644"
3060                 }
3061             ],
3062             "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
3063             "homepage": "https://www.drupal.org/project/dropzonejs",
3064             "keywords": [
3065                 "DropzoneJS",
3066                 "Drupal"
3067             ],
3068             "support": {
3069                 "source": "https://www.drupal.org/project/dropzonejs",
3070                 "issues": "https://www.drupal.org/project/issues/dropzonejs",
3071                 "irc": "irc://irc.freenode.org/drupal-contribute"
3072             }
3073         },
3074         {
3075             "name": "drupal/dropzonejs_eb_widget",
3076             "version": "2.0.0-alpha3",
3077             "require": {
3078                 "drupal/core": "*",
3079                 "drupal/dropzonejs": "self.version",
3080                 "drupal/entity_browser": "*"
3081             },
3082             "type": "metapackage",
3083             "extra": {
3084                 "branch-alias": {
3085                     "dev-2.x": "2.x-dev"
3086                 },
3087                 "drupal": {
3088                     "version": "8.x-2.0-alpha3",
3089                     "datestamp": "1513265285",
3090                     "security-coverage": {
3091                         "status": "not-covered",
3092                         "message": "Project has not opted into security advisory coverage!"
3093                     }
3094                 }
3095             },
3096             "notification-url": "https://packages.drupal.org/8/downloads",
3097             "license": [
3098                 "GPL-2.0-or-later"
3099             ],
3100             "authors": [
3101                 {
3102                     "name": "Drupal Media Team",
3103                     "homepage": "https://www.drupal.org/user/3260690"
3104                 },
3105                 {
3106                     "name": "Drupal media CI",
3107                     "homepage": "https://www.drupal.org/user/3057985"
3108                 },
3109                 {
3110                     "name": "Primsi",
3111                     "homepage": "https://www.drupal.org/user/282629"
3112                 },
3113                 {
3114                     "name": "chr.fritsch",
3115                     "homepage": "https://www.drupal.org/user/2103716"
3116                 },
3117                 {
3118                     "name": "slashrsm",
3119                     "homepage": "https://www.drupal.org/user/744628"
3120                 },
3121                 {
3122                     "name": "wouters_f",
3123                     "homepage": "https://www.drupal.org/user/721548"
3124                 },
3125                 {
3126                     "name": "zkday",
3127                     "homepage": "https://www.drupal.org/user/888644"
3128                 }
3129             ],
3130             "description": "DropzoneJS Entity browser widget",
3131             "homepage": "https://www.drupal.org/project/dropzonejs",
3132             "support": {
3133                 "source": "http://cgit.drupalcode.org/dropzonejs"
3134             }
3135         },
3136         {
3137             "name": "drupal/drupalmoduleupgrader",
3138             "version": "dev-1.x",
3139             "source": {
3140                 "type": "git",
3141                 "url": "https://git.drupal.org/project/drupalmoduleupgrader",
3142                 "reference": "726c7a7b9e3cda8c51f6dfbc003550bdc821433b"
3143             },
3144             "require": {
3145                 "cebe/markdown": "1.0.*@dev",
3146                 "drupal/core": "~8.0",
3147                 "grom358/pharborist": "dev-master",
3148                 "symfony/filesystem": "~2.8|~3.0",
3149                 "symfony/finder": "~2.8|~3.0"
3150             },
3151             "require-dev": {
3152                 "mikey179/vfsstream": "^1.5",
3153                 "phpunit/phpunit": "^4.8"
3154             },
3155             "type": "drupal-module",
3156             "extra": {
3157                 "branch-alias": {
3158                     "dev-1.x": "1.x-dev"
3159                 },
3160                 "drupal": {
3161                     "version": "8.x-1.2+10-dev",
3162                     "datestamp": "1490462883",
3163                     "security-coverage": {
3164                         "status": "not-covered",
3165                         "message": "Dev releases are not covered by Drupal security advisories."
3166                     }
3167                 }
3168             },
3169             "autoload": {
3170                 "psr-4": {
3171                     "Drupal\\drupalmoduleupgrader\\": "src/"
3172                 }
3173             },
3174             "notification-url": "https://packages.drupal.org/8/downloads",
3175             "license": [
3176                 "GPL-2.0+"
3177             ],
3178             "authors": [
3179                 {
3180                     "name": "Gábor Hojtsy",
3181                     "homepage": "https://www.drupal.org/user/4166"
3182                 },
3183                 {
3184                     "name": "HongPong",
3185                     "homepage": "https://www.drupal.org/user/60005"
3186                 },
3187                 {
3188                     "name": "Wim Leers",
3189                     "homepage": "https://www.drupal.org/user/99777"
3190                 },
3191                 {
3192                     "name": "dstol",
3193                     "homepage": "https://www.drupal.org/user/329570"
3194                 },
3195                 {
3196                     "name": "eshta",
3197                     "homepage": "https://www.drupal.org/user/1951462"
3198                 },
3199                 {
3200                     "name": "japerry",
3201                     "homepage": "https://www.drupal.org/user/45640"
3202                 },
3203                 {
3204                     "name": "jcnventura",
3205                     "homepage": "https://www.drupal.org/user/122464"
3206                 },
3207                 {
3208                     "name": "pfrenssen",
3209                     "homepage": "https://www.drupal.org/user/382067"
3210                 },
3211                 {
3212                     "name": "phenaproxima",
3213                     "homepage": "https://www.drupal.org/user/205645"
3214                 },
3215                 {
3216                     "name": "tim.plunkett",
3217                     "homepage": "https://www.drupal.org/user/241634"
3218                 },
3219                 {
3220                     "name": "webchick",
3221                     "homepage": "https://www.drupal.org/user/24967"
3222                 },
3223                 {
3224                     "name": "xjm",
3225                     "homepage": "https://www.drupal.org/user/65776"
3226                 }
3227             ],
3228             "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
3229             "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
3230             "keywords": [
3231                 "Drupal",
3232                 "PHP_CodeSniffer",
3233                 "phpcs",
3234                 "standards",
3235                 "update",
3236                 "upgrade"
3237             ],
3238             "support": {
3239                 "source": "https://drupal.org/project/drupalmoduleupgrader",
3240                 "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
3241             },
3242             "time": "2018-05-15T15:59:31+00:00"
3243         },
3244         {
3245             "name": "drupal/embed",
3246             "version": "1.0.0",
3247             "source": {
3248                 "type": "git",
3249                 "url": "https://git.drupal.org/project/embed",
3250                 "reference": "8.x-1.0"
3251             },
3252             "dist": {
3253                 "type": "zip",
3254                 "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
3255                 "reference": "8.x-1.0",
3256                 "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
3257             },
3258             "require": {
3259                 "drupal/core": "~8.0"
3260             },
3261             "type": "drupal-module",
3262             "extra": {
3263                 "branch-alias": {
3264                     "dev-1.x": "1.x-dev"
3265                 },
3266                 "drupal": {
3267                     "version": "8.x-1.0",
3268                     "datestamp": "1490755685"
3269                 }
3270             },
3271             "notification-url": "https://packages.drupal.org/8/downloads",
3272             "license": [
3273                 "GPL-2.0+"
3274             ],
3275             "authors": [
3276                 {
3277                     "name": "Dave Reid",
3278                     "homepage": "https://www.drupal.org/user/53892"
3279                 },
3280                 {
3281                     "name": "Devin Carlson",
3282                     "homepage": "https://www.drupal.org/user/290182"
3283                 },
3284                 {
3285                     "name": "Drupal Media Team",
3286                     "homepage": "https://www.drupal.org/user/3260690"
3287                 },
3288                 {
3289                     "name": "cs_shadow",
3290                     "homepage": "https://www.drupal.org/user/2828287"
3291                 },
3292                 {
3293                     "name": "slashrsm",
3294                     "homepage": "https://www.drupal.org/user/744628"
3295                 }
3296             ],
3297             "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
3298             "homepage": "https://www.drupal.org/project/embed",
3299             "support": {
3300                 "source": "http://cgit.drupalcode.org/embed",
3301                 "issues": "https://www.drupal.org/project/issues/embed",
3302                 "irc": "irc://irc.freenode.org/drupal-media"
3303             }
3304         },
3305         {
3306             "name": "drupal/entity",
3307             "version": "1.0.0-beta3",
3308             "source": {
3309                 "type": "git",
3310                 "url": "https://git.drupal.org/project/entity",
3311                 "reference": "8.x-1.0-beta3"
3312             },
3313             "dist": {
3314                 "type": "zip",
3315                 "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-beta3.zip",
3316                 "reference": "8.x-1.0-beta3",
3317                 "shasum": "5d74dbef7bff0db099517b2c7aad14312eb02afa"
3318             },
3319             "require": {
3320                 "drupal/core": "~8.5"
3321             },
3322             "type": "drupal-module",
3323             "extra": {
3324                 "branch-alias": {
3325                     "dev-1.x": "1.x-dev"
3326                 },
3327                 "drupal": {
3328                     "version": "8.x-1.0-beta3",
3329                     "datestamp": "1520958485",
3330                     "security-coverage": {
3331                         "status": "not-covered",
3332                         "message": "Beta releases are not covered by Drupal security advisories."
3333                     }
3334                 }
3335             },
3336             "notification-url": "https://packages.drupal.org/8/downloads",
3337             "license": [
3338                 "GPL-2.0+"
3339             ],
3340             "authors": [
3341                 {
3342                     "name": "Berdir",
3343                     "homepage": "https://www.drupal.org/user/214652"
3344                 },
3345                 {
3346                     "name": "bojanz",
3347                     "homepage": "https://www.drupal.org/user/86106"
3348                 },
3349                 {
3350                     "name": "dawehner",
3351                     "homepage": "https://www.drupal.org/user/99340"
3352                 },
3353                 {
3354                     "name": "dixon_",
3355                     "homepage": "https://www.drupal.org/user/239911"
3356                 },
3357                 {
3358                     "name": "fago",
3359                     "homepage": "https://www.drupal.org/user/16747"
3360                 }
3361             ],
3362             "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
3363             "homepage": "http://drupal.org/project/entity",
3364             "support": {
3365                 "source": "http://cgit.drupalcode.org/entity"
3366             }
3367         },
3368         {
3369             "name": "drupal/entity_browser",
3370             "version": "1.4.0",
3371             "source": {
3372                 "type": "git",
3373                 "url": "https://git.drupal.org/project/entity_browser",
3374                 "reference": "8.x-1.4"
3375             },
3376             "dist": {
3377                 "type": "zip",
3378                 "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.4.zip",
3379                 "reference": "8.x-1.4",
3380                 "shasum": "4375e996b8d1e103ca5daf9ce352e2af9cab568f"
3381             },
3382             "require": {
3383                 "drupal/core": "~8.0"
3384             },
3385             "require-dev": {
3386                 "drupal/ctools": "*",
3387                 "drupal/inline_entity_form": "*",
3388                 "drupal/media_entity": "*",
3389                 "drupal/paragraphs": "*",
3390                 "drupal/token": "*"
3391             },
3392             "type": "drupal-module",
3393             "extra": {
3394                 "branch-alias": {
3395                     "dev-1.x": "1.x-dev",
3396                     "dev-8.x-1.x": "8.1.x-dev"
3397                 },
3398                 "drupal": {
3399                     "version": "8.x-1.4",
3400                     "datestamp": "1512033785",
3401                     "security-coverage": {
3402                         "status": "covered",
3403                         "message": "Covered by Drupal's security advisory policy"
3404                     }
3405                 }
3406             },
3407             "notification-url": "https://packages.drupal.org/8/downloads",
3408             "license": [
3409                 "GPL-2.0+"
3410             ],
3411             "authors": [
3412                 {
3413                     "name": "Janez Urevc",
3414                     "homepage": "https://github.com/slashrsm",
3415                     "role": "Maintainer"
3416                 },
3417                 {
3418                     "name": "Primoz Hmeljak",
3419                     "homepage": "https://github.com/primsi",
3420                     "role": "Maintainer"
3421                 },
3422                 {
3423                     "name": "See other contributors",
3424                     "homepage": "https://www.drupal.org/node/1943336/committers",
3425                     "role": "contributor"
3426                 },
3427                 {
3428                     "name": "Primsi",
3429                     "homepage": "https://www.drupal.org/user/282629"
3430                 },
3431                 {
3432                     "name": "marcingy",
3433                     "homepage": "https://www.drupal.org/user/77320"
3434                 },
3435                 {
3436                     "name": "samuel.mortenson",
3437                     "homepage": "https://www.drupal.org/user/2582268"
3438                 },
3439                 {
3440                     "name": "slashrsm",
3441                     "homepage": "https://www.drupal.org/user/744628"
3442                 }
3443             ],
3444             "description": "Entity browsing and selecting component.",
3445             "homepage": "http://drupal.org/project/entity_browser",
3446             "support": {
3447                 "source": "http://cgit.drupalcode.org/entity_browser",
3448                 "issues": "http://drupal.org/project/issues/entity_browser",
3449                 "irc": "irc://irc.freenode.org/drupal-contribute"
3450             }
3451         },
3452         {
3453             "name": "drupal/entity_browser_entity_form",
3454             "version": "1.4.0",
3455             "require": {
3456                 "drupal/core": "~8.0",
3457                 "drupal/entity_browser": "self.version",
3458                 "drupal/inline_entity_form": "*"
3459             },
3460             "type": "metapackage",
3461             "extra": {
3462                 "branch-alias": {
3463                     "dev-1.x": "1.x-dev"
3464                 },
3465                 "drupal": {
3466                     "version": "8.x-1.4",
3467                     "datestamp": "1512033785",
3468                     "security-coverage": {
3469                         "status": "covered",
3470                         "message": "Covered by Drupal's security advisory policy"
3471                     }
3472                 }
3473             },
3474             "notification-url": "https://packages.drupal.org/8/downloads",
3475             "license": [
3476                 "GPL-2.0-or-later"
3477             ],
3478             "authors": [
3479                 {
3480                     "name": "Dave Reid",
3481                     "homepage": "https://www.drupal.org/user/53892"
3482                 },
3483                 {
3484                     "name": "Devin Carlson",
3485                     "homepage": "https://www.drupal.org/user/290182"
3486                 },
3487                 {
3488                     "name": "Drupal Media Team",
3489                     "homepage": "https://www.drupal.org/user/3260690"
3490                 },
3491                 {
3492                     "name": "Primsi",
3493                     "homepage": "https://www.drupal.org/user/282629"
3494                 },
3495                 {
3496                     "name": "marcingy",
3497                     "homepage": "https://www.drupal.org/user/77320"
3498                 },
3499                 {
3500                     "name": "samuel.mortenson",
3501                     "homepage": "https://www.drupal.org/user/2582268"
3502                 },
3503                 {
3504                     "name": "slashrsm",
3505                     "homepage": "https://www.drupal.org/user/744628"
3506                 }
3507             ],
3508             "description": "Entity browser inline entity form integration.",
3509             "homepage": "https://www.drupal.org/project/entity_browser",
3510             "support": {
3511                 "source": "http://cgit.drupalcode.org/entity_browser"
3512             }
3513         },
3514         {
3515             "name": "drupal/entity_embed",
3516             "version": "1.0.0-beta2",
3517             "source": {
3518                 "type": "git",
3519                 "url": "https://git.drupal.org/project/entity_embed",
3520                 "reference": "8.x-1.0-beta2"
3521             },
3522             "dist": {
3523                 "type": "zip",
3524                 "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
3525                 "reference": "8.x-1.0-beta2",
3526                 "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
3527             },
3528             "require": {
3529                 "drupal/core": "*",
3530                 "drupal/embed": "*"
3531             },
3532             "require-dev": {
3533                 "drupal/entity_browser": "*"
3534             },
3535             "type": "drupal-module",
3536             "extra": {
3537                 "branch-alias": {
3538                     "dev-1.x": "1.x-dev"
3539                 },
3540                 "drupal": {
3541                     "version": "8.x-1.0-beta2",
3542                     "datestamp": "1476698339"
3543                 }
3544             },
3545             "notification-url": "https://packages.drupal.org/8/downloads",
3546             "license": [
3547                 "GPL-2.0+"
3548             ],
3549             "authors": [
3550                 {
3551                     "name": "Dave Reid",
3552                     "homepage": "https://www.drupal.org/user/53892"
3553                 },
3554                 {
3555                     "name": "Devin Carlson",
3556                     "homepage": "https://www.drupal.org/user/290182"
3557                 },
3558                 {
3559                     "name": "Drupal Media Team",
3560                     "homepage": "https://www.drupal.org/user/3260690"
3561                 },
3562                 {
3563                     "name": "cs_shadow",
3564                     "homepage": "https://www.drupal.org/user/2828287"
3565                 },
3566                 {
3567                     "name": "slashrsm",
3568                     "homepage": "https://www.drupal.org/user/744628"
3569                 }
3570             ],
3571             "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
3572             "homepage": "https://www.drupal.org/project/entity_embed",
3573             "support": {
3574                 "source": "http://cgit.drupalcode.org/entity_embed",
3575                 "issues": "https://www.drupal.org/project/issues/entity_embed",
3576                 "irc": "irc://irc.freenode.org/drupal-media"
3577             }
3578         },
3579         {
3580             "name": "drupal/entity_reference_revisions",
3581             "version": "1.4.0",
3582             "source": {
3583                 "type": "git",
3584                 "url": "https://git.drupal.org/project/entity_reference_revisions",
3585                 "reference": "8.x-1.4"
3586             },
3587             "dist": {
3588                 "type": "zip",
3589                 "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.4.zip",
3590                 "reference": "8.x-1.4",
3591                 "shasum": "0d5e159ab52fe8e5aa7c27e7ccfc0299e1af4d72"
3592             },
3593             "require": {
3594                 "drupal/core": "~8.0"
3595             },
3596             "require-dev": {
3597                 "drupal/diff": "*"
3598             },
3599             "type": "drupal-module",
3600             "extra": {
3601                 "branch-alias": {
3602                     "dev-1.x": "1.x-dev"
3603                 },
3604                 "drupal": {
3605                     "version": "8.x-1.4",
3606                     "datestamp": "1515143885",
3607                     "security-coverage": {
3608                         "status": "covered",
3609                         "message": "Covered by Drupal's security advisory policy"
3610                     }
3611                 }
3612             },
3613             "notification-url": "https://packages.drupal.org/8/downloads",
3614             "license": [
3615                 "GPL-2.0-or-later"
3616             ],
3617             "authors": [
3618                 {
3619                     "name": "Frans",
3620                     "homepage": "https://www.drupal.org/user/514222"
3621                 },
3622                 {
3623                     "name": "jeroen.b",
3624                     "homepage": "https://www.drupal.org/user/1853532"
3625                 },
3626                 {
3627                     "name": "miro_dietiker",
3628                     "homepage": "https://www.drupal.org/user/227761"
3629                 }
3630             ],
3631             "description": "Adds a Entity Reference field type with revision support.",
3632             "homepage": "https://www.drupal.org/project/entity_reference_revisions",
3633             "support": {
3634                 "source": "http://cgit.drupalcode.org/entity_reference_revisions"
3635             }
3636         },
3637         {
3638             "name": "drupal/entityqueue",
3639             "version": "1.0.0-alpha7",
3640             "source": {
3641                 "type": "git",
3642                 "url": "https://git.drupal.org/project/entityqueue",
3643                 "reference": "8.x-1.0-alpha7"
3644             },
3645             "dist": {
3646                 "type": "zip",
3647                 "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha7.zip",
3648                 "reference": "8.x-1.0-alpha7",
3649                 "shasum": "d3cf4c655c2af08b2018af8675db54319fce29d8"
3650             },
3651             "require": {
3652                 "drupal/core": "~8.0"
3653             },
3654             "type": "drupal-module",
3655             "extra": {
3656                 "branch-alias": {
3657                     "dev-1.x": "1.x-dev"
3658                 },
3659                 "drupal": {
3660                     "version": "8.x-1.0-alpha7",
3661                     "datestamp": "1506839344",
3662                     "security-coverage": {
3663                         "status": "not-covered",
3664                         "message": "Alpha releases are not covered by Drupal security advisories."
3665                     }
3666                 }
3667             },
3668             "notification-url": "https://packages.drupal.org/8/downloads",
3669             "license": [
3670                 "GPL-2.0-or-later"
3671             ],
3672             "authors": [
3673                 {
3674                     "name": "amateescu",
3675                     "homepage": "https://www.drupal.org/user/729614"
3676                 },
3677                 {
3678                     "name": "jojonaloha",
3679                     "homepage": "https://www.drupal.org/user/1579186"
3680                 },
3681                 {
3682                     "name": "quicksketch",
3683                     "homepage": "https://www.drupal.org/user/35821"
3684                 },
3685                 {
3686                     "name": "tim.plunkett",
3687                     "homepage": "https://www.drupal.org/user/241634"
3688                 }
3689             ],
3690             "description": "Allows users to collect entities in arbitrarily ordered lists.",
3691             "homepage": "https://www.drupal.org/project/entityqueue",
3692             "support": {
3693                 "source": "http://cgit.drupalcode.org/entityqueue"
3694             }
3695         },
3696         {
3697             "name": "drupal/environment_indicator",
3698             "version": "3.3.0",
3699             "source": {
3700                 "type": "git",
3701                 "url": "https://git.drupal.org/project/environment_indicator",
3702                 "reference": "8.x-3.3"
3703             },
3704             "dist": {
3705                 "type": "zip",
3706                 "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.3.zip",
3707                 "reference": "8.x-3.3",
3708                 "shasum": "3059b8d4fb2b87af4842c45b9770d927e640eb30"
3709             },
3710             "require": {
3711                 "drupal/core": "*"
3712             },
3713             "type": "drupal-module",
3714             "extra": {
3715                 "branch-alias": {
3716                     "dev-3.x": "3.x-dev"
3717                 },
3718                 "drupal": {
3719                     "version": "8.x-3.3",
3720                     "datestamp": "1518331981",
3721                     "security-coverage": {
3722                         "status": "covered",
3723                         "message": "Covered by Drupal's security advisory policy"
3724                     }
3725                 }
3726             },
3727             "notification-url": "https://packages.drupal.org/8/downloads",
3728             "license": [
3729                 "GPL-2.0-or-later"
3730             ],
3731             "authors": [
3732                 {
3733                     "name": "e0ipso",
3734                     "homepage": "https://www.drupal.org/user/550110"
3735                 },
3736                 {
3737                     "name": "mrfelton",
3738                     "homepage": "https://www.drupal.org/user/305669"
3739                 }
3740             ],
3741             "description": "Adds a color indicator for the different environments.",
3742             "homepage": "https://www.drupal.org/project/environment_indicator",
3743             "support": {
3744                 "source": "http://cgit.drupalcode.org/environment_indicator"
3745             }
3746         },
3747         {
3748             "name": "drupal/eu_cookie_compliance",
3749             "version": "1.0.0",
3750             "source": {
3751                 "type": "git",
3752                 "url": "https://git.drupal.org/project/eu-cookie-compliance",
3753                 "reference": "8.x-1.0"
3754             },
3755             "dist": {
3756                 "type": "zip",
3757                 "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.0.zip",
3758                 "reference": "8.x-1.0",
3759                 "shasum": "925f5267fce132e54cfdff58e560cb5fc1656634"
3760             },
3761             "require": {
3762                 "drupal/core": "*"
3763             },
3764             "type": "drupal-module",
3765             "extra": {
3766                 "branch-alias": {
3767                     "dev-1.x": "1.x-dev"
3768                 },
3769                 "drupal": {
3770                     "version": "8.x-1.0",
3771                     "datestamp": "1522572784",
3772                     "security-coverage": {
3773                         "status": "covered",
3774                         "message": "Covered by Drupal's security advisory policy"
3775                     }
3776                 }
3777             },
3778             "notification-url": "https://packages.drupal.org/8/downloads",
3779             "license": [
3780                 "GPL-2.0-or-later"
3781             ],
3782             "authors": [
3783                 {
3784                     "name": "Marcin Pajdzik",
3785                     "homepage": "https://www.drupal.org/user/160555"
3786                 },
3787                 {
3788                     "name": "achton",
3789                     "homepage": "https://www.drupal.org/user/712454"
3790                 },
3791                 {
3792                     "name": "blairski",
3793                     "homepage": "https://www.drupal.org/user/120835"
3794                 },
3795                 {
3796                     "name": "dakku",
3797                     "homepage": "https://www.drupal.org/user/97634"
3798                 },
3799                 {
3800                     "name": "grzegorz.bartman",
3801                     "homepage": "https://www.drupal.org/user/363120"
3802                 },
3803                 {
3804                     "name": "id.tornado",
3805                     "homepage": "https://www.drupal.org/user/2754049"
3806                 },
3807                 {
3808                     "name": "killua99",
3809                     "homepage": "https://www.drupal.org/user/699418"
3810                 },
3811                 {
3812                     "name": "mibfire",
3813                     "homepage": "https://www.drupal.org/user/155136"
3814                 },
3815                 {
3816                     "name": "naveenvalecha",
3817                     "homepage": "https://www.drupal.org/user/2665733"
3818                 },
3819                 {
3820                     "name": "svenryen",
3821                     "homepage": "https://www.drupal.org/user/667244"
3822                 }
3823             ],
3824             "description": "This module aims at making the website compliant with the new EU cookie regulation",
3825             "homepage": "https://www.drupal.org/project/eu_cookie_compliance",
3826             "support": {
3827                 "source": "http://cgit.drupalcode.org/eu_cookie_compliance"
3828             }
3829         },
3830         {
3831             "name": "drupal/filefield_sources",
3832             "version": "dev-1.x",
3833             "source": {
3834                 "type": "git",
3835                 "url": "https://git.drupal.org/project/filefield_sources",
3836                 "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
3837             },
3838             "require": {
3839                 "drupal/core": "*"
3840             },
3841             "type": "drupal-module",
3842             "extra": {
3843                 "branch-alias": {
3844                     "dev-1.x": "1.x-dev"
3845                 },
3846                 "drupal": {
3847                     "version": "8.x-1.x-dev",
3848                     "datestamp": "1464990539"
3849                 }
3850             },
3851             "notification-url": "https://packages.drupal.org/8/downloads",
3852             "license": [
3853                 "GPL-2.0+"
3854             ],
3855             "authors": [
3856                 {
3857                     "name": "profak",
3858                     "homepage": "https://www.drupal.org/user/782534"
3859                 },
3860                 {
3861                     "name": "quicksketch",
3862                     "homepage": "https://www.drupal.org/user/35821"
3863                 }
3864             ],
3865             "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
3866             "homepage": "https://www.drupal.org/project/filefield_sources",
3867             "support": {
3868                 "source": "http://cgit.drupalcode.org/filefield_sources"
3869             }
3870         },
3871         {
3872             "name": "drupal/fontyourface",
3873             "version": "3.2.0",
3874             "source": {
3875                 "type": "git",
3876                 "url": "https://git.drupal.org/project/fontyourface",
3877                 "reference": "8.x-3.2"
3878             },
3879             "dist": {
3880                 "type": "zip",
3881                 "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.2.zip",
3882                 "reference": "8.x-3.2",
3883                 "shasum": "f509b3dc3e9849ca1cced5607a29d8319709c9ec"
3884             },
3885             "require": {
3886                 "drupal/core": "8.*"
3887             },
3888             "type": "drupal-module",
3889             "extra": {
3890                 "branch-alias": {
3891                     "dev-3.x": "3.x-dev"
3892                 },
3893                 "drupal": {
3894                     "version": "8.x-3.2",
3895                     "datestamp": "1517458980",
3896                     "security-coverage": {
3897                         "status": "covered",
3898                         "message": "Covered by Drupal's security advisory policy"
3899                     }
3900                 }
3901             },
3902             "notification-url": "https://packages.drupal.org/8/downloads",
3903             "license": [
3904                 "GPL-2.0+"
3905             ],
3906             "authors": [
3907                 {
3908                     "name": "BTMash",
3909                     "homepage": "https://www.drupal.org/user/60422"
3910                 },
3911                 {
3912                     "name": "BarisW",
3913                     "homepage": "https://www.drupal.org/user/107229"
3914                 },
3915                 {
3916                     "name": "Drave Robber",
3917                     "homepage": "https://www.drupal.org/user/984338"
3918                 },
3919                 {
3920                     "name": "sreynen",
3921                     "homepage": "https://www.drupal.org/user/109890"
3922                 }
3923             ],
3924             "description": "Web font management tools.",
3925             "homepage": "https://www.drupal.org/project/fontyourface",
3926             "keywords": [
3927                 "Drupal"
3928             ],
3929             "support": {
3930                 "source": "http://cgit.drupalcode.org/fontyourface",
3931                 "issues": "https://drupal.org/project/issues/fontyourface"
3932             }
3933         },
3934         {
3935             "name": "drupal/front",
3936             "version": "1.0.0-beta1",
3937             "source": {
3938                 "type": "git",
3939                 "url": "https://git.drupal.org/project/front",
3940                 "reference": "8.x-1.0-beta1"
3941             },
3942             "dist": {
3943                 "type": "zip",
3944                 "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-beta1.zip",
3945                 "reference": "8.x-1.0-beta1",
3946                 "shasum": "cee664aaf0eac6829bd551ec5213561d1cb70bce"
3947             },
3948             "require": {
3949                 "drupal/core": "~8.0"
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.0-beta1",
3958                     "datestamp": "1521187985",
3959                     "security-coverage": {
3960                         "status": "not-covered",
3961                         "message": "Beta releases are not covered by Drupal security advisories."
3962                     }
3963                 }
3964             },
3965             "notification-url": "https://packages.drupal.org/8/downloads",
3966             "license": [
3967                 "GPL-2.0-or-later"
3968             ],
3969             "authors": [
3970                 {
3971                     "name": "Dublin Drupaller",
3972                     "homepage": "https://www.drupal.org/user/8625"
3973                 },
3974                 {
3975                     "name": "Simon Georges",
3976                     "homepage": "https://www.drupal.org/user/172312"
3977                 },
3978                 {
3979                     "name": "asenenko",
3980                     "homepage": "https://www.drupal.org/user/2641733"
3981                 },
3982                 {
3983                     "name": "estoyausente",
3984                     "homepage": "https://www.drupal.org/user/1232954"
3985                 },
3986                 {
3987                     "name": "timhilliard",
3988                     "homepage": "https://www.drupal.org/user/195493"
3989                 }
3990             ],
3991             "homepage": "https://www.drupal.org/project/front",
3992             "support": {
3993                 "source": "http://cgit.drupalcode.org/front"
3994             }
3995         },
3996         {
3997             "name": "drupal/hacked",
3998             "version": "2.0.0-beta2",
3999             "source": {
4000                 "type": "git",
4001                 "url": "https://git.drupal.org/project/hacked",
4002                 "reference": "8.x-2.0-beta2"
4003             },
4004             "dist": {
4005                 "type": "zip",
4006                 "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta2.zip",
4007                 "reference": "8.x-2.0-beta2",
4008                 "shasum": "84e018c23a39d83c2274cc009804f0abf4b9e9cb"
4009             },
4010             "require": {
4011                 "drupal/core": "*"
4012             },
4013             "type": "drupal-module",
4014             "extra": {
4015                 "branch-alias": {
4016                     "dev-2.x": "2.x-dev"
4017                 },
4018                 "drupal": {
4019                     "version": "8.x-2.0-beta2",
4020                     "datestamp": "1520956980",
4021                     "security-coverage": {
4022                         "status": "not-covered",
4023                         "message": "Project has not opted into security advisory coverage!"
4024                     }
4025                 },
4026                 "patches_applied": []
4027             },
4028             "notification-url": "https://packages.drupal.org/8/downloads",
4029             "license": [
4030                 "GPL-2.0-or-later"
4031             ],
4032             "authors": [
4033                 {
4034                     "name": "Deciphered",
4035                     "homepage": "https://www.drupal.org/user/103796"
4036                 },
4037                 {
4038                     "name": "Steven Jones",
4039                     "homepage": "https://www.drupal.org/user/99644"
4040                 }
4041             ],
4042             "description": "Shows if drupal or any of its modules have been changed",
4043             "homepage": "https://www.drupal.org/project/hacked",
4044             "support": {
4045                 "source": "http://cgit.drupalcode.org/hacked"
4046             }
4047         },
4048         {
4049             "name": "drupal/htmlawed",
4050             "version": "3.3.0",
4051             "source": {
4052                 "type": "git",
4053                 "url": "https://git.drupal.org/project/htmLawed",
4054                 "reference": "8.x-3.3"
4055             },
4056             "dist": {
4057                 "type": "zip",
4058                 "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.3.zip",
4059                 "reference": "8.x-3.3",
4060                 "shasum": "5728561a9d8b5ad9bb56c9270742469ed28cc65d"
4061             },
4062             "require": {
4063                 "drupal/core": "~8.0"
4064             },
4065             "type": "drupal-module",
4066             "extra": {
4067                 "branch-alias": {
4068                     "dev-3.x": "3.x-dev"
4069                 },
4070                 "drupal": {
4071                     "version": "8.x-3.3",
4072                     "datestamp": "1512623885",
4073                     "security-coverage": {
4074                         "status": "covered",
4075                         "message": "Covered by Drupal's security advisory policy"
4076                     }
4077                 }
4078             },
4079             "notification-url": "https://packages.drupal.org/8/downloads",
4080             "license": [
4081                 "GPL-2.0-or-later"
4082             ],
4083             "authors": [
4084                 {
4085                     "name": "alpha2zee",
4086                     "homepage": "https://www.drupal.org/user/201451"
4087                 }
4088             ],
4089             "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
4090             "homepage": "https://www.drupal.org/project/htmlawed",
4091             "support": {
4092                 "source": "http://cgit.drupalcode.org/htmlawed"
4093             }
4094         },
4095         {
4096             "name": "drupal/http2_server_push",
4097             "version": "1.0.0",
4098             "source": {
4099                 "type": "git",
4100                 "url": "https://git.drupal.org/project/http2_server_push",
4101                 "reference": "8.x-1.0"
4102             },
4103             "dist": {
4104                 "type": "zip",
4105                 "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
4106                 "reference": "8.x-1.0",
4107                 "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
4108             },
4109             "require": {
4110                 "drupal/core": "~8.0"
4111             },
4112             "type": "drupal-module",
4113             "extra": {
4114                 "branch-alias": {
4115                     "dev-1.x": "1.x-dev"
4116                 },
4117                 "drupal": {
4118                     "version": "8.x-1.0",
4119                     "datestamp": "1489057084"
4120                 }
4121             },
4122             "notification-url": "https://packages.drupal.org/8/downloads",
4123             "license": [
4124                 "GPL-2.0+"
4125             ],
4126             "authors": [
4127                 {
4128                     "name": "Wim Leers",
4129                     "homepage": "https://www.drupal.org/user/99777"
4130                 }
4131             ],
4132             "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
4133             "homepage": "https://www.drupal.org/project/http2_server_push",
4134             "support": {
4135                 "source": "http://cgit.drupalcode.org/http2_server_push"
4136             }
4137         },
4138         {
4139             "name": "drupal/image_widget_crop",
4140             "version": "2.1.0",
4141             "source": {
4142                 "type": "git",
4143                 "url": "https://git.drupal.org/project/image_widget_crop",
4144                 "reference": "8.x-2.1"
4145             },
4146             "dist": {
4147                 "type": "zip",
4148                 "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.1.zip",
4149                 "reference": "8.x-2.1",
4150                 "shasum": "76bda9a8c8d3149149bb7812e48e9f14e9ce1ffb"
4151             },
4152             "require": {
4153                 "drupal/core": "*",
4154                 "drupal/crop": "1.0 - 2.0"
4155             },
4156             "require-dev": {
4157                 "drupal/crop": "*",
4158                 "drupal/ctools": "3.x-dev",
4159                 "drupal/entity_browser": "1.x-dev",
4160                 "drupal/file_entity": "*",
4161                 "drupal/inline_entity_form": "*",
4162                 "drupal/media": "*"
4163             },
4164             "type": "drupal-module",
4165             "extra": {
4166                 "branch-alias": {
4167                     "dev-2.x": "2.x-dev"
4168                 },
4169                 "drupal": {
4170                     "version": "8.x-2.1",
4171                     "datestamp": "1510136887",
4172                     "security-coverage": {
4173                         "status": "covered",
4174                         "message": "Covered by Drupal's security advisory policy"
4175                     }
4176                 }
4177             },
4178             "notification-url": "https://packages.drupal.org/8/downloads",
4179             "license": [
4180                 "GPL-2.0+"
4181             ],
4182             "authors": [
4183                 {
4184                     "name": "Alexandre Mallet",
4185                     "homepage": "https://github.com/woprrr",
4186                     "role": "Maintainer"
4187                 },
4188                 {
4189                     "name": "Drupal media CI",
4190                     "homepage": "https://www.drupal.org/user/3057985"
4191                 },
4192                 {
4193                     "name": "slashrsm",
4194                     "homepage": "https://www.drupal.org/user/744628"
4195                 },
4196                 {
4197                     "name": "woprrr",
4198                     "homepage": "https://www.drupal.org/user/858604"
4199                 }
4200             ],
4201             "description": "Provides an interface for using the features of the Crop API.",
4202             "homepage": "https://www.drupal.org/project/image_widget_crop",
4203             "keywords": [
4204                 "Crop",
4205                 "Drupal",
4206                 "Drupal Media"
4207             ],
4208             "support": {
4209                 "source": "https://www.drupal.org/project/image_widget_crop",
4210                 "issues": "https://www.drupal.org/project/issues/image_widget_crop",
4211                 "irc": "irc://irc.freenode.org/drupal-contribute"
4212             }
4213         },
4214         {
4215             "name": "drupal/imagemagick",
4216             "version": "1.0.0-alpha6",
4217             "source": {
4218                 "type": "git",
4219                 "url": "https://git.drupal.org/project/imagemagick",
4220                 "reference": "8.x-1.0-alpha6"
4221             },
4222             "dist": {
4223                 "type": "zip",
4224                 "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-1.0-alpha6.zip",
4225                 "reference": "8.x-1.0-alpha6",
4226                 "shasum": "9631b407762076b2f5d9bf3b50b40c28976ddbb7"
4227             },
4228             "require": {
4229                 "drupal/core": "^8.1.0"
4230             },
4231             "type": "drupal-module",
4232             "extra": {
4233                 "branch-alias": {
4234                     "dev-1.x": "1.x-dev"
4235                 },
4236                 "drupal": {
4237                     "version": "8.x-1.0-alpha6",
4238                     "datestamp": "1488787683"
4239                 }
4240             },
4241             "notification-url": "https://packages.drupal.org/8/downloads",
4242             "license": [
4243                 "GPL-2.0+"
4244             ],
4245             "authors": [
4246                 {
4247                     "name": "chx",
4248                     "homepage": "https://www.drupal.org/user/9446"
4249                 },
4250                 {
4251                     "name": "claudiu.cristea",
4252                     "homepage": "https://www.drupal.org/user/56348"
4253                 },
4254                 {
4255                     "name": "dman",
4256                     "homepage": "https://www.drupal.org/user/33240"
4257                 },
4258                 {
4259                     "name": "dopry",
4260                     "homepage": "https://www.drupal.org/user/22202"
4261                 },
4262                 {
4263                     "name": "drewish",
4264                     "homepage": "https://www.drupal.org/user/34869"
4265                 },
4266                 {
4267                     "name": "gdl",
4268                     "homepage": "https://www.drupal.org/user/507326"
4269                 },
4270                 {
4271                     "name": "mondrake",
4272                     "homepage": "https://www.drupal.org/user/1307444"
4273                 },
4274                 {
4275                     "name": "quicksketch",
4276                     "homepage": "https://www.drupal.org/user/35821"
4277                 },
4278                 {
4279                     "name": "sun",
4280                     "homepage": "https://www.drupal.org/user/54136"
4281                 },
4282                 {
4283                     "name": "walkah",
4284                     "homepage": "https://www.drupal.org/user/1531"
4285                 }
4286             ],
4287             "description": "Provides ImageMagick integration.",
4288             "homepage": "https://www.drupal.org/project/imagemagick",
4289             "support": {
4290                 "source": "http://cgit.drupalcode.org/imagemagick"
4291             }
4292         },
4293         {
4294             "name": "drupal/inline_entity_form",
4295             "version": "1.0.0-beta1",
4296             "source": {
4297                 "type": "git",
4298                 "url": "https://git.drupal.org/project/inline_entity_form",
4299                 "reference": "8.x-1.0-beta1"
4300             },
4301             "dist": {
4302                 "type": "zip",
4303                 "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip",
4304                 "reference": "8.x-1.0-beta1",
4305                 "shasum": "185ffc28a7b68d19cce057855d1c111f1741a3ea"
4306             },
4307             "require": {
4308                 "drupal/core": "~8.0"
4309             },
4310             "require-dev": {
4311                 "drupal/entity_reference_revisions": "*"
4312             },
4313             "type": "drupal-module",
4314             "extra": {
4315                 "branch-alias": {
4316                     "dev-1.x": "1.x-dev"
4317                 },
4318                 "drupal": {
4319                     "version": "8.x-1.0-beta1",
4320                     "datestamp": "1477868343"
4321                 }
4322             },
4323             "notification-url": "https://packages.drupal.org/8/downloads",
4324             "license": [
4325                 "GPL-2.0+"
4326             ],
4327             "authors": [
4328                 {
4329                     "name": "bojanz",
4330                     "homepage": "https://www.drupal.org/user/86106"
4331                 },
4332                 {
4333                     "name": "dawehner",
4334                     "homepage": "https://www.drupal.org/user/99340"
4335                 },
4336                 {
4337                     "name": "rszrama",
4338                     "homepage": "https://www.drupal.org/user/49344"
4339                 },
4340                 {
4341                     "name": "slashrsm",
4342                     "homepage": "https://www.drupal.org/user/744628"
4343                 },
4344                 {
4345                     "name": "webflo",
4346                     "homepage": "https://www.drupal.org/user/254778"
4347                 }
4348             ],
4349             "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4350             "homepage": "https://www.drupal.org/project/inline_entity_form",
4351             "support": {
4352                 "source": "http://cgit.drupalcode.org/inline_entity_form"
4353             }
4354         },
4355         {
4356             "name": "drupal/layout_plugin",
4357             "version": "1.0.0-alpha23",
4358             "source": {
4359                 "type": "git",
4360                 "url": "https://git.drupal.org/project/layout_plugin",
4361                 "reference": "8.x-1.0-alpha23"
4362             },
4363             "dist": {
4364                 "type": "zip",
4365                 "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
4366                 "reference": "8.x-1.0-alpha23",
4367                 "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
4368             },
4369             "require": {
4370                 "drupal/core": "~8.0"
4371             },
4372             "type": "drupal-module",
4373             "extra": {
4374                 "branch-alias": {
4375                     "dev-1.x": "1.x-dev"
4376                 },
4377                 "drupal": {
4378                     "version": "8.x-1.0-alpha23",
4379                     "datestamp": "1476269960"
4380                 }
4381             },
4382             "notification-url": "https://packages.drupal.org/8/downloads",
4383             "license": [
4384                 "GPL-2.0+"
4385             ],
4386             "authors": [
4387                 {
4388                     "name": "David Snopek",
4389                     "homepage": "https://www.drupal.org/user/172527"
4390                 },
4391                 {
4392                     "name": "Bram Goffings",
4393                     "homepage": "https://www.drupal.org/user/266527"
4394                 },
4395                 {
4396                     "name": "Fredrik Lassen",
4397                     "homepage": "https://www.drupal.org/user/243377"
4398                 }
4399             ],
4400             "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
4401             "homepage": "https://www.drupal.org/project/layout_plugin",
4402             "keywords": [
4403                 "layout",
4404                 "php"
4405             ],
4406             "support": {
4407                 "source": "http://cgit.drupalcode.org/layout_plugin"
4408             }
4409         },
4410         {
4411             "name": "drupal/layouter",
4412             "version": "1.0.0",
4413             "source": {
4414                 "type": "git",
4415                 "url": "https://git.drupal.org/project/layouter",
4416                 "reference": "8.x-1.0"
4417             },
4418             "dist": {
4419                 "type": "zip",
4420                 "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
4421                 "reference": "8.x-1.0",
4422                 "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
4423             },
4424             "require": {
4425                 "drupal/core": "*"
4426             },
4427             "type": "drupal-module",
4428             "extra": {
4429                 "branch-alias": {
4430                     "dev-1.x": "1.x-dev"
4431                 },
4432                 "drupal": {
4433                     "version": "8.x-1.0",
4434                     "datestamp": "1470121439"
4435                 }
4436             },
4437             "notification-url": "https://packages.drupal.org/8/downloads",
4438             "license": [
4439                 "GPL 2.0+"
4440             ],
4441             "authors": [
4442                 {
4443                     "name": "adci_contributor",
4444                     "homepage": "https://www.drupal.org/user/1830536"
4445                 },
4446                 {
4447                     "name": "adcillc",
4448                     "homepage": "https://www.drupal.org/user/366450"
4449                 },
4450                 {
4451                     "name": "antongp",
4452                     "homepage": "https://www.drupal.org/user/1060446"
4453                 },
4454                 {
4455                     "name": "kinosura",
4456                     "homepage": "https://www.drupal.org/user/383326"
4457                 },
4458                 {
4459                     "name": "usdv",
4460                     "homepage": "https://www.drupal.org/user/2476206"
4461                 }
4462             ],
4463             "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
4464             "homepage": "https://www.drupal.org/project/layouter",
4465             "support": {
4466                 "source": "http://cgit.drupalcode.org/layouter"
4467             }
4468         },
4469         {
4470             "name": "drupal/libraries",
4471             "version": "dev-3.x",
4472             "source": {
4473                 "type": "git",
4474                 "url": "https://git.drupal.org/project/libraries",
4475                 "reference": "061ead081c92a6209b09eaf23b4e3103f360946e"
4476             },
4477             "require": {
4478                 "drupal/core": "~8.0"
4479             },
4480             "type": "drupal-module",
4481             "extra": {
4482                 "branch-alias": {
4483                     "dev-3.x": "3.x-dev"
4484                 },
4485                 "drupal": {
4486                     "version": "8.x-3.x-dev",
4487                     "datestamp": "1487978583"
4488                 }
4489             },
4490             "notification-url": "https://packages.drupal.org/8/downloads",
4491             "license": [
4492                 "GPL-2.0+"
4493             ],
4494             "authors": [
4495                 {
4496                     "name": "Pol",
4497                     "homepage": "https://www.drupal.org/user/47194"
4498                 },
4499                 {
4500                     "name": "rjacobs",
4501                     "homepage": "https://www.drupal.org/user/422459"
4502                 },
4503                 {
4504                     "name": "sun",
4505                     "homepage": "https://www.drupal.org/user/54136"
4506                 },
4507                 {
4508                     "name": "tstoeckler",
4509                     "homepage": "https://www.drupal.org/user/107158"
4510                 }
4511             ],
4512             "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
4513             "homepage": "http://drupal.org/project/libraries",
4514             "support": {
4515                 "source": "http://cgit.drupalcode.org/libraries",
4516                 "issues": "http://drupal.org/project/issues/libraries",
4517                 "irc": "irc://irc.freenode.org/drupal-contribute"
4518             }
4519         },
4520         {
4521             "name": "drupal/linkchecker",
4522             "version": "dev-1.x",
4523             "source": {
4524                 "type": "git",
4525                 "url": "https://git.drupal.org/project/linkchecker",
4526                 "reference": "780fc89bd85fb1fad955d7993a6a4e03ef9a7882"
4527             },
4528             "require": {
4529                 "drupal/core": "~8.0"
4530             },
4531             "type": "drupal-module",
4532             "extra": {
4533                 "branch-alias": {
4534                     "dev-1.x": "1.x-dev"
4535                 },
4536                 "drupal": {
4537                     "version": "8.x-1.x-dev",
4538                     "datestamp": "1520629084",
4539                     "security-coverage": {
4540                         "status": "not-covered",
4541                         "message": "Dev releases are not covered by Drupal security advisories."
4542                     }
4543                 },
4544                 "drush": {
4545                     "services": {
4546                         "drush.services.yml": "^9"
4547                     }
4548                 }
4549             },
4550             "notification-url": "https://packages.drupal.org/8/downloads",
4551             "license": [
4552                 "GPL-2.0+"
4553             ],
4554             "authors": [
4555                 {
4556                     "name": "hass",
4557                     "homepage": "https://www.drupal.org/u/hass"
4558                 },
4559                 {
4560                     "name": "See other contributors",
4561                     "homepage": "https://www.drupal.org/node/243795/committers"
4562                 }
4563             ],
4564             "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
4565             "homepage": "https://www.drupal.org/project/linkchecker",
4566             "support": {
4567                 "source": "http://git.drupal.org/project/linkchecker.git",
4568                 "issues": "https://www.drupal.org/project/issues/linkchecker"
4569             },
4570             "time": "2018-05-09T22:30:43+00:00"
4571         },
4572         {
4573             "name": "drupal/linkit",
4574             "version": "4.3.0",
4575             "source": {
4576                 "type": "git",
4577                 "url": "https://git.drupal.org/project/linkit",
4578                 "reference": "8.x-4.3"
4579             },
4580             "dist": {
4581                 "type": "zip",
4582                 "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
4583                 "reference": "8.x-4.3",
4584                 "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
4585             },
4586             "require": {
4587                 "drupal/core": "~8.0"
4588             },
4589             "type": "drupal-module",
4590             "extra": {
4591                 "branch-alias": {
4592                     "dev-4.x": "4.x-dev"
4593                 },
4594                 "drupal": {
4595                     "version": "8.x-4.3",
4596                     "datestamp": "1490205830"
4597                 }
4598             },
4599             "notification-url": "https://packages.drupal.org/8/downloads",
4600             "license": [
4601                 "GPL-2.0+"
4602             ],
4603             "authors": [
4604                 {
4605                     "name": "Emil Stjerneman",
4606                     "homepage": "https://stjerneman.com",
4607                     "email": "emil@stjerneman.com",
4608                     "role": "Maintainer"
4609                 }
4610             ],
4611             "description": "Linkit - Enriched linking experience",
4612             "homepage": "http://drupal.org/project/linkit",
4613             "support": {
4614                 "source": "http://cgit.drupalcode.org/linkit",
4615                 "issues": "http://drupal.org/project/linkit"
4616             }
4617         },
4618         {
4619             "name": "drupal/livereload",
4620             "version": "dev-1.x",
4621             "source": {
4622                 "type": "git",
4623                 "url": "https://git.drupal.org/project/livereload",
4624                 "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
4625             },
4626             "require": {
4627                 "drupal/core": "~8.0"
4628             },
4629             "type": "drupal-module",
4630             "extra": {
4631                 "branch-alias": {
4632                     "dev-1.x": "1.x-dev"
4633                 },
4634                 "drupal": {
4635                     "version": "8.x-1.x-dev",
4636                     "datestamp": "1474009739"
4637                 }
4638             },
4639             "notification-url": "https://packages.drupal.org/8/downloads",
4640             "license": [
4641                 "GPL-2.0+"
4642             ],
4643             "authors": [
4644                 {
4645                     "name": "Hydra",
4646                     "homepage": "https://www.drupal.org/user/647364"
4647                 },
4648                 {
4649                     "name": "tim.plunkett",
4650                     "homepage": "https://www.drupal.org/user/241634"
4651                 }
4652             ],
4653             "description": "Enables and enhances use of LiveReload during development.",
4654             "homepage": "https://www.drupal.org/project/livereload",
4655             "support": {
4656                 "source": "http://cgit.drupalcode.org/livereload"
4657             }
4658         },
4659         {
4660             "name": "drupal/media",
4661             "version": "dev-1.x",
4662             "source": {
4663                 "type": "git",
4664                 "url": "https://git.drupal.org/project/media",
4665                 "reference": "b9d72f21ea20c583ec4b83081720eba65670a8da"
4666             },
4667             "require": {
4668                 "drupal/core": "*",
4669                 "drupal/dropzonejs_eb_widget": "*",
4670                 "drupal/entity_browser": "*",
4671                 "drupal/entity_browser_entity_form": "*",
4672                 "drupal/entity_embed": "*",
4673                 "drupal/image_widget_crop": "*",
4674                 "drupal/inline_entity_form": "*",
4675                 "drupal/media_entity": "*",
4676                 "drupal/media_entity_document": "*",
4677                 "drupal/media_entity_image": "*",
4678                 "drupal/media_entity_instagram": "*",
4679                 "drupal/media_entity_slideshow": "*",
4680                 "drupal/media_entity_twitter": "*",
4681                 "drupal/slick_media": "*",
4682                 "drupal/video_embed_field": "*",
4683                 "drupal/video_embed_media": "*"
4684             },
4685             "require-dev": {
4686                 "drupal/dropzonejs_eb_widget": "*",
4687                 "drupal/entity_browser": "*",
4688                 "drupal/entity_browser_entity_form": "*",
4689                 "drupal/entity_embed": "*",
4690                 "drupal/image_widget_crop": "*",
4691                 "drupal/inline_entity_form": "*",
4692                 "drupal/media_entity": "*",
4693                 "drupal/media_entity_document": "*",
4694                 "drupal/media_entity_image": "*",
4695                 "drupal/media_entity_instagram": "*",
4696                 "drupal/media_entity_slideshow": "*",
4697                 "drupal/media_entity_twitter": "*",
4698                 "drupal/slick_media": "*",
4699                 "drupal/video_embed_field": "*",
4700                 "drupal/video_embed_media": "*"
4701             },
4702             "type": "drupal-module",
4703             "extra": {
4704                 "branch-alias": {
4705                     "dev-1.x": "1.x-dev"
4706                 },
4707                 "drupal": {
4708                     "version": "8.x-1.x-dev",
4709                     "datestamp": "1476811139"
4710                 }
4711             },
4712             "notification-url": "https://packages.drupal.org/8/downloads",
4713             "license": [
4714                 "GPL-2.0+"
4715             ],
4716             "authors": [
4717                 {
4718                     "name": "Dave Reid",
4719                     "homepage": "https://www.drupal.org/user/53892"
4720                 },
4721                 {
4722                     "name": "David_Rothstein",
4723                     "homepage": "https://www.drupal.org/user/124982"
4724                 },
4725                 {
4726                     "name": "Devin Carlson",
4727                     "homepage": "https://www.drupal.org/user/290182"
4728                 },
4729                 {
4730                     "name": "Drupal Media Team",
4731                     "homepage": "https://www.drupal.org/user/3260690"
4732                 },
4733                 {
4734                     "name": "ParisLiakos",
4735                     "homepage": "https://www.drupal.org/user/1011436"
4736                 },
4737                 {
4738                     "name": "arthurf",
4739                     "homepage": "https://www.drupal.org/user/27259"
4740                 },
4741                 {
4742                     "name": "becw",
4743                     "homepage": "https://www.drupal.org/user/81067"
4744                 },
4745                 {
4746                     "name": "effulgentsia",
4747                     "homepage": "https://www.drupal.org/user/78040"
4748                 },
4749                 {
4750                     "name": "joseph.olstad",
4751                     "homepage": "https://www.drupal.org/user/1321830"
4752                 },
4753                 {
4754                     "name": "ksenzee",
4755                     "homepage": "https://www.drupal.org/user/139855"
4756                 },
4757                 {
4758                     "name": "paul.lovvik",
4759                     "homepage": "https://www.drupal.org/user/289213"
4760                 },
4761                 {
4762                     "name": "robeano",
4763                     "homepage": "https://www.drupal.org/user/67660"
4764                 },
4765                 {
4766                     "name": "slashrsm",
4767                     "homepage": "https://www.drupal.org/user/744628"
4768                 }
4769             ],
4770             "description": "Media module for Drupal",
4771             "homepage": "https://github.com/drupal-media/media/",
4772             "support": {
4773                 "source": "http://cgit.drupalcode.org/media",
4774                 "irc": "irc://irc.freenode.org/drupal-contribute"
4775             }
4776         },
4777         {
4778             "name": "drupal/media_entity",
4779             "version": "2.0.0-beta2",
4780             "source": {
4781                 "type": "git",
4782                 "url": "https://git.drupal.org/project/media_entity",
4783                 "reference": "8.x-2.0-beta2"
4784             },
4785             "dist": {
4786                 "type": "zip",
4787                 "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-2.0-beta2.zip",
4788                 "reference": "8.x-2.0-beta2",
4789                 "shasum": "2223e342634551041ef7fcb80c2860e5b62aed4e"
4790             },
4791             "require": {
4792                 "drupal/core": "*",
4793                 "drupal/entity": "*"
4794             },
4795             "type": "drupal-module",
4796             "extra": {
4797                 "branch-alias": {
4798                     "dev-2.x": "2.x-dev"
4799                 },
4800                 "drupal": {
4801                     "version": "8.x-2.0-beta2",
4802                     "datestamp": "1520603584",
4803                     "security-coverage": {
4804                         "status": "not-covered",
4805                         "message": "Beta releases are not covered by Drupal security advisories."
4806                     }
4807                 }
4808             },
4809             "notification-url": "https://packages.drupal.org/8/downloads",
4810             "license": [
4811                 "GPL-2.0-or-later"
4812             ],
4813             "authors": [
4814                 {
4815                     "name": "Berdir",
4816                     "homepage": "https://www.drupal.org/user/214652"
4817                 },
4818                 {
4819                     "name": "Dave Reid",
4820                     "homepage": "https://www.drupal.org/user/53892"
4821                 },
4822                 {
4823                     "name": "Drupal Media Team",
4824                     "homepage": "https://www.drupal.org/user/3260690"
4825                 },
4826                 {
4827                     "name": "Drupal media CI",
4828                     "homepage": "https://www.drupal.org/user/3057985"
4829                 },
4830                 {
4831                     "name": "Primsi",
4832                     "homepage": "https://www.drupal.org/user/282629"
4833                 },
4834                 {
4835                     "name": "boztek",
4836                     "homepage": "https://www.drupal.org/user/134410"
4837                 },
4838                 {
4839                     "name": "chr.fritsch",
4840                     "homepage": "https://www.drupal.org/user/2103716"
4841                 },
4842                 {
4843                     "name": "jcisio",
4844                     "homepage": "https://www.drupal.org/user/210762"
4845                 },
4846                 {
4847                     "name": "katzilla",
4848                     "homepage": "https://www.drupal.org/user/260398"
4849                 },
4850                 {
4851                     "name": "marcoscano",
4852                     "homepage": "https://www.drupal.org/user/1288796"
4853                 },
4854                 {
4855                     "name": "phenaproxima",
4856                     "homepage": "https://www.drupal.org/user/205645"
4857                 },
4858                 {
4859                     "name": "seanB",
4860                     "homepage": "https://www.drupal.org/user/545912"
4861                 },
4862                 {
4863                     "name": "slashrsm",
4864                     "homepage": "https://www.drupal.org/user/744628"
4865                 }
4866             ],
4867             "description": "Media entity API.",
4868             "homepage": "https://www.drupal.org/project/media_entity",
4869             "support": {
4870                 "source": "http://cgit.drupalcode.org/media_entity"
4871             }
4872         },
4873         {
4874             "name": "drupal/media_entity_actions",
4875             "version": "1.0.0-alpha2",
4876             "source": {
4877                 "type": "git",
4878                 "url": "https://git.drupal.org/project/media_entity_actions",
4879                 "reference": "8.x-1.0-alpha2"
4880             },
4881             "dist": {
4882                 "type": "zip",
4883                 "url": "https://ftp.drupal.org/files/projects/media_entity_actions-8.x-1.0-alpha2.zip",
4884                 "reference": "8.x-1.0-alpha2",
4885                 "shasum": "9bf7881f11fa182c1b6673c4cc8c32ce3a1bdb81"
4886             },
4887             "require": {
4888                 "drupal/core": "^8.4.0"
4889             },
4890             "type": "drupal-module",
4891             "extra": {
4892                 "branch-alias": {
4893                     "dev-1.x": "1.x-dev"
4894                 },
4895                 "drupal": {
4896                     "version": "8.x-1.0-alpha2",
4897                     "datestamp": "1510588386",
4898                     "security-coverage": {
4899                         "status": "not-covered",
4900                         "message": "Project has not opted into security advisory coverage!"
4901                     }
4902                 }
4903             },
4904             "notification-url": "https://packages.drupal.org/8/downloads",
4905             "license": [
4906                 "GPL-2.0-or-later"
4907             ],
4908             "authors": [
4909                 {
4910                     "name": "chr.fritsch",
4911                     "homepage": "https://www.drupal.org/user/2103716"
4912                 },
4913                 {
4914                     "name": "marcoscano",
4915                     "homepage": "https://www.drupal.org/user/1288796"
4916                 },
4917                 {
4918                     "name": "phenaproxima",
4919                     "homepage": "https://www.drupal.org/user/205645"
4920                 },
4921                 {
4922                     "name": "seanB",
4923                     "homepage": "https://www.drupal.org/user/545912"
4924                 },
4925                 {
4926                     "name": "slashrsm",
4927                     "homepage": "https://www.drupal.org/user/744628"
4928                 }
4929             ],
4930             "description": "Provides Actions plugins to be used with Media in core",
4931             "homepage": "https://www.drupal.org/project/media_entity_actions",
4932             "support": {
4933                 "source": "http://cgit.drupalcode.org/media_entity_actions"
4934             }
4935         },
4936         {
4937             "name": "drupal/media_entity_document",
4938             "version": "1.0.0",
4939             "source": {
4940                 "type": "git",
4941                 "url": "https://git.drupal.org/project/media_entity_document",
4942                 "reference": "8.x-1.0"
4943             },
4944             "dist": {
4945                 "type": "zip",
4946                 "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.0.zip",
4947                 "reference": "8.x-1.0",
4948                 "shasum": "fc4d87126ebb5ac3dc135809ff4dc96d955e6539"
4949             },
4950             "require": {
4951                 "drupal/core": "~8.0",
4952                 "drupal/media_entity": "*"
4953             },
4954             "type": "drupal-module",
4955             "extra": {
4956                 "branch-alias": {
4957                     "dev-1.x": "1.x-dev"
4958                 },
4959                 "drupal": {
4960                     "version": "8.x-1.0",
4961                     "datestamp": "1470211439",
4962                     "security-coverage": {
4963                         "status": "covered",
4964                         "message": "Covered by Drupal's security advisory policy"
4965                     }
4966                 }
4967             },
4968             "notification-url": "https://packages.drupal.org/8/downloads",
4969             "license": [
4970                 "GPL-2.0-or-later"
4971             ],
4972             "authors": [
4973                 {
4974                     "name": "NerOcrO",
4975                     "homepage": "https://www.drupal.org/user/1728164"
4976                 }
4977             ],
4978             "description": "Media entity local documents provider.",
4979             "homepage": "https://www.drupal.org/project/media_entity_document",
4980             "support": {
4981                 "source": "http://cgit.drupalcode.org/media_entity_document"
4982             }
4983         },
4984         {
4985             "name": "drupal/media_entity_image",
4986             "version": "1.3.0",
4987             "source": {
4988                 "type": "git",
4989                 "url": "https://git.drupal.org/project/media_entity_image",
4990                 "reference": "8.x-1.3"
4991             },
4992             "dist": {
4993                 "type": "zip",
4994                 "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.3.zip",
4995                 "reference": "8.x-1.3",
4996                 "shasum": "53e21655e49e38fbd3fe696c4132460491879280"
4997             },
4998             "require": {
4999                 "drupal/core": "~8.1",
5000                 "drupal/media_entity": "~1.0 || ~8.1.0 || ~2.0"
5001             },
5002             "require-dev": {
5003                 "drupal/entity_browser": "*"
5004             },
5005             "type": "drupal-module",
5006             "extra": {
5007                 "branch-alias": {
5008                     "dev-1.x": "1.x-dev"
5009                 },
5010                 "drupal": {
5011                     "version": "8.x-1.3",
5012                     "datestamp": "1525218780",
5013                     "security-coverage": {
5014                         "status": "covered",
5015                         "message": "Covered by Drupal's security advisory policy"
5016                     }
5017                 }
5018             },
5019             "notification-url": "https://packages.drupal.org/8/downloads",
5020             "license": [
5021                 "GPL-2.0+"
5022             ],
5023             "authors": [
5024                 {
5025                     "name": "Drupal Media Team",
5026                     "homepage": "https://www.drupal.org/user/3260690"
5027                 },
5028                 {
5029                     "name": "Primsi",
5030                     "homepage": "https://www.drupal.org/user/282629"
5031                 },
5032                 {
5033                     "name": "marcoscano",
5034                     "homepage": "https://www.drupal.org/user/1288796"
5035                 },
5036                 {
5037                     "name": "phenaproxima",
5038                     "homepage": "https://www.drupal.org/user/205645"
5039                 },
5040                 {
5041                     "name": "slashrsm",
5042                     "homepage": "https://www.drupal.org/user/744628"
5043                 }
5044             ],
5045             "description": "Local images integration for Drupal Media entity.",
5046             "homepage": "https://www.drupal.org/project/media_entity_image",
5047             "keywords": [
5048                 "Drupal",
5049                 "image",
5050                 "media"
5051             ],
5052             "support": {
5053                 "source": "https://www.drupal.org/project/media_entity_image",
5054                 "issues": "https://www.drupal.org/project/issues/media_entity_image"
5055             }
5056         },
5057         {
5058             "name": "drupal/media_entity_instagram",
5059             "version": "2.0.0-alpha1",
5060             "source": {
5061                 "type": "git",
5062                 "url": "https://git.drupal.org/project/media_entity_instagram",
5063                 "reference": "8.x-2.0-alpha1"
5064             },
5065             "dist": {
5066                 "type": "zip",
5067                 "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-2.0-alpha1.zip",
5068                 "reference": "8.x-2.0-alpha1",
5069                 "shasum": "602d84d2e385ce2f3b0562f7cf50d1e084f92658"
5070             },
5071             "require": {
5072                 "drupal/core": "^8.4.0"
5073             },
5074             "type": "drupal-module",
5075             "extra": {
5076                 "branch-alias": {
5077                     "dev-2.x": "2.x-dev"
5078                 },
5079                 "drupal": {
5080                     "version": "8.x-2.0-alpha1",
5081                     "datestamp": "1506671645",
5082                     "security-coverage": {
5083                         "status": "not-covered",
5084                         "message": "Alpha releases are not covered by Drupal security advisories."
5085                     }
5086                 }
5087             },
5088             "notification-url": "https://packages.drupal.org/8/downloads",
5089             "license": [
5090                 "GPL-2.0-or-later"
5091             ],
5092             "authors": [
5093                 {
5094                     "name": "Drupal Media Team",
5095                     "homepage": "https://www.drupal.org/user/3260690"
5096                 },
5097                 {
5098                     "name": "Primsi",
5099                     "homepage": "https://www.drupal.org/user/282629"
5100                 },
5101                 {
5102                     "name": "chr.fritsch",
5103                     "homepage": "https://www.drupal.org/user/2103716"
5104                 },
5105                 {
5106                     "name": "designesse",
5107                     "homepage": "https://www.drupal.org/user/854012"
5108                 },
5109                 {
5110                     "name": "slashrsm",
5111                     "homepage": "https://www.drupal.org/user/744628"
5112                 }
5113             ],
5114             "description": "Media entity Instagram provider.",
5115             "homepage": "https://www.drupal.org/project/media_entity_instagram",
5116             "support": {
5117                 "source": "http://cgit.drupalcode.org/media_entity_instagram"
5118             }
5119         },
5120         {
5121             "name": "drupal/media_entity_slideshow",
5122             "version": "2.0.0-alpha1",
5123             "source": {
5124                 "type": "git",
5125                 "url": "https://git.drupal.org/project/media_entity_slideshow",
5126                 "reference": "8.x-2.0-alpha1"
5127             },
5128             "dist": {
5129                 "type": "zip",
5130                 "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-2.0-alpha1.zip",
5131                 "reference": "8.x-2.0-alpha1",
5132                 "shasum": "264358a2e03d2769459317841afdf7117927dc59"
5133             },
5134             "require": {
5135                 "drupal/core": "^8.4"
5136             },
5137             "type": "drupal-module",
5138             "extra": {
5139                 "branch-alias": {
5140                     "dev-2.x": "2.x-dev"
5141                 },
5142                 "drupal": {
5143                     "version": "8.x-2.0-alpha1",
5144                     "datestamp": "1506688443",
5145                     "security-coverage": {
5146                         "status": "not-covered",
5147                         "message": "Alpha releases are not covered by Drupal security advisories."
5148                     }
5149                 }
5150             },
5151             "notification-url": "https://packages.drupal.org/8/downloads",
5152             "license": [
5153                 "GPL-2.0-or-later"
5154             ],
5155             "authors": [
5156                 {
5157                     "name": "Drupal Media Team",
5158                     "homepage": "https://www.drupal.org/user/3260690"
5159                 },
5160                 {
5161                     "name": "slashrsm",
5162                     "homepage": "https://www.drupal.org/user/744628"
5163                 }
5164             ],
5165             "description": "Media entity slideshow provider.",
5166             "homepage": "https://www.drupal.org/project/media_entity_slideshow",
5167             "support": {
5168                 "source": "http://cgit.drupalcode.org/media_entity_slideshow"
5169             }
5170         },
5171         {
5172             "name": "drupal/media_entity_twitter",
5173             "version": "2.0.0-alpha2",
5174             "source": {
5175                 "type": "git",
5176                 "url": "https://git.drupal.org/project/media_entity_twitter",
5177                 "reference": "8.x-2.0-alpha2"
5178             },
5179             "dist": {
5180                 "type": "zip",
5181                 "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-2.0-alpha2.zip",
5182                 "reference": "8.x-2.0-alpha2",
5183                 "shasum": "21925e1e1b02bbbcd6d8e9730bc587669edc0e5c"
5184             },
5185             "require": {
5186                 "drupal/core": "^8.4",
5187                 "j7mbo/twitter-api-php": "~1.0"
5188             },
5189             "type": "drupal-module",
5190             "extra": {
5191                 "branch-alias": {
5192                     "dev-2.x": "2.x-dev"
5193                 },
5194                 "drupal": {
5195                     "version": "8.x-2.0-alpha2",
5196                     "datestamp": "1507907344",
5197                     "security-coverage": {
5198                         "status": "not-covered",
5199                         "message": "Alpha releases are not covered by Drupal security advisories."
5200                     }
5201                 }
5202             },
5203             "notification-url": "https://packages.drupal.org/8/downloads",
5204             "license": [
5205                 "GPL-2.0-or-later"
5206             ],
5207             "authors": [
5208                 {
5209                     "name": "Drupal Media Team",
5210                     "homepage": "https://www.drupal.org/user/3260690"
5211                 },
5212                 {
5213                     "name": "Primsi",
5214                     "homepage": "https://www.drupal.org/user/282629"
5215                 },
5216                 {
5217                     "name": "chr.fritsch",
5218                     "homepage": "https://www.drupal.org/user/2103716"
5219                 },
5220                 {
5221                     "name": "slashrsm",
5222                     "homepage": "https://www.drupal.org/user/744628"
5223                 }
5224             ],
5225             "description": "Media entity Twitter provider.",
5226             "homepage": "https://www.drupal.org/project/media_entity_twitter",
5227             "support": {
5228                 "source": "http://cgit.drupalcode.org/media_entity_twitter"
5229             }
5230         },
5231         {
5232             "name": "drupal/memcache",
5233             "version": "2.0.0-alpha5",
5234             "source": {
5235                 "type": "git",
5236                 "url": "https://git.drupal.org/project/memcache",
5237                 "reference": "8.x-2.0-alpha5"
5238             },
5239             "dist": {
5240                 "type": "zip",
5241                 "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha5.zip",
5242                 "reference": "8.x-2.0-alpha5",
5243                 "shasum": "4210217dd4040a5687831da82884f7bcad155c66"
5244             },
5245             "require": {
5246                 "drupal/core": "~8.0"
5247             },
5248             "type": "drupal-module",
5249             "extra": {
5250                 "branch-alias": {
5251                     "dev-2.x": "2.x-dev"
5252                 },
5253                 "drupal": {
5254                     "version": "8.x-2.0-alpha5",
5255                     "datestamp": "1508351413",
5256                     "security-coverage": {
5257                         "status": "not-covered",
5258                         "message": "Alpha releases are not covered by Drupal security advisories."
5259                     }
5260                 }
5261             },
5262             "notification-url": "https://packages.drupal.org/8/downloads",
5263             "license": [
5264                 "GPL-2.0+"
5265             ],
5266             "authors": [
5267                 {
5268                     "name": "Jeremy",
5269                     "homepage": "https://www.drupal.org/user/409"
5270                 },
5271                 {
5272                     "name": "catch",
5273                     "homepage": "https://www.drupal.org/user/35733"
5274                 },
5275                 {
5276                     "name": "damiankloip",
5277                     "homepage": "https://www.drupal.org/user/1037976"
5278                 },
5279                 {
5280                     "name": "jvandyk",
5281                     "homepage": "https://www.drupal.org/user/2375"
5282                 },
5283                 {
5284                     "name": "robertDouglass",
5285                     "homepage": "https://www.drupal.org/user/5449"
5286                 }
5287             ],
5288             "description": "High performance integration with memcache.",
5289             "homepage": "http://drupal.org/project/memcache",
5290             "support": {
5291                 "source": "http://cgit.drupalcode.org/memcache",
5292                 "issues": "https://www.drupal.org/project/issues/memcache"
5293             }
5294         },
5295         {
5296             "name": "drupal/metatag",
5297             "version": "1.5.0",
5298             "source": {
5299                 "type": "git",
5300                 "url": "https://git.drupal.org/project/metatag",
5301                 "reference": "8.x-1.5"
5302             },
5303             "dist": {
5304                 "type": "zip",
5305                 "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.5.zip",
5306                 "reference": "8.x-1.5",
5307                 "shasum": "48f1c2a4e93ef1af1eb4b5b6cc6321e951fd1002"
5308             },
5309             "require": {
5310                 "drupal/core": "*",
5311                 "drupal/token": "^1.0"
5312             },
5313             "require-dev": {
5314                 "drupal/devel": "^1.0",
5315                 "drupal/metatag_dc": "*",
5316                 "drupal/metatag_open_graph": "*",
5317                 "drupal/redirect": "^1.0",
5318                 "drupal/restui": "^1.0"
5319             },
5320             "type": "drupal-module",
5321             "extra": {
5322                 "branch-alias": {
5323                     "dev-1.x": "1.x-dev"
5324                 },
5325                 "drupal": {
5326                     "version": "8.x-1.5",
5327                     "datestamp": "1522344484",
5328                     "security-coverage": {
5329                         "status": "covered",
5330                         "message": "Covered by Drupal's security advisory policy"
5331                     }
5332                 }
5333             },
5334             "notification-url": "https://packages.drupal.org/8/downloads",
5335             "license": [
5336                 "GPL-2.0+"
5337             ],
5338             "authors": [
5339                 {
5340                     "name": "See contributors",
5341                     "homepage": "https://www.drupal.org/node/640498/committers",
5342                     "role": "Developer"
5343                 },
5344                 {
5345                     "name": "Dave Reid",
5346                     "homepage": "https://www.drupal.org/user/53892"
5347                 }
5348             ],
5349             "description": "Manage meta tags for all entities.",
5350             "homepage": "https://www.drupal.org/project/metatag",
5351             "keywords": [
5352                 "Drupal",
5353                 "seo"
5354             ],
5355             "support": {
5356                 "source": "http://cgit.drupalcode.org/metatag",
5357                 "issues": "http://drupal.org/project/issues/metatag"
5358             }
5359         },
5360         {
5361             "name": "drupal/migrate_plus",
5362             "version": "4.0.0-beta3",
5363             "source": {
5364                 "type": "git",
5365                 "url": "https://git.drupal.org/project/migrate_plus",
5366                 "reference": "8.x-4.0-beta3"
5367             },
5368             "dist": {
5369                 "type": "zip",
5370                 "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta3.zip",
5371                 "reference": "8.x-4.0-beta3",
5372                 "shasum": "a0da6dc169a0315bf29a8dd0ee2146d18215a56b"
5373             },
5374             "require": {
5375                 "drupal/core": "^8.3"
5376             },
5377             "require-dev": {
5378                 "drupal/migrate_example_advanced_setup": "*",
5379                 "drupal/migrate_example_setup": "*"
5380             },
5381             "suggest": {
5382                 "ext-soap": "*",
5383                 "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
5384             },
5385             "type": "drupal-module",
5386             "extra": {
5387                 "branch-alias": {
5388                     "dev-4.x": "4.x-dev"
5389                 },
5390                 "drupal": {
5391                     "version": "8.x-4.0-beta3",
5392                     "datestamp": "1519400592",
5393                     "security-coverage": {
5394                         "status": "not-covered",
5395                         "message": "Beta releases are not covered by Drupal security advisories."
5396                     }
5397                 }
5398             },
5399             "notification-url": "https://packages.drupal.org/8/downloads",
5400             "license": [
5401                 "GPL-2.0+"
5402             ],
5403             "authors": [
5404                 {
5405                     "name": "Mike Ryan",
5406                     "homepage": "https://www.drupal.org/u/mikeryan",
5407                     "role": "Maintainer"
5408                 },
5409                 {
5410                     "name": "mikeryan",
5411                     "homepage": "https://www.drupal.org/user/4420"
5412                 }
5413             ],
5414             "description": "Enhancements to core migration support.",
5415             "homepage": "https://www.drupal.org/project/migrate_plus",
5416             "support": {
5417                 "source": "https://cgit.drupalcode.org/migrate_plus",
5418                 "issues": "https://www.drupal.org/project/issues/migrate_plus",
5419                 "irc": "irc://irc.freenode.org/drupal-migrate"
5420             }
5421         },
5422         {
5423             "name": "drupal/migrate_tools",
5424             "version": "3.0.0-beta1",
5425             "source": {
5426                 "type": "git",
5427                 "url": "https://git.drupal.org/project/migrate_tools",
5428                 "reference": "8.x-3.0-beta1"
5429             },
5430             "dist": {
5431                 "type": "zip",
5432                 "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-3.0-beta1.zip",
5433                 "reference": "8.x-3.0-beta1",
5434                 "shasum": "1511d1da1444743fa2defa54a17e62264e8ab836"
5435             },
5436             "require": {
5437                 "drupal/core": "^8.2",
5438                 "drupal/migrate_plus": "*"
5439             },
5440             "type": "drupal-module",
5441             "extra": {
5442                 "branch-alias": {
5443                     "dev-3.x": "3.x-dev"
5444                 },
5445                 "drupal": {
5446                     "version": "8.x-3.0-beta1",
5447                     "datestamp": "1476313439"
5448                 }
5449             },
5450             "notification-url": "https://packages.drupal.org/8/downloads",
5451             "license": [
5452                 "GPL-2.0+"
5453             ],
5454             "authors": [
5455                 {
5456                     "name": "mikeryan",
5457                     "homepage": "https://www.drupal.org/user/4420"
5458                 }
5459             ],
5460             "description": "Tools to assist in developing and running migrations.",
5461             "homepage": "https://www.drupal.org/project/migrate_tools",
5462             "support": {
5463                 "source": "http://cgit.drupalcode.org/migrate_tools"
5464             }
5465         },
5466         {
5467             "name": "drupal/migrate_upgrade",
5468             "version": "3.0.0-rc4",
5469             "source": {
5470                 "type": "git",
5471                 "url": "https://git.drupal.org/project/migrate_upgrade",
5472                 "reference": "8.x-3.0-rc4"
5473             },
5474             "dist": {
5475                 "type": "zip",
5476                 "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc4.zip",
5477                 "reference": "8.x-3.0-rc4",
5478                 "shasum": "345d56e98c763e19617d317aaece3cded22670ea"
5479             },
5480             "require": {
5481                 "drupal/core": "*",
5482                 "drupal/migrate_plus": "*"
5483             },
5484             "require-dev": {
5485                 "drupal/coder": "^8"
5486             },
5487             "type": "drupal-module",
5488             "extra": {
5489                 "branch-alias": {
5490                     "dev-3.x": "3.x-dev"
5491                 },
5492                 "drupal": {
5493                     "version": "8.x-3.0-rc4",
5494                     "datestamp": "1519400285",
5495                     "security-coverage": {
5496                         "status": "not-covered",
5497                         "message": "RC releases are not covered by Drupal security advisories."
5498                     }
5499                 }
5500             },
5501             "notification-url": "https://packages.drupal.org/8/downloads",
5502             "license": [
5503                 "GPL-2.0+"
5504             ],
5505             "authors": [
5506                 {
5507                     "name": "abhishek-anand",
5508                     "homepage": "https://www.drupal.org/user/468982"
5509                 },
5510                 {
5511                     "name": "heddn",
5512                     "homepage": "https://www.drupal.org/user/1463982"
5513                 },
5514                 {
5515                     "name": "ksenzee",
5516                     "homepage": "https://www.drupal.org/user/139855"
5517                 },
5518                 {
5519                     "name": "mikeryan",
5520                     "homepage": "https://www.drupal.org/user/4420"
5521                 },
5522                 {
5523                     "name": "ultimike",
5524                     "homepage": "https://www.drupal.org/user/51132"
5525                 },
5526                 {
5527                     "name": "xjm",
5528                     "homepage": "https://www.drupal.org/user/65776"
5529                 }
5530             ],
5531             "description": "Drush support for direct upgrades from older Drupal versions.",
5532             "homepage": "https://www.drupal.org/project/migrate_upgrade",
5533             "support": {
5534                 "source": "http://cgit.drupalcode.org/migrate_upgrade"
5535             }
5536         },
5537         {
5538             "name": "drupal/paragraphs",
5539             "version": "1.2.0",
5540             "source": {
5541                 "type": "git",
5542                 "url": "https://git.drupal.org/project/paragraphs",
5543                 "reference": "8.x-1.2"
5544             },
5545             "dist": {
5546                 "type": "zip",
5547                 "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.2.zip",
5548                 "reference": "8.x-1.2",
5549                 "shasum": "6efc9d4351d4b21a55e7a6428c78495aaca662ef"
5550             },
5551             "require": {
5552                 "drupal/core": "~8",
5553                 "drupal/entity_reference_revisions": "~1.3"
5554             },
5555             "require-dev": {
5556                 "drupal/block_field": "~1.0",
5557                 "drupal/diff": "~1.0",
5558                 "drupal/field_group": "~1.0",
5559                 "drupal/inline_entity_form": "~1.0",
5560                 "drupal/replicate": "~1.0",
5561                 "drupal/search_api": "*",
5562                 "drupal/search_api_db": "*"
5563             },
5564             "type": "drupal-module",
5565             "extra": {
5566                 "branch-alias": {
5567                     "dev-1.x": "1.x-dev"
5568                 },
5569                 "drupal": {
5570                     "version": "8.x-1.2",
5571                     "datestamp": "1505802867",
5572                     "security-coverage": {
5573                         "status": "covered",
5574                         "message": "Covered by Drupal's security advisory policy"
5575                     }
5576                 }
5577             },
5578             "notification-url": "https://packages.drupal.org/8/downloads",
5579             "license": [
5580                 "GPL-2.0"
5581             ],
5582             "authors": [
5583                 {
5584                     "name": "Berdir",
5585                     "homepage": "https://www.drupal.org/user/214652"
5586                 },
5587                 {
5588                     "name": "Frans",
5589                     "homepage": "https://www.drupal.org/user/514222"
5590                 },
5591                 {
5592                     "name": "Primsi",
5593                     "homepage": "https://www.drupal.org/user/282629"
5594                 },
5595                 {
5596                     "name": "jeroen.b",
5597                     "homepage": "https://www.drupal.org/user/1853532"
5598                 },
5599                 {
5600                     "name": "miro_dietiker",
5601                     "homepage": "https://www.drupal.org/user/227761"
5602                 }
5603             ],
5604             "description": "Enables the creation of Paragraphs entities.",
5605             "homepage": "https://www.drupal.org/project/paragraphs",
5606             "support": {
5607                 "source": "http://cgit.drupalcode.org/paragraphs"
5608             }
5609         },
5610         {
5611             "name": "drupal/pathauto",
5612             "version": "1.2.0",
5613             "source": {
5614                 "type": "git",
5615                 "url": "https://git.drupal.org/project/pathauto",
5616                 "reference": "8.x-1.2"
5617             },
5618             "dist": {
5619                 "type": "zip",
5620                 "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.2.zip",
5621                 "reference": "8.x-1.2",
5622                 "shasum": "ba265dbafb27e93d4a61655d783441b653206c73"
5623             },
5624             "require": {
5625                 "drupal/core": "*",
5626                 "drupal/ctools": "*",
5627                 "drupal/token": "*"
5628             },
5629             "type": "drupal-module",
5630             "extra": {
5631                 "branch-alias": {
5632                     "dev-1.x": "1.x-dev"
5633                 },
5634                 "drupal": {
5635                     "version": "8.x-1.2",
5636                     "datestamp": "1524421084",
5637                     "security-coverage": {
5638                         "status": "covered",
5639                         "message": "Covered by Drupal's security advisory policy"
5640                     }
5641                 }
5642             },
5643             "notification-url": "https://packages.drupal.org/8/downloads",
5644             "license": [
5645                 "GPL-2.0-or-later"
5646             ],
5647             "authors": [
5648                 {
5649                     "name": "Berdir",
5650                     "homepage": "https://www.drupal.org/user/214652"
5651                 },
5652                 {
5653                     "name": "Dave Reid",
5654                     "homepage": "https://www.drupal.org/user/53892"
5655                 },
5656                 {
5657                     "name": "Freso",
5658                     "homepage": "https://www.drupal.org/user/27504"
5659                 },
5660                 {
5661                     "name": "greggles",
5662                     "homepage": "https://www.drupal.org/user/36762"
5663                 }
5664             ],
5665             "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
5666             "homepage": "https://www.drupal.org/project/pathauto",
5667             "support": {
5668                 "source": "http://cgit.drupalcode.org/pathauto"
5669             }
5670         },
5671         {
5672             "name": "drupal/pathologic",
5673             "version": "dev-1.x",
5674             "source": {
5675                 "type": "git",
5676                 "url": "https://git.drupal.org/project/pathologic",
5677                 "reference": "d50e6430f3259afa9d79123825e6e4b7a5cf39a8"
5678             },
5679             "require": {
5680                 "drupal/core": "*"
5681             },
5682             "type": "drupal-module",
5683             "extra": {
5684                 "branch-alias": {
5685                     "dev-1.x": "1.x-dev"
5686                 },
5687                 "drupal": {
5688                     "version": "8.x-1.x-dev",
5689                     "datestamp": "1525211280",
5690                     "security-coverage": {
5691                         "status": "not-covered",
5692                         "message": "Dev releases are not covered by Drupal security advisories."
5693                     }
5694                 }
5695             },
5696             "notification-url": "https://packages.drupal.org/8/downloads",
5697             "license": [
5698                 "GPL-2.0-or-later"
5699             ],
5700             "authors": [
5701                 {
5702                     "name": "Berdir",
5703                     "homepage": "https://www.drupal.org/user/214652"
5704                 },
5705                 {
5706                     "name": "Garrett Albright",
5707                     "homepage": "https://www.drupal.org/user/191212"
5708                 },
5709                 {
5710                     "name": "dww",
5711                     "homepage": "https://www.drupal.org/user/46549"
5712                 }
5713             ],
5714             "description": "Helps avoid broken links and incorrect paths in content.",
5715             "homepage": "https://www.drupal.org/project/pathologic",
5716             "support": {
5717                 "source": "http://cgit.drupalcode.org/pathologic"
5718             },
5719             "time": "2018-05-01T21:40:58+00:00"
5720         },
5721         {
5722             "name": "drupal/permissions_by_term",
5723             "version": "1.53.0",
5724             "source": {
5725                 "type": "git",
5726                 "url": "https://git.drupal.org/project/permissions_by_term",
5727                 "reference": "8.x-1.53"
5728             },
5729             "dist": {
5730                 "type": "zip",
5731                 "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.53.zip",
5732                 "reference": "8.x-1.53",
5733                 "shasum": "a31243be046d11741aaeac5884ae77d7206d8946"
5734             },
5735             "require": {
5736                 "drupal/core": "^8.0"
5737             },
5738             "type": "drupal-module",
5739             "extra": {
5740                 "branch-alias": {
5741                     "dev-1.x": "1.x-dev"
5742                 },
5743                 "drupal": {
5744                     "version": "8.x-1.53",
5745                     "datestamp": "1526672880",
5746                     "security-coverage": {
5747                         "status": "covered",
5748                         "message": "Covered by Drupal's security advisory policy"
5749                     }
5750                 }
5751             },
5752             "notification-url": "https://packages.drupal.org/8/downloads",
5753             "license": [
5754                 "GPL-2.0+"
5755             ],
5756             "authors": [
5757                 {
5758                     "name": "Peter Majmesku",
5759                     "homepage": "https://www.drupal.org/user/786132",
5760                     "email": "p.majmesku@gmail.com"
5761                 },
5762                 {
5763                     "name": "dakku",
5764                     "homepage": "https://www.drupal.org/user/97634"
5765                 },
5766                 {
5767                     "name": "rackberg",
5768                     "homepage": "https://www.drupal.org/user/2806873"
5769                 }
5770             ],
5771             "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
5772             "homepage": "https://www.drupal.org/project/permissions_by_term",
5773             "support": {
5774                 "source": "http://cgit.drupalcode.org/permissions_by_term"
5775             }
5776         },
5777         {
5778             "name": "drupal/php",
5779             "version": "dev-1.x",
5780             "source": {
5781                 "type": "git",
5782                 "url": "https://git.drupal.org/project/php",
5783                 "reference": "304022be52874ef2d7916ea3acafd312766da9cc"
5784             },
5785             "require": {
5786                 "drupal/core": "~8.0"
5787             },
5788             "type": "drupal-module",
5789             "extra": {
5790                 "branch-alias": {
5791                     "dev-1.x": "1.x-dev"
5792                 },
5793                 "drupal": {
5794                     "version": "8.x-1.0-beta2+1-dev",
5795                     "datestamp": "1461875939"
5796                 }
5797             },
5798             "notification-url": "https://packages.drupal.org/8/downloads",
5799             "license": [
5800                 "GPL-2.0+"
5801             ],
5802             "authors": [
5803                 {
5804                     "name": "hass",
5805                     "homepage": "https://www.drupal.org/u/hass"
5806                 },
5807                 {
5808                     "name": "See other contributors",
5809                     "homepage": "https://www.drupal.org/node/1633456/committers"
5810                 },
5811                 {
5812                     "name": "catch",
5813                     "homepage": "https://www.drupal.org/user/35733"
5814                 },
5815                 {
5816                     "name": "dixon_",
5817                     "homepage": "https://www.drupal.org/user/239911"
5818                 },
5819                 {
5820                     "name": "greggles",
5821                     "homepage": "https://www.drupal.org/user/36762"
5822                 },
5823                 {
5824                     "name": "hass",
5825                     "homepage": "https://www.drupal.org/user/85918"
5826                 },
5827                 {
5828                     "name": "msonnabaum",
5829                     "homepage": "https://www.drupal.org/user/75278"
5830                 },
5831                 {
5832                     "name": "quicksketch",
5833                     "homepage": "https://www.drupal.org/user/35821"
5834                 },
5835                 {
5836                     "name": "webchick",
5837                     "homepage": "https://www.drupal.org/user/24967"
5838                 }
5839             ],
5840             "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.",
5841             "homepage": "https://www.drupal.org/project/php",
5842             "support": {
5843                 "source": "http://git.drupal.org/project/php.git",
5844                 "issues": "https://www.drupal.org/project/issues/php"
5845             }
5846         },
5847         {
5848             "name": "drupal/redirect",
5849             "version": "1.2.0",
5850             "source": {
5851                 "type": "git",
5852                 "url": "https://git.drupal.org/project/redirect",
5853                 "reference": "8.x-1.2"
5854             },
5855             "dist": {
5856                 "type": "zip",
5857                 "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.2.zip",
5858                 "reference": "8.x-1.2",
5859                 "shasum": "ac503fbfbd15523c65f38d8b326e5f2159683cdb"
5860             },
5861             "require": {
5862                 "drupal/core": "~8"
5863             },
5864             "type": "drupal-module",
5865             "extra": {
5866                 "branch-alias": {
5867                     "dev-1.x": "1.x-dev"
5868                 },
5869                 "drupal": {
5870                     "version": "8.x-1.2",
5871                     "datestamp": "1525419785",
5872                     "security-coverage": {
5873                         "status": "covered",
5874                         "message": "Covered by Drupal's security advisory policy"
5875                     }
5876                 }
5877             },
5878             "notification-url": "https://packages.drupal.org/8/downloads",
5879             "license": [
5880                 "GPL-2.0+"
5881             ],
5882             "authors": [
5883                 {
5884                     "name": "Berdir",
5885                     "homepage": "https://www.drupal.org/user/214652"
5886                 },
5887                 {
5888                     "name": "Dave Reid",
5889                     "homepage": "https://www.drupal.org/user/53892"
5890                 }
5891             ],
5892             "description": "Allows users to redirect from old URLs to new URLs.",
5893             "homepage": "https://www.drupal.org/project/redirect",
5894             "support": {
5895                 "source": "http://cgit.drupalcode.org/redirect"
5896             }
5897         },
5898         {
5899             "name": "drupal/security_review",
5900             "version": "dev-1.x",
5901             "source": {
5902                 "type": "git",
5903                 "url": "https://git.drupal.org/project/security_review",
5904                 "reference": "9a3bdf82a645dabb9801f73d2d76acf8c3081d88"
5905             },
5906             "require": {
5907                 "drupal/core": "~8.0"
5908             },
5909             "type": "drupal-module",
5910             "extra": {
5911                 "branch-alias": {
5912                     "dev-1.x": "1.x-dev"
5913                 },
5914                 "drupal": {
5915                     "version": "8.x-1.x-dev",
5916                     "datestamp": "1519158780",
5917                     "security-coverage": {
5918                         "status": "not-covered",
5919                         "message": "Dev releases are not covered by Drupal security advisories."
5920                     }
5921                 },
5922                 "patches_applied": []
5923             },
5924             "notification-url": "https://packages.drupal.org/8/downloads",
5925             "license": [
5926                 "GPL-2.0-or-later"
5927             ],
5928             "authors": [
5929                 {
5930                     "name": "banviktor",
5931                     "homepage": "https://www.drupal.org/user/3176333"
5932                 },
5933                 {
5934                     "name": "coltrane",
5935                     "homepage": "https://www.drupal.org/user/91990"
5936                 },
5937                 {
5938                     "name": "dsnopek",
5939                     "homepage": "https://www.drupal.org/user/266527"
5940                 },
5941                 {
5942                     "name": "greggles",
5943                     "homepage": "https://www.drupal.org/user/36762"
5944                 }
5945             ],
5946             "description": "Site security and configuration review module.",
5947             "homepage": "https://www.drupal.org/project/security_review",
5948             "support": {
5949                 "source": "http://cgit.drupalcode.org/security_review"
5950             },
5951             "time": "2018-02-20T20:48:19+00:00"
5952         },
5953         {
5954             "name": "drupal/simple_sitemap",
5955             "version": "2.12.0",
5956             "source": {
5957                 "type": "git",
5958                 "url": "https://git.drupal.org/project/simple_sitemap",
5959                 "reference": "8.x-2.12"
5960             },
5961             "dist": {
5962                 "type": "zip",
5963                 "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.zip",
5964                 "reference": "8.x-2.12",
5965                 "shasum": "fe1c1a636adfba8358399a5a1ccdf20685066573"
5966             },
5967             "require": {
5968                 "drupal/core": "~8.0"
5969             },
5970             "type": "drupal-module",
5971             "extra": {
5972                 "branch-alias": {
5973                     "dev-2.x": "2.x-dev"
5974                 },
5975                 "drupal": {
5976                     "version": "8.x-2.12",
5977                     "datestamp": "1523203180",
5978                     "security-coverage": {
5979                         "status": "covered",
5980                         "message": "Covered by Drupal's security advisory policy"
5981                     }
5982                 },
5983                 "drush": {
5984                     "services": {
5985                         "drush.services.yml": "^9"
5986                     }
5987                 }
5988             },
5989             "notification-url": "https://packages.drupal.org/8/downloads",
5990             "license": [
5991                 "GPL-2.0+"
5992             ],
5993             "authors": [
5994                 {
5995                     "name": "Pawel Ginalski (gbyte.co)",
5996                     "homepage": "https://www.drupal.org/u/gbyte.co",
5997                     "email": "contact@gbyte.co",
5998                     "role": "Maintainer"
5999                 },
6000                 {
6001                     "name": "Sam Becker (Sam152)",
6002                     "homepage": "https://www.drupal.org/u/sam152",
6003                     "role": "Co-maintainer"
6004                 }
6005             ],
6006             "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
6007             "homepage": "https://drupal.org/project/simple_sitemap",
6008             "support": {
6009                 "source": "https://cgit.drupalcode.org/simple_sitemap",
6010                 "issues": "https://drupal.org/project/issues/simple_sitemap",
6011                 "irc": "irc://irc.freenode.org/drupal-contribute"
6012             }
6013         },
6014         {
6015             "name": "drupal/slick",
6016             "version": "1.0.0",
6017             "source": {
6018                 "type": "git",
6019                 "url": "https://git.drupal.org/project/slick",
6020                 "reference": "8.x-1.0"
6021             },
6022             "dist": {
6023                 "type": "zip",
6024                 "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
6025                 "reference": "8.x-1.0",
6026                 "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
6027             },
6028             "require": {
6029                 "drupal/blazy": "~1.0",
6030                 "drupal/core": "~8.0"
6031             },
6032             "type": "drupal-module",
6033             "extra": {
6034                 "branch-alias": {
6035                     "dev-1.x": "1.x-dev"
6036                 },
6037                 "drupal": {
6038                     "version": "8.x-1.0",
6039                     "datestamp": "1495746183"
6040                 }
6041             },
6042             "notification-url": "https://packages.drupal.org/8/downloads",
6043             "license": [
6044                 "GPL-2.0+"
6045             ],
6046             "authors": [
6047                 {
6048                     "name": "arshadcn",
6049                     "homepage": "https://www.drupal.org/user/571032"
6050                 },
6051                 {
6052                     "name": "gausarts",
6053                     "homepage": "https://www.drupal.org/user/159062"
6054                 }
6055             ],
6056             "description": "Slick carousel, the last carousel you'll ever need.",
6057             "homepage": "https://drupal.org/project/slick",
6058             "keywords": [
6059                 "Drupal",
6060                 "carousel",
6061                 "slideshow"
6062             ],
6063             "support": {
6064                 "source": "http://cgit.drupalcode.org/slick",
6065                 "issues": "https://drupal.org/project/issues/slick"
6066             }
6067         },
6068         {
6069             "name": "drupal/slick_media",
6070             "version": "2.0.0-alpha1",
6071             "source": {
6072                 "type": "git",
6073                 "url": "https://git.drupal.org/project/slick_media",
6074                 "reference": "8.x-2.0-alpha1"
6075             },
6076             "dist": {
6077                 "type": "zip",
6078                 "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-2.0-alpha1.zip",
6079                 "reference": "8.x-2.0-alpha1",
6080                 "shasum": "b7efb7edabd444be1f3ad925efcfa2eabb7a4fdf"
6081             },
6082             "require": {
6083                 "drupal/core": "^8.4",
6084                 "drupal/slick": "*",
6085                 "drupal/video_embed_media": "*"
6086             },
6087             "type": "drupal-module",
6088             "extra": {
6089                 "branch-alias": {
6090                     "dev-2.x": "2.x-dev"
6091                 },
6092                 "drupal": {
6093                     "version": "8.x-2.0-alpha1",
6094                     "datestamp": "1514970784",
6095                     "security-coverage": {
6096                         "status": "not-covered",
6097                         "message": "Alpha releases are not covered by Drupal security advisories."
6098                     }
6099                 }
6100             },
6101             "notification-url": "https://packages.drupal.org/8/downloads",
6102             "license": [
6103                 "GPL-2.0-or-later"
6104             ],
6105             "authors": [
6106                 {
6107                     "name": "chr.fritsch",
6108                     "homepage": "https://www.drupal.org/user/2103716"
6109                 },
6110                 {
6111                     "name": "gausarts",
6112                     "homepage": "https://www.drupal.org/user/159062"
6113                 }
6114             ],
6115             "description": "Provides Slick carousel integration with Media entity.",
6116             "homepage": "https://www.drupal.org/project/slick_media",
6117             "support": {
6118                 "source": "http://cgit.drupalcode.org/slick_media"
6119             }
6120         },
6121         {
6122             "name": "drupal/superfish",
6123             "version": "1.2.0",
6124             "source": {
6125                 "type": "git",
6126                 "url": "https://git.drupal.org/project/superfish",
6127                 "reference": "8.x-1.2"
6128             },
6129             "dist": {
6130                 "type": "zip",
6131                 "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.2.zip",
6132                 "reference": "8.x-1.2",
6133                 "shasum": "e6f11be2bb2b95957d144bb0155c29c7aad40a62"
6134             },
6135             "require": {
6136                 "drupal/core": "~8.0",
6137                 "mehrpadin/superfish": "~2.0"
6138             },
6139             "type": "drupal-module",
6140             "extra": {
6141                 "branch-alias": {
6142                     "dev-1.x": "1.x-dev"
6143                 },
6144                 "drupal": {
6145                     "version": "8.x-1.2",
6146                     "datestamp": "1517739480",
6147                     "security-coverage": {
6148                         "status": "covered",
6149                         "message": "Covered by Drupal's security advisory policy"
6150                     }
6151                 }
6152             },
6153             "notification-url": "https://packages.drupal.org/8/downloads",
6154             "license": [
6155                 "GPL-2.0+"
6156             ],
6157             "authors": [
6158                 {
6159                     "name": "mehrpadin",
6160                     "homepage": "https://www.drupal.org/u/mehrpadin",
6161                     "role": "Maintainer"
6162                 }
6163             ],
6164             "description": "Adds jQuery Superfish plugin to menu blocks.",
6165             "homepage": "https://www.drupal.org/project/superfish",
6166             "support": {
6167                 "source": "https://cgit.drupalcode.org/superfish",
6168                 "issues": "https://www.drupal.org/project/superfish"
6169             }
6170         },
6171         {
6172             "name": "drupal/toc_formatter",
6173             "version": "1.1.0",
6174             "source": {
6175                 "type": "git",
6176                 "url": "https://git.drupal.org/project/toc_formatter",
6177                 "reference": "8.x-1.1"
6178             },
6179             "dist": {
6180                 "type": "zip",
6181                 "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
6182                 "reference": "8.x-1.1",
6183                 "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
6184             },
6185             "require": {
6186                 "drupal/core": "~8.0"
6187             },
6188             "type": "drupal-module",
6189             "extra": {
6190                 "branch-alias": {
6191                     "dev-1.x": "1.x-dev"
6192                 },
6193                 "drupal": {
6194                     "version": "8.x-1.1",
6195                     "datestamp": "1398611927"
6196                 }
6197             },
6198             "notification-url": "https://packages.drupal.org/8/downloads",
6199             "license": [
6200                 "GPL-2.0+"
6201             ],
6202             "authors": [
6203                 {
6204                     "name": "Robert Castelo",
6205                     "homepage": "https://www.drupal.org/user/3555"
6206                 },
6207                 {
6208                     "name": "neilt17",
6209                     "homepage": "https://www.drupal.org/user/324142"
6210                 }
6211             ],
6212             "description": "Display formatter that adds a TOC to the top of a text area field.",
6213             "homepage": "https://www.drupal.org/project/toc_formatter",
6214             "support": {
6215                 "source": "http://cgit.drupalcode.org/toc_formatter"
6216             }
6217         },
6218         {
6219             "name": "drupal/tocify",
6220             "version": "1.2.0",
6221             "source": {
6222                 "type": "git",
6223                 "url": "https://git.drupal.org/project/tocify",
6224                 "reference": "8.x-1.2"
6225             },
6226             "dist": {
6227                 "type": "zip",
6228                 "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
6229                 "reference": "8.x-1.2",
6230                 "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
6231             },
6232             "require": {
6233                 "drupal/core": "*"
6234             },
6235             "type": "drupal-module",
6236             "extra": {
6237                 "branch-alias": {
6238                     "dev-1.x": "1.x-dev"
6239                 },
6240                 "drupal": {
6241                     "version": "8.x-1.2",
6242                     "datestamp": "1493816586"
6243                 }
6244             },
6245             "notification-url": "https://packages.drupal.org/8/downloads",
6246             "license": [
6247                 "GPL-2.0+"
6248             ],
6249             "authors": [
6250                 {
6251                     "name": "Hydra",
6252                     "homepage": "https://www.drupal.org/user/647364"
6253                 },
6254                 {
6255                     "name": "dawehner",
6256                     "homepage": "https://www.drupal.org/user/99340"
6257                 },
6258                 {
6259                     "name": "sanduhrs",
6260                     "homepage": "https://www.drupal.org/user/28074"
6261                 }
6262             ],
6263             "description": "Tocify your content",
6264             "homepage": "https://www.drupal.org/project/tocify",
6265             "keywords": [
6266                 "Drupal"
6267             ],
6268             "support": {
6269                 "source": "http://cgit.drupalcode.org/tocify",
6270                 "issues": "http://drupal.org/project/issues/tocify"
6271             }
6272         },
6273         {
6274             "name": "drupal/token",
6275             "version": "1.1.0",
6276             "source": {
6277                 "type": "git",
6278                 "url": "https://git.drupal.org/project/token",
6279                 "reference": "8.x-1.1"
6280             },
6281             "dist": {
6282                 "type": "zip",
6283                 "url": "https://ftp.drupal.org/files/projects/token-8.x-1.1.zip",
6284                 "reference": "8.x-1.1",
6285                 "shasum": "f11042a76bec028b0a86dc33cf6daa19eb55d545"
6286             },
6287             "require": {
6288                 "drupal/core": "~8.0"
6289             },
6290             "type": "drupal-module",
6291             "extra": {
6292                 "branch-alias": {
6293                     "dev-1.x": "1.x-dev"
6294                 },
6295                 "drupal": {
6296                     "version": "8.x-1.1",
6297                     "datestamp": "1513810384",
6298                     "security-coverage": {
6299                         "status": "covered",
6300                         "message": "Covered by Drupal's security advisory policy"
6301                     }
6302                 }
6303             },
6304             "notification-url": "https://packages.drupal.org/8/downloads",
6305             "license": [
6306                 "GPL-2.0-or-later"
6307             ],
6308             "authors": [
6309                 {
6310                     "name": "Berdir",
6311                     "homepage": "https://www.drupal.org/user/214652"
6312                 },
6313                 {
6314                     "name": "Dave Reid",
6315                     "homepage": "https://www.drupal.org/user/53892"
6316                 },
6317                 {
6318                     "name": "eaton",
6319                     "homepage": "https://www.drupal.org/user/16496"
6320                 },
6321                 {
6322                     "name": "fago",
6323                     "homepage": "https://www.drupal.org/user/16747"
6324                 },
6325                 {
6326                     "name": "greggles",
6327                     "homepage": "https://www.drupal.org/user/36762"
6328                 },
6329                 {
6330                     "name": "mikeryan",
6331                     "homepage": "https://www.drupal.org/user/4420"
6332                 }
6333             ],
6334             "description": "Provides a user interface for the Token API and some missing core tokens.",
6335             "homepage": "https://www.drupal.org/project/token",
6336             "support": {
6337                 "source": "http://cgit.drupalcode.org/token"
6338             }
6339         },
6340         {
6341             "name": "drupal/typogrify",
6342             "version": "1.0.0-alpha1",
6343             "source": {
6344                 "type": "git",
6345                 "url": "https://git.drupal.org/project/typogrify",
6346                 "reference": "8.x-1.0-alpha1"
6347             },
6348             "dist": {
6349                 "type": "zip",
6350                 "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
6351                 "reference": "8.x-1.0-alpha1",
6352                 "shasum": "de87791555204b3af5692d939f8c199bd7164495"
6353             },
6354             "require": {
6355                 "drupal/core": "*"
6356             },
6357             "type": "drupal-module",
6358             "extra": {
6359                 "branch-alias": {
6360                     "dev-1.x": "1.x-dev"
6361                 },
6362                 "drupal": {
6363                     "version": "8.x-1.0-alpha1",
6364                     "datestamp": "1478050442"
6365                 }
6366             },
6367             "notification-url": "https://packages.drupal.org/8/downloads",
6368             "license": [
6369                 "GPL-2.0+"
6370             ],
6371             "authors": [
6372                 {
6373                     "name": "See contributors",
6374                     "homepage": "https://www.drupal.org/node/149970/committers",
6375                     "role": "Developer"
6376                 },
6377                 {
6378                     "name": "migmedia",
6379                     "homepage": "https://www.drupal.org/user/1310354"
6380                 },
6381                 {
6382                     "name": "mikl",
6383                     "homepage": "https://www.drupal.org/user/58679"
6384                 },
6385                 {
6386                     "name": "sreynen",
6387                     "homepage": "https://www.drupal.org/user/109890"
6388                 }
6389             ],
6390             "description": "A filter for making typographic refinements.",
6391             "homepage": "http://drupal.org/project/typogrify",
6392             "keywords": [
6393                 "Drupal"
6394             ],
6395             "support": {
6396                 "source": "http://cgit.drupalcode.org/typogrify",
6397                 "issues": "http://drupal.org/project/typogrify"
6398             }
6399         },
6400         {
6401             "name": "drupal/video",
6402             "version": "1.2.0",
6403             "source": {
6404                 "type": "git",
6405                 "url": "https://git.drupal.org/project/video",
6406                 "reference": "8.x-1.2"
6407             },
6408             "dist": {
6409                 "type": "zip",
6410                 "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
6411                 "reference": "8.x-1.2",
6412                 "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
6413             },
6414             "require": {
6415                 "drupal/core": "*"
6416             },
6417             "type": "drupal-module",
6418             "extra": {
6419                 "branch-alias": {
6420                     "dev-1.x": "1.x-dev"
6421                 },
6422                 "drupal": {
6423                     "version": "8.x-1.x",
6424                     "datestamp": "1455470039",
6425                     "package": "Field types"
6426                 }
6427             },
6428             "notification-url": "https://packages.drupal.org/8/downloads",
6429             "license": [
6430                 "GPL-2.0+"
6431             ],
6432             "authors": [
6433                 {
6434                     "name": "Jorrit",
6435                     "homepage": "https://www.drupal.org/user/161217"
6436                 },
6437                 {
6438                     "name": "abhishek-anand",
6439                     "homepage": "https://www.drupal.org/user/468982"
6440                 },
6441                 {
6442                     "name": "brycefisherfleig",
6443                     "homepage": "https://www.drupal.org/user/1300764"
6444                 },
6445                 {
6446                     "name": "chaitanya17",
6447                     "homepage": "https://www.drupal.org/user/1998300"
6448                 },
6449                 {
6450                     "name": "heshanlk",
6451                     "homepage": "https://www.drupal.org/user/199102"
6452                 }
6453             ],
6454             "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.",
6455             "homepage": "https://www.drupal.org/project/video",
6456             "support": {
6457                 "source": "http://cgit.drupalcode.org/video"
6458             }
6459         },
6460         {
6461             "name": "drupal/video_embed_field",
6462             "version": "2.0.0",
6463             "source": {
6464                 "type": "git",
6465                 "url": "https://git.drupal.org/project/video_embed_field",
6466                 "reference": "8.x-2.0"
6467             },
6468             "dist": {
6469                 "type": "zip",
6470                 "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip",
6471                 "reference": "8.x-2.0",
6472                 "shasum": "e864f090b3cb9405376ca324d81ace83613e2019"
6473             },
6474             "require": {
6475                 "drupal/core": "*"
6476             },
6477             "require-dev": {
6478                 "drupal/colorbox": "*",
6479                 "drupal/media_entity": "*",
6480                 "drupal/media_entity_embeddable_video": "*"
6481             },
6482             "type": "drupal-module",
6483             "extra": {
6484                 "branch-alias": {
6485                     "dev-2.x": "2.x-dev"
6486                 },
6487                 "drupal": {
6488                     "version": "8.x-1.x",
6489                     "datestamp": "1523338084",
6490                     "security-coverage": {
6491                         "status": "covered",
6492                         "message": "Covered by Drupal's security advisory policy"
6493                     },
6494                     "package": "Field types"
6495                 }
6496             },
6497             "notification-url": "https://packages.drupal.org/8/downloads",
6498             "license": [
6499                 "GPL-2.0+"
6500             ],
6501             "authors": [
6502                 {
6503                     "name": "Sam152",
6504                     "homepage": "https://www.drupal.org/user/1485048"
6505                 },
6506                 {
6507                     "name": "jec006",
6508                     "homepage": "https://www.drupal.org/user/855980"
6509                 },
6510                 {
6511                     "name": "plopesc",
6512                     "homepage": "https://www.drupal.org/user/282415"
6513                 }
6514             ],
6515             "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6516             "homepage": "https://www.drupal.org/project/video_embed_field",
6517             "support": {
6518                 "source": "http://cgit.drupalcode.org/video_embed_field"
6519             }
6520         },
6521         {
6522             "name": "drupal/video_embed_media",
6523             "version": "2.0.0",
6524             "require": {
6525                 "drupal/core": "^8.4",
6526                 "drupal/video_embed_field": "self.version"
6527             },
6528             "type": "metapackage",
6529             "extra": {
6530                 "branch-alias": {
6531                     "dev-2.x": "2.x-dev"
6532                 },
6533                 "drupal": {
6534                     "version": "8.x-2.0",
6535                     "datestamp": "1523338084",
6536                     "security-coverage": {
6537                         "status": "covered",
6538                         "message": "Covered by Drupal's security advisory policy"
6539                     }
6540                 }
6541             },
6542             "notification-url": "https://packages.drupal.org/8/downloads",
6543             "license": [
6544                 "GPL-2.0-or-later"
6545             ],
6546             "authors": [
6547                 {
6548                     "name": "Sam152",
6549                     "homepage": "https://www.drupal.org/user/1485048"
6550                 },
6551                 {
6552                     "name": "jec006",
6553                     "homepage": "https://www.drupal.org/user/855980"
6554                 },
6555                 {
6556                     "name": "plopesc",
6557                     "homepage": "https://www.drupal.org/user/282415"
6558                 }
6559             ],
6560             "description": "Integrates video_embed_field with the Media module, creating a new media type tailored to display embedded videos. Useful for websites which are using the media suite of modules.",
6561             "homepage": "https://www.drupal.org/project/video_embed_field",
6562             "support": {
6563                 "source": "http://cgit.drupalcode.org/video_embed_field"
6564             }
6565         },
6566         {
6567             "name": "drupal/videojs",
6568             "version": "1.0.0",
6569             "source": {
6570                 "type": "git",
6571                 "url": "https://git.drupal.org/project/videojs",
6572                 "reference": "8.x-1.0"
6573             },
6574             "dist": {
6575                 "type": "zip",
6576                 "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6577                 "reference": "8.x-1.0",
6578                 "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6579             },
6580             "require": {
6581                 "drupal/core": "~8.0"
6582             },
6583             "type": "drupal-module",
6584             "extra": {
6585                 "branch-alias": {
6586                     "dev-1.x": "1.x-dev"
6587                 },
6588                 "drupal": {
6589                     "version": "8.x-1.0",
6590                     "datestamp": "1454344739",
6591                     "security-coverage": {
6592                         "status": "covered",
6593                         "message": "Covered by Drupal's security advisory policy"
6594                     }
6595                 },
6596                 "patches_applied": {
6597                     "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6598                 }
6599             },
6600             "notification-url": "https://packages.drupal.org/8/downloads",
6601             "license": [
6602                 "GPL-2.0-or-later"
6603             ],
6604             "authors": [
6605                 {
6606                     "name": "Jorrit",
6607                     "homepage": "https://www.drupal.org/user/161217"
6608                 },
6609                 {
6610                     "name": "heshanlk",
6611                     "homepage": "https://www.drupal.org/user/199102"
6612                 }
6613             ],
6614             "description": "Video.js is an HTML5 Video Player.",
6615             "homepage": "https://www.drupal.org/project/videojs",
6616             "support": {
6617                 "source": "http://cgit.drupalcode.org/videojs"
6618             }
6619         },
6620         {
6621             "name": "drupal/views_bootstrap",
6622             "version": "dev-3.x",
6623             "source": {
6624                 "type": "git",
6625                 "url": "https://git.drupal.org/project/views_bootstrap",
6626                 "reference": "8a8d1add3a575842e33c51a3733b43c24c4bc41f"
6627             },
6628             "require": {
6629                 "drupal/core": "*"
6630             },
6631             "type": "drupal-module",
6632             "extra": {
6633                 "branch-alias": {
6634                     "dev-3.x": "3.x-dev"
6635                 },
6636                 "drupal": {
6637                     "version": "8.x-3.0+4-dev",
6638                     "datestamp": "1523236084",
6639                     "security-coverage": {
6640                         "status": "not-covered",
6641                         "message": "Dev releases are not covered by Drupal security advisories."
6642                     }
6643                 }
6644             },
6645             "notification-url": "https://packages.drupal.org/8/downloads",
6646             "license": [
6647                 "GPL-2.0+"
6648             ],
6649             "authors": [
6650                 {
6651                     "name": "aburrows",
6652                     "homepage": "https://www.drupal.org/user/577844"
6653                 },
6654                 {
6655                     "name": "ericpugh",
6656                     "homepage": "https://www.drupal.org/user/130084"
6657                 },
6658                 {
6659                     "name": "ikeigenwijs",
6660                     "homepage": "https://www.drupal.org/user/583238"
6661                 },
6662                 {
6663                     "name": "mrded",
6664                     "homepage": "https://www.drupal.org/user/556088"
6665                 }
6666             ],
6667             "description": "Integrate the Bootstrap framework with Views.",
6668             "homepage": "https://www.drupal.org/project/views_bootstrap",
6669             "keywords": [
6670                 "Drupal"
6671             ],
6672             "support": {
6673                 "source": "http://cgit.drupalcode.org/views_bootstrap"
6674             },
6675             "time": "2018-05-17T13:28:26+00:00"
6676         },
6677         {
6678             "name": "drupal/views_responsive_grid",
6679             "version": "dev-1.x",
6680             "source": {
6681                 "type": "git",
6682                 "url": "https://git.drupal.org/project/views_responsive_grid",
6683                 "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6684             },
6685             "require": {
6686                 "drupal/core": "~8.0"
6687             },
6688             "type": "drupal-module",
6689             "extra": {
6690                 "branch-alias": {
6691                     "dev-1.x": "1.x-dev"
6692                 },
6693                 "drupal": {
6694                     "version": "8.x-1.x-dev",
6695                     "datestamp": "1373985289"
6696                 }
6697             },
6698             "notification-url": "https://packages.drupal.org/8/downloads",
6699             "license": [
6700                 "GPL-2.0+"
6701             ],
6702             "authors": [
6703                 {
6704                     "name": "iwhitcomb",
6705                     "homepage": "https://www.drupal.org/user/771654"
6706                 },
6707                 {
6708                     "name": "kyletaylored",
6709                     "homepage": "https://www.drupal.org/user/2207088"
6710                 },
6711                 {
6712                     "name": "markcarver",
6713                     "homepage": "https://www.drupal.org/user/501638"
6714                 }
6715             ],
6716             "homepage": "https://www.drupal.org/project/views_responsive_grid",
6717             "support": {
6718                 "source": "http://cgit.drupalcode.org/views_responsive_grid"
6719             }
6720         },
6721         {
6722             "name": "drush/config-extra",
6723             "version": "1.0.1",
6724             "source": {
6725                 "type": "git",
6726                 "url": "https://github.com/drush-ops/config-extra.git",
6727                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
6728             },
6729             "dist": {
6730                 "type": "zip",
6731                 "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6732                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6733                 "shasum": ""
6734             },
6735             "require": {
6736                 "php": ">=5.5.0"
6737             },
6738             "require-dev": {
6739                 "phpunit/phpunit": ">=3.5"
6740             },
6741             "type": "library",
6742             "extra": {
6743                 "branch-alias": {
6744                     "dev-master": "8.0.x-dev"
6745                 }
6746             },
6747             "autoload": {
6748                 "psr-0": {
6749                     "Drush": "lib/"
6750                 }
6751             },
6752             "notification-url": "https://packagist.org/downloads/",
6753             "license": [
6754                 "GPL-2.0+"
6755             ],
6756             "authors": [
6757                 {
6758                     "name": "Moshe Weitzman",
6759                     "email": "weitzman@tejasa.com"
6760                 },
6761                 {
6762                     "name": "Greg Anderson",
6763                     "email": "greg.1.anderson@greenknowe.org"
6764                 }
6765             ],
6766             "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
6767             "keywords": [
6768                 "Drush"
6769             ],
6770             "time": "2015-10-16T21:32:27+00:00"
6771         },
6772         {
6773             "name": "drush/drush",
6774             "version": "9.2.3",
6775             "source": {
6776                 "type": "git",
6777                 "url": "https://github.com/drush-ops/drush.git",
6778                 "reference": "c07b5b4527d6fb9226adaee14a33de5d4aa93ce8"
6779             },
6780             "dist": {
6781                 "type": "zip",
6782                 "url": "https://api.github.com/repos/drush-ops/drush/zipball/c07b5b4527d6fb9226adaee14a33de5d4aa93ce8",
6783                 "reference": "c07b5b4527d6fb9226adaee14a33de5d4aa93ce8",
6784                 "shasum": ""
6785             },
6786             "require": {
6787                 "chi-teck/drupal-code-generator": "^1.21.0",
6788                 "composer/semver": "^1.4",
6789                 "consolidation/annotated-command": "^2.8.1",
6790                 "consolidation/config": "^1.0.9",
6791                 "consolidation/output-formatters": "^3.1.12",
6792                 "consolidation/robo": "^1.1.5",
6793                 "ext-dom": "*",
6794                 "grasmash/yaml-expander": "^1.1.1",
6795                 "league/container": "~2",
6796                 "php": ">=5.6.0",
6797                 "psr/log": "~1.0",
6798                 "psy/psysh": "~0.6",
6799                 "sebastian/version": "^1|^2",
6800                 "symfony/config": "~2.2|^3",
6801                 "symfony/console": "~2.7|^3",
6802                 "symfony/event-dispatcher": "~2.7|^3",
6803                 "symfony/finder": "~2.7|^3",
6804                 "symfony/process": "~2.7|^3",
6805                 "symfony/var-dumper": "~2.7|^3",
6806                 "symfony/yaml": "~2.3|^3",
6807                 "webflo/drupal-finder": "^1.1",
6808                 "webmozart/path-util": "^2.1.0"
6809             },
6810             "require-dev": {
6811                 "lox/xhprof": "dev-master",
6812                 "phpunit/phpunit": "^4.8|^5.5.4",
6813                 "squizlabs/php_codesniffer": "^2.7"
6814             },
6815             "bin": [
6816                 "drush"
6817             ],
6818             "type": "library",
6819             "extra": {
6820                 "branch-alias": {
6821                     "dev-master": "9.0.x-dev"
6822                 }
6823             },
6824             "autoload": {
6825                 "psr-4": {
6826                     "Drush\\": "src/",
6827                     "Drush\\Internal\\": "internal-copy/",
6828                     "Unish\\": "tests/"
6829                 }
6830             },
6831             "notification-url": "https://packagist.org/downloads/",
6832             "license": [
6833                 "GPL-2.0-or-later"
6834             ],
6835             "authors": [
6836                 {
6837                     "name": "Moshe Weitzman",
6838                     "email": "weitzman@tejasa.com"
6839                 },
6840                 {
6841                     "name": "Owen Barton",
6842                     "email": "drupal@owenbarton.com"
6843                 },
6844                 {
6845                     "name": "Greg Anderson",
6846                     "email": "greg.1.anderson@greenknowe.org"
6847                 },
6848                 {
6849                     "name": "Jonathan Araña Cruz",
6850                     "email": "jonhattan@faita.net"
6851                 },
6852                 {
6853                     "name": "Jonathan Hedstrom",
6854                     "email": "jhedstrom@gmail.com"
6855                 },
6856                 {
6857                     "name": "Christopher Gervais",
6858                     "email": "chris@ergonlogic.com"
6859                 },
6860                 {
6861                     "name": "Dave Reid",
6862                     "email": "dave@davereid.net"
6863                 },
6864                 {
6865                     "name": "Damian Lee",
6866                     "email": "damiankloip@googlemail.com"
6867                 }
6868             ],
6869             "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.",
6870             "homepage": "http://www.drush.org",
6871             "time": "2018-04-03T13:45:59+00:00"
6872         },
6873         {
6874             "name": "easyrdf/easyrdf",
6875             "version": "0.9.1",
6876             "source": {
6877                 "type": "git",
6878                 "url": "https://github.com/njh/easyrdf.git",
6879                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
6880             },
6881             "dist": {
6882                 "type": "zip",
6883                 "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
6884                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
6885                 "shasum": ""
6886             },
6887             "require": {
6888                 "ext-mbstring": "*",
6889                 "ext-pcre": "*",
6890                 "php": ">=5.2.8"
6891             },
6892             "require-dev": {
6893                 "phpunit/phpunit": "~3.5",
6894                 "sami/sami": "~1.4",
6895                 "squizlabs/php_codesniffer": "~1.4.3"
6896             },
6897             "suggest": {
6898                 "ml/json-ld": "~1.0"
6899             },
6900             "type": "library",
6901             "autoload": {
6902                 "psr-0": {
6903                     "EasyRdf_": "lib/"
6904                 }
6905             },
6906             "notification-url": "https://packagist.org/downloads/",
6907             "license": [
6908                 "BSD-3-Clause"
6909             ],
6910             "authors": [
6911                 {
6912                     "name": "Nicholas Humfrey",
6913                     "email": "njh@aelius.com",
6914                     "homepage": "http://www.aelius.com/njh/",
6915                     "role": "Developer"
6916                 },
6917                 {
6918                     "name": "Alexey Zakhlestin",
6919                     "email": "indeyets@gmail.com",
6920                     "role": "Developer"
6921                 }
6922             ],
6923             "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
6924             "homepage": "http://www.easyrdf.org/",
6925             "keywords": [
6926                 "Linked Data",
6927                 "RDF",
6928                 "Semantic Web",
6929                 "Turtle",
6930                 "rdfa",
6931                 "sparql"
6932             ],
6933             "time": "2015-02-27T09:45:49+00:00"
6934         },
6935         {
6936             "name": "egulias/email-validator",
6937             "version": "1.2.14",
6938             "source": {
6939                 "type": "git",
6940                 "url": "https://github.com/egulias/EmailValidator.git",
6941                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
6942             },
6943             "dist": {
6944                 "type": "zip",
6945                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
6946                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
6947                 "shasum": ""
6948             },
6949             "require": {
6950                 "doctrine/lexer": "^1.0.1",
6951                 "php": ">= 5.3.3"
6952             },
6953             "require-dev": {
6954                 "phpunit/phpunit": "^4.8.24"
6955             },
6956             "type": "library",
6957             "extra": {
6958                 "branch-alias": {
6959                     "dev-master": "2.0.x-dev"
6960                 }
6961             },
6962             "autoload": {
6963                 "psr-0": {
6964                     "Egulias\\": "src/"
6965                 }
6966             },
6967             "notification-url": "https://packagist.org/downloads/",
6968             "license": [
6969                 "MIT"
6970             ],
6971             "authors": [
6972                 {
6973                     "name": "Eduardo Gulias Davis"
6974                 }
6975             ],
6976             "description": "A library for validating emails",
6977             "homepage": "https://github.com/egulias/EmailValidator",
6978             "keywords": [
6979                 "email",
6980                 "emailvalidation",
6981                 "emailvalidator",
6982                 "validation",
6983                 "validator"
6984             ],
6985             "time": "2017-02-03T22:48:59+00:00"
6986         },
6987         {
6988             "name": "enyo/dropzone",
6989             "version": "v4.3.0",
6990             "source": {
6991                 "type": "git",
6992                 "url": "https://github.com/enyo/dropzone.git",
6993                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
6994             },
6995             "dist": {
6996                 "type": "zip",
6997                 "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6998                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6999                 "shasum": ""
7000             },
7001             "type": "library",
7002             "notification-url": "https://packagist.org/downloads/",
7003             "license": [
7004                 "MIT"
7005             ],
7006             "authors": [
7007                 {
7008                     "name": "Matias Meno",
7009                     "email": "m@tias.me",
7010                     "homepage": "http://www.matiasmeno.com"
7011                 }
7012             ],
7013             "description": "Handles drag and drop of files for you.",
7014             "homepage": "http://www.dropzonejs.com",
7015             "keywords": [
7016                 "drag and drop",
7017                 "dragndrop",
7018                 "file upload",
7019                 "upload"
7020             ],
7021             "time": "2016-02-14T04:19:41+00:00"
7022         },
7023         {
7024             "name": "ezyang/htmlpurifier",
7025             "version": "v4.10.0",
7026             "source": {
7027                 "type": "git",
7028                 "url": "https://github.com/ezyang/htmlpurifier.git",
7029                 "reference": "d85d39da4576a6934b72480be6978fb10c860021"
7030             },
7031             "dist": {
7032                 "type": "zip",
7033                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
7034                 "reference": "d85d39da4576a6934b72480be6978fb10c860021",
7035                 "shasum": ""
7036             },
7037             "require": {
7038                 "php": ">=5.2"
7039             },
7040             "require-dev": {
7041                 "simpletest/simpletest": "^1.1"
7042             },
7043             "type": "library",
7044             "autoload": {
7045                 "psr-0": {
7046                     "HTMLPurifier": "library/"
7047                 },
7048                 "files": [
7049                     "library/HTMLPurifier.composer.php"
7050                 ]
7051             },
7052             "notification-url": "https://packagist.org/downloads/",
7053             "license": [
7054                 "LGPL"
7055             ],
7056             "authors": [
7057                 {
7058                     "name": "Edward Z. Yang",
7059                     "email": "admin@htmlpurifier.org",
7060                     "homepage": "http://ezyang.com"
7061                 }
7062             ],
7063             "description": "Standards compliant HTML filter written in PHP",
7064             "homepage": "http://htmlpurifier.org/",
7065             "keywords": [
7066                 "html"
7067             ],
7068             "time": "2018-02-23T01:58:20+00:00"
7069         },
7070         {
7071             "name": "geedmo/yamm3",
7072             "version": "1.1.0",
7073             "source": {
7074                 "type": "git",
7075                 "url": "https://github.com/geedmo/yamm3.git",
7076                 "reference": "5aa11451340187cce1bc195a4437937b19535508"
7077             },
7078             "dist": {
7079                 "type": "zip",
7080                 "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
7081                 "reference": "5aa11451340187cce1bc195a4437937b19535508",
7082                 "shasum": ""
7083             },
7084             "type": "library",
7085             "notification-url": "https://packagist.org/downloads/",
7086             "license": [
7087                 "MIT"
7088             ],
7089             "authors": [
7090                 {
7091                     "name": "German Morales",
7092                     "email": "geedmo.ds@gmail.com",
7093                     "homepage": "http://geedmo.com"
7094                 }
7095             ],
7096             "description": "Yet another megamenu for Bootstrap 3.x",
7097             "homepage": "http://geedmo.github.io/yamm3/",
7098             "keywords": [
7099                 "bootstrap",
7100                 "megadropdown",
7101                 "megamenu"
7102             ],
7103             "time": "2015-04-04T12:59:29+00:00"
7104         },
7105         {
7106             "name": "grasmash/expander",
7107             "version": "1.0.0",
7108             "source": {
7109                 "type": "git",
7110                 "url": "https://github.com/grasmash/expander.git",
7111                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
7112             },
7113             "dist": {
7114                 "type": "zip",
7115                 "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7116                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7117                 "shasum": ""
7118             },
7119             "require": {
7120                 "dflydev/dot-access-data": "^1.1.0",
7121                 "php": ">=5.4"
7122             },
7123             "require-dev": {
7124                 "greg-1-anderson/composer-test-scenarios": "^1",
7125                 "phpunit/phpunit": "^4|^5.5.4",
7126                 "satooshi/php-coveralls": "^1.0.2|dev-master",
7127                 "squizlabs/php_codesniffer": "^2.7"
7128             },
7129             "type": "library",
7130             "extra": {
7131                 "branch-alias": {
7132                     "dev-master": "1.x-dev"
7133                 }
7134             },
7135             "autoload": {
7136                 "psr-4": {
7137                     "Grasmash\\Expander\\": "src/"
7138                 }
7139             },
7140             "notification-url": "https://packagist.org/downloads/",
7141             "license": [
7142                 "MIT"
7143             ],
7144             "authors": [
7145                 {
7146                     "name": "Matthew Grasmick"
7147                 }
7148             ],
7149             "description": "Expands internal property references in PHP arrays file.",
7150             "time": "2017-12-21T22:14:55+00:00"
7151         },
7152         {
7153             "name": "grasmash/yaml-expander",
7154             "version": "1.4.0",
7155             "source": {
7156                 "type": "git",
7157                 "url": "https://github.com/grasmash/yaml-expander.git",
7158                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
7159             },
7160             "dist": {
7161                 "type": "zip",
7162                 "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7163                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7164                 "shasum": ""
7165             },
7166             "require": {
7167                 "dflydev/dot-access-data": "^1.1.0",
7168                 "php": ">=5.4",
7169                 "symfony/yaml": "^2.8.11|^3|^4"
7170             },
7171             "require-dev": {
7172                 "greg-1-anderson/composer-test-scenarios": "^1",
7173                 "phpunit/phpunit": "^4.8|^5.5.4",
7174                 "satooshi/php-coveralls": "^1.0.2|dev-master",
7175                 "squizlabs/php_codesniffer": "^2.7"
7176             },
7177             "type": "library",
7178             "extra": {
7179                 "branch-alias": {
7180                     "dev-master": "1.x-dev"
7181                 }
7182             },
7183             "autoload": {
7184                 "psr-4": {
7185                     "Grasmash\\YamlExpander\\": "src/"
7186                 }
7187             },
7188             "notification-url": "https://packagist.org/downloads/",
7189             "license": [
7190                 "MIT"
7191             ],
7192             "authors": [
7193                 {
7194                     "name": "Matthew Grasmick"
7195                 }
7196             ],
7197             "description": "Expands internal property references in a yaml file.",
7198             "time": "2017-12-16T16:06:03+00:00"
7199         },
7200         {
7201             "name": "grom358/pharborist",
7202             "version": "dev-master",
7203             "source": {
7204                 "type": "git",
7205                 "url": "https://github.com/grom358/pharborist.git",
7206                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
7207             },
7208             "dist": {
7209                 "type": "zip",
7210                 "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
7211                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
7212                 "shasum": ""
7213             },
7214             "require": {
7215                 "php": ">=5.4",
7216                 "phpdocumentor/reflection-docblock": "2.0.*"
7217             },
7218             "require-dev": {
7219                 "apigen/apigen": "2.8.*",
7220                 "phpunit/phpunit": "4.2.*"
7221             },
7222             "type": "library",
7223             "autoload": {
7224                 "psr-4": {
7225                     "Pharborist\\": "src/"
7226                 }
7227             },
7228             "notification-url": "https://packagist.org/downloads/",
7229             "license": [
7230                 "GPL"
7231             ],
7232             "authors": [
7233                 {
7234                     "name": "Cameron Zemek",
7235                     "role": "lead"
7236                 }
7237             ],
7238             "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
7239             "keywords": [
7240                 "standards",
7241                 "syntax"
7242             ],
7243             "time": "2015-09-20T22:14:29+00:00"
7244         },
7245         {
7246             "name": "guzzlehttp/guzzle",
7247             "version": "6.3.3",
7248             "source": {
7249                 "type": "git",
7250                 "url": "https://github.com/guzzle/guzzle.git",
7251                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
7252             },
7253             "dist": {
7254                 "type": "zip",
7255                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7256                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7257                 "shasum": ""
7258             },
7259             "require": {
7260                 "guzzlehttp/promises": "^1.0",
7261                 "guzzlehttp/psr7": "^1.4",
7262                 "php": ">=5.5"
7263             },
7264             "require-dev": {
7265                 "ext-curl": "*",
7266                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
7267                 "psr/log": "^1.0"
7268             },
7269             "suggest": {
7270                 "psr/log": "Required for using the Log middleware"
7271             },
7272             "type": "library",
7273             "extra": {
7274                 "branch-alias": {
7275                     "dev-master": "6.3-dev"
7276                 }
7277             },
7278             "autoload": {
7279                 "files": [
7280                     "src/functions_include.php"
7281                 ],
7282                 "psr-4": {
7283                     "GuzzleHttp\\": "src/"
7284                 }
7285             },
7286             "notification-url": "https://packagist.org/downloads/",
7287             "license": [
7288                 "MIT"
7289             ],
7290             "authors": [
7291                 {
7292                     "name": "Michael Dowling",
7293                     "email": "mtdowling@gmail.com",
7294                     "homepage": "https://github.com/mtdowling"
7295                 }
7296             ],
7297             "description": "Guzzle is a PHP HTTP client library",
7298             "homepage": "http://guzzlephp.org/",
7299             "keywords": [
7300                 "client",
7301                 "curl",
7302                 "framework",
7303                 "http",
7304                 "http client",
7305                 "rest",
7306                 "web service"
7307             ],
7308             "time": "2018-04-22T15:46:56+00:00"
7309         },
7310         {
7311             "name": "guzzlehttp/promises",
7312             "version": "v1.3.1",
7313             "source": {
7314                 "type": "git",
7315                 "url": "https://github.com/guzzle/promises.git",
7316                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
7317             },
7318             "dist": {
7319                 "type": "zip",
7320                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7321                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7322                 "shasum": ""
7323             },
7324             "require": {
7325                 "php": ">=5.5.0"
7326             },
7327             "require-dev": {
7328                 "phpunit/phpunit": "^4.0"
7329             },
7330             "type": "library",
7331             "extra": {
7332                 "branch-alias": {
7333                     "dev-master": "1.4-dev"
7334                 }
7335             },
7336             "autoload": {
7337                 "psr-4": {
7338                     "GuzzleHttp\\Promise\\": "src/"
7339                 },
7340                 "files": [
7341                     "src/functions_include.php"
7342                 ]
7343             },
7344             "notification-url": "https://packagist.org/downloads/",
7345             "license": [
7346                 "MIT"
7347             ],
7348             "authors": [
7349                 {
7350                     "name": "Michael Dowling",
7351                     "email": "mtdowling@gmail.com",
7352                     "homepage": "https://github.com/mtdowling"
7353                 }
7354             ],
7355             "description": "Guzzle promises library",
7356             "keywords": [
7357                 "promise"
7358             ],
7359             "time": "2016-12-20T10:07:11+00:00"
7360         },
7361         {
7362             "name": "guzzlehttp/psr7",
7363             "version": "1.4.2",
7364             "source": {
7365                 "type": "git",
7366                 "url": "https://github.com/guzzle/psr7.git",
7367                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
7368             },
7369             "dist": {
7370                 "type": "zip",
7371                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7372                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7373                 "shasum": ""
7374             },
7375             "require": {
7376                 "php": ">=5.4.0",
7377                 "psr/http-message": "~1.0"
7378             },
7379             "provide": {
7380                 "psr/http-message-implementation": "1.0"
7381             },
7382             "require-dev": {
7383                 "phpunit/phpunit": "~4.0"
7384             },
7385             "type": "library",
7386             "extra": {
7387                 "branch-alias": {
7388                     "dev-master": "1.4-dev"
7389                 }
7390             },
7391             "autoload": {
7392                 "psr-4": {
7393                     "GuzzleHttp\\Psr7\\": "src/"
7394                 },
7395                 "files": [
7396                     "src/functions_include.php"
7397                 ]
7398             },
7399             "notification-url": "https://packagist.org/downloads/",
7400             "license": [
7401                 "MIT"
7402             ],
7403             "authors": [
7404                 {
7405                     "name": "Michael Dowling",
7406                     "email": "mtdowling@gmail.com",
7407                     "homepage": "https://github.com/mtdowling"
7408                 },
7409                 {
7410                     "name": "Tobias Schultze",
7411                     "homepage": "https://github.com/Tobion"
7412                 }
7413             ],
7414             "description": "PSR-7 message implementation that also provides common utility methods",
7415             "keywords": [
7416                 "http",
7417                 "message",
7418                 "request",
7419                 "response",
7420                 "stream",
7421                 "uri",
7422                 "url"
7423             ],
7424             "time": "2017-03-20T17:10:46+00:00"
7425         },
7426         {
7427             "name": "j7mbo/twitter-api-php",
7428             "version": "1.0.6",
7429             "source": {
7430                 "type": "git",
7431                 "url": "https://github.com/J7mbo/twitter-api-php.git",
7432                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
7433             },
7434             "dist": {
7435                 "type": "zip",
7436                 "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7437                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7438                 "shasum": ""
7439             },
7440             "require": {
7441                 "ext-curl": "*"
7442             },
7443             "require-dev": {
7444                 "phpunit/phpunit": "~4.5,>=4.5.1"
7445             },
7446             "type": "library",
7447             "extra": {
7448                 "branch-alias": {
7449                     "dev-master": "1.0-dev"
7450                 }
7451             },
7452             "autoload": {
7453                 "classmap": [
7454                     "TwitterAPIExchange.php"
7455                 ]
7456             },
7457             "notification-url": "https://packagist.org/downloads/",
7458             "license": [
7459                 "GNU Public License"
7460             ],
7461             "authors": [
7462                 {
7463                     "name": "James Mallison",
7464                     "homepage": "https://github.com/j7mbo/twitter-api-php"
7465                 }
7466             ],
7467             "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
7468             "homepage": "https://github.com/j7mbo/twitter-api-php",
7469             "keywords": [
7470                 "api",
7471                 "php",
7472                 "twitter"
7473             ],
7474             "time": "2017-05-08T12:10:56+00:00"
7475         },
7476         {
7477             "name": "jakub-onderka/php-console-color",
7478             "version": "0.1",
7479             "source": {
7480                 "type": "git",
7481                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
7482                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
7483             },
7484             "dist": {
7485                 "type": "zip",
7486                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
7487                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
7488                 "shasum": ""
7489             },
7490             "require": {
7491                 "php": ">=5.3.2"
7492             },
7493             "require-dev": {
7494                 "jakub-onderka/php-code-style": "1.0",
7495                 "jakub-onderka/php-parallel-lint": "0.*",
7496                 "jakub-onderka/php-var-dump-check": "0.*",
7497                 "phpunit/phpunit": "3.7.*",
7498                 "squizlabs/php_codesniffer": "1.*"
7499             },
7500             "type": "library",
7501             "autoload": {
7502                 "psr-0": {
7503                     "JakubOnderka\\PhpConsoleColor": "src/"
7504                 }
7505             },
7506             "notification-url": "https://packagist.org/downloads/",
7507             "license": [
7508                 "BSD-2-Clause"
7509             ],
7510             "authors": [
7511                 {
7512                     "name": "Jakub Onderka",
7513                     "email": "jakub.onderka@gmail.com",
7514                     "homepage": "http://www.acci.cz"
7515                 }
7516             ],
7517             "time": "2014-04-08T15:00:19+00:00"
7518         },
7519         {
7520             "name": "jakub-onderka/php-console-highlighter",
7521             "version": "v0.3.2",
7522             "source": {
7523                 "type": "git",
7524                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
7525                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
7526             },
7527             "dist": {
7528                 "type": "zip",
7529                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
7530                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
7531                 "shasum": ""
7532             },
7533             "require": {
7534                 "jakub-onderka/php-console-color": "~0.1",
7535                 "php": ">=5.3.0"
7536             },
7537             "require-dev": {
7538                 "jakub-onderka/php-code-style": "~1.0",
7539                 "jakub-onderka/php-parallel-lint": "~0.5",
7540                 "jakub-onderka/php-var-dump-check": "~0.1",
7541                 "phpunit/phpunit": "~4.0",
7542                 "squizlabs/php_codesniffer": "~1.5"
7543             },
7544             "type": "library",
7545             "autoload": {
7546                 "psr-0": {
7547                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
7548                 }
7549             },
7550             "notification-url": "https://packagist.org/downloads/",
7551             "license": [
7552                 "MIT"
7553             ],
7554             "authors": [
7555                 {
7556                     "name": "Jakub Onderka",
7557                     "email": "acci@acci.cz",
7558                     "homepage": "http://www.acci.cz/"
7559                 }
7560             ],
7561             "time": "2015-04-20T18:58:01+00:00"
7562         },
7563         {
7564             "name": "league/container",
7565             "version": "2.4.1",
7566             "source": {
7567                 "type": "git",
7568                 "url": "https://github.com/thephpleague/container.git",
7569                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
7570             },
7571             "dist": {
7572                 "type": "zip",
7573                 "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
7574                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
7575                 "shasum": ""
7576             },
7577             "require": {
7578                 "container-interop/container-interop": "^1.2",
7579                 "php": "^5.4.0 || ^7.0"
7580             },
7581             "provide": {
7582                 "container-interop/container-interop-implementation": "^1.2",
7583                 "psr/container-implementation": "^1.0"
7584             },
7585             "replace": {
7586                 "orno/di": "~2.0"
7587             },
7588             "require-dev": {
7589                 "phpunit/phpunit": "4.*"
7590             },
7591             "type": "library",
7592             "extra": {
7593                 "branch-alias": {
7594                     "dev-2.x": "2.x-dev",
7595                     "dev-1.x": "1.x-dev"
7596                 }
7597             },
7598             "autoload": {
7599                 "psr-4": {
7600                     "League\\Container\\": "src"
7601                 }
7602             },
7603             "notification-url": "https://packagist.org/downloads/",
7604             "license": [
7605                 "MIT"
7606             ],
7607             "authors": [
7608                 {
7609                     "name": "Phil Bennett",
7610                     "email": "philipobenito@gmail.com",
7611                     "homepage": "http://www.philipobenito.com",
7612                     "role": "Developer"
7613                 }
7614             ],
7615             "description": "A fast and intuitive dependency injection container.",
7616             "homepage": "https://github.com/thephpleague/container",
7617             "keywords": [
7618                 "container",
7619                 "dependency",
7620                 "di",
7621                 "injection",
7622                 "league",
7623                 "provider",
7624                 "service"
7625             ],
7626             "time": "2017-05-10T09:20:27+00:00"
7627         },
7628         {
7629             "name": "masterminds/html5",
7630             "version": "2.3.0",
7631             "source": {
7632                 "type": "git",
7633                 "url": "https://github.com/Masterminds/html5-php.git",
7634                 "reference": "2c37c6c520b995b761674de3be8455a381679067"
7635             },
7636             "dist": {
7637                 "type": "zip",
7638                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067",
7639                 "reference": "2c37c6c520b995b761674de3be8455a381679067",
7640                 "shasum": ""
7641             },
7642             "require": {
7643                 "ext-libxml": "*",
7644                 "php": ">=5.3.0"
7645             },
7646             "require-dev": {
7647                 "phpunit/phpunit": "4.*",
7648                 "sami/sami": "~2.0",
7649                 "satooshi/php-coveralls": "1.0.*"
7650             },
7651             "type": "library",
7652             "extra": {
7653                 "branch-alias": {
7654                     "dev-master": "2.2-dev"
7655                 }
7656             },
7657             "autoload": {
7658                 "psr-4": {
7659                     "Masterminds\\": "src"
7660                 }
7661             },
7662             "notification-url": "https://packagist.org/downloads/",
7663             "license": [
7664                 "MIT"
7665             ],
7666             "authors": [
7667                 {
7668                     "name": "Matt Butcher",
7669                     "email": "technosophos@gmail.com"
7670                 },
7671                 {
7672                     "name": "Asmir Mustafic",
7673                     "email": "goetas@gmail.com"
7674                 },
7675                 {
7676                     "name": "Matt Farina",
7677                     "email": "matt@mattfarina.com"
7678                 }
7679             ],
7680             "description": "An HTML5 parser and serializer.",
7681             "homepage": "http://masterminds.github.io/html5-php",
7682             "keywords": [
7683                 "HTML5",
7684                 "dom",
7685                 "html",
7686                 "parser",
7687                 "querypath",
7688                 "serializer",
7689                 "xml"
7690             ],
7691             "time": "2017-09-04T12:26:28+00:00"
7692         },
7693         {
7694             "name": "mehrpadin/superfish",
7695             "version": "2.1",
7696             "source": {
7697                 "type": "git",
7698                 "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
7699                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
7700             },
7701             "dist": {
7702                 "type": "zip",
7703                 "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7704                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7705                 "shasum": ""
7706             },
7707             "type": "drupal-library",
7708             "notification-url": "https://packagist.org/downloads/",
7709             "license": [
7710                 "MIT"
7711             ],
7712             "description": "Superfish library for the Drupal Superfish module.",
7713             "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
7714             "keywords": [
7715                 "jquery",
7716                 "plugin"
7717             ],
7718             "time": "2017-05-30T13:00:18+00:00"
7719         },
7720         {
7721             "name": "michelf/php-markdown",
7722             "version": "1.8.0",
7723             "source": {
7724                 "type": "git",
7725                 "url": "https://github.com/michelf/php-markdown.git",
7726                 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
7727             },
7728             "dist": {
7729                 "type": "zip",
7730                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
7731                 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
7732                 "shasum": ""
7733             },
7734             "require": {
7735                 "php": ">=5.3.0"
7736             },
7737             "type": "library",
7738             "autoload": {
7739                 "psr-4": {
7740                     "Michelf\\": "Michelf/"
7741                 }
7742             },
7743             "notification-url": "https://packagist.org/downloads/",
7744             "license": [
7745                 "BSD-3-Clause"
7746             ],
7747             "authors": [
7748                 {
7749                     "name": "Michel Fortin",
7750                     "email": "michel.fortin@michelf.ca",
7751                     "homepage": "https://michelf.ca/",
7752                     "role": "Developer"
7753                 },
7754                 {
7755                     "name": "John Gruber",
7756                     "homepage": "https://daringfireball.net/"
7757                 }
7758             ],
7759             "description": "PHP Markdown",
7760             "homepage": "https://michelf.ca/projects/php-markdown/",
7761             "keywords": [
7762                 "markdown"
7763             ],
7764             "time": "2018-01-15T00:49:33+00:00"
7765         },
7766         {
7767             "name": "mkalkbrenner/php-htmldiff-advanced",
7768             "version": "0.0.8",
7769             "source": {
7770                 "type": "git",
7771                 "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
7772                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
7773             },
7774             "dist": {
7775                 "type": "zip",
7776                 "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7777                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7778                 "shasum": ""
7779             },
7780             "require": {
7781                 "caxy/php-htmldiff": ">=0.0.6",
7782                 "php": ">=5.5.0"
7783             },
7784             "type": "library",
7785             "autoload": {
7786                 "files": [
7787                     "src/HtmlDiffAdvancedInterface.php",
7788                     "src/HtmlDiffAdvanced.php"
7789                 ]
7790             },
7791             "notification-url": "https://packagist.org/downloads/",
7792             "license": [
7793                 "GNU General Public License V2"
7794             ],
7795             "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
7796             "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
7797             "keywords": [
7798                 "diff",
7799                 "html"
7800             ],
7801             "time": "2016-07-25T17:07:32+00:00"
7802         },
7803         {
7804             "name": "nikic/php-parser",
7805             "version": "v4.0.1",
7806             "source": {
7807                 "type": "git",
7808                 "url": "https://github.com/nikic/PHP-Parser.git",
7809                 "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3"
7810             },
7811             "dist": {
7812                 "type": "zip",
7813                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
7814                 "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
7815                 "shasum": ""
7816             },
7817             "require": {
7818                 "ext-tokenizer": "*",
7819                 "php": ">=7.0"
7820             },
7821             "require-dev": {
7822                 "phpunit/phpunit": "^6.5 || ^7.0"
7823             },
7824             "bin": [
7825                 "bin/php-parse"
7826             ],
7827             "type": "library",
7828             "extra": {
7829                 "branch-alias": {
7830                     "dev-master": "4.0-dev"
7831                 }
7832             },
7833             "autoload": {
7834                 "psr-4": {
7835                     "PhpParser\\": "lib/PhpParser"
7836                 }
7837             },
7838             "notification-url": "https://packagist.org/downloads/",
7839             "license": [
7840                 "BSD-3-Clause"
7841             ],
7842             "authors": [
7843                 {
7844                     "name": "Nikita Popov"
7845                 }
7846             ],
7847             "description": "A PHP parser written in PHP",
7848             "keywords": [
7849                 "parser",
7850                 "php"
7851             ],
7852             "time": "2018-03-25T17:35:16+00:00"
7853         },
7854         {
7855             "name": "paragonie/random_compat",
7856             "version": "v2.0.12",
7857             "source": {
7858                 "type": "git",
7859                 "url": "https://github.com/paragonie/random_compat.git",
7860                 "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
7861             },
7862             "dist": {
7863                 "type": "zip",
7864                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
7865                 "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
7866                 "shasum": ""
7867             },
7868             "require": {
7869                 "php": ">=5.2.0"
7870             },
7871             "require-dev": {
7872                 "phpunit/phpunit": "4.*|5.*"
7873             },
7874             "suggest": {
7875                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
7876             },
7877             "type": "library",
7878             "autoload": {
7879                 "files": [
7880                     "lib/random.php"
7881                 ]
7882             },
7883             "notification-url": "https://packagist.org/downloads/",
7884             "license": [
7885                 "MIT"
7886             ],
7887             "authors": [
7888                 {
7889                     "name": "Paragon Initiative Enterprises",
7890                     "email": "security@paragonie.com",
7891                     "homepage": "https://paragonie.com"
7892                 }
7893             ],
7894             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
7895             "keywords": [
7896                 "csprng",
7897                 "pseudorandom",
7898                 "random"
7899             ],
7900             "time": "2018-04-04T21:24:14+00:00"
7901         },
7902         {
7903             "name": "phpdocumentor/reflection-docblock",
7904             "version": "2.0.5",
7905             "source": {
7906                 "type": "git",
7907                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
7908                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
7909             },
7910             "dist": {
7911                 "type": "zip",
7912                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7913                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7914                 "shasum": ""
7915             },
7916             "require": {
7917                 "php": ">=5.3.3"
7918             },
7919             "require-dev": {
7920                 "phpunit/phpunit": "~4.0"
7921             },
7922             "suggest": {
7923                 "dflydev/markdown": "~1.0",
7924                 "erusev/parsedown": "~1.0"
7925             },
7926             "type": "library",
7927             "extra": {
7928                 "branch-alias": {
7929                     "dev-master": "2.0.x-dev"
7930                 }
7931             },
7932             "autoload": {
7933                 "psr-0": {
7934                     "phpDocumentor": [
7935                         "src/"
7936                     ]
7937                 }
7938             },
7939             "notification-url": "https://packagist.org/downloads/",
7940             "license": [
7941                 "MIT"
7942             ],
7943             "authors": [
7944                 {
7945                     "name": "Mike van Riel",
7946                     "email": "mike.vanriel@naenius.com"
7947                 }
7948             ],
7949             "time": "2016-01-25T08:17:30+00:00"
7950         },
7951         {
7952             "name": "phpspec/prophecy",
7953             "version": "1.7.6",
7954             "source": {
7955                 "type": "git",
7956                 "url": "https://github.com/phpspec/prophecy.git",
7957                 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
7958             },
7959             "dist": {
7960                 "type": "zip",
7961                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
7962                 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
7963                 "shasum": ""
7964             },
7965             "require": {
7966                 "doctrine/instantiator": "^1.0.2",
7967                 "php": "^5.3|^7.0",
7968                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
7969                 "sebastian/comparator": "^1.1|^2.0|^3.0",
7970                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
7971             },
7972             "require-dev": {
7973                 "phpspec/phpspec": "^2.5|^3.2",
7974                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
7975             },
7976             "type": "library",
7977             "extra": {
7978                 "branch-alias": {
7979                     "dev-master": "1.7.x-dev"
7980                 }
7981             },
7982             "autoload": {
7983                 "psr-0": {
7984                     "Prophecy\\": "src/"
7985                 }
7986             },
7987             "notification-url": "https://packagist.org/downloads/",
7988             "license": [
7989                 "MIT"
7990             ],
7991             "authors": [
7992                 {
7993                     "name": "Konstantin Kudryashov",
7994                     "email": "ever.zet@gmail.com",
7995                     "homepage": "http://everzet.com"
7996                 },
7997                 {
7998                     "name": "Marcello Duarte",
7999                     "email": "marcello.duarte@gmail.com"
8000                 }
8001             ],
8002             "description": "Highly opinionated mocking framework for PHP 5.3+",
8003             "homepage": "https://github.com/phpspec/prophecy",
8004             "keywords": [
8005                 "Double",
8006                 "Dummy",
8007                 "fake",
8008                 "mock",
8009                 "spy",
8010                 "stub"
8011             ],
8012             "time": "2018-04-18T13:57:24+00:00"
8013         },
8014         {
8015             "name": "phpunit/php-code-coverage",
8016             "version": "2.2.4",
8017             "source": {
8018                 "type": "git",
8019                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8020                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
8021             },
8022             "dist": {
8023                 "type": "zip",
8024                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8025                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8026                 "shasum": ""
8027             },
8028             "require": {
8029                 "php": ">=5.3.3",
8030                 "phpunit/php-file-iterator": "~1.3",
8031                 "phpunit/php-text-template": "~1.2",
8032                 "phpunit/php-token-stream": "~1.3",
8033                 "sebastian/environment": "^1.3.2",
8034                 "sebastian/version": "~1.0"
8035             },
8036             "require-dev": {
8037                 "ext-xdebug": ">=2.1.4",
8038                 "phpunit/phpunit": "~4"
8039             },
8040             "suggest": {
8041                 "ext-dom": "*",
8042                 "ext-xdebug": ">=2.2.1",
8043                 "ext-xmlwriter": "*"
8044             },
8045             "type": "library",
8046             "extra": {
8047                 "branch-alias": {
8048                     "dev-master": "2.2.x-dev"
8049                 }
8050             },
8051             "autoload": {
8052                 "classmap": [
8053                     "src/"
8054                 ]
8055             },
8056             "notification-url": "https://packagist.org/downloads/",
8057             "license": [
8058                 "BSD-3-Clause"
8059             ],
8060             "authors": [
8061                 {
8062                     "name": "Sebastian Bergmann",
8063                     "email": "sb@sebastian-bergmann.de",
8064                     "role": "lead"
8065                 }
8066             ],
8067             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8068             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8069             "keywords": [
8070                 "coverage",
8071                 "testing",
8072                 "xunit"
8073             ],
8074             "time": "2015-10-06T15:47:00+00:00"
8075         },
8076         {
8077             "name": "phpunit/php-file-iterator",
8078             "version": "1.4.5",
8079             "source": {
8080                 "type": "git",
8081                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8082                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
8083             },
8084             "dist": {
8085                 "type": "zip",
8086                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
8087                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
8088                 "shasum": ""
8089             },
8090             "require": {
8091                 "php": ">=5.3.3"
8092             },
8093             "type": "library",
8094             "extra": {
8095                 "branch-alias": {
8096                     "dev-master": "1.4.x-dev"
8097                 }
8098             },
8099             "autoload": {
8100                 "classmap": [
8101                     "src/"
8102                 ]
8103             },
8104             "notification-url": "https://packagist.org/downloads/",
8105             "license": [
8106                 "BSD-3-Clause"
8107             ],
8108             "authors": [
8109                 {
8110                     "name": "Sebastian Bergmann",
8111                     "email": "sb@sebastian-bergmann.de",
8112                     "role": "lead"
8113                 }
8114             ],
8115             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8116             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8117             "keywords": [
8118                 "filesystem",
8119                 "iterator"
8120             ],
8121             "time": "2017-11-27T13:52:08+00:00"
8122         },
8123         {
8124             "name": "phpunit/php-text-template",
8125             "version": "1.2.1",
8126             "source": {
8127                 "type": "git",
8128                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8129                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
8130             },
8131             "dist": {
8132                 "type": "zip",
8133                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8134                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8135                 "shasum": ""
8136             },
8137             "require": {
8138                 "php": ">=5.3.3"
8139             },
8140             "type": "library",
8141             "autoload": {
8142                 "classmap": [
8143                     "src/"
8144                 ]
8145             },
8146             "notification-url": "https://packagist.org/downloads/",
8147             "license": [
8148                 "BSD-3-Clause"
8149             ],
8150             "authors": [
8151                 {
8152                     "name": "Sebastian Bergmann",
8153                     "email": "sebastian@phpunit.de",
8154                     "role": "lead"
8155                 }
8156             ],
8157             "description": "Simple template engine.",
8158             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8159             "keywords": [
8160                 "template"
8161             ],
8162             "time": "2015-06-21T13:50:34+00:00"
8163         },
8164         {
8165             "name": "phpunit/php-timer",
8166             "version": "1.0.9",
8167             "source": {
8168                 "type": "git",
8169                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8170                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
8171             },
8172             "dist": {
8173                 "type": "zip",
8174                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8175                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8176                 "shasum": ""
8177             },
8178             "require": {
8179                 "php": "^5.3.3 || ^7.0"
8180             },
8181             "require-dev": {
8182                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8183             },
8184             "type": "library",
8185             "extra": {
8186                 "branch-alias": {
8187                     "dev-master": "1.0-dev"
8188                 }
8189             },
8190             "autoload": {
8191                 "classmap": [
8192                     "src/"
8193                 ]
8194             },
8195             "notification-url": "https://packagist.org/downloads/",
8196             "license": [
8197                 "BSD-3-Clause"
8198             ],
8199             "authors": [
8200                 {
8201                     "name": "Sebastian Bergmann",
8202                     "email": "sb@sebastian-bergmann.de",
8203                     "role": "lead"
8204                 }
8205             ],
8206             "description": "Utility class for timing",
8207             "homepage": "https://github.com/sebastianbergmann/php-timer/",
8208             "keywords": [
8209                 "timer"
8210             ],
8211             "time": "2017-02-26T11:10:40+00:00"
8212         },
8213         {
8214             "name": "phpunit/php-token-stream",
8215             "version": "1.4.12",
8216             "source": {
8217                 "type": "git",
8218                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
8219                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
8220             },
8221             "dist": {
8222                 "type": "zip",
8223                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
8224                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
8225                 "shasum": ""
8226             },
8227             "require": {
8228                 "ext-tokenizer": "*",
8229                 "php": ">=5.3.3"
8230             },
8231             "require-dev": {
8232                 "phpunit/phpunit": "~4.2"
8233             },
8234             "type": "library",
8235             "extra": {
8236                 "branch-alias": {
8237                     "dev-master": "1.4-dev"
8238                 }
8239             },
8240             "autoload": {
8241                 "classmap": [
8242                     "src/"
8243                 ]
8244             },
8245             "notification-url": "https://packagist.org/downloads/",
8246             "license": [
8247                 "BSD-3-Clause"
8248             ],
8249             "authors": [
8250                 {
8251                     "name": "Sebastian Bergmann",
8252                     "email": "sebastian@phpunit.de"
8253                 }
8254             ],
8255             "description": "Wrapper around PHP's tokenizer extension.",
8256             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
8257             "keywords": [
8258                 "tokenizer"
8259             ],
8260             "time": "2017-12-04T08:55:13+00:00"
8261         },
8262         {
8263             "name": "phpunit/phpunit",
8264             "version": "4.8.36",
8265             "source": {
8266                 "type": "git",
8267                 "url": "https://github.com/sebastianbergmann/phpunit.git",
8268                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
8269             },
8270             "dist": {
8271                 "type": "zip",
8272                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
8273                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
8274                 "shasum": ""
8275             },
8276             "require": {
8277                 "ext-dom": "*",
8278                 "ext-json": "*",
8279                 "ext-pcre": "*",
8280                 "ext-reflection": "*",
8281                 "ext-spl": "*",
8282                 "php": ">=5.3.3",
8283                 "phpspec/prophecy": "^1.3.1",
8284                 "phpunit/php-code-coverage": "~2.1",
8285                 "phpunit/php-file-iterator": "~1.4",
8286                 "phpunit/php-text-template": "~1.2",
8287                 "phpunit/php-timer": "^1.0.6",
8288                 "phpunit/phpunit-mock-objects": "~2.3",
8289                 "sebastian/comparator": "~1.2.2",
8290                 "sebastian/diff": "~1.2",
8291                 "sebastian/environment": "~1.3",
8292                 "sebastian/exporter": "~1.2",
8293                 "sebastian/global-state": "~1.0",
8294                 "sebastian/version": "~1.0",
8295                 "symfony/yaml": "~2.1|~3.0"
8296             },
8297             "suggest": {
8298                 "phpunit/php-invoker": "~1.1"
8299             },
8300             "bin": [
8301                 "phpunit"
8302             ],
8303             "type": "library",
8304             "extra": {
8305                 "branch-alias": {
8306                     "dev-master": "4.8.x-dev"
8307                 }
8308             },
8309             "autoload": {
8310                 "classmap": [
8311                     "src/"
8312                 ]
8313             },
8314             "notification-url": "https://packagist.org/downloads/",
8315             "license": [
8316                 "BSD-3-Clause"
8317             ],
8318             "authors": [
8319                 {
8320                     "name": "Sebastian Bergmann",
8321                     "email": "sebastian@phpunit.de",
8322                     "role": "lead"
8323                 }
8324             ],
8325             "description": "The PHP Unit Testing framework.",
8326             "homepage": "https://phpunit.de/",
8327             "keywords": [
8328                 "phpunit",
8329                 "testing",
8330                 "xunit"
8331             ],
8332             "time": "2017-06-21T08:07:12+00:00"
8333         },
8334         {
8335             "name": "phpunit/phpunit-mock-objects",
8336             "version": "2.3.8",
8337             "source": {
8338                 "type": "git",
8339                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
8340                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
8341             },
8342             "dist": {
8343                 "type": "zip",
8344                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
8345                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
8346                 "shasum": ""
8347             },
8348             "require": {
8349                 "doctrine/instantiator": "^1.0.2",
8350                 "php": ">=5.3.3",
8351                 "phpunit/php-text-template": "~1.2",
8352                 "sebastian/exporter": "~1.2"
8353             },
8354             "require-dev": {
8355                 "phpunit/phpunit": "~4.4"
8356             },
8357             "suggest": {
8358                 "ext-soap": "*"
8359             },
8360             "type": "library",
8361             "extra": {
8362                 "branch-alias": {
8363                     "dev-master": "2.3.x-dev"
8364                 }
8365             },
8366             "autoload": {
8367                 "classmap": [
8368                     "src/"
8369                 ]
8370             },
8371             "notification-url": "https://packagist.org/downloads/",
8372             "license": [
8373                 "BSD-3-Clause"
8374             ],
8375             "authors": [
8376                 {
8377                     "name": "Sebastian Bergmann",
8378                     "email": "sb@sebastian-bergmann.de",
8379                     "role": "lead"
8380                 }
8381             ],
8382             "description": "Mock Object library for PHPUnit",
8383             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
8384             "keywords": [
8385                 "mock",
8386                 "xunit"
8387             ],
8388             "time": "2015-10-02T06:51:40+00:00"
8389         },
8390         {
8391             "name": "psr/container",
8392             "version": "1.0.0",
8393             "source": {
8394                 "type": "git",
8395                 "url": "https://github.com/php-fig/container.git",
8396                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
8397             },
8398             "dist": {
8399                 "type": "zip",
8400                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
8401                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
8402                 "shasum": ""
8403             },
8404             "require": {
8405                 "php": ">=5.3.0"
8406             },
8407             "type": "library",
8408             "extra": {
8409                 "branch-alias": {
8410                     "dev-master": "1.0.x-dev"
8411                 }
8412             },
8413             "autoload": {
8414                 "psr-4": {
8415                     "Psr\\Container\\": "src/"
8416                 }
8417             },
8418             "notification-url": "https://packagist.org/downloads/",
8419             "license": [
8420                 "MIT"
8421             ],
8422             "authors": [
8423                 {
8424                     "name": "PHP-FIG",
8425                     "homepage": "http://www.php-fig.org/"
8426                 }
8427             ],
8428             "description": "Common Container Interface (PHP FIG PSR-11)",
8429             "homepage": "https://github.com/php-fig/container",
8430             "keywords": [
8431                 "PSR-11",
8432                 "container",
8433                 "container-interface",
8434                 "container-interop",
8435                 "psr"
8436             ],
8437             "time": "2017-02-14T16:28:37+00:00"
8438         },
8439         {
8440             "name": "psr/http-message",
8441             "version": "1.0.1",
8442             "source": {
8443                 "type": "git",
8444                 "url": "https://github.com/php-fig/http-message.git",
8445                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
8446             },
8447             "dist": {
8448                 "type": "zip",
8449                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
8450                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
8451                 "shasum": ""
8452             },
8453             "require": {
8454                 "php": ">=5.3.0"
8455             },
8456             "type": "library",
8457             "extra": {
8458                 "branch-alias": {
8459                     "dev-master": "1.0.x-dev"
8460                 }
8461             },
8462             "autoload": {
8463                 "psr-4": {
8464                     "Psr\\Http\\Message\\": "src/"
8465                 }
8466             },
8467             "notification-url": "https://packagist.org/downloads/",
8468             "license": [
8469                 "MIT"
8470             ],
8471             "authors": [
8472                 {
8473                     "name": "PHP-FIG",
8474                     "homepage": "http://www.php-fig.org/"
8475                 }
8476             ],
8477             "description": "Common interface for HTTP messages",
8478             "homepage": "https://github.com/php-fig/http-message",
8479             "keywords": [
8480                 "http",
8481                 "http-message",
8482                 "psr",
8483                 "psr-7",
8484                 "request",
8485                 "response"
8486             ],
8487             "time": "2016-08-06T14:39:51+00:00"
8488         },
8489         {
8490             "name": "psr/log",
8491             "version": "1.0.2",
8492             "source": {
8493                 "type": "git",
8494                 "url": "https://github.com/php-fig/log.git",
8495                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
8496             },
8497             "dist": {
8498                 "type": "zip",
8499                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
8500                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
8501                 "shasum": ""
8502             },
8503             "require": {
8504                 "php": ">=5.3.0"
8505             },
8506             "type": "library",
8507             "extra": {
8508                 "branch-alias": {
8509                     "dev-master": "1.0.x-dev"
8510                 }
8511             },
8512             "autoload": {
8513                 "psr-4": {
8514                     "Psr\\Log\\": "Psr/Log/"
8515                 }
8516             },
8517             "notification-url": "https://packagist.org/downloads/",
8518             "license": [
8519                 "MIT"
8520             ],
8521             "authors": [
8522                 {
8523                     "name": "PHP-FIG",
8524                     "homepage": "http://www.php-fig.org/"
8525                 }
8526             ],
8527             "description": "Common interface for logging libraries",
8528             "homepage": "https://github.com/php-fig/log",
8529             "keywords": [
8530                 "log",
8531                 "psr",
8532                 "psr-3"
8533             ],
8534             "time": "2016-10-10T12:19:37+00:00"
8535         },
8536         {
8537             "name": "psy/psysh",
8538             "version": "v0.9.3",
8539             "source": {
8540                 "type": "git",
8541                 "url": "https://github.com/bobthecow/psysh.git",
8542                 "reference": "79c280013cf0b30fa23f3ba8bd3649218075adf4"
8543             },
8544             "dist": {
8545                 "type": "zip",
8546                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/79c280013cf0b30fa23f3ba8bd3649218075adf4",
8547                 "reference": "79c280013cf0b30fa23f3ba8bd3649218075adf4",
8548                 "shasum": ""
8549             },
8550             "require": {
8551                 "dnoegel/php-xdg-base-dir": "0.1",
8552                 "jakub-onderka/php-console-highlighter": "0.3.*",
8553                 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
8554                 "php": ">=5.4.0",
8555                 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
8556                 "symfony/var-dumper": "~2.7|~3.0|~4.0"
8557             },
8558             "require-dev": {
8559                 "hoa/console": "~2.15|~3.16",
8560                 "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0",
8561                 "symfony/finder": "~2.1|~3.0|~4.0"
8562             },
8563             "suggest": {
8564                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
8565                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
8566                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
8567                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
8568                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
8569             },
8570             "bin": [
8571                 "bin/psysh"
8572             ],
8573             "type": "library",
8574             "extra": {
8575                 "branch-alias": {
8576                     "dev-develop": "0.9.x-dev"
8577                 }
8578             },
8579             "autoload": {
8580                 "files": [
8581                     "src/functions.php"
8582                 ],
8583                 "psr-4": {
8584                     "Psy\\": "src/"
8585                 }
8586             },
8587             "notification-url": "https://packagist.org/downloads/",
8588             "license": [
8589                 "MIT"
8590             ],
8591             "authors": [
8592                 {
8593                     "name": "Justin Hileman",
8594                     "email": "justin@justinhileman.info",
8595                     "homepage": "http://justinhileman.com"
8596                 }
8597             ],
8598             "description": "An interactive shell for modern PHP.",
8599             "homepage": "http://psysh.org",
8600             "keywords": [
8601                 "REPL",
8602                 "console",
8603                 "interactive",
8604                 "shell"
8605             ],
8606             "time": "2018-04-18T12:32:50+00:00"
8607         },
8608         {
8609             "name": "roave/security-advisories",
8610             "version": "dev-master",
8611             "source": {
8612                 "type": "git",
8613                 "url": "https://github.com/Roave/SecurityAdvisories.git",
8614                 "reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69"
8615             },
8616             "dist": {
8617                 "type": "zip",
8618                 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69",
8619                 "reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69",
8620                 "shasum": ""
8621             },
8622             "conflict": {
8623                 "3f/pygmentize": "<1.2",
8624                 "adodb/adodb-php": "<5.20.12",
8625                 "amphp/artax": "<1.0.6|>=2,<2.0.6",
8626                 "amphp/http": "<1.0.1",
8627                 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
8628                 "aws/aws-sdk-php": ">=3,<3.2.1",
8629                 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
8630                 "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",
8631                 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
8632                 "cartalyst/sentry": "<=2.1.6",
8633                 "codeigniter/framework": "<=3.0.6",
8634                 "composer/composer": "<=1.0.0-alpha11",
8635                 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
8636                 "contao/core": ">=2,<3.5.35",
8637                 "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
8638                 "contao/listing-bundle": ">=4,<4.4.8",
8639                 "contao/newsletter-bundle": ">=4,<4.1",
8640                 "doctrine/annotations": ">=1,<1.2.7",
8641                 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
8642                 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
8643                 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
8644                 "doctrine/doctrine-bundle": "<1.5.2",
8645                 "doctrine/doctrine-module": "<=0.7.1",
8646                 "doctrine/mongodb-odm": ">=1,<1.0.2",
8647                 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
8648                 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
8649                 "dompdf/dompdf": ">=0.6,<0.6.2",
8650                 "drupal/core": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
8651                 "drupal/drupal": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
8652                 "erusev/parsedown": "<1.7",
8653                 "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.3|>=5.4,<5.4.11.3|>=2017.8,<2017.8.1.1|>=2017.12,<2017.12.2.1",
8654                 "firebase/php-jwt": "<2",
8655                 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
8656                 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
8657                 "fuel/core": "<1.8.1",
8658                 "gree/jose": "<=2.2",
8659                 "gregwar/rst": "<1.0.3",
8660                 "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
8661                 "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",
8662                 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
8663                 "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",
8664                 "joomla/session": "<1.3.1",
8665                 "kreait/firebase-php": ">=3.2,<3.8.1",
8666                 "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.40|>=5.6,<5.6.15",
8667                 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
8668                 "magento/magento1ce": ">=1.5.0.1,<1.9.3.2",
8669                 "magento/magento1ee": ">=1.9,<1.14.3.2",
8670                 "magento/magento2ce": ">=2,<2.2",
8671                 "monolog/monolog": ">=1.8,<1.12",
8672                 "namshi/jose": "<2.2",
8673                 "onelogin/php-saml": "<2.10.4",
8674                 "oro/crm": ">=1.7,<1.7.4",
8675                 "oro/platform": ">=1.7,<1.7.4",
8676                 "padraic/humbug_get_contents": "<1.1.2",
8677                 "pagarme/pagarme-php": ">=0,<3",
8678                 "paragonie/random_compat": "<2",
8679                 "paypal/merchant-sdk-php": "<3.12",
8680                 "phpmailer/phpmailer": ">=5,<5.2.24",
8681                 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
8682                 "phpxmlrpc/extras": "<0.6.1",
8683                 "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
8684                 "propel/propel1": ">=1,<=1.7.1",
8685                 "pusher/pusher-php-server": "<2.2.1",
8686                 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
8687                 "shopware/shopware": "<5.3.7",
8688                 "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
8689                 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
8690                 "silverstripe/framework": ">=3,<3.3",
8691                 "silverstripe/userforms": "<3",
8692                 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
8693                 "simplesamlphp/simplesamlphp": "<1.15.2",
8694                 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
8695                 "slim/slim": "<2.6",
8696                 "socalnick/scn-social-auth": "<1.15.2",
8697                 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
8698                 "stormpath/sdk": ">=0,<9.9.99",
8699                 "swiftmailer/swiftmailer": ">=4,<5.4.5",
8700                 "symfony/dependency-injection": ">=2,<2.0.17",
8701                 "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",
8702                 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
8703                 "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6",
8704                 "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
8705                 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
8706                 "symfony/routing": ">=2,<2.0.19",
8707                 "symfony/security": ">=2,<2.0.25|>=2.1,<2.1.13|>=2.2,<2.2.9|>=2.3,<2.3.37|>=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5",
8708                 "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.6|>=2.8.23,<2.8.25|>=3,<3.0.6|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5",
8709                 "symfony/security-csrf": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
8710                 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
8711                 "symfony/serializer": ">=2,<2.0.11",
8712                 "symfony/symfony": ">=2,<2.3.41|>=2.4,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
8713                 "symfony/translation": ">=2,<2.0.17",
8714                 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
8715                 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
8716                 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
8717                 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
8718                 "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
8719                 "titon/framework": ">=0,<9.9.99",
8720                 "twig/twig": "<1.20",
8721                 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.22|>=8,<8.7.5",
8722                 "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",
8723                 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
8724                 "willdurand/js-translation-bundle": "<2.1.1",
8725                 "yiisoft/yii": ">=1.1.14,<1.1.15",
8726                 "yiisoft/yii2": "<2.0.15",
8727                 "yiisoft/yii2-bootstrap": "<2.0.4",
8728                 "yiisoft/yii2-dev": "<2.0.15",
8729                 "yiisoft/yii2-elasticsearch": "<2.0.5",
8730                 "yiisoft/yii2-gii": "<2.0.4",
8731                 "yiisoft/yii2-jui": "<2.0.4",
8732                 "yiisoft/yii2-redis": "<2.0.8",
8733                 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
8734                 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
8735                 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
8736                 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
8737                 "zendframework/zend-diactoros": ">=1,<1.0.4",
8738                 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
8739                 "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
8740                 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8741                 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
8742                 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
8743                 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
8744                 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
8745                 "zendframework/zend-validator": ">=2.3,<2.3.6",
8746                 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
8747                 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8748                 "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
8749                 "zendframework/zendframework1": "<1.12.20",
8750                 "zendframework/zendopenid": ">=2,<2.0.2",
8751                 "zendframework/zendxml": ">=1,<1.0.1",
8752                 "zetacomponents/mail": "<1.8.2",
8753                 "zf-commons/zfc-user": "<1.2.2",
8754                 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
8755                 "zfr/zfr-oauth2-server-module": "<0.1.2"
8756             },
8757             "type": "metapackage",
8758             "notification-url": "https://packagist.org/downloads/",
8759             "license": [
8760                 "MIT"
8761             ],
8762             "authors": [
8763                 {
8764                     "name": "Marco Pivetta",
8765                     "email": "ocramius@gmail.com",
8766                     "role": "maintainer"
8767                 }
8768             ],
8769             "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
8770             "time": "2018-05-21T07:43:38+00:00"
8771         },
8772         {
8773             "name": "sebastian/comparator",
8774             "version": "1.2.4",
8775             "source": {
8776                 "type": "git",
8777                 "url": "https://github.com/sebastianbergmann/comparator.git",
8778                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
8779             },
8780             "dist": {
8781                 "type": "zip",
8782                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
8783                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
8784                 "shasum": ""
8785             },
8786             "require": {
8787                 "php": ">=5.3.3",
8788                 "sebastian/diff": "~1.2",
8789                 "sebastian/exporter": "~1.2 || ~2.0"
8790             },
8791             "require-dev": {
8792                 "phpunit/phpunit": "~4.4"
8793             },
8794             "type": "library",
8795             "extra": {
8796                 "branch-alias": {
8797                     "dev-master": "1.2.x-dev"
8798                 }
8799             },
8800             "autoload": {
8801                 "classmap": [
8802                     "src/"
8803                 ]
8804             },
8805             "notification-url": "https://packagist.org/downloads/",
8806             "license": [
8807                 "BSD-3-Clause"
8808             ],
8809             "authors": [
8810                 {
8811                     "name": "Jeff Welch",
8812                     "email": "whatthejeff@gmail.com"
8813                 },
8814                 {
8815                     "name": "Volker Dusch",
8816                     "email": "github@wallbash.com"
8817                 },
8818                 {
8819                     "name": "Bernhard Schussek",
8820                     "email": "bschussek@2bepublished.at"
8821                 },
8822                 {
8823                     "name": "Sebastian Bergmann",
8824                     "email": "sebastian@phpunit.de"
8825                 }
8826             ],
8827             "description": "Provides the functionality to compare PHP values for equality",
8828             "homepage": "http://www.github.com/sebastianbergmann/comparator",
8829             "keywords": [
8830                 "comparator",
8831                 "compare",
8832                 "equality"
8833             ],
8834             "time": "2017-01-29T09:50:25+00:00"
8835         },
8836         {
8837             "name": "sebastian/diff",
8838             "version": "1.4.3",
8839             "source": {
8840                 "type": "git",
8841                 "url": "https://github.com/sebastianbergmann/diff.git",
8842                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
8843             },
8844             "dist": {
8845                 "type": "zip",
8846                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
8847                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
8848                 "shasum": ""
8849             },
8850             "require": {
8851                 "php": "^5.3.3 || ^7.0"
8852             },
8853             "require-dev": {
8854                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8855             },
8856             "type": "library",
8857             "extra": {
8858                 "branch-alias": {
8859                     "dev-master": "1.4-dev"
8860                 }
8861             },
8862             "autoload": {
8863                 "classmap": [
8864                     "src/"
8865                 ]
8866             },
8867             "notification-url": "https://packagist.org/downloads/",
8868             "license": [
8869                 "BSD-3-Clause"
8870             ],
8871             "authors": [
8872                 {
8873                     "name": "Kore Nordmann",
8874                     "email": "mail@kore-nordmann.de"
8875                 },
8876                 {
8877                     "name": "Sebastian Bergmann",
8878                     "email": "sebastian@phpunit.de"
8879                 }
8880             ],
8881             "description": "Diff implementation",
8882             "homepage": "https://github.com/sebastianbergmann/diff",
8883             "keywords": [
8884                 "diff"
8885             ],
8886             "time": "2017-05-22T07:24:03+00:00"
8887         },
8888         {
8889             "name": "sebastian/environment",
8890             "version": "1.3.8",
8891             "source": {
8892                 "type": "git",
8893                 "url": "https://github.com/sebastianbergmann/environment.git",
8894                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
8895             },
8896             "dist": {
8897                 "type": "zip",
8898                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
8899                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
8900                 "shasum": ""
8901             },
8902             "require": {
8903                 "php": "^5.3.3 || ^7.0"
8904             },
8905             "require-dev": {
8906                 "phpunit/phpunit": "^4.8 || ^5.0"
8907             },
8908             "type": "library",
8909             "extra": {
8910                 "branch-alias": {
8911                     "dev-master": "1.3.x-dev"
8912                 }
8913             },
8914             "autoload": {
8915                 "classmap": [
8916                     "src/"
8917                 ]
8918             },
8919             "notification-url": "https://packagist.org/downloads/",
8920             "license": [
8921                 "BSD-3-Clause"
8922             ],
8923             "authors": [
8924                 {
8925                     "name": "Sebastian Bergmann",
8926                     "email": "sebastian@phpunit.de"
8927                 }
8928             ],
8929             "description": "Provides functionality to handle HHVM/PHP environments",
8930             "homepage": "http://www.github.com/sebastianbergmann/environment",
8931             "keywords": [
8932                 "Xdebug",
8933                 "environment",
8934                 "hhvm"
8935             ],
8936             "time": "2016-08-18T05:49:44+00:00"
8937         },
8938         {
8939             "name": "sebastian/exporter",
8940             "version": "1.2.2",
8941             "source": {
8942                 "type": "git",
8943                 "url": "https://github.com/sebastianbergmann/exporter.git",
8944                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
8945             },
8946             "dist": {
8947                 "type": "zip",
8948                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
8949                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
8950                 "shasum": ""
8951             },
8952             "require": {
8953                 "php": ">=5.3.3",
8954                 "sebastian/recursion-context": "~1.0"
8955             },
8956             "require-dev": {
8957                 "ext-mbstring": "*",
8958                 "phpunit/phpunit": "~4.4"
8959             },
8960             "type": "library",
8961             "extra": {
8962                 "branch-alias": {
8963                     "dev-master": "1.3.x-dev"
8964                 }
8965             },
8966             "autoload": {
8967                 "classmap": [
8968                     "src/"
8969                 ]
8970             },
8971             "notification-url": "https://packagist.org/downloads/",
8972             "license": [
8973                 "BSD-3-Clause"
8974             ],
8975             "authors": [
8976                 {
8977                     "name": "Jeff Welch",
8978                     "email": "whatthejeff@gmail.com"
8979                 },
8980                 {
8981                     "name": "Volker Dusch",
8982                     "email": "github@wallbash.com"
8983                 },
8984                 {
8985                     "name": "Bernhard Schussek",
8986                     "email": "bschussek@2bepublished.at"
8987                 },
8988                 {
8989                     "name": "Sebastian Bergmann",
8990                     "email": "sebastian@phpunit.de"
8991                 },
8992                 {
8993                     "name": "Adam Harvey",
8994                     "email": "aharvey@php.net"
8995                 }
8996             ],
8997             "description": "Provides the functionality to export PHP variables for visualization",
8998             "homepage": "http://www.github.com/sebastianbergmann/exporter",
8999             "keywords": [
9000                 "export",
9001                 "exporter"
9002             ],
9003             "time": "2016-06-17T09:04:28+00:00"
9004         },
9005         {
9006             "name": "sebastian/global-state",
9007             "version": "1.1.1",
9008             "source": {
9009                 "type": "git",
9010                 "url": "https://github.com/sebastianbergmann/global-state.git",
9011                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
9012             },
9013             "dist": {
9014                 "type": "zip",
9015                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
9016                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
9017                 "shasum": ""
9018             },
9019             "require": {
9020                 "php": ">=5.3.3"
9021             },
9022             "require-dev": {
9023                 "phpunit/phpunit": "~4.2"
9024             },
9025             "suggest": {
9026                 "ext-uopz": "*"
9027             },
9028             "type": "library",
9029             "extra": {
9030                 "branch-alias": {
9031                     "dev-master": "1.0-dev"
9032                 }
9033             },
9034             "autoload": {
9035                 "classmap": [
9036                     "src/"
9037                 ]
9038             },
9039             "notification-url": "https://packagist.org/downloads/",
9040             "license": [
9041                 "BSD-3-Clause"
9042             ],
9043             "authors": [
9044                 {
9045                     "name": "Sebastian Bergmann",
9046                     "email": "sebastian@phpunit.de"
9047                 }
9048             ],
9049             "description": "Snapshotting of global state",
9050             "homepage": "http://www.github.com/sebastianbergmann/global-state",
9051             "keywords": [
9052                 "global state"
9053             ],
9054             "time": "2015-10-12T03:26:01+00:00"
9055         },
9056         {
9057             "name": "sebastian/recursion-context",
9058             "version": "1.0.5",
9059             "source": {
9060                 "type": "git",
9061                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9062                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
9063             },
9064             "dist": {
9065                 "type": "zip",
9066                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9067                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9068                 "shasum": ""
9069             },
9070             "require": {
9071                 "php": ">=5.3.3"
9072             },
9073             "require-dev": {
9074                 "phpunit/phpunit": "~4.4"
9075             },
9076             "type": "library",
9077             "extra": {
9078                 "branch-alias": {
9079                     "dev-master": "1.0.x-dev"
9080                 }
9081             },
9082             "autoload": {
9083                 "classmap": [
9084                     "src/"
9085                 ]
9086             },
9087             "notification-url": "https://packagist.org/downloads/",
9088             "license": [
9089                 "BSD-3-Clause"
9090             ],
9091             "authors": [
9092                 {
9093                     "name": "Jeff Welch",
9094                     "email": "whatthejeff@gmail.com"
9095                 },
9096                 {
9097                     "name": "Sebastian Bergmann",
9098                     "email": "sebastian@phpunit.de"
9099                 },
9100                 {
9101                     "name": "Adam Harvey",
9102                     "email": "aharvey@php.net"
9103                 }
9104             ],
9105             "description": "Provides functionality to recursively process PHP variables",
9106             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
9107             "time": "2016-10-03T07:41:43+00:00"
9108         },
9109         {
9110             "name": "sebastian/version",
9111             "version": "1.0.6",
9112             "source": {
9113                 "type": "git",
9114                 "url": "https://github.com/sebastianbergmann/version.git",
9115                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
9116             },
9117             "dist": {
9118                 "type": "zip",
9119                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9120                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9121                 "shasum": ""
9122             },
9123             "type": "library",
9124             "autoload": {
9125                 "classmap": [
9126                     "src/"
9127                 ]
9128             },
9129             "notification-url": "https://packagist.org/downloads/",
9130             "license": [
9131                 "BSD-3-Clause"
9132             ],
9133             "authors": [
9134                 {
9135                     "name": "Sebastian Bergmann",
9136                     "email": "sebastian@phpunit.de",
9137                     "role": "lead"
9138                 }
9139             ],
9140             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9141             "homepage": "https://github.com/sebastianbergmann/version",
9142             "time": "2015-06-21T13:59:46+00:00"
9143         },
9144         {
9145             "name": "stack/builder",
9146             "version": "v1.0.5",
9147             "source": {
9148                 "type": "git",
9149                 "url": "https://github.com/stackphp/builder.git",
9150                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
9151             },
9152             "dist": {
9153                 "type": "zip",
9154                 "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9155                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9156                 "shasum": ""
9157             },
9158             "require": {
9159                 "php": ">=5.3.0",
9160                 "symfony/http-foundation": "~2.1|~3.0|~4.0",
9161                 "symfony/http-kernel": "~2.1|~3.0|~4.0"
9162             },
9163             "require-dev": {
9164                 "silex/silex": "~1.0"
9165             },
9166             "type": "library",
9167             "extra": {
9168                 "branch-alias": {
9169                     "dev-master": "1.0-dev"
9170                 }
9171             },
9172             "autoload": {
9173                 "psr-0": {
9174                     "Stack": "src"
9175                 }
9176             },
9177             "notification-url": "https://packagist.org/downloads/",
9178             "license": [
9179                 "MIT"
9180             ],
9181             "authors": [
9182                 {
9183                     "name": "Igor Wiedler",
9184                     "email": "igor@wiedler.ch"
9185                 }
9186             ],
9187             "description": "Builder for stack middlewares based on HttpKernelInterface.",
9188             "keywords": [
9189                 "stack"
9190             ],
9191             "time": "2017-11-18T14:57:29+00:00"
9192         },
9193         {
9194             "name": "stecman/symfony-console-completion",
9195             "version": "0.8.0",
9196             "source": {
9197                 "type": "git",
9198                 "url": "https://github.com/stecman/symfony-console-completion.git",
9199                 "reference": "cd738867503477e91dbe84173dfabd431c883431"
9200             },
9201             "dist": {
9202                 "type": "zip",
9203                 "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/cd738867503477e91dbe84173dfabd431c883431",
9204                 "reference": "cd738867503477e91dbe84173dfabd431c883431",
9205                 "shasum": ""
9206             },
9207             "require": {
9208                 "php": ">=5.3.2",
9209                 "symfony/console": "~2.3 || ~3.0 || ~4.0"
9210             },
9211             "require-dev": {
9212                 "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
9213             },
9214             "type": "library",
9215             "extra": {
9216                 "branch-alias": {
9217                     "dev-master": "0.6.x-dev"
9218                 }
9219             },
9220             "autoload": {
9221                 "psr-4": {
9222                     "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
9223                 }
9224             },
9225             "notification-url": "https://packagist.org/downloads/",
9226             "license": [
9227                 "MIT"
9228             ],
9229             "authors": [
9230                 {
9231                     "name": "Stephen Holdaway",
9232                     "email": "stephen@stecman.co.nz"
9233                 }
9234             ],
9235             "description": "Automatic BASH completion for Symfony Console Component based applications.",
9236             "time": "2018-02-10T04:28:01+00:00"
9237         },
9238         {
9239             "name": "sunra/php-simple-html-dom-parser",
9240             "version": "v1.5.2",
9241             "source": {
9242                 "type": "git",
9243                 "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
9244                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
9245             },
9246             "dist": {
9247                 "type": "zip",
9248                 "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
9249                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
9250                 "shasum": ""
9251             },
9252             "require": {
9253                 "ext-mbstring": "*",
9254                 "php": ">=5.3.2"
9255             },
9256             "type": "library",
9257             "autoload": {
9258                 "psr-0": {
9259                     "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
9260                 }
9261             },
9262             "notification-url": "https://packagist.org/downloads/",
9263             "license": [
9264                 "MIT"
9265             ],
9266             "authors": [
9267                 {
9268                     "name": "Sunra",
9269                     "email": "sunra@yandex.ru",
9270                     "homepage": "https://github.com/sunra"
9271                 },
9272                 {
9273                     "name": "S.C. Chen",
9274                     "homepage": "http://sourceforge.net/projects/simplehtmldom/"
9275                 }
9276             ],
9277             "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.",
9278             "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
9279             "keywords": [
9280                 "dom",
9281                 "html",
9282                 "parser"
9283             ],
9284             "time": "2016-11-22T22:57:47+00:00"
9285         },
9286         {
9287             "name": "symfony-cmf/routing",
9288             "version": "1.4.1",
9289             "source": {
9290                 "type": "git",
9291                 "url": "https://github.com/symfony-cmf/routing.git",
9292                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
9293             },
9294             "dist": {
9295                 "type": "zip",
9296                 "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9297                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9298                 "shasum": ""
9299             },
9300             "require": {
9301                 "php": "^5.3.9|^7.0",
9302                 "psr/log": "1.*",
9303                 "symfony/http-kernel": "^2.2|3.*",
9304                 "symfony/routing": "^2.2|3.*"
9305             },
9306             "require-dev": {
9307                 "friendsofsymfony/jsrouting-bundle": "^1.1",
9308                 "symfony-cmf/testing": "^1.3",
9309                 "symfony/config": "^2.2|3.*",
9310                 "symfony/dependency-injection": "^2.0.5|3.*",
9311                 "symfony/event-dispatcher": "^2.1|3.*"
9312             },
9313             "suggest": {
9314                 "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
9315             },
9316             "type": "library",
9317             "extra": {
9318                 "branch-alias": {
9319                     "dev-master": "1.4-dev"
9320                 }
9321             },
9322             "autoload": {
9323                 "psr-4": {
9324                     "Symfony\\Cmf\\Component\\Routing\\": ""
9325                 }
9326             },
9327             "notification-url": "https://packagist.org/downloads/",
9328             "license": [
9329                 "MIT"
9330             ],
9331             "authors": [
9332                 {
9333                     "name": "Symfony CMF Community",
9334                     "homepage": "https://github.com/symfony-cmf/Routing/contributors"
9335                 }
9336             ],
9337             "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
9338             "homepage": "http://cmf.symfony.com",
9339             "keywords": [
9340                 "database",
9341                 "routing"
9342             ],
9343             "time": "2017-05-09T08:10:41+00:00"
9344         },
9345         {
9346             "name": "symfony/class-loader",
9347             "version": "v3.4.10",
9348             "source": {
9349                 "type": "git",
9350                 "url": "https://github.com/symfony/class-loader.git",
9351                 "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e"
9352             },
9353             "dist": {
9354                 "type": "zip",
9355                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e",
9356                 "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e",
9357                 "shasum": ""
9358             },
9359             "require": {
9360                 "php": "^5.5.9|>=7.0.8"
9361             },
9362             "require-dev": {
9363                 "symfony/finder": "~2.8|~3.0|~4.0",
9364                 "symfony/polyfill-apcu": "~1.1"
9365             },
9366             "suggest": {
9367                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
9368             },
9369             "type": "library",
9370             "extra": {
9371                 "branch-alias": {
9372                     "dev-master": "3.4-dev"
9373                 }
9374             },
9375             "autoload": {
9376                 "psr-4": {
9377                     "Symfony\\Component\\ClassLoader\\": ""
9378                 },
9379                 "exclude-from-classmap": [
9380                     "/Tests/"
9381                 ]
9382             },
9383             "notification-url": "https://packagist.org/downloads/",
9384             "license": [
9385                 "MIT"
9386             ],
9387             "authors": [
9388                 {
9389                     "name": "Fabien Potencier",
9390                     "email": "fabien@symfony.com"
9391                 },
9392                 {
9393                     "name": "Symfony Community",
9394                     "homepage": "https://symfony.com/contributors"
9395                 }
9396             ],
9397             "description": "Symfony ClassLoader Component",
9398             "homepage": "https://symfony.com",
9399             "time": "2018-01-03T07:37:34+00:00"
9400         },
9401         {
9402             "name": "symfony/config",
9403             "version": "v3.4.10",
9404             "source": {
9405                 "type": "git",
9406                 "url": "https://github.com/symfony/config.git",
9407                 "reference": "73e055cf2e6467715f187724a0347ea32079967c"
9408             },
9409             "dist": {
9410                 "type": "zip",
9411                 "url": "https://api.github.com/repos/symfony/config/zipball/73e055cf2e6467715f187724a0347ea32079967c",
9412                 "reference": "73e055cf2e6467715f187724a0347ea32079967c",
9413                 "shasum": ""
9414             },
9415             "require": {
9416                 "php": "^5.5.9|>=7.0.8",
9417                 "symfony/filesystem": "~2.8|~3.0|~4.0",
9418                 "symfony/polyfill-ctype": "~1.8"
9419             },
9420             "conflict": {
9421                 "symfony/dependency-injection": "<3.3",
9422                 "symfony/finder": "<3.3"
9423             },
9424             "require-dev": {
9425                 "symfony/dependency-injection": "~3.3|~4.0",
9426                 "symfony/event-dispatcher": "~3.3|~4.0",
9427                 "symfony/finder": "~3.3|~4.0",
9428                 "symfony/yaml": "~3.0|~4.0"
9429             },
9430             "suggest": {
9431                 "symfony/yaml": "To use the yaml reference dumper"
9432             },
9433             "type": "library",
9434             "extra": {
9435                 "branch-alias": {
9436                     "dev-master": "3.4-dev"
9437                 }
9438             },
9439             "autoload": {
9440                 "psr-4": {
9441                     "Symfony\\Component\\Config\\": ""
9442                 },
9443                 "exclude-from-classmap": [
9444                     "/Tests/"
9445                 ]
9446             },
9447             "notification-url": "https://packagist.org/downloads/",
9448             "license": [
9449                 "MIT"
9450             ],
9451             "authors": [
9452                 {
9453                     "name": "Fabien Potencier",
9454                     "email": "fabien@symfony.com"
9455                 },
9456                 {
9457                     "name": "Symfony Community",
9458                     "homepage": "https://symfony.com/contributors"
9459                 }
9460             ],
9461             "description": "Symfony Config Component",
9462             "homepage": "https://symfony.com",
9463             "time": "2018-05-14T16:49:53+00:00"
9464         },
9465         {
9466             "name": "symfony/console",
9467             "version": "v3.4.10",
9468             "source": {
9469                 "type": "git",
9470                 "url": "https://github.com/symfony/console.git",
9471                 "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27"
9472             },
9473             "dist": {
9474                 "type": "zip",
9475                 "url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27",
9476                 "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27",
9477                 "shasum": ""
9478             },
9479             "require": {
9480                 "php": "^5.5.9|>=7.0.8",
9481                 "symfony/debug": "~2.8|~3.0|~4.0",
9482                 "symfony/polyfill-mbstring": "~1.0"
9483             },
9484             "conflict": {
9485                 "symfony/dependency-injection": "<3.4",
9486                 "symfony/process": "<3.3"
9487             },
9488             "require-dev": {
9489                 "psr/log": "~1.0",
9490                 "symfony/config": "~3.3|~4.0",
9491                 "symfony/dependency-injection": "~3.4|~4.0",
9492                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
9493                 "symfony/lock": "~3.4|~4.0",
9494                 "symfony/process": "~3.3|~4.0"
9495             },
9496             "suggest": {
9497                 "psr/log-implementation": "For using the console logger",
9498                 "symfony/event-dispatcher": "",
9499                 "symfony/lock": "",
9500                 "symfony/process": ""
9501             },
9502             "type": "library",
9503             "extra": {
9504                 "branch-alias": {
9505                     "dev-master": "3.4-dev"
9506                 }
9507             },
9508             "autoload": {
9509                 "psr-4": {
9510                     "Symfony\\Component\\Console\\": ""
9511                 },
9512                 "exclude-from-classmap": [
9513                     "/Tests/"
9514                 ]
9515             },
9516             "notification-url": "https://packagist.org/downloads/",
9517             "license": [
9518                 "MIT"
9519             ],
9520             "authors": [
9521                 {
9522                     "name": "Fabien Potencier",
9523                     "email": "fabien@symfony.com"
9524                 },
9525                 {
9526                     "name": "Symfony Community",
9527                     "homepage": "https://symfony.com/contributors"
9528                 }
9529             ],
9530             "description": "Symfony Console Component",
9531             "homepage": "https://symfony.com",
9532             "time": "2018-05-16T08:49:21+00:00"
9533         },
9534         {
9535             "name": "symfony/css-selector",
9536             "version": "v2.8.40",
9537             "source": {
9538                 "type": "git",
9539                 "url": "https://github.com/symfony/css-selector.git",
9540                 "reference": "3cdc270724e4666006118283c700a4d7f9cbe264"
9541             },
9542             "dist": {
9543                 "type": "zip",
9544                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/3cdc270724e4666006118283c700a4d7f9cbe264",
9545                 "reference": "3cdc270724e4666006118283c700a4d7f9cbe264",
9546                 "shasum": ""
9547             },
9548             "require": {
9549                 "php": ">=5.3.9"
9550             },
9551             "type": "library",
9552             "extra": {
9553                 "branch-alias": {
9554                     "dev-master": "2.8-dev"
9555                 }
9556             },
9557             "autoload": {
9558                 "psr-4": {
9559                     "Symfony\\Component\\CssSelector\\": ""
9560                 },
9561                 "exclude-from-classmap": [
9562                     "/Tests/"
9563                 ]
9564             },
9565             "notification-url": "https://packagist.org/downloads/",
9566             "license": [
9567                 "MIT"
9568             ],
9569             "authors": [
9570                 {
9571                     "name": "Jean-François Simon",
9572                     "email": "jeanfrancois.simon@sensiolabs.com"
9573                 },
9574                 {
9575                     "name": "Fabien Potencier",
9576                     "email": "fabien@symfony.com"
9577                 },
9578                 {
9579                     "name": "Symfony Community",
9580                     "homepage": "https://symfony.com/contributors"
9581                 }
9582             ],
9583             "description": "Symfony CssSelector Component",
9584             "homepage": "https://symfony.com",
9585             "time": "2018-03-10T18:19:36+00:00"
9586         },
9587         {
9588             "name": "symfony/debug",
9589             "version": "v3.4.10",
9590             "source": {
9591                 "type": "git",
9592                 "url": "https://github.com/symfony/debug.git",
9593                 "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68"
9594             },
9595             "dist": {
9596                 "type": "zip",
9597                 "url": "https://api.github.com/repos/symfony/debug/zipball/b28fd73fefbac341f673f5efd707d539d6a19f68",
9598                 "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68",
9599                 "shasum": ""
9600             },
9601             "require": {
9602                 "php": "^5.5.9|>=7.0.8",
9603                 "psr/log": "~1.0"
9604             },
9605             "conflict": {
9606                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
9607             },
9608             "require-dev": {
9609                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
9610             },
9611             "type": "library",
9612             "extra": {
9613                 "branch-alias": {
9614                     "dev-master": "3.4-dev"
9615                 }
9616             },
9617             "autoload": {
9618                 "psr-4": {
9619                     "Symfony\\Component\\Debug\\": ""
9620                 },
9621                 "exclude-from-classmap": [
9622                     "/Tests/"
9623                 ]
9624             },
9625             "notification-url": "https://packagist.org/downloads/",
9626             "license": [
9627                 "MIT"
9628             ],
9629             "authors": [
9630                 {
9631                     "name": "Fabien Potencier",
9632                     "email": "fabien@symfony.com"
9633                 },
9634                 {
9635                     "name": "Symfony Community",
9636                     "homepage": "https://symfony.com/contributors"
9637                 }
9638             ],
9639             "description": "Symfony Debug Component",
9640             "homepage": "https://symfony.com",
9641             "time": "2018-05-16T14:03:39+00:00"
9642         },
9643         {
9644             "name": "symfony/dependency-injection",
9645             "version": "v3.4.10",
9646             "source": {
9647                 "type": "git",
9648                 "url": "https://github.com/symfony/dependency-injection.git",
9649                 "reference": "c2741b26377804e3d70775a3ef29335685ee9b71"
9650             },
9651             "dist": {
9652                 "type": "zip",
9653                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c2741b26377804e3d70775a3ef29335685ee9b71",
9654                 "reference": "c2741b26377804e3d70775a3ef29335685ee9b71",
9655                 "shasum": ""
9656             },
9657             "require": {
9658                 "php": "^5.5.9|>=7.0.8",
9659                 "psr/container": "^1.0"
9660             },
9661             "conflict": {
9662                 "symfony/config": "<3.3.7",
9663                 "symfony/finder": "<3.3",
9664                 "symfony/proxy-manager-bridge": "<3.4",
9665                 "symfony/yaml": "<3.4"
9666             },
9667             "provide": {
9668                 "psr/container-implementation": "1.0"
9669             },
9670             "require-dev": {
9671                 "symfony/config": "~3.3|~4.0",
9672                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9673                 "symfony/yaml": "~3.4|~4.0"
9674             },
9675             "suggest": {
9676                 "symfony/config": "",
9677                 "symfony/expression-language": "For using expressions in service container configuration",
9678                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
9679                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
9680                 "symfony/yaml": ""
9681             },
9682             "type": "library",
9683             "extra": {
9684                 "branch-alias": {
9685                     "dev-master": "3.4-dev"
9686                 }
9687             },
9688             "autoload": {
9689                 "psr-4": {
9690                     "Symfony\\Component\\DependencyInjection\\": ""
9691                 },
9692                 "exclude-from-classmap": [
9693                     "/Tests/"
9694                 ]
9695             },
9696             "notification-url": "https://packagist.org/downloads/",
9697             "license": [
9698                 "MIT"
9699             ],
9700             "authors": [
9701                 {
9702                     "name": "Fabien Potencier",
9703                     "email": "fabien@symfony.com"
9704                 },
9705                 {
9706                     "name": "Symfony Community",
9707                     "homepage": "https://symfony.com/contributors"
9708                 }
9709             ],
9710             "description": "Symfony DependencyInjection Component",
9711             "homepage": "https://symfony.com",
9712             "time": "2018-05-18T01:58:36+00:00"
9713         },
9714         {
9715             "name": "symfony/dom-crawler",
9716             "version": "v3.4.10",
9717             "source": {
9718                 "type": "git",
9719                 "url": "https://github.com/symfony/dom-crawler.git",
9720                 "reference": "201b210fafcdd193c1e45b2994bf7133fb6263e8"
9721             },
9722             "dist": {
9723                 "type": "zip",
9724                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/201b210fafcdd193c1e45b2994bf7133fb6263e8",
9725                 "reference": "201b210fafcdd193c1e45b2994bf7133fb6263e8",
9726                 "shasum": ""
9727             },
9728             "require": {
9729                 "php": "^5.5.9|>=7.0.8",
9730                 "symfony/polyfill-ctype": "~1.8",
9731                 "symfony/polyfill-mbstring": "~1.0"
9732             },
9733             "require-dev": {
9734                 "symfony/css-selector": "~2.8|~3.0|~4.0"
9735             },
9736             "suggest": {
9737                 "symfony/css-selector": ""
9738             },
9739             "type": "library",
9740             "extra": {
9741                 "branch-alias": {
9742                     "dev-master": "3.4-dev"
9743                 }
9744             },
9745             "autoload": {
9746                 "psr-4": {
9747                     "Symfony\\Component\\DomCrawler\\": ""
9748                 },
9749                 "exclude-from-classmap": [
9750                     "/Tests/"
9751                 ]
9752             },
9753             "notification-url": "https://packagist.org/downloads/",
9754             "license": [
9755                 "MIT"
9756             ],
9757             "authors": [
9758                 {
9759                     "name": "Fabien Potencier",
9760                     "email": "fabien@symfony.com"
9761                 },
9762                 {
9763                     "name": "Symfony Community",
9764                     "homepage": "https://symfony.com/contributors"
9765                 }
9766             ],
9767             "description": "Symfony DomCrawler Component",
9768             "homepage": "https://symfony.com",
9769             "time": "2018-05-01T22:53:27+00:00"
9770         },
9771         {
9772             "name": "symfony/event-dispatcher",
9773             "version": "v3.4.10",
9774             "source": {
9775                 "type": "git",
9776                 "url": "https://github.com/symfony/event-dispatcher.git",
9777                 "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
9778             },
9779             "dist": {
9780                 "type": "zip",
9781                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
9782                 "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
9783                 "shasum": ""
9784             },
9785             "require": {
9786                 "php": "^5.5.9|>=7.0.8"
9787             },
9788             "conflict": {
9789                 "symfony/dependency-injection": "<3.3"
9790             },
9791             "require-dev": {
9792                 "psr/log": "~1.0",
9793                 "symfony/config": "~2.8|~3.0|~4.0",
9794                 "symfony/dependency-injection": "~3.3|~4.0",
9795                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9796                 "symfony/stopwatch": "~2.8|~3.0|~4.0"
9797             },
9798             "suggest": {
9799                 "symfony/dependency-injection": "",
9800                 "symfony/http-kernel": ""
9801             },
9802             "type": "library",
9803             "extra": {
9804                 "branch-alias": {
9805                     "dev-master": "3.4-dev"
9806                 }
9807             },
9808             "autoload": {
9809                 "psr-4": {
9810                     "Symfony\\Component\\EventDispatcher\\": ""
9811                 },
9812                 "exclude-from-classmap": [
9813                     "/Tests/"
9814                 ]
9815             },
9816             "notification-url": "https://packagist.org/downloads/",
9817             "license": [
9818                 "MIT"
9819             ],
9820             "authors": [
9821                 {
9822                     "name": "Fabien Potencier",
9823                     "email": "fabien@symfony.com"
9824                 },
9825                 {
9826                     "name": "Symfony Community",
9827                     "homepage": "https://symfony.com/contributors"
9828                 }
9829             ],
9830             "description": "Symfony EventDispatcher Component",
9831             "homepage": "https://symfony.com",
9832             "time": "2018-04-06T07:35:25+00:00"
9833         },
9834         {
9835             "name": "symfony/filesystem",
9836             "version": "v3.4.10",
9837             "source": {
9838                 "type": "git",
9839                 "url": "https://github.com/symfony/filesystem.git",
9840                 "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0"
9841             },
9842             "dist": {
9843                 "type": "zip",
9844                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
9845                 "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
9846                 "shasum": ""
9847             },
9848             "require": {
9849                 "php": "^5.5.9|>=7.0.8",
9850                 "symfony/polyfill-ctype": "~1.8"
9851             },
9852             "type": "library",
9853             "extra": {
9854                 "branch-alias": {
9855                     "dev-master": "3.4-dev"
9856                 }
9857             },
9858             "autoload": {
9859                 "psr-4": {
9860                     "Symfony\\Component\\Filesystem\\": ""
9861                 },
9862                 "exclude-from-classmap": [
9863                     "/Tests/"
9864                 ]
9865             },
9866             "notification-url": "https://packagist.org/downloads/",
9867             "license": [
9868                 "MIT"
9869             ],
9870             "authors": [
9871                 {
9872                     "name": "Fabien Potencier",
9873                     "email": "fabien@symfony.com"
9874                 },
9875                 {
9876                     "name": "Symfony Community",
9877                     "homepage": "https://symfony.com/contributors"
9878                 }
9879             ],
9880             "description": "Symfony Filesystem Component",
9881             "homepage": "https://symfony.com",
9882             "time": "2018-05-16T08:49:21+00:00"
9883         },
9884         {
9885             "name": "symfony/finder",
9886             "version": "v3.4.10",
9887             "source": {
9888                 "type": "git",
9889                 "url": "https://github.com/symfony/finder.git",
9890                 "reference": "472a92f3df8b247b49ae364275fb32943b9656c6"
9891             },
9892             "dist": {
9893                 "type": "zip",
9894                 "url": "https://api.github.com/repos/symfony/finder/zipball/472a92f3df8b247b49ae364275fb32943b9656c6",
9895                 "reference": "472a92f3df8b247b49ae364275fb32943b9656c6",
9896                 "shasum": ""
9897             },
9898             "require": {
9899                 "php": "^5.5.9|>=7.0.8"
9900             },
9901             "type": "library",
9902             "extra": {
9903                 "branch-alias": {
9904                     "dev-master": "3.4-dev"
9905                 }
9906             },
9907             "autoload": {
9908                 "psr-4": {
9909                     "Symfony\\Component\\Finder\\": ""
9910                 },
9911                 "exclude-from-classmap": [
9912                     "/Tests/"
9913                 ]
9914             },
9915             "notification-url": "https://packagist.org/downloads/",
9916             "license": [
9917                 "MIT"
9918             ],
9919             "authors": [
9920                 {
9921                     "name": "Fabien Potencier",
9922                     "email": "fabien@symfony.com"
9923                 },
9924                 {
9925                     "name": "Symfony Community",
9926                     "homepage": "https://symfony.com/contributors"
9927                 }
9928             ],
9929             "description": "Symfony Finder Component",
9930             "homepage": "https://symfony.com",
9931             "time": "2018-05-16T08:49:21+00:00"
9932         },
9933         {
9934             "name": "symfony/http-foundation",
9935             "version": "v3.4.10",
9936             "source": {
9937                 "type": "git",
9938                 "url": "https://github.com/symfony/http-foundation.git",
9939                 "reference": "9a7469ec3e0225e7f0e14264bcd9e838e16186fe"
9940             },
9941             "dist": {
9942                 "type": "zip",
9943                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9a7469ec3e0225e7f0e14264bcd9e838e16186fe",
9944                 "reference": "9a7469ec3e0225e7f0e14264bcd9e838e16186fe",
9945                 "shasum": ""
9946             },
9947             "require": {
9948                 "php": "^5.5.9|>=7.0.8",
9949                 "symfony/polyfill-mbstring": "~1.1",
9950                 "symfony/polyfill-php70": "~1.6"
9951             },
9952             "require-dev": {
9953                 "symfony/expression-language": "~2.8|~3.0|~4.0"
9954             },
9955             "type": "library",
9956             "extra": {
9957                 "branch-alias": {
9958                     "dev-master": "3.4-dev"
9959                 }
9960             },
9961             "autoload": {
9962                 "psr-4": {
9963                     "Symfony\\Component\\HttpFoundation\\": ""
9964                 },
9965                 "exclude-from-classmap": [
9966                     "/Tests/"
9967                 ]
9968             },
9969             "notification-url": "https://packagist.org/downloads/",
9970             "license": [
9971                 "MIT"
9972             ],
9973             "authors": [
9974                 {
9975                     "name": "Fabien Potencier",
9976                     "email": "fabien@symfony.com"
9977                 },
9978                 {
9979                     "name": "Symfony Community",
9980                     "homepage": "https://symfony.com/contributors"
9981                 }
9982             ],
9983             "description": "Symfony HttpFoundation Component",
9984             "homepage": "https://symfony.com",
9985             "time": "2018-05-16T08:49:21+00:00"
9986         },
9987         {
9988             "name": "symfony/http-kernel",
9989             "version": "v3.4.10",
9990             "source": {
9991                 "type": "git",
9992                 "url": "https://github.com/symfony/http-kernel.git",
9993                 "reference": "66644bc7d17cc071d796efab9b950adbb86da134"
9994             },
9995             "dist": {
9996                 "type": "zip",
9997                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/66644bc7d17cc071d796efab9b950adbb86da134",
9998                 "reference": "66644bc7d17cc071d796efab9b950adbb86da134",
9999                 "shasum": ""
10000             },
10001             "require": {
10002                 "php": "^5.5.9|>=7.0.8",
10003                 "psr/log": "~1.0",
10004                 "symfony/debug": "~2.8|~3.0|~4.0",
10005                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
10006                 "symfony/http-foundation": "^3.4.4|^4.0.4",
10007                 "symfony/polyfill-ctype": "~1.8"
10008             },
10009             "conflict": {
10010                 "symfony/config": "<2.8",
10011                 "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
10012                 "symfony/var-dumper": "<3.3",
10013                 "twig/twig": "<1.34|<2.4,>=2"
10014             },
10015             "provide": {
10016                 "psr/log-implementation": "1.0"
10017             },
10018             "require-dev": {
10019                 "psr/cache": "~1.0",
10020                 "symfony/browser-kit": "~2.8|~3.0|~4.0",
10021                 "symfony/class-loader": "~2.8|~3.0",
10022                 "symfony/config": "~2.8|~3.0|~4.0",
10023                 "symfony/console": "~2.8|~3.0|~4.0",
10024                 "symfony/css-selector": "~2.8|~3.0|~4.0",
10025                 "symfony/dependency-injection": "^3.4.5|^4.0.5",
10026                 "symfony/dom-crawler": "~2.8|~3.0|~4.0",
10027                 "symfony/expression-language": "~2.8|~3.0|~4.0",
10028                 "symfony/finder": "~2.8|~3.0|~4.0",
10029                 "symfony/process": "~2.8|~3.0|~4.0",
10030                 "symfony/routing": "~3.4|~4.0",
10031                 "symfony/stopwatch": "~2.8|~3.0|~4.0",
10032                 "symfony/templating": "~2.8|~3.0|~4.0",
10033                 "symfony/translation": "~2.8|~3.0|~4.0",
10034                 "symfony/var-dumper": "~3.3|~4.0"
10035             },
10036             "suggest": {
10037                 "symfony/browser-kit": "",
10038                 "symfony/config": "",
10039                 "symfony/console": "",
10040                 "symfony/dependency-injection": "",
10041                 "symfony/finder": "",
10042                 "symfony/var-dumper": ""
10043             },
10044             "type": "library",
10045             "extra": {
10046                 "branch-alias": {
10047                     "dev-master": "3.4-dev"
10048                 }
10049             },
10050             "autoload": {
10051                 "psr-4": {
10052                     "Symfony\\Component\\HttpKernel\\": ""
10053                 },
10054                 "exclude-from-classmap": [
10055                     "/Tests/"
10056                 ]
10057             },
10058             "notification-url": "https://packagist.org/downloads/",
10059             "license": [
10060                 "MIT"
10061             ],
10062             "authors": [
10063                 {
10064                     "name": "Fabien Potencier",
10065                     "email": "fabien@symfony.com"
10066                 },
10067                 {
10068                     "name": "Symfony Community",
10069                     "homepage": "https://symfony.com/contributors"
10070                 }
10071             ],
10072             "description": "Symfony HttpKernel Component",
10073             "homepage": "https://symfony.com",
10074             "time": "2018-05-21T13:44:03+00:00"
10075         },
10076         {
10077             "name": "symfony/polyfill-ctype",
10078             "version": "v1.8.0",
10079             "source": {
10080                 "type": "git",
10081                 "url": "https://github.com/symfony/polyfill-ctype.git",
10082                 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
10083             },
10084             "dist": {
10085                 "type": "zip",
10086                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
10087                 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
10088                 "shasum": ""
10089             },
10090             "require": {
10091                 "php": ">=5.3.3"
10092             },
10093             "type": "library",
10094             "extra": {
10095                 "branch-alias": {
10096                     "dev-master": "1.8-dev"
10097                 }
10098             },
10099             "autoload": {
10100                 "psr-4": {
10101                     "Symfony\\Polyfill\\Ctype\\": ""
10102                 },
10103                 "files": [
10104                     "bootstrap.php"
10105                 ]
10106             },
10107             "notification-url": "https://packagist.org/downloads/",
10108             "license": [
10109                 "MIT"
10110             ],
10111             "authors": [
10112                 {
10113                     "name": "Symfony Community",
10114                     "homepage": "https://symfony.com/contributors"
10115                 },
10116                 {
10117                     "name": "Gert de Pagter",
10118                     "email": "BackEndTea@gmail.com"
10119                 }
10120             ],
10121             "description": "Symfony polyfill for ctype functions",
10122             "homepage": "https://symfony.com",
10123             "keywords": [
10124                 "compatibility",
10125                 "ctype",
10126                 "polyfill",
10127                 "portable"
10128             ],
10129             "time": "2018-04-30T19:57:29+00:00"
10130         },
10131         {
10132             "name": "symfony/polyfill-iconv",
10133             "version": "v1.8.0",
10134             "source": {
10135                 "type": "git",
10136                 "url": "https://github.com/symfony/polyfill-iconv.git",
10137                 "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d"
10138             },
10139             "dist": {
10140                 "type": "zip",
10141                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/7cb8436a814d5b0fcf292810ee26f8b0cb47584d",
10142                 "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d",
10143                 "shasum": ""
10144             },
10145             "require": {
10146                 "php": ">=5.3.3"
10147             },
10148             "suggest": {
10149                 "ext-iconv": "For best performance"
10150             },
10151             "type": "library",
10152             "extra": {
10153                 "branch-alias": {
10154                     "dev-master": "1.8-dev"
10155                 }
10156             },
10157             "autoload": {
10158                 "psr-4": {
10159                     "Symfony\\Polyfill\\Iconv\\": ""
10160                 },
10161                 "files": [
10162                     "bootstrap.php"
10163                 ]
10164             },
10165             "notification-url": "https://packagist.org/downloads/",
10166             "license": [
10167                 "MIT"
10168             ],
10169             "authors": [
10170                 {
10171                     "name": "Nicolas Grekas",
10172                     "email": "p@tchwork.com"
10173                 },
10174                 {
10175                     "name": "Symfony Community",
10176                     "homepage": "https://symfony.com/contributors"
10177                 }
10178             ],
10179             "description": "Symfony polyfill for the Iconv extension",
10180             "homepage": "https://symfony.com",
10181             "keywords": [
10182                 "compatibility",
10183                 "iconv",
10184                 "polyfill",
10185                 "portable",
10186                 "shim"
10187             ],
10188             "time": "2018-04-26T10:06:28+00:00"
10189         },
10190         {
10191             "name": "symfony/polyfill-mbstring",
10192             "version": "v1.8.0",
10193             "source": {
10194                 "type": "git",
10195                 "url": "https://github.com/symfony/polyfill-mbstring.git",
10196                 "reference": "3296adf6a6454a050679cde90f95350ad604b171"
10197             },
10198             "dist": {
10199                 "type": "zip",
10200                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
10201                 "reference": "3296adf6a6454a050679cde90f95350ad604b171",
10202                 "shasum": ""
10203             },
10204             "require": {
10205                 "php": ">=5.3.3"
10206             },
10207             "suggest": {
10208                 "ext-mbstring": "For best performance"
10209             },
10210             "type": "library",
10211             "extra": {
10212                 "branch-alias": {
10213                     "dev-master": "1.8-dev"
10214                 }
10215             },
10216             "autoload": {
10217                 "psr-4": {
10218                     "Symfony\\Polyfill\\Mbstring\\": ""
10219                 },
10220                 "files": [
10221                     "bootstrap.php"
10222                 ]
10223             },
10224             "notification-url": "https://packagist.org/downloads/",
10225             "license": [
10226                 "MIT"
10227             ],
10228             "authors": [
10229                 {
10230                     "name": "Nicolas Grekas",
10231                     "email": "p@tchwork.com"
10232                 },
10233                 {
10234                     "name": "Symfony Community",
10235                     "homepage": "https://symfony.com/contributors"
10236                 }
10237             ],
10238             "description": "Symfony polyfill for the Mbstring extension",
10239             "homepage": "https://symfony.com",
10240             "keywords": [
10241                 "compatibility",
10242                 "mbstring",
10243                 "polyfill",
10244                 "portable",
10245                 "shim"
10246             ],
10247             "time": "2018-04-26T10:06:28+00:00"
10248         },
10249         {
10250             "name": "symfony/polyfill-php70",
10251             "version": "v1.8.0",
10252             "source": {
10253                 "type": "git",
10254                 "url": "https://github.com/symfony/polyfill-php70.git",
10255                 "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
10256             },
10257             "dist": {
10258                 "type": "zip",
10259                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
10260                 "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
10261                 "shasum": ""
10262             },
10263             "require": {
10264                 "paragonie/random_compat": "~1.0|~2.0",
10265                 "php": ">=5.3.3"
10266             },
10267             "type": "library",
10268             "extra": {
10269                 "branch-alias": {
10270                     "dev-master": "1.8-dev"
10271                 }
10272             },
10273             "autoload": {
10274                 "psr-4": {
10275                     "Symfony\\Polyfill\\Php70\\": ""
10276                 },
10277                 "files": [
10278                     "bootstrap.php"
10279                 ],
10280                 "classmap": [
10281                     "Resources/stubs"
10282                 ]
10283             },
10284             "notification-url": "https://packagist.org/downloads/",
10285             "license": [
10286                 "MIT"
10287             ],
10288             "authors": [
10289                 {
10290                     "name": "Nicolas Grekas",
10291                     "email": "p@tchwork.com"
10292                 },
10293                 {
10294                     "name": "Symfony Community",
10295                     "homepage": "https://symfony.com/contributors"
10296                 }
10297             ],
10298             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
10299             "homepage": "https://symfony.com",
10300             "keywords": [
10301                 "compatibility",
10302                 "polyfill",
10303                 "portable",
10304                 "shim"
10305             ],
10306             "time": "2018-04-26T10:06:28+00:00"
10307         },
10308         {
10309             "name": "symfony/process",
10310             "version": "v3.4.10",
10311             "source": {
10312                 "type": "git",
10313                 "url": "https://github.com/symfony/process.git",
10314                 "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187"
10315             },
10316             "dist": {
10317                 "type": "zip",
10318                 "url": "https://api.github.com/repos/symfony/process/zipball/4cbf2db9abcb01486a21b7a059e03a62fae63187",
10319                 "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187",
10320                 "shasum": ""
10321             },
10322             "require": {
10323                 "php": "^5.5.9|>=7.0.8"
10324             },
10325             "type": "library",
10326             "extra": {
10327                 "branch-alias": {
10328                     "dev-master": "3.4-dev"
10329                 }
10330             },
10331             "autoload": {
10332                 "psr-4": {
10333                     "Symfony\\Component\\Process\\": ""
10334                 },
10335                 "exclude-from-classmap": [
10336                     "/Tests/"
10337                 ]
10338             },
10339             "notification-url": "https://packagist.org/downloads/",
10340             "license": [
10341                 "MIT"
10342             ],
10343             "authors": [
10344                 {
10345                     "name": "Fabien Potencier",
10346                     "email": "fabien@symfony.com"
10347                 },
10348                 {
10349                     "name": "Symfony Community",
10350                     "homepage": "https://symfony.com/contributors"
10351                 }
10352             ],
10353             "description": "Symfony Process Component",
10354             "homepage": "https://symfony.com",
10355             "time": "2018-05-16T08:49:21+00:00"
10356         },
10357         {
10358             "name": "symfony/psr-http-message-bridge",
10359             "version": "v1.0.2",
10360             "source": {
10361                 "type": "git",
10362                 "url": "https://github.com/symfony/psr-http-message-bridge.git",
10363                 "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86"
10364             },
10365             "dist": {
10366                 "type": "zip",
10367                 "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c2b757934f2d9681a287e662efbc27c41fe8ef86",
10368                 "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86",
10369                 "shasum": ""
10370             },
10371             "require": {
10372                 "php": ">=5.3.3",
10373                 "psr/http-message": "~1.0",
10374                 "symfony/http-foundation": "~2.3|~3.0|~4.0"
10375             },
10376             "require-dev": {
10377                 "symfony/phpunit-bridge": "~3.2|4.0"
10378             },
10379             "suggest": {
10380                 "psr/http-message-implementation": "To use the HttpFoundation factory",
10381                 "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
10382             },
10383             "type": "symfony-bridge",
10384             "extra": {
10385                 "branch-alias": {
10386                     "dev-master": "1.0-dev"
10387                 }
10388             },
10389             "autoload": {
10390                 "psr-4": {
10391                     "Symfony\\Bridge\\PsrHttpMessage\\": ""
10392                 }
10393             },
10394             "notification-url": "https://packagist.org/downloads/",
10395             "license": [
10396                 "MIT"
10397             ],
10398             "authors": [
10399                 {
10400                     "name": "Symfony Community",
10401                     "homepage": "http://symfony.com/contributors"
10402                 },
10403                 {
10404                     "name": "Fabien Potencier",
10405                     "email": "fabien@symfony.com"
10406                 }
10407             ],
10408             "description": "PSR HTTP message bridge",
10409             "homepage": "http://symfony.com",
10410             "keywords": [
10411                 "http",
10412                 "http-message",
10413                 "psr-7"
10414             ],
10415             "time": "2017-12-19T00:31:44+00:00"
10416         },
10417         {
10418             "name": "symfony/routing",
10419             "version": "v3.4.10",
10420             "source": {
10421                 "type": "git",
10422                 "url": "https://github.com/symfony/routing.git",
10423                 "reference": "e382da877f5304aabc12ec3073eec430670c8296"
10424             },
10425             "dist": {
10426                 "type": "zip",
10427                 "url": "https://api.github.com/repos/symfony/routing/zipball/e382da877f5304aabc12ec3073eec430670c8296",
10428                 "reference": "e382da877f5304aabc12ec3073eec430670c8296",
10429                 "shasum": ""
10430             },
10431             "require": {
10432                 "php": "^5.5.9|>=7.0.8"
10433             },
10434             "conflict": {
10435                 "symfony/config": "<3.3.1",
10436                 "symfony/dependency-injection": "<3.3",
10437                 "symfony/yaml": "<3.4"
10438             },
10439             "require-dev": {
10440                 "doctrine/annotations": "~1.0",
10441                 "doctrine/common": "~2.2",
10442                 "psr/log": "~1.0",
10443                 "symfony/config": "^3.3.1|~4.0",
10444                 "symfony/dependency-injection": "~3.3|~4.0",
10445                 "symfony/expression-language": "~2.8|~3.0|~4.0",
10446                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
10447                 "symfony/yaml": "~3.4|~4.0"
10448             },
10449             "suggest": {
10450                 "doctrine/annotations": "For using the annotation loader",
10451                 "symfony/config": "For using the all-in-one router or any loader",
10452                 "symfony/dependency-injection": "For loading routes from a service",
10453                 "symfony/expression-language": "For using expression matching",
10454                 "symfony/http-foundation": "For using a Symfony Request object",
10455                 "symfony/yaml": "For using the YAML loader"
10456             },
10457             "type": "library",
10458             "extra": {
10459                 "branch-alias": {
10460                     "dev-master": "3.4-dev"
10461                 }
10462             },
10463             "autoload": {
10464                 "psr-4": {
10465                     "Symfony\\Component\\Routing\\": ""
10466                 },
10467                 "exclude-from-classmap": [
10468                     "/Tests/"
10469                 ]
10470             },
10471             "notification-url": "https://packagist.org/downloads/",
10472             "license": [
10473                 "MIT"
10474             ],
10475             "authors": [
10476                 {
10477                     "name": "Fabien Potencier",
10478                     "email": "fabien@symfony.com"
10479                 },
10480                 {
10481                     "name": "Symfony Community",
10482                     "homepage": "https://symfony.com/contributors"
10483                 }
10484             ],
10485             "description": "Symfony Routing Component",
10486             "homepage": "https://symfony.com",
10487             "keywords": [
10488                 "router",
10489                 "routing",
10490                 "uri",
10491                 "url"
10492             ],
10493             "time": "2018-05-16T12:49:49+00:00"
10494         },
10495         {
10496             "name": "symfony/serializer",
10497             "version": "v3.4.10",
10498             "source": {
10499                 "type": "git",
10500                 "url": "https://github.com/symfony/serializer.git",
10501                 "reference": "2f3630bb2b855de2284798db34d3ac5734766575"
10502             },
10503             "dist": {
10504                 "type": "zip",
10505                 "url": "https://api.github.com/repos/symfony/serializer/zipball/2f3630bb2b855de2284798db34d3ac5734766575",
10506                 "reference": "2f3630bb2b855de2284798db34d3ac5734766575",
10507                 "shasum": ""
10508             },
10509             "require": {
10510                 "php": "^5.5.9|>=7.0.8",
10511                 "symfony/polyfill-ctype": "~1.8"
10512             },
10513             "conflict": {
10514                 "phpdocumentor/type-resolver": "<0.2.1",
10515                 "symfony/dependency-injection": "<3.2",
10516                 "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
10517                 "symfony/property-info": "<3.1",
10518                 "symfony/yaml": "<3.4"
10519             },
10520             "require-dev": {
10521                 "doctrine/annotations": "~1.0",
10522                 "doctrine/cache": "~1.0",
10523                 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
10524                 "symfony/cache": "~3.1|~4.0",
10525                 "symfony/config": "~2.8|~3.0|~4.0",
10526                 "symfony/dependency-injection": "~3.2|~4.0",
10527                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
10528                 "symfony/property-access": "~2.8|~3.0|~4.0",
10529                 "symfony/property-info": "~3.1|~4.0",
10530                 "symfony/yaml": "~3.4|~4.0"
10531             },
10532             "suggest": {
10533                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
10534                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
10535                 "psr/cache-implementation": "For using the metadata cache.",
10536                 "symfony/config": "For using the XML mapping loader.",
10537                 "symfony/http-foundation": "To use the DataUriNormalizer.",
10538                 "symfony/property-access": "For using the ObjectNormalizer.",
10539                 "symfony/property-info": "To deserialize relations.",
10540                 "symfony/yaml": "For using the default YAML mapping loader."
10541             },
10542             "type": "library",
10543             "extra": {
10544                 "branch-alias": {
10545                     "dev-master": "3.4-dev"
10546                 }
10547             },
10548             "autoload": {
10549                 "psr-4": {
10550                     "Symfony\\Component\\Serializer\\": ""
10551                 },
10552                 "exclude-from-classmap": [
10553                     "/Tests/"
10554                 ]
10555             },
10556             "notification-url": "https://packagist.org/downloads/",
10557             "license": [
10558                 "MIT"
10559             ],
10560             "authors": [
10561                 {
10562                     "name": "Fabien Potencier",
10563                     "email": "fabien@symfony.com"
10564                 },
10565                 {
10566                     "name": "Symfony Community",
10567                     "homepage": "https://symfony.com/contributors"
10568                 }
10569             ],
10570             "description": "Symfony Serializer Component",
10571             "homepage": "https://symfony.com",
10572             "time": "2018-05-16T12:49:49+00:00"
10573         },
10574         {
10575             "name": "symfony/translation",
10576             "version": "v3.4.10",
10577             "source": {
10578                 "type": "git",
10579                 "url": "https://github.com/symfony/translation.git",
10580                 "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb"
10581             },
10582             "dist": {
10583                 "type": "zip",
10584                 "url": "https://api.github.com/repos/symfony/translation/zipball/7047f725e35eab768137c677f8c38e4a2a8e38fb",
10585                 "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb",
10586                 "shasum": ""
10587             },
10588             "require": {
10589                 "php": "^5.5.9|>=7.0.8",
10590                 "symfony/polyfill-mbstring": "~1.0"
10591             },
10592             "conflict": {
10593                 "symfony/config": "<2.8",
10594                 "symfony/dependency-injection": "<3.4",
10595                 "symfony/yaml": "<3.4"
10596             },
10597             "require-dev": {
10598                 "psr/log": "~1.0",
10599                 "symfony/config": "~2.8|~3.0|~4.0",
10600                 "symfony/dependency-injection": "~3.4|~4.0",
10601                 "symfony/finder": "~2.8|~3.0|~4.0",
10602                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
10603                 "symfony/yaml": "~3.4|~4.0"
10604             },
10605             "suggest": {
10606                 "psr/log-implementation": "To use logging capability in translator",
10607                 "symfony/config": "",
10608                 "symfony/yaml": ""
10609             },
10610             "type": "library",
10611             "extra": {
10612                 "branch-alias": {
10613                     "dev-master": "3.4-dev"
10614                 }
10615             },
10616             "autoload": {
10617                 "psr-4": {
10618                     "Symfony\\Component\\Translation\\": ""
10619                 },
10620                 "exclude-from-classmap": [
10621                     "/Tests/"
10622                 ]
10623             },
10624             "notification-url": "https://packagist.org/downloads/",
10625             "license": [
10626                 "MIT"
10627             ],
10628             "authors": [
10629                 {
10630                     "name": "Fabien Potencier",
10631                     "email": "fabien@symfony.com"
10632                 },
10633                 {
10634                     "name": "Symfony Community",
10635                     "homepage": "https://symfony.com/contributors"
10636                 }
10637             ],
10638             "description": "Symfony Translation Component",
10639             "homepage": "https://symfony.com",
10640             "time": "2018-05-21T10:06:52+00:00"
10641         },
10642         {
10643             "name": "symfony/validator",
10644             "version": "v3.4.10",
10645             "source": {
10646                 "type": "git",
10647                 "url": "https://github.com/symfony/validator.git",
10648                 "reference": "62ccdf62042fbca3be1e7b2dae84965940023362"
10649             },
10650             "dist": {
10651                 "type": "zip",
10652                 "url": "https://api.github.com/repos/symfony/validator/zipball/62ccdf62042fbca3be1e7b2dae84965940023362",
10653                 "reference": "62ccdf62042fbca3be1e7b2dae84965940023362",
10654                 "shasum": ""
10655             },
10656             "require": {
10657                 "php": "^5.5.9|>=7.0.8",
10658                 "symfony/polyfill-ctype": "~1.8",
10659                 "symfony/polyfill-mbstring": "~1.0",
10660                 "symfony/translation": "~2.8|~3.0|~4.0"
10661             },
10662             "conflict": {
10663                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
10664                 "symfony/dependency-injection": "<3.3",
10665                 "symfony/http-kernel": "<3.3.5",
10666                 "symfony/yaml": "<3.4"
10667             },
10668             "require-dev": {
10669                 "doctrine/annotations": "~1.0",
10670                 "doctrine/cache": "~1.0",
10671                 "egulias/email-validator": "^1.2.8|~2.0",
10672                 "symfony/cache": "~3.1|~4.0",
10673                 "symfony/config": "~2.8|~3.0|~4.0",
10674                 "symfony/dependency-injection": "~3.3|~4.0",
10675                 "symfony/expression-language": "~2.8|~3.0|~4.0",
10676                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
10677                 "symfony/http-kernel": "^3.3.5|~4.0",
10678                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
10679                 "symfony/property-access": "~2.8|~3.0|~4.0",
10680                 "symfony/var-dumper": "~3.3|~4.0",
10681                 "symfony/yaml": "~3.4|~4.0"
10682             },
10683             "suggest": {
10684                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
10685                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
10686                 "egulias/email-validator": "Strict (RFC compliant) email validation",
10687                 "psr/cache-implementation": "For using the metadata cache.",
10688                 "symfony/config": "",
10689                 "symfony/expression-language": "For using the Expression validator",
10690                 "symfony/http-foundation": "",
10691                 "symfony/intl": "",
10692                 "symfony/property-access": "For accessing properties within comparison constraints",
10693                 "symfony/yaml": ""
10694             },
10695             "type": "library",
10696             "extra": {
10697                 "branch-alias": {
10698                     "dev-master": "3.4-dev"
10699                 }
10700             },
10701             "autoload": {
10702                 "psr-4": {
10703                     "Symfony\\Component\\Validator\\": ""
10704                 },
10705                 "exclude-from-classmap": [
10706                     "/Tests/"
10707                 ]
10708             },
10709             "notification-url": "https://packagist.org/downloads/",
10710             "license": [
10711                 "MIT"
10712             ],
10713             "authors": [
10714                 {
10715                     "name": "Fabien Potencier",
10716                     "email": "fabien@symfony.com"
10717                 },
10718                 {
10719                     "name": "Symfony Community",
10720                     "homepage": "https://symfony.com/contributors"
10721                 }
10722             ],
10723             "description": "Symfony Validator Component",
10724             "homepage": "https://symfony.com",
10725             "time": "2018-05-18T02:00:55+00:00"
10726         },
10727         {
10728             "name": "symfony/var-dumper",
10729             "version": "v3.4.10",
10730             "source": {
10731                 "type": "git",
10732                 "url": "https://github.com/symfony/var-dumper.git",
10733                 "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73"
10734             },
10735             "dist": {
10736                 "type": "zip",
10737                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e6545672d8c9ce70dd472adc2f8b03155a46f73",
10738                 "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73",
10739                 "shasum": ""
10740             },
10741             "require": {
10742                 "php": "^5.5.9|>=7.0.8",
10743                 "symfony/polyfill-mbstring": "~1.0"
10744             },
10745             "conflict": {
10746                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
10747             },
10748             "require-dev": {
10749                 "ext-iconv": "*",
10750                 "twig/twig": "~1.34|~2.4"
10751             },
10752             "suggest": {
10753                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
10754                 "ext-intl": "To show region name in time zone dump",
10755                 "ext-symfony_debug": ""
10756             },
10757             "type": "library",
10758             "extra": {
10759                 "branch-alias": {
10760                     "dev-master": "3.4-dev"
10761                 }
10762             },
10763             "autoload": {
10764                 "files": [
10765                     "Resources/functions/dump.php"
10766                 ],
10767                 "psr-4": {
10768                     "Symfony\\Component\\VarDumper\\": ""
10769                 },
10770                 "exclude-from-classmap": [
10771                     "/Tests/"
10772                 ]
10773             },
10774             "notification-url": "https://packagist.org/downloads/",
10775             "license": [
10776                 "MIT"
10777             ],
10778             "authors": [
10779                 {
10780                     "name": "Nicolas Grekas",
10781                     "email": "p@tchwork.com"
10782                 },
10783                 {
10784                     "name": "Symfony Community",
10785                     "homepage": "https://symfony.com/contributors"
10786                 }
10787             ],
10788             "description": "Symfony mechanism for exploring and dumping PHP variables",
10789             "homepage": "https://symfony.com",
10790             "keywords": [
10791                 "debug",
10792                 "dump"
10793             ],
10794             "time": "2018-04-26T12:42:15+00:00"
10795         },
10796         {
10797             "name": "symfony/yaml",
10798             "version": "v3.4.10",
10799             "source": {
10800                 "type": "git",
10801                 "url": "https://github.com/symfony/yaml.git",
10802                 "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0"
10803             },
10804             "dist": {
10805                 "type": "zip",
10806                 "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
10807                 "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
10808                 "shasum": ""
10809             },
10810             "require": {
10811                 "php": "^5.5.9|>=7.0.8",
10812                 "symfony/polyfill-ctype": "~1.8"
10813             },
10814             "conflict": {
10815                 "symfony/console": "<3.4"
10816             },
10817             "require-dev": {
10818                 "symfony/console": "~3.4|~4.0"
10819             },
10820             "suggest": {
10821                 "symfony/console": "For validating YAML files using the lint command"
10822             },
10823             "type": "library",
10824             "extra": {
10825                 "branch-alias": {
10826                     "dev-master": "3.4-dev"
10827                 }
10828             },
10829             "autoload": {
10830                 "psr-4": {
10831                     "Symfony\\Component\\Yaml\\": ""
10832                 },
10833                 "exclude-from-classmap": [
10834                     "/Tests/"
10835                 ]
10836             },
10837             "notification-url": "https://packagist.org/downloads/",
10838             "license": [
10839                 "MIT"
10840             ],
10841             "authors": [
10842                 {
10843                     "name": "Fabien Potencier",
10844                     "email": "fabien@symfony.com"
10845                 },
10846                 {
10847                     "name": "Symfony Community",
10848                     "homepage": "https://symfony.com/contributors"
10849                 }
10850             ],
10851             "description": "Symfony Yaml Component",
10852             "homepage": "https://symfony.com",
10853             "time": "2018-05-03T23:18:14+00:00"
10854         },
10855         {
10856             "name": "twbs/bootstrap-sass",
10857             "version": "v3.3.7",
10858             "source": {
10859                 "type": "git",
10860                 "url": "https://github.com/twbs/bootstrap-sass.git",
10861                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
10862             },
10863             "dist": {
10864                 "type": "zip",
10865                 "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
10866                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
10867                 "shasum": ""
10868             },
10869             "type": "library",
10870             "extra": {
10871                 "branch-alias": {
10872                     "dev-master": "3.3.x-dev"
10873                 }
10874             },
10875             "notification-url": "https://packagist.org/downloads/",
10876             "license": [
10877                 "MIT"
10878             ],
10879             "authors": [
10880                 {
10881                     "name": "Mark Otto"
10882                 },
10883                 {
10884                     "name": "Thomas McDonald"
10885                 },
10886                 {
10887                     "name": "Tristan Harward"
10888                 },
10889                 {
10890                     "name": "Peter Gumeson"
10891                 },
10892                 {
10893                     "name": "Gleb Mazovetskiy"
10894                 },
10895                 {
10896                     "name": "Jacob Thornton"
10897                 }
10898             ],
10899             "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
10900             "homepage": "http://github.com/twbs/bootstrap-sass",
10901             "keywords": [
10902                 "bootstrap",
10903                 "css",
10904                 "sass"
10905             ],
10906             "time": "2016-07-25T19:58:53+00:00"
10907         },
10908         {
10909             "name": "twig/twig",
10910             "version": "v1.35.3",
10911             "source": {
10912                 "type": "git",
10913                 "url": "https://github.com/twigphp/Twig.git",
10914                 "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
10915             },
10916             "dist": {
10917                 "type": "zip",
10918                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
10919                 "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
10920                 "shasum": ""
10921             },
10922             "require": {
10923                 "php": ">=5.3.3"
10924             },
10925             "require-dev": {
10926                 "psr/container": "^1.0",
10927                 "symfony/debug": "^2.7",
10928                 "symfony/phpunit-bridge": "^3.3"
10929             },
10930             "type": "library",
10931             "extra": {
10932                 "branch-alias": {
10933                     "dev-master": "1.35-dev"
10934                 }
10935             },
10936             "autoload": {
10937                 "psr-0": {
10938                     "Twig_": "lib/"
10939                 },
10940                 "psr-4": {
10941                     "Twig\\": "src/"
10942                 }
10943             },
10944             "notification-url": "https://packagist.org/downloads/",
10945             "license": [
10946                 "BSD-3-Clause"
10947             ],
10948             "authors": [
10949                 {
10950                     "name": "Fabien Potencier",
10951                     "email": "fabien@symfony.com",
10952                     "homepage": "http://fabien.potencier.org",
10953                     "role": "Lead Developer"
10954                 },
10955                 {
10956                     "name": "Armin Ronacher",
10957                     "email": "armin.ronacher@active-4.com",
10958                     "role": "Project Founder"
10959                 },
10960                 {
10961                     "name": "Twig Team",
10962                     "homepage": "http://twig.sensiolabs.org/contributors",
10963                     "role": "Contributors"
10964                 }
10965             ],
10966             "description": "Twig, the flexible, fast, and secure template language for PHP",
10967             "homepage": "http://twig.sensiolabs.org",
10968             "keywords": [
10969                 "templating"
10970             ],
10971             "time": "2018-03-20T04:25:58+00:00"
10972         },
10973         {
10974             "name": "webflo/drupal-finder",
10975             "version": "1.1.0",
10976             "source": {
10977                 "type": "git",
10978                 "url": "https://github.com/webflo/drupal-finder.git",
10979                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
10980             },
10981             "dist": {
10982                 "type": "zip",
10983                 "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
10984                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
10985                 "shasum": ""
10986             },
10987             "require-dev": {
10988                 "mikey179/vfsstream": "^1.6",
10989                 "phpunit/phpunit": "^4.8"
10990             },
10991             "type": "library",
10992             "autoload": {
10993                 "classmap": [
10994                     "src/DrupalFinder.php"
10995                 ]
10996             },
10997             "notification-url": "https://packagist.org/downloads/",
10998             "license": [
10999                 "GPL-2.0+"
11000             ],
11001             "authors": [
11002                 {
11003                     "name": "Florian Weber",
11004                     "email": "florian@webflo.org"
11005                 }
11006             ],
11007             "description": "Helper class to locate a Drupal installation from a given path.",
11008             "time": "2017-10-24T08:12:11+00:00"
11009         },
11010         {
11011             "name": "webmozart/assert",
11012             "version": "1.3.0",
11013             "source": {
11014                 "type": "git",
11015                 "url": "https://github.com/webmozart/assert.git",
11016                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
11017             },
11018             "dist": {
11019                 "type": "zip",
11020                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
11021                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
11022                 "shasum": ""
11023             },
11024             "require": {
11025                 "php": "^5.3.3 || ^7.0"
11026             },
11027             "require-dev": {
11028                 "phpunit/phpunit": "^4.6",
11029                 "sebastian/version": "^1.0.1"
11030             },
11031             "type": "library",
11032             "extra": {
11033                 "branch-alias": {
11034                     "dev-master": "1.3-dev"
11035                 }
11036             },
11037             "autoload": {
11038                 "psr-4": {
11039                     "Webmozart\\Assert\\": "src/"
11040                 }
11041             },
11042             "notification-url": "https://packagist.org/downloads/",
11043             "license": [
11044                 "MIT"
11045             ],
11046             "authors": [
11047                 {
11048                     "name": "Bernhard Schussek",
11049                     "email": "bschussek@gmail.com"
11050                 }
11051             ],
11052             "description": "Assertions to validate method input/output with nice error messages.",
11053             "keywords": [
11054                 "assert",
11055                 "check",
11056                 "validate"
11057             ],
11058             "time": "2018-01-29T19:49:41+00:00"
11059         },
11060         {
11061             "name": "webmozart/path-util",
11062             "version": "2.3.0",
11063             "source": {
11064                 "type": "git",
11065                 "url": "https://github.com/webmozart/path-util.git",
11066                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
11067             },
11068             "dist": {
11069                 "type": "zip",
11070                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11071                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11072                 "shasum": ""
11073             },
11074             "require": {
11075                 "php": ">=5.3.3",
11076                 "webmozart/assert": "~1.0"
11077             },
11078             "require-dev": {
11079                 "phpunit/phpunit": "^4.6",
11080                 "sebastian/version": "^1.0.1"
11081             },
11082             "type": "library",
11083             "extra": {
11084                 "branch-alias": {
11085                     "dev-master": "2.3-dev"
11086                 }
11087             },
11088             "autoload": {
11089                 "psr-4": {
11090                     "Webmozart\\PathUtil\\": "src/"
11091                 }
11092             },
11093             "notification-url": "https://packagist.org/downloads/",
11094             "license": [
11095                 "MIT"
11096             ],
11097             "authors": [
11098                 {
11099                     "name": "Bernhard Schussek",
11100                     "email": "bschussek@gmail.com"
11101                 }
11102             ],
11103             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
11104             "time": "2015-12-17T08:42:14+00:00"
11105         },
11106         {
11107             "name": "zendframework/zend-diactoros",
11108             "version": "1.7.1",
11109             "source": {
11110                 "type": "git",
11111                 "url": "https://github.com/zendframework/zend-diactoros.git",
11112                 "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
11113             },
11114             "dist": {
11115                 "type": "zip",
11116                 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
11117                 "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
11118                 "shasum": ""
11119             },
11120             "require": {
11121                 "php": "^5.6 || ^7.0",
11122                 "psr/http-message": "^1.0"
11123             },
11124             "provide": {
11125                 "psr/http-message-implementation": "1.0"
11126             },
11127             "require-dev": {
11128                 "ext-dom": "*",
11129                 "ext-libxml": "*",
11130                 "phpunit/phpunit": "^5.7.16 || ^6.0.8",
11131                 "zendframework/zend-coding-standard": "~1.0"
11132             },
11133             "type": "library",
11134             "extra": {
11135                 "branch-alias": {
11136                     "dev-master": "1.7.x-dev",
11137                     "dev-develop": "1.8.x-dev"
11138                 }
11139             },
11140             "autoload": {
11141                 "psr-4": {
11142                     "Zend\\Diactoros\\": "src/"
11143                 }
11144             },
11145             "notification-url": "https://packagist.org/downloads/",
11146             "license": [
11147                 "BSD-2-Clause"
11148             ],
11149             "description": "PSR HTTP Message implementations",
11150             "homepage": "https://github.com/zendframework/zend-diactoros",
11151             "keywords": [
11152                 "http",
11153                 "psr",
11154                 "psr-7"
11155             ],
11156             "time": "2018-02-26T15:44:50+00:00"
11157         },
11158         {
11159             "name": "zendframework/zend-escaper",
11160             "version": "2.6.0",
11161             "source": {
11162                 "type": "git",
11163                 "url": "https://github.com/zendframework/zend-escaper.git",
11164                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
11165             },
11166             "dist": {
11167                 "type": "zip",
11168                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
11169                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
11170                 "shasum": ""
11171             },
11172             "require": {
11173                 "php": "^5.6 || ^7.0"
11174             },
11175             "require-dev": {
11176                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
11177                 "zendframework/zend-coding-standard": "~1.0.0"
11178             },
11179             "type": "library",
11180             "extra": {
11181                 "branch-alias": {
11182                     "dev-master": "2.6.x-dev",
11183                     "dev-develop": "2.7.x-dev"
11184                 }
11185             },
11186             "autoload": {
11187                 "psr-4": {
11188                     "Zend\\Escaper\\": "src/"
11189                 }
11190             },
11191             "notification-url": "https://packagist.org/downloads/",
11192             "license": [
11193                 "BSD-3-Clause"
11194             ],
11195             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
11196             "keywords": [
11197                 "ZendFramework",
11198                 "escaper",
11199                 "zf"
11200             ],
11201             "time": "2018-04-25T15:48:53+00:00"
11202         },
11203         {
11204             "name": "zendframework/zend-feed",
11205             "version": "2.9.1",
11206             "source": {
11207                 "type": "git",
11208                 "url": "https://github.com/zendframework/zend-feed.git",
11209                 "reference": "15a6ca78dd8f67b687e4f902657b4e420a8fd1e0"
11210             },
11211             "dist": {
11212                 "type": "zip",
11213                 "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/15a6ca78dd8f67b687e4f902657b4e420a8fd1e0",
11214                 "reference": "15a6ca78dd8f67b687e4f902657b4e420a8fd1e0",
11215                 "shasum": ""
11216             },
11217             "require": {
11218                 "php": "^5.6 || ^7.0",
11219                 "zendframework/zend-escaper": "^2.5.2",
11220                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
11221             },
11222             "require-dev": {
11223                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
11224                 "psr/http-message": "^1.0.1",
11225                 "zendframework/zend-cache": "^2.7.2",
11226                 "zendframework/zend-coding-standard": "~1.0.0",
11227                 "zendframework/zend-db": "^2.8.2",
11228                 "zendframework/zend-http": "^2.7",
11229                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
11230                 "zendframework/zend-validator": "^2.10.1"
11231             },
11232             "suggest": {
11233                 "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
11234                 "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
11235                 "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
11236                 "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
11237                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
11238                 "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
11239             },
11240             "type": "library",
11241             "extra": {
11242                 "branch-alias": {
11243                     "dev-master": "2.9-dev",
11244                     "dev-develop": "2.10-dev"
11245                 }
11246             },
11247             "autoload": {
11248                 "psr-4": {
11249                     "Zend\\Feed\\": "src/"
11250                 }
11251             },
11252             "notification-url": "https://packagist.org/downloads/",
11253             "license": [
11254                 "BSD-3-Clause"
11255             ],
11256             "description": "provides functionality for consuming RSS and Atom feeds",
11257             "keywords": [
11258                 "ZendFramework",
11259                 "feed",
11260                 "zf"
11261             ],
11262             "time": "2018-05-14T21:45:18+00:00"
11263         },
11264         {
11265             "name": "zendframework/zend-stdlib",
11266             "version": "3.2.0",
11267             "source": {
11268                 "type": "git",
11269                 "url": "https://github.com/zendframework/zend-stdlib.git",
11270                 "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae"
11271             },
11272             "dist": {
11273                 "type": "zip",
11274                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
11275                 "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
11276                 "shasum": ""
11277             },
11278             "require": {
11279                 "php": "^5.6 || ^7.0"
11280             },
11281             "require-dev": {
11282                 "phpbench/phpbench": "^0.13",
11283                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
11284                 "zendframework/zend-coding-standard": "~1.0.0"
11285             },
11286             "type": "library",
11287             "extra": {
11288                 "branch-alias": {
11289                     "dev-master": "3.2.x-dev",
11290                     "dev-develop": "3.3.x-dev"
11291                 }
11292             },
11293             "autoload": {
11294                 "psr-4": {
11295                     "Zend\\Stdlib\\": "src/"
11296                 }
11297             },
11298             "notification-url": "https://packagist.org/downloads/",
11299             "license": [
11300                 "BSD-3-Clause"
11301             ],
11302             "description": "SPL extensions, array utilities, error handlers, and more",
11303             "keywords": [
11304                 "ZendFramework",
11305                 "stdlib",
11306                 "zf"
11307             ],
11308             "time": "2018-04-30T13:50:40+00:00"
11309         }
11310     ],
11311     "packages-dev": [
11312         {
11313             "name": "ajgl/breakpoint-twig-extension",
11314             "version": "0.3.0",
11315             "source": {
11316                 "type": "git",
11317                 "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
11318                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
11319             },
11320             "dist": {
11321                 "type": "zip",
11322                 "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
11323                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
11324                 "shasum": ""
11325             },
11326             "require": {
11327                 "php": ">=5.4.0",
11328                 "twig/twig": "^1.14"
11329             },
11330             "require-dev": {
11331                 "symfony/framework-bundle": "^2.3",
11332                 "symfony/twig-bundle": "^2.3"
11333             },
11334             "suggest": {
11335                 "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
11336                 "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
11337                 "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
11338             },
11339             "type": "library",
11340             "extra": {
11341                 "branch-alias": {
11342                     "dev-master": "0.4.x-dev"
11343                 }
11344             },
11345             "autoload": {
11346                 "psr-4": {
11347                     "Ajgl\\Twig\\Extension\\": "src/"
11348                 }
11349             },
11350             "notification-url": "https://packagist.org/downloads/",
11351             "license": [
11352                 "MIT"
11353             ],
11354             "authors": [
11355                 {
11356                     "name": "Antonio J. García Lagar",
11357                     "email": "aj@garcialagar.es",
11358                     "homepage": "http://aj.garcialagar.es",
11359                     "role": "developer"
11360                 }
11361             ],
11362             "description": "Twig extension to set breakpoints",
11363             "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
11364             "keywords": [
11365                 "Xdebug",
11366                 "breakpoint",
11367                 "twig"
11368             ],
11369             "time": "2016-03-31T18:09:32+00:00"
11370         },
11371         {
11372             "name": "behat/mink",
11373             "version": "v1.7.1",
11374             "source": {
11375                 "type": "git",
11376                 "url": "https://github.com/minkphp/Mink.git",
11377                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
11378             },
11379             "dist": {
11380                 "type": "zip",
11381                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
11382                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
11383                 "shasum": ""
11384             },
11385             "require": {
11386                 "php": ">=5.3.1",
11387                 "symfony/css-selector": "~2.1|~3.0"
11388             },
11389             "require-dev": {
11390                 "symfony/phpunit-bridge": "~2.7|~3.0"
11391             },
11392             "suggest": {
11393                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
11394                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
11395                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
11396                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
11397             },
11398             "type": "library",
11399             "extra": {
11400                 "branch-alias": {
11401                     "dev-master": "1.7.x-dev"
11402                 }
11403             },
11404             "autoload": {
11405                 "psr-4": {
11406                     "Behat\\Mink\\": "src/"
11407                 }
11408             },
11409             "notification-url": "https://packagist.org/downloads/",
11410             "license": [
11411                 "MIT"
11412             ],
11413             "authors": [
11414                 {
11415                     "name": "Konstantin Kudryashov",
11416                     "email": "ever.zet@gmail.com",
11417                     "homepage": "http://everzet.com"
11418                 }
11419             ],
11420             "description": "Browser controller/emulator abstraction for PHP",
11421             "homepage": "http://mink.behat.org/",
11422             "keywords": [
11423                 "browser",
11424                 "testing",
11425                 "web"
11426             ],
11427             "time": "2016-03-05T08:26:18+00:00"
11428         },
11429         {
11430             "name": "behat/mink-browserkit-driver",
11431             "version": "1.3.3",
11432             "source": {
11433                 "type": "git",
11434                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
11435                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
11436             },
11437             "dist": {
11438                 "type": "zip",
11439                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
11440                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
11441                 "shasum": ""
11442             },
11443             "require": {
11444                 "behat/mink": "^1.7.1@dev",
11445                 "php": ">=5.3.6",
11446                 "symfony/browser-kit": "~2.3|~3.0|~4.0",
11447                 "symfony/dom-crawler": "~2.3|~3.0|~4.0"
11448             },
11449             "require-dev": {
11450                 "mink/driver-testsuite": "dev-master",
11451                 "symfony/http-kernel": "~2.3|~3.0|~4.0"
11452             },
11453             "type": "mink-driver",
11454             "extra": {
11455                 "branch-alias": {
11456                     "dev-master": "1.3.x-dev"
11457                 }
11458             },
11459             "autoload": {
11460                 "psr-4": {
11461                     "Behat\\Mink\\Driver\\": "src/"
11462                 }
11463             },
11464             "notification-url": "https://packagist.org/downloads/",
11465             "license": [
11466                 "MIT"
11467             ],
11468             "authors": [
11469                 {
11470                     "name": "Konstantin Kudryashov",
11471                     "email": "ever.zet@gmail.com",
11472                     "homepage": "http://everzet.com"
11473                 }
11474             ],
11475             "description": "Symfony2 BrowserKit driver for Mink framework",
11476             "homepage": "http://mink.behat.org/",
11477             "keywords": [
11478                 "Mink",
11479                 "Symfony2",
11480                 "browser",
11481                 "testing"
11482             ],
11483             "time": "2018-05-02T09:25:31+00:00"
11484         },
11485         {
11486             "name": "behat/mink-goutte-driver",
11487             "version": "v1.2.1",
11488             "source": {
11489                 "type": "git",
11490                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
11491                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
11492             },
11493             "dist": {
11494                 "type": "zip",
11495                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
11496                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
11497                 "shasum": ""
11498             },
11499             "require": {
11500                 "behat/mink": "~1.6@dev",
11501                 "behat/mink-browserkit-driver": "~1.2@dev",
11502                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
11503                 "php": ">=5.3.1"
11504             },
11505             "require-dev": {
11506                 "symfony/phpunit-bridge": "~2.7|~3.0"
11507             },
11508             "type": "mink-driver",
11509             "extra": {
11510                 "branch-alias": {
11511                     "dev-master": "1.2.x-dev"
11512                 }
11513             },
11514             "autoload": {
11515                 "psr-4": {
11516                     "Behat\\Mink\\Driver\\": "src/"
11517                 }
11518             },
11519             "notification-url": "https://packagist.org/downloads/",
11520             "license": [
11521                 "MIT"
11522             ],
11523             "authors": [
11524                 {
11525                     "name": "Konstantin Kudryashov",
11526                     "email": "ever.zet@gmail.com",
11527                     "homepage": "http://everzet.com"
11528                 }
11529             ],
11530             "description": "Goutte driver for Mink framework",
11531             "homepage": "http://mink.behat.org/",
11532             "keywords": [
11533                 "browser",
11534                 "goutte",
11535                 "headless",
11536                 "testing"
11537             ],
11538             "time": "2016-03-05T09:04:22+00:00"
11539         },
11540         {
11541             "name": "drupal/twig_xdebug",
11542             "version": "1.0.0",
11543             "source": {
11544                 "type": "git",
11545                 "url": "https://git.drupal.org/project/twig_xdebug",
11546                 "reference": "8.x-1.0"
11547             },
11548             "dist": {
11549                 "type": "zip",
11550                 "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
11551                 "reference": "8.x-1.0",
11552                 "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
11553             },
11554             "require": {
11555                 "ajgl/breakpoint-twig-extension": "0.3",
11556                 "drupal/core": "~8.0"
11557             },
11558             "type": "drupal-module",
11559             "extra": {
11560                 "branch-alias": {
11561                     "dev-1.x": "1.x-dev"
11562                 },
11563                 "drupal": {
11564                     "version": "8.x-1.0",
11565                     "datestamp": "1464928439"
11566                 }
11567             },
11568             "notification-url": "https://packages.drupal.org/8/downloads",
11569             "license": [
11570                 "GPL-2.0+"
11571             ],
11572             "authors": [
11573                 {
11574                     "name": "charginghawk",
11575                     "homepage": "https://www.drupal.org/user/2626341"
11576                 }
11577             ],
11578             "description": "Enables Xdebug breakpoints in Twig.",
11579             "homepage": "https://www.drupal.org/project/twig_xdebug",
11580             "support": {
11581                 "source": "http://cgit.drupalcode.org/twig_xdebug"
11582             }
11583         },
11584         {
11585             "name": "fabpot/goutte",
11586             "version": "v3.2.2",
11587             "source": {
11588                 "type": "git",
11589                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
11590                 "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96"
11591             },
11592             "dist": {
11593                 "type": "zip",
11594                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/395f61d7c2e15a813839769553a4de16fa3b3c96",
11595                 "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96",
11596                 "shasum": ""
11597             },
11598             "require": {
11599                 "guzzlehttp/guzzle": "^6.0",
11600                 "php": ">=5.5.0",
11601                 "symfony/browser-kit": "~2.1|~3.0|~4.0",
11602                 "symfony/css-selector": "~2.1|~3.0|~4.0",
11603                 "symfony/dom-crawler": "~2.1|~3.0|~4.0"
11604             },
11605             "require-dev": {
11606                 "symfony/phpunit-bridge": "^3.3 || ^4"
11607             },
11608             "type": "application",
11609             "extra": {
11610                 "branch-alias": {
11611                     "dev-master": "3.2-dev"
11612                 }
11613             },
11614             "autoload": {
11615                 "psr-4": {
11616                     "Goutte\\": "Goutte"
11617                 },
11618                 "exclude-from-classmap": [
11619                     "Goutte/Tests"
11620                 ]
11621             },
11622             "notification-url": "https://packagist.org/downloads/",
11623             "license": [
11624                 "MIT"
11625             ],
11626             "authors": [
11627                 {
11628                     "name": "Fabien Potencier",
11629                     "email": "fabien@symfony.com"
11630                 }
11631             ],
11632             "description": "A simple PHP Web Scraper",
11633             "homepage": "https://github.com/FriendsOfPHP/Goutte",
11634             "keywords": [
11635                 "scraper"
11636             ],
11637             "time": "2017-11-19T08:45:40+00:00"
11638         },
11639         {
11640             "name": "jcalderonzumba/gastonjs",
11641             "version": "v1.0.3",
11642             "source": {
11643                 "type": "git",
11644                 "url": "https://github.com/jcalderonzumba/gastonjs.git",
11645                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
11646             },
11647             "dist": {
11648                 "type": "zip",
11649                 "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
11650                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
11651                 "shasum": ""
11652             },
11653             "require": {
11654                 "guzzlehttp/guzzle": "~5.0|~6.0",
11655                 "php": ">=5.4"
11656             },
11657             "require-dev": {
11658                 "phpunit/phpunit": "~4.6",
11659                 "silex/silex": "~1.2",
11660                 "symfony/phpunit-bridge": "~2.7",
11661                 "symfony/process": "~2.1"
11662             },
11663             "type": "phantomjs-api",
11664             "extra": {
11665                 "branch-alias": {
11666                     "dev-master": "1.1.x-dev"
11667                 }
11668             },
11669             "autoload": {
11670                 "psr-4": {
11671                     "Zumba\\GastonJS\\": "src"
11672                 }
11673             },
11674             "notification-url": "https://packagist.org/downloads/",
11675             "license": [
11676                 "MIT"
11677             ],
11678             "authors": [
11679                 {
11680                     "name": "Juan Francisco Calderón Zumba",
11681                     "email": "juanfcz@gmail.com",
11682                     "homepage": "http://github.com/jcalderonzumba"
11683                 }
11684             ],
11685             "description": "PhantomJS API based server for webpage automation",
11686             "homepage": "https://github.com/jcalderonzumba/gastonjs",
11687             "keywords": [
11688                 "api",
11689                 "automation",
11690                 "browser",
11691                 "headless",
11692                 "phantomjs"
11693             ],
11694             "time": "2016-05-04T16:27:07+00:00"
11695         },
11696         {
11697             "name": "jcalderonzumba/mink-phantomjs-driver",
11698             "version": "v0.3.3",
11699             "source": {
11700                 "type": "git",
11701                 "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
11702                 "reference": "008f43670e94acd39273d15add1e7348eb23848d"
11703             },
11704             "dist": {
11705                 "type": "zip",
11706                 "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
11707                 "reference": "008f43670e94acd39273d15add1e7348eb23848d",
11708                 "shasum": ""
11709             },
11710             "require": {
11711                 "behat/mink": "~1.7",
11712                 "jcalderonzumba/gastonjs": "~1.0",
11713                 "php": ">=5.4",
11714                 "twig/twig": "~1.20|~2.0"
11715             },
11716             "require-dev": {
11717                 "mink/driver-testsuite": "dev-master",
11718                 "phpunit/phpunit": "~4.6"
11719             },
11720             "type": "mink-driver",
11721             "extra": {
11722                 "branch-alias": {
11723                     "dev-master": "0.4.x-dev"
11724                 }
11725             },
11726             "autoload": {
11727                 "psr-4": {
11728                     "Zumba\\Mink\\Driver\\": "src"
11729                 }
11730             },
11731             "notification-url": "https://packagist.org/downloads/",
11732             "license": [
11733                 "MIT"
11734             ],
11735             "authors": [
11736                 {
11737                     "name": "Juan Francisco Calderón Zumba",
11738                     "email": "juanfcz@gmail.com",
11739                     "homepage": "http://github.com/jcalderonzumba"
11740                 }
11741             ],
11742             "description": "PhantomJS driver for Mink framework",
11743             "homepage": "http://mink.behat.org/",
11744             "keywords": [
11745                 "ajax",
11746                 "browser",
11747                 "headless",
11748                 "javascript",
11749                 "phantomjs",
11750                 "testing"
11751             ],
11752             "time": "2016-12-01T10:57:30+00:00"
11753         },
11754         {
11755             "name": "mikey179/vfsStream",
11756             "version": "v1.6.5",
11757             "source": {
11758                 "type": "git",
11759                 "url": "https://github.com/mikey179/vfsStream.git",
11760                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
11761             },
11762             "dist": {
11763                 "type": "zip",
11764                 "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
11765                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
11766                 "shasum": ""
11767             },
11768             "require": {
11769                 "php": ">=5.3.0"
11770             },
11771             "require-dev": {
11772                 "phpunit/phpunit": "~4.5"
11773             },
11774             "type": "library",
11775             "extra": {
11776                 "branch-alias": {
11777                     "dev-master": "1.6.x-dev"
11778                 }
11779             },
11780             "autoload": {
11781                 "psr-0": {
11782                     "org\\bovigo\\vfs\\": "src/main/php"
11783                 }
11784             },
11785             "notification-url": "https://packagist.org/downloads/",
11786             "license": [
11787                 "BSD-3-Clause"
11788             ],
11789             "authors": [
11790                 {
11791                     "name": "Frank Kleine",
11792                     "homepage": "http://frankkleine.de/",
11793                     "role": "Developer"
11794                 }
11795             ],
11796             "description": "Virtual file system to mock the real file system in unit tests.",
11797             "homepage": "http://vfs.bovigo.org/",
11798             "time": "2017-08-01T08:02:14+00:00"
11799         },
11800         {
11801             "name": "symfony/browser-kit",
11802             "version": "v3.4.10",
11803             "source": {
11804                 "type": "git",
11805                 "url": "https://github.com/symfony/browser-kit.git",
11806                 "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79"
11807             },
11808             "dist": {
11809                 "type": "zip",
11810                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
11811                 "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
11812                 "shasum": ""
11813             },
11814             "require": {
11815                 "php": "^5.5.9|>=7.0.8",
11816                 "symfony/dom-crawler": "~2.8|~3.0|~4.0"
11817             },
11818             "require-dev": {
11819                 "symfony/css-selector": "~2.8|~3.0|~4.0",
11820                 "symfony/process": "~2.8|~3.0|~4.0"
11821             },
11822             "suggest": {
11823                 "symfony/process": ""
11824             },
11825             "type": "library",
11826             "extra": {
11827                 "branch-alias": {
11828                     "dev-master": "3.4-dev"
11829                 }
11830             },
11831             "autoload": {
11832                 "psr-4": {
11833                     "Symfony\\Component\\BrowserKit\\": ""
11834                 },
11835                 "exclude-from-classmap": [
11836                     "/Tests/"
11837                 ]
11838             },
11839             "notification-url": "https://packagist.org/downloads/",
11840             "license": [
11841                 "MIT"
11842             ],
11843             "authors": [
11844                 {
11845                     "name": "Fabien Potencier",
11846                     "email": "fabien@symfony.com"
11847                 },
11848                 {
11849                     "name": "Symfony Community",
11850                     "homepage": "https://symfony.com/contributors"
11851                 }
11852             ],
11853             "description": "Symfony BrowserKit Component",
11854             "homepage": "https://symfony.com",
11855             "time": "2018-03-19T22:32:39+00:00"
11856         }
11857     ],
11858     "aliases": [],
11859     "minimum-stability": "dev",
11860     "stability-flags": {
11861         "drupal/token": 5,
11862         "drupal/ctools": 15,
11863         "drupal/pathauto": 5,
11864         "drupal/eu_cookie_compliance": 10,
11865         "drupal/livereload": 20,
11866         "drupal/front": 15,
11867         "drupal/filefield_sources": 20,
11868         "drupal/php": 20,
11869         "drupal/hacked": 10,
11870         "drupal/pathologic": 20,
11871         "drupal/typogrify": 15,
11872         "drupal/entityqueue": 15,
11873         "drupal/advanced_help": 20,
11874         "drupal/better_formats": 20,
11875         "drupal/block_class": 15,
11876         "drupal/redirect": 15,
11877         "drupal/libraries": 20,
11878         "drupal/linkchecker": 20,
11879         "drupal/devel": 5,
11880         "drupal/security_review": 20,
11881         "drupal/memcache": 15,
11882         "drupal/media": 20,
11883         "grom358/pharborist": 20,
11884         "drupal/superfish": 5,
11885         "drupal/views_bootstrap": 20,
11886         "drupal/views_responsive_grid": 20,
11887         "drupal/imagemagick": 15,
11888         "drupal/diff": 5,
11889         "drupal/ckeditor_widgets": 20,
11890         "drupal/layout_plugin": 15,
11891         "roave/security-advisories": 20
11892     },
11893     "prefer-stable": true,
11894     "prefer-lowest": false,
11895     "platform": [],
11896     "platform-dev": [],
11897     "platform-overrides": {
11898         "php": "7.0.27"
11899     }
11900 }