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