Updated to Drupal 8.5. Core Media not yet in use.
[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": "3bf6ad42da4e57045e076b43e3ed0707",
8     "packages": [
9         {
10             "name": "alchemy/zippy",
11             "version": "0.4.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/alchemy-fr/Zippy.git",
15                 "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea",
20                 "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea",
21                 "shasum": ""
22             },
23             "require": {
24                 "doctrine/collections": "~1.0",
25                 "ext-mbstring": "*",
26                 "php": ">=5.5",
27                 "symfony/filesystem": "^2.0.5|^3.0",
28                 "symfony/process": "^2.1|^3.0"
29             },
30             "require-dev": {
31                 "ext-zip": "*",
32                 "guzzle/guzzle": "~3.0",
33                 "guzzlehttp/guzzle": "^6.0",
34                 "phpunit/phpunit": "^4.0|^5.0",
35                 "symfony/finder": "^2.0.5|^3.0"
36             },
37             "suggest": {
38                 "ext-zip": "To use the ZipExtensionAdapter",
39                 "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
40                 "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
41             },
42             "type": "library",
43             "extra": {
44                 "branch-alias": {
45                     "dev-master": "0.4.x-dev"
46                 }
47             },
48             "autoload": {
49                 "psr-4": {
50                     "Alchemy\\Zippy\\": "src/"
51                 }
52             },
53             "notification-url": "https://packagist.org/downloads/",
54             "license": [
55                 "MIT"
56             ],
57             "authors": [
58                 {
59                     "name": "Alchemy",
60                     "email": "dev.team@alchemy.fr",
61                     "homepage": "http://www.alchemy.fr/"
62                 }
63             ],
64             "description": "Zippy, the archive manager companion",
65             "keywords": [
66                 "bzip",
67                 "compression",
68                 "tar",
69                 "zip"
70             ],
71             "time": "2016-11-03T16:10:31+00:00"
72         },
73         {
74             "name": "asm89/stack-cors",
75             "version": "1.2.0",
76             "source": {
77                 "type": "git",
78                 "url": "https://github.com/asm89/stack-cors.git",
79                 "reference": "c163e2b614550aedcf71165db2473d936abbced6"
80             },
81             "dist": {
82                 "type": "zip",
83                 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
84                 "reference": "c163e2b614550aedcf71165db2473d936abbced6",
85                 "shasum": ""
86             },
87             "require": {
88                 "php": ">=5.5.9",
89                 "symfony/http-foundation": "~2.7|~3.0|~4.0",
90                 "symfony/http-kernel": "~2.7|~3.0|~4.0"
91             },
92             "require-dev": {
93                 "phpunit/phpunit": "^5.0 || ^4.8.10",
94                 "squizlabs/php_codesniffer": "^2.3"
95             },
96             "type": "library",
97             "extra": {
98                 "branch-alias": {
99                     "dev-master": "1.2-dev"
100                 }
101             },
102             "autoload": {
103                 "psr-4": {
104                     "Asm89\\Stack\\": "src/Asm89/Stack/"
105                 }
106             },
107             "notification-url": "https://packagist.org/downloads/",
108             "license": [
109                 "MIT"
110             ],
111             "authors": [
112                 {
113                     "name": "Alexander",
114                     "email": "iam.asm89@gmail.com"
115                 }
116             ],
117             "description": "Cross-origin resource sharing library and stack middleware",
118             "homepage": "https://github.com/asm89/stack-cors",
119             "keywords": [
120                 "cors",
121                 "stack"
122             ],
123             "time": "2017-12-20T14:37:45+00:00"
124         },
125         {
126             "name": "caxy/php-htmldiff",
127             "version": "v0.1.7",
128             "source": {
129                 "type": "git",
130                 "url": "https://github.com/caxy/php-htmldiff.git",
131                 "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b"
132             },
133             "dist": {
134                 "type": "zip",
135                 "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/48c70a963e803b93fe68a191e62d0770b5446f0b",
136                 "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b",
137                 "shasum": ""
138             },
139             "require": {
140                 "ezyang/htmlpurifier": "^4.7",
141                 "php": ">=5.3.3",
142                 "sunra/php-simple-html-dom-parser": "^1.5"
143             },
144             "require-dev": {
145                 "doctrine/cache": "~1.0",
146                 "phpunit/phpunit": "~5.0"
147             },
148             "suggest": {
149                 "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
150             },
151             "type": "library",
152             "extra": {
153                 "branch-alias": {
154                     "dev-master": "0.1.x-dev"
155                 }
156             },
157             "autoload": {
158                 "psr-0": {
159                     "Caxy\\HtmlDiff": "lib/"
160                 }
161             },
162             "notification-url": "https://packagist.org/downloads/",
163             "license": [
164                 "GPL-2.0"
165             ],
166             "authors": [
167                 {
168                     "name": "Josh Schroeder",
169                     "email": "jschroeder@caxy.com",
170                     "homepage": "http://www.caxy.com"
171                 }
172             ],
173             "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
174             "homepage": "https://github.com/caxy/php-htmldiff",
175             "keywords": [
176                 "diff",
177                 "html"
178             ],
179             "time": "2018-03-15T21:23:44+00:00"
180         },
181         {
182             "name": "cebe/markdown",
183             "version": "1.0.3",
184             "source": {
185                 "type": "git",
186                 "url": "https://github.com/cebe/markdown.git",
187                 "reference": "8efb4268c90add2eee0edacf503ae71f22ccc745"
188             },
189             "dist": {
190                 "type": "zip",
191                 "url": "https://api.github.com/repos/cebe/markdown/zipball/8efb4268c90add2eee0edacf503ae71f22ccc745",
192                 "reference": "8efb4268c90add2eee0edacf503ae71f22ccc745",
193                 "shasum": ""
194             },
195             "require": {
196                 "lib-pcre": "*",
197                 "php": ">=5.4.0"
198             },
199             "require-dev": {
200                 "cebe/indent": "*",
201                 "facebook/xhprof": "*@dev",
202                 "phpunit/phpunit": "3.7.*"
203             },
204             "bin": [
205                 "bin/markdown"
206             ],
207             "type": "library",
208             "extra": {
209                 "branch-alias": {
210                     "dev-master": "1.0.x-dev"
211                 }
212             },
213             "autoload": {
214                 "psr-4": {
215                     "cebe\\markdown\\": ""
216                 }
217             },
218             "notification-url": "https://packagist.org/downloads/",
219             "license": [
220                 "MIT"
221             ],
222             "authors": [
223                 {
224                     "name": "Carsten Brandt",
225                     "email": "mail@cebe.cc",
226                     "homepage": "http://cebe.cc/",
227                     "role": "Creator"
228                 }
229             ],
230             "description": "A super fast, highly extensible markdown parser for PHP",
231             "homepage": "https://github.com/cebe/markdown#readme",
232             "keywords": [
233                 "extensible",
234                 "fast",
235                 "gfm",
236                 "markdown",
237                 "markdown-extra"
238             ],
239             "time": "2018-03-26T11:15:02+00:00"
240         },
241         {
242             "name": "chi-teck/drupal-code-generator",
243             "version": "1.24.0",
244             "source": {
245                 "type": "git",
246                 "url": "https://github.com/Chi-teck/drupal-code-generator.git",
247                 "reference": "20682ec4acc92e9671ba7b9bd0e972978c3a08f2"
248             },
249             "dist": {
250                 "type": "zip",
251                 "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/20682ec4acc92e9671ba7b9bd0e972978c3a08f2",
252                 "reference": "20682ec4acc92e9671ba7b9bd0e972978c3a08f2",
253                 "shasum": ""
254             },
255             "require": {
256                 "php": ">=5.5.9",
257                 "symfony/console": "~2.7|^3",
258                 "symfony/filesystem": "~2.7|^3",
259                 "twig/twig": "^1.23.1"
260             },
261             "bin": [
262                 "bin/dcg"
263             ],
264             "type": "library",
265             "autoload": {
266                 "files": [
267                     "src/bootstrap.php"
268                 ],
269                 "psr-4": {
270                     "DrupalCodeGenerator\\": "src"
271                 }
272             },
273             "notification-url": "https://packagist.org/downloads/",
274             "license": [
275                 "GPL-2.0-or-later"
276             ],
277             "description": "Drupal code generator",
278             "time": "2018-04-25T17:35:50+00:00"
279         },
280         {
281             "name": "composer/installers",
282             "version": "v1.5.0",
283             "source": {
284                 "type": "git",
285                 "url": "https://github.com/composer/installers.git",
286                 "reference": "049797d727261bf27f2690430d935067710049c2"
287             },
288             "dist": {
289                 "type": "zip",
290                 "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
291                 "reference": "049797d727261bf27f2690430d935067710049c2",
292                 "shasum": ""
293             },
294             "require": {
295                 "composer-plugin-api": "^1.0"
296             },
297             "replace": {
298                 "roundcube/plugin-installer": "*",
299                 "shama/baton": "*"
300             },
301             "require-dev": {
302                 "composer/composer": "1.0.*@dev",
303                 "phpunit/phpunit": "^4.8.36"
304             },
305             "type": "composer-plugin",
306             "extra": {
307                 "class": "Composer\\Installers\\Plugin",
308                 "branch-alias": {
309                     "dev-master": "1.0-dev"
310                 }
311             },
312             "autoload": {
313                 "psr-4": {
314                     "Composer\\Installers\\": "src/Composer/Installers"
315                 }
316             },
317             "notification-url": "https://packagist.org/downloads/",
318             "license": [
319                 "MIT"
320             ],
321             "authors": [
322                 {
323                     "name": "Kyle Robinson Young",
324                     "email": "kyle@dontkry.com",
325                     "homepage": "https://github.com/shama"
326                 }
327             ],
328             "description": "A multi-framework Composer library installer",
329             "homepage": "https://composer.github.io/installers/",
330             "keywords": [
331                 "Craft",
332                 "Dolibarr",
333                 "Eliasis",
334                 "Hurad",
335                 "ImageCMS",
336                 "Kanboard",
337                 "Lan Management System",
338                 "MODX Evo",
339                 "Mautic",
340                 "Maya",
341                 "OXID",
342                 "Plentymarkets",
343                 "Porto",
344                 "RadPHP",
345                 "SMF",
346                 "Thelia",
347                 "WolfCMS",
348                 "agl",
349                 "aimeos",
350                 "annotatecms",
351                 "attogram",
352                 "bitrix",
353                 "cakephp",
354                 "chef",
355                 "cockpit",
356                 "codeigniter",
357                 "concrete5",
358                 "croogo",
359                 "dokuwiki",
360                 "drupal",
361                 "eZ Platform",
362                 "elgg",
363                 "expressionengine",
364                 "fuelphp",
365                 "grav",
366                 "installer",
367                 "itop",
368                 "joomla",
369                 "kohana",
370                 "laravel",
371                 "lavalite",
372                 "lithium",
373                 "magento",
374                 "majima",
375                 "mako",
376                 "mediawiki",
377                 "modulework",
378                 "modx",
379                 "moodle",
380                 "osclass",
381                 "phpbb",
382                 "piwik",
383                 "ppi",
384                 "puppet",
385                 "pxcms",
386                 "reindex",
387                 "roundcube",
388                 "shopware",
389                 "silverstripe",
390                 "sydes",
391                 "symfony",
392                 "typo3",
393                 "wordpress",
394                 "yawik",
395                 "zend",
396                 "zikula"
397             ],
398             "time": "2017-12-29T09:13:20+00:00"
399         },
400         {
401             "name": "composer/semver",
402             "version": "1.4.2",
403             "source": {
404                 "type": "git",
405                 "url": "https://github.com/composer/semver.git",
406                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
407             },
408             "dist": {
409                 "type": "zip",
410                 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
411                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
412                 "shasum": ""
413             },
414             "require": {
415                 "php": "^5.3.2 || ^7.0"
416             },
417             "require-dev": {
418                 "phpunit/phpunit": "^4.5 || ^5.0.5",
419                 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
420             },
421             "type": "library",
422             "extra": {
423                 "branch-alias": {
424                     "dev-master": "1.x-dev"
425                 }
426             },
427             "autoload": {
428                 "psr-4": {
429                     "Composer\\Semver\\": "src"
430                 }
431             },
432             "notification-url": "https://packagist.org/downloads/",
433             "license": [
434                 "MIT"
435             ],
436             "authors": [
437                 {
438                     "name": "Nils Adermann",
439                     "email": "naderman@naderman.de",
440                     "homepage": "http://www.naderman.de"
441                 },
442                 {
443                     "name": "Jordi Boggiano",
444                     "email": "j.boggiano@seld.be",
445                     "homepage": "http://seld.be"
446                 },
447                 {
448                     "name": "Rob Bast",
449                     "email": "rob.bast@gmail.com",
450                     "homepage": "http://robbast.nl"
451                 }
452             ],
453             "description": "Semver library that offers utilities, version constraint parsing and validation.",
454             "keywords": [
455                 "semantic",
456                 "semver",
457                 "validation",
458                 "versioning"
459             ],
460             "time": "2016-08-30T16:08:34+00:00"
461         },
462         {
463             "name": "consolidation/annotated-command",
464             "version": "2.8.3",
465             "source": {
466                 "type": "git",
467                 "url": "https://github.com/consolidation/annotated-command.git",
468                 "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437"
469             },
470             "dist": {
471                 "type": "zip",
472                 "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
473                 "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
474                 "shasum": ""
475             },
476             "require": {
477                 "consolidation/output-formatters": "^3.1.12",
478                 "php": ">=5.4.0",
479                 "psr/log": "^1",
480                 "symfony/console": "^2.8|^3|^4",
481                 "symfony/event-dispatcher": "^2.5|^3|^4",
482                 "symfony/finder": "^2.5|^3|^4"
483             },
484             "require-dev": {
485                 "greg-1-anderson/composer-test-scenarios": "^1",
486                 "phpunit/phpunit": "^4.8",
487                 "satooshi/php-coveralls": "^1.0.2 | dev-master",
488                 "squizlabs/php_codesniffer": "^2.7"
489             },
490             "type": "library",
491             "extra": {
492                 "branch-alias": {
493                     "dev-master": "2.x-dev"
494                 }
495             },
496             "autoload": {
497                 "psr-4": {
498                     "Consolidation\\AnnotatedCommand\\": "src"
499                 }
500             },
501             "notification-url": "https://packagist.org/downloads/",
502             "license": [
503                 "MIT"
504             ],
505             "authors": [
506                 {
507                     "name": "Greg Anderson",
508                     "email": "greg.1.anderson@greenknowe.org"
509                 }
510             ],
511             "description": "Initialize Symfony Console commands from annotated command class methods.",
512             "time": "2018-02-23T16:32:04+00:00"
513         },
514         {
515             "name": "consolidation/config",
516             "version": "1.0.9",
517             "source": {
518                 "type": "git",
519                 "url": "https://github.com/consolidation/config.git",
520                 "reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c"
521             },
522             "dist": {
523                 "type": "zip",
524                 "url": "https://api.github.com/repos/consolidation/config/zipball/34ca8d7c1ee60a7b591b10617114cf1210a2e92c",
525                 "reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c",
526                 "shasum": ""
527             },
528             "require": {
529                 "dflydev/dot-access-data": "^1.1.0",
530                 "grasmash/expander": "^1",
531                 "php": ">=5.4.0"
532             },
533             "require-dev": {
534                 "greg-1-anderson/composer-test-scenarios": "^1",
535                 "phpunit/phpunit": "^4",
536                 "satooshi/php-coveralls": "^1.0",
537                 "squizlabs/php_codesniffer": "2.*",
538                 "symfony/console": "^2.5|^3|^4",
539                 "symfony/yaml": "^2.8.11|^3|^4"
540             },
541             "suggest": {
542                 "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
543             },
544             "type": "library",
545             "extra": {
546                 "branch-alias": {
547                     "dev-master": "1.x-dev"
548                 }
549             },
550             "autoload": {
551                 "psr-4": {
552                     "Consolidation\\Config\\": "src"
553                 }
554             },
555             "notification-url": "https://packagist.org/downloads/",
556             "license": [
557                 "MIT"
558             ],
559             "authors": [
560                 {
561                     "name": "Greg Anderson",
562                     "email": "greg.1.anderson@greenknowe.org"
563                 }
564             ],
565             "description": "Provide configuration services for a commandline tool.",
566             "time": "2017-12-22T17:28:19+00:00"
567         },
568         {
569             "name": "consolidation/log",
570             "version": "1.0.5",
571             "source": {
572                 "type": "git",
573                 "url": "https://github.com/consolidation/log.git",
574                 "reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821"
575             },
576             "dist": {
577                 "type": "zip",
578                 "url": "https://api.github.com/repos/consolidation/log/zipball/dbc7c535f319a4a2d5a5077738f8eb7c10df8821",
579                 "reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821",
580                 "shasum": ""
581             },
582             "require": {
583                 "php": ">=5.5.0",
584                 "psr/log": "~1.0",
585                 "symfony/console": "^2.8|^3|^4"
586             },
587             "require-dev": {
588                 "phpunit/phpunit": "4.*",
589                 "satooshi/php-coveralls": "dev-master",
590                 "squizlabs/php_codesniffer": "2.*"
591             },
592             "type": "library",
593             "extra": {
594                 "branch-alias": {
595                     "dev-master": "1.x-dev"
596                 }
597             },
598             "autoload": {
599                 "psr-4": {
600                     "Consolidation\\Log\\": "src"
601                 }
602             },
603             "notification-url": "https://packagist.org/downloads/",
604             "license": [
605                 "MIT"
606             ],
607             "authors": [
608                 {
609                     "name": "Greg Anderson",
610                     "email": "greg.1.anderson@greenknowe.org"
611                 }
612             ],
613             "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
614             "time": "2017-11-29T01:44:16+00:00"
615         },
616         {
617             "name": "consolidation/output-formatters",
618             "version": "3.2.0",
619             "source": {
620                 "type": "git",
621                 "url": "https://github.com/consolidation/output-formatters.git",
622                 "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9"
623             },
624             "dist": {
625                 "type": "zip",
626                 "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/da889e4bce19f145ca4ec5b1725a946f4eb625a9",
627                 "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9",
628                 "shasum": ""
629             },
630             "require": {
631                 "php": ">=5.4.0",
632                 "symfony/console": "^2.8|^3|^4",
633                 "symfony/finder": "^2.5|^3|^4"
634             },
635             "require-dev": {
636                 "g-1-a/composer-test-scenarios": "^2",
637                 "phpunit/phpunit": "^5.7.27",
638                 "satooshi/php-coveralls": "^2",
639                 "squizlabs/php_codesniffer": "^2.7",
640                 "symfony/console": "3.2.3",
641                 "symfony/var-dumper": "^2.8|^3|^4",
642                 "victorjonsson/markdowndocs": "^1.3"
643             },
644             "suggest": {
645                 "symfony/var-dumper": "For using the var_dump formatter"
646             },
647             "type": "library",
648             "extra": {
649                 "branch-alias": {
650                     "dev-master": "3.x-dev"
651                 }
652             },
653             "autoload": {
654                 "psr-4": {
655                     "Consolidation\\OutputFormatters\\": "src"
656                 }
657             },
658             "notification-url": "https://packagist.org/downloads/",
659             "license": [
660                 "MIT"
661             ],
662             "authors": [
663                 {
664                     "name": "Greg Anderson",
665                     "email": "greg.1.anderson@greenknowe.org"
666                 }
667             ],
668             "description": "Format text by applying transformations provided by plug-in formatters.",
669             "time": "2018-03-20T15:18:32+00:00"
670         },
671         {
672             "name": "consolidation/robo",
673             "version": "1.2.3",
674             "source": {
675                 "type": "git",
676                 "url": "https://github.com/consolidation/Robo.git",
677                 "reference": "54a13e268917b92576d75e10dca8227b95a574d9"
678             },
679             "dist": {
680                 "type": "zip",
681                 "url": "https://api.github.com/repos/consolidation/Robo/zipball/54a13e268917b92576d75e10dca8227b95a574d9",
682                 "reference": "54a13e268917b92576d75e10dca8227b95a574d9",
683                 "shasum": ""
684             },
685             "require": {
686                 "consolidation/annotated-command": "^2.8.2",
687                 "consolidation/config": "^1.0.1",
688                 "consolidation/log": "~1",
689                 "consolidation/output-formatters": "^3.1.13",
690                 "grasmash/yaml-expander": "^1.3",
691                 "league/container": "^2.2",
692                 "php": ">=5.5.0",
693                 "symfony/console": "^2.8|^3|^4",
694                 "symfony/event-dispatcher": "^2.5|^3|^4",
695                 "symfony/filesystem": "^2.5|^3|^4",
696                 "symfony/finder": "^2.5|^3|^4",
697                 "symfony/process": "^2.5|^3|^4"
698             },
699             "replace": {
700                 "codegyre/robo": "< 1.0"
701             },
702             "require-dev": {
703                 "codeception/aspect-mock": "^1|^2.1.1",
704                 "codeception/base": "^2.3.7",
705                 "codeception/verify": "^0.3.2",
706                 "g-1-a/composer-test-scenarios": "^2",
707                 "goaop/framework": "~2.1.2",
708                 "goaop/parser-reflection": "^1.1.0",
709                 "natxet/cssmin": "3.0.4",
710                 "nikic/php-parser": "^3.1.5",
711                 "patchwork/jsqueeze": "~2",
712                 "pear/archive_tar": "^1.4.2",
713                 "phpunit/php-code-coverage": "~2|~4",
714                 "satooshi/php-coveralls": "^2",
715                 "squizlabs/php_codesniffer": "^2.8"
716             },
717             "suggest": {
718                 "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
719                 "natxet/CssMin": "For minifying CSS files in taskMinify",
720                 "patchwork/jsqueeze": "For minifying JS files in taskMinify",
721                 "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
722             },
723             "bin": [
724                 "robo"
725             ],
726             "type": "library",
727             "extra": {
728                 "branch-alias": {
729                     "dev-master": "1.x-dev",
730                     "dev-state": "1.x-dev"
731                 }
732             },
733             "autoload": {
734                 "psr-4": {
735                     "Robo\\": "src"
736                 }
737             },
738             "notification-url": "https://packagist.org/downloads/",
739             "license": [
740                 "MIT"
741             ],
742             "authors": [
743                 {
744                     "name": "Davert",
745                     "email": "davert.php@resend.cc"
746                 }
747             ],
748             "description": "Modern task runner",
749             "time": "2018-04-06T05:27:37+00:00"
750         },
751         {
752             "name": "container-interop/container-interop",
753             "version": "1.2.0",
754             "source": {
755                 "type": "git",
756                 "url": "https://github.com/container-interop/container-interop.git",
757                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
758             },
759             "dist": {
760                 "type": "zip",
761                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
762                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
763                 "shasum": ""
764             },
765             "require": {
766                 "psr/container": "^1.0"
767             },
768             "type": "library",
769             "autoload": {
770                 "psr-4": {
771                     "Interop\\Container\\": "src/Interop/Container/"
772                 }
773             },
774             "notification-url": "https://packagist.org/downloads/",
775             "license": [
776                 "MIT"
777             ],
778             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
779             "homepage": "https://github.com/container-interop/container-interop",
780             "time": "2017-02-14T19:40:03+00:00"
781         },
782         {
783             "name": "cweagans/composer-patches",
784             "version": "1.6.4",
785             "source": {
786                 "type": "git",
787                 "url": "https://github.com/cweagans/composer-patches.git",
788                 "reference": "462e65061606dc6149349535d4322241515d1b16"
789             },
790             "dist": {
791                 "type": "zip",
792                 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/462e65061606dc6149349535d4322241515d1b16",
793                 "reference": "462e65061606dc6149349535d4322241515d1b16",
794                 "shasum": ""
795             },
796             "require": {
797                 "composer-plugin-api": "^1.0",
798                 "php": ">=5.3.0"
799             },
800             "require-dev": {
801                 "composer/composer": "~1.0",
802                 "phpunit/phpunit": "~4.6"
803             },
804             "type": "composer-plugin",
805             "extra": {
806                 "class": "cweagans\\Composer\\Patches"
807             },
808             "autoload": {
809                 "psr-4": {
810                     "cweagans\\Composer\\": "src"
811                 }
812             },
813             "notification-url": "https://packagist.org/downloads/",
814             "license": [
815                 "BSD-2-Clause"
816             ],
817             "authors": [
818                 {
819                     "name": "Cameron Eagans",
820                     "email": "me@cweagans.net"
821                 }
822             ],
823             "description": "Provides a way to patch Composer packages.",
824             "time": "2017-12-07T16:16:31+00:00"
825         },
826         {
827             "name": "dflydev/dot-access-configuration",
828             "version": "v1.0.2",
829             "source": {
830                 "type": "git",
831                 "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
832                 "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d"
833             },
834             "dist": {
835                 "type": "zip",
836                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/ae6e7138b1d9063d343322cca63994ee1ac5161d",
837                 "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d",
838                 "shasum": ""
839             },
840             "require": {
841                 "dflydev/dot-access-data": "1.*",
842                 "dflydev/placeholder-resolver": "1.*",
843                 "php": ">=5.3.2"
844             },
845             "require-dev": {
846                 "symfony/yaml": "~2.1"
847             },
848             "suggest": {
849                 "symfony/yaml": "Required for using the YAML Configuration Builders"
850             },
851             "type": "library",
852             "extra": {
853                 "branch-alias": {
854                     "dev-master": "1.0-dev"
855                 }
856             },
857             "autoload": {
858                 "psr-0": {
859                     "Dflydev\\DotAccessConfiguration": "src"
860                 }
861             },
862             "notification-url": "https://packagist.org/downloads/",
863             "license": [
864                 "MIT"
865             ],
866             "authors": [
867                 {
868                     "name": "Dragonfly Development Inc.",
869                     "email": "info@dflydev.com",
870                     "homepage": "http://dflydev.com"
871                 },
872                 {
873                     "name": "Beau Simensen",
874                     "email": "beau@dflydev.com",
875                     "homepage": "http://beausimensen.com"
876                 }
877             ],
878             "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
879             "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
880             "keywords": [
881                 "config",
882                 "configuration"
883             ],
884             "time": "2016-12-12T17:43:40+00:00"
885         },
886         {
887             "name": "dflydev/dot-access-data",
888             "version": "v1.1.0",
889             "source": {
890                 "type": "git",
891                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
892                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
893             },
894             "dist": {
895                 "type": "zip",
896                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
897                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
898                 "shasum": ""
899             },
900             "require": {
901                 "php": ">=5.3.2"
902             },
903             "type": "library",
904             "extra": {
905                 "branch-alias": {
906                     "dev-master": "1.0-dev"
907                 }
908             },
909             "autoload": {
910                 "psr-0": {
911                     "Dflydev\\DotAccessData": "src"
912                 }
913             },
914             "notification-url": "https://packagist.org/downloads/",
915             "license": [
916                 "MIT"
917             ],
918             "authors": [
919                 {
920                     "name": "Dragonfly Development Inc.",
921                     "email": "info@dflydev.com",
922                     "homepage": "http://dflydev.com"
923                 },
924                 {
925                     "name": "Beau Simensen",
926                     "email": "beau@dflydev.com",
927                     "homepage": "http://beausimensen.com"
928                 },
929                 {
930                     "name": "Carlos Frutos",
931                     "email": "carlos@kiwing.it",
932                     "homepage": "https://github.com/cfrutos"
933                 }
934             ],
935             "description": "Given a deep data structure, access data by dot notation.",
936             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
937             "keywords": [
938                 "access",
939                 "data",
940                 "dot",
941                 "notation"
942             ],
943             "time": "2017-01-20T21:14:22+00:00"
944         },
945         {
946             "name": "dflydev/placeholder-resolver",
947             "version": "v1.0.2",
948             "source": {
949                 "type": "git",
950                 "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
951                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
952             },
953             "dist": {
954                 "type": "zip",
955                 "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
956                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
957                 "shasum": ""
958             },
959             "require": {
960                 "php": ">=5.3.2"
961             },
962             "type": "library",
963             "extra": {
964                 "branch-alias": {
965                     "dev-master": "1.0-dev"
966                 }
967             },
968             "autoload": {
969                 "psr-0": {
970                     "Dflydev\\PlaceholderResolver": "src"
971                 }
972             },
973             "notification-url": "https://packagist.org/downloads/",
974             "license": [
975                 "MIT"
976             ],
977             "authors": [
978                 {
979                     "name": "Dragonfly Development Inc.",
980                     "email": "info@dflydev.com",
981                     "homepage": "http://dflydev.com"
982                 },
983                 {
984                     "name": "Beau Simensen",
985                     "email": "beau@dflydev.com",
986                     "homepage": "http://beausimensen.com"
987                 }
988             ],
989             "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
990             "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
991             "keywords": [
992                 "placeholder",
993                 "resolver"
994             ],
995             "time": "2012-10-28T21:08:28+00:00"
996         },
997         {
998             "name": "dnoegel/php-xdg-base-dir",
999             "version": "0.1",
1000             "source": {
1001                 "type": "git",
1002                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
1003                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
1004             },
1005             "dist": {
1006                 "type": "zip",
1007                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1008                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1009                 "shasum": ""
1010             },
1011             "require": {
1012                 "php": ">=5.3.2"
1013             },
1014             "require-dev": {
1015                 "phpunit/phpunit": "@stable"
1016             },
1017             "type": "project",
1018             "autoload": {
1019                 "psr-4": {
1020                     "XdgBaseDir\\": "src/"
1021                 }
1022             },
1023             "notification-url": "https://packagist.org/downloads/",
1024             "license": [
1025                 "MIT"
1026             ],
1027             "description": "implementation of xdg base directory specification for php",
1028             "time": "2014-10-24T07:27:01+00:00"
1029         },
1030         {
1031             "name": "doctrine/annotations",
1032             "version": "v1.4.0",
1033             "source": {
1034                 "type": "git",
1035                 "url": "https://github.com/doctrine/annotations.git",
1036                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1037             },
1038             "dist": {
1039                 "type": "zip",
1040                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1041                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1042                 "shasum": ""
1043             },
1044             "require": {
1045                 "doctrine/lexer": "1.*",
1046                 "php": "^5.6 || ^7.0"
1047             },
1048             "require-dev": {
1049                 "doctrine/cache": "1.*",
1050                 "phpunit/phpunit": "^5.7"
1051             },
1052             "type": "library",
1053             "extra": {
1054                 "branch-alias": {
1055                     "dev-master": "1.4.x-dev"
1056                 }
1057             },
1058             "autoload": {
1059                 "psr-4": {
1060                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1061                 }
1062             },
1063             "notification-url": "https://packagist.org/downloads/",
1064             "license": [
1065                 "MIT"
1066             ],
1067             "authors": [
1068                 {
1069                     "name": "Roman Borschel",
1070                     "email": "roman@code-factory.org"
1071                 },
1072                 {
1073                     "name": "Benjamin Eberlei",
1074                     "email": "kontakt@beberlei.de"
1075                 },
1076                 {
1077                     "name": "Guilherme Blanco",
1078                     "email": "guilhermeblanco@gmail.com"
1079                 },
1080                 {
1081                     "name": "Jonathan Wage",
1082                     "email": "jonwage@gmail.com"
1083                 },
1084                 {
1085                     "name": "Johannes Schmitt",
1086                     "email": "schmittjoh@gmail.com"
1087                 }
1088             ],
1089             "description": "Docblock Annotations Parser",
1090             "homepage": "http://www.doctrine-project.org",
1091             "keywords": [
1092                 "annotations",
1093                 "docblock",
1094                 "parser"
1095             ],
1096             "time": "2017-02-24T16:22:25+00:00"
1097         },
1098         {
1099             "name": "doctrine/cache",
1100             "version": "v1.6.2",
1101             "source": {
1102                 "type": "git",
1103                 "url": "https://github.com/doctrine/cache.git",
1104                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
1105             },
1106             "dist": {
1107                 "type": "zip",
1108                 "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
1109                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
1110                 "shasum": ""
1111             },
1112             "require": {
1113                 "php": "~5.5|~7.0"
1114             },
1115             "conflict": {
1116                 "doctrine/common": ">2.2,<2.4"
1117             },
1118             "require-dev": {
1119                 "phpunit/phpunit": "~4.8|~5.0",
1120                 "predis/predis": "~1.0",
1121                 "satooshi/php-coveralls": "~0.6"
1122             },
1123             "type": "library",
1124             "extra": {
1125                 "branch-alias": {
1126                     "dev-master": "1.6.x-dev"
1127                 }
1128             },
1129             "autoload": {
1130                 "psr-4": {
1131                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1132                 }
1133             },
1134             "notification-url": "https://packagist.org/downloads/",
1135             "license": [
1136                 "MIT"
1137             ],
1138             "authors": [
1139                 {
1140                     "name": "Roman Borschel",
1141                     "email": "roman@code-factory.org"
1142                 },
1143                 {
1144                     "name": "Benjamin Eberlei",
1145                     "email": "kontakt@beberlei.de"
1146                 },
1147                 {
1148                     "name": "Guilherme Blanco",
1149                     "email": "guilhermeblanco@gmail.com"
1150                 },
1151                 {
1152                     "name": "Jonathan Wage",
1153                     "email": "jonwage@gmail.com"
1154                 },
1155                 {
1156                     "name": "Johannes Schmitt",
1157                     "email": "schmittjoh@gmail.com"
1158                 }
1159             ],
1160             "description": "Caching library offering an object-oriented API for many cache backends",
1161             "homepage": "http://www.doctrine-project.org",
1162             "keywords": [
1163                 "cache",
1164                 "caching"
1165             ],
1166             "time": "2017-07-22T12:49:21+00:00"
1167         },
1168         {
1169             "name": "doctrine/collections",
1170             "version": "v1.4.0",
1171             "source": {
1172                 "type": "git",
1173                 "url": "https://github.com/doctrine/collections.git",
1174                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
1175             },
1176             "dist": {
1177                 "type": "zip",
1178                 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
1179                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
1180                 "shasum": ""
1181             },
1182             "require": {
1183                 "php": "^5.6 || ^7.0"
1184             },
1185             "require-dev": {
1186                 "doctrine/coding-standard": "~0.1@dev",
1187                 "phpunit/phpunit": "^5.7"
1188             },
1189             "type": "library",
1190             "extra": {
1191                 "branch-alias": {
1192                     "dev-master": "1.3.x-dev"
1193                 }
1194             },
1195             "autoload": {
1196                 "psr-0": {
1197                     "Doctrine\\Common\\Collections\\": "lib/"
1198                 }
1199             },
1200             "notification-url": "https://packagist.org/downloads/",
1201             "license": [
1202                 "MIT"
1203             ],
1204             "authors": [
1205                 {
1206                     "name": "Roman Borschel",
1207                     "email": "roman@code-factory.org"
1208                 },
1209                 {
1210                     "name": "Benjamin Eberlei",
1211                     "email": "kontakt@beberlei.de"
1212                 },
1213                 {
1214                     "name": "Guilherme Blanco",
1215                     "email": "guilhermeblanco@gmail.com"
1216                 },
1217                 {
1218                     "name": "Jonathan Wage",
1219                     "email": "jonwage@gmail.com"
1220                 },
1221                 {
1222                     "name": "Johannes Schmitt",
1223                     "email": "schmittjoh@gmail.com"
1224                 }
1225             ],
1226             "description": "Collections Abstraction library",
1227             "homepage": "http://www.doctrine-project.org",
1228             "keywords": [
1229                 "array",
1230                 "collections",
1231                 "iterator"
1232             ],
1233             "time": "2017-01-03T10:49:41+00:00"
1234         },
1235         {
1236             "name": "doctrine/common",
1237             "version": "v2.7.3",
1238             "source": {
1239                 "type": "git",
1240                 "url": "https://github.com/doctrine/common.git",
1241                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
1242             },
1243             "dist": {
1244                 "type": "zip",
1245                 "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
1246                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
1247                 "shasum": ""
1248             },
1249             "require": {
1250                 "doctrine/annotations": "1.*",
1251                 "doctrine/cache": "1.*",
1252                 "doctrine/collections": "1.*",
1253                 "doctrine/inflector": "1.*",
1254                 "doctrine/lexer": "1.*",
1255                 "php": "~5.6|~7.0"
1256             },
1257             "require-dev": {
1258                 "phpunit/phpunit": "^5.4.6"
1259             },
1260             "type": "library",
1261             "extra": {
1262                 "branch-alias": {
1263                     "dev-master": "2.7.x-dev"
1264                 }
1265             },
1266             "autoload": {
1267                 "psr-4": {
1268                     "Doctrine\\Common\\": "lib/Doctrine/Common"
1269                 }
1270             },
1271             "notification-url": "https://packagist.org/downloads/",
1272             "license": [
1273                 "MIT"
1274             ],
1275             "authors": [
1276                 {
1277                     "name": "Roman Borschel",
1278                     "email": "roman@code-factory.org"
1279                 },
1280                 {
1281                     "name": "Benjamin Eberlei",
1282                     "email": "kontakt@beberlei.de"
1283                 },
1284                 {
1285                     "name": "Guilherme Blanco",
1286                     "email": "guilhermeblanco@gmail.com"
1287                 },
1288                 {
1289                     "name": "Jonathan Wage",
1290                     "email": "jonwage@gmail.com"
1291                 },
1292                 {
1293                     "name": "Johannes Schmitt",
1294                     "email": "schmittjoh@gmail.com"
1295                 }
1296             ],
1297             "description": "Common Library for Doctrine projects",
1298             "homepage": "http://www.doctrine-project.org",
1299             "keywords": [
1300                 "annotations",
1301                 "collections",
1302                 "eventmanager",
1303                 "persistence",
1304                 "spl"
1305             ],
1306             "time": "2017-07-22T08:35:12+00:00"
1307         },
1308         {
1309             "name": "doctrine/inflector",
1310             "version": "v1.2.0",
1311             "source": {
1312                 "type": "git",
1313                 "url": "https://github.com/doctrine/inflector.git",
1314                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
1315             },
1316             "dist": {
1317                 "type": "zip",
1318                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
1319                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
1320                 "shasum": ""
1321             },
1322             "require": {
1323                 "php": "^7.0"
1324             },
1325             "require-dev": {
1326                 "phpunit/phpunit": "^6.2"
1327             },
1328             "type": "library",
1329             "extra": {
1330                 "branch-alias": {
1331                     "dev-master": "1.2.x-dev"
1332                 }
1333             },
1334             "autoload": {
1335                 "psr-4": {
1336                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1337                 }
1338             },
1339             "notification-url": "https://packagist.org/downloads/",
1340             "license": [
1341                 "MIT"
1342             ],
1343             "authors": [
1344                 {
1345                     "name": "Roman Borschel",
1346                     "email": "roman@code-factory.org"
1347                 },
1348                 {
1349                     "name": "Benjamin Eberlei",
1350                     "email": "kontakt@beberlei.de"
1351                 },
1352                 {
1353                     "name": "Guilherme Blanco",
1354                     "email": "guilhermeblanco@gmail.com"
1355                 },
1356                 {
1357                     "name": "Jonathan Wage",
1358                     "email": "jonwage@gmail.com"
1359                 },
1360                 {
1361                     "name": "Johannes Schmitt",
1362                     "email": "schmittjoh@gmail.com"
1363                 }
1364             ],
1365             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1366             "homepage": "http://www.doctrine-project.org",
1367             "keywords": [
1368                 "inflection",
1369                 "pluralize",
1370                 "singularize",
1371                 "string"
1372             ],
1373             "time": "2017-07-22T12:18:28+00:00"
1374         },
1375         {
1376             "name": "doctrine/instantiator",
1377             "version": "1.0.5",
1378             "source": {
1379                 "type": "git",
1380                 "url": "https://github.com/doctrine/instantiator.git",
1381                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1382             },
1383             "dist": {
1384                 "type": "zip",
1385                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1386                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1387                 "shasum": ""
1388             },
1389             "require": {
1390                 "php": ">=5.3,<8.0-DEV"
1391             },
1392             "require-dev": {
1393                 "athletic/athletic": "~0.1.8",
1394                 "ext-pdo": "*",
1395                 "ext-phar": "*",
1396                 "phpunit/phpunit": "~4.0",
1397                 "squizlabs/php_codesniffer": "~2.0"
1398             },
1399             "type": "library",
1400             "extra": {
1401                 "branch-alias": {
1402                     "dev-master": "1.0.x-dev"
1403                 }
1404             },
1405             "autoload": {
1406                 "psr-4": {
1407                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1408                 }
1409             },
1410             "notification-url": "https://packagist.org/downloads/",
1411             "license": [
1412                 "MIT"
1413             ],
1414             "authors": [
1415                 {
1416                     "name": "Marco Pivetta",
1417                     "email": "ocramius@gmail.com",
1418                     "homepage": "http://ocramius.github.com/"
1419                 }
1420             ],
1421             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1422             "homepage": "https://github.com/doctrine/instantiator",
1423             "keywords": [
1424                 "constructor",
1425                 "instantiate"
1426             ],
1427             "time": "2015-06-14T21:17:01+00:00"
1428         },
1429         {
1430             "name": "doctrine/lexer",
1431             "version": "v1.0.1",
1432             "source": {
1433                 "type": "git",
1434                 "url": "https://github.com/doctrine/lexer.git",
1435                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1436             },
1437             "dist": {
1438                 "type": "zip",
1439                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1440                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1441                 "shasum": ""
1442             },
1443             "require": {
1444                 "php": ">=5.3.2"
1445             },
1446             "type": "library",
1447             "extra": {
1448                 "branch-alias": {
1449                     "dev-master": "1.0.x-dev"
1450                 }
1451             },
1452             "autoload": {
1453                 "psr-0": {
1454                     "Doctrine\\Common\\Lexer\\": "lib/"
1455                 }
1456             },
1457             "notification-url": "https://packagist.org/downloads/",
1458             "license": [
1459                 "MIT"
1460             ],
1461             "authors": [
1462                 {
1463                     "name": "Roman Borschel",
1464                     "email": "roman@code-factory.org"
1465                 },
1466                 {
1467                     "name": "Guilherme Blanco",
1468                     "email": "guilhermeblanco@gmail.com"
1469                 },
1470                 {
1471                     "name": "Johannes Schmitt",
1472                     "email": "schmittjoh@gmail.com"
1473                 }
1474             ],
1475             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1476             "homepage": "http://www.doctrine-project.org",
1477             "keywords": [
1478                 "lexer",
1479                 "parser"
1480             ],
1481             "time": "2014-09-09T13:34:57+00:00"
1482         },
1483         {
1484             "name": "drupal-composer/drupal-scaffold",
1485             "version": "2.4.0",
1486             "source": {
1487                 "type": "git",
1488                 "url": "https://github.com/drupal-composer/drupal-scaffold.git",
1489                 "reference": "745f0a2d4141fc83d3b42222beff43d66afb3dc6"
1490             },
1491             "dist": {
1492                 "type": "zip",
1493                 "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/745f0a2d4141fc83d3b42222beff43d66afb3dc6",
1494                 "reference": "745f0a2d4141fc83d3b42222beff43d66afb3dc6",
1495                 "shasum": ""
1496             },
1497             "require": {
1498                 "composer-plugin-api": "^1.0.0",
1499                 "composer/semver": "^1.4",
1500                 "php": ">=5.4.5"
1501             },
1502             "require-dev": {
1503                 "composer/composer": "dev-master",
1504                 "phpunit/phpunit": "^4.4.0"
1505             },
1506             "type": "composer-plugin",
1507             "extra": {
1508                 "class": "DrupalComposer\\DrupalScaffold\\Plugin",
1509                 "branch-alias": {
1510                     "dev-master": "2.0.x-dev"
1511                 }
1512             },
1513             "autoload": {
1514                 "psr-4": {
1515                     "DrupalComposer\\DrupalScaffold\\": "src/"
1516                 }
1517             },
1518             "notification-url": "https://packagist.org/downloads/",
1519             "license": [
1520                 "GPL-2.0+"
1521             ],
1522             "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
1523             "time": "2017-12-08T22:53:11+00:00"
1524         },
1525         {
1526             "name": "drupal/admin_toolbar",
1527             "version": "1.23.0",
1528             "source": {
1529                 "type": "git",
1530                 "url": "https://git.drupal.org/project/admin_toolbar",
1531                 "reference": "8.x-1.23"
1532             },
1533             "dist": {
1534                 "type": "zip",
1535                 "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.23.zip",
1536                 "reference": "8.x-1.23",
1537                 "shasum": "46d7ed18a9154c35e765ae43ce43aa292c025d65"
1538             },
1539             "require": {
1540                 "drupal/core": "*"
1541             },
1542             "type": "drupal-module",
1543             "extra": {
1544                 "branch-alias": {
1545                     "dev-1.x": "1.x-dev"
1546                 },
1547                 "drupal": {
1548                     "version": "8.x-1.23",
1549                     "datestamp": "1517936581",
1550                     "security-coverage": {
1551                         "status": "covered",
1552                         "message": "Covered by Drupal's security advisory policy"
1553                     }
1554                 }
1555             },
1556             "notification-url": "https://packages.drupal.org/8/downloads",
1557             "license": [
1558                 "GPL-2.0+"
1559             ],
1560             "authors": [
1561                 {
1562                     "name": "Mohamed Anis Taktak",
1563                     "homepage": "https://www.drupal.org/u/matio89"
1564                 },
1565                 {
1566                     "name": "adriancid",
1567                     "homepage": "https://www.drupal.org/user/1962106"
1568                 },
1569                 {
1570                     "name": "bolbol",
1571                     "homepage": "https://www.drupal.org/user/3400070"
1572                 },
1573                 {
1574                     "name": "eme",
1575                     "homepage": "https://www.drupal.org/user/542492"
1576                 },
1577                 {
1578                     "name": "fethi.krout",
1579                     "homepage": "https://www.drupal.org/user/3206765"
1580                 },
1581                 {
1582                     "name": "matio89",
1583                     "homepage": "https://www.drupal.org/user/2320090"
1584                 },
1585                 {
1586                     "name": "romainj",
1587                     "homepage": "https://www.drupal.org/user/370706"
1588                 }
1589             ],
1590             "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
1591             "homepage": "http://drupal.org/project/admin_toolbar",
1592             "support": {
1593                 "source": "http://cgit.drupalcode.org/admin_toolbar",
1594                 "issues": "https://www.drupal.org/project/issues/admin_toolbar"
1595             }
1596         },
1597         {
1598             "name": "drupal/advagg",
1599             "version": "2.4.0",
1600             "source": {
1601                 "type": "git",
1602                 "url": "https://git.drupal.org/project/advagg",
1603                 "reference": "8.x-2.4"
1604             },
1605             "dist": {
1606                 "type": "zip",
1607                 "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
1608                 "reference": "8.x-2.4",
1609                 "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
1610             },
1611             "require": {
1612                 "drupal/core": "~8.0"
1613             },
1614             "type": "drupal-module",
1615             "extra": {
1616                 "branch-alias": {
1617                     "dev-2.x": "2.x-dev"
1618                 },
1619                 "drupal": {
1620                     "version": "8.x-2.4",
1621                     "datestamp": "1493949188"
1622                 }
1623             },
1624             "notification-url": "https://packages.drupal.org/8/downloads",
1625             "license": [
1626                 "GPL-2.0+"
1627             ],
1628             "authors": [
1629                 {
1630                     "name": "Mike Carper (mikeytown2)",
1631                     "homepage": "https://www.drupal.org/u/mikeytown2",
1632                     "role": "Creator, Maintainer"
1633                 },
1634                 {
1635                     "name": "Nick Wilde (nickwilde)",
1636                     "homepage": "https://www.drupal.org/u/nickwilde",
1637                     "email": "design@briarmoon.ca",
1638                     "role": "Drupal 8 Port/maintainer"
1639                 },
1640                 {
1641                     "name": "doublejosh",
1642                     "homepage": "https://www.drupal.org/user/199720"
1643                 },
1644                 {
1645                     "name": "iamcarrico",
1646                     "homepage": "https://www.drupal.org/user/1300542"
1647                 },
1648                 {
1649                     "name": "markcarver",
1650                     "homepage": "https://www.drupal.org/user/501638"
1651                 },
1652                 {
1653                     "name": "mikeytown2",
1654                     "homepage": "https://www.drupal.org/user/282446"
1655                 },
1656                 {
1657                     "name": "rupl",
1658                     "homepage": "https://www.drupal.org/user/411999"
1659                 }
1660             ],
1661             "description": "Improved aggregation of CSS/JS files to speed up page load times.",
1662             "homepage": "https://drupal.org/project/advagg",
1663             "support": {
1664                 "source": "https://cgit.drupalcode.org/advagg",
1665                 "issues": "https://drupal.org/project/issues/advagg",
1666                 "irc": "irc://irc.freenode.org/drupal-contribute"
1667             }
1668         },
1669         {
1670             "name": "drupal/advanced_help",
1671             "version": "dev-1.x",
1672             "source": {
1673                 "type": "git",
1674                 "url": "https://git.drupal.org/project/advanced_help",
1675                 "reference": "d4238e55f773c8d569847cb57042c60c906aec3c"
1676             },
1677             "require": {
1678                 "drupal/core": "~8.0",
1679                 "michelf/php-markdown": "^1.7"
1680             },
1681             "type": "drupal-module",
1682             "extra": {
1683                 "branch-alias": {
1684                     "dev-1.x": "1.x-dev"
1685                 },
1686                 "drupal": {
1687                     "version": "8.x-1.x-dev",
1688                     "datestamp": "1501649346",
1689                     "security-coverage": {
1690                         "status": "not-covered",
1691                         "message": "Dev releases are not covered by Drupal security advisories."
1692                     }
1693                 }
1694             },
1695             "notification-url": "https://packages.drupal.org/8/downloads",
1696             "license": [
1697                 "GPL-2.0+"
1698             ],
1699             "authors": [
1700                 {
1701                     "name": "David Valdez (gnuget)",
1702                     "homepage": "https://www.drupal.org/u/gnuget",
1703                     "role": "Maintainer"
1704                 },
1705                 {
1706                     "name": "dmitrig01",
1707                     "homepage": "https://www.drupal.org/user/47566"
1708                 },
1709                 {
1710                     "name": "fgm",
1711                     "homepage": "https://www.drupal.org/user/27985"
1712                 },
1713                 {
1714                     "name": "gisle",
1715                     "homepage": "https://www.drupal.org/user/409554"
1716                 },
1717                 {
1718                     "name": "gnuget",
1719                     "homepage": "https://www.drupal.org/user/992990"
1720                 },
1721                 {
1722                     "name": "merlinofchaos",
1723                     "homepage": "https://www.drupal.org/user/26979"
1724                 },
1725                 {
1726                     "name": "redndahead",
1727                     "homepage": "https://www.drupal.org/user/160320"
1728                 }
1729             ],
1730             "description": "Provide extended help and documentation.",
1731             "homepage": "https://www.drupal.org/project/advanced_help",
1732             "support": {
1733                 "source": "https://cgit.drupalcode.org/advanced_help",
1734                 "issues": "https://www.drupal.org/project/issues/advanced_help",
1735                 "irc": "irc://irc.freenode.org/drupal-contribute"
1736             },
1737             "time": "2017-08-02T04:45:28+00:00"
1738         },
1739         {
1740             "name": "drupal/better_formats",
1741             "version": "dev-1.x",
1742             "source": {
1743                 "type": "git",
1744                 "url": "https://git.drupal.org/project/better_formats",
1745                 "reference": "e632735f9bec5e08db58716195edc25cc6db78b3"
1746             },
1747             "require": {
1748                 "drupal/core": "~8.0"
1749             },
1750             "type": "drupal-module",
1751             "extra": {
1752                 "branch-alias": {
1753                     "dev-1.x": "1.x-dev"
1754                 },
1755                 "drupal": {
1756                     "version": "8.x-1.x-dev",
1757                     "datestamp": "1524577384",
1758                     "security-coverage": {
1759                         "status": "not-covered",
1760                         "message": "Project has not opted into security advisory coverage!"
1761                     }
1762                 }
1763             },
1764             "notification-url": "https://packages.drupal.org/8/downloads",
1765             "license": [
1766                 "GPL-2.0+"
1767             ],
1768             "authors": [
1769                 {
1770                     "name": "Devin Carlson",
1771                     "homepage": "https://www.drupal.org/user/290182"
1772                 },
1773                 {
1774                     "name": "dragonwize",
1775                     "homepage": "https://www.drupal.org/user/137882"
1776                 }
1777             ],
1778             "description": "Enhances the core input format system by managing input format defaults and settings.",
1779             "homepage": "https://www.drupal.org/project/better_formats",
1780             "support": {
1781                 "source": "http://cgit.drupalcode.org/better_formats"
1782             },
1783             "time": "2018-04-24T13:52:26+00:00"
1784         },
1785         {
1786             "name": "drupal/blazy",
1787             "version": "1.0.0-rc2",
1788             "source": {
1789                 "type": "git",
1790                 "url": "https://git.drupal.org/project/blazy",
1791                 "reference": "8.x-1.0-rc2"
1792             },
1793             "dist": {
1794                 "type": "zip",
1795                 "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc2.zip",
1796                 "reference": "8.x-1.0-rc2",
1797                 "shasum": "242f3022b039c6fd3b98f6ce1955d295119b4b5a"
1798             },
1799             "require": {
1800                 "drupal/core": "*"
1801             },
1802             "type": "drupal-module",
1803             "extra": {
1804                 "branch-alias": {
1805                     "dev-1.x": "1.x-dev"
1806                 },
1807                 "drupal": {
1808                     "version": "8.x-1.0-rc2",
1809                     "datestamp": "1495745283"
1810                 }
1811             },
1812             "notification-url": "https://packages.drupal.org/8/downloads",
1813             "license": [
1814                 "GPL-2.0+"
1815             ],
1816             "authors": [
1817                 {
1818                     "name": "Gaus Surahman",
1819                     "homepage": "https://www.drupal.org/u/gausarts",
1820                     "role": "Maintainer"
1821                 },
1822                 {
1823                     "name": "Contributors",
1824                     "homepage": "https://www.drupal.org/node/2663268/committers",
1825                     "role": "Contributor"
1826                 }
1827             ],
1828             "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
1829             "homepage": "https://drupal.org/project/blazy",
1830             "keywords": [
1831                 "Drupal",
1832                 "bLazy",
1833                 "lazyload"
1834             ],
1835             "support": {
1836                 "source": "http://cgit.drupalcode.org/blazy",
1837                 "issues": "https://drupal.org/project/issues/blazy"
1838             }
1839         },
1840         {
1841             "name": "drupal/block_class",
1842             "version": "1.0.0-alpha1",
1843             "source": {
1844                 "type": "git",
1845                 "url": "https://git.drupal.org/project/block_class",
1846                 "reference": "8.x-1.0-alpha1"
1847             },
1848             "dist": {
1849                 "type": "zip",
1850                 "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0-alpha1.zip",
1851                 "reference": "8.x-1.0-alpha1",
1852                 "shasum": "194cd52210ea2e0e5dbbd34fad4528d500424430"
1853             },
1854             "require": {
1855                 "drupal/core": "*"
1856             },
1857             "type": "drupal-module",
1858             "extra": {
1859                 "branch-alias": {
1860                     "dev-1.x": "1.x-dev"
1861                 },
1862                 "drupal": {
1863                     "version": "8.x-1.0-alpha1",
1864                     "datestamp": "1475623439"
1865                 }
1866             },
1867             "notification-url": "https://packages.drupal.org/8/downloads",
1868             "license": [
1869                 "GPL-2.0+"
1870             ],
1871             "authors": [
1872                 {
1873                     "name": "Aaron Stanush",
1874                     "homepage": "https://www.drupal.org/user/89718"
1875                 },
1876                 {
1877                     "name": "DYdave",
1878                     "homepage": "https://www.drupal.org/user/467284"
1879                 },
1880                 {
1881                     "name": "Four Kitchens",
1882                     "homepage": "https://www.drupal.org/user/358502"
1883                 },
1884                 {
1885                     "name": "Todd Nienkerk",
1886                     "homepage": "https://www.drupal.org/user/92096"
1887                 },
1888                 {
1889                     "name": "berenddeboer",
1890                     "homepage": "https://www.drupal.org/user/143552"
1891                 },
1892                 {
1893                     "name": "elliotttf",
1894                     "homepage": "https://www.drupal.org/user/61601"
1895                 },
1896                 {
1897                     "name": "mirzu",
1898                     "homepage": "https://www.drupal.org/user/7710"
1899                 },
1900                 {
1901                     "name": "patrickcoffeyo",
1902                     "homepage": "https://www.drupal.org/user/2837945"
1903                 },
1904                 {
1905                     "name": "pcoffey",
1906                     "homepage": "https://www.drupal.org/user/1595818"
1907                 },
1908                 {
1909                     "name": "tsmith512",
1910                     "homepage": "https://www.drupal.org/user/2031446"
1911                 }
1912             ],
1913             "description": "Allows assigning classes to Blocks",
1914             "homepage": "https://www.drupal.org/project/block_class",
1915             "support": {
1916                 "source": "http://cgit.drupalcode.org/block_class"
1917             }
1918         },
1919         {
1920             "name": "drupal/bootstrap",
1921             "version": "3.11.0",
1922             "source": {
1923                 "type": "git",
1924                 "url": "https://git.drupal.org/project/bootstrap",
1925                 "reference": "8.x-3.11"
1926             },
1927             "dist": {
1928                 "type": "zip",
1929                 "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.11.zip",
1930                 "reference": "8.x-3.11",
1931                 "shasum": "6ff80e37e2e1f916646300889f3392764c9cdb32"
1932             },
1933             "require": {
1934                 "drupal/core": "~8.0"
1935             },
1936             "type": "drupal-theme",
1937             "extra": {
1938                 "branch-alias": {
1939                     "dev-3.x": "3.x-dev"
1940                 },
1941                 "drupal": {
1942                     "version": "8.x-3.11",
1943                     "datestamp": "1520793438",
1944                     "security-coverage": {
1945                         "status": "covered",
1946                         "message": "Covered by Drupal's security advisory policy"
1947                     }
1948                 }
1949             },
1950             "notification-url": "https://packages.drupal.org/8/downloads",
1951             "license": [
1952                 "GPL-2.0"
1953             ],
1954             "authors": [
1955                 {
1956                     "name": "Mark Carver (markcarver)",
1957                     "homepage": "https://www.drupal.org/u/markcarver",
1958                     "role": "Maintainer"
1959                 },
1960                 {
1961                     "name": "John McCormick (neardark)",
1962                     "homepage": "https://www.drupal.org/u/neardark",
1963                     "role": "Co-maintainer"
1964                 },
1965                 {
1966                     "name": "Fabiano Sant'Ana (wundo)",
1967                     "homepage": "https://www.drupal.org/u/wundo",
1968                     "role": "Co-maintainer"
1969                 },
1970                 {
1971                     "name": "wundo",
1972                     "homepage": "https://www.drupal.org/user/25523"
1973                 }
1974             ],
1975             "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
1976             "homepage": "https://www.drupal.org/project/bootstrap",
1977             "support": {
1978                 "source": "http://cgit.drupalcode.org/bootstrap",
1979                 "docs": "https://drupal-bootstrap.org",
1980                 "issues": "https://www.drupal.org/project/issues/bootstrap",
1981                 "irc": "irc://irc.freenode.org/drupal-bootstrap"
1982             }
1983         },
1984         {
1985             "name": "drupal/bootstrap_layouts",
1986             "version": "4.2.0",
1987             "source": {
1988                 "type": "git",
1989                 "url": "https://git.drupal.org/project/bootstrap_layouts",
1990                 "reference": "8.x-4.2"
1991             },
1992             "dist": {
1993                 "type": "zip",
1994                 "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.2.zip",
1995                 "reference": "8.x-4.2",
1996                 "shasum": "247f8e766fa06c9639fa80e81ecc933230e3e9fb"
1997             },
1998             "require": {
1999                 "drupal/core": "~8.0",
2000                 "drupal/layout_plugin": "*"
2001             },
2002             "type": "drupal-module",
2003             "extra": {
2004                 "branch-alias": {
2005                     "dev-4.x": "4.x-dev"
2006                 },
2007                 "drupal": {
2008                     "version": "8.x-4.2",
2009                     "datestamp": "1507846445",
2010                     "security-coverage": {
2011                         "status": "covered",
2012                         "message": "Covered by Drupal's security advisory policy"
2013                     }
2014                 }
2015             },
2016             "notification-url": "https://packages.drupal.org/8/downloads",
2017             "license": [
2018                 "GPL-2.0-or-later"
2019             ],
2020             "authors": [
2021                 {
2022                     "name": "darol100",
2023                     "homepage": "https://www.drupal.org/user/2667123"
2024                 },
2025                 {
2026                     "name": "hctom",
2027                     "homepage": "https://www.drupal.org/user/112790"
2028                 },
2029                 {
2030                     "name": "markcarver",
2031                     "homepage": "https://www.drupal.org/user/501638"
2032                 }
2033             ],
2034             "description": "This module is going to generate layouts with Bootstrap grid system.",
2035             "homepage": "https://www.drupal.org/project/bootstrap_layouts",
2036             "support": {
2037                 "source": "http://cgit.drupalcode.org/bootstrap_layouts"
2038             }
2039         },
2040         {
2041             "name": "drupal/ckeditor_templates",
2042             "version": "1.0.0",
2043             "source": {
2044                 "type": "git",
2045                 "url": "https://git.drupal.org/project/ckeditor_templates",
2046                 "reference": "8.x-1.0"
2047             },
2048             "dist": {
2049                 "type": "zip",
2050                 "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
2051                 "reference": "8.x-1.0",
2052                 "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
2053             },
2054             "require": {
2055                 "drupal/core": "*"
2056             },
2057             "type": "drupal-module",
2058             "extra": {
2059                 "branch-alias": {
2060                     "dev-1.x": "1.x-dev"
2061                 },
2062                 "drupal": {
2063                     "version": "8.x-1.0",
2064                     "datestamp": "1490206982"
2065                 }
2066             },
2067             "notification-url": "https://packages.drupal.org/8/downloads",
2068             "license": [
2069                 "GPL-2.0+"
2070             ],
2071             "authors": [
2072                 {
2073                     "name": "lucaslg",
2074                     "homepage": "https://www.drupal.org/user/3128975"
2075                 }
2076             ],
2077             "description": "Integrates the CKEdito templates plugin",
2078             "homepage": "https://www.drupal.org/project/ckeditor_templates",
2079             "support": {
2080                 "source": "http://cgit.drupalcode.org/ckeditor_templates"
2081             }
2082         },
2083         {
2084             "name": "drupal/ckeditor_widgets",
2085             "version": "dev-1.x",
2086             "source": {
2087                 "type": "git",
2088                 "url": "https://git.drupal.org/project/ckeditor_widgets",
2089                 "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
2090             },
2091             "require": {
2092                 "drupal/core": "*"
2093             },
2094             "type": "drupal-module",
2095             "extra": {
2096                 "branch-alias": {
2097                     "dev-1.x": "1.x-dev"
2098                 },
2099                 "drupal": {
2100                     "version": "8.x-1.x-dev",
2101                     "datestamp": "1472798939"
2102                 }
2103             },
2104             "notification-url": "https://packages.drupal.org/8/downloads",
2105             "license": [
2106                 "GPL-2.0+"
2107             ],
2108             "authors": [
2109                 {
2110                     "name": "jlyon",
2111                     "homepage": "https://www.drupal.org/user/256444"
2112                 }
2113             ],
2114             "description": "Adds widgets and an Insert Template menu to CKEditor",
2115             "homepage": "https://www.drupal.org/project/ckeditor_widgets",
2116             "support": {
2117                 "source": "http://cgit.drupalcode.org/ckeditor_widgets"
2118             }
2119         },
2120         {
2121             "name": "drupal/console",
2122             "version": "1.8.0",
2123             "source": {
2124                 "type": "git",
2125                 "url": "https://github.com/hechoendrupal/drupal-console.git",
2126                 "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18"
2127             },
2128             "dist": {
2129                 "type": "zip",
2130                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/368bbfa44dc6b957eb4db01977f7c39e83032d18",
2131                 "reference": "368bbfa44dc6b957eb4db01977f7c39e83032d18",
2132                 "shasum": ""
2133             },
2134             "require": {
2135                 "alchemy/zippy": "0.4.3",
2136                 "composer/installers": "~1.0",
2137                 "doctrine/annotations": "^1.2",
2138                 "doctrine/collections": "^1.3",
2139                 "drupal/console-core": "1.8.0",
2140                 "drupal/console-extend-plugin": "~0",
2141                 "guzzlehttp/guzzle": "~6.1",
2142                 "php": "^5.5.9 || ^7.0",
2143                 "psy/psysh": "0.6.* || ~0.8",
2144                 "symfony/css-selector": "~2.8|~3.0",
2145                 "symfony/dom-crawler": "~2.8|~3.0",
2146                 "symfony/http-foundation": "~2.8|~3.0"
2147             },
2148             "suggest": {
2149                 "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
2150                 "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
2151             },
2152             "bin": [
2153                 "bin/drupal"
2154             ],
2155             "type": "library",
2156             "autoload": {
2157                 "psr-4": {
2158                     "Drupal\\Console\\": "src"
2159                 }
2160             },
2161             "notification-url": "https://packagist.org/downloads/",
2162             "license": [
2163                 "GPL-2.0-or-later"
2164             ],
2165             "authors": [
2166                 {
2167                     "name": "David Flores",
2168                     "email": "dmousex@gmail.com",
2169                     "homepage": "http://dmouse.net"
2170                 },
2171                 {
2172                     "name": "Jesus Manuel Olivas",
2173                     "email": "jesus.olivas@gmail.com",
2174                     "homepage": "http://jmolivas.com"
2175                 },
2176                 {
2177                     "name": "Eduardo Garcia",
2178                     "email": "enzo@enzolutions.com",
2179                     "homepage": "http://enzolutions.com/"
2180                 },
2181                 {
2182                     "name": "Omar Aguirre",
2183                     "email": "omersguchigu@gmail.com"
2184                 },
2185                 {
2186                     "name": "Drupal Console Contributors",
2187                     "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
2188                 }
2189             ],
2190             "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
2191             "homepage": "http://drupalconsole.com/",
2192             "keywords": [
2193                 "console",
2194                 "development",
2195                 "drupal",
2196                 "symfony"
2197             ],
2198             "time": "2018-03-21T20:50:16+00:00"
2199         },
2200         {
2201             "name": "drupal/console-core",
2202             "version": "1.8.0",
2203             "source": {
2204                 "type": "git",
2205                 "url": "https://github.com/hechoendrupal/drupal-console-core.git",
2206                 "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1"
2207             },
2208             "dist": {
2209                 "type": "zip",
2210                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bf1fb4a6f689377acec1694267f674178d28e5d1",
2211                 "reference": "bf1fb4a6f689377acec1694267f674178d28e5d1",
2212                 "shasum": ""
2213             },
2214             "require": {
2215                 "dflydev/dot-access-configuration": "^1.0",
2216                 "drupal/console-en": "1.8.0",
2217                 "php": "^5.5.9 || ^7.0",
2218                 "stecman/symfony-console-completion": "~0.7",
2219                 "symfony/config": "~2.8|~3.0",
2220                 "symfony/console": "~2.8|~3.0",
2221                 "symfony/debug": "~2.8|~3.0",
2222                 "symfony/dependency-injection": "~2.8|~3.0",
2223                 "symfony/event-dispatcher": "~2.8|~3.0",
2224                 "symfony/filesystem": "~2.8|~3.0",
2225                 "symfony/finder": "~2.8|~3.0",
2226                 "symfony/process": "~2.8|~3.0",
2227                 "symfony/translation": "~2.8|~3.0",
2228                 "symfony/yaml": "~2.8|~3.0",
2229                 "twig/twig": "^1.23.1",
2230                 "webflo/drupal-finder": "^1.0",
2231                 "webmozart/path-util": "^2.3"
2232             },
2233             "type": "library",
2234             "autoload": {
2235                 "files": [
2236                     "src/functions.php"
2237                 ],
2238                 "psr-4": {
2239                     "Drupal\\Console\\Core\\": "src"
2240                 }
2241             },
2242             "notification-url": "https://packagist.org/downloads/",
2243             "license": [
2244                 "GPL-2.0-or-later"
2245             ],
2246             "authors": [
2247                 {
2248                     "name": "David Flores",
2249                     "email": "dmousex@gmail.com",
2250                     "homepage": "http://dmouse.net"
2251                 },
2252                 {
2253                     "name": "Jesus Manuel Olivas",
2254                     "email": "jesus.olivas@gmail.com",
2255                     "homepage": "http://jmolivas.com"
2256                 },
2257                 {
2258                     "name": "Drupal Console Contributors",
2259                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2260                 },
2261                 {
2262                     "name": "Eduardo Garcia",
2263                     "email": "enzo@enzolutions.com",
2264                     "homepage": "http://enzolutions.com/"
2265                 },
2266                 {
2267                     "name": "Omar Aguirre",
2268                     "email": "omersguchigu@gmail.com"
2269                 }
2270             ],
2271             "description": "Drupal Console Core",
2272             "homepage": "http://drupalconsole.com/",
2273             "keywords": [
2274                 "console",
2275                 "development",
2276                 "drupal",
2277                 "symfony"
2278             ],
2279             "time": "2018-03-21T19:33:23+00:00"
2280         },
2281         {
2282             "name": "drupal/console-en",
2283             "version": "1.8.0",
2284             "source": {
2285                 "type": "git",
2286                 "url": "https://github.com/hechoendrupal/drupal-console-en.git",
2287                 "reference": "ea956ddffab04f519a89858810e5f695b9def92b"
2288             },
2289             "dist": {
2290                 "type": "zip",
2291                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/ea956ddffab04f519a89858810e5f695b9def92b",
2292                 "reference": "ea956ddffab04f519a89858810e5f695b9def92b",
2293                 "shasum": ""
2294             },
2295             "type": "drupal-console-language",
2296             "notification-url": "https://packagist.org/downloads/",
2297             "license": [
2298                 "GPL-2.0-or-later"
2299             ],
2300             "authors": [
2301                 {
2302                     "name": "David Flores",
2303                     "email": "dmousex@gmail.com",
2304                     "homepage": "http://dmouse.net"
2305                 },
2306                 {
2307                     "name": "Jesus Manuel Olivas",
2308                     "email": "jesus.olivas@gmail.com",
2309                     "homepage": "http://jmolivas.com"
2310                 },
2311                 {
2312                     "name": "Drupal Console Contributors",
2313                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2314                 },
2315                 {
2316                     "name": "Eduardo Garcia",
2317                     "email": "enzo@enzolutions.com",
2318                     "homepage": "http://enzolutions.com/"
2319                 },
2320                 {
2321                     "name": "Omar Aguirre",
2322                     "email": "omersguchigu@gmail.com"
2323                 }
2324             ],
2325             "description": "Drupal Console English Language",
2326             "homepage": "http://drupalconsole.com/",
2327             "keywords": [
2328                 "console",
2329                 "development",
2330                 "drupal",
2331                 "symfony"
2332             ],
2333             "time": "2018-03-21T19:16:27+00:00"
2334         },
2335         {
2336             "name": "drupal/console-extend-plugin",
2337             "version": "0.9.2",
2338             "source": {
2339                 "type": "git",
2340                 "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
2341                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
2342             },
2343             "dist": {
2344                 "type": "zip",
2345                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
2346                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
2347                 "shasum": ""
2348             },
2349             "require": {
2350                 "composer-plugin-api": "^1.0",
2351                 "symfony/finder": "~2.7|~3.0",
2352                 "symfony/yaml": "~2.7|~3.0"
2353             },
2354             "type": "composer-plugin",
2355             "extra": {
2356                 "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
2357             },
2358             "autoload": {
2359                 "psr-4": {
2360                     "Drupal\\Console\\Composer\\Plugin\\": "src"
2361                 }
2362             },
2363             "notification-url": "https://packagist.org/downloads/",
2364             "license": [
2365                 "GPL-2.0+"
2366             ],
2367             "authors": [
2368                 {
2369                     "name": "Jesus Manuel Olivas",
2370                     "email": "jesus.olivas@gmail.com"
2371                 }
2372             ],
2373             "description": "Drupal Console Extend Plugin",
2374             "time": "2017-07-28T17:11:54+00:00"
2375         },
2376         {
2377             "name": "drupal/core",
2378             "version": "8.5.3",
2379             "source": {
2380                 "type": "git",
2381                 "url": "https://github.com/drupal/core.git",
2382                 "reference": "b012f0ae51504880e920f2c6efdbdf03b6fe2129"
2383             },
2384             "dist": {
2385                 "type": "zip",
2386                 "url": "https://api.github.com/repos/drupal/core/zipball/b012f0ae51504880e920f2c6efdbdf03b6fe2129",
2387                 "reference": "b012f0ae51504880e920f2c6efdbdf03b6fe2129",
2388                 "shasum": ""
2389             },
2390             "require": {
2391                 "asm89/stack-cors": "^1.1",
2392                 "composer/semver": "^1.0",
2393                 "doctrine/annotations": "^1.2",
2394                 "doctrine/common": "^2.5",
2395                 "easyrdf/easyrdf": "^0.9",
2396                 "egulias/email-validator": "^1.2",
2397                 "ext-date": "*",
2398                 "ext-dom": "*",
2399                 "ext-filter": "*",
2400                 "ext-gd": "*",
2401                 "ext-hash": "*",
2402                 "ext-json": "*",
2403                 "ext-pcre": "*",
2404                 "ext-pdo": "*",
2405                 "ext-session": "*",
2406                 "ext-simplexml": "*",
2407                 "ext-spl": "*",
2408                 "ext-tokenizer": "*",
2409                 "ext-xml": "*",
2410                 "guzzlehttp/guzzle": "^6.2.1",
2411                 "masterminds/html5": "^2.1",
2412                 "paragonie/random_compat": "^1.0|^2.0",
2413                 "php": "^5.5.9|>=7.0.8",
2414                 "stack/builder": "^1.0",
2415                 "symfony-cmf/routing": "^1.4",
2416                 "symfony/class-loader": "~3.4.0",
2417                 "symfony/console": "~3.4.0",
2418                 "symfony/dependency-injection": "~3.4.0",
2419                 "symfony/event-dispatcher": "~3.4.0",
2420                 "symfony/http-foundation": "~3.4.0",
2421                 "symfony/http-kernel": "~3.4.0",
2422                 "symfony/polyfill-iconv": "^1.0",
2423                 "symfony/process": "~3.4.0",
2424                 "symfony/psr-http-message-bridge": "^1.0",
2425                 "symfony/routing": "~3.4.0",
2426                 "symfony/serializer": "~3.4.0",
2427                 "symfony/translation": "~3.4.0",
2428                 "symfony/validator": "~3.4.0",
2429                 "symfony/yaml": "~3.4.5",
2430                 "twig/twig": "^1.35.0",
2431                 "zendframework/zend-diactoros": "^1.1",
2432                 "zendframework/zend-feed": "^2.4"
2433             },
2434             "conflict": {
2435                 "drush/drush": "<8.1.10"
2436             },
2437             "replace": {
2438                 "drupal/action": "self.version",
2439                 "drupal/aggregator": "self.version",
2440                 "drupal/automated_cron": "self.version",
2441                 "drupal/ban": "self.version",
2442                 "drupal/bartik": "self.version",
2443                 "drupal/basic_auth": "self.version",
2444                 "drupal/big_pipe": "self.version",
2445                 "drupal/block": "self.version",
2446                 "drupal/block_content": "self.version",
2447                 "drupal/block_place": "self.version",
2448                 "drupal/book": "self.version",
2449                 "drupal/breakpoint": "self.version",
2450                 "drupal/ckeditor": "self.version",
2451                 "drupal/classy": "self.version",
2452                 "drupal/color": "self.version",
2453                 "drupal/comment": "self.version",
2454                 "drupal/config": "self.version",
2455                 "drupal/config_translation": "self.version",
2456                 "drupal/contact": "self.version",
2457                 "drupal/content_moderation": "self.version",
2458                 "drupal/content_translation": "self.version",
2459                 "drupal/contextual": "self.version",
2460                 "drupal/core-annotation": "self.version",
2461                 "drupal/core-assertion": "self.version",
2462                 "drupal/core-bridge": "self.version",
2463                 "drupal/core-class-finder": "self.version",
2464                 "drupal/core-datetime": "self.version",
2465                 "drupal/core-dependency-injection": "self.version",
2466                 "drupal/core-diff": "self.version",
2467                 "drupal/core-discovery": "self.version",
2468                 "drupal/core-event-dispatcher": "self.version",
2469                 "drupal/core-file-cache": "self.version",
2470                 "drupal/core-filesystem": "self.version",
2471                 "drupal/core-gettext": "self.version",
2472                 "drupal/core-graph": "self.version",
2473                 "drupal/core-http-foundation": "self.version",
2474                 "drupal/core-php-storage": "self.version",
2475                 "drupal/core-plugin": "self.version",
2476                 "drupal/core-proxy-builder": "self.version",
2477                 "drupal/core-render": "self.version",
2478                 "drupal/core-serialization": "self.version",
2479                 "drupal/core-transliteration": "self.version",
2480                 "drupal/core-utility": "self.version",
2481                 "drupal/core-uuid": "self.version",
2482                 "drupal/datetime": "self.version",
2483                 "drupal/datetime_range": "self.version",
2484                 "drupal/dblog": "self.version",
2485                 "drupal/dynamic_page_cache": "self.version",
2486                 "drupal/editor": "self.version",
2487                 "drupal/entity_reference": "self.version",
2488                 "drupal/field": "self.version",
2489                 "drupal/field_layout": "self.version",
2490                 "drupal/field_ui": "self.version",
2491                 "drupal/file": "self.version",
2492                 "drupal/filter": "self.version",
2493                 "drupal/forum": "self.version",
2494                 "drupal/hal": "self.version",
2495                 "drupal/help": "self.version",
2496                 "drupal/history": "self.version",
2497                 "drupal/image": "self.version",
2498                 "drupal/inline_form_errors": "self.version",
2499                 "drupal/language": "self.version",
2500                 "drupal/layout_builder": "self.version",
2501                 "drupal/layout_discovery": "self.version",
2502                 "drupal/link": "self.version",
2503                 "drupal/locale": "self.version",
2504                 "drupal/media": "self.version",
2505                 "drupal/menu_link_content": "self.version",
2506                 "drupal/menu_ui": "self.version",
2507                 "drupal/migrate": "self.version",
2508                 "drupal/migrate_drupal": "self.version",
2509                 "drupal/migrate_drupal_ui": "self.version",
2510                 "drupal/minimal": "self.version",
2511                 "drupal/node": "self.version",
2512                 "drupal/options": "self.version",
2513                 "drupal/page_cache": "self.version",
2514                 "drupal/path": "self.version",
2515                 "drupal/quickedit": "self.version",
2516                 "drupal/rdf": "self.version",
2517                 "drupal/responsive_image": "self.version",
2518                 "drupal/rest": "self.version",
2519                 "drupal/search": "self.version",
2520                 "drupal/serialization": "self.version",
2521                 "drupal/settings_tray": "self.version",
2522                 "drupal/seven": "self.version",
2523                 "drupal/shortcut": "self.version",
2524                 "drupal/simpletest": "self.version",
2525                 "drupal/standard": "self.version",
2526                 "drupal/stark": "self.version",
2527                 "drupal/statistics": "self.version",
2528                 "drupal/syslog": "self.version",
2529                 "drupal/system": "self.version",
2530                 "drupal/taxonomy": "self.version",
2531                 "drupal/telephone": "self.version",
2532                 "drupal/text": "self.version",
2533                 "drupal/toolbar": "self.version",
2534                 "drupal/tour": "self.version",
2535                 "drupal/tracker": "self.version",
2536                 "drupal/update": "self.version",
2537                 "drupal/user": "self.version",
2538                 "drupal/views": "self.version",
2539                 "drupal/views_ui": "self.version",
2540                 "drupal/workflows": "self.version"
2541             },
2542             "require-dev": {
2543                 "behat/mink": "1.7.x-dev",
2544                 "behat/mink-goutte-driver": "^1.2",
2545                 "behat/mink-selenium2-driver": "1.3.x-dev",
2546                 "drupal/coder": "^8.2.12",
2547                 "jcalderonzumba/gastonjs": "^1.0.2",
2548                 "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
2549                 "mikey179/vfsstream": "^1.2",
2550                 "phpspec/prophecy": "^1.4",
2551                 "phpunit/phpunit": "^4.8.35 || ^6.1",
2552                 "symfony/css-selector": "^3.4.0",
2553                 "symfony/debug": "^3.4.0",
2554                 "symfony/phpunit-bridge": "^3.4.3"
2555             },
2556             "type": "drupal-core",
2557             "extra": {
2558                 "merge-plugin": {
2559                     "require": [
2560                         "core/lib/Drupal/Component/Annotation/composer.json",
2561                         "core/lib/Drupal/Component/Assertion/composer.json",
2562                         "core/lib/Drupal/Component/Bridge/composer.json",
2563                         "core/lib/Drupal/Component/ClassFinder/composer.json",
2564                         "core/lib/Drupal/Component/Datetime/composer.json",
2565                         "core/lib/Drupal/Component/DependencyInjection/composer.json",
2566                         "core/lib/Drupal/Component/Diff/composer.json",
2567                         "core/lib/Drupal/Component/Discovery/composer.json",
2568                         "core/lib/Drupal/Component/EventDispatcher/composer.json",
2569                         "core/lib/Drupal/Component/FileCache/composer.json",
2570                         "core/lib/Drupal/Component/FileSystem/composer.json",
2571                         "core/lib/Drupal/Component/Gettext/composer.json",
2572                         "core/lib/Drupal/Component/Graph/composer.json",
2573                         "core/lib/Drupal/Component/HttpFoundation/composer.json",
2574                         "core/lib/Drupal/Component/PhpStorage/composer.json",
2575                         "core/lib/Drupal/Component/Plugin/composer.json",
2576                         "core/lib/Drupal/Component/ProxyBuilder/composer.json",
2577                         "core/lib/Drupal/Component/Render/composer.json",
2578                         "core/lib/Drupal/Component/Serialization/composer.json",
2579                         "core/lib/Drupal/Component/Transliteration/composer.json",
2580                         "core/lib/Drupal/Component/Utility/composer.json",
2581                         "core/lib/Drupal/Component/Uuid/composer.json"
2582                     ],
2583                     "recurse": false,
2584                     "replace": false,
2585                     "merge-extra": false
2586                 }
2587             },
2588             "autoload": {
2589                 "psr-4": {
2590                     "Drupal\\Core\\": "lib/Drupal/Core",
2591                     "Drupal\\Component\\": "lib/Drupal/Component",
2592                     "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
2593                 },
2594                 "classmap": [
2595                     "lib/Drupal.php",
2596                     "lib/Drupal/Component/Utility/Timer.php",
2597                     "lib/Drupal/Component/Utility/Unicode.php",
2598                     "lib/Drupal/Core/Database/Database.php",
2599                     "lib/Drupal/Core/DrupalKernel.php",
2600                     "lib/Drupal/Core/DrupalKernelInterface.php",
2601                     "lib/Drupal/Core/Site/Settings.php"
2602                 ]
2603             },
2604             "notification-url": "https://packagist.org/downloads/",
2605             "license": [
2606                 "GPL-2.0-or-later"
2607             ],
2608             "description": "Drupal is an open source content management platform powering millions of websites and applications.",
2609             "time": "2018-04-25T15:39:01+00:00"
2610         },
2611         {
2612             "name": "drupal/crop",
2613             "version": "1.5.0",
2614             "source": {
2615                 "type": "git",
2616                 "url": "https://git.drupal.org/project/crop",
2617                 "reference": "8.x-1.5"
2618             },
2619             "dist": {
2620                 "type": "zip",
2621                 "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.5.zip",
2622                 "reference": "8.x-1.5",
2623                 "shasum": "bb275293508cb3988ca6ab766dc1f6ecc22cc03d"
2624             },
2625             "require": {
2626                 "drupal/core": "*"
2627             },
2628             "type": "drupal-module",
2629             "extra": {
2630                 "branch-alias": {
2631                     "dev-1.x": "1.x-dev"
2632                 },
2633                 "drupal": {
2634                     "version": "8.x-1.5",
2635                     "datestamp": "1516357085",
2636                     "security-coverage": {
2637                         "status": "covered",
2638                         "message": "Covered by Drupal's security advisory policy"
2639                     }
2640                 }
2641             },
2642             "notification-url": "https://packages.drupal.org/8/downloads",
2643             "license": [
2644                 "GPL-2.0+"
2645             ],
2646             "authors": [
2647                 {
2648                     "name": "Drupal Media Team",
2649                     "homepage": "https://www.drupal.org/user/3260690"
2650                 },
2651                 {
2652                     "name": "slashrsm",
2653                     "homepage": "https://www.drupal.org/user/744628"
2654                 },
2655                 {
2656                     "name": "woprrr",
2657                     "homepage": "https://www.drupal.org/user/858604"
2658                 }
2659             ],
2660             "description": "Provides storage and API for image crops.",
2661             "homepage": "https://www.drupal.org/project/crop",
2662             "support": {
2663                 "source": "http://cgit.drupalcode.org/crop",
2664                 "issues": "https://www.drupal.org/project/issues/crop"
2665             }
2666         },
2667         {
2668             "name": "drupal/ctools",
2669             "version": "3.0.0",
2670             "source": {
2671                 "type": "git",
2672                 "url": "https://git.drupal.org/project/ctools",
2673                 "reference": "8.x-3.0"
2674             },
2675             "dist": {
2676                 "type": "zip",
2677                 "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
2678                 "reference": "8.x-3.0",
2679                 "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
2680             },
2681             "require": {
2682                 "drupal/core": "~8.0"
2683             },
2684             "type": "drupal-module",
2685             "extra": {
2686                 "branch-alias": {
2687                     "dev-3.x": "3.x-dev"
2688                 },
2689                 "drupal": {
2690                     "version": "8.x-3.0",
2691                     "datestamp": "1493401742"
2692                 }
2693             },
2694             "notification-url": "https://packages.drupal.org/8/downloads",
2695             "license": [
2696                 "GPL-2.0+"
2697             ],
2698             "authors": [
2699                 {
2700                     "name": "Kris Vanderwater (EclipseGc)",
2701                     "homepage": "https://www.drupal.org/u/eclipsegc",
2702                     "role": "Maintainer"
2703                 },
2704                 {
2705                     "name": "Jakob Perry (japerry)",
2706                     "homepage": "https://www.drupal.org/u/japerry",
2707                     "role": "Maintainer"
2708                 },
2709                 {
2710                     "name": "Tim Plunkett (tim.plunkett)",
2711                     "homepage": "https://www.drupal.org/u/timplunkett",
2712                     "role": "Maintainer"
2713                 },
2714                 {
2715                     "name": "James Gilliland (neclimdul)",
2716                     "homepage": "https://www.drupal.org/u/neclimdul",
2717                     "role": "Maintainer"
2718                 },
2719                 {
2720                     "name": "Daniel Wehner (dawehner)",
2721                     "homepage": "https://www.drupal.org/u/dawehner",
2722                     "role": "Maintainer"
2723                 },
2724                 {
2725                     "name": "merlinofchaos",
2726                     "homepage": "https://www.drupal.org/user/26979"
2727                 },
2728                 {
2729                     "name": "neclimdul",
2730                     "homepage": "https://www.drupal.org/user/48673"
2731                 },
2732                 {
2733                     "name": "sdboyer",
2734                     "homepage": "https://www.drupal.org/user/146719"
2735                 },
2736                 {
2737                     "name": "sun",
2738                     "homepage": "https://www.drupal.org/user/54136"
2739                 },
2740                 {
2741                     "name": "tim.plunkett",
2742                     "homepage": "https://www.drupal.org/user/241634"
2743                 }
2744             ],
2745             "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
2746             "homepage": "https://www.drupal.org/project/ctools",
2747             "support": {
2748                 "source": "http://cgit.drupalcode.org/ctools",
2749                 "issues": "https://www.drupal.org/project/issues/ctools"
2750             }
2751         },
2752         {
2753             "name": "drupal/devel",
2754             "version": "1.2.0",
2755             "source": {
2756                 "type": "git",
2757                 "url": "https://git.drupal.org/project/devel",
2758                 "reference": "8.x-1.2"
2759             },
2760             "dist": {
2761                 "type": "zip",
2762                 "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
2763                 "reference": "8.x-1.2",
2764                 "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
2765             },
2766             "require": {
2767                 "drupal/core": "~8.0"
2768             },
2769             "suggest": {
2770                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
2771             },
2772             "type": "drupal-module",
2773             "extra": {
2774                 "branch-alias": {
2775                     "dev-1.x": "1.x-dev"
2776                 },
2777                 "drupal": {
2778                     "version": "8.x-1.2",
2779                     "datestamp": "1507197844",
2780                     "security-coverage": {
2781                         "status": "covered",
2782                         "message": "Covered by Drupal's security advisory policy"
2783                     }
2784                 }
2785             },
2786             "notification-url": "https://packages.drupal.org/8/downloads",
2787             "license": [
2788                 "GPL-2.0+"
2789             ],
2790             "authors": [
2791                 {
2792                     "name": "Moshe Weitzman",
2793                     "homepage": "https://github.com/weitzman",
2794                     "email": "weitzman@tejasa.com",
2795                     "role": "Maintainer"
2796                 },
2797                 {
2798                     "name": "Hans Salvisberg",
2799                     "homepage": "https://www.drupal.org/u/salvis",
2800                     "email": "drupal@salvisberg.com",
2801                     "role": "Maintainer"
2802                 },
2803                 {
2804                     "name": "Luca Lusso",
2805                     "homepage": "https://www.drupal.org/u/lussoluca",
2806                     "role": "Maintainer"
2807                 },
2808                 {
2809                     "name": "Marco (willzyx)",
2810                     "homepage": "https://www.drupal.org/u/willzyx",
2811                     "role": "Maintainer"
2812                 },
2813                 {
2814                     "name": "See contributors",
2815                     "homepage": "https://www.drupal.org/node/3236/committers"
2816                 },
2817                 {
2818                     "name": "salvis",
2819                     "homepage": "https://www.drupal.org/user/82964"
2820                 },
2821                 {
2822                     "name": "willzyx",
2823                     "homepage": "https://www.drupal.org/user/1043862"
2824                 }
2825             ],
2826             "description": "Various blocks, pages, and functions for developers.",
2827             "homepage": "http://drupal.org/project/devel",
2828             "support": {
2829                 "source": "http://cgit.drupalcode.org/devel",
2830                 "issues": "http://drupal.org/project/devel",
2831                 "irc": "irc://irc.freenode.org/drupal-contribute"
2832             }
2833         },
2834         {
2835             "name": "drupal/diff",
2836             "version": "1.0.0-rc1",
2837             "source": {
2838                 "type": "git",
2839                 "url": "https://git.drupal.org/project/diff",
2840                 "reference": "8.x-1.0-rc1"
2841             },
2842             "dist": {
2843                 "type": "zip",
2844                 "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip",
2845                 "reference": "8.x-1.0-rc1",
2846                 "shasum": "4945154c2c07444195a7ae07011a3b3db941c72a"
2847             },
2848             "require": {
2849                 "drupal/core": "~8.0",
2850                 "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
2851             },
2852             "type": "drupal-module",
2853             "extra": {
2854                 "branch-alias": {
2855                     "dev-1.x": "1.x-dev"
2856                 },
2857                 "drupal": {
2858                     "version": "8.x-1.0-rc1",
2859                     "datestamp": "1484566683"
2860                 }
2861             },
2862             "notification-url": "https://packages.drupal.org/8/downloads",
2863             "license": [
2864                 "GPL-2.0+"
2865             ],
2866             "authors": [
2867                 {
2868                     "name": "Miro Dietiker (miro_dietiker)",
2869                     "homepage": "https://www.drupal.org/u/miro_dietiker",
2870                     "role": "Maintainer"
2871                 },
2872                 {
2873                     "name": "Juampy NR (juampynr)",
2874                     "homepage": "https://www.drupal.org/u/juampynr",
2875                     "role": "Maintainer"
2876                 },
2877                 {
2878                     "name": "Lucian Hangea (lhangea)",
2879                     "homepage": "https://www.drupal.org/u/lhangea",
2880                     "role": "Maintainer"
2881                 },
2882                 {
2883                     "name": "Alan D.",
2884                     "homepage": "https://www.drupal.org/u/alan-d.",
2885                     "role": "Maintainer"
2886                 },
2887                 {
2888                     "name": "Brian Gilbert (realityloop).",
2889                     "homepage": "https://www.drupal.org/u/realityloop",
2890                     "role": "Maintainer"
2891                 },
2892                 {
2893                     "name": "miro_dietiker",
2894                     "homepage": "https://www.drupal.org/user/227761"
2895                 },
2896                 {
2897                     "name": "realityloop",
2898                     "homepage": "https://www.drupal.org/user/139189"
2899                 },
2900                 {
2901                     "name": "rötzi",
2902                     "homepage": "https://www.drupal.org/user/73064"
2903                 },
2904                 {
2905                     "name": "yhahn",
2906                     "homepage": "https://www.drupal.org/user/264833"
2907                 }
2908             ],
2909             "description": "Compares two entity revisions",
2910             "homepage": "https://www.drupal.org/project/diff",
2911             "support": {
2912                 "source": "http://cgit.drupalcode.org/diff",
2913                 "issues": "https://www.drupal.org/project/issues/diff"
2914             }
2915         },
2916         {
2917             "name": "drupal/draggableviews",
2918             "version": "1.0.0",
2919             "source": {
2920                 "type": "git",
2921                 "url": "https://git.drupal.org/project/draggableviews",
2922                 "reference": "8.x-1.0"
2923             },
2924             "dist": {
2925                 "type": "zip",
2926                 "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.0.zip",
2927                 "reference": "8.x-1.0",
2928                 "shasum": "007082c2621b45bd8cf73fe5fdd4d292ee88a458"
2929             },
2930             "require": {
2931                 "drupal/core": "*"
2932             },
2933             "type": "drupal-module",
2934             "extra": {
2935                 "branch-alias": {
2936                     "dev-1.x": "1.x-dev"
2937                 },
2938                 "drupal": {
2939                     "version": "8.x-1.0",
2940                     "datestamp": "1477076039"
2941                 },
2942                 "patches_applied": {
2943                     "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
2944                     "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
2945                 }
2946             },
2947             "notification-url": "https://packages.drupal.org/8/downloads",
2948             "license": [
2949                 "GPL-2.0+"
2950             ],
2951             "authors": [
2952                 {
2953                     "name": "dixon_",
2954                     "homepage": "https://www.drupal.org/user/239911"
2955                 },
2956                 {
2957                     "name": "ginc",
2958                     "homepage": "https://www.drupal.org/user/332249"
2959                 },
2960                 {
2961                     "name": "iStryker",
2962                     "homepage": "https://www.drupal.org/user/303676"
2963                 },
2964                 {
2965                     "name": "podarok",
2966                     "homepage": "https://www.drupal.org/user/116002"
2967                 },
2968                 {
2969                     "name": "sevi",
2970                     "homepage": "https://www.drupal.org/user/199290"
2971                 },
2972                 {
2973                     "name": "ygerasimov",
2974                     "homepage": "https://www.drupal.org/user/257311"
2975                 }
2976             ],
2977             "description": "Complete rewrite of D7 draggableviews",
2978             "homepage": "https://www.drupal.org/project/draggableviews",
2979             "support": {
2980                 "source": "http://cgit.drupalcode.org/draggableviews"
2981             }
2982         },
2983         {
2984             "name": "drupal/dropzonejs",
2985             "version": "2.0.0-alpha3",
2986             "source": {
2987                 "type": "git",
2988                 "url": "https://git.drupal.org/project/dropzonejs",
2989                 "reference": "8.x-2.0-alpha3"
2990             },
2991             "dist": {
2992                 "type": "zip",
2993                 "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.0-alpha3.zip",
2994                 "reference": "8.x-2.0-alpha3",
2995                 "shasum": "a11f37e8f37b211d7065b0fd8adb1cc85b47e691"
2996             },
2997             "require": {
2998                 "drupal/core": "*"
2999             },
3000             "require-dev": {
3001                 "drupal/entity_browser": "*"
3002             },
3003             "suggest": {
3004                 "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
3005             },
3006             "type": "drupal-module",
3007             "extra": {
3008                 "branch-alias": {
3009                     "dev-2.x": "2.x-dev"
3010                 },
3011                 "drupal": {
3012                     "version": "8.x-2.0-alpha3",
3013                     "datestamp": "1513265285",
3014                     "security-coverage": {
3015                         "status": "not-covered",
3016                         "message": "Project has not opted into security advisory coverage!"
3017                     }
3018                 }
3019             },
3020             "notification-url": "https://packages.drupal.org/8/downloads",
3021             "license": [
3022                 "GPL-2.0+"
3023             ],
3024             "authors": [
3025                 {
3026                     "name": "Janez Urevc",
3027                     "homepage": "https://drupal.org/u/slashrsm",
3028                     "role": "Maintainer"
3029                 },
3030                 {
3031                     "name": "Christian Fritsch",
3032                     "homepage": "https://drupal.org/u/chrfritsch",
3033                     "role": "Maintainer"
3034                 },
3035                 {
3036                     "name": "Primoz Hmeljak",
3037                     "homepage": "https://drupal.org/u/Primsi",
3038                     "role": "Maintainer"
3039                 },
3040                 {
3041                     "name": "See other contributors",
3042                     "homepage": "https://www.drupal.org/node/1998478/committers",
3043                     "role": "contributor"
3044                 },
3045                 {
3046                     "name": "slashrsm",
3047                     "homepage": "https://www.drupal.org/user/744628"
3048                 },
3049                 {
3050                     "name": "wouters_f",
3051                     "homepage": "https://www.drupal.org/user/721548"
3052                 },
3053                 {
3054                     "name": "zkday",
3055                     "homepage": "https://www.drupal.org/user/888644"
3056                 }
3057             ],
3058             "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
3059             "homepage": "https://www.drupal.org/project/dropzonejs",
3060             "keywords": [
3061                 "DropzoneJS",
3062                 "Drupal"
3063             ],
3064             "support": {
3065                 "source": "https://www.drupal.org/project/dropzonejs",
3066                 "issues": "https://www.drupal.org/project/issues/dropzonejs",
3067                 "irc": "irc://irc.freenode.org/drupal-contribute"
3068             }
3069         },
3070         {
3071             "name": "drupal/dropzonejs_eb_widget",
3072             "version": "2.0.0-alpha3",
3073             "require": {
3074                 "drupal/core": "*",
3075                 "drupal/dropzonejs": "self.version",
3076                 "drupal/entity_browser": "*"
3077             },
3078             "type": "metapackage",
3079             "extra": {
3080                 "branch-alias": {
3081                     "dev-2.x": "2.x-dev"
3082                 },
3083                 "drupal": {
3084                     "version": "8.x-2.0-alpha3",
3085                     "datestamp": "1513265285",
3086                     "security-coverage": {
3087                         "status": "not-covered",
3088                         "message": "Project has not opted into security advisory coverage!"
3089                     }
3090                 }
3091             },
3092             "notification-url": "https://packages.drupal.org/8/downloads",
3093             "license": [
3094                 "GPL-2.0-or-later"
3095             ],
3096             "authors": [
3097                 {
3098                     "name": "Drupal Media Team",
3099                     "homepage": "https://www.drupal.org/user/3260690"
3100                 },
3101                 {
3102                     "name": "Drupal media CI",
3103                     "homepage": "https://www.drupal.org/user/3057985"
3104                 },
3105                 {
3106                     "name": "Primsi",
3107                     "homepage": "https://www.drupal.org/user/282629"
3108                 },
3109                 {
3110                     "name": "chr.fritsch",
3111                     "homepage": "https://www.drupal.org/user/2103716"
3112                 },
3113                 {
3114                     "name": "slashrsm",
3115                     "homepage": "https://www.drupal.org/user/744628"
3116                 },
3117                 {
3118                     "name": "wouters_f",
3119                     "homepage": "https://www.drupal.org/user/721548"
3120                 },
3121                 {
3122                     "name": "zkday",
3123                     "homepage": "https://www.drupal.org/user/888644"
3124                 }
3125             ],
3126             "description": "DropzoneJS Entity browser widget",
3127             "homepage": "https://www.drupal.org/project/dropzonejs",
3128             "support": {
3129                 "source": "http://cgit.drupalcode.org/dropzonejs"
3130             }
3131         },
3132         {
3133             "name": "drupal/drupalmoduleupgrader",
3134             "version": "dev-1.x",
3135             "source": {
3136                 "type": "git",
3137                 "url": "https://git.drupal.org/project/drupalmoduleupgrader",
3138                 "reference": "726c7a7b9e3cda8c51f6dfbc003550bdc821433b"
3139             },
3140             "require": {
3141                 "cebe/markdown": "1.0.*@dev",
3142                 "drupal/core": "~8.0",
3143                 "grom358/pharborist": "dev-master",
3144                 "symfony/filesystem": "~2.8|~3.0",
3145                 "symfony/finder": "~2.8|~3.0"
3146             },
3147             "require-dev": {
3148                 "mikey179/vfsstream": "^1.5",
3149                 "phpunit/phpunit": "^4.8"
3150             },
3151             "type": "drupal-module",
3152             "extra": {
3153                 "branch-alias": {
3154                     "dev-1.x": "1.x-dev"
3155                 },
3156                 "drupal": {
3157                     "version": "8.x-1.2+10-dev",
3158                     "datestamp": "1490462883",
3159                     "security-coverage": {
3160                         "status": "not-covered",
3161                         "message": "Dev releases are not covered by Drupal security advisories."
3162                     }
3163                 }
3164             },
3165             "autoload": {
3166                 "psr-4": {
3167                     "Drupal\\drupalmoduleupgrader\\": "src/"
3168                 }
3169             },
3170             "notification-url": "https://packages.drupal.org/8/downloads",
3171             "license": [
3172                 "GPL-2.0+"
3173             ],
3174             "authors": [
3175                 {
3176                     "name": "Gábor Hojtsy",
3177                     "homepage": "https://www.drupal.org/user/4166"
3178                 },
3179                 {
3180                     "name": "HongPong",
3181                     "homepage": "https://www.drupal.org/user/60005"
3182                 },
3183                 {
3184                     "name": "Wim Leers",
3185                     "homepage": "https://www.drupal.org/user/99777"
3186                 },
3187                 {
3188                     "name": "dstol",
3189                     "homepage": "https://www.drupal.org/user/329570"
3190                 },
3191                 {
3192                     "name": "eshta",
3193                     "homepage": "https://www.drupal.org/user/1951462"
3194                 },
3195                 {
3196                     "name": "japerry",
3197                     "homepage": "https://www.drupal.org/user/45640"
3198                 },
3199                 {
3200                     "name": "jcnventura",
3201                     "homepage": "https://www.drupal.org/user/122464"
3202                 },
3203                 {
3204                     "name": "pfrenssen",
3205                     "homepage": "https://www.drupal.org/user/382067"
3206                 },
3207                 {
3208                     "name": "phenaproxima",
3209                     "homepage": "https://www.drupal.org/user/205645"
3210                 },
3211                 {
3212                     "name": "tim.plunkett",
3213                     "homepage": "https://www.drupal.org/user/241634"
3214                 },
3215                 {
3216                     "name": "webchick",
3217                     "homepage": "https://www.drupal.org/user/24967"
3218                 },
3219                 {
3220                     "name": "xjm",
3221                     "homepage": "https://www.drupal.org/user/65776"
3222                 }
3223             ],
3224             "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
3225             "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
3226             "keywords": [
3227                 "Drupal",
3228                 "PHP_CodeSniffer",
3229                 "phpcs",
3230                 "standards",
3231                 "update",
3232                 "upgrade"
3233             ],
3234             "support": {
3235                 "source": "https://drupal.org/project/drupalmoduleupgrader",
3236                 "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
3237             },
3238             "time": "2018-05-15T15:59:31+00:00"
3239         },
3240         {
3241             "name": "drupal/embed",
3242             "version": "1.0.0",
3243             "source": {
3244                 "type": "git",
3245                 "url": "https://git.drupal.org/project/embed",
3246                 "reference": "8.x-1.0"
3247             },
3248             "dist": {
3249                 "type": "zip",
3250                 "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
3251                 "reference": "8.x-1.0",
3252                 "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
3253             },
3254             "require": {
3255                 "drupal/core": "~8.0"
3256             },
3257             "type": "drupal-module",
3258             "extra": {
3259                 "branch-alias": {
3260                     "dev-1.x": "1.x-dev"
3261                 },
3262                 "drupal": {
3263                     "version": "8.x-1.0",
3264                     "datestamp": "1490755685"
3265                 }
3266             },
3267             "notification-url": "https://packages.drupal.org/8/downloads",
3268             "license": [
3269                 "GPL-2.0+"
3270             ],
3271             "authors": [
3272                 {
3273                     "name": "Dave Reid",
3274                     "homepage": "https://www.drupal.org/user/53892"
3275                 },
3276                 {
3277                     "name": "Devin Carlson",
3278                     "homepage": "https://www.drupal.org/user/290182"
3279                 },
3280                 {
3281                     "name": "Drupal Media Team",
3282                     "homepage": "https://www.drupal.org/user/3260690"
3283                 },
3284                 {
3285                     "name": "cs_shadow",
3286                     "homepage": "https://www.drupal.org/user/2828287"
3287                 },
3288                 {
3289                     "name": "slashrsm",
3290                     "homepage": "https://www.drupal.org/user/744628"
3291                 }
3292             ],
3293             "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
3294             "homepage": "https://www.drupal.org/project/embed",
3295             "support": {
3296                 "source": "http://cgit.drupalcode.org/embed",
3297                 "issues": "https://www.drupal.org/project/issues/embed",
3298                 "irc": "irc://irc.freenode.org/drupal-media"
3299             }
3300         },
3301         {
3302             "name": "drupal/entity",
3303             "version": "1.0.0-beta3",
3304             "source": {
3305                 "type": "git",
3306                 "url": "https://git.drupal.org/project/entity",
3307                 "reference": "8.x-1.0-beta3"
3308             },
3309             "dist": {
3310                 "type": "zip",
3311                 "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-beta3.zip",
3312                 "reference": "8.x-1.0-beta3",
3313                 "shasum": "5d74dbef7bff0db099517b2c7aad14312eb02afa"
3314             },
3315             "require": {
3316                 "drupal/core": "~8.5"
3317             },
3318             "type": "drupal-module",
3319             "extra": {
3320                 "branch-alias": {
3321                     "dev-1.x": "1.x-dev"
3322                 },
3323                 "drupal": {
3324                     "version": "8.x-1.0-beta3",
3325                     "datestamp": "1520958485",
3326                     "security-coverage": {
3327                         "status": "not-covered",
3328                         "message": "Beta releases are not covered by Drupal security advisories."
3329                     }
3330                 }
3331             },
3332             "notification-url": "https://packages.drupal.org/8/downloads",
3333             "license": [
3334                 "GPL-2.0+"
3335             ],
3336             "authors": [
3337                 {
3338                     "name": "Berdir",
3339                     "homepage": "https://www.drupal.org/user/214652"
3340                 },
3341                 {
3342                     "name": "bojanz",
3343                     "homepage": "https://www.drupal.org/user/86106"
3344                 },
3345                 {
3346                     "name": "dawehner",
3347                     "homepage": "https://www.drupal.org/user/99340"
3348                 },
3349                 {
3350                     "name": "dixon_",
3351                     "homepage": "https://www.drupal.org/user/239911"
3352                 },
3353                 {
3354                     "name": "fago",
3355                     "homepage": "https://www.drupal.org/user/16747"
3356                 }
3357             ],
3358             "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
3359             "homepage": "http://drupal.org/project/entity",
3360             "support": {
3361                 "source": "http://cgit.drupalcode.org/entity"
3362             }
3363         },
3364         {
3365             "name": "drupal/entity_browser",
3366             "version": "1.4.0",
3367             "source": {
3368                 "type": "git",
3369                 "url": "https://git.drupal.org/project/entity_browser",
3370                 "reference": "8.x-1.4"
3371             },
3372             "dist": {
3373                 "type": "zip",
3374                 "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.4.zip",
3375                 "reference": "8.x-1.4",
3376                 "shasum": "4375e996b8d1e103ca5daf9ce352e2af9cab568f"
3377             },
3378             "require": {
3379                 "drupal/core": "~8.0"
3380             },
3381             "require-dev": {
3382                 "drupal/ctools": "*",
3383                 "drupal/inline_entity_form": "*",
3384                 "drupal/media_entity": "*",
3385                 "drupal/paragraphs": "*",
3386                 "drupal/token": "*"
3387             },
3388             "type": "drupal-module",
3389             "extra": {
3390                 "branch-alias": {
3391                     "dev-1.x": "1.x-dev",
3392                     "dev-8.x-1.x": "8.1.x-dev"
3393                 },
3394                 "drupal": {
3395                     "version": "8.x-1.4",
3396                     "datestamp": "1512033785",
3397                     "security-coverage": {
3398                         "status": "covered",
3399                         "message": "Covered by Drupal's security advisory policy"
3400                     }
3401                 }
3402             },
3403             "notification-url": "https://packages.drupal.org/8/downloads",
3404             "license": [
3405                 "GPL-2.0+"
3406             ],
3407             "authors": [
3408                 {
3409                     "name": "Janez Urevc",
3410                     "homepage": "https://github.com/slashrsm",
3411                     "role": "Maintainer"
3412                 },
3413                 {
3414                     "name": "Primoz Hmeljak",
3415                     "homepage": "https://github.com/primsi",
3416                     "role": "Maintainer"
3417                 },
3418                 {
3419                     "name": "See other contributors",
3420                     "homepage": "https://www.drupal.org/node/1943336/committers",
3421                     "role": "contributor"
3422                 },
3423                 {
3424                     "name": "Primsi",
3425                     "homepage": "https://www.drupal.org/user/282629"
3426                 },
3427                 {
3428                     "name": "marcingy",
3429                     "homepage": "https://www.drupal.org/user/77320"
3430                 },
3431                 {
3432                     "name": "samuel.mortenson",
3433                     "homepage": "https://www.drupal.org/user/2582268"
3434                 },
3435                 {
3436                     "name": "slashrsm",
3437                     "homepage": "https://www.drupal.org/user/744628"
3438                 }
3439             ],
3440             "description": "Entity browsing and selecting component.",
3441             "homepage": "http://drupal.org/project/entity_browser",
3442             "support": {
3443                 "source": "http://cgit.drupalcode.org/entity_browser",
3444                 "issues": "http://drupal.org/project/issues/entity_browser",
3445                 "irc": "irc://irc.freenode.org/drupal-contribute"
3446             }
3447         },
3448         {
3449             "name": "drupal/entity_browser_entity_form",
3450             "version": "1.4.0",
3451             "require": {
3452                 "drupal/core": "~8.0",
3453                 "drupal/entity_browser": "self.version",
3454                 "drupal/inline_entity_form": "*"
3455             },
3456             "type": "metapackage",
3457             "extra": {
3458                 "branch-alias": {
3459                     "dev-1.x": "1.x-dev"
3460                 },
3461                 "drupal": {
3462                     "version": "8.x-1.4",
3463                     "datestamp": "1512033785",
3464                     "security-coverage": {
3465                         "status": "covered",
3466                         "message": "Covered by Drupal's security advisory policy"
3467                     }
3468                 }
3469             },
3470             "notification-url": "https://packages.drupal.org/8/downloads",
3471             "license": [
3472                 "GPL-2.0-or-later"
3473             ],
3474             "authors": [
3475                 {
3476                     "name": "Dave Reid",
3477                     "homepage": "https://www.drupal.org/user/53892"
3478                 },
3479                 {
3480                     "name": "Devin Carlson",
3481                     "homepage": "https://www.drupal.org/user/290182"
3482                 },
3483                 {
3484                     "name": "Drupal Media Team",
3485                     "homepage": "https://www.drupal.org/user/3260690"
3486                 },
3487                 {
3488                     "name": "Primsi",
3489                     "homepage": "https://www.drupal.org/user/282629"
3490                 },
3491                 {
3492                     "name": "marcingy",
3493                     "homepage": "https://www.drupal.org/user/77320"
3494                 },
3495                 {
3496                     "name": "samuel.mortenson",
3497                     "homepage": "https://www.drupal.org/user/2582268"
3498                 },
3499                 {
3500                     "name": "slashrsm",
3501                     "homepage": "https://www.drupal.org/user/744628"
3502                 }
3503             ],
3504             "description": "Entity browser inline entity form integration.",
3505             "homepage": "https://www.drupal.org/project/entity_browser",
3506             "support": {
3507                 "source": "http://cgit.drupalcode.org/entity_browser"
3508             }
3509         },
3510         {
3511             "name": "drupal/entity_embed",
3512             "version": "1.0.0-beta2",
3513             "source": {
3514                 "type": "git",
3515                 "url": "https://git.drupal.org/project/entity_embed",
3516                 "reference": "8.x-1.0-beta2"
3517             },
3518             "dist": {
3519                 "type": "zip",
3520                 "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
3521                 "reference": "8.x-1.0-beta2",
3522                 "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
3523             },
3524             "require": {
3525                 "drupal/core": "*",
3526                 "drupal/embed": "*"
3527             },
3528             "require-dev": {
3529                 "drupal/entity_browser": "*"
3530             },
3531             "type": "drupal-module",
3532             "extra": {
3533                 "branch-alias": {
3534                     "dev-1.x": "1.x-dev"
3535                 },
3536                 "drupal": {
3537                     "version": "8.x-1.0-beta2",
3538                     "datestamp": "1476698339"
3539                 }
3540             },
3541             "notification-url": "https://packages.drupal.org/8/downloads",
3542             "license": [
3543                 "GPL-2.0+"
3544             ],
3545             "authors": [
3546                 {
3547                     "name": "Dave Reid",
3548                     "homepage": "https://www.drupal.org/user/53892"
3549                 },
3550                 {
3551                     "name": "Devin Carlson",
3552                     "homepage": "https://www.drupal.org/user/290182"
3553                 },
3554                 {
3555                     "name": "Drupal Media Team",
3556                     "homepage": "https://www.drupal.org/user/3260690"
3557                 },
3558                 {
3559                     "name": "cs_shadow",
3560                     "homepage": "https://www.drupal.org/user/2828287"
3561                 },
3562                 {
3563                     "name": "slashrsm",
3564                     "homepage": "https://www.drupal.org/user/744628"
3565                 }
3566             ],
3567             "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
3568             "homepage": "https://www.drupal.org/project/entity_embed",
3569             "support": {
3570                 "source": "http://cgit.drupalcode.org/entity_embed",
3571                 "issues": "https://www.drupal.org/project/issues/entity_embed",
3572                 "irc": "irc://irc.freenode.org/drupal-media"
3573             }
3574         },
3575         {
3576             "name": "drupal/entity_reference_revisions",
3577             "version": "1.4.0",
3578             "source": {
3579                 "type": "git",
3580                 "url": "https://git.drupal.org/project/entity_reference_revisions",
3581                 "reference": "8.x-1.4"
3582             },
3583             "dist": {
3584                 "type": "zip",
3585                 "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.4.zip",
3586                 "reference": "8.x-1.4",
3587                 "shasum": "0d5e159ab52fe8e5aa7c27e7ccfc0299e1af4d72"
3588             },
3589             "require": {
3590                 "drupal/core": "~8.0"
3591             },
3592             "require-dev": {
3593                 "drupal/diff": "*"
3594             },
3595             "type": "drupal-module",
3596             "extra": {
3597                 "branch-alias": {
3598                     "dev-1.x": "1.x-dev"
3599                 },
3600                 "drupal": {
3601                     "version": "8.x-1.4",
3602                     "datestamp": "1515143885",
3603                     "security-coverage": {
3604                         "status": "covered",
3605                         "message": "Covered by Drupal's security advisory policy"
3606                     }
3607                 }
3608             },
3609             "notification-url": "https://packages.drupal.org/8/downloads",
3610             "license": [
3611                 "GPL-2.0-or-later"
3612             ],
3613             "authors": [
3614                 {
3615                     "name": "Frans",
3616                     "homepage": "https://www.drupal.org/user/514222"
3617                 },
3618                 {
3619                     "name": "jeroen.b",
3620                     "homepage": "https://www.drupal.org/user/1853532"
3621                 },
3622                 {
3623                     "name": "miro_dietiker",
3624                     "homepage": "https://www.drupal.org/user/227761"
3625                 }
3626             ],
3627             "description": "Adds a Entity Reference field type with revision support.",
3628             "homepage": "https://www.drupal.org/project/entity_reference_revisions",
3629             "support": {
3630                 "source": "http://cgit.drupalcode.org/entity_reference_revisions"
3631             }
3632         },
3633         {
3634             "name": "drupal/entityqueue",
3635             "version": "1.0.0-alpha7",
3636             "source": {
3637                 "type": "git",
3638                 "url": "https://git.drupal.org/project/entityqueue",
3639                 "reference": "8.x-1.0-alpha7"
3640             },
3641             "dist": {
3642                 "type": "zip",
3643                 "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha7.zip",
3644                 "reference": "8.x-1.0-alpha7",
3645                 "shasum": "d3cf4c655c2af08b2018af8675db54319fce29d8"
3646             },
3647             "require": {
3648                 "drupal/core": "~8.0"
3649             },
3650             "type": "drupal-module",
3651             "extra": {
3652                 "branch-alias": {
3653                     "dev-1.x": "1.x-dev"
3654                 },
3655                 "drupal": {
3656                     "version": "8.x-1.0-alpha7",
3657                     "datestamp": "1506839344",
3658                     "security-coverage": {
3659                         "status": "not-covered",
3660                         "message": "Alpha releases are not covered by Drupal security advisories."
3661                     }
3662                 }
3663             },
3664             "notification-url": "https://packages.drupal.org/8/downloads",
3665             "license": [
3666                 "GPL-2.0-or-later"
3667             ],
3668             "authors": [
3669                 {
3670                     "name": "amateescu",
3671                     "homepage": "https://www.drupal.org/user/729614"
3672                 },
3673                 {
3674                     "name": "jojonaloha",
3675                     "homepage": "https://www.drupal.org/user/1579186"
3676                 },
3677                 {
3678                     "name": "quicksketch",
3679                     "homepage": "https://www.drupal.org/user/35821"
3680                 },
3681                 {
3682                     "name": "tim.plunkett",
3683                     "homepage": "https://www.drupal.org/user/241634"
3684                 }
3685             ],
3686             "description": "Allows users to collect entities in arbitrarily ordered lists.",
3687             "homepage": "https://www.drupal.org/project/entityqueue",
3688             "support": {
3689                 "source": "http://cgit.drupalcode.org/entityqueue"
3690             }
3691         },
3692         {
3693             "name": "drupal/environment_indicator",
3694             "version": "3.3.0",
3695             "source": {
3696                 "type": "git",
3697                 "url": "https://git.drupal.org/project/environment_indicator",
3698                 "reference": "8.x-3.3"
3699             },
3700             "dist": {
3701                 "type": "zip",
3702                 "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.3.zip",
3703                 "reference": "8.x-3.3",
3704                 "shasum": "3059b8d4fb2b87af4842c45b9770d927e640eb30"
3705             },
3706             "require": {
3707                 "drupal/core": "*"
3708             },
3709             "type": "drupal-module",
3710             "extra": {
3711                 "branch-alias": {
3712                     "dev-3.x": "3.x-dev"
3713                 },
3714                 "drupal": {
3715                     "version": "8.x-3.3",
3716                     "datestamp": "1518331981",
3717                     "security-coverage": {
3718                         "status": "covered",
3719                         "message": "Covered by Drupal's security advisory policy"
3720                     }
3721                 }
3722             },
3723             "notification-url": "https://packages.drupal.org/8/downloads",
3724             "license": [
3725                 "GPL-2.0-or-later"
3726             ],
3727             "authors": [
3728                 {
3729                     "name": "e0ipso",
3730                     "homepage": "https://www.drupal.org/user/550110"
3731                 },
3732                 {
3733                     "name": "mrfelton",
3734                     "homepage": "https://www.drupal.org/user/305669"
3735                 }
3736             ],
3737             "description": "Adds a color indicator for the different environments.",
3738             "homepage": "https://www.drupal.org/project/environment_indicator",
3739             "support": {
3740                 "source": "http://cgit.drupalcode.org/environment_indicator"
3741             }
3742         },
3743         {
3744             "name": "drupal/eu_cookie_compliance",
3745             "version": "1.0.0",
3746             "source": {
3747                 "type": "git",
3748                 "url": "https://git.drupal.org/project/eu-cookie-compliance",
3749                 "reference": "8.x-1.0"
3750             },
3751             "dist": {
3752                 "type": "zip",
3753                 "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.0.zip",
3754                 "reference": "8.x-1.0",
3755                 "shasum": "925f5267fce132e54cfdff58e560cb5fc1656634"
3756             },
3757             "require": {
3758                 "drupal/core": "*"
3759             },
3760             "type": "drupal-module",
3761             "extra": {
3762                 "branch-alias": {
3763                     "dev-1.x": "1.x-dev"
3764                 },
3765                 "drupal": {
3766                     "version": "8.x-1.0",
3767                     "datestamp": "1522572784",
3768                     "security-coverage": {
3769                         "status": "covered",
3770                         "message": "Covered by Drupal's security advisory policy"
3771                     }
3772                 }
3773             },
3774             "notification-url": "https://packages.drupal.org/8/downloads",
3775             "license": [
3776                 "GPL-2.0-or-later"
3777             ],
3778             "authors": [
3779                 {
3780                     "name": "Marcin Pajdzik",
3781                     "homepage": "https://www.drupal.org/user/160555"
3782                 },
3783                 {
3784                     "name": "achton",
3785                     "homepage": "https://www.drupal.org/user/712454"
3786                 },
3787                 {
3788                     "name": "blairski",
3789                     "homepage": "https://www.drupal.org/user/120835"
3790                 },
3791                 {
3792                     "name": "dakku",
3793                     "homepage": "https://www.drupal.org/user/97634"
3794                 },
3795                 {
3796                     "name": "grzegorz.bartman",
3797                     "homepage": "https://www.drupal.org/user/363120"
3798                 },
3799                 {
3800                     "name": "id.tornado",
3801                     "homepage": "https://www.drupal.org/user/2754049"
3802                 },
3803                 {
3804                     "name": "killua99",
3805                     "homepage": "https://www.drupal.org/user/699418"
3806                 },
3807                 {
3808                     "name": "mibfire",
3809                     "homepage": "https://www.drupal.org/user/155136"
3810                 },
3811                 {
3812                     "name": "naveenvalecha",
3813                     "homepage": "https://www.drupal.org/user/2665733"
3814                 },
3815                 {
3816                     "name": "svenryen",
3817                     "homepage": "https://www.drupal.org/user/667244"
3818                 }
3819             ],
3820             "description": "This module aims at making the website compliant with the new EU cookie regulation",
3821             "homepage": "https://www.drupal.org/project/eu_cookie_compliance",
3822             "support": {
3823                 "source": "http://cgit.drupalcode.org/eu_cookie_compliance"
3824             }
3825         },
3826         {
3827             "name": "drupal/filefield_sources",
3828             "version": "dev-1.x",
3829             "source": {
3830                 "type": "git",
3831                 "url": "https://git.drupal.org/project/filefield_sources",
3832                 "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
3833             },
3834             "require": {
3835                 "drupal/core": "*"
3836             },
3837             "type": "drupal-module",
3838             "extra": {
3839                 "branch-alias": {
3840                     "dev-1.x": "1.x-dev"
3841                 },
3842                 "drupal": {
3843                     "version": "8.x-1.x-dev",
3844                     "datestamp": "1464990539"
3845                 }
3846             },
3847             "notification-url": "https://packages.drupal.org/8/downloads",
3848             "license": [
3849                 "GPL-2.0+"
3850             ],
3851             "authors": [
3852                 {
3853                     "name": "profak",
3854                     "homepage": "https://www.drupal.org/user/782534"
3855                 },
3856                 {
3857                     "name": "quicksketch",
3858                     "homepage": "https://www.drupal.org/user/35821"
3859                 }
3860             ],
3861             "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
3862             "homepage": "https://www.drupal.org/project/filefield_sources",
3863             "support": {
3864                 "source": "http://cgit.drupalcode.org/filefield_sources"
3865             }
3866         },
3867         {
3868             "name": "drupal/fontyourface",
3869             "version": "3.2.0",
3870             "source": {
3871                 "type": "git",
3872                 "url": "https://git.drupal.org/project/fontyourface",
3873                 "reference": "8.x-3.2"
3874             },
3875             "dist": {
3876                 "type": "zip",
3877                 "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.2.zip",
3878                 "reference": "8.x-3.2",
3879                 "shasum": "f509b3dc3e9849ca1cced5607a29d8319709c9ec"
3880             },
3881             "require": {
3882                 "drupal/core": "8.*"
3883             },
3884             "type": "drupal-module",
3885             "extra": {
3886                 "branch-alias": {
3887                     "dev-3.x": "3.x-dev"
3888                 },
3889                 "drupal": {
3890                     "version": "8.x-3.2",
3891                     "datestamp": "1517458980",
3892                     "security-coverage": {
3893                         "status": "covered",
3894                         "message": "Covered by Drupal's security advisory policy"
3895                     }
3896                 }
3897             },
3898             "notification-url": "https://packages.drupal.org/8/downloads",
3899             "license": [
3900                 "GPL-2.0+"
3901             ],
3902             "authors": [
3903                 {
3904                     "name": "BTMash",
3905                     "homepage": "https://www.drupal.org/user/60422"
3906                 },
3907                 {
3908                     "name": "BarisW",
3909                     "homepage": "https://www.drupal.org/user/107229"
3910                 },
3911                 {
3912                     "name": "Drave Robber",
3913                     "homepage": "https://www.drupal.org/user/984338"
3914                 },
3915                 {
3916                     "name": "sreynen",
3917                     "homepage": "https://www.drupal.org/user/109890"
3918                 }
3919             ],
3920             "description": "Web font management tools.",
3921             "homepage": "https://www.drupal.org/project/fontyourface",
3922             "keywords": [
3923                 "Drupal"
3924             ],
3925             "support": {
3926                 "source": "http://cgit.drupalcode.org/fontyourface",
3927                 "issues": "https://drupal.org/project/issues/fontyourface"
3928             }
3929         },
3930         {
3931             "name": "drupal/front",
3932             "version": "1.0.0-beta1",
3933             "source": {
3934                 "type": "git",
3935                 "url": "https://git.drupal.org/project/front",
3936                 "reference": "8.x-1.0-beta1"
3937             },
3938             "dist": {
3939                 "type": "zip",
3940                 "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-beta1.zip",
3941                 "reference": "8.x-1.0-beta1",
3942                 "shasum": "cee664aaf0eac6829bd551ec5213561d1cb70bce"
3943             },
3944             "require": {
3945                 "drupal/core": "~8.0"
3946             },
3947             "type": "drupal-module",
3948             "extra": {
3949                 "branch-alias": {
3950                     "dev-1.x": "1.x-dev"
3951                 },
3952                 "drupal": {
3953                     "version": "8.x-1.0-beta1",
3954                     "datestamp": "1521187985",
3955                     "security-coverage": {
3956                         "status": "not-covered",
3957                         "message": "Beta releases are not covered by Drupal security advisories."
3958                     }
3959                 }
3960             },
3961             "notification-url": "https://packages.drupal.org/8/downloads",
3962             "license": [
3963                 "GPL-2.0-or-later"
3964             ],
3965             "authors": [
3966                 {
3967                     "name": "Dublin Drupaller",
3968                     "homepage": "https://www.drupal.org/user/8625"
3969                 },
3970                 {
3971                     "name": "Simon Georges",
3972                     "homepage": "https://www.drupal.org/user/172312"
3973                 },
3974                 {
3975                     "name": "asenenko",
3976                     "homepage": "https://www.drupal.org/user/2641733"
3977                 },
3978                 {
3979                     "name": "estoyausente",
3980                     "homepage": "https://www.drupal.org/user/1232954"
3981                 },
3982                 {
3983                     "name": "timhilliard",
3984                     "homepage": "https://www.drupal.org/user/195493"
3985                 }
3986             ],
3987             "homepage": "https://www.drupal.org/project/front",
3988             "support": {
3989                 "source": "http://cgit.drupalcode.org/front"
3990             }
3991         },
3992         {
3993             "name": "drupal/hacked",
3994             "version": "2.0.0-beta2",
3995             "source": {
3996                 "type": "git",
3997                 "url": "https://git.drupal.org/project/hacked",
3998                 "reference": "8.x-2.0-beta2"
3999             },
4000             "dist": {
4001                 "type": "zip",
4002                 "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta2.zip",
4003                 "reference": "8.x-2.0-beta2",
4004                 "shasum": "84e018c23a39d83c2274cc009804f0abf4b9e9cb"
4005             },
4006             "require": {
4007                 "drupal/core": "*"
4008             },
4009             "type": "drupal-module",
4010             "extra": {
4011                 "installer-paths": {
4012                     "web/core": [
4013                         "type:drupal-core"
4014                     ],
4015                     "web/libraries/{$name}": [
4016                         "type:drupal-library"
4017                     ],
4018                     "web/modules/contrib/{$name}": [
4019                         "type:drupal-module"
4020                     ],
4021                     "web/profiles/contrib/{$name}": [
4022                         "type:drupal-profile"
4023                     ],
4024                     "web/themes/contrib/{$name}": [
4025                         "type:drupal-theme"
4026                     ],
4027                     "drush/contrib/{$name}": [
4028                         "type:drupal-drush"
4029                     ]
4030                 },
4031                 "patches": {
4032                     "drupal/security_review": {
4033                         "Fix missing field review list": "https://www.drupal.org/files/issues/security_review-dangerous-tags-list-2744805-2.patch"
4034                     },
4035                     "drupal/draggableviews": {
4036                         "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
4037                         "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
4038                     },
4039                     "drupal/hacked": {
4040                         "Compatibility with diff module API change: Turn EntityComparisonBase into a service": "https://www.drupal.org/files/issues/hacked-diff-diff-service-2800645-2.patch"
4041                     },
4042                     "drupal/videojs": {
4043                         "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
4044                     }
4045                 }
4046             },
4047             "notification-url": "https://packages.drupal.org/8/downloads",
4048             "license": [
4049                 "GPL-2.0-or-later"
4050             ],
4051             "authors": [
4052                 {
4053                     "name": "Deciphered",
4054                     "homepage": "https://www.drupal.org/user/103796"
4055                 },
4056                 {
4057                     "name": "Steven Jones",
4058                     "homepage": "https://www.drupal.org/user/99644"
4059                 }
4060             ],
4061             "description": "Shows if drupal or any of its modules have been changed",
4062             "homepage": "https://www.drupal.org/project/hacked",
4063             "support": {
4064                 "source": "http://cgit.drupalcode.org/hacked"
4065             }
4066         },
4067         {
4068             "name": "drupal/htmlawed",
4069             "version": "3.3.0",
4070             "source": {
4071                 "type": "git",
4072                 "url": "https://git.drupal.org/project/htmLawed",
4073                 "reference": "8.x-3.3"
4074             },
4075             "dist": {
4076                 "type": "zip",
4077                 "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.3.zip",
4078                 "reference": "8.x-3.3",
4079                 "shasum": "5728561a9d8b5ad9bb56c9270742469ed28cc65d"
4080             },
4081             "require": {
4082                 "drupal/core": "~8.0"
4083             },
4084             "type": "drupal-module",
4085             "extra": {
4086                 "branch-alias": {
4087                     "dev-3.x": "3.x-dev"
4088                 },
4089                 "drupal": {
4090                     "version": "8.x-3.3",
4091                     "datestamp": "1512623885",
4092                     "security-coverage": {
4093                         "status": "covered",
4094                         "message": "Covered by Drupal's security advisory policy"
4095                     }
4096                 }
4097             },
4098             "notification-url": "https://packages.drupal.org/8/downloads",
4099             "license": [
4100                 "GPL-2.0-or-later"
4101             ],
4102             "authors": [
4103                 {
4104                     "name": "alpha2zee",
4105                     "homepage": "https://www.drupal.org/user/201451"
4106                 }
4107             ],
4108             "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
4109             "homepage": "https://www.drupal.org/project/htmlawed",
4110             "support": {
4111                 "source": "http://cgit.drupalcode.org/htmlawed"
4112             }
4113         },
4114         {
4115             "name": "drupal/http2_server_push",
4116             "version": "1.0.0",
4117             "source": {
4118                 "type": "git",
4119                 "url": "https://git.drupal.org/project/http2_server_push",
4120                 "reference": "8.x-1.0"
4121             },
4122             "dist": {
4123                 "type": "zip",
4124                 "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
4125                 "reference": "8.x-1.0",
4126                 "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
4127             },
4128             "require": {
4129                 "drupal/core": "~8.0"
4130             },
4131             "type": "drupal-module",
4132             "extra": {
4133                 "branch-alias": {
4134                     "dev-1.x": "1.x-dev"
4135                 },
4136                 "drupal": {
4137                     "version": "8.x-1.0",
4138                     "datestamp": "1489057084"
4139                 }
4140             },
4141             "notification-url": "https://packages.drupal.org/8/downloads",
4142             "license": [
4143                 "GPL-2.0+"
4144             ],
4145             "authors": [
4146                 {
4147                     "name": "Wim Leers",
4148                     "homepage": "https://www.drupal.org/user/99777"
4149                 }
4150             ],
4151             "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
4152             "homepage": "https://www.drupal.org/project/http2_server_push",
4153             "support": {
4154                 "source": "http://cgit.drupalcode.org/http2_server_push"
4155             }
4156         },
4157         {
4158             "name": "drupal/image_widget_crop",
4159             "version": "2.1.0",
4160             "source": {
4161                 "type": "git",
4162                 "url": "https://git.drupal.org/project/image_widget_crop",
4163                 "reference": "8.x-2.1"
4164             },
4165             "dist": {
4166                 "type": "zip",
4167                 "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.1.zip",
4168                 "reference": "8.x-2.1",
4169                 "shasum": "76bda9a8c8d3149149bb7812e48e9f14e9ce1ffb"
4170             },
4171             "require": {
4172                 "drupal/core": "*",
4173                 "drupal/crop": "1.0 - 2.0"
4174             },
4175             "require-dev": {
4176                 "drupal/crop": "*",
4177                 "drupal/ctools": "3.x-dev",
4178                 "drupal/entity_browser": "1.x-dev",
4179                 "drupal/file_entity": "*",
4180                 "drupal/inline_entity_form": "*",
4181                 "drupal/media": "*"
4182             },
4183             "type": "drupal-module",
4184             "extra": {
4185                 "branch-alias": {
4186                     "dev-2.x": "2.x-dev"
4187                 },
4188                 "drupal": {
4189                     "version": "8.x-2.1",
4190                     "datestamp": "1510136887",
4191                     "security-coverage": {
4192                         "status": "covered",
4193                         "message": "Covered by Drupal's security advisory policy"
4194                     }
4195                 }
4196             },
4197             "notification-url": "https://packages.drupal.org/8/downloads",
4198             "license": [
4199                 "GPL-2.0+"
4200             ],
4201             "authors": [
4202                 {
4203                     "name": "Alexandre Mallet",
4204                     "homepage": "https://github.com/woprrr",
4205                     "role": "Maintainer"
4206                 },
4207                 {
4208                     "name": "Drupal media CI",
4209                     "homepage": "https://www.drupal.org/user/3057985"
4210                 },
4211                 {
4212                     "name": "slashrsm",
4213                     "homepage": "https://www.drupal.org/user/744628"
4214                 },
4215                 {
4216                     "name": "woprrr",
4217                     "homepage": "https://www.drupal.org/user/858604"
4218                 }
4219             ],
4220             "description": "Provides an interface for using the features of the Crop API.",
4221             "homepage": "https://www.drupal.org/project/image_widget_crop",
4222             "keywords": [
4223                 "Crop",
4224                 "Drupal",
4225                 "Drupal Media"
4226             ],
4227             "support": {
4228                 "source": "https://www.drupal.org/project/image_widget_crop",
4229                 "issues": "https://www.drupal.org/project/issues/image_widget_crop",
4230                 "irc": "irc://irc.freenode.org/drupal-contribute"
4231             }
4232         },
4233         {
4234             "name": "drupal/imagemagick",
4235             "version": "1.0.0-alpha6",
4236             "source": {
4237                 "type": "git",
4238                 "url": "https://git.drupal.org/project/imagemagick",
4239                 "reference": "8.x-1.0-alpha6"
4240             },
4241             "dist": {
4242                 "type": "zip",
4243                 "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-1.0-alpha6.zip",
4244                 "reference": "8.x-1.0-alpha6",
4245                 "shasum": "9631b407762076b2f5d9bf3b50b40c28976ddbb7"
4246             },
4247             "require": {
4248                 "drupal/core": "^8.1.0"
4249             },
4250             "type": "drupal-module",
4251             "extra": {
4252                 "branch-alias": {
4253                     "dev-1.x": "1.x-dev"
4254                 },
4255                 "drupal": {
4256                     "version": "8.x-1.0-alpha6",
4257                     "datestamp": "1488787683"
4258                 }
4259             },
4260             "notification-url": "https://packages.drupal.org/8/downloads",
4261             "license": [
4262                 "GPL-2.0+"
4263             ],
4264             "authors": [
4265                 {
4266                     "name": "chx",
4267                     "homepage": "https://www.drupal.org/user/9446"
4268                 },
4269                 {
4270                     "name": "claudiu.cristea",
4271                     "homepage": "https://www.drupal.org/user/56348"
4272                 },
4273                 {
4274                     "name": "dman",
4275                     "homepage": "https://www.drupal.org/user/33240"
4276                 },
4277                 {
4278                     "name": "dopry",
4279                     "homepage": "https://www.drupal.org/user/22202"
4280                 },
4281                 {
4282                     "name": "drewish",
4283                     "homepage": "https://www.drupal.org/user/34869"
4284                 },
4285                 {
4286                     "name": "gdl",
4287                     "homepage": "https://www.drupal.org/user/507326"
4288                 },
4289                 {
4290                     "name": "mondrake",
4291                     "homepage": "https://www.drupal.org/user/1307444"
4292                 },
4293                 {
4294                     "name": "quicksketch",
4295                     "homepage": "https://www.drupal.org/user/35821"
4296                 },
4297                 {
4298                     "name": "sun",
4299                     "homepage": "https://www.drupal.org/user/54136"
4300                 },
4301                 {
4302                     "name": "walkah",
4303                     "homepage": "https://www.drupal.org/user/1531"
4304                 }
4305             ],
4306             "description": "Provides ImageMagick integration.",
4307             "homepage": "https://www.drupal.org/project/imagemagick",
4308             "support": {
4309                 "source": "http://cgit.drupalcode.org/imagemagick"
4310             }
4311         },
4312         {
4313             "name": "drupal/inline_entity_form",
4314             "version": "1.0.0-beta1",
4315             "source": {
4316                 "type": "git",
4317                 "url": "https://git.drupal.org/project/inline_entity_form",
4318                 "reference": "8.x-1.0-beta1"
4319             },
4320             "dist": {
4321                 "type": "zip",
4322                 "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip",
4323                 "reference": "8.x-1.0-beta1",
4324                 "shasum": "185ffc28a7b68d19cce057855d1c111f1741a3ea"
4325             },
4326             "require": {
4327                 "drupal/core": "~8.0"
4328             },
4329             "require-dev": {
4330                 "drupal/entity_reference_revisions": "*"
4331             },
4332             "type": "drupal-module",
4333             "extra": {
4334                 "branch-alias": {
4335                     "dev-1.x": "1.x-dev"
4336                 },
4337                 "drupal": {
4338                     "version": "8.x-1.0-beta1",
4339                     "datestamp": "1477868343"
4340                 }
4341             },
4342             "notification-url": "https://packages.drupal.org/8/downloads",
4343             "license": [
4344                 "GPL-2.0+"
4345             ],
4346             "authors": [
4347                 {
4348                     "name": "bojanz",
4349                     "homepage": "https://www.drupal.org/user/86106"
4350                 },
4351                 {
4352                     "name": "dawehner",
4353                     "homepage": "https://www.drupal.org/user/99340"
4354                 },
4355                 {
4356                     "name": "rszrama",
4357                     "homepage": "https://www.drupal.org/user/49344"
4358                 },
4359                 {
4360                     "name": "slashrsm",
4361                     "homepage": "https://www.drupal.org/user/744628"
4362                 },
4363                 {
4364                     "name": "webflo",
4365                     "homepage": "https://www.drupal.org/user/254778"
4366                 }
4367             ],
4368             "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4369             "homepage": "https://www.drupal.org/project/inline_entity_form",
4370             "support": {
4371                 "source": "http://cgit.drupalcode.org/inline_entity_form"
4372             }
4373         },
4374         {
4375             "name": "drupal/layout_plugin",
4376             "version": "1.0.0-alpha23",
4377             "source": {
4378                 "type": "git",
4379                 "url": "https://git.drupal.org/project/layout_plugin",
4380                 "reference": "8.x-1.0-alpha23"
4381             },
4382             "dist": {
4383                 "type": "zip",
4384                 "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
4385                 "reference": "8.x-1.0-alpha23",
4386                 "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
4387             },
4388             "require": {
4389                 "drupal/core": "~8.0"
4390             },
4391             "type": "drupal-module",
4392             "extra": {
4393                 "branch-alias": {
4394                     "dev-1.x": "1.x-dev"
4395                 },
4396                 "drupal": {
4397                     "version": "8.x-1.0-alpha23",
4398                     "datestamp": "1476269960"
4399                 }
4400             },
4401             "notification-url": "https://packages.drupal.org/8/downloads",
4402             "license": [
4403                 "GPL-2.0+"
4404             ],
4405             "authors": [
4406                 {
4407                     "name": "David Snopek",
4408                     "homepage": "https://www.drupal.org/user/172527"
4409                 },
4410                 {
4411                     "name": "Bram Goffings",
4412                     "homepage": "https://www.drupal.org/user/266527"
4413                 },
4414                 {
4415                     "name": "Fredrik Lassen",
4416                     "homepage": "https://www.drupal.org/user/243377"
4417                 }
4418             ],
4419             "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
4420             "homepage": "https://www.drupal.org/project/layout_plugin",
4421             "keywords": [
4422                 "layout",
4423                 "php"
4424             ],
4425             "support": {
4426                 "source": "http://cgit.drupalcode.org/layout_plugin"
4427             }
4428         },
4429         {
4430             "name": "drupal/layouter",
4431             "version": "1.0.0",
4432             "source": {
4433                 "type": "git",
4434                 "url": "https://git.drupal.org/project/layouter",
4435                 "reference": "8.x-1.0"
4436             },
4437             "dist": {
4438                 "type": "zip",
4439                 "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
4440                 "reference": "8.x-1.0",
4441                 "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
4442             },
4443             "require": {
4444                 "drupal/core": "*"
4445             },
4446             "type": "drupal-module",
4447             "extra": {
4448                 "branch-alias": {
4449                     "dev-1.x": "1.x-dev"
4450                 },
4451                 "drupal": {
4452                     "version": "8.x-1.0",
4453                     "datestamp": "1470121439"
4454                 }
4455             },
4456             "notification-url": "https://packages.drupal.org/8/downloads",
4457             "license": [
4458                 "GPL 2.0+"
4459             ],
4460             "authors": [
4461                 {
4462                     "name": "adci_contributor",
4463                     "homepage": "https://www.drupal.org/user/1830536"
4464                 },
4465                 {
4466                     "name": "adcillc",
4467                     "homepage": "https://www.drupal.org/user/366450"
4468                 },
4469                 {
4470                     "name": "antongp",
4471                     "homepage": "https://www.drupal.org/user/1060446"
4472                 },
4473                 {
4474                     "name": "kinosura",
4475                     "homepage": "https://www.drupal.org/user/383326"
4476                 },
4477                 {
4478                     "name": "usdv",
4479                     "homepage": "https://www.drupal.org/user/2476206"
4480                 }
4481             ],
4482             "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
4483             "homepage": "https://www.drupal.org/project/layouter",
4484             "support": {
4485                 "source": "http://cgit.drupalcode.org/layouter"
4486             }
4487         },
4488         {
4489             "name": "drupal/libraries",
4490             "version": "dev-3.x",
4491             "source": {
4492                 "type": "git",
4493                 "url": "https://git.drupal.org/project/libraries",
4494                 "reference": "061ead081c92a6209b09eaf23b4e3103f360946e"
4495             },
4496             "require": {
4497                 "drupal/core": "~8.0"
4498             },
4499             "type": "drupal-module",
4500             "extra": {
4501                 "branch-alias": {
4502                     "dev-3.x": "3.x-dev"
4503                 },
4504                 "drupal": {
4505                     "version": "8.x-3.x-dev",
4506                     "datestamp": "1487978583"
4507                 }
4508             },
4509             "notification-url": "https://packages.drupal.org/8/downloads",
4510             "license": [
4511                 "GPL-2.0+"
4512             ],
4513             "authors": [
4514                 {
4515                     "name": "Pol",
4516                     "homepage": "https://www.drupal.org/user/47194"
4517                 },
4518                 {
4519                     "name": "rjacobs",
4520                     "homepage": "https://www.drupal.org/user/422459"
4521                 },
4522                 {
4523                     "name": "sun",
4524                     "homepage": "https://www.drupal.org/user/54136"
4525                 },
4526                 {
4527                     "name": "tstoeckler",
4528                     "homepage": "https://www.drupal.org/user/107158"
4529                 }
4530             ],
4531             "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
4532             "homepage": "http://drupal.org/project/libraries",
4533             "support": {
4534                 "source": "http://cgit.drupalcode.org/libraries",
4535                 "issues": "http://drupal.org/project/issues/libraries",
4536                 "irc": "irc://irc.freenode.org/drupal-contribute"
4537             }
4538         },
4539         {
4540             "name": "drupal/linkchecker",
4541             "version": "dev-1.x",
4542             "source": {
4543                 "type": "git",
4544                 "url": "https://git.drupal.org/project/linkchecker",
4545                 "reference": "780fc89bd85fb1fad955d7993a6a4e03ef9a7882"
4546             },
4547             "require": {
4548                 "drupal/core": "~8.0"
4549             },
4550             "type": "drupal-module",
4551             "extra": {
4552                 "branch-alias": {
4553                     "dev-1.x": "1.x-dev"
4554                 },
4555                 "drupal": {
4556                     "version": "8.x-1.x-dev",
4557                     "datestamp": "1520629084",
4558                     "security-coverage": {
4559                         "status": "not-covered",
4560                         "message": "Dev releases are not covered by Drupal security advisories."
4561                     }
4562                 },
4563                 "drush": {
4564                     "services": {
4565                         "drush.services.yml": "^9"
4566                     }
4567                 }
4568             },
4569             "notification-url": "https://packages.drupal.org/8/downloads",
4570             "license": [
4571                 "GPL-2.0+"
4572             ],
4573             "authors": [
4574                 {
4575                     "name": "hass",
4576                     "homepage": "https://www.drupal.org/u/hass"
4577                 },
4578                 {
4579                     "name": "See other contributors",
4580                     "homepage": "https://www.drupal.org/node/243795/committers"
4581                 }
4582             ],
4583             "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
4584             "homepage": "https://www.drupal.org/project/linkchecker",
4585             "support": {
4586                 "source": "http://git.drupal.org/project/linkchecker.git",
4587                 "issues": "https://www.drupal.org/project/issues/linkchecker"
4588             },
4589             "time": "2018-05-09T22:30:43+00:00"
4590         },
4591         {
4592             "name": "drupal/linkit",
4593             "version": "4.3.0",
4594             "source": {
4595                 "type": "git",
4596                 "url": "https://git.drupal.org/project/linkit",
4597                 "reference": "8.x-4.3"
4598             },
4599             "dist": {
4600                 "type": "zip",
4601                 "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
4602                 "reference": "8.x-4.3",
4603                 "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
4604             },
4605             "require": {
4606                 "drupal/core": "~8.0"
4607             },
4608             "type": "drupal-module",
4609             "extra": {
4610                 "branch-alias": {
4611                     "dev-4.x": "4.x-dev"
4612                 },
4613                 "drupal": {
4614                     "version": "8.x-4.3",
4615                     "datestamp": "1490205830"
4616                 }
4617             },
4618             "notification-url": "https://packages.drupal.org/8/downloads",
4619             "license": [
4620                 "GPL-2.0+"
4621             ],
4622             "authors": [
4623                 {
4624                     "name": "Emil Stjerneman",
4625                     "homepage": "https://stjerneman.com",
4626                     "email": "emil@stjerneman.com",
4627                     "role": "Maintainer"
4628                 }
4629             ],
4630             "description": "Linkit - Enriched linking experience",
4631             "homepage": "http://drupal.org/project/linkit",
4632             "support": {
4633                 "source": "http://cgit.drupalcode.org/linkit",
4634                 "issues": "http://drupal.org/project/linkit"
4635             }
4636         },
4637         {
4638             "name": "drupal/livereload",
4639             "version": "dev-1.x",
4640             "source": {
4641                 "type": "git",
4642                 "url": "https://git.drupal.org/project/livereload",
4643                 "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
4644             },
4645             "require": {
4646                 "drupal/core": "~8.0"
4647             },
4648             "type": "drupal-module",
4649             "extra": {
4650                 "branch-alias": {
4651                     "dev-1.x": "1.x-dev"
4652                 },
4653                 "drupal": {
4654                     "version": "8.x-1.x-dev",
4655                     "datestamp": "1474009739"
4656                 }
4657             },
4658             "notification-url": "https://packages.drupal.org/8/downloads",
4659             "license": [
4660                 "GPL-2.0+"
4661             ],
4662             "authors": [
4663                 {
4664                     "name": "Hydra",
4665                     "homepage": "https://www.drupal.org/user/647364"
4666                 },
4667                 {
4668                     "name": "tim.plunkett",
4669                     "homepage": "https://www.drupal.org/user/241634"
4670                 }
4671             ],
4672             "description": "Enables and enhances use of LiveReload during development.",
4673             "homepage": "https://www.drupal.org/project/livereload",
4674             "support": {
4675                 "source": "http://cgit.drupalcode.org/livereload"
4676             }
4677         },
4678         {
4679             "name": "drupal/media",
4680             "version": "dev-1.x",
4681             "source": {
4682                 "type": "git",
4683                 "url": "https://git.drupal.org/project/media",
4684                 "reference": "b9d72f21ea20c583ec4b83081720eba65670a8da"
4685             },
4686             "require": {
4687                 "drupal/core": "*",
4688                 "drupal/dropzonejs_eb_widget": "*",
4689                 "drupal/entity_browser": "*",
4690                 "drupal/entity_browser_entity_form": "*",
4691                 "drupal/entity_embed": "*",
4692                 "drupal/image_widget_crop": "*",
4693                 "drupal/inline_entity_form": "*",
4694                 "drupal/media_entity": "*",
4695                 "drupal/media_entity_document": "*",
4696                 "drupal/media_entity_image": "*",
4697                 "drupal/media_entity_instagram": "*",
4698                 "drupal/media_entity_slideshow": "*",
4699                 "drupal/media_entity_twitter": "*",
4700                 "drupal/slick_media": "*",
4701                 "drupal/video_embed_field": "*",
4702                 "drupal/video_embed_media": "*"
4703             },
4704             "require-dev": {
4705                 "drupal/dropzonejs_eb_widget": "*",
4706                 "drupal/entity_browser": "*",
4707                 "drupal/entity_browser_entity_form": "*",
4708                 "drupal/entity_embed": "*",
4709                 "drupal/image_widget_crop": "*",
4710                 "drupal/inline_entity_form": "*",
4711                 "drupal/media_entity": "*",
4712                 "drupal/media_entity_document": "*",
4713                 "drupal/media_entity_image": "*",
4714                 "drupal/media_entity_instagram": "*",
4715                 "drupal/media_entity_slideshow": "*",
4716                 "drupal/media_entity_twitter": "*",
4717                 "drupal/slick_media": "*",
4718                 "drupal/video_embed_field": "*",
4719                 "drupal/video_embed_media": "*"
4720             },
4721             "type": "drupal-module",
4722             "extra": {
4723                 "branch-alias": {
4724                     "dev-1.x": "1.x-dev"
4725                 },
4726                 "drupal": {
4727                     "version": "8.x-1.x-dev",
4728                     "datestamp": "1476811139"
4729                 }
4730             },
4731             "notification-url": "https://packages.drupal.org/8/downloads",
4732             "license": [
4733                 "GPL-2.0+"
4734             ],
4735             "authors": [
4736                 {
4737                     "name": "Dave Reid",
4738                     "homepage": "https://www.drupal.org/user/53892"
4739                 },
4740                 {
4741                     "name": "David_Rothstein",
4742                     "homepage": "https://www.drupal.org/user/124982"
4743                 },
4744                 {
4745                     "name": "Devin Carlson",
4746                     "homepage": "https://www.drupal.org/user/290182"
4747                 },
4748                 {
4749                     "name": "Drupal Media Team",
4750                     "homepage": "https://www.drupal.org/user/3260690"
4751                 },
4752                 {
4753                     "name": "ParisLiakos",
4754                     "homepage": "https://www.drupal.org/user/1011436"
4755                 },
4756                 {
4757                     "name": "arthurf",
4758                     "homepage": "https://www.drupal.org/user/27259"
4759                 },
4760                 {
4761                     "name": "becw",
4762                     "homepage": "https://www.drupal.org/user/81067"
4763                 },
4764                 {
4765                     "name": "effulgentsia",
4766                     "homepage": "https://www.drupal.org/user/78040"
4767                 },
4768                 {
4769                     "name": "joseph.olstad",
4770                     "homepage": "https://www.drupal.org/user/1321830"
4771                 },
4772                 {
4773                     "name": "ksenzee",
4774                     "homepage": "https://www.drupal.org/user/139855"
4775                 },
4776                 {
4777                     "name": "paul.lovvik",
4778                     "homepage": "https://www.drupal.org/user/289213"
4779                 },
4780                 {
4781                     "name": "robeano",
4782                     "homepage": "https://www.drupal.org/user/67660"
4783                 },
4784                 {
4785                     "name": "slashrsm",
4786                     "homepage": "https://www.drupal.org/user/744628"
4787                 }
4788             ],
4789             "description": "Media module for Drupal",
4790             "homepage": "https://github.com/drupal-media/media/",
4791             "support": {
4792                 "source": "http://cgit.drupalcode.org/media",
4793                 "irc": "irc://irc.freenode.org/drupal-contribute"
4794             }
4795         },
4796         {
4797             "name": "drupal/media_entity",
4798             "version": "1.7.0",
4799             "source": {
4800                 "type": "git",
4801                 "url": "https://git.drupal.org/project/media_entity",
4802                 "reference": "8.x-1.7"
4803             },
4804             "dist": {
4805                 "type": "zip",
4806                 "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.7.zip",
4807                 "reference": "8.x-1.7",
4808                 "shasum": "5f7ccdf1db07732f3c94e642e60d88746e73cc86"
4809             },
4810             "require": {
4811                 "drupal/core": "*",
4812                 "drupal/entity": "*"
4813             },
4814             "require-dev": {
4815                 "drupal/entity": "*",
4816                 "drupal/inline_entity_form": "*"
4817             },
4818             "type": "drupal-module",
4819             "extra": {
4820                 "branch-alias": {
4821                     "dev-1.x": "1.x-dev"
4822                 },
4823                 "drupal": {
4824                     "version": "8.x-1.7",
4825                     "datestamp": "1510737185",
4826                     "security-coverage": {
4827                         "status": "covered",
4828                         "message": "Covered by Drupal's security advisory policy"
4829                     }
4830                 }
4831             },
4832             "notification-url": "https://packages.drupal.org/8/downloads",
4833             "license": [
4834                 "GPL-2.0-or-later"
4835             ],
4836             "authors": [
4837                 {
4838                     "name": "Berdir",
4839                     "homepage": "https://www.drupal.org/user/214652"
4840                 },
4841                 {
4842                     "name": "Dave Reid",
4843                     "homepage": "https://www.drupal.org/user/53892"
4844                 },
4845                 {
4846                     "name": "Drupal Media Team",
4847                     "homepage": "https://www.drupal.org/user/3260690"
4848                 },
4849                 {
4850                     "name": "Drupal media CI",
4851                     "homepage": "https://www.drupal.org/user/3057985"
4852                 },
4853                 {
4854                     "name": "Primsi",
4855                     "homepage": "https://www.drupal.org/user/282629"
4856                 },
4857                 {
4858                     "name": "boztek",
4859                     "homepage": "https://www.drupal.org/user/134410"
4860                 },
4861                 {
4862                     "name": "chr.fritsch",
4863                     "homepage": "https://www.drupal.org/user/2103716"
4864                 },
4865                 {
4866                     "name": "jcisio",
4867                     "homepage": "https://www.drupal.org/user/210762"
4868                 },
4869                 {
4870                     "name": "katzilla",
4871                     "homepage": "https://www.drupal.org/user/260398"
4872                 },
4873                 {
4874                     "name": "marcoscano",
4875                     "homepage": "https://www.drupal.org/user/1288796"
4876                 },
4877                 {
4878                     "name": "phenaproxima",
4879                     "homepage": "https://www.drupal.org/user/205645"
4880                 },
4881                 {
4882                     "name": "seanB",
4883                     "homepage": "https://www.drupal.org/user/545912"
4884                 },
4885                 {
4886                     "name": "slashrsm",
4887                     "homepage": "https://www.drupal.org/user/744628"
4888                 }
4889             ],
4890             "description": "Media entity API.",
4891             "homepage": "https://www.drupal.org/project/media_entity",
4892             "support": {
4893                 "source": "http://cgit.drupalcode.org/media_entity"
4894             }
4895         },
4896         {
4897             "name": "drupal/media_entity_document",
4898             "version": "1.1.0",
4899             "source": {
4900                 "type": "git",
4901                 "url": "https://git.drupal.org/project/media_entity_document",
4902                 "reference": "8.x-1.1"
4903             },
4904             "dist": {
4905                 "type": "zip",
4906                 "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.1.zip",
4907                 "reference": "8.x-1.1",
4908                 "shasum": "88a45820cf0aeb5f8a3ade3338007771191508e4"
4909             },
4910             "require": {
4911                 "drupal/core": "~8.1",
4912                 "drupal/media_entity": "~1.0 || ~8.1.0"
4913             },
4914             "type": "drupal-module",
4915             "extra": {
4916                 "branch-alias": {
4917                     "dev-1.x": "1.x-dev"
4918                 },
4919                 "drupal": {
4920                     "version": "8.x-1.1",
4921                     "datestamp": "1470211995"
4922                 }
4923             },
4924             "notification-url": "https://packages.drupal.org/8/downloads",
4925             "license": [
4926                 "GPL-2.0+"
4927             ],
4928             "authors": [
4929                 {
4930                     "name": "NerOcrO",
4931                     "homepage": "https://www.drupal.org/user/1728164",
4932                     "role": "Maintainer"
4933                 }
4934             ],
4935             "description": "Local documents integration for Drupal Media entity.",
4936             "homepage": "https://www.drupal.org/project/media_entity_document",
4937             "keywords": [
4938                 "Drupal",
4939                 "document",
4940                 "media"
4941             ],
4942             "support": {
4943                 "source": "https://www.drupal.org/project/media_entity_document",
4944                 "issues": "https://www.drupal.org/project/issues/media_entity_document"
4945             }
4946         },
4947         {
4948             "name": "drupal/media_entity_image",
4949             "version": "1.3.0",
4950             "source": {
4951                 "type": "git",
4952                 "url": "https://git.drupal.org/project/media_entity_image",
4953                 "reference": "8.x-1.3"
4954             },
4955             "dist": {
4956                 "type": "zip",
4957                 "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.3.zip",
4958                 "reference": "8.x-1.3",
4959                 "shasum": "53e21655e49e38fbd3fe696c4132460491879280"
4960             },
4961             "require": {
4962                 "drupal/core": "~8.1",
4963                 "drupal/media_entity": "~1.0 || ~8.1.0 || ~2.0"
4964             },
4965             "require-dev": {
4966                 "drupal/entity_browser": "*"
4967             },
4968             "type": "drupal-module",
4969             "extra": {
4970                 "branch-alias": {
4971                     "dev-1.x": "1.x-dev"
4972                 },
4973                 "drupal": {
4974                     "version": "8.x-1.3",
4975                     "datestamp": "1525218780",
4976                     "security-coverage": {
4977                         "status": "covered",
4978                         "message": "Covered by Drupal's security advisory policy"
4979                     }
4980                 }
4981             },
4982             "notification-url": "https://packages.drupal.org/8/downloads",
4983             "license": [
4984                 "GPL-2.0+"
4985             ],
4986             "authors": [
4987                 {
4988                     "name": "Drupal Media Team",
4989                     "homepage": "https://www.drupal.org/user/3260690"
4990                 },
4991                 {
4992                     "name": "Primsi",
4993                     "homepage": "https://www.drupal.org/user/282629"
4994                 },
4995                 {
4996                     "name": "marcoscano",
4997                     "homepage": "https://www.drupal.org/user/1288796"
4998                 },
4999                 {
5000                     "name": "phenaproxima",
5001                     "homepage": "https://www.drupal.org/user/205645"
5002                 },
5003                 {
5004                     "name": "slashrsm",
5005                     "homepage": "https://www.drupal.org/user/744628"
5006                 }
5007             ],
5008             "description": "Local images integration for Drupal Media entity.",
5009             "homepage": "https://www.drupal.org/project/media_entity_image",
5010             "keywords": [
5011                 "Drupal",
5012                 "image",
5013                 "media"
5014             ],
5015             "support": {
5016                 "source": "https://www.drupal.org/project/media_entity_image",
5017                 "issues": "https://www.drupal.org/project/issues/media_entity_image"
5018             }
5019         },
5020         {
5021             "name": "drupal/media_entity_instagram",
5022             "version": "1.4.0",
5023             "source": {
5024                 "type": "git",
5025                 "url": "https://git.drupal.org/project/media_entity_instagram",
5026                 "reference": "8.x-1.4"
5027             },
5028             "dist": {
5029                 "type": "zip",
5030                 "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-1.4.zip",
5031                 "reference": "8.x-1.4",
5032                 "shasum": "2b69b90417f3c458b4db3ba890813c313d381f0e"
5033             },
5034             "require": {
5035                 "drupal/core": "~8.0",
5036                 "drupal/media_entity": "*"
5037             },
5038             "type": "drupal-module",
5039             "extra": {
5040                 "branch-alias": {
5041                     "dev-1.x": "1.x-dev"
5042                 },
5043                 "drupal": {
5044                     "version": "8.x-1.4",
5045                     "datestamp": "1495556283"
5046                 }
5047             },
5048             "notification-url": "https://packages.drupal.org/8/downloads",
5049             "license": [
5050                 "GPL-2.0+"
5051             ],
5052             "authors": [
5053                 {
5054                     "name": "Drupal Media Team",
5055                     "homepage": "https://www.drupal.org/user/3260690"
5056                 },
5057                 {
5058                     "name": "Primsi",
5059                     "homepage": "https://www.drupal.org/user/282629"
5060                 },
5061                 {
5062                     "name": "chr.fritsch",
5063                     "homepage": "https://www.drupal.org/user/2103716"
5064                 },
5065                 {
5066                     "name": "designesse",
5067                     "homepage": "https://www.drupal.org/user/854012"
5068                 },
5069                 {
5070                     "name": "slashrsm",
5071                     "homepage": "https://www.drupal.org/user/744628"
5072                 }
5073             ],
5074             "description": "Media entity Instagram provider.",
5075             "homepage": "https://www.drupal.org/project/media_entity_instagram",
5076             "support": {
5077                 "source": "http://cgit.drupalcode.org/media_entity_instagram"
5078             }
5079         },
5080         {
5081             "name": "drupal/media_entity_slideshow",
5082             "version": "1.2.0",
5083             "source": {
5084                 "type": "git",
5085                 "url": "https://git.drupal.org/project/media_entity_slideshow",
5086                 "reference": "8.x-1.2"
5087             },
5088             "dist": {
5089                 "type": "zip",
5090                 "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-1.2.zip",
5091                 "reference": "8.x-1.2",
5092                 "shasum": "c9d49eb6be7de0ea8e500554b89842842287cd1f"
5093             },
5094             "require": {
5095                 "drupal/core": "~8.0",
5096                 "drupal/media_entity": "*"
5097             },
5098             "type": "drupal-module",
5099             "extra": {
5100                 "branch-alias": {
5101                     "dev-1.x": "1.x-dev"
5102                 },
5103                 "drupal": {
5104                     "version": "8.x-1.2",
5105                     "datestamp": "1470687839"
5106                 }
5107             },
5108             "notification-url": "https://packages.drupal.org/8/downloads",
5109             "license": [
5110                 "GPL-2.0+"
5111             ],
5112             "authors": [
5113                 {
5114                     "name": "Drupal Media Team",
5115                     "homepage": "https://www.drupal.org/user/3260690"
5116                 },
5117                 {
5118                     "name": "slashrsm",
5119                     "homepage": "https://www.drupal.org/user/744628"
5120                 }
5121             ],
5122             "description": "Media entity slideshow provider.",
5123             "homepage": "https://www.drupal.org/project/media_entity_slideshow",
5124             "support": {
5125                 "source": "http://cgit.drupalcode.org/media_entity_slideshow"
5126             }
5127         },
5128         {
5129             "name": "drupal/media_entity_twitter",
5130             "version": "1.3.0",
5131             "source": {
5132                 "type": "git",
5133                 "url": "https://git.drupal.org/project/media_entity_twitter",
5134                 "reference": "8.x-1.3"
5135             },
5136             "dist": {
5137                 "type": "zip",
5138                 "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-1.3.zip",
5139                 "reference": "8.x-1.3",
5140                 "shasum": "280406ba63e2c00befa9bb1434ad2d4d3113b239"
5141             },
5142             "require": {
5143                 "drupal/core": "~8.0",
5144                 "drupal/media_entity": "*",
5145                 "j7mbo/twitter-api-php": "~1.0"
5146             },
5147             "type": "drupal-module",
5148             "extra": {
5149                 "branch-alias": {
5150                     "dev-1.x": "1.x-dev"
5151                 },
5152                 "drupal": {
5153                     "version": "8.x-1.3",
5154                     "datestamp": "1478549339"
5155                 }
5156             },
5157             "notification-url": "https://packages.drupal.org/8/downloads",
5158             "license": [
5159                 "GPL-2.0+"
5160             ],
5161             "authors": [
5162                 {
5163                     "name": "Drupal Media Team",
5164                     "homepage": "https://www.drupal.org/user/3260690"
5165                 },
5166                 {
5167                     "name": "Primsi",
5168                     "homepage": "https://www.drupal.org/user/282629"
5169                 },
5170                 {
5171                     "name": "slashrsm",
5172                     "homepage": "https://www.drupal.org/user/744628"
5173                 }
5174             ],
5175             "description": "Media entity Twitter provider.",
5176             "homepage": "https://www.drupal.org/project/media_entity_twitter",
5177             "support": {
5178                 "source": "http://cgit.drupalcode.org/media_entity_twitter"
5179             }
5180         },
5181         {
5182             "name": "drupal/memcache",
5183             "version": "2.0.0-alpha5",
5184             "source": {
5185                 "type": "git",
5186                 "url": "https://git.drupal.org/project/memcache",
5187                 "reference": "8.x-2.0-alpha5"
5188             },
5189             "dist": {
5190                 "type": "zip",
5191                 "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha5.zip",
5192                 "reference": "8.x-2.0-alpha5",
5193                 "shasum": "4210217dd4040a5687831da82884f7bcad155c66"
5194             },
5195             "require": {
5196                 "drupal/core": "~8.0"
5197             },
5198             "type": "drupal-module",
5199             "extra": {
5200                 "branch-alias": {
5201                     "dev-2.x": "2.x-dev"
5202                 },
5203                 "drupal": {
5204                     "version": "8.x-2.0-alpha5",
5205                     "datestamp": "1508351413",
5206                     "security-coverage": {
5207                         "status": "not-covered",
5208                         "message": "Alpha releases are not covered by Drupal security advisories."
5209                     }
5210                 }
5211             },
5212             "notification-url": "https://packages.drupal.org/8/downloads",
5213             "license": [
5214                 "GPL-2.0+"
5215             ],
5216             "authors": [
5217                 {
5218                     "name": "Jeremy",
5219                     "homepage": "https://www.drupal.org/user/409"
5220                 },
5221                 {
5222                     "name": "catch",
5223                     "homepage": "https://www.drupal.org/user/35733"
5224                 },
5225                 {
5226                     "name": "damiankloip",
5227                     "homepage": "https://www.drupal.org/user/1037976"
5228                 },
5229                 {
5230                     "name": "jvandyk",
5231                     "homepage": "https://www.drupal.org/user/2375"
5232                 },
5233                 {
5234                     "name": "robertDouglass",
5235                     "homepage": "https://www.drupal.org/user/5449"
5236                 }
5237             ],
5238             "description": "High performance integration with memcache.",
5239             "homepage": "http://drupal.org/project/memcache",
5240             "support": {
5241                 "source": "http://cgit.drupalcode.org/memcache",
5242                 "issues": "https://www.drupal.org/project/issues/memcache"
5243             }
5244         },
5245         {
5246             "name": "drupal/metatag",
5247             "version": "1.5.0",
5248             "source": {
5249                 "type": "git",
5250                 "url": "https://git.drupal.org/project/metatag",
5251                 "reference": "8.x-1.5"
5252             },
5253             "dist": {
5254                 "type": "zip",
5255                 "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.5.zip",
5256                 "reference": "8.x-1.5",
5257                 "shasum": "48f1c2a4e93ef1af1eb4b5b6cc6321e951fd1002"
5258             },
5259             "require": {
5260                 "drupal/core": "*",
5261                 "drupal/token": "^1.0"
5262             },
5263             "require-dev": {
5264                 "drupal/devel": "^1.0",
5265                 "drupal/metatag_dc": "*",
5266                 "drupal/metatag_open_graph": "*",
5267                 "drupal/redirect": "^1.0",
5268                 "drupal/restui": "^1.0"
5269             },
5270             "type": "drupal-module",
5271             "extra": {
5272                 "branch-alias": {
5273                     "dev-1.x": "1.x-dev"
5274                 },
5275                 "drupal": {
5276                     "version": "8.x-1.5",
5277                     "datestamp": "1522344484",
5278                     "security-coverage": {
5279                         "status": "covered",
5280                         "message": "Covered by Drupal's security advisory policy"
5281                     }
5282                 }
5283             },
5284             "notification-url": "https://packages.drupal.org/8/downloads",
5285             "license": [
5286                 "GPL-2.0+"
5287             ],
5288             "authors": [
5289                 {
5290                     "name": "See contributors",
5291                     "homepage": "https://www.drupal.org/node/640498/committers",
5292                     "role": "Developer"
5293                 },
5294                 {
5295                     "name": "Dave Reid",
5296                     "homepage": "https://www.drupal.org/user/53892"
5297                 }
5298             ],
5299             "description": "Manage meta tags for all entities.",
5300             "homepage": "https://www.drupal.org/project/metatag",
5301             "keywords": [
5302                 "Drupal",
5303                 "seo"
5304             ],
5305             "support": {
5306                 "source": "http://cgit.drupalcode.org/metatag",
5307                 "issues": "http://drupal.org/project/issues/metatag"
5308             }
5309         },
5310         {
5311             "name": "drupal/migrate_plus",
5312             "version": "4.0.0-beta3",
5313             "source": {
5314                 "type": "git",
5315                 "url": "https://git.drupal.org/project/migrate_plus",
5316                 "reference": "8.x-4.0-beta3"
5317             },
5318             "dist": {
5319                 "type": "zip",
5320                 "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta3.zip",
5321                 "reference": "8.x-4.0-beta3",
5322                 "shasum": "a0da6dc169a0315bf29a8dd0ee2146d18215a56b"
5323             },
5324             "require": {
5325                 "drupal/core": "^8.3"
5326             },
5327             "require-dev": {
5328                 "drupal/migrate_example_advanced_setup": "*",
5329                 "drupal/migrate_example_setup": "*"
5330             },
5331             "suggest": {
5332                 "ext-soap": "*",
5333                 "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
5334             },
5335             "type": "drupal-module",
5336             "extra": {
5337                 "branch-alias": {
5338                     "dev-4.x": "4.x-dev"
5339                 },
5340                 "drupal": {
5341                     "version": "8.x-4.0-beta3",
5342                     "datestamp": "1519400592",
5343                     "security-coverage": {
5344                         "status": "not-covered",
5345                         "message": "Beta releases are not covered by Drupal security advisories."
5346                     }
5347                 }
5348             },
5349             "notification-url": "https://packages.drupal.org/8/downloads",
5350             "license": [
5351                 "GPL-2.0+"
5352             ],
5353             "authors": [
5354                 {
5355                     "name": "Mike Ryan",
5356                     "homepage": "https://www.drupal.org/u/mikeryan",
5357                     "role": "Maintainer"
5358                 },
5359                 {
5360                     "name": "mikeryan",
5361                     "homepage": "https://www.drupal.org/user/4420"
5362                 }
5363             ],
5364             "description": "Enhancements to core migration support.",
5365             "homepage": "https://www.drupal.org/project/migrate_plus",
5366             "support": {
5367                 "source": "https://cgit.drupalcode.org/migrate_plus",
5368                 "issues": "https://www.drupal.org/project/issues/migrate_plus",
5369                 "irc": "irc://irc.freenode.org/drupal-migrate"
5370             }
5371         },
5372         {
5373             "name": "drupal/migrate_tools",
5374             "version": "3.0.0-beta1",
5375             "source": {
5376                 "type": "git",
5377                 "url": "https://git.drupal.org/project/migrate_tools",
5378                 "reference": "8.x-3.0-beta1"
5379             },
5380             "dist": {
5381                 "type": "zip",
5382                 "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-3.0-beta1.zip",
5383                 "reference": "8.x-3.0-beta1",
5384                 "shasum": "1511d1da1444743fa2defa54a17e62264e8ab836"
5385             },
5386             "require": {
5387                 "drupal/core": "^8.2",
5388                 "drupal/migrate_plus": "*"
5389             },
5390             "type": "drupal-module",
5391             "extra": {
5392                 "branch-alias": {
5393                     "dev-3.x": "3.x-dev"
5394                 },
5395                 "drupal": {
5396                     "version": "8.x-3.0-beta1",
5397                     "datestamp": "1476313439"
5398                 }
5399             },
5400             "notification-url": "https://packages.drupal.org/8/downloads",
5401             "license": [
5402                 "GPL-2.0+"
5403             ],
5404             "authors": [
5405                 {
5406                     "name": "mikeryan",
5407                     "homepage": "https://www.drupal.org/user/4420"
5408                 }
5409             ],
5410             "description": "Tools to assist in developing and running migrations.",
5411             "homepage": "https://www.drupal.org/project/migrate_tools",
5412             "support": {
5413                 "source": "http://cgit.drupalcode.org/migrate_tools"
5414             }
5415         },
5416         {
5417             "name": "drupal/migrate_upgrade",
5418             "version": "3.0.0-rc4",
5419             "source": {
5420                 "type": "git",
5421                 "url": "https://git.drupal.org/project/migrate_upgrade",
5422                 "reference": "8.x-3.0-rc4"
5423             },
5424             "dist": {
5425                 "type": "zip",
5426                 "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc4.zip",
5427                 "reference": "8.x-3.0-rc4",
5428                 "shasum": "345d56e98c763e19617d317aaece3cded22670ea"
5429             },
5430             "require": {
5431                 "drupal/core": "*",
5432                 "drupal/migrate_plus": "*"
5433             },
5434             "require-dev": {
5435                 "drupal/coder": "^8"
5436             },
5437             "type": "drupal-module",
5438             "extra": {
5439                 "branch-alias": {
5440                     "dev-3.x": "3.x-dev"
5441                 },
5442                 "drupal": {
5443                     "version": "8.x-3.0-rc4",
5444                     "datestamp": "1519400285",
5445                     "security-coverage": {
5446                         "status": "not-covered",
5447                         "message": "RC releases are not covered by Drupal security advisories."
5448                     }
5449                 }
5450             },
5451             "notification-url": "https://packages.drupal.org/8/downloads",
5452             "license": [
5453                 "GPL-2.0+"
5454             ],
5455             "authors": [
5456                 {
5457                     "name": "abhishek-anand",
5458                     "homepage": "https://www.drupal.org/user/468982"
5459                 },
5460                 {
5461                     "name": "heddn",
5462                     "homepage": "https://www.drupal.org/user/1463982"
5463                 },
5464                 {
5465                     "name": "ksenzee",
5466                     "homepage": "https://www.drupal.org/user/139855"
5467                 },
5468                 {
5469                     "name": "mikeryan",
5470                     "homepage": "https://www.drupal.org/user/4420"
5471                 },
5472                 {
5473                     "name": "ultimike",
5474                     "homepage": "https://www.drupal.org/user/51132"
5475                 },
5476                 {
5477                     "name": "xjm",
5478                     "homepage": "https://www.drupal.org/user/65776"
5479                 }
5480             ],
5481             "description": "Drush support for direct upgrades from older Drupal versions.",
5482             "homepage": "https://www.drupal.org/project/migrate_upgrade",
5483             "support": {
5484                 "source": "http://cgit.drupalcode.org/migrate_upgrade"
5485             }
5486         },
5487         {
5488             "name": "drupal/paragraphs",
5489             "version": "1.2.0",
5490             "source": {
5491                 "type": "git",
5492                 "url": "https://git.drupal.org/project/paragraphs",
5493                 "reference": "8.x-1.2"
5494             },
5495             "dist": {
5496                 "type": "zip",
5497                 "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.2.zip",
5498                 "reference": "8.x-1.2",
5499                 "shasum": "6efc9d4351d4b21a55e7a6428c78495aaca662ef"
5500             },
5501             "require": {
5502                 "drupal/core": "~8",
5503                 "drupal/entity_reference_revisions": "~1.3"
5504             },
5505             "require-dev": {
5506                 "drupal/block_field": "~1.0",
5507                 "drupal/diff": "~1.0",
5508                 "drupal/field_group": "~1.0",
5509                 "drupal/inline_entity_form": "~1.0",
5510                 "drupal/replicate": "~1.0",
5511                 "drupal/search_api": "*",
5512                 "drupal/search_api_db": "*"
5513             },
5514             "type": "drupal-module",
5515             "extra": {
5516                 "branch-alias": {
5517                     "dev-1.x": "1.x-dev"
5518                 },
5519                 "drupal": {
5520                     "version": "8.x-1.2",
5521                     "datestamp": "1505802867",
5522                     "security-coverage": {
5523                         "status": "covered",
5524                         "message": "Covered by Drupal's security advisory policy"
5525                     }
5526                 }
5527             },
5528             "notification-url": "https://packages.drupal.org/8/downloads",
5529             "license": [
5530                 "GPL-2.0"
5531             ],
5532             "authors": [
5533                 {
5534                     "name": "Berdir",
5535                     "homepage": "https://www.drupal.org/user/214652"
5536                 },
5537                 {
5538                     "name": "Frans",
5539                     "homepage": "https://www.drupal.org/user/514222"
5540                 },
5541                 {
5542                     "name": "Primsi",
5543                     "homepage": "https://www.drupal.org/user/282629"
5544                 },
5545                 {
5546                     "name": "jeroen.b",
5547                     "homepage": "https://www.drupal.org/user/1853532"
5548                 },
5549                 {
5550                     "name": "miro_dietiker",
5551                     "homepage": "https://www.drupal.org/user/227761"
5552                 }
5553             ],
5554             "description": "Enables the creation of Paragraphs entities.",
5555             "homepage": "https://www.drupal.org/project/paragraphs",
5556             "support": {
5557                 "source": "http://cgit.drupalcode.org/paragraphs"
5558             }
5559         },
5560         {
5561             "name": "drupal/pathauto",
5562             "version": "1.2.0",
5563             "source": {
5564                 "type": "git",
5565                 "url": "https://git.drupal.org/project/pathauto",
5566                 "reference": "8.x-1.2"
5567             },
5568             "dist": {
5569                 "type": "zip",
5570                 "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.2.zip",
5571                 "reference": "8.x-1.2",
5572                 "shasum": "ba265dbafb27e93d4a61655d783441b653206c73"
5573             },
5574             "require": {
5575                 "drupal/core": "*",
5576                 "drupal/ctools": "*",
5577                 "drupal/token": "*"
5578             },
5579             "type": "drupal-module",
5580             "extra": {
5581                 "branch-alias": {
5582                     "dev-1.x": "1.x-dev"
5583                 },
5584                 "drupal": {
5585                     "version": "8.x-1.2",
5586                     "datestamp": "1524421084",
5587                     "security-coverage": {
5588                         "status": "covered",
5589                         "message": "Covered by Drupal's security advisory policy"
5590                     }
5591                 }
5592             },
5593             "notification-url": "https://packages.drupal.org/8/downloads",
5594             "license": [
5595                 "GPL-2.0-or-later"
5596             ],
5597             "authors": [
5598                 {
5599                     "name": "Berdir",
5600                     "homepage": "https://www.drupal.org/user/214652"
5601                 },
5602                 {
5603                     "name": "Dave Reid",
5604                     "homepage": "https://www.drupal.org/user/53892"
5605                 },
5606                 {
5607                     "name": "Freso",
5608                     "homepage": "https://www.drupal.org/user/27504"
5609                 },
5610                 {
5611                     "name": "greggles",
5612                     "homepage": "https://www.drupal.org/user/36762"
5613                 }
5614             ],
5615             "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
5616             "homepage": "https://www.drupal.org/project/pathauto",
5617             "support": {
5618                 "source": "http://cgit.drupalcode.org/pathauto"
5619             }
5620         },
5621         {
5622             "name": "drupal/pathologic",
5623             "version": "dev-1.x",
5624             "source": {
5625                 "type": "git",
5626                 "url": "https://git.drupal.org/project/pathologic",
5627                 "reference": "d50e6430f3259afa9d79123825e6e4b7a5cf39a8"
5628             },
5629             "require": {
5630                 "drupal/core": "*"
5631             },
5632             "type": "drupal-module",
5633             "extra": {
5634                 "branch-alias": {
5635                     "dev-1.x": "1.x-dev"
5636                 },
5637                 "drupal": {
5638                     "version": "8.x-1.x-dev",
5639                     "datestamp": "1525211280",
5640                     "security-coverage": {
5641                         "status": "not-covered",
5642                         "message": "Dev releases are not covered by Drupal security advisories."
5643                     }
5644                 }
5645             },
5646             "notification-url": "https://packages.drupal.org/8/downloads",
5647             "license": [
5648                 "GPL-2.0-or-later"
5649             ],
5650             "authors": [
5651                 {
5652                     "name": "Berdir",
5653                     "homepage": "https://www.drupal.org/user/214652"
5654                 },
5655                 {
5656                     "name": "Garrett Albright",
5657                     "homepage": "https://www.drupal.org/user/191212"
5658                 },
5659                 {
5660                     "name": "dww",
5661                     "homepage": "https://www.drupal.org/user/46549"
5662                 }
5663             ],
5664             "description": "Helps avoid broken links and incorrect paths in content.",
5665             "homepage": "https://www.drupal.org/project/pathologic",
5666             "support": {
5667                 "source": "http://cgit.drupalcode.org/pathologic"
5668             },
5669             "time": "2018-05-01T21:40:58+00:00"
5670         },
5671         {
5672             "name": "drupal/permissions_by_term",
5673             "version": "1.53.0",
5674             "source": {
5675                 "type": "git",
5676                 "url": "https://git.drupal.org/project/permissions_by_term",
5677                 "reference": "8.x-1.53"
5678             },
5679             "dist": {
5680                 "type": "zip",
5681                 "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.53.zip",
5682                 "reference": "8.x-1.53",
5683                 "shasum": "a31243be046d11741aaeac5884ae77d7206d8946"
5684             },
5685             "require": {
5686                 "drupal/core": "^8.0"
5687             },
5688             "type": "drupal-module",
5689             "extra": {
5690                 "branch-alias": {
5691                     "dev-1.x": "1.x-dev"
5692                 },
5693                 "drupal": {
5694                     "version": "8.x-1.53",
5695                     "datestamp": "1526672880",
5696                     "security-coverage": {
5697                         "status": "covered",
5698                         "message": "Covered by Drupal's security advisory policy"
5699                     }
5700                 }
5701             },
5702             "notification-url": "https://packages.drupal.org/8/downloads",
5703             "license": [
5704                 "GPL-2.0+"
5705             ],
5706             "authors": [
5707                 {
5708                     "name": "Peter Majmesku",
5709                     "homepage": "https://www.drupal.org/user/786132",
5710                     "email": "p.majmesku@gmail.com"
5711                 },
5712                 {
5713                     "name": "dakku",
5714                     "homepage": "https://www.drupal.org/user/97634"
5715                 },
5716                 {
5717                     "name": "rackberg",
5718                     "homepage": "https://www.drupal.org/user/2806873"
5719                 }
5720             ],
5721             "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
5722             "homepage": "https://www.drupal.org/project/permissions_by_term",
5723             "support": {
5724                 "source": "http://cgit.drupalcode.org/permissions_by_term"
5725             }
5726         },
5727         {
5728             "name": "drupal/php",
5729             "version": "dev-1.x",
5730             "source": {
5731                 "type": "git",
5732                 "url": "https://git.drupal.org/project/php",
5733                 "reference": "304022be52874ef2d7916ea3acafd312766da9cc"
5734             },
5735             "require": {
5736                 "drupal/core": "~8.0"
5737             },
5738             "type": "drupal-module",
5739             "extra": {
5740                 "branch-alias": {
5741                     "dev-1.x": "1.x-dev"
5742                 },
5743                 "drupal": {
5744                     "version": "8.x-1.0-beta2+1-dev",
5745                     "datestamp": "1461875939"
5746                 }
5747             },
5748             "notification-url": "https://packages.drupal.org/8/downloads",
5749             "license": [
5750                 "GPL-2.0+"
5751             ],
5752             "authors": [
5753                 {
5754                     "name": "hass",
5755                     "homepage": "https://www.drupal.org/u/hass"
5756                 },
5757                 {
5758                     "name": "See other contributors",
5759                     "homepage": "https://www.drupal.org/node/1633456/committers"
5760                 },
5761                 {
5762                     "name": "catch",
5763                     "homepage": "https://www.drupal.org/user/35733"
5764                 },
5765                 {
5766                     "name": "dixon_",
5767                     "homepage": "https://www.drupal.org/user/239911"
5768                 },
5769                 {
5770                     "name": "greggles",
5771                     "homepage": "https://www.drupal.org/user/36762"
5772                 },
5773                 {
5774                     "name": "hass",
5775                     "homepage": "https://www.drupal.org/user/85918"
5776                 },
5777                 {
5778                     "name": "msonnabaum",
5779                     "homepage": "https://www.drupal.org/user/75278"
5780                 },
5781                 {
5782                     "name": "quicksketch",
5783                     "homepage": "https://www.drupal.org/user/35821"
5784                 },
5785                 {
5786                     "name": "webchick",
5787                     "homepage": "https://www.drupal.org/user/24967"
5788                 }
5789             ],
5790             "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.",
5791             "homepage": "https://www.drupal.org/project/php",
5792             "support": {
5793                 "source": "http://git.drupal.org/project/php.git",
5794                 "issues": "https://www.drupal.org/project/issues/php"
5795             }
5796         },
5797         {
5798             "name": "drupal/redirect",
5799             "version": "1.2.0",
5800             "source": {
5801                 "type": "git",
5802                 "url": "https://git.drupal.org/project/redirect",
5803                 "reference": "8.x-1.2"
5804             },
5805             "dist": {
5806                 "type": "zip",
5807                 "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.2.zip",
5808                 "reference": "8.x-1.2",
5809                 "shasum": "ac503fbfbd15523c65f38d8b326e5f2159683cdb"
5810             },
5811             "require": {
5812                 "drupal/core": "~8"
5813             },
5814             "type": "drupal-module",
5815             "extra": {
5816                 "branch-alias": {
5817                     "dev-1.x": "1.x-dev"
5818                 },
5819                 "drupal": {
5820                     "version": "8.x-1.2",
5821                     "datestamp": "1525419785",
5822                     "security-coverage": {
5823                         "status": "covered",
5824                         "message": "Covered by Drupal's security advisory policy"
5825                     }
5826                 }
5827             },
5828             "notification-url": "https://packages.drupal.org/8/downloads",
5829             "license": [
5830                 "GPL-2.0+"
5831             ],
5832             "authors": [
5833                 {
5834                     "name": "Berdir",
5835                     "homepage": "https://www.drupal.org/user/214652"
5836                 },
5837                 {
5838                     "name": "Dave Reid",
5839                     "homepage": "https://www.drupal.org/user/53892"
5840                 }
5841             ],
5842             "description": "Allows users to redirect from old URLs to new URLs.",
5843             "homepage": "https://www.drupal.org/project/redirect",
5844             "support": {
5845                 "source": "http://cgit.drupalcode.org/redirect"
5846             }
5847         },
5848         {
5849             "name": "drupal/security_review",
5850             "version": "dev-1.x",
5851             "source": {
5852                 "type": "git",
5853                 "url": "https://git.drupal.org/project/security_review",
5854                 "reference": "9a3bdf82a645dabb9801f73d2d76acf8c3081d88"
5855             },
5856             "require": {
5857                 "drupal/core": "~8.0"
5858             },
5859             "type": "drupal-module",
5860             "extra": {
5861                 "installer-paths": {
5862                     "web/core": [
5863                         "type:drupal-core"
5864                     ],
5865                     "web/libraries/{$name}": [
5866                         "type:drupal-library"
5867                     ],
5868                     "web/modules/contrib/{$name}": [
5869                         "type:drupal-module"
5870                     ],
5871                     "web/profiles/contrib/{$name}": [
5872                         "type:drupal-profile"
5873                     ],
5874                     "web/themes/contrib/{$name}": [
5875                         "type:drupal-theme"
5876                     ],
5877                     "drush/contrib/{$name}": [
5878                         "type:drupal-drush"
5879                     ]
5880                 },
5881                 "patches": {
5882                     "drupal/security_review": {
5883                         "Fix missing field review list": "https://www.drupal.org/files/issues/security_review-dangerous-tags-list-2744805-2.patch"
5884                     },
5885                     "drupal/draggableviews": {
5886                         "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
5887                         "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
5888                     },
5889                     "drupal/hacked": {
5890                         "Compatibility with diff module API change: Turn EntityComparisonBase into a service": "https://www.drupal.org/files/issues/hacked-diff-diff-service-2800645-2.patch"
5891                     },
5892                     "drupal/videojs": {
5893                         "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
5894                     }
5895                 }
5896             },
5897             "notification-url": "https://packages.drupal.org/8/downloads",
5898             "license": [
5899                 "GPL-2.0-or-later"
5900             ],
5901             "authors": [
5902                 {
5903                     "name": "banviktor",
5904                     "homepage": "https://www.drupal.org/user/3176333"
5905                 },
5906                 {
5907                     "name": "coltrane",
5908                     "homepage": "https://www.drupal.org/user/91990"
5909                 },
5910                 {
5911                     "name": "dsnopek",
5912                     "homepage": "https://www.drupal.org/user/266527"
5913                 },
5914                 {
5915                     "name": "greggles",
5916                     "homepage": "https://www.drupal.org/user/36762"
5917                 }
5918             ],
5919             "description": "Site security and configuration review module.",
5920             "homepage": "https://www.drupal.org/project/security_review",
5921             "support": {
5922                 "source": "http://cgit.drupalcode.org/security_review"
5923             },
5924             "time": "2018-02-20T20:48:19+00:00"
5925         },
5926         {
5927             "name": "drupal/simple_sitemap",
5928             "version": "2.12.0",
5929             "source": {
5930                 "type": "git",
5931                 "url": "https://git.drupal.org/project/simple_sitemap",
5932                 "reference": "8.x-2.12"
5933             },
5934             "dist": {
5935                 "type": "zip",
5936                 "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.12.zip",
5937                 "reference": "8.x-2.12",
5938                 "shasum": "fe1c1a636adfba8358399a5a1ccdf20685066573"
5939             },
5940             "require": {
5941                 "drupal/core": "~8.0"
5942             },
5943             "type": "drupal-module",
5944             "extra": {
5945                 "branch-alias": {
5946                     "dev-2.x": "2.x-dev"
5947                 },
5948                 "drupal": {
5949                     "version": "8.x-2.12",
5950                     "datestamp": "1523203180",
5951                     "security-coverage": {
5952                         "status": "covered",
5953                         "message": "Covered by Drupal's security advisory policy"
5954                     }
5955                 },
5956                 "drush": {
5957                     "services": {
5958                         "drush.services.yml": "^9"
5959                     }
5960                 }
5961             },
5962             "notification-url": "https://packages.drupal.org/8/downloads",
5963             "license": [
5964                 "GPL-2.0+"
5965             ],
5966             "authors": [
5967                 {
5968                     "name": "Pawel Ginalski (gbyte.co)",
5969                     "homepage": "https://www.drupal.org/u/gbyte.co",
5970                     "email": "contact@gbyte.co",
5971                     "role": "Maintainer"
5972                 },
5973                 {
5974                     "name": "Sam Becker (Sam152)",
5975                     "homepage": "https://www.drupal.org/u/sam152",
5976                     "role": "Co-maintainer"
5977                 }
5978             ],
5979             "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
5980             "homepage": "https://drupal.org/project/simple_sitemap",
5981             "support": {
5982                 "source": "https://cgit.drupalcode.org/simple_sitemap",
5983                 "issues": "https://drupal.org/project/issues/simple_sitemap",
5984                 "irc": "irc://irc.freenode.org/drupal-contribute"
5985             }
5986         },
5987         {
5988             "name": "drupal/slick",
5989             "version": "1.0.0",
5990             "source": {
5991                 "type": "git",
5992                 "url": "https://git.drupal.org/project/slick",
5993                 "reference": "8.x-1.0"
5994             },
5995             "dist": {
5996                 "type": "zip",
5997                 "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
5998                 "reference": "8.x-1.0",
5999                 "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
6000             },
6001             "require": {
6002                 "drupal/blazy": "~1.0",
6003                 "drupal/core": "~8.0"
6004             },
6005             "type": "drupal-module",
6006             "extra": {
6007                 "branch-alias": {
6008                     "dev-1.x": "1.x-dev"
6009                 },
6010                 "drupal": {
6011                     "version": "8.x-1.0",
6012                     "datestamp": "1495746183"
6013                 }
6014             },
6015             "notification-url": "https://packages.drupal.org/8/downloads",
6016             "license": [
6017                 "GPL-2.0+"
6018             ],
6019             "authors": [
6020                 {
6021                     "name": "arshadcn",
6022                     "homepage": "https://www.drupal.org/user/571032"
6023                 },
6024                 {
6025                     "name": "gausarts",
6026                     "homepage": "https://www.drupal.org/user/159062"
6027                 }
6028             ],
6029             "description": "Slick carousel, the last carousel you'll ever need.",
6030             "homepage": "https://drupal.org/project/slick",
6031             "keywords": [
6032                 "Drupal",
6033                 "carousel",
6034                 "slideshow"
6035             ],
6036             "support": {
6037                 "source": "http://cgit.drupalcode.org/slick",
6038                 "issues": "https://drupal.org/project/issues/slick"
6039             }
6040         },
6041         {
6042             "name": "drupal/slick_media",
6043             "version": "1.0.0",
6044             "source": {
6045                 "type": "git",
6046                 "url": "https://git.drupal.org/project/slick_media",
6047                 "reference": "8.x-1.0"
6048             },
6049             "dist": {
6050                 "type": "zip",
6051                 "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0.zip",
6052                 "reference": "8.x-1.0",
6053                 "shasum": "b85a9899c53ca2f59f7cdbba044e2f58ae71e092"
6054             },
6055             "require": {
6056                 "drupal/core": "~8.0",
6057                 "drupal/media_entity_image": "*",
6058                 "drupal/slick": "*",
6059                 "drupal/video_embed_media": "*"
6060             },
6061             "type": "drupal-module",
6062             "extra": {
6063                 "branch-alias": {
6064                     "dev-1.x": "1.x-dev"
6065                 },
6066                 "drupal": {
6067                     "version": "8.x-1.0",
6068                     "datestamp": "1495747983"
6069                 }
6070             },
6071             "notification-url": "https://packages.drupal.org/8/downloads",
6072             "license": [
6073                 "GPL-2.0+"
6074             ],
6075             "authors": [
6076                 {
6077                     "name": "gausarts",
6078                     "homepage": "https://www.drupal.org/user/159062"
6079                 }
6080             ],
6081             "description": "Provides Slick carousel integration with Media entity.",
6082             "homepage": "https://www.drupal.org/project/slick_media",
6083             "support": {
6084                 "source": "http://cgit.drupalcode.org/slick_media"
6085             }
6086         },
6087         {
6088             "name": "drupal/superfish",
6089             "version": "1.2.0",
6090             "source": {
6091                 "type": "git",
6092                 "url": "https://git.drupal.org/project/superfish",
6093                 "reference": "8.x-1.2"
6094             },
6095             "dist": {
6096                 "type": "zip",
6097                 "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.2.zip",
6098                 "reference": "8.x-1.2",
6099                 "shasum": "e6f11be2bb2b95957d144bb0155c29c7aad40a62"
6100             },
6101             "require": {
6102                 "drupal/core": "~8.0",
6103                 "mehrpadin/superfish": "~2.0"
6104             },
6105             "type": "drupal-module",
6106             "extra": {
6107                 "branch-alias": {
6108                     "dev-1.x": "1.x-dev"
6109                 },
6110                 "drupal": {
6111                     "version": "8.x-1.2",
6112                     "datestamp": "1517739480",
6113                     "security-coverage": {
6114                         "status": "covered",
6115                         "message": "Covered by Drupal's security advisory policy"
6116                     }
6117                 }
6118             },
6119             "notification-url": "https://packages.drupal.org/8/downloads",
6120             "license": [
6121                 "GPL-2.0+"
6122             ],
6123             "authors": [
6124                 {
6125                     "name": "mehrpadin",
6126                     "homepage": "https://www.drupal.org/u/mehrpadin",
6127                     "role": "Maintainer"
6128                 }
6129             ],
6130             "description": "Adds jQuery Superfish plugin to menu blocks.",
6131             "homepage": "https://www.drupal.org/project/superfish",
6132             "support": {
6133                 "source": "https://cgit.drupalcode.org/superfish",
6134                 "issues": "https://www.drupal.org/project/superfish"
6135             }
6136         },
6137         {
6138             "name": "drupal/toc_formatter",
6139             "version": "1.1.0",
6140             "source": {
6141                 "type": "git",
6142                 "url": "https://git.drupal.org/project/toc_formatter",
6143                 "reference": "8.x-1.1"
6144             },
6145             "dist": {
6146                 "type": "zip",
6147                 "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
6148                 "reference": "8.x-1.1",
6149                 "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
6150             },
6151             "require": {
6152                 "drupal/core": "~8.0"
6153             },
6154             "type": "drupal-module",
6155             "extra": {
6156                 "branch-alias": {
6157                     "dev-1.x": "1.x-dev"
6158                 },
6159                 "drupal": {
6160                     "version": "8.x-1.1",
6161                     "datestamp": "1398611927"
6162                 }
6163             },
6164             "notification-url": "https://packages.drupal.org/8/downloads",
6165             "license": [
6166                 "GPL-2.0+"
6167             ],
6168             "authors": [
6169                 {
6170                     "name": "Robert Castelo",
6171                     "homepage": "https://www.drupal.org/user/3555"
6172                 },
6173                 {
6174                     "name": "neilt17",
6175                     "homepage": "https://www.drupal.org/user/324142"
6176                 }
6177             ],
6178             "description": "Display formatter that adds a TOC to the top of a text area field.",
6179             "homepage": "https://www.drupal.org/project/toc_formatter",
6180             "support": {
6181                 "source": "http://cgit.drupalcode.org/toc_formatter"
6182             }
6183         },
6184         {
6185             "name": "drupal/tocify",
6186             "version": "1.2.0",
6187             "source": {
6188                 "type": "git",
6189                 "url": "https://git.drupal.org/project/tocify",
6190                 "reference": "8.x-1.2"
6191             },
6192             "dist": {
6193                 "type": "zip",
6194                 "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
6195                 "reference": "8.x-1.2",
6196                 "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
6197             },
6198             "require": {
6199                 "drupal/core": "*"
6200             },
6201             "type": "drupal-module",
6202             "extra": {
6203                 "branch-alias": {
6204                     "dev-1.x": "1.x-dev"
6205                 },
6206                 "drupal": {
6207                     "version": "8.x-1.2",
6208                     "datestamp": "1493816586"
6209                 }
6210             },
6211             "notification-url": "https://packages.drupal.org/8/downloads",
6212             "license": [
6213                 "GPL-2.0+"
6214             ],
6215             "authors": [
6216                 {
6217                     "name": "Hydra",
6218                     "homepage": "https://www.drupal.org/user/647364"
6219                 },
6220                 {
6221                     "name": "dawehner",
6222                     "homepage": "https://www.drupal.org/user/99340"
6223                 },
6224                 {
6225                     "name": "sanduhrs",
6226                     "homepage": "https://www.drupal.org/user/28074"
6227                 }
6228             ],
6229             "description": "Tocify your content",
6230             "homepage": "https://www.drupal.org/project/tocify",
6231             "keywords": [
6232                 "Drupal"
6233             ],
6234             "support": {
6235                 "source": "http://cgit.drupalcode.org/tocify",
6236                 "issues": "http://drupal.org/project/issues/tocify"
6237             }
6238         },
6239         {
6240             "name": "drupal/token",
6241             "version": "1.1.0",
6242             "source": {
6243                 "type": "git",
6244                 "url": "https://git.drupal.org/project/token",
6245                 "reference": "8.x-1.1"
6246             },
6247             "dist": {
6248                 "type": "zip",
6249                 "url": "https://ftp.drupal.org/files/projects/token-8.x-1.1.zip",
6250                 "reference": "8.x-1.1",
6251                 "shasum": "f11042a76bec028b0a86dc33cf6daa19eb55d545"
6252             },
6253             "require": {
6254                 "drupal/core": "~8.0"
6255             },
6256             "type": "drupal-module",
6257             "extra": {
6258                 "branch-alias": {
6259                     "dev-1.x": "1.x-dev"
6260                 },
6261                 "drupal": {
6262                     "version": "8.x-1.1",
6263                     "datestamp": "1513810384",
6264                     "security-coverage": {
6265                         "status": "covered",
6266                         "message": "Covered by Drupal's security advisory policy"
6267                     }
6268                 }
6269             },
6270             "notification-url": "https://packages.drupal.org/8/downloads",
6271             "license": [
6272                 "GPL-2.0-or-later"
6273             ],
6274             "authors": [
6275                 {
6276                     "name": "Berdir",
6277                     "homepage": "https://www.drupal.org/user/214652"
6278                 },
6279                 {
6280                     "name": "Dave Reid",
6281                     "homepage": "https://www.drupal.org/user/53892"
6282                 },
6283                 {
6284                     "name": "eaton",
6285                     "homepage": "https://www.drupal.org/user/16496"
6286                 },
6287                 {
6288                     "name": "fago",
6289                     "homepage": "https://www.drupal.org/user/16747"
6290                 },
6291                 {
6292                     "name": "greggles",
6293                     "homepage": "https://www.drupal.org/user/36762"
6294                 },
6295                 {
6296                     "name": "mikeryan",
6297                     "homepage": "https://www.drupal.org/user/4420"
6298                 }
6299             ],
6300             "description": "Provides a user interface for the Token API and some missing core tokens.",
6301             "homepage": "https://www.drupal.org/project/token",
6302             "support": {
6303                 "source": "http://cgit.drupalcode.org/token"
6304             }
6305         },
6306         {
6307             "name": "drupal/typogrify",
6308             "version": "1.0.0-alpha1",
6309             "source": {
6310                 "type": "git",
6311                 "url": "https://git.drupal.org/project/typogrify",
6312                 "reference": "8.x-1.0-alpha1"
6313             },
6314             "dist": {
6315                 "type": "zip",
6316                 "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
6317                 "reference": "8.x-1.0-alpha1",
6318                 "shasum": "de87791555204b3af5692d939f8c199bd7164495"
6319             },
6320             "require": {
6321                 "drupal/core": "*"
6322             },
6323             "type": "drupal-module",
6324             "extra": {
6325                 "branch-alias": {
6326                     "dev-1.x": "1.x-dev"
6327                 },
6328                 "drupal": {
6329                     "version": "8.x-1.0-alpha1",
6330                     "datestamp": "1478050442"
6331                 }
6332             },
6333             "notification-url": "https://packages.drupal.org/8/downloads",
6334             "license": [
6335                 "GPL-2.0+"
6336             ],
6337             "authors": [
6338                 {
6339                     "name": "See contributors",
6340                     "homepage": "https://www.drupal.org/node/149970/committers",
6341                     "role": "Developer"
6342                 },
6343                 {
6344                     "name": "migmedia",
6345                     "homepage": "https://www.drupal.org/user/1310354"
6346                 },
6347                 {
6348                     "name": "mikl",
6349                     "homepage": "https://www.drupal.org/user/58679"
6350                 },
6351                 {
6352                     "name": "sreynen",
6353                     "homepage": "https://www.drupal.org/user/109890"
6354                 }
6355             ],
6356             "description": "A filter for making typographic refinements.",
6357             "homepage": "http://drupal.org/project/typogrify",
6358             "keywords": [
6359                 "Drupal"
6360             ],
6361             "support": {
6362                 "source": "http://cgit.drupalcode.org/typogrify",
6363                 "issues": "http://drupal.org/project/typogrify"
6364             }
6365         },
6366         {
6367             "name": "drupal/video",
6368             "version": "1.2.0",
6369             "source": {
6370                 "type": "git",
6371                 "url": "https://git.drupal.org/project/video",
6372                 "reference": "8.x-1.2"
6373             },
6374             "dist": {
6375                 "type": "zip",
6376                 "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
6377                 "reference": "8.x-1.2",
6378                 "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
6379             },
6380             "require": {
6381                 "drupal/core": "*"
6382             },
6383             "type": "drupal-module",
6384             "extra": {
6385                 "branch-alias": {
6386                     "dev-1.x": "1.x-dev"
6387                 },
6388                 "drupal": {
6389                     "version": "8.x-1.x",
6390                     "datestamp": "1455470039",
6391                     "package": "Field types"
6392                 }
6393             },
6394             "notification-url": "https://packages.drupal.org/8/downloads",
6395             "license": [
6396                 "GPL-2.0+"
6397             ],
6398             "authors": [
6399                 {
6400                     "name": "Jorrit",
6401                     "homepage": "https://www.drupal.org/user/161217"
6402                 },
6403                 {
6404                     "name": "abhishek-anand",
6405                     "homepage": "https://www.drupal.org/user/468982"
6406                 },
6407                 {
6408                     "name": "brycefisherfleig",
6409                     "homepage": "https://www.drupal.org/user/1300764"
6410                 },
6411                 {
6412                     "name": "chaitanya17",
6413                     "homepage": "https://www.drupal.org/user/1998300"
6414                 },
6415                 {
6416                     "name": "heshanlk",
6417                     "homepage": "https://www.drupal.org/user/199102"
6418                 }
6419             ],
6420             "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.",
6421             "homepage": "https://www.drupal.org/project/video",
6422             "support": {
6423                 "source": "http://cgit.drupalcode.org/video"
6424             }
6425         },
6426         {
6427             "name": "drupal/video_embed_field",
6428             "version": "2.0.0",
6429             "source": {
6430                 "type": "git",
6431                 "url": "https://git.drupal.org/project/video_embed_field",
6432                 "reference": "8.x-2.0"
6433             },
6434             "dist": {
6435                 "type": "zip",
6436                 "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.0.zip",
6437                 "reference": "8.x-2.0",
6438                 "shasum": "e864f090b3cb9405376ca324d81ace83613e2019"
6439             },
6440             "require": {
6441                 "drupal/core": "*"
6442             },
6443             "require-dev": {
6444                 "drupal/colorbox": "*",
6445                 "drupal/media_entity": "*",
6446                 "drupal/media_entity_embeddable_video": "*"
6447             },
6448             "type": "drupal-module",
6449             "extra": {
6450                 "branch-alias": {
6451                     "dev-2.x": "2.x-dev"
6452                 },
6453                 "drupal": {
6454                     "version": "8.x-1.x",
6455                     "datestamp": "1523338084",
6456                     "security-coverage": {
6457                         "status": "covered",
6458                         "message": "Covered by Drupal's security advisory policy"
6459                     },
6460                     "package": "Field types"
6461                 }
6462             },
6463             "notification-url": "https://packages.drupal.org/8/downloads",
6464             "license": [
6465                 "GPL-2.0+"
6466             ],
6467             "authors": [
6468                 {
6469                     "name": "Sam152",
6470                     "homepage": "https://www.drupal.org/user/1485048"
6471                 },
6472                 {
6473                     "name": "jec006",
6474                     "homepage": "https://www.drupal.org/user/855980"
6475                 },
6476                 {
6477                     "name": "plopesc",
6478                     "homepage": "https://www.drupal.org/user/282415"
6479                 }
6480             ],
6481             "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6482             "homepage": "https://www.drupal.org/project/video_embed_field",
6483             "support": {
6484                 "source": "http://cgit.drupalcode.org/video_embed_field"
6485             }
6486         },
6487         {
6488             "name": "drupal/video_embed_media",
6489             "version": "2.0.0",
6490             "require": {
6491                 "drupal/core": "^8.4",
6492                 "drupal/video_embed_field": "self.version"
6493             },
6494             "type": "metapackage",
6495             "extra": {
6496                 "branch-alias": {
6497                     "dev-2.x": "2.x-dev"
6498                 },
6499                 "drupal": {
6500                     "version": "8.x-2.0",
6501                     "datestamp": "1523338084",
6502                     "security-coverage": {
6503                         "status": "covered",
6504                         "message": "Covered by Drupal's security advisory policy"
6505                     }
6506                 }
6507             },
6508             "notification-url": "https://packages.drupal.org/8/downloads",
6509             "license": [
6510                 "GPL-2.0-or-later"
6511             ],
6512             "authors": [
6513                 {
6514                     "name": "Sam152",
6515                     "homepage": "https://www.drupal.org/user/1485048"
6516                 },
6517                 {
6518                     "name": "jec006",
6519                     "homepage": "https://www.drupal.org/user/855980"
6520                 },
6521                 {
6522                     "name": "plopesc",
6523                     "homepage": "https://www.drupal.org/user/282415"
6524                 }
6525             ],
6526             "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.",
6527             "homepage": "https://www.drupal.org/project/video_embed_field",
6528             "support": {
6529                 "source": "http://cgit.drupalcode.org/video_embed_field"
6530             }
6531         },
6532         {
6533             "name": "drupal/videojs",
6534             "version": "1.0.0",
6535             "source": {
6536                 "type": "git",
6537                 "url": "https://git.drupal.org/project/videojs",
6538                 "reference": "8.x-1.0"
6539             },
6540             "dist": {
6541                 "type": "zip",
6542                 "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6543                 "reference": "8.x-1.0",
6544                 "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6545             },
6546             "require": {
6547                 "drupal/core": "~8.0"
6548             },
6549             "type": "drupal-module",
6550             "extra": {
6551                 "branch-alias": {
6552                     "dev-1.x": "1.x-dev"
6553                 },
6554                 "drupal": {
6555                     "version": "8.x-1.0",
6556                     "datestamp": "1454344739"
6557                 },
6558                 "patches_applied": {
6559                     "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6560                 }
6561             },
6562             "notification-url": "https://packages.drupal.org/8/downloads",
6563             "license": [
6564                 "GPL-2.0+"
6565             ],
6566             "authors": [
6567                 {
6568                     "name": "Jorrit",
6569                     "homepage": "https://www.drupal.org/user/161217"
6570                 },
6571                 {
6572                     "name": "heshanlk",
6573                     "homepage": "https://www.drupal.org/user/199102"
6574                 }
6575             ],
6576             "description": "Video.js is an HTML5 Video Player.",
6577             "homepage": "https://www.drupal.org/project/videojs",
6578             "support": {
6579                 "source": "http://cgit.drupalcode.org/videojs"
6580             }
6581         },
6582         {
6583             "name": "drupal/views_bootstrap",
6584             "version": "dev-3.x",
6585             "source": {
6586                 "type": "git",
6587                 "url": "https://git.drupal.org/project/views_bootstrap",
6588                 "reference": "8a8d1add3a575842e33c51a3733b43c24c4bc41f"
6589             },
6590             "require": {
6591                 "drupal/core": "*"
6592             },
6593             "type": "drupal-module",
6594             "extra": {
6595                 "branch-alias": {
6596                     "dev-3.x": "3.x-dev"
6597                 },
6598                 "drupal": {
6599                     "version": "8.x-3.0+4-dev",
6600                     "datestamp": "1523236084",
6601                     "security-coverage": {
6602                         "status": "not-covered",
6603                         "message": "Dev releases are not covered by Drupal security advisories."
6604                     }
6605                 }
6606             },
6607             "notification-url": "https://packages.drupal.org/8/downloads",
6608             "license": [
6609                 "GPL-2.0+"
6610             ],
6611             "authors": [
6612                 {
6613                     "name": "aburrows",
6614                     "homepage": "https://www.drupal.org/user/577844"
6615                 },
6616                 {
6617                     "name": "ericpugh",
6618                     "homepage": "https://www.drupal.org/user/130084"
6619                 },
6620                 {
6621                     "name": "ikeigenwijs",
6622                     "homepage": "https://www.drupal.org/user/583238"
6623                 },
6624                 {
6625                     "name": "mrded",
6626                     "homepage": "https://www.drupal.org/user/556088"
6627                 }
6628             ],
6629             "description": "Integrate the Bootstrap framework with Views.",
6630             "homepage": "https://www.drupal.org/project/views_bootstrap",
6631             "keywords": [
6632                 "Drupal"
6633             ],
6634             "support": {
6635                 "source": "http://cgit.drupalcode.org/views_bootstrap"
6636             },
6637             "time": "2018-05-17T13:28:26+00:00"
6638         },
6639         {
6640             "name": "drupal/views_responsive_grid",
6641             "version": "dev-1.x",
6642             "source": {
6643                 "type": "git",
6644                 "url": "https://git.drupal.org/project/views_responsive_grid",
6645                 "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6646             },
6647             "require": {
6648                 "drupal/core": "~8.0"
6649             },
6650             "type": "drupal-module",
6651             "extra": {
6652                 "branch-alias": {
6653                     "dev-1.x": "1.x-dev"
6654                 },
6655                 "drupal": {
6656                     "version": "8.x-1.x-dev",
6657                     "datestamp": "1373985289"
6658                 }
6659             },
6660             "notification-url": "https://packages.drupal.org/8/downloads",
6661             "license": [
6662                 "GPL-2.0+"
6663             ],
6664             "authors": [
6665                 {
6666                     "name": "iwhitcomb",
6667                     "homepage": "https://www.drupal.org/user/771654"
6668                 },
6669                 {
6670                     "name": "kyletaylored",
6671                     "homepage": "https://www.drupal.org/user/2207088"
6672                 },
6673                 {
6674                     "name": "markcarver",
6675                     "homepage": "https://www.drupal.org/user/501638"
6676                 }
6677             ],
6678             "homepage": "https://www.drupal.org/project/views_responsive_grid",
6679             "support": {
6680                 "source": "http://cgit.drupalcode.org/views_responsive_grid"
6681             }
6682         },
6683         {
6684             "name": "drush/config-extra",
6685             "version": "1.0.1",
6686             "source": {
6687                 "type": "git",
6688                 "url": "https://github.com/drush-ops/config-extra.git",
6689                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
6690             },
6691             "dist": {
6692                 "type": "zip",
6693                 "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6694                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6695                 "shasum": ""
6696             },
6697             "require": {
6698                 "php": ">=5.5.0"
6699             },
6700             "require-dev": {
6701                 "phpunit/phpunit": ">=3.5"
6702             },
6703             "type": "library",
6704             "extra": {
6705                 "branch-alias": {
6706                     "dev-master": "8.0.x-dev"
6707                 }
6708             },
6709             "autoload": {
6710                 "psr-0": {
6711                     "Drush": "lib/"
6712                 }
6713             },
6714             "notification-url": "https://packagist.org/downloads/",
6715             "license": [
6716                 "GPL-2.0+"
6717             ],
6718             "authors": [
6719                 {
6720                     "name": "Moshe Weitzman",
6721                     "email": "weitzman@tejasa.com"
6722                 },
6723                 {
6724                     "name": "Greg Anderson",
6725                     "email": "greg.1.anderson@greenknowe.org"
6726                 }
6727             ],
6728             "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
6729             "keywords": [
6730                 "Drush"
6731             ],
6732             "time": "2015-10-16T21:32:27+00:00"
6733         },
6734         {
6735             "name": "drush/drush",
6736             "version": "9.2.3",
6737             "source": {
6738                 "type": "git",
6739                 "url": "https://github.com/drush-ops/drush.git",
6740                 "reference": "c07b5b4527d6fb9226adaee14a33de5d4aa93ce8"
6741             },
6742             "dist": {
6743                 "type": "zip",
6744                 "url": "https://api.github.com/repos/drush-ops/drush/zipball/c07b5b4527d6fb9226adaee14a33de5d4aa93ce8",
6745                 "reference": "c07b5b4527d6fb9226adaee14a33de5d4aa93ce8",
6746                 "shasum": ""
6747             },
6748             "require": {
6749                 "chi-teck/drupal-code-generator": "^1.21.0",
6750                 "composer/semver": "^1.4",
6751                 "consolidation/annotated-command": "^2.8.1",
6752                 "consolidation/config": "^1.0.9",
6753                 "consolidation/output-formatters": "^3.1.12",
6754                 "consolidation/robo": "^1.1.5",
6755                 "ext-dom": "*",
6756                 "grasmash/yaml-expander": "^1.1.1",
6757                 "league/container": "~2",
6758                 "php": ">=5.6.0",
6759                 "psr/log": "~1.0",
6760                 "psy/psysh": "~0.6",
6761                 "sebastian/version": "^1|^2",
6762                 "symfony/config": "~2.2|^3",
6763                 "symfony/console": "~2.7|^3",
6764                 "symfony/event-dispatcher": "~2.7|^3",
6765                 "symfony/finder": "~2.7|^3",
6766                 "symfony/process": "~2.7|^3",
6767                 "symfony/var-dumper": "~2.7|^3",
6768                 "symfony/yaml": "~2.3|^3",
6769                 "webflo/drupal-finder": "^1.1",
6770                 "webmozart/path-util": "^2.1.0"
6771             },
6772             "require-dev": {
6773                 "lox/xhprof": "dev-master",
6774                 "phpunit/phpunit": "^4.8|^5.5.4",
6775                 "squizlabs/php_codesniffer": "^2.7"
6776             },
6777             "bin": [
6778                 "drush"
6779             ],
6780             "type": "library",
6781             "extra": {
6782                 "branch-alias": {
6783                     "dev-master": "9.0.x-dev"
6784                 }
6785             },
6786             "autoload": {
6787                 "psr-4": {
6788                     "Drush\\": "src/",
6789                     "Drush\\Internal\\": "internal-copy/",
6790                     "Unish\\": "tests/"
6791                 }
6792             },
6793             "notification-url": "https://packagist.org/downloads/",
6794             "license": [
6795                 "GPL-2.0-or-later"
6796             ],
6797             "authors": [
6798                 {
6799                     "name": "Moshe Weitzman",
6800                     "email": "weitzman@tejasa.com"
6801                 },
6802                 {
6803                     "name": "Owen Barton",
6804                     "email": "drupal@owenbarton.com"
6805                 },
6806                 {
6807                     "name": "Greg Anderson",
6808                     "email": "greg.1.anderson@greenknowe.org"
6809                 },
6810                 {
6811                     "name": "Jonathan Araña Cruz",
6812                     "email": "jonhattan@faita.net"
6813                 },
6814                 {
6815                     "name": "Jonathan Hedstrom",
6816                     "email": "jhedstrom@gmail.com"
6817                 },
6818                 {
6819                     "name": "Christopher Gervais",
6820                     "email": "chris@ergonlogic.com"
6821                 },
6822                 {
6823                     "name": "Dave Reid",
6824                     "email": "dave@davereid.net"
6825                 },
6826                 {
6827                     "name": "Damian Lee",
6828                     "email": "damiankloip@googlemail.com"
6829                 }
6830             ],
6831             "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.",
6832             "homepage": "http://www.drush.org",
6833             "time": "2018-04-03T13:45:59+00:00"
6834         },
6835         {
6836             "name": "easyrdf/easyrdf",
6837             "version": "0.9.1",
6838             "source": {
6839                 "type": "git",
6840                 "url": "https://github.com/njh/easyrdf.git",
6841                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
6842             },
6843             "dist": {
6844                 "type": "zip",
6845                 "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
6846                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
6847                 "shasum": ""
6848             },
6849             "require": {
6850                 "ext-mbstring": "*",
6851                 "ext-pcre": "*",
6852                 "php": ">=5.2.8"
6853             },
6854             "require-dev": {
6855                 "phpunit/phpunit": "~3.5",
6856                 "sami/sami": "~1.4",
6857                 "squizlabs/php_codesniffer": "~1.4.3"
6858             },
6859             "suggest": {
6860                 "ml/json-ld": "~1.0"
6861             },
6862             "type": "library",
6863             "autoload": {
6864                 "psr-0": {
6865                     "EasyRdf_": "lib/"
6866                 }
6867             },
6868             "notification-url": "https://packagist.org/downloads/",
6869             "license": [
6870                 "BSD-3-Clause"
6871             ],
6872             "authors": [
6873                 {
6874                     "name": "Nicholas Humfrey",
6875                     "email": "njh@aelius.com",
6876                     "homepage": "http://www.aelius.com/njh/",
6877                     "role": "Developer"
6878                 },
6879                 {
6880                     "name": "Alexey Zakhlestin",
6881                     "email": "indeyets@gmail.com",
6882                     "role": "Developer"
6883                 }
6884             ],
6885             "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
6886             "homepage": "http://www.easyrdf.org/",
6887             "keywords": [
6888                 "Linked Data",
6889                 "RDF",
6890                 "Semantic Web",
6891                 "Turtle",
6892                 "rdfa",
6893                 "sparql"
6894             ],
6895             "time": "2015-02-27T09:45:49+00:00"
6896         },
6897         {
6898             "name": "egulias/email-validator",
6899             "version": "1.2.14",
6900             "source": {
6901                 "type": "git",
6902                 "url": "https://github.com/egulias/EmailValidator.git",
6903                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
6904             },
6905             "dist": {
6906                 "type": "zip",
6907                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
6908                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
6909                 "shasum": ""
6910             },
6911             "require": {
6912                 "doctrine/lexer": "^1.0.1",
6913                 "php": ">= 5.3.3"
6914             },
6915             "require-dev": {
6916                 "phpunit/phpunit": "^4.8.24"
6917             },
6918             "type": "library",
6919             "extra": {
6920                 "branch-alias": {
6921                     "dev-master": "2.0.x-dev"
6922                 }
6923             },
6924             "autoload": {
6925                 "psr-0": {
6926                     "Egulias\\": "src/"
6927                 }
6928             },
6929             "notification-url": "https://packagist.org/downloads/",
6930             "license": [
6931                 "MIT"
6932             ],
6933             "authors": [
6934                 {
6935                     "name": "Eduardo Gulias Davis"
6936                 }
6937             ],
6938             "description": "A library for validating emails",
6939             "homepage": "https://github.com/egulias/EmailValidator",
6940             "keywords": [
6941                 "email",
6942                 "emailvalidation",
6943                 "emailvalidator",
6944                 "validation",
6945                 "validator"
6946             ],
6947             "time": "2017-02-03T22:48:59+00:00"
6948         },
6949         {
6950             "name": "enyo/dropzone",
6951             "version": "v4.3.0",
6952             "source": {
6953                 "type": "git",
6954                 "url": "https://github.com/enyo/dropzone.git",
6955                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
6956             },
6957             "dist": {
6958                 "type": "zip",
6959                 "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6960                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
6961                 "shasum": ""
6962             },
6963             "type": "library",
6964             "notification-url": "https://packagist.org/downloads/",
6965             "license": [
6966                 "MIT"
6967             ],
6968             "authors": [
6969                 {
6970                     "name": "Matias Meno",
6971                     "email": "m@tias.me",
6972                     "homepage": "http://www.matiasmeno.com"
6973                 }
6974             ],
6975             "description": "Handles drag and drop of files for you.",
6976             "homepage": "http://www.dropzonejs.com",
6977             "keywords": [
6978                 "drag and drop",
6979                 "dragndrop",
6980                 "file upload",
6981                 "upload"
6982             ],
6983             "time": "2016-02-14T04:19:41+00:00"
6984         },
6985         {
6986             "name": "ezyang/htmlpurifier",
6987             "version": "v4.10.0",
6988             "source": {
6989                 "type": "git",
6990                 "url": "https://github.com/ezyang/htmlpurifier.git",
6991                 "reference": "d85d39da4576a6934b72480be6978fb10c860021"
6992             },
6993             "dist": {
6994                 "type": "zip",
6995                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
6996                 "reference": "d85d39da4576a6934b72480be6978fb10c860021",
6997                 "shasum": ""
6998             },
6999             "require": {
7000                 "php": ">=5.2"
7001             },
7002             "require-dev": {
7003                 "simpletest/simpletest": "^1.1"
7004             },
7005             "type": "library",
7006             "autoload": {
7007                 "psr-0": {
7008                     "HTMLPurifier": "library/"
7009                 },
7010                 "files": [
7011                     "library/HTMLPurifier.composer.php"
7012                 ]
7013             },
7014             "notification-url": "https://packagist.org/downloads/",
7015             "license": [
7016                 "LGPL"
7017             ],
7018             "authors": [
7019                 {
7020                     "name": "Edward Z. Yang",
7021                     "email": "admin@htmlpurifier.org",
7022                     "homepage": "http://ezyang.com"
7023                 }
7024             ],
7025             "description": "Standards compliant HTML filter written in PHP",
7026             "homepage": "http://htmlpurifier.org/",
7027             "keywords": [
7028                 "html"
7029             ],
7030             "time": "2018-02-23T01:58:20+00:00"
7031         },
7032         {
7033             "name": "geedmo/yamm3",
7034             "version": "1.1.0",
7035             "source": {
7036                 "type": "git",
7037                 "url": "https://github.com/geedmo/yamm3.git",
7038                 "reference": "5aa11451340187cce1bc195a4437937b19535508"
7039             },
7040             "dist": {
7041                 "type": "zip",
7042                 "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
7043                 "reference": "5aa11451340187cce1bc195a4437937b19535508",
7044                 "shasum": ""
7045             },
7046             "type": "library",
7047             "notification-url": "https://packagist.org/downloads/",
7048             "license": [
7049                 "MIT"
7050             ],
7051             "authors": [
7052                 {
7053                     "name": "German Morales",
7054                     "email": "geedmo.ds@gmail.com",
7055                     "homepage": "http://geedmo.com"
7056                 }
7057             ],
7058             "description": "Yet another megamenu for Bootstrap 3.x",
7059             "homepage": "http://geedmo.github.io/yamm3/",
7060             "keywords": [
7061                 "bootstrap",
7062                 "megadropdown",
7063                 "megamenu"
7064             ],
7065             "time": "2015-04-04T12:59:29+00:00"
7066         },
7067         {
7068             "name": "grasmash/expander",
7069             "version": "1.0.0",
7070             "source": {
7071                 "type": "git",
7072                 "url": "https://github.com/grasmash/expander.git",
7073                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
7074             },
7075             "dist": {
7076                 "type": "zip",
7077                 "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7078                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
7079                 "shasum": ""
7080             },
7081             "require": {
7082                 "dflydev/dot-access-data": "^1.1.0",
7083                 "php": ">=5.4"
7084             },
7085             "require-dev": {
7086                 "greg-1-anderson/composer-test-scenarios": "^1",
7087                 "phpunit/phpunit": "^4|^5.5.4",
7088                 "satooshi/php-coveralls": "^1.0.2|dev-master",
7089                 "squizlabs/php_codesniffer": "^2.7"
7090             },
7091             "type": "library",
7092             "extra": {
7093                 "branch-alias": {
7094                     "dev-master": "1.x-dev"
7095                 }
7096             },
7097             "autoload": {
7098                 "psr-4": {
7099                     "Grasmash\\Expander\\": "src/"
7100                 }
7101             },
7102             "notification-url": "https://packagist.org/downloads/",
7103             "license": [
7104                 "MIT"
7105             ],
7106             "authors": [
7107                 {
7108                     "name": "Matthew Grasmick"
7109                 }
7110             ],
7111             "description": "Expands internal property references in PHP arrays file.",
7112             "time": "2017-12-21T22:14:55+00:00"
7113         },
7114         {
7115             "name": "grasmash/yaml-expander",
7116             "version": "1.4.0",
7117             "source": {
7118                 "type": "git",
7119                 "url": "https://github.com/grasmash/yaml-expander.git",
7120                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
7121             },
7122             "dist": {
7123                 "type": "zip",
7124                 "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7125                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
7126                 "shasum": ""
7127             },
7128             "require": {
7129                 "dflydev/dot-access-data": "^1.1.0",
7130                 "php": ">=5.4",
7131                 "symfony/yaml": "^2.8.11|^3|^4"
7132             },
7133             "require-dev": {
7134                 "greg-1-anderson/composer-test-scenarios": "^1",
7135                 "phpunit/phpunit": "^4.8|^5.5.4",
7136                 "satooshi/php-coveralls": "^1.0.2|dev-master",
7137                 "squizlabs/php_codesniffer": "^2.7"
7138             },
7139             "type": "library",
7140             "extra": {
7141                 "branch-alias": {
7142                     "dev-master": "1.x-dev"
7143                 }
7144             },
7145             "autoload": {
7146                 "psr-4": {
7147                     "Grasmash\\YamlExpander\\": "src/"
7148                 }
7149             },
7150             "notification-url": "https://packagist.org/downloads/",
7151             "license": [
7152                 "MIT"
7153             ],
7154             "authors": [
7155                 {
7156                     "name": "Matthew Grasmick"
7157                 }
7158             ],
7159             "description": "Expands internal property references in a yaml file.",
7160             "time": "2017-12-16T16:06:03+00:00"
7161         },
7162         {
7163             "name": "grom358/pharborist",
7164             "version": "dev-master",
7165             "source": {
7166                 "type": "git",
7167                 "url": "https://github.com/grom358/pharborist.git",
7168                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
7169             },
7170             "dist": {
7171                 "type": "zip",
7172                 "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
7173                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
7174                 "shasum": ""
7175             },
7176             "require": {
7177                 "php": ">=5.4",
7178                 "phpdocumentor/reflection-docblock": "2.0.*"
7179             },
7180             "require-dev": {
7181                 "apigen/apigen": "2.8.*",
7182                 "phpunit/phpunit": "4.2.*"
7183             },
7184             "type": "library",
7185             "autoload": {
7186                 "psr-4": {
7187                     "Pharborist\\": "src/"
7188                 }
7189             },
7190             "notification-url": "https://packagist.org/downloads/",
7191             "license": [
7192                 "GPL"
7193             ],
7194             "authors": [
7195                 {
7196                     "name": "Cameron Zemek",
7197                     "role": "lead"
7198                 }
7199             ],
7200             "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
7201             "keywords": [
7202                 "standards",
7203                 "syntax"
7204             ],
7205             "time": "2015-09-20T22:14:29+00:00"
7206         },
7207         {
7208             "name": "guzzlehttp/guzzle",
7209             "version": "6.3.3",
7210             "source": {
7211                 "type": "git",
7212                 "url": "https://github.com/guzzle/guzzle.git",
7213                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
7214             },
7215             "dist": {
7216                 "type": "zip",
7217                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7218                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
7219                 "shasum": ""
7220             },
7221             "require": {
7222                 "guzzlehttp/promises": "^1.0",
7223                 "guzzlehttp/psr7": "^1.4",
7224                 "php": ">=5.5"
7225             },
7226             "require-dev": {
7227                 "ext-curl": "*",
7228                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
7229                 "psr/log": "^1.0"
7230             },
7231             "suggest": {
7232                 "psr/log": "Required for using the Log middleware"
7233             },
7234             "type": "library",
7235             "extra": {
7236                 "branch-alias": {
7237                     "dev-master": "6.3-dev"
7238                 }
7239             },
7240             "autoload": {
7241                 "files": [
7242                     "src/functions_include.php"
7243                 ],
7244                 "psr-4": {
7245                     "GuzzleHttp\\": "src/"
7246                 }
7247             },
7248             "notification-url": "https://packagist.org/downloads/",
7249             "license": [
7250                 "MIT"
7251             ],
7252             "authors": [
7253                 {
7254                     "name": "Michael Dowling",
7255                     "email": "mtdowling@gmail.com",
7256                     "homepage": "https://github.com/mtdowling"
7257                 }
7258             ],
7259             "description": "Guzzle is a PHP HTTP client library",
7260             "homepage": "http://guzzlephp.org/",
7261             "keywords": [
7262                 "client",
7263                 "curl",
7264                 "framework",
7265                 "http",
7266                 "http client",
7267                 "rest",
7268                 "web service"
7269             ],
7270             "time": "2018-04-22T15:46:56+00:00"
7271         },
7272         {
7273             "name": "guzzlehttp/promises",
7274             "version": "v1.3.1",
7275             "source": {
7276                 "type": "git",
7277                 "url": "https://github.com/guzzle/promises.git",
7278                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
7279             },
7280             "dist": {
7281                 "type": "zip",
7282                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7283                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7284                 "shasum": ""
7285             },
7286             "require": {
7287                 "php": ">=5.5.0"
7288             },
7289             "require-dev": {
7290                 "phpunit/phpunit": "^4.0"
7291             },
7292             "type": "library",
7293             "extra": {
7294                 "branch-alias": {
7295                     "dev-master": "1.4-dev"
7296                 }
7297             },
7298             "autoload": {
7299                 "psr-4": {
7300                     "GuzzleHttp\\Promise\\": "src/"
7301                 },
7302                 "files": [
7303                     "src/functions_include.php"
7304                 ]
7305             },
7306             "notification-url": "https://packagist.org/downloads/",
7307             "license": [
7308                 "MIT"
7309             ],
7310             "authors": [
7311                 {
7312                     "name": "Michael Dowling",
7313                     "email": "mtdowling@gmail.com",
7314                     "homepage": "https://github.com/mtdowling"
7315                 }
7316             ],
7317             "description": "Guzzle promises library",
7318             "keywords": [
7319                 "promise"
7320             ],
7321             "time": "2016-12-20T10:07:11+00:00"
7322         },
7323         {
7324             "name": "guzzlehttp/psr7",
7325             "version": "1.4.2",
7326             "source": {
7327                 "type": "git",
7328                 "url": "https://github.com/guzzle/psr7.git",
7329                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
7330             },
7331             "dist": {
7332                 "type": "zip",
7333                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7334                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7335                 "shasum": ""
7336             },
7337             "require": {
7338                 "php": ">=5.4.0",
7339                 "psr/http-message": "~1.0"
7340             },
7341             "provide": {
7342                 "psr/http-message-implementation": "1.0"
7343             },
7344             "require-dev": {
7345                 "phpunit/phpunit": "~4.0"
7346             },
7347             "type": "library",
7348             "extra": {
7349                 "branch-alias": {
7350                     "dev-master": "1.4-dev"
7351                 }
7352             },
7353             "autoload": {
7354                 "psr-4": {
7355                     "GuzzleHttp\\Psr7\\": "src/"
7356                 },
7357                 "files": [
7358                     "src/functions_include.php"
7359                 ]
7360             },
7361             "notification-url": "https://packagist.org/downloads/",
7362             "license": [
7363                 "MIT"
7364             ],
7365             "authors": [
7366                 {
7367                     "name": "Michael Dowling",
7368                     "email": "mtdowling@gmail.com",
7369                     "homepage": "https://github.com/mtdowling"
7370                 },
7371                 {
7372                     "name": "Tobias Schultze",
7373                     "homepage": "https://github.com/Tobion"
7374                 }
7375             ],
7376             "description": "PSR-7 message implementation that also provides common utility methods",
7377             "keywords": [
7378                 "http",
7379                 "message",
7380                 "request",
7381                 "response",
7382                 "stream",
7383                 "uri",
7384                 "url"
7385             ],
7386             "time": "2017-03-20T17:10:46+00:00"
7387         },
7388         {
7389             "name": "j7mbo/twitter-api-php",
7390             "version": "1.0.6",
7391             "source": {
7392                 "type": "git",
7393                 "url": "https://github.com/J7mbo/twitter-api-php.git",
7394                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
7395             },
7396             "dist": {
7397                 "type": "zip",
7398                 "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7399                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7400                 "shasum": ""
7401             },
7402             "require": {
7403                 "ext-curl": "*"
7404             },
7405             "require-dev": {
7406                 "phpunit/phpunit": "~4.5,>=4.5.1"
7407             },
7408             "type": "library",
7409             "extra": {
7410                 "branch-alias": {
7411                     "dev-master": "1.0-dev"
7412                 }
7413             },
7414             "autoload": {
7415                 "classmap": [
7416                     "TwitterAPIExchange.php"
7417                 ]
7418             },
7419             "notification-url": "https://packagist.org/downloads/",
7420             "license": [
7421                 "GNU Public License"
7422             ],
7423             "authors": [
7424                 {
7425                     "name": "James Mallison",
7426                     "homepage": "https://github.com/j7mbo/twitter-api-php"
7427                 }
7428             ],
7429             "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
7430             "homepage": "https://github.com/j7mbo/twitter-api-php",
7431             "keywords": [
7432                 "api",
7433                 "php",
7434                 "twitter"
7435             ],
7436             "time": "2017-05-08T12:10:56+00:00"
7437         },
7438         {
7439             "name": "jakub-onderka/php-console-color",
7440             "version": "0.1",
7441             "source": {
7442                 "type": "git",
7443                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
7444                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
7445             },
7446             "dist": {
7447                 "type": "zip",
7448                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
7449                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
7450                 "shasum": ""
7451             },
7452             "require": {
7453                 "php": ">=5.3.2"
7454             },
7455             "require-dev": {
7456                 "jakub-onderka/php-code-style": "1.0",
7457                 "jakub-onderka/php-parallel-lint": "0.*",
7458                 "jakub-onderka/php-var-dump-check": "0.*",
7459                 "phpunit/phpunit": "3.7.*",
7460                 "squizlabs/php_codesniffer": "1.*"
7461             },
7462             "type": "library",
7463             "autoload": {
7464                 "psr-0": {
7465                     "JakubOnderka\\PhpConsoleColor": "src/"
7466                 }
7467             },
7468             "notification-url": "https://packagist.org/downloads/",
7469             "license": [
7470                 "BSD-2-Clause"
7471             ],
7472             "authors": [
7473                 {
7474                     "name": "Jakub Onderka",
7475                     "email": "jakub.onderka@gmail.com",
7476                     "homepage": "http://www.acci.cz"
7477                 }
7478             ],
7479             "time": "2014-04-08T15:00:19+00:00"
7480         },
7481         {
7482             "name": "jakub-onderka/php-console-highlighter",
7483             "version": "v0.3.2",
7484             "source": {
7485                 "type": "git",
7486                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
7487                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
7488             },
7489             "dist": {
7490                 "type": "zip",
7491                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
7492                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
7493                 "shasum": ""
7494             },
7495             "require": {
7496                 "jakub-onderka/php-console-color": "~0.1",
7497                 "php": ">=5.3.0"
7498             },
7499             "require-dev": {
7500                 "jakub-onderka/php-code-style": "~1.0",
7501                 "jakub-onderka/php-parallel-lint": "~0.5",
7502                 "jakub-onderka/php-var-dump-check": "~0.1",
7503                 "phpunit/phpunit": "~4.0",
7504                 "squizlabs/php_codesniffer": "~1.5"
7505             },
7506             "type": "library",
7507             "autoload": {
7508                 "psr-0": {
7509                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
7510                 }
7511             },
7512             "notification-url": "https://packagist.org/downloads/",
7513             "license": [
7514                 "MIT"
7515             ],
7516             "authors": [
7517                 {
7518                     "name": "Jakub Onderka",
7519                     "email": "acci@acci.cz",
7520                     "homepage": "http://www.acci.cz/"
7521                 }
7522             ],
7523             "time": "2015-04-20T18:58:01+00:00"
7524         },
7525         {
7526             "name": "league/container",
7527             "version": "2.4.1",
7528             "source": {
7529                 "type": "git",
7530                 "url": "https://github.com/thephpleague/container.git",
7531                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
7532             },
7533             "dist": {
7534                 "type": "zip",
7535                 "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
7536                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
7537                 "shasum": ""
7538             },
7539             "require": {
7540                 "container-interop/container-interop": "^1.2",
7541                 "php": "^5.4.0 || ^7.0"
7542             },
7543             "provide": {
7544                 "container-interop/container-interop-implementation": "^1.2",
7545                 "psr/container-implementation": "^1.0"
7546             },
7547             "replace": {
7548                 "orno/di": "~2.0"
7549             },
7550             "require-dev": {
7551                 "phpunit/phpunit": "4.*"
7552             },
7553             "type": "library",
7554             "extra": {
7555                 "branch-alias": {
7556                     "dev-2.x": "2.x-dev",
7557                     "dev-1.x": "1.x-dev"
7558                 }
7559             },
7560             "autoload": {
7561                 "psr-4": {
7562                     "League\\Container\\": "src"
7563                 }
7564             },
7565             "notification-url": "https://packagist.org/downloads/",
7566             "license": [
7567                 "MIT"
7568             ],
7569             "authors": [
7570                 {
7571                     "name": "Phil Bennett",
7572                     "email": "philipobenito@gmail.com",
7573                     "homepage": "http://www.philipobenito.com",
7574                     "role": "Developer"
7575                 }
7576             ],
7577             "description": "A fast and intuitive dependency injection container.",
7578             "homepage": "https://github.com/thephpleague/container",
7579             "keywords": [
7580                 "container",
7581                 "dependency",
7582                 "di",
7583                 "injection",
7584                 "league",
7585                 "provider",
7586                 "service"
7587             ],
7588             "time": "2017-05-10T09:20:27+00:00"
7589         },
7590         {
7591             "name": "masterminds/html5",
7592             "version": "2.3.0",
7593             "source": {
7594                 "type": "git",
7595                 "url": "https://github.com/Masterminds/html5-php.git",
7596                 "reference": "2c37c6c520b995b761674de3be8455a381679067"
7597             },
7598             "dist": {
7599                 "type": "zip",
7600                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067",
7601                 "reference": "2c37c6c520b995b761674de3be8455a381679067",
7602                 "shasum": ""
7603             },
7604             "require": {
7605                 "ext-libxml": "*",
7606                 "php": ">=5.3.0"
7607             },
7608             "require-dev": {
7609                 "phpunit/phpunit": "4.*",
7610                 "sami/sami": "~2.0",
7611                 "satooshi/php-coveralls": "1.0.*"
7612             },
7613             "type": "library",
7614             "extra": {
7615                 "branch-alias": {
7616                     "dev-master": "2.2-dev"
7617                 }
7618             },
7619             "autoload": {
7620                 "psr-4": {
7621                     "Masterminds\\": "src"
7622                 }
7623             },
7624             "notification-url": "https://packagist.org/downloads/",
7625             "license": [
7626                 "MIT"
7627             ],
7628             "authors": [
7629                 {
7630                     "name": "Matt Butcher",
7631                     "email": "technosophos@gmail.com"
7632                 },
7633                 {
7634                     "name": "Asmir Mustafic",
7635                     "email": "goetas@gmail.com"
7636                 },
7637                 {
7638                     "name": "Matt Farina",
7639                     "email": "matt@mattfarina.com"
7640                 }
7641             ],
7642             "description": "An HTML5 parser and serializer.",
7643             "homepage": "http://masterminds.github.io/html5-php",
7644             "keywords": [
7645                 "HTML5",
7646                 "dom",
7647                 "html",
7648                 "parser",
7649                 "querypath",
7650                 "serializer",
7651                 "xml"
7652             ],
7653             "time": "2017-09-04T12:26:28+00:00"
7654         },
7655         {
7656             "name": "mehrpadin/superfish",
7657             "version": "2.1",
7658             "source": {
7659                 "type": "git",
7660                 "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
7661                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
7662             },
7663             "dist": {
7664                 "type": "zip",
7665                 "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7666                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7667                 "shasum": ""
7668             },
7669             "type": "drupal-library",
7670             "notification-url": "https://packagist.org/downloads/",
7671             "license": [
7672                 "MIT"
7673             ],
7674             "description": "Superfish library for the Drupal Superfish module.",
7675             "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
7676             "keywords": [
7677                 "jquery",
7678                 "plugin"
7679             ],
7680             "time": "2017-05-30T13:00:18+00:00"
7681         },
7682         {
7683             "name": "michelf/php-markdown",
7684             "version": "1.8.0",
7685             "source": {
7686                 "type": "git",
7687                 "url": "https://github.com/michelf/php-markdown.git",
7688                 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
7689             },
7690             "dist": {
7691                 "type": "zip",
7692                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
7693                 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
7694                 "shasum": ""
7695             },
7696             "require": {
7697                 "php": ">=5.3.0"
7698             },
7699             "type": "library",
7700             "autoload": {
7701                 "psr-4": {
7702                     "Michelf\\": "Michelf/"
7703                 }
7704             },
7705             "notification-url": "https://packagist.org/downloads/",
7706             "license": [
7707                 "BSD-3-Clause"
7708             ],
7709             "authors": [
7710                 {
7711                     "name": "Michel Fortin",
7712                     "email": "michel.fortin@michelf.ca",
7713                     "homepage": "https://michelf.ca/",
7714                     "role": "Developer"
7715                 },
7716                 {
7717                     "name": "John Gruber",
7718                     "homepage": "https://daringfireball.net/"
7719                 }
7720             ],
7721             "description": "PHP Markdown",
7722             "homepage": "https://michelf.ca/projects/php-markdown/",
7723             "keywords": [
7724                 "markdown"
7725             ],
7726             "time": "2018-01-15T00:49:33+00:00"
7727         },
7728         {
7729             "name": "mkalkbrenner/php-htmldiff-advanced",
7730             "version": "0.0.8",
7731             "source": {
7732                 "type": "git",
7733                 "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
7734                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
7735             },
7736             "dist": {
7737                 "type": "zip",
7738                 "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7739                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7740                 "shasum": ""
7741             },
7742             "require": {
7743                 "caxy/php-htmldiff": ">=0.0.6",
7744                 "php": ">=5.5.0"
7745             },
7746             "type": "library",
7747             "autoload": {
7748                 "files": [
7749                     "src/HtmlDiffAdvancedInterface.php",
7750                     "src/HtmlDiffAdvanced.php"
7751                 ]
7752             },
7753             "notification-url": "https://packagist.org/downloads/",
7754             "license": [
7755                 "GNU General Public License V2"
7756             ],
7757             "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
7758             "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
7759             "keywords": [
7760                 "diff",
7761                 "html"
7762             ],
7763             "time": "2016-07-25T17:07:32+00:00"
7764         },
7765         {
7766             "name": "nikic/php-parser",
7767             "version": "v4.0.1",
7768             "source": {
7769                 "type": "git",
7770                 "url": "https://github.com/nikic/PHP-Parser.git",
7771                 "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3"
7772             },
7773             "dist": {
7774                 "type": "zip",
7775                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
7776                 "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
7777                 "shasum": ""
7778             },
7779             "require": {
7780                 "ext-tokenizer": "*",
7781                 "php": ">=7.0"
7782             },
7783             "require-dev": {
7784                 "phpunit/phpunit": "^6.5 || ^7.0"
7785             },
7786             "bin": [
7787                 "bin/php-parse"
7788             ],
7789             "type": "library",
7790             "extra": {
7791                 "branch-alias": {
7792                     "dev-master": "4.0-dev"
7793                 }
7794             },
7795             "autoload": {
7796                 "psr-4": {
7797                     "PhpParser\\": "lib/PhpParser"
7798                 }
7799             },
7800             "notification-url": "https://packagist.org/downloads/",
7801             "license": [
7802                 "BSD-3-Clause"
7803             ],
7804             "authors": [
7805                 {
7806                     "name": "Nikita Popov"
7807                 }
7808             ],
7809             "description": "A PHP parser written in PHP",
7810             "keywords": [
7811                 "parser",
7812                 "php"
7813             ],
7814             "time": "2018-03-25T17:35:16+00:00"
7815         },
7816         {
7817             "name": "paragonie/random_compat",
7818             "version": "v2.0.12",
7819             "source": {
7820                 "type": "git",
7821                 "url": "https://github.com/paragonie/random_compat.git",
7822                 "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
7823             },
7824             "dist": {
7825                 "type": "zip",
7826                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
7827                 "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
7828                 "shasum": ""
7829             },
7830             "require": {
7831                 "php": ">=5.2.0"
7832             },
7833             "require-dev": {
7834                 "phpunit/phpunit": "4.*|5.*"
7835             },
7836             "suggest": {
7837                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
7838             },
7839             "type": "library",
7840             "autoload": {
7841                 "files": [
7842                     "lib/random.php"
7843                 ]
7844             },
7845             "notification-url": "https://packagist.org/downloads/",
7846             "license": [
7847                 "MIT"
7848             ],
7849             "authors": [
7850                 {
7851                     "name": "Paragon Initiative Enterprises",
7852                     "email": "security@paragonie.com",
7853                     "homepage": "https://paragonie.com"
7854                 }
7855             ],
7856             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
7857             "keywords": [
7858                 "csprng",
7859                 "pseudorandom",
7860                 "random"
7861             ],
7862             "time": "2018-04-04T21:24:14+00:00"
7863         },
7864         {
7865             "name": "phpdocumentor/reflection-docblock",
7866             "version": "2.0.5",
7867             "source": {
7868                 "type": "git",
7869                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
7870                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
7871             },
7872             "dist": {
7873                 "type": "zip",
7874                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7875                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7876                 "shasum": ""
7877             },
7878             "require": {
7879                 "php": ">=5.3.3"
7880             },
7881             "require-dev": {
7882                 "phpunit/phpunit": "~4.0"
7883             },
7884             "suggest": {
7885                 "dflydev/markdown": "~1.0",
7886                 "erusev/parsedown": "~1.0"
7887             },
7888             "type": "library",
7889             "extra": {
7890                 "branch-alias": {
7891                     "dev-master": "2.0.x-dev"
7892                 }
7893             },
7894             "autoload": {
7895                 "psr-0": {
7896                     "phpDocumentor": [
7897                         "src/"
7898                     ]
7899                 }
7900             },
7901             "notification-url": "https://packagist.org/downloads/",
7902             "license": [
7903                 "MIT"
7904             ],
7905             "authors": [
7906                 {
7907                     "name": "Mike van Riel",
7908                     "email": "mike.vanriel@naenius.com"
7909                 }
7910             ],
7911             "time": "2016-01-25T08:17:30+00:00"
7912         },
7913         {
7914             "name": "phpspec/prophecy",
7915             "version": "1.7.6",
7916             "source": {
7917                 "type": "git",
7918                 "url": "https://github.com/phpspec/prophecy.git",
7919                 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
7920             },
7921             "dist": {
7922                 "type": "zip",
7923                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
7924                 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
7925                 "shasum": ""
7926             },
7927             "require": {
7928                 "doctrine/instantiator": "^1.0.2",
7929                 "php": "^5.3|^7.0",
7930                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
7931                 "sebastian/comparator": "^1.1|^2.0|^3.0",
7932                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
7933             },
7934             "require-dev": {
7935                 "phpspec/phpspec": "^2.5|^3.2",
7936                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
7937             },
7938             "type": "library",
7939             "extra": {
7940                 "branch-alias": {
7941                     "dev-master": "1.7.x-dev"
7942                 }
7943             },
7944             "autoload": {
7945                 "psr-0": {
7946                     "Prophecy\\": "src/"
7947                 }
7948             },
7949             "notification-url": "https://packagist.org/downloads/",
7950             "license": [
7951                 "MIT"
7952             ],
7953             "authors": [
7954                 {
7955                     "name": "Konstantin Kudryashov",
7956                     "email": "ever.zet@gmail.com",
7957                     "homepage": "http://everzet.com"
7958                 },
7959                 {
7960                     "name": "Marcello Duarte",
7961                     "email": "marcello.duarte@gmail.com"
7962                 }
7963             ],
7964             "description": "Highly opinionated mocking framework for PHP 5.3+",
7965             "homepage": "https://github.com/phpspec/prophecy",
7966             "keywords": [
7967                 "Double",
7968                 "Dummy",
7969                 "fake",
7970                 "mock",
7971                 "spy",
7972                 "stub"
7973             ],
7974             "time": "2018-04-18T13:57:24+00:00"
7975         },
7976         {
7977             "name": "phpunit/php-code-coverage",
7978             "version": "2.2.4",
7979             "source": {
7980                 "type": "git",
7981                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7982                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
7983             },
7984             "dist": {
7985                 "type": "zip",
7986                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
7987                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
7988                 "shasum": ""
7989             },
7990             "require": {
7991                 "php": ">=5.3.3",
7992                 "phpunit/php-file-iterator": "~1.3",
7993                 "phpunit/php-text-template": "~1.2",
7994                 "phpunit/php-token-stream": "~1.3",
7995                 "sebastian/environment": "^1.3.2",
7996                 "sebastian/version": "~1.0"
7997             },
7998             "require-dev": {
7999                 "ext-xdebug": ">=2.1.4",
8000                 "phpunit/phpunit": "~4"
8001             },
8002             "suggest": {
8003                 "ext-dom": "*",
8004                 "ext-xdebug": ">=2.2.1",
8005                 "ext-xmlwriter": "*"
8006             },
8007             "type": "library",
8008             "extra": {
8009                 "branch-alias": {
8010                     "dev-master": "2.2.x-dev"
8011                 }
8012             },
8013             "autoload": {
8014                 "classmap": [
8015                     "src/"
8016                 ]
8017             },
8018             "notification-url": "https://packagist.org/downloads/",
8019             "license": [
8020                 "BSD-3-Clause"
8021             ],
8022             "authors": [
8023                 {
8024                     "name": "Sebastian Bergmann",
8025                     "email": "sb@sebastian-bergmann.de",
8026                     "role": "lead"
8027                 }
8028             ],
8029             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8030             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8031             "keywords": [
8032                 "coverage",
8033                 "testing",
8034                 "xunit"
8035             ],
8036             "time": "2015-10-06T15:47:00+00:00"
8037         },
8038         {
8039             "name": "phpunit/php-file-iterator",
8040             "version": "1.4.5",
8041             "source": {
8042                 "type": "git",
8043                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8044                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
8045             },
8046             "dist": {
8047                 "type": "zip",
8048                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
8049                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
8050                 "shasum": ""
8051             },
8052             "require": {
8053                 "php": ">=5.3.3"
8054             },
8055             "type": "library",
8056             "extra": {
8057                 "branch-alias": {
8058                     "dev-master": "1.4.x-dev"
8059                 }
8060             },
8061             "autoload": {
8062                 "classmap": [
8063                     "src/"
8064                 ]
8065             },
8066             "notification-url": "https://packagist.org/downloads/",
8067             "license": [
8068                 "BSD-3-Clause"
8069             ],
8070             "authors": [
8071                 {
8072                     "name": "Sebastian Bergmann",
8073                     "email": "sb@sebastian-bergmann.de",
8074                     "role": "lead"
8075                 }
8076             ],
8077             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8078             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8079             "keywords": [
8080                 "filesystem",
8081                 "iterator"
8082             ],
8083             "time": "2017-11-27T13:52:08+00:00"
8084         },
8085         {
8086             "name": "phpunit/php-text-template",
8087             "version": "1.2.1",
8088             "source": {
8089                 "type": "git",
8090                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8091                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
8092             },
8093             "dist": {
8094                 "type": "zip",
8095                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8096                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8097                 "shasum": ""
8098             },
8099             "require": {
8100                 "php": ">=5.3.3"
8101             },
8102             "type": "library",
8103             "autoload": {
8104                 "classmap": [
8105                     "src/"
8106                 ]
8107             },
8108             "notification-url": "https://packagist.org/downloads/",
8109             "license": [
8110                 "BSD-3-Clause"
8111             ],
8112             "authors": [
8113                 {
8114                     "name": "Sebastian Bergmann",
8115                     "email": "sebastian@phpunit.de",
8116                     "role": "lead"
8117                 }
8118             ],
8119             "description": "Simple template engine.",
8120             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8121             "keywords": [
8122                 "template"
8123             ],
8124             "time": "2015-06-21T13:50:34+00:00"
8125         },
8126         {
8127             "name": "phpunit/php-timer",
8128             "version": "1.0.9",
8129             "source": {
8130                 "type": "git",
8131                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8132                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
8133             },
8134             "dist": {
8135                 "type": "zip",
8136                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8137                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8138                 "shasum": ""
8139             },
8140             "require": {
8141                 "php": "^5.3.3 || ^7.0"
8142             },
8143             "require-dev": {
8144                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8145             },
8146             "type": "library",
8147             "extra": {
8148                 "branch-alias": {
8149                     "dev-master": "1.0-dev"
8150                 }
8151             },
8152             "autoload": {
8153                 "classmap": [
8154                     "src/"
8155                 ]
8156             },
8157             "notification-url": "https://packagist.org/downloads/",
8158             "license": [
8159                 "BSD-3-Clause"
8160             ],
8161             "authors": [
8162                 {
8163                     "name": "Sebastian Bergmann",
8164                     "email": "sb@sebastian-bergmann.de",
8165                     "role": "lead"
8166                 }
8167             ],
8168             "description": "Utility class for timing",
8169             "homepage": "https://github.com/sebastianbergmann/php-timer/",
8170             "keywords": [
8171                 "timer"
8172             ],
8173             "time": "2017-02-26T11:10:40+00:00"
8174         },
8175         {
8176             "name": "phpunit/php-token-stream",
8177             "version": "1.4.12",
8178             "source": {
8179                 "type": "git",
8180                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
8181                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
8182             },
8183             "dist": {
8184                 "type": "zip",
8185                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
8186                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
8187                 "shasum": ""
8188             },
8189             "require": {
8190                 "ext-tokenizer": "*",
8191                 "php": ">=5.3.3"
8192             },
8193             "require-dev": {
8194                 "phpunit/phpunit": "~4.2"
8195             },
8196             "type": "library",
8197             "extra": {
8198                 "branch-alias": {
8199                     "dev-master": "1.4-dev"
8200                 }
8201             },
8202             "autoload": {
8203                 "classmap": [
8204                     "src/"
8205                 ]
8206             },
8207             "notification-url": "https://packagist.org/downloads/",
8208             "license": [
8209                 "BSD-3-Clause"
8210             ],
8211             "authors": [
8212                 {
8213                     "name": "Sebastian Bergmann",
8214                     "email": "sebastian@phpunit.de"
8215                 }
8216             ],
8217             "description": "Wrapper around PHP's tokenizer extension.",
8218             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
8219             "keywords": [
8220                 "tokenizer"
8221             ],
8222             "time": "2017-12-04T08:55:13+00:00"
8223         },
8224         {
8225             "name": "phpunit/phpunit",
8226             "version": "4.8.36",
8227             "source": {
8228                 "type": "git",
8229                 "url": "https://github.com/sebastianbergmann/phpunit.git",
8230                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
8231             },
8232             "dist": {
8233                 "type": "zip",
8234                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
8235                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
8236                 "shasum": ""
8237             },
8238             "require": {
8239                 "ext-dom": "*",
8240                 "ext-json": "*",
8241                 "ext-pcre": "*",
8242                 "ext-reflection": "*",
8243                 "ext-spl": "*",
8244                 "php": ">=5.3.3",
8245                 "phpspec/prophecy": "^1.3.1",
8246                 "phpunit/php-code-coverage": "~2.1",
8247                 "phpunit/php-file-iterator": "~1.4",
8248                 "phpunit/php-text-template": "~1.2",
8249                 "phpunit/php-timer": "^1.0.6",
8250                 "phpunit/phpunit-mock-objects": "~2.3",
8251                 "sebastian/comparator": "~1.2.2",
8252                 "sebastian/diff": "~1.2",
8253                 "sebastian/environment": "~1.3",
8254                 "sebastian/exporter": "~1.2",
8255                 "sebastian/global-state": "~1.0",
8256                 "sebastian/version": "~1.0",
8257                 "symfony/yaml": "~2.1|~3.0"
8258             },
8259             "suggest": {
8260                 "phpunit/php-invoker": "~1.1"
8261             },
8262             "bin": [
8263                 "phpunit"
8264             ],
8265             "type": "library",
8266             "extra": {
8267                 "branch-alias": {
8268                     "dev-master": "4.8.x-dev"
8269                 }
8270             },
8271             "autoload": {
8272                 "classmap": [
8273                     "src/"
8274                 ]
8275             },
8276             "notification-url": "https://packagist.org/downloads/",
8277             "license": [
8278                 "BSD-3-Clause"
8279             ],
8280             "authors": [
8281                 {
8282                     "name": "Sebastian Bergmann",
8283                     "email": "sebastian@phpunit.de",
8284                     "role": "lead"
8285                 }
8286             ],
8287             "description": "The PHP Unit Testing framework.",
8288             "homepage": "https://phpunit.de/",
8289             "keywords": [
8290                 "phpunit",
8291                 "testing",
8292                 "xunit"
8293             ],
8294             "time": "2017-06-21T08:07:12+00:00"
8295         },
8296         {
8297             "name": "phpunit/phpunit-mock-objects",
8298             "version": "2.3.8",
8299             "source": {
8300                 "type": "git",
8301                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
8302                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
8303             },
8304             "dist": {
8305                 "type": "zip",
8306                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
8307                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
8308                 "shasum": ""
8309             },
8310             "require": {
8311                 "doctrine/instantiator": "^1.0.2",
8312                 "php": ">=5.3.3",
8313                 "phpunit/php-text-template": "~1.2",
8314                 "sebastian/exporter": "~1.2"
8315             },
8316             "require-dev": {
8317                 "phpunit/phpunit": "~4.4"
8318             },
8319             "suggest": {
8320                 "ext-soap": "*"
8321             },
8322             "type": "library",
8323             "extra": {
8324                 "branch-alias": {
8325                     "dev-master": "2.3.x-dev"
8326                 }
8327             },
8328             "autoload": {
8329                 "classmap": [
8330                     "src/"
8331                 ]
8332             },
8333             "notification-url": "https://packagist.org/downloads/",
8334             "license": [
8335                 "BSD-3-Clause"
8336             ],
8337             "authors": [
8338                 {
8339                     "name": "Sebastian Bergmann",
8340                     "email": "sb@sebastian-bergmann.de",
8341                     "role": "lead"
8342                 }
8343             ],
8344             "description": "Mock Object library for PHPUnit",
8345             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
8346             "keywords": [
8347                 "mock",
8348                 "xunit"
8349             ],
8350             "time": "2015-10-02T06:51:40+00:00"
8351         },
8352         {
8353             "name": "psr/container",
8354             "version": "1.0.0",
8355             "source": {
8356                 "type": "git",
8357                 "url": "https://github.com/php-fig/container.git",
8358                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
8359             },
8360             "dist": {
8361                 "type": "zip",
8362                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
8363                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
8364                 "shasum": ""
8365             },
8366             "require": {
8367                 "php": ">=5.3.0"
8368             },
8369             "type": "library",
8370             "extra": {
8371                 "branch-alias": {
8372                     "dev-master": "1.0.x-dev"
8373                 }
8374             },
8375             "autoload": {
8376                 "psr-4": {
8377                     "Psr\\Container\\": "src/"
8378                 }
8379             },
8380             "notification-url": "https://packagist.org/downloads/",
8381             "license": [
8382                 "MIT"
8383             ],
8384             "authors": [
8385                 {
8386                     "name": "PHP-FIG",
8387                     "homepage": "http://www.php-fig.org/"
8388                 }
8389             ],
8390             "description": "Common Container Interface (PHP FIG PSR-11)",
8391             "homepage": "https://github.com/php-fig/container",
8392             "keywords": [
8393                 "PSR-11",
8394                 "container",
8395                 "container-interface",
8396                 "container-interop",
8397                 "psr"
8398             ],
8399             "time": "2017-02-14T16:28:37+00:00"
8400         },
8401         {
8402             "name": "psr/http-message",
8403             "version": "1.0.1",
8404             "source": {
8405                 "type": "git",
8406                 "url": "https://github.com/php-fig/http-message.git",
8407                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
8408             },
8409             "dist": {
8410                 "type": "zip",
8411                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
8412                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
8413                 "shasum": ""
8414             },
8415             "require": {
8416                 "php": ">=5.3.0"
8417             },
8418             "type": "library",
8419             "extra": {
8420                 "branch-alias": {
8421                     "dev-master": "1.0.x-dev"
8422                 }
8423             },
8424             "autoload": {
8425                 "psr-4": {
8426                     "Psr\\Http\\Message\\": "src/"
8427                 }
8428             },
8429             "notification-url": "https://packagist.org/downloads/",
8430             "license": [
8431                 "MIT"
8432             ],
8433             "authors": [
8434                 {
8435                     "name": "PHP-FIG",
8436                     "homepage": "http://www.php-fig.org/"
8437                 }
8438             ],
8439             "description": "Common interface for HTTP messages",
8440             "homepage": "https://github.com/php-fig/http-message",
8441             "keywords": [
8442                 "http",
8443                 "http-message",
8444                 "psr",
8445                 "psr-7",
8446                 "request",
8447                 "response"
8448             ],
8449             "time": "2016-08-06T14:39:51+00:00"
8450         },
8451         {
8452             "name": "psr/log",
8453             "version": "1.0.2",
8454             "source": {
8455                 "type": "git",
8456                 "url": "https://github.com/php-fig/log.git",
8457                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
8458             },
8459             "dist": {
8460                 "type": "zip",
8461                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
8462                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
8463                 "shasum": ""
8464             },
8465             "require": {
8466                 "php": ">=5.3.0"
8467             },
8468             "type": "library",
8469             "extra": {
8470                 "branch-alias": {
8471                     "dev-master": "1.0.x-dev"
8472                 }
8473             },
8474             "autoload": {
8475                 "psr-4": {
8476                     "Psr\\Log\\": "Psr/Log/"
8477                 }
8478             },
8479             "notification-url": "https://packagist.org/downloads/",
8480             "license": [
8481                 "MIT"
8482             ],
8483             "authors": [
8484                 {
8485                     "name": "PHP-FIG",
8486                     "homepage": "http://www.php-fig.org/"
8487                 }
8488             ],
8489             "description": "Common interface for logging libraries",
8490             "homepage": "https://github.com/php-fig/log",
8491             "keywords": [
8492                 "log",
8493                 "psr",
8494                 "psr-3"
8495             ],
8496             "time": "2016-10-10T12:19:37+00:00"
8497         },
8498         {
8499             "name": "psy/psysh",
8500             "version": "v0.9.3",
8501             "source": {
8502                 "type": "git",
8503                 "url": "https://github.com/bobthecow/psysh.git",
8504                 "reference": "79c280013cf0b30fa23f3ba8bd3649218075adf4"
8505             },
8506             "dist": {
8507                 "type": "zip",
8508                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/79c280013cf0b30fa23f3ba8bd3649218075adf4",
8509                 "reference": "79c280013cf0b30fa23f3ba8bd3649218075adf4",
8510                 "shasum": ""
8511             },
8512             "require": {
8513                 "dnoegel/php-xdg-base-dir": "0.1",
8514                 "jakub-onderka/php-console-highlighter": "0.3.*",
8515                 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
8516                 "php": ">=5.4.0",
8517                 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
8518                 "symfony/var-dumper": "~2.7|~3.0|~4.0"
8519             },
8520             "require-dev": {
8521                 "hoa/console": "~2.15|~3.16",
8522                 "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0",
8523                 "symfony/finder": "~2.1|~3.0|~4.0"
8524             },
8525             "suggest": {
8526                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
8527                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
8528                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
8529                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
8530                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
8531             },
8532             "bin": [
8533                 "bin/psysh"
8534             ],
8535             "type": "library",
8536             "extra": {
8537                 "branch-alias": {
8538                     "dev-develop": "0.9.x-dev"
8539                 }
8540             },
8541             "autoload": {
8542                 "files": [
8543                     "src/functions.php"
8544                 ],
8545                 "psr-4": {
8546                     "Psy\\": "src/"
8547                 }
8548             },
8549             "notification-url": "https://packagist.org/downloads/",
8550             "license": [
8551                 "MIT"
8552             ],
8553             "authors": [
8554                 {
8555                     "name": "Justin Hileman",
8556                     "email": "justin@justinhileman.info",
8557                     "homepage": "http://justinhileman.com"
8558                 }
8559             ],
8560             "description": "An interactive shell for modern PHP.",
8561             "homepage": "http://psysh.org",
8562             "keywords": [
8563                 "REPL",
8564                 "console",
8565                 "interactive",
8566                 "shell"
8567             ],
8568             "time": "2018-04-18T12:32:50+00:00"
8569         },
8570         {
8571             "name": "roave/security-advisories",
8572             "version": "dev-master",
8573             "source": {
8574                 "type": "git",
8575                 "url": "https://github.com/Roave/SecurityAdvisories.git",
8576                 "reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69"
8577             },
8578             "dist": {
8579                 "type": "zip",
8580                 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69",
8581                 "reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69",
8582                 "shasum": ""
8583             },
8584             "conflict": {
8585                 "3f/pygmentize": "<1.2",
8586                 "adodb/adodb-php": "<5.20.12",
8587                 "amphp/artax": "<1.0.6|>=2,<2.0.6",
8588                 "amphp/http": "<1.0.1",
8589                 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
8590                 "aws/aws-sdk-php": ">=3,<3.2.1",
8591                 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
8592                 "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",
8593                 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
8594                 "cartalyst/sentry": "<=2.1.6",
8595                 "codeigniter/framework": "<=3.0.6",
8596                 "composer/composer": "<=1.0.0-alpha11",
8597                 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
8598                 "contao/core": ">=2,<3.5.35",
8599                 "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
8600                 "contao/listing-bundle": ">=4,<4.4.8",
8601                 "contao/newsletter-bundle": ">=4,<4.1",
8602                 "doctrine/annotations": ">=1,<1.2.7",
8603                 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
8604                 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
8605                 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
8606                 "doctrine/doctrine-bundle": "<1.5.2",
8607                 "doctrine/doctrine-module": "<=0.7.1",
8608                 "doctrine/mongodb-odm": ">=1,<1.0.2",
8609                 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
8610                 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
8611                 "dompdf/dompdf": ">=0.6,<0.6.2",
8612                 "drupal/core": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
8613                 "drupal/drupal": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
8614                 "erusev/parsedown": "<1.7",
8615                 "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",
8616                 "firebase/php-jwt": "<2",
8617                 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
8618                 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
8619                 "fuel/core": "<1.8.1",
8620                 "gree/jose": "<=2.2",
8621                 "gregwar/rst": "<1.0.3",
8622                 "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
8623                 "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",
8624                 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
8625                 "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",
8626                 "joomla/session": "<1.3.1",
8627                 "kreait/firebase-php": ">=3.2,<3.8.1",
8628                 "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",
8629                 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
8630                 "magento/magento1ce": ">=1.5.0.1,<1.9.3.2",
8631                 "magento/magento1ee": ">=1.9,<1.14.3.2",
8632                 "magento/magento2ce": ">=2,<2.2",
8633                 "monolog/monolog": ">=1.8,<1.12",
8634                 "namshi/jose": "<2.2",
8635                 "onelogin/php-saml": "<2.10.4",
8636                 "oro/crm": ">=1.7,<1.7.4",
8637                 "oro/platform": ">=1.7,<1.7.4",
8638                 "padraic/humbug_get_contents": "<1.1.2",
8639                 "pagarme/pagarme-php": ">=0,<3",
8640                 "paragonie/random_compat": "<2",
8641                 "paypal/merchant-sdk-php": "<3.12",
8642                 "phpmailer/phpmailer": ">=5,<5.2.24",
8643                 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
8644                 "phpxmlrpc/extras": "<0.6.1",
8645                 "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
8646                 "propel/propel1": ">=1,<=1.7.1",
8647                 "pusher/pusher-php-server": "<2.2.1",
8648                 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
8649                 "shopware/shopware": "<5.3.7",
8650                 "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
8651                 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
8652                 "silverstripe/framework": ">=3,<3.3",
8653                 "silverstripe/userforms": "<3",
8654                 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
8655                 "simplesamlphp/simplesamlphp": "<1.15.2",
8656                 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
8657                 "slim/slim": "<2.6",
8658                 "socalnick/scn-social-auth": "<1.15.2",
8659                 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
8660                 "stormpath/sdk": ">=0,<9.9.99",
8661                 "swiftmailer/swiftmailer": ">=4,<5.4.5",
8662                 "symfony/dependency-injection": ">=2,<2.0.17",
8663                 "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",
8664                 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
8665                 "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6",
8666                 "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
8667                 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
8668                 "symfony/routing": ">=2,<2.0.19",
8669                 "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",
8670                 "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",
8671                 "symfony/security-csrf": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
8672                 "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",
8673                 "symfony/serializer": ">=2,<2.0.11",
8674                 "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",
8675                 "symfony/translation": ">=2,<2.0.17",
8676                 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
8677                 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
8678                 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
8679                 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
8680                 "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
8681                 "titon/framework": ">=0,<9.9.99",
8682                 "twig/twig": "<1.20",
8683                 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.22|>=8,<8.7.5",
8684                 "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",
8685                 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
8686                 "willdurand/js-translation-bundle": "<2.1.1",
8687                 "yiisoft/yii": ">=1.1.14,<1.1.15",
8688                 "yiisoft/yii2": "<2.0.15",
8689                 "yiisoft/yii2-bootstrap": "<2.0.4",
8690                 "yiisoft/yii2-dev": "<2.0.15",
8691                 "yiisoft/yii2-elasticsearch": "<2.0.5",
8692                 "yiisoft/yii2-gii": "<2.0.4",
8693                 "yiisoft/yii2-jui": "<2.0.4",
8694                 "yiisoft/yii2-redis": "<2.0.8",
8695                 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
8696                 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
8697                 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
8698                 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
8699                 "zendframework/zend-diactoros": ">=1,<1.0.4",
8700                 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
8701                 "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
8702                 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8703                 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
8704                 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
8705                 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
8706                 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
8707                 "zendframework/zend-validator": ">=2.3,<2.3.6",
8708                 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
8709                 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8710                 "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
8711                 "zendframework/zendframework1": "<1.12.20",
8712                 "zendframework/zendopenid": ">=2,<2.0.2",
8713                 "zendframework/zendxml": ">=1,<1.0.1",
8714                 "zetacomponents/mail": "<1.8.2",
8715                 "zf-commons/zfc-user": "<1.2.2",
8716                 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
8717                 "zfr/zfr-oauth2-server-module": "<0.1.2"
8718             },
8719             "type": "metapackage",
8720             "notification-url": "https://packagist.org/downloads/",
8721             "license": [
8722                 "MIT"
8723             ],
8724             "authors": [
8725                 {
8726                     "name": "Marco Pivetta",
8727                     "email": "ocramius@gmail.com",
8728                     "role": "maintainer"
8729                 }
8730             ],
8731             "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
8732             "time": "2018-05-21T07:43:38+00:00"
8733         },
8734         {
8735             "name": "sebastian/comparator",
8736             "version": "1.2.4",
8737             "source": {
8738                 "type": "git",
8739                 "url": "https://github.com/sebastianbergmann/comparator.git",
8740                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
8741             },
8742             "dist": {
8743                 "type": "zip",
8744                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
8745                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
8746                 "shasum": ""
8747             },
8748             "require": {
8749                 "php": ">=5.3.3",
8750                 "sebastian/diff": "~1.2",
8751                 "sebastian/exporter": "~1.2 || ~2.0"
8752             },
8753             "require-dev": {
8754                 "phpunit/phpunit": "~4.4"
8755             },
8756             "type": "library",
8757             "extra": {
8758                 "branch-alias": {
8759                     "dev-master": "1.2.x-dev"
8760                 }
8761             },
8762             "autoload": {
8763                 "classmap": [
8764                     "src/"
8765                 ]
8766             },
8767             "notification-url": "https://packagist.org/downloads/",
8768             "license": [
8769                 "BSD-3-Clause"
8770             ],
8771             "authors": [
8772                 {
8773                     "name": "Jeff Welch",
8774                     "email": "whatthejeff@gmail.com"
8775                 },
8776                 {
8777                     "name": "Volker Dusch",
8778                     "email": "github@wallbash.com"
8779                 },
8780                 {
8781                     "name": "Bernhard Schussek",
8782                     "email": "bschussek@2bepublished.at"
8783                 },
8784                 {
8785                     "name": "Sebastian Bergmann",
8786                     "email": "sebastian@phpunit.de"
8787                 }
8788             ],
8789             "description": "Provides the functionality to compare PHP values for equality",
8790             "homepage": "http://www.github.com/sebastianbergmann/comparator",
8791             "keywords": [
8792                 "comparator",
8793                 "compare",
8794                 "equality"
8795             ],
8796             "time": "2017-01-29T09:50:25+00:00"
8797         },
8798         {
8799             "name": "sebastian/diff",
8800             "version": "1.4.3",
8801             "source": {
8802                 "type": "git",
8803                 "url": "https://github.com/sebastianbergmann/diff.git",
8804                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
8805             },
8806             "dist": {
8807                 "type": "zip",
8808                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
8809                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
8810                 "shasum": ""
8811             },
8812             "require": {
8813                 "php": "^5.3.3 || ^7.0"
8814             },
8815             "require-dev": {
8816                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8817             },
8818             "type": "library",
8819             "extra": {
8820                 "branch-alias": {
8821                     "dev-master": "1.4-dev"
8822                 }
8823             },
8824             "autoload": {
8825                 "classmap": [
8826                     "src/"
8827                 ]
8828             },
8829             "notification-url": "https://packagist.org/downloads/",
8830             "license": [
8831                 "BSD-3-Clause"
8832             ],
8833             "authors": [
8834                 {
8835                     "name": "Kore Nordmann",
8836                     "email": "mail@kore-nordmann.de"
8837                 },
8838                 {
8839                     "name": "Sebastian Bergmann",
8840                     "email": "sebastian@phpunit.de"
8841                 }
8842             ],
8843             "description": "Diff implementation",
8844             "homepage": "https://github.com/sebastianbergmann/diff",
8845             "keywords": [
8846                 "diff"
8847             ],
8848             "time": "2017-05-22T07:24:03+00:00"
8849         },
8850         {
8851             "name": "sebastian/environment",
8852             "version": "1.3.8",
8853             "source": {
8854                 "type": "git",
8855                 "url": "https://github.com/sebastianbergmann/environment.git",
8856                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
8857             },
8858             "dist": {
8859                 "type": "zip",
8860                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
8861                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
8862                 "shasum": ""
8863             },
8864             "require": {
8865                 "php": "^5.3.3 || ^7.0"
8866             },
8867             "require-dev": {
8868                 "phpunit/phpunit": "^4.8 || ^5.0"
8869             },
8870             "type": "library",
8871             "extra": {
8872                 "branch-alias": {
8873                     "dev-master": "1.3.x-dev"
8874                 }
8875             },
8876             "autoload": {
8877                 "classmap": [
8878                     "src/"
8879                 ]
8880             },
8881             "notification-url": "https://packagist.org/downloads/",
8882             "license": [
8883                 "BSD-3-Clause"
8884             ],
8885             "authors": [
8886                 {
8887                     "name": "Sebastian Bergmann",
8888                     "email": "sebastian@phpunit.de"
8889                 }
8890             ],
8891             "description": "Provides functionality to handle HHVM/PHP environments",
8892             "homepage": "http://www.github.com/sebastianbergmann/environment",
8893             "keywords": [
8894                 "Xdebug",
8895                 "environment",
8896                 "hhvm"
8897             ],
8898             "time": "2016-08-18T05:49:44+00:00"
8899         },
8900         {
8901             "name": "sebastian/exporter",
8902             "version": "1.2.2",
8903             "source": {
8904                 "type": "git",
8905                 "url": "https://github.com/sebastianbergmann/exporter.git",
8906                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
8907             },
8908             "dist": {
8909                 "type": "zip",
8910                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
8911                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
8912                 "shasum": ""
8913             },
8914             "require": {
8915                 "php": ">=5.3.3",
8916                 "sebastian/recursion-context": "~1.0"
8917             },
8918             "require-dev": {
8919                 "ext-mbstring": "*",
8920                 "phpunit/phpunit": "~4.4"
8921             },
8922             "type": "library",
8923             "extra": {
8924                 "branch-alias": {
8925                     "dev-master": "1.3.x-dev"
8926                 }
8927             },
8928             "autoload": {
8929                 "classmap": [
8930                     "src/"
8931                 ]
8932             },
8933             "notification-url": "https://packagist.org/downloads/",
8934             "license": [
8935                 "BSD-3-Clause"
8936             ],
8937             "authors": [
8938                 {
8939                     "name": "Jeff Welch",
8940                     "email": "whatthejeff@gmail.com"
8941                 },
8942                 {
8943                     "name": "Volker Dusch",
8944                     "email": "github@wallbash.com"
8945                 },
8946                 {
8947                     "name": "Bernhard Schussek",
8948                     "email": "bschussek@2bepublished.at"
8949                 },
8950                 {
8951                     "name": "Sebastian Bergmann",
8952                     "email": "sebastian@phpunit.de"
8953                 },
8954                 {
8955                     "name": "Adam Harvey",
8956                     "email": "aharvey@php.net"
8957                 }
8958             ],
8959             "description": "Provides the functionality to export PHP variables for visualization",
8960             "homepage": "http://www.github.com/sebastianbergmann/exporter",
8961             "keywords": [
8962                 "export",
8963                 "exporter"
8964             ],
8965             "time": "2016-06-17T09:04:28+00:00"
8966         },
8967         {
8968             "name": "sebastian/global-state",
8969             "version": "1.1.1",
8970             "source": {
8971                 "type": "git",
8972                 "url": "https://github.com/sebastianbergmann/global-state.git",
8973                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
8974             },
8975             "dist": {
8976                 "type": "zip",
8977                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
8978                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
8979                 "shasum": ""
8980             },
8981             "require": {
8982                 "php": ">=5.3.3"
8983             },
8984             "require-dev": {
8985                 "phpunit/phpunit": "~4.2"
8986             },
8987             "suggest": {
8988                 "ext-uopz": "*"
8989             },
8990             "type": "library",
8991             "extra": {
8992                 "branch-alias": {
8993                     "dev-master": "1.0-dev"
8994                 }
8995             },
8996             "autoload": {
8997                 "classmap": [
8998                     "src/"
8999                 ]
9000             },
9001             "notification-url": "https://packagist.org/downloads/",
9002             "license": [
9003                 "BSD-3-Clause"
9004             ],
9005             "authors": [
9006                 {
9007                     "name": "Sebastian Bergmann",
9008                     "email": "sebastian@phpunit.de"
9009                 }
9010             ],
9011             "description": "Snapshotting of global state",
9012             "homepage": "http://www.github.com/sebastianbergmann/global-state",
9013             "keywords": [
9014                 "global state"
9015             ],
9016             "time": "2015-10-12T03:26:01+00:00"
9017         },
9018         {
9019             "name": "sebastian/recursion-context",
9020             "version": "1.0.5",
9021             "source": {
9022                 "type": "git",
9023                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9024                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
9025             },
9026             "dist": {
9027                 "type": "zip",
9028                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9029                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9030                 "shasum": ""
9031             },
9032             "require": {
9033                 "php": ">=5.3.3"
9034             },
9035             "require-dev": {
9036                 "phpunit/phpunit": "~4.4"
9037             },
9038             "type": "library",
9039             "extra": {
9040                 "branch-alias": {
9041                     "dev-master": "1.0.x-dev"
9042                 }
9043             },
9044             "autoload": {
9045                 "classmap": [
9046                     "src/"
9047                 ]
9048             },
9049             "notification-url": "https://packagist.org/downloads/",
9050             "license": [
9051                 "BSD-3-Clause"
9052             ],
9053             "authors": [
9054                 {
9055                     "name": "Jeff Welch",
9056                     "email": "whatthejeff@gmail.com"
9057                 },
9058                 {
9059                     "name": "Sebastian Bergmann",
9060                     "email": "sebastian@phpunit.de"
9061                 },
9062                 {
9063                     "name": "Adam Harvey",
9064                     "email": "aharvey@php.net"
9065                 }
9066             ],
9067             "description": "Provides functionality to recursively process PHP variables",
9068             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
9069             "time": "2016-10-03T07:41:43+00:00"
9070         },
9071         {
9072             "name": "sebastian/version",
9073             "version": "1.0.6",
9074             "source": {
9075                 "type": "git",
9076                 "url": "https://github.com/sebastianbergmann/version.git",
9077                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
9078             },
9079             "dist": {
9080                 "type": "zip",
9081                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9082                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9083                 "shasum": ""
9084             },
9085             "type": "library",
9086             "autoload": {
9087                 "classmap": [
9088                     "src/"
9089                 ]
9090             },
9091             "notification-url": "https://packagist.org/downloads/",
9092             "license": [
9093                 "BSD-3-Clause"
9094             ],
9095             "authors": [
9096                 {
9097                     "name": "Sebastian Bergmann",
9098                     "email": "sebastian@phpunit.de",
9099                     "role": "lead"
9100                 }
9101             ],
9102             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9103             "homepage": "https://github.com/sebastianbergmann/version",
9104             "time": "2015-06-21T13:59:46+00:00"
9105         },
9106         {
9107             "name": "stack/builder",
9108             "version": "v1.0.5",
9109             "source": {
9110                 "type": "git",
9111                 "url": "https://github.com/stackphp/builder.git",
9112                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
9113             },
9114             "dist": {
9115                 "type": "zip",
9116                 "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9117                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9118                 "shasum": ""
9119             },
9120             "require": {
9121                 "php": ">=5.3.0",
9122                 "symfony/http-foundation": "~2.1|~3.0|~4.0",
9123                 "symfony/http-kernel": "~2.1|~3.0|~4.0"
9124             },
9125             "require-dev": {
9126                 "silex/silex": "~1.0"
9127             },
9128             "type": "library",
9129             "extra": {
9130                 "branch-alias": {
9131                     "dev-master": "1.0-dev"
9132                 }
9133             },
9134             "autoload": {
9135                 "psr-0": {
9136                     "Stack": "src"
9137                 }
9138             },
9139             "notification-url": "https://packagist.org/downloads/",
9140             "license": [
9141                 "MIT"
9142             ],
9143             "authors": [
9144                 {
9145                     "name": "Igor Wiedler",
9146                     "email": "igor@wiedler.ch"
9147                 }
9148             ],
9149             "description": "Builder for stack middlewares based on HttpKernelInterface.",
9150             "keywords": [
9151                 "stack"
9152             ],
9153             "time": "2017-11-18T14:57:29+00:00"
9154         },
9155         {
9156             "name": "stecman/symfony-console-completion",
9157             "version": "0.8.0",
9158             "source": {
9159                 "type": "git",
9160                 "url": "https://github.com/stecman/symfony-console-completion.git",
9161                 "reference": "cd738867503477e91dbe84173dfabd431c883431"
9162             },
9163             "dist": {
9164                 "type": "zip",
9165                 "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/cd738867503477e91dbe84173dfabd431c883431",
9166                 "reference": "cd738867503477e91dbe84173dfabd431c883431",
9167                 "shasum": ""
9168             },
9169             "require": {
9170                 "php": ">=5.3.2",
9171                 "symfony/console": "~2.3 || ~3.0 || ~4.0"
9172             },
9173             "require-dev": {
9174                 "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
9175             },
9176             "type": "library",
9177             "extra": {
9178                 "branch-alias": {
9179                     "dev-master": "0.6.x-dev"
9180                 }
9181             },
9182             "autoload": {
9183                 "psr-4": {
9184                     "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
9185                 }
9186             },
9187             "notification-url": "https://packagist.org/downloads/",
9188             "license": [
9189                 "MIT"
9190             ],
9191             "authors": [
9192                 {
9193                     "name": "Stephen Holdaway",
9194                     "email": "stephen@stecman.co.nz"
9195                 }
9196             ],
9197             "description": "Automatic BASH completion for Symfony Console Component based applications.",
9198             "time": "2018-02-10T04:28:01+00:00"
9199         },
9200         {
9201             "name": "sunra/php-simple-html-dom-parser",
9202             "version": "v1.5.2",
9203             "source": {
9204                 "type": "git",
9205                 "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
9206                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
9207             },
9208             "dist": {
9209                 "type": "zip",
9210                 "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
9211                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
9212                 "shasum": ""
9213             },
9214             "require": {
9215                 "ext-mbstring": "*",
9216                 "php": ">=5.3.2"
9217             },
9218             "type": "library",
9219             "autoload": {
9220                 "psr-0": {
9221                     "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
9222                 }
9223             },
9224             "notification-url": "https://packagist.org/downloads/",
9225             "license": [
9226                 "MIT"
9227             ],
9228             "authors": [
9229                 {
9230                     "name": "Sunra",
9231                     "email": "sunra@yandex.ru",
9232                     "homepage": "https://github.com/sunra"
9233                 },
9234                 {
9235                     "name": "S.C. Chen",
9236                     "homepage": "http://sourceforge.net/projects/simplehtmldom/"
9237                 }
9238             ],
9239             "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.",
9240             "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
9241             "keywords": [
9242                 "dom",
9243                 "html",
9244                 "parser"
9245             ],
9246             "time": "2016-11-22T22:57:47+00:00"
9247         },
9248         {
9249             "name": "symfony-cmf/routing",
9250             "version": "1.4.1",
9251             "source": {
9252                 "type": "git",
9253                 "url": "https://github.com/symfony-cmf/routing.git",
9254                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
9255             },
9256             "dist": {
9257                 "type": "zip",
9258                 "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9259                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9260                 "shasum": ""
9261             },
9262             "require": {
9263                 "php": "^5.3.9|^7.0",
9264                 "psr/log": "1.*",
9265                 "symfony/http-kernel": "^2.2|3.*",
9266                 "symfony/routing": "^2.2|3.*"
9267             },
9268             "require-dev": {
9269                 "friendsofsymfony/jsrouting-bundle": "^1.1",
9270                 "symfony-cmf/testing": "^1.3",
9271                 "symfony/config": "^2.2|3.*",
9272                 "symfony/dependency-injection": "^2.0.5|3.*",
9273                 "symfony/event-dispatcher": "^2.1|3.*"
9274             },
9275             "suggest": {
9276                 "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
9277             },
9278             "type": "library",
9279             "extra": {
9280                 "branch-alias": {
9281                     "dev-master": "1.4-dev"
9282                 }
9283             },
9284             "autoload": {
9285                 "psr-4": {
9286                     "Symfony\\Cmf\\Component\\Routing\\": ""
9287                 }
9288             },
9289             "notification-url": "https://packagist.org/downloads/",
9290             "license": [
9291                 "MIT"
9292             ],
9293             "authors": [
9294                 {
9295                     "name": "Symfony CMF Community",
9296                     "homepage": "https://github.com/symfony-cmf/Routing/contributors"
9297                 }
9298             ],
9299             "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
9300             "homepage": "http://cmf.symfony.com",
9301             "keywords": [
9302                 "database",
9303                 "routing"
9304             ],
9305             "time": "2017-05-09T08:10:41+00:00"
9306         },
9307         {
9308             "name": "symfony/class-loader",
9309             "version": "v3.4.10",
9310             "source": {
9311                 "type": "git",
9312                 "url": "https://github.com/symfony/class-loader.git",
9313                 "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e"
9314             },
9315             "dist": {
9316                 "type": "zip",
9317                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e",
9318                 "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e",
9319                 "shasum": ""
9320             },
9321             "require": {
9322                 "php": "^5.5.9|>=7.0.8"
9323             },
9324             "require-dev": {
9325                 "symfony/finder": "~2.8|~3.0|~4.0",
9326                 "symfony/polyfill-apcu": "~1.1"
9327             },
9328             "suggest": {
9329                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
9330             },
9331             "type": "library",
9332             "extra": {
9333                 "branch-alias": {
9334                     "dev-master": "3.4-dev"
9335                 }
9336             },
9337             "autoload": {
9338                 "psr-4": {
9339                     "Symfony\\Component\\ClassLoader\\": ""
9340                 },
9341                 "exclude-from-classmap": [
9342                     "/Tests/"
9343                 ]
9344             },
9345             "notification-url": "https://packagist.org/downloads/",
9346             "license": [
9347                 "MIT"
9348             ],
9349             "authors": [
9350                 {
9351                     "name": "Fabien Potencier",
9352                     "email": "fabien@symfony.com"
9353                 },
9354                 {
9355                     "name": "Symfony Community",
9356                     "homepage": "https://symfony.com/contributors"
9357                 }
9358             ],
9359             "description": "Symfony ClassLoader Component",
9360             "homepage": "https://symfony.com",
9361             "time": "2018-01-03T07:37:34+00:00"
9362         },
9363         {
9364             "name": "symfony/config",
9365             "version": "v3.4.10",
9366             "source": {
9367                 "type": "git",
9368                 "url": "https://github.com/symfony/config.git",
9369                 "reference": "73e055cf2e6467715f187724a0347ea32079967c"
9370             },
9371             "dist": {
9372                 "type": "zip",
9373                 "url": "https://api.github.com/repos/symfony/config/zipball/73e055cf2e6467715f187724a0347ea32079967c",
9374                 "reference": "73e055cf2e6467715f187724a0347ea32079967c",
9375                 "shasum": ""
9376             },
9377             "require": {
9378                 "php": "^5.5.9|>=7.0.8",
9379                 "symfony/filesystem": "~2.8|~3.0|~4.0",
9380                 "symfony/polyfill-ctype": "~1.8"
9381             },
9382             "conflict": {
9383                 "symfony/dependency-injection": "<3.3",
9384                 "symfony/finder": "<3.3"
9385             },
9386             "require-dev": {
9387                 "symfony/dependency-injection": "~3.3|~4.0",
9388                 "symfony/event-dispatcher": "~3.3|~4.0",
9389                 "symfony/finder": "~3.3|~4.0",
9390                 "symfony/yaml": "~3.0|~4.0"
9391             },
9392             "suggest": {
9393                 "symfony/yaml": "To use the yaml reference dumper"
9394             },
9395             "type": "library",
9396             "extra": {
9397                 "branch-alias": {
9398                     "dev-master": "3.4-dev"
9399                 }
9400             },
9401             "autoload": {
9402                 "psr-4": {
9403                     "Symfony\\Component\\Config\\": ""
9404                 },
9405                 "exclude-from-classmap": [
9406                     "/Tests/"
9407                 ]
9408             },
9409             "notification-url": "https://packagist.org/downloads/",
9410             "license": [
9411                 "MIT"
9412             ],
9413             "authors": [
9414                 {
9415                     "name": "Fabien Potencier",
9416                     "email": "fabien@symfony.com"
9417                 },
9418                 {
9419                     "name": "Symfony Community",
9420                     "homepage": "https://symfony.com/contributors"
9421                 }
9422             ],
9423             "description": "Symfony Config Component",
9424             "homepage": "https://symfony.com",
9425             "time": "2018-05-14T16:49:53+00:00"
9426         },
9427         {
9428             "name": "symfony/console",
9429             "version": "v3.4.10",
9430             "source": {
9431                 "type": "git",
9432                 "url": "https://github.com/symfony/console.git",
9433                 "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27"
9434             },
9435             "dist": {
9436                 "type": "zip",
9437                 "url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27",
9438                 "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27",
9439                 "shasum": ""
9440             },
9441             "require": {
9442                 "php": "^5.5.9|>=7.0.8",
9443                 "symfony/debug": "~2.8|~3.0|~4.0",
9444                 "symfony/polyfill-mbstring": "~1.0"
9445             },
9446             "conflict": {
9447                 "symfony/dependency-injection": "<3.4",
9448                 "symfony/process": "<3.3"
9449             },
9450             "require-dev": {
9451                 "psr/log": "~1.0",
9452                 "symfony/config": "~3.3|~4.0",
9453                 "symfony/dependency-injection": "~3.4|~4.0",
9454                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
9455                 "symfony/lock": "~3.4|~4.0",
9456                 "symfony/process": "~3.3|~4.0"
9457             },
9458             "suggest": {
9459                 "psr/log-implementation": "For using the console logger",
9460                 "symfony/event-dispatcher": "",
9461                 "symfony/lock": "",
9462                 "symfony/process": ""
9463             },
9464             "type": "library",
9465             "extra": {
9466                 "branch-alias": {
9467                     "dev-master": "3.4-dev"
9468                 }
9469             },
9470             "autoload": {
9471                 "psr-4": {
9472                     "Symfony\\Component\\Console\\": ""
9473                 },
9474                 "exclude-from-classmap": [
9475                     "/Tests/"
9476                 ]
9477             },
9478             "notification-url": "https://packagist.org/downloads/",
9479             "license": [
9480                 "MIT"
9481             ],
9482             "authors": [
9483                 {
9484                     "name": "Fabien Potencier",
9485                     "email": "fabien@symfony.com"
9486                 },
9487                 {
9488                     "name": "Symfony Community",
9489                     "homepage": "https://symfony.com/contributors"
9490                 }
9491             ],
9492             "description": "Symfony Console Component",
9493             "homepage": "https://symfony.com",
9494             "time": "2018-05-16T08:49:21+00:00"
9495         },
9496         {
9497             "name": "symfony/css-selector",
9498             "version": "v2.8.40",
9499             "source": {
9500                 "type": "git",
9501                 "url": "https://github.com/symfony/css-selector.git",
9502                 "reference": "3cdc270724e4666006118283c700a4d7f9cbe264"
9503             },
9504             "dist": {
9505                 "type": "zip",
9506                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/3cdc270724e4666006118283c700a4d7f9cbe264",
9507                 "reference": "3cdc270724e4666006118283c700a4d7f9cbe264",
9508                 "shasum": ""
9509             },
9510             "require": {
9511                 "php": ">=5.3.9"
9512             },
9513             "type": "library",
9514             "extra": {
9515                 "branch-alias": {
9516                     "dev-master": "2.8-dev"
9517                 }
9518             },
9519             "autoload": {
9520                 "psr-4": {
9521                     "Symfony\\Component\\CssSelector\\": ""
9522                 },
9523                 "exclude-from-classmap": [
9524                     "/Tests/"
9525                 ]
9526             },
9527             "notification-url": "https://packagist.org/downloads/",
9528             "license": [
9529                 "MIT"
9530             ],
9531             "authors": [
9532                 {
9533                     "name": "Jean-François Simon",
9534                     "email": "jeanfrancois.simon@sensiolabs.com"
9535                 },
9536                 {
9537                     "name": "Fabien Potencier",
9538                     "email": "fabien@symfony.com"
9539                 },
9540                 {
9541                     "name": "Symfony Community",
9542                     "homepage": "https://symfony.com/contributors"
9543                 }
9544             ],
9545             "description": "Symfony CssSelector Component",
9546             "homepage": "https://symfony.com",
9547             "time": "2018-03-10T18:19:36+00:00"
9548         },
9549         {
9550             "name": "symfony/debug",
9551             "version": "v3.4.9",
9552             "source": {
9553                 "type": "git",
9554                 "url": "https://github.com/symfony/debug.git",
9555                 "reference": "1b95888cfd996484527cb41e8952d9a5eaf7454f"
9556             },
9557             "dist": {
9558                 "type": "zip",
9559                 "url": "https://api.github.com/repos/symfony/debug/zipball/1b95888cfd996484527cb41e8952d9a5eaf7454f",
9560                 "reference": "1b95888cfd996484527cb41e8952d9a5eaf7454f",
9561                 "shasum": ""
9562             },
9563             "require": {
9564                 "php": "^5.5.9|>=7.0.8",
9565                 "psr/log": "~1.0"
9566             },
9567             "conflict": {
9568                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
9569             },
9570             "require-dev": {
9571                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
9572             },
9573             "type": "library",
9574             "extra": {
9575                 "branch-alias": {
9576                     "dev-master": "3.4-dev"
9577                 }
9578             },
9579             "autoload": {
9580                 "psr-4": {
9581                     "Symfony\\Component\\Debug\\": ""
9582                 },
9583                 "exclude-from-classmap": [
9584                     "/Tests/"
9585                 ]
9586             },
9587             "notification-url": "https://packagist.org/downloads/",
9588             "license": [
9589                 "MIT"
9590             ],
9591             "authors": [
9592                 {
9593                     "name": "Fabien Potencier",
9594                     "email": "fabien@symfony.com"
9595                 },
9596                 {
9597                     "name": "Symfony Community",
9598                     "homepage": "https://symfony.com/contributors"
9599                 }
9600             ],
9601             "description": "Symfony Debug Component",
9602             "homepage": "https://symfony.com",
9603             "time": "2018-04-30T16:53:52+00:00"
9604         },
9605         {
9606             "name": "symfony/dependency-injection",
9607             "version": "v3.4.9",
9608             "source": {
9609                 "type": "git",
9610                 "url": "https://github.com/symfony/dependency-injection.git",
9611                 "reference": "54ff9d78b56429f9a1ac12e60bfb6d169c0468e3"
9612             },
9613             "dist": {
9614                 "type": "zip",
9615                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/54ff9d78b56429f9a1ac12e60bfb6d169c0468e3",
9616                 "reference": "54ff9d78b56429f9a1ac12e60bfb6d169c0468e3",
9617                 "shasum": ""
9618             },
9619             "require": {
9620                 "php": "^5.5.9|>=7.0.8",
9621                 "psr/container": "^1.0"
9622             },
9623             "conflict": {
9624                 "symfony/config": "<3.3.7",
9625                 "symfony/finder": "<3.3",
9626                 "symfony/proxy-manager-bridge": "<3.4",
9627                 "symfony/yaml": "<3.4"
9628             },
9629             "provide": {
9630                 "psr/container-implementation": "1.0"
9631             },
9632             "require-dev": {
9633                 "symfony/config": "~3.3|~4.0",
9634                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9635                 "symfony/yaml": "~3.4|~4.0"
9636             },
9637             "suggest": {
9638                 "symfony/config": "",
9639                 "symfony/expression-language": "For using expressions in service container configuration",
9640                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
9641                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
9642                 "symfony/yaml": ""
9643             },
9644             "type": "library",
9645             "extra": {
9646                 "branch-alias": {
9647                     "dev-master": "3.4-dev"
9648                 }
9649             },
9650             "autoload": {
9651                 "psr-4": {
9652                     "Symfony\\Component\\DependencyInjection\\": ""
9653                 },
9654                 "exclude-from-classmap": [
9655                     "/Tests/"
9656                 ]
9657             },
9658             "notification-url": "https://packagist.org/downloads/",
9659             "license": [
9660                 "MIT"
9661             ],
9662             "authors": [
9663                 {
9664                     "name": "Fabien Potencier",
9665                     "email": "fabien@symfony.com"
9666                 },
9667                 {
9668                     "name": "Symfony Community",
9669                     "homepage": "https://symfony.com/contributors"
9670                 }
9671             ],
9672             "description": "Symfony DependencyInjection Component",
9673             "homepage": "https://symfony.com",
9674             "time": "2018-04-29T14:04:08+00:00"
9675         },
9676         {
9677             "name": "symfony/dom-crawler",
9678             "version": "v3.4.9",
9679             "source": {
9680                 "type": "git",
9681                 "url": "https://github.com/symfony/dom-crawler.git",
9682                 "reference": "1a4cffeb059226ff6bee9f48acb388faf674afff"
9683             },
9684             "dist": {
9685                 "type": "zip",
9686                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/1a4cffeb059226ff6bee9f48acb388faf674afff",
9687                 "reference": "1a4cffeb059226ff6bee9f48acb388faf674afff",
9688                 "shasum": ""
9689             },
9690             "require": {
9691                 "php": "^5.5.9|>=7.0.8",
9692                 "symfony/polyfill-mbstring": "~1.0"
9693             },
9694             "require-dev": {
9695                 "symfony/css-selector": "~2.8|~3.0|~4.0"
9696             },
9697             "suggest": {
9698                 "symfony/css-selector": ""
9699             },
9700             "type": "library",
9701             "extra": {
9702                 "branch-alias": {
9703                     "dev-master": "3.4-dev"
9704                 }
9705             },
9706             "autoload": {
9707                 "psr-4": {
9708                     "Symfony\\Component\\DomCrawler\\": ""
9709                 },
9710                 "exclude-from-classmap": [
9711                     "/Tests/"
9712                 ]
9713             },
9714             "notification-url": "https://packagist.org/downloads/",
9715             "license": [
9716                 "MIT"
9717             ],
9718             "authors": [
9719                 {
9720                     "name": "Fabien Potencier",
9721                     "email": "fabien@symfony.com"
9722                 },
9723                 {
9724                     "name": "Symfony Community",
9725                     "homepage": "https://symfony.com/contributors"
9726                 }
9727             ],
9728             "description": "Symfony DomCrawler Component",
9729             "homepage": "https://symfony.com",
9730             "time": "2018-03-19T22:32:39+00:00"
9731         },
9732         {
9733             "name": "symfony/event-dispatcher",
9734             "version": "v3.4.9",
9735             "source": {
9736                 "type": "git",
9737                 "url": "https://github.com/symfony/event-dispatcher.git",
9738                 "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
9739             },
9740             "dist": {
9741                 "type": "zip",
9742                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
9743                 "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
9744                 "shasum": ""
9745             },
9746             "require": {
9747                 "php": "^5.5.9|>=7.0.8"
9748             },
9749             "conflict": {
9750                 "symfony/dependency-injection": "<3.3"
9751             },
9752             "require-dev": {
9753                 "psr/log": "~1.0",
9754                 "symfony/config": "~2.8|~3.0|~4.0",
9755                 "symfony/dependency-injection": "~3.3|~4.0",
9756                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9757                 "symfony/stopwatch": "~2.8|~3.0|~4.0"
9758             },
9759             "suggest": {
9760                 "symfony/dependency-injection": "",
9761                 "symfony/http-kernel": ""
9762             },
9763             "type": "library",
9764             "extra": {
9765                 "branch-alias": {
9766                     "dev-master": "3.4-dev"
9767                 }
9768             },
9769             "autoload": {
9770                 "psr-4": {
9771                     "Symfony\\Component\\EventDispatcher\\": ""
9772                 },
9773                 "exclude-from-classmap": [
9774                     "/Tests/"
9775                 ]
9776             },
9777             "notification-url": "https://packagist.org/downloads/",
9778             "license": [
9779                 "MIT"
9780             ],
9781             "authors": [
9782                 {
9783                     "name": "Fabien Potencier",
9784                     "email": "fabien@symfony.com"
9785                 },
9786                 {
9787                     "name": "Symfony Community",
9788                     "homepage": "https://symfony.com/contributors"
9789                 }
9790             ],
9791             "description": "Symfony EventDispatcher Component",
9792             "homepage": "https://symfony.com",
9793             "time": "2018-04-06T07:35:25+00:00"
9794         },
9795         {
9796             "name": "symfony/filesystem",
9797             "version": "v3.4.9",
9798             "source": {
9799                 "type": "git",
9800                 "url": "https://github.com/symfony/filesystem.git",
9801                 "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541"
9802             },
9803             "dist": {
9804                 "type": "zip",
9805                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/253a4490b528597aa14d2bf5aeded6f5e5e4a541",
9806                 "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541",
9807                 "shasum": ""
9808             },
9809             "require": {
9810                 "php": "^5.5.9|>=7.0.8"
9811             },
9812             "type": "library",
9813             "extra": {
9814                 "branch-alias": {
9815                     "dev-master": "3.4-dev"
9816                 }
9817             },
9818             "autoload": {
9819                 "psr-4": {
9820                     "Symfony\\Component\\Filesystem\\": ""
9821                 },
9822                 "exclude-from-classmap": [
9823                     "/Tests/"
9824                 ]
9825             },
9826             "notification-url": "https://packagist.org/downloads/",
9827             "license": [
9828                 "MIT"
9829             ],
9830             "authors": [
9831                 {
9832                     "name": "Fabien Potencier",
9833                     "email": "fabien@symfony.com"
9834                 },
9835                 {
9836                     "name": "Symfony Community",
9837                     "homepage": "https://symfony.com/contributors"
9838                 }
9839             ],
9840             "description": "Symfony Filesystem Component",
9841             "homepage": "https://symfony.com",
9842             "time": "2018-02-22T10:48:49+00:00"
9843         },
9844         {
9845             "name": "symfony/finder",
9846             "version": "v3.4.9",
9847             "source": {
9848                 "type": "git",
9849                 "url": "https://github.com/symfony/finder.git",
9850                 "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433"
9851             },
9852             "dist": {
9853                 "type": "zip",
9854                 "url": "https://api.github.com/repos/symfony/finder/zipball/bd14efe8b1fabc4de82bf50dce62f05f9a102433",
9855                 "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433",
9856                 "shasum": ""
9857             },
9858             "require": {
9859                 "php": "^5.5.9|>=7.0.8"
9860             },
9861             "type": "library",
9862             "extra": {
9863                 "branch-alias": {
9864                     "dev-master": "3.4-dev"
9865                 }
9866             },
9867             "autoload": {
9868                 "psr-4": {
9869                     "Symfony\\Component\\Finder\\": ""
9870                 },
9871                 "exclude-from-classmap": [
9872                     "/Tests/"
9873                 ]
9874             },
9875             "notification-url": "https://packagist.org/downloads/",
9876             "license": [
9877                 "MIT"
9878             ],
9879             "authors": [
9880                 {
9881                     "name": "Fabien Potencier",
9882                     "email": "fabien@symfony.com"
9883                 },
9884                 {
9885                     "name": "Symfony Community",
9886                     "homepage": "https://symfony.com/contributors"
9887                 }
9888             ],
9889             "description": "Symfony Finder Component",
9890             "homepage": "https://symfony.com",
9891             "time": "2018-04-04T05:07:11+00:00"
9892         },
9893         {
9894             "name": "symfony/http-foundation",
9895             "version": "v3.4.9",
9896             "source": {
9897                 "type": "git",
9898                 "url": "https://github.com/symfony/http-foundation.git",
9899                 "reference": "edc43b1a50402bb06b5111eb86b275c87a93e373"
9900             },
9901             "dist": {
9902                 "type": "zip",
9903                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/edc43b1a50402bb06b5111eb86b275c87a93e373",
9904                 "reference": "edc43b1a50402bb06b5111eb86b275c87a93e373",
9905                 "shasum": ""
9906             },
9907             "require": {
9908                 "php": "^5.5.9|>=7.0.8",
9909                 "symfony/polyfill-mbstring": "~1.1",
9910                 "symfony/polyfill-php70": "~1.6"
9911             },
9912             "require-dev": {
9913                 "symfony/expression-language": "~2.8|~3.0|~4.0"
9914             },
9915             "type": "library",
9916             "extra": {
9917                 "branch-alias": {
9918                     "dev-master": "3.4-dev"
9919                 }
9920             },
9921             "autoload": {
9922                 "psr-4": {
9923                     "Symfony\\Component\\HttpFoundation\\": ""
9924                 },
9925                 "exclude-from-classmap": [
9926                     "/Tests/"
9927                 ]
9928             },
9929             "notification-url": "https://packagist.org/downloads/",
9930             "license": [
9931                 "MIT"
9932             ],
9933             "authors": [
9934                 {
9935                     "name": "Fabien Potencier",
9936                     "email": "fabien@symfony.com"
9937                 },
9938                 {
9939                     "name": "Symfony Community",
9940                     "homepage": "https://symfony.com/contributors"
9941                 }
9942             ],
9943             "description": "Symfony HttpFoundation Component",
9944             "homepage": "https://symfony.com",
9945             "time": "2018-04-30T01:05:13+00:00"
9946         },
9947         {
9948             "name": "symfony/http-kernel",
9949             "version": "v3.4.9",
9950             "source": {
9951                 "type": "git",
9952                 "url": "https://github.com/symfony/http-kernel.git",
9953                 "reference": "280fcedbcb3dabcc467a9c1734054af61928fe4f"
9954             },
9955             "dist": {
9956                 "type": "zip",
9957                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/280fcedbcb3dabcc467a9c1734054af61928fe4f",
9958                 "reference": "280fcedbcb3dabcc467a9c1734054af61928fe4f",
9959                 "shasum": ""
9960             },
9961             "require": {
9962                 "php": "^5.5.9|>=7.0.8",
9963                 "psr/log": "~1.0",
9964                 "symfony/debug": "~2.8|~3.0|~4.0",
9965                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
9966                 "symfony/http-foundation": "^3.4.4|^4.0.4"
9967             },
9968             "conflict": {
9969                 "symfony/config": "<2.8",
9970                 "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
9971                 "symfony/var-dumper": "<3.3",
9972                 "twig/twig": "<1.34|<2.4,>=2"
9973             },
9974             "provide": {
9975                 "psr/log-implementation": "1.0"
9976             },
9977             "require-dev": {
9978                 "psr/cache": "~1.0",
9979                 "symfony/browser-kit": "~2.8|~3.0|~4.0",
9980                 "symfony/class-loader": "~2.8|~3.0",
9981                 "symfony/config": "~2.8|~3.0|~4.0",
9982                 "symfony/console": "~2.8|~3.0|~4.0",
9983                 "symfony/css-selector": "~2.8|~3.0|~4.0",
9984                 "symfony/dependency-injection": "^3.4.5|^4.0.5",
9985                 "symfony/dom-crawler": "~2.8|~3.0|~4.0",
9986                 "symfony/expression-language": "~2.8|~3.0|~4.0",
9987                 "symfony/finder": "~2.8|~3.0|~4.0",
9988                 "symfony/process": "~2.8|~3.0|~4.0",
9989                 "symfony/routing": "~3.4|~4.0",
9990                 "symfony/stopwatch": "~2.8|~3.0|~4.0",
9991                 "symfony/templating": "~2.8|~3.0|~4.0",
9992                 "symfony/translation": "~2.8|~3.0|~4.0",
9993                 "symfony/var-dumper": "~3.3|~4.0"
9994             },
9995             "suggest": {
9996                 "symfony/browser-kit": "",
9997                 "symfony/config": "",
9998                 "symfony/console": "",
9999                 "symfony/dependency-injection": "",
10000                 "symfony/finder": "",
10001                 "symfony/var-dumper": ""
10002             },
10003             "type": "library",
10004             "extra": {
10005                 "branch-alias": {
10006                     "dev-master": "3.4-dev"
10007                 }
10008             },
10009             "autoload": {
10010                 "psr-4": {
10011                     "Symfony\\Component\\HttpKernel\\": ""
10012                 },
10013                 "exclude-from-classmap": [
10014                     "/Tests/"
10015                 ]
10016             },
10017             "notification-url": "https://packagist.org/downloads/",
10018             "license": [
10019                 "MIT"
10020             ],
10021             "authors": [
10022                 {
10023                     "name": "Fabien Potencier",
10024                     "email": "fabien@symfony.com"
10025                 },
10026                 {
10027                     "name": "Symfony Community",
10028                     "homepage": "https://symfony.com/contributors"
10029                 }
10030             ],
10031             "description": "Symfony HttpKernel Component",
10032             "homepage": "https://symfony.com",
10033             "time": "2018-04-30T19:27:02+00:00"
10034         },
10035         {
10036             "name": "symfony/polyfill-ctype",
10037             "version": "v1.8.0",
10038             "source": {
10039                 "type": "git",
10040                 "url": "https://github.com/symfony/polyfill-ctype.git",
10041                 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
10042             },
10043             "dist": {
10044                 "type": "zip",
10045                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
10046                 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
10047                 "shasum": ""
10048             },
10049             "require": {
10050                 "php": ">=5.3.3"
10051             },
10052             "type": "library",
10053             "extra": {
10054                 "branch-alias": {
10055                     "dev-master": "1.8-dev"
10056                 }
10057             },
10058             "autoload": {
10059                 "psr-4": {
10060                     "Symfony\\Polyfill\\Ctype\\": ""
10061                 },
10062                 "files": [
10063                     "bootstrap.php"
10064                 ]
10065             },
10066             "notification-url": "https://packagist.org/downloads/",
10067             "license": [
10068                 "MIT"
10069             ],
10070             "authors": [
10071                 {
10072                     "name": "Symfony Community",
10073                     "homepage": "https://symfony.com/contributors"
10074                 },
10075                 {
10076                     "name": "Gert de Pagter",
10077                     "email": "BackEndTea@gmail.com"
10078                 }
10079             ],
10080             "description": "Symfony polyfill for ctype functions",
10081             "homepage": "https://symfony.com",
10082             "keywords": [
10083                 "compatibility",
10084                 "ctype",
10085                 "polyfill",
10086                 "portable"
10087             ],
10088             "time": "2018-04-30T19:57:29+00:00"
10089         },
10090         {
10091             "name": "symfony/polyfill-iconv",
10092             "version": "v1.8.0",
10093             "source": {
10094                 "type": "git",
10095                 "url": "https://github.com/symfony/polyfill-iconv.git",
10096                 "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d"
10097             },
10098             "dist": {
10099                 "type": "zip",
10100                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/7cb8436a814d5b0fcf292810ee26f8b0cb47584d",
10101                 "reference": "7cb8436a814d5b0fcf292810ee26f8b0cb47584d",
10102                 "shasum": ""
10103             },
10104             "require": {
10105                 "php": ">=5.3.3"
10106             },
10107             "suggest": {
10108                 "ext-iconv": "For best performance"
10109             },
10110             "type": "library",
10111             "extra": {
10112                 "branch-alias": {
10113                     "dev-master": "1.8-dev"
10114                 }
10115             },
10116             "autoload": {
10117                 "psr-4": {
10118                     "Symfony\\Polyfill\\Iconv\\": ""
10119                 },
10120                 "files": [
10121                     "bootstrap.php"
10122                 ]
10123             },
10124             "notification-url": "https://packagist.org/downloads/",
10125             "license": [
10126                 "MIT"
10127             ],
10128             "authors": [
10129                 {
10130                     "name": "Nicolas Grekas",
10131                     "email": "p@tchwork.com"
10132                 },
10133                 {
10134                     "name": "Symfony Community",
10135                     "homepage": "https://symfony.com/contributors"
10136                 }
10137             ],
10138             "description": "Symfony polyfill for the Iconv extension",
10139             "homepage": "https://symfony.com",
10140             "keywords": [
10141                 "compatibility",
10142                 "iconv",
10143                 "polyfill",
10144                 "portable",
10145                 "shim"
10146             ],
10147             "time": "2018-04-26T10:06:28+00:00"
10148         },
10149         {
10150             "name": "symfony/polyfill-mbstring",
10151             "version": "v1.8.0",
10152             "source": {
10153                 "type": "git",
10154                 "url": "https://github.com/symfony/polyfill-mbstring.git",
10155                 "reference": "3296adf6a6454a050679cde90f95350ad604b171"
10156             },
10157             "dist": {
10158                 "type": "zip",
10159                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
10160                 "reference": "3296adf6a6454a050679cde90f95350ad604b171",
10161                 "shasum": ""
10162             },
10163             "require": {
10164                 "php": ">=5.3.3"
10165             },
10166             "suggest": {
10167                 "ext-mbstring": "For best performance"
10168             },
10169             "type": "library",
10170             "extra": {
10171                 "branch-alias": {
10172                     "dev-master": "1.8-dev"
10173                 }
10174             },
10175             "autoload": {
10176                 "psr-4": {
10177                     "Symfony\\Polyfill\\Mbstring\\": ""
10178                 },
10179                 "files": [
10180                     "bootstrap.php"
10181                 ]
10182             },
10183             "notification-url": "https://packagist.org/downloads/",
10184             "license": [
10185                 "MIT"
10186             ],
10187             "authors": [
10188                 {
10189                     "name": "Nicolas Grekas",
10190                     "email": "p@tchwork.com"
10191                 },
10192                 {
10193                     "name": "Symfony Community",
10194                     "homepage": "https://symfony.com/contributors"
10195                 }
10196             ],
10197             "description": "Symfony polyfill for the Mbstring extension",
10198             "homepage": "https://symfony.com",
10199             "keywords": [
10200                 "compatibility",
10201                 "mbstring",
10202                 "polyfill",
10203                 "portable",
10204                 "shim"
10205             ],
10206             "time": "2018-04-26T10:06:28+00:00"
10207         },
10208         {
10209             "name": "symfony/polyfill-php70",
10210             "version": "v1.8.0",
10211             "source": {
10212                 "type": "git",
10213                 "url": "https://github.com/symfony/polyfill-php70.git",
10214                 "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
10215             },
10216             "dist": {
10217                 "type": "zip",
10218                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
10219                 "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
10220                 "shasum": ""
10221             },
10222             "require": {
10223                 "paragonie/random_compat": "~1.0|~2.0",
10224                 "php": ">=5.3.3"
10225             },
10226             "type": "library",
10227             "extra": {
10228                 "branch-alias": {
10229                     "dev-master": "1.8-dev"
10230                 }
10231             },
10232             "autoload": {
10233                 "psr-4": {
10234                     "Symfony\\Polyfill\\Php70\\": ""
10235                 },
10236                 "files": [
10237                     "bootstrap.php"
10238                 ],
10239                 "classmap": [
10240                     "Resources/stubs"
10241                 ]
10242             },
10243             "notification-url": "https://packagist.org/downloads/",
10244             "license": [
10245                 "MIT"
10246             ],
10247             "authors": [
10248                 {
10249                     "name": "Nicolas Grekas",
10250                     "email": "p@tchwork.com"
10251                 },
10252                 {
10253                     "name": "Symfony Community",
10254                     "homepage": "https://symfony.com/contributors"
10255                 }
10256             ],
10257             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
10258             "homepage": "https://symfony.com",
10259             "keywords": [
10260                 "compatibility",
10261                 "polyfill",
10262                 "portable",
10263                 "shim"
10264             ],
10265             "time": "2018-04-26T10:06:28+00:00"
10266         },
10267         {
10268             "name": "symfony/process",
10269             "version": "v3.4.10",
10270             "source": {
10271                 "type": "git",
10272                 "url": "https://github.com/symfony/process.git",
10273                 "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187"
10274             },
10275             "dist": {
10276                 "type": "zip",
10277                 "url": "https://api.github.com/repos/symfony/process/zipball/4cbf2db9abcb01486a21b7a059e03a62fae63187",
10278                 "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187",
10279                 "shasum": ""
10280             },
10281             "require": {
10282                 "php": "^5.5.9|>=7.0.8"
10283             },
10284             "type": "library",
10285             "extra": {
10286                 "branch-alias": {
10287                     "dev-master": "3.4-dev"
10288                 }
10289             },
10290             "autoload": {
10291                 "psr-4": {
10292                     "Symfony\\Component\\Process\\": ""
10293                 },
10294                 "exclude-from-classmap": [
10295                     "/Tests/"
10296                 ]
10297             },
10298             "notification-url": "https://packagist.org/downloads/",
10299             "license": [
10300                 "MIT"
10301             ],
10302             "authors": [
10303                 {
10304                     "name": "Fabien Potencier",
10305                     "email": "fabien@symfony.com"
10306                 },
10307                 {
10308                     "name": "Symfony Community",
10309                     "homepage": "https://symfony.com/contributors"
10310                 }
10311             ],
10312             "description": "Symfony Process Component",
10313             "homepage": "https://symfony.com",
10314             "time": "2018-05-16T08:49:21+00:00"
10315         },
10316         {
10317             "name": "symfony/psr-http-message-bridge",
10318             "version": "v1.0.2",
10319             "source": {
10320                 "type": "git",
10321                 "url": "https://github.com/symfony/psr-http-message-bridge.git",
10322                 "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86"
10323             },
10324             "dist": {
10325                 "type": "zip",
10326                 "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c2b757934f2d9681a287e662efbc27c41fe8ef86",
10327                 "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86",
10328                 "shasum": ""
10329             },
10330             "require": {
10331                 "php": ">=5.3.3",
10332                 "psr/http-message": "~1.0",
10333                 "symfony/http-foundation": "~2.3|~3.0|~4.0"
10334             },
10335             "require-dev": {
10336                 "symfony/phpunit-bridge": "~3.2|4.0"
10337             },
10338             "suggest": {
10339                 "psr/http-message-implementation": "To use the HttpFoundation factory",
10340                 "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
10341             },
10342             "type": "symfony-bridge",
10343             "extra": {
10344                 "branch-alias": {
10345                     "dev-master": "1.0-dev"
10346                 }
10347             },
10348             "autoload": {
10349                 "psr-4": {
10350                     "Symfony\\Bridge\\PsrHttpMessage\\": ""
10351                 }
10352             },
10353             "notification-url": "https://packagist.org/downloads/",
10354             "license": [
10355                 "MIT"
10356             ],
10357             "authors": [
10358                 {
10359                     "name": "Symfony Community",
10360                     "homepage": "http://symfony.com/contributors"
10361                 },
10362                 {
10363                     "name": "Fabien Potencier",
10364                     "email": "fabien@symfony.com"
10365                 }
10366             ],
10367             "description": "PSR HTTP message bridge",
10368             "homepage": "http://symfony.com",
10369             "keywords": [
10370                 "http",
10371                 "http-message",
10372                 "psr-7"
10373             ],
10374             "time": "2017-12-19T00:31:44+00:00"
10375         },
10376         {
10377             "name": "symfony/routing",
10378             "version": "v3.4.10",
10379             "source": {
10380                 "type": "git",
10381                 "url": "https://github.com/symfony/routing.git",
10382                 "reference": "e382da877f5304aabc12ec3073eec430670c8296"
10383             },
10384             "dist": {
10385                 "type": "zip",
10386                 "url": "https://api.github.com/repos/symfony/routing/zipball/e382da877f5304aabc12ec3073eec430670c8296",
10387                 "reference": "e382da877f5304aabc12ec3073eec430670c8296",
10388                 "shasum": ""
10389             },
10390             "require": {
10391                 "php": "^5.5.9|>=7.0.8"
10392             },
10393             "conflict": {
10394                 "symfony/config": "<3.3.1",
10395                 "symfony/dependency-injection": "<3.3",
10396                 "symfony/yaml": "<3.4"
10397             },
10398             "require-dev": {
10399                 "doctrine/annotations": "~1.0",
10400                 "doctrine/common": "~2.2",
10401                 "psr/log": "~1.0",
10402                 "symfony/config": "^3.3.1|~4.0",
10403                 "symfony/dependency-injection": "~3.3|~4.0",
10404                 "symfony/expression-language": "~2.8|~3.0|~4.0",
10405                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
10406                 "symfony/yaml": "~3.4|~4.0"
10407             },
10408             "suggest": {
10409                 "doctrine/annotations": "For using the annotation loader",
10410                 "symfony/config": "For using the all-in-one router or any loader",
10411                 "symfony/dependency-injection": "For loading routes from a service",
10412                 "symfony/expression-language": "For using expression matching",
10413                 "symfony/http-foundation": "For using a Symfony Request object",
10414                 "symfony/yaml": "For using the YAML loader"
10415             },
10416             "type": "library",
10417             "extra": {
10418                 "branch-alias": {
10419                     "dev-master": "3.4-dev"
10420                 }
10421             },
10422             "autoload": {
10423                 "psr-4": {
10424                     "Symfony\\Component\\Routing\\": ""
10425                 },
10426                 "exclude-from-classmap": [
10427                     "/Tests/"
10428                 ]
10429             },
10430             "notification-url": "https://packagist.org/downloads/",
10431             "license": [
10432                 "MIT"
10433             ],
10434             "authors": [
10435                 {
10436                     "name": "Fabien Potencier",
10437                     "email": "fabien@symfony.com"
10438                 },
10439                 {
10440                     "name": "Symfony Community",
10441                     "homepage": "https://symfony.com/contributors"
10442                 }
10443             ],
10444             "description": "Symfony Routing Component",
10445             "homepage": "https://symfony.com",
10446             "keywords": [
10447                 "router",
10448                 "routing",
10449                 "uri",
10450                 "url"
10451             ],
10452             "time": "2018-05-16T12:49:49+00:00"
10453         },
10454         {
10455             "name": "symfony/serializer",
10456             "version": "v3.4.9",
10457             "source": {
10458                 "type": "git",
10459                 "url": "https://github.com/symfony/serializer.git",
10460                 "reference": "d4dc1551da627273230fe16511f4bb4844c02399"
10461             },
10462             "dist": {
10463                 "type": "zip",
10464                 "url": "https://api.github.com/repos/symfony/serializer/zipball/d4dc1551da627273230fe16511f4bb4844c02399",
10465                 "reference": "d4dc1551da627273230fe16511f4bb4844c02399",
10466                 "shasum": ""
10467             },
10468             "require": {
10469                 "php": "^5.5.9|>=7.0.8"
10470             },
10471             "conflict": {
10472                 "phpdocumentor/type-resolver": "<0.2.1",
10473                 "symfony/dependency-injection": "<3.2",
10474                 "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
10475                 "symfony/property-info": "<3.1",
10476                 "symfony/yaml": "<3.4"
10477             },
10478             "require-dev": {
10479                 "doctrine/annotations": "~1.0",
10480                 "doctrine/cache": "~1.0",
10481                 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
10482                 "symfony/cache": "~3.1|~4.0",
10483                 "symfony/config": "~2.8|~3.0|~4.0",
10484                 "symfony/dependency-injection": "~3.2|~4.0",
10485                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
10486                 "symfony/property-access": "~2.8|~3.0|~4.0",
10487                 "symfony/property-info": "~3.1|~4.0",
10488                 "symfony/yaml": "~3.4|~4.0"
10489             },
10490             "suggest": {
10491                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
10492                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
10493                 "psr/cache-implementation": "For using the metadata cache.",
10494                 "symfony/config": "For using the XML mapping loader.",
10495                 "symfony/http-foundation": "To use the DataUriNormalizer.",
10496                 "symfony/property-access": "For using the ObjectNormalizer.",
10497                 "symfony/property-info": "To deserialize relations.",
10498                 "symfony/yaml": "For using the default YAML mapping loader."
10499             },
10500             "type": "library",
10501             "extra": {
10502                 "branch-alias": {
10503                     "dev-master": "3.4-dev"
10504                 }
10505             },
10506             "autoload": {
10507                 "psr-4": {
10508                     "Symfony\\Component\\Serializer\\": ""
10509                 },
10510                 "exclude-from-classmap": [
10511                     "/Tests/"
10512                 ]
10513             },
10514             "notification-url": "https://packagist.org/downloads/",
10515             "license": [
10516                 "MIT"
10517             ],
10518             "authors": [
10519                 {
10520                     "name": "Fabien Potencier",
10521                     "email": "fabien@symfony.com"
10522                 },
10523                 {
10524                     "name": "Symfony Community",
10525                     "homepage": "https://symfony.com/contributors"
10526                 }
10527             ],
10528             "description": "Symfony Serializer Component",
10529             "homepage": "https://symfony.com",
10530             "time": "2018-03-15T19:08:29+00:00"
10531         },
10532         {
10533             "name": "symfony/translation",
10534             "version": "v3.4.9",
10535             "source": {
10536                 "type": "git",
10537                 "url": "https://github.com/symfony/translation.git",
10538                 "reference": "d4af50f46cd8171fd5c1cdebdb9a8bbcd8078c6c"
10539             },
10540             "dist": {
10541                 "type": "zip",
10542                 "url": "https://api.github.com/repos/symfony/translation/zipball/d4af50f46cd8171fd5c1cdebdb9a8bbcd8078c6c",
10543                 "reference": "d4af50f46cd8171fd5c1cdebdb9a8bbcd8078c6c",
10544                 "shasum": ""
10545             },
10546             "require": {
10547                 "php": "^5.5.9|>=7.0.8",
10548                 "symfony/polyfill-mbstring": "~1.0"
10549             },
10550             "conflict": {
10551                 "symfony/config": "<2.8",
10552                 "symfony/dependency-injection": "<3.4",
10553                 "symfony/yaml": "<3.4"
10554             },
10555             "require-dev": {
10556                 "psr/log": "~1.0",
10557                 "symfony/config": "~2.8|~3.0|~4.0",
10558                 "symfony/dependency-injection": "~3.4|~4.0",
10559                 "symfony/finder": "~2.8|~3.0|~4.0",
10560                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
10561                 "symfony/yaml": "~3.4|~4.0"
10562             },
10563             "suggest": {
10564                 "psr/log-implementation": "To use logging capability in translator",
10565                 "symfony/config": "",
10566                 "symfony/yaml": ""
10567             },
10568             "type": "library",
10569             "extra": {
10570                 "branch-alias": {
10571                     "dev-master": "3.4-dev"
10572                 }
10573             },
10574             "autoload": {
10575                 "psr-4": {
10576                     "Symfony\\Component\\Translation\\": ""
10577                 },
10578                 "exclude-from-classmap": [
10579                     "/Tests/"
10580                 ]
10581             },
10582             "notification-url": "https://packagist.org/downloads/",
10583             "license": [
10584                 "MIT"
10585             ],
10586             "authors": [
10587                 {
10588                     "name": "Fabien Potencier",
10589                     "email": "fabien@symfony.com"
10590                 },
10591                 {
10592                     "name": "Symfony Community",
10593                     "homepage": "https://symfony.com/contributors"
10594                 }
10595             ],
10596             "description": "Symfony Translation Component",
10597             "homepage": "https://symfony.com",
10598             "time": "2018-04-30T01:22:56+00:00"
10599         },
10600         {
10601             "name": "symfony/validator",
10602             "version": "v3.4.9",
10603             "source": {
10604                 "type": "git",
10605                 "url": "https://github.com/symfony/validator.git",
10606                 "reference": "d562929598e5f3cb3947937c9ccfb18d977a16b3"
10607             },
10608             "dist": {
10609                 "type": "zip",
10610                 "url": "https://api.github.com/repos/symfony/validator/zipball/d562929598e5f3cb3947937c9ccfb18d977a16b3",
10611                 "reference": "d562929598e5f3cb3947937c9ccfb18d977a16b3",
10612                 "shasum": ""
10613             },
10614             "require": {
10615                 "php": "^5.5.9|>=7.0.8",
10616                 "symfony/polyfill-mbstring": "~1.0",
10617                 "symfony/translation": "~2.8|~3.0|~4.0"
10618             },
10619             "conflict": {
10620                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
10621                 "symfony/dependency-injection": "<3.3",
10622                 "symfony/http-kernel": "<3.3.5",
10623                 "symfony/yaml": "<3.4"
10624             },
10625             "require-dev": {
10626                 "doctrine/annotations": "~1.0",
10627                 "doctrine/cache": "~1.0",
10628                 "egulias/email-validator": "^1.2.8|~2.0",
10629                 "symfony/cache": "~3.1|~4.0",
10630                 "symfony/config": "~2.8|~3.0|~4.0",
10631                 "symfony/dependency-injection": "~3.3|~4.0",
10632                 "symfony/expression-language": "~2.8|~3.0|~4.0",
10633                 "symfony/http-foundation": "~2.8|~3.0|~4.0",
10634                 "symfony/http-kernel": "^3.3.5|~4.0",
10635                 "symfony/intl": "^2.8.18|^3.2.5|~4.0",
10636                 "symfony/property-access": "~2.8|~3.0|~4.0",
10637                 "symfony/var-dumper": "~3.3|~4.0",
10638                 "symfony/yaml": "~3.4|~4.0"
10639             },
10640             "suggest": {
10641                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
10642                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
10643                 "egulias/email-validator": "Strict (RFC compliant) email validation",
10644                 "psr/cache-implementation": "For using the metadata cache.",
10645                 "symfony/config": "",
10646                 "symfony/expression-language": "For using the Expression validator",
10647                 "symfony/http-foundation": "",
10648                 "symfony/intl": "",
10649                 "symfony/property-access": "For accessing properties within comparison constraints",
10650                 "symfony/yaml": ""
10651             },
10652             "type": "library",
10653             "extra": {
10654                 "branch-alias": {
10655                     "dev-master": "3.4-dev"
10656                 }
10657             },
10658             "autoload": {
10659                 "psr-4": {
10660                     "Symfony\\Component\\Validator\\": ""
10661                 },
10662                 "exclude-from-classmap": [
10663                     "/Tests/"
10664                 ]
10665             },
10666             "notification-url": "https://packagist.org/downloads/",
10667             "license": [
10668                 "MIT"
10669             ],
10670             "authors": [
10671                 {
10672                     "name": "Fabien Potencier",
10673                     "email": "fabien@symfony.com"
10674                 },
10675                 {
10676                     "name": "Symfony Community",
10677                     "homepage": "https://symfony.com/contributors"
10678                 }
10679             ],
10680             "description": "Symfony Validator Component",
10681             "homepage": "https://symfony.com",
10682             "time": "2018-04-20T10:02:27+00:00"
10683         },
10684         {
10685             "name": "symfony/var-dumper",
10686             "version": "v3.4.9",
10687             "source": {
10688                 "type": "git",
10689                 "url": "https://github.com/symfony/var-dumper.git",
10690                 "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73"
10691             },
10692             "dist": {
10693                 "type": "zip",
10694                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e6545672d8c9ce70dd472adc2f8b03155a46f73",
10695                 "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73",
10696                 "shasum": ""
10697             },
10698             "require": {
10699                 "php": "^5.5.9|>=7.0.8",
10700                 "symfony/polyfill-mbstring": "~1.0"
10701             },
10702             "conflict": {
10703                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
10704             },
10705             "require-dev": {
10706                 "ext-iconv": "*",
10707                 "twig/twig": "~1.34|~2.4"
10708             },
10709             "suggest": {
10710                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
10711                 "ext-intl": "To show region name in time zone dump",
10712                 "ext-symfony_debug": ""
10713             },
10714             "type": "library",
10715             "extra": {
10716                 "branch-alias": {
10717                     "dev-master": "3.4-dev"
10718                 }
10719             },
10720             "autoload": {
10721                 "files": [
10722                     "Resources/functions/dump.php"
10723                 ],
10724                 "psr-4": {
10725                     "Symfony\\Component\\VarDumper\\": ""
10726                 },
10727                 "exclude-from-classmap": [
10728                     "/Tests/"
10729                 ]
10730             },
10731             "notification-url": "https://packagist.org/downloads/",
10732             "license": [
10733                 "MIT"
10734             ],
10735             "authors": [
10736                 {
10737                     "name": "Nicolas Grekas",
10738                     "email": "p@tchwork.com"
10739                 },
10740                 {
10741                     "name": "Symfony Community",
10742                     "homepage": "https://symfony.com/contributors"
10743                 }
10744             ],
10745             "description": "Symfony mechanism for exploring and dumping PHP variables",
10746             "homepage": "https://symfony.com",
10747             "keywords": [
10748                 "debug",
10749                 "dump"
10750             ],
10751             "time": "2018-04-26T12:42:15+00:00"
10752         },
10753         {
10754             "name": "symfony/yaml",
10755             "version": "v3.4.9",
10756             "source": {
10757                 "type": "git",
10758                 "url": "https://github.com/symfony/yaml.git",
10759                 "reference": "033cfa61ef06ee0847e056e530201842b6e926c3"
10760             },
10761             "dist": {
10762                 "type": "zip",
10763                 "url": "https://api.github.com/repos/symfony/yaml/zipball/033cfa61ef06ee0847e056e530201842b6e926c3",
10764                 "reference": "033cfa61ef06ee0847e056e530201842b6e926c3",
10765                 "shasum": ""
10766             },
10767             "require": {
10768                 "php": "^5.5.9|>=7.0.8"
10769             },
10770             "conflict": {
10771                 "symfony/console": "<3.4"
10772             },
10773             "require-dev": {
10774                 "symfony/console": "~3.4|~4.0"
10775             },
10776             "suggest": {
10777                 "symfony/console": "For validating YAML files using the lint command"
10778             },
10779             "type": "library",
10780             "extra": {
10781                 "branch-alias": {
10782                     "dev-master": "3.4-dev"
10783                 }
10784             },
10785             "autoload": {
10786                 "psr-4": {
10787                     "Symfony\\Component\\Yaml\\": ""
10788                 },
10789                 "exclude-from-classmap": [
10790                     "/Tests/"
10791                 ]
10792             },
10793             "notification-url": "https://packagist.org/downloads/",
10794             "license": [
10795                 "MIT"
10796             ],
10797             "authors": [
10798                 {
10799                     "name": "Fabien Potencier",
10800                     "email": "fabien@symfony.com"
10801                 },
10802                 {
10803                     "name": "Symfony Community",
10804                     "homepage": "https://symfony.com/contributors"
10805                 }
10806             ],
10807             "description": "Symfony Yaml Component",
10808             "homepage": "https://symfony.com",
10809             "time": "2018-04-08T08:21:29+00:00"
10810         },
10811         {
10812             "name": "twbs/bootstrap-sass",
10813             "version": "v3.3.7",
10814             "source": {
10815                 "type": "git",
10816                 "url": "https://github.com/twbs/bootstrap-sass.git",
10817                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
10818             },
10819             "dist": {
10820                 "type": "zip",
10821                 "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
10822                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
10823                 "shasum": ""
10824             },
10825             "type": "library",
10826             "extra": {
10827                 "branch-alias": {
10828                     "dev-master": "3.3.x-dev"
10829                 }
10830             },
10831             "notification-url": "https://packagist.org/downloads/",
10832             "license": [
10833                 "MIT"
10834             ],
10835             "authors": [
10836                 {
10837                     "name": "Mark Otto"
10838                 },
10839                 {
10840                     "name": "Thomas McDonald"
10841                 },
10842                 {
10843                     "name": "Tristan Harward"
10844                 },
10845                 {
10846                     "name": "Peter Gumeson"
10847                 },
10848                 {
10849                     "name": "Gleb Mazovetskiy"
10850                 },
10851                 {
10852                     "name": "Jacob Thornton"
10853                 }
10854             ],
10855             "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
10856             "homepage": "http://github.com/twbs/bootstrap-sass",
10857             "keywords": [
10858                 "bootstrap",
10859                 "css",
10860                 "sass"
10861             ],
10862             "time": "2016-07-25T19:58:53+00:00"
10863         },
10864         {
10865             "name": "twig/twig",
10866             "version": "v1.35.3",
10867             "source": {
10868                 "type": "git",
10869                 "url": "https://github.com/twigphp/Twig.git",
10870                 "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
10871             },
10872             "dist": {
10873                 "type": "zip",
10874                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
10875                 "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
10876                 "shasum": ""
10877             },
10878             "require": {
10879                 "php": ">=5.3.3"
10880             },
10881             "require-dev": {
10882                 "psr/container": "^1.0",
10883                 "symfony/debug": "^2.7",
10884                 "symfony/phpunit-bridge": "^3.3"
10885             },
10886             "type": "library",
10887             "extra": {
10888                 "branch-alias": {
10889                     "dev-master": "1.35-dev"
10890                 }
10891             },
10892             "autoload": {
10893                 "psr-0": {
10894                     "Twig_": "lib/"
10895                 },
10896                 "psr-4": {
10897                     "Twig\\": "src/"
10898                 }
10899             },
10900             "notification-url": "https://packagist.org/downloads/",
10901             "license": [
10902                 "BSD-3-Clause"
10903             ],
10904             "authors": [
10905                 {
10906                     "name": "Fabien Potencier",
10907                     "email": "fabien@symfony.com",
10908                     "homepage": "http://fabien.potencier.org",
10909                     "role": "Lead Developer"
10910                 },
10911                 {
10912                     "name": "Armin Ronacher",
10913                     "email": "armin.ronacher@active-4.com",
10914                     "role": "Project Founder"
10915                 },
10916                 {
10917                     "name": "Twig Team",
10918                     "homepage": "http://twig.sensiolabs.org/contributors",
10919                     "role": "Contributors"
10920                 }
10921             ],
10922             "description": "Twig, the flexible, fast, and secure template language for PHP",
10923             "homepage": "http://twig.sensiolabs.org",
10924             "keywords": [
10925                 "templating"
10926             ],
10927             "time": "2018-03-20T04:25:58+00:00"
10928         },
10929         {
10930             "name": "webflo/drupal-finder",
10931             "version": "1.1.0",
10932             "source": {
10933                 "type": "git",
10934                 "url": "https://github.com/webflo/drupal-finder.git",
10935                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
10936             },
10937             "dist": {
10938                 "type": "zip",
10939                 "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
10940                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
10941                 "shasum": ""
10942             },
10943             "require-dev": {
10944                 "mikey179/vfsstream": "^1.6",
10945                 "phpunit/phpunit": "^4.8"
10946             },
10947             "type": "library",
10948             "autoload": {
10949                 "classmap": [
10950                     "src/DrupalFinder.php"
10951                 ]
10952             },
10953             "notification-url": "https://packagist.org/downloads/",
10954             "license": [
10955                 "GPL-2.0+"
10956             ],
10957             "authors": [
10958                 {
10959                     "name": "Florian Weber",
10960                     "email": "florian@webflo.org"
10961                 }
10962             ],
10963             "description": "Helper class to locate a Drupal installation from a given path.",
10964             "time": "2017-10-24T08:12:11+00:00"
10965         },
10966         {
10967             "name": "webmozart/assert",
10968             "version": "1.3.0",
10969             "source": {
10970                 "type": "git",
10971                 "url": "https://github.com/webmozart/assert.git",
10972                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
10973             },
10974             "dist": {
10975                 "type": "zip",
10976                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
10977                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
10978                 "shasum": ""
10979             },
10980             "require": {
10981                 "php": "^5.3.3 || ^7.0"
10982             },
10983             "require-dev": {
10984                 "phpunit/phpunit": "^4.6",
10985                 "sebastian/version": "^1.0.1"
10986             },
10987             "type": "library",
10988             "extra": {
10989                 "branch-alias": {
10990                     "dev-master": "1.3-dev"
10991                 }
10992             },
10993             "autoload": {
10994                 "psr-4": {
10995                     "Webmozart\\Assert\\": "src/"
10996                 }
10997             },
10998             "notification-url": "https://packagist.org/downloads/",
10999             "license": [
11000                 "MIT"
11001             ],
11002             "authors": [
11003                 {
11004                     "name": "Bernhard Schussek",
11005                     "email": "bschussek@gmail.com"
11006                 }
11007             ],
11008             "description": "Assertions to validate method input/output with nice error messages.",
11009             "keywords": [
11010                 "assert",
11011                 "check",
11012                 "validate"
11013             ],
11014             "time": "2018-01-29T19:49:41+00:00"
11015         },
11016         {
11017             "name": "webmozart/path-util",
11018             "version": "2.3.0",
11019             "source": {
11020                 "type": "git",
11021                 "url": "https://github.com/webmozart/path-util.git",
11022                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
11023             },
11024             "dist": {
11025                 "type": "zip",
11026                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11027                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
11028                 "shasum": ""
11029             },
11030             "require": {
11031                 "php": ">=5.3.3",
11032                 "webmozart/assert": "~1.0"
11033             },
11034             "require-dev": {
11035                 "phpunit/phpunit": "^4.6",
11036                 "sebastian/version": "^1.0.1"
11037             },
11038             "type": "library",
11039             "extra": {
11040                 "branch-alias": {
11041                     "dev-master": "2.3-dev"
11042                 }
11043             },
11044             "autoload": {
11045                 "psr-4": {
11046                     "Webmozart\\PathUtil\\": "src/"
11047                 }
11048             },
11049             "notification-url": "https://packagist.org/downloads/",
11050             "license": [
11051                 "MIT"
11052             ],
11053             "authors": [
11054                 {
11055                     "name": "Bernhard Schussek",
11056                     "email": "bschussek@gmail.com"
11057                 }
11058             ],
11059             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
11060             "time": "2015-12-17T08:42:14+00:00"
11061         },
11062         {
11063             "name": "zendframework/zend-diactoros",
11064             "version": "1.7.1",
11065             "source": {
11066                 "type": "git",
11067                 "url": "https://github.com/zendframework/zend-diactoros.git",
11068                 "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
11069             },
11070             "dist": {
11071                 "type": "zip",
11072                 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
11073                 "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
11074                 "shasum": ""
11075             },
11076             "require": {
11077                 "php": "^5.6 || ^7.0",
11078                 "psr/http-message": "^1.0"
11079             },
11080             "provide": {
11081                 "psr/http-message-implementation": "1.0"
11082             },
11083             "require-dev": {
11084                 "ext-dom": "*",
11085                 "ext-libxml": "*",
11086                 "phpunit/phpunit": "^5.7.16 || ^6.0.8",
11087                 "zendframework/zend-coding-standard": "~1.0"
11088             },
11089             "type": "library",
11090             "extra": {
11091                 "branch-alias": {
11092                     "dev-master": "1.7.x-dev",
11093                     "dev-develop": "1.8.x-dev"
11094                 }
11095             },
11096             "autoload": {
11097                 "psr-4": {
11098                     "Zend\\Diactoros\\": "src/"
11099                 }
11100             },
11101             "notification-url": "https://packagist.org/downloads/",
11102             "license": [
11103                 "BSD-2-Clause"
11104             ],
11105             "description": "PSR HTTP Message implementations",
11106             "homepage": "https://github.com/zendframework/zend-diactoros",
11107             "keywords": [
11108                 "http",
11109                 "psr",
11110                 "psr-7"
11111             ],
11112             "time": "2018-02-26T15:44:50+00:00"
11113         },
11114         {
11115             "name": "zendframework/zend-escaper",
11116             "version": "2.6.0",
11117             "source": {
11118                 "type": "git",
11119                 "url": "https://github.com/zendframework/zend-escaper.git",
11120                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
11121             },
11122             "dist": {
11123                 "type": "zip",
11124                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
11125                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
11126                 "shasum": ""
11127             },
11128             "require": {
11129                 "php": "^5.6 || ^7.0"
11130             },
11131             "require-dev": {
11132                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
11133                 "zendframework/zend-coding-standard": "~1.0.0"
11134             },
11135             "type": "library",
11136             "extra": {
11137                 "branch-alias": {
11138                     "dev-master": "2.6.x-dev",
11139                     "dev-develop": "2.7.x-dev"
11140                 }
11141             },
11142             "autoload": {
11143                 "psr-4": {
11144                     "Zend\\Escaper\\": "src/"
11145                 }
11146             },
11147             "notification-url": "https://packagist.org/downloads/",
11148             "license": [
11149                 "BSD-3-Clause"
11150             ],
11151             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
11152             "keywords": [
11153                 "ZendFramework",
11154                 "escaper",
11155                 "zf"
11156             ],
11157             "time": "2018-04-25T15:48:53+00:00"
11158         },
11159         {
11160             "name": "zendframework/zend-feed",
11161             "version": "2.9.1",
11162             "source": {
11163                 "type": "git",
11164                 "url": "https://github.com/zendframework/zend-feed.git",
11165                 "reference": "15a6ca78dd8f67b687e4f902657b4e420a8fd1e0"
11166             },
11167             "dist": {
11168                 "type": "zip",
11169                 "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/15a6ca78dd8f67b687e4f902657b4e420a8fd1e0",
11170                 "reference": "15a6ca78dd8f67b687e4f902657b4e420a8fd1e0",
11171                 "shasum": ""
11172             },
11173             "require": {
11174                 "php": "^5.6 || ^7.0",
11175                 "zendframework/zend-escaper": "^2.5.2",
11176                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
11177             },
11178             "require-dev": {
11179                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
11180                 "psr/http-message": "^1.0.1",
11181                 "zendframework/zend-cache": "^2.7.2",
11182                 "zendframework/zend-coding-standard": "~1.0.0",
11183                 "zendframework/zend-db": "^2.8.2",
11184                 "zendframework/zend-http": "^2.7",
11185                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
11186                 "zendframework/zend-validator": "^2.10.1"
11187             },
11188             "suggest": {
11189                 "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
11190                 "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
11191                 "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
11192                 "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
11193                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
11194                 "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
11195             },
11196             "type": "library",
11197             "extra": {
11198                 "branch-alias": {
11199                     "dev-master": "2.9-dev",
11200                     "dev-develop": "2.10-dev"
11201                 }
11202             },
11203             "autoload": {
11204                 "psr-4": {
11205                     "Zend\\Feed\\": "src/"
11206                 }
11207             },
11208             "notification-url": "https://packagist.org/downloads/",
11209             "license": [
11210                 "BSD-3-Clause"
11211             ],
11212             "description": "provides functionality for consuming RSS and Atom feeds",
11213             "keywords": [
11214                 "ZendFramework",
11215                 "feed",
11216                 "zf"
11217             ],
11218             "time": "2018-05-14T21:45:18+00:00"
11219         },
11220         {
11221             "name": "zendframework/zend-stdlib",
11222             "version": "3.2.0",
11223             "source": {
11224                 "type": "git",
11225                 "url": "https://github.com/zendframework/zend-stdlib.git",
11226                 "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae"
11227             },
11228             "dist": {
11229                 "type": "zip",
11230                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
11231                 "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
11232                 "shasum": ""
11233             },
11234             "require": {
11235                 "php": "^5.6 || ^7.0"
11236             },
11237             "require-dev": {
11238                 "phpbench/phpbench": "^0.13",
11239                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
11240                 "zendframework/zend-coding-standard": "~1.0.0"
11241             },
11242             "type": "library",
11243             "extra": {
11244                 "branch-alias": {
11245                     "dev-master": "3.2.x-dev",
11246                     "dev-develop": "3.3.x-dev"
11247                 }
11248             },
11249             "autoload": {
11250                 "psr-4": {
11251                     "Zend\\Stdlib\\": "src/"
11252                 }
11253             },
11254             "notification-url": "https://packagist.org/downloads/",
11255             "license": [
11256                 "BSD-3-Clause"
11257             ],
11258             "description": "SPL extensions, array utilities, error handlers, and more",
11259             "keywords": [
11260                 "ZendFramework",
11261                 "stdlib",
11262                 "zf"
11263             ],
11264             "time": "2018-04-30T13:50:40+00:00"
11265         }
11266     ],
11267     "packages-dev": [
11268         {
11269             "name": "ajgl/breakpoint-twig-extension",
11270             "version": "0.3.0",
11271             "source": {
11272                 "type": "git",
11273                 "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
11274                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
11275             },
11276             "dist": {
11277                 "type": "zip",
11278                 "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
11279                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
11280                 "shasum": ""
11281             },
11282             "require": {
11283                 "php": ">=5.4.0",
11284                 "twig/twig": "^1.14"
11285             },
11286             "require-dev": {
11287                 "symfony/framework-bundle": "^2.3",
11288                 "symfony/twig-bundle": "^2.3"
11289             },
11290             "suggest": {
11291                 "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
11292                 "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
11293                 "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
11294             },
11295             "type": "library",
11296             "extra": {
11297                 "branch-alias": {
11298                     "dev-master": "0.4.x-dev"
11299                 }
11300             },
11301             "autoload": {
11302                 "psr-4": {
11303                     "Ajgl\\Twig\\Extension\\": "src/"
11304                 }
11305             },
11306             "notification-url": "https://packagist.org/downloads/",
11307             "license": [
11308                 "MIT"
11309             ],
11310             "authors": [
11311                 {
11312                     "name": "Antonio J. García Lagar",
11313                     "email": "aj@garcialagar.es",
11314                     "homepage": "http://aj.garcialagar.es",
11315                     "role": "developer"
11316                 }
11317             ],
11318             "description": "Twig extension to set breakpoints",
11319             "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
11320             "keywords": [
11321                 "Xdebug",
11322                 "breakpoint",
11323                 "twig"
11324             ],
11325             "time": "2016-03-31T18:09:32+00:00"
11326         },
11327         {
11328             "name": "behat/mink",
11329             "version": "v1.7.1",
11330             "source": {
11331                 "type": "git",
11332                 "url": "https://github.com/minkphp/Mink.git",
11333                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
11334             },
11335             "dist": {
11336                 "type": "zip",
11337                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
11338                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
11339                 "shasum": ""
11340             },
11341             "require": {
11342                 "php": ">=5.3.1",
11343                 "symfony/css-selector": "~2.1|~3.0"
11344             },
11345             "require-dev": {
11346                 "symfony/phpunit-bridge": "~2.7|~3.0"
11347             },
11348             "suggest": {
11349                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
11350                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
11351                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
11352                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
11353             },
11354             "type": "library",
11355             "extra": {
11356                 "branch-alias": {
11357                     "dev-master": "1.7.x-dev"
11358                 }
11359             },
11360             "autoload": {
11361                 "psr-4": {
11362                     "Behat\\Mink\\": "src/"
11363                 }
11364             },
11365             "notification-url": "https://packagist.org/downloads/",
11366             "license": [
11367                 "MIT"
11368             ],
11369             "authors": [
11370                 {
11371                     "name": "Konstantin Kudryashov",
11372                     "email": "ever.zet@gmail.com",
11373                     "homepage": "http://everzet.com"
11374                 }
11375             ],
11376             "description": "Browser controller/emulator abstraction for PHP",
11377             "homepage": "http://mink.behat.org/",
11378             "keywords": [
11379                 "browser",
11380                 "testing",
11381                 "web"
11382             ],
11383             "time": "2016-03-05T08:26:18+00:00"
11384         },
11385         {
11386             "name": "behat/mink-browserkit-driver",
11387             "version": "1.3.3",
11388             "source": {
11389                 "type": "git",
11390                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
11391                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
11392             },
11393             "dist": {
11394                 "type": "zip",
11395                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
11396                 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
11397                 "shasum": ""
11398             },
11399             "require": {
11400                 "behat/mink": "^1.7.1@dev",
11401                 "php": ">=5.3.6",
11402                 "symfony/browser-kit": "~2.3|~3.0|~4.0",
11403                 "symfony/dom-crawler": "~2.3|~3.0|~4.0"
11404             },
11405             "require-dev": {
11406                 "mink/driver-testsuite": "dev-master",
11407                 "symfony/http-kernel": "~2.3|~3.0|~4.0"
11408             },
11409             "type": "mink-driver",
11410             "extra": {
11411                 "branch-alias": {
11412                     "dev-master": "1.3.x-dev"
11413                 }
11414             },
11415             "autoload": {
11416                 "psr-4": {
11417                     "Behat\\Mink\\Driver\\": "src/"
11418                 }
11419             },
11420             "notification-url": "https://packagist.org/downloads/",
11421             "license": [
11422                 "MIT"
11423             ],
11424             "authors": [
11425                 {
11426                     "name": "Konstantin Kudryashov",
11427                     "email": "ever.zet@gmail.com",
11428                     "homepage": "http://everzet.com"
11429                 }
11430             ],
11431             "description": "Symfony2 BrowserKit driver for Mink framework",
11432             "homepage": "http://mink.behat.org/",
11433             "keywords": [
11434                 "Mink",
11435                 "Symfony2",
11436                 "browser",
11437                 "testing"
11438             ],
11439             "time": "2018-05-02T09:25:31+00:00"
11440         },
11441         {
11442             "name": "behat/mink-goutte-driver",
11443             "version": "v1.2.1",
11444             "source": {
11445                 "type": "git",
11446                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
11447                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
11448             },
11449             "dist": {
11450                 "type": "zip",
11451                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
11452                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
11453                 "shasum": ""
11454             },
11455             "require": {
11456                 "behat/mink": "~1.6@dev",
11457                 "behat/mink-browserkit-driver": "~1.2@dev",
11458                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
11459                 "php": ">=5.3.1"
11460             },
11461             "require-dev": {
11462                 "symfony/phpunit-bridge": "~2.7|~3.0"
11463             },
11464             "type": "mink-driver",
11465             "extra": {
11466                 "branch-alias": {
11467                     "dev-master": "1.2.x-dev"
11468                 }
11469             },
11470             "autoload": {
11471                 "psr-4": {
11472                     "Behat\\Mink\\Driver\\": "src/"
11473                 }
11474             },
11475             "notification-url": "https://packagist.org/downloads/",
11476             "license": [
11477                 "MIT"
11478             ],
11479             "authors": [
11480                 {
11481                     "name": "Konstantin Kudryashov",
11482                     "email": "ever.zet@gmail.com",
11483                     "homepage": "http://everzet.com"
11484                 }
11485             ],
11486             "description": "Goutte driver for Mink framework",
11487             "homepage": "http://mink.behat.org/",
11488             "keywords": [
11489                 "browser",
11490                 "goutte",
11491                 "headless",
11492                 "testing"
11493             ],
11494             "time": "2016-03-05T09:04:22+00:00"
11495         },
11496         {
11497             "name": "drupal/twig_xdebug",
11498             "version": "1.0.0",
11499             "source": {
11500                 "type": "git",
11501                 "url": "https://git.drupal.org/project/twig_xdebug",
11502                 "reference": "8.x-1.0"
11503             },
11504             "dist": {
11505                 "type": "zip",
11506                 "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
11507                 "reference": "8.x-1.0",
11508                 "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
11509             },
11510             "require": {
11511                 "ajgl/breakpoint-twig-extension": "0.3",
11512                 "drupal/core": "~8.0"
11513             },
11514             "type": "drupal-module",
11515             "extra": {
11516                 "branch-alias": {
11517                     "dev-1.x": "1.x-dev"
11518                 },
11519                 "drupal": {
11520                     "version": "8.x-1.0",
11521                     "datestamp": "1464928439"
11522                 }
11523             },
11524             "notification-url": "https://packages.drupal.org/8/downloads",
11525             "license": [
11526                 "GPL-2.0+"
11527             ],
11528             "authors": [
11529                 {
11530                     "name": "charginghawk",
11531                     "homepage": "https://www.drupal.org/user/2626341"
11532                 }
11533             ],
11534             "description": "Enables Xdebug breakpoints in Twig.",
11535             "homepage": "https://www.drupal.org/project/twig_xdebug",
11536             "support": {
11537                 "source": "http://cgit.drupalcode.org/twig_xdebug"
11538             }
11539         },
11540         {
11541             "name": "fabpot/goutte",
11542             "version": "v3.2.2",
11543             "source": {
11544                 "type": "git",
11545                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
11546                 "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96"
11547             },
11548             "dist": {
11549                 "type": "zip",
11550                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/395f61d7c2e15a813839769553a4de16fa3b3c96",
11551                 "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96",
11552                 "shasum": ""
11553             },
11554             "require": {
11555                 "guzzlehttp/guzzle": "^6.0",
11556                 "php": ">=5.5.0",
11557                 "symfony/browser-kit": "~2.1|~3.0|~4.0",
11558                 "symfony/css-selector": "~2.1|~3.0|~4.0",
11559                 "symfony/dom-crawler": "~2.1|~3.0|~4.0"
11560             },
11561             "require-dev": {
11562                 "symfony/phpunit-bridge": "^3.3 || ^4"
11563             },
11564             "type": "application",
11565             "extra": {
11566                 "branch-alias": {
11567                     "dev-master": "3.2-dev"
11568                 }
11569             },
11570             "autoload": {
11571                 "psr-4": {
11572                     "Goutte\\": "Goutte"
11573                 },
11574                 "exclude-from-classmap": [
11575                     "Goutte/Tests"
11576                 ]
11577             },
11578             "notification-url": "https://packagist.org/downloads/",
11579             "license": [
11580                 "MIT"
11581             ],
11582             "authors": [
11583                 {
11584                     "name": "Fabien Potencier",
11585                     "email": "fabien@symfony.com"
11586                 }
11587             ],
11588             "description": "A simple PHP Web Scraper",
11589             "homepage": "https://github.com/FriendsOfPHP/Goutte",
11590             "keywords": [
11591                 "scraper"
11592             ],
11593             "time": "2017-11-19T08:45:40+00:00"
11594         },
11595         {
11596             "name": "jcalderonzumba/gastonjs",
11597             "version": "v1.0.3",
11598             "source": {
11599                 "type": "git",
11600                 "url": "https://github.com/jcalderonzumba/gastonjs.git",
11601                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
11602             },
11603             "dist": {
11604                 "type": "zip",
11605                 "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
11606                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
11607                 "shasum": ""
11608             },
11609             "require": {
11610                 "guzzlehttp/guzzle": "~5.0|~6.0",
11611                 "php": ">=5.4"
11612             },
11613             "require-dev": {
11614                 "phpunit/phpunit": "~4.6",
11615                 "silex/silex": "~1.2",
11616                 "symfony/phpunit-bridge": "~2.7",
11617                 "symfony/process": "~2.1"
11618             },
11619             "type": "phantomjs-api",
11620             "extra": {
11621                 "branch-alias": {
11622                     "dev-master": "1.1.x-dev"
11623                 }
11624             },
11625             "autoload": {
11626                 "psr-4": {
11627                     "Zumba\\GastonJS\\": "src"
11628                 }
11629             },
11630             "notification-url": "https://packagist.org/downloads/",
11631             "license": [
11632                 "MIT"
11633             ],
11634             "authors": [
11635                 {
11636                     "name": "Juan Francisco Calderón Zumba",
11637                     "email": "juanfcz@gmail.com",
11638                     "homepage": "http://github.com/jcalderonzumba"
11639                 }
11640             ],
11641             "description": "PhantomJS API based server for webpage automation",
11642             "homepage": "https://github.com/jcalderonzumba/gastonjs",
11643             "keywords": [
11644                 "api",
11645                 "automation",
11646                 "browser",
11647                 "headless",
11648                 "phantomjs"
11649             ],
11650             "time": "2016-05-04T16:27:07+00:00"
11651         },
11652         {
11653             "name": "jcalderonzumba/mink-phantomjs-driver",
11654             "version": "v0.3.3",
11655             "source": {
11656                 "type": "git",
11657                 "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
11658                 "reference": "008f43670e94acd39273d15add1e7348eb23848d"
11659             },
11660             "dist": {
11661                 "type": "zip",
11662                 "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
11663                 "reference": "008f43670e94acd39273d15add1e7348eb23848d",
11664                 "shasum": ""
11665             },
11666             "require": {
11667                 "behat/mink": "~1.7",
11668                 "jcalderonzumba/gastonjs": "~1.0",
11669                 "php": ">=5.4",
11670                 "twig/twig": "~1.20|~2.0"
11671             },
11672             "require-dev": {
11673                 "mink/driver-testsuite": "dev-master",
11674                 "phpunit/phpunit": "~4.6"
11675             },
11676             "type": "mink-driver",
11677             "extra": {
11678                 "branch-alias": {
11679                     "dev-master": "0.4.x-dev"
11680                 }
11681             },
11682             "autoload": {
11683                 "psr-4": {
11684                     "Zumba\\Mink\\Driver\\": "src"
11685                 }
11686             },
11687             "notification-url": "https://packagist.org/downloads/",
11688             "license": [
11689                 "MIT"
11690             ],
11691             "authors": [
11692                 {
11693                     "name": "Juan Francisco Calderón Zumba",
11694                     "email": "juanfcz@gmail.com",
11695                     "homepage": "http://github.com/jcalderonzumba"
11696                 }
11697             ],
11698             "description": "PhantomJS driver for Mink framework",
11699             "homepage": "http://mink.behat.org/",
11700             "keywords": [
11701                 "ajax",
11702                 "browser",
11703                 "headless",
11704                 "javascript",
11705                 "phantomjs",
11706                 "testing"
11707             ],
11708             "time": "2016-12-01T10:57:30+00:00"
11709         },
11710         {
11711             "name": "mikey179/vfsStream",
11712             "version": "v1.6.5",
11713             "source": {
11714                 "type": "git",
11715                 "url": "https://github.com/mikey179/vfsStream.git",
11716                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
11717             },
11718             "dist": {
11719                 "type": "zip",
11720                 "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
11721                 "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
11722                 "shasum": ""
11723             },
11724             "require": {
11725                 "php": ">=5.3.0"
11726             },
11727             "require-dev": {
11728                 "phpunit/phpunit": "~4.5"
11729             },
11730             "type": "library",
11731             "extra": {
11732                 "branch-alias": {
11733                     "dev-master": "1.6.x-dev"
11734                 }
11735             },
11736             "autoload": {
11737                 "psr-0": {
11738                     "org\\bovigo\\vfs\\": "src/main/php"
11739                 }
11740             },
11741             "notification-url": "https://packagist.org/downloads/",
11742             "license": [
11743                 "BSD-3-Clause"
11744             ],
11745             "authors": [
11746                 {
11747                     "name": "Frank Kleine",
11748                     "homepage": "http://frankkleine.de/",
11749                     "role": "Developer"
11750                 }
11751             ],
11752             "description": "Virtual file system to mock the real file system in unit tests.",
11753             "homepage": "http://vfs.bovigo.org/",
11754             "time": "2017-08-01T08:02:14+00:00"
11755         },
11756         {
11757             "name": "symfony/browser-kit",
11758             "version": "v3.4.9",
11759             "source": {
11760                 "type": "git",
11761                 "url": "https://github.com/symfony/browser-kit.git",
11762                 "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79"
11763             },
11764             "dist": {
11765                 "type": "zip",
11766                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
11767                 "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
11768                 "shasum": ""
11769             },
11770             "require": {
11771                 "php": "^5.5.9|>=7.0.8",
11772                 "symfony/dom-crawler": "~2.8|~3.0|~4.0"
11773             },
11774             "require-dev": {
11775                 "symfony/css-selector": "~2.8|~3.0|~4.0",
11776                 "symfony/process": "~2.8|~3.0|~4.0"
11777             },
11778             "suggest": {
11779                 "symfony/process": ""
11780             },
11781             "type": "library",
11782             "extra": {
11783                 "branch-alias": {
11784                     "dev-master": "3.4-dev"
11785                 }
11786             },
11787             "autoload": {
11788                 "psr-4": {
11789                     "Symfony\\Component\\BrowserKit\\": ""
11790                 },
11791                 "exclude-from-classmap": [
11792                     "/Tests/"
11793                 ]
11794             },
11795             "notification-url": "https://packagist.org/downloads/",
11796             "license": [
11797                 "MIT"
11798             ],
11799             "authors": [
11800                 {
11801                     "name": "Fabien Potencier",
11802                     "email": "fabien@symfony.com"
11803                 },
11804                 {
11805                     "name": "Symfony Community",
11806                     "homepage": "https://symfony.com/contributors"
11807                 }
11808             ],
11809             "description": "Symfony BrowserKit Component",
11810             "homepage": "https://symfony.com",
11811             "time": "2018-03-19T22:32:39+00:00"
11812         }
11813     ],
11814     "aliases": [],
11815     "minimum-stability": "dev",
11816     "stability-flags": {
11817         "drupal/token": 5,
11818         "drupal/ctools": 15,
11819         "drupal/pathauto": 5,
11820         "drupal/eu_cookie_compliance": 10,
11821         "drupal/livereload": 20,
11822         "drupal/front": 15,
11823         "drupal/filefield_sources": 20,
11824         "drupal/php": 20,
11825         "drupal/hacked": 10,
11826         "drupal/pathologic": 20,
11827         "drupal/typogrify": 15,
11828         "drupal/entityqueue": 15,
11829         "drupal/advanced_help": 20,
11830         "drupal/better_formats": 20,
11831         "drupal/block_class": 15,
11832         "drupal/redirect": 15,
11833         "drupal/libraries": 20,
11834         "drupal/linkchecker": 20,
11835         "drupal/devel": 5,
11836         "drupal/security_review": 20,
11837         "drupal/memcache": 15,
11838         "drupal/media": 20,
11839         "grom358/pharborist": 20,
11840         "drupal/superfish": 5,
11841         "drupal/views_bootstrap": 20,
11842         "drupal/views_responsive_grid": 20,
11843         "drupal/imagemagick": 15,
11844         "drupal/diff": 5,
11845         "drupal/ckeditor_widgets": 20,
11846         "drupal/layout_plugin": 15,
11847         "roave/security-advisories": 20
11848     },
11849     "prefer-stable": true,
11850     "prefer-lowest": false,
11851     "platform": [],
11852     "platform-dev": [],
11853     "platform-overrides": {
11854         "php": "7.0.27"
11855     }
11856 }