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