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