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