6e357d5ee83eb789582ecb43266dd795d2a31992
[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/permissions_by_term",
6586         "version": "1.19.0",
6587         "version_normalized": "1.19.0.0",
6588         "source": {
6589             "type": "git",
6590             "url": "https://git.drupal.org/project/permissions_by_term",
6591             "reference": "8.x-1.19"
6592         },
6593         "dist": {
6594             "type": "zip",
6595             "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.19.zip",
6596             "reference": "8.x-1.19",
6597             "shasum": "87ecf60dda39138f648ee57fe4e3ce334b187100"
6598         },
6599         "require": {
6600             "drupal/core": "*"
6601         },
6602         "type": "drupal-module",
6603         "extra": {
6604             "branch-alias": {
6605                 "dev-1.x": "1.x-dev"
6606             },
6607             "drupal": {
6608                 "version": "8.x-1.19",
6609                 "datestamp": "1494360188"
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": "Peter Majmesku",
6620                 "homepage": "https://www.drupal.org/user/786132"
6621             }
6622         ],
6623         "description": "Limits the selection of specific taxonomy terms by users or roles. Prevents users to display nodes and nodes on views pages, for which which they do not have access by taxonomy term restriction.",
6624         "homepage": "https://www.drupal.org/project/permissions_by_term",
6625         "support": {
6626             "source": "http://cgit.drupalcode.org/permissions_by_term"
6627         }
6628     },
6629     {
6630         "name": "drupal/linkit",
6631         "version": "4.3.0",
6632         "version_normalized": "4.3.0.0",
6633         "source": {
6634             "type": "git",
6635             "url": "https://git.drupal.org/project/linkit",
6636             "reference": "8.x-4.3"
6637         },
6638         "dist": {
6639             "type": "zip",
6640             "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
6641             "reference": "8.x-4.3",
6642             "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
6643         },
6644         "require": {
6645             "drupal/core": "~8.0"
6646         },
6647         "type": "drupal-module",
6648         "extra": {
6649             "branch-alias": {
6650                 "dev-4.x": "4.x-dev"
6651             },
6652             "drupal": {
6653                 "version": "8.x-4.3",
6654                 "datestamp": "1490205830"
6655             }
6656         },
6657         "installation-source": "dist",
6658         "notification-url": "https://packages.drupal.org/8/downloads",
6659         "license": [
6660             "GPL-2.0+"
6661         ],
6662         "authors": [
6663             {
6664                 "name": "Emil Stjerneman",
6665                 "homepage": "https://stjerneman.com",
6666                 "email": "emil@stjerneman.com",
6667                 "role": "Maintainer"
6668             }
6669         ],
6670         "description": "Linkit - Enriched linking experience",
6671         "homepage": "http://drupal.org/project/linkit",
6672         "support": {
6673             "source": "http://cgit.drupalcode.org/linkit",
6674             "issues": "http://drupal.org/project/linkit"
6675         }
6676     },
6677     {
6678         "name": "drupal/toc_formatter",
6679         "version": "1.1.0",
6680         "version_normalized": "1.1.0.0",
6681         "source": {
6682             "type": "git",
6683             "url": "https://git.drupal.org/project/toc_formatter",
6684             "reference": "8.x-1.1"
6685         },
6686         "dist": {
6687             "type": "zip",
6688             "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
6689             "reference": "8.x-1.1",
6690             "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
6691         },
6692         "require": {
6693             "drupal/core": "~8.0"
6694         },
6695         "type": "drupal-module",
6696         "extra": {
6697             "branch-alias": {
6698                 "dev-1.x": "1.x-dev"
6699             },
6700             "drupal": {
6701                 "version": "8.x-1.1",
6702                 "datestamp": "1398611927"
6703             }
6704         },
6705         "installation-source": "dist",
6706         "notification-url": "https://packages.drupal.org/8/downloads",
6707         "license": [
6708             "GPL-2.0+"
6709         ],
6710         "authors": [
6711             {
6712                 "name": "Robert Castelo",
6713                 "homepage": "https://www.drupal.org/user/3555"
6714             },
6715             {
6716                 "name": "neilt17",
6717                 "homepage": "https://www.drupal.org/user/324142"
6718             }
6719         ],
6720         "description": "Display formatter that adds a TOC to the top of a text area field.",
6721         "homepage": "https://www.drupal.org/project/toc_formatter",
6722         "support": {
6723             "source": "http://cgit.drupalcode.org/toc_formatter"
6724         }
6725     },
6726     {
6727         "name": "drupal/advagg",
6728         "version": "2.4.0",
6729         "version_normalized": "2.4.0.0",
6730         "source": {
6731             "type": "git",
6732             "url": "https://git.drupal.org/project/advagg",
6733             "reference": "8.x-2.4"
6734         },
6735         "dist": {
6736             "type": "zip",
6737             "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
6738             "reference": "8.x-2.4",
6739             "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
6740         },
6741         "require": {
6742             "drupal/core": "~8.0"
6743         },
6744         "type": "drupal-module",
6745         "extra": {
6746             "branch-alias": {
6747                 "dev-2.x": "2.x-dev"
6748             },
6749             "drupal": {
6750                 "version": "8.x-2.4",
6751                 "datestamp": "1493949188"
6752             }
6753         },
6754         "installation-source": "dist",
6755         "notification-url": "https://packages.drupal.org/8/downloads",
6756         "license": [
6757             "GPL-2.0+"
6758         ],
6759         "authors": [
6760             {
6761                 "name": "Mike Carper (mikeytown2)",
6762                 "homepage": "https://www.drupal.org/u/mikeytown2",
6763                 "role": "Creator, Maintainer"
6764             },
6765             {
6766                 "name": "Nick Wilde (nickwilde)",
6767                 "homepage": "https://www.drupal.org/u/nickwilde",
6768                 "email": "design@briarmoon.ca",
6769                 "role": "Drupal 8 Port/maintainer"
6770             },
6771             {
6772                 "name": "doublejosh",
6773                 "homepage": "https://www.drupal.org/user/199720"
6774             },
6775             {
6776                 "name": "iamcarrico",
6777                 "homepage": "https://www.drupal.org/user/1300542"
6778             },
6779             {
6780                 "name": "markcarver",
6781                 "homepage": "https://www.drupal.org/user/501638"
6782             },
6783             {
6784                 "name": "mikeytown2",
6785                 "homepage": "https://www.drupal.org/user/282446"
6786             },
6787             {
6788                 "name": "rupl",
6789                 "homepage": "https://www.drupal.org/user/411999"
6790             }
6791         ],
6792         "description": "Improved aggregation of CSS/JS files to speed up page load times.",
6793         "homepage": "https://drupal.org/project/advagg",
6794         "support": {
6795             "source": "https://cgit.drupalcode.org/advagg",
6796             "issues": "https://drupal.org/project/issues/advagg",
6797             "irc": "irc://irc.freenode.org/drupal-contribute"
6798         }
6799     },
6800     {
6801         "name": "drupal/videojs",
6802         "version": "1.0.0",
6803         "version_normalized": "1.0.0.0",
6804         "source": {
6805             "type": "git",
6806             "url": "https://git.drupal.org/project/videojs",
6807             "reference": "8.x-1.0"
6808         },
6809         "dist": {
6810             "type": "zip",
6811             "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6812             "reference": "8.x-1.0",
6813             "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6814         },
6815         "require": {
6816             "drupal/core": "~8.0"
6817         },
6818         "type": "drupal-module",
6819         "extra": {
6820             "branch-alias": {
6821                 "dev-1.x": "1.x-dev"
6822             },
6823             "drupal": {
6824                 "version": "8.x-1.0",
6825                 "datestamp": "1454344739"
6826             },
6827             "patches_applied": {
6828                 "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6829             }
6830         },
6831         "installation-source": "dist",
6832         "notification-url": "https://packages.drupal.org/8/downloads",
6833         "license": [
6834             "GPL-2.0+"
6835         ],
6836         "authors": [
6837             {
6838                 "name": "Jorrit",
6839                 "homepage": "https://www.drupal.org/user/161217"
6840             },
6841             {
6842                 "name": "heshanlk",
6843                 "homepage": "https://www.drupal.org/user/199102"
6844             }
6845         ],
6846         "description": "Video.js is an HTML5 Video Player.",
6847         "homepage": "https://www.drupal.org/project/videojs",
6848         "support": {
6849             "source": "http://cgit.drupalcode.org/videojs"
6850         }
6851     },
6852     {
6853         "name": "drupal/ckeditor_widgets",
6854         "version": "dev-1.x",
6855         "version_normalized": "dev-1.x",
6856         "source": {
6857             "type": "git",
6858             "url": "https://git.drupal.org/project/ckeditor_widgets",
6859             "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
6860         },
6861         "require": {
6862             "drupal/core": "*"
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.x-dev",
6871                 "datestamp": "1472798939"
6872             }
6873         },
6874         "installation-source": "source",
6875         "notification-url": "https://packages.drupal.org/8/downloads",
6876         "license": [
6877             "GPL-2.0+"
6878         ],
6879         "authors": [
6880             {
6881                 "name": "jlyon",
6882                 "homepage": "https://www.drupal.org/user/256444"
6883             }
6884         ],
6885         "description": "Adds widgets and an Insert Template menu to CKEditor",
6886         "homepage": "https://www.drupal.org/project/ckeditor_widgets",
6887         "support": {
6888             "source": "http://cgit.drupalcode.org/ckeditor_widgets"
6889         }
6890     },
6891     {
6892         "name": "drupal/layout_plugin",
6893         "version": "1.0.0-alpha23",
6894         "version_normalized": "1.0.0.0-alpha23",
6895         "source": {
6896             "type": "git",
6897             "url": "https://git.drupal.org/project/layout_plugin",
6898             "reference": "8.x-1.0-alpha23"
6899         },
6900         "dist": {
6901             "type": "zip",
6902             "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
6903             "reference": "8.x-1.0-alpha23",
6904             "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
6905         },
6906         "require": {
6907             "drupal/core": "~8.0"
6908         },
6909         "type": "drupal-module",
6910         "extra": {
6911             "branch-alias": {
6912                 "dev-1.x": "1.x-dev"
6913             },
6914             "drupal": {
6915                 "version": "8.x-1.0-alpha23",
6916                 "datestamp": "1476269960"
6917             }
6918         },
6919         "installation-source": "dist",
6920         "notification-url": "https://packages.drupal.org/8/downloads",
6921         "license": [
6922             "GPL-2.0+"
6923         ],
6924         "authors": [
6925             {
6926                 "name": "David Snopek",
6927                 "homepage": "https://www.drupal.org/user/172527"
6928             },
6929             {
6930                 "name": "Bram Goffings",
6931                 "homepage": "https://www.drupal.org/user/266527"
6932             },
6933             {
6934                 "name": "Fredrik Lassen",
6935                 "homepage": "https://www.drupal.org/user/243377"
6936             }
6937         ],
6938         "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
6939         "homepage": "https://www.drupal.org/project/layout_plugin",
6940         "keywords": [
6941             "layout",
6942             "php"
6943         ],
6944         "support": {
6945             "source": "http://cgit.drupalcode.org/layout_plugin"
6946         }
6947     },
6948     {
6949         "name": "drupal/bootstrap_layouts",
6950         "version": "4.1.0",
6951         "version_normalized": "4.1.0.0",
6952         "source": {
6953             "type": "git",
6954             "url": "https://git.drupal.org/project/bootstrap_layouts",
6955             "reference": "8.x-4.1"
6956         },
6957         "dist": {
6958             "type": "zip",
6959             "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.1.zip",
6960             "reference": "8.x-4.1",
6961             "shasum": "3f1e7598e9a476e4d396ddc1e49cd2851e948a2c"
6962         },
6963         "require": {
6964             "drupal/core": "~8.0",
6965             "drupal/layout_plugin": "*"
6966         },
6967         "type": "drupal-module",
6968         "extra": {
6969             "branch-alias": {
6970                 "dev-4.x": "4.x-dev"
6971             },
6972             "drupal": {
6973                 "version": "8.x-4.1",
6974                 "datestamp": "1481413087"
6975             }
6976         },
6977         "installation-source": "dist",
6978         "notification-url": "https://packages.drupal.org/8/downloads",
6979         "license": [
6980             "GPL-2.0+"
6981         ],
6982         "authors": [
6983             {
6984                 "name": "darol100",
6985                 "homepage": "https://www.drupal.org/user/2667123"
6986             },
6987             {
6988                 "name": "hctom",
6989                 "homepage": "https://www.drupal.org/user/112790"
6990             },
6991             {
6992                 "name": "markcarver",
6993                 "homepage": "https://www.drupal.org/user/501638"
6994             }
6995         ],
6996         "description": "This module is going to generate layouts with Bootstrap grid system.",
6997         "homepage": "https://www.drupal.org/project/bootstrap_layouts",
6998         "support": {
6999             "source": "http://cgit.drupalcode.org/bootstrap_layouts"
7000         }
7001     },
7002     {
7003         "name": "drupal/tocify",
7004         "version": "1.2.0",
7005         "version_normalized": "1.2.0.0",
7006         "source": {
7007             "type": "git",
7008             "url": "https://git.drupal.org/project/tocify",
7009             "reference": "8.x-1.2"
7010         },
7011         "dist": {
7012             "type": "zip",
7013             "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
7014             "reference": "8.x-1.2",
7015             "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
7016         },
7017         "require": {
7018             "drupal/core": "*"
7019         },
7020         "type": "drupal-module",
7021         "extra": {
7022             "branch-alias": {
7023                 "dev-1.x": "1.x-dev"
7024             },
7025             "drupal": {
7026                 "version": "8.x-1.2",
7027                 "datestamp": "1493816586"
7028             }
7029         },
7030         "installation-source": "dist",
7031         "notification-url": "https://packages.drupal.org/8/downloads",
7032         "license": [
7033             "GPL-2.0+"
7034         ],
7035         "authors": [
7036             {
7037                 "name": "Hydra",
7038                 "homepage": "https://www.drupal.org/user/647364"
7039             },
7040             {
7041                 "name": "dawehner",
7042                 "homepage": "https://www.drupal.org/user/99340"
7043             },
7044             {
7045                 "name": "sanduhrs",
7046                 "homepage": "https://www.drupal.org/user/28074"
7047             }
7048         ],
7049         "description": "Tocify your content",
7050         "homepage": "https://www.drupal.org/project/tocify",
7051         "keywords": [
7052             "Drupal"
7053         ],
7054         "support": {
7055             "source": "http://cgit.drupalcode.org/tocify",
7056             "issues": "http://drupal.org/project/issues/tocify"
7057         }
7058     },
7059     {
7060         "name": "drupal/ckeditor_templates",
7061         "version": "1.0.0",
7062         "version_normalized": "1.0.0.0",
7063         "source": {
7064             "type": "git",
7065             "url": "https://git.drupal.org/project/ckeditor_templates",
7066             "reference": "8.x-1.0"
7067         },
7068         "dist": {
7069             "type": "zip",
7070             "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
7071             "reference": "8.x-1.0",
7072             "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
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": "1490206982"
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": "lucaslg",
7095                 "homepage": "https://www.drupal.org/user/3128975"
7096             }
7097         ],
7098         "description": "Integrates the CKEdito templates plugin",
7099         "homepage": "https://www.drupal.org/project/ckeditor_templates",
7100         "support": {
7101             "source": "http://cgit.drupalcode.org/ckeditor_templates"
7102         }
7103     },
7104     {
7105         "name": "drupal/layouter",
7106         "version": "1.0.0",
7107         "version_normalized": "1.0.0.0",
7108         "source": {
7109             "type": "git",
7110             "url": "https://git.drupal.org/project/layouter",
7111             "reference": "8.x-1.0"
7112         },
7113         "dist": {
7114             "type": "zip",
7115             "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
7116             "reference": "8.x-1.0",
7117             "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
7118         },
7119         "require": {
7120             "drupal/core": "*"
7121         },
7122         "type": "drupal-module",
7123         "extra": {
7124             "branch-alias": {
7125                 "dev-1.x": "1.x-dev"
7126             },
7127             "drupal": {
7128                 "version": "8.x-1.0",
7129                 "datestamp": "1470121439"
7130             }
7131         },
7132         "installation-source": "dist",
7133         "notification-url": "https://packages.drupal.org/8/downloads",
7134         "license": [
7135             "GPL 2.0+"
7136         ],
7137         "authors": [
7138             {
7139                 "name": "adci_contributor",
7140                 "homepage": "https://www.drupal.org/user/1830536"
7141             },
7142             {
7143                 "name": "adcillc",
7144                 "homepage": "https://www.drupal.org/user/366450"
7145             },
7146             {
7147                 "name": "antongp",
7148                 "homepage": "https://www.drupal.org/user/1060446"
7149             },
7150             {
7151                 "name": "kinosura",
7152                 "homepage": "https://www.drupal.org/user/383326"
7153             },
7154             {
7155                 "name": "usdv",
7156                 "homepage": "https://www.drupal.org/user/2476206"
7157             }
7158         ],
7159         "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
7160         "homepage": "https://www.drupal.org/project/layouter",
7161         "support": {
7162             "source": "http://cgit.drupalcode.org/layouter"
7163         }
7164     },
7165     {
7166         "name": "drupal-composer/drupal-scaffold",
7167         "version": "2.3.0",
7168         "version_normalized": "2.3.0.0",
7169         "source": {
7170             "type": "git",
7171             "url": "https://github.com/drupal-composer/drupal-scaffold.git",
7172             "reference": "1374e1031b98beb502abea3854f361304965c628"
7173         },
7174         "dist": {
7175             "type": "zip",
7176             "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/1374e1031b98beb502abea3854f361304965c628",
7177             "reference": "1374e1031b98beb502abea3854f361304965c628",
7178             "shasum": ""
7179         },
7180         "require": {
7181             "composer-plugin-api": "^1.0.0",
7182             "php": ">=5.4.5"
7183         },
7184         "require-dev": {
7185             "composer/composer": "dev-master",
7186             "phpunit/phpunit": "^4.4.0"
7187         },
7188         "time": "2017-05-05T21:26:28+00:00",
7189         "type": "composer-plugin",
7190         "extra": {
7191             "class": "DrupalComposer\\DrupalScaffold\\Plugin",
7192             "branch-alias": {
7193                 "dev-master": "2.0.x-dev"
7194             }
7195         },
7196         "installation-source": "dist",
7197         "autoload": {
7198             "psr-4": {
7199                 "DrupalComposer\\DrupalScaffold\\": "src/"
7200             }
7201         },
7202         "notification-url": "https://packagist.org/downloads/",
7203         "license": [
7204             "GPL-2.0+"
7205         ],
7206         "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core"
7207     },
7208     {
7209         "name": "composer/installers",
7210         "version": "v1.3.0",
7211         "version_normalized": "1.3.0.0",
7212         "source": {
7213             "type": "git",
7214             "url": "https://github.com/composer/installers.git",
7215             "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045"
7216         },
7217         "dist": {
7218             "type": "zip",
7219             "url": "https://api.github.com/repos/composer/installers/zipball/79ad876c7498c0bbfe7eed065b8651c93bfd6045",
7220             "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045",
7221             "shasum": ""
7222         },
7223         "require": {
7224             "composer-plugin-api": "^1.0"
7225         },
7226         "replace": {
7227             "roundcube/plugin-installer": "*",
7228             "shama/baton": "*"
7229         },
7230         "require-dev": {
7231             "composer/composer": "1.0.*@dev",
7232             "phpunit/phpunit": "4.1.*"
7233         },
7234         "time": "2017-04-24T06:37:16+00:00",
7235         "type": "composer-plugin",
7236         "extra": {
7237             "class": "Composer\\Installers\\Plugin",
7238             "branch-alias": {
7239                 "dev-master": "1.0-dev"
7240             }
7241         },
7242         "installation-source": "dist",
7243         "autoload": {
7244             "psr-4": {
7245                 "Composer\\Installers\\": "src/Composer/Installers"
7246             }
7247         },
7248         "notification-url": "https://packagist.org/downloads/",
7249         "license": [
7250             "MIT"
7251         ],
7252         "authors": [
7253             {
7254                 "name": "Kyle Robinson Young",
7255                 "email": "kyle@dontkry.com",
7256                 "homepage": "https://github.com/shama"
7257             }
7258         ],
7259         "description": "A multi-framework Composer library installer",
7260         "homepage": "https://composer.github.io/installers/",
7261         "keywords": [
7262             "Craft",
7263             "Dolibarr",
7264             "Eliasis",
7265             "Hurad",
7266             "ImageCMS",
7267             "Kanboard",
7268             "MODX Evo",
7269             "Mautic",
7270             "Maya",
7271             "OXID",
7272             "Plentymarkets",
7273             "Porto",
7274             "RadPHP",
7275             "SMF",
7276             "Thelia",
7277             "WolfCMS",
7278             "agl",
7279             "aimeos",
7280             "annotatecms",
7281             "attogram",
7282             "bitrix",
7283             "cakephp",
7284             "chef",
7285             "cockpit",
7286             "codeigniter",
7287             "concrete5",
7288             "croogo",
7289             "dokuwiki",
7290             "drupal",
7291             "elgg",
7292             "expressionengine",
7293             "fuelphp",
7294             "grav",
7295             "installer",
7296             "itop",
7297             "joomla",
7298             "kohana",
7299             "laravel",
7300             "lavalite",
7301             "lithium",
7302             "magento",
7303             "mako",
7304             "mediawiki",
7305             "modulework",
7306             "moodle",
7307             "phpbb",
7308             "piwik",
7309             "ppi",
7310             "puppet",
7311             "reindex",
7312             "roundcube",
7313             "shopware",
7314             "silverstripe",
7315             "sydes",
7316             "symfony",
7317             "typo3",
7318             "wordpress",
7319             "yawik",
7320             "zend",
7321             "zikula"
7322         ]
7323     },
7324     {
7325         "name": "symfony/polyfill-php55",
7326         "version": "v1.4.0",
7327         "version_normalized": "1.4.0.0",
7328         "source": {
7329             "type": "git",
7330             "url": "https://github.com/symfony/polyfill-php55.git",
7331             "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d"
7332         },
7333         "dist": {
7334             "type": "zip",
7335             "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d",
7336             "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d",
7337             "shasum": ""
7338         },
7339         "require": {
7340             "ircmaxell/password-compat": "~1.0",
7341             "php": ">=5.3.3"
7342         },
7343         "time": "2017-06-09T08:25:21+00:00",
7344         "type": "library",
7345         "extra": {
7346             "branch-alias": {
7347                 "dev-master": "1.4-dev"
7348             }
7349         },
7350         "installation-source": "dist",
7351         "autoload": {
7352             "psr-4": {
7353                 "Symfony\\Polyfill\\Php55\\": ""
7354             },
7355             "files": [
7356                 "bootstrap.php"
7357             ]
7358         },
7359         "notification-url": "https://packagist.org/downloads/",
7360         "license": [
7361             "MIT"
7362         ],
7363         "authors": [
7364             {
7365                 "name": "Nicolas Grekas",
7366                 "email": "p@tchwork.com"
7367             },
7368             {
7369                 "name": "Symfony Community",
7370                 "homepage": "https://symfony.com/contributors"
7371             }
7372         ],
7373         "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
7374         "homepage": "https://symfony.com",
7375         "keywords": [
7376             "compatibility",
7377             "polyfill",
7378             "portable",
7379             "shim"
7380         ]
7381     },
7382     {
7383         "name": "symfony/polyfill-php54",
7384         "version": "v1.4.0",
7385         "version_normalized": "1.4.0.0",
7386         "source": {
7387             "type": "git",
7388             "url": "https://github.com/symfony/polyfill-php54.git",
7389             "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789"
7390         },
7391         "dist": {
7392             "type": "zip",
7393             "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
7394             "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
7395             "shasum": ""
7396         },
7397         "require": {
7398             "php": ">=5.3.3"
7399         },
7400         "time": "2017-06-09T08:25:21+00:00",
7401         "type": "library",
7402         "extra": {
7403             "branch-alias": {
7404                 "dev-master": "1.4-dev"
7405             }
7406         },
7407         "installation-source": "dist",
7408         "autoload": {
7409             "psr-4": {
7410                 "Symfony\\Polyfill\\Php54\\": ""
7411             },
7412             "files": [
7413                 "bootstrap.php"
7414             ],
7415             "classmap": [
7416                 "Resources/stubs"
7417             ]
7418         },
7419         "notification-url": "https://packagist.org/downloads/",
7420         "license": [
7421             "MIT"
7422         ],
7423         "authors": [
7424             {
7425                 "name": "Nicolas Grekas",
7426                 "email": "p@tchwork.com"
7427             },
7428             {
7429                 "name": "Symfony Community",
7430                 "homepage": "https://symfony.com/contributors"
7431             }
7432         ],
7433         "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
7434         "homepage": "https://symfony.com",
7435         "keywords": [
7436             "compatibility",
7437             "polyfill",
7438             "portable",
7439             "shim"
7440         ]
7441     },
7442     {
7443         "name": "symfony/polyfill-mbstring",
7444         "version": "v1.4.0",
7445         "version_normalized": "1.4.0.0",
7446         "source": {
7447             "type": "git",
7448             "url": "https://github.com/symfony/polyfill-mbstring.git",
7449             "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
7450         },
7451         "dist": {
7452             "type": "zip",
7453             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
7454             "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
7455             "shasum": ""
7456         },
7457         "require": {
7458             "php": ">=5.3.3"
7459         },
7460         "suggest": {
7461             "ext-mbstring": "For best performance"
7462         },
7463         "time": "2017-06-09T14:24:12+00:00",
7464         "type": "library",
7465         "extra": {
7466             "branch-alias": {
7467                 "dev-master": "1.4-dev"
7468             }
7469         },
7470         "installation-source": "dist",
7471         "autoload": {
7472             "psr-4": {
7473                 "Symfony\\Polyfill\\Mbstring\\": ""
7474             },
7475             "files": [
7476                 "bootstrap.php"
7477             ]
7478         },
7479         "notification-url": "https://packagist.org/downloads/",
7480         "license": [
7481             "MIT"
7482         ],
7483         "authors": [
7484             {
7485                 "name": "Nicolas Grekas",
7486                 "email": "p@tchwork.com"
7487             },
7488             {
7489                 "name": "Symfony Community",
7490                 "homepage": "https://symfony.com/contributors"
7491             }
7492         ],
7493         "description": "Symfony polyfill for the Mbstring extension",
7494         "homepage": "https://symfony.com",
7495         "keywords": [
7496             "compatibility",
7497             "mbstring",
7498             "polyfill",
7499             "portable",
7500             "shim"
7501         ]
7502     },
7503     {
7504         "name": "symfony/http-foundation",
7505         "version": "v2.8.22",
7506         "version_normalized": "2.8.22.0",
7507         "source": {
7508             "type": "git",
7509             "url": "https://github.com/symfony/http-foundation.git",
7510             "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5"
7511         },
7512         "dist": {
7513             "type": "zip",
7514             "url": "https://api.github.com/repos/symfony/http-foundation/zipball/de8d8e83b9ec898e14ef8db84cee5919753b2ae5",
7515             "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5",
7516             "shasum": ""
7517         },
7518         "require": {
7519             "php": ">=5.3.9",
7520             "symfony/polyfill-mbstring": "~1.1",
7521             "symfony/polyfill-php54": "~1.0",
7522             "symfony/polyfill-php55": "~1.0"
7523         },
7524         "require-dev": {
7525             "symfony/expression-language": "~2.4|~3.0.0"
7526         },
7527         "time": "2017-06-01T20:52:29+00:00",
7528         "type": "library",
7529         "extra": {
7530             "branch-alias": {
7531                 "dev-master": "2.8-dev"
7532             }
7533         },
7534         "installation-source": "dist",
7535         "autoload": {
7536             "psr-4": {
7537                 "Symfony\\Component\\HttpFoundation\\": ""
7538             },
7539             "exclude-from-classmap": [
7540                 "/Tests/"
7541             ]
7542         },
7543         "notification-url": "https://packagist.org/downloads/",
7544         "license": [
7545             "MIT"
7546         ],
7547         "authors": [
7548             {
7549                 "name": "Fabien Potencier",
7550                 "email": "fabien@symfony.com"
7551             },
7552             {
7553                 "name": "Symfony Community",
7554                 "homepage": "https://symfony.com/contributors"
7555             }
7556         ],
7557         "description": "Symfony HttpFoundation Component",
7558         "homepage": "https://symfony.com"
7559     },
7560     {
7561         "name": "symfony/expression-language",
7562         "version": "v2.8.22",
7563         "version_normalized": "2.8.22.0",
7564         "source": {
7565             "type": "git",
7566             "url": "https://github.com/symfony/expression-language.git",
7567             "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01"
7568         },
7569         "dist": {
7570             "type": "zip",
7571             "url": "https://api.github.com/repos/symfony/expression-language/zipball/2b8394d92f012fe3410e55e28c24fd90c9864a01",
7572             "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01",
7573             "shasum": ""
7574         },
7575         "require": {
7576             "php": ">=5.3.9"
7577         },
7578         "time": "2017-06-01T20:52:29+00:00",
7579         "type": "library",
7580         "extra": {
7581             "branch-alias": {
7582                 "dev-master": "2.8-dev"
7583             }
7584         },
7585         "installation-source": "dist",
7586         "autoload": {
7587             "psr-4": {
7588                 "Symfony\\Component\\ExpressionLanguage\\": ""
7589             },
7590             "exclude-from-classmap": [
7591                 "/Tests/"
7592             ]
7593         },
7594         "notification-url": "https://packagist.org/downloads/",
7595         "license": [
7596             "MIT"
7597         ],
7598         "authors": [
7599             {
7600                 "name": "Fabien Potencier",
7601                 "email": "fabien@symfony.com"
7602             },
7603             {
7604                 "name": "Symfony Community",
7605                 "homepage": "https://symfony.com/contributors"
7606             }
7607         ],
7608         "description": "Symfony ExpressionLanguage Component",
7609         "homepage": "https://symfony.com"
7610     },
7611     {
7612         "name": "symfony/dom-crawler",
7613         "version": "v3.2.9",
7614         "version_normalized": "3.2.9.0",
7615         "source": {
7616             "type": "git",
7617             "url": "https://github.com/symfony/dom-crawler.git",
7618             "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716"
7619         },
7620         "dist": {
7621             "type": "zip",
7622             "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3d0e66d86f5eeaffa44edc884ce09322be8f4716",
7623             "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716",
7624             "shasum": ""
7625         },
7626         "require": {
7627             "php": ">=5.5.9",
7628             "symfony/polyfill-mbstring": "~1.0"
7629         },
7630         "require-dev": {
7631             "symfony/css-selector": "~2.8|~3.0"
7632         },
7633         "suggest": {
7634             "symfony/css-selector": ""
7635         },
7636         "time": "2017-05-25T22:59:05+00:00",
7637         "type": "library",
7638         "extra": {
7639             "branch-alias": {
7640                 "dev-master": "3.2-dev"
7641             }
7642         },
7643         "installation-source": "dist",
7644         "autoload": {
7645             "psr-4": {
7646                 "Symfony\\Component\\DomCrawler\\": ""
7647             },
7648             "exclude-from-classmap": [
7649                 "/Tests/"
7650             ]
7651         },
7652         "notification-url": "https://packagist.org/downloads/",
7653         "license": [
7654             "MIT"
7655         ],
7656         "authors": [
7657             {
7658                 "name": "Fabien Potencier",
7659                 "email": "fabien@symfony.com"
7660             },
7661             {
7662                 "name": "Symfony Community",
7663                 "homepage": "https://symfony.com/contributors"
7664             }
7665         ],
7666         "description": "Symfony DomCrawler Component",
7667         "homepage": "https://symfony.com"
7668     },
7669     {
7670         "name": "symfony/css-selector",
7671         "version": "v2.8.22",
7672         "version_normalized": "2.8.22.0",
7673         "source": {
7674             "type": "git",
7675             "url": "https://github.com/symfony/css-selector.git",
7676             "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab"
7677         },
7678         "dist": {
7679             "type": "zip",
7680             "url": "https://api.github.com/repos/symfony/css-selector/zipball/ba3204654efa779691fac9e948a96b4a7067e4ab",
7681             "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab",
7682             "shasum": ""
7683         },
7684         "require": {
7685             "php": ">=5.3.9"
7686         },
7687         "time": "2017-05-01T14:31:55+00:00",
7688         "type": "library",
7689         "extra": {
7690             "branch-alias": {
7691                 "dev-master": "2.8-dev"
7692             }
7693         },
7694         "installation-source": "dist",
7695         "autoload": {
7696             "psr-4": {
7697                 "Symfony\\Component\\CssSelector\\": ""
7698             },
7699             "exclude-from-classmap": [
7700                 "/Tests/"
7701             ]
7702         },
7703         "notification-url": "https://packagist.org/downloads/",
7704         "license": [
7705             "MIT"
7706         ],
7707         "authors": [
7708             {
7709                 "name": "Jean-François Simon",
7710                 "email": "jeanfrancois.simon@sensiolabs.com"
7711             },
7712             {
7713                 "name": "Fabien Potencier",
7714                 "email": "fabien@symfony.com"
7715             },
7716             {
7717                 "name": "Symfony Community",
7718                 "homepage": "https://symfony.com/contributors"
7719             }
7720         ],
7721         "description": "Symfony CssSelector Component",
7722         "homepage": "https://symfony.com"
7723     },
7724     {
7725         "name": "symfony/var-dumper",
7726         "version": "v2.8.22",
7727         "version_normalized": "2.8.22.0",
7728         "source": {
7729             "type": "git",
7730             "url": "https://github.com/symfony/var-dumper.git",
7731             "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152"
7732         },
7733         "dist": {
7734             "type": "zip",
7735             "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8108f6200e8a1cf999df2691431a2d71e6db1152",
7736             "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152",
7737             "shasum": ""
7738         },
7739         "require": {
7740             "php": ">=5.3.9",
7741             "symfony/polyfill-mbstring": "~1.0"
7742         },
7743         "conflict": {
7744             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
7745         },
7746         "require-dev": {
7747             "ext-iconv": "*",
7748             "twig/twig": "~1.34|~2.4"
7749         },
7750         "suggest": {
7751             "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
7752             "ext-symfony_debug": ""
7753         },
7754         "time": "2017-06-02T08:28:06+00:00",
7755         "type": "library",
7756         "extra": {
7757             "branch-alias": {
7758                 "dev-master": "2.8-dev"
7759             }
7760         },
7761         "installation-source": "dist",
7762         "autoload": {
7763             "files": [
7764                 "Resources/functions/dump.php"
7765             ],
7766             "psr-4": {
7767                 "Symfony\\Component\\VarDumper\\": ""
7768             },
7769             "exclude-from-classmap": [
7770                 "/Tests/"
7771             ]
7772         },
7773         "notification-url": "https://packagist.org/downloads/",
7774         "license": [
7775             "MIT"
7776         ],
7777         "authors": [
7778             {
7779                 "name": "Nicolas Grekas",
7780                 "email": "p@tchwork.com"
7781             },
7782             {
7783                 "name": "Symfony Community",
7784                 "homepage": "https://symfony.com/contributors"
7785             }
7786         ],
7787         "description": "Symfony mechanism for exploring and dumping PHP variables",
7788         "homepage": "https://symfony.com",
7789         "keywords": [
7790             "debug",
7791             "dump"
7792         ]
7793     },
7794     {
7795         "name": "symfony/debug",
7796         "version": "v2.8.22",
7797         "version_normalized": "2.8.22.0",
7798         "source": {
7799             "type": "git",
7800             "url": "https://github.com/symfony/debug.git",
7801             "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b"
7802         },
7803         "dist": {
7804             "type": "zip",
7805             "url": "https://api.github.com/repos/symfony/debug/zipball/8470d7701177a88edeb0cec59b44d50ef4477e9b",
7806             "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b",
7807             "shasum": ""
7808         },
7809         "require": {
7810             "php": ">=5.3.9",
7811             "psr/log": "~1.0"
7812         },
7813         "conflict": {
7814             "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
7815         },
7816         "require-dev": {
7817             "symfony/class-loader": "~2.2|~3.0.0",
7818             "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
7819         },
7820         "time": "2017-06-01T20:52:29+00:00",
7821         "type": "library",
7822         "extra": {
7823             "branch-alias": {
7824                 "dev-master": "2.8-dev"
7825             }
7826         },
7827         "installation-source": "dist",
7828         "autoload": {
7829             "psr-4": {
7830                 "Symfony\\Component\\Debug\\": ""
7831             },
7832             "exclude-from-classmap": [
7833                 "/Tests/"
7834             ]
7835         },
7836         "notification-url": "https://packagist.org/downloads/",
7837         "license": [
7838             "MIT"
7839         ],
7840         "authors": [
7841             {
7842                 "name": "Fabien Potencier",
7843                 "email": "fabien@symfony.com"
7844             },
7845             {
7846                 "name": "Symfony Community",
7847                 "homepage": "https://symfony.com/contributors"
7848             }
7849         ],
7850         "description": "Symfony Debug Component",
7851         "homepage": "https://symfony.com"
7852     },
7853     {
7854         "name": "symfony/console",
7855         "version": "v2.8.22",
7856         "version_normalized": "2.8.22.0",
7857         "source": {
7858             "type": "git",
7859             "url": "https://github.com/symfony/console.git",
7860             "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462"
7861         },
7862         "dist": {
7863             "type": "zip",
7864             "url": "https://api.github.com/repos/symfony/console/zipball/3ef6ef64abecd566d551d9e7f6393ac6e93b2462",
7865             "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462",
7866             "shasum": ""
7867         },
7868         "require": {
7869             "php": ">=5.3.9",
7870             "symfony/debug": "^2.7.2|~3.0.0",
7871             "symfony/polyfill-mbstring": "~1.0"
7872         },
7873         "require-dev": {
7874             "psr/log": "~1.0",
7875             "symfony/event-dispatcher": "~2.1|~3.0.0",
7876             "symfony/process": "~2.1|~3.0.0"
7877         },
7878         "suggest": {
7879             "psr/log": "For using the console logger",
7880             "symfony/event-dispatcher": "",
7881             "symfony/process": ""
7882         },
7883         "time": "2017-06-02T14:36:56+00:00",
7884         "type": "library",
7885         "extra": {
7886             "branch-alias": {
7887                 "dev-master": "2.8-dev"
7888             }
7889         },
7890         "installation-source": "dist",
7891         "autoload": {
7892             "psr-4": {
7893                 "Symfony\\Component\\Console\\": ""
7894             },
7895             "exclude-from-classmap": [
7896                 "/Tests/"
7897             ]
7898         },
7899         "notification-url": "https://packagist.org/downloads/",
7900         "license": [
7901             "MIT"
7902         ],
7903         "authors": [
7904             {
7905                 "name": "Fabien Potencier",
7906                 "email": "fabien@symfony.com"
7907             },
7908             {
7909                 "name": "Symfony Community",
7910                 "homepage": "https://symfony.com/contributors"
7911             }
7912         ],
7913         "description": "Symfony Console Component",
7914         "homepage": "https://symfony.com"
7915     },
7916     {
7917         "name": "psy/psysh",
7918         "version": "v0.8.7",
7919         "version_normalized": "0.8.7.0",
7920         "source": {
7921             "type": "git",
7922             "url": "https://github.com/bobthecow/psysh.git",
7923             "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50"
7924         },
7925         "dist": {
7926             "type": "zip",
7927             "url": "https://api.github.com/repos/bobthecow/psysh/zipball/be969b9dc89dcaefdb9a3117fa91fa38bca19f50",
7928             "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50",
7929             "shasum": ""
7930         },
7931         "require": {
7932             "dnoegel/php-xdg-base-dir": "0.1",
7933             "jakub-onderka/php-console-highlighter": "0.3.*",
7934             "nikic/php-parser": "~1.3|~2.0|~3.0",
7935             "php": ">=5.3.9",
7936             "symfony/console": "~2.3.10|^2.4.2|~3.0",
7937             "symfony/var-dumper": "~2.7|~3.0"
7938         },
7939         "require-dev": {
7940             "friendsofphp/php-cs-fixer": "~1.11",
7941             "hoa/console": "~3.16|~1.14",
7942             "phpunit/phpunit": "~4.4|~5.0",
7943             "symfony/finder": "~2.1|~3.0"
7944         },
7945         "suggest": {
7946             "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
7947             "ext-pdo-sqlite": "The doc command requires SQLite to work.",
7948             "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
7949             "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
7950             "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
7951         },
7952         "time": "2017-06-20T12:51:31+00:00",
7953         "bin": [
7954             "bin/psysh"
7955         ],
7956         "type": "library",
7957         "extra": {
7958             "branch-alias": {
7959                 "dev-develop": "0.8.x-dev"
7960             }
7961         },
7962         "installation-source": "dist",
7963         "autoload": {
7964             "files": [
7965                 "src/Psy/functions.php"
7966             ],
7967             "psr-4": {
7968                 "Psy\\": "src/Psy/"
7969             }
7970         },
7971         "notification-url": "https://packagist.org/downloads/",
7972         "license": [
7973             "MIT"
7974         ],
7975         "authors": [
7976             {
7977                 "name": "Justin Hileman",
7978                 "email": "justin@justinhileman.info",
7979                 "homepage": "http://justinhileman.com"
7980             }
7981         ],
7982         "description": "An interactive shell for modern PHP.",
7983         "homepage": "http://psysh.org",
7984         "keywords": [
7985             "REPL",
7986             "console",
7987             "interactive",
7988             "shell"
7989         ]
7990     },
7991     {
7992         "name": "gabordemooij/redbean",
7993         "version": "v4.3.4",
7994         "version_normalized": "4.3.4.0",
7995         "source": {
7996             "type": "git",
7997             "url": "https://github.com/gabordemooij/redbean.git",
7998             "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0"
7999         },
8000         "dist": {
8001             "type": "zip",
8002             "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/d0944d7f966d7f45a0d973981fe3f64aff0050f0",
8003             "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0",
8004             "shasum": ""
8005         },
8006         "require": {
8007             "php": ">=5.3.4"
8008         },
8009         "time": "2017-03-07T22:26:54+00:00",
8010         "type": "library",
8011         "installation-source": "dist",
8012         "autoload": {
8013             "psr-4": {
8014                 "RedBeanPHP\\": "RedBeanPHP"
8015             }
8016         },
8017         "notification-url": "https://packagist.org/downloads/",
8018         "license": [
8019             "New BSD and GPLv2"
8020         ],
8021         "authors": [
8022             {
8023                 "name": "Gabor de Mooij",
8024                 "email": "gabor@redbeanphp.com",
8025                 "homepage": "http://redbeanphp.com"
8026             }
8027         ],
8028         "description": "RedBeanPHP ORM",
8029         "homepage": "http://redbeanphp.com/",
8030         "keywords": [
8031             "orm"
8032         ]
8033     },
8034     {
8035         "name": "symfony/yaml",
8036         "version": "v2.8.22",
8037         "version_normalized": "2.8.22.0",
8038         "source": {
8039             "type": "git",
8040             "url": "https://github.com/symfony/yaml.git",
8041             "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
8042         },
8043         "dist": {
8044             "type": "zip",
8045             "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
8046             "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
8047             "shasum": ""
8048         },
8049         "require": {
8050             "php": ">=5.3.9"
8051         },
8052         "time": "2017-06-01T20:52:29+00:00",
8053         "type": "library",
8054         "extra": {
8055             "branch-alias": {
8056                 "dev-master": "2.8-dev"
8057             }
8058         },
8059         "installation-source": "dist",
8060         "autoload": {
8061             "psr-4": {
8062                 "Symfony\\Component\\Yaml\\": ""
8063             },
8064             "exclude-from-classmap": [
8065                 "/Tests/"
8066             ]
8067         },
8068         "notification-url": "https://packagist.org/downloads/",
8069         "license": [
8070             "MIT"
8071         ],
8072         "authors": [
8073             {
8074                 "name": "Fabien Potencier",
8075                 "email": "fabien@symfony.com"
8076             },
8077             {
8078                 "name": "Symfony Community",
8079                 "homepage": "https://symfony.com/contributors"
8080             }
8081         ],
8082         "description": "Symfony Yaml Component",
8083         "homepage": "https://symfony.com"
8084     },
8085     {
8086         "name": "symfony/finder",
8087         "version": "v2.8.22",
8088         "version_normalized": "2.8.22.0",
8089         "source": {
8090             "type": "git",
8091             "url": "https://github.com/symfony/finder.git",
8092             "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad"
8093         },
8094         "dist": {
8095             "type": "zip",
8096             "url": "https://api.github.com/repos/symfony/finder/zipball/4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
8097             "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
8098             "shasum": ""
8099         },
8100         "require": {
8101             "php": ">=5.3.9"
8102         },
8103         "time": "2017-06-01T20:52:29+00:00",
8104         "type": "library",
8105         "extra": {
8106             "branch-alias": {
8107                 "dev-master": "2.8-dev"
8108             }
8109         },
8110         "installation-source": "dist",
8111         "autoload": {
8112             "psr-4": {
8113                 "Symfony\\Component\\Finder\\": ""
8114             },
8115             "exclude-from-classmap": [
8116                 "/Tests/"
8117             ]
8118         },
8119         "notification-url": "https://packagist.org/downloads/",
8120         "license": [
8121             "MIT"
8122         ],
8123         "authors": [
8124             {
8125                 "name": "Fabien Potencier",
8126                 "email": "fabien@symfony.com"
8127             },
8128             {
8129                 "name": "Symfony Community",
8130                 "homepage": "https://symfony.com/contributors"
8131             }
8132         ],
8133         "description": "Symfony Finder Component",
8134         "homepage": "https://symfony.com"
8135     },
8136     {
8137         "name": "drupal/console-extend-plugin",
8138         "version": "0.8.0",
8139         "version_normalized": "0.8.0.0",
8140         "source": {
8141             "type": "git",
8142             "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
8143             "reference": "d69ffe413259781c4257ab42bd79c9da9042e87e"
8144         },
8145         "dist": {
8146             "type": "zip",
8147             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/d69ffe413259781c4257ab42bd79c9da9042e87e",
8148             "reference": "d69ffe413259781c4257ab42bd79c9da9042e87e",
8149             "shasum": ""
8150         },
8151         "require": {
8152             "composer-plugin-api": "^1.0",
8153             "symfony/finder": ">=2.7 <3.0",
8154             "symfony/yaml": ">=2.7 <3.0"
8155         },
8156         "time": "2017-06-08T16:06:59+00:00",
8157         "type": "composer-plugin",
8158         "extra": {
8159             "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
8160         },
8161         "installation-source": "dist",
8162         "autoload": {
8163             "psr-4": {
8164                 "Drupal\\Console\\Composer\\Plugin\\": "src"
8165             }
8166         },
8167         "notification-url": "https://packagist.org/downloads/",
8168         "license": [
8169             "GPL-2.0+"
8170         ],
8171         "authors": [
8172             {
8173                 "name": "Jesus Manuel Olivas",
8174                 "email": "jesus.olivas@gmail.com"
8175             }
8176         ],
8177         "description": "Drupal Console Extend Plugin"
8178     },
8179     {
8180         "name": "webflo/drupal-finder",
8181         "version": "0.3.0",
8182         "version_normalized": "0.3.0.0",
8183         "source": {
8184             "type": "git",
8185             "url": "https://github.com/webflo/drupal-finder.git",
8186             "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b"
8187         },
8188         "dist": {
8189             "type": "zip",
8190             "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/6ef150707aad1755d91f9b0d2108bcc16661e76b",
8191             "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b",
8192             "shasum": ""
8193         },
8194         "require-dev": {
8195             "mikey179/vfsstream": "^1.6",
8196             "phpunit/phpunit": "^4.8"
8197         },
8198         "time": "2017-05-04T08:54:02+00:00",
8199         "type": "library",
8200         "installation-source": "dist",
8201         "autoload": {
8202             "classmap": [
8203                 "src/DrupalFinder.php"
8204             ]
8205         },
8206         "notification-url": "https://packagist.org/downloads/",
8207         "license": [
8208             "GPL-2.0+"
8209         ],
8210         "authors": [
8211             {
8212                 "name": "Florian Weber",
8213                 "email": "florian@webflo.org"
8214             }
8215         ],
8216         "description": "Helper class to locate a Drupal installation from a given path."
8217     },
8218     {
8219         "name": "twig/twig",
8220         "version": "v1.34.3",
8221         "version_normalized": "1.34.3.0",
8222         "source": {
8223             "type": "git",
8224             "url": "https://github.com/twigphp/Twig.git",
8225             "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e"
8226         },
8227         "dist": {
8228             "type": "zip",
8229             "url": "https://api.github.com/repos/twigphp/Twig/zipball/451c6f4197e113e24c1c85bc3fc8c2d77adeff2e",
8230             "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e",
8231             "shasum": ""
8232         },
8233         "require": {
8234             "php": ">=5.3.3"
8235         },
8236         "require-dev": {
8237             "psr/container": "^1.0",
8238             "symfony/debug": "~2.7",
8239             "symfony/phpunit-bridge": "~3.3@dev"
8240         },
8241         "time": "2017-06-07T18:45:17+00:00",
8242         "type": "library",
8243         "extra": {
8244             "branch-alias": {
8245                 "dev-master": "1.34-dev"
8246             }
8247         },
8248         "installation-source": "dist",
8249         "autoload": {
8250             "psr-0": {
8251                 "Twig_": "lib/"
8252             },
8253             "psr-4": {
8254                 "Twig\\": "src/"
8255             }
8256         },
8257         "notification-url": "https://packagist.org/downloads/",
8258         "license": [
8259             "BSD-3-Clause"
8260         ],
8261         "authors": [
8262             {
8263                 "name": "Fabien Potencier",
8264                 "email": "fabien@symfony.com",
8265                 "homepage": "http://fabien.potencier.org",
8266                 "role": "Lead Developer"
8267             },
8268             {
8269                 "name": "Armin Ronacher",
8270                 "email": "armin.ronacher@active-4.com",
8271                 "role": "Project Founder"
8272             },
8273             {
8274                 "name": "Twig Team",
8275                 "homepage": "http://twig.sensiolabs.org/contributors",
8276                 "role": "Contributors"
8277             }
8278         ],
8279         "description": "Twig, the flexible, fast, and secure template language for PHP",
8280         "homepage": "http://twig.sensiolabs.org",
8281         "keywords": [
8282             "templating"
8283         ]
8284     },
8285     {
8286         "name": "symfony/translation",
8287         "version": "v2.8.22",
8288         "version_normalized": "2.8.22.0",
8289         "source": {
8290             "type": "git",
8291             "url": "https://github.com/symfony/translation.git",
8292             "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46"
8293         },
8294         "dist": {
8295             "type": "zip",
8296             "url": "https://api.github.com/repos/symfony/translation/zipball/14db4cc1172a722aaa3b558bfa8eff593b43cd46",
8297             "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46",
8298             "shasum": ""
8299         },
8300         "require": {
8301             "php": ">=5.3.9",
8302             "symfony/polyfill-mbstring": "~1.0"
8303         },
8304         "conflict": {
8305             "symfony/config": "<2.7"
8306         },
8307         "require-dev": {
8308             "psr/log": "~1.0",
8309             "symfony/config": "~2.8",
8310             "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
8311             "symfony/yaml": "~2.2|~3.0.0"
8312         },
8313         "suggest": {
8314             "psr/log": "To use logging capability in translator",
8315             "symfony/config": "",
8316             "symfony/yaml": ""
8317         },
8318         "time": "2017-06-01T20:52:29+00:00",
8319         "type": "library",
8320         "extra": {
8321             "branch-alias": {
8322                 "dev-master": "2.8-dev"
8323             }
8324         },
8325         "installation-source": "dist",
8326         "autoload": {
8327             "psr-4": {
8328                 "Symfony\\Component\\Translation\\": ""
8329             },
8330             "exclude-from-classmap": [
8331                 "/Tests/"
8332             ]
8333         },
8334         "notification-url": "https://packagist.org/downloads/",
8335         "license": [
8336             "MIT"
8337         ],
8338         "authors": [
8339             {
8340                 "name": "Fabien Potencier",
8341                 "email": "fabien@symfony.com"
8342             },
8343             {
8344                 "name": "Symfony Community",
8345                 "homepage": "https://symfony.com/contributors"
8346             }
8347         ],
8348         "description": "Symfony Translation Component",
8349         "homepage": "https://symfony.com"
8350     },
8351     {
8352         "name": "symfony/process",
8353         "version": "v2.8.22",
8354         "version_normalized": "2.8.22.0",
8355         "source": {
8356             "type": "git",
8357             "url": "https://github.com/symfony/process.git",
8358             "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9"
8359         },
8360         "dist": {
8361             "type": "zip",
8362             "url": "https://api.github.com/repos/symfony/process/zipball/d54232f5682fda2f8bbebff7c81b864646867ab9",
8363             "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9",
8364             "shasum": ""
8365         },
8366         "require": {
8367             "php": ">=5.3.9"
8368         },
8369         "time": "2017-05-08T01:19:21+00:00",
8370         "type": "library",
8371         "extra": {
8372             "branch-alias": {
8373                 "dev-master": "2.8-dev"
8374             }
8375         },
8376         "installation-source": "dist",
8377         "autoload": {
8378             "psr-4": {
8379                 "Symfony\\Component\\Process\\": ""
8380             },
8381             "exclude-from-classmap": [
8382                 "/Tests/"
8383             ]
8384         },
8385         "notification-url": "https://packagist.org/downloads/",
8386         "license": [
8387             "MIT"
8388         ],
8389         "authors": [
8390             {
8391                 "name": "Fabien Potencier",
8392                 "email": "fabien@symfony.com"
8393             },
8394             {
8395                 "name": "Symfony Community",
8396                 "homepage": "https://symfony.com/contributors"
8397             }
8398         ],
8399         "description": "Symfony Process Component",
8400         "homepage": "https://symfony.com"
8401     },
8402     {
8403         "name": "symfony/filesystem",
8404         "version": "v2.8.22",
8405         "version_normalized": "2.8.22.0",
8406         "source": {
8407             "type": "git",
8408             "url": "https://github.com/symfony/filesystem.git",
8409             "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c"
8410         },
8411         "dist": {
8412             "type": "zip",
8413             "url": "https://api.github.com/repos/symfony/filesystem/zipball/19c11158da8d110cc5289c063bf2ec4cc1ce9e7c",
8414             "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c",
8415             "shasum": ""
8416         },
8417         "require": {
8418             "php": ">=5.3.9"
8419         },
8420         "time": "2017-05-28T14:07:33+00:00",
8421         "type": "library",
8422         "extra": {
8423             "branch-alias": {
8424                 "dev-master": "2.8-dev"
8425             }
8426         },
8427         "installation-source": "dist",
8428         "autoload": {
8429             "psr-4": {
8430                 "Symfony\\Component\\Filesystem\\": ""
8431             },
8432             "exclude-from-classmap": [
8433                 "/Tests/"
8434             ]
8435         },
8436         "notification-url": "https://packagist.org/downloads/",
8437         "license": [
8438             "MIT"
8439         ],
8440         "authors": [
8441             {
8442                 "name": "Fabien Potencier",
8443                 "email": "fabien@symfony.com"
8444             },
8445             {
8446                 "name": "Symfony Community",
8447                 "homepage": "https://symfony.com/contributors"
8448             }
8449         ],
8450         "description": "Symfony Filesystem Component",
8451         "homepage": "https://symfony.com"
8452     },
8453     {
8454         "name": "symfony/event-dispatcher",
8455         "version": "v2.8.22",
8456         "version_normalized": "2.8.22.0",
8457         "source": {
8458             "type": "git",
8459             "url": "https://github.com/symfony/event-dispatcher.git",
8460             "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
8461         },
8462         "dist": {
8463             "type": "zip",
8464             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d",
8465             "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
8466             "shasum": ""
8467         },
8468         "require": {
8469             "php": ">=5.3.9"
8470         },
8471         "require-dev": {
8472             "psr/log": "~1.0",
8473             "symfony/config": "^2.0.5|~3.0.0",
8474             "symfony/dependency-injection": "~2.6|~3.0.0",
8475             "symfony/expression-language": "~2.6|~3.0.0",
8476             "symfony/stopwatch": "~2.3|~3.0.0"
8477         },
8478         "suggest": {
8479             "symfony/dependency-injection": "",
8480             "symfony/http-kernel": ""
8481         },
8482         "time": "2017-06-02T07:47:27+00:00",
8483         "type": "library",
8484         "extra": {
8485             "branch-alias": {
8486                 "dev-master": "2.8-dev"
8487             }
8488         },
8489         "installation-source": "dist",
8490         "autoload": {
8491             "psr-4": {
8492                 "Symfony\\Component\\EventDispatcher\\": ""
8493             },
8494             "exclude-from-classmap": [
8495                 "/Tests/"
8496             ]
8497         },
8498         "notification-url": "https://packagist.org/downloads/",
8499         "license": [
8500             "MIT"
8501         ],
8502         "authors": [
8503             {
8504                 "name": "Fabien Potencier",
8505                 "email": "fabien@symfony.com"
8506             },
8507             {
8508                 "name": "Symfony Community",
8509                 "homepage": "https://symfony.com/contributors"
8510             }
8511         ],
8512         "description": "Symfony EventDispatcher Component",
8513         "homepage": "https://symfony.com"
8514     },
8515     {
8516         "name": "symfony/dependency-injection",
8517         "version": "v2.8.22",
8518         "version_normalized": "2.8.22.0",
8519         "source": {
8520             "type": "git",
8521             "url": "https://github.com/symfony/dependency-injection.git",
8522             "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075"
8523         },
8524         "dist": {
8525             "type": "zip",
8526             "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075",
8527             "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075",
8528             "shasum": ""
8529         },
8530         "require": {
8531             "php": ">=5.3.9"
8532         },
8533         "conflict": {
8534             "symfony/expression-language": "<2.6"
8535         },
8536         "require-dev": {
8537             "symfony/config": "~2.2|~3.0.0",
8538             "symfony/expression-language": "~2.6|~3.0.0",
8539             "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
8540         },
8541         "suggest": {
8542             "symfony/config": "",
8543             "symfony/expression-language": "For using expressions in service container configuration",
8544             "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
8545             "symfony/yaml": ""
8546         },
8547         "time": "2017-06-02T14:36:56+00:00",
8548         "type": "library",
8549         "extra": {
8550             "branch-alias": {
8551                 "dev-master": "2.8-dev"
8552             }
8553         },
8554         "installation-source": "dist",
8555         "autoload": {
8556             "psr-4": {
8557                 "Symfony\\Component\\DependencyInjection\\": ""
8558             },
8559             "exclude-from-classmap": [
8560                 "/Tests/"
8561             ]
8562         },
8563         "notification-url": "https://packagist.org/downloads/",
8564         "license": [
8565             "MIT"
8566         ],
8567         "authors": [
8568             {
8569                 "name": "Fabien Potencier",
8570                 "email": "fabien@symfony.com"
8571             },
8572             {
8573                 "name": "Symfony Community",
8574                 "homepage": "https://symfony.com/contributors"
8575             }
8576         ],
8577         "description": "Symfony DependencyInjection Component",
8578         "homepage": "https://symfony.com"
8579     },
8580     {
8581         "name": "symfony/config",
8582         "version": "v2.8.22",
8583         "version_normalized": "2.8.22.0",
8584         "source": {
8585             "type": "git",
8586             "url": "https://github.com/symfony/config.git",
8587             "reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
8588         },
8589         "dist": {
8590             "type": "zip",
8591             "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
8592             "reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
8593             "shasum": ""
8594         },
8595         "require": {
8596             "php": ">=5.3.9",
8597             "symfony/filesystem": "~2.3|~3.0.0"
8598         },
8599         "require-dev": {
8600             "symfony/yaml": "~2.7|~3.0.0"
8601         },
8602         "suggest": {
8603             "symfony/yaml": "To use the yaml reference dumper"
8604         },
8605         "time": "2017-04-12T14:07:15+00:00",
8606         "type": "library",
8607         "extra": {
8608             "branch-alias": {
8609                 "dev-master": "2.8-dev"
8610             }
8611         },
8612         "installation-source": "dist",
8613         "autoload": {
8614             "psr-4": {
8615                 "Symfony\\Component\\Config\\": ""
8616             },
8617             "exclude-from-classmap": [
8618                 "/Tests/"
8619             ]
8620         },
8621         "notification-url": "https://packagist.org/downloads/",
8622         "license": [
8623             "MIT"
8624         ],
8625         "authors": [
8626             {
8627                 "name": "Fabien Potencier",
8628                 "email": "fabien@symfony.com"
8629             },
8630             {
8631                 "name": "Symfony Community",
8632                 "homepage": "https://symfony.com/contributors"
8633             }
8634         ],
8635         "description": "Symfony Config Component",
8636         "homepage": "https://symfony.com"
8637     },
8638     {
8639         "name": "drupal/console-en",
8640         "version": "1.0.0-rc21",
8641         "version_normalized": "1.0.0.0-RC21",
8642         "source": {
8643             "type": "git",
8644             "url": "https://github.com/hechoendrupal/drupal-console-en.git",
8645             "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0"
8646         },
8647         "dist": {
8648             "type": "zip",
8649             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/b6f563b8760c3b19aad22dd213a9cfba2f2c75d0",
8650             "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0",
8651             "shasum": ""
8652         },
8653         "time": "2017-05-20T23:29:05+00:00",
8654         "type": "drupal-console-language",
8655         "installation-source": "dist",
8656         "notification-url": "https://packagist.org/downloads/",
8657         "license": [
8658             "GPL-2.0+"
8659         ],
8660         "authors": [
8661             {
8662                 "name": "David Flores",
8663                 "email": "dmousex@gmail.com",
8664                 "homepage": "http://dmouse.net"
8665             },
8666             {
8667                 "name": "Jesus Manuel Olivas",
8668                 "email": "jesus.olivas@gmail.com",
8669                 "homepage": "http://jmolivas.com"
8670             },
8671             {
8672                 "name": "Drupal Console Contributors",
8673                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
8674             },
8675             {
8676                 "name": "Eduardo Garcia",
8677                 "email": "enzo@enzolutions.com",
8678                 "homepage": "http://enzolutions.com/"
8679             },
8680             {
8681                 "name": "Omar Aguirre",
8682                 "email": "omersguchigu@gmail.com"
8683             }
8684         ],
8685         "description": "Drupal Console English Language",
8686         "homepage": "http://drupalconsole.com/",
8687         "keywords": [
8688             "console",
8689             "development",
8690             "drupal",
8691             "symfony"
8692         ]
8693     },
8694     {
8695         "name": "drupal/console-core",
8696         "version": "1.0.0-rc21",
8697         "version_normalized": "1.0.0.0-RC21",
8698         "source": {
8699             "type": "git",
8700             "url": "https://github.com/hechoendrupal/drupal-console-core.git",
8701             "reference": "a473a27292110e5f50e0ae8df36d38449ce55903"
8702         },
8703         "dist": {
8704             "type": "zip",
8705             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/a473a27292110e5f50e0ae8df36d38449ce55903",
8706             "reference": "a473a27292110e5f50e0ae8df36d38449ce55903",
8707             "shasum": ""
8708         },
8709         "require": {
8710             "dflydev/dot-access-configuration": "1.0.1",
8711             "drupal/console-en": "1.0.0-rc21",
8712             "php": "^5.5.9 || ^7.0",
8713             "stecman/symfony-console-completion": "~0.7",
8714             "symfony/config": ">=2.7 <3.0",
8715             "symfony/console": ">=2.7 <3.0",
8716             "symfony/debug": ">=2.6 <3.0",
8717             "symfony/dependency-injection": ">=2.7 <3.0",
8718             "symfony/event-dispatcher": ">=2.7 <3.0",
8719             "symfony/filesystem": ">=2.7 <3.0",
8720             "symfony/finder": ">=2.7 <3.0",
8721             "symfony/process": ">=2.7 <3.0",
8722             "symfony/translation": ">=2.7 <3.0",
8723             "symfony/yaml": ">=2.7 <3.0",
8724             "twig/twig": "^1.23.1",
8725             "webflo/drupal-finder": "^0.3.0"
8726         },
8727         "time": "2017-06-07T15:57:23+00:00",
8728         "type": "project",
8729         "installation-source": "dist",
8730         "autoload": {
8731             "files": [
8732                 "src/functions.php"
8733             ],
8734             "psr-4": {
8735                 "Drupal\\Console\\Core\\": "src"
8736             }
8737         },
8738         "notification-url": "https://packagist.org/downloads/",
8739         "license": [
8740             "GPL-2.0+"
8741         ],
8742         "authors": [
8743             {
8744                 "name": "David Flores",
8745                 "email": "dmousex@gmail.com",
8746                 "homepage": "http://dmouse.net"
8747             },
8748             {
8749                 "name": "Jesus Manuel Olivas",
8750                 "email": "jesus.olivas@gmail.com",
8751                 "homepage": "http://jmolivas.com"
8752             },
8753             {
8754                 "name": "Drupal Console Contributors",
8755                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
8756             },
8757             {
8758                 "name": "Eduardo Garcia",
8759                 "email": "enzo@enzolutions.com",
8760                 "homepage": "http://enzolutions.com/"
8761             },
8762             {
8763                 "name": "Omar Aguirre",
8764                 "email": "omersguchigu@gmail.com"
8765             }
8766         ],
8767         "description": "Drupal Console Core",
8768         "homepage": "http://drupalconsole.com/",
8769         "keywords": [
8770             "console",
8771             "development",
8772             "drupal",
8773             "symfony"
8774         ]
8775     },
8776     {
8777         "name": "doctrine/collections",
8778         "version": "v1.4.0",
8779         "version_normalized": "1.4.0.0",
8780         "source": {
8781             "type": "git",
8782             "url": "https://github.com/doctrine/collections.git",
8783             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
8784         },
8785         "dist": {
8786             "type": "zip",
8787             "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
8788             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
8789             "shasum": ""
8790         },
8791         "require": {
8792             "php": "^5.6 || ^7.0"
8793         },
8794         "require-dev": {
8795             "doctrine/coding-standard": "~0.1@dev",
8796             "phpunit/phpunit": "^5.7"
8797         },
8798         "time": "2017-01-03T10:49:41+00:00",
8799         "type": "library",
8800         "extra": {
8801             "branch-alias": {
8802                 "dev-master": "1.3.x-dev"
8803             }
8804         },
8805         "installation-source": "dist",
8806         "autoload": {
8807             "psr-0": {
8808                 "Doctrine\\Common\\Collections\\": "lib/"
8809             }
8810         },
8811         "notification-url": "https://packagist.org/downloads/",
8812         "license": [
8813             "MIT"
8814         ],
8815         "authors": [
8816             {
8817                 "name": "Roman Borschel",
8818                 "email": "roman@code-factory.org"
8819             },
8820             {
8821                 "name": "Benjamin Eberlei",
8822                 "email": "kontakt@beberlei.de"
8823             },
8824             {
8825                 "name": "Guilherme Blanco",
8826                 "email": "guilhermeblanco@gmail.com"
8827             },
8828             {
8829                 "name": "Jonathan Wage",
8830                 "email": "jonwage@gmail.com"
8831             },
8832             {
8833                 "name": "Johannes Schmitt",
8834                 "email": "schmittjoh@gmail.com"
8835             }
8836         ],
8837         "description": "Collections Abstraction library",
8838         "homepage": "http://www.doctrine-project.org",
8839         "keywords": [
8840             "array",
8841             "collections",
8842             "iterator"
8843         ]
8844     },
8845     {
8846         "name": "drupal/console",
8847         "version": "1.0.0-rc21",
8848         "version_normalized": "1.0.0.0-RC21",
8849         "source": {
8850             "type": "git",
8851             "url": "https://github.com/hechoendrupal/drupal-console.git",
8852             "reference": "e01db040db734b2f8b30921ababc53ce51d01896"
8853         },
8854         "dist": {
8855             "type": "zip",
8856             "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/e01db040db734b2f8b30921ababc53ce51d01896",
8857             "reference": "e01db040db734b2f8b30921ababc53ce51d01896",
8858             "shasum": ""
8859         },
8860         "require": {
8861             "alchemy/zippy": "0.4.3",
8862             "composer/installers": "~1.0",
8863             "doctrine/annotations": "1.2.*",
8864             "doctrine/collections": "~1.3",
8865             "drupal/console-core": "1.0.0-rc21",
8866             "drupal/console-extend-plugin": "~0",
8867             "gabordemooij/redbean": "~4.3",
8868             "guzzlehttp/guzzle": "~6.1",
8869             "php": "^5.5.9 || ^7.0",
8870             "psy/psysh": "0.6.* || ~0.8",
8871             "symfony/css-selector": ">=2.7 <3.0",
8872             "symfony/dom-crawler": ">=2.7 <3.3",
8873             "symfony/expression-language": ">=2.7 <3.0",
8874             "symfony/http-foundation": ">=2.7 <3.0"
8875         },
8876         "time": "2017-06-07T16:21:12+00:00",
8877         "bin": [
8878             "bin/drupal"
8879         ],
8880         "type": "project",
8881         "installation-source": "dist",
8882         "autoload": {
8883             "psr-4": {
8884                 "Drupal\\Console\\": "src"
8885             }
8886         },
8887         "notification-url": "https://packagist.org/downloads/",
8888         "license": [
8889             "GPL-2.0+"
8890         ],
8891         "authors": [
8892             {
8893                 "name": "David Flores",
8894                 "email": "dmousex@gmail.com",
8895                 "homepage": "http://dmouse.net"
8896             },
8897             {
8898                 "name": "Jesus Manuel Olivas",
8899                 "email": "jesus.olivas@gmail.com",
8900                 "homepage": "http://jmolivas.com"
8901             },
8902             {
8903                 "name": "Drupal Console Contributors",
8904                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
8905             },
8906             {
8907                 "name": "Eduardo Garcia",
8908                 "email": "enzo@enzolutions.com",
8909                 "homepage": "http://enzolutions.com/"
8910             },
8911             {
8912                 "name": "Omar Aguirre",
8913                 "email": "omersguchigu@gmail.com"
8914             }
8915         ],
8916         "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
8917         "homepage": "http://drupalconsole.com/",
8918         "keywords": [
8919             "console",
8920             "development",
8921             "drupal",
8922             "symfony"
8923         ]
8924     },
8925     {
8926         "name": "symfony/http-kernel",
8927         "version": "v2.8.22",
8928         "version_normalized": "2.8.22.0",
8929         "source": {
8930             "type": "git",
8931             "url": "https://github.com/symfony/http-kernel.git",
8932             "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4"
8933         },
8934         "dist": {
8935             "type": "zip",
8936             "url": "https://api.github.com/repos/symfony/http-kernel/zipball/03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4",
8937             "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4",
8938             "shasum": ""
8939         },
8940         "require": {
8941             "php": ">=5.3.9",
8942             "psr/log": "~1.0",
8943             "symfony/debug": "^2.6.2",
8944             "symfony/event-dispatcher": "^2.6.7|~3.0.0",
8945             "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
8946         },
8947         "conflict": {
8948             "symfony/config": "<2.7",
8949             "twig/twig": "<1.34|<2.4,>=2"
8950         },
8951         "require-dev": {
8952             "symfony/browser-kit": "~2.3|~3.0.0",
8953             "symfony/class-loader": "~2.1|~3.0.0",
8954             "symfony/config": "~2.8",
8955             "symfony/console": "~2.3|~3.0.0",
8956             "symfony/css-selector": "^2.0.5|~3.0.0",
8957             "symfony/dependency-injection": "~2.8|~3.0.0",
8958             "symfony/dom-crawler": "^2.0.5|~3.0.0",
8959             "symfony/expression-language": "~2.4|~3.0.0",
8960             "symfony/finder": "^2.0.5|~3.0.0",
8961             "symfony/process": "^2.0.5|~3.0.0",
8962             "symfony/routing": "~2.8|~3.0.0",
8963             "symfony/stopwatch": "~2.3|~3.0.0",
8964             "symfony/templating": "~2.2|~3.0.0",
8965             "symfony/translation": "^2.0.5|~3.0.0",
8966             "symfony/var-dumper": "~2.6|~3.0.0"
8967         },
8968         "suggest": {
8969             "symfony/browser-kit": "",
8970             "symfony/class-loader": "",
8971             "symfony/config": "",
8972             "symfony/console": "",
8973             "symfony/dependency-injection": "",
8974             "symfony/finder": "",
8975             "symfony/var-dumper": ""
8976         },
8977         "time": "2017-06-07T20:12:31+00:00",
8978         "type": "library",
8979         "extra": {
8980             "branch-alias": {
8981                 "dev-master": "2.8-dev"
8982             }
8983         },
8984         "installation-source": "dist",
8985         "autoload": {
8986             "psr-4": {
8987                 "Symfony\\Component\\HttpKernel\\": ""
8988             },
8989             "exclude-from-classmap": [
8990                 "/Tests/"
8991             ]
8992         },
8993         "notification-url": "https://packagist.org/downloads/",
8994         "license": [
8995             "MIT"
8996         ],
8997         "authors": [
8998             {
8999                 "name": "Fabien Potencier",
9000                 "email": "fabien@symfony.com"
9001             },
9002             {
9003                 "name": "Symfony Community",
9004                 "homepage": "https://symfony.com/contributors"
9005             }
9006         ],
9007         "description": "Symfony HttpKernel Component",
9008         "homepage": "https://symfony.com"
9009     },
9010     {
9011         "name": "symfony/routing",
9012         "version": "v2.8.22",
9013         "version_normalized": "2.8.22.0",
9014         "source": {
9015             "type": "git",
9016             "url": "https://github.com/symfony/routing.git",
9017             "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19"
9018         },
9019         "dist": {
9020             "type": "zip",
9021             "url": "https://api.github.com/repos/symfony/routing/zipball/d428588038f13a0e5771a2a8ccbc9de46bba9a19",
9022             "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19",
9023             "shasum": ""
9024         },
9025         "require": {
9026             "php": ">=5.3.9"
9027         },
9028         "conflict": {
9029             "symfony/config": "<2.7"
9030         },
9031         "require-dev": {
9032             "doctrine/annotations": "~1.0",
9033             "doctrine/common": "~2.2",
9034             "psr/log": "~1.0",
9035             "symfony/config": "~2.7|~3.0.0",
9036             "symfony/expression-language": "~2.4|~3.0.0",
9037             "symfony/http-foundation": "~2.3|~3.0.0",
9038             "symfony/yaml": "^2.0.5|~3.0.0"
9039         },
9040         "suggest": {
9041             "doctrine/annotations": "For using the annotation loader",
9042             "symfony/config": "For using the all-in-one router or any loader",
9043             "symfony/dependency-injection": "For loading routes from a service",
9044             "symfony/expression-language": "For using expression matching",
9045             "symfony/http-foundation": "For using a Symfony Request object",
9046             "symfony/yaml": "For using the YAML loader"
9047         },
9048         "time": "2017-06-01T20:52:29+00:00",
9049         "type": "library",
9050         "extra": {
9051             "branch-alias": {
9052                 "dev-master": "2.8-dev"
9053             }
9054         },
9055         "installation-source": "dist",
9056         "autoload": {
9057             "psr-4": {
9058                 "Symfony\\Component\\Routing\\": ""
9059             },
9060             "exclude-from-classmap": [
9061                 "/Tests/"
9062             ]
9063         },
9064         "notification-url": "https://packagist.org/downloads/",
9065         "license": [
9066             "MIT"
9067         ],
9068         "authors": [
9069             {
9070                 "name": "Fabien Potencier",
9071                 "email": "fabien@symfony.com"
9072             },
9073             {
9074                 "name": "Symfony Community",
9075                 "homepage": "https://symfony.com/contributors"
9076             }
9077         ],
9078         "description": "Symfony Routing Component",
9079         "homepage": "https://symfony.com",
9080         "keywords": [
9081             "router",
9082             "routing",
9083             "uri",
9084             "url"
9085         ]
9086     },
9087     {
9088         "name": "symfony-cmf/routing",
9089         "version": "1.4.1",
9090         "version_normalized": "1.4.1.0",
9091         "source": {
9092             "type": "git",
9093             "url": "https://github.com/symfony-cmf/routing.git",
9094             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
9095         },
9096         "dist": {
9097             "type": "zip",
9098             "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9099             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9100             "shasum": ""
9101         },
9102         "require": {
9103             "php": "^5.3.9|^7.0",
9104             "psr/log": "1.*",
9105             "symfony/http-kernel": "^2.2|3.*",
9106             "symfony/routing": "^2.2|3.*"
9107         },
9108         "require-dev": {
9109             "friendsofsymfony/jsrouting-bundle": "^1.1",
9110             "symfony-cmf/testing": "^1.3",
9111             "symfony/config": "^2.2|3.*",
9112             "symfony/dependency-injection": "^2.0.5|3.*",
9113             "symfony/event-dispatcher": "^2.1|3.*"
9114         },
9115         "suggest": {
9116             "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
9117         },
9118         "time": "2017-05-09T08:10:41+00:00",
9119         "type": "library",
9120         "extra": {
9121             "branch-alias": {
9122                 "dev-master": "1.4-dev"
9123             }
9124         },
9125         "installation-source": "dist",
9126         "autoload": {
9127             "psr-4": {
9128                 "Symfony\\Cmf\\Component\\Routing\\": ""
9129             }
9130         },
9131         "notification-url": "https://packagist.org/downloads/",
9132         "license": [
9133             "MIT"
9134         ],
9135         "authors": [
9136             {
9137                 "name": "Symfony CMF Community",
9138                 "homepage": "https://github.com/symfony-cmf/Routing/contributors"
9139             }
9140         ],
9141         "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
9142         "homepage": "http://cmf.symfony.com",
9143         "keywords": [
9144             "database",
9145             "routing"
9146         ]
9147     },
9148     {
9149         "name": "symfony/polyfill-apcu",
9150         "version": "v1.4.0",
9151         "version_normalized": "1.4.0.0",
9152         "source": {
9153             "type": "git",
9154             "url": "https://github.com/symfony/polyfill-apcu.git",
9155             "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2"
9156         },
9157         "dist": {
9158             "type": "zip",
9159             "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/2e7965b8cdfbba50d0092d3f6dca97dddec409e2",
9160             "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2",
9161             "shasum": ""
9162         },
9163         "require": {
9164             "php": ">=5.3.3"
9165         },
9166         "time": "2017-06-09T08:25:21+00:00",
9167         "type": "library",
9168         "extra": {
9169             "branch-alias": {
9170                 "dev-master": "1.4-dev"
9171             }
9172         },
9173         "installation-source": "dist",
9174         "autoload": {
9175             "files": [
9176                 "bootstrap.php"
9177             ]
9178         },
9179         "notification-url": "https://packagist.org/downloads/",
9180         "license": [
9181             "MIT"
9182         ],
9183         "authors": [
9184             {
9185                 "name": "Nicolas Grekas",
9186                 "email": "p@tchwork.com"
9187             },
9188             {
9189                 "name": "Symfony Community",
9190                 "homepage": "https://symfony.com/contributors"
9191             }
9192         ],
9193         "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
9194         "homepage": "https://symfony.com",
9195         "keywords": [
9196             "apcu",
9197             "compatibility",
9198             "polyfill",
9199             "portable",
9200             "shim"
9201         ]
9202     },
9203     {
9204         "name": "symfony/class-loader",
9205         "version": "v2.8.22",
9206         "version_normalized": "2.8.22.0",
9207         "source": {
9208             "type": "git",
9209             "url": "https://github.com/symfony/class-loader.git",
9210             "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc"
9211         },
9212         "dist": {
9213             "type": "zip",
9214             "url": "https://api.github.com/repos/symfony/class-loader/zipball/48b96f2fa9bf394cb428aced8efb28709ab54cfc",
9215             "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc",
9216             "shasum": ""
9217         },
9218         "require": {
9219             "php": ">=5.3.9",
9220             "symfony/polyfill-apcu": "~1.1"
9221         },
9222         "require-dev": {
9223             "symfony/finder": "^2.0.5|~3.0.0"
9224         },
9225         "time": "2017-06-01T20:52:29+00:00",
9226         "type": "library",
9227         "extra": {
9228             "branch-alias": {
9229                 "dev-master": "2.8-dev"
9230             }
9231         },
9232         "installation-source": "dist",
9233         "autoload": {
9234             "psr-4": {
9235                 "Symfony\\Component\\ClassLoader\\": ""
9236             },
9237             "exclude-from-classmap": [
9238                 "/Tests/"
9239             ]
9240         },
9241         "notification-url": "https://packagist.org/downloads/",
9242         "license": [
9243             "MIT"
9244         ],
9245         "authors": [
9246             {
9247                 "name": "Fabien Potencier",
9248                 "email": "fabien@symfony.com"
9249             },
9250             {
9251                 "name": "Symfony Community",
9252                 "homepage": "https://symfony.com/contributors"
9253             }
9254         ],
9255         "description": "Symfony ClassLoader Component",
9256         "homepage": "https://symfony.com"
9257     },
9258     {
9259         "name": "symfony/polyfill-iconv",
9260         "version": "v1.4.0",
9261         "version_normalized": "1.4.0.0",
9262         "source": {
9263             "type": "git",
9264             "url": "https://github.com/symfony/polyfill-iconv.git",
9265             "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9"
9266         },
9267         "dist": {
9268             "type": "zip",
9269             "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ae1347fa81423b67dbc232c8c111facb367ff8b9",
9270             "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9",
9271             "shasum": ""
9272         },
9273         "require": {
9274             "php": ">=5.3.3"
9275         },
9276         "suggest": {
9277             "ext-iconv": "For best performance"
9278         },
9279         "time": "2017-06-09T08:25:21+00:00",
9280         "type": "library",
9281         "extra": {
9282             "branch-alias": {
9283                 "dev-master": "1.4-dev"
9284             }
9285         },
9286         "installation-source": "dist",
9287         "autoload": {
9288             "psr-4": {
9289                 "Symfony\\Polyfill\\Iconv\\": ""
9290             },
9291             "files": [
9292                 "bootstrap.php"
9293             ]
9294         },
9295         "notification-url": "https://packagist.org/downloads/",
9296         "license": [
9297             "MIT"
9298         ],
9299         "authors": [
9300             {
9301                 "name": "Nicolas Grekas",
9302                 "email": "p@tchwork.com"
9303             },
9304             {
9305                 "name": "Symfony Community",
9306                 "homepage": "https://symfony.com/contributors"
9307             }
9308         ],
9309         "description": "Symfony polyfill for the Iconv extension",
9310         "homepage": "https://symfony.com",
9311         "keywords": [
9312             "compatibility",
9313             "iconv",
9314             "polyfill",
9315             "portable",
9316             "shim"
9317         ]
9318     },
9319     {
9320         "name": "symfony/serializer",
9321         "version": "v2.8.22",
9322         "version_normalized": "2.8.22.0",
9323         "source": {
9324             "type": "git",
9325             "url": "https://github.com/symfony/serializer.git",
9326             "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2"
9327         },
9328         "dist": {
9329             "type": "zip",
9330             "url": "https://api.github.com/repos/symfony/serializer/zipball/c6ccf71a899711efa21b0a98150b2c0af08f3cb2",
9331             "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2",
9332             "shasum": ""
9333         },
9334         "require": {
9335             "php": ">=5.3.9",
9336             "symfony/polyfill-php55": "~1.0"
9337         },
9338         "require-dev": {
9339             "doctrine/annotations": "~1.0",
9340             "doctrine/cache": "~1.0",
9341             "symfony/config": "~2.2|~3.0.0",
9342             "symfony/property-access": "~2.3|~3.0.0",
9343             "symfony/yaml": "^2.0.5|~3.0.0"
9344         },
9345         "suggest": {
9346             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9347             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9348             "symfony/config": "For using the XML mapping loader.",
9349             "symfony/property-access": "For using the ObjectNormalizer.",
9350             "symfony/yaml": "For using the default YAML mapping loader."
9351         },
9352         "time": "2017-06-01T20:52:29+00:00",
9353         "type": "library",
9354         "extra": {
9355             "branch-alias": {
9356                 "dev-master": "2.8-dev"
9357             }
9358         },
9359         "installation-source": "dist",
9360         "autoload": {
9361             "psr-4": {
9362                 "Symfony\\Component\\Serializer\\": ""
9363             },
9364             "exclude-from-classmap": [
9365                 "/Tests/"
9366             ]
9367         },
9368         "notification-url": "https://packagist.org/downloads/",
9369         "license": [
9370             "MIT"
9371         ],
9372         "authors": [
9373             {
9374                 "name": "Fabien Potencier",
9375                 "email": "fabien@symfony.com"
9376             },
9377             {
9378                 "name": "Symfony Community",
9379                 "homepage": "https://symfony.com/contributors"
9380             }
9381         ],
9382         "description": "Symfony Serializer Component",
9383         "homepage": "https://symfony.com"
9384     },
9385     {
9386         "name": "symfony/validator",
9387         "version": "v2.8.22",
9388         "version_normalized": "2.8.22.0",
9389         "source": {
9390             "type": "git",
9391             "url": "https://github.com/symfony/validator.git",
9392             "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50"
9393         },
9394         "dist": {
9395             "type": "zip",
9396             "url": "https://api.github.com/repos/symfony/validator/zipball/9f323f762ad21bfb9df7c1afacbdd8addf0f8c50",
9397             "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50",
9398             "shasum": ""
9399         },
9400         "require": {
9401             "php": ">=5.3.9",
9402             "symfony/polyfill-mbstring": "~1.0",
9403             "symfony/translation": "~2.4|~3.0.0"
9404         },
9405         "require-dev": {
9406             "doctrine/annotations": "~1.0",
9407             "doctrine/cache": "~1.0",
9408             "egulias/email-validator": "^1.2.1",
9409             "symfony/config": "~2.2|~3.0.0",
9410             "symfony/expression-language": "~2.4|~3.0.0",
9411             "symfony/http-foundation": "~2.3|~3.0.0",
9412             "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
9413             "symfony/property-access": "~2.3|~3.0.0",
9414             "symfony/yaml": "^2.0.5|~3.0.0"
9415         },
9416         "suggest": {
9417             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9418             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9419             "egulias/email-validator": "Strict (RFC compliant) email validation",
9420             "symfony/config": "",
9421             "symfony/expression-language": "For using the 2.4 Expression validator",
9422             "symfony/http-foundation": "",
9423             "symfony/intl": "",
9424             "symfony/property-access": "For using the 2.4 Validator API",
9425             "symfony/yaml": ""
9426         },
9427         "time": "2017-06-02T14:36:56+00:00",
9428         "type": "library",
9429         "extra": {
9430             "branch-alias": {
9431                 "dev-master": "2.8-dev"
9432             }
9433         },
9434         "installation-source": "dist",
9435         "autoload": {
9436             "psr-4": {
9437                 "Symfony\\Component\\Validator\\": ""
9438             },
9439             "exclude-from-classmap": [
9440                 "/Tests/"
9441             ]
9442         },
9443         "notification-url": "https://packagist.org/downloads/",
9444         "license": [
9445             "MIT"
9446         ],
9447         "authors": [
9448             {
9449                 "name": "Fabien Potencier",
9450                 "email": "fabien@symfony.com"
9451             },
9452             {
9453                 "name": "Symfony Community",
9454                 "homepage": "https://symfony.com/contributors"
9455             }
9456         ],
9457         "description": "Symfony Validator Component",
9458         "homepage": "https://symfony.com"
9459     },
9460     {
9461         "name": "sebastian/diff",
9462         "version": "1.4.3",
9463         "version_normalized": "1.4.3.0",
9464         "source": {
9465             "type": "git",
9466             "url": "https://github.com/sebastianbergmann/diff.git",
9467             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
9468         },
9469         "dist": {
9470             "type": "zip",
9471             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9472             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9473             "shasum": ""
9474         },
9475         "require": {
9476             "php": "^5.3.3 || ^7.0"
9477         },
9478         "require-dev": {
9479             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
9480         },
9481         "time": "2017-05-22T07:24:03+00:00",
9482         "type": "library",
9483         "extra": {
9484             "branch-alias": {
9485                 "dev-master": "1.4-dev"
9486             }
9487         },
9488         "installation-source": "dist",
9489         "autoload": {
9490             "classmap": [
9491                 "src/"
9492             ]
9493         },
9494         "notification-url": "https://packagist.org/downloads/",
9495         "license": [
9496             "BSD-3-Clause"
9497         ],
9498         "authors": [
9499             {
9500                 "name": "Kore Nordmann",
9501                 "email": "mail@kore-nordmann.de"
9502             },
9503             {
9504                 "name": "Sebastian Bergmann",
9505                 "email": "sebastian@phpunit.de"
9506             }
9507         ],
9508         "description": "Diff implementation",
9509         "homepage": "https://github.com/sebastianbergmann/diff",
9510         "keywords": [
9511             "diff"
9512         ]
9513     },
9514     {
9515         "name": "symfony/browser-kit",
9516         "version": "v3.3.2",
9517         "version_normalized": "3.3.2.0",
9518         "source": {
9519             "type": "git",
9520             "url": "https://github.com/symfony/browser-kit.git",
9521             "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1"
9522         },
9523         "dist": {
9524             "type": "zip",
9525             "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
9526             "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
9527             "shasum": ""
9528         },
9529         "require": {
9530             "php": ">=5.5.9",
9531             "symfony/dom-crawler": "~2.8|~3.0"
9532         },
9533         "require-dev": {
9534             "symfony/css-selector": "~2.8|~3.0",
9535             "symfony/process": "~2.8|~3.0"
9536         },
9537         "suggest": {
9538             "symfony/process": ""
9539         },
9540         "time": "2017-04-12T14:14:56+00:00",
9541         "type": "library",
9542         "extra": {
9543             "branch-alias": {
9544                 "dev-master": "3.3-dev"
9545             }
9546         },
9547         "installation-source": "dist",
9548         "autoload": {
9549             "psr-4": {
9550                 "Symfony\\Component\\BrowserKit\\": ""
9551             },
9552             "exclude-from-classmap": [
9553                 "/Tests/"
9554             ]
9555         },
9556         "notification-url": "https://packagist.org/downloads/",
9557         "license": [
9558             "MIT"
9559         ],
9560         "authors": [
9561             {
9562                 "name": "Fabien Potencier",
9563                 "email": "fabien@symfony.com"
9564             },
9565             {
9566                 "name": "Symfony Community",
9567                 "homepage": "https://symfony.com/contributors"
9568             }
9569         ],
9570         "description": "Symfony BrowserKit Component",
9571         "homepage": "https://symfony.com"
9572     },
9573     {
9574         "name": "phpdocumentor/reflection-docblock",
9575         "version": "2.0.5",
9576         "version_normalized": "2.0.5.0",
9577         "source": {
9578             "type": "git",
9579             "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
9580             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
9581         },
9582         "dist": {
9583             "type": "zip",
9584             "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
9585             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
9586             "shasum": ""
9587         },
9588         "require": {
9589             "php": ">=5.3.3"
9590         },
9591         "require-dev": {
9592             "phpunit/phpunit": "~4.0"
9593         },
9594         "suggest": {
9595             "dflydev/markdown": "~1.0",
9596             "erusev/parsedown": "~1.0"
9597         },
9598         "time": "2016-01-25T08:17:30+00:00",
9599         "type": "library",
9600         "extra": {
9601             "branch-alias": {
9602                 "dev-master": "2.0.x-dev"
9603             }
9604         },
9605         "installation-source": "dist",
9606         "autoload": {
9607             "psr-0": {
9608                 "phpDocumentor": [
9609                     "src/"
9610                 ]
9611             }
9612         },
9613         "notification-url": "https://packagist.org/downloads/",
9614         "license": [
9615             "MIT"
9616         ],
9617         "authors": [
9618             {
9619                 "name": "Mike van Riel",
9620                 "email": "mike.vanriel@naenius.com"
9621             }
9622         ]
9623     },
9624     {
9625         "name": "drupal/metatag",
9626         "version": "1.1.0",
9627         "version_normalized": "1.1.0.0",
9628         "source": {
9629             "type": "git",
9630             "url": "https://git.drupal.org/project/metatag",
9631             "reference": "8.x-1.1"
9632         },
9633         "dist": {
9634             "type": "zip",
9635             "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.1.zip",
9636             "reference": "8.x-1.1",
9637             "shasum": "bb9b608879e2f7d8086a0e6606286086f5009d71"
9638         },
9639         "require": {
9640             "drupal/core": "*",
9641             "drupal/token": "*"
9642         },
9643         "require-dev": {
9644             "drupal/metatag_dc": "*",
9645             "drupal/metatag_open_graph": "*"
9646         },
9647         "type": "drupal-module",
9648         "extra": {
9649             "branch-alias": {
9650                 "dev-1.x": "1.x-dev"
9651             },
9652             "drupal": {
9653                 "version": "8.x-1.1",
9654                 "datestamp": "1496428672"
9655             }
9656         },
9657         "installation-source": "dist",
9658         "notification-url": "https://packages.drupal.org/8/downloads",
9659         "license": [
9660             "GPL-2.0+"
9661         ],
9662         "authors": [
9663             {
9664                 "name": "See contributors",
9665                 "homepage": "https://www.drupal.org/node/640498/committers",
9666                 "role": "Developer"
9667             },
9668             {
9669                 "name": "Dave Reid",
9670                 "homepage": "https://www.drupal.org/user/53892"
9671             }
9672         ],
9673         "description": "Manage meta tags for all entities.",
9674         "homepage": "https://www.drupal.org/project/metatag",
9675         "keywords": [
9676             "php",
9677             "seo"
9678         ],
9679         "support": {
9680             "source": "http://cgit.drupalcode.org/metatag",
9681             "issues": "http://drupal.org/project/issues/metatag"
9682         }
9683     },
9684     {
9685         "name": "drupal/memcache",
9686         "version": "2.0.0-alpha3",
9687         "version_normalized": "2.0.0.0-alpha3",
9688         "source": {
9689             "type": "git",
9690             "url": "https://git.drupal.org/project/memcache",
9691             "reference": "8.x-2.0-alpha3"
9692         },
9693         "dist": {
9694             "type": "zip",
9695             "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha3.zip",
9696             "reference": "8.x-2.0-alpha3",
9697             "shasum": "21db65a220e2a71227fa7a88f4033559fec5c9ff"
9698         },
9699         "require": {
9700             "drupal/core": "~8.0"
9701         },
9702         "type": "drupal-module",
9703         "extra": {
9704             "branch-alias": {
9705                 "dev-2.x": "2.x-dev"
9706             },
9707             "drupal": {
9708                 "version": "8.x-2.0-alpha3",
9709                 "datestamp": "1492523944"
9710             }
9711         },
9712         "installation-source": "dist",
9713         "notification-url": "https://packages.drupal.org/8/downloads",
9714         "license": [
9715             "GPL-2.0+"
9716         ],
9717         "authors": [
9718             {
9719                 "name": "Jeremy",
9720                 "homepage": "https://www.drupal.org/user/409"
9721             },
9722             {
9723                 "name": "catch",
9724                 "homepage": "https://www.drupal.org/user/35733"
9725             },
9726             {
9727                 "name": "damiankloip",
9728                 "homepage": "https://www.drupal.org/user/1037976"
9729             },
9730             {
9731                 "name": "jvandyk",
9732                 "homepage": "https://www.drupal.org/user/2375"
9733             },
9734             {
9735                 "name": "robertDouglass",
9736                 "homepage": "https://www.drupal.org/user/5449"
9737             }
9738         ],
9739         "description": "High performance integration with memcache.",
9740         "homepage": "http://drupal.org/project/memcache",
9741         "support": {
9742             "source": "http://cgit.drupalcode.org/memcache",
9743             "issues": "https://www.drupal.org/project/issues/memcache"
9744         }
9745     },
9746     {
9747         "name": "consolidation/output-formatters",
9748         "version": "3.1.10",
9749         "version_normalized": "3.1.10.0",
9750         "source": {
9751             "type": "git",
9752             "url": "https://github.com/consolidation/output-formatters.git",
9753             "reference": "3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a"
9754         },
9755         "dist": {
9756             "type": "zip",
9757             "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a",
9758             "reference": "3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a",
9759             "shasum": ""
9760         },
9761         "require": {
9762             "php": ">=5.4.0",
9763             "symfony/console": "^2.8|~3",
9764             "symfony/finder": "~2.5|~3.0"
9765         },
9766         "require-dev": {
9767             "phpunit/phpunit": "^4.8",
9768             "satooshi/php-coveralls": "^1.0",
9769             "squizlabs/php_codesniffer": "^2.7",
9770             "victorjonsson/markdowndocs": "^1.3"
9771         },
9772         "time": "2017-06-06T19:08:54+00:00",
9773         "type": "library",
9774         "extra": {
9775             "branch-alias": {
9776                 "dev-master": "3.x-dev"
9777             }
9778         },
9779         "installation-source": "dist",
9780         "autoload": {
9781             "psr-4": {
9782                 "Consolidation\\OutputFormatters\\": "src"
9783             }
9784         },
9785         "notification-url": "https://packagist.org/downloads/",
9786         "license": [
9787             "MIT"
9788         ],
9789         "authors": [
9790             {
9791                 "name": "Greg Anderson",
9792                 "email": "greg.1.anderson@greenknowe.org"
9793             }
9794         ],
9795         "description": "Format text by applying transformations provided by plug-in formatters."
9796     },
9797     {
9798         "name": "drush/drush",
9799         "version": "8.1.12",
9800         "version_normalized": "8.1.12.0",
9801         "source": {
9802             "type": "git",
9803             "url": "https://github.com/drush-ops/drush.git",
9804             "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7"
9805         },
9806         "dist": {
9807             "type": "zip",
9808             "url": "https://api.github.com/repos/drush-ops/drush/zipball/a1d3ab0f1d9ce01556d70015906caaed723f7ba7",
9809             "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7",
9810             "shasum": ""
9811         },
9812         "require": {
9813             "consolidation/annotated-command": "~2",
9814             "consolidation/output-formatters": "~3",
9815             "pear/console_table": "~1.3.0",
9816             "php": ">=5.4.5",
9817             "phpdocumentor/reflection-docblock": "^2.0",
9818             "psr/log": "~1.0",
9819             "psy/psysh": "~0.6",
9820             "symfony/console": "~2.7",
9821             "symfony/event-dispatcher": "~2.7",
9822             "symfony/finder": "~2.7",
9823             "symfony/var-dumper": "~2.7",
9824             "symfony/yaml": "~2.3",
9825             "webmozart/path-util": "~2"
9826         },
9827         "require-dev": {
9828             "phpunit/phpunit": "4.*",
9829             "symfony/process": "2.7.*"
9830         },
9831         "suggest": {
9832             "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
9833             "ext-pcntl": "*"
9834         },
9835         "time": "2017-06-05T22:51:34+00:00",
9836         "bin": [
9837             "drush",
9838             "drush.launcher",
9839             "drush.php",
9840             "drush.complete.sh"
9841         ],
9842         "type": "library",
9843         "extra": {
9844             "branch-alias": {
9845                 "dev-master": "8.0.x-dev"
9846             }
9847         },
9848         "installation-source": "dist",
9849         "autoload": {
9850             "psr-0": {
9851                 "Drush": "lib/",
9852                 "Consolidation": "lib/"
9853             }
9854         },
9855         "notification-url": "https://packagist.org/downloads/",
9856         "license": [
9857             "GPL-2.0+"
9858         ],
9859         "authors": [
9860             {
9861                 "name": "Moshe Weitzman",
9862                 "email": "weitzman@tejasa.com"
9863             },
9864             {
9865                 "name": "Owen Barton",
9866                 "email": "drupal@owenbarton.com"
9867             },
9868             {
9869                 "name": "Mark Sonnabaum",
9870                 "email": "marksonnabaum@gmail.com"
9871             },
9872             {
9873                 "name": "Antoine Beaupré",
9874                 "email": "anarcat@koumbit.org"
9875             },
9876             {
9877                 "name": "Greg Anderson",
9878                 "email": "greg.1.anderson@greenknowe.org"
9879             },
9880             {
9881                 "name": "Jonathan Araña Cruz",
9882                 "email": "jonhattan@faita.net"
9883             },
9884             {
9885                 "name": "Jonathan Hedstrom",
9886                 "email": "jhedstrom@gmail.com"
9887             },
9888             {
9889                 "name": "Christopher Gervais",
9890                 "email": "chris@ergonlogic.com"
9891             },
9892             {
9893                 "name": "Dave Reid",
9894                 "email": "dave@davereid.net"
9895             },
9896             {
9897                 "name": "Damian Lee",
9898                 "email": "damiankloip@googlemail.com"
9899             }
9900         ],
9901         "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.",
9902         "homepage": "http://www.drush.org"
9903     },
9904     {
9905         "name": "drupal/migrate_plus",
9906         "version": "4.0.0-beta1",
9907         "version_normalized": "4.0.0.0-beta1",
9908         "source": {
9909             "type": "git",
9910             "url": "https://git.drupal.org/project/migrate_plus",
9911             "reference": "8.x-4.0-beta1"
9912         },
9913         "dist": {
9914             "type": "zip",
9915             "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta1.zip",
9916             "reference": "8.x-4.0-beta1",
9917             "shasum": "e64bac006e3ef9ae697b0f2c4b3744af0524e208"
9918         },
9919         "require": {
9920             "drupal/core": "^8.3"
9921         },
9922         "require-dev": {
9923             "drupal/migrate_example_advanced_setup": "*",
9924             "drupal/migrate_example_setup": "*"
9925         },
9926         "suggest": {
9927             "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
9928         },
9929         "type": "drupal-module",
9930         "extra": {
9931             "branch-alias": {
9932                 "dev-4.x": "4.x-dev"
9933             },
9934             "drupal": {
9935                 "version": "8.x-4.0-beta1",
9936                 "datestamp": "1494450185"
9937             }
9938         },
9939         "installation-source": "dist",
9940         "notification-url": "https://packages.drupal.org/8/downloads",
9941         "license": [
9942             "GPL-2.0+"
9943         ],
9944         "authors": [
9945             {
9946                 "name": "Mike Ryan",
9947                 "homepage": "https://www.drupal.org/u/mikeryan",
9948                 "role": "Maintainer"
9949             },
9950             {
9951                 "name": "mikeryan",
9952                 "homepage": "https://www.drupal.org/user/4420"
9953             }
9954         ],
9955         "description": "Enhancements to core migration support.",
9956         "homepage": "https://www.drupal.org/project/migrate_plus",
9957         "support": {
9958             "source": "https://cgit.drupalcode.org/migrate_plus",
9959             "issues": "https://www.drupal.org/project/issues/migrate_plus",
9960             "irc": "irc://irc.freenode.org/drupal-migrate"
9961         }
9962     },
9963     {
9964         "name": "drupal/entity_reference_revisions",
9965         "version": "1.3.0",
9966         "version_normalized": "1.3.0.0",
9967         "source": {
9968             "type": "git",
9969             "url": "https://git.drupal.org/project/entity_reference_revisions",
9970             "reference": "8.x-1.3"
9971         },
9972         "dist": {
9973             "type": "zip",
9974             "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.3.zip",
9975             "reference": "8.x-1.3",
9976             "shasum": "78aebb58efbbfcbb2faa40a1afc0830312b32631"
9977         },
9978         "require": {
9979             "drupal/core": "~8.0"
9980         },
9981         "require-dev": {
9982             "drupal/diff": "*"
9983         },
9984         "type": "drupal-module",
9985         "extra": {
9986             "branch-alias": {
9987                 "dev-1.x": "1.x-dev"
9988             },
9989             "drupal": {
9990                 "version": "8.x-1.3",
9991                 "datestamp": "1495814284"
9992             }
9993         },
9994         "installation-source": "dist",
9995         "notification-url": "https://packages.drupal.org/8/downloads",
9996         "license": [
9997             "GPL-2.0+"
9998         ],
9999         "authors": [
10000             {
10001                 "name": "Frans",
10002                 "homepage": "https://www.drupal.org/user/514222"
10003             },
10004             {
10005                 "name": "jeroen.b",
10006                 "homepage": "https://www.drupal.org/user/1853532"
10007             },
10008             {
10009                 "name": "miro_dietiker",
10010                 "homepage": "https://www.drupal.org/user/227761"
10011             }
10012         ],
10013         "description": "Adds a Entity Reference field type with revision support.",
10014         "homepage": "https://www.drupal.org/project/entity_reference_revisions",
10015         "support": {
10016             "source": "http://cgit.drupalcode.org/entity_reference_revisions"
10017         }
10018     },
10019     {
10020         "name": "drupal/entity_browser",
10021         "version": "1.0.0",
10022         "version_normalized": "1.0.0.0",
10023         "source": {
10024             "type": "git",
10025             "url": "https://git.drupal.org/project/entity_browser",
10026             "reference": "8.x-1.0"
10027         },
10028         "dist": {
10029             "type": "zip",
10030             "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.0.zip",
10031             "reference": "8.x-1.0",
10032             "shasum": "6bd7bbcda1eebacc3685e9edaad2ad29b525b2ad"
10033         },
10034         "require": {
10035             "drupal/core": "~8.0"
10036         },
10037         "require-dev": {
10038             "drupal/ctools": "*",
10039             "drupal/inline_entity_form": "*",
10040             "drupal/media_entity": "*",
10041             "drupal/paragraphs": "*",
10042             "drupal/token": "*"
10043         },
10044         "type": "drupal-module",
10045         "extra": {
10046             "branch-alias": {
10047                 "dev-1.x": "1.x-dev",
10048                 "dev-8.x-1.x": "8.1.x-dev"
10049             },
10050             "drupal": {
10051                 "version": "8.x-1.0",
10052                 "datestamp": "1492678144"
10053             }
10054         },
10055         "installation-source": "dist",
10056         "notification-url": "https://packages.drupal.org/8/downloads",
10057         "license": [
10058             "GPL-2.0+"
10059         ],
10060         "authors": [
10061             {
10062                 "name": "Janez Urevc",
10063                 "homepage": "https://github.com/slashrsm",
10064                 "role": "Maintainer"
10065             },
10066             {
10067                 "name": "Primoz Hmeljak",
10068                 "homepage": "https://github.com/primsi",
10069                 "role": "Maintainer"
10070             },
10071             {
10072                 "name": "See other contributors",
10073                 "homepage": "https://www.drupal.org/node/1943336/committers",
10074                 "role": "contributor"
10075             },
10076             {
10077                 "name": "Primsi",
10078                 "homepage": "https://www.drupal.org/user/282629"
10079             },
10080             {
10081                 "name": "marcingy",
10082                 "homepage": "https://www.drupal.org/user/77320"
10083             },
10084             {
10085                 "name": "samuel.mortenson",
10086                 "homepage": "https://www.drupal.org/user/2582268"
10087             },
10088             {
10089                 "name": "slashrsm",
10090                 "homepage": "https://www.drupal.org/user/744628"
10091             }
10092         ],
10093         "description": "Entity browsing and selecting component.",
10094         "homepage": "http://drupal.org/project/entity_browser",
10095         "support": {
10096             "source": "http://cgit.drupalcode.org/entity_browser",
10097             "issues": "http://drupal.org/project/issues/entity_browser",
10098             "irc": "irc://irc.freenode.org/drupal-contribute"
10099         }
10100     },
10101     {
10102         "name": "drupal/dropzonejs",
10103         "version": "1.0.0-alpha7",
10104         "version_normalized": "1.0.0.0-alpha7",
10105         "source": {
10106             "type": "git",
10107             "url": "https://git.drupal.org/project/dropzonejs",
10108             "reference": "8.x-1.0-alpha7"
10109         },
10110         "dist": {
10111             "type": "zip",
10112             "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-1.0-alpha7.zip",
10113             "reference": "8.x-1.0-alpha7",
10114             "shasum": "62fc6d46cee1d5fa9885bab3e65b3638172311f6"
10115         },
10116         "require": {
10117             "drupal/core": "*"
10118         },
10119         "require-dev": {
10120             "drupal/entity_browser": "*"
10121         },
10122         "suggest": {
10123             "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
10124         },
10125         "type": "drupal-module",
10126         "extra": {
10127             "branch-alias": {
10128                 "dev-1.x": "1.x-dev"
10129             },
10130             "drupal": {
10131                 "version": "8.x-1.0-alpha7",
10132                 "datestamp": "1495200183"
10133             }
10134         },
10135         "installation-source": "dist",
10136         "notification-url": "https://packages.drupal.org/8/downloads",
10137         "license": [
10138             "GPL-2.0+"
10139         ],
10140         "authors": [
10141             {
10142                 "name": "Janez Urevc",
10143                 "homepage": "https://drupal.org/u/slashrsm",
10144                 "role": "Maintainer"
10145             },
10146             {
10147                 "name": "Christian Fritsch",
10148                 "homepage": "https://drupal.org/u/chrfritsch",
10149                 "role": "Maintainer"
10150             },
10151             {
10152                 "name": "Primoz Hmeljak",
10153                 "homepage": "https://drupal.org/u/Primsi",
10154                 "role": "Maintainer"
10155             },
10156             {
10157                 "name": "See other contributors",
10158                 "homepage": "https://www.drupal.org/node/1998478/committers",
10159                 "role": "contributor"
10160             },
10161             {
10162                 "name": "slashrsm",
10163                 "homepage": "https://www.drupal.org/user/744628"
10164             },
10165             {
10166                 "name": "wouters_f",
10167                 "homepage": "https://www.drupal.org/user/721548"
10168             },
10169             {
10170                 "name": "zkday",
10171                 "homepage": "https://www.drupal.org/user/888644"
10172             }
10173         ],
10174         "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
10175         "homepage": "https://www.drupal.org/project/dropzonejs",
10176         "keywords": [
10177             "DropzoneJS",
10178             "Drupal"
10179         ],
10180         "support": {
10181             "source": "https://www.drupal.org/project/dropzonejs",
10182             "issues": "https://www.drupal.org/project/issues/dropzonejs",
10183             "irc": "irc://irc.freenode.org/drupal-contribute"
10184         }
10185     },
10186     {
10187         "name": "drupal/dropzonejs_eb_widget",
10188         "version": "1.0.0-alpha7",
10189         "version_normalized": "1.0.0.0-alpha7",
10190         "require": {
10191             "drupal/core": "*",
10192             "drupal/dropzonejs": "self.version",
10193             "drupal/entity_browser": "*"
10194         },
10195         "type": "metapackage",
10196         "extra": {
10197             "branch-alias": {
10198                 "dev-1.x": "1.x-dev"
10199             },
10200             "drupal": {
10201                 "version": "8.x-1.0-alpha7",
10202                 "datestamp": "1495200183"
10203             }
10204         },
10205         "notification-url": "https://packages.drupal.org/8/downloads",
10206         "license": [
10207             "GPL-2.0+"
10208         ],
10209         "authors": [
10210             {
10211                 "name": "Drupal Media Team",
10212                 "homepage": "https://www.drupal.org/user/3260690"
10213             },
10214             {
10215                 "name": "Drupal media CI",
10216                 "homepage": "https://www.drupal.org/user/3057985"
10217             },
10218             {
10219                 "name": "Primsi",
10220                 "homepage": "https://www.drupal.org/user/282629"
10221             },
10222             {
10223                 "name": "chr.fritsch",
10224                 "homepage": "https://www.drupal.org/user/2103716"
10225             },
10226             {
10227                 "name": "slashrsm",
10228                 "homepage": "https://www.drupal.org/user/744628"
10229             },
10230             {
10231                 "name": "wouters_f",
10232                 "homepage": "https://www.drupal.org/user/721548"
10233             },
10234             {
10235                 "name": "zkday",
10236                 "homepage": "https://www.drupal.org/user/888644"
10237             }
10238         ],
10239         "description": "DropzoneJS Entity browser widget",
10240         "homepage": "https://www.drupal.org/project/dropzonejs",
10241         "support": {
10242             "source": "http://cgit.drupalcode.org/dropzonejs"
10243         }
10244     },
10245     {
10246         "name": "drupal/entity_browser_entity_form",
10247         "version": "1.0.0",
10248         "version_normalized": "1.0.0.0",
10249         "require": {
10250             "drupal/core": "~8.0",
10251             "drupal/entity_browser": "self.version",
10252             "drupal/inline_entity_form": "*"
10253         },
10254         "type": "metapackage",
10255         "extra": {
10256             "branch-alias": {
10257                 "dev-1.x": "1.x-dev"
10258             },
10259             "drupal": {
10260                 "version": "8.x-1.0",
10261                 "datestamp": "1492678144"
10262             }
10263         },
10264         "notification-url": "https://packages.drupal.org/8/downloads",
10265         "license": [
10266             "GPL-2.0+"
10267         ],
10268         "authors": [
10269             {
10270                 "name": "Dave Reid",
10271                 "homepage": "https://www.drupal.org/user/53892"
10272             },
10273             {
10274                 "name": "Devin Carlson",
10275                 "homepage": "https://www.drupal.org/user/290182"
10276             },
10277             {
10278                 "name": "Drupal Media Team",
10279                 "homepage": "https://www.drupal.org/user/3260690"
10280             },
10281             {
10282                 "name": "Primsi",
10283                 "homepage": "https://www.drupal.org/user/282629"
10284             },
10285             {
10286                 "name": "marcingy",
10287                 "homepage": "https://www.drupal.org/user/77320"
10288             },
10289             {
10290                 "name": "samuel.mortenson",
10291                 "homepage": "https://www.drupal.org/user/2582268"
10292             },
10293             {
10294                 "name": "slashrsm",
10295                 "homepage": "https://www.drupal.org/user/744628"
10296             }
10297         ],
10298         "description": "Entity browser inline entity form integration.",
10299         "homepage": "https://www.drupal.org/project/entity_browser",
10300         "support": {
10301             "source": "http://cgit.drupalcode.org/entity_browser"
10302         }
10303     },
10304     {
10305         "name": "drupal/image_widget_crop",
10306         "version": "2.0.0",
10307         "version_normalized": "2.0.0.0",
10308         "source": {
10309             "type": "git",
10310             "url": "https://git.drupal.org/project/image_widget_crop",
10311             "reference": "8.x-2.0"
10312         },
10313         "dist": {
10314             "type": "zip",
10315             "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.0.zip",
10316             "reference": "8.x-2.0",
10317             "shasum": "2c8e13e0c73d95a3f8dde5392da2ef20c3d17faa"
10318         },
10319         "require": {
10320             "drupal/core": "*",
10321             "drupal/crop": "1.x"
10322         },
10323         "require-dev": {
10324             "drupal/crop": "*",
10325             "drupal/ctools": "3.x-dev",
10326             "drupal/entity_browser": "1.x-dev",
10327             "drupal/file_entity": "*",
10328             "drupal/imce": "1.x-dev",
10329             "drupal/inline_entity_form": "*",
10330             "drupal/media_entity": "*",
10331             "drupal/media_entity_image": "1.x-dev"
10332         },
10333         "type": "drupal-module",
10334         "extra": {
10335             "branch-alias": {
10336                 "dev-2.x": "2.x-dev"
10337             },
10338             "drupal": {
10339                 "version": "8.x-2.0",
10340                 "datestamp": "1492618444"
10341             }
10342         },
10343         "installation-source": "dist",
10344         "notification-url": "https://packages.drupal.org/8/downloads",
10345         "license": [
10346             "GPL-2.0+"
10347         ],
10348         "authors": [
10349             {
10350                 "name": "Alexandre Mallet",
10351                 "homepage": "https://github.com/woprrr",
10352                 "role": "Maintainer"
10353             },
10354             {
10355                 "name": "Drupal media CI",
10356                 "homepage": "https://www.drupal.org/user/3057985"
10357             },
10358             {
10359                 "name": "slashrsm",
10360                 "homepage": "https://www.drupal.org/user/744628"
10361             },
10362             {
10363                 "name": "woprrr",
10364                 "homepage": "https://www.drupal.org/user/858604"
10365             }
10366         ],
10367         "description": "Provides an interface for using the features of the Crop API.",
10368         "homepage": "https://www.drupal.org/project/image_widget_crop",
10369         "keywords": [
10370             "Crop",
10371             "Drupal",
10372             "Drupal Media"
10373         ],
10374         "support": {
10375             "source": "https://www.drupal.org/project/image_widget_crop",
10376             "issues": "https://www.drupal.org/project/issues/image_widget_crop",
10377             "irc": "irc://irc.freenode.org/drupal-contribute"
10378         }
10379     },
10380     {
10381         "name": "drupal/media_entity_instagram",
10382         "version": "1.4.0",
10383         "version_normalized": "1.4.0.0",
10384         "source": {
10385             "type": "git",
10386             "url": "https://git.drupal.org/project/media_entity_instagram",
10387             "reference": "8.x-1.4"
10388         },
10389         "dist": {
10390             "type": "zip",
10391             "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-1.4.zip",
10392             "reference": "8.x-1.4",
10393             "shasum": "2b69b90417f3c458b4db3ba890813c313d381f0e"
10394         },
10395         "require": {
10396             "drupal/core": "~8.0",
10397             "drupal/media_entity": "*"
10398         },
10399         "type": "drupal-module",
10400         "extra": {
10401             "branch-alias": {
10402                 "dev-1.x": "1.x-dev"
10403             },
10404             "drupal": {
10405                 "version": "8.x-1.4",
10406                 "datestamp": "1495556283"
10407             }
10408         },
10409         "installation-source": "dist",
10410         "notification-url": "https://packages.drupal.org/8/downloads",
10411         "license": [
10412             "GPL-2.0+"
10413         ],
10414         "authors": [
10415             {
10416                 "name": "Drupal Media Team",
10417                 "homepage": "https://www.drupal.org/user/3260690"
10418             },
10419             {
10420                 "name": "Primsi",
10421                 "homepage": "https://www.drupal.org/user/282629"
10422             },
10423             {
10424                 "name": "chr.fritsch",
10425                 "homepage": "https://www.drupal.org/user/2103716"
10426             },
10427             {
10428                 "name": "designesse",
10429                 "homepage": "https://www.drupal.org/user/854012"
10430             },
10431             {
10432                 "name": "slashrsm",
10433                 "homepage": "https://www.drupal.org/user/744628"
10434             }
10435         ],
10436         "description": "Media entity Instagram provider.",
10437         "homepage": "https://www.drupal.org/project/media_entity_instagram",
10438         "support": {
10439             "source": "http://cgit.drupalcode.org/media_entity_instagram"
10440         }
10441     },
10442     {
10443         "name": "drupal/video_embed_field",
10444         "version": "1.5.0",
10445         "version_normalized": "1.5.0.0",
10446         "source": {
10447             "type": "git",
10448             "url": "https://git.drupal.org/project/video_embed_field",
10449             "reference": "8.x-1.5"
10450         },
10451         "dist": {
10452             "type": "zip",
10453             "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-1.5.zip",
10454             "reference": "8.x-1.5",
10455             "shasum": "f54d470ef7f863604e51e6ae98cd40ef25de5f79"
10456         },
10457         "require": {
10458             "drupal/core": "*"
10459         },
10460         "require-dev": {
10461             "drupal/colorbox": "*",
10462             "drupal/media_entity": "*",
10463             "drupal/media_entity_embeddable_video": "*"
10464         },
10465         "type": "drupal-module",
10466         "extra": {
10467             "branch-alias": {
10468                 "dev-1.x": "1.x-dev"
10469             },
10470             "drupal": {
10471                 "version": "8.x-1.x",
10472                 "datestamp": "1493246342",
10473                 "package": "Field types"
10474             }
10475         },
10476         "installation-source": "dist",
10477         "notification-url": "https://packages.drupal.org/8/downloads",
10478         "license": [
10479             "GPL-2.0+"
10480         ],
10481         "authors": [
10482             {
10483                 "name": "Sam152",
10484                 "homepage": "https://www.drupal.org/user/1485048"
10485             },
10486             {
10487                 "name": "jec006",
10488                 "homepage": "https://www.drupal.org/user/855980"
10489             },
10490             {
10491                 "name": "plopesc",
10492                 "homepage": "https://www.drupal.org/user/282415"
10493             }
10494         ],
10495         "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
10496         "homepage": "https://www.drupal.org/project/video_embed_field",
10497         "support": {
10498             "source": "http://cgit.drupalcode.org/video_embed_field"
10499         }
10500     },
10501     {
10502         "name": "drupal/video_embed_media",
10503         "version": "1.5.0",
10504         "version_normalized": "1.5.0.0",
10505         "require": {
10506             "drupal/core": "~8.0",
10507             "drupal/media_entity": "*",
10508             "drupal/video_embed_field": "self.version"
10509         },
10510         "type": "metapackage",
10511         "extra": {
10512             "branch-alias": {
10513                 "dev-1.x": "1.x-dev"
10514             },
10515             "drupal": {
10516                 "version": "8.x-1.5",
10517                 "datestamp": "1493246342"
10518             }
10519         },
10520         "notification-url": "https://packages.drupal.org/8/downloads",
10521         "license": [
10522             "GPL-2.0+"
10523         ],
10524         "authors": [
10525             {
10526                 "name": "Sam152",
10527                 "homepage": "https://www.drupal.org/user/1485048"
10528             },
10529             {
10530                 "name": "jec006",
10531                 "homepage": "https://www.drupal.org/user/855980"
10532             },
10533             {
10534                 "name": "plopesc",
10535                 "homepage": "https://www.drupal.org/user/282415"
10536             }
10537         ],
10538         "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.",
10539         "homepage": "https://www.drupal.org/project/video_embed_field",
10540         "support": {
10541             "source": "http://cgit.drupalcode.org/video_embed_field"
10542         }
10543     },
10544     {
10545         "name": "drupal/blazy",
10546         "version": "1.0.0-rc2",
10547         "version_normalized": "1.0.0.0-RC2",
10548         "source": {
10549             "type": "git",
10550             "url": "https://git.drupal.org/project/blazy",
10551             "reference": "8.x-1.0-rc2"
10552         },
10553         "dist": {
10554             "type": "zip",
10555             "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc2.zip",
10556             "reference": "8.x-1.0-rc2",
10557             "shasum": "242f3022b039c6fd3b98f6ce1955d295119b4b5a"
10558         },
10559         "require": {
10560             "drupal/core": "*"
10561         },
10562         "type": "drupal-module",
10563         "extra": {
10564             "branch-alias": {
10565                 "dev-1.x": "1.x-dev"
10566             },
10567             "drupal": {
10568                 "version": "8.x-1.0-rc2",
10569                 "datestamp": "1495745283"
10570             }
10571         },
10572         "installation-source": "dist",
10573         "notification-url": "https://packages.drupal.org/8/downloads",
10574         "license": [
10575             "GPL-2.0+"
10576         ],
10577         "authors": [
10578             {
10579                 "name": "Gaus Surahman",
10580                 "homepage": "https://www.drupal.org/u/gausarts",
10581                 "role": "Maintainer"
10582             },
10583             {
10584                 "name": "Contributors",
10585                 "homepage": "https://www.drupal.org/node/2663268/committers",
10586                 "role": "Contributor"
10587             }
10588         ],
10589         "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
10590         "homepage": "https://drupal.org/project/blazy",
10591         "keywords": [
10592             "Drupal",
10593             "bLazy",
10594             "lazyload"
10595         ],
10596         "support": {
10597             "source": "http://cgit.drupalcode.org/blazy",
10598             "issues": "https://drupal.org/project/issues/blazy"
10599         }
10600     },
10601     {
10602         "name": "drupal/slick",
10603         "version": "1.0.0",
10604         "version_normalized": "1.0.0.0",
10605         "source": {
10606             "type": "git",
10607             "url": "https://git.drupal.org/project/slick",
10608             "reference": "8.x-1.0"
10609         },
10610         "dist": {
10611             "type": "zip",
10612             "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
10613             "reference": "8.x-1.0",
10614             "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
10615         },
10616         "require": {
10617             "drupal/blazy": "~1.0",
10618             "drupal/core": "~8.0"
10619         },
10620         "type": "drupal-module",
10621         "extra": {
10622             "branch-alias": {
10623                 "dev-1.x": "1.x-dev"
10624             },
10625             "drupal": {
10626                 "version": "8.x-1.0",
10627                 "datestamp": "1495746183"
10628             }
10629         },
10630         "installation-source": "dist",
10631         "notification-url": "https://packages.drupal.org/8/downloads",
10632         "license": [
10633             "GPL-2.0+"
10634         ],
10635         "authors": [
10636             {
10637                 "name": "arshadcn",
10638                 "homepage": "https://www.drupal.org/user/571032"
10639             },
10640             {
10641                 "name": "gausarts",
10642                 "homepage": "https://www.drupal.org/user/159062"
10643             }
10644         ],
10645         "description": "Slick carousel, the last carousel you'll ever need.",
10646         "homepage": "https://drupal.org/project/slick",
10647         "keywords": [
10648             "Drupal",
10649             "carousel",
10650             "slideshow"
10651         ],
10652         "support": {
10653             "source": "http://cgit.drupalcode.org/slick",
10654             "issues": "https://drupal.org/project/issues/slick"
10655         }
10656     },
10657     {
10658         "name": "drupal/slick_media",
10659         "version": "1.0.0",
10660         "version_normalized": "1.0.0.0",
10661         "source": {
10662             "type": "git",
10663             "url": "https://git.drupal.org/project/slick_media",
10664             "reference": "8.x-1.0"
10665         },
10666         "dist": {
10667             "type": "zip",
10668             "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0.zip",
10669             "reference": "8.x-1.0",
10670             "shasum": "b85a9899c53ca2f59f7cdbba044e2f58ae71e092"
10671         },
10672         "require": {
10673             "drupal/core": "~8.0",
10674             "drupal/media_entity_image": "*",
10675             "drupal/slick": "*",
10676             "drupal/video_embed_media": "*"
10677         },
10678         "type": "drupal-module",
10679         "extra": {
10680             "branch-alias": {
10681                 "dev-1.x": "1.x-dev"
10682             },
10683             "drupal": {
10684                 "version": "8.x-1.0",
10685                 "datestamp": "1495747983"
10686             }
10687         },
10688         "installation-source": "dist",
10689         "notification-url": "https://packages.drupal.org/8/downloads",
10690         "license": [
10691             "GPL-2.0+"
10692         ],
10693         "authors": [
10694             {
10695                 "name": "gausarts",
10696                 "homepage": "https://www.drupal.org/user/159062"
10697             }
10698         ],
10699         "description": "Provides Slick carousel integration with Media entity.",
10700         "homepage": "https://www.drupal.org/project/slick_media",
10701         "support": {
10702             "source": "http://cgit.drupalcode.org/slick_media"
10703         }
10704     },
10705     {
10706         "name": "mehrpadin/superfish",
10707         "version": "2.1",
10708         "version_normalized": "2.1.0.0",
10709         "source": {
10710             "type": "git",
10711             "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
10712             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
10713         },
10714         "dist": {
10715             "type": "zip",
10716             "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
10717             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
10718             "shasum": ""
10719         },
10720         "time": "2017-05-30T13:00:18+00:00",
10721         "type": "drupal-library",
10722         "installation-source": "dist",
10723         "notification-url": "https://packagist.org/downloads/",
10724         "license": [
10725             "MIT"
10726         ],
10727         "description": "Superfish library for the Drupal Superfish module.",
10728         "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
10729         "keywords": [
10730             "jquery",
10731             "plugin"
10732         ]
10733     },
10734     {
10735         "name": "drupal/superfish",
10736         "version": "1.1.0",
10737         "version_normalized": "1.1.0.0",
10738         "source": {
10739             "type": "git",
10740             "url": "https://git.drupal.org/project/superfish",
10741             "reference": "8.x-1.1"
10742         },
10743         "dist": {
10744             "type": "zip",
10745             "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.1.zip",
10746             "reference": "8.x-1.1",
10747             "shasum": "f5e9e547d1d38588a963b22105dec1deb1e55010"
10748         },
10749         "require": {
10750             "drupal/core": "~8.0",
10751             "mehrpadin/superfish": "~2.0"
10752         },
10753         "type": "drupal-module",
10754         "extra": {
10755             "branch-alias": {
10756                 "dev-1.x": "1.x-dev"
10757             },
10758             "drupal": {
10759                 "version": "8.x-1.1",
10760                 "datestamp": "1496335443"
10761             }
10762         },
10763         "installation-source": "dist",
10764         "notification-url": "https://packages.drupal.org/8/downloads",
10765         "license": [
10766             "GPL-2.0+"
10767         ],
10768         "authors": [
10769             {
10770                 "name": "mehrpadin",
10771                 "homepage": "https://www.drupal.org/u/mehrpadin",
10772                 "role": "Maintainer"
10773             }
10774         ],
10775         "description": "Adds jQuery Superfish plugin to menu blocks.",
10776         "homepage": "https://www.drupal.org/project/superfish",
10777         "support": {
10778             "source": "https://cgit.drupalcode.org/superfish",
10779             "issues": "https://www.drupal.org/project/superfish"
10780         }
10781     },
10782     {
10783         "name": "phpunit/phpunit",
10784         "version": "4.8.36",
10785         "version_normalized": "4.8.36.0",
10786         "source": {
10787             "type": "git",
10788             "url": "https://github.com/sebastianbergmann/phpunit.git",
10789             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
10790         },
10791         "dist": {
10792             "type": "zip",
10793             "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
10794             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
10795             "shasum": ""
10796         },
10797         "require": {
10798             "ext-dom": "*",
10799             "ext-json": "*",
10800             "ext-pcre": "*",
10801             "ext-reflection": "*",
10802             "ext-spl": "*",
10803             "php": ">=5.3.3",
10804             "phpspec/prophecy": "^1.3.1",
10805             "phpunit/php-code-coverage": "~2.1",
10806             "phpunit/php-file-iterator": "~1.4",
10807             "phpunit/php-text-template": "~1.2",
10808             "phpunit/php-timer": "^1.0.6",
10809             "phpunit/phpunit-mock-objects": "~2.3",
10810             "sebastian/comparator": "~1.2.2",
10811             "sebastian/diff": "~1.2",
10812             "sebastian/environment": "~1.3",
10813             "sebastian/exporter": "~1.2",
10814             "sebastian/global-state": "~1.0",
10815             "sebastian/version": "~1.0",
10816             "symfony/yaml": "~2.1|~3.0"
10817         },
10818         "suggest": {
10819             "phpunit/php-invoker": "~1.1"
10820         },
10821         "time": "2017-06-21T08:07:12+00:00",
10822         "bin": [
10823             "phpunit"
10824         ],
10825         "type": "library",
10826         "extra": {
10827             "branch-alias": {
10828                 "dev-master": "4.8.x-dev"
10829             }
10830         },
10831         "installation-source": "dist",
10832         "autoload": {
10833             "classmap": [
10834                 "src/"
10835             ]
10836         },
10837         "notification-url": "https://packagist.org/downloads/",
10838         "license": [
10839             "BSD-3-Clause"
10840         ],
10841         "authors": [
10842             {
10843                 "name": "Sebastian Bergmann",
10844                 "email": "sebastian@phpunit.de",
10845                 "role": "lead"
10846             }
10847         ],
10848         "description": "The PHP Unit Testing framework.",
10849         "homepage": "https://phpunit.de/",
10850         "keywords": [
10851             "phpunit",
10852             "testing",
10853             "xunit"
10854         ]
10855     },
10856     {
10857         "name": "j7mbo/twitter-api-php",
10858         "version": "1.0.6",
10859         "version_normalized": "1.0.6.0",
10860         "source": {
10861             "type": "git",
10862             "url": "https://github.com/J7mbo/twitter-api-php.git",
10863             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
10864         },
10865         "dist": {
10866             "type": "zip",
10867             "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
10868             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
10869             "shasum": ""
10870         },
10871         "require": {
10872             "ext-curl": "*"
10873         },
10874         "require-dev": {
10875             "phpunit/phpunit": "~4.5,>=4.5.1"
10876         },
10877         "time": "2017-05-08T12:10:56+00:00",
10878         "type": "library",
10879         "extra": {
10880             "branch-alias": {
10881                 "dev-master": "1.0-dev"
10882             }
10883         },
10884         "installation-source": "dist",
10885         "autoload": {
10886             "classmap": [
10887                 "TwitterAPIExchange.php"
10888             ]
10889         },
10890         "notification-url": "https://packagist.org/downloads/",
10891         "license": [
10892             "GNU Public License"
10893         ],
10894         "authors": [
10895             {
10896                 "name": "James Mallison",
10897                 "homepage": "https://github.com/j7mbo/twitter-api-php"
10898             }
10899         ],
10900         "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
10901         "homepage": "https://github.com/j7mbo/twitter-api-php",
10902         "keywords": [
10903             "api",
10904             "php",
10905             "twitter"
10906         ]
10907     },
10908     {
10909         "name": "ezyang/htmlpurifier",
10910         "version": "v4.9.3",
10911         "version_normalized": "4.9.3.0",
10912         "source": {
10913             "type": "git",
10914             "url": "https://github.com/ezyang/htmlpurifier.git",
10915             "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
10916         },
10917         "dist": {
10918             "type": "zip",
10919             "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
10920             "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
10921             "shasum": ""
10922         },
10923         "require": {
10924             "php": ">=5.2"
10925         },
10926         "require-dev": {
10927             "simpletest/simpletest": "^1.1"
10928         },
10929         "time": "2017-06-03T02:28:16+00:00",
10930         "type": "library",
10931         "installation-source": "dist",
10932         "autoload": {
10933             "psr-0": {
10934                 "HTMLPurifier": "library/"
10935             },
10936             "files": [
10937                 "library/HTMLPurifier.composer.php"
10938             ]
10939         },
10940         "notification-url": "https://packagist.org/downloads/",
10941         "license": [
10942             "LGPL"
10943         ],
10944         "authors": [
10945             {
10946                 "name": "Edward Z. Yang",
10947                 "email": "admin@htmlpurifier.org",
10948                 "homepage": "http://ezyang.com"
10949             }
10950         ],
10951         "description": "Standards compliant HTML filter written in PHP",
10952         "homepage": "http://htmlpurifier.org/",
10953         "keywords": [
10954             "html"
10955         ]
10956     },
10957     {
10958         "name": "caxy/php-htmldiff",
10959         "version": "v0.1.5",
10960         "version_normalized": "0.1.5.0",
10961         "source": {
10962             "type": "git",
10963             "url": "https://github.com/caxy/php-htmldiff.git",
10964             "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc"
10965         },
10966         "dist": {
10967             "type": "zip",
10968             "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/d7540c9938c860f2cb7083f72ba24c45f51d57bc",
10969             "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc",
10970             "shasum": ""
10971         },
10972         "require": {
10973             "ezyang/htmlpurifier": "^4.7",
10974             "php": ">=5.3.3",
10975             "sunra/php-simple-html-dom-parser": "^1.5"
10976         },
10977         "require-dev": {
10978             "doctrine/cache": "~1.0",
10979             "phpunit/phpunit": "~5.0"
10980         },
10981         "suggest": {
10982             "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
10983         },
10984         "time": "2017-06-12T17:35:44+00:00",
10985         "type": "library",
10986         "extra": {
10987             "branch-alias": {
10988                 "dev-master": "0.1.x-dev"
10989             }
10990         },
10991         "installation-source": "dist",
10992         "autoload": {
10993             "psr-0": {
10994                 "Caxy\\HtmlDiff": "lib/"
10995             }
10996         },
10997         "notification-url": "https://packagist.org/downloads/",
10998         "license": [
10999             "GPL-2.0"
11000         ],
11001         "authors": [
11002             {
11003                 "name": "Josh Schroeder",
11004                 "email": "jschroeder@caxy.com",
11005                 "homepage": "http://www.caxy.com"
11006             }
11007         ],
11008         "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
11009         "homepage": "https://github.com/caxy/php-htmldiff",
11010         "keywords": [
11011             "diff",
11012             "html"
11013         ]
11014     },
11015     {
11016         "name": "guzzlehttp/guzzle",
11017         "version": "6.3.0",
11018         "version_normalized": "6.3.0.0",
11019         "source": {
11020             "type": "git",
11021             "url": "https://github.com/guzzle/guzzle.git",
11022             "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
11023         },
11024         "dist": {
11025             "type": "zip",
11026             "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
11027             "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
11028             "shasum": ""
11029         },
11030         "require": {
11031             "guzzlehttp/promises": "^1.0",
11032             "guzzlehttp/psr7": "^1.4",
11033             "php": ">=5.5"
11034         },
11035         "require-dev": {
11036             "ext-curl": "*",
11037             "phpunit/phpunit": "^4.0 || ^5.0",
11038             "psr/log": "^1.0"
11039         },
11040         "suggest": {
11041             "psr/log": "Required for using the Log middleware"
11042         },
11043         "time": "2017-06-22T18:50:49+00:00",
11044         "type": "library",
11045         "extra": {
11046             "branch-alias": {
11047                 "dev-master": "6.2-dev"
11048             }
11049         },
11050         "installation-source": "dist",
11051         "autoload": {
11052             "files": [
11053                 "src/functions_include.php"
11054             ],
11055             "psr-4": {
11056                 "GuzzleHttp\\": "src/"
11057             }
11058         },
11059         "notification-url": "https://packagist.org/downloads/",
11060         "license": [
11061             "MIT"
11062         ],
11063         "authors": [
11064             {
11065                 "name": "Michael Dowling",
11066                 "email": "mtdowling@gmail.com",
11067                 "homepage": "https://github.com/mtdowling"
11068             }
11069         ],
11070         "description": "Guzzle is a PHP HTTP client library",
11071         "homepage": "http://guzzlephp.org/",
11072         "keywords": [
11073             "client",
11074             "curl",
11075             "framework",
11076             "http",
11077             "http client",
11078             "rest",
11079             "web service"
11080         ]
11081     },
11082     {
11083         "name": "drupal/draggableviews",
11084         "version": "1.0.0",
11085         "version_normalized": "1.0.0.0",
11086         "source": {
11087             "type": "git",
11088             "url": "https://git.drupal.org/project/draggableviews",
11089             "reference": "8.x-1.0"
11090         },
11091         "dist": {
11092             "type": "zip",
11093             "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.0.zip",
11094             "reference": "8.x-1.0",
11095             "shasum": "007082c2621b45bd8cf73fe5fdd4d292ee88a458"
11096         },
11097         "require": {
11098             "drupal/core": "*"
11099         },
11100         "type": "drupal-module",
11101         "extra": {
11102             "branch-alias": {
11103                 "dev-1.x": "1.x-dev"
11104             },
11105             "drupal": {
11106                 "version": "8.x-1.0",
11107                 "datestamp": "1477076039"
11108             },
11109             "patches_applied": {
11110                 "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
11111                 "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
11112             }
11113         },
11114         "installation-source": "dist",
11115         "notification-url": "https://packages.drupal.org/8/downloads",
11116         "license": [
11117             "GPL-2.0+"
11118         ],
11119         "authors": [
11120             {
11121                 "name": "dixon_",
11122                 "homepage": "https://www.drupal.org/user/239911"
11123             },
11124             {
11125                 "name": "ginc",
11126                 "homepage": "https://www.drupal.org/user/332249"
11127             },
11128             {
11129                 "name": "iStryker",
11130                 "homepage": "https://www.drupal.org/user/303676"
11131             },
11132             {
11133                 "name": "podarok",
11134                 "homepage": "https://www.drupal.org/user/116002"
11135             },
11136             {
11137                 "name": "sevi",
11138                 "homepage": "https://www.drupal.org/user/199290"
11139             },
11140             {
11141                 "name": "ygerasimov",
11142                 "homepage": "https://www.drupal.org/user/257311"
11143             }
11144         ],
11145         "description": "Complete rewrite of D7 draggableviews",
11146         "homepage": "https://www.drupal.org/project/draggableviews",
11147         "support": {
11148             "source": "http://cgit.drupalcode.org/draggableviews"
11149         }
11150     },
11151     {
11152         "name": "drupal/security_review",
11153         "version": "dev-1.x",
11154         "version_normalized": "dev-1.x",
11155         "source": {
11156             "type": "git",
11157             "url": "https://git.drupal.org/project/security_review",
11158             "reference": "35ebae445bb260e961e47c4c58efe7c50c228999"
11159         },
11160         "require": {
11161             "drupal/core": "~8.0"
11162         },
11163         "type": "drupal-module",
11164         "extra": {
11165             "branch-alias": {
11166                 "dev-1.x": "1.x-dev"
11167             },
11168             "drupal": {
11169                 "version": "8.x-1.x-dev",
11170                 "datestamp": "1476978839"
11171             },
11172             "patches_applied": {
11173                 "Fix missing field review list": "https://www.drupal.org/files/issues/security_review-dangerous-tags-list-2744805-2.patch"
11174             }
11175         },
11176         "installation-source": "source",
11177         "notification-url": "https://packages.drupal.org/8/downloads",
11178         "license": [
11179             "GPL-2.0+"
11180         ],
11181         "authors": [
11182             {
11183                 "name": "banviktor",
11184                 "homepage": "https://www.drupal.org/user/3176333"
11185             },
11186             {
11187                 "name": "coltrane",
11188                 "homepage": "https://www.drupal.org/user/91990"
11189             },
11190             {
11191                 "name": "dsnopek",
11192                 "homepage": "https://www.drupal.org/user/266527"
11193             },
11194             {
11195                 "name": "greggles",
11196                 "homepage": "https://www.drupal.org/user/36762"
11197             }
11198         ],
11199         "description": "Site security and configuration review module.",
11200         "homepage": "https://www.drupal.org/project/security_review",
11201         "support": {
11202             "source": "http://cgit.drupalcode.org/security_review"
11203         }
11204     },
11205     {
11206         "name": "roave/security-advisories",
11207         "version": "dev-master",
11208         "version_normalized": "9999999-dev",
11209         "source": {
11210             "type": "git",
11211             "url": "https://github.com/Roave/SecurityAdvisories.git",
11212             "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439"
11213         },
11214         "dist": {
11215             "type": "zip",
11216             "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/626c97bd5b45a08db902a0fb0b13f58f3785b439",
11217             "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439",
11218             "shasum": ""
11219         },
11220         "conflict": {
11221             "adodb/adodb-php": "<5.20.6",
11222             "amphp/artax": ">=2,<2.0.6|<1.0.6",
11223             "aws/aws-sdk-php": ">=3,<3.2.1",
11224             "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
11225             "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",
11226             "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
11227             "cartalyst/sentry": "<2.1",
11228             "codeigniter/framework": "<=3.0.6",
11229             "composer/composer": "<=1.0.0-alpha11",
11230             "contao-components/mediaelement": ">=2.14.2,<2.21.1",
11231             "contao/core": ">=2,<3.5.28",
11232             "contao/core-bundle": ">=4,<4.4.1",
11233             "doctrine/annotations": ">=1,<1.2.7",
11234             "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
11235             "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
11236             "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
11237             "doctrine/doctrine-bundle": "<1.5.2",
11238             "doctrine/doctrine-module": "<=0.7.1",
11239             "doctrine/mongodb-odm": ">=1,<1.0.2",
11240             "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
11241             "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
11242             "dompdf/dompdf": ">=0.6,<0.6.2",
11243             "drupal/core": ">=8,<8.3.4",
11244             "drupal/drupal": ">=8,<8.3.4",
11245             "firebase/php-jwt": "<2",
11246             "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
11247             "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
11248             "gregwar/rst": "<1.0.3",
11249             "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
11250             "illuminate/auth": ">=4,<4.0.99|>=4.1,<4.1.26",
11251             "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
11252             "joomla/session": "<1.3.1",
11253             "laravel/framework": ">=4,<4.0.99|>=4.1,<4.1.29",
11254             "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
11255             "magento/magento1ce": ">=1.5.0.1,<1.9.3.2",
11256             "magento/magento1ee": ">=1.9,<1.14.3.2",
11257             "magento/magento2ce": ">=2,<2.2",
11258             "monolog/monolog": ">=1.8,<1.12",
11259             "namshi/jose": "<2.2",
11260             "onelogin/php-saml": "<2.10.4",
11261             "oro/crm": ">=1.7,<1.7.4",
11262             "oro/platform": ">=1.7,<1.7.4",
11263             "phpmailer/phpmailer": ">=5,<5.2.24",
11264             "pusher/pusher-php-server": "<2.2.1",
11265             "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
11266             "shopware/shopware": "<4.4|>=5,<5.2.16",
11267             "silverstripe/cms": ">=3.1,<3.1.11|>=3,<=3.0.11",
11268             "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
11269             "silverstripe/framework": ">=3,<3.3",
11270             "silverstripe/userforms": "<3",
11271             "simplesamlphp/saml2": "<1.8.1|>=1.9,<1.9.1|>=1.10,<1.10.3|>=2,<2.3.3",
11272             "simplesamlphp/simplesamlphp": "<1.14.12",
11273             "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
11274             "socalnick/scn-social-auth": "<1.15.2",
11275             "squizlabs/php_codesniffer": ">=1,<2.8.1",
11276             "swiftmailer/swiftmailer": ">=4,<5.4.5",
11277             "symfony/dependency-injection": ">=2,<2.0.17",
11278             "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.7",
11279             "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
11280             "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6",
11281             "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
11282             "symfony/routing": ">=2,<2.0.19",
11283             "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",
11284             "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",
11285             "symfony/security-http": ">=2.4,<2.7.13|>=2.3,<2.3.41|>=2.8,<2.8.6|>=3,<3.0.6",
11286             "symfony/serializer": ">=2,<2.0.11",
11287             "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",
11288             "symfony/translation": ">=2,<2.0.17",
11289             "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
11290             "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
11291             "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
11292             "thelia/backoffice-default-template": ">=2.1,<2.1.2",
11293             "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
11294             "twig/twig": "<1.20",
11295             "typo3/cms": ">=6.2,<6.2.30|>=8,<8.6.1|>=7,<7.6.16",
11296             "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",
11297             "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
11298             "willdurand/js-translation-bundle": "<2.1.1",
11299             "yiisoft/yii": ">=1.1.14,<1.1.15",
11300             "yiisoft/yii2": "<2.0.5",
11301             "yiisoft/yii2-bootstrap": "<2.0.4",
11302             "yiisoft/yii2-dev": "<2.0.4",
11303             "yiisoft/yii2-gii": "<2.0.4",
11304             "yiisoft/yii2-jui": "<2.0.4",
11305             "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
11306             "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
11307             "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
11308             "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
11309             "zendframework/zend-diactoros": ">=1,<1.0.4",
11310             "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
11311             "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
11312             "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
11313             "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
11314             "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
11315             "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
11316             "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
11317             "zendframework/zend-validator": ">=2.3,<2.3.6",
11318             "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
11319             "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
11320             "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
11321             "zendframework/zendframework1": "<1.12.20",
11322             "zendframework/zendopenid": ">=2,<2.0.2",
11323             "zendframework/zendxml": ">=1,<1.0.1",
11324             "zf-commons/zfc-user": "<1.2.2",
11325             "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
11326             "zfr/zfr-oauth2-server-module": "<0.1.2"
11327         },
11328         "time": "2017-07-28T07:54:11+00:00",
11329         "type": "metapackage",
11330         "notification-url": "https://packagist.org/downloads/",
11331         "license": [
11332             "MIT"
11333         ],
11334         "authors": [
11335             {
11336                 "name": "Marco Pivetta",
11337                 "email": "ocramius@gmail.com",
11338                 "role": "maintainer"
11339             }
11340         ],
11341         "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it"
11342     },
11343     {
11344         "name": "drupal/core",
11345         "version": "8.3.7",
11346         "version_normalized": "8.3.7.0",
11347         "source": {
11348             "type": "git",
11349             "url": "https://github.com/drupal/core.git",
11350             "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff"
11351         },
11352         "dist": {
11353             "type": "zip",
11354             "url": "https://api.github.com/repos/drupal/core/zipball/32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff",
11355             "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff",
11356             "shasum": ""
11357         },
11358         "require": {
11359             "asm89/stack-cors": "~1.0",
11360             "composer/semver": "~1.0",
11361             "doctrine/annotations": "1.2.*",
11362             "doctrine/common": "^2.5",
11363             "easyrdf/easyrdf": "0.9.*",
11364             "egulias/email-validator": "1.2.*",
11365             "guzzlehttp/guzzle": "^6.2.1",
11366             "masterminds/html5": "~2.1",
11367             "paragonie/random_compat": "^1.0|^2.0",
11368             "php": ">=5.5.9",
11369             "stack/builder": "1.0.*",
11370             "symfony-cmf/routing": "~1.4",
11371             "symfony/class-loader": "~2.8",
11372             "symfony/console": "~2.8",
11373             "symfony/dependency-injection": "~2.8",
11374             "symfony/event-dispatcher": "~2.8",
11375             "symfony/http-foundation": "~2.8",
11376             "symfony/http-kernel": "~2.8",
11377             "symfony/polyfill-iconv": "~1.0",
11378             "symfony/process": "~2.8",
11379             "symfony/psr-http-message-bridge": "^1.0",
11380             "symfony/routing": "~2.8",
11381             "symfony/serializer": "~2.8",
11382             "symfony/translation": "~2.8",
11383             "symfony/validator": "~2.8",
11384             "symfony/yaml": "~2.8",
11385             "twig/twig": "^1.23.1",
11386             "zendframework/zend-diactoros": "~1.1",
11387             "zendframework/zend-feed": "~2.4"
11388         },
11389         "conflict": {
11390             "drush/drush": "<8.1.10"
11391         },
11392         "replace": {
11393             "drupal/action": "self.version",
11394             "drupal/aggregator": "self.version",
11395             "drupal/automated_cron": "self.version",
11396             "drupal/ban": "self.version",
11397             "drupal/bartik": "self.version",
11398             "drupal/basic_auth": "self.version",
11399             "drupal/big_pipe": "self.version",
11400             "drupal/block": "self.version",
11401             "drupal/block_content": "self.version",
11402             "drupal/block_place": "self.version",
11403             "drupal/book": "self.version",
11404             "drupal/breakpoint": "self.version",
11405             "drupal/ckeditor": "self.version",
11406             "drupal/classy": "self.version",
11407             "drupal/color": "self.version",
11408             "drupal/comment": "self.version",
11409             "drupal/config": "self.version",
11410             "drupal/config_translation": "self.version",
11411             "drupal/contact": "self.version",
11412             "drupal/content_moderation": "self.version",
11413             "drupal/content_translation": "self.version",
11414             "drupal/contextual": "self.version",
11415             "drupal/core-annotation": "self.version",
11416             "drupal/core-assertion": "self.version",
11417             "drupal/core-bridge": "self.version",
11418             "drupal/core-datetime": "self.version",
11419             "drupal/core-dependency-injection": "self.version",
11420             "drupal/core-diff": "self.version",
11421             "drupal/core-discovery": "self.version",
11422             "drupal/core-event-dispatcher": "self.version",
11423             "drupal/core-file-cache": "self.version",
11424             "drupal/core-filesystem": "self.version",
11425             "drupal/core-gettext": "self.version",
11426             "drupal/core-graph": "self.version",
11427             "drupal/core-http-foundation": "self.version",
11428             "drupal/core-php-storage": "self.version",
11429             "drupal/core-plugin": "self.version",
11430             "drupal/core-proxy-builder": "self.version",
11431             "drupal/core-render": "self.version",
11432             "drupal/core-serialization": "self.version",
11433             "drupal/core-transliteration": "self.version",
11434             "drupal/core-utility": "self.version",
11435             "drupal/core-uuid": "self.version",
11436             "drupal/datetime": "self.version",
11437             "drupal/datetime_range": "self.version",
11438             "drupal/dblog": "self.version",
11439             "drupal/dynamic_page_cache": "self.version",
11440             "drupal/editor": "self.version",
11441             "drupal/entity_reference": "self.version",
11442             "drupal/field": "self.version",
11443             "drupal/field_layout": "self.version",
11444             "drupal/field_ui": "self.version",
11445             "drupal/file": "self.version",
11446             "drupal/filter": "self.version",
11447             "drupal/forum": "self.version",
11448             "drupal/hal": "self.version",
11449             "drupal/help": "self.version",
11450             "drupal/history": "self.version",
11451             "drupal/image": "self.version",
11452             "drupal/inline_form_errors": "self.version",
11453             "drupal/language": "self.version",
11454             "drupal/layout_discovery": "self.version",
11455             "drupal/link": "self.version",
11456             "drupal/locale": "self.version",
11457             "drupal/menu_link_content": "self.version",
11458             "drupal/menu_ui": "self.version",
11459             "drupal/migrate": "self.version",
11460             "drupal/migrate_drupal": "self.version",
11461             "drupal/migrate_drupal_ui": "self.version",
11462             "drupal/minimal": "self.version",
11463             "drupal/node": "self.version",
11464             "drupal/options": "self.version",
11465             "drupal/outside_in": "self.version",
11466             "drupal/page_cache": "self.version",
11467             "drupal/path": "self.version",
11468             "drupal/quickedit": "self.version",
11469             "drupal/rdf": "self.version",
11470             "drupal/responsive_image": "self.version",
11471             "drupal/rest": "self.version",
11472             "drupal/search": "self.version",
11473             "drupal/serialization": "self.version",
11474             "drupal/seven": "self.version",
11475             "drupal/shortcut": "self.version",
11476             "drupal/simpletest": "self.version",
11477             "drupal/standard": "self.version",
11478             "drupal/stark": "self.version",
11479             "drupal/statistics": "self.version",
11480             "drupal/syslog": "self.version",
11481             "drupal/system": "self.version",
11482             "drupal/taxonomy": "self.version",
11483             "drupal/telephone": "self.version",
11484             "drupal/text": "self.version",
11485             "drupal/toolbar": "self.version",
11486             "drupal/tour": "self.version",
11487             "drupal/tracker": "self.version",
11488             "drupal/update": "self.version",
11489             "drupal/user": "self.version",
11490             "drupal/views": "self.version",
11491             "drupal/views_ui": "self.version",
11492             "drupal/workflows": "self.version"
11493         },
11494         "require-dev": {
11495             "behat/mink": "1.7.x-dev",
11496             "behat/mink-goutte-driver": "~1.2",
11497             "drupal/coder": "8.2.12",
11498             "jcalderonzumba/gastonjs": "~1.0.2",
11499             "jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
11500             "mikey179/vfsstream": "~1.2",
11501             "phpunit/phpunit": ">=4.8.28 <5",
11502             "symfony/browser-kit": ">=2.8.13 <3.0",
11503             "symfony/css-selector": "~2.8"
11504         },
11505         "time": "2017-08-16T17:10:35+00:00",
11506         "type": "drupal-core",
11507         "installation-source": "dist",
11508         "autoload": {
11509             "psr-4": {
11510                 "Drupal\\Core\\": "lib/Drupal/Core",
11511                 "Drupal\\Component\\": "lib/Drupal/Component",
11512                 "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
11513             },
11514             "classmap": [
11515                 "lib/Drupal.php",
11516                 "lib/Drupal/Component/Utility/Timer.php",
11517                 "lib/Drupal/Component/Utility/Unicode.php",
11518                 "lib/Drupal/Core/Database/Database.php",
11519                 "lib/Drupal/Core/DrupalKernel.php",
11520                 "lib/Drupal/Core/DrupalKernelInterface.php",
11521                 "lib/Drupal/Core/Site/Settings.php"
11522             ]
11523         },
11524         "notification-url": "https://packagist.org/downloads/",
11525         "license": [
11526             "GPL-2.0+"
11527         ],
11528         "description": "Drupal is an open source content management platform powering millions of websites and applications."
11529     }
11530 ]