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