Security update for permissions_by_term
[yaffs-website] / vendor / composer / installed.json
1 [
2     {
3         "name": "zendframework/zend-stdlib",
4         "version": "3.1.0",
5         "version_normalized": "3.1.0.0",
6         "source": {
7             "type": "git",
8             "url": "https://github.com/zendframework/zend-stdlib.git",
9             "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
10         },
11         "dist": {
12             "type": "zip",
13             "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
14             "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
15             "shasum": ""
16         },
17         "require": {
18             "php": "^5.6 || ^7.0"
19         },
20         "require-dev": {
21             "athletic/athletic": "~0.1",
22             "phpunit/phpunit": "~4.0",
23             "squizlabs/php_codesniffer": "^2.6.2"
24         },
25         "time": "2016-09-13T14:38:50+00:00",
26         "type": "library",
27         "extra": {
28             "branch-alias": {
29                 "dev-master": "3.1-dev",
30                 "dev-develop": "3.2-dev"
31             }
32         },
33         "installation-source": "dist",
34         "autoload": {
35             "psr-4": {
36                 "Zend\\Stdlib\\": "src/"
37             }
38         },
39         "notification-url": "https://packagist.org/downloads/",
40         "license": [
41             "BSD-3-Clause"
42         ],
43         "homepage": "https://github.com/zendframework/zend-stdlib",
44         "keywords": [
45             "stdlib",
46             "zf2"
47         ]
48     },
49     {
50         "name": "zendframework/zend-escaper",
51         "version": "2.5.2",
52         "version_normalized": "2.5.2.0",
53         "source": {
54             "type": "git",
55             "url": "https://github.com/zendframework/zend-escaper.git",
56             "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
57         },
58         "dist": {
59             "type": "zip",
60             "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
61             "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
62             "shasum": ""
63         },
64         "require": {
65             "php": ">=5.5"
66         },
67         "require-dev": {
68             "fabpot/php-cs-fixer": "1.7.*",
69             "phpunit/phpunit": "~4.0"
70         },
71         "time": "2016-06-30T19:48:38+00:00",
72         "type": "library",
73         "extra": {
74             "branch-alias": {
75                 "dev-master": "2.5-dev",
76                 "dev-develop": "2.6-dev"
77             }
78         },
79         "installation-source": "dist",
80         "autoload": {
81             "psr-4": {
82                 "Zend\\Escaper\\": "src/"
83             }
84         },
85         "notification-url": "https://packagist.org/downloads/",
86         "license": [
87             "BSD-3-Clause"
88         ],
89         "homepage": "https://github.com/zendframework/zend-escaper",
90         "keywords": [
91             "escaper",
92             "zf2"
93         ]
94     },
95     {
96         "name": "psr/http-message",
97         "version": "1.0.1",
98         "version_normalized": "1.0.1.0",
99         "source": {
100             "type": "git",
101             "url": "https://github.com/php-fig/http-message.git",
102             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
103         },
104         "dist": {
105             "type": "zip",
106             "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
107             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
108             "shasum": ""
109         },
110         "require": {
111             "php": ">=5.3.0"
112         },
113         "time": "2016-08-06T14:39:51+00:00",
114         "type": "library",
115         "extra": {
116             "branch-alias": {
117                 "dev-master": "1.0.x-dev"
118             }
119         },
120         "installation-source": "dist",
121         "autoload": {
122             "psr-4": {
123                 "Psr\\Http\\Message\\": "src/"
124             }
125         },
126         "notification-url": "https://packagist.org/downloads/",
127         "license": [
128             "MIT"
129         ],
130         "authors": [
131             {
132                 "name": "PHP-FIG",
133                 "homepage": "http://www.php-fig.org/"
134             }
135         ],
136         "description": "Common interface for HTTP messages",
137         "homepage": "https://github.com/php-fig/http-message",
138         "keywords": [
139             "http",
140             "http-message",
141             "psr",
142             "psr-7",
143             "request",
144             "response"
145         ]
146     },
147     {
148         "name": "ircmaxell/password-compat",
149         "version": "v1.0.4",
150         "version_normalized": "1.0.4.0",
151         "source": {
152             "type": "git",
153             "url": "https://github.com/ircmaxell/password_compat.git",
154             "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
155         },
156         "dist": {
157             "type": "zip",
158             "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
159             "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
160             "shasum": ""
161         },
162         "require-dev": {
163             "phpunit/phpunit": "4.*"
164         },
165         "time": "2014-11-20T16:49:30+00:00",
166         "type": "library",
167         "installation-source": "dist",
168         "autoload": {
169             "files": [
170                 "lib/password.php"
171             ]
172         },
173         "notification-url": "https://packagist.org/downloads/",
174         "license": [
175             "MIT"
176         ],
177         "authors": [
178             {
179                 "name": "Anthony Ferrara",
180                 "email": "ircmaxell@php.net",
181                 "homepage": "http://blog.ircmaxell.com"
182             }
183         ],
184         "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
185         "homepage": "https://github.com/ircmaxell/password_compat",
186         "keywords": [
187             "hashing",
188             "password"
189         ]
190     },
191     {
192         "name": "psr/log",
193         "version": "1.0.2",
194         "version_normalized": "1.0.2.0",
195         "source": {
196             "type": "git",
197             "url": "https://github.com/php-fig/log.git",
198             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
199         },
200         "dist": {
201             "type": "zip",
202             "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
203             "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
204             "shasum": ""
205         },
206         "require": {
207             "php": ">=5.3.0"
208         },
209         "time": "2016-10-10T12:19:37+00:00",
210         "type": "library",
211         "extra": {
212             "branch-alias": {
213                 "dev-master": "1.0.x-dev"
214             }
215         },
216         "installation-source": "dist",
217         "autoload": {
218             "psr-4": {
219                 "Psr\\Log\\": "Psr/Log/"
220             }
221         },
222         "notification-url": "https://packagist.org/downloads/",
223         "license": [
224             "MIT"
225         ],
226         "authors": [
227             {
228                 "name": "PHP-FIG",
229                 "homepage": "http://www.php-fig.org/"
230             }
231         ],
232         "description": "Common interface for logging libraries",
233         "homepage": "https://github.com/php-fig/log",
234         "keywords": [
235             "log",
236             "psr",
237             "psr-3"
238         ]
239     },
240     {
241         "name": "stack/builder",
242         "version": "v1.0.4",
243         "version_normalized": "1.0.4.0",
244         "source": {
245             "type": "git",
246             "url": "https://github.com/stackphp/builder.git",
247             "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425"
248         },
249         "dist": {
250             "type": "zip",
251             "url": "https://api.github.com/repos/stackphp/builder/zipball/59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
252             "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
253             "shasum": ""
254         },
255         "require": {
256             "php": ">=5.3.0",
257             "symfony/http-foundation": "~2.1|~3.0",
258             "symfony/http-kernel": "~2.1|~3.0"
259         },
260         "require-dev": {
261             "silex/silex": "~1.0"
262         },
263         "time": "2016-06-02T06:58:42+00:00",
264         "type": "library",
265         "extra": {
266             "branch-alias": {
267                 "dev-master": "1.0-dev"
268             }
269         },
270         "installation-source": "dist",
271         "autoload": {
272             "psr-0": {
273                 "Stack": "src"
274             }
275         },
276         "notification-url": "https://packagist.org/downloads/",
277         "license": [
278             "MIT"
279         ],
280         "authors": [
281             {
282                 "name": "Igor Wiedler",
283                 "email": "igor@wiedler.ch"
284             }
285         ],
286         "description": "Builder for stack middlewares based on HttpKernelInterface.",
287         "keywords": [
288             "stack"
289         ]
290     },
291     {
292         "name": "masterminds/html5",
293         "version": "2.2.2",
294         "version_normalized": "2.2.2.0",
295         "source": {
296             "type": "git",
297             "url": "https://github.com/Masterminds/html5-php.git",
298             "reference": "7866e93dcf0245de22378414e0c2c7350abc45af"
299         },
300         "dist": {
301             "type": "zip",
302             "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/7866e93dcf0245de22378414e0c2c7350abc45af",
303             "reference": "7866e93dcf0245de22378414e0c2c7350abc45af",
304             "shasum": ""
305         },
306         "require": {
307             "ext-libxml": "*",
308             "php": ">=5.3.0"
309         },
310         "require-dev": {
311             "phpunit/phpunit": "4.*",
312             "sami/sami": "~2.0",
313             "satooshi/php-coveralls": "1.0.*"
314         },
315         "time": "2016-09-22T11:01:11+00:00",
316         "type": "library",
317         "extra": {
318             "branch-alias": {
319                 "dev-master": "2.2-dev"
320             }
321         },
322         "installation-source": "dist",
323         "autoload": {
324             "psr-4": {
325                 "Masterminds\\": "src"
326             }
327         },
328         "notification-url": "https://packagist.org/downloads/",
329         "license": [
330             "MIT"
331         ],
332         "authors": [
333             {
334                 "name": "Matt Butcher",
335                 "email": "technosophos@gmail.com"
336             },
337             {
338                 "name": "Asmir Mustafic",
339                 "email": "goetas@gmail.com"
340             },
341             {
342                 "name": "Matt Farina",
343                 "email": "matt@mattfarina.com"
344             }
345         ],
346         "description": "An HTML5 parser and serializer.",
347         "homepage": "http://masterminds.github.io/html5-php",
348         "keywords": [
349             "HTML5",
350             "dom",
351             "html",
352             "parser",
353             "querypath",
354             "serializer",
355             "xml"
356         ]
357     },
358     {
359         "name": "guzzlehttp/promises",
360         "version": "v1.3.1",
361         "version_normalized": "1.3.1.0",
362         "source": {
363             "type": "git",
364             "url": "https://github.com/guzzle/promises.git",
365             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
366         },
367         "dist": {
368             "type": "zip",
369             "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
370             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
371             "shasum": ""
372         },
373         "require": {
374             "php": ">=5.5.0"
375         },
376         "require-dev": {
377             "phpunit/phpunit": "^4.0"
378         },
379         "time": "2016-12-20T10:07:11+00:00",
380         "type": "library",
381         "extra": {
382             "branch-alias": {
383                 "dev-master": "1.4-dev"
384             }
385         },
386         "installation-source": "dist",
387         "autoload": {
388             "psr-4": {
389                 "GuzzleHttp\\Promise\\": "src/"
390             },
391             "files": [
392                 "src/functions_include.php"
393             ]
394         },
395         "notification-url": "https://packagist.org/downloads/",
396         "license": [
397             "MIT"
398         ],
399         "authors": [
400             {
401                 "name": "Michael Dowling",
402                 "email": "mtdowling@gmail.com",
403                 "homepage": "https://github.com/mtdowling"
404             }
405         ],
406         "description": "Guzzle promises library",
407         "keywords": [
408             "promise"
409         ]
410     },
411     {
412         "name": "doctrine/lexer",
413         "version": "v1.0.1",
414         "version_normalized": "1.0.1.0",
415         "source": {
416             "type": "git",
417             "url": "https://github.com/doctrine/lexer.git",
418             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
419         },
420         "dist": {
421             "type": "zip",
422             "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
423             "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
424             "shasum": ""
425         },
426         "require": {
427             "php": ">=5.3.2"
428         },
429         "time": "2014-09-09T13:34:57+00:00",
430         "type": "library",
431         "extra": {
432             "branch-alias": {
433                 "dev-master": "1.0.x-dev"
434             }
435         },
436         "installation-source": "dist",
437         "autoload": {
438             "psr-0": {
439                 "Doctrine\\Common\\Lexer\\": "lib/"
440             }
441         },
442         "notification-url": "https://packagist.org/downloads/",
443         "license": [
444             "MIT"
445         ],
446         "authors": [
447             {
448                 "name": "Roman Borschel",
449                 "email": "roman@code-factory.org"
450             },
451             {
452                 "name": "Guilherme Blanco",
453                 "email": "guilhermeblanco@gmail.com"
454             },
455             {
456                 "name": "Johannes Schmitt",
457                 "email": "schmittjoh@gmail.com"
458             }
459         ],
460         "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
461         "homepage": "http://www.doctrine-project.org",
462         "keywords": [
463             "lexer",
464             "parser"
465         ]
466     },
467     {
468         "name": "egulias/email-validator",
469         "version": "1.2.14",
470         "version_normalized": "1.2.14.0",
471         "source": {
472             "type": "git",
473             "url": "https://github.com/egulias/EmailValidator.git",
474             "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
475         },
476         "dist": {
477             "type": "zip",
478             "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
479             "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
480             "shasum": ""
481         },
482         "require": {
483             "doctrine/lexer": "^1.0.1",
484             "php": ">= 5.3.3"
485         },
486         "require-dev": {
487             "phpunit/phpunit": "^4.8.24"
488         },
489         "time": "2017-02-03T22:48:59+00:00",
490         "type": "library",
491         "extra": {
492             "branch-alias": {
493                 "dev-master": "2.0.x-dev"
494             }
495         },
496         "installation-source": "dist",
497         "autoload": {
498             "psr-0": {
499                 "Egulias\\": "src/"
500             }
501         },
502         "notification-url": "https://packagist.org/downloads/",
503         "license": [
504             "MIT"
505         ],
506         "authors": [
507             {
508                 "name": "Eduardo Gulias Davis"
509             }
510         ],
511         "description": "A library for validating emails",
512         "homepage": "https://github.com/egulias/EmailValidator",
513         "keywords": [
514             "email",
515             "emailvalidation",
516             "emailvalidator",
517             "validation",
518             "validator"
519         ]
520     },
521     {
522         "name": "easyrdf/easyrdf",
523         "version": "0.9.1",
524         "version_normalized": "0.9.1.0",
525         "source": {
526             "type": "git",
527             "url": "https://github.com/njh/easyrdf.git",
528             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
529         },
530         "dist": {
531             "type": "zip",
532             "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
533             "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
534             "shasum": ""
535         },
536         "require": {
537             "ext-mbstring": "*",
538             "ext-pcre": "*",
539             "php": ">=5.2.8"
540         },
541         "require-dev": {
542             "phpunit/phpunit": "~3.5",
543             "sami/sami": "~1.4",
544             "squizlabs/php_codesniffer": "~1.4.3"
545         },
546         "suggest": {
547             "ml/json-ld": "~1.0"
548         },
549         "time": "2015-02-27T09:45:49+00:00",
550         "type": "library",
551         "installation-source": "dist",
552         "autoload": {
553             "psr-0": {
554                 "EasyRdf_": "lib/"
555             }
556         },
557         "notification-url": "https://packagist.org/downloads/",
558         "license": [
559             "BSD-3-Clause"
560         ],
561         "authors": [
562             {
563                 "name": "Nicholas Humfrey",
564                 "email": "njh@aelius.com",
565                 "homepage": "http://www.aelius.com/njh/",
566                 "role": "Developer"
567             },
568             {
569                 "name": "Alexey Zakhlestin",
570                 "email": "indeyets@gmail.com",
571                 "role": "Developer"
572             }
573         ],
574         "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
575         "homepage": "http://www.easyrdf.org/",
576         "keywords": [
577             "Linked Data",
578             "RDF",
579             "Semantic Web",
580             "Turtle",
581             "rdfa",
582             "sparql"
583         ]
584     },
585     {
586         "name": "doctrine/inflector",
587         "version": "v1.1.0",
588         "version_normalized": "1.1.0.0",
589         "source": {
590             "type": "git",
591             "url": "https://github.com/doctrine/inflector.git",
592             "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
593         },
594         "dist": {
595             "type": "zip",
596             "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
597             "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
598             "shasum": ""
599         },
600         "require": {
601             "php": ">=5.3.2"
602         },
603         "require-dev": {
604             "phpunit/phpunit": "4.*"
605         },
606         "time": "2015-11-06T14:35:42+00:00",
607         "type": "library",
608         "extra": {
609             "branch-alias": {
610                 "dev-master": "1.1.x-dev"
611             }
612         },
613         "installation-source": "dist",
614         "autoload": {
615             "psr-0": {
616                 "Doctrine\\Common\\Inflector\\": "lib/"
617             }
618         },
619         "notification-url": "https://packagist.org/downloads/",
620         "license": [
621             "MIT"
622         ],
623         "authors": [
624             {
625                 "name": "Roman Borschel",
626                 "email": "roman@code-factory.org"
627             },
628             {
629                 "name": "Benjamin Eberlei",
630                 "email": "kontakt@beberlei.de"
631             },
632             {
633                 "name": "Guilherme Blanco",
634                 "email": "guilhermeblanco@gmail.com"
635             },
636             {
637                 "name": "Jonathan Wage",
638                 "email": "jonwage@gmail.com"
639             },
640             {
641                 "name": "Johannes Schmitt",
642                 "email": "schmittjoh@gmail.com"
643             }
644         ],
645         "description": "Common String Manipulations with regard to casing and singular/plural rules.",
646         "homepage": "http://www.doctrine-project.org",
647         "keywords": [
648             "inflection",
649             "pluralize",
650             "singularize",
651             "string"
652         ]
653     },
654     {
655         "name": "doctrine/cache",
656         "version": "v1.6.1",
657         "version_normalized": "1.6.1.0",
658         "source": {
659             "type": "git",
660             "url": "https://github.com/doctrine/cache.git",
661             "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
662         },
663         "dist": {
664             "type": "zip",
665             "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
666             "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
667             "shasum": ""
668         },
669         "require": {
670             "php": "~5.5|~7.0"
671         },
672         "conflict": {
673             "doctrine/common": ">2.2,<2.4"
674         },
675         "require-dev": {
676             "phpunit/phpunit": "~4.8|~5.0",
677             "predis/predis": "~1.0",
678             "satooshi/php-coveralls": "~0.6"
679         },
680         "time": "2016-10-29T11:16:17+00:00",
681         "type": "library",
682         "extra": {
683             "branch-alias": {
684                 "dev-master": "1.6.x-dev"
685             }
686         },
687         "installation-source": "dist",
688         "autoload": {
689             "psr-4": {
690                 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
691             }
692         },
693         "notification-url": "https://packagist.org/downloads/",
694         "license": [
695             "MIT"
696         ],
697         "authors": [
698             {
699                 "name": "Roman Borschel",
700                 "email": "roman@code-factory.org"
701             },
702             {
703                 "name": "Benjamin Eberlei",
704                 "email": "kontakt@beberlei.de"
705             },
706             {
707                 "name": "Guilherme Blanco",
708                 "email": "guilhermeblanco@gmail.com"
709             },
710             {
711                 "name": "Jonathan Wage",
712                 "email": "jonwage@gmail.com"
713             },
714             {
715                 "name": "Johannes Schmitt",
716                 "email": "schmittjoh@gmail.com"
717             }
718         ],
719         "description": "Caching library offering an object-oriented API for many cache backends",
720         "homepage": "http://www.doctrine-project.org",
721         "keywords": [
722             "cache",
723             "caching"
724         ]
725     },
726     {
727         "name": "doctrine/annotations",
728         "version": "v1.2.7",
729         "version_normalized": "1.2.7.0",
730         "source": {
731             "type": "git",
732             "url": "https://github.com/doctrine/annotations.git",
733             "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
734         },
735         "dist": {
736             "type": "zip",
737             "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
738             "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
739             "shasum": ""
740         },
741         "require": {
742             "doctrine/lexer": "1.*",
743             "php": ">=5.3.2"
744         },
745         "require-dev": {
746             "doctrine/cache": "1.*",
747             "phpunit/phpunit": "4.*"
748         },
749         "time": "2015-08-31T12:32:49+00:00",
750         "type": "library",
751         "extra": {
752             "branch-alias": {
753                 "dev-master": "1.3.x-dev"
754             }
755         },
756         "installation-source": "dist",
757         "autoload": {
758             "psr-0": {
759                 "Doctrine\\Common\\Annotations\\": "lib/"
760             }
761         },
762         "notification-url": "https://packagist.org/downloads/",
763         "license": [
764             "MIT"
765         ],
766         "authors": [
767             {
768                 "name": "Roman Borschel",
769                 "email": "roman@code-factory.org"
770             },
771             {
772                 "name": "Benjamin Eberlei",
773                 "email": "kontakt@beberlei.de"
774             },
775             {
776                 "name": "Guilherme Blanco",
777                 "email": "guilhermeblanco@gmail.com"
778             },
779             {
780                 "name": "Jonathan Wage",
781                 "email": "jonwage@gmail.com"
782             },
783             {
784                 "name": "Johannes Schmitt",
785                 "email": "schmittjoh@gmail.com"
786             }
787         ],
788         "description": "Docblock Annotations Parser",
789         "homepage": "http://www.doctrine-project.org",
790         "keywords": [
791             "annotations",
792             "docblock",
793             "parser"
794         ]
795     },
796     {
797         "name": "composer/semver",
798         "version": "1.4.2",
799         "version_normalized": "1.4.2.0",
800         "source": {
801             "type": "git",
802             "url": "https://github.com/composer/semver.git",
803             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
804         },
805         "dist": {
806             "type": "zip",
807             "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
808             "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
809             "shasum": ""
810         },
811         "require": {
812             "php": "^5.3.2 || ^7.0"
813         },
814         "require-dev": {
815             "phpunit/phpunit": "^4.5 || ^5.0.5",
816             "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
817         },
818         "time": "2016-08-30T16:08:34+00:00",
819         "type": "library",
820         "extra": {
821             "branch-alias": {
822                 "dev-master": "1.x-dev"
823             }
824         },
825         "installation-source": "dist",
826         "autoload": {
827             "psr-4": {
828                 "Composer\\Semver\\": "src"
829             }
830         },
831         "notification-url": "https://packagist.org/downloads/",
832         "license": [
833             "MIT"
834         ],
835         "authors": [
836             {
837                 "name": "Nils Adermann",
838                 "email": "naderman@naderman.de",
839                 "homepage": "http://www.naderman.de"
840             },
841             {
842                 "name": "Jordi Boggiano",
843                 "email": "j.boggiano@seld.be",
844                 "homepage": "http://seld.be"
845             },
846             {
847                 "name": "Rob Bast",
848                 "email": "rob.bast@gmail.com",
849                 "homepage": "http://robbast.nl"
850             }
851         ],
852         "description": "Semver library that offers utilities, version constraint parsing and validation.",
853         "keywords": [
854             "semantic",
855             "semver",
856             "validation",
857             "versioning"
858         ]
859     },
860     {
861         "name": "jakub-onderka/php-console-color",
862         "version": "0.1",
863         "version_normalized": "0.1.0.0",
864         "source": {
865             "type": "git",
866             "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
867             "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
868         },
869         "dist": {
870             "type": "zip",
871             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
872             "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
873             "shasum": ""
874         },
875         "require": {
876             "php": ">=5.3.2"
877         },
878         "require-dev": {
879             "jakub-onderka/php-code-style": "1.0",
880             "jakub-onderka/php-parallel-lint": "0.*",
881             "jakub-onderka/php-var-dump-check": "0.*",
882             "phpunit/phpunit": "3.7.*",
883             "squizlabs/php_codesniffer": "1.*"
884         },
885         "time": "2014-04-08T15:00:19+00:00",
886         "type": "library",
887         "installation-source": "dist",
888         "autoload": {
889             "psr-0": {
890                 "JakubOnderka\\PhpConsoleColor": "src/"
891             }
892         },
893         "notification-url": "https://packagist.org/downloads/",
894         "license": [
895             "BSD-2-Clause"
896         ],
897         "authors": [
898             {
899                 "name": "Jakub Onderka",
900                 "email": "jakub.onderka@gmail.com",
901                 "homepage": "http://www.acci.cz"
902             }
903         ]
904     },
905     {
906         "name": "jakub-onderka/php-console-highlighter",
907         "version": "v0.3.2",
908         "version_normalized": "0.3.2.0",
909         "source": {
910             "type": "git",
911             "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
912             "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
913         },
914         "dist": {
915             "type": "zip",
916             "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
917             "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
918             "shasum": ""
919         },
920         "require": {
921             "jakub-onderka/php-console-color": "~0.1",
922             "php": ">=5.3.0"
923         },
924         "require-dev": {
925             "jakub-onderka/php-code-style": "~1.0",
926             "jakub-onderka/php-parallel-lint": "~0.5",
927             "jakub-onderka/php-var-dump-check": "~0.1",
928             "phpunit/phpunit": "~4.0",
929             "squizlabs/php_codesniffer": "~1.5"
930         },
931         "time": "2015-04-20T18:58:01+00:00",
932         "type": "library",
933         "installation-source": "dist",
934         "autoload": {
935             "psr-0": {
936                 "JakubOnderka\\PhpConsoleHighlighter": "src/"
937             }
938         },
939         "notification-url": "https://packagist.org/downloads/",
940         "license": [
941             "MIT"
942         ],
943         "authors": [
944             {
945                 "name": "Jakub Onderka",
946                 "email": "acci@acci.cz",
947                 "homepage": "http://www.acci.cz/"
948             }
949         ]
950     },
951     {
952         "name": "dnoegel/php-xdg-base-dir",
953         "version": "0.1",
954         "version_normalized": "0.1.0.0",
955         "source": {
956             "type": "git",
957             "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
958             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
959         },
960         "dist": {
961             "type": "zip",
962             "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
963             "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
964             "shasum": ""
965         },
966         "require": {
967             "php": ">=5.3.2"
968         },
969         "require-dev": {
970             "phpunit/phpunit": "@stable"
971         },
972         "time": "2014-10-24T07:27:01+00:00",
973         "type": "project",
974         "installation-source": "dist",
975         "autoload": {
976             "psr-4": {
977                 "XdgBaseDir\\": "src/"
978             }
979         },
980         "notification-url": "https://packagist.org/downloads/",
981         "license": [
982             "MIT"
983         ],
984         "description": "implementation of xdg base directory specification for php"
985     },
986     {
987         "name": "stecman/symfony-console-completion",
988         "version": "0.7.0",
989         "version_normalized": "0.7.0.0",
990         "source": {
991             "type": "git",
992             "url": "https://github.com/stecman/symfony-console-completion.git",
993             "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
994         },
995         "dist": {
996             "type": "zip",
997             "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
998             "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
999             "shasum": ""
1000         },
1001         "require": {
1002             "php": ">=5.3.2",
1003             "symfony/console": "~2.3 || ~3.0"
1004         },
1005         "require-dev": {
1006             "phpunit/phpunit": "~4.4"
1007         },
1008         "time": "2016-02-24T05:08:54+00:00",
1009         "type": "library",
1010         "extra": {
1011             "branch-alias": {
1012                 "dev-master": "0.6.x-dev"
1013             }
1014         },
1015         "installation-source": "dist",
1016         "autoload": {
1017             "psr-4": {
1018                 "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
1019             }
1020         },
1021         "notification-url": "https://packagist.org/downloads/",
1022         "license": [
1023             "MIT"
1024         ],
1025         "authors": [
1026             {
1027                 "name": "Stephen Holdaway",
1028                 "email": "stephen@stecman.co.nz"
1029             }
1030         ],
1031         "description": "Automatic BASH completion for Symfony Console Component based applications."
1032     },
1033     {
1034         "name": "dflydev/placeholder-resolver",
1035         "version": "v1.0.2",
1036         "version_normalized": "1.0.2.0",
1037         "source": {
1038             "type": "git",
1039             "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
1040             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
1041         },
1042         "dist": {
1043             "type": "zip",
1044             "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1045             "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1046             "shasum": ""
1047         },
1048         "require": {
1049             "php": ">=5.3.2"
1050         },
1051         "time": "2012-10-28T21:08:28+00:00",
1052         "type": "library",
1053         "extra": {
1054             "branch-alias": {
1055                 "dev-master": "1.0-dev"
1056             }
1057         },
1058         "installation-source": "dist",
1059         "autoload": {
1060             "psr-0": {
1061                 "Dflydev\\PlaceholderResolver": "src"
1062             }
1063         },
1064         "notification-url": "https://packagist.org/downloads/",
1065         "license": [
1066             "MIT"
1067         ],
1068         "authors": [
1069             {
1070                 "name": "Dragonfly Development Inc.",
1071                 "email": "info@dflydev.com",
1072                 "homepage": "http://dflydev.com"
1073             },
1074             {
1075                 "name": "Beau Simensen",
1076                 "email": "beau@dflydev.com",
1077                 "homepage": "http://beausimensen.com"
1078             }
1079         ],
1080         "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.",
1081         "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
1082         "keywords": [
1083             "placeholder",
1084             "resolver"
1085         ]
1086     },
1087     {
1088         "name": "dflydev/dot-access-data",
1089         "version": "v1.1.0",
1090         "version_normalized": "1.1.0.0",
1091         "source": {
1092             "type": "git",
1093             "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
1094             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
1095         },
1096         "dist": {
1097             "type": "zip",
1098             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
1099             "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
1100             "shasum": ""
1101         },
1102         "require": {
1103             "php": ">=5.3.2"
1104         },
1105         "time": "2017-01-20T21:14:22+00:00",
1106         "type": "library",
1107         "extra": {
1108             "branch-alias": {
1109                 "dev-master": "1.0-dev"
1110             }
1111         },
1112         "installation-source": "dist",
1113         "autoload": {
1114             "psr-0": {
1115                 "Dflydev\\DotAccessData": "src"
1116             }
1117         },
1118         "notification-url": "https://packagist.org/downloads/",
1119         "license": [
1120             "MIT"
1121         ],
1122         "authors": [
1123             {
1124                 "name": "Dragonfly Development Inc.",
1125                 "email": "info@dflydev.com",
1126                 "homepage": "http://dflydev.com"
1127             },
1128             {
1129                 "name": "Beau Simensen",
1130                 "email": "beau@dflydev.com",
1131                 "homepage": "http://beausimensen.com"
1132             },
1133             {
1134                 "name": "Carlos Frutos",
1135                 "email": "carlos@kiwing.it",
1136                 "homepage": "https://github.com/cfrutos"
1137             }
1138         ],
1139         "description": "Given a deep data structure, access data by dot notation.",
1140         "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
1141         "keywords": [
1142             "access",
1143             "data",
1144             "dot",
1145             "notation"
1146         ]
1147     },
1148     {
1149         "name": "dflydev/dot-access-configuration",
1150         "version": "v1.0.1",
1151         "version_normalized": "1.0.1.0",
1152         "source": {
1153             "type": "git",
1154             "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
1155             "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9"
1156         },
1157         "dist": {
1158             "type": "zip",
1159             "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/9b65c83159c9003e00284ea1144ad96b69d9c8b9",
1160             "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9",
1161             "shasum": ""
1162         },
1163         "require": {
1164             "dflydev/dot-access-data": "1.*",
1165             "dflydev/placeholder-resolver": "1.*",
1166             "php": ">=5.3.2"
1167         },
1168         "require-dev": {
1169             "symfony/yaml": "~2.1"
1170         },
1171         "suggest": {
1172             "symfony/yaml": "Required for using the YAML Configuration Builders"
1173         },
1174         "time": "2014-11-14T03:26:12+00:00",
1175         "type": "library",
1176         "extra": {
1177             "branch-alias": {
1178                 "dev-master": "1.0-dev"
1179             }
1180         },
1181         "installation-source": "dist",
1182         "autoload": {
1183             "psr-0": {
1184                 "Dflydev\\DotAccessConfiguration": "src"
1185             }
1186         },
1187         "notification-url": "https://packagist.org/downloads/",
1188         "license": [
1189             "MIT"
1190         ],
1191         "authors": [
1192             {
1193                 "name": "Dragonfly Development Inc.",
1194                 "email": "info@dflydev.com",
1195                 "homepage": "http://dflydev.com"
1196             },
1197             {
1198                 "name": "Beau Simensen",
1199                 "email": "beau@dflydev.com",
1200                 "homepage": "http://beausimensen.com"
1201             }
1202         ],
1203         "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
1204         "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
1205         "keywords": [
1206             "config",
1207             "configuration"
1208         ]
1209     },
1210     {
1211         "name": "alchemy/zippy",
1212         "version": "0.4.3",
1213         "version_normalized": "0.4.3.0",
1214         "source": {
1215             "type": "git",
1216             "url": "https://github.com/alchemy-fr/Zippy.git",
1217             "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea"
1218         },
1219         "dist": {
1220             "type": "zip",
1221             "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea",
1222             "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea",
1223             "shasum": ""
1224         },
1225         "require": {
1226             "doctrine/collections": "~1.0",
1227             "ext-mbstring": "*",
1228             "php": ">=5.5",
1229             "symfony/filesystem": "^2.0.5|^3.0",
1230             "symfony/process": "^2.1|^3.0"
1231         },
1232         "require-dev": {
1233             "ext-zip": "*",
1234             "guzzle/guzzle": "~3.0",
1235             "guzzlehttp/guzzle": "^6.0",
1236             "phpunit/phpunit": "^4.0|^5.0",
1237             "symfony/finder": "^2.0.5|^3.0"
1238         },
1239         "suggest": {
1240             "ext-zip": "To use the ZipExtensionAdapter",
1241             "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
1242             "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
1243         },
1244         "time": "2016-11-03T16:10:31+00:00",
1245         "type": "library",
1246         "extra": {
1247             "branch-alias": {
1248                 "dev-master": "0.4.x-dev"
1249             }
1250         },
1251         "installation-source": "dist",
1252         "autoload": {
1253             "psr-4": {
1254                 "Alchemy\\Zippy\\": "src/"
1255             }
1256         },
1257         "notification-url": "https://packagist.org/downloads/",
1258         "license": [
1259             "MIT"
1260         ],
1261         "authors": [
1262             {
1263                 "name": "Alchemy",
1264                 "email": "dev.team@alchemy.fr",
1265                 "homepage": "http://www.alchemy.fr/"
1266             }
1267         ],
1268         "description": "Zippy, the archive manager companion",
1269         "keywords": [
1270             "bzip",
1271             "compression",
1272             "tar",
1273             "zip"
1274         ]
1275     },
1276     {
1277         "name": "fabpot/goutte",
1278         "version": "v3.2.1",
1279         "version_normalized": "3.2.1.0",
1280         "source": {
1281             "type": "git",
1282             "url": "https://github.com/FriendsOfPHP/Goutte.git",
1283             "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638"
1284         },
1285         "dist": {
1286             "type": "zip",
1287             "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638",
1288             "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638",
1289             "shasum": ""
1290         },
1291         "require": {
1292             "guzzlehttp/guzzle": "^6.0",
1293             "php": ">=5.5.0",
1294             "symfony/browser-kit": "~2.1|~3.0",
1295             "symfony/css-selector": "~2.1|~3.0",
1296             "symfony/dom-crawler": "~2.1|~3.0"
1297         },
1298         "time": "2017-01-03T13:21:43+00:00",
1299         "type": "application",
1300         "extra": {
1301             "branch-alias": {
1302                 "dev-master": "3.2-dev"
1303             }
1304         },
1305         "installation-source": "dist",
1306         "autoload": {
1307             "psr-4": {
1308                 "Goutte\\": "Goutte"
1309             }
1310         },
1311         "notification-url": "https://packagist.org/downloads/",
1312         "license": [
1313             "MIT"
1314         ],
1315         "authors": [
1316             {
1317                 "name": "Fabien Potencier",
1318                 "email": "fabien@symfony.com"
1319             }
1320         ],
1321         "description": "A simple PHP Web Scraper",
1322         "homepage": "https://github.com/FriendsOfPHP/Goutte",
1323         "keywords": [
1324             "scraper"
1325         ]
1326     },
1327     {
1328         "name": "behat/mink",
1329         "version": "v1.7.1",
1330         "version_normalized": "1.7.1.0",
1331         "source": {
1332             "type": "git",
1333             "url": "https://github.com/minkphp/Mink.git",
1334             "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
1335         },
1336         "dist": {
1337             "type": "zip",
1338             "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
1339             "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
1340             "shasum": ""
1341         },
1342         "require": {
1343             "php": ">=5.3.1",
1344             "symfony/css-selector": "~2.1|~3.0"
1345         },
1346         "require-dev": {
1347             "symfony/phpunit-bridge": "~2.7|~3.0"
1348         },
1349         "suggest": {
1350             "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
1351             "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
1352             "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
1353             "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
1354         },
1355         "time": "2016-03-05T08:26:18+00:00",
1356         "type": "library",
1357         "extra": {
1358             "branch-alias": {
1359                 "dev-master": "1.7.x-dev"
1360             }
1361         },
1362         "installation-source": "dist",
1363         "autoload": {
1364             "psr-4": {
1365                 "Behat\\Mink\\": "src/"
1366             }
1367         },
1368         "notification-url": "https://packagist.org/downloads/",
1369         "license": [
1370             "MIT"
1371         ],
1372         "authors": [
1373             {
1374                 "name": "Konstantin Kudryashov",
1375                 "email": "ever.zet@gmail.com",
1376                 "homepage": "http://everzet.com"
1377             }
1378         ],
1379         "description": "Browser controller/emulator abstraction for PHP",
1380         "homepage": "http://mink.behat.org/",
1381         "keywords": [
1382             "browser",
1383             "testing",
1384             "web"
1385         ]
1386     },
1387     {
1388         "name": "behat/mink-browserkit-driver",
1389         "version": "v1.3.2",
1390         "version_normalized": "1.3.2.0",
1391         "source": {
1392             "type": "git",
1393             "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
1394             "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
1395         },
1396         "dist": {
1397             "type": "zip",
1398             "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
1399             "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
1400             "shasum": ""
1401         },
1402         "require": {
1403             "behat/mink": "^1.7.1@dev",
1404             "php": ">=5.3.6",
1405             "symfony/browser-kit": "~2.3|~3.0",
1406             "symfony/dom-crawler": "~2.3|~3.0"
1407         },
1408         "require-dev": {
1409             "silex/silex": "~1.2",
1410             "symfony/phpunit-bridge": "~2.7|~3.0"
1411         },
1412         "time": "2016-03-05T08:59:47+00:00",
1413         "type": "mink-driver",
1414         "extra": {
1415             "branch-alias": {
1416                 "dev-master": "1.3.x-dev"
1417             }
1418         },
1419         "installation-source": "dist",
1420         "autoload": {
1421             "psr-4": {
1422                 "Behat\\Mink\\Driver\\": "src/"
1423             }
1424         },
1425         "notification-url": "https://packagist.org/downloads/",
1426         "license": [
1427             "MIT"
1428         ],
1429         "authors": [
1430             {
1431                 "name": "Konstantin Kudryashov",
1432                 "email": "ever.zet@gmail.com",
1433                 "homepage": "http://everzet.com"
1434             }
1435         ],
1436         "description": "Symfony2 BrowserKit driver for Mink framework",
1437         "homepage": "http://mink.behat.org/",
1438         "keywords": [
1439             "Mink",
1440             "Symfony2",
1441             "browser",
1442             "testing"
1443         ]
1444     },
1445     {
1446         "name": "behat/mink-goutte-driver",
1447         "version": "v1.2.1",
1448         "version_normalized": "1.2.1.0",
1449         "source": {
1450             "type": "git",
1451             "url": "https://github.com/minkphp/MinkGoutteDriver.git",
1452             "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
1453         },
1454         "dist": {
1455             "type": "zip",
1456             "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
1457             "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
1458             "shasum": ""
1459         },
1460         "require": {
1461             "behat/mink": "~1.6@dev",
1462             "behat/mink-browserkit-driver": "~1.2@dev",
1463             "fabpot/goutte": "~1.0.4|~2.0|~3.1",
1464             "php": ">=5.3.1"
1465         },
1466         "require-dev": {
1467             "symfony/phpunit-bridge": "~2.7|~3.0"
1468         },
1469         "time": "2016-03-05T09:04:22+00:00",
1470         "type": "mink-driver",
1471         "extra": {
1472             "branch-alias": {
1473                 "dev-master": "1.2.x-dev"
1474             }
1475         },
1476         "installation-source": "dist",
1477         "autoload": {
1478             "psr-4": {
1479                 "Behat\\Mink\\Driver\\": "src/"
1480             }
1481         },
1482         "notification-url": "https://packagist.org/downloads/",
1483         "license": [
1484             "MIT"
1485         ],
1486         "authors": [
1487             {
1488                 "name": "Konstantin Kudryashov",
1489                 "email": "ever.zet@gmail.com",
1490                 "homepage": "http://everzet.com"
1491             }
1492         ],
1493         "description": "Goutte driver for Mink framework",
1494         "homepage": "http://mink.behat.org/",
1495         "keywords": [
1496             "browser",
1497             "goutte",
1498             "headless",
1499             "testing"
1500         ]
1501     },
1502     {
1503         "name": "jcalderonzumba/gastonjs",
1504         "version": "v1.0.3",
1505         "version_normalized": "1.0.3.0",
1506         "source": {
1507             "type": "git",
1508             "url": "https://github.com/jcalderonzumba/gastonjs.git",
1509             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
1510         },
1511         "dist": {
1512             "type": "zip",
1513             "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
1514             "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
1515             "shasum": ""
1516         },
1517         "require": {
1518             "guzzlehttp/guzzle": "~5.0|~6.0",
1519             "php": ">=5.4"
1520         },
1521         "require-dev": {
1522             "phpunit/phpunit": "~4.6",
1523             "silex/silex": "~1.2",
1524             "symfony/phpunit-bridge": "~2.7",
1525             "symfony/process": "~2.1"
1526         },
1527         "time": "2016-05-04T16:27:07+00:00",
1528         "type": "phantomjs-api",
1529         "extra": {
1530             "branch-alias": {
1531                 "dev-master": "1.1.x-dev"
1532             }
1533         },
1534         "installation-source": "dist",
1535         "autoload": {
1536             "psr-4": {
1537                 "Zumba\\GastonJS\\": "src"
1538             }
1539         },
1540         "notification-url": "https://packagist.org/downloads/",
1541         "license": [
1542             "MIT"
1543         ],
1544         "authors": [
1545             {
1546                 "name": "Juan Francisco Calderón Zumba",
1547                 "email": "juanfcz@gmail.com",
1548                 "homepage": "http://github.com/jcalderonzumba"
1549             }
1550         ],
1551         "description": "PhantomJS API based server for webpage automation",
1552         "homepage": "https://github.com/jcalderonzumba/gastonjs",
1553         "keywords": [
1554             "api",
1555             "automation",
1556             "browser",
1557             "headless",
1558             "phantomjs"
1559         ]
1560     },
1561     {
1562         "name": "jcalderonzumba/mink-phantomjs-driver",
1563         "version": "v0.3.3",
1564         "version_normalized": "0.3.3.0",
1565         "source": {
1566             "type": "git",
1567             "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
1568             "reference": "008f43670e94acd39273d15add1e7348eb23848d"
1569         },
1570         "dist": {
1571             "type": "zip",
1572             "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
1573             "reference": "008f43670e94acd39273d15add1e7348eb23848d",
1574             "shasum": ""
1575         },
1576         "require": {
1577             "behat/mink": "~1.7",
1578             "jcalderonzumba/gastonjs": "~1.0",
1579             "php": ">=5.4",
1580             "twig/twig": "~1.20|~2.0"
1581         },
1582         "require-dev": {
1583             "mink/driver-testsuite": "dev-master",
1584             "phpunit/phpunit": "~4.6"
1585         },
1586         "time": "2016-12-01T10:57:30+00:00",
1587         "type": "mink-driver",
1588         "extra": {
1589             "branch-alias": {
1590                 "dev-master": "0.4.x-dev"
1591             }
1592         },
1593         "installation-source": "dist",
1594         "autoload": {
1595             "psr-4": {
1596                 "Zumba\\Mink\\Driver\\": "src"
1597             }
1598         },
1599         "notification-url": "https://packagist.org/downloads/",
1600         "license": [
1601             "MIT"
1602         ],
1603         "authors": [
1604             {
1605                 "name": "Juan Francisco Calderón Zumba",
1606                 "email": "juanfcz@gmail.com",
1607                 "homepage": "http://github.com/jcalderonzumba"
1608             }
1609         ],
1610         "description": "PhantomJS driver for Mink framework",
1611         "homepage": "http://mink.behat.org/",
1612         "keywords": [
1613             "ajax",
1614             "browser",
1615             "headless",
1616             "javascript",
1617             "phantomjs",
1618             "testing"
1619         ]
1620     },
1621     {
1622         "name": "mikey179/vfsStream",
1623         "version": "v1.6.4",
1624         "version_normalized": "1.6.4.0",
1625         "source": {
1626             "type": "git",
1627             "url": "https://github.com/mikey179/vfsStream.git",
1628             "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
1629         },
1630         "dist": {
1631             "type": "zip",
1632             "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
1633             "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
1634             "shasum": ""
1635         },
1636         "require": {
1637             "php": ">=5.3.0"
1638         },
1639         "require-dev": {
1640             "phpunit/phpunit": "~4.5"
1641         },
1642         "time": "2016-07-18T14:02:57+00:00",
1643         "type": "library",
1644         "extra": {
1645             "branch-alias": {
1646                 "dev-master": "1.6.x-dev"
1647             }
1648         },
1649         "installation-source": "dist",
1650         "autoload": {
1651             "psr-0": {
1652                 "org\\bovigo\\vfs\\": "src/main/php"
1653             }
1654         },
1655         "notification-url": "https://packagist.org/downloads/",
1656         "license": [
1657             "BSD-3-Clause"
1658         ],
1659         "authors": [
1660             {
1661                 "name": "Frank Kleine",
1662                 "homepage": "http://frankkleine.de/",
1663                 "role": "Developer"
1664             }
1665         ],
1666         "description": "Virtual file system to mock the real file system in unit tests.",
1667         "homepage": "http://vfs.bovigo.org/"
1668     },
1669     {
1670         "name": "sebastian/version",
1671         "version": "1.0.6",
1672         "version_normalized": "1.0.6.0",
1673         "source": {
1674             "type": "git",
1675             "url": "https://github.com/sebastianbergmann/version.git",
1676             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1677         },
1678         "dist": {
1679             "type": "zip",
1680             "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1681             "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1682             "shasum": ""
1683         },
1684         "time": "2015-06-21T13:59:46+00:00",
1685         "type": "library",
1686         "installation-source": "dist",
1687         "autoload": {
1688             "classmap": [
1689                 "src/"
1690             ]
1691         },
1692         "notification-url": "https://packagist.org/downloads/",
1693         "license": [
1694             "BSD-3-Clause"
1695         ],
1696         "authors": [
1697             {
1698                 "name": "Sebastian Bergmann",
1699                 "email": "sebastian@phpunit.de",
1700                 "role": "lead"
1701             }
1702         ],
1703         "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1704         "homepage": "https://github.com/sebastianbergmann/version"
1705     },
1706     {
1707         "name": "sebastian/global-state",
1708         "version": "1.1.1",
1709         "version_normalized": "1.1.1.0",
1710         "source": {
1711             "type": "git",
1712             "url": "https://github.com/sebastianbergmann/global-state.git",
1713             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1714         },
1715         "dist": {
1716             "type": "zip",
1717             "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1718             "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1719             "shasum": ""
1720         },
1721         "require": {
1722             "php": ">=5.3.3"
1723         },
1724         "require-dev": {
1725             "phpunit/phpunit": "~4.2"
1726         },
1727         "suggest": {
1728             "ext-uopz": "*"
1729         },
1730         "time": "2015-10-12T03:26:01+00:00",
1731         "type": "library",
1732         "extra": {
1733             "branch-alias": {
1734                 "dev-master": "1.0-dev"
1735             }
1736         },
1737         "installation-source": "dist",
1738         "autoload": {
1739             "classmap": [
1740                 "src/"
1741             ]
1742         },
1743         "notification-url": "https://packagist.org/downloads/",
1744         "license": [
1745             "BSD-3-Clause"
1746         ],
1747         "authors": [
1748             {
1749                 "name": "Sebastian Bergmann",
1750                 "email": "sebastian@phpunit.de"
1751             }
1752         ],
1753         "description": "Snapshotting of global state",
1754         "homepage": "http://www.github.com/sebastianbergmann/global-state",
1755         "keywords": [
1756             "global state"
1757         ]
1758     },
1759     {
1760         "name": "sebastian/exporter",
1761         "version": "1.2.2",
1762         "version_normalized": "1.2.2.0",
1763         "source": {
1764             "type": "git",
1765             "url": "https://github.com/sebastianbergmann/exporter.git",
1766             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1767         },
1768         "dist": {
1769             "type": "zip",
1770             "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1771             "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1772             "shasum": ""
1773         },
1774         "require": {
1775             "php": ">=5.3.3",
1776             "sebastian/recursion-context": "~1.0"
1777         },
1778         "require-dev": {
1779             "ext-mbstring": "*",
1780             "phpunit/phpunit": "~4.4"
1781         },
1782         "time": "2016-06-17T09:04:28+00:00",
1783         "type": "library",
1784         "extra": {
1785             "branch-alias": {
1786                 "dev-master": "1.3.x-dev"
1787             }
1788         },
1789         "installation-source": "dist",
1790         "autoload": {
1791             "classmap": [
1792                 "src/"
1793             ]
1794         },
1795         "notification-url": "https://packagist.org/downloads/",
1796         "license": [
1797             "BSD-3-Clause"
1798         ],
1799         "authors": [
1800             {
1801                 "name": "Jeff Welch",
1802                 "email": "whatthejeff@gmail.com"
1803             },
1804             {
1805                 "name": "Volker Dusch",
1806                 "email": "github@wallbash.com"
1807             },
1808             {
1809                 "name": "Bernhard Schussek",
1810                 "email": "bschussek@2bepublished.at"
1811             },
1812             {
1813                 "name": "Sebastian Bergmann",
1814                 "email": "sebastian@phpunit.de"
1815             },
1816             {
1817                 "name": "Adam Harvey",
1818                 "email": "aharvey@php.net"
1819             }
1820         ],
1821         "description": "Provides the functionality to export PHP variables for visualization",
1822         "homepage": "http://www.github.com/sebastianbergmann/exporter",
1823         "keywords": [
1824             "export",
1825             "exporter"
1826         ]
1827     },
1828     {
1829         "name": "sebastian/environment",
1830         "version": "1.3.8",
1831         "version_normalized": "1.3.8.0",
1832         "source": {
1833             "type": "git",
1834             "url": "https://github.com/sebastianbergmann/environment.git",
1835             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
1836         },
1837         "dist": {
1838             "type": "zip",
1839             "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1840             "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1841             "shasum": ""
1842         },
1843         "require": {
1844             "php": "^5.3.3 || ^7.0"
1845         },
1846         "require-dev": {
1847             "phpunit/phpunit": "^4.8 || ^5.0"
1848         },
1849         "time": "2016-08-18T05:49:44+00:00",
1850         "type": "library",
1851         "extra": {
1852             "branch-alias": {
1853                 "dev-master": "1.3.x-dev"
1854             }
1855         },
1856         "installation-source": "dist",
1857         "autoload": {
1858             "classmap": [
1859                 "src/"
1860             ]
1861         },
1862         "notification-url": "https://packagist.org/downloads/",
1863         "license": [
1864             "BSD-3-Clause"
1865         ],
1866         "authors": [
1867             {
1868                 "name": "Sebastian Bergmann",
1869                 "email": "sebastian@phpunit.de"
1870             }
1871         ],
1872         "description": "Provides functionality to handle HHVM/PHP environments",
1873         "homepage": "http://www.github.com/sebastianbergmann/environment",
1874         "keywords": [
1875             "Xdebug",
1876             "environment",
1877             "hhvm"
1878         ]
1879     },
1880     {
1881         "name": "sebastian/comparator",
1882         "version": "1.2.4",
1883         "version_normalized": "1.2.4.0",
1884         "source": {
1885             "type": "git",
1886             "url": "https://github.com/sebastianbergmann/comparator.git",
1887             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1888         },
1889         "dist": {
1890             "type": "zip",
1891             "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1892             "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1893             "shasum": ""
1894         },
1895         "require": {
1896             "php": ">=5.3.3",
1897             "sebastian/diff": "~1.2",
1898             "sebastian/exporter": "~1.2 || ~2.0"
1899         },
1900         "require-dev": {
1901             "phpunit/phpunit": "~4.4"
1902         },
1903         "time": "2017-01-29T09:50:25+00:00",
1904         "type": "library",
1905         "extra": {
1906             "branch-alias": {
1907                 "dev-master": "1.2.x-dev"
1908             }
1909         },
1910         "installation-source": "dist",
1911         "autoload": {
1912             "classmap": [
1913                 "src/"
1914             ]
1915         },
1916         "notification-url": "https://packagist.org/downloads/",
1917         "license": [
1918             "BSD-3-Clause"
1919         ],
1920         "authors": [
1921             {
1922                 "name": "Jeff Welch",
1923                 "email": "whatthejeff@gmail.com"
1924             },
1925             {
1926                 "name": "Volker Dusch",
1927                 "email": "github@wallbash.com"
1928             },
1929             {
1930                 "name": "Bernhard Schussek",
1931                 "email": "bschussek@2bepublished.at"
1932             },
1933             {
1934                 "name": "Sebastian Bergmann",
1935                 "email": "sebastian@phpunit.de"
1936             }
1937         ],
1938         "description": "Provides the functionality to compare PHP values for equality",
1939         "homepage": "http://www.github.com/sebastianbergmann/comparator",
1940         "keywords": [
1941             "comparator",
1942             "compare",
1943             "equality"
1944         ]
1945     },
1946     {
1947         "name": "doctrine/instantiator",
1948         "version": "1.0.5",
1949         "version_normalized": "1.0.5.0",
1950         "source": {
1951             "type": "git",
1952             "url": "https://github.com/doctrine/instantiator.git",
1953             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1954         },
1955         "dist": {
1956             "type": "zip",
1957             "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1958             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1959             "shasum": ""
1960         },
1961         "require": {
1962             "php": ">=5.3,<8.0-DEV"
1963         },
1964         "require-dev": {
1965             "athletic/athletic": "~0.1.8",
1966             "ext-pdo": "*",
1967             "ext-phar": "*",
1968             "phpunit/phpunit": "~4.0",
1969             "squizlabs/php_codesniffer": "~2.0"
1970         },
1971         "time": "2015-06-14T21:17:01+00:00",
1972         "type": "library",
1973         "extra": {
1974             "branch-alias": {
1975                 "dev-master": "1.0.x-dev"
1976             }
1977         },
1978         "installation-source": "dist",
1979         "autoload": {
1980             "psr-4": {
1981                 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1982             }
1983         },
1984         "notification-url": "https://packagist.org/downloads/",
1985         "license": [
1986             "MIT"
1987         ],
1988         "authors": [
1989             {
1990                 "name": "Marco Pivetta",
1991                 "email": "ocramius@gmail.com",
1992                 "homepage": "http://ocramius.github.com/"
1993             }
1994         ],
1995         "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1996         "homepage": "https://github.com/doctrine/instantiator",
1997         "keywords": [
1998             "constructor",
1999             "instantiate"
2000         ]
2001     },
2002     {
2003         "name": "phpunit/php-text-template",
2004         "version": "1.2.1",
2005         "version_normalized": "1.2.1.0",
2006         "source": {
2007             "type": "git",
2008             "url": "https://github.com/sebastianbergmann/php-text-template.git",
2009             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2010         },
2011         "dist": {
2012             "type": "zip",
2013             "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2014             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2015             "shasum": ""
2016         },
2017         "require": {
2018             "php": ">=5.3.3"
2019         },
2020         "time": "2015-06-21T13:50:34+00:00",
2021         "type": "library",
2022         "installation-source": "dist",
2023         "autoload": {
2024             "classmap": [
2025                 "src/"
2026             ]
2027         },
2028         "notification-url": "https://packagist.org/downloads/",
2029         "license": [
2030             "BSD-3-Clause"
2031         ],
2032         "authors": [
2033             {
2034                 "name": "Sebastian Bergmann",
2035                 "email": "sebastian@phpunit.de",
2036                 "role": "lead"
2037             }
2038         ],
2039         "description": "Simple template engine.",
2040         "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2041         "keywords": [
2042             "template"
2043         ]
2044     },
2045     {
2046         "name": "phpunit/phpunit-mock-objects",
2047         "version": "2.3.8",
2048         "version_normalized": "2.3.8.0",
2049         "source": {
2050             "type": "git",
2051             "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2052             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2053         },
2054         "dist": {
2055             "type": "zip",
2056             "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2057             "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2058             "shasum": ""
2059         },
2060         "require": {
2061             "doctrine/instantiator": "^1.0.2",
2062             "php": ">=5.3.3",
2063             "phpunit/php-text-template": "~1.2",
2064             "sebastian/exporter": "~1.2"
2065         },
2066         "require-dev": {
2067             "phpunit/phpunit": "~4.4"
2068         },
2069         "suggest": {
2070             "ext-soap": "*"
2071         },
2072         "time": "2015-10-02T06:51:40+00:00",
2073         "type": "library",
2074         "extra": {
2075             "branch-alias": {
2076                 "dev-master": "2.3.x-dev"
2077             }
2078         },
2079         "installation-source": "dist",
2080         "autoload": {
2081             "classmap": [
2082                 "src/"
2083             ]
2084         },
2085         "notification-url": "https://packagist.org/downloads/",
2086         "license": [
2087             "BSD-3-Clause"
2088         ],
2089         "authors": [
2090             {
2091                 "name": "Sebastian Bergmann",
2092                 "email": "sb@sebastian-bergmann.de",
2093                 "role": "lead"
2094             }
2095         ],
2096         "description": "Mock Object library for PHPUnit",
2097         "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2098         "keywords": [
2099             "mock",
2100             "xunit"
2101         ]
2102     },
2103     {
2104         "name": "phpunit/php-timer",
2105         "version": "1.0.9",
2106         "version_normalized": "1.0.9.0",
2107         "source": {
2108             "type": "git",
2109             "url": "https://github.com/sebastianbergmann/php-timer.git",
2110             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2111         },
2112         "dist": {
2113             "type": "zip",
2114             "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2115             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2116             "shasum": ""
2117         },
2118         "require": {
2119             "php": "^5.3.3 || ^7.0"
2120         },
2121         "require-dev": {
2122             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2123         },
2124         "time": "2017-02-26T11:10:40+00:00",
2125         "type": "library",
2126         "extra": {
2127             "branch-alias": {
2128                 "dev-master": "1.0-dev"
2129             }
2130         },
2131         "installation-source": "dist",
2132         "autoload": {
2133             "classmap": [
2134                 "src/"
2135             ]
2136         },
2137         "notification-url": "https://packagist.org/downloads/",
2138         "license": [
2139             "BSD-3-Clause"
2140         ],
2141         "authors": [
2142             {
2143                 "name": "Sebastian Bergmann",
2144                 "email": "sb@sebastian-bergmann.de",
2145                 "role": "lead"
2146             }
2147         ],
2148         "description": "Utility class for timing",
2149         "homepage": "https://github.com/sebastianbergmann/php-timer/",
2150         "keywords": [
2151             "timer"
2152         ]
2153     },
2154     {
2155         "name": "phpunit/php-file-iterator",
2156         "version": "1.4.2",
2157         "version_normalized": "1.4.2.0",
2158         "source": {
2159             "type": "git",
2160             "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2161             "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2162         },
2163         "dist": {
2164             "type": "zip",
2165             "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2166             "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2167             "shasum": ""
2168         },
2169         "require": {
2170             "php": ">=5.3.3"
2171         },
2172         "time": "2016-10-03T07:40:28+00:00",
2173         "type": "library",
2174         "extra": {
2175             "branch-alias": {
2176                 "dev-master": "1.4.x-dev"
2177             }
2178         },
2179         "installation-source": "dist",
2180         "autoload": {
2181             "classmap": [
2182                 "src/"
2183             ]
2184         },
2185         "notification-url": "https://packagist.org/downloads/",
2186         "license": [
2187             "BSD-3-Clause"
2188         ],
2189         "authors": [
2190             {
2191                 "name": "Sebastian Bergmann",
2192                 "email": "sb@sebastian-bergmann.de",
2193                 "role": "lead"
2194             }
2195         ],
2196         "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2197         "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2198         "keywords": [
2199             "filesystem",
2200             "iterator"
2201         ]
2202     },
2203     {
2204         "name": "phpunit/php-token-stream",
2205         "version": "1.4.11",
2206         "version_normalized": "1.4.11.0",
2207         "source": {
2208             "type": "git",
2209             "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2210             "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
2211         },
2212         "dist": {
2213             "type": "zip",
2214             "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
2215             "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
2216             "shasum": ""
2217         },
2218         "require": {
2219             "ext-tokenizer": "*",
2220             "php": ">=5.3.3"
2221         },
2222         "require-dev": {
2223             "phpunit/phpunit": "~4.2"
2224         },
2225         "time": "2017-02-27T10:12:30+00:00",
2226         "type": "library",
2227         "extra": {
2228             "branch-alias": {
2229                 "dev-master": "1.4-dev"
2230             }
2231         },
2232         "installation-source": "dist",
2233         "autoload": {
2234             "classmap": [
2235                 "src/"
2236             ]
2237         },
2238         "notification-url": "https://packagist.org/downloads/",
2239         "license": [
2240             "BSD-3-Clause"
2241         ],
2242         "authors": [
2243             {
2244                 "name": "Sebastian Bergmann",
2245                 "email": "sebastian@phpunit.de"
2246             }
2247         ],
2248         "description": "Wrapper around PHP's tokenizer extension.",
2249         "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2250         "keywords": [
2251             "tokenizer"
2252         ]
2253     },
2254     {
2255         "name": "phpunit/php-code-coverage",
2256         "version": "2.2.4",
2257         "version_normalized": "2.2.4.0",
2258         "source": {
2259             "type": "git",
2260             "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2261             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2262         },
2263         "dist": {
2264             "type": "zip",
2265             "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2266             "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2267             "shasum": ""
2268         },
2269         "require": {
2270             "php": ">=5.3.3",
2271             "phpunit/php-file-iterator": "~1.3",
2272             "phpunit/php-text-template": "~1.2",
2273             "phpunit/php-token-stream": "~1.3",
2274             "sebastian/environment": "^1.3.2",
2275             "sebastian/version": "~1.0"
2276         },
2277         "require-dev": {
2278             "ext-xdebug": ">=2.1.4",
2279             "phpunit/phpunit": "~4"
2280         },
2281         "suggest": {
2282             "ext-dom": "*",
2283             "ext-xdebug": ">=2.2.1",
2284             "ext-xmlwriter": "*"
2285         },
2286         "time": "2015-10-06T15:47:00+00:00",
2287         "type": "library",
2288         "extra": {
2289             "branch-alias": {
2290                 "dev-master": "2.2.x-dev"
2291             }
2292         },
2293         "installation-source": "dist",
2294         "autoload": {
2295             "classmap": [
2296                 "src/"
2297             ]
2298         },
2299         "notification-url": "https://packagist.org/downloads/",
2300         "license": [
2301             "BSD-3-Clause"
2302         ],
2303         "authors": [
2304             {
2305                 "name": "Sebastian Bergmann",
2306                 "email": "sb@sebastian-bergmann.de",
2307                 "role": "lead"
2308             }
2309         ],
2310         "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2311         "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2312         "keywords": [
2313             "coverage",
2314             "testing",
2315             "xunit"
2316         ]
2317     },
2318     {
2319         "name": "drupal/migrate_upgrade",
2320         "version": "3.0.0-rc1",
2321         "version_normalized": "3.0.0.0-RC1",
2322         "source": {
2323             "type": "git",
2324             "url": "https://git.drupal.org/project/migrate_upgrade",
2325             "reference": "8.x-3.0-rc1"
2326         },
2327         "dist": {
2328             "type": "zip",
2329             "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc1.zip",
2330             "reference": "8.x-3.0-rc1",
2331             "shasum": "0141d36fb99b166c5e114b946b140780489620e3"
2332         },
2333         "require": {
2334             "drupal/core": "*",
2335             "drupal/migrate_plus": "*"
2336         },
2337         "type": "drupal-module",
2338         "extra": {
2339             "branch-alias": {
2340                 "dev-3.x": "3.x-dev"
2341             },
2342             "drupal": {
2343                 "version": "8.x-3.0-rc1",
2344                 "datestamp": "1476200639"
2345             }
2346         },
2347         "installation-source": "dist",
2348         "notification-url": "https://packages.drupal.org/8/downloads",
2349         "license": [
2350             "GPL-2.0+"
2351         ],
2352         "authors": [
2353             {
2354                 "name": "Ryan Weal",
2355                 "homepage": "https://www.drupal.org/user/412402"
2356             },
2357             {
2358                 "name": "abhishek-anand",
2359                 "homepage": "https://www.drupal.org/user/468982"
2360             },
2361             {
2362                 "name": "ksenzee",
2363                 "homepage": "https://www.drupal.org/user/139855"
2364             },
2365             {
2366                 "name": "mikeryan",
2367                 "homepage": "https://www.drupal.org/user/4420"
2368             },
2369             {
2370                 "name": "ultimike",
2371                 "homepage": "https://www.drupal.org/user/51132"
2372             },
2373             {
2374                 "name": "xjm",
2375                 "homepage": "https://www.drupal.org/user/65776"
2376             }
2377         ],
2378         "description": "Drush support for direct upgrades from older Drupal versions.",
2379         "homepage": "https://www.drupal.org/project/migrate_upgrade",
2380         "support": {
2381             "source": "http://cgit.drupalcode.org/migrate_upgrade"
2382         }
2383     },
2384     {
2385         "name": "drupal/migrate_tools",
2386         "version": "3.0.0-beta1",
2387         "version_normalized": "3.0.0.0-beta1",
2388         "source": {
2389             "type": "git",
2390             "url": "https://git.drupal.org/project/migrate_tools",
2391             "reference": "8.x-3.0-beta1"
2392         },
2393         "dist": {
2394             "type": "zip",
2395             "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-3.0-beta1.zip",
2396             "reference": "8.x-3.0-beta1",
2397             "shasum": "1511d1da1444743fa2defa54a17e62264e8ab836"
2398         },
2399         "require": {
2400             "drupal/core": "^8.2",
2401             "drupal/migrate_plus": "*"
2402         },
2403         "type": "drupal-module",
2404         "extra": {
2405             "branch-alias": {
2406                 "dev-3.x": "3.x-dev"
2407             },
2408             "drupal": {
2409                 "version": "8.x-3.0-beta1",
2410                 "datestamp": "1476313439"
2411             }
2412         },
2413         "installation-source": "dist",
2414         "notification-url": "https://packages.drupal.org/8/downloads",
2415         "license": [
2416             "GPL-2.0+"
2417         ],
2418         "authors": [
2419             {
2420                 "name": "mikeryan",
2421                 "homepage": "https://www.drupal.org/user/4420"
2422             }
2423         ],
2424         "description": "Tools to assist in developing and running migrations.",
2425         "homepage": "https://www.drupal.org/project/migrate_tools",
2426         "support": {
2427             "source": "http://cgit.drupalcode.org/migrate_tools"
2428         }
2429     },
2430     {
2431         "name": "drupal/eu_cookie_compliance",
2432         "version": "1.0.0-beta7",
2433         "version_normalized": "1.0.0.0-beta7",
2434         "source": {
2435             "type": "git",
2436             "url": "https://git.drupal.org/project/eu-cookie-compliance",
2437             "reference": "8.x-1.0-beta7"
2438         },
2439         "dist": {
2440             "type": "zip",
2441             "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.0-beta7.zip",
2442             "reference": "8.x-1.0-beta7",
2443             "shasum": "c8859fbeb5f6b1122c0eb6c5df1c4cd4b2961421"
2444         },
2445         "require": {
2446             "drupal/core": "*"
2447         },
2448         "type": "drupal-module",
2449         "extra": {
2450             "branch-alias": {
2451                 "dev-1.x": "1.x-dev"
2452             },
2453             "drupal": {
2454                 "version": "8.x-1.0-beta7",
2455                 "datestamp": "1471263146"
2456             }
2457         },
2458         "installation-source": "dist",
2459         "notification-url": "https://packages.drupal.org/8/downloads",
2460         "license": [
2461             "GPL-2.0+"
2462         ],
2463         "authors": [
2464             {
2465                 "name": "Marcin Pajdzik",
2466                 "homepage": "https://www.drupal.org/user/160555"
2467             },
2468             {
2469                 "name": "achton",
2470                 "homepage": "https://www.drupal.org/user/712454"
2471             },
2472             {
2473                 "name": "blairski",
2474                 "homepage": "https://www.drupal.org/user/120835"
2475             },
2476             {
2477                 "name": "dakku",
2478                 "homepage": "https://www.drupal.org/user/97634"
2479             },
2480             {
2481                 "name": "grzegorz.bartman",
2482                 "homepage": "https://www.drupal.org/user/363120"
2483             },
2484             {
2485                 "name": "id.tornado",
2486                 "homepage": "https://www.drupal.org/user/2754049"
2487             },
2488             {
2489                 "name": "killua99",
2490                 "homepage": "https://www.drupal.org/user/699418"
2491             },
2492             {
2493                 "name": "mibfire",
2494                 "homepage": "https://www.drupal.org/user/155136"
2495             },
2496             {
2497                 "name": "naveenvalecha",
2498                 "homepage": "https://www.drupal.org/user/2665733"
2499             },
2500             {
2501                 "name": "svenryen",
2502                 "homepage": "https://www.drupal.org/user/667244"
2503             }
2504         ],
2505         "description": "This module aims at making the website compliant with the new EU cookie regulation",
2506         "homepage": "https://www.drupal.org/project/eu_cookie_compliance",
2507         "support": {
2508             "source": "http://cgit.drupalcode.org/eu_cookie_compliance"
2509         }
2510     },
2511     {
2512         "name": "nikic/php-parser",
2513         "version": "v3.0.5",
2514         "version_normalized": "3.0.5.0",
2515         "source": {
2516             "type": "git",
2517             "url": "https://github.com/nikic/PHP-Parser.git",
2518             "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d"
2519         },
2520         "dist": {
2521             "type": "zip",
2522             "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
2523             "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
2524             "shasum": ""
2525         },
2526         "require": {
2527             "ext-tokenizer": "*",
2528             "php": ">=5.5"
2529         },
2530         "require-dev": {
2531             "phpunit/phpunit": "~4.0|~5.0"
2532         },
2533         "time": "2017-03-05T18:23:57+00:00",
2534         "bin": [
2535             "bin/php-parse"
2536         ],
2537         "type": "library",
2538         "extra": {
2539             "branch-alias": {
2540                 "dev-master": "3.0-dev"
2541             }
2542         },
2543         "installation-source": "dist",
2544         "autoload": {
2545             "psr-4": {
2546                 "PhpParser\\": "lib/PhpParser"
2547             }
2548         },
2549         "notification-url": "https://packagist.org/downloads/",
2550         "license": [
2551             "BSD-3-Clause"
2552         ],
2553         "authors": [
2554             {
2555                 "name": "Nikita Popov"
2556             }
2557         ],
2558         "description": "A PHP parser written in PHP",
2559         "keywords": [
2560             "parser",
2561             "php"
2562         ]
2563     },
2564     {
2565         "name": "sebastian/recursion-context",
2566         "version": "1.0.5",
2567         "version_normalized": "1.0.5.0",
2568         "source": {
2569             "type": "git",
2570             "url": "https://github.com/sebastianbergmann/recursion-context.git",
2571             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
2572         },
2573         "dist": {
2574             "type": "zip",
2575             "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2576             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2577             "shasum": ""
2578         },
2579         "require": {
2580             "php": ">=5.3.3"
2581         },
2582         "require-dev": {
2583             "phpunit/phpunit": "~4.4"
2584         },
2585         "time": "2016-10-03T07:41:43+00:00",
2586         "type": "library",
2587         "extra": {
2588             "branch-alias": {
2589                 "dev-master": "1.0.x-dev"
2590             }
2591         },
2592         "installation-source": "dist",
2593         "autoload": {
2594             "classmap": [
2595                 "src/"
2596             ]
2597         },
2598         "notification-url": "https://packagist.org/downloads/",
2599         "license": [
2600             "BSD-3-Clause"
2601         ],
2602         "authors": [
2603             {
2604                 "name": "Jeff Welch",
2605                 "email": "whatthejeff@gmail.com"
2606             },
2607             {
2608                 "name": "Sebastian Bergmann",
2609                 "email": "sebastian@phpunit.de"
2610             },
2611             {
2612                 "name": "Adam Harvey",
2613                 "email": "aharvey@php.net"
2614             }
2615         ],
2616         "description": "Provides functionality to recursively process PHP variables",
2617         "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
2618     },
2619     {
2620         "name": "phpspec/prophecy",
2621         "version": "v1.7.0",
2622         "version_normalized": "1.7.0.0",
2623         "source": {
2624             "type": "git",
2625             "url": "https://github.com/phpspec/prophecy.git",
2626             "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2627         },
2628         "dist": {
2629             "type": "zip",
2630             "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
2631             "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2632             "shasum": ""
2633         },
2634         "require": {
2635             "doctrine/instantiator": "^1.0.2",
2636             "php": "^5.3|^7.0",
2637             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2638             "sebastian/comparator": "^1.1|^2.0",
2639             "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2640         },
2641         "require-dev": {
2642             "phpspec/phpspec": "^2.5|^3.2",
2643             "phpunit/phpunit": "^4.8 || ^5.6.5"
2644         },
2645         "time": "2017-03-02T20:05:34+00:00",
2646         "type": "library",
2647         "extra": {
2648             "branch-alias": {
2649                 "dev-master": "1.6.x-dev"
2650             }
2651         },
2652         "installation-source": "dist",
2653         "autoload": {
2654             "psr-0": {
2655                 "Prophecy\\": "src/"
2656             }
2657         },
2658         "notification-url": "https://packagist.org/downloads/",
2659         "license": [
2660             "MIT"
2661         ],
2662         "authors": [
2663             {
2664                 "name": "Konstantin Kudryashov",
2665                 "email": "ever.zet@gmail.com",
2666                 "homepage": "http://everzet.com"
2667             },
2668             {
2669                 "name": "Marcello Duarte",
2670                 "email": "marcello.duarte@gmail.com"
2671             }
2672         ],
2673         "description": "Highly opinionated mocking framework for PHP 5.3+",
2674         "homepage": "https://github.com/phpspec/prophecy",
2675         "keywords": [
2676             "Double",
2677             "Dummy",
2678             "fake",
2679             "mock",
2680             "spy",
2681             "stub"
2682         ]
2683     },
2684     {
2685         "name": "twbs/bootstrap-sass",
2686         "version": "v3.3.7",
2687         "version_normalized": "3.3.7.0",
2688         "source": {
2689             "type": "git",
2690             "url": "https://github.com/twbs/bootstrap-sass.git",
2691             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
2692         },
2693         "dist": {
2694             "type": "zip",
2695             "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
2696             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
2697             "shasum": ""
2698         },
2699         "time": "2016-07-25T19:58:53+00:00",
2700         "type": "library",
2701         "extra": {
2702             "branch-alias": {
2703                 "dev-master": "3.3.x-dev"
2704             }
2705         },
2706         "installation-source": "dist",
2707         "notification-url": "https://packagist.org/downloads/",
2708         "license": [
2709             "MIT"
2710         ],
2711         "authors": [
2712             {
2713                 "name": "Mark Otto"
2714             },
2715             {
2716                 "name": "Thomas McDonald"
2717             },
2718             {
2719                 "name": "Tristan Harward"
2720             },
2721             {
2722                 "name": "Peter Gumeson"
2723             },
2724             {
2725                 "name": "Gleb Mazovetskiy"
2726             },
2727             {
2728                 "name": "Jacob Thornton"
2729             }
2730         ],
2731         "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
2732         "homepage": "http://github.com/twbs/bootstrap-sass",
2733         "keywords": [
2734             "bootstrap",
2735             "css",
2736             "sass"
2737         ]
2738     },
2739     {
2740         "name": "drupal/paragraphs",
2741         "version": "1.1.0",
2742         "version_normalized": "1.1.0.0",
2743         "source": {
2744             "type": "git",
2745             "url": "https://git.drupal.org/project/paragraphs",
2746             "reference": "8.x-1.1"
2747         },
2748         "dist": {
2749             "type": "zip",
2750             "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.1.zip",
2751             "reference": "8.x-1.1",
2752             "shasum": "c678e5704a98c6a0549e415412da081cfeb03a00"
2753         },
2754         "require": {
2755             "drupal/core": "~8.0",
2756             "drupal/entity_reference_revisions": "*"
2757         },
2758         "require-dev": {
2759             "drupal/diff": "*",
2760             "drupal/field_group": "*",
2761             "drupal/inline_entity_form": "*",
2762             "drupal/replicate": "*",
2763             "drupal/search_api": "*",
2764             "drupal/search_api_db": "*"
2765         },
2766         "type": "drupal-module",
2767         "extra": {
2768             "branch-alias": {
2769                 "dev-1.x": "1.x-dev"
2770             },
2771             "drupal": {
2772                 "version": "8.x-1.1",
2773                 "datestamp": "1487331784"
2774             }
2775         },
2776         "installation-source": "dist",
2777         "notification-url": "https://packages.drupal.org/8/downloads",
2778         "license": [
2779             "GPL-2.0+"
2780         ],
2781         "authors": [
2782             {
2783                 "name": "Berdir",
2784                 "homepage": "https://www.drupal.org/user/214652"
2785             },
2786             {
2787                 "name": "Frans",
2788                 "homepage": "https://www.drupal.org/user/514222"
2789             },
2790             {
2791                 "name": "Primsi",
2792                 "homepage": "https://www.drupal.org/user/282629"
2793             },
2794             {
2795                 "name": "jeroen.b",
2796                 "homepage": "https://www.drupal.org/user/1853532"
2797             },
2798             {
2799                 "name": "miro_dietiker",
2800                 "homepage": "https://www.drupal.org/user/227761"
2801             }
2802         ],
2803         "description": "Enables the creation of paragraphs entities.",
2804         "homepage": "https://www.drupal.org/project/paragraphs",
2805         "support": {
2806             "source": "http://cgit.drupalcode.org/paragraphs"
2807         }
2808     },
2809     {
2810         "name": "drupal/livereload",
2811         "version": "dev-1.x",
2812         "version_normalized": "dev-1.x",
2813         "source": {
2814             "type": "git",
2815             "url": "https://git.drupal.org/project/livereload",
2816             "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
2817         },
2818         "require": {
2819             "drupal/core": "~8.0"
2820         },
2821         "type": "drupal-module",
2822         "extra": {
2823             "branch-alias": {
2824                 "dev-1.x": "1.x-dev"
2825             },
2826             "drupal": {
2827                 "version": "8.x-1.x-dev",
2828                 "datestamp": "1474009739"
2829             }
2830         },
2831         "installation-source": "source",
2832         "notification-url": "https://packages.drupal.org/8/downloads",
2833         "license": [
2834             "GPL-2.0+"
2835         ],
2836         "authors": [
2837             {
2838                 "name": "Hydra",
2839                 "homepage": "https://www.drupal.org/user/647364"
2840             },
2841             {
2842                 "name": "tim.plunkett",
2843                 "homepage": "https://www.drupal.org/user/241634"
2844             }
2845         ],
2846         "description": "Enables and enhances use of LiveReload during development.",
2847         "homepage": "https://www.drupal.org/project/livereload",
2848         "support": {
2849             "source": "http://cgit.drupalcode.org/livereload"
2850         }
2851     },
2852     {
2853         "name": "drupal/front",
2854         "version": "1.0.0-alpha2",
2855         "version_normalized": "1.0.0.0-alpha2",
2856         "source": {
2857             "type": "git",
2858             "url": "https://git.drupal.org/project/front",
2859             "reference": "8.x-1.0-alpha2"
2860         },
2861         "dist": {
2862             "type": "zip",
2863             "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-alpha2.zip",
2864             "reference": "8.x-1.0-alpha2",
2865             "shasum": "d4381a4fea8ebdf50575a2b443094612b0ff1eb0"
2866         },
2867         "require": {
2868             "drupal/core": "~8.0"
2869         },
2870         "type": "drupal-module",
2871         "extra": {
2872             "branch-alias": {
2873                 "dev-1.x": "1.x-dev"
2874             },
2875             "drupal": {
2876                 "version": "8.x-1.0-alpha2",
2877                 "datestamp": "1487686982"
2878             }
2879         },
2880         "installation-source": "dist",
2881         "notification-url": "https://packages.drupal.org/8/downloads",
2882         "license": [
2883             "GPL-2.0+"
2884         ],
2885         "authors": [
2886             {
2887                 "name": "Dublin Drupaller",
2888                 "homepage": "https://www.drupal.org/user/8625"
2889             },
2890             {
2891                 "name": "Simon Georges",
2892                 "homepage": "https://www.drupal.org/user/172312"
2893             },
2894             {
2895                 "name": "asenenko",
2896                 "homepage": "https://www.drupal.org/user/2641733"
2897             },
2898             {
2899                 "name": "estoyausente",
2900                 "homepage": "https://www.drupal.org/user/1232954"
2901             },
2902             {
2903                 "name": "timhilliard",
2904                 "homepage": "https://www.drupal.org/user/195493"
2905             }
2906         ],
2907         "homepage": "https://www.drupal.org/project/front",
2908         "support": {
2909             "source": "http://cgit.drupalcode.org/front"
2910         }
2911     },
2912     {
2913         "name": "drupal/filefield_sources",
2914         "version": "dev-1.x",
2915         "version_normalized": "dev-1.x",
2916         "source": {
2917             "type": "git",
2918             "url": "https://git.drupal.org/project/filefield_sources",
2919             "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
2920         },
2921         "require": {
2922             "drupal/core": "*"
2923         },
2924         "type": "drupal-module",
2925         "extra": {
2926             "branch-alias": {
2927                 "dev-1.x": "1.x-dev"
2928             },
2929             "drupal": {
2930                 "version": "8.x-1.x-dev",
2931                 "datestamp": "1464990539"
2932             }
2933         },
2934         "installation-source": "source",
2935         "notification-url": "https://packages.drupal.org/8/downloads",
2936         "license": [
2937             "GPL-2.0+"
2938         ],
2939         "authors": [
2940             {
2941                 "name": "profak",
2942                 "homepage": "https://www.drupal.org/user/782534"
2943             },
2944             {
2945                 "name": "quicksketch",
2946                 "homepage": "https://www.drupal.org/user/35821"
2947             }
2948         ],
2949         "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
2950         "homepage": "https://www.drupal.org/project/filefield_sources",
2951         "support": {
2952             "source": "http://cgit.drupalcode.org/filefield_sources"
2953         }
2954     },
2955     {
2956         "name": "drupal/environment_indicator",
2957         "version": "3.0.0",
2958         "version_normalized": "3.0.0.0",
2959         "source": {
2960             "type": "git",
2961             "url": "https://git.drupal.org/project/environment_indicator",
2962             "reference": "8.x-3.0"
2963         },
2964         "dist": {
2965             "type": "zip",
2966             "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.0.zip",
2967             "reference": "8.x-3.0",
2968             "shasum": "eb435b390f07e228eb55638630c6b5b9fb3e104e"
2969         },
2970         "require": {
2971             "drupal/core": "*"
2972         },
2973         "type": "drupal-module",
2974         "extra": {
2975             "branch-alias": {
2976                 "dev-3.x": "3.x-dev"
2977             },
2978             "drupal": {
2979                 "version": "8.x-3.0",
2980                 "datestamp": "1487828585"
2981             }
2982         },
2983         "installation-source": "dist",
2984         "notification-url": "https://packages.drupal.org/8/downloads",
2985         "license": [
2986             "GPL-2.0+"
2987         ],
2988         "authors": [
2989             {
2990                 "name": "e0ipso",
2991                 "homepage": "https://www.drupal.org/user/550110"
2992             },
2993             {
2994                 "name": "mrfelton",
2995                 "homepage": "https://www.drupal.org/user/305669"
2996             }
2997         ],
2998         "description": "Adds a color indicator for the different environments.",
2999         "homepage": "https://www.drupal.org/project/environment_indicator",
3000         "support": {
3001             "source": "http://cgit.drupalcode.org/environment_indicator"
3002         }
3003     },
3004     {
3005         "name": "drupal/pathologic",
3006         "version": "dev-1.x",
3007         "version_normalized": "dev-1.x",
3008         "source": {
3009             "type": "git",
3010             "url": "https://git.drupal.org/project/pathologic",
3011             "reference": "4f9f3fdcf1e0b224c4d8650e383a769f40abf9bf"
3012         },
3013         "require": {
3014             "drupal/core": "*"
3015         },
3016         "type": "drupal-module",
3017         "extra": {
3018             "branch-alias": {
3019                 "dev-1.x": "1.x-dev"
3020             },
3021             "drupal": {
3022                 "version": "8.x-1.x-dev",
3023                 "datestamp": "1494720785"
3024             }
3025         },
3026         "installation-source": "source",
3027         "notification-url": "https://packages.drupal.org/8/downloads",
3028         "license": [
3029             "GPL-2.0+"
3030         ],
3031         "authors": [
3032             {
3033                 "name": "Berdir",
3034                 "homepage": "https://www.drupal.org/user/214652"
3035             },
3036             {
3037                 "name": "Garrett Albright",
3038                 "homepage": "https://www.drupal.org/user/191212"
3039             }
3040         ],
3041         "description": "Helps avoid broken links and incorrect paths in content.",
3042         "homepage": "https://www.drupal.org/project/pathologic",
3043         "support": {
3044             "source": "http://cgit.drupalcode.org/pathologic"
3045         }
3046     },
3047     {
3048         "name": "drupal/typogrify",
3049         "version": "1.0.0-alpha1",
3050         "version_normalized": "1.0.0.0-alpha1",
3051         "source": {
3052             "type": "git",
3053             "url": "https://git.drupal.org/project/typogrify",
3054             "reference": "8.x-1.0-alpha1"
3055         },
3056         "dist": {
3057             "type": "zip",
3058             "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
3059             "reference": "8.x-1.0-alpha1",
3060             "shasum": "de87791555204b3af5692d939f8c199bd7164495"
3061         },
3062         "require": {
3063             "drupal/core": "*"
3064         },
3065         "type": "drupal-module",
3066         "extra": {
3067             "branch-alias": {
3068                 "dev-1.x": "1.x-dev"
3069             },
3070             "drupal": {
3071                 "version": "8.x-1.0-alpha1",
3072                 "datestamp": "1478050442"
3073             }
3074         },
3075         "installation-source": "dist",
3076         "notification-url": "https://packages.drupal.org/8/downloads",
3077         "license": [
3078             "GPL-2.0+"
3079         ],
3080         "authors": [
3081             {
3082                 "name": "See contributors",
3083                 "homepage": "https://www.drupal.org/node/149970/committers",
3084                 "role": "Developer"
3085             },
3086             {
3087                 "name": "migmedia",
3088                 "homepage": "https://www.drupal.org/user/1310354"
3089             },
3090             {
3091                 "name": "mikl",
3092                 "homepage": "https://www.drupal.org/user/58679"
3093             },
3094             {
3095                 "name": "sreynen",
3096                 "homepage": "https://www.drupal.org/user/109890"
3097             }
3098         ],
3099         "description": "A filter for making typographic refinements.",
3100         "homepage": "http://drupal.org/project/typogrify",
3101         "keywords": [
3102             "Drupal"
3103         ],
3104         "support": {
3105             "source": "http://cgit.drupalcode.org/typogrify",
3106             "issues": "http://drupal.org/project/typogrify"
3107         }
3108     },
3109     {
3110         "name": "drupal/entityqueue",
3111         "version": "1.0.0-alpha6",
3112         "version_normalized": "1.0.0.0-alpha6",
3113         "source": {
3114             "type": "git",
3115             "url": "https://git.drupal.org/project/entityqueue",
3116             "reference": "8.x-1.0-alpha6"
3117         },
3118         "dist": {
3119             "type": "zip",
3120             "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha6.zip",
3121             "reference": "8.x-1.0-alpha6",
3122             "shasum": "2f7c639020a4c688b419ca90e35ffe0d08b34639"
3123         },
3124         "require": {
3125             "drupal/core": "~8.0"
3126         },
3127         "type": "drupal-module",
3128         "extra": {
3129             "branch-alias": {
3130                 "dev-1.x": "1.x-dev"
3131             },
3132             "drupal": {
3133                 "version": "8.x-1.0-alpha6",
3134                 "datestamp": "1481985783"
3135             }
3136         },
3137         "installation-source": "dist",
3138         "notification-url": "https://packages.drupal.org/8/downloads",
3139         "license": [
3140             "GPL-2.0+"
3141         ],
3142         "authors": [
3143             {
3144                 "name": "amateescu",
3145                 "homepage": "https://www.drupal.org/user/729614"
3146             },
3147             {
3148                 "name": "jojonaloha",
3149                 "homepage": "https://www.drupal.org/user/1579186"
3150             },
3151             {
3152                 "name": "tim.plunkett",
3153                 "homepage": "https://www.drupal.org/user/241634"
3154             }
3155         ],
3156         "description": "Allows users to collect entities in arbitrarily ordered lists.",
3157         "homepage": "https://www.drupal.org/project/entityqueue",
3158         "support": {
3159             "source": "http://cgit.drupalcode.org/entityqueue"
3160         }
3161     },
3162     {
3163         "name": "michelf/php-markdown",
3164         "version": "1.7.0",
3165         "version_normalized": "1.7.0.0",
3166         "source": {
3167             "type": "git",
3168             "url": "https://github.com/michelf/php-markdown.git",
3169             "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
3170         },
3171         "dist": {
3172             "type": "zip",
3173             "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
3174             "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
3175             "shasum": ""
3176         },
3177         "require": {
3178             "php": ">=5.3.0"
3179         },
3180         "time": "2016-10-29T18:58:20+00:00",
3181         "type": "library",
3182         "extra": {
3183             "branch-alias": {
3184                 "dev-lib": "1.4.x-dev"
3185             }
3186         },
3187         "installation-source": "dist",
3188         "autoload": {
3189             "psr-0": {
3190                 "Michelf": ""
3191             }
3192         },
3193         "notification-url": "https://packagist.org/downloads/",
3194         "license": [
3195             "BSD-3-Clause"
3196         ],
3197         "authors": [
3198             {
3199                 "name": "Michel Fortin",
3200                 "email": "michel.fortin@michelf.ca",
3201                 "homepage": "https://michelf.ca/",
3202                 "role": "Developer"
3203             },
3204             {
3205                 "name": "John Gruber",
3206                 "homepage": "https://daringfireball.net/"
3207             }
3208         ],
3209         "description": "PHP Markdown",
3210         "homepage": "https://michelf.ca/projects/php-markdown/",
3211         "keywords": [
3212             "markdown"
3213         ]
3214     },
3215     {
3216         "name": "drupal/advanced_help",
3217         "version": "dev-1.x",
3218         "version_normalized": "dev-1.x",
3219         "source": {
3220             "type": "git",
3221             "url": "https://git.drupal.org/project/advanced_help",
3222             "reference": "ed80f440c8bb0c3c5b1868f3429f296e52c841a6"
3223         },
3224         "require": {
3225             "drupal/core": "~8.0",
3226             "michelf/php-markdown": "^1.7"
3227         },
3228         "type": "drupal-module",
3229         "extra": {
3230             "branch-alias": {
3231                 "dev-1.x": "1.x-dev"
3232             },
3233             "drupal": {
3234                 "version": "8.x-1.x-dev",
3235                 "datestamp": "1490703369"
3236             }
3237         },
3238         "installation-source": "source",
3239         "notification-url": "https://packages.drupal.org/8/downloads",
3240         "license": [
3241             "GPL-2.0+"
3242         ],
3243         "authors": [
3244             {
3245                 "name": "David Valdez (gnuget)",
3246                 "homepage": "https://www.drupal.org/u/gnuget",
3247                 "role": "Maintainer"
3248             },
3249             {
3250                 "name": "dmitrig01",
3251                 "homepage": "https://www.drupal.org/user/47566"
3252             },
3253             {
3254                 "name": "fgm",
3255                 "homepage": "https://www.drupal.org/user/27985"
3256             },
3257             {
3258                 "name": "gisle",
3259                 "homepage": "https://www.drupal.org/user/409554"
3260             },
3261             {
3262                 "name": "gnuget",
3263                 "homepage": "https://www.drupal.org/user/992990"
3264             },
3265             {
3266                 "name": "merlinofchaos",
3267                 "homepage": "https://www.drupal.org/user/26979"
3268             },
3269             {
3270                 "name": "redndahead",
3271                 "homepage": "https://www.drupal.org/user/160320"
3272             }
3273         ],
3274         "description": "Provide extended help and documentation.",
3275         "homepage": "https://www.drupal.org/project/advanced_help",
3276         "support": {
3277             "source": "https://cgit.drupalcode.org/advanced_help",
3278             "issues": "https://www.drupal.org/project/issues/advanced_help",
3279             "irc": "irc://irc.freenode.org/drupal-contribute"
3280         }
3281     },
3282     {
3283         "name": "drupal/better_formats",
3284         "version": "dev-1.x",
3285         "version_normalized": "dev-1.x",
3286         "source": {
3287             "type": "git",
3288             "url": "https://git.drupal.org/project/better_formats",
3289             "reference": "9b3b5fa792c1dfe0d1121021a230086f3599b7e4"
3290         },
3291         "require": {
3292             "drupal/core": "~8.0"
3293         },
3294         "type": "drupal-module",
3295         "extra": {
3296             "branch-alias": {
3297                 "dev-1.x": "1.x-dev"
3298             },
3299             "drupal": {
3300                 "version": "8.x-1.x-dev",
3301                 "datestamp": "1474656839"
3302             }
3303         },
3304         "installation-source": "source",
3305         "notification-url": "https://packages.drupal.org/8/downloads",
3306         "license": [
3307             "GPL-2.0+"
3308         ],
3309         "authors": [
3310             {
3311                 "name": "Devin Carlson",
3312                 "homepage": "https://www.drupal.org/user/290182"
3313             },
3314             {
3315                 "name": "dragonwize",
3316                 "homepage": "https://www.drupal.org/user/137882"
3317             }
3318         ],
3319         "description": "Enhances the core input format system by managing input format defaults and settings.",
3320         "homepage": "https://www.drupal.org/project/better_formats",
3321         "support": {
3322             "source": "http://cgit.drupalcode.org/better_formats"
3323         }
3324     },
3325     {
3326         "name": "drupal/block_class",
3327         "version": "1.0.0-alpha1",
3328         "version_normalized": "1.0.0.0-alpha1",
3329         "source": {
3330             "type": "git",
3331             "url": "https://git.drupal.org/project/block_class",
3332             "reference": "8.x-1.0-alpha1"
3333         },
3334         "dist": {
3335             "type": "zip",
3336             "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0-alpha1.zip",
3337             "reference": "8.x-1.0-alpha1",
3338             "shasum": "194cd52210ea2e0e5dbbd34fad4528d500424430"
3339         },
3340         "require": {
3341             "drupal/core": "*"
3342         },
3343         "type": "drupal-module",
3344         "extra": {
3345             "branch-alias": {
3346                 "dev-1.x": "1.x-dev"
3347             },
3348             "drupal": {
3349                 "version": "8.x-1.0-alpha1",
3350                 "datestamp": "1475623439"
3351             }
3352         },
3353         "installation-source": "dist",
3354         "notification-url": "https://packages.drupal.org/8/downloads",
3355         "license": [
3356             "GPL-2.0+"
3357         ],
3358         "authors": [
3359             {
3360                 "name": "Aaron Stanush",
3361                 "homepage": "https://www.drupal.org/user/89718"
3362             },
3363             {
3364                 "name": "DYdave",
3365                 "homepage": "https://www.drupal.org/user/467284"
3366             },
3367             {
3368                 "name": "Four Kitchens",
3369                 "homepage": "https://www.drupal.org/user/358502"
3370             },
3371             {
3372                 "name": "Todd Nienkerk",
3373                 "homepage": "https://www.drupal.org/user/92096"
3374             },
3375             {
3376                 "name": "berenddeboer",
3377                 "homepage": "https://www.drupal.org/user/143552"
3378             },
3379             {
3380                 "name": "elliotttf",
3381                 "homepage": "https://www.drupal.org/user/61601"
3382             },
3383             {
3384                 "name": "mirzu",
3385                 "homepage": "https://www.drupal.org/user/7710"
3386             },
3387             {
3388                 "name": "patrickcoffeyo",
3389                 "homepage": "https://www.drupal.org/user/2837945"
3390             },
3391             {
3392                 "name": "pcoffey",
3393                 "homepage": "https://www.drupal.org/user/1595818"
3394             },
3395             {
3396                 "name": "tsmith512",
3397                 "homepage": "https://www.drupal.org/user/2031446"
3398             }
3399         ],
3400         "description": "Allows assigning classes to Blocks",
3401         "homepage": "https://www.drupal.org/project/block_class",
3402         "support": {
3403             "source": "http://cgit.drupalcode.org/block_class"
3404         }
3405     },
3406     {
3407         "name": "drupal/libraries",
3408         "version": "dev-3.x",
3409         "version_normalized": "dev-3.x",
3410         "source": {
3411             "type": "git",
3412             "url": "https://git.drupal.org/project/libraries",
3413             "reference": "061ead081c92a6209b09eaf23b4e3103f360946e"
3414         },
3415         "require": {
3416             "drupal/core": "~8.0"
3417         },
3418         "type": "drupal-module",
3419         "extra": {
3420             "branch-alias": {
3421                 "dev-3.x": "3.x-dev"
3422             },
3423             "drupal": {
3424                 "version": "8.x-3.x-dev",
3425                 "datestamp": "1487978583"
3426             }
3427         },
3428         "installation-source": "source",
3429         "notification-url": "https://packages.drupal.org/8/downloads",
3430         "license": [
3431             "GPL-2.0+"
3432         ],
3433         "authors": [
3434             {
3435                 "name": "Pol",
3436                 "homepage": "https://www.drupal.org/user/47194"
3437             },
3438             {
3439                 "name": "rjacobs",
3440                 "homepage": "https://www.drupal.org/user/422459"
3441             },
3442             {
3443                 "name": "sun",
3444                 "homepage": "https://www.drupal.org/user/54136"
3445             },
3446             {
3447                 "name": "tstoeckler",
3448                 "homepage": "https://www.drupal.org/user/107158"
3449             }
3450         ],
3451         "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
3452         "homepage": "http://drupal.org/project/libraries",
3453         "support": {
3454             "source": "http://cgit.drupalcode.org/libraries",
3455             "issues": "http://drupal.org/project/issues/libraries",
3456             "irc": "irc://irc.freenode.org/drupal-contribute"
3457         }
3458     },
3459     {
3460         "name": "drupal/linkchecker",
3461         "version": "dev-1.x",
3462         "version_normalized": "dev-1.x",
3463         "source": {
3464             "type": "git",
3465             "url": "https://git.drupal.org/project/linkchecker",
3466             "reference": "51377136199d15d6e0ca36339f68934c4eb19204"
3467         },
3468         "require": {
3469             "drupal/core": "~8.0"
3470         },
3471         "type": "drupal-module",
3472         "extra": {
3473             "branch-alias": {
3474                 "dev-1.x": "1.x-dev"
3475             },
3476             "drupal": {
3477                 "version": "8.x-1.x-dev",
3478                 "datestamp": "1472288039"
3479             }
3480         },
3481         "installation-source": "source",
3482         "notification-url": "https://packages.drupal.org/8/downloads",
3483         "license": [
3484             "GPL-2.0+"
3485         ],
3486         "authors": [
3487             {
3488                 "name": "hass",
3489                 "homepage": "https://www.drupal.org/u/hass"
3490             },
3491             {
3492                 "name": "See other contributors",
3493                 "homepage": "https://www.drupal.org/node/243795/committers"
3494             }
3495         ],
3496         "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
3497         "homepage": "https://www.drupal.org/project/linkchecker",
3498         "support": {
3499             "source": "http://git.drupal.org/project/linkchecker.git",
3500             "issues": "https://www.drupal.org/project/issues/linkchecker"
3501         }
3502     },
3503     {
3504         "name": "drupal/video",
3505         "version": "1.2.0",
3506         "version_normalized": "1.2.0.0",
3507         "source": {
3508             "type": "git",
3509             "url": "https://git.drupal.org/project/video",
3510             "reference": "8.x-1.2"
3511         },
3512         "dist": {
3513             "type": "zip",
3514             "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
3515             "reference": "8.x-1.2",
3516             "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
3517         },
3518         "require": {
3519             "drupal/core": "*"
3520         },
3521         "type": "drupal-module",
3522         "extra": {
3523             "branch-alias": {
3524                 "dev-1.x": "1.x-dev"
3525             },
3526             "drupal": {
3527                 "version": "8.x-1.x",
3528                 "datestamp": "1455470039",
3529                 "package": "Field types"
3530             }
3531         },
3532         "installation-source": "dist",
3533         "notification-url": "https://packages.drupal.org/8/downloads",
3534         "license": [
3535             "GPL-2.0+"
3536         ],
3537         "authors": [
3538             {
3539                 "name": "Jorrit",
3540                 "homepage": "https://www.drupal.org/user/161217"
3541             },
3542             {
3543                 "name": "abhishek-anand",
3544                 "homepage": "https://www.drupal.org/user/468982"
3545             },
3546             {
3547                 "name": "brycefisherfleig",
3548                 "homepage": "https://www.drupal.org/user/1300764"
3549             },
3550             {
3551                 "name": "chaitanya17",
3552                 "homepage": "https://www.drupal.org/user/1998300"
3553             },
3554             {
3555                 "name": "heshanlk",
3556                 "homepage": "https://www.drupal.org/user/199102"
3557             }
3558         ],
3559         "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.",
3560         "homepage": "https://www.drupal.org/project/video",
3561         "support": {
3562             "source": "http://cgit.drupalcode.org/video"
3563         }
3564     },
3565     {
3566         "name": "ajgl/breakpoint-twig-extension",
3567         "version": "0.3.0",
3568         "version_normalized": "0.3.0.0",
3569         "source": {
3570             "type": "git",
3571             "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
3572             "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
3573         },
3574         "dist": {
3575             "type": "zip",
3576             "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
3577             "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
3578             "shasum": ""
3579         },
3580         "require": {
3581             "php": ">=5.4.0",
3582             "twig/twig": "^1.14"
3583         },
3584         "require-dev": {
3585             "symfony/framework-bundle": "^2.3",
3586             "symfony/twig-bundle": "^2.3"
3587         },
3588         "suggest": {
3589             "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
3590             "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
3591             "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
3592         },
3593         "time": "2016-03-31T18:09:32+00:00",
3594         "type": "library",
3595         "extra": {
3596             "branch-alias": {
3597                 "dev-master": "0.4.x-dev"
3598             }
3599         },
3600         "installation-source": "dist",
3601         "autoload": {
3602             "psr-4": {
3603                 "Ajgl\\Twig\\Extension\\": "src/"
3604             }
3605         },
3606         "notification-url": "https://packagist.org/downloads/",
3607         "license": [
3608             "MIT"
3609         ],
3610         "authors": [
3611             {
3612                 "name": "Antonio J. García Lagar",
3613                 "email": "aj@garcialagar.es",
3614                 "homepage": "http://aj.garcialagar.es",
3615                 "role": "developer"
3616             }
3617         ],
3618         "description": "Twig extension to set breakpoints",
3619         "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
3620         "keywords": [
3621             "Xdebug",
3622             "breakpoint",
3623             "twig"
3624         ]
3625     },
3626     {
3627         "name": "drupal/twig_xdebug",
3628         "version": "1.0.0",
3629         "version_normalized": "1.0.0.0",
3630         "source": {
3631             "type": "git",
3632             "url": "https://git.drupal.org/project/twig_xdebug",
3633             "reference": "8.x-1.0"
3634         },
3635         "dist": {
3636             "type": "zip",
3637             "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
3638             "reference": "8.x-1.0",
3639             "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
3640         },
3641         "require": {
3642             "ajgl/breakpoint-twig-extension": "0.3",
3643             "drupal/core": "~8.0"
3644         },
3645         "type": "drupal-module",
3646         "extra": {
3647             "branch-alias": {
3648                 "dev-1.x": "1.x-dev"
3649             },
3650             "drupal": {
3651                 "version": "8.x-1.0",
3652                 "datestamp": "1464928439"
3653             }
3654         },
3655         "installation-source": "dist",
3656         "notification-url": "https://packages.drupal.org/8/downloads",
3657         "license": [
3658             "GPL-2.0+"
3659         ],
3660         "authors": [
3661             {
3662                 "name": "charginghawk",
3663                 "homepage": "https://www.drupal.org/user/2626341"
3664             }
3665         ],
3666         "description": "Enables Xdebug breakpoints in Twig.",
3667         "homepage": "https://www.drupal.org/project/twig_xdebug",
3668         "support": {
3669             "source": "http://cgit.drupalcode.org/twig_xdebug"
3670         }
3671     },
3672     {
3673         "name": "cebe/markdown",
3674         "version": "1.0.2",
3675         "version_normalized": "1.0.2.0",
3676         "source": {
3677             "type": "git",
3678             "url": "https://github.com/cebe/markdown.git",
3679             "reference": "f681fee8303310415b746f3758eeda0a7ad08bda"
3680         },
3681         "dist": {
3682             "type": "zip",
3683             "url": "https://api.github.com/repos/cebe/markdown/zipball/f681fee8303310415b746f3758eeda0a7ad08bda",
3684             "reference": "f681fee8303310415b746f3758eeda0a7ad08bda",
3685             "shasum": ""
3686         },
3687         "require": {
3688             "lib-pcre": "*",
3689             "php": ">=5.4.0"
3690         },
3691         "require-dev": {
3692             "cebe/indent": "*",
3693             "facebook/xhprof": "*@dev",
3694             "phpunit/phpunit": "3.7.*"
3695         },
3696         "time": "2015-03-06T05:21:16+00:00",
3697         "bin": [
3698             "bin/markdown"
3699         ],
3700         "type": "library",
3701         "extra": {
3702             "branch-alias": {
3703                 "dev-master": "1.0.x-dev"
3704             }
3705         },
3706         "installation-source": "dist",
3707         "autoload": {
3708             "psr-4": {
3709                 "cebe\\markdown\\": ""
3710             }
3711         },
3712         "notification-url": "https://packagist.org/downloads/",
3713         "license": [
3714             "MIT"
3715         ],
3716         "authors": [
3717             {
3718                 "name": "Carsten Brandt",
3719                 "email": "mail@cebe.cc",
3720                 "homepage": "http://cebe.cc/",
3721                 "role": "Creator"
3722             }
3723         ],
3724         "description": "A super fast, highly extensible markdown parser for PHP",
3725         "homepage": "https://github.com/cebe/markdown#readme",
3726         "keywords": [
3727             "extensible",
3728             "fast",
3729             "gfm",
3730             "markdown",
3731             "markdown-extra"
3732         ]
3733     },
3734     {
3735         "name": "guzzlehttp/psr7",
3736         "version": "1.4.2",
3737         "version_normalized": "1.4.2.0",
3738         "source": {
3739             "type": "git",
3740             "url": "https://github.com/guzzle/psr7.git",
3741             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
3742         },
3743         "dist": {
3744             "type": "zip",
3745             "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
3746             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
3747             "shasum": ""
3748         },
3749         "require": {
3750             "php": ">=5.4.0",
3751             "psr/http-message": "~1.0"
3752         },
3753         "provide": {
3754             "psr/http-message-implementation": "1.0"
3755         },
3756         "require-dev": {
3757             "phpunit/phpunit": "~4.0"
3758         },
3759         "time": "2017-03-20T17:10:46+00:00",
3760         "type": "library",
3761         "extra": {
3762             "branch-alias": {
3763                 "dev-master": "1.4-dev"
3764             }
3765         },
3766         "installation-source": "dist",
3767         "autoload": {
3768             "psr-4": {
3769                 "GuzzleHttp\\Psr7\\": "src/"
3770             },
3771             "files": [
3772                 "src/functions_include.php"
3773             ]
3774         },
3775         "notification-url": "https://packagist.org/downloads/",
3776         "license": [
3777             "MIT"
3778         ],
3779         "authors": [
3780             {
3781                 "name": "Michael Dowling",
3782                 "email": "mtdowling@gmail.com",
3783                 "homepage": "https://github.com/mtdowling"
3784             },
3785             {
3786                 "name": "Tobias Schultze",
3787                 "homepage": "https://github.com/Tobion"
3788             }
3789         ],
3790         "description": "PSR-7 message implementation that also provides common utility methods",
3791         "keywords": [
3792             "http",
3793             "message",
3794             "request",
3795             "response",
3796             "stream",
3797             "uri",
3798             "url"
3799         ]
3800     },
3801     {
3802         "name": "paragonie/random_compat",
3803         "version": "v2.0.10",
3804         "version_normalized": "2.0.10.0",
3805         "source": {
3806             "type": "git",
3807             "url": "https://github.com/paragonie/random_compat.git",
3808             "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
3809         },
3810         "dist": {
3811             "type": "zip",
3812             "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
3813             "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
3814             "shasum": ""
3815         },
3816         "require": {
3817             "php": ">=5.2.0"
3818         },
3819         "require-dev": {
3820             "phpunit/phpunit": "4.*|5.*"
3821         },
3822         "suggest": {
3823             "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3824         },
3825         "time": "2017-03-13T16:27:32+00:00",
3826         "type": "library",
3827         "installation-source": "dist",
3828         "autoload": {
3829             "files": [
3830                 "lib/random.php"
3831             ]
3832         },
3833         "notification-url": "https://packagist.org/downloads/",
3834         "license": [
3835             "MIT"
3836         ],
3837         "authors": [
3838             {
3839                 "name": "Paragon Initiative Enterprises",
3840                 "email": "security@paragonie.com",
3841                 "homepage": "https://paragonie.com"
3842             }
3843         ],
3844         "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3845         "keywords": [
3846             "csprng",
3847             "pseudorandom",
3848             "random"
3849         ]
3850     },
3851     {
3852         "name": "drupal/simple_sitemap",
3853         "version": "2.9.0",
3854         "version_normalized": "2.9.0.0",
3855         "source": {
3856             "type": "git",
3857             "url": "https://git.drupal.org/project/simple_sitemap",
3858             "reference": "8.x-2.9"
3859         },
3860         "dist": {
3861             "type": "zip",
3862             "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.9.zip",
3863             "reference": "8.x-2.9",
3864             "shasum": "73bc5b375a7563ee217688f752318fe044b1e9de"
3865         },
3866         "require": {
3867             "drupal/core": "~8.0"
3868         },
3869         "type": "drupal-module",
3870         "extra": {
3871             "branch-alias": {
3872                 "dev-2.x": "2.x-dev"
3873             },
3874             "drupal": {
3875                 "version": "8.x-2.9",
3876                 "datestamp": "1490775483"
3877             }
3878         },
3879         "installation-source": "dist",
3880         "notification-url": "https://packages.drupal.org/8/downloads",
3881         "license": [
3882             "GPL-2.0+"
3883         ],
3884         "authors": [
3885             {
3886                 "name": "Pawel Ginalski (gbyte.co)",
3887                 "homepage": "https://www.drupal.org/u/gbyte.co",
3888                 "email": "contact@gbyte.co",
3889                 "role": "Maintainer"
3890             },
3891             {
3892                 "name": "Sam Becker (Sam152)",
3893                 "homepage": "https://www.drupal.org/u/sam152",
3894                 "role": "Co-maintainer"
3895             }
3896         ],
3897         "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
3898         "homepage": "https://drupal.org/project/simple_sitemap",
3899         "support": {
3900             "source": "https://cgit.drupalcode.org/simple_sitemap",
3901             "issues": "https://drupal.org/project/issues/simple_sitemap",
3902             "irc": "irc://irc.freenode.org/drupal-contribute"
3903         }
3904     },
3905     {
3906         "name": "drupal/fontyourface",
3907         "version": "3.1.0",
3908         "version_normalized": "3.1.0.0",
3909         "source": {
3910             "type": "git",
3911             "url": "https://git.drupal.org/project/fontyourface",
3912             "reference": "8.x-3.1"
3913         },
3914         "dist": {
3915             "type": "zip",
3916             "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.1.zip",
3917             "reference": "8.x-3.1",
3918             "shasum": "c5e02349327e4962dc15901ad442a887326b5b73"
3919         },
3920         "require": {
3921             "drupal/core": "8.*"
3922         },
3923         "type": "drupal-module",
3924         "extra": {
3925             "branch-alias": {
3926                 "dev-3.x": "3.x-dev"
3927             },
3928             "drupal": {
3929                 "version": "8.x-3.1",
3930                 "datestamp": "1490223783"
3931             }
3932         },
3933         "installation-source": "dist",
3934         "notification-url": "https://packages.drupal.org/8/downloads",
3935         "license": [
3936             "GPL-2.0+"
3937         ],
3938         "authors": [
3939             {
3940                 "name": "BTMash",
3941                 "homepage": "https://www.drupal.org/user/60422"
3942             },
3943             {
3944                 "name": "BarisW",
3945                 "homepage": "https://www.drupal.org/user/107229"
3946             },
3947             {
3948                 "name": "Drave Robber",
3949                 "homepage": "https://www.drupal.org/user/984338"
3950             },
3951             {
3952                 "name": "sreynen",
3953                 "homepage": "https://www.drupal.org/user/109890"
3954             }
3955         ],
3956         "description": "Web font management tools.",
3957         "homepage": "https://www.drupal.org/project/fontyourface",
3958         "keywords": [
3959             "Drupal"
3960         ],
3961         "support": {
3962             "source": "http://cgit.drupalcode.org/fontyourface",
3963             "issues": "http://drupal.org/project/issues/fontyourface"
3964         }
3965     },
3966     {
3967         "name": "drupal/php",
3968         "version": "dev-1.x",
3969         "version_normalized": "dev-1.x",
3970         "source": {
3971             "type": "git",
3972             "url": "https://git.drupal.org/project/php",
3973             "reference": "304022be52874ef2d7916ea3acafd312766da9cc"
3974         },
3975         "require": {
3976             "drupal/core": "~8.0"
3977         },
3978         "type": "drupal-module",
3979         "extra": {
3980             "branch-alias": {
3981                 "dev-1.x": "1.x-dev"
3982             },
3983             "drupal": {
3984                 "version": "8.x-1.0-beta2+1-dev",
3985                 "datestamp": "1461875939"
3986             }
3987         },
3988         "installation-source": "source",
3989         "notification-url": "https://packages.drupal.org/8/downloads",
3990         "license": [
3991             "GPL-2.0+"
3992         ],
3993         "authors": [
3994             {
3995                 "name": "hass",
3996                 "homepage": "https://www.drupal.org/u/hass"
3997             },
3998             {
3999                 "name": "See other contributors",
4000                 "homepage": "https://www.drupal.org/node/1633456/committers"
4001             },
4002             {
4003                 "name": "catch",
4004                 "homepage": "https://www.drupal.org/user/35733"
4005             },
4006             {
4007                 "name": "dixon_",
4008                 "homepage": "https://www.drupal.org/user/239911"
4009             },
4010             {
4011                 "name": "greggles",
4012                 "homepage": "https://www.drupal.org/user/36762"
4013             },
4014             {
4015                 "name": "hass",
4016                 "homepage": "https://www.drupal.org/user/85918"
4017             },
4018             {
4019                 "name": "msonnabaum",
4020                 "homepage": "https://www.drupal.org/user/75278"
4021             },
4022             {
4023                 "name": "quicksketch",
4024                 "homepage": "https://www.drupal.org/user/35821"
4025             },
4026             {
4027                 "name": "webchick",
4028                 "homepage": "https://www.drupal.org/user/24967"
4029             }
4030         ],
4031         "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.",
4032         "homepage": "https://www.drupal.org/project/php",
4033         "support": {
4034             "source": "http://git.drupal.org/project/php.git",
4035             "issues": "https://www.drupal.org/project/issues/php"
4036         }
4037     },
4038     {
4039         "name": "cweagans/composer-patches",
4040         "version": "1.6.1",
4041         "version_normalized": "1.6.1.0",
4042         "source": {
4043             "type": "git",
4044             "url": "https://github.com/cweagans/composer-patches.git",
4045             "reference": "b3036f23b73570ab5d869e345277786c8eb248a9"
4046         },
4047         "dist": {
4048             "type": "zip",
4049             "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/b3036f23b73570ab5d869e345277786c8eb248a9",
4050             "reference": "b3036f23b73570ab5d869e345277786c8eb248a9",
4051             "shasum": ""
4052         },
4053         "require": {
4054             "composer-plugin-api": "^1.0",
4055             "php": ">=5.3.0"
4056         },
4057         "require-dev": {
4058             "composer/composer": "~1.0",
4059             "phpunit/phpunit": "~4.6"
4060         },
4061         "time": "2017-03-19T18:18:52+00:00",
4062         "type": "composer-plugin",
4063         "extra": {
4064             "class": "cweagans\\Composer\\Patches"
4065         },
4066         "installation-source": "dist",
4067         "autoload": {
4068             "psr-4": {
4069                 "cweagans\\Composer\\": "src"
4070             }
4071         },
4072         "notification-url": "https://packagist.org/downloads/",
4073         "license": [
4074             "BSD-2-Clause"
4075         ],
4076         "authors": [
4077             {
4078                 "name": "Cameron Eagans",
4079                 "email": "me@cweagans.net"
4080             }
4081         ],
4082         "description": "Provides a way to patch Composer packages."
4083     },
4084     {
4085         "name": "drupal/entity",
4086         "version": "1.0.0-alpha4",
4087         "version_normalized": "1.0.0.0-alpha4",
4088         "source": {
4089             "type": "git",
4090             "url": "https://git.drupal.org/project/entity",
4091             "reference": "8.x-1.0-alpha4"
4092         },
4093         "dist": {
4094             "type": "zip",
4095             "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-alpha4.zip",
4096             "reference": "8.x-1.0-alpha4",
4097             "shasum": "c081d3757c159dfee74c9e5acb63bdee81c42e18"
4098         },
4099         "require": {
4100             "drupal/core": "~8.1"
4101         },
4102         "type": "drupal-module",
4103         "extra": {
4104             "branch-alias": {
4105                 "dev-1.x": "1.x-dev"
4106             },
4107             "drupal": {
4108                 "version": "8.x-1.0-alpha4",
4109                 "datestamp": "1481194983"
4110             }
4111         },
4112         "installation-source": "dist",
4113         "notification-url": "https://packages.drupal.org/8/downloads",
4114         "license": [
4115             "GPL-2.0+"
4116         ],
4117         "authors": [
4118             {
4119                 "name": "Berdir",
4120                 "homepage": "https://www.drupal.org/user/214652"
4121             },
4122             {
4123                 "name": "bojanz",
4124                 "homepage": "https://www.drupal.org/user/86106"
4125             },
4126             {
4127                 "name": "dawehner",
4128                 "homepage": "https://www.drupal.org/user/99340"
4129             },
4130             {
4131                 "name": "dixon_",
4132                 "homepage": "https://www.drupal.org/user/239911"
4133             },
4134             {
4135                 "name": "fago",
4136                 "homepage": "https://www.drupal.org/user/16747"
4137             }
4138         ],
4139         "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
4140         "homepage": "http://drupal.org/project/entity",
4141         "support": {
4142             "source": "http://cgit.drupalcode.org/entity"
4143         }
4144     },
4145     {
4146         "name": "drupal/media_entity",
4147         "version": "1.6.0",
4148         "version_normalized": "1.6.0.0",
4149         "source": {
4150             "type": "git",
4151             "url": "https://git.drupal.org/project/media_entity",
4152             "reference": "8.x-1.6"
4153         },
4154         "dist": {
4155             "type": "zip",
4156             "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.6.zip",
4157             "reference": "8.x-1.6",
4158             "shasum": "86fd1478f2448c034660faa30ef34c0e8519fecb"
4159         },
4160         "require": {
4161             "drupal/core": "~8.1",
4162             "drupal/entity": "^1.0.0-alpha3"
4163         },
4164         "require-dev": {
4165             "drupal/entity": "*",
4166             "drupal/inline_entity_form": "*"
4167         },
4168         "type": "drupal-module",
4169         "extra": {
4170             "branch-alias": {
4171                 "dev-1.x": "1.x-dev"
4172             },
4173             "drupal": {
4174                 "version": "8.x-1.6",
4175                 "datestamp": "1480363983"
4176             }
4177         },
4178         "installation-source": "dist",
4179         "notification-url": "https://packages.drupal.org/8/downloads",
4180         "license": [
4181             "GPL-2.0+"
4182         ],
4183         "authors": [
4184             {
4185                 "name": "Berdir",
4186                 "homepage": "https://www.drupal.org/user/214652"
4187             },
4188             {
4189                 "name": "Dave Reid",
4190                 "homepage": "https://www.drupal.org/user/53892"
4191             },
4192             {
4193                 "name": "Drupal Media Team",
4194                 "homepage": "https://www.drupal.org/user/3260690"
4195             },
4196             {
4197                 "name": "Drupal media CI",
4198                 "homepage": "https://www.drupal.org/user/3057985"
4199             },
4200             {
4201                 "name": "Primsi",
4202                 "homepage": "https://www.drupal.org/user/282629"
4203             },
4204             {
4205                 "name": "boztek",
4206                 "homepage": "https://www.drupal.org/user/134410"
4207             },
4208             {
4209                 "name": "chr.fritsch",
4210                 "homepage": "https://www.drupal.org/user/2103716"
4211             },
4212             {
4213                 "name": "jcisio",
4214                 "homepage": "https://www.drupal.org/user/210762"
4215             },
4216             {
4217                 "name": "katzilla",
4218                 "homepage": "https://www.drupal.org/user/260398"
4219             },
4220             {
4221                 "name": "phenaproxima",
4222                 "homepage": "https://www.drupal.org/user/205645"
4223             },
4224             {
4225                 "name": "seanB",
4226                 "homepage": "https://www.drupal.org/user/545912"
4227             },
4228             {
4229                 "name": "slashrsm",
4230                 "homepage": "https://www.drupal.org/user/744628"
4231             }
4232         ],
4233         "description": "Provides a lean and simple way to store media on Drupal 8 sites.",
4234         "homepage": "https://www.drupal.org/project/media_entity",
4235         "keywords": [
4236             "Drupal"
4237         ],
4238         "support": {
4239             "source": "https://www.drupal.org/project/media_entity",
4240             "issues": "https://www.drupal.org/project/issues/media_entity"
4241         }
4242     },
4243     {
4244         "name": "drupal/media_entity_image",
4245         "version": "1.2.0",
4246         "version_normalized": "1.2.0.0",
4247         "source": {
4248             "type": "git",
4249             "url": "https://git.drupal.org/project/media_entity_image",
4250             "reference": "8.x-1.2"
4251         },
4252         "dist": {
4253             "type": "zip",
4254             "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.2.zip",
4255             "reference": "8.x-1.2",
4256             "shasum": "d02d1d793a50ea3b9cb5a3219472fdd27980f4f3"
4257         },
4258         "require": {
4259             "drupal/core": "~8.1",
4260             "drupal/media_entity": "~1.0 || ~8.1.0"
4261         },
4262         "require-dev": {
4263             "drupal/entity_browser": "*"
4264         },
4265         "type": "drupal-module",
4266         "extra": {
4267             "branch-alias": {
4268                 "dev-1.x": "1.x-dev"
4269             },
4270             "drupal": {
4271                 "version": "8.x-1.2",
4272                 "datestamp": "1470170939"
4273             }
4274         },
4275         "installation-source": "dist",
4276         "notification-url": "https://packages.drupal.org/8/downloads",
4277         "license": [
4278             "GPL-2.0+"
4279         ],
4280         "authors": [
4281             {
4282                 "name": "Drupal Media Team",
4283                 "homepage": "https://www.drupal.org/user/3260690"
4284             },
4285             {
4286                 "name": "Primsi",
4287                 "homepage": "https://www.drupal.org/user/282629"
4288             },
4289             {
4290                 "name": "slashrsm",
4291                 "homepage": "https://www.drupal.org/user/744628"
4292             }
4293         ],
4294         "description": "Local images integration for Drupal Media entity.",
4295         "homepage": "https://www.drupal.org/project/media_entity_image",
4296         "keywords": [
4297             "Drupal",
4298             "image",
4299             "media"
4300         ],
4301         "support": {
4302             "source": "https://www.drupal.org/project/media_entity_image",
4303             "issues": "https://www.drupal.org/project/issues/media_entity_image"
4304         }
4305     },
4306     {
4307         "name": "drupal/media_entity_twitter",
4308         "version": "1.3.0",
4309         "version_normalized": "1.3.0.0",
4310         "source": {
4311             "type": "git",
4312             "url": "https://git.drupal.org/project/media_entity_twitter",
4313             "reference": "8.x-1.3"
4314         },
4315         "dist": {
4316             "type": "zip",
4317             "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-1.3.zip",
4318             "reference": "8.x-1.3",
4319             "shasum": "280406ba63e2c00befa9bb1434ad2d4d3113b239"
4320         },
4321         "require": {
4322             "drupal/core": "~8.0",
4323             "drupal/media_entity": "*",
4324             "j7mbo/twitter-api-php": "~1.0"
4325         },
4326         "type": "drupal-module",
4327         "extra": {
4328             "branch-alias": {
4329                 "dev-1.x": "1.x-dev"
4330             },
4331             "drupal": {
4332                 "version": "8.x-1.3",
4333                 "datestamp": "1478549339"
4334             }
4335         },
4336         "installation-source": "dist",
4337         "notification-url": "https://packages.drupal.org/8/downloads",
4338         "license": [
4339             "GPL-2.0+"
4340         ],
4341         "authors": [
4342             {
4343                 "name": "Drupal Media Team",
4344                 "homepage": "https://www.drupal.org/user/3260690"
4345             },
4346             {
4347                 "name": "Primsi",
4348                 "homepage": "https://www.drupal.org/user/282629"
4349             },
4350             {
4351                 "name": "slashrsm",
4352                 "homepage": "https://www.drupal.org/user/744628"
4353             }
4354         ],
4355         "description": "Media entity Twitter provider.",
4356         "homepage": "https://www.drupal.org/project/media_entity_twitter",
4357         "support": {
4358             "source": "http://cgit.drupalcode.org/media_entity_twitter"
4359         }
4360     },
4361     {
4362         "name": "drupal/media_entity_slideshow",
4363         "version": "1.2.0",
4364         "version_normalized": "1.2.0.0",
4365         "source": {
4366             "type": "git",
4367             "url": "https://git.drupal.org/project/media_entity_slideshow",
4368             "reference": "8.x-1.2"
4369         },
4370         "dist": {
4371             "type": "zip",
4372             "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-1.2.zip",
4373             "reference": "8.x-1.2",
4374             "shasum": "c9d49eb6be7de0ea8e500554b89842842287cd1f"
4375         },
4376         "require": {
4377             "drupal/core": "~8.0",
4378             "drupal/media_entity": "*"
4379         },
4380         "type": "drupal-module",
4381         "extra": {
4382             "branch-alias": {
4383                 "dev-1.x": "1.x-dev"
4384             },
4385             "drupal": {
4386                 "version": "8.x-1.2",
4387                 "datestamp": "1470687839"
4388             }
4389         },
4390         "installation-source": "dist",
4391         "notification-url": "https://packages.drupal.org/8/downloads",
4392         "license": [
4393             "GPL-2.0+"
4394         ],
4395         "authors": [
4396             {
4397                 "name": "Drupal Media Team",
4398                 "homepage": "https://www.drupal.org/user/3260690"
4399             },
4400             {
4401                 "name": "slashrsm",
4402                 "homepage": "https://www.drupal.org/user/744628"
4403             }
4404         ],
4405         "description": "Media entity slideshow provider.",
4406         "homepage": "https://www.drupal.org/project/media_entity_slideshow",
4407         "support": {
4408             "source": "http://cgit.drupalcode.org/media_entity_slideshow"
4409         }
4410     },
4411     {
4412         "name": "drupal/media_entity_document",
4413         "version": "1.1.0",
4414         "version_normalized": "1.1.0.0",
4415         "source": {
4416             "type": "git",
4417             "url": "https://git.drupal.org/project/media_entity_document",
4418             "reference": "8.x-1.1"
4419         },
4420         "dist": {
4421             "type": "zip",
4422             "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.1.zip",
4423             "reference": "8.x-1.1",
4424             "shasum": "88a45820cf0aeb5f8a3ade3338007771191508e4"
4425         },
4426         "require": {
4427             "drupal/core": "~8.1",
4428             "drupal/media_entity": "~1.0 || ~8.1.0"
4429         },
4430         "type": "drupal-module",
4431         "extra": {
4432             "branch-alias": {
4433                 "dev-1.x": "1.x-dev"
4434             },
4435             "drupal": {
4436                 "version": "8.x-1.1",
4437                 "datestamp": "1470211995"
4438             }
4439         },
4440         "installation-source": "dist",
4441         "notification-url": "https://packages.drupal.org/8/downloads",
4442         "license": [
4443             "GPL-2.0+"
4444         ],
4445         "authors": [
4446             {
4447                 "name": "NerOcrO",
4448                 "homepage": "https://www.drupal.org/user/1728164",
4449                 "role": "Maintainer"
4450             }
4451         ],
4452         "description": "Local documents integration for Drupal Media entity.",
4453         "homepage": "https://www.drupal.org/project/media_entity_document",
4454         "keywords": [
4455             "Drupal",
4456             "document",
4457             "media"
4458         ],
4459         "support": {
4460             "source": "https://www.drupal.org/project/media_entity_document",
4461             "issues": "https://www.drupal.org/project/issues/media_entity_document"
4462         }
4463     },
4464     {
4465         "name": "drupal/inline_entity_form",
4466         "version": "1.0.0-beta1",
4467         "version_normalized": "1.0.0.0-beta1",
4468         "source": {
4469             "type": "git",
4470             "url": "https://git.drupal.org/project/inline_entity_form",
4471             "reference": "8.x-1.0-beta1"
4472         },
4473         "dist": {
4474             "type": "zip",
4475             "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip",
4476             "reference": "8.x-1.0-beta1",
4477             "shasum": "185ffc28a7b68d19cce057855d1c111f1741a3ea"
4478         },
4479         "require": {
4480             "drupal/core": "~8.0"
4481         },
4482         "require-dev": {
4483             "drupal/entity_reference_revisions": "*"
4484         },
4485         "type": "drupal-module",
4486         "extra": {
4487             "branch-alias": {
4488                 "dev-1.x": "1.x-dev"
4489             },
4490             "drupal": {
4491                 "version": "8.x-1.0-beta1",
4492                 "datestamp": "1477868343"
4493             }
4494         },
4495         "installation-source": "dist",
4496         "notification-url": "https://packages.drupal.org/8/downloads",
4497         "license": [
4498             "GPL-2.0+"
4499         ],
4500         "authors": [
4501             {
4502                 "name": "bojanz",
4503                 "homepage": "https://www.drupal.org/user/86106"
4504             },
4505             {
4506                 "name": "dawehner",
4507                 "homepage": "https://www.drupal.org/user/99340"
4508             },
4509             {
4510                 "name": "rszrama",
4511                 "homepage": "https://www.drupal.org/user/49344"
4512             },
4513             {
4514                 "name": "slashrsm",
4515                 "homepage": "https://www.drupal.org/user/744628"
4516             },
4517             {
4518                 "name": "webflo",
4519                 "homepage": "https://www.drupal.org/user/254778"
4520             }
4521         ],
4522         "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4523         "homepage": "https://www.drupal.org/project/inline_entity_form",
4524         "support": {
4525             "source": "http://cgit.drupalcode.org/inline_entity_form"
4526         }
4527     },
4528     {
4529         "name": "drupal/embed",
4530         "version": "1.0.0",
4531         "version_normalized": "1.0.0.0",
4532         "source": {
4533             "type": "git",
4534             "url": "https://git.drupal.org/project/embed",
4535             "reference": "8.x-1.0"
4536         },
4537         "dist": {
4538             "type": "zip",
4539             "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
4540             "reference": "8.x-1.0",
4541             "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
4542         },
4543         "require": {
4544             "drupal/core": "~8.0"
4545         },
4546         "type": "drupal-module",
4547         "extra": {
4548             "branch-alias": {
4549                 "dev-1.x": "1.x-dev"
4550             },
4551             "drupal": {
4552                 "version": "8.x-1.0",
4553                 "datestamp": "1490755685"
4554             }
4555         },
4556         "installation-source": "dist",
4557         "notification-url": "https://packages.drupal.org/8/downloads",
4558         "license": [
4559             "GPL-2.0+"
4560         ],
4561         "authors": [
4562             {
4563                 "name": "Dave Reid",
4564                 "homepage": "https://www.drupal.org/user/53892"
4565             },
4566             {
4567                 "name": "Devin Carlson",
4568                 "homepage": "https://www.drupal.org/user/290182"
4569             },
4570             {
4571                 "name": "Drupal Media Team",
4572                 "homepage": "https://www.drupal.org/user/3260690"
4573             },
4574             {
4575                 "name": "cs_shadow",
4576                 "homepage": "https://www.drupal.org/user/2828287"
4577             },
4578             {
4579                 "name": "slashrsm",
4580                 "homepage": "https://www.drupal.org/user/744628"
4581             }
4582         ],
4583         "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
4584         "homepage": "https://www.drupal.org/project/embed",
4585         "support": {
4586             "source": "http://cgit.drupalcode.org/embed",
4587             "issues": "https://www.drupal.org/project/issues/embed",
4588             "irc": "irc://irc.freenode.org/drupal-media"
4589         }
4590     },
4591     {
4592         "name": "drupal/entity_embed",
4593         "version": "1.0.0-beta2",
4594         "version_normalized": "1.0.0.0-beta2",
4595         "source": {
4596             "type": "git",
4597             "url": "https://git.drupal.org/project/entity_embed",
4598             "reference": "8.x-1.0-beta2"
4599         },
4600         "dist": {
4601             "type": "zip",
4602             "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
4603             "reference": "8.x-1.0-beta2",
4604             "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
4605         },
4606         "require": {
4607             "drupal/core": "*",
4608             "drupal/embed": "*"
4609         },
4610         "require-dev": {
4611             "drupal/entity_browser": "*"
4612         },
4613         "type": "drupal-module",
4614         "extra": {
4615             "branch-alias": {
4616                 "dev-1.x": "1.x-dev"
4617             },
4618             "drupal": {
4619                 "version": "8.x-1.0-beta2",
4620                 "datestamp": "1476698339"
4621             }
4622         },
4623         "installation-source": "dist",
4624         "notification-url": "https://packages.drupal.org/8/downloads",
4625         "license": [
4626             "GPL-2.0+"
4627         ],
4628         "authors": [
4629             {
4630                 "name": "Dave Reid",
4631                 "homepage": "https://www.drupal.org/user/53892"
4632             },
4633             {
4634                 "name": "Devin Carlson",
4635                 "homepage": "https://www.drupal.org/user/290182"
4636             },
4637             {
4638                 "name": "Drupal Media Team",
4639                 "homepage": "https://www.drupal.org/user/3260690"
4640             },
4641             {
4642                 "name": "cs_shadow",
4643                 "homepage": "https://www.drupal.org/user/2828287"
4644             },
4645             {
4646                 "name": "slashrsm",
4647                 "homepage": "https://www.drupal.org/user/744628"
4648             }
4649         ],
4650         "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
4651         "homepage": "https://www.drupal.org/project/entity_embed",
4652         "support": {
4653             "source": "http://cgit.drupalcode.org/entity_embed",
4654             "issues": "https://www.drupal.org/project/issues/entity_embed",
4655             "irc": "irc://irc.freenode.org/drupal-media"
4656         }
4657     },
4658     {
4659         "name": "drupal/media",
4660         "version": "dev-1.x",
4661         "version_normalized": "dev-1.x",
4662         "source": {
4663             "type": "git",
4664             "url": "https://git.drupal.org/project/media",
4665             "reference": "b9d72f21ea20c583ec4b83081720eba65670a8da"
4666         },
4667         "require": {
4668             "drupal/core": "*",
4669             "drupal/dropzonejs_eb_widget": "*",
4670             "drupal/entity_browser": "*",
4671             "drupal/entity_browser_entity_form": "*",
4672             "drupal/entity_embed": "*",
4673             "drupal/image_widget_crop": "*",
4674             "drupal/inline_entity_form": "*",
4675             "drupal/media_entity": "*",
4676             "drupal/media_entity_document": "*",
4677             "drupal/media_entity_image": "*",
4678             "drupal/media_entity_instagram": "*",
4679             "drupal/media_entity_slideshow": "*",
4680             "drupal/media_entity_twitter": "*",
4681             "drupal/slick_media": "*",
4682             "drupal/video_embed_field": "*",
4683             "drupal/video_embed_media": "*"
4684         },
4685         "require-dev": {
4686             "drupal/dropzonejs_eb_widget": "*",
4687             "drupal/entity_browser": "*",
4688             "drupal/entity_browser_entity_form": "*",
4689             "drupal/entity_embed": "*",
4690             "drupal/image_widget_crop": "*",
4691             "drupal/inline_entity_form": "*",
4692             "drupal/media_entity": "*",
4693             "drupal/media_entity_document": "*",
4694             "drupal/media_entity_image": "*",
4695             "drupal/media_entity_instagram": "*",
4696             "drupal/media_entity_slideshow": "*",
4697             "drupal/media_entity_twitter": "*",
4698             "drupal/slick_media": "*",
4699             "drupal/video_embed_field": "*",
4700             "drupal/video_embed_media": "*"
4701         },
4702         "type": "drupal-module",
4703         "extra": {
4704             "branch-alias": {
4705                 "dev-1.x": "1.x-dev"
4706             },
4707             "drupal": {
4708                 "version": "8.x-1.x-dev",
4709                 "datestamp": "1476811139"
4710             }
4711         },
4712         "installation-source": "source",
4713         "notification-url": "https://packages.drupal.org/8/downloads",
4714         "license": [
4715             "GPL-2.0+"
4716         ],
4717         "authors": [
4718             {
4719                 "name": "Dave Reid",
4720                 "homepage": "https://www.drupal.org/user/53892"
4721             },
4722             {
4723                 "name": "David_Rothstein",
4724                 "homepage": "https://www.drupal.org/user/124982"
4725             },
4726             {
4727                 "name": "Devin Carlson",
4728                 "homepage": "https://www.drupal.org/user/290182"
4729             },
4730             {
4731                 "name": "Drupal Media Team",
4732                 "homepage": "https://www.drupal.org/user/3260690"
4733             },
4734             {
4735                 "name": "ParisLiakos",
4736                 "homepage": "https://www.drupal.org/user/1011436"
4737             },
4738             {
4739                 "name": "arthurf",
4740                 "homepage": "https://www.drupal.org/user/27259"
4741             },
4742             {
4743                 "name": "becw",
4744                 "homepage": "https://www.drupal.org/user/81067"
4745             },
4746             {
4747                 "name": "effulgentsia",
4748                 "homepage": "https://www.drupal.org/user/78040"
4749             },
4750             {
4751                 "name": "joseph.olstad",
4752                 "homepage": "https://www.drupal.org/user/1321830"
4753             },
4754             {
4755                 "name": "ksenzee",
4756                 "homepage": "https://www.drupal.org/user/139855"
4757             },
4758             {
4759                 "name": "paul.lovvik",
4760                 "homepage": "https://www.drupal.org/user/289213"
4761             },
4762             {
4763                 "name": "robeano",
4764                 "homepage": "https://www.drupal.org/user/67660"
4765             },
4766             {
4767                 "name": "slashrsm",
4768                 "homepage": "https://www.drupal.org/user/744628"
4769             }
4770         ],
4771         "description": "Media module for Drupal",
4772         "homepage": "https://github.com/drupal-media/media/",
4773         "support": {
4774             "source": "http://cgit.drupalcode.org/media",
4775             "irc": "irc://irc.freenode.org/drupal-contribute"
4776         }
4777     },
4778     {
4779         "name": "zendframework/zend-feed",
4780         "version": "2.8.0",
4781         "version_normalized": "2.8.0.0",
4782         "source": {
4783             "type": "git",
4784             "url": "https://github.com/zendframework/zend-feed.git",
4785             "reference": "94579e805dd108683209fe14b3b5d4276de3de6e"
4786         },
4787         "dist": {
4788             "type": "zip",
4789             "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/94579e805dd108683209fe14b3b5d4276de3de6e",
4790             "reference": "94579e805dd108683209fe14b3b5d4276de3de6e",
4791             "shasum": ""
4792         },
4793         "require": {
4794             "php": "^5.6 || ^7.0",
4795             "zendframework/zend-escaper": "^2.5",
4796             "zendframework/zend-stdlib": "^2.7 || ^3.1"
4797         },
4798         "require-dev": {
4799             "phpunit/phpunit": "^6.0.8 || ^5.7.15",
4800             "psr/http-message": "^1.0",
4801             "zendframework/zend-cache": "^2.6",
4802             "zendframework/zend-coding-standard": "~1.0.0",
4803             "zendframework/zend-db": "^2.7",
4804             "zendframework/zend-http": "^2.5.4",
4805             "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4806             "zendframework/zend-validator": "^2.6"
4807         },
4808         "suggest": {
4809             "psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
4810             "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
4811             "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
4812             "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
4813             "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
4814             "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent"
4815         },
4816         "time": "2017-04-01T15:03:14+00:00",
4817         "type": "library",
4818         "extra": {
4819             "branch-alias": {
4820                 "dev-master": "2.8-dev",
4821                 "dev-develop": "2.9-dev"
4822             }
4823         },
4824         "installation-source": "dist",
4825         "autoload": {
4826             "psr-4": {
4827                 "Zend\\Feed\\": "src/"
4828             }
4829         },
4830         "notification-url": "https://packagist.org/downloads/",
4831         "license": [
4832             "BSD-3-Clause"
4833         ],
4834         "description": "provides functionality for consuming RSS and Atom feeds",
4835         "homepage": "https://github.com/zendframework/zend-feed",
4836         "keywords": [
4837             "feed",
4838             "zf2"
4839         ]
4840     },
4841     {
4842         "name": "enyo/dropzone",
4843         "version": "v4.3.0",
4844         "version_normalized": "4.3.0.0",
4845         "source": {
4846             "type": "git",
4847             "url": "https://github.com/enyo/dropzone.git",
4848             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
4849         },
4850         "dist": {
4851             "type": "zip",
4852             "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
4853             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
4854             "shasum": ""
4855         },
4856         "time": "2016-02-14T04:19:41+00:00",
4857         "type": "library",
4858         "installation-source": "dist",
4859         "notification-url": "https://packagist.org/downloads/",
4860         "license": [
4861             "MIT"
4862         ],
4863         "authors": [
4864             {
4865                 "name": "Matias Meno",
4866                 "email": "m@tias.me",
4867                 "homepage": "http://www.matiasmeno.com"
4868             }
4869         ],
4870         "description": "Handles drag and drop of files for you.",
4871         "homepage": "http://www.dropzonejs.com",
4872         "keywords": [
4873             "drag and drop",
4874             "dragndrop",
4875             "file upload",
4876             "upload"
4877         ]
4878     },
4879     {
4880         "name": "drush/config-extra",
4881         "version": "1.0.1",
4882         "version_normalized": "1.0.1.0",
4883         "source": {
4884             "type": "git",
4885             "url": "https://github.com/drush-ops/config-extra.git",
4886             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
4887         },
4888         "dist": {
4889             "type": "zip",
4890             "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
4891             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
4892             "shasum": ""
4893         },
4894         "require": {
4895             "php": ">=5.5.0"
4896         },
4897         "require-dev": {
4898             "phpunit/phpunit": ">=3.5"
4899         },
4900         "time": "2015-10-16T21:32:27+00:00",
4901         "type": "library",
4902         "extra": {
4903             "branch-alias": {
4904                 "dev-master": "8.0.x-dev"
4905             }
4906         },
4907         "installation-source": "dist",
4908         "autoload": {
4909             "psr-0": {
4910                 "Drush": "lib/"
4911             }
4912         },
4913         "notification-url": "https://packagist.org/downloads/",
4914         "license": [
4915             "GPL-2.0+"
4916         ],
4917         "authors": [
4918             {
4919                 "name": "Moshe Weitzman",
4920                 "email": "weitzman@tejasa.com"
4921             },
4922             {
4923                 "name": "Greg Anderson",
4924                 "email": "greg.1.anderson@greenknowe.org"
4925             }
4926         ],
4927         "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
4928         "keywords": [
4929             "Drush"
4930         ]
4931     },
4932     {
4933         "name": "pear/console_table",
4934         "version": "v1.3.0",
4935         "version_normalized": "1.3.0.0",
4936         "source": {
4937             "type": "git",
4938             "url": "https://github.com/pear/Console_Table.git",
4939             "reference": "64100b9ee81852f4fa17823e55d0b385a544f976"
4940         },
4941         "dist": {
4942             "type": "zip",
4943             "url": "https://api.github.com/repos/pear/Console_Table/zipball/64100b9ee81852f4fa17823e55d0b385a544f976",
4944             "reference": "64100b9ee81852f4fa17823e55d0b385a544f976",
4945             "shasum": ""
4946         },
4947         "require": {
4948             "php": ">=5.2.0"
4949         },
4950         "suggest": {
4951             "pear/Console_Color2": ">=0.1.2"
4952         },
4953         "time": "2016-01-21T16:14:31+00:00",
4954         "type": "library",
4955         "installation-source": "dist",
4956         "autoload": {
4957             "classmap": [
4958                 "Table.php"
4959             ]
4960         },
4961         "notification-url": "https://packagist.org/downloads/",
4962         "license": [
4963             "BSD-2-Clause"
4964         ],
4965         "authors": [
4966             {
4967                 "name": "Jan Schneider",
4968                 "homepage": "http://pear.php.net/user/yunosh"
4969             },
4970             {
4971                 "name": "Tal Peer",
4972                 "homepage": "http://pear.php.net/user/tal"
4973             },
4974             {
4975                 "name": "Xavier Noguer",
4976                 "homepage": "http://pear.php.net/user/xnoguer"
4977             },
4978             {
4979                 "name": "Richard Heyes",
4980                 "homepage": "http://pear.php.net/user/richard"
4981             }
4982         ],
4983         "description": "Library that makes it easy to build console style tables.",
4984         "homepage": "http://pear.php.net/package/Console_Table/",
4985         "keywords": [
4986             "console"
4987         ]
4988     },
4989     {
4990         "name": "drupal/http2_server_push",
4991         "version": "1.0.0",
4992         "version_normalized": "1.0.0.0",
4993         "source": {
4994             "type": "git",
4995             "url": "https://git.drupal.org/project/http2_server_push",
4996             "reference": "8.x-1.0"
4997         },
4998         "dist": {
4999             "type": "zip",
5000             "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
5001             "reference": "8.x-1.0",
5002             "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
5003         },
5004         "require": {
5005             "drupal/core": "~8.0"
5006         },
5007         "type": "drupal-module",
5008         "extra": {
5009             "branch-alias": {
5010                 "dev-1.x": "1.x-dev"
5011             },
5012             "drupal": {
5013                 "version": "8.x-1.0",
5014                 "datestamp": "1489057084"
5015             }
5016         },
5017         "installation-source": "dist",
5018         "notification-url": "https://packages.drupal.org/8/downloads",
5019         "license": [
5020             "GPL-2.0+"
5021         ],
5022         "authors": [
5023             {
5024                 "name": "Wim Leers",
5025                 "homepage": "https://www.drupal.org/user/99777"
5026             }
5027         ],
5028         "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
5029         "homepage": "https://www.drupal.org/project/http2_server_push",
5030         "support": {
5031             "source": "http://cgit.drupalcode.org/http2_server_push"
5032         }
5033     },
5034     {
5035         "name": "drupal/admin_toolbar",
5036         "version": "1.19.0",
5037         "version_normalized": "1.19.0.0",
5038         "source": {
5039             "type": "git",
5040             "url": "https://git.drupal.org/project/admin_toolbar",
5041             "reference": "8.x-1.19"
5042         },
5043         "dist": {
5044             "type": "zip",
5045             "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.19.zip",
5046             "reference": "8.x-1.19",
5047             "shasum": "87de41eab3c5cd49d4e1b5b764cb3b9d5ad683a0"
5048         },
5049         "require": {
5050             "drupal/core": "*"
5051         },
5052         "type": "drupal-module",
5053         "extra": {
5054             "branch-alias": {
5055                 "dev-1.x": "1.x-dev"
5056             },
5057             "drupal": {
5058                 "version": "8.x-1.19",
5059                 "datestamp": "1491487683"
5060             }
5061         },
5062         "installation-source": "dist",
5063         "notification-url": "https://packages.drupal.org/8/downloads",
5064         "license": [
5065             "GPL-2.0+"
5066         ],
5067         "authors": [
5068             {
5069                 "name": "Mohamed Anis Taktak",
5070                 "homepage": "https://www.drupal.org/u/matio89"
5071             },
5072             {
5073                 "name": "eme",
5074                 "homepage": "https://www.drupal.org/user/542492"
5075             },
5076             {
5077                 "name": "fethi.krout",
5078                 "homepage": "https://www.drupal.org/user/3206765"
5079             },
5080             {
5081                 "name": "matio89",
5082                 "homepage": "https://www.drupal.org/user/2320090"
5083             },
5084             {
5085                 "name": "romainj",
5086                 "homepage": "https://www.drupal.org/user/370706"
5087             }
5088         ],
5089         "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
5090         "homepage": "http://drupal.org/project/admin_toolbar",
5091         "support": {
5092             "source": "http://cgit.drupalcode.org/admin_toolbar",
5093             "issues": "https://www.drupal.org/project/issues/admin_toolbar"
5094         }
5095     },
5096     {
5097         "name": "drupal/crop",
5098         "version": "1.2.0",
5099         "version_normalized": "1.2.0.0",
5100         "source": {
5101             "type": "git",
5102             "url": "https://git.drupal.org/project/crop",
5103             "reference": "8.x-1.2"
5104         },
5105         "dist": {
5106             "type": "zip",
5107             "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.2.zip",
5108             "reference": "8.x-1.2",
5109             "shasum": "0ad542254940c844f8a22c1b386131f06c665b4f"
5110         },
5111         "require": {
5112             "drupal/core": "*"
5113         },
5114         "require-dev": {
5115             "drupal/media_entity": "*"
5116         },
5117         "type": "drupal-module",
5118         "extra": {
5119             "branch-alias": {
5120                 "dev-1.x": "1.x-dev"
5121             },
5122             "drupal": {
5123                 "version": "8.x-1.2",
5124                 "datestamp": "1491032884"
5125             }
5126         },
5127         "installation-source": "dist",
5128         "notification-url": "https://packages.drupal.org/8/downloads",
5129         "license": [
5130             "GPL-2.0+"
5131         ],
5132         "authors": [
5133             {
5134                 "name": "Drupal Media Team",
5135                 "homepage": "https://www.drupal.org/user/3260690"
5136             },
5137             {
5138                 "name": "slashrsm",
5139                 "homepage": "https://www.drupal.org/user/744628"
5140             },
5141             {
5142                 "name": "woprrr",
5143                 "homepage": "https://www.drupal.org/user/858604"
5144             }
5145         ],
5146         "description": "Provides storage and API for image crops.",
5147         "homepage": "https://www.drupal.org/project/crop",
5148         "support": {
5149             "source": "http://cgit.drupalcode.org/crop",
5150             "issues": "https://www.drupal.org/project/issues/crop"
5151         }
5152     },
5153     {
5154         "name": "zendframework/zend-diactoros",
5155         "version": "1.4.0",
5156         "version_normalized": "1.4.0.0",
5157         "source": {
5158             "type": "git",
5159             "url": "https://github.com/zendframework/zend-diactoros.git",
5160             "reference": "b03f285a333f51e58c95cce54109a4a9ed691436"
5161         },
5162         "dist": {
5163             "type": "zip",
5164             "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436",
5165             "reference": "b03f285a333f51e58c95cce54109a4a9ed691436",
5166             "shasum": ""
5167         },
5168         "require": {
5169             "php": "^5.4 || ^7.0",
5170             "psr/http-message": "~1.0"
5171         },
5172         "provide": {
5173             "psr/http-message-implementation": "1.0"
5174         },
5175         "require-dev": {
5176             "ext-dom": "*",
5177             "ext-libxml": "*",
5178             "phpunit/phpunit": "^4.6 || ^5.5",
5179             "zendframework/zend-coding-standard": "~1.0.0"
5180         },
5181         "time": "2017-04-06T16:18:34+00:00",
5182         "type": "library",
5183         "extra": {
5184             "branch-alias": {
5185                 "dev-master": "1.4-dev",
5186                 "dev-develop": "1.5-dev"
5187             }
5188         },
5189         "installation-source": "dist",
5190         "autoload": {
5191             "psr-4": {
5192                 "Zend\\Diactoros\\": "src/"
5193             }
5194         },
5195         "notification-url": "https://packagist.org/downloads/",
5196         "license": [
5197             "BSD-2-Clause"
5198         ],
5199         "description": "PSR HTTP Message implementations",
5200         "homepage": "https://github.com/zendframework/zend-diactoros",
5201         "keywords": [
5202             "http",
5203             "psr",
5204             "psr-7"
5205         ]
5206     },
5207     {
5208         "name": "symfony/psr-http-message-bridge",
5209         "version": "v1.0.0",
5210         "version_normalized": "1.0.0.0",
5211         "source": {
5212             "type": "git",
5213             "url": "https://github.com/symfony/psr-http-message-bridge.git",
5214             "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de"
5215         },
5216         "dist": {
5217             "type": "zip",
5218             "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
5219             "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
5220             "shasum": ""
5221         },
5222         "require": {
5223             "php": ">=5.3.3",
5224             "psr/http-message": "~1.0",
5225             "symfony/http-foundation": "~2.3|~3.0"
5226         },
5227         "require-dev": {
5228             "symfony/phpunit-bridge": "~2.7|~3.0"
5229         },
5230         "suggest": {
5231             "psr/http-message-implementation": "To use the HttpFoundation factory",
5232             "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
5233         },
5234         "time": "2016-09-14T18:37:20+00:00",
5235         "type": "symfony-bridge",
5236         "extra": {
5237             "branch-alias": {
5238                 "dev-master": "1.0-dev"
5239             }
5240         },
5241         "installation-source": "dist",
5242         "autoload": {
5243             "psr-4": {
5244                 "Symfony\\Bridge\\PsrHttpMessage\\": ""
5245             }
5246         },
5247         "notification-url": "https://packagist.org/downloads/",
5248         "license": [
5249             "MIT"
5250         ],
5251         "authors": [
5252             {
5253                 "name": "Symfony Community",
5254                 "homepage": "http://symfony.com/contributors"
5255             },
5256             {
5257                 "name": "Fabien Potencier",
5258                 "email": "fabien@symfony.com"
5259             }
5260         ],
5261         "description": "PSR HTTP message bridge",
5262         "homepage": "http://symfony.com",
5263         "keywords": [
5264             "http",
5265             "http-message",
5266             "psr-7"
5267         ]
5268     },
5269     {
5270         "name": "doctrine/common",
5271         "version": "v2.7.2",
5272         "version_normalized": "2.7.2.0",
5273         "source": {
5274             "type": "git",
5275             "url": "https://github.com/doctrine/common.git",
5276             "reference": "930297026c8009a567ac051fd545bf6124150347"
5277         },
5278         "dist": {
5279             "type": "zip",
5280             "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
5281             "reference": "930297026c8009a567ac051fd545bf6124150347",
5282             "shasum": ""
5283         },
5284         "require": {
5285             "doctrine/annotations": "1.*",
5286             "doctrine/cache": "1.*",
5287             "doctrine/collections": "1.*",
5288             "doctrine/inflector": "1.*",
5289             "doctrine/lexer": "1.*",
5290             "php": "~5.6|~7.0"
5291         },
5292         "require-dev": {
5293             "phpunit/phpunit": "^5.4.6"
5294         },
5295         "time": "2017-01-13T14:02:13+00:00",
5296         "type": "library",
5297         "extra": {
5298             "branch-alias": {
5299                 "dev-master": "2.7.x-dev"
5300             }
5301         },
5302         "installation-source": "dist",
5303         "autoload": {
5304             "psr-4": {
5305                 "Doctrine\\Common\\": "lib/Doctrine/Common"
5306             }
5307         },
5308         "notification-url": "https://packagist.org/downloads/",
5309         "license": [
5310             "MIT"
5311         ],
5312         "authors": [
5313             {
5314                 "name": "Roman Borschel",
5315                 "email": "roman@code-factory.org"
5316             },
5317             {
5318                 "name": "Benjamin Eberlei",
5319                 "email": "kontakt@beberlei.de"
5320             },
5321             {
5322                 "name": "Guilherme Blanco",
5323                 "email": "guilhermeblanco@gmail.com"
5324             },
5325             {
5326                 "name": "Jonathan Wage",
5327                 "email": "jonwage@gmail.com"
5328             },
5329             {
5330                 "name": "Johannes Schmitt",
5331                 "email": "schmittjoh@gmail.com"
5332             }
5333         ],
5334         "description": "Common Library for Doctrine projects",
5335         "homepage": "http://www.doctrine-project.org",
5336         "keywords": [
5337             "annotations",
5338             "collections",
5339             "eventmanager",
5340             "persistence",
5341             "spl"
5342         ]
5343     },
5344     {
5345         "name": "asm89/stack-cors",
5346         "version": "1.1.0",
5347         "version_normalized": "1.1.0.0",
5348         "source": {
5349             "type": "git",
5350             "url": "https://github.com/asm89/stack-cors.git",
5351             "reference": "65ccbd455370f043c2e3b93482a3813603d68731"
5352         },
5353         "dist": {
5354             "type": "zip",
5355             "url": "https://api.github.com/repos/asm89/stack-cors/zipball/65ccbd455370f043c2e3b93482a3813603d68731",
5356             "reference": "65ccbd455370f043c2e3b93482a3813603d68731",
5357             "shasum": ""
5358         },
5359         "require": {
5360             "php": ">=5.5.9",
5361             "symfony/http-foundation": "~2.7|~3.0",
5362             "symfony/http-kernel": "~2.7|~3.0"
5363         },
5364         "require-dev": {
5365             "phpunit/phpunit": "^5.0 || ^4.8.10",
5366             "squizlabs/php_codesniffer": "^2.3"
5367         },
5368         "time": "2017-04-11T20:03:41+00:00",
5369         "type": "library",
5370         "extra": {
5371             "branch-alias": {
5372                 "dev-master": "1.1-dev"
5373             }
5374         },
5375         "installation-source": "dist",
5376         "autoload": {
5377             "psr-4": {
5378                 "Asm89\\Stack\\": "src/Asm89/Stack/"
5379             }
5380         },
5381         "notification-url": "https://packagist.org/downloads/",
5382         "license": [
5383             "MIT"
5384         ],
5385         "authors": [
5386             {
5387                 "name": "Alexander",
5388                 "email": "iam.asm89@gmail.com"
5389             }
5390         ],
5391         "description": "Cross-origin resource sharing library and stack middleware",
5392         "homepage": "https://github.com/asm89/stack-cors",
5393         "keywords": [
5394             "cors",
5395             "stack"
5396         ]
5397     },
5398     {
5399         "name": "webmozart/assert",
5400         "version": "1.2.0",
5401         "version_normalized": "1.2.0.0",
5402         "source": {
5403             "type": "git",
5404             "url": "https://github.com/webmozart/assert.git",
5405             "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
5406         },
5407         "dist": {
5408             "type": "zip",
5409             "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
5410             "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
5411             "shasum": ""
5412         },
5413         "require": {
5414             "php": "^5.3.3 || ^7.0"
5415         },
5416         "require-dev": {
5417             "phpunit/phpunit": "^4.6",
5418             "sebastian/version": "^1.0.1"
5419         },
5420         "time": "2016-11-23T20:04:58+00:00",
5421         "type": "library",
5422         "extra": {
5423             "branch-alias": {
5424                 "dev-master": "1.3-dev"
5425             }
5426         },
5427         "installation-source": "dist",
5428         "autoload": {
5429             "psr-4": {
5430                 "Webmozart\\Assert\\": "src/"
5431             }
5432         },
5433         "notification-url": "https://packagist.org/downloads/",
5434         "license": [
5435             "MIT"
5436         ],
5437         "authors": [
5438             {
5439                 "name": "Bernhard Schussek",
5440                 "email": "bschussek@gmail.com"
5441             }
5442         ],
5443         "description": "Assertions to validate method input/output with nice error messages.",
5444         "keywords": [
5445             "assert",
5446             "check",
5447             "validate"
5448         ]
5449     },
5450     {
5451         "name": "webmozart/path-util",
5452         "version": "2.3.0",
5453         "version_normalized": "2.3.0.0",
5454         "source": {
5455             "type": "git",
5456             "url": "https://github.com/webmozart/path-util.git",
5457             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
5458         },
5459         "dist": {
5460             "type": "zip",
5461             "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
5462             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
5463             "shasum": ""
5464         },
5465         "require": {
5466             "php": ">=5.3.3",
5467             "webmozart/assert": "~1.0"
5468         },
5469         "require-dev": {
5470             "phpunit/phpunit": "^4.6",
5471             "sebastian/version": "^1.0.1"
5472         },
5473         "time": "2015-12-17T08:42:14+00:00",
5474         "type": "library",
5475         "extra": {
5476             "branch-alias": {
5477                 "dev-master": "2.3-dev"
5478             }
5479         },
5480         "installation-source": "dist",
5481         "autoload": {
5482             "psr-4": {
5483                 "Webmozart\\PathUtil\\": "src/"
5484             }
5485         },
5486         "notification-url": "https://packagist.org/downloads/",
5487         "license": [
5488             "MIT"
5489         ],
5490         "authors": [
5491             {
5492                 "name": "Bernhard Schussek",
5493                 "email": "bschussek@gmail.com"
5494             }
5495         ],
5496         "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths."
5497     },
5498     {
5499         "name": "consolidation/annotated-command",
5500         "version": "2.4.8",
5501         "version_normalized": "2.4.8.0",
5502         "source": {
5503             "type": "git",
5504             "url": "https://github.com/consolidation/annotated-command.git",
5505             "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e"
5506         },
5507         "dist": {
5508             "type": "zip",
5509             "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/6672ea38212f8bffb71fec7eadc8b3372154b17e",
5510             "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e",
5511             "shasum": ""
5512         },
5513         "require": {
5514             "consolidation/output-formatters": "^3.1.5",
5515             "php": ">=5.4.0",
5516             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
5517             "psr/log": "^1",
5518             "symfony/console": "^2.8|~3",
5519             "symfony/event-dispatcher": "^2.5|^3",
5520             "symfony/finder": "^2.5|^3"
5521         },
5522         "require-dev": {
5523             "phpunit/phpunit": "^4.8",
5524             "satooshi/php-coveralls": "^1.0",
5525             "squizlabs/php_codesniffer": "^2.7"
5526         },
5527         "time": "2017-04-03T22:37:00+00:00",
5528         "type": "library",
5529         "extra": {
5530             "branch-alias": {
5531                 "dev-master": "2.x-dev"
5532             }
5533         },
5534         "installation-source": "dist",
5535         "autoload": {
5536             "psr-4": {
5537                 "Consolidation\\AnnotatedCommand\\": "src"
5538             }
5539         },
5540         "notification-url": "https://packagist.org/downloads/",
5541         "license": [
5542             "MIT"
5543         ],
5544         "authors": [
5545             {
5546                 "name": "Greg Anderson",
5547                 "email": "greg.1.anderson@greenknowe.org"
5548             }
5549         ],
5550         "description": "Initialize Symfony Console commands from annotated command class methods."
5551     },
5552     {
5553         "name": "drupal/redirect",
5554         "version": "1.0.0-alpha5",
5555         "version_normalized": "1.0.0.0-alpha5",
5556         "source": {
5557             "type": "git",
5558             "url": "https://git.drupal.org/project/redirect",
5559             "reference": "8.x-1.0-alpha5"
5560         },
5561         "dist": {
5562             "type": "zip",
5563             "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.0-alpha5.zip",
5564             "reference": "8.x-1.0-alpha5",
5565             "shasum": "927aa4c8d8b40b0cd2442bee86f2f386d25e53ca"
5566         },
5567         "require": {
5568             "drupal/core": "~8"
5569         },
5570         "type": "drupal-module",
5571         "extra": {
5572             "branch-alias": {
5573                 "dev-1.x": "1.x-dev"
5574             },
5575             "drupal": {
5576                 "version": "8.x-1.0-alpha5",
5577                 "datestamp": "1492182542"
5578             }
5579         },
5580         "installation-source": "dist",
5581         "notification-url": "https://packages.drupal.org/8/downloads",
5582         "license": [
5583             "GPL-2.0+"
5584         ],
5585         "authors": [
5586             {
5587                 "name": "Berdir",
5588                 "homepage": "https://www.drupal.org/user/214652"
5589             },
5590             {
5591                 "name": "Dave Reid",
5592                 "homepage": "https://www.drupal.org/user/53892"
5593             }
5594         ],
5595         "description": "Allows users to redirect from old URLs to new URLs.",
5596         "homepage": "https://www.drupal.org/project/redirect",
5597         "support": {
5598             "source": "http://cgit.drupalcode.org/redirect"
5599         }
5600     },
5601     {
5602         "name": "geedmo/yamm3",
5603         "version": "1.1.0",
5604         "version_normalized": "1.1.0.0",
5605         "source": {
5606             "type": "git",
5607             "url": "https://github.com/geedmo/yamm3.git",
5608             "reference": "5aa11451340187cce1bc195a4437937b19535508"
5609         },
5610         "dist": {
5611             "type": "zip",
5612             "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
5613             "reference": "5aa11451340187cce1bc195a4437937b19535508",
5614             "shasum": ""
5615         },
5616         "time": "2015-04-04T12:59:29+00:00",
5617         "type": "library",
5618         "installation-source": "dist",
5619         "notification-url": "https://packagist.org/downloads/",
5620         "license": [
5621             "MIT"
5622         ],
5623         "authors": [
5624             {
5625                 "name": "German Morales",
5626                 "email": "geedmo.ds@gmail.com",
5627                 "homepage": "http://geedmo.com"
5628             }
5629         ],
5630         "description": "Yet another megamenu for Bootstrap 3.x",
5631         "homepage": "http://geedmo.github.io/yamm3/",
5632         "keywords": [
5633             "bootstrap",
5634             "megadropdown",
5635             "megamenu"
5636         ]
5637     },
5638     {
5639         "name": "grom358/pharborist",
5640         "version": "dev-master",
5641         "version_normalized": "9999999-dev",
5642         "source": {
5643             "type": "git",
5644             "url": "https://github.com/grom358/pharborist.git",
5645             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
5646         },
5647         "dist": {
5648             "type": "zip",
5649             "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
5650             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
5651             "shasum": ""
5652         },
5653         "require": {
5654             "php": ">=5.4",
5655             "phpdocumentor/reflection-docblock": "2.0.*"
5656         },
5657         "require-dev": {
5658             "apigen/apigen": "2.8.*",
5659             "phpunit/phpunit": "4.2.*"
5660         },
5661         "time": "2015-09-20T22:14:29+00:00",
5662         "type": "library",
5663         "installation-source": "source",
5664         "autoload": {
5665             "psr-4": {
5666                 "Pharborist\\": "src/"
5667             }
5668         },
5669         "notification-url": "https://packagist.org/downloads/",
5670         "license": [
5671             "GPL"
5672         ],
5673         "authors": [
5674             {
5675                 "name": "Cameron Zemek",
5676                 "role": "lead"
5677             }
5678         ],
5679         "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
5680         "keywords": [
5681             "standards",
5682             "syntax"
5683         ]
5684     },
5685     {
5686         "name": "drupal/drupalmoduleupgrader",
5687         "version": "dev-1.x",
5688         "version_normalized": "dev-1.x",
5689         "source": {
5690             "type": "git",
5691             "url": "https://git.drupal.org/project/drupalmoduleupgrader",
5692             "reference": "8bf2d9c140d4a315f267ff511fc69ea1595b62b8"
5693         },
5694         "require": {
5695             "cebe/markdown": "1.0.*@dev",
5696             "drupal/core": "~8.0",
5697             "grom358/pharborist": "dev-master",
5698             "symfony/filesystem": "^2.6.0",
5699             "symfony/finder": "^2.6.0"
5700         },
5701         "require-dev": {
5702             "mikey179/vfsstream": "^1.5",
5703             "phpunit/phpunit": "^4.8"
5704         },
5705         "type": "drupal-module",
5706         "extra": {
5707             "branch-alias": {
5708                 "dev-1.x": "1.x-dev"
5709             },
5710             "drupal": {
5711                 "version": "8.x-1.2+9-dev",
5712                 "datestamp": "1490452983"
5713             }
5714         },
5715         "installation-source": "source",
5716         "autoload": {
5717             "psr-4": {
5718                 "Drupal\\drupalmoduleupgrader\\": "src/"
5719             }
5720         },
5721         "notification-url": "https://packages.drupal.org/8/downloads",
5722         "license": [
5723             "GPL-2.0+"
5724         ],
5725         "authors": [
5726             {
5727                 "name": "Gábor Hojtsy",
5728                 "homepage": "https://www.drupal.org/user/4166"
5729             },
5730             {
5731                 "name": "Wim Leers",
5732                 "homepage": "https://www.drupal.org/user/99777"
5733             },
5734             {
5735                 "name": "dstol",
5736                 "homepage": "https://www.drupal.org/user/329570"
5737             },
5738             {
5739                 "name": "eshta",
5740                 "homepage": "https://www.drupal.org/user/1951462"
5741             },
5742             {
5743                 "name": "japerry",
5744                 "homepage": "https://www.drupal.org/user/45640"
5745             },
5746             {
5747                 "name": "jcnventura",
5748                 "homepage": "https://www.drupal.org/user/122464"
5749             },
5750             {
5751                 "name": "pfrenssen",
5752                 "homepage": "https://www.drupal.org/user/382067"
5753             },
5754             {
5755                 "name": "phenaproxima",
5756                 "homepage": "https://www.drupal.org/user/205645"
5757             },
5758             {
5759                 "name": "tim.plunkett",
5760                 "homepage": "https://www.drupal.org/user/241634"
5761             },
5762             {
5763                 "name": "webchick",
5764                 "homepage": "https://www.drupal.org/user/24967"
5765             },
5766             {
5767                 "name": "xjm",
5768                 "homepage": "https://www.drupal.org/user/65776"
5769             }
5770         ],
5771         "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
5772         "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
5773         "keywords": [
5774             "Drupal",
5775             "PHP_CodeSniffer",
5776             "phpcs",
5777             "standards",
5778             "update",
5779             "upgrade"
5780         ],
5781         "support": {
5782             "source": "https://drupal.org/project/drupalmoduleupgrader",
5783             "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
5784         }
5785     },
5786     {
5787         "name": "drupal/htmlawed",
5788         "version": "3.2.0",
5789         "version_normalized": "3.2.0.0",
5790         "source": {
5791             "type": "git",
5792             "url": "https://git.drupal.org/project/htmLawed",
5793             "reference": "8.x-3.2"
5794         },
5795         "dist": {
5796             "type": "zip",
5797             "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.2.zip",
5798             "reference": "8.x-3.2",
5799             "shasum": "9ced09e67458a0efcd7c4cc7e83f05fb4035ddcc"
5800         },
5801         "require": {
5802             "drupal/core": "~8.0"
5803         },
5804         "type": "drupal-module",
5805         "extra": {
5806             "branch-alias": {
5807                 "dev-3.x": "3.x-dev"
5808             },
5809             "drupal": {
5810                 "version": "8.x-3.2",
5811                 "datestamp": "1480745884"
5812             }
5813         },
5814         "installation-source": "dist",
5815         "notification-url": "https://packages.drupal.org/8/downloads",
5816         "license": [
5817             "GPL-2.0+"
5818         ],
5819         "authors": [
5820             {
5821                 "name": "alpha2zee",
5822                 "homepage": "https://www.drupal.org/user/201451"
5823             }
5824         ],
5825         "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
5826         "homepage": "https://www.drupal.org/project/htmlawed",
5827         "support": {
5828             "source": "http://cgit.drupalcode.org/htmlawed"
5829         }
5830     },
5831     {
5832         "name": "drupal/ctools",
5833         "version": "3.0.0",
5834         "version_normalized": "3.0.0.0",
5835         "source": {
5836             "type": "git",
5837             "url": "https://git.drupal.org/project/ctools",
5838             "reference": "8.x-3.0"
5839         },
5840         "dist": {
5841             "type": "zip",
5842             "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
5843             "reference": "8.x-3.0",
5844             "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
5845         },
5846         "require": {
5847             "drupal/core": "~8.0"
5848         },
5849         "type": "drupal-module",
5850         "extra": {
5851             "branch-alias": {
5852                 "dev-3.x": "3.x-dev"
5853             },
5854             "drupal": {
5855                 "version": "8.x-3.0",
5856                 "datestamp": "1493401742"
5857             }
5858         },
5859         "installation-source": "dist",
5860         "notification-url": "https://packages.drupal.org/8/downloads",
5861         "license": [
5862             "GPL-2.0+"
5863         ],
5864         "authors": [
5865             {
5866                 "name": "Kris Vanderwater (EclipseGc)",
5867                 "homepage": "https://www.drupal.org/u/eclipsegc",
5868                 "role": "Maintainer"
5869             },
5870             {
5871                 "name": "Jakob Perry (japerry)",
5872                 "homepage": "https://www.drupal.org/u/japerry",
5873                 "role": "Maintainer"
5874             },
5875             {
5876                 "name": "Tim Plunkett (tim.plunkett)",
5877                 "homepage": "https://www.drupal.org/u/timplunkett",
5878                 "role": "Maintainer"
5879             },
5880             {
5881                 "name": "James Gilliland (neclimdul)",
5882                 "homepage": "https://www.drupal.org/u/neclimdul",
5883                 "role": "Maintainer"
5884             },
5885             {
5886                 "name": "Daniel Wehner (dawehner)",
5887                 "homepage": "https://www.drupal.org/u/dawehner",
5888                 "role": "Maintainer"
5889             },
5890             {
5891                 "name": "merlinofchaos",
5892                 "homepage": "https://www.drupal.org/user/26979"
5893             },
5894             {
5895                 "name": "neclimdul",
5896                 "homepage": "https://www.drupal.org/user/48673"
5897             },
5898             {
5899                 "name": "sdboyer",
5900                 "homepage": "https://www.drupal.org/user/146719"
5901             },
5902             {
5903                 "name": "sun",
5904                 "homepage": "https://www.drupal.org/user/54136"
5905             },
5906             {
5907                 "name": "tim.plunkett",
5908                 "homepage": "https://www.drupal.org/user/241634"
5909             }
5910         ],
5911         "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
5912         "homepage": "https://www.drupal.org/project/ctools",
5913         "support": {
5914             "source": "http://cgit.drupalcode.org/ctools",
5915             "issues": "https://www.drupal.org/project/issues/ctools"
5916         }
5917     },
5918     {
5919         "name": "drupal/devel",
5920         "version": "1.0.0-rc2",
5921         "version_normalized": "1.0.0.0-RC2",
5922         "source": {
5923             "type": "git",
5924             "url": "https://git.drupal.org/project/devel",
5925             "reference": "8.x-1.0-rc2"
5926         },
5927         "dist": {
5928             "type": "zip",
5929             "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.0-rc2.zip",
5930             "reference": "8.x-1.0-rc2",
5931             "shasum": "011322bf9c263dab29f94640829f4b654e9c5632"
5932         },
5933         "require": {
5934             "drupal/core": "~8.0"
5935         },
5936         "suggest": {
5937             "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
5938         },
5939         "type": "drupal-module",
5940         "extra": {
5941             "branch-alias": {
5942                 "dev-1.x": "1.x-dev"
5943             },
5944             "drupal": {
5945                 "version": "8.x-1.0-rc2",
5946                 "datestamp": "1492989244"
5947             }
5948         },
5949         "installation-source": "dist",
5950         "notification-url": "https://packages.drupal.org/8/downloads",
5951         "license": [
5952             "GPL-2.0+"
5953         ],
5954         "authors": [
5955             {
5956                 "name": "Moshe Weitzman",
5957                 "homepage": "https://github.com/weitzman",
5958                 "email": "weitzman@tejasa.com",
5959                 "role": "Maintainer"
5960             },
5961             {
5962                 "name": "Hans Salvisberg",
5963                 "homepage": "https://www.drupal.org/u/salvis",
5964                 "email": "drupal@salvisberg.com",
5965                 "role": "Maintainer"
5966             },
5967             {
5968                 "name": "Luca Lusso",
5969                 "homepage": "https://www.drupal.org/u/lussoluca",
5970                 "role": "Maintainer"
5971             },
5972             {
5973                 "name": "Marco (willzyx)",
5974                 "homepage": "https://www.drupal.org/u/willzyx",
5975                 "role": "Maintainer"
5976             },
5977             {
5978                 "name": "See contributors",
5979                 "homepage": "https://www.drupal.org/node/3236/committers"
5980             },
5981             {
5982                 "name": "salvis",
5983                 "homepage": "https://www.drupal.org/user/82964"
5984             },
5985             {
5986                 "name": "willzyx",
5987                 "homepage": "https://www.drupal.org/user/1043862"
5988             }
5989         ],
5990         "description": "Various blocks, pages, and functions for developers.",
5991         "homepage": "http://drupal.org/project/devel",
5992         "support": {
5993             "source": "http://cgit.drupalcode.org/devel",
5994             "issues": "http://drupal.org/project/devel",
5995             "irc": "irc://irc.freenode.org/drupal-contribute"
5996         }
5997     },
5998     {
5999         "name": "drupal/token",
6000         "version": "1.0.0",
6001         "version_normalized": "1.0.0.0",
6002         "source": {
6003             "type": "git",
6004             "url": "https://git.drupal.org/project/token",
6005             "reference": "8.x-1.0"
6006         },
6007         "dist": {
6008             "type": "zip",
6009             "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip",
6010             "reference": "8.x-1.0",
6011             "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442"
6012         },
6013         "require": {
6014             "drupal/core": "~8.0"
6015         },
6016         "type": "drupal-module",
6017         "extra": {
6018             "branch-alias": {
6019                 "dev-1.x": "1.x-dev"
6020             },
6021             "drupal": {
6022                 "version": "8.x-1.0",
6023                 "datestamp": "1493466843"
6024             }
6025         },
6026         "installation-source": "dist",
6027         "notification-url": "https://packages.drupal.org/8/downloads",
6028         "license": [
6029             "GPL-2.0+"
6030         ],
6031         "authors": [
6032             {
6033                 "name": "Berdir",
6034                 "homepage": "https://www.drupal.org/user/214652"
6035             },
6036             {
6037                 "name": "Dave Reid",
6038                 "homepage": "https://www.drupal.org/user/53892"
6039             },
6040             {
6041                 "name": "eaton",
6042                 "homepage": "https://www.drupal.org/user/16496"
6043             },
6044             {
6045                 "name": "fago",
6046                 "homepage": "https://www.drupal.org/user/16747"
6047             },
6048             {
6049                 "name": "greggles",
6050                 "homepage": "https://www.drupal.org/user/36762"
6051             },
6052             {
6053                 "name": "mikeryan",
6054                 "homepage": "https://www.drupal.org/user/4420"
6055             }
6056         ],
6057         "description": "Provides a user interface for the Token API and some missing core tokens.",
6058         "homepage": "https://www.drupal.org/project/token",
6059         "support": {
6060             "source": "http://cgit.drupalcode.org/token"
6061         }
6062     },
6063     {
6064         "name": "drupal/pathauto",
6065         "version": "1.0.0",
6066         "version_normalized": "1.0.0.0",
6067         "source": {
6068             "type": "git",
6069             "url": "https://git.drupal.org/project/pathauto",
6070             "reference": "8.x-1.0"
6071         },
6072         "dist": {
6073             "type": "zip",
6074             "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0.zip",
6075             "reference": "8.x-1.0",
6076             "shasum": "4c82a5689a18421c8c73fcc8be7b333bb21ae02a"
6077         },
6078         "require": {
6079             "drupal/core": "*",
6080             "drupal/ctools": "*",
6081             "drupal/token": "*"
6082         },
6083         "type": "drupal-module",
6084         "extra": {
6085             "branch-alias": {
6086                 "dev-1.x": "1.x-dev"
6087             },
6088             "drupal": {
6089                 "version": "8.x-1.0",
6090                 "datestamp": "1493468044"
6091             }
6092         },
6093         "installation-source": "dist",
6094         "notification-url": "https://packages.drupal.org/8/downloads",
6095         "license": [
6096             "GPL-2.0+"
6097         ],
6098         "authors": [
6099             {
6100                 "name": "Berdir",
6101                 "homepage": "https://www.drupal.org/user/214652"
6102             },
6103             {
6104                 "name": "Dave Reid",
6105                 "homepage": "https://www.drupal.org/user/53892"
6106             },
6107             {
6108                 "name": "Freso",
6109                 "homepage": "https://www.drupal.org/user/27504"
6110             },
6111             {
6112                 "name": "greggles",
6113                 "homepage": "https://www.drupal.org/user/36762"
6114             }
6115         ],
6116         "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
6117         "homepage": "https://www.drupal.org/project/pathauto",
6118         "support": {
6119             "source": "http://cgit.drupalcode.org/pathauto"
6120         }
6121     },
6122     {
6123         "name": "drupal/views_bootstrap",
6124         "version": "dev-3.x",
6125         "version_normalized": "dev-3.x",
6126         "source": {
6127             "type": "git",
6128             "url": "https://git.drupal.org/project/views_bootstrap",
6129             "reference": "ef95dac8dfeb8f2d61b0e5d40075a0a6e23e53ca"
6130         },
6131         "require": {
6132             "drupal/core": "*"
6133         },
6134         "type": "drupal-module",
6135         "extra": {
6136             "branch-alias": {
6137                 "dev-3.x": "3.x-dev"
6138             },
6139             "drupal": {
6140                 "version": "8.x-3.x-dev",
6141                 "datestamp": "1490369283"
6142             }
6143         },
6144         "installation-source": "source",
6145         "notification-url": "https://packages.drupal.org/8/downloads",
6146         "license": [
6147             "GPL-2.0+"
6148         ],
6149         "authors": [
6150             {
6151                 "name": "aburrows",
6152                 "homepage": "https://www.drupal.org/user/577844"
6153             },
6154             {
6155                 "name": "ericpugh",
6156                 "homepage": "https://www.drupal.org/user/130084"
6157             },
6158             {
6159                 "name": "ikeigenwijs",
6160                 "homepage": "https://www.drupal.org/user/583238"
6161             },
6162             {
6163                 "name": "mrded",
6164                 "homepage": "https://www.drupal.org/user/556088"
6165             }
6166         ],
6167         "description": "Integrate the Bootstrap framework with Views.",
6168         "homepage": "https://www.drupal.org/project/views_bootstrap",
6169         "keywords": [
6170             "Drupal"
6171         ],
6172         "support": {
6173             "source": "http://cgit.drupalcode.org/views_bootstrap"
6174         }
6175     },
6176     {
6177         "name": "drupal/views_responsive_grid",
6178         "version": "dev-1.x",
6179         "version_normalized": "dev-1.x",
6180         "source": {
6181             "type": "git",
6182             "url": "https://git.drupal.org/project/views_responsive_grid",
6183             "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6184         },
6185         "require": {
6186             "drupal/core": "~8.0"
6187         },
6188         "type": "drupal-module",
6189         "extra": {
6190             "branch-alias": {
6191                 "dev-1.x": "1.x-dev"
6192             },
6193             "drupal": {
6194                 "version": "8.x-1.x-dev",
6195                 "datestamp": "1373985289"
6196             }
6197         },
6198         "installation-source": "source",
6199         "notification-url": "https://packages.drupal.org/8/downloads",
6200         "license": [
6201             "GPL-2.0+"
6202         ],
6203         "authors": [
6204             {
6205                 "name": "iwhitcomb",
6206                 "homepage": "https://www.drupal.org/user/771654"
6207             },
6208             {
6209                 "name": "kyletaylored",
6210                 "homepage": "https://www.drupal.org/user/2207088"
6211             },
6212             {
6213                 "name": "markcarver",
6214                 "homepage": "https://www.drupal.org/user/501638"
6215             }
6216         ],
6217         "homepage": "https://www.drupal.org/project/views_responsive_grid",
6218         "support": {
6219             "source": "http://cgit.drupalcode.org/views_responsive_grid"
6220         }
6221     },
6222     {
6223         "name": "drupal/imagemagick",
6224         "version": "1.0.0-alpha6",
6225         "version_normalized": "1.0.0.0-alpha6",
6226         "source": {
6227             "type": "git",
6228             "url": "https://git.drupal.org/project/imagemagick",
6229             "reference": "8.x-1.0-alpha6"
6230         },
6231         "dist": {
6232             "type": "zip",
6233             "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-1.0-alpha6.zip",
6234             "reference": "8.x-1.0-alpha6",
6235             "shasum": "9631b407762076b2f5d9bf3b50b40c28976ddbb7"
6236         },
6237         "require": {
6238             "drupal/core": "^8.1.0"
6239         },
6240         "type": "drupal-module",
6241         "extra": {
6242             "branch-alias": {
6243                 "dev-1.x": "1.x-dev"
6244             },
6245             "drupal": {
6246                 "version": "8.x-1.0-alpha6",
6247                 "datestamp": "1488787683"
6248             }
6249         },
6250         "installation-source": "dist",
6251         "notification-url": "https://packages.drupal.org/8/downloads",
6252         "license": [
6253             "GPL-2.0+"
6254         ],
6255         "authors": [
6256             {
6257                 "name": "chx",
6258                 "homepage": "https://www.drupal.org/user/9446"
6259             },
6260             {
6261                 "name": "claudiu.cristea",
6262                 "homepage": "https://www.drupal.org/user/56348"
6263             },
6264             {
6265                 "name": "dman",
6266                 "homepage": "https://www.drupal.org/user/33240"
6267             },
6268             {
6269                 "name": "dopry",
6270                 "homepage": "https://www.drupal.org/user/22202"
6271             },
6272             {
6273                 "name": "drewish",
6274                 "homepage": "https://www.drupal.org/user/34869"
6275             },
6276             {
6277                 "name": "gdl",
6278                 "homepage": "https://www.drupal.org/user/507326"
6279             },
6280             {
6281                 "name": "mondrake",
6282                 "homepage": "https://www.drupal.org/user/1307444"
6283             },
6284             {
6285                 "name": "quicksketch",
6286                 "homepage": "https://www.drupal.org/user/35821"
6287             },
6288             {
6289                 "name": "sun",
6290                 "homepage": "https://www.drupal.org/user/54136"
6291             },
6292             {
6293                 "name": "walkah",
6294                 "homepage": "https://www.drupal.org/user/1531"
6295             }
6296         ],
6297         "description": "Provides ImageMagick integration.",
6298         "homepage": "https://www.drupal.org/project/imagemagick",
6299         "support": {
6300             "source": "http://cgit.drupalcode.org/imagemagick"
6301         }
6302     },
6303     {
6304         "name": "drupal/bootstrap",
6305         "version": "3.5.0",
6306         "version_normalized": "3.5.0.0",
6307         "source": {
6308             "type": "git",
6309             "url": "https://git.drupal.org/project/bootstrap",
6310             "reference": "8.x-3.5"
6311         },
6312         "dist": {
6313             "type": "zip",
6314             "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.5.zip",
6315             "reference": "8.x-3.5",
6316             "shasum": "569f8a243ad6a2e04a86123a0b2a594783a09860"
6317         },
6318         "require": {
6319             "drupal/core": "~8.0"
6320         },
6321         "type": "drupal-theme",
6322         "extra": {
6323             "branch-alias": {
6324                 "dev-3.x": "3.x-dev"
6325             },
6326             "drupal": {
6327                 "version": "8.x-3.5",
6328                 "datestamp": "1495040301"
6329             }
6330         },
6331         "installation-source": "dist",
6332         "notification-url": "https://packages.drupal.org/8/downloads",
6333         "license": [
6334             "GPL-2.0+"
6335         ],
6336         "authors": [
6337             {
6338                 "name": "markcarver",
6339                 "homepage": "https://www.drupal.org/user/501638"
6340             },
6341             {
6342                 "name": "neardark",
6343                 "homepage": "https://www.drupal.org/user/661076"
6344             },
6345             {
6346                 "name": "sylus",
6347                 "homepage": "https://www.drupal.org/user/339714"
6348             },
6349             {
6350                 "name": "wundo",
6351                 "homepage": "https://www.drupal.org/user/25523"
6352             }
6353         ],
6354         "homepage": "https://www.drupal.org/project/bootstrap",
6355         "support": {
6356             "source": "http://cgit.drupalcode.org/bootstrap"
6357         }
6358     },
6359     {
6360         "name": "sunra/php-simple-html-dom-parser",
6361         "version": "v1.5.2",
6362         "version_normalized": "1.5.2.0",
6363         "source": {
6364             "type": "git",
6365             "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
6366             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
6367         },
6368         "dist": {
6369             "type": "zip",
6370             "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
6371             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
6372             "shasum": ""
6373         },
6374         "require": {
6375             "ext-mbstring": "*",
6376             "php": ">=5.3.2"
6377         },
6378         "time": "2016-11-22T22:57:47+00:00",
6379         "type": "library",
6380         "installation-source": "dist",
6381         "autoload": {
6382             "psr-0": {
6383                 "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
6384             }
6385         },
6386         "notification-url": "https://packagist.org/downloads/",
6387         "license": [
6388             "MIT"
6389         ],
6390         "authors": [
6391             {
6392                 "name": "Sunra",
6393                 "email": "sunra@yandex.ru",
6394                 "homepage": "https://github.com/sunra"
6395             },
6396             {
6397                 "name": "S.C. Chen",
6398                 "homepage": "http://sourceforge.net/projects/simplehtmldom/"
6399             }
6400         ],
6401         "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.",
6402         "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
6403         "keywords": [
6404             "dom",
6405             "html",
6406             "parser"
6407         ]
6408     },
6409     {
6410         "name": "mkalkbrenner/php-htmldiff-advanced",
6411         "version": "0.0.8",
6412         "version_normalized": "0.0.8.0",
6413         "source": {
6414             "type": "git",
6415             "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
6416             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
6417         },
6418         "dist": {
6419             "type": "zip",
6420             "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
6421             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
6422             "shasum": ""
6423         },
6424         "require": {
6425             "caxy/php-htmldiff": ">=0.0.6",
6426             "php": ">=5.5.0"
6427         },
6428         "time": "2016-07-25T17:07:32+00:00",
6429         "type": "library",
6430         "installation-source": "dist",
6431         "autoload": {
6432             "files": [
6433                 "src/HtmlDiffAdvancedInterface.php",
6434                 "src/HtmlDiffAdvanced.php"
6435             ]
6436         },
6437         "notification-url": "https://packagist.org/downloads/",
6438         "license": [
6439             "GNU General Public License V2"
6440         ],
6441         "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
6442         "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
6443         "keywords": [
6444             "diff",
6445             "html"
6446         ]
6447     },
6448     {
6449         "name": "drupal/diff",
6450         "version": "1.0.0-rc1",
6451         "version_normalized": "1.0.0.0-RC1",
6452         "source": {
6453             "type": "git",
6454             "url": "https://git.drupal.org/project/diff",
6455             "reference": "8.x-1.0-rc1"
6456         },
6457         "dist": {
6458             "type": "zip",
6459             "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip",
6460             "reference": "8.x-1.0-rc1",
6461             "shasum": "4945154c2c07444195a7ae07011a3b3db941c72a"
6462         },
6463         "require": {
6464             "drupal/core": "~8.0",
6465             "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
6466         },
6467         "type": "drupal-module",
6468         "extra": {
6469             "branch-alias": {
6470                 "dev-1.x": "1.x-dev"
6471             },
6472             "drupal": {
6473                 "version": "8.x-1.0-rc1",
6474                 "datestamp": "1484566683"
6475             }
6476         },
6477         "installation-source": "dist",
6478         "notification-url": "https://packages.drupal.org/8/downloads",
6479         "license": [
6480             "GPL-2.0+"
6481         ],
6482         "authors": [
6483             {
6484                 "name": "Miro Dietiker (miro_dietiker)",
6485                 "homepage": "https://www.drupal.org/u/miro_dietiker",
6486                 "role": "Maintainer"
6487             },
6488             {
6489                 "name": "Juampy NR (juampynr)",
6490                 "homepage": "https://www.drupal.org/u/juampynr",
6491                 "role": "Maintainer"
6492             },
6493             {
6494                 "name": "Lucian Hangea (lhangea)",
6495                 "homepage": "https://www.drupal.org/u/lhangea",
6496                 "role": "Maintainer"
6497             },
6498             {
6499                 "name": "Alan D.",
6500                 "homepage": "https://www.drupal.org/u/alan-d.",
6501                 "role": "Maintainer"
6502             },
6503             {
6504                 "name": "Brian Gilbert (realityloop).",
6505                 "homepage": "https://www.drupal.org/u/realityloop",
6506                 "role": "Maintainer"
6507             },
6508             {
6509                 "name": "miro_dietiker",
6510                 "homepage": "https://www.drupal.org/user/227761"
6511             },
6512             {
6513                 "name": "realityloop",
6514                 "homepage": "https://www.drupal.org/user/139189"
6515             },
6516             {
6517                 "name": "rötzi",
6518                 "homepage": "https://www.drupal.org/user/73064"
6519             },
6520             {
6521                 "name": "yhahn",
6522                 "homepage": "https://www.drupal.org/user/264833"
6523             }
6524         ],
6525         "description": "Compares two entity revisions",
6526         "homepage": "https://www.drupal.org/project/diff",
6527         "support": {
6528             "source": "http://cgit.drupalcode.org/diff",
6529             "issues": "https://www.drupal.org/project/issues/diff"
6530         }
6531     },
6532     {
6533         "name": "drupal/hacked",
6534         "version": "2.0.0-beta1",
6535         "version_normalized": "2.0.0.0-beta1",
6536         "source": {
6537             "type": "git",
6538             "url": "https://git.drupal.org/project/hacked",
6539             "reference": "8.x-2.0-beta1"
6540         },
6541         "dist": {
6542             "type": "zip",
6543             "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta1.zip",
6544             "reference": "8.x-2.0-beta1",
6545             "shasum": "97b091470b83b3bdfe9a13673c5c676b3ce0414a"
6546         },
6547         "require": {
6548             "drupal/core": "*"
6549         },
6550         "type": "drupal-module",
6551         "extra": {
6552             "branch-alias": {
6553                 "dev-2.x": "2.x-dev"
6554             },
6555             "drupal": {
6556                 "version": "8.x-2.0-beta1",
6557                 "datestamp": "1453154039"
6558             },
6559             "patches_applied": {
6560                 "Compatibility with diff module API change: Turn EntityComparisonBase into a service": "https://www.drupal.org/files/issues/hacked-diff-diff-service-2800645-2.patch"
6561             }
6562         },
6563         "installation-source": "dist",
6564         "notification-url": "https://packages.drupal.org/8/downloads",
6565         "license": [
6566             "GPL-2.0+"
6567         ],
6568         "authors": [
6569             {
6570                 "name": "Deciphered",
6571                 "homepage": "https://www.drupal.org/user/103796"
6572             },
6573             {
6574                 "name": "Steven Jones",
6575                 "homepage": "https://www.drupal.org/user/99644"
6576             }
6577         ],
6578         "description": "Shows if drupal or any of its modules have been changed",
6579         "homepage": "https://www.drupal.org/project/hacked",
6580         "support": {
6581             "source": "http://cgit.drupalcode.org/hacked"
6582         }
6583     },
6584     {
6585         "name": "drupal/linkit",
6586         "version": "4.3.0",
6587         "version_normalized": "4.3.0.0",
6588         "source": {
6589             "type": "git",
6590             "url": "https://git.drupal.org/project/linkit",
6591             "reference": "8.x-4.3"
6592         },
6593         "dist": {
6594             "type": "zip",
6595             "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
6596             "reference": "8.x-4.3",
6597             "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
6598         },
6599         "require": {
6600             "drupal/core": "~8.0"
6601         },
6602         "type": "drupal-module",
6603         "extra": {
6604             "branch-alias": {
6605                 "dev-4.x": "4.x-dev"
6606             },
6607             "drupal": {
6608                 "version": "8.x-4.3",
6609                 "datestamp": "1490205830"
6610             }
6611         },
6612         "installation-source": "dist",
6613         "notification-url": "https://packages.drupal.org/8/downloads",
6614         "license": [
6615             "GPL-2.0+"
6616         ],
6617         "authors": [
6618             {
6619                 "name": "Emil Stjerneman",
6620                 "homepage": "https://stjerneman.com",
6621                 "email": "emil@stjerneman.com",
6622                 "role": "Maintainer"
6623             }
6624         ],
6625         "description": "Linkit - Enriched linking experience",
6626         "homepage": "http://drupal.org/project/linkit",
6627         "support": {
6628             "source": "http://cgit.drupalcode.org/linkit",
6629             "issues": "http://drupal.org/project/linkit"
6630         }
6631     },
6632     {
6633         "name": "drupal/toc_formatter",
6634         "version": "1.1.0",
6635         "version_normalized": "1.1.0.0",
6636         "source": {
6637             "type": "git",
6638             "url": "https://git.drupal.org/project/toc_formatter",
6639             "reference": "8.x-1.1"
6640         },
6641         "dist": {
6642             "type": "zip",
6643             "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
6644             "reference": "8.x-1.1",
6645             "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
6646         },
6647         "require": {
6648             "drupal/core": "~8.0"
6649         },
6650         "type": "drupal-module",
6651         "extra": {
6652             "branch-alias": {
6653                 "dev-1.x": "1.x-dev"
6654             },
6655             "drupal": {
6656                 "version": "8.x-1.1",
6657                 "datestamp": "1398611927"
6658             }
6659         },
6660         "installation-source": "dist",
6661         "notification-url": "https://packages.drupal.org/8/downloads",
6662         "license": [
6663             "GPL-2.0+"
6664         ],
6665         "authors": [
6666             {
6667                 "name": "Robert Castelo",
6668                 "homepage": "https://www.drupal.org/user/3555"
6669             },
6670             {
6671                 "name": "neilt17",
6672                 "homepage": "https://www.drupal.org/user/324142"
6673             }
6674         ],
6675         "description": "Display formatter that adds a TOC to the top of a text area field.",
6676         "homepage": "https://www.drupal.org/project/toc_formatter",
6677         "support": {
6678             "source": "http://cgit.drupalcode.org/toc_formatter"
6679         }
6680     },
6681     {
6682         "name": "drupal/advagg",
6683         "version": "2.4.0",
6684         "version_normalized": "2.4.0.0",
6685         "source": {
6686             "type": "git",
6687             "url": "https://git.drupal.org/project/advagg",
6688             "reference": "8.x-2.4"
6689         },
6690         "dist": {
6691             "type": "zip",
6692             "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
6693             "reference": "8.x-2.4",
6694             "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
6695         },
6696         "require": {
6697             "drupal/core": "~8.0"
6698         },
6699         "type": "drupal-module",
6700         "extra": {
6701             "branch-alias": {
6702                 "dev-2.x": "2.x-dev"
6703             },
6704             "drupal": {
6705                 "version": "8.x-2.4",
6706                 "datestamp": "1493949188"
6707             }
6708         },
6709         "installation-source": "dist",
6710         "notification-url": "https://packages.drupal.org/8/downloads",
6711         "license": [
6712             "GPL-2.0+"
6713         ],
6714         "authors": [
6715             {
6716                 "name": "Mike Carper (mikeytown2)",
6717                 "homepage": "https://www.drupal.org/u/mikeytown2",
6718                 "role": "Creator, Maintainer"
6719             },
6720             {
6721                 "name": "Nick Wilde (nickwilde)",
6722                 "homepage": "https://www.drupal.org/u/nickwilde",
6723                 "email": "design@briarmoon.ca",
6724                 "role": "Drupal 8 Port/maintainer"
6725             },
6726             {
6727                 "name": "doublejosh",
6728                 "homepage": "https://www.drupal.org/user/199720"
6729             },
6730             {
6731                 "name": "iamcarrico",
6732                 "homepage": "https://www.drupal.org/user/1300542"
6733             },
6734             {
6735                 "name": "markcarver",
6736                 "homepage": "https://www.drupal.org/user/501638"
6737             },
6738             {
6739                 "name": "mikeytown2",
6740                 "homepage": "https://www.drupal.org/user/282446"
6741             },
6742             {
6743                 "name": "rupl",
6744                 "homepage": "https://www.drupal.org/user/411999"
6745             }
6746         ],
6747         "description": "Improved aggregation of CSS/JS files to speed up page load times.",
6748         "homepage": "https://drupal.org/project/advagg",
6749         "support": {
6750             "source": "https://cgit.drupalcode.org/advagg",
6751             "issues": "https://drupal.org/project/issues/advagg",
6752             "irc": "irc://irc.freenode.org/drupal-contribute"
6753         }
6754     },
6755     {
6756         "name": "drupal/videojs",
6757         "version": "1.0.0",
6758         "version_normalized": "1.0.0.0",
6759         "source": {
6760             "type": "git",
6761             "url": "https://git.drupal.org/project/videojs",
6762             "reference": "8.x-1.0"
6763         },
6764         "dist": {
6765             "type": "zip",
6766             "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6767             "reference": "8.x-1.0",
6768             "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6769         },
6770         "require": {
6771             "drupal/core": "~8.0"
6772         },
6773         "type": "drupal-module",
6774         "extra": {
6775             "branch-alias": {
6776                 "dev-1.x": "1.x-dev"
6777             },
6778             "drupal": {
6779                 "version": "8.x-1.0",
6780                 "datestamp": "1454344739"
6781             },
6782             "patches_applied": {
6783                 "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6784             }
6785         },
6786         "installation-source": "dist",
6787         "notification-url": "https://packages.drupal.org/8/downloads",
6788         "license": [
6789             "GPL-2.0+"
6790         ],
6791         "authors": [
6792             {
6793                 "name": "Jorrit",
6794                 "homepage": "https://www.drupal.org/user/161217"
6795             },
6796             {
6797                 "name": "heshanlk",
6798                 "homepage": "https://www.drupal.org/user/199102"
6799             }
6800         ],
6801         "description": "Video.js is an HTML5 Video Player.",
6802         "homepage": "https://www.drupal.org/project/videojs",
6803         "support": {
6804             "source": "http://cgit.drupalcode.org/videojs"
6805         }
6806     },
6807     {
6808         "name": "drupal/ckeditor_widgets",
6809         "version": "dev-1.x",
6810         "version_normalized": "dev-1.x",
6811         "source": {
6812             "type": "git",
6813             "url": "https://git.drupal.org/project/ckeditor_widgets",
6814             "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
6815         },
6816         "require": {
6817             "drupal/core": "*"
6818         },
6819         "type": "drupal-module",
6820         "extra": {
6821             "branch-alias": {
6822                 "dev-1.x": "1.x-dev"
6823             },
6824             "drupal": {
6825                 "version": "8.x-1.x-dev",
6826                 "datestamp": "1472798939"
6827             }
6828         },
6829         "installation-source": "source",
6830         "notification-url": "https://packages.drupal.org/8/downloads",
6831         "license": [
6832             "GPL-2.0+"
6833         ],
6834         "authors": [
6835             {
6836                 "name": "jlyon",
6837                 "homepage": "https://www.drupal.org/user/256444"
6838             }
6839         ],
6840         "description": "Adds widgets and an Insert Template menu to CKEditor",
6841         "homepage": "https://www.drupal.org/project/ckeditor_widgets",
6842         "support": {
6843             "source": "http://cgit.drupalcode.org/ckeditor_widgets"
6844         }
6845     },
6846     {
6847         "name": "drupal/layout_plugin",
6848         "version": "1.0.0-alpha23",
6849         "version_normalized": "1.0.0.0-alpha23",
6850         "source": {
6851             "type": "git",
6852             "url": "https://git.drupal.org/project/layout_plugin",
6853             "reference": "8.x-1.0-alpha23"
6854         },
6855         "dist": {
6856             "type": "zip",
6857             "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
6858             "reference": "8.x-1.0-alpha23",
6859             "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
6860         },
6861         "require": {
6862             "drupal/core": "~8.0"
6863         },
6864         "type": "drupal-module",
6865         "extra": {
6866             "branch-alias": {
6867                 "dev-1.x": "1.x-dev"
6868             },
6869             "drupal": {
6870                 "version": "8.x-1.0-alpha23",
6871                 "datestamp": "1476269960"
6872             }
6873         },
6874         "installation-source": "dist",
6875         "notification-url": "https://packages.drupal.org/8/downloads",
6876         "license": [
6877             "GPL-2.0+"
6878         ],
6879         "authors": [
6880             {
6881                 "name": "David Snopek",
6882                 "homepage": "https://www.drupal.org/user/172527"
6883             },
6884             {
6885                 "name": "Bram Goffings",
6886                 "homepage": "https://www.drupal.org/user/266527"
6887             },
6888             {
6889                 "name": "Fredrik Lassen",
6890                 "homepage": "https://www.drupal.org/user/243377"
6891             }
6892         ],
6893         "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
6894         "homepage": "https://www.drupal.org/project/layout_plugin",
6895         "keywords": [
6896             "layout",
6897             "php"
6898         ],
6899         "support": {
6900             "source": "http://cgit.drupalcode.org/layout_plugin"
6901         }
6902     },
6903     {
6904         "name": "drupal/bootstrap_layouts",
6905         "version": "4.1.0",
6906         "version_normalized": "4.1.0.0",
6907         "source": {
6908             "type": "git",
6909             "url": "https://git.drupal.org/project/bootstrap_layouts",
6910             "reference": "8.x-4.1"
6911         },
6912         "dist": {
6913             "type": "zip",
6914             "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.1.zip",
6915             "reference": "8.x-4.1",
6916             "shasum": "3f1e7598e9a476e4d396ddc1e49cd2851e948a2c"
6917         },
6918         "require": {
6919             "drupal/core": "~8.0",
6920             "drupal/layout_plugin": "*"
6921         },
6922         "type": "drupal-module",
6923         "extra": {
6924             "branch-alias": {
6925                 "dev-4.x": "4.x-dev"
6926             },
6927             "drupal": {
6928                 "version": "8.x-4.1",
6929                 "datestamp": "1481413087"
6930             }
6931         },
6932         "installation-source": "dist",
6933         "notification-url": "https://packages.drupal.org/8/downloads",
6934         "license": [
6935             "GPL-2.0+"
6936         ],
6937         "authors": [
6938             {
6939                 "name": "darol100",
6940                 "homepage": "https://www.drupal.org/user/2667123"
6941             },
6942             {
6943                 "name": "hctom",
6944                 "homepage": "https://www.drupal.org/user/112790"
6945             },
6946             {
6947                 "name": "markcarver",
6948                 "homepage": "https://www.drupal.org/user/501638"
6949             }
6950         ],
6951         "description": "This module is going to generate layouts with Bootstrap grid system.",
6952         "homepage": "https://www.drupal.org/project/bootstrap_layouts",
6953         "support": {
6954             "source": "http://cgit.drupalcode.org/bootstrap_layouts"
6955         }
6956     },
6957     {
6958         "name": "drupal/tocify",
6959         "version": "1.2.0",
6960         "version_normalized": "1.2.0.0",
6961         "source": {
6962             "type": "git",
6963             "url": "https://git.drupal.org/project/tocify",
6964             "reference": "8.x-1.2"
6965         },
6966         "dist": {
6967             "type": "zip",
6968             "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
6969             "reference": "8.x-1.2",
6970             "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
6971         },
6972         "require": {
6973             "drupal/core": "*"
6974         },
6975         "type": "drupal-module",
6976         "extra": {
6977             "branch-alias": {
6978                 "dev-1.x": "1.x-dev"
6979             },
6980             "drupal": {
6981                 "version": "8.x-1.2",
6982                 "datestamp": "1493816586"
6983             }
6984         },
6985         "installation-source": "dist",
6986         "notification-url": "https://packages.drupal.org/8/downloads",
6987         "license": [
6988             "GPL-2.0+"
6989         ],
6990         "authors": [
6991             {
6992                 "name": "Hydra",
6993                 "homepage": "https://www.drupal.org/user/647364"
6994             },
6995             {
6996                 "name": "dawehner",
6997                 "homepage": "https://www.drupal.org/user/99340"
6998             },
6999             {
7000                 "name": "sanduhrs",
7001                 "homepage": "https://www.drupal.org/user/28074"
7002             }
7003         ],
7004         "description": "Tocify your content",
7005         "homepage": "https://www.drupal.org/project/tocify",
7006         "keywords": [
7007             "Drupal"
7008         ],
7009         "support": {
7010             "source": "http://cgit.drupalcode.org/tocify",
7011             "issues": "http://drupal.org/project/issues/tocify"
7012         }
7013     },
7014     {
7015         "name": "drupal/ckeditor_templates",
7016         "version": "1.0.0",
7017         "version_normalized": "1.0.0.0",
7018         "source": {
7019             "type": "git",
7020             "url": "https://git.drupal.org/project/ckeditor_templates",
7021             "reference": "8.x-1.0"
7022         },
7023         "dist": {
7024             "type": "zip",
7025             "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
7026             "reference": "8.x-1.0",
7027             "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
7028         },
7029         "require": {
7030             "drupal/core": "*"
7031         },
7032         "type": "drupal-module",
7033         "extra": {
7034             "branch-alias": {
7035                 "dev-1.x": "1.x-dev"
7036             },
7037             "drupal": {
7038                 "version": "8.x-1.0",
7039                 "datestamp": "1490206982"
7040             }
7041         },
7042         "installation-source": "dist",
7043         "notification-url": "https://packages.drupal.org/8/downloads",
7044         "license": [
7045             "GPL-2.0+"
7046         ],
7047         "authors": [
7048             {
7049                 "name": "lucaslg",
7050                 "homepage": "https://www.drupal.org/user/3128975"
7051             }
7052         ],
7053         "description": "Integrates the CKEdito templates plugin",
7054         "homepage": "https://www.drupal.org/project/ckeditor_templates",
7055         "support": {
7056             "source": "http://cgit.drupalcode.org/ckeditor_templates"
7057         }
7058     },
7059     {
7060         "name": "drupal/layouter",
7061         "version": "1.0.0",
7062         "version_normalized": "1.0.0.0",
7063         "source": {
7064             "type": "git",
7065             "url": "https://git.drupal.org/project/layouter",
7066             "reference": "8.x-1.0"
7067         },
7068         "dist": {
7069             "type": "zip",
7070             "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
7071             "reference": "8.x-1.0",
7072             "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
7073         },
7074         "require": {
7075             "drupal/core": "*"
7076         },
7077         "type": "drupal-module",
7078         "extra": {
7079             "branch-alias": {
7080                 "dev-1.x": "1.x-dev"
7081             },
7082             "drupal": {
7083                 "version": "8.x-1.0",
7084                 "datestamp": "1470121439"
7085             }
7086         },
7087         "installation-source": "dist",
7088         "notification-url": "https://packages.drupal.org/8/downloads",
7089         "license": [
7090             "GPL 2.0+"
7091         ],
7092         "authors": [
7093             {
7094                 "name": "adci_contributor",
7095                 "homepage": "https://www.drupal.org/user/1830536"
7096             },
7097             {
7098                 "name": "adcillc",
7099                 "homepage": "https://www.drupal.org/user/366450"
7100             },
7101             {
7102                 "name": "antongp",
7103                 "homepage": "https://www.drupal.org/user/1060446"
7104             },
7105             {
7106                 "name": "kinosura",
7107                 "homepage": "https://www.drupal.org/user/383326"
7108             },
7109             {
7110                 "name": "usdv",
7111                 "homepage": "https://www.drupal.org/user/2476206"
7112             }
7113         ],
7114         "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
7115         "homepage": "https://www.drupal.org/project/layouter",
7116         "support": {
7117             "source": "http://cgit.drupalcode.org/layouter"
7118         }
7119     },
7120     {
7121         "name": "drupal-composer/drupal-scaffold",
7122         "version": "2.3.0",
7123         "version_normalized": "2.3.0.0",
7124         "source": {
7125             "type": "git",
7126             "url": "https://github.com/drupal-composer/drupal-scaffold.git",
7127             "reference": "1374e1031b98beb502abea3854f361304965c628"
7128         },
7129         "dist": {
7130             "type": "zip",
7131             "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/1374e1031b98beb502abea3854f361304965c628",
7132             "reference": "1374e1031b98beb502abea3854f361304965c628",
7133             "shasum": ""
7134         },
7135         "require": {
7136             "composer-plugin-api": "^1.0.0",
7137             "php": ">=5.4.5"
7138         },
7139         "require-dev": {
7140             "composer/composer": "dev-master",
7141             "phpunit/phpunit": "^4.4.0"
7142         },
7143         "time": "2017-05-05T21:26:28+00:00",
7144         "type": "composer-plugin",
7145         "extra": {
7146             "class": "DrupalComposer\\DrupalScaffold\\Plugin",
7147             "branch-alias": {
7148                 "dev-master": "2.0.x-dev"
7149             }
7150         },
7151         "installation-source": "dist",
7152         "autoload": {
7153             "psr-4": {
7154                 "DrupalComposer\\DrupalScaffold\\": "src/"
7155             }
7156         },
7157         "notification-url": "https://packagist.org/downloads/",
7158         "license": [
7159             "GPL-2.0+"
7160         ],
7161         "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core"
7162     },
7163     {
7164         "name": "composer/installers",
7165         "version": "v1.3.0",
7166         "version_normalized": "1.3.0.0",
7167         "source": {
7168             "type": "git",
7169             "url": "https://github.com/composer/installers.git",
7170             "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045"
7171         },
7172         "dist": {
7173             "type": "zip",
7174             "url": "https://api.github.com/repos/composer/installers/zipball/79ad876c7498c0bbfe7eed065b8651c93bfd6045",
7175             "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045",
7176             "shasum": ""
7177         },
7178         "require": {
7179             "composer-plugin-api": "^1.0"
7180         },
7181         "replace": {
7182             "roundcube/plugin-installer": "*",
7183             "shama/baton": "*"
7184         },
7185         "require-dev": {
7186             "composer/composer": "1.0.*@dev",
7187             "phpunit/phpunit": "4.1.*"
7188         },
7189         "time": "2017-04-24T06:37:16+00:00",
7190         "type": "composer-plugin",
7191         "extra": {
7192             "class": "Composer\\Installers\\Plugin",
7193             "branch-alias": {
7194                 "dev-master": "1.0-dev"
7195             }
7196         },
7197         "installation-source": "dist",
7198         "autoload": {
7199             "psr-4": {
7200                 "Composer\\Installers\\": "src/Composer/Installers"
7201             }
7202         },
7203         "notification-url": "https://packagist.org/downloads/",
7204         "license": [
7205             "MIT"
7206         ],
7207         "authors": [
7208             {
7209                 "name": "Kyle Robinson Young",
7210                 "email": "kyle@dontkry.com",
7211                 "homepage": "https://github.com/shama"
7212             }
7213         ],
7214         "description": "A multi-framework Composer library installer",
7215         "homepage": "https://composer.github.io/installers/",
7216         "keywords": [
7217             "Craft",
7218             "Dolibarr",
7219             "Eliasis",
7220             "Hurad",
7221             "ImageCMS",
7222             "Kanboard",
7223             "MODX Evo",
7224             "Mautic",
7225             "Maya",
7226             "OXID",
7227             "Plentymarkets",
7228             "Porto",
7229             "RadPHP",
7230             "SMF",
7231             "Thelia",
7232             "WolfCMS",
7233             "agl",
7234             "aimeos",
7235             "annotatecms",
7236             "attogram",
7237             "bitrix",
7238             "cakephp",
7239             "chef",
7240             "cockpit",
7241             "codeigniter",
7242             "concrete5",
7243             "croogo",
7244             "dokuwiki",
7245             "drupal",
7246             "elgg",
7247             "expressionengine",
7248             "fuelphp",
7249             "grav",
7250             "installer",
7251             "itop",
7252             "joomla",
7253             "kohana",
7254             "laravel",
7255             "lavalite",
7256             "lithium",
7257             "magento",
7258             "mako",
7259             "mediawiki",
7260             "modulework",
7261             "moodle",
7262             "phpbb",
7263             "piwik",
7264             "ppi",
7265             "puppet",
7266             "reindex",
7267             "roundcube",
7268             "shopware",
7269             "silverstripe",
7270             "sydes",
7271             "symfony",
7272             "typo3",
7273             "wordpress",
7274             "yawik",
7275             "zend",
7276             "zikula"
7277         ]
7278     },
7279     {
7280         "name": "symfony/polyfill-php55",
7281         "version": "v1.4.0",
7282         "version_normalized": "1.4.0.0",
7283         "source": {
7284             "type": "git",
7285             "url": "https://github.com/symfony/polyfill-php55.git",
7286             "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d"
7287         },
7288         "dist": {
7289             "type": "zip",
7290             "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d",
7291             "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d",
7292             "shasum": ""
7293         },
7294         "require": {
7295             "ircmaxell/password-compat": "~1.0",
7296             "php": ">=5.3.3"
7297         },
7298         "time": "2017-06-09T08:25:21+00:00",
7299         "type": "library",
7300         "extra": {
7301             "branch-alias": {
7302                 "dev-master": "1.4-dev"
7303             }
7304         },
7305         "installation-source": "dist",
7306         "autoload": {
7307             "psr-4": {
7308                 "Symfony\\Polyfill\\Php55\\": ""
7309             },
7310             "files": [
7311                 "bootstrap.php"
7312             ]
7313         },
7314         "notification-url": "https://packagist.org/downloads/",
7315         "license": [
7316             "MIT"
7317         ],
7318         "authors": [
7319             {
7320                 "name": "Nicolas Grekas",
7321                 "email": "p@tchwork.com"
7322             },
7323             {
7324                 "name": "Symfony Community",
7325                 "homepage": "https://symfony.com/contributors"
7326             }
7327         ],
7328         "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
7329         "homepage": "https://symfony.com",
7330         "keywords": [
7331             "compatibility",
7332             "polyfill",
7333             "portable",
7334             "shim"
7335         ]
7336     },
7337     {
7338         "name": "symfony/polyfill-php54",
7339         "version": "v1.4.0",
7340         "version_normalized": "1.4.0.0",
7341         "source": {
7342             "type": "git",
7343             "url": "https://github.com/symfony/polyfill-php54.git",
7344             "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789"
7345         },
7346         "dist": {
7347             "type": "zip",
7348             "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
7349             "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
7350             "shasum": ""
7351         },
7352         "require": {
7353             "php": ">=5.3.3"
7354         },
7355         "time": "2017-06-09T08:25:21+00:00",
7356         "type": "library",
7357         "extra": {
7358             "branch-alias": {
7359                 "dev-master": "1.4-dev"
7360             }
7361         },
7362         "installation-source": "dist",
7363         "autoload": {
7364             "psr-4": {
7365                 "Symfony\\Polyfill\\Php54\\": ""
7366             },
7367             "files": [
7368                 "bootstrap.php"
7369             ],
7370             "classmap": [
7371                 "Resources/stubs"
7372             ]
7373         },
7374         "notification-url": "https://packagist.org/downloads/",
7375         "license": [
7376             "MIT"
7377         ],
7378         "authors": [
7379             {
7380                 "name": "Nicolas Grekas",
7381                 "email": "p@tchwork.com"
7382             },
7383             {
7384                 "name": "Symfony Community",
7385                 "homepage": "https://symfony.com/contributors"
7386             }
7387         ],
7388         "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
7389         "homepage": "https://symfony.com",
7390         "keywords": [
7391             "compatibility",
7392             "polyfill",
7393             "portable",
7394             "shim"
7395         ]
7396     },
7397     {
7398         "name": "symfony/polyfill-mbstring",
7399         "version": "v1.4.0",
7400         "version_normalized": "1.4.0.0",
7401         "source": {
7402             "type": "git",
7403             "url": "https://github.com/symfony/polyfill-mbstring.git",
7404             "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
7405         },
7406         "dist": {
7407             "type": "zip",
7408             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
7409             "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
7410             "shasum": ""
7411         },
7412         "require": {
7413             "php": ">=5.3.3"
7414         },
7415         "suggest": {
7416             "ext-mbstring": "For best performance"
7417         },
7418         "time": "2017-06-09T14:24:12+00:00",
7419         "type": "library",
7420         "extra": {
7421             "branch-alias": {
7422                 "dev-master": "1.4-dev"
7423             }
7424         },
7425         "installation-source": "dist",
7426         "autoload": {
7427             "psr-4": {
7428                 "Symfony\\Polyfill\\Mbstring\\": ""
7429             },
7430             "files": [
7431                 "bootstrap.php"
7432             ]
7433         },
7434         "notification-url": "https://packagist.org/downloads/",
7435         "license": [
7436             "MIT"
7437         ],
7438         "authors": [
7439             {
7440                 "name": "Nicolas Grekas",
7441                 "email": "p@tchwork.com"
7442             },
7443             {
7444                 "name": "Symfony Community",
7445                 "homepage": "https://symfony.com/contributors"
7446             }
7447         ],
7448         "description": "Symfony polyfill for the Mbstring extension",
7449         "homepage": "https://symfony.com",
7450         "keywords": [
7451             "compatibility",
7452             "mbstring",
7453             "polyfill",
7454             "portable",
7455             "shim"
7456         ]
7457     },
7458     {
7459         "name": "symfony/http-foundation",
7460         "version": "v2.8.22",
7461         "version_normalized": "2.8.22.0",
7462         "source": {
7463             "type": "git",
7464             "url": "https://github.com/symfony/http-foundation.git",
7465             "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5"
7466         },
7467         "dist": {
7468             "type": "zip",
7469             "url": "https://api.github.com/repos/symfony/http-foundation/zipball/de8d8e83b9ec898e14ef8db84cee5919753b2ae5",
7470             "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5",
7471             "shasum": ""
7472         },
7473         "require": {
7474             "php": ">=5.3.9",
7475             "symfony/polyfill-mbstring": "~1.1",
7476             "symfony/polyfill-php54": "~1.0",
7477             "symfony/polyfill-php55": "~1.0"
7478         },
7479         "require-dev": {
7480             "symfony/expression-language": "~2.4|~3.0.0"
7481         },
7482         "time": "2017-06-01T20:52:29+00:00",
7483         "type": "library",
7484         "extra": {
7485             "branch-alias": {
7486                 "dev-master": "2.8-dev"
7487             }
7488         },
7489         "installation-source": "dist",
7490         "autoload": {
7491             "psr-4": {
7492                 "Symfony\\Component\\HttpFoundation\\": ""
7493             },
7494             "exclude-from-classmap": [
7495                 "/Tests/"
7496             ]
7497         },
7498         "notification-url": "https://packagist.org/downloads/",
7499         "license": [
7500             "MIT"
7501         ],
7502         "authors": [
7503             {
7504                 "name": "Fabien Potencier",
7505                 "email": "fabien@symfony.com"
7506             },
7507             {
7508                 "name": "Symfony Community",
7509                 "homepage": "https://symfony.com/contributors"
7510             }
7511         ],
7512         "description": "Symfony HttpFoundation Component",
7513         "homepage": "https://symfony.com"
7514     },
7515     {
7516         "name": "symfony/expression-language",
7517         "version": "v2.8.22",
7518         "version_normalized": "2.8.22.0",
7519         "source": {
7520             "type": "git",
7521             "url": "https://github.com/symfony/expression-language.git",
7522             "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01"
7523         },
7524         "dist": {
7525             "type": "zip",
7526             "url": "https://api.github.com/repos/symfony/expression-language/zipball/2b8394d92f012fe3410e55e28c24fd90c9864a01",
7527             "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01",
7528             "shasum": ""
7529         },
7530         "require": {
7531             "php": ">=5.3.9"
7532         },
7533         "time": "2017-06-01T20:52:29+00:00",
7534         "type": "library",
7535         "extra": {
7536             "branch-alias": {
7537                 "dev-master": "2.8-dev"
7538             }
7539         },
7540         "installation-source": "dist",
7541         "autoload": {
7542             "psr-4": {
7543                 "Symfony\\Component\\ExpressionLanguage\\": ""
7544             },
7545             "exclude-from-classmap": [
7546                 "/Tests/"
7547             ]
7548         },
7549         "notification-url": "https://packagist.org/downloads/",
7550         "license": [
7551             "MIT"
7552         ],
7553         "authors": [
7554             {
7555                 "name": "Fabien Potencier",
7556                 "email": "fabien@symfony.com"
7557             },
7558             {
7559                 "name": "Symfony Community",
7560                 "homepage": "https://symfony.com/contributors"
7561             }
7562         ],
7563         "description": "Symfony ExpressionLanguage Component",
7564         "homepage": "https://symfony.com"
7565     },
7566     {
7567         "name": "symfony/dom-crawler",
7568         "version": "v3.2.9",
7569         "version_normalized": "3.2.9.0",
7570         "source": {
7571             "type": "git",
7572             "url": "https://github.com/symfony/dom-crawler.git",
7573             "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716"
7574         },
7575         "dist": {
7576             "type": "zip",
7577             "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3d0e66d86f5eeaffa44edc884ce09322be8f4716",
7578             "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716",
7579             "shasum": ""
7580         },
7581         "require": {
7582             "php": ">=5.5.9",
7583             "symfony/polyfill-mbstring": "~1.0"
7584         },
7585         "require-dev": {
7586             "symfony/css-selector": "~2.8|~3.0"
7587         },
7588         "suggest": {
7589             "symfony/css-selector": ""
7590         },
7591         "time": "2017-05-25T22:59:05+00:00",
7592         "type": "library",
7593         "extra": {
7594             "branch-alias": {
7595                 "dev-master": "3.2-dev"
7596             }
7597         },
7598         "installation-source": "dist",
7599         "autoload": {
7600             "psr-4": {
7601                 "Symfony\\Component\\DomCrawler\\": ""
7602             },
7603             "exclude-from-classmap": [
7604                 "/Tests/"
7605             ]
7606         },
7607         "notification-url": "https://packagist.org/downloads/",
7608         "license": [
7609             "MIT"
7610         ],
7611         "authors": [
7612             {
7613                 "name": "Fabien Potencier",
7614                 "email": "fabien@symfony.com"
7615             },
7616             {
7617                 "name": "Symfony Community",
7618                 "homepage": "https://symfony.com/contributors"
7619             }
7620         ],
7621         "description": "Symfony DomCrawler Component",
7622         "homepage": "https://symfony.com"
7623     },
7624     {
7625         "name": "symfony/css-selector",
7626         "version": "v2.8.22",
7627         "version_normalized": "2.8.22.0",
7628         "source": {
7629             "type": "git",
7630             "url": "https://github.com/symfony/css-selector.git",
7631             "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab"
7632         },
7633         "dist": {
7634             "type": "zip",
7635             "url": "https://api.github.com/repos/symfony/css-selector/zipball/ba3204654efa779691fac9e948a96b4a7067e4ab",
7636             "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab",
7637             "shasum": ""
7638         },
7639         "require": {
7640             "php": ">=5.3.9"
7641         },
7642         "time": "2017-05-01T14:31:55+00:00",
7643         "type": "library",
7644         "extra": {
7645             "branch-alias": {
7646                 "dev-master": "2.8-dev"
7647             }
7648         },
7649         "installation-source": "dist",
7650         "autoload": {
7651             "psr-4": {
7652                 "Symfony\\Component\\CssSelector\\": ""
7653             },
7654             "exclude-from-classmap": [
7655                 "/Tests/"
7656             ]
7657         },
7658         "notification-url": "https://packagist.org/downloads/",
7659         "license": [
7660             "MIT"
7661         ],
7662         "authors": [
7663             {
7664                 "name": "Jean-François Simon",
7665                 "email": "jeanfrancois.simon@sensiolabs.com"
7666             },
7667             {
7668                 "name": "Fabien Potencier",
7669                 "email": "fabien@symfony.com"
7670             },
7671             {
7672                 "name": "Symfony Community",
7673                 "homepage": "https://symfony.com/contributors"
7674             }
7675         ],
7676         "description": "Symfony CssSelector Component",
7677         "homepage": "https://symfony.com"
7678     },
7679     {
7680         "name": "symfony/var-dumper",
7681         "version": "v2.8.22",
7682         "version_normalized": "2.8.22.0",
7683         "source": {
7684             "type": "git",
7685             "url": "https://github.com/symfony/var-dumper.git",
7686             "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152"
7687         },
7688         "dist": {
7689             "type": "zip",
7690             "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8108f6200e8a1cf999df2691431a2d71e6db1152",
7691             "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152",
7692             "shasum": ""
7693         },
7694         "require": {
7695             "php": ">=5.3.9",
7696             "symfony/polyfill-mbstring": "~1.0"
7697         },
7698         "conflict": {
7699             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
7700         },
7701         "require-dev": {
7702             "ext-iconv": "*",
7703             "twig/twig": "~1.34|~2.4"
7704         },
7705         "suggest": {
7706             "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
7707             "ext-symfony_debug": ""
7708         },
7709         "time": "2017-06-02T08:28:06+00:00",
7710         "type": "library",
7711         "extra": {
7712             "branch-alias": {
7713                 "dev-master": "2.8-dev"
7714             }
7715         },
7716         "installation-source": "dist",
7717         "autoload": {
7718             "files": [
7719                 "Resources/functions/dump.php"
7720             ],
7721             "psr-4": {
7722                 "Symfony\\Component\\VarDumper\\": ""
7723             },
7724             "exclude-from-classmap": [
7725                 "/Tests/"
7726             ]
7727         },
7728         "notification-url": "https://packagist.org/downloads/",
7729         "license": [
7730             "MIT"
7731         ],
7732         "authors": [
7733             {
7734                 "name": "Nicolas Grekas",
7735                 "email": "p@tchwork.com"
7736             },
7737             {
7738                 "name": "Symfony Community",
7739                 "homepage": "https://symfony.com/contributors"
7740             }
7741         ],
7742         "description": "Symfony mechanism for exploring and dumping PHP variables",
7743         "homepage": "https://symfony.com",
7744         "keywords": [
7745             "debug",
7746             "dump"
7747         ]
7748     },
7749     {
7750         "name": "symfony/debug",
7751         "version": "v2.8.22",
7752         "version_normalized": "2.8.22.0",
7753         "source": {
7754             "type": "git",
7755             "url": "https://github.com/symfony/debug.git",
7756             "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b"
7757         },
7758         "dist": {
7759             "type": "zip",
7760             "url": "https://api.github.com/repos/symfony/debug/zipball/8470d7701177a88edeb0cec59b44d50ef4477e9b",
7761             "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b",
7762             "shasum": ""
7763         },
7764         "require": {
7765             "php": ">=5.3.9",
7766             "psr/log": "~1.0"
7767         },
7768         "conflict": {
7769             "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
7770         },
7771         "require-dev": {
7772             "symfony/class-loader": "~2.2|~3.0.0",
7773             "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
7774         },
7775         "time": "2017-06-01T20:52:29+00:00",
7776         "type": "library",
7777         "extra": {
7778             "branch-alias": {
7779                 "dev-master": "2.8-dev"
7780             }
7781         },
7782         "installation-source": "dist",
7783         "autoload": {
7784             "psr-4": {
7785                 "Symfony\\Component\\Debug\\": ""
7786             },
7787             "exclude-from-classmap": [
7788                 "/Tests/"
7789             ]
7790         },
7791         "notification-url": "https://packagist.org/downloads/",
7792         "license": [
7793             "MIT"
7794         ],
7795         "authors": [
7796             {
7797                 "name": "Fabien Potencier",
7798                 "email": "fabien@symfony.com"
7799             },
7800             {
7801                 "name": "Symfony Community",
7802                 "homepage": "https://symfony.com/contributors"
7803             }
7804         ],
7805         "description": "Symfony Debug Component",
7806         "homepage": "https://symfony.com"
7807     },
7808     {
7809         "name": "symfony/console",
7810         "version": "v2.8.22",
7811         "version_normalized": "2.8.22.0",
7812         "source": {
7813             "type": "git",
7814             "url": "https://github.com/symfony/console.git",
7815             "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462"
7816         },
7817         "dist": {
7818             "type": "zip",
7819             "url": "https://api.github.com/repos/symfony/console/zipball/3ef6ef64abecd566d551d9e7f6393ac6e93b2462",
7820             "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462",
7821             "shasum": ""
7822         },
7823         "require": {
7824             "php": ">=5.3.9",
7825             "symfony/debug": "^2.7.2|~3.0.0",
7826             "symfony/polyfill-mbstring": "~1.0"
7827         },
7828         "require-dev": {
7829             "psr/log": "~1.0",
7830             "symfony/event-dispatcher": "~2.1|~3.0.0",
7831             "symfony/process": "~2.1|~3.0.0"
7832         },
7833         "suggest": {
7834             "psr/log": "For using the console logger",
7835             "symfony/event-dispatcher": "",
7836             "symfony/process": ""
7837         },
7838         "time": "2017-06-02T14:36:56+00:00",
7839         "type": "library",
7840         "extra": {
7841             "branch-alias": {
7842                 "dev-master": "2.8-dev"
7843             }
7844         },
7845         "installation-source": "dist",
7846         "autoload": {
7847             "psr-4": {
7848                 "Symfony\\Component\\Console\\": ""
7849             },
7850             "exclude-from-classmap": [
7851                 "/Tests/"
7852             ]
7853         },
7854         "notification-url": "https://packagist.org/downloads/",
7855         "license": [
7856             "MIT"
7857         ],
7858         "authors": [
7859             {
7860                 "name": "Fabien Potencier",
7861                 "email": "fabien@symfony.com"
7862             },
7863             {
7864                 "name": "Symfony Community",
7865                 "homepage": "https://symfony.com/contributors"
7866             }
7867         ],
7868         "description": "Symfony Console Component",
7869         "homepage": "https://symfony.com"
7870     },
7871     {
7872         "name": "psy/psysh",
7873         "version": "v0.8.7",
7874         "version_normalized": "0.8.7.0",
7875         "source": {
7876             "type": "git",
7877             "url": "https://github.com/bobthecow/psysh.git",
7878             "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50"
7879         },
7880         "dist": {
7881             "type": "zip",
7882             "url": "https://api.github.com/repos/bobthecow/psysh/zipball/be969b9dc89dcaefdb9a3117fa91fa38bca19f50",
7883             "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50",
7884             "shasum": ""
7885         },
7886         "require": {
7887             "dnoegel/php-xdg-base-dir": "0.1",
7888             "jakub-onderka/php-console-highlighter": "0.3.*",
7889             "nikic/php-parser": "~1.3|~2.0|~3.0",
7890             "php": ">=5.3.9",
7891             "symfony/console": "~2.3.10|^2.4.2|~3.0",
7892             "symfony/var-dumper": "~2.7|~3.0"
7893         },
7894         "require-dev": {
7895             "friendsofphp/php-cs-fixer": "~1.11",
7896             "hoa/console": "~3.16|~1.14",
7897             "phpunit/phpunit": "~4.4|~5.0",
7898             "symfony/finder": "~2.1|~3.0"
7899         },
7900         "suggest": {
7901             "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
7902             "ext-pdo-sqlite": "The doc command requires SQLite to work.",
7903             "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
7904             "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
7905             "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
7906         },
7907         "time": "2017-06-20T12:51:31+00:00",
7908         "bin": [
7909             "bin/psysh"
7910         ],
7911         "type": "library",
7912         "extra": {
7913             "branch-alias": {
7914                 "dev-develop": "0.8.x-dev"
7915             }
7916         },
7917         "installation-source": "dist",
7918         "autoload": {
7919             "files": [
7920                 "src/Psy/functions.php"
7921             ],
7922             "psr-4": {
7923                 "Psy\\": "src/Psy/"
7924             }
7925         },
7926         "notification-url": "https://packagist.org/downloads/",
7927         "license": [
7928             "MIT"
7929         ],
7930         "authors": [
7931             {
7932                 "name": "Justin Hileman",
7933                 "email": "justin@justinhileman.info",
7934                 "homepage": "http://justinhileman.com"
7935             }
7936         ],
7937         "description": "An interactive shell for modern PHP.",
7938         "homepage": "http://psysh.org",
7939         "keywords": [
7940             "REPL",
7941             "console",
7942             "interactive",
7943             "shell"
7944         ]
7945     },
7946     {
7947         "name": "gabordemooij/redbean",
7948         "version": "v4.3.4",
7949         "version_normalized": "4.3.4.0",
7950         "source": {
7951             "type": "git",
7952             "url": "https://github.com/gabordemooij/redbean.git",
7953             "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0"
7954         },
7955         "dist": {
7956             "type": "zip",
7957             "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/d0944d7f966d7f45a0d973981fe3f64aff0050f0",
7958             "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0",
7959             "shasum": ""
7960         },
7961         "require": {
7962             "php": ">=5.3.4"
7963         },
7964         "time": "2017-03-07T22:26:54+00:00",
7965         "type": "library",
7966         "installation-source": "dist",
7967         "autoload": {
7968             "psr-4": {
7969                 "RedBeanPHP\\": "RedBeanPHP"
7970             }
7971         },
7972         "notification-url": "https://packagist.org/downloads/",
7973         "license": [
7974             "New BSD and GPLv2"
7975         ],
7976         "authors": [
7977             {
7978                 "name": "Gabor de Mooij",
7979                 "email": "gabor@redbeanphp.com",
7980                 "homepage": "http://redbeanphp.com"
7981             }
7982         ],
7983         "description": "RedBeanPHP ORM",
7984         "homepage": "http://redbeanphp.com/",
7985         "keywords": [
7986             "orm"
7987         ]
7988     },
7989     {
7990         "name": "symfony/yaml",
7991         "version": "v2.8.22",
7992         "version_normalized": "2.8.22.0",
7993         "source": {
7994             "type": "git",
7995             "url": "https://github.com/symfony/yaml.git",
7996             "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
7997         },
7998         "dist": {
7999             "type": "zip",
8000             "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
8001             "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
8002             "shasum": ""
8003         },
8004         "require": {
8005             "php": ">=5.3.9"
8006         },
8007         "time": "2017-06-01T20:52:29+00:00",
8008         "type": "library",
8009         "extra": {
8010             "branch-alias": {
8011                 "dev-master": "2.8-dev"
8012             }
8013         },
8014         "installation-source": "dist",
8015         "autoload": {
8016             "psr-4": {
8017                 "Symfony\\Component\\Yaml\\": ""
8018             },
8019             "exclude-from-classmap": [
8020                 "/Tests/"
8021             ]
8022         },
8023         "notification-url": "https://packagist.org/downloads/",
8024         "license": [
8025             "MIT"
8026         ],
8027         "authors": [
8028             {
8029                 "name": "Fabien Potencier",
8030                 "email": "fabien@symfony.com"
8031             },
8032             {
8033                 "name": "Symfony Community",
8034                 "homepage": "https://symfony.com/contributors"
8035             }
8036         ],
8037         "description": "Symfony Yaml Component",
8038         "homepage": "https://symfony.com"
8039     },
8040     {
8041         "name": "symfony/finder",
8042         "version": "v2.8.22",
8043         "version_normalized": "2.8.22.0",
8044         "source": {
8045             "type": "git",
8046             "url": "https://github.com/symfony/finder.git",
8047             "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad"
8048         },
8049         "dist": {
8050             "type": "zip",
8051             "url": "https://api.github.com/repos/symfony/finder/zipball/4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
8052             "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
8053             "shasum": ""
8054         },
8055         "require": {
8056             "php": ">=5.3.9"
8057         },
8058         "time": "2017-06-01T20:52:29+00:00",
8059         "type": "library",
8060         "extra": {
8061             "branch-alias": {
8062                 "dev-master": "2.8-dev"
8063             }
8064         },
8065         "installation-source": "dist",
8066         "autoload": {
8067             "psr-4": {
8068                 "Symfony\\Component\\Finder\\": ""
8069             },
8070             "exclude-from-classmap": [
8071                 "/Tests/"
8072             ]
8073         },
8074         "notification-url": "https://packagist.org/downloads/",
8075         "license": [
8076             "MIT"
8077         ],
8078         "authors": [
8079             {
8080                 "name": "Fabien Potencier",
8081                 "email": "fabien@symfony.com"
8082             },
8083             {
8084                 "name": "Symfony Community",
8085                 "homepage": "https://symfony.com/contributors"
8086             }
8087         ],
8088         "description": "Symfony Finder Component",
8089         "homepage": "https://symfony.com"
8090     },
8091     {
8092         "name": "drupal/console-extend-plugin",
8093         "version": "0.8.0",
8094         "version_normalized": "0.8.0.0",
8095         "source": {
8096             "type": "git",
8097             "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
8098             "reference": "d69ffe413259781c4257ab42bd79c9da9042e87e"
8099         },
8100         "dist": {
8101             "type": "zip",
8102             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/d69ffe413259781c4257ab42bd79c9da9042e87e",
8103             "reference": "d69ffe413259781c4257ab42bd79c9da9042e87e",
8104             "shasum": ""
8105         },
8106         "require": {
8107             "composer-plugin-api": "^1.0",
8108             "symfony/finder": ">=2.7 <3.0",
8109             "symfony/yaml": ">=2.7 <3.0"
8110         },
8111         "time": "2017-06-08T16:06:59+00:00",
8112         "type": "composer-plugin",
8113         "extra": {
8114             "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
8115         },
8116         "installation-source": "dist",
8117         "autoload": {
8118             "psr-4": {
8119                 "Drupal\\Console\\Composer\\Plugin\\": "src"
8120             }
8121         },
8122         "notification-url": "https://packagist.org/downloads/",
8123         "license": [
8124             "GPL-2.0+"
8125         ],
8126         "authors": [
8127             {
8128                 "name": "Jesus Manuel Olivas",
8129                 "email": "jesus.olivas@gmail.com"
8130             }
8131         ],
8132         "description": "Drupal Console Extend Plugin"
8133     },
8134     {
8135         "name": "webflo/drupal-finder",
8136         "version": "0.3.0",
8137         "version_normalized": "0.3.0.0",
8138         "source": {
8139             "type": "git",
8140             "url": "https://github.com/webflo/drupal-finder.git",
8141             "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b"
8142         },
8143         "dist": {
8144             "type": "zip",
8145             "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/6ef150707aad1755d91f9b0d2108bcc16661e76b",
8146             "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b",
8147             "shasum": ""
8148         },
8149         "require-dev": {
8150             "mikey179/vfsstream": "^1.6",
8151             "phpunit/phpunit": "^4.8"
8152         },
8153         "time": "2017-05-04T08:54:02+00:00",
8154         "type": "library",
8155         "installation-source": "dist",
8156         "autoload": {
8157             "classmap": [
8158                 "src/DrupalFinder.php"
8159             ]
8160         },
8161         "notification-url": "https://packagist.org/downloads/",
8162         "license": [
8163             "GPL-2.0+"
8164         ],
8165         "authors": [
8166             {
8167                 "name": "Florian Weber",
8168                 "email": "florian@webflo.org"
8169             }
8170         ],
8171         "description": "Helper class to locate a Drupal installation from a given path."
8172     },
8173     {
8174         "name": "twig/twig",
8175         "version": "v1.34.3",
8176         "version_normalized": "1.34.3.0",
8177         "source": {
8178             "type": "git",
8179             "url": "https://github.com/twigphp/Twig.git",
8180             "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e"
8181         },
8182         "dist": {
8183             "type": "zip",
8184             "url": "https://api.github.com/repos/twigphp/Twig/zipball/451c6f4197e113e24c1c85bc3fc8c2d77adeff2e",
8185             "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e",
8186             "shasum": ""
8187         },
8188         "require": {
8189             "php": ">=5.3.3"
8190         },
8191         "require-dev": {
8192             "psr/container": "^1.0",
8193             "symfony/debug": "~2.7",
8194             "symfony/phpunit-bridge": "~3.3@dev"
8195         },
8196         "time": "2017-06-07T18:45:17+00:00",
8197         "type": "library",
8198         "extra": {
8199             "branch-alias": {
8200                 "dev-master": "1.34-dev"
8201             }
8202         },
8203         "installation-source": "dist",
8204         "autoload": {
8205             "psr-0": {
8206                 "Twig_": "lib/"
8207             },
8208             "psr-4": {
8209                 "Twig\\": "src/"
8210             }
8211         },
8212         "notification-url": "https://packagist.org/downloads/",
8213         "license": [
8214             "BSD-3-Clause"
8215         ],
8216         "authors": [
8217             {
8218                 "name": "Fabien Potencier",
8219                 "email": "fabien@symfony.com",
8220                 "homepage": "http://fabien.potencier.org",
8221                 "role": "Lead Developer"
8222             },
8223             {
8224                 "name": "Armin Ronacher",
8225                 "email": "armin.ronacher@active-4.com",
8226                 "role": "Project Founder"
8227             },
8228             {
8229                 "name": "Twig Team",
8230                 "homepage": "http://twig.sensiolabs.org/contributors",
8231                 "role": "Contributors"
8232             }
8233         ],
8234         "description": "Twig, the flexible, fast, and secure template language for PHP",
8235         "homepage": "http://twig.sensiolabs.org",
8236         "keywords": [
8237             "templating"
8238         ]
8239     },
8240     {
8241         "name": "symfony/translation",
8242         "version": "v2.8.22",
8243         "version_normalized": "2.8.22.0",
8244         "source": {
8245             "type": "git",
8246             "url": "https://github.com/symfony/translation.git",
8247             "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46"
8248         },
8249         "dist": {
8250             "type": "zip",
8251             "url": "https://api.github.com/repos/symfony/translation/zipball/14db4cc1172a722aaa3b558bfa8eff593b43cd46",
8252             "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46",
8253             "shasum": ""
8254         },
8255         "require": {
8256             "php": ">=5.3.9",
8257             "symfony/polyfill-mbstring": "~1.0"
8258         },
8259         "conflict": {
8260             "symfony/config": "<2.7"
8261         },
8262         "require-dev": {
8263             "psr/log": "~1.0",
8264             "symfony/config": "~2.8",
8265             "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
8266             "symfony/yaml": "~2.2|~3.0.0"
8267         },
8268         "suggest": {
8269             "psr/log": "To use logging capability in translator",
8270             "symfony/config": "",
8271             "symfony/yaml": ""
8272         },
8273         "time": "2017-06-01T20:52:29+00:00",
8274         "type": "library",
8275         "extra": {
8276             "branch-alias": {
8277                 "dev-master": "2.8-dev"
8278             }
8279         },
8280         "installation-source": "dist",
8281         "autoload": {
8282             "psr-4": {
8283                 "Symfony\\Component\\Translation\\": ""
8284             },
8285             "exclude-from-classmap": [
8286                 "/Tests/"
8287             ]
8288         },
8289         "notification-url": "https://packagist.org/downloads/",
8290         "license": [
8291             "MIT"
8292         ],
8293         "authors": [
8294             {
8295                 "name": "Fabien Potencier",
8296                 "email": "fabien@symfony.com"
8297             },
8298             {
8299                 "name": "Symfony Community",
8300                 "homepage": "https://symfony.com/contributors"
8301             }
8302         ],
8303         "description": "Symfony Translation Component",
8304         "homepage": "https://symfony.com"
8305     },
8306     {
8307         "name": "symfony/process",
8308         "version": "v2.8.22",
8309         "version_normalized": "2.8.22.0",
8310         "source": {
8311             "type": "git",
8312             "url": "https://github.com/symfony/process.git",
8313             "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9"
8314         },
8315         "dist": {
8316             "type": "zip",
8317             "url": "https://api.github.com/repos/symfony/process/zipball/d54232f5682fda2f8bbebff7c81b864646867ab9",
8318             "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9",
8319             "shasum": ""
8320         },
8321         "require": {
8322             "php": ">=5.3.9"
8323         },
8324         "time": "2017-05-08T01:19:21+00:00",
8325         "type": "library",
8326         "extra": {
8327             "branch-alias": {
8328                 "dev-master": "2.8-dev"
8329             }
8330         },
8331         "installation-source": "dist",
8332         "autoload": {
8333             "psr-4": {
8334                 "Symfony\\Component\\Process\\": ""
8335             },
8336             "exclude-from-classmap": [
8337                 "/Tests/"
8338             ]
8339         },
8340         "notification-url": "https://packagist.org/downloads/",
8341         "license": [
8342             "MIT"
8343         ],
8344         "authors": [
8345             {
8346                 "name": "Fabien Potencier",
8347                 "email": "fabien@symfony.com"
8348             },
8349             {
8350                 "name": "Symfony Community",
8351                 "homepage": "https://symfony.com/contributors"
8352             }
8353         ],
8354         "description": "Symfony Process Component",
8355         "homepage": "https://symfony.com"
8356     },
8357     {
8358         "name": "symfony/filesystem",
8359         "version": "v2.8.22",
8360         "version_normalized": "2.8.22.0",
8361         "source": {
8362             "type": "git",
8363             "url": "https://github.com/symfony/filesystem.git",
8364             "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c"
8365         },
8366         "dist": {
8367             "type": "zip",
8368             "url": "https://api.github.com/repos/symfony/filesystem/zipball/19c11158da8d110cc5289c063bf2ec4cc1ce9e7c",
8369             "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c",
8370             "shasum": ""
8371         },
8372         "require": {
8373             "php": ">=5.3.9"
8374         },
8375         "time": "2017-05-28T14:07:33+00:00",
8376         "type": "library",
8377         "extra": {
8378             "branch-alias": {
8379                 "dev-master": "2.8-dev"
8380             }
8381         },
8382         "installation-source": "dist",
8383         "autoload": {
8384             "psr-4": {
8385                 "Symfony\\Component\\Filesystem\\": ""
8386             },
8387             "exclude-from-classmap": [
8388                 "/Tests/"
8389             ]
8390         },
8391         "notification-url": "https://packagist.org/downloads/",
8392         "license": [
8393             "MIT"
8394         ],
8395         "authors": [
8396             {
8397                 "name": "Fabien Potencier",
8398                 "email": "fabien@symfony.com"
8399             },
8400             {
8401                 "name": "Symfony Community",
8402                 "homepage": "https://symfony.com/contributors"
8403             }
8404         ],
8405         "description": "Symfony Filesystem Component",
8406         "homepage": "https://symfony.com"
8407     },
8408     {
8409         "name": "symfony/event-dispatcher",
8410         "version": "v2.8.22",
8411         "version_normalized": "2.8.22.0",
8412         "source": {
8413             "type": "git",
8414             "url": "https://github.com/symfony/event-dispatcher.git",
8415             "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
8416         },
8417         "dist": {
8418             "type": "zip",
8419             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d",
8420             "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
8421             "shasum": ""
8422         },
8423         "require": {
8424             "php": ">=5.3.9"
8425         },
8426         "require-dev": {
8427             "psr/log": "~1.0",
8428             "symfony/config": "^2.0.5|~3.0.0",
8429             "symfony/dependency-injection": "~2.6|~3.0.0",
8430             "symfony/expression-language": "~2.6|~3.0.0",
8431             "symfony/stopwatch": "~2.3|~3.0.0"
8432         },
8433         "suggest": {
8434             "symfony/dependency-injection": "",
8435             "symfony/http-kernel": ""
8436         },
8437         "time": "2017-06-02T07:47:27+00:00",
8438         "type": "library",
8439         "extra": {
8440             "branch-alias": {
8441                 "dev-master": "2.8-dev"
8442             }
8443         },
8444         "installation-source": "dist",
8445         "autoload": {
8446             "psr-4": {
8447                 "Symfony\\Component\\EventDispatcher\\": ""
8448             },
8449             "exclude-from-classmap": [
8450                 "/Tests/"
8451             ]
8452         },
8453         "notification-url": "https://packagist.org/downloads/",
8454         "license": [
8455             "MIT"
8456         ],
8457         "authors": [
8458             {
8459                 "name": "Fabien Potencier",
8460                 "email": "fabien@symfony.com"
8461             },
8462             {
8463                 "name": "Symfony Community",
8464                 "homepage": "https://symfony.com/contributors"
8465             }
8466         ],
8467         "description": "Symfony EventDispatcher Component",
8468         "homepage": "https://symfony.com"
8469     },
8470     {
8471         "name": "symfony/dependency-injection",
8472         "version": "v2.8.22",
8473         "version_normalized": "2.8.22.0",
8474         "source": {
8475             "type": "git",
8476             "url": "https://github.com/symfony/dependency-injection.git",
8477             "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075"
8478         },
8479         "dist": {
8480             "type": "zip",
8481             "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075",
8482             "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075",
8483             "shasum": ""
8484         },
8485         "require": {
8486             "php": ">=5.3.9"
8487         },
8488         "conflict": {
8489             "symfony/expression-language": "<2.6"
8490         },
8491         "require-dev": {
8492             "symfony/config": "~2.2|~3.0.0",
8493             "symfony/expression-language": "~2.6|~3.0.0",
8494             "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
8495         },
8496         "suggest": {
8497             "symfony/config": "",
8498             "symfony/expression-language": "For using expressions in service container configuration",
8499             "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
8500             "symfony/yaml": ""
8501         },
8502         "time": "2017-06-02T14:36:56+00:00",
8503         "type": "library",
8504         "extra": {
8505             "branch-alias": {
8506                 "dev-master": "2.8-dev"
8507             }
8508         },
8509         "installation-source": "dist",
8510         "autoload": {
8511             "psr-4": {
8512                 "Symfony\\Component\\DependencyInjection\\": ""
8513             },
8514             "exclude-from-classmap": [
8515                 "/Tests/"
8516             ]
8517         },
8518         "notification-url": "https://packagist.org/downloads/",
8519         "license": [
8520             "MIT"
8521         ],
8522         "authors": [
8523             {
8524                 "name": "Fabien Potencier",
8525                 "email": "fabien@symfony.com"
8526             },
8527             {
8528                 "name": "Symfony Community",
8529                 "homepage": "https://symfony.com/contributors"
8530             }
8531         ],
8532         "description": "Symfony DependencyInjection Component",
8533         "homepage": "https://symfony.com"
8534     },
8535     {
8536         "name": "symfony/config",
8537         "version": "v2.8.22",
8538         "version_normalized": "2.8.22.0",
8539         "source": {
8540             "type": "git",
8541             "url": "https://github.com/symfony/config.git",
8542             "reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
8543         },
8544         "dist": {
8545             "type": "zip",
8546             "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
8547             "reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
8548             "shasum": ""
8549         },
8550         "require": {
8551             "php": ">=5.3.9",
8552             "symfony/filesystem": "~2.3|~3.0.0"
8553         },
8554         "require-dev": {
8555             "symfony/yaml": "~2.7|~3.0.0"
8556         },
8557         "suggest": {
8558             "symfony/yaml": "To use the yaml reference dumper"
8559         },
8560         "time": "2017-04-12T14:07:15+00:00",
8561         "type": "library",
8562         "extra": {
8563             "branch-alias": {
8564                 "dev-master": "2.8-dev"
8565             }
8566         },
8567         "installation-source": "dist",
8568         "autoload": {
8569             "psr-4": {
8570                 "Symfony\\Component\\Config\\": ""
8571             },
8572             "exclude-from-classmap": [
8573                 "/Tests/"
8574             ]
8575         },
8576         "notification-url": "https://packagist.org/downloads/",
8577         "license": [
8578             "MIT"
8579         ],
8580         "authors": [
8581             {
8582                 "name": "Fabien Potencier",
8583                 "email": "fabien@symfony.com"
8584             },
8585             {
8586                 "name": "Symfony Community",
8587                 "homepage": "https://symfony.com/contributors"
8588             }
8589         ],
8590         "description": "Symfony Config Component",
8591         "homepage": "https://symfony.com"
8592     },
8593     {
8594         "name": "drupal/console-en",
8595         "version": "1.0.0-rc21",
8596         "version_normalized": "1.0.0.0-RC21",
8597         "source": {
8598             "type": "git",
8599             "url": "https://github.com/hechoendrupal/drupal-console-en.git",
8600             "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0"
8601         },
8602         "dist": {
8603             "type": "zip",
8604             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/b6f563b8760c3b19aad22dd213a9cfba2f2c75d0",
8605             "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0",
8606             "shasum": ""
8607         },
8608         "time": "2017-05-20T23:29:05+00:00",
8609         "type": "drupal-console-language",
8610         "installation-source": "dist",
8611         "notification-url": "https://packagist.org/downloads/",
8612         "license": [
8613             "GPL-2.0+"
8614         ],
8615         "authors": [
8616             {
8617                 "name": "David Flores",
8618                 "email": "dmousex@gmail.com",
8619                 "homepage": "http://dmouse.net"
8620             },
8621             {
8622                 "name": "Jesus Manuel Olivas",
8623                 "email": "jesus.olivas@gmail.com",
8624                 "homepage": "http://jmolivas.com"
8625             },
8626             {
8627                 "name": "Drupal Console Contributors",
8628                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
8629             },
8630             {
8631                 "name": "Eduardo Garcia",
8632                 "email": "enzo@enzolutions.com",
8633                 "homepage": "http://enzolutions.com/"
8634             },
8635             {
8636                 "name": "Omar Aguirre",
8637                 "email": "omersguchigu@gmail.com"
8638             }
8639         ],
8640         "description": "Drupal Console English Language",
8641         "homepage": "http://drupalconsole.com/",
8642         "keywords": [
8643             "console",
8644             "development",
8645             "drupal",
8646             "symfony"
8647         ]
8648     },
8649     {
8650         "name": "drupal/console-core",
8651         "version": "1.0.0-rc21",
8652         "version_normalized": "1.0.0.0-RC21",
8653         "source": {
8654             "type": "git",
8655             "url": "https://github.com/hechoendrupal/drupal-console-core.git",
8656             "reference": "a473a27292110e5f50e0ae8df36d38449ce55903"
8657         },
8658         "dist": {
8659             "type": "zip",
8660             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/a473a27292110e5f50e0ae8df36d38449ce55903",
8661             "reference": "a473a27292110e5f50e0ae8df36d38449ce55903",
8662             "shasum": ""
8663         },
8664         "require": {
8665             "dflydev/dot-access-configuration": "1.0.1",
8666             "drupal/console-en": "1.0.0-rc21",
8667             "php": "^5.5.9 || ^7.0",
8668             "stecman/symfony-console-completion": "~0.7",
8669             "symfony/config": ">=2.7 <3.0",
8670             "symfony/console": ">=2.7 <3.0",
8671             "symfony/debug": ">=2.6 <3.0",
8672             "symfony/dependency-injection": ">=2.7 <3.0",
8673             "symfony/event-dispatcher": ">=2.7 <3.0",
8674             "symfony/filesystem": ">=2.7 <3.0",
8675             "symfony/finder": ">=2.7 <3.0",
8676             "symfony/process": ">=2.7 <3.0",
8677             "symfony/translation": ">=2.7 <3.0",
8678             "symfony/yaml": ">=2.7 <3.0",
8679             "twig/twig": "^1.23.1",
8680             "webflo/drupal-finder": "^0.3.0"
8681         },
8682         "time": "2017-06-07T15:57:23+00:00",
8683         "type": "project",
8684         "installation-source": "dist",
8685         "autoload": {
8686             "files": [
8687                 "src/functions.php"
8688             ],
8689             "psr-4": {
8690                 "Drupal\\Console\\Core\\": "src"
8691             }
8692         },
8693         "notification-url": "https://packagist.org/downloads/",
8694         "license": [
8695             "GPL-2.0+"
8696         ],
8697         "authors": [
8698             {
8699                 "name": "David Flores",
8700                 "email": "dmousex@gmail.com",
8701                 "homepage": "http://dmouse.net"
8702             },
8703             {
8704                 "name": "Jesus Manuel Olivas",
8705                 "email": "jesus.olivas@gmail.com",
8706                 "homepage": "http://jmolivas.com"
8707             },
8708             {
8709                 "name": "Drupal Console Contributors",
8710                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
8711             },
8712             {
8713                 "name": "Eduardo Garcia",
8714                 "email": "enzo@enzolutions.com",
8715                 "homepage": "http://enzolutions.com/"
8716             },
8717             {
8718                 "name": "Omar Aguirre",
8719                 "email": "omersguchigu@gmail.com"
8720             }
8721         ],
8722         "description": "Drupal Console Core",
8723         "homepage": "http://drupalconsole.com/",
8724         "keywords": [
8725             "console",
8726             "development",
8727             "drupal",
8728             "symfony"
8729         ]
8730     },
8731     {
8732         "name": "doctrine/collections",
8733         "version": "v1.4.0",
8734         "version_normalized": "1.4.0.0",
8735         "source": {
8736             "type": "git",
8737             "url": "https://github.com/doctrine/collections.git",
8738             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
8739         },
8740         "dist": {
8741             "type": "zip",
8742             "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
8743             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
8744             "shasum": ""
8745         },
8746         "require": {
8747             "php": "^5.6 || ^7.0"
8748         },
8749         "require-dev": {
8750             "doctrine/coding-standard": "~0.1@dev",
8751             "phpunit/phpunit": "^5.7"
8752         },
8753         "time": "2017-01-03T10:49:41+00:00",
8754         "type": "library",
8755         "extra": {
8756             "branch-alias": {
8757                 "dev-master": "1.3.x-dev"
8758             }
8759         },
8760         "installation-source": "dist",
8761         "autoload": {
8762             "psr-0": {
8763                 "Doctrine\\Common\\Collections\\": "lib/"
8764             }
8765         },
8766         "notification-url": "https://packagist.org/downloads/",
8767         "license": [
8768             "MIT"
8769         ],
8770         "authors": [
8771             {
8772                 "name": "Roman Borschel",
8773                 "email": "roman@code-factory.org"
8774             },
8775             {
8776                 "name": "Benjamin Eberlei",
8777                 "email": "kontakt@beberlei.de"
8778             },
8779             {
8780                 "name": "Guilherme Blanco",
8781                 "email": "guilhermeblanco@gmail.com"
8782             },
8783             {
8784                 "name": "Jonathan Wage",
8785                 "email": "jonwage@gmail.com"
8786             },
8787             {
8788                 "name": "Johannes Schmitt",
8789                 "email": "schmittjoh@gmail.com"
8790             }
8791         ],
8792         "description": "Collections Abstraction library",
8793         "homepage": "http://www.doctrine-project.org",
8794         "keywords": [
8795             "array",
8796             "collections",
8797             "iterator"
8798         ]
8799     },
8800     {
8801         "name": "drupal/console",
8802         "version": "1.0.0-rc21",
8803         "version_normalized": "1.0.0.0-RC21",
8804         "source": {
8805             "type": "git",
8806             "url": "https://github.com/hechoendrupal/drupal-console.git",
8807             "reference": "e01db040db734b2f8b30921ababc53ce51d01896"
8808         },
8809         "dist": {
8810             "type": "zip",
8811             "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/e01db040db734b2f8b30921ababc53ce51d01896",
8812             "reference": "e01db040db734b2f8b30921ababc53ce51d01896",
8813             "shasum": ""
8814         },
8815         "require": {
8816             "alchemy/zippy": "0.4.3",
8817             "composer/installers": "~1.0",
8818             "doctrine/annotations": "1.2.*",
8819             "doctrine/collections": "~1.3",
8820             "drupal/console-core": "1.0.0-rc21",
8821             "drupal/console-extend-plugin": "~0",
8822             "gabordemooij/redbean": "~4.3",
8823             "guzzlehttp/guzzle": "~6.1",
8824             "php": "^5.5.9 || ^7.0",
8825             "psy/psysh": "0.6.* || ~0.8",
8826             "symfony/css-selector": ">=2.7 <3.0",
8827             "symfony/dom-crawler": ">=2.7 <3.3",
8828             "symfony/expression-language": ">=2.7 <3.0",
8829             "symfony/http-foundation": ">=2.7 <3.0"
8830         },
8831         "time": "2017-06-07T16:21:12+00:00",
8832         "bin": [
8833             "bin/drupal"
8834         ],
8835         "type": "project",
8836         "installation-source": "dist",
8837         "autoload": {
8838             "psr-4": {
8839                 "Drupal\\Console\\": "src"
8840             }
8841         },
8842         "notification-url": "https://packagist.org/downloads/",
8843         "license": [
8844             "GPL-2.0+"
8845         ],
8846         "authors": [
8847             {
8848                 "name": "David Flores",
8849                 "email": "dmousex@gmail.com",
8850                 "homepage": "http://dmouse.net"
8851             },
8852             {
8853                 "name": "Jesus Manuel Olivas",
8854                 "email": "jesus.olivas@gmail.com",
8855                 "homepage": "http://jmolivas.com"
8856             },
8857             {
8858                 "name": "Drupal Console Contributors",
8859                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
8860             },
8861             {
8862                 "name": "Eduardo Garcia",
8863                 "email": "enzo@enzolutions.com",
8864                 "homepage": "http://enzolutions.com/"
8865             },
8866             {
8867                 "name": "Omar Aguirre",
8868                 "email": "omersguchigu@gmail.com"
8869             }
8870         ],
8871         "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
8872         "homepage": "http://drupalconsole.com/",
8873         "keywords": [
8874             "console",
8875             "development",
8876             "drupal",
8877             "symfony"
8878         ]
8879     },
8880     {
8881         "name": "symfony/http-kernel",
8882         "version": "v2.8.22",
8883         "version_normalized": "2.8.22.0",
8884         "source": {
8885             "type": "git",
8886             "url": "https://github.com/symfony/http-kernel.git",
8887             "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4"
8888         },
8889         "dist": {
8890             "type": "zip",
8891             "url": "https://api.github.com/repos/symfony/http-kernel/zipball/03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4",
8892             "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4",
8893             "shasum": ""
8894         },
8895         "require": {
8896             "php": ">=5.3.9",
8897             "psr/log": "~1.0",
8898             "symfony/debug": "^2.6.2",
8899             "symfony/event-dispatcher": "^2.6.7|~3.0.0",
8900             "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
8901         },
8902         "conflict": {
8903             "symfony/config": "<2.7",
8904             "twig/twig": "<1.34|<2.4,>=2"
8905         },
8906         "require-dev": {
8907             "symfony/browser-kit": "~2.3|~3.0.0",
8908             "symfony/class-loader": "~2.1|~3.0.0",
8909             "symfony/config": "~2.8",
8910             "symfony/console": "~2.3|~3.0.0",
8911             "symfony/css-selector": "^2.0.5|~3.0.0",
8912             "symfony/dependency-injection": "~2.8|~3.0.0",
8913             "symfony/dom-crawler": "^2.0.5|~3.0.0",
8914             "symfony/expression-language": "~2.4|~3.0.0",
8915             "symfony/finder": "^2.0.5|~3.0.0",
8916             "symfony/process": "^2.0.5|~3.0.0",
8917             "symfony/routing": "~2.8|~3.0.0",
8918             "symfony/stopwatch": "~2.3|~3.0.0",
8919             "symfony/templating": "~2.2|~3.0.0",
8920             "symfony/translation": "^2.0.5|~3.0.0",
8921             "symfony/var-dumper": "~2.6|~3.0.0"
8922         },
8923         "suggest": {
8924             "symfony/browser-kit": "",
8925             "symfony/class-loader": "",
8926             "symfony/config": "",
8927             "symfony/console": "",
8928             "symfony/dependency-injection": "",
8929             "symfony/finder": "",
8930             "symfony/var-dumper": ""
8931         },
8932         "time": "2017-06-07T20:12:31+00:00",
8933         "type": "library",
8934         "extra": {
8935             "branch-alias": {
8936                 "dev-master": "2.8-dev"
8937             }
8938         },
8939         "installation-source": "dist",
8940         "autoload": {
8941             "psr-4": {
8942                 "Symfony\\Component\\HttpKernel\\": ""
8943             },
8944             "exclude-from-classmap": [
8945                 "/Tests/"
8946             ]
8947         },
8948         "notification-url": "https://packagist.org/downloads/",
8949         "license": [
8950             "MIT"
8951         ],
8952         "authors": [
8953             {
8954                 "name": "Fabien Potencier",
8955                 "email": "fabien@symfony.com"
8956             },
8957             {
8958                 "name": "Symfony Community",
8959                 "homepage": "https://symfony.com/contributors"
8960             }
8961         ],
8962         "description": "Symfony HttpKernel Component",
8963         "homepage": "https://symfony.com"
8964     },
8965     {
8966         "name": "symfony/routing",
8967         "version": "v2.8.22",
8968         "version_normalized": "2.8.22.0",
8969         "source": {
8970             "type": "git",
8971             "url": "https://github.com/symfony/routing.git",
8972             "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19"
8973         },
8974         "dist": {
8975             "type": "zip",
8976             "url": "https://api.github.com/repos/symfony/routing/zipball/d428588038f13a0e5771a2a8ccbc9de46bba9a19",
8977             "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19",
8978             "shasum": ""
8979         },
8980         "require": {
8981             "php": ">=5.3.9"
8982         },
8983         "conflict": {
8984             "symfony/config": "<2.7"
8985         },
8986         "require-dev": {
8987             "doctrine/annotations": "~1.0",
8988             "doctrine/common": "~2.2",
8989             "psr/log": "~1.0",
8990             "symfony/config": "~2.7|~3.0.0",
8991             "symfony/expression-language": "~2.4|~3.0.0",
8992             "symfony/http-foundation": "~2.3|~3.0.0",
8993             "symfony/yaml": "^2.0.5|~3.0.0"
8994         },
8995         "suggest": {
8996             "doctrine/annotations": "For using the annotation loader",
8997             "symfony/config": "For using the all-in-one router or any loader",
8998             "symfony/dependency-injection": "For loading routes from a service",
8999             "symfony/expression-language": "For using expression matching",
9000             "symfony/http-foundation": "For using a Symfony Request object",
9001             "symfony/yaml": "For using the YAML loader"
9002         },
9003         "time": "2017-06-01T20:52:29+00:00",
9004         "type": "library",
9005         "extra": {
9006             "branch-alias": {
9007                 "dev-master": "2.8-dev"
9008             }
9009         },
9010         "installation-source": "dist",
9011         "autoload": {
9012             "psr-4": {
9013                 "Symfony\\Component\\Routing\\": ""
9014             },
9015             "exclude-from-classmap": [
9016                 "/Tests/"
9017             ]
9018         },
9019         "notification-url": "https://packagist.org/downloads/",
9020         "license": [
9021             "MIT"
9022         ],
9023         "authors": [
9024             {
9025                 "name": "Fabien Potencier",
9026                 "email": "fabien@symfony.com"
9027             },
9028             {
9029                 "name": "Symfony Community",
9030                 "homepage": "https://symfony.com/contributors"
9031             }
9032         ],
9033         "description": "Symfony Routing Component",
9034         "homepage": "https://symfony.com",
9035         "keywords": [
9036             "router",
9037             "routing",
9038             "uri",
9039             "url"
9040         ]
9041     },
9042     {
9043         "name": "symfony-cmf/routing",
9044         "version": "1.4.1",
9045         "version_normalized": "1.4.1.0",
9046         "source": {
9047             "type": "git",
9048             "url": "https://github.com/symfony-cmf/routing.git",
9049             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
9050         },
9051         "dist": {
9052             "type": "zip",
9053             "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9054             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9055             "shasum": ""
9056         },
9057         "require": {
9058             "php": "^5.3.9|^7.0",
9059             "psr/log": "1.*",
9060             "symfony/http-kernel": "^2.2|3.*",
9061             "symfony/routing": "^2.2|3.*"
9062         },
9063         "require-dev": {
9064             "friendsofsymfony/jsrouting-bundle": "^1.1",
9065             "symfony-cmf/testing": "^1.3",
9066             "symfony/config": "^2.2|3.*",
9067             "symfony/dependency-injection": "^2.0.5|3.*",
9068             "symfony/event-dispatcher": "^2.1|3.*"
9069         },
9070         "suggest": {
9071             "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
9072         },
9073         "time": "2017-05-09T08:10:41+00:00",
9074         "type": "library",
9075         "extra": {
9076             "branch-alias": {
9077                 "dev-master": "1.4-dev"
9078             }
9079         },
9080         "installation-source": "dist",
9081         "autoload": {
9082             "psr-4": {
9083                 "Symfony\\Cmf\\Component\\Routing\\": ""
9084             }
9085         },
9086         "notification-url": "https://packagist.org/downloads/",
9087         "license": [
9088             "MIT"
9089         ],
9090         "authors": [
9091             {
9092                 "name": "Symfony CMF Community",
9093                 "homepage": "https://github.com/symfony-cmf/Routing/contributors"
9094             }
9095         ],
9096         "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
9097         "homepage": "http://cmf.symfony.com",
9098         "keywords": [
9099             "database",
9100             "routing"
9101         ]
9102     },
9103     {
9104         "name": "symfony/polyfill-apcu",
9105         "version": "v1.4.0",
9106         "version_normalized": "1.4.0.0",
9107         "source": {
9108             "type": "git",
9109             "url": "https://github.com/symfony/polyfill-apcu.git",
9110             "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2"
9111         },
9112         "dist": {
9113             "type": "zip",
9114             "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/2e7965b8cdfbba50d0092d3f6dca97dddec409e2",
9115             "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2",
9116             "shasum": ""
9117         },
9118         "require": {
9119             "php": ">=5.3.3"
9120         },
9121         "time": "2017-06-09T08:25:21+00:00",
9122         "type": "library",
9123         "extra": {
9124             "branch-alias": {
9125                 "dev-master": "1.4-dev"
9126             }
9127         },
9128         "installation-source": "dist",
9129         "autoload": {
9130             "files": [
9131                 "bootstrap.php"
9132             ]
9133         },
9134         "notification-url": "https://packagist.org/downloads/",
9135         "license": [
9136             "MIT"
9137         ],
9138         "authors": [
9139             {
9140                 "name": "Nicolas Grekas",
9141                 "email": "p@tchwork.com"
9142             },
9143             {
9144                 "name": "Symfony Community",
9145                 "homepage": "https://symfony.com/contributors"
9146             }
9147         ],
9148         "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
9149         "homepage": "https://symfony.com",
9150         "keywords": [
9151             "apcu",
9152             "compatibility",
9153             "polyfill",
9154             "portable",
9155             "shim"
9156         ]
9157     },
9158     {
9159         "name": "symfony/class-loader",
9160         "version": "v2.8.22",
9161         "version_normalized": "2.8.22.0",
9162         "source": {
9163             "type": "git",
9164             "url": "https://github.com/symfony/class-loader.git",
9165             "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc"
9166         },
9167         "dist": {
9168             "type": "zip",
9169             "url": "https://api.github.com/repos/symfony/class-loader/zipball/48b96f2fa9bf394cb428aced8efb28709ab54cfc",
9170             "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc",
9171             "shasum": ""
9172         },
9173         "require": {
9174             "php": ">=5.3.9",
9175             "symfony/polyfill-apcu": "~1.1"
9176         },
9177         "require-dev": {
9178             "symfony/finder": "^2.0.5|~3.0.0"
9179         },
9180         "time": "2017-06-01T20:52:29+00:00",
9181         "type": "library",
9182         "extra": {
9183             "branch-alias": {
9184                 "dev-master": "2.8-dev"
9185             }
9186         },
9187         "installation-source": "dist",
9188         "autoload": {
9189             "psr-4": {
9190                 "Symfony\\Component\\ClassLoader\\": ""
9191             },
9192             "exclude-from-classmap": [
9193                 "/Tests/"
9194             ]
9195         },
9196         "notification-url": "https://packagist.org/downloads/",
9197         "license": [
9198             "MIT"
9199         ],
9200         "authors": [
9201             {
9202                 "name": "Fabien Potencier",
9203                 "email": "fabien@symfony.com"
9204             },
9205             {
9206                 "name": "Symfony Community",
9207                 "homepage": "https://symfony.com/contributors"
9208             }
9209         ],
9210         "description": "Symfony ClassLoader Component",
9211         "homepage": "https://symfony.com"
9212     },
9213     {
9214         "name": "symfony/polyfill-iconv",
9215         "version": "v1.4.0",
9216         "version_normalized": "1.4.0.0",
9217         "source": {
9218             "type": "git",
9219             "url": "https://github.com/symfony/polyfill-iconv.git",
9220             "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9"
9221         },
9222         "dist": {
9223             "type": "zip",
9224             "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ae1347fa81423b67dbc232c8c111facb367ff8b9",
9225             "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9",
9226             "shasum": ""
9227         },
9228         "require": {
9229             "php": ">=5.3.3"
9230         },
9231         "suggest": {
9232             "ext-iconv": "For best performance"
9233         },
9234         "time": "2017-06-09T08:25:21+00:00",
9235         "type": "library",
9236         "extra": {
9237             "branch-alias": {
9238                 "dev-master": "1.4-dev"
9239             }
9240         },
9241         "installation-source": "dist",
9242         "autoload": {
9243             "psr-4": {
9244                 "Symfony\\Polyfill\\Iconv\\": ""
9245             },
9246             "files": [
9247                 "bootstrap.php"
9248             ]
9249         },
9250         "notification-url": "https://packagist.org/downloads/",
9251         "license": [
9252             "MIT"
9253         ],
9254         "authors": [
9255             {
9256                 "name": "Nicolas Grekas",
9257                 "email": "p@tchwork.com"
9258             },
9259             {
9260                 "name": "Symfony Community",
9261                 "homepage": "https://symfony.com/contributors"
9262             }
9263         ],
9264         "description": "Symfony polyfill for the Iconv extension",
9265         "homepage": "https://symfony.com",
9266         "keywords": [
9267             "compatibility",
9268             "iconv",
9269             "polyfill",
9270             "portable",
9271             "shim"
9272         ]
9273     },
9274     {
9275         "name": "symfony/serializer",
9276         "version": "v2.8.22",
9277         "version_normalized": "2.8.22.0",
9278         "source": {
9279             "type": "git",
9280             "url": "https://github.com/symfony/serializer.git",
9281             "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2"
9282         },
9283         "dist": {
9284             "type": "zip",
9285             "url": "https://api.github.com/repos/symfony/serializer/zipball/c6ccf71a899711efa21b0a98150b2c0af08f3cb2",
9286             "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2",
9287             "shasum": ""
9288         },
9289         "require": {
9290             "php": ">=5.3.9",
9291             "symfony/polyfill-php55": "~1.0"
9292         },
9293         "require-dev": {
9294             "doctrine/annotations": "~1.0",
9295             "doctrine/cache": "~1.0",
9296             "symfony/config": "~2.2|~3.0.0",
9297             "symfony/property-access": "~2.3|~3.0.0",
9298             "symfony/yaml": "^2.0.5|~3.0.0"
9299         },
9300         "suggest": {
9301             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9302             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9303             "symfony/config": "For using the XML mapping loader.",
9304             "symfony/property-access": "For using the ObjectNormalizer.",
9305             "symfony/yaml": "For using the default YAML mapping loader."
9306         },
9307         "time": "2017-06-01T20:52:29+00:00",
9308         "type": "library",
9309         "extra": {
9310             "branch-alias": {
9311                 "dev-master": "2.8-dev"
9312             }
9313         },
9314         "installation-source": "dist",
9315         "autoload": {
9316             "psr-4": {
9317                 "Symfony\\Component\\Serializer\\": ""
9318             },
9319             "exclude-from-classmap": [
9320                 "/Tests/"
9321             ]
9322         },
9323         "notification-url": "https://packagist.org/downloads/",
9324         "license": [
9325             "MIT"
9326         ],
9327         "authors": [
9328             {
9329                 "name": "Fabien Potencier",
9330                 "email": "fabien@symfony.com"
9331             },
9332             {
9333                 "name": "Symfony Community",
9334                 "homepage": "https://symfony.com/contributors"
9335             }
9336         ],
9337         "description": "Symfony Serializer Component",
9338         "homepage": "https://symfony.com"
9339     },
9340     {
9341         "name": "symfony/validator",
9342         "version": "v2.8.22",
9343         "version_normalized": "2.8.22.0",
9344         "source": {
9345             "type": "git",
9346             "url": "https://github.com/symfony/validator.git",
9347             "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50"
9348         },
9349         "dist": {
9350             "type": "zip",
9351             "url": "https://api.github.com/repos/symfony/validator/zipball/9f323f762ad21bfb9df7c1afacbdd8addf0f8c50",
9352             "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50",
9353             "shasum": ""
9354         },
9355         "require": {
9356             "php": ">=5.3.9",
9357             "symfony/polyfill-mbstring": "~1.0",
9358             "symfony/translation": "~2.4|~3.0.0"
9359         },
9360         "require-dev": {
9361             "doctrine/annotations": "~1.0",
9362             "doctrine/cache": "~1.0",
9363             "egulias/email-validator": "^1.2.1",
9364             "symfony/config": "~2.2|~3.0.0",
9365             "symfony/expression-language": "~2.4|~3.0.0",
9366             "symfony/http-foundation": "~2.3|~3.0.0",
9367             "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
9368             "symfony/property-access": "~2.3|~3.0.0",
9369             "symfony/yaml": "^2.0.5|~3.0.0"
9370         },
9371         "suggest": {
9372             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9373             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9374             "egulias/email-validator": "Strict (RFC compliant) email validation",
9375             "symfony/config": "",
9376             "symfony/expression-language": "For using the 2.4 Expression validator",
9377             "symfony/http-foundation": "",
9378             "symfony/intl": "",
9379             "symfony/property-access": "For using the 2.4 Validator API",
9380             "symfony/yaml": ""
9381         },
9382         "time": "2017-06-02T14:36:56+00:00",
9383         "type": "library",
9384         "extra": {
9385             "branch-alias": {
9386                 "dev-master": "2.8-dev"
9387             }
9388         },
9389         "installation-source": "dist",
9390         "autoload": {
9391             "psr-4": {
9392                 "Symfony\\Component\\Validator\\": ""
9393             },
9394             "exclude-from-classmap": [
9395                 "/Tests/"
9396             ]
9397         },
9398         "notification-url": "https://packagist.org/downloads/",
9399         "license": [
9400             "MIT"
9401         ],
9402         "authors": [
9403             {
9404                 "name": "Fabien Potencier",
9405                 "email": "fabien@symfony.com"
9406             },
9407             {
9408                 "name": "Symfony Community",
9409                 "homepage": "https://symfony.com/contributors"
9410             }
9411         ],
9412         "description": "Symfony Validator Component",
9413         "homepage": "https://symfony.com"
9414     },
9415     {
9416         "name": "sebastian/diff",
9417         "version": "1.4.3",
9418         "version_normalized": "1.4.3.0",
9419         "source": {
9420             "type": "git",
9421             "url": "https://github.com/sebastianbergmann/diff.git",
9422             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
9423         },
9424         "dist": {
9425             "type": "zip",
9426             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9427             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9428             "shasum": ""
9429         },
9430         "require": {
9431             "php": "^5.3.3 || ^7.0"
9432         },
9433         "require-dev": {
9434             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
9435         },
9436         "time": "2017-05-22T07:24:03+00:00",
9437         "type": "library",
9438         "extra": {
9439             "branch-alias": {
9440                 "dev-master": "1.4-dev"
9441             }
9442         },
9443         "installation-source": "dist",
9444         "autoload": {
9445             "classmap": [
9446                 "src/"
9447             ]
9448         },
9449         "notification-url": "https://packagist.org/downloads/",
9450         "license": [
9451             "BSD-3-Clause"
9452         ],
9453         "authors": [
9454             {
9455                 "name": "Kore Nordmann",
9456                 "email": "mail@kore-nordmann.de"
9457             },
9458             {
9459                 "name": "Sebastian Bergmann",
9460                 "email": "sebastian@phpunit.de"
9461             }
9462         ],
9463         "description": "Diff implementation",
9464         "homepage": "https://github.com/sebastianbergmann/diff",
9465         "keywords": [
9466             "diff"
9467         ]
9468     },
9469     {
9470         "name": "symfony/browser-kit",
9471         "version": "v3.3.2",
9472         "version_normalized": "3.3.2.0",
9473         "source": {
9474             "type": "git",
9475             "url": "https://github.com/symfony/browser-kit.git",
9476             "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1"
9477         },
9478         "dist": {
9479             "type": "zip",
9480             "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
9481             "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
9482             "shasum": ""
9483         },
9484         "require": {
9485             "php": ">=5.5.9",
9486             "symfony/dom-crawler": "~2.8|~3.0"
9487         },
9488         "require-dev": {
9489             "symfony/css-selector": "~2.8|~3.0",
9490             "symfony/process": "~2.8|~3.0"
9491         },
9492         "suggest": {
9493             "symfony/process": ""
9494         },
9495         "time": "2017-04-12T14:14:56+00:00",
9496         "type": "library",
9497         "extra": {
9498             "branch-alias": {
9499                 "dev-master": "3.3-dev"
9500             }
9501         },
9502         "installation-source": "dist",
9503         "autoload": {
9504             "psr-4": {
9505                 "Symfony\\Component\\BrowserKit\\": ""
9506             },
9507             "exclude-from-classmap": [
9508                 "/Tests/"
9509             ]
9510         },
9511         "notification-url": "https://packagist.org/downloads/",
9512         "license": [
9513             "MIT"
9514         ],
9515         "authors": [
9516             {
9517                 "name": "Fabien Potencier",
9518                 "email": "fabien@symfony.com"
9519             },
9520             {
9521                 "name": "Symfony Community",
9522                 "homepage": "https://symfony.com/contributors"
9523             }
9524         ],
9525         "description": "Symfony BrowserKit Component",
9526         "homepage": "https://symfony.com"
9527     },
9528     {
9529         "name": "phpdocumentor/reflection-docblock",
9530         "version": "2.0.5",
9531         "version_normalized": "2.0.5.0",
9532         "source": {
9533             "type": "git",
9534             "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
9535             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
9536         },
9537         "dist": {
9538             "type": "zip",
9539             "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
9540             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
9541             "shasum": ""
9542         },
9543         "require": {
9544             "php": ">=5.3.3"
9545         },
9546         "require-dev": {
9547             "phpunit/phpunit": "~4.0"
9548         },
9549         "suggest": {
9550             "dflydev/markdown": "~1.0",
9551             "erusev/parsedown": "~1.0"
9552         },
9553         "time": "2016-01-25T08:17:30+00:00",
9554         "type": "library",
9555         "extra": {
9556             "branch-alias": {
9557                 "dev-master": "2.0.x-dev"
9558             }
9559         },
9560         "installation-source": "dist",
9561         "autoload": {
9562             "psr-0": {
9563                 "phpDocumentor": [
9564                     "src/"
9565                 ]
9566             }
9567         },
9568         "notification-url": "https://packagist.org/downloads/",
9569         "license": [
9570             "MIT"
9571         ],
9572         "authors": [
9573             {
9574                 "name": "Mike van Riel",
9575                 "email": "mike.vanriel@naenius.com"
9576             }
9577         ]
9578     },
9579     {
9580         "name": "drupal/metatag",
9581         "version": "1.1.0",
9582         "version_normalized": "1.1.0.0",
9583         "source": {
9584             "type": "git",
9585             "url": "https://git.drupal.org/project/metatag",
9586             "reference": "8.x-1.1"
9587         },
9588         "dist": {
9589             "type": "zip",
9590             "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.1.zip",
9591             "reference": "8.x-1.1",
9592             "shasum": "bb9b608879e2f7d8086a0e6606286086f5009d71"
9593         },
9594         "require": {
9595             "drupal/core": "*",
9596             "drupal/token": "*"
9597         },
9598         "require-dev": {
9599             "drupal/metatag_dc": "*",
9600             "drupal/metatag_open_graph": "*"
9601         },
9602         "type": "drupal-module",
9603         "extra": {
9604             "branch-alias": {
9605                 "dev-1.x": "1.x-dev"
9606             },
9607             "drupal": {
9608                 "version": "8.x-1.1",
9609                 "datestamp": "1496428672"
9610             }
9611         },
9612         "installation-source": "dist",
9613         "notification-url": "https://packages.drupal.org/8/downloads",
9614         "license": [
9615             "GPL-2.0+"
9616         ],
9617         "authors": [
9618             {
9619                 "name": "See contributors",
9620                 "homepage": "https://www.drupal.org/node/640498/committers",
9621                 "role": "Developer"
9622             },
9623             {
9624                 "name": "Dave Reid",
9625                 "homepage": "https://www.drupal.org/user/53892"
9626             }
9627         ],
9628         "description": "Manage meta tags for all entities.",
9629         "homepage": "https://www.drupal.org/project/metatag",
9630         "keywords": [
9631             "php",
9632             "seo"
9633         ],
9634         "support": {
9635             "source": "http://cgit.drupalcode.org/metatag",
9636             "issues": "http://drupal.org/project/issues/metatag"
9637         }
9638     },
9639     {
9640         "name": "drupal/memcache",
9641         "version": "2.0.0-alpha3",
9642         "version_normalized": "2.0.0.0-alpha3",
9643         "source": {
9644             "type": "git",
9645             "url": "https://git.drupal.org/project/memcache",
9646             "reference": "8.x-2.0-alpha3"
9647         },
9648         "dist": {
9649             "type": "zip",
9650             "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha3.zip",
9651             "reference": "8.x-2.0-alpha3",
9652             "shasum": "21db65a220e2a71227fa7a88f4033559fec5c9ff"
9653         },
9654         "require": {
9655             "drupal/core": "~8.0"
9656         },
9657         "type": "drupal-module",
9658         "extra": {
9659             "branch-alias": {
9660                 "dev-2.x": "2.x-dev"
9661             },
9662             "drupal": {
9663                 "version": "8.x-2.0-alpha3",
9664                 "datestamp": "1492523944"
9665             }
9666         },
9667         "installation-source": "dist",
9668         "notification-url": "https://packages.drupal.org/8/downloads",
9669         "license": [
9670             "GPL-2.0+"
9671         ],
9672         "authors": [
9673             {
9674                 "name": "Jeremy",
9675                 "homepage": "https://www.drupal.org/user/409"
9676             },
9677             {
9678                 "name": "catch",
9679                 "homepage": "https://www.drupal.org/user/35733"
9680             },
9681             {
9682                 "name": "damiankloip",
9683                 "homepage": "https://www.drupal.org/user/1037976"
9684             },
9685             {
9686                 "name": "jvandyk",
9687                 "homepage": "https://www.drupal.org/user/2375"
9688             },
9689             {
9690                 "name": "robertDouglass",
9691                 "homepage": "https://www.drupal.org/user/5449"
9692             }
9693         ],
9694         "description": "High performance integration with memcache.",
9695         "homepage": "http://drupal.org/project/memcache",
9696         "support": {
9697             "source": "http://cgit.drupalcode.org/memcache",
9698             "issues": "https://www.drupal.org/project/issues/memcache"
9699         }
9700     },
9701     {
9702         "name": "consolidation/output-formatters",
9703         "version": "3.1.10",
9704         "version_normalized": "3.1.10.0",
9705         "source": {
9706             "type": "git",
9707             "url": "https://github.com/consolidation/output-formatters.git",
9708             "reference": "3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a"
9709         },
9710         "dist": {
9711             "type": "zip",
9712             "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a",
9713             "reference": "3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a",
9714             "shasum": ""
9715         },
9716         "require": {
9717             "php": ">=5.4.0",
9718             "symfony/console": "^2.8|~3",
9719             "symfony/finder": "~2.5|~3.0"
9720         },
9721         "require-dev": {
9722             "phpunit/phpunit": "^4.8",
9723             "satooshi/php-coveralls": "^1.0",
9724             "squizlabs/php_codesniffer": "^2.7",
9725             "victorjonsson/markdowndocs": "^1.3"
9726         },
9727         "time": "2017-06-06T19:08:54+00:00",
9728         "type": "library",
9729         "extra": {
9730             "branch-alias": {
9731                 "dev-master": "3.x-dev"
9732             }
9733         },
9734         "installation-source": "dist",
9735         "autoload": {
9736             "psr-4": {
9737                 "Consolidation\\OutputFormatters\\": "src"
9738             }
9739         },
9740         "notification-url": "https://packagist.org/downloads/",
9741         "license": [
9742             "MIT"
9743         ],
9744         "authors": [
9745             {
9746                 "name": "Greg Anderson",
9747                 "email": "greg.1.anderson@greenknowe.org"
9748             }
9749         ],
9750         "description": "Format text by applying transformations provided by plug-in formatters."
9751     },
9752     {
9753         "name": "drush/drush",
9754         "version": "8.1.12",
9755         "version_normalized": "8.1.12.0",
9756         "source": {
9757             "type": "git",
9758             "url": "https://github.com/drush-ops/drush.git",
9759             "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7"
9760         },
9761         "dist": {
9762             "type": "zip",
9763             "url": "https://api.github.com/repos/drush-ops/drush/zipball/a1d3ab0f1d9ce01556d70015906caaed723f7ba7",
9764             "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7",
9765             "shasum": ""
9766         },
9767         "require": {
9768             "consolidation/annotated-command": "~2",
9769             "consolidation/output-formatters": "~3",
9770             "pear/console_table": "~1.3.0",
9771             "php": ">=5.4.5",
9772             "phpdocumentor/reflection-docblock": "^2.0",
9773             "psr/log": "~1.0",
9774             "psy/psysh": "~0.6",
9775             "symfony/console": "~2.7",
9776             "symfony/event-dispatcher": "~2.7",
9777             "symfony/finder": "~2.7",
9778             "symfony/var-dumper": "~2.7",
9779             "symfony/yaml": "~2.3",
9780             "webmozart/path-util": "~2"
9781         },
9782         "require-dev": {
9783             "phpunit/phpunit": "4.*",
9784             "symfony/process": "2.7.*"
9785         },
9786         "suggest": {
9787             "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
9788             "ext-pcntl": "*"
9789         },
9790         "time": "2017-06-05T22:51:34+00:00",
9791         "bin": [
9792             "drush",
9793             "drush.launcher",
9794             "drush.php",
9795             "drush.complete.sh"
9796         ],
9797         "type": "library",
9798         "extra": {
9799             "branch-alias": {
9800                 "dev-master": "8.0.x-dev"
9801             }
9802         },
9803         "installation-source": "dist",
9804         "autoload": {
9805             "psr-0": {
9806                 "Drush": "lib/",
9807                 "Consolidation": "lib/"
9808             }
9809         },
9810         "notification-url": "https://packagist.org/downloads/",
9811         "license": [
9812             "GPL-2.0+"
9813         ],
9814         "authors": [
9815             {
9816                 "name": "Moshe Weitzman",
9817                 "email": "weitzman@tejasa.com"
9818             },
9819             {
9820                 "name": "Owen Barton",
9821                 "email": "drupal@owenbarton.com"
9822             },
9823             {
9824                 "name": "Mark Sonnabaum",
9825                 "email": "marksonnabaum@gmail.com"
9826             },
9827             {
9828                 "name": "Antoine Beaupré",
9829                 "email": "anarcat@koumbit.org"
9830             },
9831             {
9832                 "name": "Greg Anderson",
9833                 "email": "greg.1.anderson@greenknowe.org"
9834             },
9835             {
9836                 "name": "Jonathan Araña Cruz",
9837                 "email": "jonhattan@faita.net"
9838             },
9839             {
9840                 "name": "Jonathan Hedstrom",
9841                 "email": "jhedstrom@gmail.com"
9842             },
9843             {
9844                 "name": "Christopher Gervais",
9845                 "email": "chris@ergonlogic.com"
9846             },
9847             {
9848                 "name": "Dave Reid",
9849                 "email": "dave@davereid.net"
9850             },
9851             {
9852                 "name": "Damian Lee",
9853                 "email": "damiankloip@googlemail.com"
9854             }
9855         ],
9856         "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.",
9857         "homepage": "http://www.drush.org"
9858     },
9859     {
9860         "name": "drupal/migrate_plus",
9861         "version": "4.0.0-beta1",
9862         "version_normalized": "4.0.0.0-beta1",
9863         "source": {
9864             "type": "git",
9865             "url": "https://git.drupal.org/project/migrate_plus",
9866             "reference": "8.x-4.0-beta1"
9867         },
9868         "dist": {
9869             "type": "zip",
9870             "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta1.zip",
9871             "reference": "8.x-4.0-beta1",
9872             "shasum": "e64bac006e3ef9ae697b0f2c4b3744af0524e208"
9873         },
9874         "require": {
9875             "drupal/core": "^8.3"
9876         },
9877         "require-dev": {
9878             "drupal/migrate_example_advanced_setup": "*",
9879             "drupal/migrate_example_setup": "*"
9880         },
9881         "suggest": {
9882             "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
9883         },
9884         "type": "drupal-module",
9885         "extra": {
9886             "branch-alias": {
9887                 "dev-4.x": "4.x-dev"
9888             },
9889             "drupal": {
9890                 "version": "8.x-4.0-beta1",
9891                 "datestamp": "1494450185"
9892             }
9893         },
9894         "installation-source": "dist",
9895         "notification-url": "https://packages.drupal.org/8/downloads",
9896         "license": [
9897             "GPL-2.0+"
9898         ],
9899         "authors": [
9900             {
9901                 "name": "Mike Ryan",
9902                 "homepage": "https://www.drupal.org/u/mikeryan",
9903                 "role": "Maintainer"
9904             },
9905             {
9906                 "name": "mikeryan",
9907                 "homepage": "https://www.drupal.org/user/4420"
9908             }
9909         ],
9910         "description": "Enhancements to core migration support.",
9911         "homepage": "https://www.drupal.org/project/migrate_plus",
9912         "support": {
9913             "source": "https://cgit.drupalcode.org/migrate_plus",
9914             "issues": "https://www.drupal.org/project/issues/migrate_plus",
9915             "irc": "irc://irc.freenode.org/drupal-migrate"
9916         }
9917     },
9918     {
9919         "name": "drupal/entity_reference_revisions",
9920         "version": "1.3.0",
9921         "version_normalized": "1.3.0.0",
9922         "source": {
9923             "type": "git",
9924             "url": "https://git.drupal.org/project/entity_reference_revisions",
9925             "reference": "8.x-1.3"
9926         },
9927         "dist": {
9928             "type": "zip",
9929             "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.3.zip",
9930             "reference": "8.x-1.3",
9931             "shasum": "78aebb58efbbfcbb2faa40a1afc0830312b32631"
9932         },
9933         "require": {
9934             "drupal/core": "~8.0"
9935         },
9936         "require-dev": {
9937             "drupal/diff": "*"
9938         },
9939         "type": "drupal-module",
9940         "extra": {
9941             "branch-alias": {
9942                 "dev-1.x": "1.x-dev"
9943             },
9944             "drupal": {
9945                 "version": "8.x-1.3",
9946                 "datestamp": "1495814284"
9947             }
9948         },
9949         "installation-source": "dist",
9950         "notification-url": "https://packages.drupal.org/8/downloads",
9951         "license": [
9952             "GPL-2.0+"
9953         ],
9954         "authors": [
9955             {
9956                 "name": "Frans",
9957                 "homepage": "https://www.drupal.org/user/514222"
9958             },
9959             {
9960                 "name": "jeroen.b",
9961                 "homepage": "https://www.drupal.org/user/1853532"
9962             },
9963             {
9964                 "name": "miro_dietiker",
9965                 "homepage": "https://www.drupal.org/user/227761"
9966             }
9967         ],
9968         "description": "Adds a Entity Reference field type with revision support.",
9969         "homepage": "https://www.drupal.org/project/entity_reference_revisions",
9970         "support": {
9971             "source": "http://cgit.drupalcode.org/entity_reference_revisions"
9972         }
9973     },
9974     {
9975         "name": "drupal/entity_browser",
9976         "version": "1.0.0",
9977         "version_normalized": "1.0.0.0",
9978         "source": {
9979             "type": "git",
9980             "url": "https://git.drupal.org/project/entity_browser",
9981             "reference": "8.x-1.0"
9982         },
9983         "dist": {
9984             "type": "zip",
9985             "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.0.zip",
9986             "reference": "8.x-1.0",
9987             "shasum": "6bd7bbcda1eebacc3685e9edaad2ad29b525b2ad"
9988         },
9989         "require": {
9990             "drupal/core": "~8.0"
9991         },
9992         "require-dev": {
9993             "drupal/ctools": "*",
9994             "drupal/inline_entity_form": "*",
9995             "drupal/media_entity": "*",
9996             "drupal/paragraphs": "*",
9997             "drupal/token": "*"
9998         },
9999         "type": "drupal-module",
10000         "extra": {
10001             "branch-alias": {
10002                 "dev-1.x": "1.x-dev",
10003                 "dev-8.x-1.x": "8.1.x-dev"
10004             },
10005             "drupal": {
10006                 "version": "8.x-1.0",
10007                 "datestamp": "1492678144"
10008             }
10009         },
10010         "installation-source": "dist",
10011         "notification-url": "https://packages.drupal.org/8/downloads",
10012         "license": [
10013             "GPL-2.0+"
10014         ],
10015         "authors": [
10016             {
10017                 "name": "Janez Urevc",
10018                 "homepage": "https://github.com/slashrsm",
10019                 "role": "Maintainer"
10020             },
10021             {
10022                 "name": "Primoz Hmeljak",
10023                 "homepage": "https://github.com/primsi",
10024                 "role": "Maintainer"
10025             },
10026             {
10027                 "name": "See other contributors",
10028                 "homepage": "https://www.drupal.org/node/1943336/committers",
10029                 "role": "contributor"
10030             },
10031             {
10032                 "name": "Primsi",
10033                 "homepage": "https://www.drupal.org/user/282629"
10034             },
10035             {
10036                 "name": "marcingy",
10037                 "homepage": "https://www.drupal.org/user/77320"
10038             },
10039             {
10040                 "name": "samuel.mortenson",
10041                 "homepage": "https://www.drupal.org/user/2582268"
10042             },
10043             {
10044                 "name": "slashrsm",
10045                 "homepage": "https://www.drupal.org/user/744628"
10046             }
10047         ],
10048         "description": "Entity browsing and selecting component.",
10049         "homepage": "http://drupal.org/project/entity_browser",
10050         "support": {
10051             "source": "http://cgit.drupalcode.org/entity_browser",
10052             "issues": "http://drupal.org/project/issues/entity_browser",
10053             "irc": "irc://irc.freenode.org/drupal-contribute"
10054         }
10055     },
10056     {
10057         "name": "drupal/dropzonejs",
10058         "version": "1.0.0-alpha7",
10059         "version_normalized": "1.0.0.0-alpha7",
10060         "source": {
10061             "type": "git",
10062             "url": "https://git.drupal.org/project/dropzonejs",
10063             "reference": "8.x-1.0-alpha7"
10064         },
10065         "dist": {
10066             "type": "zip",
10067             "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-1.0-alpha7.zip",
10068             "reference": "8.x-1.0-alpha7",
10069             "shasum": "62fc6d46cee1d5fa9885bab3e65b3638172311f6"
10070         },
10071         "require": {
10072             "drupal/core": "*"
10073         },
10074         "require-dev": {
10075             "drupal/entity_browser": "*"
10076         },
10077         "suggest": {
10078             "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
10079         },
10080         "type": "drupal-module",
10081         "extra": {
10082             "branch-alias": {
10083                 "dev-1.x": "1.x-dev"
10084             },
10085             "drupal": {
10086                 "version": "8.x-1.0-alpha7",
10087                 "datestamp": "1495200183"
10088             }
10089         },
10090         "installation-source": "dist",
10091         "notification-url": "https://packages.drupal.org/8/downloads",
10092         "license": [
10093             "GPL-2.0+"
10094         ],
10095         "authors": [
10096             {
10097                 "name": "Janez Urevc",
10098                 "homepage": "https://drupal.org/u/slashrsm",
10099                 "role": "Maintainer"
10100             },
10101             {
10102                 "name": "Christian Fritsch",
10103                 "homepage": "https://drupal.org/u/chrfritsch",
10104                 "role": "Maintainer"
10105             },
10106             {
10107                 "name": "Primoz Hmeljak",
10108                 "homepage": "https://drupal.org/u/Primsi",
10109                 "role": "Maintainer"
10110             },
10111             {
10112                 "name": "See other contributors",
10113                 "homepage": "https://www.drupal.org/node/1998478/committers",
10114                 "role": "contributor"
10115             },
10116             {
10117                 "name": "slashrsm",
10118                 "homepage": "https://www.drupal.org/user/744628"
10119             },
10120             {
10121                 "name": "wouters_f",
10122                 "homepage": "https://www.drupal.org/user/721548"
10123             },
10124             {
10125                 "name": "zkday",
10126                 "homepage": "https://www.drupal.org/user/888644"
10127             }
10128         ],
10129         "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
10130         "homepage": "https://www.drupal.org/project/dropzonejs",
10131         "keywords": [
10132             "DropzoneJS",
10133             "Drupal"
10134         ],
10135         "support": {
10136             "source": "https://www.drupal.org/project/dropzonejs",
10137             "issues": "https://www.drupal.org/project/issues/dropzonejs",
10138             "irc": "irc://irc.freenode.org/drupal-contribute"
10139         }
10140     },
10141     {
10142         "name": "drupal/dropzonejs_eb_widget",
10143         "version": "1.0.0-alpha7",
10144         "version_normalized": "1.0.0.0-alpha7",
10145         "require": {
10146             "drupal/core": "*",
10147             "drupal/dropzonejs": "self.version",
10148             "drupal/entity_browser": "*"
10149         },
10150         "type": "metapackage",
10151         "extra": {
10152             "branch-alias": {
10153                 "dev-1.x": "1.x-dev"
10154             },
10155             "drupal": {
10156                 "version": "8.x-1.0-alpha7",
10157                 "datestamp": "1495200183"
10158             }
10159         },
10160         "notification-url": "https://packages.drupal.org/8/downloads",
10161         "license": [
10162             "GPL-2.0+"
10163         ],
10164         "authors": [
10165             {
10166                 "name": "Drupal Media Team",
10167                 "homepage": "https://www.drupal.org/user/3260690"
10168             },
10169             {
10170                 "name": "Drupal media CI",
10171                 "homepage": "https://www.drupal.org/user/3057985"
10172             },
10173             {
10174                 "name": "Primsi",
10175                 "homepage": "https://www.drupal.org/user/282629"
10176             },
10177             {
10178                 "name": "chr.fritsch",
10179                 "homepage": "https://www.drupal.org/user/2103716"
10180             },
10181             {
10182                 "name": "slashrsm",
10183                 "homepage": "https://www.drupal.org/user/744628"
10184             },
10185             {
10186                 "name": "wouters_f",
10187                 "homepage": "https://www.drupal.org/user/721548"
10188             },
10189             {
10190                 "name": "zkday",
10191                 "homepage": "https://www.drupal.org/user/888644"
10192             }
10193         ],
10194         "description": "DropzoneJS Entity browser widget",
10195         "homepage": "https://www.drupal.org/project/dropzonejs",
10196         "support": {
10197             "source": "http://cgit.drupalcode.org/dropzonejs"
10198         }
10199     },
10200     {
10201         "name": "drupal/entity_browser_entity_form",
10202         "version": "1.0.0",
10203         "version_normalized": "1.0.0.0",
10204         "require": {
10205             "drupal/core": "~8.0",
10206             "drupal/entity_browser": "self.version",
10207             "drupal/inline_entity_form": "*"
10208         },
10209         "type": "metapackage",
10210         "extra": {
10211             "branch-alias": {
10212                 "dev-1.x": "1.x-dev"
10213             },
10214             "drupal": {
10215                 "version": "8.x-1.0",
10216                 "datestamp": "1492678144"
10217             }
10218         },
10219         "notification-url": "https://packages.drupal.org/8/downloads",
10220         "license": [
10221             "GPL-2.0+"
10222         ],
10223         "authors": [
10224             {
10225                 "name": "Dave Reid",
10226                 "homepage": "https://www.drupal.org/user/53892"
10227             },
10228             {
10229                 "name": "Devin Carlson",
10230                 "homepage": "https://www.drupal.org/user/290182"
10231             },
10232             {
10233                 "name": "Drupal Media Team",
10234                 "homepage": "https://www.drupal.org/user/3260690"
10235             },
10236             {
10237                 "name": "Primsi",
10238                 "homepage": "https://www.drupal.org/user/282629"
10239             },
10240             {
10241                 "name": "marcingy",
10242                 "homepage": "https://www.drupal.org/user/77320"
10243             },
10244             {
10245                 "name": "samuel.mortenson",
10246                 "homepage": "https://www.drupal.org/user/2582268"
10247             },
10248             {
10249                 "name": "slashrsm",
10250                 "homepage": "https://www.drupal.org/user/744628"
10251             }
10252         ],
10253         "description": "Entity browser inline entity form integration.",
10254         "homepage": "https://www.drupal.org/project/entity_browser",
10255         "support": {
10256             "source": "http://cgit.drupalcode.org/entity_browser"
10257         }
10258     },
10259     {
10260         "name": "drupal/image_widget_crop",
10261         "version": "2.0.0",
10262         "version_normalized": "2.0.0.0",
10263         "source": {
10264             "type": "git",
10265             "url": "https://git.drupal.org/project/image_widget_crop",
10266             "reference": "8.x-2.0"
10267         },
10268         "dist": {
10269             "type": "zip",
10270             "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.0.zip",
10271             "reference": "8.x-2.0",
10272             "shasum": "2c8e13e0c73d95a3f8dde5392da2ef20c3d17faa"
10273         },
10274         "require": {
10275             "drupal/core": "*",
10276             "drupal/crop": "1.x"
10277         },
10278         "require-dev": {
10279             "drupal/crop": "*",
10280             "drupal/ctools": "3.x-dev",
10281             "drupal/entity_browser": "1.x-dev",
10282             "drupal/file_entity": "*",
10283             "drupal/imce": "1.x-dev",
10284             "drupal/inline_entity_form": "*",
10285             "drupal/media_entity": "*",
10286             "drupal/media_entity_image": "1.x-dev"
10287         },
10288         "type": "drupal-module",
10289         "extra": {
10290             "branch-alias": {
10291                 "dev-2.x": "2.x-dev"
10292             },
10293             "drupal": {
10294                 "version": "8.x-2.0",
10295                 "datestamp": "1492618444"
10296             }
10297         },
10298         "installation-source": "dist",
10299         "notification-url": "https://packages.drupal.org/8/downloads",
10300         "license": [
10301             "GPL-2.0+"
10302         ],
10303         "authors": [
10304             {
10305                 "name": "Alexandre Mallet",
10306                 "homepage": "https://github.com/woprrr",
10307                 "role": "Maintainer"
10308             },
10309             {
10310                 "name": "Drupal media CI",
10311                 "homepage": "https://www.drupal.org/user/3057985"
10312             },
10313             {
10314                 "name": "slashrsm",
10315                 "homepage": "https://www.drupal.org/user/744628"
10316             },
10317             {
10318                 "name": "woprrr",
10319                 "homepage": "https://www.drupal.org/user/858604"
10320             }
10321         ],
10322         "description": "Provides an interface for using the features of the Crop API.",
10323         "homepage": "https://www.drupal.org/project/image_widget_crop",
10324         "keywords": [
10325             "Crop",
10326             "Drupal",
10327             "Drupal Media"
10328         ],
10329         "support": {
10330             "source": "https://www.drupal.org/project/image_widget_crop",
10331             "issues": "https://www.drupal.org/project/issues/image_widget_crop",
10332             "irc": "irc://irc.freenode.org/drupal-contribute"
10333         }
10334     },
10335     {
10336         "name": "drupal/media_entity_instagram",
10337         "version": "1.4.0",
10338         "version_normalized": "1.4.0.0",
10339         "source": {
10340             "type": "git",
10341             "url": "https://git.drupal.org/project/media_entity_instagram",
10342             "reference": "8.x-1.4"
10343         },
10344         "dist": {
10345             "type": "zip",
10346             "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-1.4.zip",
10347             "reference": "8.x-1.4",
10348             "shasum": "2b69b90417f3c458b4db3ba890813c313d381f0e"
10349         },
10350         "require": {
10351             "drupal/core": "~8.0",
10352             "drupal/media_entity": "*"
10353         },
10354         "type": "drupal-module",
10355         "extra": {
10356             "branch-alias": {
10357                 "dev-1.x": "1.x-dev"
10358             },
10359             "drupal": {
10360                 "version": "8.x-1.4",
10361                 "datestamp": "1495556283"
10362             }
10363         },
10364         "installation-source": "dist",
10365         "notification-url": "https://packages.drupal.org/8/downloads",
10366         "license": [
10367             "GPL-2.0+"
10368         ],
10369         "authors": [
10370             {
10371                 "name": "Drupal Media Team",
10372                 "homepage": "https://www.drupal.org/user/3260690"
10373             },
10374             {
10375                 "name": "Primsi",
10376                 "homepage": "https://www.drupal.org/user/282629"
10377             },
10378             {
10379                 "name": "chr.fritsch",
10380                 "homepage": "https://www.drupal.org/user/2103716"
10381             },
10382             {
10383                 "name": "designesse",
10384                 "homepage": "https://www.drupal.org/user/854012"
10385             },
10386             {
10387                 "name": "slashrsm",
10388                 "homepage": "https://www.drupal.org/user/744628"
10389             }
10390         ],
10391         "description": "Media entity Instagram provider.",
10392         "homepage": "https://www.drupal.org/project/media_entity_instagram",
10393         "support": {
10394             "source": "http://cgit.drupalcode.org/media_entity_instagram"
10395         }
10396     },
10397     {
10398         "name": "drupal/video_embed_field",
10399         "version": "1.5.0",
10400         "version_normalized": "1.5.0.0",
10401         "source": {
10402             "type": "git",
10403             "url": "https://git.drupal.org/project/video_embed_field",
10404             "reference": "8.x-1.5"
10405         },
10406         "dist": {
10407             "type": "zip",
10408             "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-1.5.zip",
10409             "reference": "8.x-1.5",
10410             "shasum": "f54d470ef7f863604e51e6ae98cd40ef25de5f79"
10411         },
10412         "require": {
10413             "drupal/core": "*"
10414         },
10415         "require-dev": {
10416             "drupal/colorbox": "*",
10417             "drupal/media_entity": "*",
10418             "drupal/media_entity_embeddable_video": "*"
10419         },
10420         "type": "drupal-module",
10421         "extra": {
10422             "branch-alias": {
10423                 "dev-1.x": "1.x-dev"
10424             },
10425             "drupal": {
10426                 "version": "8.x-1.x",
10427                 "datestamp": "1493246342",
10428                 "package": "Field types"
10429             }
10430         },
10431         "installation-source": "dist",
10432         "notification-url": "https://packages.drupal.org/8/downloads",
10433         "license": [
10434             "GPL-2.0+"
10435         ],
10436         "authors": [
10437             {
10438                 "name": "Sam152",
10439                 "homepage": "https://www.drupal.org/user/1485048"
10440             },
10441             {
10442                 "name": "jec006",
10443                 "homepage": "https://www.drupal.org/user/855980"
10444             },
10445             {
10446                 "name": "plopesc",
10447                 "homepage": "https://www.drupal.org/user/282415"
10448             }
10449         ],
10450         "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
10451         "homepage": "https://www.drupal.org/project/video_embed_field",
10452         "support": {
10453             "source": "http://cgit.drupalcode.org/video_embed_field"
10454         }
10455     },
10456     {
10457         "name": "drupal/video_embed_media",
10458         "version": "1.5.0",
10459         "version_normalized": "1.5.0.0",
10460         "require": {
10461             "drupal/core": "~8.0",
10462             "drupal/media_entity": "*",
10463             "drupal/video_embed_field": "self.version"
10464         },
10465         "type": "metapackage",
10466         "extra": {
10467             "branch-alias": {
10468                 "dev-1.x": "1.x-dev"
10469             },
10470             "drupal": {
10471                 "version": "8.x-1.5",
10472                 "datestamp": "1493246342"
10473             }
10474         },
10475         "notification-url": "https://packages.drupal.org/8/downloads",
10476         "license": [
10477             "GPL-2.0+"
10478         ],
10479         "authors": [
10480             {
10481                 "name": "Sam152",
10482                 "homepage": "https://www.drupal.org/user/1485048"
10483             },
10484             {
10485                 "name": "jec006",
10486                 "homepage": "https://www.drupal.org/user/855980"
10487             },
10488             {
10489                 "name": "plopesc",
10490                 "homepage": "https://www.drupal.org/user/282415"
10491             }
10492         ],
10493         "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.",
10494         "homepage": "https://www.drupal.org/project/video_embed_field",
10495         "support": {
10496             "source": "http://cgit.drupalcode.org/video_embed_field"
10497         }
10498     },
10499     {
10500         "name": "drupal/blazy",
10501         "version": "1.0.0-rc2",
10502         "version_normalized": "1.0.0.0-RC2",
10503         "source": {
10504             "type": "git",
10505             "url": "https://git.drupal.org/project/blazy",
10506             "reference": "8.x-1.0-rc2"
10507         },
10508         "dist": {
10509             "type": "zip",
10510             "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc2.zip",
10511             "reference": "8.x-1.0-rc2",
10512             "shasum": "242f3022b039c6fd3b98f6ce1955d295119b4b5a"
10513         },
10514         "require": {
10515             "drupal/core": "*"
10516         },
10517         "type": "drupal-module",
10518         "extra": {
10519             "branch-alias": {
10520                 "dev-1.x": "1.x-dev"
10521             },
10522             "drupal": {
10523                 "version": "8.x-1.0-rc2",
10524                 "datestamp": "1495745283"
10525             }
10526         },
10527         "installation-source": "dist",
10528         "notification-url": "https://packages.drupal.org/8/downloads",
10529         "license": [
10530             "GPL-2.0+"
10531         ],
10532         "authors": [
10533             {
10534                 "name": "Gaus Surahman",
10535                 "homepage": "https://www.drupal.org/u/gausarts",
10536                 "role": "Maintainer"
10537             },
10538             {
10539                 "name": "Contributors",
10540                 "homepage": "https://www.drupal.org/node/2663268/committers",
10541                 "role": "Contributor"
10542             }
10543         ],
10544         "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
10545         "homepage": "https://drupal.org/project/blazy",
10546         "keywords": [
10547             "Drupal",
10548             "bLazy",
10549             "lazyload"
10550         ],
10551         "support": {
10552             "source": "http://cgit.drupalcode.org/blazy",
10553             "issues": "https://drupal.org/project/issues/blazy"
10554         }
10555     },
10556     {
10557         "name": "drupal/slick",
10558         "version": "1.0.0",
10559         "version_normalized": "1.0.0.0",
10560         "source": {
10561             "type": "git",
10562             "url": "https://git.drupal.org/project/slick",
10563             "reference": "8.x-1.0"
10564         },
10565         "dist": {
10566             "type": "zip",
10567             "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
10568             "reference": "8.x-1.0",
10569             "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
10570         },
10571         "require": {
10572             "drupal/blazy": "~1.0",
10573             "drupal/core": "~8.0"
10574         },
10575         "type": "drupal-module",
10576         "extra": {
10577             "branch-alias": {
10578                 "dev-1.x": "1.x-dev"
10579             },
10580             "drupal": {
10581                 "version": "8.x-1.0",
10582                 "datestamp": "1495746183"
10583             }
10584         },
10585         "installation-source": "dist",
10586         "notification-url": "https://packages.drupal.org/8/downloads",
10587         "license": [
10588             "GPL-2.0+"
10589         ],
10590         "authors": [
10591             {
10592                 "name": "arshadcn",
10593                 "homepage": "https://www.drupal.org/user/571032"
10594             },
10595             {
10596                 "name": "gausarts",
10597                 "homepage": "https://www.drupal.org/user/159062"
10598             }
10599         ],
10600         "description": "Slick carousel, the last carousel you'll ever need.",
10601         "homepage": "https://drupal.org/project/slick",
10602         "keywords": [
10603             "Drupal",
10604             "carousel",
10605             "slideshow"
10606         ],
10607         "support": {
10608             "source": "http://cgit.drupalcode.org/slick",
10609             "issues": "https://drupal.org/project/issues/slick"
10610         }
10611     },
10612     {
10613         "name": "drupal/slick_media",
10614         "version": "1.0.0",
10615         "version_normalized": "1.0.0.0",
10616         "source": {
10617             "type": "git",
10618             "url": "https://git.drupal.org/project/slick_media",
10619             "reference": "8.x-1.0"
10620         },
10621         "dist": {
10622             "type": "zip",
10623             "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0.zip",
10624             "reference": "8.x-1.0",
10625             "shasum": "b85a9899c53ca2f59f7cdbba044e2f58ae71e092"
10626         },
10627         "require": {
10628             "drupal/core": "~8.0",
10629             "drupal/media_entity_image": "*",
10630             "drupal/slick": "*",
10631             "drupal/video_embed_media": "*"
10632         },
10633         "type": "drupal-module",
10634         "extra": {
10635             "branch-alias": {
10636                 "dev-1.x": "1.x-dev"
10637             },
10638             "drupal": {
10639                 "version": "8.x-1.0",
10640                 "datestamp": "1495747983"
10641             }
10642         },
10643         "installation-source": "dist",
10644         "notification-url": "https://packages.drupal.org/8/downloads",
10645         "license": [
10646             "GPL-2.0+"
10647         ],
10648         "authors": [
10649             {
10650                 "name": "gausarts",
10651                 "homepage": "https://www.drupal.org/user/159062"
10652             }
10653         ],
10654         "description": "Provides Slick carousel integration with Media entity.",
10655         "homepage": "https://www.drupal.org/project/slick_media",
10656         "support": {
10657             "source": "http://cgit.drupalcode.org/slick_media"
10658         }
10659     },
10660     {
10661         "name": "mehrpadin/superfish",
10662         "version": "2.1",
10663         "version_normalized": "2.1.0.0",
10664         "source": {
10665             "type": "git",
10666             "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
10667             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
10668         },
10669         "dist": {
10670             "type": "zip",
10671             "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
10672             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
10673             "shasum": ""
10674         },
10675         "time": "2017-05-30T13:00:18+00:00",
10676         "type": "drupal-library",
10677         "installation-source": "dist",
10678         "notification-url": "https://packagist.org/downloads/",
10679         "license": [
10680             "MIT"
10681         ],
10682         "description": "Superfish library for the Drupal Superfish module.",
10683         "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
10684         "keywords": [
10685             "jquery",
10686             "plugin"
10687         ]
10688     },
10689     {
10690         "name": "drupal/superfish",
10691         "version": "1.1.0",
10692         "version_normalized": "1.1.0.0",
10693         "source": {
10694             "type": "git",
10695             "url": "https://git.drupal.org/project/superfish",
10696             "reference": "8.x-1.1"
10697         },
10698         "dist": {
10699             "type": "zip",
10700             "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.1.zip",
10701             "reference": "8.x-1.1",
10702             "shasum": "f5e9e547d1d38588a963b22105dec1deb1e55010"
10703         },
10704         "require": {
10705             "drupal/core": "~8.0",
10706             "mehrpadin/superfish": "~2.0"
10707         },
10708         "type": "drupal-module",
10709         "extra": {
10710             "branch-alias": {
10711                 "dev-1.x": "1.x-dev"
10712             },
10713             "drupal": {
10714                 "version": "8.x-1.1",
10715                 "datestamp": "1496335443"
10716             }
10717         },
10718         "installation-source": "dist",
10719         "notification-url": "https://packages.drupal.org/8/downloads",
10720         "license": [
10721             "GPL-2.0+"
10722         ],
10723         "authors": [
10724             {
10725                 "name": "mehrpadin",
10726                 "homepage": "https://www.drupal.org/u/mehrpadin",
10727                 "role": "Maintainer"
10728             }
10729         ],
10730         "description": "Adds jQuery Superfish plugin to menu blocks.",
10731         "homepage": "https://www.drupal.org/project/superfish",
10732         "support": {
10733             "source": "https://cgit.drupalcode.org/superfish",
10734             "issues": "https://www.drupal.org/project/superfish"
10735         }
10736     },
10737     {
10738         "name": "phpunit/phpunit",
10739         "version": "4.8.36",
10740         "version_normalized": "4.8.36.0",
10741         "source": {
10742             "type": "git",
10743             "url": "https://github.com/sebastianbergmann/phpunit.git",
10744             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
10745         },
10746         "dist": {
10747             "type": "zip",
10748             "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
10749             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
10750             "shasum": ""
10751         },
10752         "require": {
10753             "ext-dom": "*",
10754             "ext-json": "*",
10755             "ext-pcre": "*",
10756             "ext-reflection": "*",
10757             "ext-spl": "*",
10758             "php": ">=5.3.3",
10759             "phpspec/prophecy": "^1.3.1",
10760             "phpunit/php-code-coverage": "~2.1",
10761             "phpunit/php-file-iterator": "~1.4",
10762             "phpunit/php-text-template": "~1.2",
10763             "phpunit/php-timer": "^1.0.6",
10764             "phpunit/phpunit-mock-objects": "~2.3",
10765             "sebastian/comparator": "~1.2.2",
10766             "sebastian/diff": "~1.2",
10767             "sebastian/environment": "~1.3",
10768             "sebastian/exporter": "~1.2",
10769             "sebastian/global-state": "~1.0",
10770             "sebastian/version": "~1.0",
10771             "symfony/yaml": "~2.1|~3.0"
10772         },
10773         "suggest": {
10774             "phpunit/php-invoker": "~1.1"
10775         },
10776         "time": "2017-06-21T08:07:12+00:00",
10777         "bin": [
10778             "phpunit"
10779         ],
10780         "type": "library",
10781         "extra": {
10782             "branch-alias": {
10783                 "dev-master": "4.8.x-dev"
10784             }
10785         },
10786         "installation-source": "dist",
10787         "autoload": {
10788             "classmap": [
10789                 "src/"
10790             ]
10791         },
10792         "notification-url": "https://packagist.org/downloads/",
10793         "license": [
10794             "BSD-3-Clause"
10795         ],
10796         "authors": [
10797             {
10798                 "name": "Sebastian Bergmann",
10799                 "email": "sebastian@phpunit.de",
10800                 "role": "lead"
10801             }
10802         ],
10803         "description": "The PHP Unit Testing framework.",
10804         "homepage": "https://phpunit.de/",
10805         "keywords": [
10806             "phpunit",
10807             "testing",
10808             "xunit"
10809         ]
10810     },
10811     {
10812         "name": "j7mbo/twitter-api-php",
10813         "version": "1.0.6",
10814         "version_normalized": "1.0.6.0",
10815         "source": {
10816             "type": "git",
10817             "url": "https://github.com/J7mbo/twitter-api-php.git",
10818             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
10819         },
10820         "dist": {
10821             "type": "zip",
10822             "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
10823             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
10824             "shasum": ""
10825         },
10826         "require": {
10827             "ext-curl": "*"
10828         },
10829         "require-dev": {
10830             "phpunit/phpunit": "~4.5,>=4.5.1"
10831         },
10832         "time": "2017-05-08T12:10:56+00:00",
10833         "type": "library",
10834         "extra": {
10835             "branch-alias": {
10836                 "dev-master": "1.0-dev"
10837             }
10838         },
10839         "installation-source": "dist",
10840         "autoload": {
10841             "classmap": [
10842                 "TwitterAPIExchange.php"
10843             ]
10844         },
10845         "notification-url": "https://packagist.org/downloads/",
10846         "license": [
10847             "GNU Public License"
10848         ],
10849         "authors": [
10850             {
10851                 "name": "James Mallison",
10852                 "homepage": "https://github.com/j7mbo/twitter-api-php"
10853             }
10854         ],
10855         "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
10856         "homepage": "https://github.com/j7mbo/twitter-api-php",
10857         "keywords": [
10858             "api",
10859             "php",
10860             "twitter"
10861         ]
10862     },
10863     {
10864         "name": "ezyang/htmlpurifier",
10865         "version": "v4.9.3",
10866         "version_normalized": "4.9.3.0",
10867         "source": {
10868             "type": "git",
10869             "url": "https://github.com/ezyang/htmlpurifier.git",
10870             "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
10871         },
10872         "dist": {
10873             "type": "zip",
10874             "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
10875             "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
10876             "shasum": ""
10877         },
10878         "require": {
10879             "php": ">=5.2"
10880         },
10881         "require-dev": {
10882             "simpletest/simpletest": "^1.1"
10883         },
10884         "time": "2017-06-03T02:28:16+00:00",
10885         "type": "library",
10886         "installation-source": "dist",
10887         "autoload": {
10888             "psr-0": {
10889                 "HTMLPurifier": "library/"
10890             },
10891             "files": [
10892                 "library/HTMLPurifier.composer.php"
10893             ]
10894         },
10895         "notification-url": "https://packagist.org/downloads/",
10896         "license": [
10897             "LGPL"
10898         ],
10899         "authors": [
10900             {
10901                 "name": "Edward Z. Yang",
10902                 "email": "admin@htmlpurifier.org",
10903                 "homepage": "http://ezyang.com"
10904             }
10905         ],
10906         "description": "Standards compliant HTML filter written in PHP",
10907         "homepage": "http://htmlpurifier.org/",
10908         "keywords": [
10909             "html"
10910         ]
10911     },
10912     {
10913         "name": "caxy/php-htmldiff",
10914         "version": "v0.1.5",
10915         "version_normalized": "0.1.5.0",
10916         "source": {
10917             "type": "git",
10918             "url": "https://github.com/caxy/php-htmldiff.git",
10919             "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc"
10920         },
10921         "dist": {
10922             "type": "zip",
10923             "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/d7540c9938c860f2cb7083f72ba24c45f51d57bc",
10924             "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc",
10925             "shasum": ""
10926         },
10927         "require": {
10928             "ezyang/htmlpurifier": "^4.7",
10929             "php": ">=5.3.3",
10930             "sunra/php-simple-html-dom-parser": "^1.5"
10931         },
10932         "require-dev": {
10933             "doctrine/cache": "~1.0",
10934             "phpunit/phpunit": "~5.0"
10935         },
10936         "suggest": {
10937             "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
10938         },
10939         "time": "2017-06-12T17:35:44+00:00",
10940         "type": "library",
10941         "extra": {
10942             "branch-alias": {
10943                 "dev-master": "0.1.x-dev"
10944             }
10945         },
10946         "installation-source": "dist",
10947         "autoload": {
10948             "psr-0": {
10949                 "Caxy\\HtmlDiff": "lib/"
10950             }
10951         },
10952         "notification-url": "https://packagist.org/downloads/",
10953         "license": [
10954             "GPL-2.0"
10955         ],
10956         "authors": [
10957             {
10958                 "name": "Josh Schroeder",
10959                 "email": "jschroeder@caxy.com",
10960                 "homepage": "http://www.caxy.com"
10961             }
10962         ],
10963         "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
10964         "homepage": "https://github.com/caxy/php-htmldiff",
10965         "keywords": [
10966             "diff",
10967             "html"
10968         ]
10969     },
10970     {
10971         "name": "guzzlehttp/guzzle",
10972         "version": "6.3.0",
10973         "version_normalized": "6.3.0.0",
10974         "source": {
10975             "type": "git",
10976             "url": "https://github.com/guzzle/guzzle.git",
10977             "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
10978         },
10979         "dist": {
10980             "type": "zip",
10981             "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
10982             "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
10983             "shasum": ""
10984         },
10985         "require": {
10986             "guzzlehttp/promises": "^1.0",
10987             "guzzlehttp/psr7": "^1.4",
10988             "php": ">=5.5"
10989         },
10990         "require-dev": {
10991             "ext-curl": "*",
10992             "phpunit/phpunit": "^4.0 || ^5.0",
10993             "psr/log": "^1.0"
10994         },
10995         "suggest": {
10996             "psr/log": "Required for using the Log middleware"
10997         },
10998         "time": "2017-06-22T18:50:49+00:00",
10999         "type": "library",
11000         "extra": {
11001             "branch-alias": {
11002                 "dev-master": "6.2-dev"
11003             }
11004         },
11005         "installation-source": "dist",
11006         "autoload": {
11007             "files": [
11008                 "src/functions_include.php"
11009             ],
11010             "psr-4": {
11011                 "GuzzleHttp\\": "src/"
11012             }
11013         },
11014         "notification-url": "https://packagist.org/downloads/",
11015         "license": [
11016             "MIT"
11017         ],
11018         "authors": [
11019             {
11020                 "name": "Michael Dowling",
11021                 "email": "mtdowling@gmail.com",
11022                 "homepage": "https://github.com/mtdowling"
11023             }
11024         ],
11025         "description": "Guzzle is a PHP HTTP client library",
11026         "homepage": "http://guzzlephp.org/",
11027         "keywords": [
11028             "client",
11029             "curl",
11030             "framework",
11031             "http",
11032             "http client",
11033             "rest",
11034             "web service"
11035         ]
11036     },
11037     {
11038         "name": "drupal/draggableviews",
11039         "version": "1.0.0",
11040         "version_normalized": "1.0.0.0",
11041         "source": {
11042             "type": "git",
11043             "url": "https://git.drupal.org/project/draggableviews",
11044             "reference": "8.x-1.0"
11045         },
11046         "dist": {
11047             "type": "zip",
11048             "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.0.zip",
11049             "reference": "8.x-1.0",
11050             "shasum": "007082c2621b45bd8cf73fe5fdd4d292ee88a458"
11051         },
11052         "require": {
11053             "drupal/core": "*"
11054         },
11055         "type": "drupal-module",
11056         "extra": {
11057             "branch-alias": {
11058                 "dev-1.x": "1.x-dev"
11059             },
11060             "drupal": {
11061                 "version": "8.x-1.0",
11062                 "datestamp": "1477076039"
11063             },
11064             "patches_applied": {
11065                 "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
11066                 "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
11067             }
11068         },
11069         "installation-source": "dist",
11070         "notification-url": "https://packages.drupal.org/8/downloads",
11071         "license": [
11072             "GPL-2.0+"
11073         ],
11074         "authors": [
11075             {
11076                 "name": "dixon_",
11077                 "homepage": "https://www.drupal.org/user/239911"
11078             },
11079             {
11080                 "name": "ginc",
11081                 "homepage": "https://www.drupal.org/user/332249"
11082             },
11083             {
11084                 "name": "iStryker",
11085                 "homepage": "https://www.drupal.org/user/303676"
11086             },
11087             {
11088                 "name": "podarok",
11089                 "homepage": "https://www.drupal.org/user/116002"
11090             },
11091             {
11092                 "name": "sevi",
11093                 "homepage": "https://www.drupal.org/user/199290"
11094             },
11095             {
11096                 "name": "ygerasimov",
11097                 "homepage": "https://www.drupal.org/user/257311"
11098             }
11099         ],
11100         "description": "Complete rewrite of D7 draggableviews",
11101         "homepage": "https://www.drupal.org/project/draggableviews",
11102         "support": {
11103             "source": "http://cgit.drupalcode.org/draggableviews"
11104         }
11105     },
11106     {
11107         "name": "drupal/security_review",
11108         "version": "dev-1.x",
11109         "version_normalized": "dev-1.x",
11110         "source": {
11111             "type": "git",
11112             "url": "https://git.drupal.org/project/security_review",
11113             "reference": "35ebae445bb260e961e47c4c58efe7c50c228999"
11114         },
11115         "require": {
11116             "drupal/core": "~8.0"
11117         },
11118         "type": "drupal-module",
11119         "extra": {
11120             "branch-alias": {
11121                 "dev-1.x": "1.x-dev"
11122             },
11123             "drupal": {
11124                 "version": "8.x-1.x-dev",
11125                 "datestamp": "1476978839"
11126             },
11127             "patches_applied": {
11128                 "Fix missing field review list": "https://www.drupal.org/files/issues/security_review-dangerous-tags-list-2744805-2.patch"
11129             }
11130         },
11131         "installation-source": "source",
11132         "notification-url": "https://packages.drupal.org/8/downloads",
11133         "license": [
11134             "GPL-2.0+"
11135         ],
11136         "authors": [
11137             {
11138                 "name": "banviktor",
11139                 "homepage": "https://www.drupal.org/user/3176333"
11140             },
11141             {
11142                 "name": "coltrane",
11143                 "homepage": "https://www.drupal.org/user/91990"
11144             },
11145             {
11146                 "name": "dsnopek",
11147                 "homepage": "https://www.drupal.org/user/266527"
11148             },
11149             {
11150                 "name": "greggles",
11151                 "homepage": "https://www.drupal.org/user/36762"
11152             }
11153         ],
11154         "description": "Site security and configuration review module.",
11155         "homepage": "https://www.drupal.org/project/security_review",
11156         "support": {
11157             "source": "http://cgit.drupalcode.org/security_review"
11158         }
11159     },
11160     {
11161         "name": "roave/security-advisories",
11162         "version": "dev-master",
11163         "version_normalized": "9999999-dev",
11164         "source": {
11165             "type": "git",
11166             "url": "https://github.com/Roave/SecurityAdvisories.git",
11167             "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439"
11168         },
11169         "dist": {
11170             "type": "zip",
11171             "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/626c97bd5b45a08db902a0fb0b13f58f3785b439",
11172             "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439",
11173             "shasum": ""
11174         },
11175         "conflict": {
11176             "adodb/adodb-php": "<5.20.6",
11177             "amphp/artax": ">=2,<2.0.6|<1.0.6",
11178             "aws/aws-sdk-php": ">=3,<3.2.1",
11179             "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
11180             "cakephp/cakephp": ">=3,<3.0.15|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=1.3,<1.3.18|>=2.7,<2.7.6|>=3.1,<3.1.4",
11181             "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
11182             "cartalyst/sentry": "<2.1",
11183             "codeigniter/framework": "<=3.0.6",
11184             "composer/composer": "<=1.0.0-alpha11",
11185             "contao-components/mediaelement": ">=2.14.2,<2.21.1",
11186             "contao/core": ">=2,<3.5.28",
11187             "contao/core-bundle": ">=4,<4.4.1",
11188             "doctrine/annotations": ">=1,<1.2.7",
11189             "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
11190             "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
11191             "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
11192             "doctrine/doctrine-bundle": "<1.5.2",
11193             "doctrine/doctrine-module": "<=0.7.1",
11194             "doctrine/mongodb-odm": ">=1,<1.0.2",
11195             "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
11196             "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
11197             "dompdf/dompdf": ">=0.6,<0.6.2",
11198             "drupal/core": ">=8,<8.3.4",
11199             "drupal/drupal": ">=8,<8.3.4",
11200             "firebase/php-jwt": "<2",
11201             "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
11202             "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
11203             "gregwar/rst": "<1.0.3",
11204             "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
11205             "illuminate/auth": ">=4,<4.0.99|>=4.1,<4.1.26",
11206             "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
11207             "joomla/session": "<1.3.1",
11208             "laravel/framework": ">=4,<4.0.99|>=4.1,<4.1.29",
11209             "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
11210             "magento/magento1ce": ">=1.5.0.1,<1.9.3.2",
11211             "magento/magento1ee": ">=1.9,<1.14.3.2",
11212             "magento/magento2ce": ">=2,<2.2",
11213             "monolog/monolog": ">=1.8,<1.12",
11214             "namshi/jose": "<2.2",
11215             "onelogin/php-saml": "<2.10.4",
11216             "oro/crm": ">=1.7,<1.7.4",
11217             "oro/platform": ">=1.7,<1.7.4",
11218             "phpmailer/phpmailer": ">=5,<5.2.24",
11219             "pusher/pusher-php-server": "<2.2.1",
11220             "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
11221             "shopware/shopware": "<4.4|>=5,<5.2.16",
11222             "silverstripe/cms": ">=3.1,<3.1.11|>=3,<=3.0.11",
11223             "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
11224             "silverstripe/framework": ">=3,<3.3",
11225             "silverstripe/userforms": "<3",
11226             "simplesamlphp/saml2": "<1.8.1|>=1.9,<1.9.1|>=1.10,<1.10.3|>=2,<2.3.3",
11227             "simplesamlphp/simplesamlphp": "<1.14.12",
11228             "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
11229             "socalnick/scn-social-auth": "<1.15.2",
11230             "squizlabs/php_codesniffer": ">=1,<2.8.1",
11231             "swiftmailer/swiftmailer": ">=4,<5.4.5",
11232             "symfony/dependency-injection": ">=2,<2.0.17",
11233             "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.7",
11234             "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
11235             "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6",
11236             "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
11237             "symfony/routing": ">=2,<2.0.19",
11238             "symfony/security": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.3,<2.3.37|>=2.4,<2.6.13|>=2.7,<2.7.9|>=2,<2.0.25|>=2.1,<2.1.13|>=2.2,<2.2.9",
11239             "symfony/security-core": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6|>=2.4,<2.6.13|>=2.7,<2.7.9",
11240             "symfony/security-http": ">=2.4,<2.7.13|>=2.3,<2.3.41|>=2.8,<2.8.6|>=3,<3.0.6",
11241             "symfony/serializer": ">=2,<2.0.11",
11242             "symfony/symfony": ">=2,<2.3.41|>=2.4,<2.7.13|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6",
11243             "symfony/translation": ">=2,<2.0.17",
11244             "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
11245             "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
11246             "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
11247             "thelia/backoffice-default-template": ">=2.1,<2.1.2",
11248             "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
11249             "twig/twig": "<1.20",
11250             "typo3/cms": ">=6.2,<6.2.30|>=8,<8.6.1|>=7,<7.6.16",
11251             "typo3/flow": ">=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5|>=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1",
11252             "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
11253             "willdurand/js-translation-bundle": "<2.1.1",
11254             "yiisoft/yii": ">=1.1.14,<1.1.15",
11255             "yiisoft/yii2": "<2.0.5",
11256             "yiisoft/yii2-bootstrap": "<2.0.4",
11257             "yiisoft/yii2-dev": "<2.0.4",
11258             "yiisoft/yii2-gii": "<2.0.4",
11259             "yiisoft/yii2-jui": "<2.0.4",
11260             "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
11261             "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
11262             "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
11263             "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
11264             "zendframework/zend-diactoros": ">=1,<1.0.4",
11265             "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
11266             "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
11267             "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
11268             "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
11269             "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
11270             "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
11271             "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
11272             "zendframework/zend-validator": ">=2.3,<2.3.6",
11273             "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
11274             "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
11275             "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
11276             "zendframework/zendframework1": "<1.12.20",
11277             "zendframework/zendopenid": ">=2,<2.0.2",
11278             "zendframework/zendxml": ">=1,<1.0.1",
11279             "zf-commons/zfc-user": "<1.2.2",
11280             "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
11281             "zfr/zfr-oauth2-server-module": "<0.1.2"
11282         },
11283         "time": "2017-07-28T07:54:11+00:00",
11284         "type": "metapackage",
11285         "notification-url": "https://packagist.org/downloads/",
11286         "license": [
11287             "MIT"
11288         ],
11289         "authors": [
11290             {
11291                 "name": "Marco Pivetta",
11292                 "email": "ocramius@gmail.com",
11293                 "role": "maintainer"
11294             }
11295         ],
11296         "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it"
11297     },
11298     {
11299         "name": "drupal/core",
11300         "version": "8.3.7",
11301         "version_normalized": "8.3.7.0",
11302         "source": {
11303             "type": "git",
11304             "url": "https://github.com/drupal/core.git",
11305             "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff"
11306         },
11307         "dist": {
11308             "type": "zip",
11309             "url": "https://api.github.com/repos/drupal/core/zipball/32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff",
11310             "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff",
11311             "shasum": ""
11312         },
11313         "require": {
11314             "asm89/stack-cors": "~1.0",
11315             "composer/semver": "~1.0",
11316             "doctrine/annotations": "1.2.*",
11317             "doctrine/common": "^2.5",
11318             "easyrdf/easyrdf": "0.9.*",
11319             "egulias/email-validator": "1.2.*",
11320             "guzzlehttp/guzzle": "^6.2.1",
11321             "masterminds/html5": "~2.1",
11322             "paragonie/random_compat": "^1.0|^2.0",
11323             "php": ">=5.5.9",
11324             "stack/builder": "1.0.*",
11325             "symfony-cmf/routing": "~1.4",
11326             "symfony/class-loader": "~2.8",
11327             "symfony/console": "~2.8",
11328             "symfony/dependency-injection": "~2.8",
11329             "symfony/event-dispatcher": "~2.8",
11330             "symfony/http-foundation": "~2.8",
11331             "symfony/http-kernel": "~2.8",
11332             "symfony/polyfill-iconv": "~1.0",
11333             "symfony/process": "~2.8",
11334             "symfony/psr-http-message-bridge": "^1.0",
11335             "symfony/routing": "~2.8",
11336             "symfony/serializer": "~2.8",
11337             "symfony/translation": "~2.8",
11338             "symfony/validator": "~2.8",
11339             "symfony/yaml": "~2.8",
11340             "twig/twig": "^1.23.1",
11341             "zendframework/zend-diactoros": "~1.1",
11342             "zendframework/zend-feed": "~2.4"
11343         },
11344         "conflict": {
11345             "drush/drush": "<8.1.10"
11346         },
11347         "replace": {
11348             "drupal/action": "self.version",
11349             "drupal/aggregator": "self.version",
11350             "drupal/automated_cron": "self.version",
11351             "drupal/ban": "self.version",
11352             "drupal/bartik": "self.version",
11353             "drupal/basic_auth": "self.version",
11354             "drupal/big_pipe": "self.version",
11355             "drupal/block": "self.version",
11356             "drupal/block_content": "self.version",
11357             "drupal/block_place": "self.version",
11358             "drupal/book": "self.version",
11359             "drupal/breakpoint": "self.version",
11360             "drupal/ckeditor": "self.version",
11361             "drupal/classy": "self.version",
11362             "drupal/color": "self.version",
11363             "drupal/comment": "self.version",
11364             "drupal/config": "self.version",
11365             "drupal/config_translation": "self.version",
11366             "drupal/contact": "self.version",
11367             "drupal/content_moderation": "self.version",
11368             "drupal/content_translation": "self.version",
11369             "drupal/contextual": "self.version",
11370             "drupal/core-annotation": "self.version",
11371             "drupal/core-assertion": "self.version",
11372             "drupal/core-bridge": "self.version",
11373             "drupal/core-datetime": "self.version",
11374             "drupal/core-dependency-injection": "self.version",
11375             "drupal/core-diff": "self.version",
11376             "drupal/core-discovery": "self.version",
11377             "drupal/core-event-dispatcher": "self.version",
11378             "drupal/core-file-cache": "self.version",
11379             "drupal/core-filesystem": "self.version",
11380             "drupal/core-gettext": "self.version",
11381             "drupal/core-graph": "self.version",
11382             "drupal/core-http-foundation": "self.version",
11383             "drupal/core-php-storage": "self.version",
11384             "drupal/core-plugin": "self.version",
11385             "drupal/core-proxy-builder": "self.version",
11386             "drupal/core-render": "self.version",
11387             "drupal/core-serialization": "self.version",
11388             "drupal/core-transliteration": "self.version",
11389             "drupal/core-utility": "self.version",
11390             "drupal/core-uuid": "self.version",
11391             "drupal/datetime": "self.version",
11392             "drupal/datetime_range": "self.version",
11393             "drupal/dblog": "self.version",
11394             "drupal/dynamic_page_cache": "self.version",
11395             "drupal/editor": "self.version",
11396             "drupal/entity_reference": "self.version",
11397             "drupal/field": "self.version",
11398             "drupal/field_layout": "self.version",
11399             "drupal/field_ui": "self.version",
11400             "drupal/file": "self.version",
11401             "drupal/filter": "self.version",
11402             "drupal/forum": "self.version",
11403             "drupal/hal": "self.version",
11404             "drupal/help": "self.version",
11405             "drupal/history": "self.version",
11406             "drupal/image": "self.version",
11407             "drupal/inline_form_errors": "self.version",
11408             "drupal/language": "self.version",
11409             "drupal/layout_discovery": "self.version",
11410             "drupal/link": "self.version",
11411             "drupal/locale": "self.version",
11412             "drupal/menu_link_content": "self.version",
11413             "drupal/menu_ui": "self.version",
11414             "drupal/migrate": "self.version",
11415             "drupal/migrate_drupal": "self.version",
11416             "drupal/migrate_drupal_ui": "self.version",
11417             "drupal/minimal": "self.version",
11418             "drupal/node": "self.version",
11419             "drupal/options": "self.version",
11420             "drupal/outside_in": "self.version",
11421             "drupal/page_cache": "self.version",
11422             "drupal/path": "self.version",
11423             "drupal/quickedit": "self.version",
11424             "drupal/rdf": "self.version",
11425             "drupal/responsive_image": "self.version",
11426             "drupal/rest": "self.version",
11427             "drupal/search": "self.version",
11428             "drupal/serialization": "self.version",
11429             "drupal/seven": "self.version",
11430             "drupal/shortcut": "self.version",
11431             "drupal/simpletest": "self.version",
11432             "drupal/standard": "self.version",
11433             "drupal/stark": "self.version",
11434             "drupal/statistics": "self.version",
11435             "drupal/syslog": "self.version",
11436             "drupal/system": "self.version",
11437             "drupal/taxonomy": "self.version",
11438             "drupal/telephone": "self.version",
11439             "drupal/text": "self.version",
11440             "drupal/toolbar": "self.version",
11441             "drupal/tour": "self.version",
11442             "drupal/tracker": "self.version",
11443             "drupal/update": "self.version",
11444             "drupal/user": "self.version",
11445             "drupal/views": "self.version",
11446             "drupal/views_ui": "self.version",
11447             "drupal/workflows": "self.version"
11448         },
11449         "require-dev": {
11450             "behat/mink": "1.7.x-dev",
11451             "behat/mink-goutte-driver": "~1.2",
11452             "drupal/coder": "8.2.12",
11453             "jcalderonzumba/gastonjs": "~1.0.2",
11454             "jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
11455             "mikey179/vfsstream": "~1.2",
11456             "phpunit/phpunit": ">=4.8.28 <5",
11457             "symfony/browser-kit": ">=2.8.13 <3.0",
11458             "symfony/css-selector": "~2.8"
11459         },
11460         "time": "2017-08-16T17:10:35+00:00",
11461         "type": "drupal-core",
11462         "installation-source": "dist",
11463         "autoload": {
11464             "psr-4": {
11465                 "Drupal\\Core\\": "lib/Drupal/Core",
11466                 "Drupal\\Component\\": "lib/Drupal/Component",
11467                 "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
11468             },
11469             "classmap": [
11470                 "lib/Drupal.php",
11471                 "lib/Drupal/Component/Utility/Timer.php",
11472                 "lib/Drupal/Component/Utility/Unicode.php",
11473                 "lib/Drupal/Core/Database/Database.php",
11474                 "lib/Drupal/Core/DrupalKernel.php",
11475                 "lib/Drupal/Core/DrupalKernelInterface.php",
11476                 "lib/Drupal/Core/Site/Settings.php"
11477             ]
11478         },
11479         "notification-url": "https://packagist.org/downloads/",
11480         "license": [
11481             "GPL-2.0+"
11482         ],
11483         "description": "Drupal is an open source content management platform powering millions of websites and applications."
11484     },
11485     {
11486         "name": "instaclick/php-webdriver",
11487         "version": "1.4.5",
11488         "version_normalized": "1.4.5.0",
11489         "source": {
11490             "type": "git",
11491             "url": "https://github.com/instaclick/php-webdriver.git",
11492             "reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
11493         },
11494         "dist": {
11495             "type": "zip",
11496             "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
11497             "reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
11498             "shasum": ""
11499         },
11500         "require": {
11501             "ext-curl": "*",
11502             "php": ">=5.3.2"
11503         },
11504         "require-dev": {
11505             "phpunit/phpunit": "^4.8",
11506             "satooshi/php-coveralls": "^1.0||^2.0"
11507         },
11508         "time": "2017-06-30T04:02:48+00:00",
11509         "type": "library",
11510         "extra": {
11511             "branch-alias": {
11512                 "dev-master": "1.4.x-dev"
11513             }
11514         },
11515         "installation-source": "dist",
11516         "autoload": {
11517             "psr-0": {
11518                 "WebDriver": "lib/"
11519             }
11520         },
11521         "notification-url": "https://packagist.org/downloads/",
11522         "license": [
11523             "Apache-2.0"
11524         ],
11525         "authors": [
11526             {
11527                 "name": "Justin Bishop",
11528                 "email": "jubishop@gmail.com",
11529                 "role": "Developer"
11530             },
11531             {
11532                 "name": "Anthon Pang",
11533                 "email": "apang@softwaredevelopment.ca",
11534                 "role": "Fork Maintainer"
11535             }
11536         ],
11537         "description": "PHP WebDriver for Selenium 2",
11538         "homepage": "http://instaclick.com/",
11539         "keywords": [
11540             "browser",
11541             "selenium",
11542             "webdriver",
11543             "webtest"
11544         ]
11545     },
11546     {
11547         "name": "behat/mink-selenium2-driver",
11548         "version": "v1.3.1",
11549         "version_normalized": "1.3.1.0",
11550         "source": {
11551             "type": "git",
11552             "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
11553             "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
11554         },
11555         "dist": {
11556             "type": "zip",
11557             "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
11558             "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
11559             "shasum": ""
11560         },
11561         "require": {
11562             "behat/mink": "~1.7@dev",
11563             "instaclick/php-webdriver": "~1.1",
11564             "php": ">=5.3.1"
11565         },
11566         "require-dev": {
11567             "symfony/phpunit-bridge": "~2.7"
11568         },
11569         "time": "2016-03-05T09:10:18+00:00",
11570         "type": "mink-driver",
11571         "extra": {
11572             "branch-alias": {
11573                 "dev-master": "1.3.x-dev"
11574             }
11575         },
11576         "installation-source": "dist",
11577         "autoload": {
11578             "psr-4": {
11579                 "Behat\\Mink\\Driver\\": "src/"
11580             }
11581         },
11582         "notification-url": "https://packagist.org/downloads/",
11583         "license": [
11584             "MIT"
11585         ],
11586         "authors": [
11587             {
11588                 "name": "Konstantin Kudryashov",
11589                 "email": "ever.zet@gmail.com",
11590                 "homepage": "http://everzet.com"
11591             },
11592             {
11593                 "name": "Pete Otaqui",
11594                 "email": "pete@otaqui.com",
11595                 "homepage": "https://github.com/pete-otaqui"
11596             }
11597         ],
11598         "description": "Selenium2 (WebDriver) driver for Mink framework",
11599         "homepage": "http://mink.behat.org/",
11600         "keywords": [
11601             "ajax",
11602             "browser",
11603             "javascript",
11604             "selenium",
11605             "testing",
11606             "webdriver"
11607         ]
11608     },
11609     {
11610         "name": "psr/container",
11611         "version": "1.0.0",
11612         "version_normalized": "1.0.0.0",
11613         "source": {
11614             "type": "git",
11615             "url": "https://github.com/php-fig/container.git",
11616             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
11617         },
11618         "dist": {
11619             "type": "zip",
11620             "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
11621             "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
11622             "shasum": ""
11623         },
11624         "require": {
11625             "php": ">=5.3.0"
11626         },
11627         "time": "2017-02-14T16:28:37+00:00",
11628         "type": "library",
11629         "extra": {
11630             "branch-alias": {
11631                 "dev-master": "1.0.x-dev"
11632             }
11633         },
11634         "installation-source": "dist",
11635         "autoload": {
11636             "psr-4": {
11637                 "Psr\\Container\\": "src/"
11638             }
11639         },
11640         "notification-url": "https://packagist.org/downloads/",
11641         "license": [
11642             "MIT"
11643         ],
11644         "authors": [
11645             {
11646                 "name": "PHP-FIG",
11647                 "homepage": "http://www.php-fig.org/"
11648             }
11649         ],
11650         "description": "Common Container Interface (PHP FIG PSR-11)",
11651         "homepage": "https://github.com/php-fig/container",
11652         "keywords": [
11653             "PSR-11",
11654             "container",
11655             "container-interface",
11656             "container-interop",
11657             "psr"
11658         ]
11659     },
11660     {
11661         "name": "container-interop/container-interop",
11662         "version": "1.2.0",
11663         "version_normalized": "1.2.0.0",
11664         "source": {
11665             "type": "git",
11666             "url": "https://github.com/container-interop/container-interop.git",
11667             "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
11668         },
11669         "dist": {
11670             "type": "zip",
11671             "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
11672             "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
11673             "shasum": ""
11674         },
11675         "require": {
11676             "psr/container": "^1.0"
11677         },
11678         "time": "2017-02-14T19:40:03+00:00",
11679         "type": "library",
11680         "installation-source": "dist",
11681         "autoload": {
11682             "psr-4": {
11683                 "Interop\\Container\\": "src/Interop/Container/"
11684             }
11685         },
11686         "notification-url": "https://packagist.org/downloads/",
11687         "license": [
11688             "MIT"
11689         ],
11690         "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
11691         "homepage": "https://github.com/container-interop/container-interop"
11692     },
11693     {
11694         "name": "behat/transliterator",
11695         "version": "v1.2.0",
11696         "version_normalized": "1.2.0.0",
11697         "source": {
11698             "type": "git",
11699             "url": "https://github.com/Behat/Transliterator.git",
11700             "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
11701         },
11702         "dist": {
11703             "type": "zip",
11704             "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
11705             "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
11706             "shasum": ""
11707         },
11708         "require": {
11709             "php": ">=5.3.3"
11710         },
11711         "require-dev": {
11712             "chuyskywalker/rolling-curl": "^3.1",
11713             "php-yaoi/php-yaoi": "^1.0"
11714         },
11715         "time": "2017-04-04T11:38:05+00:00",
11716         "type": "library",
11717         "extra": {
11718             "branch-alias": {
11719                 "dev-master": "1.2-dev"
11720             }
11721         },
11722         "installation-source": "dist",
11723         "autoload": {
11724             "psr-0": {
11725                 "Behat\\Transliterator": "src/"
11726             }
11727         },
11728         "notification-url": "https://packagist.org/downloads/",
11729         "license": [
11730             "Artistic-1.0"
11731         ],
11732         "description": "String transliterator",
11733         "keywords": [
11734             "i18n",
11735             "slug",
11736             "transliterator"
11737         ]
11738     },
11739     {
11740         "name": "behat/gherkin",
11741         "version": "v4.5.1",
11742         "version_normalized": "4.5.1.0",
11743         "source": {
11744             "type": "git",
11745             "url": "https://github.com/Behat/Gherkin.git",
11746             "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
11747         },
11748         "dist": {
11749             "type": "zip",
11750             "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
11751             "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
11752             "shasum": ""
11753         },
11754         "require": {
11755             "php": ">=5.3.1"
11756         },
11757         "require-dev": {
11758             "phpunit/phpunit": "~4.5|~5",
11759             "symfony/phpunit-bridge": "~2.7|~3",
11760             "symfony/yaml": "~2.3|~3"
11761         },
11762         "suggest": {
11763             "symfony/yaml": "If you want to parse features, represented in YAML files"
11764         },
11765         "time": "2017-08-30T11:04:43+00:00",
11766         "type": "library",
11767         "extra": {
11768             "branch-alias": {
11769                 "dev-master": "4.4-dev"
11770             }
11771         },
11772         "installation-source": "dist",
11773         "autoload": {
11774             "psr-0": {
11775                 "Behat\\Gherkin": "src/"
11776             }
11777         },
11778         "notification-url": "https://packagist.org/downloads/",
11779         "license": [
11780             "MIT"
11781         ],
11782         "authors": [
11783             {
11784                 "name": "Konstantin Kudryashov",
11785                 "email": "ever.zet@gmail.com",
11786                 "homepage": "http://everzet.com"
11787             }
11788         ],
11789         "description": "Gherkin DSL parser for PHP 5.3",
11790         "homepage": "http://behat.org/",
11791         "keywords": [
11792             "BDD",
11793             "Behat",
11794             "Cucumber",
11795             "DSL",
11796             "gherkin",
11797             "parser"
11798         ]
11799     },
11800     {
11801         "name": "behat/behat",
11802         "version": "v3.4.1",
11803         "version_normalized": "3.4.1.0",
11804         "source": {
11805             "type": "git",
11806             "url": "https://github.com/Behat/Behat.git",
11807             "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692"
11808         },
11809         "dist": {
11810             "type": "zip",
11811             "url": "https://api.github.com/repos/Behat/Behat/zipball/cb51d4b0b11ea6d3897f3589a871a63a33632692",
11812             "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692",
11813             "shasum": ""
11814         },
11815         "require": {
11816             "behat/gherkin": "^4.5.1",
11817             "behat/transliterator": "^1.2",
11818             "container-interop/container-interop": "^1.2",
11819             "ext-mbstring": "*",
11820             "php": ">=5.3.3",
11821             "psr/container": "^1.0",
11822             "symfony/class-loader": "~2.1||~3.0",
11823             "symfony/config": "~2.3||~3.0",
11824             "symfony/console": "~2.5||~3.0",
11825             "symfony/dependency-injection": "~2.1||~3.0",
11826             "symfony/event-dispatcher": "~2.1||~3.0",
11827             "symfony/translation": "~2.3||~3.0",
11828             "symfony/yaml": "~2.1||~3.0"
11829         },
11830         "require-dev": {
11831             "herrera-io/box": "~1.6.1",
11832             "phpunit/phpunit": "~4.5",
11833             "symfony/process": "~2.5|~3.0"
11834         },
11835         "suggest": {
11836             "behat/mink-extension": "for integration with Mink testing framework",
11837             "behat/symfony2-extension": "for integration with Symfony2 web framework",
11838             "behat/yii-extension": "for integration with Yii web framework"
11839         },
11840         "time": "2017-09-18T11:10:28+00:00",
11841         "bin": [
11842             "bin/behat"
11843         ],
11844         "type": "library",
11845         "extra": {
11846             "branch-alias": {
11847                 "dev-master": "3.2.x-dev"
11848             }
11849         },
11850         "installation-source": "dist",
11851         "autoload": {
11852             "psr-0": {
11853                 "Behat\\Behat": "src/",
11854                 "Behat\\Testwork": "src/"
11855             }
11856         },
11857         "notification-url": "https://packagist.org/downloads/",
11858         "license": [
11859             "MIT"
11860         ],
11861         "authors": [
11862             {
11863                 "name": "Konstantin Kudryashov",
11864                 "email": "ever.zet@gmail.com",
11865                 "homepage": "http://everzet.com"
11866             }
11867         ],
11868         "description": "Scenario-oriented BDD framework for PHP 5.3",
11869         "homepage": "http://behat.org/",
11870         "keywords": [
11871             "Agile",
11872             "BDD",
11873             "ScenarioBDD",
11874             "Scrum",
11875             "StoryBDD",
11876             "User story",
11877             "business",
11878             "development",
11879             "documentation",
11880             "examples",
11881             "symfony",
11882             "testing"
11883         ]
11884     },
11885     {
11886         "name": "behat/mink-extension",
11887         "version": "v2.2",
11888         "version_normalized": "2.2.0.0",
11889         "source": {
11890             "type": "git",
11891             "url": "https://github.com/Behat/MinkExtension.git",
11892             "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
11893         },
11894         "dist": {
11895             "type": "zip",
11896             "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
11897             "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
11898             "shasum": ""
11899         },
11900         "require": {
11901             "behat/behat": "~3.0,>=3.0.5",
11902             "behat/mink": "~1.5",
11903             "php": ">=5.3.2",
11904             "symfony/config": "~2.2|~3.0"
11905         },
11906         "require-dev": {
11907             "behat/mink-goutte-driver": "~1.1",
11908             "phpspec/phpspec": "~2.0"
11909         },
11910         "time": "2016-02-15T07:55:18+00:00",
11911         "type": "behat-extension",
11912         "extra": {
11913             "branch-alias": {
11914                 "dev-master": "2.1.x-dev"
11915             }
11916         },
11917         "installation-source": "dist",
11918         "autoload": {
11919             "psr-0": {
11920                 "Behat\\MinkExtension": "src/"
11921             }
11922         },
11923         "notification-url": "https://packagist.org/downloads/",
11924         "license": [
11925             "MIT"
11926         ],
11927         "authors": [
11928             {
11929                 "name": "Christophe Coevoet",
11930                 "email": "stof@notk.org"
11931             },
11932             {
11933                 "name": "Konstantin Kudryashov",
11934                 "email": "ever.zet@gmail.com"
11935             }
11936         ],
11937         "description": "Mink extension for Behat",
11938         "homepage": "http://extensions.behat.org/mink",
11939         "keywords": [
11940             "browser",
11941             "gui",
11942             "test",
11943             "web"
11944         ]
11945     },
11946     {
11947         "name": "drupal/drupal-driver",
11948         "version": "v1.2.1",
11949         "version_normalized": "1.2.1.0",
11950         "source": {
11951             "type": "git",
11952             "url": "https://github.com/jhedstrom/DrupalDriver.git",
11953             "reference": "125d39918c97f7a08e3110d456a0a1db864dae46"
11954         },
11955         "dist": {
11956             "type": "zip",
11957             "url": "https://api.github.com/repos/jhedstrom/DrupalDriver/zipball/125d39918c97f7a08e3110d456a0a1db864dae46",
11958             "reference": "125d39918c97f7a08e3110d456a0a1db864dae46",
11959             "shasum": ""
11960         },
11961         "require": {
11962             "symfony/dependency-injection": "~2.6|~3.0",
11963             "symfony/process": "~2.5|~3.0"
11964         },
11965         "require-dev": {
11966             "drupal/coder": "~8.2.0",
11967             "drush-ops/behat-drush-endpoint": "*",
11968             "mockery/mockery": "0.9.4",
11969             "phpspec/phpspec": "~2.0",
11970             "phpunit/phpunit": "~4.0"
11971         },
11972         "time": "2016-06-20T16:29:51+00:00",
11973         "type": "library",
11974         "extra": {
11975             "branch-alias": {
11976                 "dev-master": "1.2.x-dev"
11977             }
11978         },
11979         "installation-source": "dist",
11980         "autoload": {
11981             "psr-0": {
11982                 "Drupal\\Component": "src/",
11983                 "Drupal\\Driver": "src/",
11984                 "Drupal\\Tests\\Driver": "tests/"
11985             }
11986         },
11987         "notification-url": "https://packagist.org/downloads/",
11988         "license": [
11989             "GPL-2.0+"
11990         ],
11991         "authors": [
11992             {
11993                 "name": "Jonathan Hedstrom",
11994                 "email": "jhedstrom@gmail.com"
11995             }
11996         ],
11997         "description": "A collection of reusable Drupal drivers",
11998         "homepage": "http://github.com/jhedstrom/DrupalDriver",
11999         "keywords": [
12000             "drupal",
12001             "test",
12002             "web"
12003         ]
12004     },
12005     {
12006         "name": "drupal/drupal-extension",
12007         "version": "v3.3.1",
12008         "version_normalized": "3.3.1.0",
12009         "source": {
12010             "type": "git",
12011             "url": "https://github.com/jhedstrom/drupalextension.git",
12012             "reference": "2a858760208856391f7e5e4d269fba2c1df110a4"
12013         },
12014         "dist": {
12015             "type": "zip",
12016             "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/2a858760208856391f7e5e4d269fba2c1df110a4",
12017             "reference": "2a858760208856391f7e5e4d269fba2c1df110a4",
12018             "shasum": ""
12019         },
12020         "require": {
12021             "behat/behat": "~3.2",
12022             "behat/mink": "~1.5",
12023             "behat/mink-extension": "~2.0",
12024             "behat/mink-goutte-driver": "~1.0",
12025             "behat/mink-selenium2-driver": "~1.1",
12026             "drupal/drupal-driver": "~1.2",
12027             "symfony/dependency-injection": "~2.7|~3.0",
12028             "symfony/event-dispatcher": "~2.7|~3.0"
12029         },
12030         "require-dev": {
12031             "behat/mink-zombie-driver": "^1.2",
12032             "phpspec/phpspec": "~2.0",
12033             "phpunit/phpunit": "3.7.*"
12034         },
12035         "time": "2017-09-13T19:54:23+00:00",
12036         "type": "behat-extension",
12037         "extra": {
12038             "branch-alias": {
12039                 "dev-master": "3.2.x-dev"
12040             }
12041         },
12042         "installation-source": "dist",
12043         "autoload": {
12044             "psr-0": {
12045                 "Drupal\\Drupal": "src/",
12046                 "Drupal\\Exception": "src/",
12047                 "Drupal\\DrupalExtension": "src/"
12048             }
12049         },
12050         "notification-url": "https://packagist.org/downloads/",
12051         "license": [
12052             "GPL-2.0+"
12053         ],
12054         "authors": [
12055             {
12056                 "name": "Jonathan Hedstrom",
12057                 "email": "jhedstrom@gmail.com"
12058             }
12059         ],
12060         "description": "Drupal extension for Behat",
12061         "homepage": "http://drupal.org/project/drupalextension",
12062         "keywords": [
12063             "drupal",
12064             "test",
12065             "web"
12066         ]
12067     },
12068     {
12069         "name": "drupal/permissions_by_term",
12070         "version": "1.35.0",
12071         "version_normalized": "1.35.0.0",
12072         "source": {
12073             "type": "git",
12074             "url": "https://git.drupal.org/project/permissions_by_term",
12075             "reference": "8.x-1.35"
12076         },
12077         "dist": {
12078             "type": "zip",
12079             "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.35.zip",
12080             "reference": "8.x-1.35",
12081             "shasum": "4f9a7406a81a2e03f90e278fd6921f8fc962f07b"
12082         },
12083         "require": {
12084             "behat/behat": "^3.1",
12085             "behat/mink": "^1.7",
12086             "behat/mink-extension": "^2.2",
12087             "behat/mink-goutte-driver": "^1.2",
12088             "behat/mink-selenium2-driver": "^1.3",
12089             "drupal/core": "*",
12090             "drupal/drupal-driver": "~1.0",
12091             "drupal/drupal-extension": "~3.0",
12092             "guzzlehttp/guzzle": "^6.0@dev"
12093         },
12094         "type": "drupal-module",
12095         "extra": {
12096             "branch-alias": {
12097                 "dev-1.x": "1.x-dev"
12098             },
12099             "drupal": {
12100                 "version": "8.x-1.35",
12101                 "datestamp": "1509945000",
12102                 "security-coverage": {
12103                     "status": "covered",
12104                     "message": "Covered by Drupal's security advisory policy"
12105                 }
12106             }
12107         },
12108         "installation-source": "dist",
12109         "autoload": {
12110             "psr-4": {
12111                 "PermissionsByTerm\\": "tests/src/Behat/Context/"
12112             }
12113         },
12114         "notification-url": "https://packages.drupal.org/8/downloads",
12115         "license": [
12116             "GPL-2.0+"
12117         ],
12118         "authors": [
12119             {
12120                 "name": "Peter Majmesku",
12121                 "homepage": "https://www.drupal.org/user/786132",
12122                 "email": "p.majmesku@gmail.com"
12123             },
12124             {
12125                 "name": "dakku",
12126                 "homepage": "https://www.drupal.org/user/97634"
12127             },
12128             {
12129                 "name": "rackberg",
12130                 "homepage": "https://www.drupal.org/user/2806873"
12131             }
12132         ],
12133         "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
12134         "homepage": "https://www.drupal.org/project/permissions_by_term",
12135         "support": {
12136             "source": "http://cgit.drupalcode.org/permissions_by_term"
12137         }
12138     }
12139 ]