4f7d1e174f07997077b9170a072742dd3c62da98
[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": "59dd079ea307f680b2d0a8256b94b473",
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         },
5514         {
5515             "name": "drupal/simple_sitemap",
5516             "version": "2.12.0",
5517             "source": {
5518                 "type": "git",
5519                 "url": "https://git.drupal.org/project/simple_sitemap",
5520                 "reference": "8.x-2.12"
5521             },
5522             "dist": {
5523                 "type": "zip",
5524                 "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.zip",
5525                 "reference": "8.x-2.12",
5526                 "shasum": "fe1c1a636adfba8358399a5a1ccdf20685066573"
5527             },
5528             "require": {
5529                 "drupal/core": "~8.0"
5530             },
5531             "type": "drupal-module",
5532             "extra": {
5533                 "branch-alias": {
5534                     "dev-2.x": "2.x-dev"
5535                 },
5536                 "drupal": {
5537                     "version": "8.x-2.12",
5538                     "datestamp": "1523203180",
5539                     "security-coverage": {
5540                         "status": "covered",
5541                         "message": "Covered by Drupal's security advisory policy"
5542                     }
5543                 },
5544                 "drush": {
5545                     "services": {
5546                         "drush.services.yml": "^9"
5547                     }
5548                 }
5549             },
5550             "notification-url": "https://packages.drupal.org/8/downloads",
5551             "license": [
5552                 "GPL-2.0+"
5553             ],
5554             "authors": [
5555                 {
5556                     "name": "Pawel Ginalski (gbyte.co)",
5557                     "homepage": "https://www.drupal.org/u/gbyte.co",
5558                     "email": "contact@gbyte.co",
5559                     "role": "Maintainer"
5560                 },
5561                 {
5562                     "name": "Sam Becker (Sam152)",
5563                     "homepage": "https://www.drupal.org/u/sam152",
5564                     "role": "Co-maintainer"
5565                 }
5566             ],
5567             "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
5568             "homepage": "https://drupal.org/project/simple_sitemap",
5569             "support": {
5570                 "source": "https://cgit.drupalcode.org/simple_sitemap",
5571                 "issues": "https://drupal.org/project/issues/simple_sitemap",
5572                 "irc": "irc://irc.freenode.org/drupal-contribute"
5573             }
5574         },
5575         {
5576             "name": "drupal/slick",
5577             "version": "1.0.0",
5578             "source": {
5579                 "type": "git",
5580                 "url": "https://git.drupal.org/project/slick",
5581                 "reference": "8.x-1.0"
5582             },
5583             "dist": {
5584                 "type": "zip",
5585                 "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
5586                 "reference": "8.x-1.0",
5587                 "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
5588             },
5589             "require": {
5590                 "drupal/blazy": "~1.0",
5591                 "drupal/core": "~8.0"
5592             },
5593             "type": "drupal-module",
5594             "extra": {
5595                 "branch-alias": {
5596                     "dev-1.x": "1.x-dev"
5597                 },
5598                 "drupal": {
5599                     "version": "8.x-1.0",
5600                     "datestamp": "1495746183"
5601                 }
5602             },
5603             "notification-url": "https://packages.drupal.org/8/downloads",
5604             "license": [
5605                 "GPL-2.0+"
5606             ],
5607             "authors": [
5608                 {
5609                     "name": "arshadcn",
5610                     "homepage": "https://www.drupal.org/user/571032"
5611                 },
5612                 {
5613                     "name": "gausarts",
5614                     "homepage": "https://www.drupal.org/user/159062"
5615                 }
5616             ],
5617             "description": "Slick carousel, the last carousel you'll ever need.",
5618             "homepage": "https://drupal.org/project/slick",
5619             "keywords": [
5620                 "Drupal",
5621                 "carousel",
5622                 "slideshow"
5623             ],
5624             "support": {
5625                 "source": "http://cgit.drupalcode.org/slick",
5626                 "issues": "https://drupal.org/project/issues/slick"
5627             }
5628         },
5629         {
5630             "name": "drupal/slick_media",
5631             "version": "2.0.0-alpha1",
5632             "source": {
5633                 "type": "git",
5634                 "url": "https://git.drupal.org/project/slick_media",
5635                 "reference": "8.x-2.0-alpha1"
5636             },
5637             "dist": {
5638                 "type": "zip",
5639                 "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-2.0-alpha1.zip",
5640                 "reference": "8.x-2.0-alpha1",
5641                 "shasum": "b7efb7edabd444be1f3ad925efcfa2eabb7a4fdf"
5642             },
5643             "require": {
5644                 "drupal/core": "^8.4",
5645                 "drupal/slick": "*",
5646                 "drupal/video_embed_media": "*"
5647             },
5648             "type": "drupal-module",
5649             "extra": {
5650                 "branch-alias": {
5651                     "dev-2.x": "2.x-dev"
5652                 },
5653                 "drupal": {
5654                     "version": "8.x-2.0-alpha1",
5655                     "datestamp": "1514970784",
5656                     "security-coverage": {
5657                         "status": "not-covered",
5658                         "message": "Alpha releases are not covered by Drupal security advisories."
5659                     }
5660                 }
5661             },
5662             "notification-url": "https://packages.drupal.org/8/downloads",
5663             "license": [
5664                 "GPL-2.0-or-later"
5665             ],
5666             "authors": [
5667                 {
5668                     "name": "chr.fritsch",
5669                     "homepage": "https://www.drupal.org/user/2103716"
5670                 },
5671                 {
5672                     "name": "gausarts",
5673                     "homepage": "https://www.drupal.org/user/159062"
5674                 }
5675             ],
5676             "description": "Provides Slick carousel integration with Media entity.",
5677             "homepage": "https://www.drupal.org/project/slick_media",
5678             "support": {
5679                 "source": "http://cgit.drupalcode.org/slick_media"
5680             }
5681         },
5682         {
5683             "name": "drupal/superfish",
5684             "version": "1.2.0",
5685             "source": {
5686                 "type": "git",
5687                 "url": "https://git.drupal.org/project/superfish",
5688                 "reference": "8.x-1.2"
5689             },
5690             "dist": {
5691                 "type": "zip",
5692                 "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.2.zip",
5693                 "reference": "8.x-1.2",
5694                 "shasum": "e6f11be2bb2b95957d144bb0155c29c7aad40a62"
5695             },
5696             "require": {
5697                 "drupal/core": "~8.0",
5698                 "mehrpadin/superfish": "~2.0"
5699             },
5700             "type": "drupal-module",
5701             "extra": {
5702                 "branch-alias": {
5703                     "dev-1.x": "1.x-dev"
5704                 },
5705                 "drupal": {
5706                     "version": "8.x-1.2",
5707                     "datestamp": "1517739480",
5708                     "security-coverage": {
5709                         "status": "covered",
5710                         "message": "Covered by Drupal's security advisory policy"
5711                     }
5712                 }
5713             },
5714             "notification-url": "https://packages.drupal.org/8/downloads",
5715             "license": [
5716                 "GPL-2.0+"
5717             ],
5718             "authors": [
5719                 {
5720                     "name": "mehrpadin",
5721                     "homepage": "https://www.drupal.org/u/mehrpadin",
5722                     "role": "Maintainer"
5723                 }
5724             ],
5725             "description": "Adds jQuery Superfish plugin to menu blocks.",
5726             "homepage": "https://www.drupal.org/project/superfish",
5727             "support": {
5728                 "source": "https://cgit.drupalcode.org/superfish",
5729                 "issues": "https://www.drupal.org/project/superfish"
5730             }
5731         },
5732         {
5733             "name": "drupal/toc_formatter",
5734             "version": "1.1.0",
5735             "source": {
5736                 "type": "git",
5737                 "url": "https://git.drupal.org/project/toc_formatter",
5738                 "reference": "8.x-1.1"
5739             },
5740             "dist": {
5741                 "type": "zip",
5742                 "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
5743                 "reference": "8.x-1.1",
5744                 "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
5745             },
5746             "require": {
5747                 "drupal/core": "~8.0"
5748             },
5749             "type": "drupal-module",
5750             "extra": {
5751                 "branch-alias": {
5752                     "dev-1.x": "1.x-dev"
5753                 },
5754                 "drupal": {
5755                     "version": "8.x-1.1",
5756                     "datestamp": "1398611927"
5757                 }
5758             },
5759             "notification-url": "https://packages.drupal.org/8/downloads",
5760             "license": [
5761                 "GPL-2.0+"
5762             ],
5763             "authors": [
5764                 {
5765                     "name": "Robert Castelo",
5766                     "homepage": "https://www.drupal.org/user/3555"
5767                 },
5768                 {
5769                     "name": "neilt17",
5770                     "homepage": "https://www.drupal.org/user/324142"
5771                 }
5772             ],
5773             "description": "Display formatter that adds a TOC to the top of a text area field.",
5774             "homepage": "https://www.drupal.org/project/toc_formatter",
5775             "support": {
5776                 "source": "http://cgit.drupalcode.org/toc_formatter"
5777             }
5778         },
5779         {
5780             "name": "drupal/tocify",
5781             "version": "1.2.0",
5782             "source": {
5783                 "type": "git",
5784                 "url": "https://git.drupal.org/project/tocify",
5785                 "reference": "8.x-1.2"
5786             },
5787             "dist": {
5788                 "type": "zip",
5789                 "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
5790                 "reference": "8.x-1.2",
5791                 "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
5792             },
5793             "require": {
5794                 "drupal/core": "*"
5795             },
5796             "type": "drupal-module",
5797             "extra": {
5798                 "branch-alias": {
5799                     "dev-1.x": "1.x-dev"
5800                 },
5801                 "drupal": {
5802                     "version": "8.x-1.2",
5803                     "datestamp": "1493816586"
5804                 }
5805             },
5806             "notification-url": "https://packages.drupal.org/8/downloads",
5807             "license": [
5808                 "GPL-2.0+"
5809             ],
5810             "authors": [
5811                 {
5812                     "name": "Hydra",
5813                     "homepage": "https://www.drupal.org/user/647364"
5814                 },
5815                 {
5816                     "name": "dawehner",
5817                     "homepage": "https://www.drupal.org/user/99340"
5818                 },
5819                 {
5820                     "name": "sanduhrs",
5821                     "homepage": "https://www.drupal.org/user/28074"
5822                 }
5823             ],
5824             "description": "Tocify your content",
5825             "homepage": "https://www.drupal.org/project/tocify",
5826             "keywords": [
5827                 "Drupal"
5828             ],
5829             "support": {
5830                 "source": "http://cgit.drupalcode.org/tocify",
5831                 "issues": "http://drupal.org/project/issues/tocify"
5832             }
5833         },
5834         {
5835             "name": "drupal/token",
5836             "version": "1.1.0",
5837             "source": {
5838                 "type": "git",
5839                 "url": "https://git.drupal.org/project/token",
5840                 "reference": "8.x-1.1"
5841             },
5842             "dist": {
5843                 "type": "zip",
5844                 "url": "https://ftp.drupal.org/files/projects/token-8.x-1.1.zip",
5845                 "reference": "8.x-1.1",
5846                 "shasum": "f11042a76bec028b0a86dc33cf6daa19eb55d545"
5847             },
5848             "require": {
5849                 "drupal/core": "~8.0"
5850             },
5851             "type": "drupal-module",
5852             "extra": {
5853                 "branch-alias": {
5854                     "dev-1.x": "1.x-dev"
5855                 },
5856                 "drupal": {
5857                     "version": "8.x-1.1",
5858                     "datestamp": "1513810384",
5859                     "security-coverage": {
5860                         "status": "covered",
5861                         "message": "Covered by Drupal's security advisory policy"
5862                     }
5863                 }
5864             },
5865             "notification-url": "https://packages.drupal.org/8/downloads",
5866             "license": [
5867                 "GPL-2.0-or-later"
5868             ],
5869             "authors": [
5870                 {
5871                     "name": "Berdir",
5872                     "homepage": "https://www.drupal.org/user/214652"
5873                 },
5874                 {
5875                     "name": "Dave Reid",
5876                     "homepage": "https://www.drupal.org/user/53892"
5877                 },
5878                 {
5879                     "name": "eaton",
5880                     "homepage": "https://www.drupal.org/user/16496"
5881                 },
5882                 {
5883                     "name": "fago",
5884                     "homepage": "https://www.drupal.org/user/16747"
5885                 },
5886                 {
5887                     "name": "greggles",
5888                     "homepage": "https://www.drupal.org/user/36762"
5889                 },
5890                 {
5891                     "name": "mikeryan",
5892                     "homepage": "https://www.drupal.org/user/4420"
5893                 }
5894             ],
5895             "description": "Provides a user interface for the Token API and some missing core tokens.",
5896             "homepage": "https://www.drupal.org/project/token",
5897             "support": {
5898                 "source": "http://cgit.drupalcode.org/token"
5899             }
5900         },
5901         {
5902             "name": "drupal/typogrify",
5903             "version": "1.0.0-alpha1",
5904             "source": {
5905                 "type": "git",
5906                 "url": "https://git.drupal.org/project/typogrify",
5907                 "reference": "8.x-1.0-alpha1"
5908             },
5909             "dist": {
5910                 "type": "zip",
5911                 "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
5912                 "reference": "8.x-1.0-alpha1",
5913                 "shasum": "de87791555204b3af5692d939f8c199bd7164495"
5914             },
5915             "require": {
5916                 "drupal/core": "*"
5917             },
5918             "type": "drupal-module",
5919             "extra": {
5920                 "branch-alias": {
5921                     "dev-1.x": "1.x-dev"
5922                 },
5923                 "drupal": {
5924                     "version": "8.x-1.0-alpha1",
5925                     "datestamp": "1478050442"
5926                 }
5927             },
5928             "notification-url": "https://packages.drupal.org/8/downloads",
5929             "license": [
5930                 "GPL-2.0+"
5931             ],
5932             "authors": [
5933                 {
5934                     "name": "See contributors",
5935                     "homepage": "https://www.drupal.org/node/149970/committers",
5936                     "role": "Developer"
5937                 },
5938                 {
5939                     "name": "migmedia",
5940                     "homepage": "https://www.drupal.org/user/1310354"
5941                 },
5942                 {
5943                     "name": "mikl",
5944                     "homepage": "https://www.drupal.org/user/58679"
5945                 },
5946                 {
5947                     "name": "sreynen",
5948                     "homepage": "https://www.drupal.org/user/109890"
5949                 }
5950             ],
5951             "description": "A filter for making typographic refinements.",
5952             "homepage": "http://drupal.org/project/typogrify",
5953             "keywords": [
5954                 "Drupal"
5955             ],
5956             "support": {
5957                 "source": "http://cgit.drupalcode.org/typogrify",
5958                 "issues": "http://drupal.org/project/typogrify"
5959             }
5960         },
5961         {
5962             "name": "drupal/video",
5963             "version": "1.2.0",
5964             "source": {
5965                 "type": "git",
5966                 "url": "https://git.drupal.org/project/video",
5967                 "reference": "8.x-1.2"
5968             },
5969             "dist": {
5970                 "type": "zip",
5971                 "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
5972                 "reference": "8.x-1.2",
5973                 "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
5974             },
5975             "require": {
5976                 "drupal/core": "*"
5977             },
5978             "type": "drupal-module",
5979             "extra": {
5980                 "branch-alias": {
5981                     "dev-1.x": "1.x-dev"
5982                 },
5983                 "drupal": {
5984                     "version": "8.x-1.x",
5985                     "datestamp": "1455470039",
5986                     "package": "Field types"
5987                 }
5988             },
5989             "notification-url": "https://packages.drupal.org/8/downloads",
5990             "license": [
5991                 "GPL-2.0+"
5992             ],
5993             "authors": [
5994                 {
5995                     "name": "Jorrit",
5996                     "homepage": "https://www.drupal.org/user/161217"
5997                 },
5998                 {
5999                     "name": "abhishek-anand",
6000                     "homepage": "https://www.drupal.org/user/468982"
6001                 },
6002                 {
6003                     "name": "brycefisherfleig",
6004                     "homepage": "https://www.drupal.org/user/1300764"
6005                 },
6006                 {
6007                     "name": "chaitanya17",
6008                     "homepage": "https://www.drupal.org/user/1998300"
6009                 },
6010                 {
6011                     "name": "heshanlk",
6012                     "homepage": "https://www.drupal.org/user/199102"
6013                 }
6014             ],
6015             "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.",
6016             "homepage": "https://www.drupal.org/project/video",
6017             "support": {
6018                 "source": "http://cgit.drupalcode.org/video"
6019             }
6020         },
6021         {
6022             "name": "drupal/video_embed_field",
6023             "version": "2.0.0",
6024             "source": {
6025                 "type": "git",
6026                 "url": "https://git.drupal.org/project/video_embed_field",
6027                 "reference": "8.x-2.0"
6028             },
6029             "dist": {
6030                 "type": "zip",
6031                 "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip",
6032                 "reference": "8.x-2.0",
6033                 "shasum": "e864f090b3cb9405376ca324d81ace83613e2019"
6034             },
6035             "require": {
6036                 "drupal/core": "*"
6037             },
6038             "require-dev": {
6039                 "drupal/colorbox": "*",
6040                 "drupal/media_entity": "*",
6041                 "drupal/media_entity_embeddable_video": "*"
6042             },
6043             "type": "drupal-module",
6044             "extra": {
6045                 "branch-alias": {
6046                     "dev-2.x": "2.x-dev"
6047                 },
6048                 "drupal": {
6049                     "version": "8.x-1.x",
6050                     "datestamp": "1523338084",
6051                     "security-coverage": {
6052                         "status": "covered",
6053                         "message": "Covered by Drupal's security advisory policy"
6054                     },
6055                     "package": "Field types"
6056                 }
6057             },
6058             "notification-url": "https://packages.drupal.org/8/downloads",
6059             "license": [
6060                 "GPL-2.0+"
6061             ],
6062             "authors": [
6063                 {
6064                     "name": "Sam152",
6065                     "homepage": "https://www.drupal.org/user/1485048"
6066                 },
6067                 {
6068                     "name": "jec006",
6069                     "homepage": "https://www.drupal.org/user/855980"
6070                 },
6071                 {
6072                     "name": "plopesc",
6073                     "homepage": "https://www.drupal.org/user/282415"
6074                 }
6075             ],
6076             "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6077             "homepage": "https://www.drupal.org/project/video_embed_field",
6078             "support": {
6079                 "source": "http://cgit.drupalcode.org/video_embed_field"
6080             }
6081         },
6082         {
6083             "name": "drupal/video_embed_media",
6084             "version": "2.0.0",
6085             "require": {
6086                 "drupal/core": "^8.4",
6087                 "drupal/video_embed_field": "self.version"
6088             },
6089             "type": "metapackage",
6090             "extra": {
6091                 "branch-alias": {
6092                     "dev-2.x": "2.x-dev"
6093                 },
6094                 "drupal": {
6095                     "version": "8.x-2.0",
6096                     "datestamp": "1523338084",
6097                     "security-coverage": {
6098                         "status": "covered",
6099                         "message": "Covered by Drupal's security advisory policy"
6100                     }
6101                 }
6102             },
6103             "notification-url": "https://packages.drupal.org/8/downloads",
6104             "license": [
6105                 "GPL-2.0-or-later"
6106             ],
6107             "authors": [
6108                 {
6109                     "name": "Sam152",
6110                     "homepage": "https://www.drupal.org/user/1485048"
6111                 },
6112                 {
6113                     "name": "jec006",
6114                     "homepage": "https://www.drupal.org/user/855980"
6115                 },
6116                 {
6117                     "name": "plopesc",
6118                     "homepage": "https://www.drupal.org/user/282415"
6119                 }
6120             ],
6121             "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.",
6122             "homepage": "https://www.drupal.org/project/video_embed_field",
6123             "support": {
6124                 "source": "http://cgit.drupalcode.org/video_embed_field"
6125             }
6126         },
6127         {
6128             "name": "drupal/videojs",
6129             "version": "1.0.0",
6130             "source": {
6131                 "type": "git",
6132                 "url": "https://git.drupal.org/project/videojs",
6133                 "reference": "8.x-1.0"
6134             },
6135             "dist": {
6136                 "type": "zip",
6137                 "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6138                 "reference": "8.x-1.0",
6139                 "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6140             },
6141             "require": {
6142                 "drupal/core": "~8.0"
6143             },
6144             "type": "drupal-module",
6145             "extra": {
6146                 "branch-alias": {
6147                     "dev-1.x": "1.x-dev"
6148                 },
6149                 "drupal": {
6150                     "version": "8.x-1.0",
6151                     "datestamp": "1454344739",
6152                     "security-coverage": {
6153                         "status": "covered",
6154                         "message": "Covered by Drupal's security advisory policy"
6155                     }
6156                 },
6157                 "patches_applied": {
6158                     "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6159                 }
6160             },
6161             "notification-url": "https://packages.drupal.org/8/downloads",
6162             "license": [
6163                 "GPL-2.0-or-later"
6164             ],
6165             "authors": [
6166                 {
6167                     "name": "Jorrit",
6168                     "homepage": "https://www.drupal.org/user/161217"
6169                 },
6170                 {
6171                     "name": "heshanlk",
6172                     "homepage": "https://www.drupal.org/user/199102"
6173                 }
6174             ],
6175             "description": "Video.js is an HTML5 Video Player.",
6176             "homepage": "https://www.drupal.org/project/videojs",
6177             "support": {
6178                 "source": "http://cgit.drupalcode.org/videojs"
6179             }
6180         },
6181         {
6182             "name": "drupal/views_bootstrap",
6183             "version": "3.0.0",
6184             "source": {
6185                 "type": "git",
6186                 "url": "https://git.drupal.org/project/views_bootstrap",
6187                 "reference": "8.x-3.0"
6188             },
6189             "dist": {
6190                 "type": "zip",
6191                 "url": "https://ftp.drupal.org/files/projects/views_bootstrap-8.x-3.0.zip",
6192                 "reference": "8.x-3.0",
6193                 "shasum": "65f6ebc231b28235d0404140cc8420580206e101"
6194             },
6195             "require": {
6196                 "drupal/core": "*"
6197             },
6198             "type": "drupal-module",
6199             "extra": {
6200                 "branch-alias": {
6201                     "dev-3.x": "3.x-dev"
6202                 },
6203                 "drupal": {
6204                     "version": "8.x-3.0",
6205                     "datestamp": "1507098244",
6206                     "security-coverage": {
6207                         "status": "covered",
6208                         "message": "Covered by Drupal's security advisory policy"
6209                     }
6210                 }
6211             },
6212             "notification-url": "https://packages.drupal.org/8/downloads",
6213             "license": [
6214                 "GPL-2.0+"
6215             ],
6216             "authors": [
6217                 {
6218                     "name": "aburrows",
6219                     "homepage": "https://www.drupal.org/user/577844"
6220                 },
6221                 {
6222                     "name": "ericpugh",
6223                     "homepage": "https://www.drupal.org/user/130084"
6224                 },
6225                 {
6226                     "name": "ikeigenwijs",
6227                     "homepage": "https://www.drupal.org/user/583238"
6228                 },
6229                 {
6230                     "name": "mrded",
6231                     "homepage": "https://www.drupal.org/user/556088"
6232                 }
6233             ],
6234             "description": "Integrate the Bootstrap framework with Views.",
6235             "homepage": "https://www.drupal.org/project/views_bootstrap",
6236             "keywords": [
6237                 "Drupal"
6238             ],
6239             "support": {
6240                 "source": "http://cgit.drupalcode.org/views_bootstrap"
6241             }
6242         },
6243         {
6244             "name": "drupal/views_responsive_grid",
6245             "version": "dev-1.x",
6246             "source": {
6247                 "type": "git",
6248                 "url": "https://git.drupal.org/project/views_responsive_grid",
6249                 "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6250             },
6251             "require": {
6252                 "drupal/core": "~8.0"
6253             },
6254             "type": "drupal-module",
6255             "extra": {
6256                 "branch-alias": {
6257                     "dev-1.x": "1.x-dev"
6258                 },
6259                 "drupal": {
6260                     "version": "8.x-1.x-dev",
6261                     "datestamp": "1373985289"
6262                 }
6263             },
6264             "notification-url": "https://packages.drupal.org/8/downloads",
6265             "license": [
6266                 "GPL-2.0+"
6267             ],
6268             "authors": [
6269                 {
6270                     "name": "iwhitcomb",
6271                     "homepage": "https://www.drupal.org/user/771654"
6272                 },
6273                 {
6274                     "name": "kyletaylored",
6275                     "homepage": "https://www.drupal.org/user/2207088"
6276                 },
6277                 {
6278                     "name": "markcarver",
6279                     "homepage": "https://www.drupal.org/user/501638"
6280                 }
6281             ],
6282             "homepage": "https://www.drupal.org/project/views_responsive_grid",
6283             "support": {
6284                 "source": "http://cgit.drupalcode.org/views_responsive_grid"
6285             }
6286         },
6287         {
6288             "name": "drush/config-extra",
6289             "version": "1.0.1",
6290             "source": {
6291                 "type": "git",
6292                 "url": "https://github.com/drush-ops/config-extra.git",
6293                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
6294             },
6295             "dist": {
6296                 "type": "zip",
6297                 "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6298                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6299                 "shasum": ""
6300             },
6301             "require": {
6302                 "php": ">=5.5.0"
6303             },
6304             "require-dev": {
6305                 "phpunit/phpunit": ">=3.5"
6306             },
6307             "type": "library",
6308             "extra": {
6309                 "branch-alias": {
6310                     "dev-master": "8.0.x-dev"
6311                 }
6312             },
6313             "autoload": {
6314                 "psr-0": {
6315                     "Drush": "lib/"
6316                 }
6317             },
6318             "notification-url": "https://packagist.org/downloads/",
6319             "license": [
6320                 "GPL-2.0+"
6321             ],
6322             "authors": [
6323                 {
6324                     "name": "Moshe Weitzman",
6325                     "email": "weitzman@tejasa.com"
6326                 },
6327                 {
6328                     "name": "Greg Anderson",
6329                     "email": "greg.1.anderson@greenknowe.org"
6330                 }
6331             ],
6332             "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
6333             "keywords": [
6334                 "Drush"
6335             ],
6336             "time": "2015-10-16T21:32:27+00:00"
6337         },
6338         {
6339             "name": "drush/drush",
6340             "version": "9.2.3",
6341             "source": {
6342                 "type": "git",
6343                 "url": "https://github.com/drush-ops/drush.git",
6344                 "reference": "c07b5b4527d6fb9226adaee14a33de5d4aa93ce8"
6345             },
6346             "dist": {
6347                 "type": "zip",
6348                 "url": "https://api.github.com/repos/drush-ops/drush/zipball/c07b5b4527d6fb9226adaee14a33de5d4aa93ce8",
6349                 "reference": "c07b5b4527d6fb9226adaee14a33de5d4aa93ce8",
6350                 "shasum": ""
6351             },
6352             "require": {
6353                 "chi-teck/drupal-code-generator": "^1.21.0",
6354                 "composer/semver": "^1.4",
6355                 "consolidation/annotated-command": "^2.8.1",
6356                 "consolidation/config": "^1.0.9",
6357                 "consolidation/output-formatters": "^3.1.12",
6358                 "consolidation/robo": "^1.1.5",
6359                 "ext-dom": "*",
6360                 "grasmash/yaml-expander": "^1.1.1",
6361                 "league/container": "~2",
6362                 "php": ">=5.6.0",
6363                 "psr/log": "~1.0",
6364                 "psy/psysh": "~0.6",
6365                 "sebastian/version": "^1|^2",
6366                 "symfony/config": "~2.2|^3",
6367                 "symfony/console": "~2.7|^3",
6368                 "symfony/event-dispatcher": "~2.7|^3",
6369                 "symfony/finder": "~2.7|^3",
6370                 "symfony/process": "~2.7|^3",
6371                 "symfony/var-dumper": "~2.7|^3",
6372                 "symfony/yaml": "~2.3|^3",
6373                 "webflo/drupal-finder": "^1.1",
6374                 "webmozart/path-util": "^2.1.0"
6375             },
6376             "require-dev": {
6377                 "lox/xhprof": "dev-master",
6378                 "phpunit/phpunit": "^4.8|^5.5.4",
6379                 "squizlabs/php_codesniffer": "^2.7"
6380             },
6381             "bin": [
6382                 "drush"
6383             ],
6384             "type": "library",
6385             "extra": {
6386                 "branch-alias": {
6387                     "dev-master": "9.0.x-dev"
6388                 }
6389             },
6390             "autoload": {
6391                 "psr-4": {
6392                     "Drush\\": "src/",
6393                     "Drush\\Internal\\": "internal-copy/",
6394                     "Unish\\": "tests/"
6395                 }
6396             },
6397             "notification-url": "https://packagist.org/downloads/",
6398             "license": [
6399                 "GPL-2.0-or-later"
6400             ],
6401             "authors": [
6402                 {
6403                     "name": "Moshe Weitzman",
6404                     "email": "weitzman@tejasa.com"
6405                 },
6406                 {
6407                     "name": "Owen Barton",
6408                     "email": "drupal@owenbarton.com"
6409                 },
6410                 {
6411                     "name": "Greg Anderson",
6412                     "email": "greg.1.anderson@greenknowe.org"
6413                 },
6414                 {
6415                     "name": "Jonathan Araña Cruz",
6416                     "email": "jonhattan@faita.net"
6417                 },
6418                 {
6419                     "name": "Jonathan Hedstrom",
6420                     "email": "jhedstrom@gmail.com"
6421                 },
6422                 {
6423                     "name": "Christopher Gervais",
6424                     "email": "chris@ergonlogic.com"
6425                 },
6426                 {
6427                     "name": "Dave Reid",
6428                     "email": "dave@davereid.net"
6429                 },
6430                 {
6431                     "name": "Damian Lee",
6432                     "email": "damiankloip@googlemail.com"
6433                 }
6434             ],
6435             "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.",
6436             "homepage": "http://www.drush.org",
6437             "time": "2018-04-03T13:45:59+00:00"
6438         },
6439         {
6440             "name": "easyrdf/easyrdf",
6441             "version": "0.9.1",
6442             "source": {
6443                 "type": "git",
6444                 "url": "https://github.com/njh/easyrdf.git",
6445                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
6446             },
6447             "dist": {
6448                 "type": "zip",
6449                 "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
6450                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
6451                 "shasum": ""
6452             },
6453             "require": {
6454                 "ext-mbstring": "*",
6455                 "ext-pcre": "*",
6456                 "php": ">=5.2.8"
6457             },
6458             "require-dev": {
6459                 "phpunit/phpunit": "~3.5",
6460                 "sami/sami": "~1.4",
6461                 "squizlabs/php_codesniffer": "~1.4.3"
6462             },
6463             "suggest": {
6464                 "ml/json-ld": "~1.0"
6465             },
6466             "type": "library",
6467             "autoload": {
6468                 "psr-0": {
6469                     "EasyRdf_": "lib/"
6470                 }
6471             },
6472             "notification-url": "https://packagist.org/downloads/",
6473             "license": [
6474                 "BSD-3-Clause"
6475             ],
6476             "authors": [
6477                 {
6478                     "name": "Nicholas Humfrey",
6479                     "email": "njh@aelius.com",
6480                     "homepage": "http://www.aelius.com/njh/",
6481                     "role": "Developer"
6482                 },
6483                 {
6484                     "name": "Alexey Zakhlestin",
6485                     "email": "indeyets@gmail.com",
6486                     "role": "Developer"
6487                 }
6488             ],
6489             "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
6490             "homepage": "http://www.easyrdf.org/",
6491             "keywords": [
6492                 "Linked Data",
6493                 "RDF",
6494                 "Semantic Web",
6495                 "Turtle",
6496                 "rdfa",
6497                 "sparql"
6498             ],
6499             "time": "2015-02-27T09:45:49+00:00"
6500         },
6501         {
6502             "name": "egulias/email-validator",
6503             "version": "1.2.14",
6504             "source": {
6505                 "type": "git",
6506                 "url": "https://github.com/egulias/EmailValidator.git",
6507                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
6508             },
6509             "dist": {
6510                 "type": "zip",
6511                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
6512                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
6513                 "shasum": ""
6514             },
6515             "require": {
6516                 "doctrine/lexer": "^1.0.1",
6517                 "php": ">= 5.3.3"
6518             },
6519             "require-dev": {
6520                 "phpunit/phpunit": "^4.8.24"
6521             },
6522             "type": "library",
6523             "extra": {
6524                 "branch-alias": {
6525                     "dev-master": "2.0.x-dev"
6526                 }
6527             },
6528             "autoload": {
6529                 "psr-0": {
6530                     "Egulias\\": "src/"
6531                 }
6532             },
6533             "notification-url": "https://packagist.org/downloads/",
6534             "license": [
6535                 "MIT"
6536             ],
6537             "authors": [
6538                 {
6539                     "name": "Eduardo Gulias Davis"
6540                 }
6541             ],
6542             "description": "A library for validating emails",
6543             "homepage": "https://github.com/egulias/EmailValidator",
6544             "keywords": [
6545                 "email",
6546                 "emailvalidation",
6547                 "emailvalidator",
6548                 "validation",
6549                 "validator"
6550             ],
6551             "time": "2017-02-03T22:48:59+00:00"
6552         },
6553         {
6554             "name": "enyo/dropzone",
6555             "version": "v4.3.0",
6556             "source": {
6557                 "type": "git",
6558                 "url": "https://github.com/enyo/dropzone.git",
6559                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
6560             },
6561             "dist": {
6562                 "type": "zip",
6563                 "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6564                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6565                 "shasum": ""
6566             },
6567             "type": "library",
6568             "notification-url": "https://packagist.org/downloads/",
6569             "license": [
6570                 "MIT"
6571             ],
6572             "authors": [
6573                 {
6574                     "name": "Matias Meno",
6575                     "email": "m@tias.me",
6576                     "homepage": "http://www.matiasmeno.com"
6577                 }
6578             ],
6579             "description": "Handles drag and drop of files for you.",
6580             "homepage": "http://www.dropzonejs.com",
6581             "keywords": [
6582                 "drag and drop",
6583                 "dragndrop",
6584                 "file upload",
6585                 "upload"
6586             ],
6587             "time": "2016-02-14T04:19:41+00:00"
6588         },
6589         {
6590             "name": "ezyang/htmlpurifier",
6591             "version": "v4.10.0",
6592             "source": {
6593                 "type": "git",
6594                 "url": "https://github.com/ezyang/htmlpurifier.git",
6595                 "reference": "d85d39da4576a6934b72480be6978fb10c860021"
6596             },
6597             "dist": {
6598                 "type": "zip",
6599                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
6600                 "reference": "d85d39da4576a6934b72480be6978fb10c860021",
6601                 "shasum": ""
6602             },
6603             "require": {
6604                 "php": ">=5.2"
6605             },
6606             "require-dev": {
6607                 "simpletest/simpletest": "^1.1"
6608             },
6609             "type": "library",
6610             "autoload": {
6611                 "psr-0": {
6612                     "HTMLPurifier": "library/"
6613                 },
6614                 "files": [
6615                     "library/HTMLPurifier.composer.php"
6616                 ]
6617             },
6618             "notification-url": "https://packagist.org/downloads/",
6619             "license": [
6620                 "LGPL"
6621             ],
6622             "authors": [
6623                 {
6624                     "name": "Edward Z. Yang",
6625                     "email": "admin@htmlpurifier.org",
6626                     "homepage": "http://ezyang.com"
6627                 }
6628             ],
6629             "description": "Standards compliant HTML filter written in PHP",
6630             "homepage": "http://htmlpurifier.org/",
6631             "keywords": [
6632                 "html"
6633             ],
6634             "time": "2018-02-23T01:58:20+00:00"
6635         },
6636         {
6637             "name": "geedmo/yamm3",
6638             "version": "1.1.0",
6639             "source": {
6640                 "type": "git",
6641                 "url": "https://github.com/geedmo/yamm3.git",
6642                 "reference": "5aa11451340187cce1bc195a4437937b19535508"
6643             },
6644             "dist": {
6645                 "type": "zip",
6646                 "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
6647                 "reference": "5aa11451340187cce1bc195a4437937b19535508",
6648                 "shasum": ""
6649             },
6650             "type": "library",
6651             "notification-url": "https://packagist.org/downloads/",
6652             "license": [
6653                 "MIT"
6654             ],
6655             "authors": [
6656                 {
6657                     "name": "German Morales",
6658                     "email": "geedmo.ds@gmail.com",
6659                     "homepage": "http://geedmo.com"
6660                 }
6661             ],
6662             "description": "Yet another megamenu for Bootstrap 3.x",
6663             "homepage": "http://geedmo.github.io/yamm3/",
6664             "keywords": [
6665                 "bootstrap",
6666                 "megadropdown",
6667                 "megamenu"
6668             ],
6669             "time": "2015-04-04T12:59:29+00:00"
6670         },
6671         {
6672             "name": "grasmash/expander",
6673             "version": "1.0.0",
6674             "source": {
6675                 "type": "git",
6676                 "url": "https://github.com/grasmash/expander.git",
6677                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
6678             },
6679             "dist": {
6680                 "type": "zip",
6681                 "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
6682                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
6683                 "shasum": ""
6684             },
6685             "require": {
6686                 "dflydev/dot-access-data": "^1.1.0",
6687                 "php": ">=5.4"
6688             },
6689             "require-dev": {
6690                 "greg-1-anderson/composer-test-scenarios": "^1",
6691                 "phpunit/phpunit": "^4|^5.5.4",
6692                 "satooshi/php-coveralls": "^1.0.2|dev-master",
6693                 "squizlabs/php_codesniffer": "^2.7"
6694             },
6695             "type": "library",
6696             "extra": {
6697                 "branch-alias": {
6698                     "dev-master": "1.x-dev"
6699                 }
6700             },
6701             "autoload": {
6702                 "psr-4": {
6703                     "Grasmash\\Expander\\": "src/"
6704                 }
6705             },
6706             "notification-url": "https://packagist.org/downloads/",
6707             "license": [
6708                 "MIT"
6709             ],
6710             "authors": [
6711                 {
6712                     "name": "Matthew Grasmick"
6713                 }
6714             ],
6715             "description": "Expands internal property references in PHP arrays file.",
6716             "time": "2017-12-21T22:14:55+00:00"
6717         },
6718         {
6719             "name": "grasmash/yaml-expander",
6720             "version": "1.4.0",
6721             "source": {
6722                 "type": "git",
6723                 "url": "https://github.com/grasmash/yaml-expander.git",
6724                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
6725             },
6726             "dist": {
6727                 "type": "zip",
6728                 "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
6729                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
6730                 "shasum": ""
6731             },
6732             "require": {
6733                 "dflydev/dot-access-data": "^1.1.0",
6734                 "php": ">=5.4",
6735                 "symfony/yaml": "^2.8.11|^3|^4"
6736             },
6737             "require-dev": {
6738                 "greg-1-anderson/composer-test-scenarios": "^1",
6739                 "phpunit/phpunit": "^4.8|^5.5.4",
6740                 "satooshi/php-coveralls": "^1.0.2|dev-master",
6741                 "squizlabs/php_codesniffer": "^2.7"
6742             },
6743             "type": "library",
6744             "extra": {
6745                 "branch-alias": {
6746                     "dev-master": "1.x-dev"
6747                 }
6748             },
6749             "autoload": {
6750                 "psr-4": {
6751                     "Grasmash\\YamlExpander\\": "src/"
6752                 }
6753             },
6754             "notification-url": "https://packagist.org/downloads/",
6755             "license": [
6756                 "MIT"
6757             ],
6758             "authors": [
6759                 {
6760                     "name": "Matthew Grasmick"
6761                 }
6762             ],
6763             "description": "Expands internal property references in a yaml file.",
6764             "time": "2017-12-16T16:06:03+00:00"
6765         },
6766         {
6767             "name": "grom358/pharborist",
6768             "version": "dev-master",
6769             "source": {
6770                 "type": "git",
6771                 "url": "https://github.com/grom358/pharborist.git",
6772                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
6773             },
6774             "dist": {
6775                 "type": "zip",
6776                 "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
6777                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
6778                 "shasum": ""
6779             },
6780             "require": {
6781                 "php": ">=5.4",
6782                 "phpdocumentor/reflection-docblock": "2.0.*"
6783             },
6784             "require-dev": {
6785                 "apigen/apigen": "2.8.*",
6786                 "phpunit/phpunit": "4.2.*"
6787             },
6788             "type": "library",
6789             "autoload": {
6790                 "psr-4": {
6791                     "Pharborist\\": "src/"
6792                 }
6793             },
6794             "notification-url": "https://packagist.org/downloads/",
6795             "license": [
6796                 "GPL"
6797             ],
6798             "authors": [
6799                 {
6800                     "name": "Cameron Zemek",
6801                     "role": "lead"
6802                 }
6803             ],
6804             "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
6805             "keywords": [
6806                 "standards",
6807                 "syntax"
6808             ],
6809             "time": "2015-09-20T22:14:29+00:00"
6810         },
6811         {
6812             "name": "guzzlehttp/guzzle",
6813             "version": "6.3.3",
6814             "source": {
6815                 "type": "git",
6816                 "url": "https://github.com/guzzle/guzzle.git",
6817                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
6818             },
6819             "dist": {
6820                 "type": "zip",
6821                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
6822                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
6823                 "shasum": ""
6824             },
6825             "require": {
6826                 "guzzlehttp/promises": "^1.0",
6827                 "guzzlehttp/psr7": "^1.4",
6828                 "php": ">=5.5"
6829             },
6830             "require-dev": {
6831                 "ext-curl": "*",
6832                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
6833                 "psr/log": "^1.0"
6834             },
6835             "suggest": {
6836                 "psr/log": "Required for using the Log middleware"
6837             },
6838             "type": "library",
6839             "extra": {
6840                 "branch-alias": {
6841                     "dev-master": "6.3-dev"
6842                 }
6843             },
6844             "autoload": {
6845                 "files": [
6846                     "src/functions_include.php"
6847                 ],
6848                 "psr-4": {
6849                     "GuzzleHttp\\": "src/"
6850                 }
6851             },
6852             "notification-url": "https://packagist.org/downloads/",
6853             "license": [
6854                 "MIT"
6855             ],
6856             "authors": [
6857                 {
6858                     "name": "Michael Dowling",
6859                     "email": "mtdowling@gmail.com",
6860                     "homepage": "https://github.com/mtdowling"
6861                 }
6862             ],
6863             "description": "Guzzle is a PHP HTTP client library",
6864             "homepage": "http://guzzlephp.org/",
6865             "keywords": [
6866                 "client",
6867                 "curl",
6868                 "framework",
6869                 "http",
6870                 "http client",
6871                 "rest",
6872                 "web service"
6873             ],
6874             "time": "2018-04-22T15:46:56+00:00"
6875         },
6876         {
6877             "name": "guzzlehttp/promises",
6878             "version": "v1.3.1",
6879             "source": {
6880                 "type": "git",
6881                 "url": "https://github.com/guzzle/promises.git",
6882                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
6883             },
6884             "dist": {
6885                 "type": "zip",
6886                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
6887                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
6888                 "shasum": ""
6889             },
6890             "require": {
6891                 "php": ">=5.5.0"
6892             },
6893             "require-dev": {
6894                 "phpunit/phpunit": "^4.0"
6895             },
6896             "type": "library",
6897             "extra": {
6898                 "branch-alias": {
6899                     "dev-master": "1.4-dev"
6900                 }
6901             },
6902             "autoload": {
6903                 "psr-4": {
6904                     "GuzzleHttp\\Promise\\": "src/"
6905                 },
6906                 "files": [
6907                     "src/functions_include.php"
6908                 ]
6909             },
6910             "notification-url": "https://packagist.org/downloads/",
6911             "license": [
6912                 "MIT"
6913             ],
6914             "authors": [
6915                 {
6916                     "name": "Michael Dowling",
6917                     "email": "mtdowling@gmail.com",
6918                     "homepage": "https://github.com/mtdowling"
6919                 }
6920             ],
6921             "description": "Guzzle promises library",
6922             "keywords": [
6923                 "promise"
6924             ],
6925             "time": "2016-12-20T10:07:11+00:00"
6926         },
6927         {
6928             "name": "guzzlehttp/psr7",
6929             "version": "1.4.2",
6930             "source": {
6931                 "type": "git",
6932                 "url": "https://github.com/guzzle/psr7.git",
6933                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
6934             },
6935             "dist": {
6936                 "type": "zip",
6937                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
6938                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
6939                 "shasum": ""
6940             },
6941             "require": {
6942                 "php": ">=5.4.0",
6943                 "psr/http-message": "~1.0"
6944             },
6945             "provide": {
6946                 "psr/http-message-implementation": "1.0"
6947             },
6948             "require-dev": {
6949                 "phpunit/phpunit": "~4.0"
6950             },
6951             "type": "library",
6952             "extra": {
6953                 "branch-alias": {
6954                     "dev-master": "1.4-dev"
6955                 }
6956             },
6957             "autoload": {
6958                 "psr-4": {
6959                     "GuzzleHttp\\Psr7\\": "src/"
6960                 },
6961                 "files": [
6962                     "src/functions_include.php"
6963                 ]
6964             },
6965             "notification-url": "https://packagist.org/downloads/",
6966             "license": [
6967                 "MIT"
6968             ],
6969             "authors": [
6970                 {
6971                     "name": "Michael Dowling",
6972                     "email": "mtdowling@gmail.com",
6973                     "homepage": "https://github.com/mtdowling"
6974                 },
6975                 {
6976                     "name": "Tobias Schultze",
6977                     "homepage": "https://github.com/Tobion"
6978                 }
6979             ],
6980             "description": "PSR-7 message implementation that also provides common utility methods",
6981             "keywords": [
6982                 "http",
6983                 "message",
6984                 "request",
6985                 "response",
6986                 "stream",
6987                 "uri",
6988                 "url"
6989             ],
6990             "time": "2017-03-20T17:10:46+00:00"
6991         },
6992         {
6993             "name": "j7mbo/twitter-api-php",
6994             "version": "1.0.6",
6995             "source": {
6996                 "type": "git",
6997                 "url": "https://github.com/J7mbo/twitter-api-php.git",
6998                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
6999             },
7000             "dist": {
7001                 "type": "zip",
7002                 "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7003                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7004                 "shasum": ""
7005             },
7006             "require": {
7007                 "ext-curl": "*"
7008             },
7009             "require-dev": {
7010                 "phpunit/phpunit": "~4.5,>=4.5.1"
7011             },
7012             "type": "library",
7013             "extra": {
7014                 "branch-alias": {
7015                     "dev-master": "1.0-dev"
7016                 }
7017             },
7018             "autoload": {
7019                 "classmap": [
7020                     "TwitterAPIExchange.php"
7021                 ]
7022             },
7023             "notification-url": "https://packagist.org/downloads/",
7024             "license": [
7025                 "GNU Public License"
7026             ],
7027             "authors": [
7028                 {
7029                     "name": "James Mallison",
7030                     "homepage": "https://github.com/j7mbo/twitter-api-php"
7031                 }
7032             ],
7033             "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
7034             "homepage": "https://github.com/j7mbo/twitter-api-php",
7035             "keywords": [
7036                 "api",
7037                 "php",
7038                 "twitter"
7039             ],
7040             "time": "2017-05-08T12:10:56+00:00"
7041         },
7042         {
7043             "name": "jakub-onderka/php-console-color",
7044             "version": "0.1",
7045             "source": {
7046                 "type": "git",
7047                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
7048                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
7049             },
7050             "dist": {
7051                 "type": "zip",
7052                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
7053                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
7054                 "shasum": ""
7055             },
7056             "require": {
7057                 "php": ">=5.3.2"
7058             },
7059             "require-dev": {
7060                 "jakub-onderka/php-code-style": "1.0",
7061                 "jakub-onderka/php-parallel-lint": "0.*",
7062                 "jakub-onderka/php-var-dump-check": "0.*",
7063                 "phpunit/phpunit": "3.7.*",
7064                 "squizlabs/php_codesniffer": "1.*"
7065             },
7066             "type": "library",
7067             "autoload": {
7068                 "psr-0": {
7069                     "JakubOnderka\\PhpConsoleColor": "src/"
7070                 }
7071             },
7072             "notification-url": "https://packagist.org/downloads/",
7073             "license": [
7074                 "BSD-2-Clause"
7075             ],
7076             "authors": [
7077                 {
7078                     "name": "Jakub Onderka",
7079                     "email": "jakub.onderka@gmail.com",
7080                     "homepage": "http://www.acci.cz"
7081                 }
7082             ],
7083             "time": "2014-04-08T15:00:19+00:00"
7084         },
7085         {
7086             "name": "jakub-onderka/php-console-highlighter",
7087             "version": "v0.3.2",
7088             "source": {
7089                 "type": "git",
7090                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
7091                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
7092             },
7093             "dist": {
7094                 "type": "zip",
7095                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
7096                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
7097                 "shasum": ""
7098             },
7099             "require": {
7100                 "jakub-onderka/php-console-color": "~0.1",
7101                 "php": ">=5.3.0"
7102             },
7103             "require-dev": {
7104                 "jakub-onderka/php-code-style": "~1.0",
7105                 "jakub-onderka/php-parallel-lint": "~0.5",
7106                 "jakub-onderka/php-var-dump-check": "~0.1",
7107                 "phpunit/phpunit": "~4.0",
7108                 "squizlabs/php_codesniffer": "~1.5"
7109             },
7110             "type": "library",
7111             "autoload": {
7112                 "psr-0": {
7113                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
7114                 }
7115             },
7116             "notification-url": "https://packagist.org/downloads/",
7117             "license": [
7118                 "MIT"
7119             ],
7120             "authors": [
7121                 {
7122                     "name": "Jakub Onderka",
7123                     "email": "acci@acci.cz",
7124                     "homepage": "http://www.acci.cz/"
7125                 }
7126             ],
7127             "time": "2015-04-20T18:58:01+00:00"
7128         },
7129         {
7130             "name": "league/container",
7131             "version": "2.4.1",
7132             "source": {
7133                 "type": "git",
7134                 "url": "https://github.com/thephpleague/container.git",
7135                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
7136             },
7137             "dist": {
7138                 "type": "zip",
7139                 "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
7140                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
7141                 "shasum": ""
7142             },
7143             "require": {
7144                 "container-interop/container-interop": "^1.2",
7145                 "php": "^5.4.0 || ^7.0"
7146             },
7147             "provide": {
7148                 "container-interop/container-interop-implementation": "^1.2",
7149                 "psr/container-implementation": "^1.0"
7150             },
7151             "replace": {
7152                 "orno/di": "~2.0"
7153             },
7154             "require-dev": {
7155                 "phpunit/phpunit": "4.*"
7156             },
7157             "type": "library",
7158             "extra": {
7159                 "branch-alias": {
7160                     "dev-2.x": "2.x-dev",
7161                     "dev-1.x": "1.x-dev"
7162                 }
7163             },
7164             "autoload": {
7165                 "psr-4": {
7166                     "League\\Container\\": "src"
7167                 }
7168             },
7169             "notification-url": "https://packagist.org/downloads/",
7170             "license": [
7171                 "MIT"
7172             ],
7173             "authors": [
7174                 {
7175                     "name": "Phil Bennett",
7176                     "email": "philipobenito@gmail.com",
7177                     "homepage": "http://www.philipobenito.com",
7178                     "role": "Developer"
7179                 }
7180             ],
7181             "description": "A fast and intuitive dependency injection container.",
7182             "homepage": "https://github.com/thephpleague/container",
7183             "keywords": [
7184                 "container",
7185                 "dependency",
7186                 "di",
7187                 "injection",
7188                 "league",
7189                 "provider",
7190                 "service"
7191             ],
7192             "time": "2017-05-10T09:20:27+00:00"
7193         },
7194         {
7195             "name": "masterminds/html5",
7196             "version": "2.3.0",
7197             "source": {
7198                 "type": "git",
7199                 "url": "https://github.com/Masterminds/html5-php.git",
7200                 "reference": "2c37c6c520b995b761674de3be8455a381679067"
7201             },
7202             "dist": {
7203                 "type": "zip",
7204                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067",
7205                 "reference": "2c37c6c520b995b761674de3be8455a381679067",
7206                 "shasum": ""
7207             },
7208             "require": {
7209                 "ext-libxml": "*",
7210                 "php": ">=5.3.0"
7211             },
7212             "require-dev": {
7213                 "phpunit/phpunit": "4.*",
7214                 "sami/sami": "~2.0",
7215                 "satooshi/php-coveralls": "1.0.*"
7216             },
7217             "type": "library",
7218             "extra": {
7219                 "branch-alias": {
7220                     "dev-master": "2.2-dev"
7221                 }
7222             },
7223             "autoload": {
7224                 "psr-4": {
7225                     "Masterminds\\": "src"
7226                 }
7227             },
7228             "notification-url": "https://packagist.org/downloads/",
7229             "license": [
7230                 "MIT"
7231             ],
7232             "authors": [
7233                 {
7234                     "name": "Matt Butcher",
7235                     "email": "technosophos@gmail.com"
7236                 },
7237                 {
7238                     "name": "Asmir Mustafic",
7239                     "email": "goetas@gmail.com"
7240                 },
7241                 {
7242                     "name": "Matt Farina",
7243                     "email": "matt@mattfarina.com"
7244                 }
7245             ],
7246             "description": "An HTML5 parser and serializer.",
7247             "homepage": "http://masterminds.github.io/html5-php",
7248             "keywords": [
7249                 "HTML5",
7250                 "dom",
7251                 "html",
7252                 "parser",
7253                 "querypath",
7254                 "serializer",
7255                 "xml"
7256             ],
7257             "time": "2017-09-04T12:26:28+00:00"
7258         },
7259         {
7260             "name": "mehrpadin/superfish",
7261             "version": "2.1",
7262             "source": {
7263                 "type": "git",
7264                 "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
7265                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
7266             },
7267             "dist": {
7268                 "type": "zip",
7269                 "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7270                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7271                 "shasum": ""
7272             },
7273             "type": "drupal-library",
7274             "notification-url": "https://packagist.org/downloads/",
7275             "license": [
7276                 "MIT"
7277             ],
7278             "description": "Superfish library for the Drupal Superfish module.",
7279             "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
7280             "keywords": [
7281                 "jquery",
7282                 "plugin"
7283             ],
7284             "time": "2017-05-30T13:00:18+00:00"
7285         },
7286         {
7287             "name": "michelf/php-markdown",
7288             "version": "1.8.0",
7289             "source": {
7290                 "type": "git",
7291                 "url": "https://github.com/michelf/php-markdown.git",
7292                 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
7293             },
7294             "dist": {
7295                 "type": "zip",
7296                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
7297                 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
7298                 "shasum": ""
7299             },
7300             "require": {
7301                 "php": ">=5.3.0"
7302             },
7303             "type": "library",
7304             "autoload": {
7305                 "psr-4": {
7306                     "Michelf\\": "Michelf/"
7307                 }
7308             },
7309             "notification-url": "https://packagist.org/downloads/",
7310             "license": [
7311                 "BSD-3-Clause"
7312             ],
7313             "authors": [
7314                 {
7315                     "name": "Michel Fortin",
7316                     "email": "michel.fortin@michelf.ca",
7317                     "homepage": "https://michelf.ca/",
7318                     "role": "Developer"
7319                 },
7320                 {
7321                     "name": "John Gruber",
7322                     "homepage": "https://daringfireball.net/"
7323                 }
7324             ],
7325             "description": "PHP Markdown",
7326             "homepage": "https://michelf.ca/projects/php-markdown/",
7327             "keywords": [
7328                 "markdown"
7329             ],
7330             "time": "2018-01-15T00:49:33+00:00"
7331         },
7332         {
7333             "name": "mkalkbrenner/php-htmldiff-advanced",
7334             "version": "0.0.8",
7335             "source": {
7336                 "type": "git",
7337                 "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
7338                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
7339             },
7340             "dist": {
7341                 "type": "zip",
7342                 "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7343                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7344                 "shasum": ""
7345             },
7346             "require": {
7347                 "caxy/php-htmldiff": ">=0.0.6",
7348                 "php": ">=5.5.0"
7349             },
7350             "type": "library",
7351             "autoload": {
7352                 "files": [
7353                     "src/HtmlDiffAdvancedInterface.php",
7354                     "src/HtmlDiffAdvanced.php"
7355                 ]
7356             },
7357             "notification-url": "https://packagist.org/downloads/",
7358             "license": [
7359                 "GNU General Public License V2"
7360             ],
7361             "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
7362             "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
7363             "keywords": [
7364                 "diff",
7365                 "html"
7366             ],
7367             "time": "2016-07-25T17:07:32+00:00"
7368         },
7369         {
7370             "name": "nikic/php-parser",
7371             "version": "v4.0.1",
7372             "source": {
7373                 "type": "git",
7374                 "url": "https://github.com/nikic/PHP-Parser.git",
7375                 "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3"
7376             },
7377             "dist": {
7378                 "type": "zip",
7379                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
7380                 "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
7381                 "shasum": ""
7382             },
7383             "require": {
7384                 "ext-tokenizer": "*",
7385                 "php": ">=7.0"
7386             },
7387             "require-dev": {
7388                 "phpunit/phpunit": "^6.5 || ^7.0"
7389             },
7390             "bin": [
7391                 "bin/php-parse"
7392             ],
7393             "type": "library",
7394             "extra": {
7395                 "branch-alias": {
7396                     "dev-master": "4.0-dev"
7397                 }
7398             },
7399             "autoload": {
7400                 "psr-4": {
7401                     "PhpParser\\": "lib/PhpParser"
7402                 }
7403             },
7404             "notification-url": "https://packagist.org/downloads/",
7405             "license": [
7406                 "BSD-3-Clause"
7407             ],
7408             "authors": [
7409                 {
7410                     "name": "Nikita Popov"
7411                 }
7412             ],
7413             "description": "A PHP parser written in PHP",
7414             "keywords": [
7415                 "parser",
7416                 "php"
7417             ],
7418             "time": "2018-03-25T17:35:16+00:00"
7419         },
7420         {
7421             "name": "paragonie/random_compat",
7422             "version": "v2.0.12",
7423             "source": {
7424                 "type": "git",
7425                 "url": "https://github.com/paragonie/random_compat.git",
7426                 "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
7427             },
7428             "dist": {
7429                 "type": "zip",
7430                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
7431                 "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
7432                 "shasum": ""
7433             },
7434             "require": {
7435                 "php": ">=5.2.0"
7436             },
7437             "require-dev": {
7438                 "phpunit/phpunit": "4.*|5.*"
7439             },
7440             "suggest": {
7441                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
7442             },
7443             "type": "library",
7444             "autoload": {
7445                 "files": [
7446                     "lib/random.php"
7447                 ]
7448             },
7449             "notification-url": "https://packagist.org/downloads/",
7450             "license": [
7451                 "MIT"
7452             ],
7453             "authors": [
7454                 {
7455                     "name": "Paragon Initiative Enterprises",
7456                     "email": "security@paragonie.com",
7457                     "homepage": "https://paragonie.com"
7458                 }
7459             ],
7460             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
7461             "keywords": [
7462                 "csprng",
7463                 "pseudorandom",
7464                 "random"
7465             ],
7466             "time": "2018-04-04T21:24:14+00:00"
7467         },
7468         {
7469             "name": "phpdocumentor/reflection-docblock",
7470             "version": "2.0.5",
7471             "source": {
7472                 "type": "git",
7473                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
7474                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
7475             },
7476             "dist": {
7477                 "type": "zip",
7478                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7479                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7480                 "shasum": ""
7481             },
7482             "require": {
7483                 "php": ">=5.3.3"
7484             },
7485             "require-dev": {
7486                 "phpunit/phpunit": "~4.0"
7487             },
7488             "suggest": {
7489                 "dflydev/markdown": "~1.0",
7490                 "erusev/parsedown": "~1.0"
7491             },
7492             "type": "library",
7493             "extra": {
7494                 "branch-alias": {
7495                     "dev-master": "2.0.x-dev"
7496                 }
7497             },
7498             "autoload": {
7499                 "psr-0": {
7500                     "phpDocumentor": [
7501                         "src/"
7502                     ]
7503                 }
7504             },
7505             "notification-url": "https://packagist.org/downloads/",
7506             "license": [
7507                 "MIT"
7508             ],
7509             "authors": [
7510                 {
7511                     "name": "Mike van Riel",
7512                     "email": "mike.vanriel@naenius.com"
7513                 }
7514             ],
7515             "time": "2016-01-25T08:17:30+00:00"
7516         },
7517         {
7518             "name": "psr/container",
7519             "version": "1.0.0",
7520             "source": {
7521                 "type": "git",
7522                 "url": "https://github.com/php-fig/container.git",
7523                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
7524             },
7525             "dist": {
7526                 "type": "zip",
7527                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7528                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7529                 "shasum": ""
7530             },
7531             "require": {
7532                 "php": ">=5.3.0"
7533             },
7534             "type": "library",
7535             "extra": {
7536                 "branch-alias": {
7537                     "dev-master": "1.0.x-dev"
7538                 }
7539             },
7540             "autoload": {
7541                 "psr-4": {
7542                     "Psr\\Container\\": "src/"
7543                 }
7544             },
7545             "notification-url": "https://packagist.org/downloads/",
7546             "license": [
7547                 "MIT"
7548             ],
7549             "authors": [
7550                 {
7551                     "name": "PHP-FIG",
7552                     "homepage": "http://www.php-fig.org/"
7553                 }
7554             ],
7555             "description": "Common Container Interface (PHP FIG PSR-11)",
7556             "homepage": "https://github.com/php-fig/container",
7557             "keywords": [
7558                 "PSR-11",
7559                 "container",
7560                 "container-interface",
7561                 "container-interop",
7562                 "psr"
7563             ],
7564             "time": "2017-02-14T16:28:37+00:00"
7565         },
7566         {
7567             "name": "psr/http-message",
7568             "version": "1.0.1",
7569             "source": {
7570                 "type": "git",
7571                 "url": "https://github.com/php-fig/http-message.git",
7572                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7573             },
7574             "dist": {
7575                 "type": "zip",
7576                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7577                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7578                 "shasum": ""
7579             },
7580             "require": {
7581                 "php": ">=5.3.0"
7582             },
7583             "type": "library",
7584             "extra": {
7585                 "branch-alias": {
7586                     "dev-master": "1.0.x-dev"
7587                 }
7588             },
7589             "autoload": {
7590                 "psr-4": {
7591                     "Psr\\Http\\Message\\": "src/"
7592                 }
7593             },
7594             "notification-url": "https://packagist.org/downloads/",
7595             "license": [
7596                 "MIT"
7597             ],
7598             "authors": [
7599                 {
7600                     "name": "PHP-FIG",
7601                     "homepage": "http://www.php-fig.org/"
7602                 }
7603             ],
7604             "description": "Common interface for HTTP messages",
7605             "homepage": "https://github.com/php-fig/http-message",
7606             "keywords": [
7607                 "http",
7608                 "http-message",
7609                 "psr",
7610                 "psr-7",
7611                 "request",
7612                 "response"
7613             ],
7614             "time": "2016-08-06T14:39:51+00:00"
7615         },
7616         {
7617             "name": "psr/log",
7618             "version": "1.0.2",
7619             "source": {
7620                 "type": "git",
7621                 "url": "https://github.com/php-fig/log.git",
7622                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
7623             },
7624             "dist": {
7625                 "type": "zip",
7626                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
7627                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
7628                 "shasum": ""
7629             },
7630             "require": {
7631                 "php": ">=5.3.0"
7632             },
7633             "type": "library",
7634             "extra": {
7635                 "branch-alias": {
7636                     "dev-master": "1.0.x-dev"
7637                 }
7638             },
7639             "autoload": {
7640                 "psr-4": {
7641                     "Psr\\Log\\": "Psr/Log/"
7642                 }
7643             },
7644             "notification-url": "https://packagist.org/downloads/",
7645             "license": [
7646                 "MIT"
7647             ],
7648             "authors": [
7649                 {
7650                     "name": "PHP-FIG",
7651                     "homepage": "http://www.php-fig.org/"
7652                 }
7653             ],
7654             "description": "Common interface for logging libraries",
7655             "homepage": "https://github.com/php-fig/log",
7656             "keywords": [
7657                 "log",
7658                 "psr",
7659                 "psr-3"
7660             ],
7661             "time": "2016-10-10T12:19:37+00:00"
7662         },
7663         {
7664             "name": "psy/psysh",
7665             "version": "v0.9.4",
7666             "source": {
7667                 "type": "git",
7668                 "url": "https://github.com/bobthecow/psysh.git",
7669                 "reference": "4d969a0e08e1e05e7207c07cb4207017ecc9a331"
7670             },
7671             "dist": {
7672                 "type": "zip",
7673                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4d969a0e08e1e05e7207c07cb4207017ecc9a331",
7674                 "reference": "4d969a0e08e1e05e7207c07cb4207017ecc9a331",
7675                 "shasum": ""
7676             },
7677             "require": {
7678                 "dnoegel/php-xdg-base-dir": "0.1",
7679                 "jakub-onderka/php-console-highlighter": "0.3.*",
7680                 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
7681                 "php": ">=5.4.0",
7682                 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
7683                 "symfony/var-dumper": "~2.7|~3.0|~4.0"
7684             },
7685             "require-dev": {
7686                 "bamarni/composer-bin-plugin": "^1.2",
7687                 "hoa/console": "~2.15|~3.16",
7688                 "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
7689             },
7690             "suggest": {
7691                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
7692                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
7693                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
7694                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
7695                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
7696             },
7697             "bin": [
7698                 "bin/psysh"
7699             ],
7700             "type": "library",
7701             "extra": {
7702                 "branch-alias": {
7703                     "dev-develop": "0.9.x-dev"
7704                 }
7705             },
7706             "autoload": {
7707                 "files": [
7708                     "src/functions.php"
7709                 ],
7710                 "psr-4": {
7711                     "Psy\\": "src/"
7712                 }
7713             },
7714             "notification-url": "https://packagist.org/downloads/",
7715             "license": [
7716                 "MIT"
7717             ],
7718             "authors": [
7719                 {
7720                     "name": "Justin Hileman",
7721                     "email": "justin@justinhileman.info",
7722                     "homepage": "http://justinhileman.com"
7723                 }
7724             ],
7725             "description": "An interactive shell for modern PHP.",
7726             "homepage": "http://psysh.org",
7727             "keywords": [
7728                 "REPL",
7729                 "console",
7730                 "interactive",
7731                 "shell"
7732             ],
7733             "time": "2018-05-22T06:48:07+00:00"
7734         },
7735         {
7736             "name": "roave/security-advisories",
7737             "version": "dev-master",
7738             "source": {
7739                 "type": "git",
7740                 "url": "https://github.com/Roave/SecurityAdvisories.git",
7741                 "reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69"
7742             },
7743             "dist": {
7744                 "type": "zip",
7745                 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69",
7746                 "reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69",
7747                 "shasum": ""
7748             },
7749             "conflict": {
7750                 "3f/pygmentize": "<1.2",
7751                 "adodb/adodb-php": "<5.20.12",
7752                 "amphp/artax": "<1.0.6|>=2,<2.0.6",
7753                 "amphp/http": "<1.0.1",
7754                 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
7755                 "aws/aws-sdk-php": ">=3,<3.2.1",
7756                 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
7757                 "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",
7758                 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
7759                 "cartalyst/sentry": "<=2.1.6",
7760                 "codeigniter/framework": "<=3.0.6",
7761                 "composer/composer": "<=1.0.0-alpha11",
7762                 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
7763                 "contao/core": ">=2,<3.5.35",
7764                 "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
7765                 "contao/listing-bundle": ">=4,<4.4.8",
7766                 "contao/newsletter-bundle": ">=4,<4.1",
7767                 "doctrine/annotations": ">=1,<1.2.7",
7768                 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
7769                 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
7770                 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
7771                 "doctrine/doctrine-bundle": "<1.5.2",
7772                 "doctrine/doctrine-module": "<=0.7.1",
7773                 "doctrine/mongodb-odm": ">=1,<1.0.2",
7774                 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
7775                 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
7776                 "dompdf/dompdf": ">=0.6,<0.6.2",
7777                 "drupal/core": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
7778                 "drupal/drupal": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
7779                 "erusev/parsedown": "<1.7",
7780                 "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",
7781                 "firebase/php-jwt": "<2",
7782                 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
7783                 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
7784                 "fuel/core": "<1.8.1",
7785                 "gree/jose": "<=2.2",
7786                 "gregwar/rst": "<1.0.3",
7787                 "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
7788                 "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",
7789                 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
7790                 "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",
7791                 "joomla/session": "<1.3.1",
7792                 "kreait/firebase-php": ">=3.2,<3.8.1",
7793                 "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",
7794                 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
7795                 "magento/magento1ce": ">=1.5.0.1,<1.9.3.2",
7796                 "magento/magento1ee": ">=1.9,<1.14.3.2",
7797                 "magento/magento2ce": ">=2,<2.2",
7798                 "monolog/monolog": ">=1.8,<1.12",
7799                 "namshi/jose": "<2.2",
7800                 "onelogin/php-saml": "<2.10.4",
7801                 "oro/crm": ">=1.7,<1.7.4",
7802                 "oro/platform": ">=1.7,<1.7.4",
7803                 "padraic/humbug_get_contents": "<1.1.2",
7804                 "pagarme/pagarme-php": ">=0,<3",
7805                 "paragonie/random_compat": "<2",
7806                 "paypal/merchant-sdk-php": "<3.12",
7807                 "phpmailer/phpmailer": ">=5,<5.2.24",
7808                 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
7809                 "phpxmlrpc/extras": "<0.6.1",
7810                 "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
7811                 "propel/propel1": ">=1,<=1.7.1",
7812                 "pusher/pusher-php-server": "<2.2.1",
7813                 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
7814                 "shopware/shopware": "<5.3.7",
7815                 "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
7816                 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
7817                 "silverstripe/framework": ">=3,<3.3",
7818                 "silverstripe/userforms": "<3",
7819                 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
7820                 "simplesamlphp/simplesamlphp": "<1.15.2",
7821                 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
7822                 "slim/slim": "<2.6",
7823                 "socalnick/scn-social-auth": "<1.15.2",
7824                 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
7825                 "stormpath/sdk": ">=0,<9.9.99",
7826                 "swiftmailer/swiftmailer": ">=4,<5.4.5",
7827                 "symfony/dependency-injection": ">=2,<2.0.17",
7828                 "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",
7829                 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
7830                 "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6",
7831                 "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
7832                 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
7833                 "symfony/routing": ">=2,<2.0.19",
7834                 "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",
7835                 "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",
7836                 "symfony/security-csrf": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
7837                 "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",
7838                 "symfony/serializer": ">=2,<2.0.11",
7839                 "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",
7840                 "symfony/translation": ">=2,<2.0.17",
7841                 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
7842                 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
7843                 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
7844                 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
7845                 "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
7846                 "titon/framework": ">=0,<9.9.99",
7847                 "twig/twig": "<1.20",
7848                 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.22|>=8,<8.7.5",
7849                 "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",
7850                 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
7851                 "willdurand/js-translation-bundle": "<2.1.1",
7852                 "yiisoft/yii": ">=1.1.14,<1.1.15",
7853                 "yiisoft/yii2": "<2.0.15",
7854                 "yiisoft/yii2-bootstrap": "<2.0.4",
7855                 "yiisoft/yii2-dev": "<2.0.15",
7856                 "yiisoft/yii2-elasticsearch": "<2.0.5",
7857                 "yiisoft/yii2-gii": "<2.0.4",
7858                 "yiisoft/yii2-jui": "<2.0.4",
7859                 "yiisoft/yii2-redis": "<2.0.8",
7860                 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
7861                 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
7862                 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
7863                 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
7864                 "zendframework/zend-diactoros": ">=1,<1.0.4",
7865                 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
7866                 "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
7867                 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
7868                 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
7869                 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
7870                 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
7871                 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
7872                 "zendframework/zend-validator": ">=2.3,<2.3.6",
7873                 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
7874                 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
7875                 "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
7876                 "zendframework/zendframework1": "<1.12.20",
7877                 "zendframework/zendopenid": ">=2,<2.0.2",
7878                 "zendframework/zendxml": ">=1,<1.0.1",
7879                 "zetacomponents/mail": "<1.8.2",
7880                 "zf-commons/zfc-user": "<1.2.2",
7881                 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
7882                 "zfr/zfr-oauth2-server-module": "<0.1.2"
7883             },
7884             "type": "metapackage",
7885             "notification-url": "https://packagist.org/downloads/",
7886             "license": [
7887                 "MIT"
7888             ],
7889             "authors": [
7890                 {
7891                     "name": "Marco Pivetta",
7892                     "email": "ocramius@gmail.com",
7893                     "role": "maintainer"
7894                 }
7895             ],
7896             "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
7897             "time": "2018-05-21T07:43:38+00:00"
7898         },
7899         {
7900             "name": "sebastian/version",
7901             "version": "1.0.6",
7902             "source": {
7903                 "type": "git",
7904                 "url": "https://github.com/sebastianbergmann/version.git",
7905                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
7906             },
7907             "dist": {
7908                 "type": "zip",
7909                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
7910                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
7911                 "shasum": ""
7912             },
7913             "type": "library",
7914             "autoload": {
7915                 "classmap": [
7916                     "src/"
7917                 ]
7918             },
7919             "notification-url": "https://packagist.org/downloads/",
7920             "license": [
7921                 "BSD-3-Clause"
7922             ],
7923             "authors": [
7924                 {
7925                     "name": "Sebastian Bergmann",
7926                     "email": "sebastian@phpunit.de",
7927                     "role": "lead"
7928                 }
7929             ],
7930             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
7931             "homepage": "https://github.com/sebastianbergmann/version",
7932             "time": "2015-06-21T13:59:46+00:00"
7933         },
7934         {
7935             "name": "stack/builder",
7936             "version": "v1.0.5",
7937             "source": {
7938                 "type": "git",
7939                 "url": "https://github.com/stackphp/builder.git",
7940                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
7941             },
7942             "dist": {
7943                 "type": "zip",
7944                 "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
7945                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
7946                 "shasum": ""
7947             },
7948             "require": {
7949                 "php": ">=5.3.0",
7950                 "symfony/http-foundation": "~2.1|~3.0|~4.0",
7951                 "symfony/http-kernel": "~2.1|~3.0|~4.0"
7952             },
7953             "require-dev": {
7954                 "silex/silex": "~1.0"
7955             },
7956             "type": "library",
7957             "extra": {
7958                 "branch-alias": {
7959                     "dev-master": "1.0-dev"
7960                 }
7961             },
7962             "autoload": {
7963                 "psr-0": {
7964                     "Stack": "src"
7965                 }
7966             },
7967             "notification-url": "https://packagist.org/downloads/",
7968             "license": [
7969                 "MIT"
7970             ],
7971             "authors": [
7972                 {
7973                     "name": "Igor Wiedler",
7974                     "email": "igor@wiedler.ch"
7975                 }
7976             ],
7977             "description": "Builder for stack middlewares based on HttpKernelInterface.",
7978             "keywords": [
7979                 "stack"
7980             ],
7981             "time": "2017-11-18T14:57:29+00:00"
7982         },
7983         {
7984             "name": "stecman/symfony-console-completion",
7985             "version": "0.8.0",
7986             "source": {
7987                 "type": "git",
7988                 "url": "https://github.com/stecman/symfony-console-completion.git",
7989                 "reference": "cd738867503477e91dbe84173dfabd431c883431"
7990             },
7991             "dist": {
7992                 "type": "zip",
7993                 "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/cd738867503477e91dbe84173dfabd431c883431",
7994                 "reference": "cd738867503477e91dbe84173dfabd431c883431",
7995                 "shasum": ""
7996             },
7997             "require": {
7998                 "php": ">=5.3.2",
7999                 "symfony/console": "~2.3 || ~3.0 || ~4.0"
8000             },
8001             "require-dev": {
8002                 "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
8003             },
8004             "type": "library",
8005             "extra": {
8006                 "branch-alias": {
8007                     "dev-master": "0.6.x-dev"
8008                 }
8009             },
8010             "autoload": {
8011                 "psr-4": {
8012                     "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
8013                 }
8014             },
8015             "notification-url": "https://packagist.org/downloads/",
8016             "license": [
8017                 "MIT"
8018             ],
8019             "authors": [
8020                 {
8021                     "name": "Stephen Holdaway",
8022                     "email": "stephen@stecman.co.nz"
8023                 }
8024             ],
8025             "description": "Automatic BASH completion for Symfony Console Component based applications.",
8026             "time": "2018-02-10T04:28:01+00:00"
8027         },
8028         {
8029             "name": "sunra/php-simple-html-dom-parser",
8030             "version": "v1.5.2",
8031             "source": {
8032                 "type": "git",
8033                 "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
8034                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
8035             },
8036             "dist": {
8037                 "type": "zip",
8038                 "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
8039                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
8040                 "shasum": ""
8041             },
8042             "require": {
8043                 "ext-mbstring": "*",
8044                 "php": ">=5.3.2"
8045             },
8046             "type": "library",
8047             "autoload": {
8048                 "psr-0": {
8049                     "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
8050                 }
8051             },
8052             "notification-url": "https://packagist.org/downloads/",
8053             "license": [
8054                 "MIT"
8055             ],
8056             "authors": [
8057                 {
8058                     "name": "Sunra",
8059                     "email": "sunra@yandex.ru",
8060                     "homepage": "https://github.com/sunra"
8061                 },
8062                 {
8063                     "name": "S.C. Chen",
8064                     "homepage": "http://sourceforge.net/projects/simplehtmldom/"
8065                 }
8066             ],
8067             "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.",
8068             "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
8069             "keywords": [
8070                 "dom",
8071                 "html",
8072                 "parser"
8073             ],
8074             "time": "2016-11-22T22:57:47+00:00"
8075         },
8076         {
8077             "name": "symfony-cmf/routing",
8078             "version": "1.4.1",
8079             "source": {
8080                 "type": "git",
8081                 "url": "https://github.com/symfony-cmf/routing.git",
8082                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
8083             },
8084             "dist": {
8085                 "type": "zip",
8086                 "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
8087                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
8088                 "shasum": ""
8089             },
8090             "require": {
8091                 "php": "^5.3.9|^7.0",
8092                 "psr/log": "1.*",
8093                 "symfony/http-kernel": "^2.2|3.*",
8094                 "symfony/routing": "^2.2|3.*"
8095             },
8096             "require-dev": {
8097                 "friendsofsymfony/jsrouting-bundle": "^1.1",
8098                 "symfony-cmf/testing": "^1.3",
8099                 "symfony/config": "^2.2|3.*",
8100                 "symfony/dependency-injection": "^2.0.5|3.*",
8101                 "symfony/event-dispatcher": "^2.1|3.*"
8102             },
8103             "suggest": {
8104                 "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
8105             },
8106             "type": "library",
8107             "extra": {
8108                 "branch-alias": {
8109                     "dev-master": "1.4-dev"
8110                 }
8111             },
8112             "autoload": {
8113                 "psr-4": {
8114                     "Symfony\\Cmf\\Component\\Routing\\": ""
8115                 }
8116             },
8117             "notification-url": "https://packagist.org/downloads/",
8118             "license": [
8119                 "MIT"
8120             ],
8121             "authors": [
8122                 {
8123                     "name": "Symfony CMF Community",
8124                     "homepage": "https://github.com/symfony-cmf/Routing/contributors"
8125                 }
8126             ],
8127             "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
8128             "homepage": "http://cmf.symfony.com",
8129             "keywords": [
8130                 "database",
8131                 "routing"
8132             ],
8133             "time": "2017-05-09T08:10:41+00:00"
8134         },
8135         {
8136             "name": "symfony/class-loader",
8137             "version": "v3.4.10",
8138             "source": {
8139                 "type": "git",
8140                 "url": "https://github.com/symfony/class-loader.git",
8141                 "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e"
8142             },
8143             "dist": {
8144                 "type": "zip",
8145                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e",
8146                 "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e",
8147                 "shasum": ""
8148             },
8149             "require": {
8150                 "php": "^5.5.9|>=7.0.8"
8151             },
8152             "require-dev": {
8153                 "symfony/finder": "~2.8|~3.0|~4.0",
8154                 "symfony/polyfill-apcu": "~1.1"
8155             },
8156             "suggest": {
8157                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
8158             },
8159             "type": "library",
8160             "extra": {
8161                 "branch-alias": {
8162                     "dev-master": "3.4-dev"
8163                 }
8164             },
8165             "autoload": {
8166                 "psr-4": {
8167                     "Symfony\\Component\\ClassLoader\\": ""
8168                 },
8169                 "exclude-from-classmap": [
8170                     "/Tests/"
8171                 ]
8172             },
8173             "notification-url": "https://packagist.org/downloads/",
8174             "license": [
8175                 "MIT"
8176             ],
8177             "authors": [
8178                 {
8179                     "name": "Fabien Potencier",
8180                     "email": "fabien@symfony.com"
8181                 },
8182                 {
8183                     "name": "Symfony Community",
8184                     "homepage": "https://symfony.com/contributors"
8185                 }
8186             ],
8187             "description": "Symfony ClassLoader Component",
8188             "homepage": "https://symfony.com",
8189             "time": "2018-01-03T07:37:34+00:00"
8190         },
8191         {
8192             "name": "symfony/config",
8193             "version": "v3.4.10",
8194             "source": {
8195                 "type": "git",
8196                 "url": "https://github.com/symfony/config.git",
8197                 "reference": "73e055cf2e6467715f187724a0347ea32079967c"
8198             },
8199             "dist": {
8200                 "type": "zip",
8201                 "url": "https://api.github.com/repos/symfony/config/zipball/73e055cf2e6467715f187724a0347ea32079967c",
8202                 "reference": "73e055cf2e6467715f187724a0347ea32079967c",
8203                 "shasum": ""
8204             },
8205             "require": {
8206                 "php": "^5.5.9|>=7.0.8",
8207                 "symfony/filesystem": "~2.8|~3.0|~4.0",
8208                 "symfony/polyfill-ctype": "~1.8"
8209             },
8210             "conflict": {
8211                 "symfony/dependency-injection": "<3.3",
8212                 "symfony/finder": "<3.3"
8213             },
8214             "require-dev": {
8215                 "symfony/dependency-injection": "~3.3|~4.0",
8216                 "symfony/event-dispatcher": "~3.3|~4.0",
8217                 "symfony/finder": "~3.3|~4.0",
8218                 "symfony/yaml": "~3.0|~4.0"
8219             },
8220             "suggest": {
8221                 "symfony/yaml": "To use the yaml reference dumper"
8222             },
8223             "type": "library",
8224             "extra": {
8225                 "branch-alias": {
8226                     "dev-master": "3.4-dev"
8227                 }
8228             },
8229             "autoload": {
8230                 "psr-4": {
8231                     "Symfony\\Component\\Config\\": ""
8232                 },
8233                 "exclude-from-classmap": [
8234                     "/Tests/"
8235                 ]
8236             },
8237             "notification-url": "https://packagist.org/downloads/",
8238             "license": [
8239                 "MIT"
8240             ],
8241             "authors": [
8242                 {
8243                     "name": "Fabien Potencier",
8244                     "email": "fabien@symfony.com"
8245                 },
8246                 {
8247                     "name": "Symfony Community",
8248                     "homepage": "https://symfony.com/contributors"
8249                 }
8250             ],
8251             "description": "Symfony Config Component",
8252             "homepage": "https://symfony.com",
8253             "time": "2018-05-14T16:49:53+00:00"
8254         },
8255         {
8256             "name": "symfony/console",
8257             "version": "v3.4.10",
8258             "source": {
8259                 "type": "git",
8260                 "url": "https://github.com/symfony/console.git",
8261                 "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27"
8262             },
8263             "dist": {
8264                 "type": "zip",
8265                 "url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27",
8266                 "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27",
8267                 "shasum": ""
8268             },
8269             "require": {
8270                 "php": "^5.5.9|>=7.0.8",
8271                 "symfony/debug": "~2.8|~3.0|~4.0",
8272                 "symfony/polyfill-mbstring": "~1.0"
8273             },
8274             "conflict": {
8275                 "symfony/dependency-injection": "<3.4",
8276                 "symfony/process": "<3.3"
8277             },
8278             "require-dev": {
8279                 "psr/log": "~1.0",
8280                 "symfony/config": "~3.3|~4.0",
8281                 "symfony/dependency-injection": "~3.4|~4.0",
8282                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
8283                 "symfony/lock": "~3.4|~4.0",
8284                 "symfony/process": "~3.3|~4.0"
8285             },
8286             "suggest": {
8287                 "psr/log-implementation": "For using the console logger",
8288                 "symfony/event-dispatcher": "",
8289                 "symfony/lock": "",
8290                 "symfony/process": ""
8291             },
8292             "type": "library",
8293             "extra": {
8294                 "branch-alias": {
8295                     "dev-master": "3.4-dev"
8296                 }
8297             },
8298             "autoload": {
8299                 "psr-4": {
8300                     "Symfony\\Component\\Console\\": ""
8301                 },
8302                 "exclude-from-classmap": [
8303                     "/Tests/"
8304                 ]
8305             },
8306             "notification-url": "https://packagist.org/downloads/",
8307             "license": [
8308                 "MIT"
8309             ],
8310             "authors": [
8311                 {
8312                     "name": "Fabien Potencier",
8313                     "email": "fabien@symfony.com"
8314                 },
8315                 {
8316                     "name": "Symfony Community",
8317                     "homepage": "https://symfony.com/contributors"
8318                 }
8319             ],
8320             "description": "Symfony Console Component",
8321             "homepage": "https://symfony.com",
8322             "time": "2018-05-16T08:49:21+00:00"
8323         },
8324         {
8325             "name": "symfony/css-selector",
8326             "version": "v2.8.40",
8327             "source": {
8328                 "type": "git",
8329                 "url": "https://github.com/symfony/css-selector.git",
8330                 "reference": "3cdc270724e4666006118283c700a4d7f9cbe264"
8331             },
8332             "dist": {
8333                 "type": "zip",
8334                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/3cdc270724e4666006118283c700a4d7f9cbe264",
8335                 "reference": "3cdc270724e4666006118283c700a4d7f9cbe264",
8336                 "shasum": ""
8337             },
8338             "require": {
8339                 "php": ">=5.3.9"
8340             },
8341             "type": "library",
8342             "extra": {
8343                 "branch-alias": {
8344                     "dev-master": "2.8-dev"
8345                 }
8346             },
8347             "autoload": {
8348                 "psr-4": {
8349                     "Symfony\\Component\\CssSelector\\": ""
8350                 },
8351                 "exclude-from-classmap": [
8352                     "/Tests/"
8353                 ]
8354             },
8355             "notification-url": "https://packagist.org/downloads/",
8356             "license": [
8357                 "MIT"
8358             ],
8359             "authors": [
8360                 {
8361                     "name": "Jean-François Simon",
8362                     "email": "jeanfrancois.simon@sensiolabs.com"
8363                 },
8364                 {
8365                     "name": "Fabien Potencier",
8366                     "email": "fabien@symfony.com"
8367                 },
8368                 {
8369                     "name": "Symfony Community",
8370                     "homepage": "https://symfony.com/contributors"
8371                 }
8372             ],
8373             "description": "Symfony CssSelector Component",
8374             "homepage": "https://symfony.com",
8375             "time": "2018-03-10T18:19:36+00:00"
8376         },
8377         {
8378             "name": "symfony/debug",
8379             "version": "v3.4.10",
8380             "source": {
8381                 "type": "git",
8382                 "url": "https://github.com/symfony/debug.git",
8383                 "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68"
8384             },
8385             "dist": {
8386                 "type": "zip",
8387                 "url": "https://api.github.com/repos/symfony/debug/zipball/b28fd73fefbac341f673f5efd707d539d6a19f68",
8388                 "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68",
8389                 "shasum": ""
8390             },
8391             "require": {
8392                 "php": "^5.5.9|>=7.0.8",
8393                 "psr/log": "~1.0"
8394             },
8395             "conflict": {
8396                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
8397             },
8398             "require-dev": {
8399                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
8400             },
8401             "type": "library",
8402             "extra": {
8403                 "branch-alias": {
8404                     "dev-master": "3.4-dev"
8405                 }
8406             },
8407             "autoload": {
8408                 "psr-4": {
8409                     "Symfony\\Component\\Debug\\": ""
8410                 },
8411                 "exclude-from-classmap": [
8412                     "/Tests/"
8413                 ]
8414             },
8415             "notification-url": "https://packagist.org/downloads/",
8416             "license": [
8417                 "MIT"
8418             ],
8419             "authors": [
8420                 {
8421                     "name": "Fabien Potencier",
8422                     "email": "fabien@symfony.com"
8423                 },
8424                 {
8425                     "name": "Symfony Community",
8426                     "homepage": "https://symfony.com/contributors"
8427                 }
8428             ],
8429             "description": "Symfony Debug Component",
8430             "homepage": "https://symfony.com",
8431             "time": "2018-05-16T14:03:39+00:00"
8432         },
8433         {
8434             "name": "symfony/dependency-injection",
8435             "version": "v3.4.10",
8436             "source": {
8437                 "type": "git",
8438                 "url": "https://github.com/symfony/dependency-injection.git",
8439                 "reference": "c2741b26377804e3d70775a3ef29335685ee9b71"
8440             },
8441             "dist": {
8442                 "type": "zip",
8443                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c2741b26377804e3d70775a3ef29335685ee9b71",
8444                 "reference": "c2741b26377804e3d70775a3ef29335685ee9b71",
8445                 "shasum": ""
8446             },
8447             "require": {
8448                 "php": "^5.5.9|>=7.0.8",
8449                 "psr/container": "^1.0"
8450             },
8451             "conflict": {
8452                 "symfony/config": "<3.3.7",
8453                 "symfony/finder": "<3.3",
8454                 "symfony/proxy-manager-bridge": "<3.4",
8455                 "symfony/yaml": "<3.4"
8456             },
8457             "provide": {
8458                 "psr/container-implementation": "1.0"
8459             },
8460             "require-dev": {
8461                 "symfony/config": "~3.3|~4.0",
8462                 "symfony/expression-language": "~2.8|~3.0|~4.0",
8463                 "symfony/yaml": "~3.4|~4.0"
8464             },
8465             "suggest": {
8466                 "symfony/config": "",
8467                 "symfony/expression-language": "For using expressions in service container configuration",
8468                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
8469                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
8470                 "symfony/yaml": ""
8471             },
8472             "type": "library",
8473             "extra": {
8474                 "branch-alias": {
8475                     "dev-master": "3.4-dev"
8476                 }
8477             },
8478             "autoload": {
8479                 "psr-4": {
8480                     "Symfony\\Component\\DependencyInjection\\": ""
8481                 },
8482                 "exclude-from-classmap": [
8483                     "/Tests/"
8484                 ]
8485             },
8486             "notification-url": "https://packagist.org/downloads/",
8487             "license": [
8488                 "MIT"
8489             ],
8490             "authors": [
8491                 {
8492                     "name": "Fabien Potencier",
8493                     "email": "fabien@symfony.com"
8494                 },
8495                 {
8496                     "name": "Symfony Community",
8497                     "homepage": "https://symfony.com/contributors"
8498                 }
8499             ],
8500             "description": "Symfony DependencyInjection Component",
8501             "homepage": "https://symfony.com",
8502             "time": "2018-05-18T01:58:36+00:00"
8503         },
8504         {
8505             "name": "symfony/dom-crawler",
8506             "version": "v3.4.10",
8507             "source": {
8508                 "type": "git",
8509                 "url": "https://github.com/symfony/dom-crawler.git",
8510                 "reference": "201b210fafcdd193c1e45b2994bf7133fb6263e8"
8511             },
8512             "dist": {
8513                 "type": "zip",
8514                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/201b210fafcdd193c1e45b2994bf7133fb6263e8",
8515                 "reference": "201b210fafcdd193c1e45b2994bf7133fb6263e8",
8516                 "shasum": ""
8517             },
8518             "require": {
8519                 "php": "^5.5.9|>=7.0.8",
8520                 "symfony/polyfill-ctype": "~1.8",
8521                 "symfony/polyfill-mbstring": "~1.0"
8522             },
8523             "require-dev": {
8524                 "symfony/css-selector": "~2.8|~3.0|~4.0"
8525             },
8526             "suggest": {
8527                 "symfony/css-selector": ""
8528             },
8529             "type": "library",
8530             "extra": {
8531                 "branch-alias": {
8532                     "dev-master": "3.4-dev"
8533                 }
8534             },
8535             "autoload": {
8536                 "psr-4": {
8537                     "Symfony\\Component\\DomCrawler\\": ""
8538                 },
8539                 "exclude-from-classmap": [
8540                     "/Tests/"
8541                 ]
8542             },
8543             "notification-url": "https://packagist.org/downloads/",
8544             "license": [
8545                 "MIT"
8546             ],
8547             "authors": [
8548                 {
8549                     "name": "Fabien Potencier",
8550                     "email": "fabien@symfony.com"
8551                 },
8552                 {
8553                     "name": "Symfony Community",
8554                     "homepage": "https://symfony.com/contributors"
8555                 }
8556             ],
8557             "description": "Symfony DomCrawler Component",
8558             "homepage": "https://symfony.com",
8559             "time": "2018-05-01T22:53:27+00:00"
8560         },
8561         {
8562             "name": "symfony/event-dispatcher",
8563             "version": "v3.4.10",
8564             "source": {
8565                 "type": "git",
8566                 "url": "https://github.com/symfony/event-dispatcher.git",
8567                 "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
8568             },
8569             "dist": {
8570                 "type": "zip",
8571                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
8572                 "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
8573                 "shasum": ""
8574             },
8575             "require": {
8576                 "php": "^5.5.9|>=7.0.8"
8577             },
8578             "conflict": {
8579                 "symfony/dependency-injection": "<3.3"
8580             },
8581             "require-dev": {
8582                 "psr/log": "~1.0",
8583                 "symfony/config": "~2.8|~3.0|~4.0",
8584                 "symfony/dependency-injection": "~3.3|~4.0",
8585                 "symfony/expression-language": "~2.8|~3.0|~4.0",
8586                 "symfony/stopwatch": "~2.8|~3.0|~4.0"
8587             },
8588             "suggest": {
8589                 "symfony/dependency-injection": "",
8590                 "symfony/http-kernel": ""
8591             },
8592             "type": "library",
8593             "extra": {
8594                 "branch-alias": {
8595                     "dev-master": "3.4-dev"
8596                 }
8597             },
8598             "autoload": {
8599                 "psr-4": {
8600                     "Symfony\\Component\\EventDispatcher\\": ""
8601                 },
8602                 "exclude-from-classmap": [
8603                     "/Tests/"
8604                 ]
8605             },
8606             "notification-url": "https://packagist.org/downloads/",
8607             "license": [
8608                 "MIT"
8609             ],
8610             "authors": [
8611                 {
8612                     "name": "Fabien Potencier",
8613                     "email": "fabien@symfony.com"
8614                 },
8615                 {
8616                     "name": "Symfony Community",
8617                     "homepage": "https://symfony.com/contributors"
8618                 }
8619             ],
8620             "description": "Symfony EventDispatcher Component",
8621             "homepage": "https://symfony.com",
8622             "time": "2018-04-06T07:35:25+00:00"
8623         },
8624         {
8625             "name": "symfony/filesystem",
8626             "version": "v3.4.10",
8627             "source": {
8628                 "type": "git",
8629                 "url": "https://github.com/symfony/filesystem.git",
8630                 "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0"
8631             },
8632             "dist": {
8633                 "type": "zip",
8634                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
8635                 "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
8636                 "shasum": ""
8637             },
8638             "require": {
8639                 "php": "^5.5.9|>=7.0.8",
8640                 "symfony/polyfill-ctype": "~1.8"
8641             },
8642             "type": "library",
8643             "extra": {
8644                 "branch-alias": {
8645                     "dev-master": "3.4-dev"
8646                 }
8647             },
8648             "autoload": {
8649                 "psr-4": {
8650                     "Symfony\\Component\\Filesystem\\": ""
8651                 },
8652                 "exclude-from-classmap": [
8653                     "/Tests/"
8654                 ]
8655             },
8656             "notification-url": "https://packagist.org/downloads/",
8657             "license": [
8658                 "MIT"
8659             ],
8660             "authors": [
8661                 {
8662                     "name": "Fabien Potencier",
8663                     "email": "fabien@symfony.com"
8664                 },
8665                 {
8666                     "name": "Symfony Community",
8667                     "homepage": "https://symfony.com/contributors"
8668                 }
8669             ],
8670             "description": "Symfony Filesystem Component",
8671             "homepage": "https://symfony.com",
8672             "time": "2018-05-16T08:49:21+00:00"
8673         },
8674         {
8675             "name": "symfony/finder",
8676             "version": "v3.4.10",
8677             "source": {
8678                 "type": "git",
8679                 "url": "https://github.com/symfony/finder.git",
8680                 "reference": "472a92f3df8b247b49ae364275fb32943b9656c6"
8681             },
8682             "dist": {
8683                 "type": "zip",
8684                 "url": "https://api.github.com/repos/symfony/finder/zipball/472a92f3df8b247b49ae364275fb32943b9656c6",
8685                 "reference": "472a92f3df8b247b49ae364275fb32943b9656c6",
8686                 "shasum": ""
8687             },
8688             "require": {
8689                 "php": "^5.5.9|>=7.0.8"
8690             },
8691             "type": "library",
8692             "extra": {
8693                 "branch-alias": {
8694                     "dev-master": "3.4-dev"
8695                 }
8696             },
8697             "autoload": {
8698                 "psr-4": {
8699                     "Symfony\\Component\\Finder\\": ""
8700                 },
8701                 "exclude-from-classmap": [
8702                     "/Tests/"
8703                 ]
8704             },
8705             "notification-url": "https://packagist.org/downloads/",
8706             "license": [
8707                 "MIT"
8708             ],
8709             "authors": [
8710                 {
8711                     "name": "Fabien Potencier",
8712                     "email": "fabien@symfony.com"
8713                 },
8714                 {
8715                     "name": "Symfony Community",
8716                     "homepage": "https://symfony.com/contributors"
8717                 }
8718             ],
8719             "description": "Symfony Finder Component",
8720             "homepage": "https://symfony.com",
8721             "time": "2018-05-16T08:49:21+00:00"
8722         },
8723         {
8724             "name": "symfony/http-foundation",
8725             "version": "v3.4.10",
8726             "source": {
8727                 "type": "git",
8728                 "url": "https://github.com/symfony/http-foundation.git",
8729                 "reference": "9a7469ec3e0225e7f0e14264bcd9e838e16186fe"
8730             },
8731             "dist": {
8732                 "type": "zip",
8733                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9a7469ec3e0225e7f0e14264bcd9e838e16186fe",
8734                 "reference": "9a7469ec3e0225e7f0e14264bcd9e838e16186fe",
8735                 "shasum": ""
8736             },
8737             "require": {
8738                 "php": "^5.5.9|>=7.0.8",
8739                 "symfony/polyfill-mbstring": "~1.1",
8740                 "symfony/polyfill-php70": "~1.6"
8741             },
8742             "require-dev": {
8743                 "symfony/expression-language": "~2.8|~3.0|~4.0"
8744             },
8745             "type": "library",
8746             "extra": {
8747                 "branch-alias": {
8748                     "dev-master": "3.4-dev"
8749                 }
8750             },
8751             "autoload": {
8752                 "psr-4": {
8753                     "Symfony\\Component\\HttpFoundation\\": ""
8754                 },
8755                 "exclude-from-classmap": [
8756                     "/Tests/"
8757                 ]
8758             },
8759             "notification-url": "https://packagist.org/downloads/",
8760             "license": [
8761                 "MIT"
8762             ],
8763             "authors": [
8764                 {
8765                     "name": "Fabien Potencier",
8766                     "email": "fabien@symfony.com"
8767                 },
8768                 {
8769                     "name": "Symfony Community",
8770                     "homepage": "https://symfony.com/contributors"
8771                 }
8772             ],
8773             "description": "Symfony HttpFoundation Component",
8774             "homepage": "https://symfony.com",
8775             "time": "2018-05-16T08:49:21+00:00"
8776         },
8777         {
8778             "name": "symfony/http-kernel",
8779             "version": "v3.4.10",
8780             "source": {
8781                 "type": "git",
8782                 "url": "https://github.com/symfony/http-kernel.git",
8783                 "reference": "66644bc7d17cc071d796efab9b950adbb86da134"
8784             },
8785             "dist": {
8786                 "type": "zip",
8787                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/66644bc7d17cc071d796efab9b950adbb86da134",
8788                 "reference": "66644bc7d17cc071d796efab9b950adbb86da134",
8789                 "shasum": ""
8790             },
8791             "require": {
8792                 "php": "^5.5.9|>=7.0.8",
8793                 "psr/log": "~1.0",
8794                 "symfony/debug": "~2.8|~3.0|~4.0",
8795                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
8796                 "symfony/http-foundation": "^3.4.4|^4.0.4",
8797                 "symfony/polyfill-ctype": "~1.8"
8798             },
8799             "conflict": {
8800                 "symfony/config": "<2.8",
8801                 "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
8802                 "symfony/var-dumper": "<3.3",
8803                 "twig/twig": "<1.34|<2.4,>=2"
8804             },
8805             "provide": {
8806                 "psr/log-implementation": "1.0"
8807             },
8808             "require-dev": {
8809                 "psr/cache": "~1.0",
8810                 "symfony/browser-kit": "~2.8|~3.0|~4.0",
8811                 "symfony/class-loader": "~2.8|~3.0",
8812                 "symfony/config": "~2.8|~3.0|~4.0",
8813                 "symfony/console": "~2.8|~3.0|~4.0",
8814                 "symfony/css-selector": "~2.8|~3.0|~4.0",
8815                 "symfony/dependency-injection": "^3.4.5|^4.0.5",
8816                 "symfony/dom-crawler": "~2.8|~3.0|~4.0",
8817                 "symfony/expression-language": "~2.8|~3.0|~4.0",
8818                 "symfony/finder": "~2.8|~3.0|~4.0",
8819                 "symfony/process": "~2.8|~3.0|~4.0",
8820                 "symfony/routing": "~3.4|~4.0",
8821                 "symfony/stopwatch": "~2.8|~3.0|~4.0",
8822                 "symfony/templating": "~2.8|~3.0|~4.0",
8823                 "symfony/translation": "~2.8|~3.0|~4.0",
8824                 "symfony/var-dumper": "~3.3|~4.0"
8825             },
8826             "suggest": {
8827                 "symfony/browser-kit": "",
8828                 "symfony/config": "",
8829                 "symfony/console": "",
8830                 "symfony/dependency-injection": "",
8831                 "symfony/finder": "",
8832                 "symfony/var-dumper": ""
8833             },
8834             "type": "library",
8835             "extra": {
8836                 "branch-alias": {
8837                     "dev-master": "3.4-dev"
8838                 }
8839             },
8840             "autoload": {
8841                 "psr-4": {
8842                     "Symfony\\Component\\HttpKernel\\": ""
8843                 },
8844                 "exclude-from-classmap": [
8845                     "/Tests/"
8846                 ]
8847             },
8848             "notification-url": "https://packagist.org/downloads/",
8849             "license": [
8850                 "MIT"
8851             ],
8852             "authors": [
8853                 {
8854                     "name": "Fabien Potencier",
8855                     "email": "fabien@symfony.com"
8856                 },
8857                 {
8858                     "name": "Symfony Community",
8859                     "homepage": "https://symfony.com/contributors"
8860                 }
8861             ],
8862             "description": "Symfony HttpKernel Component",
8863             "homepage": "https://symfony.com",
8864             "time": "2018-05-21T13:44:03+00:00"
8865         },
8866         {
8867             "name": "symfony/polyfill-ctype",
8868             "version": "v1.8.0",
8869             "source": {
8870                 "type": "git",
8871                 "url": "https://github.com/symfony/polyfill-ctype.git",
8872                 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
8873             },
8874             "dist": {
8875                 "type": "zip",
8876                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
8877                 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
8878                 "shasum": ""
8879             },
8880             "require": {
8881                 "php": ">=5.3.3"
8882             },
8883             "type": "library",
8884             "extra": {
8885                 "branch-alias": {
8886                     "dev-master": "1.8-dev"
8887                 }
8888             },
8889             "autoload": {
8890                 "psr-4": {
8891                     "Symfony\\Polyfill\\Ctype\\": ""
8892                 },
8893                 "files": [
8894                     "bootstrap.php"
8895                 ]
8896             },
8897             "notification-url": "https://packagist.org/downloads/",
8898             "license": [
8899                 "MIT"
8900             ],
8901             "authors": [
8902                 {
8903                     "name": "Symfony Community",
8904                     "homepage": "https://symfony.com/contributors"
8905                 },
8906                 {
8907                     "name": "Gert de Pagter",
8908                     "email": "BackEndTea@gmail.com"
8909                 }
8910             ],
8911             "description": "Symfony polyfill for ctype functions",
8912             "homepage": "https://symfony.com",
8913             "keywords": [
8914                 "compatibility",
8915                 "ctype",
8916                 "polyfill",
8917                 "portable"
8918             ],
8919             "time": "2018-04-30T19:57:29+00:00"
8920         },
8921         {
8922             "name": "symfony/polyfill-iconv",
8923             "version": "v1.8.0",
8924             "source": {
8925                 "type": "git",
8926                 "url": "https://github.com/symfony/polyfill-iconv.git",
8927                 "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d"
8928             },
8929             "dist": {
8930                 "type": "zip",
8931                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/7cb8436a814d5b0fcf292810ee26f8b0cb47584d",
8932                 "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d",
8933                 "shasum": ""
8934             },
8935             "require": {
8936                 "php": ">=5.3.3"
8937             },
8938             "suggest": {
8939                 "ext-iconv": "For best performance"
8940             },
8941             "type": "library",
8942             "extra": {
8943                 "branch-alias": {
8944                     "dev-master": "1.8-dev"
8945                 }
8946             },
8947             "autoload": {
8948                 "psr-4": {
8949                     "Symfony\\Polyfill\\Iconv\\": ""
8950                 },
8951                 "files": [
8952                     "bootstrap.php"
8953                 ]
8954             },
8955             "notification-url": "https://packagist.org/downloads/",
8956             "license": [
8957                 "MIT"
8958             ],
8959             "authors": [
8960                 {
8961                     "name": "Nicolas Grekas",
8962                     "email": "p@tchwork.com"
8963                 },
8964                 {
8965                     "name": "Symfony Community",
8966                     "homepage": "https://symfony.com/contributors"
8967                 }
8968             ],
8969             "description": "Symfony polyfill for the Iconv extension",
8970             "homepage": "https://symfony.com",
8971             "keywords": [
8972                 "compatibility",
8973                 "iconv",
8974                 "polyfill",
8975                 "portable",
8976                 "shim"
8977             ],
8978             "time": "2018-04-26T10:06:28+00:00"
8979         },
8980         {
8981             "name": "symfony/polyfill-mbstring",
8982             "version": "v1.8.0",
8983             "source": {
8984                 "type": "git",
8985                 "url": "https://github.com/symfony/polyfill-mbstring.git",
8986                 "reference": "3296adf6a6454a050679cde90f95350ad604b171"
8987             },
8988             "dist": {
8989                 "type": "zip",
8990                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
8991                 "reference": "3296adf6a6454a050679cde90f95350ad604b171",
8992                 "shasum": ""
8993             },
8994             "require": {
8995                 "php": ">=5.3.3"
8996             },
8997             "suggest": {
8998                 "ext-mbstring": "For best performance"
8999             },
9000             "type": "library",
9001             "extra": {
9002                 "branch-alias": {
9003                     "dev-master": "1.8-dev"
9004                 }
9005             },
9006             "autoload": {
9007                 "psr-4": {
9008                     "Symfony\\Polyfill\\Mbstring\\": ""
9009                 },
9010                 "files": [
9011                     "bootstrap.php"
9012                 ]
9013             },
9014             "notification-url": "https://packagist.org/downloads/",
9015             "license": [
9016                 "MIT"
9017             ],
9018             "authors": [
9019                 {
9020                     "name": "Nicolas Grekas",
9021                     "email": "p@tchwork.com"
9022                 },
9023                 {
9024                     "name": "Symfony Community",
9025                     "homepage": "https://symfony.com/contributors"
9026                 }
9027             ],
9028             "description": "Symfony polyfill for the Mbstring extension",
9029             "homepage": "https://symfony.com",
9030             "keywords": [
9031                 "compatibility",
9032                 "mbstring",
9033                 "polyfill",
9034                 "portable",
9035                 "shim"
9036             ],
9037             "time": "2018-04-26T10:06:28+00:00"
9038         },
9039         {
9040             "name": "symfony/polyfill-php70",
9041             "version": "v1.8.0",
9042             "source": {
9043                 "type": "git",
9044                 "url": "https://github.com/symfony/polyfill-php70.git",
9045                 "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
9046             },
9047             "dist": {
9048                 "type": "zip",
9049                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
9050                 "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
9051                 "shasum": ""
9052             },
9053             "require": {
9054                 "paragonie/random_compat": "~1.0|~2.0",
9055                 "php": ">=5.3.3"
9056             },
9057             "type": "library",
9058             "extra": {
9059                 "branch-alias": {
9060                     "dev-master": "1.8-dev"
9061                 }
9062             },
9063             "autoload": {
9064                 "psr-4": {
9065                     "Symfony\\Polyfill\\Php70\\": ""
9066                 },
9067                 "files": [
9068                     "bootstrap.php"
9069                 ],
9070                 "classmap": [
9071                     "Resources/stubs"
9072                 ]
9073             },
9074             "notification-url": "https://packagist.org/downloads/",
9075             "license": [
9076                 "MIT"
9077             ],
9078             "authors": [
9079                 {
9080                     "name": "Nicolas Grekas",
9081                     "email": "p@tchwork.com"
9082                 },
9083                 {
9084                     "name": "Symfony Community",
9085                     "homepage": "https://symfony.com/contributors"
9086                 }
9087             ],
9088             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
9089             "homepage": "https://symfony.com",
9090             "keywords": [
9091                 "compatibility",
9092                 "polyfill",
9093                 "portable",
9094                 "shim"
9095             ],
9096             "time": "2018-04-26T10:06:28+00:00"
9097         },
9098         {
9099             "name": "symfony/process",
9100             "version": "v3.4.10",
9101             "source": {
9102                 "type": "git",
9103                 "url": "https://github.com/symfony/process.git",
9104                 "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187"
9105             },
9106             "dist": {
9107                 "type": "zip",
9108                 "url": "https://api.github.com/repos/symfony/process/zipball/4cbf2db9abcb01486a21b7a059e03a62fae63187",
9109                 "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187",
9110                 "shasum": ""
9111             },
9112             "require": {
9113                 "php": "^5.5.9|>=7.0.8"
9114             },
9115             "type": "library",
9116             "extra": {
9117                 "branch-alias": {
9118                     "dev-master": "3.4-dev"
9119                 }
9120             },
9121             "autoload": {
9122                 "psr-4": {
9123                     "Symfony\\Component\\Process\\": ""
9124                 },
9125                 "exclude-from-classmap": [
9126                     "/Tests/"
9127                 ]
9128             },
9129             "notification-url": "https://packagist.org/downloads/",
9130             "license": [
9131                 "MIT"
9132             ],
9133             "authors": [
9134                 {
9135                     "name": "Fabien Potencier",
9136                     "email": "fabien@symfony.com"
9137                 },
9138                 {
9139                     "name": "Symfony Community",
9140                     "homepage": "https://symfony.com/contributors"
9141                 }
9142             ],
9143             "description": "Symfony Process Component",
9144             "homepage": "https://symfony.com",
9145             "time": "2018-05-16T08:49:21+00:00"
9146         },
9147         {
9148             "name": "symfony/psr-http-message-bridge",
9149             "version": "v1.0.2",
9150             "source": {
9151                 "type": "git",
9152                 "url": "https://github.com/symfony/psr-http-message-bridge.git",
9153                 "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86"
9154             },
9155             "dist": {
9156                 "type": "zip",
9157                 "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c2b757934f2d9681a287e662efbc27c41fe8ef86",
9158                 "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86",
9159                 "shasum": ""
9160             },
9161             "require": {
9162                 "php": ">=5.3.3",
9163                 "psr/http-message": "~1.0",
9164                 "symfony/http-foundation": "~2.3|~3.0|~4.0"
9165             },
9166             "require-dev": {
9167                 "symfony/phpunit-bridge": "~3.2|4.0"
9168             },
9169             "suggest": {
9170                 "psr/http-message-implementation": "To use the HttpFoundation factory",
9171                 "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
9172             },
9173             "type": "symfony-bridge",
9174             "extra": {
9175                 "branch-alias": {
9176                     "dev-master": "1.0-dev"
9177                 }
9178             },
9179             "autoload": {
9180                 "psr-4": {
9181                     "Symfony\\Bridge\\PsrHttpMessage\\": ""
9182                 }
9183             },
9184             "notification-url": "https://packagist.org/downloads/",
9185             "license": [
9186                 "MIT"
9187             ],
9188             "authors": [
9189                 {
9190                     "name": "Symfony Community",
9191                     "homepage": "http://symfony.com/contributors"
9192                 },
9193                 {
9194                     "name": "Fabien Potencier",
9195                     "email": "fabien@symfony.com"
9196                 }
9197             ],
9198             "description": "PSR HTTP message bridge",
9199             "homepage": "http://symfony.com",
9200             "keywords": [
9201                 "http",
9202                 "http-message",
9203                 "psr-7"
9204             ],
9205             "time": "2017-12-19T00:31:44+00:00"
9206         },
9207         {
9208             "name": "symfony/routing",
9209             "version": "v3.4.10",
9210             "source": {
9211                 "type": "git",
9212                 "url": "https://github.com/symfony/routing.git",
9213                 "reference": "e382da877f5304aabc12ec3073eec430670c8296"
9214             },
9215             "dist": {
9216                 "type": "zip",
9217                 "url": "https://api.github.com/repos/symfony/routing/zipball/e382da877f5304aabc12ec3073eec430670c8296",
9218                 "reference": "e382da877f5304aabc12ec3073eec430670c8296",
9219                 "shasum": ""
9220             },
9221             "require": {
9222                 "php": "^5.5.9|>=7.0.8"
9223             },
9224             "conflict": {
9225                 "symfony/config": "<3.3.1",
9226                 "symfony/dependency-injection": "<3.3",
9227                 "symfony/yaml": "<3.4"
9228             },
9229             "require-dev": {
9230                 "doctrine/annotations": "~1.0",
9231                 "doctrine/common": "~2.2",
9232                 "psr/log": "~1.0",
9233                 "symfony/config": "^3.3.1|~4.0",
9234                 "symfony/dependency-injection": "~3.3|~4.0",
9235                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9236                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9237                 "symfony/yaml": "~3.4|~4.0"
9238             },
9239             "suggest": {
9240                 "doctrine/annotations": "For using the annotation loader",
9241                 "symfony/config": "For using the all-in-one router or any loader",
9242                 "symfony/dependency-injection": "For loading routes from a service",
9243                 "symfony/expression-language": "For using expression matching",
9244                 "symfony/http-foundation": "For using a Symfony Request object",
9245                 "symfony/yaml": "For using the YAML loader"
9246             },
9247             "type": "library",
9248             "extra": {
9249                 "branch-alias": {
9250                     "dev-master": "3.4-dev"
9251                 }
9252             },
9253             "autoload": {
9254                 "psr-4": {
9255                     "Symfony\\Component\\Routing\\": ""
9256                 },
9257                 "exclude-from-classmap": [
9258                     "/Tests/"
9259                 ]
9260             },
9261             "notification-url": "https://packagist.org/downloads/",
9262             "license": [
9263                 "MIT"
9264             ],
9265             "authors": [
9266                 {
9267                     "name": "Fabien Potencier",
9268                     "email": "fabien@symfony.com"
9269                 },
9270                 {
9271                     "name": "Symfony Community",
9272                     "homepage": "https://symfony.com/contributors"
9273                 }
9274             ],
9275             "description": "Symfony Routing Component",
9276             "homepage": "https://symfony.com",
9277             "keywords": [
9278                 "router",
9279                 "routing",
9280                 "uri",
9281                 "url"
9282             ],
9283             "time": "2018-05-16T12:49:49+00:00"
9284         },
9285         {
9286             "name": "symfony/serializer",
9287             "version": "v3.4.10",
9288             "source": {
9289                 "type": "git",
9290                 "url": "https://github.com/symfony/serializer.git",
9291                 "reference": "2f3630bb2b855de2284798db34d3ac5734766575"
9292             },
9293             "dist": {
9294                 "type": "zip",
9295                 "url": "https://api.github.com/repos/symfony/serializer/zipball/2f3630bb2b855de2284798db34d3ac5734766575",
9296                 "reference": "2f3630bb2b855de2284798db34d3ac5734766575",
9297                 "shasum": ""
9298             },
9299             "require": {
9300                 "php": "^5.5.9|>=7.0.8",
9301                 "symfony/polyfill-ctype": "~1.8"
9302             },
9303             "conflict": {
9304                 "phpdocumentor/type-resolver": "<0.2.1",
9305                 "symfony/dependency-injection": "<3.2",
9306                 "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
9307                 "symfony/property-info": "<3.1",
9308                 "symfony/yaml": "<3.4"
9309             },
9310             "require-dev": {
9311                 "doctrine/annotations": "~1.0",
9312                 "doctrine/cache": "~1.0",
9313                 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9314                 "symfony/cache": "~3.1|~4.0",
9315                 "symfony/config": "~2.8|~3.0|~4.0",
9316                 "symfony/dependency-injection": "~3.2|~4.0",
9317                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9318                 "symfony/property-access": "~2.8|~3.0|~4.0",
9319                 "symfony/property-info": "~3.1|~4.0",
9320                 "symfony/yaml": "~3.4|~4.0"
9321             },
9322             "suggest": {
9323                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9324                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9325                 "psr/cache-implementation": "For using the metadata cache.",
9326                 "symfony/config": "For using the XML mapping loader.",
9327                 "symfony/http-foundation": "To use the DataUriNormalizer.",
9328                 "symfony/property-access": "For using the ObjectNormalizer.",
9329                 "symfony/property-info": "To deserialize relations.",
9330                 "symfony/yaml": "For using the default YAML mapping loader."
9331             },
9332             "type": "library",
9333             "extra": {
9334                 "branch-alias": {
9335                     "dev-master": "3.4-dev"
9336                 }
9337             },
9338             "autoload": {
9339                 "psr-4": {
9340                     "Symfony\\Component\\Serializer\\": ""
9341                 },
9342                 "exclude-from-classmap": [
9343                     "/Tests/"
9344                 ]
9345             },
9346             "notification-url": "https://packagist.org/downloads/",
9347             "license": [
9348                 "MIT"
9349             ],
9350             "authors": [
9351                 {
9352                     "name": "Fabien Potencier",
9353                     "email": "fabien@symfony.com"
9354                 },
9355                 {
9356                     "name": "Symfony Community",
9357                     "homepage": "https://symfony.com/contributors"
9358                 }
9359             ],
9360             "description": "Symfony Serializer Component",
9361             "homepage": "https://symfony.com",
9362             "time": "2018-05-16T12:49:49+00:00"
9363         },
9364         {
9365             "name": "symfony/translation",
9366             "version": "v3.4.10",
9367             "source": {
9368                 "type": "git",
9369                 "url": "https://github.com/symfony/translation.git",
9370                 "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb"
9371             },
9372             "dist": {
9373                 "type": "zip",
9374                 "url": "https://api.github.com/repos/symfony/translation/zipball/7047f725e35eab768137c677f8c38e4a2a8e38fb",
9375                 "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb",
9376                 "shasum": ""
9377             },
9378             "require": {
9379                 "php": "^5.5.9|>=7.0.8",
9380                 "symfony/polyfill-mbstring": "~1.0"
9381             },
9382             "conflict": {
9383                 "symfony/config": "<2.8",
9384                 "symfony/dependency-injection": "<3.4",
9385                 "symfony/yaml": "<3.4"
9386             },
9387             "require-dev": {
9388                 "psr/log": "~1.0",
9389                 "symfony/config": "~2.8|~3.0|~4.0",
9390                 "symfony/dependency-injection": "~3.4|~4.0",
9391                 "symfony/finder": "~2.8|~3.0|~4.0",
9392                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
9393                 "symfony/yaml": "~3.4|~4.0"
9394             },
9395             "suggest": {
9396                 "psr/log-implementation": "To use logging capability in translator",
9397                 "symfony/config": "",
9398                 "symfony/yaml": ""
9399             },
9400             "type": "library",
9401             "extra": {
9402                 "branch-alias": {
9403                     "dev-master": "3.4-dev"
9404                 }
9405             },
9406             "autoload": {
9407                 "psr-4": {
9408                     "Symfony\\Component\\Translation\\": ""
9409                 },
9410                 "exclude-from-classmap": [
9411                     "/Tests/"
9412                 ]
9413             },
9414             "notification-url": "https://packagist.org/downloads/",
9415             "license": [
9416                 "MIT"
9417             ],
9418             "authors": [
9419                 {
9420                     "name": "Fabien Potencier",
9421                     "email": "fabien@symfony.com"
9422                 },
9423                 {
9424                     "name": "Symfony Community",
9425                     "homepage": "https://symfony.com/contributors"
9426                 }
9427             ],
9428             "description": "Symfony Translation Component",
9429             "homepage": "https://symfony.com",
9430             "time": "2018-05-21T10:06:52+00:00"
9431         },
9432         {
9433             "name": "symfony/validator",
9434             "version": "v3.4.10",
9435             "source": {
9436                 "type": "git",
9437                 "url": "https://github.com/symfony/validator.git",
9438                 "reference": "62ccdf62042fbca3be1e7b2dae84965940023362"
9439             },
9440             "dist": {
9441                 "type": "zip",
9442                 "url": "https://api.github.com/repos/symfony/validator/zipball/62ccdf62042fbca3be1e7b2dae84965940023362",
9443                 "reference": "62ccdf62042fbca3be1e7b2dae84965940023362",
9444                 "shasum": ""
9445             },
9446             "require": {
9447                 "php": "^5.5.9|>=7.0.8",
9448                 "symfony/polyfill-ctype": "~1.8",
9449                 "symfony/polyfill-mbstring": "~1.0",
9450                 "symfony/translation": "~2.8|~3.0|~4.0"
9451             },
9452             "conflict": {
9453                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
9454                 "symfony/dependency-injection": "<3.3",
9455                 "symfony/http-kernel": "<3.3.5",
9456                 "symfony/yaml": "<3.4"
9457             },
9458             "require-dev": {
9459                 "doctrine/annotations": "~1.0",
9460                 "doctrine/cache": "~1.0",
9461                 "egulias/email-validator": "^1.2.8|~2.0",
9462                 "symfony/cache": "~3.1|~4.0",
9463                 "symfony/config": "~2.8|~3.0|~4.0",
9464                 "symfony/dependency-injection": "~3.3|~4.0",
9465                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9466                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
9467                 "symfony/http-kernel": "^3.3.5|~4.0",
9468                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
9469                 "symfony/property-access": "~2.8|~3.0|~4.0",
9470                 "symfony/var-dumper": "~3.3|~4.0",
9471                 "symfony/yaml": "~3.4|~4.0"
9472             },
9473             "suggest": {
9474                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9475                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9476                 "egulias/email-validator": "Strict (RFC compliant) email validation",
9477                 "psr/cache-implementation": "For using the metadata cache.",
9478                 "symfony/config": "",
9479                 "symfony/expression-language": "For using the Expression validator",
9480                 "symfony/http-foundation": "",
9481                 "symfony/intl": "",
9482                 "symfony/property-access": "For accessing properties within comparison constraints",
9483                 "symfony/yaml": ""
9484             },
9485             "type": "library",
9486             "extra": {
9487                 "branch-alias": {
9488                     "dev-master": "3.4-dev"
9489                 }
9490             },
9491             "autoload": {
9492                 "psr-4": {
9493                     "Symfony\\Component\\Validator\\": ""
9494                 },
9495                 "exclude-from-classmap": [
9496                     "/Tests/"
9497                 ]
9498             },
9499             "notification-url": "https://packagist.org/downloads/",
9500             "license": [
9501                 "MIT"
9502             ],
9503             "authors": [
9504                 {
9505                     "name": "Fabien Potencier",
9506                     "email": "fabien@symfony.com"
9507                 },
9508                 {
9509                     "name": "Symfony Community",
9510                     "homepage": "https://symfony.com/contributors"
9511                 }
9512             ],
9513             "description": "Symfony Validator Component",
9514             "homepage": "https://symfony.com",
9515             "time": "2018-05-18T02:00:55+00:00"
9516         },
9517         {
9518             "name": "symfony/var-dumper",
9519             "version": "v3.4.10",
9520             "source": {
9521                 "type": "git",
9522                 "url": "https://github.com/symfony/var-dumper.git",
9523                 "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73"
9524             },
9525             "dist": {
9526                 "type": "zip",
9527                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e6545672d8c9ce70dd472adc2f8b03155a46f73",
9528                 "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73",
9529                 "shasum": ""
9530             },
9531             "require": {
9532                 "php": "^5.5.9|>=7.0.8",
9533                 "symfony/polyfill-mbstring": "~1.0"
9534             },
9535             "conflict": {
9536                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9537             },
9538             "require-dev": {
9539                 "ext-iconv": "*",
9540                 "twig/twig": "~1.34|~2.4"
9541             },
9542             "suggest": {
9543                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
9544                 "ext-intl": "To show region name in time zone dump",
9545                 "ext-symfony_debug": ""
9546             },
9547             "type": "library",
9548             "extra": {
9549                 "branch-alias": {
9550                     "dev-master": "3.4-dev"
9551                 }
9552             },
9553             "autoload": {
9554                 "files": [
9555                     "Resources/functions/dump.php"
9556                 ],
9557                 "psr-4": {
9558                     "Symfony\\Component\\VarDumper\\": ""
9559                 },
9560                 "exclude-from-classmap": [
9561                     "/Tests/"
9562                 ]
9563             },
9564             "notification-url": "https://packagist.org/downloads/",
9565             "license": [
9566                 "MIT"
9567             ],
9568             "authors": [
9569                 {
9570                     "name": "Nicolas Grekas",
9571                     "email": "p@tchwork.com"
9572                 },
9573                 {
9574                     "name": "Symfony Community",
9575                     "homepage": "https://symfony.com/contributors"
9576                 }
9577             ],
9578             "description": "Symfony mechanism for exploring and dumping PHP variables",
9579             "homepage": "https://symfony.com",
9580             "keywords": [
9581                 "debug",
9582                 "dump"
9583             ],
9584             "time": "2018-04-26T12:42:15+00:00"
9585         },
9586         {
9587             "name": "symfony/yaml",
9588             "version": "v3.4.10",
9589             "source": {
9590                 "type": "git",
9591                 "url": "https://github.com/symfony/yaml.git",
9592                 "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0"
9593             },
9594             "dist": {
9595                 "type": "zip",
9596                 "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
9597                 "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0",
9598                 "shasum": ""
9599             },
9600             "require": {
9601                 "php": "^5.5.9|>=7.0.8",
9602                 "symfony/polyfill-ctype": "~1.8"
9603             },
9604             "conflict": {
9605                 "symfony/console": "<3.4"
9606             },
9607             "require-dev": {
9608                 "symfony/console": "~3.4|~4.0"
9609             },
9610             "suggest": {
9611                 "symfony/console": "For validating YAML files using the lint command"
9612             },
9613             "type": "library",
9614             "extra": {
9615                 "branch-alias": {
9616                     "dev-master": "3.4-dev"
9617                 }
9618             },
9619             "autoload": {
9620                 "psr-4": {
9621                     "Symfony\\Component\\Yaml\\": ""
9622                 },
9623                 "exclude-from-classmap": [
9624                     "/Tests/"
9625                 ]
9626             },
9627             "notification-url": "https://packagist.org/downloads/",
9628             "license": [
9629                 "MIT"
9630             ],
9631             "authors": [
9632                 {
9633                     "name": "Fabien Potencier",
9634                     "email": "fabien@symfony.com"
9635                 },
9636                 {
9637                     "name": "Symfony Community",
9638                     "homepage": "https://symfony.com/contributors"
9639                 }
9640             ],
9641             "description": "Symfony Yaml Component",
9642             "homepage": "https://symfony.com",
9643             "time": "2018-05-03T23:18:14+00:00"
9644         },
9645         {
9646             "name": "twbs/bootstrap-sass",
9647             "version": "v3.3.7",
9648             "source": {
9649                 "type": "git",
9650                 "url": "https://github.com/twbs/bootstrap-sass.git",
9651                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
9652             },
9653             "dist": {
9654                 "type": "zip",
9655                 "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
9656                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
9657                 "shasum": ""
9658             },
9659             "type": "library",
9660             "extra": {
9661                 "branch-alias": {
9662                     "dev-master": "3.3.x-dev"
9663                 }
9664             },
9665             "notification-url": "https://packagist.org/downloads/",
9666             "license": [
9667                 "MIT"
9668             ],
9669             "authors": [
9670                 {
9671                     "name": "Mark Otto"
9672                 },
9673                 {
9674                     "name": "Thomas McDonald"
9675                 },
9676                 {
9677                     "name": "Tristan Harward"
9678                 },
9679                 {
9680                     "name": "Peter Gumeson"
9681                 },
9682                 {
9683                     "name": "Gleb Mazovetskiy"
9684                 },
9685                 {
9686                     "name": "Jacob Thornton"
9687                 }
9688             ],
9689             "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
9690             "homepage": "http://github.com/twbs/bootstrap-sass",
9691             "keywords": [
9692                 "bootstrap",
9693                 "css",
9694                 "sass"
9695             ],
9696             "time": "2016-07-25T19:58:53+00:00"
9697         },
9698         {
9699             "name": "twig/twig",
9700             "version": "v1.35.3",
9701             "source": {
9702                 "type": "git",
9703                 "url": "https://github.com/twigphp/Twig.git",
9704                 "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
9705             },
9706             "dist": {
9707                 "type": "zip",
9708                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
9709                 "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
9710                 "shasum": ""
9711             },
9712             "require": {
9713                 "php": ">=5.3.3"
9714             },
9715             "require-dev": {
9716                 "psr/container": "^1.0",
9717                 "symfony/debug": "^2.7",
9718                 "symfony/phpunit-bridge": "^3.3"
9719             },
9720             "type": "library",
9721             "extra": {
9722                 "branch-alias": {
9723                     "dev-master": "1.35-dev"
9724                 }
9725             },
9726             "autoload": {
9727                 "psr-0": {
9728                     "Twig_": "lib/"
9729                 },
9730                 "psr-4": {
9731                     "Twig\\": "src/"
9732                 }
9733             },
9734             "notification-url": "https://packagist.org/downloads/",
9735             "license": [
9736                 "BSD-3-Clause"
9737             ],
9738             "authors": [
9739                 {
9740                     "name": "Fabien Potencier",
9741                     "email": "fabien@symfony.com",
9742                     "homepage": "http://fabien.potencier.org",
9743                     "role": "Lead Developer"
9744                 },
9745                 {
9746                     "name": "Armin Ronacher",
9747                     "email": "armin.ronacher@active-4.com",
9748                     "role": "Project Founder"
9749                 },
9750                 {
9751                     "name": "Twig Team",
9752                     "homepage": "http://twig.sensiolabs.org/contributors",
9753                     "role": "Contributors"
9754                 }
9755             ],
9756             "description": "Twig, the flexible, fast, and secure template language for PHP",
9757             "homepage": "http://twig.sensiolabs.org",
9758             "keywords": [
9759                 "templating"
9760             ],
9761             "time": "2018-03-20T04:25:58+00:00"
9762         },
9763         {
9764             "name": "webflo/drupal-finder",
9765             "version": "1.1.0",
9766             "source": {
9767                 "type": "git",
9768                 "url": "https://github.com/webflo/drupal-finder.git",
9769                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
9770             },
9771             "dist": {
9772                 "type": "zip",
9773                 "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
9774                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
9775                 "shasum": ""
9776             },
9777             "require-dev": {
9778                 "mikey179/vfsstream": "^1.6",
9779                 "phpunit/phpunit": "^4.8"
9780             },
9781             "type": "library",
9782             "autoload": {
9783                 "classmap": [
9784                     "src/DrupalFinder.php"
9785                 ]
9786             },
9787             "notification-url": "https://packagist.org/downloads/",
9788             "license": [
9789                 "GPL-2.0+"
9790             ],
9791             "authors": [
9792                 {
9793                     "name": "Florian Weber",
9794                     "email": "florian@webflo.org"
9795                 }
9796             ],
9797             "description": "Helper class to locate a Drupal installation from a given path.",
9798             "time": "2017-10-24T08:12:11+00:00"
9799         },
9800         {
9801             "name": "webmozart/assert",
9802             "version": "1.3.0",
9803             "source": {
9804                 "type": "git",
9805                 "url": "https://github.com/webmozart/assert.git",
9806                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
9807             },
9808             "dist": {
9809                 "type": "zip",
9810                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
9811                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
9812                 "shasum": ""
9813             },
9814             "require": {
9815                 "php": "^5.3.3 || ^7.0"
9816             },
9817             "require-dev": {
9818                 "phpunit/phpunit": "^4.6",
9819                 "sebastian/version": "^1.0.1"
9820             },
9821             "type": "library",
9822             "extra": {
9823                 "branch-alias": {
9824                     "dev-master": "1.3-dev"
9825                 }
9826             },
9827             "autoload": {
9828                 "psr-4": {
9829                     "Webmozart\\Assert\\": "src/"
9830                 }
9831             },
9832             "notification-url": "https://packagist.org/downloads/",
9833             "license": [
9834                 "MIT"
9835             ],
9836             "authors": [
9837                 {
9838                     "name": "Bernhard Schussek",
9839                     "email": "bschussek@gmail.com"
9840                 }
9841             ],
9842             "description": "Assertions to validate method input/output with nice error messages.",
9843             "keywords": [
9844                 "assert",
9845                 "check",
9846                 "validate"
9847             ],
9848             "time": "2018-01-29T19:49:41+00:00"
9849         },
9850         {
9851             "name": "webmozart/path-util",
9852             "version": "2.3.0",
9853             "source": {
9854                 "type": "git",
9855                 "url": "https://github.com/webmozart/path-util.git",
9856                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
9857             },
9858             "dist": {
9859                 "type": "zip",
9860                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
9861                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
9862                 "shasum": ""
9863             },
9864             "require": {
9865                 "php": ">=5.3.3",
9866                 "webmozart/assert": "~1.0"
9867             },
9868             "require-dev": {
9869                 "phpunit/phpunit": "^4.6",
9870                 "sebastian/version": "^1.0.1"
9871             },
9872             "type": "library",
9873             "extra": {
9874                 "branch-alias": {
9875                     "dev-master": "2.3-dev"
9876                 }
9877             },
9878             "autoload": {
9879                 "psr-4": {
9880                     "Webmozart\\PathUtil\\": "src/"
9881                 }
9882             },
9883             "notification-url": "https://packagist.org/downloads/",
9884             "license": [
9885                 "MIT"
9886             ],
9887             "authors": [
9888                 {
9889                     "name": "Bernhard Schussek",
9890                     "email": "bschussek@gmail.com"
9891                 }
9892             ],
9893             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
9894             "time": "2015-12-17T08:42:14+00:00"
9895         },
9896         {
9897             "name": "zendframework/zend-diactoros",
9898             "version": "1.7.1",
9899             "source": {
9900                 "type": "git",
9901                 "url": "https://github.com/zendframework/zend-diactoros.git",
9902                 "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
9903             },
9904             "dist": {
9905                 "type": "zip",
9906                 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
9907                 "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
9908                 "shasum": ""
9909             },
9910             "require": {
9911                 "php": "^5.6 || ^7.0",
9912                 "psr/http-message": "^1.0"
9913             },
9914             "provide": {
9915                 "psr/http-message-implementation": "1.0"
9916             },
9917             "require-dev": {
9918                 "ext-dom": "*",
9919                 "ext-libxml": "*",
9920                 "phpunit/phpunit": "^5.7.16 || ^6.0.8",
9921                 "zendframework/zend-coding-standard": "~1.0"
9922             },
9923             "type": "library",
9924             "extra": {
9925                 "branch-alias": {
9926                     "dev-master": "1.7.x-dev",
9927                     "dev-develop": "1.8.x-dev"
9928                 }
9929             },
9930             "autoload": {
9931                 "psr-4": {
9932                     "Zend\\Diactoros\\": "src/"
9933                 }
9934             },
9935             "notification-url": "https://packagist.org/downloads/",
9936             "license": [
9937                 "BSD-2-Clause"
9938             ],
9939             "description": "PSR HTTP Message implementations",
9940             "homepage": "https://github.com/zendframework/zend-diactoros",
9941             "keywords": [
9942                 "http",
9943                 "psr",
9944                 "psr-7"
9945             ],
9946             "time": "2018-02-26T15:44:50+00:00"
9947         },
9948         {
9949             "name": "zendframework/zend-escaper",
9950             "version": "2.6.0",
9951             "source": {
9952                 "type": "git",
9953                 "url": "https://github.com/zendframework/zend-escaper.git",
9954                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
9955             },
9956             "dist": {
9957                 "type": "zip",
9958                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
9959                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
9960                 "shasum": ""
9961             },
9962             "require": {
9963                 "php": "^5.6 || ^7.0"
9964             },
9965             "require-dev": {
9966                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9967                 "zendframework/zend-coding-standard": "~1.0.0"
9968             },
9969             "type": "library",
9970             "extra": {
9971                 "branch-alias": {
9972                     "dev-master": "2.6.x-dev",
9973                     "dev-develop": "2.7.x-dev"
9974                 }
9975             },
9976             "autoload": {
9977                 "psr-4": {
9978                     "Zend\\Escaper\\": "src/"
9979                 }
9980             },
9981             "notification-url": "https://packagist.org/downloads/",
9982             "license": [
9983                 "BSD-3-Clause"
9984             ],
9985             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
9986             "keywords": [
9987                 "ZendFramework",
9988                 "escaper",
9989                 "zf"
9990             ],
9991             "time": "2018-04-25T15:48:53+00:00"
9992         },
9993         {
9994             "name": "zendframework/zend-feed",
9995             "version": "2.9.1",
9996             "source": {
9997                 "type": "git",
9998                 "url": "https://github.com/zendframework/zend-feed.git",
9999                 "reference": "15a6ca78dd8f67b687e4f902657b4e420a8fd1e0"
10000             },
10001             "dist": {
10002                 "type": "zip",
10003                 "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/15a6ca78dd8f67b687e4f902657b4e420a8fd1e0",
10004                 "reference": "15a6ca78dd8f67b687e4f902657b4e420a8fd1e0",
10005                 "shasum": ""
10006             },
10007             "require": {
10008                 "php": "^5.6 || ^7.0",
10009                 "zendframework/zend-escaper": "^2.5.2",
10010                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
10011             },
10012             "require-dev": {
10013                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10014                 "psr/http-message": "^1.0.1",
10015                 "zendframework/zend-cache": "^2.7.2",
10016                 "zendframework/zend-coding-standard": "~1.0.0",
10017                 "zendframework/zend-db": "^2.8.2",
10018                 "zendframework/zend-http": "^2.7",
10019                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
10020                 "zendframework/zend-validator": "^2.10.1"
10021             },
10022             "suggest": {
10023                 "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
10024                 "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
10025                 "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
10026                 "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
10027                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
10028                 "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
10029             },
10030             "type": "library",
10031             "extra": {
10032                 "branch-alias": {
10033                     "dev-master": "2.9-dev",
10034                     "dev-develop": "2.10-dev"
10035                 }
10036             },
10037             "autoload": {
10038                 "psr-4": {
10039                     "Zend\\Feed\\": "src/"
10040                 }
10041             },
10042             "notification-url": "https://packagist.org/downloads/",
10043             "license": [
10044                 "BSD-3-Clause"
10045             ],
10046             "description": "provides functionality for consuming RSS and Atom feeds",
10047             "keywords": [
10048                 "ZendFramework",
10049                 "feed",
10050                 "zf"
10051             ],
10052             "time": "2018-05-14T21:45:18+00:00"
10053         },
10054         {
10055             "name": "zendframework/zend-stdlib",
10056             "version": "3.2.0",
10057             "source": {
10058                 "type": "git",
10059                 "url": "https://github.com/zendframework/zend-stdlib.git",
10060                 "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae"
10061             },
10062             "dist": {
10063                 "type": "zip",
10064                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
10065                 "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
10066                 "shasum": ""
10067             },
10068             "require": {
10069                 "php": "^5.6 || ^7.0"
10070             },
10071             "require-dev": {
10072                 "phpbench/phpbench": "^0.13",
10073                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
10074                 "zendframework/zend-coding-standard": "~1.0.0"
10075             },
10076             "type": "library",
10077             "extra": {
10078                 "branch-alias": {
10079                     "dev-master": "3.2.x-dev",
10080                     "dev-develop": "3.3.x-dev"
10081                 }
10082             },
10083             "autoload": {
10084                 "psr-4": {
10085                     "Zend\\Stdlib\\": "src/"
10086                 }
10087             },
10088             "notification-url": "https://packagist.org/downloads/",
10089             "license": [
10090                 "BSD-3-Clause"
10091             ],
10092             "description": "SPL extensions, array utilities, error handlers, and more",
10093             "keywords": [
10094                 "ZendFramework",
10095                 "stdlib",
10096                 "zf"
10097             ],
10098             "time": "2018-04-30T13:50:40+00:00"
10099         }
10100     ],
10101     "packages-dev": [
10102         {
10103             "name": "ajgl/breakpoint-twig-extension",
10104             "version": "0.3.0",
10105             "source": {
10106                 "type": "git",
10107                 "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
10108                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
10109             },
10110             "dist": {
10111                 "type": "zip",
10112                 "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
10113                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
10114                 "shasum": ""
10115             },
10116             "require": {
10117                 "php": ">=5.4.0",
10118                 "twig/twig": "^1.14"
10119             },
10120             "require-dev": {
10121                 "symfony/framework-bundle": "^2.3",
10122                 "symfony/twig-bundle": "^2.3"
10123             },
10124             "suggest": {
10125                 "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
10126                 "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
10127                 "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
10128             },
10129             "type": "library",
10130             "extra": {
10131                 "branch-alias": {
10132                     "dev-master": "0.4.x-dev"
10133                 }
10134             },
10135             "autoload": {
10136                 "psr-4": {
10137                     "Ajgl\\Twig\\Extension\\": "src/"
10138                 }
10139             },
10140             "notification-url": "https://packagist.org/downloads/",
10141             "license": [
10142                 "MIT"
10143             ],
10144             "authors": [
10145                 {
10146                     "name": "Antonio J. García Lagar",
10147                     "email": "aj@garcialagar.es",
10148                     "homepage": "http://aj.garcialagar.es",
10149                     "role": "developer"
10150                 }
10151             ],
10152             "description": "Twig extension to set breakpoints",
10153             "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
10154             "keywords": [
10155                 "Xdebug",
10156                 "breakpoint",
10157                 "twig"
10158             ],
10159             "time": "2016-03-31T18:09:32+00:00"
10160         },
10161         {
10162             "name": "behat/mink",
10163             "version": "v1.7.1",
10164             "source": {
10165                 "type": "git",
10166                 "url": "https://github.com/minkphp/Mink.git",
10167                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
10168             },
10169             "dist": {
10170                 "type": "zip",
10171                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
10172                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
10173                 "shasum": ""
10174             },
10175             "require": {
10176                 "php": ">=5.3.1",
10177                 "symfony/css-selector": "~2.1|~3.0"
10178             },
10179             "require-dev": {
10180                 "symfony/phpunit-bridge": "~2.7|~3.0"
10181             },
10182             "suggest": {
10183                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
10184                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
10185                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
10186                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
10187             },
10188             "type": "library",
10189             "extra": {
10190                 "branch-alias": {
10191                     "dev-master": "1.7.x-dev"
10192                 }
10193             },
10194             "autoload": {
10195                 "psr-4": {
10196                     "Behat\\Mink\\": "src/"
10197                 }
10198             },
10199             "notification-url": "https://packagist.org/downloads/",
10200             "license": [
10201                 "MIT"
10202             ],
10203             "authors": [
10204                 {
10205                     "name": "Konstantin Kudryashov",
10206                     "email": "ever.zet@gmail.com",
10207                     "homepage": "http://everzet.com"
10208                 }
10209             ],
10210             "description": "Browser controller/emulator abstraction for PHP",
10211             "homepage": "http://mink.behat.org/",
10212             "keywords": [
10213                 "browser",
10214                 "testing",
10215                 "web"
10216             ],
10217             "time": "2016-03-05T08:26:18+00:00"
10218         },
10219         {
10220             "name": "behat/mink-browserkit-driver",
10221             "version": "1.3.3",
10222             "source": {
10223                 "type": "git",
10224                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
10225                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
10226             },
10227             "dist": {
10228                 "type": "zip",
10229                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
10230                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
10231                 "shasum": ""
10232             },
10233             "require": {
10234                 "behat/mink": "^1.7.1@dev",
10235                 "php": ">=5.3.6",
10236                 "symfony/browser-kit": "~2.3|~3.0|~4.0",
10237                 "symfony/dom-crawler": "~2.3|~3.0|~4.0"
10238             },
10239             "require-dev": {
10240                 "mink/driver-testsuite": "dev-master",
10241                 "symfony/http-kernel": "~2.3|~3.0|~4.0"
10242             },
10243             "type": "mink-driver",
10244             "extra": {
10245                 "branch-alias": {
10246                     "dev-master": "1.3.x-dev"
10247                 }
10248             },
10249             "autoload": {
10250                 "psr-4": {
10251                     "Behat\\Mink\\Driver\\": "src/"
10252                 }
10253             },
10254             "notification-url": "https://packagist.org/downloads/",
10255             "license": [
10256                 "MIT"
10257             ],
10258             "authors": [
10259                 {
10260                     "name": "Konstantin Kudryashov",
10261                     "email": "ever.zet@gmail.com",
10262                     "homepage": "http://everzet.com"
10263                 }
10264             ],
10265             "description": "Symfony2 BrowserKit driver for Mink framework",
10266             "homepage": "http://mink.behat.org/",
10267             "keywords": [
10268                 "Mink",
10269                 "Symfony2",
10270                 "browser",
10271                 "testing"
10272             ],
10273             "time": "2018-05-02T09:25:31+00:00"
10274         },
10275         {
10276             "name": "behat/mink-goutte-driver",
10277             "version": "v1.2.1",
10278             "source": {
10279                 "type": "git",
10280                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
10281                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
10282             },
10283             "dist": {
10284                 "type": "zip",
10285                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
10286                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
10287                 "shasum": ""
10288             },
10289             "require": {
10290                 "behat/mink": "~1.6@dev",
10291                 "behat/mink-browserkit-driver": "~1.2@dev",
10292                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
10293                 "php": ">=5.3.1"
10294             },
10295             "require-dev": {
10296                 "symfony/phpunit-bridge": "~2.7|~3.0"
10297             },
10298             "type": "mink-driver",
10299             "extra": {
10300                 "branch-alias": {
10301                     "dev-master": "1.2.x-dev"
10302                 }
10303             },
10304             "autoload": {
10305                 "psr-4": {
10306                     "Behat\\Mink\\Driver\\": "src/"
10307                 }
10308             },
10309             "notification-url": "https://packagist.org/downloads/",
10310             "license": [
10311                 "MIT"
10312             ],
10313             "authors": [
10314                 {
10315                     "name": "Konstantin Kudryashov",
10316                     "email": "ever.zet@gmail.com",
10317                     "homepage": "http://everzet.com"
10318                 }
10319             ],
10320             "description": "Goutte driver for Mink framework",
10321             "homepage": "http://mink.behat.org/",
10322             "keywords": [
10323                 "browser",
10324                 "goutte",
10325                 "headless",
10326                 "testing"
10327             ],
10328             "time": "2016-03-05T09:04:22+00:00"
10329         },
10330         {
10331             "name": "doctrine/instantiator",
10332             "version": "1.0.5",
10333             "source": {
10334                 "type": "git",
10335                 "url": "https://github.com/doctrine/instantiator.git",
10336                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
10337             },
10338             "dist": {
10339                 "type": "zip",
10340                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
10341                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
10342                 "shasum": ""
10343             },
10344             "require": {
10345                 "php": ">=5.3,<8.0-DEV"
10346             },
10347             "require-dev": {
10348                 "athletic/athletic": "~0.1.8",
10349                 "ext-pdo": "*",
10350                 "ext-phar": "*",
10351                 "phpunit/phpunit": "~4.0",
10352                 "squizlabs/php_codesniffer": "~2.0"
10353             },
10354             "type": "library",
10355             "extra": {
10356                 "branch-alias": {
10357                     "dev-master": "1.0.x-dev"
10358                 }
10359             },
10360             "autoload": {
10361                 "psr-4": {
10362                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
10363                 }
10364             },
10365             "notification-url": "https://packagist.org/downloads/",
10366             "license": [
10367                 "MIT"
10368             ],
10369             "authors": [
10370                 {
10371                     "name": "Marco Pivetta",
10372                     "email": "ocramius@gmail.com",
10373                     "homepage": "http://ocramius.github.com/"
10374                 }
10375             ],
10376             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
10377             "homepage": "https://github.com/doctrine/instantiator",
10378             "keywords": [
10379                 "constructor",
10380                 "instantiate"
10381             ],
10382             "time": "2015-06-14T21:17:01+00:00"
10383         },
10384         {
10385             "name": "drupal/livereload",
10386             "version": "dev-1.x",
10387             "source": {
10388                 "type": "git",
10389                 "url": "https://git.drupal.org/project/livereload",
10390                 "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
10391             },
10392             "require": {
10393                 "drupal/core": "~8.0"
10394             },
10395             "type": "drupal-module",
10396             "extra": {
10397                 "branch-alias": {
10398                     "dev-1.x": "1.x-dev"
10399                 },
10400                 "drupal": {
10401                     "version": "8.x-1.x-dev",
10402                     "datestamp": "1474009739"
10403                 }
10404             },
10405             "notification-url": "https://packages.drupal.org/8/downloads",
10406             "license": [
10407                 "GPL-2.0+"
10408             ],
10409             "authors": [
10410                 {
10411                     "name": "Hydra",
10412                     "homepage": "https://www.drupal.org/user/647364"
10413                 },
10414                 {
10415                     "name": "tim.plunkett",
10416                     "homepage": "https://www.drupal.org/user/241634"
10417                 }
10418             ],
10419             "description": "Enables and enhances use of LiveReload during development.",
10420             "homepage": "https://www.drupal.org/project/livereload",
10421             "support": {
10422                 "source": "http://cgit.drupalcode.org/livereload"
10423             }
10424         },
10425         {
10426             "name": "drupal/twig_xdebug",
10427             "version": "1.0.0",
10428             "source": {
10429                 "type": "git",
10430                 "url": "https://git.drupal.org/project/twig_xdebug",
10431                 "reference": "8.x-1.0"
10432             },
10433             "dist": {
10434                 "type": "zip",
10435                 "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
10436                 "reference": "8.x-1.0",
10437                 "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
10438             },
10439             "require": {
10440                 "ajgl/breakpoint-twig-extension": "0.3",
10441                 "drupal/core": "~8.0"
10442             },
10443             "type": "drupal-module",
10444             "extra": {
10445                 "branch-alias": {
10446                     "dev-1.x": "1.x-dev"
10447                 },
10448                 "drupal": {
10449                     "version": "8.x-1.0",
10450                     "datestamp": "1464928439"
10451                 }
10452             },
10453             "notification-url": "https://packages.drupal.org/8/downloads",
10454             "license": [
10455                 "GPL-2.0+"
10456             ],
10457             "authors": [
10458                 {
10459                     "name": "charginghawk",
10460                     "homepage": "https://www.drupal.org/user/2626341"
10461                 }
10462             ],
10463             "description": "Enables Xdebug breakpoints in Twig.",
10464             "homepage": "https://www.drupal.org/project/twig_xdebug",
10465             "support": {
10466                 "source": "http://cgit.drupalcode.org/twig_xdebug"
10467             }
10468         },
10469         {
10470             "name": "fabpot/goutte",
10471             "version": "v3.2.2",
10472             "source": {
10473                 "type": "git",
10474                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
10475                 "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96"
10476             },
10477             "dist": {
10478                 "type": "zip",
10479                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/395f61d7c2e15a813839769553a4de16fa3b3c96",
10480                 "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96",
10481                 "shasum": ""
10482             },
10483             "require": {
10484                 "guzzlehttp/guzzle": "^6.0",
10485                 "php": ">=5.5.0",
10486                 "symfony/browser-kit": "~2.1|~3.0|~4.0",
10487                 "symfony/css-selector": "~2.1|~3.0|~4.0",
10488                 "symfony/dom-crawler": "~2.1|~3.0|~4.0"
10489             },
10490             "require-dev": {
10491                 "symfony/phpunit-bridge": "^3.3 || ^4"
10492             },
10493             "type": "application",
10494             "extra": {
10495                 "branch-alias": {
10496                     "dev-master": "3.2-dev"
10497                 }
10498             },
10499             "autoload": {
10500                 "psr-4": {
10501                     "Goutte\\": "Goutte"
10502                 },
10503                 "exclude-from-classmap": [
10504                     "Goutte/Tests"
10505                 ]
10506             },
10507             "notification-url": "https://packagist.org/downloads/",
10508             "license": [
10509                 "MIT"
10510             ],
10511             "authors": [
10512                 {
10513                     "name": "Fabien Potencier",
10514                     "email": "fabien@symfony.com"
10515                 }
10516             ],
10517             "description": "A simple PHP Web Scraper",
10518             "homepage": "https://github.com/FriendsOfPHP/Goutte",
10519             "keywords": [
10520                 "scraper"
10521             ],
10522             "time": "2017-11-19T08:45:40+00:00"
10523         },
10524         {
10525             "name": "jcalderonzumba/gastonjs",
10526             "version": "v1.0.3",
10527             "source": {
10528                 "type": "git",
10529                 "url": "https://github.com/jcalderonzumba/gastonjs.git",
10530                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
10531             },
10532             "dist": {
10533                 "type": "zip",
10534                 "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
10535                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
10536                 "shasum": ""
10537             },
10538             "require": {
10539                 "guzzlehttp/guzzle": "~5.0|~6.0",
10540                 "php": ">=5.4"
10541             },
10542             "require-dev": {
10543                 "phpunit/phpunit": "~4.6",
10544                 "silex/silex": "~1.2",
10545                 "symfony/phpunit-bridge": "~2.7",
10546                 "symfony/process": "~2.1"
10547             },
10548             "type": "phantomjs-api",
10549             "extra": {
10550                 "branch-alias": {
10551                     "dev-master": "1.1.x-dev"
10552                 }
10553             },
10554             "autoload": {
10555                 "psr-4": {
10556                     "Zumba\\GastonJS\\": "src"
10557                 }
10558             },
10559             "notification-url": "https://packagist.org/downloads/",
10560             "license": [
10561                 "MIT"
10562             ],
10563             "authors": [
10564                 {
10565                     "name": "Juan Francisco Calderón Zumba",
10566                     "email": "juanfcz@gmail.com",
10567                     "homepage": "http://github.com/jcalderonzumba"
10568                 }
10569             ],
10570             "description": "PhantomJS API based server for webpage automation",
10571             "homepage": "https://github.com/jcalderonzumba/gastonjs",
10572             "keywords": [
10573                 "api",
10574                 "automation",
10575                 "browser",
10576                 "headless",
10577                 "phantomjs"
10578             ],
10579             "time": "2016-05-04T16:27:07+00:00"
10580         },
10581         {
10582             "name": "jcalderonzumba/mink-phantomjs-driver",
10583             "version": "v0.3.3",
10584             "source": {
10585                 "type": "git",
10586                 "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
10587                 "reference": "008f43670e94acd39273d15add1e7348eb23848d"
10588             },
10589             "dist": {
10590                 "type": "zip",
10591                 "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
10592                 "reference": "008f43670e94acd39273d15add1e7348eb23848d",
10593                 "shasum": ""
10594             },
10595             "require": {
10596                 "behat/mink": "~1.7",
10597                 "jcalderonzumba/gastonjs": "~1.0",
10598                 "php": ">=5.4",
10599                 "twig/twig": "~1.20|~2.0"
10600             },
10601             "require-dev": {
10602                 "mink/driver-testsuite": "dev-master",
10603                 "phpunit/phpunit": "~4.6"
10604             },
10605             "type": "mink-driver",
10606             "extra": {
10607                 "branch-alias": {
10608                     "dev-master": "0.4.x-dev"
10609                 }
10610             },
10611             "autoload": {
10612                 "psr-4": {
10613                     "Zumba\\Mink\\Driver\\": "src"
10614                 }
10615             },
10616             "notification-url": "https://packagist.org/downloads/",
10617             "license": [
10618                 "MIT"
10619             ],
10620             "authors": [
10621                 {
10622                     "name": "Juan Francisco Calderón Zumba",
10623                     "email": "juanfcz@gmail.com",
10624                     "homepage": "http://github.com/jcalderonzumba"
10625                 }
10626             ],
10627             "description": "PhantomJS driver for Mink framework",
10628             "homepage": "http://mink.behat.org/",
10629             "keywords": [
10630                 "ajax",
10631                 "browser",
10632                 "headless",
10633                 "javascript",
10634                 "phantomjs",
10635                 "testing"
10636             ],
10637             "time": "2016-12-01T10:57:30+00:00"
10638         },
10639         {
10640             "name": "mikey179/vfsStream",
10641             "version": "v1.6.5",
10642             "source": {
10643                 "type": "git",
10644                 "url": "https://github.com/mikey179/vfsStream.git",
10645                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
10646             },
10647             "dist": {
10648                 "type": "zip",
10649                 "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
10650                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
10651                 "shasum": ""
10652             },
10653             "require": {
10654                 "php": ">=5.3.0"
10655             },
10656             "require-dev": {
10657                 "phpunit/phpunit": "~4.5"
10658             },
10659             "type": "library",
10660             "extra": {
10661                 "branch-alias": {
10662                     "dev-master": "1.6.x-dev"
10663                 }
10664             },
10665             "autoload": {
10666                 "psr-0": {
10667                     "org\\bovigo\\vfs\\": "src/main/php"
10668                 }
10669             },
10670             "notification-url": "https://packagist.org/downloads/",
10671             "license": [
10672                 "BSD-3-Clause"
10673             ],
10674             "authors": [
10675                 {
10676                     "name": "Frank Kleine",
10677                     "homepage": "http://frankkleine.de/",
10678                     "role": "Developer"
10679                 }
10680             ],
10681             "description": "Virtual file system to mock the real file system in unit tests.",
10682             "homepage": "http://vfs.bovigo.org/",
10683             "time": "2017-08-01T08:02:14+00:00"
10684         },
10685         {
10686             "name": "phpspec/prophecy",
10687             "version": "1.7.6",
10688             "source": {
10689                 "type": "git",
10690                 "url": "https://github.com/phpspec/prophecy.git",
10691                 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
10692             },
10693             "dist": {
10694                 "type": "zip",
10695                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
10696                 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
10697                 "shasum": ""
10698             },
10699             "require": {
10700                 "doctrine/instantiator": "^1.0.2",
10701                 "php": "^5.3|^7.0",
10702                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
10703                 "sebastian/comparator": "^1.1|^2.0|^3.0",
10704                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
10705             },
10706             "require-dev": {
10707                 "phpspec/phpspec": "^2.5|^3.2",
10708                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
10709             },
10710             "type": "library",
10711             "extra": {
10712                 "branch-alias": {
10713                     "dev-master": "1.7.x-dev"
10714                 }
10715             },
10716             "autoload": {
10717                 "psr-0": {
10718                     "Prophecy\\": "src/"
10719                 }
10720             },
10721             "notification-url": "https://packagist.org/downloads/",
10722             "license": [
10723                 "MIT"
10724             ],
10725             "authors": [
10726                 {
10727                     "name": "Konstantin Kudryashov",
10728                     "email": "ever.zet@gmail.com",
10729                     "homepage": "http://everzet.com"
10730                 },
10731                 {
10732                     "name": "Marcello Duarte",
10733                     "email": "marcello.duarte@gmail.com"
10734                 }
10735             ],
10736             "description": "Highly opinionated mocking framework for PHP 5.3+",
10737             "homepage": "https://github.com/phpspec/prophecy",
10738             "keywords": [
10739                 "Double",
10740                 "Dummy",
10741                 "fake",
10742                 "mock",
10743                 "spy",
10744                 "stub"
10745             ],
10746             "time": "2018-04-18T13:57:24+00:00"
10747         },
10748         {
10749             "name": "phpunit/php-code-coverage",
10750             "version": "2.2.4",
10751             "source": {
10752                 "type": "git",
10753                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
10754                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
10755             },
10756             "dist": {
10757                 "type": "zip",
10758                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
10759                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
10760                 "shasum": ""
10761             },
10762             "require": {
10763                 "php": ">=5.3.3",
10764                 "phpunit/php-file-iterator": "~1.3",
10765                 "phpunit/php-text-template": "~1.2",
10766                 "phpunit/php-token-stream": "~1.3",
10767                 "sebastian/environment": "^1.3.2",
10768                 "sebastian/version": "~1.0"
10769             },
10770             "require-dev": {
10771                 "ext-xdebug": ">=2.1.4",
10772                 "phpunit/phpunit": "~4"
10773             },
10774             "suggest": {
10775                 "ext-dom": "*",
10776                 "ext-xdebug": ">=2.2.1",
10777                 "ext-xmlwriter": "*"
10778             },
10779             "type": "library",
10780             "extra": {
10781                 "branch-alias": {
10782                     "dev-master": "2.2.x-dev"
10783                 }
10784             },
10785             "autoload": {
10786                 "classmap": [
10787                     "src/"
10788                 ]
10789             },
10790             "notification-url": "https://packagist.org/downloads/",
10791             "license": [
10792                 "BSD-3-Clause"
10793             ],
10794             "authors": [
10795                 {
10796                     "name": "Sebastian Bergmann",
10797                     "email": "sb@sebastian-bergmann.de",
10798                     "role": "lead"
10799                 }
10800             ],
10801             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
10802             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
10803             "keywords": [
10804                 "coverage",
10805                 "testing",
10806                 "xunit"
10807             ],
10808             "time": "2015-10-06T15:47:00+00:00"
10809         },
10810         {
10811             "name": "phpunit/php-file-iterator",
10812             "version": "1.4.5",
10813             "source": {
10814                 "type": "git",
10815                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
10816                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
10817             },
10818             "dist": {
10819                 "type": "zip",
10820                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
10821                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
10822                 "shasum": ""
10823             },
10824             "require": {
10825                 "php": ">=5.3.3"
10826             },
10827             "type": "library",
10828             "extra": {
10829                 "branch-alias": {
10830                     "dev-master": "1.4.x-dev"
10831                 }
10832             },
10833             "autoload": {
10834                 "classmap": [
10835                     "src/"
10836                 ]
10837             },
10838             "notification-url": "https://packagist.org/downloads/",
10839             "license": [
10840                 "BSD-3-Clause"
10841             ],
10842             "authors": [
10843                 {
10844                     "name": "Sebastian Bergmann",
10845                     "email": "sb@sebastian-bergmann.de",
10846                     "role": "lead"
10847                 }
10848             ],
10849             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
10850             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
10851             "keywords": [
10852                 "filesystem",
10853                 "iterator"
10854             ],
10855             "time": "2017-11-27T13:52:08+00:00"
10856         },
10857         {
10858             "name": "phpunit/php-text-template",
10859             "version": "1.2.1",
10860             "source": {
10861                 "type": "git",
10862                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
10863                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
10864             },
10865             "dist": {
10866                 "type": "zip",
10867                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
10868                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
10869                 "shasum": ""
10870             },
10871             "require": {
10872                 "php": ">=5.3.3"
10873             },
10874             "type": "library",
10875             "autoload": {
10876                 "classmap": [
10877                     "src/"
10878                 ]
10879             },
10880             "notification-url": "https://packagist.org/downloads/",
10881             "license": [
10882                 "BSD-3-Clause"
10883             ],
10884             "authors": [
10885                 {
10886                     "name": "Sebastian Bergmann",
10887                     "email": "sebastian@phpunit.de",
10888                     "role": "lead"
10889                 }
10890             ],
10891             "description": "Simple template engine.",
10892             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
10893             "keywords": [
10894                 "template"
10895             ],
10896             "time": "2015-06-21T13:50:34+00:00"
10897         },
10898         {
10899             "name": "phpunit/php-timer",
10900             "version": "1.0.9",
10901             "source": {
10902                 "type": "git",
10903                 "url": "https://github.com/sebastianbergmann/php-timer.git",
10904                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
10905             },
10906             "dist": {
10907                 "type": "zip",
10908                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
10909                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
10910                 "shasum": ""
10911             },
10912             "require": {
10913                 "php": "^5.3.3 || ^7.0"
10914             },
10915             "require-dev": {
10916                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
10917             },
10918             "type": "library",
10919             "extra": {
10920                 "branch-alias": {
10921                     "dev-master": "1.0-dev"
10922                 }
10923             },
10924             "autoload": {
10925                 "classmap": [
10926                     "src/"
10927                 ]
10928             },
10929             "notification-url": "https://packagist.org/downloads/",
10930             "license": [
10931                 "BSD-3-Clause"
10932             ],
10933             "authors": [
10934                 {
10935                     "name": "Sebastian Bergmann",
10936                     "email": "sb@sebastian-bergmann.de",
10937                     "role": "lead"
10938                 }
10939             ],
10940             "description": "Utility class for timing",
10941             "homepage": "https://github.com/sebastianbergmann/php-timer/",
10942             "keywords": [
10943                 "timer"
10944             ],
10945             "time": "2017-02-26T11:10:40+00:00"
10946         },
10947         {
10948             "name": "phpunit/php-token-stream",
10949             "version": "1.4.12",
10950             "source": {
10951                 "type": "git",
10952                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
10953                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
10954             },
10955             "dist": {
10956                 "type": "zip",
10957                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
10958                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
10959                 "shasum": ""
10960             },
10961             "require": {
10962                 "ext-tokenizer": "*",
10963                 "php": ">=5.3.3"
10964             },
10965             "require-dev": {
10966                 "phpunit/phpunit": "~4.2"
10967             },
10968             "type": "library",
10969             "extra": {
10970                 "branch-alias": {
10971                     "dev-master": "1.4-dev"
10972                 }
10973             },
10974             "autoload": {
10975                 "classmap": [
10976                     "src/"
10977                 ]
10978             },
10979             "notification-url": "https://packagist.org/downloads/",
10980             "license": [
10981                 "BSD-3-Clause"
10982             ],
10983             "authors": [
10984                 {
10985                     "name": "Sebastian Bergmann",
10986                     "email": "sebastian@phpunit.de"
10987                 }
10988             ],
10989             "description": "Wrapper around PHP's tokenizer extension.",
10990             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
10991             "keywords": [
10992                 "tokenizer"
10993             ],
10994             "time": "2017-12-04T08:55:13+00:00"
10995         },
10996         {
10997             "name": "phpunit/phpunit",
10998             "version": "4.8.36",
10999             "source": {
11000                 "type": "git",
11001                 "url": "https://github.com/sebastianbergmann/phpunit.git",
11002                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
11003             },
11004             "dist": {
11005                 "type": "zip",
11006                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
11007                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
11008                 "shasum": ""
11009             },
11010             "require": {
11011                 "ext-dom": "*",
11012                 "ext-json": "*",
11013                 "ext-pcre": "*",
11014                 "ext-reflection": "*",
11015                 "ext-spl": "*",
11016                 "php": ">=5.3.3",
11017                 "phpspec/prophecy": "^1.3.1",
11018                 "phpunit/php-code-coverage": "~2.1",
11019                 "phpunit/php-file-iterator": "~1.4",
11020                 "phpunit/php-text-template": "~1.2",
11021                 "phpunit/php-timer": "^1.0.6",
11022                 "phpunit/phpunit-mock-objects": "~2.3",
11023                 "sebastian/comparator": "~1.2.2",
11024                 "sebastian/diff": "~1.2",
11025                 "sebastian/environment": "~1.3",
11026                 "sebastian/exporter": "~1.2",
11027                 "sebastian/global-state": "~1.0",
11028                 "sebastian/version": "~1.0",
11029                 "symfony/yaml": "~2.1|~3.0"
11030             },
11031             "suggest": {
11032                 "phpunit/php-invoker": "~1.1"
11033             },
11034             "bin": [
11035                 "phpunit"
11036             ],
11037             "type": "library",
11038             "extra": {
11039                 "branch-alias": {
11040                     "dev-master": "4.8.x-dev"
11041                 }
11042             },
11043             "autoload": {
11044                 "classmap": [
11045                     "src/"
11046                 ]
11047             },
11048             "notification-url": "https://packagist.org/downloads/",
11049             "license": [
11050                 "BSD-3-Clause"
11051             ],
11052             "authors": [
11053                 {
11054                     "name": "Sebastian Bergmann",
11055                     "email": "sebastian@phpunit.de",
11056                     "role": "lead"
11057                 }
11058             ],
11059             "description": "The PHP Unit Testing framework.",
11060             "homepage": "https://phpunit.de/",
11061             "keywords": [
11062                 "phpunit",
11063                 "testing",
11064                 "xunit"
11065             ],
11066             "time": "2017-06-21T08:07:12+00:00"
11067         },
11068         {
11069             "name": "phpunit/phpunit-mock-objects",
11070             "version": "2.3.8",
11071             "source": {
11072                 "type": "git",
11073                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
11074                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
11075             },
11076             "dist": {
11077                 "type": "zip",
11078                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
11079                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
11080                 "shasum": ""
11081             },
11082             "require": {
11083                 "doctrine/instantiator": "^1.0.2",
11084                 "php": ">=5.3.3",
11085                 "phpunit/php-text-template": "~1.2",
11086                 "sebastian/exporter": "~1.2"
11087             },
11088             "require-dev": {
11089                 "phpunit/phpunit": "~4.4"
11090             },
11091             "suggest": {
11092                 "ext-soap": "*"
11093             },
11094             "type": "library",
11095             "extra": {
11096                 "branch-alias": {
11097                     "dev-master": "2.3.x-dev"
11098                 }
11099             },
11100             "autoload": {
11101                 "classmap": [
11102                     "src/"
11103                 ]
11104             },
11105             "notification-url": "https://packagist.org/downloads/",
11106             "license": [
11107                 "BSD-3-Clause"
11108             ],
11109             "authors": [
11110                 {
11111                     "name": "Sebastian Bergmann",
11112                     "email": "sb@sebastian-bergmann.de",
11113                     "role": "lead"
11114                 }
11115             ],
11116             "description": "Mock Object library for PHPUnit",
11117             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
11118             "keywords": [
11119                 "mock",
11120                 "xunit"
11121             ],
11122             "time": "2015-10-02T06:51:40+00:00"
11123         },
11124         {
11125             "name": "sebastian/comparator",
11126             "version": "1.2.4",
11127             "source": {
11128                 "type": "git",
11129                 "url": "https://github.com/sebastianbergmann/comparator.git",
11130                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
11131             },
11132             "dist": {
11133                 "type": "zip",
11134                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
11135                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
11136                 "shasum": ""
11137             },
11138             "require": {
11139                 "php": ">=5.3.3",
11140                 "sebastian/diff": "~1.2",
11141                 "sebastian/exporter": "~1.2 || ~2.0"
11142             },
11143             "require-dev": {
11144                 "phpunit/phpunit": "~4.4"
11145             },
11146             "type": "library",
11147             "extra": {
11148                 "branch-alias": {
11149                     "dev-master": "1.2.x-dev"
11150                 }
11151             },
11152             "autoload": {
11153                 "classmap": [
11154                     "src/"
11155                 ]
11156             },
11157             "notification-url": "https://packagist.org/downloads/",
11158             "license": [
11159                 "BSD-3-Clause"
11160             ],
11161             "authors": [
11162                 {
11163                     "name": "Jeff Welch",
11164                     "email": "whatthejeff@gmail.com"
11165                 },
11166                 {
11167                     "name": "Volker Dusch",
11168                     "email": "github@wallbash.com"
11169                 },
11170                 {
11171                     "name": "Bernhard Schussek",
11172                     "email": "bschussek@2bepublished.at"
11173                 },
11174                 {
11175                     "name": "Sebastian Bergmann",
11176                     "email": "sebastian@phpunit.de"
11177                 }
11178             ],
11179             "description": "Provides the functionality to compare PHP values for equality",
11180             "homepage": "http://www.github.com/sebastianbergmann/comparator",
11181             "keywords": [
11182                 "comparator",
11183                 "compare",
11184                 "equality"
11185             ],
11186             "time": "2017-01-29T09:50:25+00:00"
11187         },
11188         {
11189             "name": "sebastian/diff",
11190             "version": "1.4.3",
11191             "source": {
11192                 "type": "git",
11193                 "url": "https://github.com/sebastianbergmann/diff.git",
11194                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
11195             },
11196             "dist": {
11197                 "type": "zip",
11198                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
11199                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
11200                 "shasum": ""
11201             },
11202             "require": {
11203                 "php": "^5.3.3 || ^7.0"
11204             },
11205             "require-dev": {
11206                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
11207             },
11208             "type": "library",
11209             "extra": {
11210                 "branch-alias": {
11211                     "dev-master": "1.4-dev"
11212                 }
11213             },
11214             "autoload": {
11215                 "classmap": [
11216                     "src/"
11217                 ]
11218             },
11219             "notification-url": "https://packagist.org/downloads/",
11220             "license": [
11221                 "BSD-3-Clause"
11222             ],
11223             "authors": [
11224                 {
11225                     "name": "Kore Nordmann",
11226                     "email": "mail@kore-nordmann.de"
11227                 },
11228                 {
11229                     "name": "Sebastian Bergmann",
11230                     "email": "sebastian@phpunit.de"
11231                 }
11232             ],
11233             "description": "Diff implementation",
11234             "homepage": "https://github.com/sebastianbergmann/diff",
11235             "keywords": [
11236                 "diff"
11237             ],
11238             "time": "2017-05-22T07:24:03+00:00"
11239         },
11240         {
11241             "name": "sebastian/environment",
11242             "version": "1.3.8",
11243             "source": {
11244                 "type": "git",
11245                 "url": "https://github.com/sebastianbergmann/environment.git",
11246                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
11247             },
11248             "dist": {
11249                 "type": "zip",
11250                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
11251                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
11252                 "shasum": ""
11253             },
11254             "require": {
11255                 "php": "^5.3.3 || ^7.0"
11256             },
11257             "require-dev": {
11258                 "phpunit/phpunit": "^4.8 || ^5.0"
11259             },
11260             "type": "library",
11261             "extra": {
11262                 "branch-alias": {
11263                     "dev-master": "1.3.x-dev"
11264                 }
11265             },
11266             "autoload": {
11267                 "classmap": [
11268                     "src/"
11269                 ]
11270             },
11271             "notification-url": "https://packagist.org/downloads/",
11272             "license": [
11273                 "BSD-3-Clause"
11274             ],
11275             "authors": [
11276                 {
11277                     "name": "Sebastian Bergmann",
11278                     "email": "sebastian@phpunit.de"
11279                 }
11280             ],
11281             "description": "Provides functionality to handle HHVM/PHP environments",
11282             "homepage": "http://www.github.com/sebastianbergmann/environment",
11283             "keywords": [
11284                 "Xdebug",
11285                 "environment",
11286                 "hhvm"
11287             ],
11288             "time": "2016-08-18T05:49:44+00:00"
11289         },
11290         {
11291             "name": "sebastian/exporter",
11292             "version": "1.2.2",
11293             "source": {
11294                 "type": "git",
11295                 "url": "https://github.com/sebastianbergmann/exporter.git",
11296                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
11297             },
11298             "dist": {
11299                 "type": "zip",
11300                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
11301                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
11302                 "shasum": ""
11303             },
11304             "require": {
11305                 "php": ">=5.3.3",
11306                 "sebastian/recursion-context": "~1.0"
11307             },
11308             "require-dev": {
11309                 "ext-mbstring": "*",
11310                 "phpunit/phpunit": "~4.4"
11311             },
11312             "type": "library",
11313             "extra": {
11314                 "branch-alias": {
11315                     "dev-master": "1.3.x-dev"
11316                 }
11317             },
11318             "autoload": {
11319                 "classmap": [
11320                     "src/"
11321                 ]
11322             },
11323             "notification-url": "https://packagist.org/downloads/",
11324             "license": [
11325                 "BSD-3-Clause"
11326             ],
11327             "authors": [
11328                 {
11329                     "name": "Jeff Welch",
11330                     "email": "whatthejeff@gmail.com"
11331                 },
11332                 {
11333                     "name": "Volker Dusch",
11334                     "email": "github@wallbash.com"
11335                 },
11336                 {
11337                     "name": "Bernhard Schussek",
11338                     "email": "bschussek@2bepublished.at"
11339                 },
11340                 {
11341                     "name": "Sebastian Bergmann",
11342                     "email": "sebastian@phpunit.de"
11343                 },
11344                 {
11345                     "name": "Adam Harvey",
11346                     "email": "aharvey@php.net"
11347                 }
11348             ],
11349             "description": "Provides the functionality to export PHP variables for visualization",
11350             "homepage": "http://www.github.com/sebastianbergmann/exporter",
11351             "keywords": [
11352                 "export",
11353                 "exporter"
11354             ],
11355             "time": "2016-06-17T09:04:28+00:00"
11356         },
11357         {
11358             "name": "sebastian/global-state",
11359             "version": "1.1.1",
11360             "source": {
11361                 "type": "git",
11362                 "url": "https://github.com/sebastianbergmann/global-state.git",
11363                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
11364             },
11365             "dist": {
11366                 "type": "zip",
11367                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
11368                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
11369                 "shasum": ""
11370             },
11371             "require": {
11372                 "php": ">=5.3.3"
11373             },
11374             "require-dev": {
11375                 "phpunit/phpunit": "~4.2"
11376             },
11377             "suggest": {
11378                 "ext-uopz": "*"
11379             },
11380             "type": "library",
11381             "extra": {
11382                 "branch-alias": {
11383                     "dev-master": "1.0-dev"
11384                 }
11385             },
11386             "autoload": {
11387                 "classmap": [
11388                     "src/"
11389                 ]
11390             },
11391             "notification-url": "https://packagist.org/downloads/",
11392             "license": [
11393                 "BSD-3-Clause"
11394             ],
11395             "authors": [
11396                 {
11397                     "name": "Sebastian Bergmann",
11398                     "email": "sebastian@phpunit.de"
11399                 }
11400             ],
11401             "description": "Snapshotting of global state",
11402             "homepage": "http://www.github.com/sebastianbergmann/global-state",
11403             "keywords": [
11404                 "global state"
11405             ],
11406             "time": "2015-10-12T03:26:01+00:00"
11407         },
11408         {
11409             "name": "sebastian/recursion-context",
11410             "version": "1.0.5",
11411             "source": {
11412                 "type": "git",
11413                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
11414                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
11415             },
11416             "dist": {
11417                 "type": "zip",
11418                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
11419                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
11420                 "shasum": ""
11421             },
11422             "require": {
11423                 "php": ">=5.3.3"
11424             },
11425             "require-dev": {
11426                 "phpunit/phpunit": "~4.4"
11427             },
11428             "type": "library",
11429             "extra": {
11430                 "branch-alias": {
11431                     "dev-master": "1.0.x-dev"
11432                 }
11433             },
11434             "autoload": {
11435                 "classmap": [
11436                     "src/"
11437                 ]
11438             },
11439             "notification-url": "https://packagist.org/downloads/",
11440             "license": [
11441                 "BSD-3-Clause"
11442             ],
11443             "authors": [
11444                 {
11445                     "name": "Jeff Welch",
11446                     "email": "whatthejeff@gmail.com"
11447                 },
11448                 {
11449                     "name": "Sebastian Bergmann",
11450                     "email": "sebastian@phpunit.de"
11451                 },
11452                 {
11453                     "name": "Adam Harvey",
11454                     "email": "aharvey@php.net"
11455                 }
11456             ],
11457             "description": "Provides functionality to recursively process PHP variables",
11458             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
11459             "time": "2016-10-03T07:41:43+00:00"
11460         },
11461         {
11462             "name": "symfony/browser-kit",
11463             "version": "v3.4.10",
11464             "source": {
11465                 "type": "git",
11466                 "url": "https://github.com/symfony/browser-kit.git",
11467                 "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79"
11468             },
11469             "dist": {
11470                 "type": "zip",
11471                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
11472                 "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
11473                 "shasum": ""
11474             },
11475             "require": {
11476                 "php": "^5.5.9|>=7.0.8",
11477                 "symfony/dom-crawler": "~2.8|~3.0|~4.0"
11478             },
11479             "require-dev": {
11480                 "symfony/css-selector": "~2.8|~3.0|~4.0",
11481                 "symfony/process": "~2.8|~3.0|~4.0"
11482             },
11483             "suggest": {
11484                 "symfony/process": ""
11485             },
11486             "type": "library",
11487             "extra": {
11488                 "branch-alias": {
11489                     "dev-master": "3.4-dev"
11490                 }
11491             },
11492             "autoload": {
11493                 "psr-4": {
11494                     "Symfony\\Component\\BrowserKit\\": ""
11495                 },
11496                 "exclude-from-classmap": [
11497                     "/Tests/"
11498                 ]
11499             },
11500             "notification-url": "https://packagist.org/downloads/",
11501             "license": [
11502                 "MIT"
11503             ],
11504             "authors": [
11505                 {
11506                     "name": "Fabien Potencier",
11507                     "email": "fabien@symfony.com"
11508                 },
11509                 {
11510                     "name": "Symfony Community",
11511                     "homepage": "https://symfony.com/contributors"
11512                 }
11513             ],
11514             "description": "Symfony BrowserKit Component",
11515             "homepage": "https://symfony.com",
11516             "time": "2018-03-19T22:32:39+00:00"
11517         }
11518     ],
11519     "aliases": [],
11520     "minimum-stability": "dev",
11521     "stability-flags": {
11522         "drupal/eu_cookie_compliance": 10,
11523         "drupal/front": 10,
11524         "drupal/filefield_sources": 20,
11525         "drupal/php": 20,
11526         "drupal/hacked": 10,
11527         "drupal/pathologic": 15,
11528         "drupal/typogrify": 15,
11529         "drupal/entityqueue": 15,
11530         "drupal/advanced_help": 15,
11531         "drupal/better_formats": 20,
11532         "drupal/block_class": 15,
11533         "drupal/libraries": 15,
11534         "drupal/linkchecker": 20,
11535         "drupal/security_review": 20,
11536         "drupal/memcache": 15,
11537         "grom358/pharborist": 20,
11538         "drupal/superfish": 5,
11539         "drupal/views_responsive_grid": 20,
11540         "drupal/imagemagick": 15,
11541         "drupal/diff": 5,
11542         "drupal/ckeditor_widgets": 20,
11543         "drupal/layout_plugin": 15,
11544         "roave/security-advisories": 20,
11545         "drupal/inline_entity_form": 10,
11546         "drupal/entity_embed": 10,
11547         "drupal/dropzonejs": 15,
11548         "drupal/livereload": 20
11549     },
11550     "prefer-stable": true,
11551     "prefer-lowest": false,
11552     "platform": [],
11553     "platform-dev": [],
11554     "platform-overrides": {
11555         "php": "7.0.27"
11556     }
11557 }