5c0c690ea4108a687a86457949979421cc565a3e
[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": "guzzlehttp/guzzle",
2513         "version": "6.2.3",
2514         "version_normalized": "6.2.3.0",
2515         "source": {
2516             "type": "git",
2517             "url": "https://github.com/guzzle/guzzle.git",
2518             "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
2519         },
2520         "dist": {
2521             "type": "zip",
2522             "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
2523             "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
2524             "shasum": ""
2525         },
2526         "require": {
2527             "guzzlehttp/promises": "^1.0",
2528             "guzzlehttp/psr7": "^1.4",
2529             "php": ">=5.5"
2530         },
2531         "require-dev": {
2532             "ext-curl": "*",
2533             "phpunit/phpunit": "^4.0",
2534             "psr/log": "^1.0"
2535         },
2536         "time": "2017-02-28T22:50:30+00:00",
2537         "type": "library",
2538         "extra": {
2539             "branch-alias": {
2540                 "dev-master": "6.2-dev"
2541             }
2542         },
2543         "installation-source": "dist",
2544         "autoload": {
2545             "files": [
2546                 "src/functions_include.php"
2547             ],
2548             "psr-4": {
2549                 "GuzzleHttp\\": "src/"
2550             }
2551         },
2552         "notification-url": "https://packagist.org/downloads/",
2553         "license": [
2554             "MIT"
2555         ],
2556         "authors": [
2557             {
2558                 "name": "Michael Dowling",
2559                 "email": "mtdowling@gmail.com",
2560                 "homepage": "https://github.com/mtdowling"
2561             }
2562         ],
2563         "description": "Guzzle is a PHP HTTP client library",
2564         "homepage": "http://guzzlephp.org/",
2565         "keywords": [
2566             "client",
2567             "curl",
2568             "framework",
2569             "http",
2570             "http client",
2571             "rest",
2572             "web service"
2573         ]
2574     },
2575     {
2576         "name": "nikic/php-parser",
2577         "version": "v3.0.5",
2578         "version_normalized": "3.0.5.0",
2579         "source": {
2580             "type": "git",
2581             "url": "https://github.com/nikic/PHP-Parser.git",
2582             "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d"
2583         },
2584         "dist": {
2585             "type": "zip",
2586             "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
2587             "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
2588             "shasum": ""
2589         },
2590         "require": {
2591             "ext-tokenizer": "*",
2592             "php": ">=5.5"
2593         },
2594         "require-dev": {
2595             "phpunit/phpunit": "~4.0|~5.0"
2596         },
2597         "time": "2017-03-05T18:23:57+00:00",
2598         "bin": [
2599             "bin/php-parse"
2600         ],
2601         "type": "library",
2602         "extra": {
2603             "branch-alias": {
2604                 "dev-master": "3.0-dev"
2605             }
2606         },
2607         "installation-source": "dist",
2608         "autoload": {
2609             "psr-4": {
2610                 "PhpParser\\": "lib/PhpParser"
2611             }
2612         },
2613         "notification-url": "https://packagist.org/downloads/",
2614         "license": [
2615             "BSD-3-Clause"
2616         ],
2617         "authors": [
2618             {
2619                 "name": "Nikita Popov"
2620             }
2621         ],
2622         "description": "A PHP parser written in PHP",
2623         "keywords": [
2624             "parser",
2625             "php"
2626         ]
2627     },
2628     {
2629         "name": "sebastian/recursion-context",
2630         "version": "1.0.5",
2631         "version_normalized": "1.0.5.0",
2632         "source": {
2633             "type": "git",
2634             "url": "https://github.com/sebastianbergmann/recursion-context.git",
2635             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
2636         },
2637         "dist": {
2638             "type": "zip",
2639             "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2640             "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2641             "shasum": ""
2642         },
2643         "require": {
2644             "php": ">=5.3.3"
2645         },
2646         "require-dev": {
2647             "phpunit/phpunit": "~4.4"
2648         },
2649         "time": "2016-10-03T07:41:43+00:00",
2650         "type": "library",
2651         "extra": {
2652             "branch-alias": {
2653                 "dev-master": "1.0.x-dev"
2654             }
2655         },
2656         "installation-source": "dist",
2657         "autoload": {
2658             "classmap": [
2659                 "src/"
2660             ]
2661         },
2662         "notification-url": "https://packagist.org/downloads/",
2663         "license": [
2664             "BSD-3-Clause"
2665         ],
2666         "authors": [
2667             {
2668                 "name": "Jeff Welch",
2669                 "email": "whatthejeff@gmail.com"
2670             },
2671             {
2672                 "name": "Sebastian Bergmann",
2673                 "email": "sebastian@phpunit.de"
2674             },
2675             {
2676                 "name": "Adam Harvey",
2677                 "email": "aharvey@php.net"
2678             }
2679         ],
2680         "description": "Provides functionality to recursively process PHP variables",
2681         "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
2682     },
2683     {
2684         "name": "phpspec/prophecy",
2685         "version": "v1.7.0",
2686         "version_normalized": "1.7.0.0",
2687         "source": {
2688             "type": "git",
2689             "url": "https://github.com/phpspec/prophecy.git",
2690             "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2691         },
2692         "dist": {
2693             "type": "zip",
2694             "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
2695             "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2696             "shasum": ""
2697         },
2698         "require": {
2699             "doctrine/instantiator": "^1.0.2",
2700             "php": "^5.3|^7.0",
2701             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2702             "sebastian/comparator": "^1.1|^2.0",
2703             "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2704         },
2705         "require-dev": {
2706             "phpspec/phpspec": "^2.5|^3.2",
2707             "phpunit/phpunit": "^4.8 || ^5.6.5"
2708         },
2709         "time": "2017-03-02T20:05:34+00:00",
2710         "type": "library",
2711         "extra": {
2712             "branch-alias": {
2713                 "dev-master": "1.6.x-dev"
2714             }
2715         },
2716         "installation-source": "dist",
2717         "autoload": {
2718             "psr-0": {
2719                 "Prophecy\\": "src/"
2720             }
2721         },
2722         "notification-url": "https://packagist.org/downloads/",
2723         "license": [
2724             "MIT"
2725         ],
2726         "authors": [
2727             {
2728                 "name": "Konstantin Kudryashov",
2729                 "email": "ever.zet@gmail.com",
2730                 "homepage": "http://everzet.com"
2731             },
2732             {
2733                 "name": "Marcello Duarte",
2734                 "email": "marcello.duarte@gmail.com"
2735             }
2736         ],
2737         "description": "Highly opinionated mocking framework for PHP 5.3+",
2738         "homepage": "https://github.com/phpspec/prophecy",
2739         "keywords": [
2740             "Double",
2741             "Dummy",
2742             "fake",
2743             "mock",
2744             "spy",
2745             "stub"
2746         ]
2747     },
2748     {
2749         "name": "twbs/bootstrap-sass",
2750         "version": "v3.3.7",
2751         "version_normalized": "3.3.7.0",
2752         "source": {
2753             "type": "git",
2754             "url": "https://github.com/twbs/bootstrap-sass.git",
2755             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
2756         },
2757         "dist": {
2758             "type": "zip",
2759             "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
2760             "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
2761             "shasum": ""
2762         },
2763         "time": "2016-07-25T19:58:53+00:00",
2764         "type": "library",
2765         "extra": {
2766             "branch-alias": {
2767                 "dev-master": "3.3.x-dev"
2768             }
2769         },
2770         "installation-source": "dist",
2771         "notification-url": "https://packagist.org/downloads/",
2772         "license": [
2773             "MIT"
2774         ],
2775         "authors": [
2776             {
2777                 "name": "Mark Otto"
2778             },
2779             {
2780                 "name": "Thomas McDonald"
2781             },
2782             {
2783                 "name": "Tristan Harward"
2784             },
2785             {
2786                 "name": "Peter Gumeson"
2787             },
2788             {
2789                 "name": "Gleb Mazovetskiy"
2790             },
2791             {
2792                 "name": "Jacob Thornton"
2793             }
2794         ],
2795         "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
2796         "homepage": "http://github.com/twbs/bootstrap-sass",
2797         "keywords": [
2798             "bootstrap",
2799             "css",
2800             "sass"
2801         ]
2802     },
2803     {
2804         "name": "drupal/paragraphs",
2805         "version": "1.1.0",
2806         "version_normalized": "1.1.0.0",
2807         "source": {
2808             "type": "git",
2809             "url": "https://git.drupal.org/project/paragraphs",
2810             "reference": "8.x-1.1"
2811         },
2812         "dist": {
2813             "type": "zip",
2814             "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.1.zip",
2815             "reference": "8.x-1.1",
2816             "shasum": "c678e5704a98c6a0549e415412da081cfeb03a00"
2817         },
2818         "require": {
2819             "drupal/core": "~8.0",
2820             "drupal/entity_reference_revisions": "*"
2821         },
2822         "require-dev": {
2823             "drupal/diff": "*",
2824             "drupal/field_group": "*",
2825             "drupal/inline_entity_form": "*",
2826             "drupal/replicate": "*",
2827             "drupal/search_api": "*",
2828             "drupal/search_api_db": "*"
2829         },
2830         "type": "drupal-module",
2831         "extra": {
2832             "branch-alias": {
2833                 "dev-1.x": "1.x-dev"
2834             },
2835             "drupal": {
2836                 "version": "8.x-1.1",
2837                 "datestamp": "1487331784"
2838             }
2839         },
2840         "installation-source": "dist",
2841         "notification-url": "https://packages.drupal.org/8/downloads",
2842         "license": [
2843             "GPL-2.0+"
2844         ],
2845         "authors": [
2846             {
2847                 "name": "Berdir",
2848                 "homepage": "https://www.drupal.org/user/214652"
2849             },
2850             {
2851                 "name": "Frans",
2852                 "homepage": "https://www.drupal.org/user/514222"
2853             },
2854             {
2855                 "name": "Primsi",
2856                 "homepage": "https://www.drupal.org/user/282629"
2857             },
2858             {
2859                 "name": "jeroen.b",
2860                 "homepage": "https://www.drupal.org/user/1853532"
2861             },
2862             {
2863                 "name": "miro_dietiker",
2864                 "homepage": "https://www.drupal.org/user/227761"
2865             }
2866         ],
2867         "description": "Enables the creation of paragraphs entities.",
2868         "homepage": "https://www.drupal.org/project/paragraphs",
2869         "support": {
2870             "source": "http://cgit.drupalcode.org/paragraphs"
2871         }
2872     },
2873     {
2874         "name": "drupal/livereload",
2875         "version": "dev-1.x",
2876         "version_normalized": "dev-1.x",
2877         "source": {
2878             "type": "git",
2879             "url": "https://git.drupal.org/project/livereload",
2880             "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
2881         },
2882         "require": {
2883             "drupal/core": "~8.0"
2884         },
2885         "type": "drupal-module",
2886         "extra": {
2887             "branch-alias": {
2888                 "dev-1.x": "1.x-dev"
2889             },
2890             "drupal": {
2891                 "version": "8.x-1.x-dev",
2892                 "datestamp": "1474009739"
2893             }
2894         },
2895         "installation-source": "source",
2896         "notification-url": "https://packages.drupal.org/8/downloads",
2897         "license": [
2898             "GPL-2.0+"
2899         ],
2900         "authors": [
2901             {
2902                 "name": "Hydra",
2903                 "homepage": "https://www.drupal.org/user/647364"
2904             },
2905             {
2906                 "name": "tim.plunkett",
2907                 "homepage": "https://www.drupal.org/user/241634"
2908             }
2909         ],
2910         "description": "Enables and enhances use of LiveReload during development.",
2911         "homepage": "https://www.drupal.org/project/livereload",
2912         "support": {
2913             "source": "http://cgit.drupalcode.org/livereload"
2914         }
2915     },
2916     {
2917         "name": "drupal/front",
2918         "version": "1.0.0-alpha2",
2919         "version_normalized": "1.0.0.0-alpha2",
2920         "source": {
2921             "type": "git",
2922             "url": "https://git.drupal.org/project/front",
2923             "reference": "8.x-1.0-alpha2"
2924         },
2925         "dist": {
2926             "type": "zip",
2927             "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-alpha2.zip",
2928             "reference": "8.x-1.0-alpha2",
2929             "shasum": "d4381a4fea8ebdf50575a2b443094612b0ff1eb0"
2930         },
2931         "require": {
2932             "drupal/core": "~8.0"
2933         },
2934         "type": "drupal-module",
2935         "extra": {
2936             "branch-alias": {
2937                 "dev-1.x": "1.x-dev"
2938             },
2939             "drupal": {
2940                 "version": "8.x-1.0-alpha2",
2941                 "datestamp": "1487686982"
2942             }
2943         },
2944         "installation-source": "dist",
2945         "notification-url": "https://packages.drupal.org/8/downloads",
2946         "license": [
2947             "GPL-2.0+"
2948         ],
2949         "authors": [
2950             {
2951                 "name": "Dublin Drupaller",
2952                 "homepage": "https://www.drupal.org/user/8625"
2953             },
2954             {
2955                 "name": "Simon Georges",
2956                 "homepage": "https://www.drupal.org/user/172312"
2957             },
2958             {
2959                 "name": "asenenko",
2960                 "homepage": "https://www.drupal.org/user/2641733"
2961             },
2962             {
2963                 "name": "estoyausente",
2964                 "homepage": "https://www.drupal.org/user/1232954"
2965             },
2966             {
2967                 "name": "timhilliard",
2968                 "homepage": "https://www.drupal.org/user/195493"
2969             }
2970         ],
2971         "homepage": "https://www.drupal.org/project/front",
2972         "support": {
2973             "source": "http://cgit.drupalcode.org/front"
2974         }
2975     },
2976     {
2977         "name": "drupal/filefield_sources",
2978         "version": "dev-1.x",
2979         "version_normalized": "dev-1.x",
2980         "source": {
2981             "type": "git",
2982             "url": "https://git.drupal.org/project/filefield_sources",
2983             "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
2984         },
2985         "require": {
2986             "drupal/core": "*"
2987         },
2988         "type": "drupal-module",
2989         "extra": {
2990             "branch-alias": {
2991                 "dev-1.x": "1.x-dev"
2992             },
2993             "drupal": {
2994                 "version": "8.x-1.x-dev",
2995                 "datestamp": "1464990539"
2996             }
2997         },
2998         "installation-source": "source",
2999         "notification-url": "https://packages.drupal.org/8/downloads",
3000         "license": [
3001             "GPL-2.0+"
3002         ],
3003         "authors": [
3004             {
3005                 "name": "profak",
3006                 "homepage": "https://www.drupal.org/user/782534"
3007             },
3008             {
3009                 "name": "quicksketch",
3010                 "homepage": "https://www.drupal.org/user/35821"
3011             }
3012         ],
3013         "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
3014         "homepage": "https://www.drupal.org/project/filefield_sources",
3015         "support": {
3016             "source": "http://cgit.drupalcode.org/filefield_sources"
3017         }
3018     },
3019     {
3020         "name": "drupal/environment_indicator",
3021         "version": "3.0.0",
3022         "version_normalized": "3.0.0.0",
3023         "source": {
3024             "type": "git",
3025             "url": "https://git.drupal.org/project/environment_indicator",
3026             "reference": "8.x-3.0"
3027         },
3028         "dist": {
3029             "type": "zip",
3030             "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.0.zip",
3031             "reference": "8.x-3.0",
3032             "shasum": "eb435b390f07e228eb55638630c6b5b9fb3e104e"
3033         },
3034         "require": {
3035             "drupal/core": "*"
3036         },
3037         "type": "drupal-module",
3038         "extra": {
3039             "branch-alias": {
3040                 "dev-3.x": "3.x-dev"
3041             },
3042             "drupal": {
3043                 "version": "8.x-3.0",
3044                 "datestamp": "1487828585"
3045             }
3046         },
3047         "installation-source": "dist",
3048         "notification-url": "https://packages.drupal.org/8/downloads",
3049         "license": [
3050             "GPL-2.0+"
3051         ],
3052         "authors": [
3053             {
3054                 "name": "e0ipso",
3055                 "homepage": "https://www.drupal.org/user/550110"
3056             },
3057             {
3058                 "name": "mrfelton",
3059                 "homepage": "https://www.drupal.org/user/305669"
3060             }
3061         ],
3062         "description": "Adds a color indicator for the different environments.",
3063         "homepage": "https://www.drupal.org/project/environment_indicator",
3064         "support": {
3065             "source": "http://cgit.drupalcode.org/environment_indicator"
3066         }
3067     },
3068     {
3069         "name": "drupal/pathologic",
3070         "version": "dev-1.x",
3071         "version_normalized": "dev-1.x",
3072         "source": {
3073             "type": "git",
3074             "url": "https://git.drupal.org/project/pathologic",
3075             "reference": "4f9f3fdcf1e0b224c4d8650e383a769f40abf9bf"
3076         },
3077         "require": {
3078             "drupal/core": "*"
3079         },
3080         "type": "drupal-module",
3081         "extra": {
3082             "branch-alias": {
3083                 "dev-1.x": "1.x-dev"
3084             },
3085             "drupal": {
3086                 "version": "8.x-1.x-dev",
3087                 "datestamp": "1494720785"
3088             }
3089         },
3090         "installation-source": "source",
3091         "notification-url": "https://packages.drupal.org/8/downloads",
3092         "license": [
3093             "GPL-2.0+"
3094         ],
3095         "authors": [
3096             {
3097                 "name": "Berdir",
3098                 "homepage": "https://www.drupal.org/user/214652"
3099             },
3100             {
3101                 "name": "Garrett Albright",
3102                 "homepage": "https://www.drupal.org/user/191212"
3103             }
3104         ],
3105         "description": "Helps avoid broken links and incorrect paths in content.",
3106         "homepage": "https://www.drupal.org/project/pathologic",
3107         "support": {
3108             "source": "http://cgit.drupalcode.org/pathologic"
3109         }
3110     },
3111     {
3112         "name": "drupal/typogrify",
3113         "version": "1.0.0-alpha1",
3114         "version_normalized": "1.0.0.0-alpha1",
3115         "source": {
3116             "type": "git",
3117             "url": "https://git.drupal.org/project/typogrify",
3118             "reference": "8.x-1.0-alpha1"
3119         },
3120         "dist": {
3121             "type": "zip",
3122             "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
3123             "reference": "8.x-1.0-alpha1",
3124             "shasum": "de87791555204b3af5692d939f8c199bd7164495"
3125         },
3126         "require": {
3127             "drupal/core": "*"
3128         },
3129         "type": "drupal-module",
3130         "extra": {
3131             "branch-alias": {
3132                 "dev-1.x": "1.x-dev"
3133             },
3134             "drupal": {
3135                 "version": "8.x-1.0-alpha1",
3136                 "datestamp": "1478050442"
3137             }
3138         },
3139         "installation-source": "dist",
3140         "notification-url": "https://packages.drupal.org/8/downloads",
3141         "license": [
3142             "GPL-2.0+"
3143         ],
3144         "authors": [
3145             {
3146                 "name": "See contributors",
3147                 "homepage": "https://www.drupal.org/node/149970/committers",
3148                 "role": "Developer"
3149             },
3150             {
3151                 "name": "migmedia",
3152                 "homepage": "https://www.drupal.org/user/1310354"
3153             },
3154             {
3155                 "name": "mikl",
3156                 "homepage": "https://www.drupal.org/user/58679"
3157             },
3158             {
3159                 "name": "sreynen",
3160                 "homepage": "https://www.drupal.org/user/109890"
3161             }
3162         ],
3163         "description": "A filter for making typographic refinements.",
3164         "homepage": "http://drupal.org/project/typogrify",
3165         "keywords": [
3166             "Drupal"
3167         ],
3168         "support": {
3169             "source": "http://cgit.drupalcode.org/typogrify",
3170             "issues": "http://drupal.org/project/typogrify"
3171         }
3172     },
3173     {
3174         "name": "drupal/entityqueue",
3175         "version": "1.0.0-alpha6",
3176         "version_normalized": "1.0.0.0-alpha6",
3177         "source": {
3178             "type": "git",
3179             "url": "https://git.drupal.org/project/entityqueue",
3180             "reference": "8.x-1.0-alpha6"
3181         },
3182         "dist": {
3183             "type": "zip",
3184             "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha6.zip",
3185             "reference": "8.x-1.0-alpha6",
3186             "shasum": "2f7c639020a4c688b419ca90e35ffe0d08b34639"
3187         },
3188         "require": {
3189             "drupal/core": "~8.0"
3190         },
3191         "type": "drupal-module",
3192         "extra": {
3193             "branch-alias": {
3194                 "dev-1.x": "1.x-dev"
3195             },
3196             "drupal": {
3197                 "version": "8.x-1.0-alpha6",
3198                 "datestamp": "1481985783"
3199             }
3200         },
3201         "installation-source": "dist",
3202         "notification-url": "https://packages.drupal.org/8/downloads",
3203         "license": [
3204             "GPL-2.0+"
3205         ],
3206         "authors": [
3207             {
3208                 "name": "amateescu",
3209                 "homepage": "https://www.drupal.org/user/729614"
3210             },
3211             {
3212                 "name": "jojonaloha",
3213                 "homepage": "https://www.drupal.org/user/1579186"
3214             },
3215             {
3216                 "name": "tim.plunkett",
3217                 "homepage": "https://www.drupal.org/user/241634"
3218             }
3219         ],
3220         "description": "Allows users to collect entities in arbitrarily ordered lists.",
3221         "homepage": "https://www.drupal.org/project/entityqueue",
3222         "support": {
3223             "source": "http://cgit.drupalcode.org/entityqueue"
3224         }
3225     },
3226     {
3227         "name": "michelf/php-markdown",
3228         "version": "1.7.0",
3229         "version_normalized": "1.7.0.0",
3230         "source": {
3231             "type": "git",
3232             "url": "https://github.com/michelf/php-markdown.git",
3233             "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
3234         },
3235         "dist": {
3236             "type": "zip",
3237             "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
3238             "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
3239             "shasum": ""
3240         },
3241         "require": {
3242             "php": ">=5.3.0"
3243         },
3244         "time": "2016-10-29T18:58:20+00:00",
3245         "type": "library",
3246         "extra": {
3247             "branch-alias": {
3248                 "dev-lib": "1.4.x-dev"
3249             }
3250         },
3251         "installation-source": "dist",
3252         "autoload": {
3253             "psr-0": {
3254                 "Michelf": ""
3255             }
3256         },
3257         "notification-url": "https://packagist.org/downloads/",
3258         "license": [
3259             "BSD-3-Clause"
3260         ],
3261         "authors": [
3262             {
3263                 "name": "Michel Fortin",
3264                 "email": "michel.fortin@michelf.ca",
3265                 "homepage": "https://michelf.ca/",
3266                 "role": "Developer"
3267             },
3268             {
3269                 "name": "John Gruber",
3270                 "homepage": "https://daringfireball.net/"
3271             }
3272         ],
3273         "description": "PHP Markdown",
3274         "homepage": "https://michelf.ca/projects/php-markdown/",
3275         "keywords": [
3276             "markdown"
3277         ]
3278     },
3279     {
3280         "name": "drupal/advanced_help",
3281         "version": "dev-1.x",
3282         "version_normalized": "dev-1.x",
3283         "source": {
3284             "type": "git",
3285             "url": "https://git.drupal.org/project/advanced_help",
3286             "reference": "ed80f440c8bb0c3c5b1868f3429f296e52c841a6"
3287         },
3288         "require": {
3289             "drupal/core": "~8.0",
3290             "michelf/php-markdown": "^1.7"
3291         },
3292         "type": "drupal-module",
3293         "extra": {
3294             "branch-alias": {
3295                 "dev-1.x": "1.x-dev"
3296             },
3297             "drupal": {
3298                 "version": "8.x-1.x-dev",
3299                 "datestamp": "1490703369"
3300             }
3301         },
3302         "installation-source": "source",
3303         "notification-url": "https://packages.drupal.org/8/downloads",
3304         "license": [
3305             "GPL-2.0+"
3306         ],
3307         "authors": [
3308             {
3309                 "name": "David Valdez (gnuget)",
3310                 "homepage": "https://www.drupal.org/u/gnuget",
3311                 "role": "Maintainer"
3312             },
3313             {
3314                 "name": "dmitrig01",
3315                 "homepage": "https://www.drupal.org/user/47566"
3316             },
3317             {
3318                 "name": "fgm",
3319                 "homepage": "https://www.drupal.org/user/27985"
3320             },
3321             {
3322                 "name": "gisle",
3323                 "homepage": "https://www.drupal.org/user/409554"
3324             },
3325             {
3326                 "name": "gnuget",
3327                 "homepage": "https://www.drupal.org/user/992990"
3328             },
3329             {
3330                 "name": "merlinofchaos",
3331                 "homepage": "https://www.drupal.org/user/26979"
3332             },
3333             {
3334                 "name": "redndahead",
3335                 "homepage": "https://www.drupal.org/user/160320"
3336             }
3337         ],
3338         "description": "Provide extended help and documentation.",
3339         "homepage": "https://www.drupal.org/project/advanced_help",
3340         "support": {
3341             "source": "https://cgit.drupalcode.org/advanced_help",
3342             "issues": "https://www.drupal.org/project/issues/advanced_help",
3343             "irc": "irc://irc.freenode.org/drupal-contribute"
3344         }
3345     },
3346     {
3347         "name": "drupal/better_formats",
3348         "version": "dev-1.x",
3349         "version_normalized": "dev-1.x",
3350         "source": {
3351             "type": "git",
3352             "url": "https://git.drupal.org/project/better_formats",
3353             "reference": "9b3b5fa792c1dfe0d1121021a230086f3599b7e4"
3354         },
3355         "require": {
3356             "drupal/core": "~8.0"
3357         },
3358         "type": "drupal-module",
3359         "extra": {
3360             "branch-alias": {
3361                 "dev-1.x": "1.x-dev"
3362             },
3363             "drupal": {
3364                 "version": "8.x-1.x-dev",
3365                 "datestamp": "1474656839"
3366             }
3367         },
3368         "installation-source": "source",
3369         "notification-url": "https://packages.drupal.org/8/downloads",
3370         "license": [
3371             "GPL-2.0+"
3372         ],
3373         "authors": [
3374             {
3375                 "name": "Devin Carlson",
3376                 "homepage": "https://www.drupal.org/user/290182"
3377             },
3378             {
3379                 "name": "dragonwize",
3380                 "homepage": "https://www.drupal.org/user/137882"
3381             }
3382         ],
3383         "description": "Enhances the core input format system by managing input format defaults and settings.",
3384         "homepage": "https://www.drupal.org/project/better_formats",
3385         "support": {
3386             "source": "http://cgit.drupalcode.org/better_formats"
3387         }
3388     },
3389     {
3390         "name": "drupal/block_class",
3391         "version": "1.0.0-alpha1",
3392         "version_normalized": "1.0.0.0-alpha1",
3393         "source": {
3394             "type": "git",
3395             "url": "https://git.drupal.org/project/block_class",
3396             "reference": "8.x-1.0-alpha1"
3397         },
3398         "dist": {
3399             "type": "zip",
3400             "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0-alpha1.zip",
3401             "reference": "8.x-1.0-alpha1",
3402             "shasum": "194cd52210ea2e0e5dbbd34fad4528d500424430"
3403         },
3404         "require": {
3405             "drupal/core": "*"
3406         },
3407         "type": "drupal-module",
3408         "extra": {
3409             "branch-alias": {
3410                 "dev-1.x": "1.x-dev"
3411             },
3412             "drupal": {
3413                 "version": "8.x-1.0-alpha1",
3414                 "datestamp": "1475623439"
3415             }
3416         },
3417         "installation-source": "dist",
3418         "notification-url": "https://packages.drupal.org/8/downloads",
3419         "license": [
3420             "GPL-2.0+"
3421         ],
3422         "authors": [
3423             {
3424                 "name": "Aaron Stanush",
3425                 "homepage": "https://www.drupal.org/user/89718"
3426             },
3427             {
3428                 "name": "DYdave",
3429                 "homepage": "https://www.drupal.org/user/467284"
3430             },
3431             {
3432                 "name": "Four Kitchens",
3433                 "homepage": "https://www.drupal.org/user/358502"
3434             },
3435             {
3436                 "name": "Todd Nienkerk",
3437                 "homepage": "https://www.drupal.org/user/92096"
3438             },
3439             {
3440                 "name": "berenddeboer",
3441                 "homepage": "https://www.drupal.org/user/143552"
3442             },
3443             {
3444                 "name": "elliotttf",
3445                 "homepage": "https://www.drupal.org/user/61601"
3446             },
3447             {
3448                 "name": "mirzu",
3449                 "homepage": "https://www.drupal.org/user/7710"
3450             },
3451             {
3452                 "name": "patrickcoffeyo",
3453                 "homepage": "https://www.drupal.org/user/2837945"
3454             },
3455             {
3456                 "name": "pcoffey",
3457                 "homepage": "https://www.drupal.org/user/1595818"
3458             },
3459             {
3460                 "name": "tsmith512",
3461                 "homepage": "https://www.drupal.org/user/2031446"
3462             }
3463         ],
3464         "description": "Allows assigning classes to Blocks",
3465         "homepage": "https://www.drupal.org/project/block_class",
3466         "support": {
3467             "source": "http://cgit.drupalcode.org/block_class"
3468         }
3469     },
3470     {
3471         "name": "drupal/libraries",
3472         "version": "dev-3.x",
3473         "version_normalized": "dev-3.x",
3474         "source": {
3475             "type": "git",
3476             "url": "https://git.drupal.org/project/libraries",
3477             "reference": "061ead081c92a6209b09eaf23b4e3103f360946e"
3478         },
3479         "require": {
3480             "drupal/core": "~8.0"
3481         },
3482         "type": "drupal-module",
3483         "extra": {
3484             "branch-alias": {
3485                 "dev-3.x": "3.x-dev"
3486             },
3487             "drupal": {
3488                 "version": "8.x-3.x-dev",
3489                 "datestamp": "1487978583"
3490             }
3491         },
3492         "installation-source": "source",
3493         "notification-url": "https://packages.drupal.org/8/downloads",
3494         "license": [
3495             "GPL-2.0+"
3496         ],
3497         "authors": [
3498             {
3499                 "name": "Pol",
3500                 "homepage": "https://www.drupal.org/user/47194"
3501             },
3502             {
3503                 "name": "rjacobs",
3504                 "homepage": "https://www.drupal.org/user/422459"
3505             },
3506             {
3507                 "name": "sun",
3508                 "homepage": "https://www.drupal.org/user/54136"
3509             },
3510             {
3511                 "name": "tstoeckler",
3512                 "homepage": "https://www.drupal.org/user/107158"
3513             }
3514         ],
3515         "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
3516         "homepage": "http://drupal.org/project/libraries",
3517         "support": {
3518             "source": "http://cgit.drupalcode.org/libraries",
3519             "issues": "http://drupal.org/project/issues/libraries",
3520             "irc": "irc://irc.freenode.org/drupal-contribute"
3521         }
3522     },
3523     {
3524         "name": "drupal/linkchecker",
3525         "version": "dev-1.x",
3526         "version_normalized": "dev-1.x",
3527         "source": {
3528             "type": "git",
3529             "url": "https://git.drupal.org/project/linkchecker",
3530             "reference": "51377136199d15d6e0ca36339f68934c4eb19204"
3531         },
3532         "require": {
3533             "drupal/core": "~8.0"
3534         },
3535         "type": "drupal-module",
3536         "extra": {
3537             "branch-alias": {
3538                 "dev-1.x": "1.x-dev"
3539             },
3540             "drupal": {
3541                 "version": "8.x-1.x-dev",
3542                 "datestamp": "1472288039"
3543             }
3544         },
3545         "installation-source": "source",
3546         "notification-url": "https://packages.drupal.org/8/downloads",
3547         "license": [
3548             "GPL-2.0+"
3549         ],
3550         "authors": [
3551             {
3552                 "name": "hass",
3553                 "homepage": "https://www.drupal.org/u/hass"
3554             },
3555             {
3556                 "name": "See other contributors",
3557                 "homepage": "https://www.drupal.org/node/243795/committers"
3558             }
3559         ],
3560         "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
3561         "homepage": "https://www.drupal.org/project/linkchecker",
3562         "support": {
3563             "source": "http://git.drupal.org/project/linkchecker.git",
3564             "issues": "https://www.drupal.org/project/issues/linkchecker"
3565         }
3566     },
3567     {
3568         "name": "drupal/video",
3569         "version": "1.2.0",
3570         "version_normalized": "1.2.0.0",
3571         "source": {
3572             "type": "git",
3573             "url": "https://git.drupal.org/project/video",
3574             "reference": "8.x-1.2"
3575         },
3576         "dist": {
3577             "type": "zip",
3578             "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
3579             "reference": "8.x-1.2",
3580             "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
3581         },
3582         "require": {
3583             "drupal/core": "*"
3584         },
3585         "type": "drupal-module",
3586         "extra": {
3587             "branch-alias": {
3588                 "dev-1.x": "1.x-dev"
3589             },
3590             "drupal": {
3591                 "version": "8.x-1.x",
3592                 "datestamp": "1455470039",
3593                 "package": "Field types"
3594             }
3595         },
3596         "installation-source": "dist",
3597         "notification-url": "https://packages.drupal.org/8/downloads",
3598         "license": [
3599             "GPL-2.0+"
3600         ],
3601         "authors": [
3602             {
3603                 "name": "Jorrit",
3604                 "homepage": "https://www.drupal.org/user/161217"
3605             },
3606             {
3607                 "name": "abhishek-anand",
3608                 "homepage": "https://www.drupal.org/user/468982"
3609             },
3610             {
3611                 "name": "brycefisherfleig",
3612                 "homepage": "https://www.drupal.org/user/1300764"
3613             },
3614             {
3615                 "name": "chaitanya17",
3616                 "homepage": "https://www.drupal.org/user/1998300"
3617             },
3618             {
3619                 "name": "heshanlk",
3620                 "homepage": "https://www.drupal.org/user/199102"
3621             }
3622         ],
3623         "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.",
3624         "homepage": "https://www.drupal.org/project/video",
3625         "support": {
3626             "source": "http://cgit.drupalcode.org/video"
3627         }
3628     },
3629     {
3630         "name": "ajgl/breakpoint-twig-extension",
3631         "version": "0.3.0",
3632         "version_normalized": "0.3.0.0",
3633         "source": {
3634             "type": "git",
3635             "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
3636             "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
3637         },
3638         "dist": {
3639             "type": "zip",
3640             "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
3641             "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
3642             "shasum": ""
3643         },
3644         "require": {
3645             "php": ">=5.4.0",
3646             "twig/twig": "^1.14"
3647         },
3648         "require-dev": {
3649             "symfony/framework-bundle": "^2.3",
3650             "symfony/twig-bundle": "^2.3"
3651         },
3652         "suggest": {
3653             "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
3654             "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
3655             "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
3656         },
3657         "time": "2016-03-31T18:09:32+00:00",
3658         "type": "library",
3659         "extra": {
3660             "branch-alias": {
3661                 "dev-master": "0.4.x-dev"
3662             }
3663         },
3664         "installation-source": "dist",
3665         "autoload": {
3666             "psr-4": {
3667                 "Ajgl\\Twig\\Extension\\": "src/"
3668             }
3669         },
3670         "notification-url": "https://packagist.org/downloads/",
3671         "license": [
3672             "MIT"
3673         ],
3674         "authors": [
3675             {
3676                 "name": "Antonio J. García Lagar",
3677                 "email": "aj@garcialagar.es",
3678                 "homepage": "http://aj.garcialagar.es",
3679                 "role": "developer"
3680             }
3681         ],
3682         "description": "Twig extension to set breakpoints",
3683         "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
3684         "keywords": [
3685             "Xdebug",
3686             "breakpoint",
3687             "twig"
3688         ]
3689     },
3690     {
3691         "name": "drupal/twig_xdebug",
3692         "version": "1.0.0",
3693         "version_normalized": "1.0.0.0",
3694         "source": {
3695             "type": "git",
3696             "url": "https://git.drupal.org/project/twig_xdebug",
3697             "reference": "8.x-1.0"
3698         },
3699         "dist": {
3700             "type": "zip",
3701             "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
3702             "reference": "8.x-1.0",
3703             "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
3704         },
3705         "require": {
3706             "ajgl/breakpoint-twig-extension": "0.3",
3707             "drupal/core": "~8.0"
3708         },
3709         "type": "drupal-module",
3710         "extra": {
3711             "branch-alias": {
3712                 "dev-1.x": "1.x-dev"
3713             },
3714             "drupal": {
3715                 "version": "8.x-1.0",
3716                 "datestamp": "1464928439"
3717             }
3718         },
3719         "installation-source": "dist",
3720         "notification-url": "https://packages.drupal.org/8/downloads",
3721         "license": [
3722             "GPL-2.0+"
3723         ],
3724         "authors": [
3725             {
3726                 "name": "charginghawk",
3727                 "homepage": "https://www.drupal.org/user/2626341"
3728             }
3729         ],
3730         "description": "Enables Xdebug breakpoints in Twig.",
3731         "homepage": "https://www.drupal.org/project/twig_xdebug",
3732         "support": {
3733             "source": "http://cgit.drupalcode.org/twig_xdebug"
3734         }
3735     },
3736     {
3737         "name": "cebe/markdown",
3738         "version": "1.0.2",
3739         "version_normalized": "1.0.2.0",
3740         "source": {
3741             "type": "git",
3742             "url": "https://github.com/cebe/markdown.git",
3743             "reference": "f681fee8303310415b746f3758eeda0a7ad08bda"
3744         },
3745         "dist": {
3746             "type": "zip",
3747             "url": "https://api.github.com/repos/cebe/markdown/zipball/f681fee8303310415b746f3758eeda0a7ad08bda",
3748             "reference": "f681fee8303310415b746f3758eeda0a7ad08bda",
3749             "shasum": ""
3750         },
3751         "require": {
3752             "lib-pcre": "*",
3753             "php": ">=5.4.0"
3754         },
3755         "require-dev": {
3756             "cebe/indent": "*",
3757             "facebook/xhprof": "*@dev",
3758             "phpunit/phpunit": "3.7.*"
3759         },
3760         "time": "2015-03-06T05:21:16+00:00",
3761         "bin": [
3762             "bin/markdown"
3763         ],
3764         "type": "library",
3765         "extra": {
3766             "branch-alias": {
3767                 "dev-master": "1.0.x-dev"
3768             }
3769         },
3770         "installation-source": "dist",
3771         "autoload": {
3772             "psr-4": {
3773                 "cebe\\markdown\\": ""
3774             }
3775         },
3776         "notification-url": "https://packagist.org/downloads/",
3777         "license": [
3778             "MIT"
3779         ],
3780         "authors": [
3781             {
3782                 "name": "Carsten Brandt",
3783                 "email": "mail@cebe.cc",
3784                 "homepage": "http://cebe.cc/",
3785                 "role": "Creator"
3786             }
3787         ],
3788         "description": "A super fast, highly extensible markdown parser for PHP",
3789         "homepage": "https://github.com/cebe/markdown#readme",
3790         "keywords": [
3791             "extensible",
3792             "fast",
3793             "gfm",
3794             "markdown",
3795             "markdown-extra"
3796         ]
3797     },
3798     {
3799         "name": "guzzlehttp/psr7",
3800         "version": "1.4.2",
3801         "version_normalized": "1.4.2.0",
3802         "source": {
3803             "type": "git",
3804             "url": "https://github.com/guzzle/psr7.git",
3805             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
3806         },
3807         "dist": {
3808             "type": "zip",
3809             "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
3810             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
3811             "shasum": ""
3812         },
3813         "require": {
3814             "php": ">=5.4.0",
3815             "psr/http-message": "~1.0"
3816         },
3817         "provide": {
3818             "psr/http-message-implementation": "1.0"
3819         },
3820         "require-dev": {
3821             "phpunit/phpunit": "~4.0"
3822         },
3823         "time": "2017-03-20T17:10:46+00:00",
3824         "type": "library",
3825         "extra": {
3826             "branch-alias": {
3827                 "dev-master": "1.4-dev"
3828             }
3829         },
3830         "installation-source": "dist",
3831         "autoload": {
3832             "psr-4": {
3833                 "GuzzleHttp\\Psr7\\": "src/"
3834             },
3835             "files": [
3836                 "src/functions_include.php"
3837             ]
3838         },
3839         "notification-url": "https://packagist.org/downloads/",
3840         "license": [
3841             "MIT"
3842         ],
3843         "authors": [
3844             {
3845                 "name": "Michael Dowling",
3846                 "email": "mtdowling@gmail.com",
3847                 "homepage": "https://github.com/mtdowling"
3848             },
3849             {
3850                 "name": "Tobias Schultze",
3851                 "homepage": "https://github.com/Tobion"
3852             }
3853         ],
3854         "description": "PSR-7 message implementation that also provides common utility methods",
3855         "keywords": [
3856             "http",
3857             "message",
3858             "request",
3859             "response",
3860             "stream",
3861             "uri",
3862             "url"
3863         ]
3864     },
3865     {
3866         "name": "paragonie/random_compat",
3867         "version": "v2.0.10",
3868         "version_normalized": "2.0.10.0",
3869         "source": {
3870             "type": "git",
3871             "url": "https://github.com/paragonie/random_compat.git",
3872             "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
3873         },
3874         "dist": {
3875             "type": "zip",
3876             "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
3877             "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
3878             "shasum": ""
3879         },
3880         "require": {
3881             "php": ">=5.2.0"
3882         },
3883         "require-dev": {
3884             "phpunit/phpunit": "4.*|5.*"
3885         },
3886         "suggest": {
3887             "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3888         },
3889         "time": "2017-03-13T16:27:32+00:00",
3890         "type": "library",
3891         "installation-source": "dist",
3892         "autoload": {
3893             "files": [
3894                 "lib/random.php"
3895             ]
3896         },
3897         "notification-url": "https://packagist.org/downloads/",
3898         "license": [
3899             "MIT"
3900         ],
3901         "authors": [
3902             {
3903                 "name": "Paragon Initiative Enterprises",
3904                 "email": "security@paragonie.com",
3905                 "homepage": "https://paragonie.com"
3906             }
3907         ],
3908         "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3909         "keywords": [
3910             "csprng",
3911             "pseudorandom",
3912             "random"
3913         ]
3914     },
3915     {
3916         "name": "drupal/simple_sitemap",
3917         "version": "2.9.0",
3918         "version_normalized": "2.9.0.0",
3919         "source": {
3920             "type": "git",
3921             "url": "https://git.drupal.org/project/simple_sitemap",
3922             "reference": "8.x-2.9"
3923         },
3924         "dist": {
3925             "type": "zip",
3926             "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.9.zip",
3927             "reference": "8.x-2.9",
3928             "shasum": "73bc5b375a7563ee217688f752318fe044b1e9de"
3929         },
3930         "require": {
3931             "drupal/core": "~8.0"
3932         },
3933         "type": "drupal-module",
3934         "extra": {
3935             "branch-alias": {
3936                 "dev-2.x": "2.x-dev"
3937             },
3938             "drupal": {
3939                 "version": "8.x-2.9",
3940                 "datestamp": "1490775483"
3941             }
3942         },
3943         "installation-source": "dist",
3944         "notification-url": "https://packages.drupal.org/8/downloads",
3945         "license": [
3946             "GPL-2.0+"
3947         ],
3948         "authors": [
3949             {
3950                 "name": "Pawel Ginalski (gbyte.co)",
3951                 "homepage": "https://www.drupal.org/u/gbyte.co",
3952                 "email": "contact@gbyte.co",
3953                 "role": "Maintainer"
3954             },
3955             {
3956                 "name": "Sam Becker (Sam152)",
3957                 "homepage": "https://www.drupal.org/u/sam152",
3958                 "role": "Co-maintainer"
3959             }
3960         ],
3961         "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
3962         "homepage": "https://drupal.org/project/simple_sitemap",
3963         "support": {
3964             "source": "https://cgit.drupalcode.org/simple_sitemap",
3965             "issues": "https://drupal.org/project/issues/simple_sitemap",
3966             "irc": "irc://irc.freenode.org/drupal-contribute"
3967         }
3968     },
3969     {
3970         "name": "drupal/fontyourface",
3971         "version": "3.1.0",
3972         "version_normalized": "3.1.0.0",
3973         "source": {
3974             "type": "git",
3975             "url": "https://git.drupal.org/project/fontyourface",
3976             "reference": "8.x-3.1"
3977         },
3978         "dist": {
3979             "type": "zip",
3980             "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.1.zip",
3981             "reference": "8.x-3.1",
3982             "shasum": "c5e02349327e4962dc15901ad442a887326b5b73"
3983         },
3984         "require": {
3985             "drupal/core": "8.*"
3986         },
3987         "type": "drupal-module",
3988         "extra": {
3989             "branch-alias": {
3990                 "dev-3.x": "3.x-dev"
3991             },
3992             "drupal": {
3993                 "version": "8.x-3.1",
3994                 "datestamp": "1490223783"
3995             }
3996         },
3997         "installation-source": "dist",
3998         "notification-url": "https://packages.drupal.org/8/downloads",
3999         "license": [
4000             "GPL-2.0+"
4001         ],
4002         "authors": [
4003             {
4004                 "name": "BTMash",
4005                 "homepage": "https://www.drupal.org/user/60422"
4006             },
4007             {
4008                 "name": "BarisW",
4009                 "homepage": "https://www.drupal.org/user/107229"
4010             },
4011             {
4012                 "name": "Drave Robber",
4013                 "homepage": "https://www.drupal.org/user/984338"
4014             },
4015             {
4016                 "name": "sreynen",
4017                 "homepage": "https://www.drupal.org/user/109890"
4018             }
4019         ],
4020         "description": "Web font management tools.",
4021         "homepage": "https://www.drupal.org/project/fontyourface",
4022         "keywords": [
4023             "Drupal"
4024         ],
4025         "support": {
4026             "source": "http://cgit.drupalcode.org/fontyourface",
4027             "issues": "http://drupal.org/project/issues/fontyourface"
4028         }
4029     },
4030     {
4031         "name": "drupal/php",
4032         "version": "dev-1.x",
4033         "version_normalized": "dev-1.x",
4034         "source": {
4035             "type": "git",
4036             "url": "https://git.drupal.org/project/php",
4037             "reference": "304022be52874ef2d7916ea3acafd312766da9cc"
4038         },
4039         "require": {
4040             "drupal/core": "~8.0"
4041         },
4042         "type": "drupal-module",
4043         "extra": {
4044             "branch-alias": {
4045                 "dev-1.x": "1.x-dev"
4046             },
4047             "drupal": {
4048                 "version": "8.x-1.0-beta2+1-dev",
4049                 "datestamp": "1461875939"
4050             }
4051         },
4052         "installation-source": "source",
4053         "notification-url": "https://packages.drupal.org/8/downloads",
4054         "license": [
4055             "GPL-2.0+"
4056         ],
4057         "authors": [
4058             {
4059                 "name": "hass",
4060                 "homepage": "https://www.drupal.org/u/hass"
4061             },
4062             {
4063                 "name": "See other contributors",
4064                 "homepage": "https://www.drupal.org/node/1633456/committers"
4065             },
4066             {
4067                 "name": "catch",
4068                 "homepage": "https://www.drupal.org/user/35733"
4069             },
4070             {
4071                 "name": "dixon_",
4072                 "homepage": "https://www.drupal.org/user/239911"
4073             },
4074             {
4075                 "name": "greggles",
4076                 "homepage": "https://www.drupal.org/user/36762"
4077             },
4078             {
4079                 "name": "hass",
4080                 "homepage": "https://www.drupal.org/user/85918"
4081             },
4082             {
4083                 "name": "msonnabaum",
4084                 "homepage": "https://www.drupal.org/user/75278"
4085             },
4086             {
4087                 "name": "quicksketch",
4088                 "homepage": "https://www.drupal.org/user/35821"
4089             },
4090             {
4091                 "name": "webchick",
4092                 "homepage": "https://www.drupal.org/user/24967"
4093             }
4094         ],
4095         "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.",
4096         "homepage": "https://www.drupal.org/project/php",
4097         "support": {
4098             "source": "http://git.drupal.org/project/php.git",
4099             "issues": "https://www.drupal.org/project/issues/php"
4100         }
4101     },
4102     {
4103         "name": "cweagans/composer-patches",
4104         "version": "1.6.1",
4105         "version_normalized": "1.6.1.0",
4106         "source": {
4107             "type": "git",
4108             "url": "https://github.com/cweagans/composer-patches.git",
4109             "reference": "b3036f23b73570ab5d869e345277786c8eb248a9"
4110         },
4111         "dist": {
4112             "type": "zip",
4113             "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/b3036f23b73570ab5d869e345277786c8eb248a9",
4114             "reference": "b3036f23b73570ab5d869e345277786c8eb248a9",
4115             "shasum": ""
4116         },
4117         "require": {
4118             "composer-plugin-api": "^1.0",
4119             "php": ">=5.3.0"
4120         },
4121         "require-dev": {
4122             "composer/composer": "~1.0",
4123             "phpunit/phpunit": "~4.6"
4124         },
4125         "time": "2017-03-19T18:18:52+00:00",
4126         "type": "composer-plugin",
4127         "extra": {
4128             "class": "cweagans\\Composer\\Patches"
4129         },
4130         "installation-source": "dist",
4131         "autoload": {
4132             "psr-4": {
4133                 "cweagans\\Composer\\": "src"
4134             }
4135         },
4136         "notification-url": "https://packagist.org/downloads/",
4137         "license": [
4138             "BSD-2-Clause"
4139         ],
4140         "authors": [
4141             {
4142                 "name": "Cameron Eagans",
4143                 "email": "me@cweagans.net"
4144             }
4145         ],
4146         "description": "Provides a way to patch Composer packages."
4147     },
4148     {
4149         "name": "drupal/security_review",
4150         "version": "dev-1.x",
4151         "version_normalized": "dev-1.x",
4152         "source": {
4153             "type": "git",
4154             "url": "https://git.drupal.org/project/security_review",
4155             "reference": "35ebae445bb260e961e47c4c58efe7c50c228999"
4156         },
4157         "require": {
4158             "drupal/core": "~8.0"
4159         },
4160         "type": "drupal-module",
4161         "extra": {
4162             "branch-alias": {
4163                 "dev-1.x": "1.x-dev"
4164             },
4165             "drupal": {
4166                 "version": "8.x-1.x-dev",
4167                 "datestamp": "1476978839"
4168             },
4169             "patches_applied": {
4170                 "Fix missing field review list": "https://www.drupal.org/files/issues/security_review-dangerous-tags-list-2744805-2.patch"
4171             }
4172         },
4173         "installation-source": "source",
4174         "notification-url": "https://packages.drupal.org/8/downloads",
4175         "license": [
4176             "GPL-2.0+"
4177         ],
4178         "authors": [
4179             {
4180                 "name": "banviktor",
4181                 "homepage": "https://www.drupal.org/user/3176333"
4182             },
4183             {
4184                 "name": "coltrane",
4185                 "homepage": "https://www.drupal.org/user/91990"
4186             },
4187             {
4188                 "name": "dsnopek",
4189                 "homepage": "https://www.drupal.org/user/266527"
4190             },
4191             {
4192                 "name": "greggles",
4193                 "homepage": "https://www.drupal.org/user/36762"
4194             }
4195         ],
4196         "description": "Site security and configuration review module.",
4197         "homepage": "https://www.drupal.org/project/security_review",
4198         "support": {
4199             "source": "http://cgit.drupalcode.org/security_review"
4200         }
4201     },
4202     {
4203         "name": "drupal/entity",
4204         "version": "1.0.0-alpha4",
4205         "version_normalized": "1.0.0.0-alpha4",
4206         "source": {
4207             "type": "git",
4208             "url": "https://git.drupal.org/project/entity",
4209             "reference": "8.x-1.0-alpha4"
4210         },
4211         "dist": {
4212             "type": "zip",
4213             "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-alpha4.zip",
4214             "reference": "8.x-1.0-alpha4",
4215             "shasum": "c081d3757c159dfee74c9e5acb63bdee81c42e18"
4216         },
4217         "require": {
4218             "drupal/core": "~8.1"
4219         },
4220         "type": "drupal-module",
4221         "extra": {
4222             "branch-alias": {
4223                 "dev-1.x": "1.x-dev"
4224             },
4225             "drupal": {
4226                 "version": "8.x-1.0-alpha4",
4227                 "datestamp": "1481194983"
4228             }
4229         },
4230         "installation-source": "dist",
4231         "notification-url": "https://packages.drupal.org/8/downloads",
4232         "license": [
4233             "GPL-2.0+"
4234         ],
4235         "authors": [
4236             {
4237                 "name": "Berdir",
4238                 "homepage": "https://www.drupal.org/user/214652"
4239             },
4240             {
4241                 "name": "bojanz",
4242                 "homepage": "https://www.drupal.org/user/86106"
4243             },
4244             {
4245                 "name": "dawehner",
4246                 "homepage": "https://www.drupal.org/user/99340"
4247             },
4248             {
4249                 "name": "dixon_",
4250                 "homepage": "https://www.drupal.org/user/239911"
4251             },
4252             {
4253                 "name": "fago",
4254                 "homepage": "https://www.drupal.org/user/16747"
4255             }
4256         ],
4257         "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
4258         "homepage": "http://drupal.org/project/entity",
4259         "support": {
4260             "source": "http://cgit.drupalcode.org/entity"
4261         }
4262     },
4263     {
4264         "name": "drupal/media_entity",
4265         "version": "1.6.0",
4266         "version_normalized": "1.6.0.0",
4267         "source": {
4268             "type": "git",
4269             "url": "https://git.drupal.org/project/media_entity",
4270             "reference": "8.x-1.6"
4271         },
4272         "dist": {
4273             "type": "zip",
4274             "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.6.zip",
4275             "reference": "8.x-1.6",
4276             "shasum": "86fd1478f2448c034660faa30ef34c0e8519fecb"
4277         },
4278         "require": {
4279             "drupal/core": "~8.1",
4280             "drupal/entity": "^1.0.0-alpha3"
4281         },
4282         "require-dev": {
4283             "drupal/entity": "*",
4284             "drupal/inline_entity_form": "*"
4285         },
4286         "type": "drupal-module",
4287         "extra": {
4288             "branch-alias": {
4289                 "dev-1.x": "1.x-dev"
4290             },
4291             "drupal": {
4292                 "version": "8.x-1.6",
4293                 "datestamp": "1480363983"
4294             }
4295         },
4296         "installation-source": "dist",
4297         "notification-url": "https://packages.drupal.org/8/downloads",
4298         "license": [
4299             "GPL-2.0+"
4300         ],
4301         "authors": [
4302             {
4303                 "name": "Berdir",
4304                 "homepage": "https://www.drupal.org/user/214652"
4305             },
4306             {
4307                 "name": "Dave Reid",
4308                 "homepage": "https://www.drupal.org/user/53892"
4309             },
4310             {
4311                 "name": "Drupal Media Team",
4312                 "homepage": "https://www.drupal.org/user/3260690"
4313             },
4314             {
4315                 "name": "Drupal media CI",
4316                 "homepage": "https://www.drupal.org/user/3057985"
4317             },
4318             {
4319                 "name": "Primsi",
4320                 "homepage": "https://www.drupal.org/user/282629"
4321             },
4322             {
4323                 "name": "boztek",
4324                 "homepage": "https://www.drupal.org/user/134410"
4325             },
4326             {
4327                 "name": "chr.fritsch",
4328                 "homepage": "https://www.drupal.org/user/2103716"
4329             },
4330             {
4331                 "name": "jcisio",
4332                 "homepage": "https://www.drupal.org/user/210762"
4333             },
4334             {
4335                 "name": "katzilla",
4336                 "homepage": "https://www.drupal.org/user/260398"
4337             },
4338             {
4339                 "name": "phenaproxima",
4340                 "homepage": "https://www.drupal.org/user/205645"
4341             },
4342             {
4343                 "name": "seanB",
4344                 "homepage": "https://www.drupal.org/user/545912"
4345             },
4346             {
4347                 "name": "slashrsm",
4348                 "homepage": "https://www.drupal.org/user/744628"
4349             }
4350         ],
4351         "description": "Provides a lean and simple way to store media on Drupal 8 sites.",
4352         "homepage": "https://www.drupal.org/project/media_entity",
4353         "keywords": [
4354             "Drupal"
4355         ],
4356         "support": {
4357             "source": "https://www.drupal.org/project/media_entity",
4358             "issues": "https://www.drupal.org/project/issues/media_entity"
4359         }
4360     },
4361     {
4362         "name": "drupal/media_entity_image",
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_image",
4368             "reference": "8.x-1.2"
4369         },
4370         "dist": {
4371             "type": "zip",
4372             "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.2.zip",
4373             "reference": "8.x-1.2",
4374             "shasum": "d02d1d793a50ea3b9cb5a3219472fdd27980f4f3"
4375         },
4376         "require": {
4377             "drupal/core": "~8.1",
4378             "drupal/media_entity": "~1.0 || ~8.1.0"
4379         },
4380         "require-dev": {
4381             "drupal/entity_browser": "*"
4382         },
4383         "type": "drupal-module",
4384         "extra": {
4385             "branch-alias": {
4386                 "dev-1.x": "1.x-dev"
4387             },
4388             "drupal": {
4389                 "version": "8.x-1.2",
4390                 "datestamp": "1470170939"
4391             }
4392         },
4393         "installation-source": "dist",
4394         "notification-url": "https://packages.drupal.org/8/downloads",
4395         "license": [
4396             "GPL-2.0+"
4397         ],
4398         "authors": [
4399             {
4400                 "name": "Drupal Media Team",
4401                 "homepage": "https://www.drupal.org/user/3260690"
4402             },
4403             {
4404                 "name": "Primsi",
4405                 "homepage": "https://www.drupal.org/user/282629"
4406             },
4407             {
4408                 "name": "slashrsm",
4409                 "homepage": "https://www.drupal.org/user/744628"
4410             }
4411         ],
4412         "description": "Local images integration for Drupal Media entity.",
4413         "homepage": "https://www.drupal.org/project/media_entity_image",
4414         "keywords": [
4415             "Drupal",
4416             "image",
4417             "media"
4418         ],
4419         "support": {
4420             "source": "https://www.drupal.org/project/media_entity_image",
4421             "issues": "https://www.drupal.org/project/issues/media_entity_image"
4422         }
4423     },
4424     {
4425         "name": "drupal/media_entity_twitter",
4426         "version": "1.3.0",
4427         "version_normalized": "1.3.0.0",
4428         "source": {
4429             "type": "git",
4430             "url": "https://git.drupal.org/project/media_entity_twitter",
4431             "reference": "8.x-1.3"
4432         },
4433         "dist": {
4434             "type": "zip",
4435             "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-1.3.zip",
4436             "reference": "8.x-1.3",
4437             "shasum": "280406ba63e2c00befa9bb1434ad2d4d3113b239"
4438         },
4439         "require": {
4440             "drupal/core": "~8.0",
4441             "drupal/media_entity": "*",
4442             "j7mbo/twitter-api-php": "~1.0"
4443         },
4444         "type": "drupal-module",
4445         "extra": {
4446             "branch-alias": {
4447                 "dev-1.x": "1.x-dev"
4448             },
4449             "drupal": {
4450                 "version": "8.x-1.3",
4451                 "datestamp": "1478549339"
4452             }
4453         },
4454         "installation-source": "dist",
4455         "notification-url": "https://packages.drupal.org/8/downloads",
4456         "license": [
4457             "GPL-2.0+"
4458         ],
4459         "authors": [
4460             {
4461                 "name": "Drupal Media Team",
4462                 "homepage": "https://www.drupal.org/user/3260690"
4463             },
4464             {
4465                 "name": "Primsi",
4466                 "homepage": "https://www.drupal.org/user/282629"
4467             },
4468             {
4469                 "name": "slashrsm",
4470                 "homepage": "https://www.drupal.org/user/744628"
4471             }
4472         ],
4473         "description": "Media entity Twitter provider.",
4474         "homepage": "https://www.drupal.org/project/media_entity_twitter",
4475         "support": {
4476             "source": "http://cgit.drupalcode.org/media_entity_twitter"
4477         }
4478     },
4479     {
4480         "name": "drupal/media_entity_slideshow",
4481         "version": "1.2.0",
4482         "version_normalized": "1.2.0.0",
4483         "source": {
4484             "type": "git",
4485             "url": "https://git.drupal.org/project/media_entity_slideshow",
4486             "reference": "8.x-1.2"
4487         },
4488         "dist": {
4489             "type": "zip",
4490             "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-1.2.zip",
4491             "reference": "8.x-1.2",
4492             "shasum": "c9d49eb6be7de0ea8e500554b89842842287cd1f"
4493         },
4494         "require": {
4495             "drupal/core": "~8.0",
4496             "drupal/media_entity": "*"
4497         },
4498         "type": "drupal-module",
4499         "extra": {
4500             "branch-alias": {
4501                 "dev-1.x": "1.x-dev"
4502             },
4503             "drupal": {
4504                 "version": "8.x-1.2",
4505                 "datestamp": "1470687839"
4506             }
4507         },
4508         "installation-source": "dist",
4509         "notification-url": "https://packages.drupal.org/8/downloads",
4510         "license": [
4511             "GPL-2.0+"
4512         ],
4513         "authors": [
4514             {
4515                 "name": "Drupal Media Team",
4516                 "homepage": "https://www.drupal.org/user/3260690"
4517             },
4518             {
4519                 "name": "slashrsm",
4520                 "homepage": "https://www.drupal.org/user/744628"
4521             }
4522         ],
4523         "description": "Media entity slideshow provider.",
4524         "homepage": "https://www.drupal.org/project/media_entity_slideshow",
4525         "support": {
4526             "source": "http://cgit.drupalcode.org/media_entity_slideshow"
4527         }
4528     },
4529     {
4530         "name": "drupal/media_entity_document",
4531         "version": "1.1.0",
4532         "version_normalized": "1.1.0.0",
4533         "source": {
4534             "type": "git",
4535             "url": "https://git.drupal.org/project/media_entity_document",
4536             "reference": "8.x-1.1"
4537         },
4538         "dist": {
4539             "type": "zip",
4540             "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.1.zip",
4541             "reference": "8.x-1.1",
4542             "shasum": "88a45820cf0aeb5f8a3ade3338007771191508e4"
4543         },
4544         "require": {
4545             "drupal/core": "~8.1",
4546             "drupal/media_entity": "~1.0 || ~8.1.0"
4547         },
4548         "type": "drupal-module",
4549         "extra": {
4550             "branch-alias": {
4551                 "dev-1.x": "1.x-dev"
4552             },
4553             "drupal": {
4554                 "version": "8.x-1.1",
4555                 "datestamp": "1470211995"
4556             }
4557         },
4558         "installation-source": "dist",
4559         "notification-url": "https://packages.drupal.org/8/downloads",
4560         "license": [
4561             "GPL-2.0+"
4562         ],
4563         "authors": [
4564             {
4565                 "name": "NerOcrO",
4566                 "homepage": "https://www.drupal.org/user/1728164",
4567                 "role": "Maintainer"
4568             }
4569         ],
4570         "description": "Local documents integration for Drupal Media entity.",
4571         "homepage": "https://www.drupal.org/project/media_entity_document",
4572         "keywords": [
4573             "Drupal",
4574             "document",
4575             "media"
4576         ],
4577         "support": {
4578             "source": "https://www.drupal.org/project/media_entity_document",
4579             "issues": "https://www.drupal.org/project/issues/media_entity_document"
4580         }
4581     },
4582     {
4583         "name": "drupal/inline_entity_form",
4584         "version": "1.0.0-beta1",
4585         "version_normalized": "1.0.0.0-beta1",
4586         "source": {
4587             "type": "git",
4588             "url": "https://git.drupal.org/project/inline_entity_form",
4589             "reference": "8.x-1.0-beta1"
4590         },
4591         "dist": {
4592             "type": "zip",
4593             "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip",
4594             "reference": "8.x-1.0-beta1",
4595             "shasum": "185ffc28a7b68d19cce057855d1c111f1741a3ea"
4596         },
4597         "require": {
4598             "drupal/core": "~8.0"
4599         },
4600         "require-dev": {
4601             "drupal/entity_reference_revisions": "*"
4602         },
4603         "type": "drupal-module",
4604         "extra": {
4605             "branch-alias": {
4606                 "dev-1.x": "1.x-dev"
4607             },
4608             "drupal": {
4609                 "version": "8.x-1.0-beta1",
4610                 "datestamp": "1477868343"
4611             }
4612         },
4613         "installation-source": "dist",
4614         "notification-url": "https://packages.drupal.org/8/downloads",
4615         "license": [
4616             "GPL-2.0+"
4617         ],
4618         "authors": [
4619             {
4620                 "name": "bojanz",
4621                 "homepage": "https://www.drupal.org/user/86106"
4622             },
4623             {
4624                 "name": "dawehner",
4625                 "homepage": "https://www.drupal.org/user/99340"
4626             },
4627             {
4628                 "name": "rszrama",
4629                 "homepage": "https://www.drupal.org/user/49344"
4630             },
4631             {
4632                 "name": "slashrsm",
4633                 "homepage": "https://www.drupal.org/user/744628"
4634             },
4635             {
4636                 "name": "webflo",
4637                 "homepage": "https://www.drupal.org/user/254778"
4638             }
4639         ],
4640         "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4641         "homepage": "https://www.drupal.org/project/inline_entity_form",
4642         "support": {
4643             "source": "http://cgit.drupalcode.org/inline_entity_form"
4644         }
4645     },
4646     {
4647         "name": "drupal/embed",
4648         "version": "1.0.0",
4649         "version_normalized": "1.0.0.0",
4650         "source": {
4651             "type": "git",
4652             "url": "https://git.drupal.org/project/embed",
4653             "reference": "8.x-1.0"
4654         },
4655         "dist": {
4656             "type": "zip",
4657             "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
4658             "reference": "8.x-1.0",
4659             "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
4660         },
4661         "require": {
4662             "drupal/core": "~8.0"
4663         },
4664         "type": "drupal-module",
4665         "extra": {
4666             "branch-alias": {
4667                 "dev-1.x": "1.x-dev"
4668             },
4669             "drupal": {
4670                 "version": "8.x-1.0",
4671                 "datestamp": "1490755685"
4672             }
4673         },
4674         "installation-source": "dist",
4675         "notification-url": "https://packages.drupal.org/8/downloads",
4676         "license": [
4677             "GPL-2.0+"
4678         ],
4679         "authors": [
4680             {
4681                 "name": "Dave Reid",
4682                 "homepage": "https://www.drupal.org/user/53892"
4683             },
4684             {
4685                 "name": "Devin Carlson",
4686                 "homepage": "https://www.drupal.org/user/290182"
4687             },
4688             {
4689                 "name": "Drupal Media Team",
4690                 "homepage": "https://www.drupal.org/user/3260690"
4691             },
4692             {
4693                 "name": "cs_shadow",
4694                 "homepage": "https://www.drupal.org/user/2828287"
4695             },
4696             {
4697                 "name": "slashrsm",
4698                 "homepage": "https://www.drupal.org/user/744628"
4699             }
4700         ],
4701         "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
4702         "homepage": "https://www.drupal.org/project/embed",
4703         "support": {
4704             "source": "http://cgit.drupalcode.org/embed",
4705             "issues": "https://www.drupal.org/project/issues/embed",
4706             "irc": "irc://irc.freenode.org/drupal-media"
4707         }
4708     },
4709     {
4710         "name": "drupal/entity_embed",
4711         "version": "1.0.0-beta2",
4712         "version_normalized": "1.0.0.0-beta2",
4713         "source": {
4714             "type": "git",
4715             "url": "https://git.drupal.org/project/entity_embed",
4716             "reference": "8.x-1.0-beta2"
4717         },
4718         "dist": {
4719             "type": "zip",
4720             "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
4721             "reference": "8.x-1.0-beta2",
4722             "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
4723         },
4724         "require": {
4725             "drupal/core": "*",
4726             "drupal/embed": "*"
4727         },
4728         "require-dev": {
4729             "drupal/entity_browser": "*"
4730         },
4731         "type": "drupal-module",
4732         "extra": {
4733             "branch-alias": {
4734                 "dev-1.x": "1.x-dev"
4735             },
4736             "drupal": {
4737                 "version": "8.x-1.0-beta2",
4738                 "datestamp": "1476698339"
4739             }
4740         },
4741         "installation-source": "dist",
4742         "notification-url": "https://packages.drupal.org/8/downloads",
4743         "license": [
4744             "GPL-2.0+"
4745         ],
4746         "authors": [
4747             {
4748                 "name": "Dave Reid",
4749                 "homepage": "https://www.drupal.org/user/53892"
4750             },
4751             {
4752                 "name": "Devin Carlson",
4753                 "homepage": "https://www.drupal.org/user/290182"
4754             },
4755             {
4756                 "name": "Drupal Media Team",
4757                 "homepage": "https://www.drupal.org/user/3260690"
4758             },
4759             {
4760                 "name": "cs_shadow",
4761                 "homepage": "https://www.drupal.org/user/2828287"
4762             },
4763             {
4764                 "name": "slashrsm",
4765                 "homepage": "https://www.drupal.org/user/744628"
4766             }
4767         ],
4768         "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
4769         "homepage": "https://www.drupal.org/project/entity_embed",
4770         "support": {
4771             "source": "http://cgit.drupalcode.org/entity_embed",
4772             "issues": "https://www.drupal.org/project/issues/entity_embed",
4773             "irc": "irc://irc.freenode.org/drupal-media"
4774         }
4775     },
4776     {
4777         "name": "drupal/media",
4778         "version": "dev-1.x",
4779         "version_normalized": "dev-1.x",
4780         "source": {
4781             "type": "git",
4782             "url": "https://git.drupal.org/project/media",
4783             "reference": "b9d72f21ea20c583ec4b83081720eba65670a8da"
4784         },
4785         "require": {
4786             "drupal/core": "*",
4787             "drupal/dropzonejs_eb_widget": "*",
4788             "drupal/entity_browser": "*",
4789             "drupal/entity_browser_entity_form": "*",
4790             "drupal/entity_embed": "*",
4791             "drupal/image_widget_crop": "*",
4792             "drupal/inline_entity_form": "*",
4793             "drupal/media_entity": "*",
4794             "drupal/media_entity_document": "*",
4795             "drupal/media_entity_image": "*",
4796             "drupal/media_entity_instagram": "*",
4797             "drupal/media_entity_slideshow": "*",
4798             "drupal/media_entity_twitter": "*",
4799             "drupal/slick_media": "*",
4800             "drupal/video_embed_field": "*",
4801             "drupal/video_embed_media": "*"
4802         },
4803         "require-dev": {
4804             "drupal/dropzonejs_eb_widget": "*",
4805             "drupal/entity_browser": "*",
4806             "drupal/entity_browser_entity_form": "*",
4807             "drupal/entity_embed": "*",
4808             "drupal/image_widget_crop": "*",
4809             "drupal/inline_entity_form": "*",
4810             "drupal/media_entity": "*",
4811             "drupal/media_entity_document": "*",
4812             "drupal/media_entity_image": "*",
4813             "drupal/media_entity_instagram": "*",
4814             "drupal/media_entity_slideshow": "*",
4815             "drupal/media_entity_twitter": "*",
4816             "drupal/slick_media": "*",
4817             "drupal/video_embed_field": "*",
4818             "drupal/video_embed_media": "*"
4819         },
4820         "type": "drupal-module",
4821         "extra": {
4822             "branch-alias": {
4823                 "dev-1.x": "1.x-dev"
4824             },
4825             "drupal": {
4826                 "version": "8.x-1.x-dev",
4827                 "datestamp": "1476811139"
4828             }
4829         },
4830         "installation-source": "source",
4831         "notification-url": "https://packages.drupal.org/8/downloads",
4832         "license": [
4833             "GPL-2.0+"
4834         ],
4835         "authors": [
4836             {
4837                 "name": "Dave Reid",
4838                 "homepage": "https://www.drupal.org/user/53892"
4839             },
4840             {
4841                 "name": "David_Rothstein",
4842                 "homepage": "https://www.drupal.org/user/124982"
4843             },
4844             {
4845                 "name": "Devin Carlson",
4846                 "homepage": "https://www.drupal.org/user/290182"
4847             },
4848             {
4849                 "name": "Drupal Media Team",
4850                 "homepage": "https://www.drupal.org/user/3260690"
4851             },
4852             {
4853                 "name": "ParisLiakos",
4854                 "homepage": "https://www.drupal.org/user/1011436"
4855             },
4856             {
4857                 "name": "arthurf",
4858                 "homepage": "https://www.drupal.org/user/27259"
4859             },
4860             {
4861                 "name": "becw",
4862                 "homepage": "https://www.drupal.org/user/81067"
4863             },
4864             {
4865                 "name": "effulgentsia",
4866                 "homepage": "https://www.drupal.org/user/78040"
4867             },
4868             {
4869                 "name": "joseph.olstad",
4870                 "homepage": "https://www.drupal.org/user/1321830"
4871             },
4872             {
4873                 "name": "ksenzee",
4874                 "homepage": "https://www.drupal.org/user/139855"
4875             },
4876             {
4877                 "name": "paul.lovvik",
4878                 "homepage": "https://www.drupal.org/user/289213"
4879             },
4880             {
4881                 "name": "robeano",
4882                 "homepage": "https://www.drupal.org/user/67660"
4883             },
4884             {
4885                 "name": "slashrsm",
4886                 "homepage": "https://www.drupal.org/user/744628"
4887             }
4888         ],
4889         "description": "Media module for Drupal",
4890         "homepage": "https://github.com/drupal-media/media/",
4891         "support": {
4892             "source": "http://cgit.drupalcode.org/media",
4893             "irc": "irc://irc.freenode.org/drupal-contribute"
4894         }
4895     },
4896     {
4897         "name": "zendframework/zend-feed",
4898         "version": "2.8.0",
4899         "version_normalized": "2.8.0.0",
4900         "source": {
4901             "type": "git",
4902             "url": "https://github.com/zendframework/zend-feed.git",
4903             "reference": "94579e805dd108683209fe14b3b5d4276de3de6e"
4904         },
4905         "dist": {
4906             "type": "zip",
4907             "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/94579e805dd108683209fe14b3b5d4276de3de6e",
4908             "reference": "94579e805dd108683209fe14b3b5d4276de3de6e",
4909             "shasum": ""
4910         },
4911         "require": {
4912             "php": "^5.6 || ^7.0",
4913             "zendframework/zend-escaper": "^2.5",
4914             "zendframework/zend-stdlib": "^2.7 || ^3.1"
4915         },
4916         "require-dev": {
4917             "phpunit/phpunit": "^6.0.8 || ^5.7.15",
4918             "psr/http-message": "^1.0",
4919             "zendframework/zend-cache": "^2.6",
4920             "zendframework/zend-coding-standard": "~1.0.0",
4921             "zendframework/zend-db": "^2.7",
4922             "zendframework/zend-http": "^2.5.4",
4923             "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4924             "zendframework/zend-validator": "^2.6"
4925         },
4926         "suggest": {
4927             "psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
4928             "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
4929             "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
4930             "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
4931             "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
4932             "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent"
4933         },
4934         "time": "2017-04-01T15:03:14+00:00",
4935         "type": "library",
4936         "extra": {
4937             "branch-alias": {
4938                 "dev-master": "2.8-dev",
4939                 "dev-develop": "2.9-dev"
4940             }
4941         },
4942         "installation-source": "dist",
4943         "autoload": {
4944             "psr-4": {
4945                 "Zend\\Feed\\": "src/"
4946             }
4947         },
4948         "notification-url": "https://packagist.org/downloads/",
4949         "license": [
4950             "BSD-3-Clause"
4951         ],
4952         "description": "provides functionality for consuming RSS and Atom feeds",
4953         "homepage": "https://github.com/zendframework/zend-feed",
4954         "keywords": [
4955             "feed",
4956             "zf2"
4957         ]
4958     },
4959     {
4960         "name": "enyo/dropzone",
4961         "version": "v4.3.0",
4962         "version_normalized": "4.3.0.0",
4963         "source": {
4964             "type": "git",
4965             "url": "https://github.com/enyo/dropzone.git",
4966             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
4967         },
4968         "dist": {
4969             "type": "zip",
4970             "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
4971             "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
4972             "shasum": ""
4973         },
4974         "time": "2016-02-14T04:19:41+00:00",
4975         "type": "library",
4976         "installation-source": "dist",
4977         "notification-url": "https://packagist.org/downloads/",
4978         "license": [
4979             "MIT"
4980         ],
4981         "authors": [
4982             {
4983                 "name": "Matias Meno",
4984                 "email": "m@tias.me",
4985                 "homepage": "http://www.matiasmeno.com"
4986             }
4987         ],
4988         "description": "Handles drag and drop of files for you.",
4989         "homepage": "http://www.dropzonejs.com",
4990         "keywords": [
4991             "drag and drop",
4992             "dragndrop",
4993             "file upload",
4994             "upload"
4995         ]
4996     },
4997     {
4998         "name": "drush/config-extra",
4999         "version": "1.0.1",
5000         "version_normalized": "1.0.1.0",
5001         "source": {
5002             "type": "git",
5003             "url": "https://github.com/drush-ops/config-extra.git",
5004             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
5005         },
5006         "dist": {
5007             "type": "zip",
5008             "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
5009             "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
5010             "shasum": ""
5011         },
5012         "require": {
5013             "php": ">=5.5.0"
5014         },
5015         "require-dev": {
5016             "phpunit/phpunit": ">=3.5"
5017         },
5018         "time": "2015-10-16T21:32:27+00:00",
5019         "type": "library",
5020         "extra": {
5021             "branch-alias": {
5022                 "dev-master": "8.0.x-dev"
5023             }
5024         },
5025         "installation-source": "dist",
5026         "autoload": {
5027             "psr-0": {
5028                 "Drush": "lib/"
5029             }
5030         },
5031         "notification-url": "https://packagist.org/downloads/",
5032         "license": [
5033             "GPL-2.0+"
5034         ],
5035         "authors": [
5036             {
5037                 "name": "Moshe Weitzman",
5038                 "email": "weitzman@tejasa.com"
5039             },
5040             {
5041                 "name": "Greg Anderson",
5042                 "email": "greg.1.anderson@greenknowe.org"
5043             }
5044         ],
5045         "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
5046         "keywords": [
5047             "Drush"
5048         ]
5049     },
5050     {
5051         "name": "pear/console_table",
5052         "version": "v1.3.0",
5053         "version_normalized": "1.3.0.0",
5054         "source": {
5055             "type": "git",
5056             "url": "https://github.com/pear/Console_Table.git",
5057             "reference": "64100b9ee81852f4fa17823e55d0b385a544f976"
5058         },
5059         "dist": {
5060             "type": "zip",
5061             "url": "https://api.github.com/repos/pear/Console_Table/zipball/64100b9ee81852f4fa17823e55d0b385a544f976",
5062             "reference": "64100b9ee81852f4fa17823e55d0b385a544f976",
5063             "shasum": ""
5064         },
5065         "require": {
5066             "php": ">=5.2.0"
5067         },
5068         "suggest": {
5069             "pear/Console_Color2": ">=0.1.2"
5070         },
5071         "time": "2016-01-21T16:14:31+00:00",
5072         "type": "library",
5073         "installation-source": "dist",
5074         "autoload": {
5075             "classmap": [
5076                 "Table.php"
5077             ]
5078         },
5079         "notification-url": "https://packagist.org/downloads/",
5080         "license": [
5081             "BSD-2-Clause"
5082         ],
5083         "authors": [
5084             {
5085                 "name": "Jan Schneider",
5086                 "homepage": "http://pear.php.net/user/yunosh"
5087             },
5088             {
5089                 "name": "Tal Peer",
5090                 "homepage": "http://pear.php.net/user/tal"
5091             },
5092             {
5093                 "name": "Xavier Noguer",
5094                 "homepage": "http://pear.php.net/user/xnoguer"
5095             },
5096             {
5097                 "name": "Richard Heyes",
5098                 "homepage": "http://pear.php.net/user/richard"
5099             }
5100         ],
5101         "description": "Library that makes it easy to build console style tables.",
5102         "homepage": "http://pear.php.net/package/Console_Table/",
5103         "keywords": [
5104             "console"
5105         ]
5106     },
5107     {
5108         "name": "drupal/http2_server_push",
5109         "version": "1.0.0",
5110         "version_normalized": "1.0.0.0",
5111         "source": {
5112             "type": "git",
5113             "url": "https://git.drupal.org/project/http2_server_push",
5114             "reference": "8.x-1.0"
5115         },
5116         "dist": {
5117             "type": "zip",
5118             "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
5119             "reference": "8.x-1.0",
5120             "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
5121         },
5122         "require": {
5123             "drupal/core": "~8.0"
5124         },
5125         "type": "drupal-module",
5126         "extra": {
5127             "branch-alias": {
5128                 "dev-1.x": "1.x-dev"
5129             },
5130             "drupal": {
5131                 "version": "8.x-1.0",
5132                 "datestamp": "1489057084"
5133             }
5134         },
5135         "installation-source": "dist",
5136         "notification-url": "https://packages.drupal.org/8/downloads",
5137         "license": [
5138             "GPL-2.0+"
5139         ],
5140         "authors": [
5141             {
5142                 "name": "Wim Leers",
5143                 "homepage": "https://www.drupal.org/user/99777"
5144             }
5145         ],
5146         "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
5147         "homepage": "https://www.drupal.org/project/http2_server_push",
5148         "support": {
5149             "source": "http://cgit.drupalcode.org/http2_server_push"
5150         }
5151     },
5152     {
5153         "name": "drupal/admin_toolbar",
5154         "version": "1.19.0",
5155         "version_normalized": "1.19.0.0",
5156         "source": {
5157             "type": "git",
5158             "url": "https://git.drupal.org/project/admin_toolbar",
5159             "reference": "8.x-1.19"
5160         },
5161         "dist": {
5162             "type": "zip",
5163             "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.19.zip",
5164             "reference": "8.x-1.19",
5165             "shasum": "87de41eab3c5cd49d4e1b5b764cb3b9d5ad683a0"
5166         },
5167         "require": {
5168             "drupal/core": "*"
5169         },
5170         "type": "drupal-module",
5171         "extra": {
5172             "branch-alias": {
5173                 "dev-1.x": "1.x-dev"
5174             },
5175             "drupal": {
5176                 "version": "8.x-1.19",
5177                 "datestamp": "1491487683"
5178             }
5179         },
5180         "installation-source": "dist",
5181         "notification-url": "https://packages.drupal.org/8/downloads",
5182         "license": [
5183             "GPL-2.0+"
5184         ],
5185         "authors": [
5186             {
5187                 "name": "Mohamed Anis Taktak",
5188                 "homepage": "https://www.drupal.org/u/matio89"
5189             },
5190             {
5191                 "name": "eme",
5192                 "homepage": "https://www.drupal.org/user/542492"
5193             },
5194             {
5195                 "name": "fethi.krout",
5196                 "homepage": "https://www.drupal.org/user/3206765"
5197             },
5198             {
5199                 "name": "matio89",
5200                 "homepage": "https://www.drupal.org/user/2320090"
5201             },
5202             {
5203                 "name": "romainj",
5204                 "homepage": "https://www.drupal.org/user/370706"
5205             }
5206         ],
5207         "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
5208         "homepage": "http://drupal.org/project/admin_toolbar",
5209         "support": {
5210             "source": "http://cgit.drupalcode.org/admin_toolbar",
5211             "issues": "https://www.drupal.org/project/issues/admin_toolbar"
5212         }
5213     },
5214     {
5215         "name": "drupal/crop",
5216         "version": "1.2.0",
5217         "version_normalized": "1.2.0.0",
5218         "source": {
5219             "type": "git",
5220             "url": "https://git.drupal.org/project/crop",
5221             "reference": "8.x-1.2"
5222         },
5223         "dist": {
5224             "type": "zip",
5225             "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.2.zip",
5226             "reference": "8.x-1.2",
5227             "shasum": "0ad542254940c844f8a22c1b386131f06c665b4f"
5228         },
5229         "require": {
5230             "drupal/core": "*"
5231         },
5232         "require-dev": {
5233             "drupal/media_entity": "*"
5234         },
5235         "type": "drupal-module",
5236         "extra": {
5237             "branch-alias": {
5238                 "dev-1.x": "1.x-dev"
5239             },
5240             "drupal": {
5241                 "version": "8.x-1.2",
5242                 "datestamp": "1491032884"
5243             }
5244         },
5245         "installation-source": "dist",
5246         "notification-url": "https://packages.drupal.org/8/downloads",
5247         "license": [
5248             "GPL-2.0+"
5249         ],
5250         "authors": [
5251             {
5252                 "name": "Drupal Media Team",
5253                 "homepage": "https://www.drupal.org/user/3260690"
5254             },
5255             {
5256                 "name": "slashrsm",
5257                 "homepage": "https://www.drupal.org/user/744628"
5258             },
5259             {
5260                 "name": "woprrr",
5261                 "homepage": "https://www.drupal.org/user/858604"
5262             }
5263         ],
5264         "description": "Provides storage and API for image crops.",
5265         "homepage": "https://www.drupal.org/project/crop",
5266         "support": {
5267             "source": "http://cgit.drupalcode.org/crop",
5268             "issues": "https://www.drupal.org/project/issues/crop"
5269         }
5270     },
5271     {
5272         "name": "zendframework/zend-diactoros",
5273         "version": "1.4.0",
5274         "version_normalized": "1.4.0.0",
5275         "source": {
5276             "type": "git",
5277             "url": "https://github.com/zendframework/zend-diactoros.git",
5278             "reference": "b03f285a333f51e58c95cce54109a4a9ed691436"
5279         },
5280         "dist": {
5281             "type": "zip",
5282             "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436",
5283             "reference": "b03f285a333f51e58c95cce54109a4a9ed691436",
5284             "shasum": ""
5285         },
5286         "require": {
5287             "php": "^5.4 || ^7.0",
5288             "psr/http-message": "~1.0"
5289         },
5290         "provide": {
5291             "psr/http-message-implementation": "1.0"
5292         },
5293         "require-dev": {
5294             "ext-dom": "*",
5295             "ext-libxml": "*",
5296             "phpunit/phpunit": "^4.6 || ^5.5",
5297             "zendframework/zend-coding-standard": "~1.0.0"
5298         },
5299         "time": "2017-04-06T16:18:34+00:00",
5300         "type": "library",
5301         "extra": {
5302             "branch-alias": {
5303                 "dev-master": "1.4-dev",
5304                 "dev-develop": "1.5-dev"
5305             }
5306         },
5307         "installation-source": "dist",
5308         "autoload": {
5309             "psr-4": {
5310                 "Zend\\Diactoros\\": "src/"
5311             }
5312         },
5313         "notification-url": "https://packagist.org/downloads/",
5314         "license": [
5315             "BSD-2-Clause"
5316         ],
5317         "description": "PSR HTTP Message implementations",
5318         "homepage": "https://github.com/zendframework/zend-diactoros",
5319         "keywords": [
5320             "http",
5321             "psr",
5322             "psr-7"
5323         ]
5324     },
5325     {
5326         "name": "symfony/psr-http-message-bridge",
5327         "version": "v1.0.0",
5328         "version_normalized": "1.0.0.0",
5329         "source": {
5330             "type": "git",
5331             "url": "https://github.com/symfony/psr-http-message-bridge.git",
5332             "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de"
5333         },
5334         "dist": {
5335             "type": "zip",
5336             "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
5337             "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
5338             "shasum": ""
5339         },
5340         "require": {
5341             "php": ">=5.3.3",
5342             "psr/http-message": "~1.0",
5343             "symfony/http-foundation": "~2.3|~3.0"
5344         },
5345         "require-dev": {
5346             "symfony/phpunit-bridge": "~2.7|~3.0"
5347         },
5348         "suggest": {
5349             "psr/http-message-implementation": "To use the HttpFoundation factory",
5350             "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
5351         },
5352         "time": "2016-09-14T18:37:20+00:00",
5353         "type": "symfony-bridge",
5354         "extra": {
5355             "branch-alias": {
5356                 "dev-master": "1.0-dev"
5357             }
5358         },
5359         "installation-source": "dist",
5360         "autoload": {
5361             "psr-4": {
5362                 "Symfony\\Bridge\\PsrHttpMessage\\": ""
5363             }
5364         },
5365         "notification-url": "https://packagist.org/downloads/",
5366         "license": [
5367             "MIT"
5368         ],
5369         "authors": [
5370             {
5371                 "name": "Symfony Community",
5372                 "homepage": "http://symfony.com/contributors"
5373             },
5374             {
5375                 "name": "Fabien Potencier",
5376                 "email": "fabien@symfony.com"
5377             }
5378         ],
5379         "description": "PSR HTTP message bridge",
5380         "homepage": "http://symfony.com",
5381         "keywords": [
5382             "http",
5383             "http-message",
5384             "psr-7"
5385         ]
5386     },
5387     {
5388         "name": "doctrine/common",
5389         "version": "v2.7.2",
5390         "version_normalized": "2.7.2.0",
5391         "source": {
5392             "type": "git",
5393             "url": "https://github.com/doctrine/common.git",
5394             "reference": "930297026c8009a567ac051fd545bf6124150347"
5395         },
5396         "dist": {
5397             "type": "zip",
5398             "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
5399             "reference": "930297026c8009a567ac051fd545bf6124150347",
5400             "shasum": ""
5401         },
5402         "require": {
5403             "doctrine/annotations": "1.*",
5404             "doctrine/cache": "1.*",
5405             "doctrine/collections": "1.*",
5406             "doctrine/inflector": "1.*",
5407             "doctrine/lexer": "1.*",
5408             "php": "~5.6|~7.0"
5409         },
5410         "require-dev": {
5411             "phpunit/phpunit": "^5.4.6"
5412         },
5413         "time": "2017-01-13T14:02:13+00:00",
5414         "type": "library",
5415         "extra": {
5416             "branch-alias": {
5417                 "dev-master": "2.7.x-dev"
5418             }
5419         },
5420         "installation-source": "dist",
5421         "autoload": {
5422             "psr-4": {
5423                 "Doctrine\\Common\\": "lib/Doctrine/Common"
5424             }
5425         },
5426         "notification-url": "https://packagist.org/downloads/",
5427         "license": [
5428             "MIT"
5429         ],
5430         "authors": [
5431             {
5432                 "name": "Roman Borschel",
5433                 "email": "roman@code-factory.org"
5434             },
5435             {
5436                 "name": "Benjamin Eberlei",
5437                 "email": "kontakt@beberlei.de"
5438             },
5439             {
5440                 "name": "Guilherme Blanco",
5441                 "email": "guilhermeblanco@gmail.com"
5442             },
5443             {
5444                 "name": "Jonathan Wage",
5445                 "email": "jonwage@gmail.com"
5446             },
5447             {
5448                 "name": "Johannes Schmitt",
5449                 "email": "schmittjoh@gmail.com"
5450             }
5451         ],
5452         "description": "Common Library for Doctrine projects",
5453         "homepage": "http://www.doctrine-project.org",
5454         "keywords": [
5455             "annotations",
5456             "collections",
5457             "eventmanager",
5458             "persistence",
5459             "spl"
5460         ]
5461     },
5462     {
5463         "name": "asm89/stack-cors",
5464         "version": "1.1.0",
5465         "version_normalized": "1.1.0.0",
5466         "source": {
5467             "type": "git",
5468             "url": "https://github.com/asm89/stack-cors.git",
5469             "reference": "65ccbd455370f043c2e3b93482a3813603d68731"
5470         },
5471         "dist": {
5472             "type": "zip",
5473             "url": "https://api.github.com/repos/asm89/stack-cors/zipball/65ccbd455370f043c2e3b93482a3813603d68731",
5474             "reference": "65ccbd455370f043c2e3b93482a3813603d68731",
5475             "shasum": ""
5476         },
5477         "require": {
5478             "php": ">=5.5.9",
5479             "symfony/http-foundation": "~2.7|~3.0",
5480             "symfony/http-kernel": "~2.7|~3.0"
5481         },
5482         "require-dev": {
5483             "phpunit/phpunit": "^5.0 || ^4.8.10",
5484             "squizlabs/php_codesniffer": "^2.3"
5485         },
5486         "time": "2017-04-11T20:03:41+00:00",
5487         "type": "library",
5488         "extra": {
5489             "branch-alias": {
5490                 "dev-master": "1.1-dev"
5491             }
5492         },
5493         "installation-source": "dist",
5494         "autoload": {
5495             "psr-4": {
5496                 "Asm89\\Stack\\": "src/Asm89/Stack/"
5497             }
5498         },
5499         "notification-url": "https://packagist.org/downloads/",
5500         "license": [
5501             "MIT"
5502         ],
5503         "authors": [
5504             {
5505                 "name": "Alexander",
5506                 "email": "iam.asm89@gmail.com"
5507             }
5508         ],
5509         "description": "Cross-origin resource sharing library and stack middleware",
5510         "homepage": "https://github.com/asm89/stack-cors",
5511         "keywords": [
5512             "cors",
5513             "stack"
5514         ]
5515     },
5516     {
5517         "name": "webmozart/assert",
5518         "version": "1.2.0",
5519         "version_normalized": "1.2.0.0",
5520         "source": {
5521             "type": "git",
5522             "url": "https://github.com/webmozart/assert.git",
5523             "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
5524         },
5525         "dist": {
5526             "type": "zip",
5527             "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
5528             "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
5529             "shasum": ""
5530         },
5531         "require": {
5532             "php": "^5.3.3 || ^7.0"
5533         },
5534         "require-dev": {
5535             "phpunit/phpunit": "^4.6",
5536             "sebastian/version": "^1.0.1"
5537         },
5538         "time": "2016-11-23T20:04:58+00:00",
5539         "type": "library",
5540         "extra": {
5541             "branch-alias": {
5542                 "dev-master": "1.3-dev"
5543             }
5544         },
5545         "installation-source": "dist",
5546         "autoload": {
5547             "psr-4": {
5548                 "Webmozart\\Assert\\": "src/"
5549             }
5550         },
5551         "notification-url": "https://packagist.org/downloads/",
5552         "license": [
5553             "MIT"
5554         ],
5555         "authors": [
5556             {
5557                 "name": "Bernhard Schussek",
5558                 "email": "bschussek@gmail.com"
5559             }
5560         ],
5561         "description": "Assertions to validate method input/output with nice error messages.",
5562         "keywords": [
5563             "assert",
5564             "check",
5565             "validate"
5566         ]
5567     },
5568     {
5569         "name": "webmozart/path-util",
5570         "version": "2.3.0",
5571         "version_normalized": "2.3.0.0",
5572         "source": {
5573             "type": "git",
5574             "url": "https://github.com/webmozart/path-util.git",
5575             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
5576         },
5577         "dist": {
5578             "type": "zip",
5579             "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
5580             "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
5581             "shasum": ""
5582         },
5583         "require": {
5584             "php": ">=5.3.3",
5585             "webmozart/assert": "~1.0"
5586         },
5587         "require-dev": {
5588             "phpunit/phpunit": "^4.6",
5589             "sebastian/version": "^1.0.1"
5590         },
5591         "time": "2015-12-17T08:42:14+00:00",
5592         "type": "library",
5593         "extra": {
5594             "branch-alias": {
5595                 "dev-master": "2.3-dev"
5596             }
5597         },
5598         "installation-source": "dist",
5599         "autoload": {
5600             "psr-4": {
5601                 "Webmozart\\PathUtil\\": "src/"
5602             }
5603         },
5604         "notification-url": "https://packagist.org/downloads/",
5605         "license": [
5606             "MIT"
5607         ],
5608         "authors": [
5609             {
5610                 "name": "Bernhard Schussek",
5611                 "email": "bschussek@gmail.com"
5612             }
5613         ],
5614         "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths."
5615     },
5616     {
5617         "name": "consolidation/annotated-command",
5618         "version": "2.4.8",
5619         "version_normalized": "2.4.8.0",
5620         "source": {
5621             "type": "git",
5622             "url": "https://github.com/consolidation/annotated-command.git",
5623             "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e"
5624         },
5625         "dist": {
5626             "type": "zip",
5627             "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/6672ea38212f8bffb71fec7eadc8b3372154b17e",
5628             "reference": "6672ea38212f8bffb71fec7eadc8b3372154b17e",
5629             "shasum": ""
5630         },
5631         "require": {
5632             "consolidation/output-formatters": "^3.1.5",
5633             "php": ">=5.4.0",
5634             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
5635             "psr/log": "^1",
5636             "symfony/console": "^2.8|~3",
5637             "symfony/event-dispatcher": "^2.5|^3",
5638             "symfony/finder": "^2.5|^3"
5639         },
5640         "require-dev": {
5641             "phpunit/phpunit": "^4.8",
5642             "satooshi/php-coveralls": "^1.0",
5643             "squizlabs/php_codesniffer": "^2.7"
5644         },
5645         "time": "2017-04-03T22:37:00+00:00",
5646         "type": "library",
5647         "extra": {
5648             "branch-alias": {
5649                 "dev-master": "2.x-dev"
5650             }
5651         },
5652         "installation-source": "dist",
5653         "autoload": {
5654             "psr-4": {
5655                 "Consolidation\\AnnotatedCommand\\": "src"
5656             }
5657         },
5658         "notification-url": "https://packagist.org/downloads/",
5659         "license": [
5660             "MIT"
5661         ],
5662         "authors": [
5663             {
5664                 "name": "Greg Anderson",
5665                 "email": "greg.1.anderson@greenknowe.org"
5666             }
5667         ],
5668         "description": "Initialize Symfony Console commands from annotated command class methods."
5669     },
5670     {
5671         "name": "drupal/redirect",
5672         "version": "1.0.0-alpha5",
5673         "version_normalized": "1.0.0.0-alpha5",
5674         "source": {
5675             "type": "git",
5676             "url": "https://git.drupal.org/project/redirect",
5677             "reference": "8.x-1.0-alpha5"
5678         },
5679         "dist": {
5680             "type": "zip",
5681             "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.0-alpha5.zip",
5682             "reference": "8.x-1.0-alpha5",
5683             "shasum": "927aa4c8d8b40b0cd2442bee86f2f386d25e53ca"
5684         },
5685         "require": {
5686             "drupal/core": "~8"
5687         },
5688         "type": "drupal-module",
5689         "extra": {
5690             "branch-alias": {
5691                 "dev-1.x": "1.x-dev"
5692             },
5693             "drupal": {
5694                 "version": "8.x-1.0-alpha5",
5695                 "datestamp": "1492182542"
5696             }
5697         },
5698         "installation-source": "dist",
5699         "notification-url": "https://packages.drupal.org/8/downloads",
5700         "license": [
5701             "GPL-2.0+"
5702         ],
5703         "authors": [
5704             {
5705                 "name": "Berdir",
5706                 "homepage": "https://www.drupal.org/user/214652"
5707             },
5708             {
5709                 "name": "Dave Reid",
5710                 "homepage": "https://www.drupal.org/user/53892"
5711             }
5712         ],
5713         "description": "Allows users to redirect from old URLs to new URLs.",
5714         "homepage": "https://www.drupal.org/project/redirect",
5715         "support": {
5716             "source": "http://cgit.drupalcode.org/redirect"
5717         }
5718     },
5719     {
5720         "name": "geedmo/yamm3",
5721         "version": "1.1.0",
5722         "version_normalized": "1.1.0.0",
5723         "source": {
5724             "type": "git",
5725             "url": "https://github.com/geedmo/yamm3.git",
5726             "reference": "5aa11451340187cce1bc195a4437937b19535508"
5727         },
5728         "dist": {
5729             "type": "zip",
5730             "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
5731             "reference": "5aa11451340187cce1bc195a4437937b19535508",
5732             "shasum": ""
5733         },
5734         "time": "2015-04-04T12:59:29+00:00",
5735         "type": "library",
5736         "installation-source": "dist",
5737         "notification-url": "https://packagist.org/downloads/",
5738         "license": [
5739             "MIT"
5740         ],
5741         "authors": [
5742             {
5743                 "name": "German Morales",
5744                 "email": "geedmo.ds@gmail.com",
5745                 "homepage": "http://geedmo.com"
5746             }
5747         ],
5748         "description": "Yet another megamenu for Bootstrap 3.x",
5749         "homepage": "http://geedmo.github.io/yamm3/",
5750         "keywords": [
5751             "bootstrap",
5752             "megadropdown",
5753             "megamenu"
5754         ]
5755     },
5756     {
5757         "name": "grom358/pharborist",
5758         "version": "dev-master",
5759         "version_normalized": "9999999-dev",
5760         "source": {
5761             "type": "git",
5762             "url": "https://github.com/grom358/pharborist.git",
5763             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
5764         },
5765         "dist": {
5766             "type": "zip",
5767             "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
5768             "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
5769             "shasum": ""
5770         },
5771         "require": {
5772             "php": ">=5.4",
5773             "phpdocumentor/reflection-docblock": "2.0.*"
5774         },
5775         "require-dev": {
5776             "apigen/apigen": "2.8.*",
5777             "phpunit/phpunit": "4.2.*"
5778         },
5779         "time": "2015-09-20T22:14:29+00:00",
5780         "type": "library",
5781         "installation-source": "source",
5782         "autoload": {
5783             "psr-4": {
5784                 "Pharborist\\": "src/"
5785             }
5786         },
5787         "notification-url": "https://packagist.org/downloads/",
5788         "license": [
5789             "GPL"
5790         ],
5791         "authors": [
5792             {
5793                 "name": "Cameron Zemek",
5794                 "role": "lead"
5795             }
5796         ],
5797         "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
5798         "keywords": [
5799             "standards",
5800             "syntax"
5801         ]
5802     },
5803     {
5804         "name": "drupal/drupalmoduleupgrader",
5805         "version": "dev-1.x",
5806         "version_normalized": "dev-1.x",
5807         "source": {
5808             "type": "git",
5809             "url": "https://git.drupal.org/project/drupalmoduleupgrader",
5810             "reference": "8bf2d9c140d4a315f267ff511fc69ea1595b62b8"
5811         },
5812         "require": {
5813             "cebe/markdown": "1.0.*@dev",
5814             "drupal/core": "~8.0",
5815             "grom358/pharborist": "dev-master",
5816             "symfony/filesystem": "^2.6.0",
5817             "symfony/finder": "^2.6.0"
5818         },
5819         "require-dev": {
5820             "mikey179/vfsstream": "^1.5",
5821             "phpunit/phpunit": "^4.8"
5822         },
5823         "type": "drupal-module",
5824         "extra": {
5825             "branch-alias": {
5826                 "dev-1.x": "1.x-dev"
5827             },
5828             "drupal": {
5829                 "version": "8.x-1.2+9-dev",
5830                 "datestamp": "1490452983"
5831             }
5832         },
5833         "installation-source": "source",
5834         "autoload": {
5835             "psr-4": {
5836                 "Drupal\\drupalmoduleupgrader\\": "src/"
5837             }
5838         },
5839         "notification-url": "https://packages.drupal.org/8/downloads",
5840         "license": [
5841             "GPL-2.0+"
5842         ],
5843         "authors": [
5844             {
5845                 "name": "Gábor Hojtsy",
5846                 "homepage": "https://www.drupal.org/user/4166"
5847             },
5848             {
5849                 "name": "Wim Leers",
5850                 "homepage": "https://www.drupal.org/user/99777"
5851             },
5852             {
5853                 "name": "dstol",
5854                 "homepage": "https://www.drupal.org/user/329570"
5855             },
5856             {
5857                 "name": "eshta",
5858                 "homepage": "https://www.drupal.org/user/1951462"
5859             },
5860             {
5861                 "name": "japerry",
5862                 "homepage": "https://www.drupal.org/user/45640"
5863             },
5864             {
5865                 "name": "jcnventura",
5866                 "homepage": "https://www.drupal.org/user/122464"
5867             },
5868             {
5869                 "name": "pfrenssen",
5870                 "homepage": "https://www.drupal.org/user/382067"
5871             },
5872             {
5873                 "name": "phenaproxima",
5874                 "homepage": "https://www.drupal.org/user/205645"
5875             },
5876             {
5877                 "name": "tim.plunkett",
5878                 "homepage": "https://www.drupal.org/user/241634"
5879             },
5880             {
5881                 "name": "webchick",
5882                 "homepage": "https://www.drupal.org/user/24967"
5883             },
5884             {
5885                 "name": "xjm",
5886                 "homepage": "https://www.drupal.org/user/65776"
5887             }
5888         ],
5889         "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
5890         "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
5891         "keywords": [
5892             "Drupal",
5893             "PHP_CodeSniffer",
5894             "phpcs",
5895             "standards",
5896             "update",
5897             "upgrade"
5898         ],
5899         "support": {
5900             "source": "https://drupal.org/project/drupalmoduleupgrader",
5901             "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
5902         }
5903     },
5904     {
5905         "name": "drupal/htmlawed",
5906         "version": "3.2.0",
5907         "version_normalized": "3.2.0.0",
5908         "source": {
5909             "type": "git",
5910             "url": "https://git.drupal.org/project/htmLawed",
5911             "reference": "8.x-3.2"
5912         },
5913         "dist": {
5914             "type": "zip",
5915             "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.2.zip",
5916             "reference": "8.x-3.2",
5917             "shasum": "9ced09e67458a0efcd7c4cc7e83f05fb4035ddcc"
5918         },
5919         "require": {
5920             "drupal/core": "~8.0"
5921         },
5922         "type": "drupal-module",
5923         "extra": {
5924             "branch-alias": {
5925                 "dev-3.x": "3.x-dev"
5926             },
5927             "drupal": {
5928                 "version": "8.x-3.2",
5929                 "datestamp": "1480745884"
5930             }
5931         },
5932         "installation-source": "dist",
5933         "notification-url": "https://packages.drupal.org/8/downloads",
5934         "license": [
5935             "GPL-2.0+"
5936         ],
5937         "authors": [
5938             {
5939                 "name": "alpha2zee",
5940                 "homepage": "https://www.drupal.org/user/201451"
5941             }
5942         ],
5943         "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
5944         "homepage": "https://www.drupal.org/project/htmlawed",
5945         "support": {
5946             "source": "http://cgit.drupalcode.org/htmlawed"
5947         }
5948     },
5949     {
5950         "name": "drupal/ctools",
5951         "version": "3.0.0",
5952         "version_normalized": "3.0.0.0",
5953         "source": {
5954             "type": "git",
5955             "url": "https://git.drupal.org/project/ctools",
5956             "reference": "8.x-3.0"
5957         },
5958         "dist": {
5959             "type": "zip",
5960             "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
5961             "reference": "8.x-3.0",
5962             "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
5963         },
5964         "require": {
5965             "drupal/core": "~8.0"
5966         },
5967         "type": "drupal-module",
5968         "extra": {
5969             "branch-alias": {
5970                 "dev-3.x": "3.x-dev"
5971             },
5972             "drupal": {
5973                 "version": "8.x-3.0",
5974                 "datestamp": "1493401742"
5975             }
5976         },
5977         "installation-source": "dist",
5978         "notification-url": "https://packages.drupal.org/8/downloads",
5979         "license": [
5980             "GPL-2.0+"
5981         ],
5982         "authors": [
5983             {
5984                 "name": "Kris Vanderwater (EclipseGc)",
5985                 "homepage": "https://www.drupal.org/u/eclipsegc",
5986                 "role": "Maintainer"
5987             },
5988             {
5989                 "name": "Jakob Perry (japerry)",
5990                 "homepage": "https://www.drupal.org/u/japerry",
5991                 "role": "Maintainer"
5992             },
5993             {
5994                 "name": "Tim Plunkett (tim.plunkett)",
5995                 "homepage": "https://www.drupal.org/u/timplunkett",
5996                 "role": "Maintainer"
5997             },
5998             {
5999                 "name": "James Gilliland (neclimdul)",
6000                 "homepage": "https://www.drupal.org/u/neclimdul",
6001                 "role": "Maintainer"
6002             },
6003             {
6004                 "name": "Daniel Wehner (dawehner)",
6005                 "homepage": "https://www.drupal.org/u/dawehner",
6006                 "role": "Maintainer"
6007             },
6008             {
6009                 "name": "merlinofchaos",
6010                 "homepage": "https://www.drupal.org/user/26979"
6011             },
6012             {
6013                 "name": "neclimdul",
6014                 "homepage": "https://www.drupal.org/user/48673"
6015             },
6016             {
6017                 "name": "sdboyer",
6018                 "homepage": "https://www.drupal.org/user/146719"
6019             },
6020             {
6021                 "name": "sun",
6022                 "homepage": "https://www.drupal.org/user/54136"
6023             },
6024             {
6025                 "name": "tim.plunkett",
6026                 "homepage": "https://www.drupal.org/user/241634"
6027             }
6028         ],
6029         "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
6030         "homepage": "https://www.drupal.org/project/ctools",
6031         "support": {
6032             "source": "http://cgit.drupalcode.org/ctools",
6033             "issues": "https://www.drupal.org/project/issues/ctools"
6034         }
6035     },
6036     {
6037         "name": "drupal/devel",
6038         "version": "1.0.0-rc2",
6039         "version_normalized": "1.0.0.0-RC2",
6040         "source": {
6041             "type": "git",
6042             "url": "https://git.drupal.org/project/devel",
6043             "reference": "8.x-1.0-rc2"
6044         },
6045         "dist": {
6046             "type": "zip",
6047             "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.0-rc2.zip",
6048             "reference": "8.x-1.0-rc2",
6049             "shasum": "011322bf9c263dab29f94640829f4b654e9c5632"
6050         },
6051         "require": {
6052             "drupal/core": "~8.0"
6053         },
6054         "suggest": {
6055             "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
6056         },
6057         "type": "drupal-module",
6058         "extra": {
6059             "branch-alias": {
6060                 "dev-1.x": "1.x-dev"
6061             },
6062             "drupal": {
6063                 "version": "8.x-1.0-rc2",
6064                 "datestamp": "1492989244"
6065             }
6066         },
6067         "installation-source": "dist",
6068         "notification-url": "https://packages.drupal.org/8/downloads",
6069         "license": [
6070             "GPL-2.0+"
6071         ],
6072         "authors": [
6073             {
6074                 "name": "Moshe Weitzman",
6075                 "homepage": "https://github.com/weitzman",
6076                 "email": "weitzman@tejasa.com",
6077                 "role": "Maintainer"
6078             },
6079             {
6080                 "name": "Hans Salvisberg",
6081                 "homepage": "https://www.drupal.org/u/salvis",
6082                 "email": "drupal@salvisberg.com",
6083                 "role": "Maintainer"
6084             },
6085             {
6086                 "name": "Luca Lusso",
6087                 "homepage": "https://www.drupal.org/u/lussoluca",
6088                 "role": "Maintainer"
6089             },
6090             {
6091                 "name": "Marco (willzyx)",
6092                 "homepage": "https://www.drupal.org/u/willzyx",
6093                 "role": "Maintainer"
6094             },
6095             {
6096                 "name": "See contributors",
6097                 "homepage": "https://www.drupal.org/node/3236/committers"
6098             },
6099             {
6100                 "name": "salvis",
6101                 "homepage": "https://www.drupal.org/user/82964"
6102             },
6103             {
6104                 "name": "willzyx",
6105                 "homepage": "https://www.drupal.org/user/1043862"
6106             }
6107         ],
6108         "description": "Various blocks, pages, and functions for developers.",
6109         "homepage": "http://drupal.org/project/devel",
6110         "support": {
6111             "source": "http://cgit.drupalcode.org/devel",
6112             "issues": "http://drupal.org/project/devel",
6113             "irc": "irc://irc.freenode.org/drupal-contribute"
6114         }
6115     },
6116     {
6117         "name": "drupal/token",
6118         "version": "1.0.0",
6119         "version_normalized": "1.0.0.0",
6120         "source": {
6121             "type": "git",
6122             "url": "https://git.drupal.org/project/token",
6123             "reference": "8.x-1.0"
6124         },
6125         "dist": {
6126             "type": "zip",
6127             "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip",
6128             "reference": "8.x-1.0",
6129             "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442"
6130         },
6131         "require": {
6132             "drupal/core": "~8.0"
6133         },
6134         "type": "drupal-module",
6135         "extra": {
6136             "branch-alias": {
6137                 "dev-1.x": "1.x-dev"
6138             },
6139             "drupal": {
6140                 "version": "8.x-1.0",
6141                 "datestamp": "1493466843"
6142             }
6143         },
6144         "installation-source": "dist",
6145         "notification-url": "https://packages.drupal.org/8/downloads",
6146         "license": [
6147             "GPL-2.0+"
6148         ],
6149         "authors": [
6150             {
6151                 "name": "Berdir",
6152                 "homepage": "https://www.drupal.org/user/214652"
6153             },
6154             {
6155                 "name": "Dave Reid",
6156                 "homepage": "https://www.drupal.org/user/53892"
6157             },
6158             {
6159                 "name": "eaton",
6160                 "homepage": "https://www.drupal.org/user/16496"
6161             },
6162             {
6163                 "name": "fago",
6164                 "homepage": "https://www.drupal.org/user/16747"
6165             },
6166             {
6167                 "name": "greggles",
6168                 "homepage": "https://www.drupal.org/user/36762"
6169             },
6170             {
6171                 "name": "mikeryan",
6172                 "homepage": "https://www.drupal.org/user/4420"
6173             }
6174         ],
6175         "description": "Provides a user interface for the Token API and some missing core tokens.",
6176         "homepage": "https://www.drupal.org/project/token",
6177         "support": {
6178             "source": "http://cgit.drupalcode.org/token"
6179         }
6180     },
6181     {
6182         "name": "drupal/pathauto",
6183         "version": "1.0.0",
6184         "version_normalized": "1.0.0.0",
6185         "source": {
6186             "type": "git",
6187             "url": "https://git.drupal.org/project/pathauto",
6188             "reference": "8.x-1.0"
6189         },
6190         "dist": {
6191             "type": "zip",
6192             "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0.zip",
6193             "reference": "8.x-1.0",
6194             "shasum": "4c82a5689a18421c8c73fcc8be7b333bb21ae02a"
6195         },
6196         "require": {
6197             "drupal/core": "*",
6198             "drupal/ctools": "*",
6199             "drupal/token": "*"
6200         },
6201         "type": "drupal-module",
6202         "extra": {
6203             "branch-alias": {
6204                 "dev-1.x": "1.x-dev"
6205             },
6206             "drupal": {
6207                 "version": "8.x-1.0",
6208                 "datestamp": "1493468044"
6209             }
6210         },
6211         "installation-source": "dist",
6212         "notification-url": "https://packages.drupal.org/8/downloads",
6213         "license": [
6214             "GPL-2.0+"
6215         ],
6216         "authors": [
6217             {
6218                 "name": "Berdir",
6219                 "homepage": "https://www.drupal.org/user/214652"
6220             },
6221             {
6222                 "name": "Dave Reid",
6223                 "homepage": "https://www.drupal.org/user/53892"
6224             },
6225             {
6226                 "name": "Freso",
6227                 "homepage": "https://www.drupal.org/user/27504"
6228             },
6229             {
6230                 "name": "greggles",
6231                 "homepage": "https://www.drupal.org/user/36762"
6232             }
6233         ],
6234         "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
6235         "homepage": "https://www.drupal.org/project/pathauto",
6236         "support": {
6237             "source": "http://cgit.drupalcode.org/pathauto"
6238         }
6239     },
6240     {
6241         "name": "drupal/views_bootstrap",
6242         "version": "dev-3.x",
6243         "version_normalized": "dev-3.x",
6244         "source": {
6245             "type": "git",
6246             "url": "https://git.drupal.org/project/views_bootstrap",
6247             "reference": "ef95dac8dfeb8f2d61b0e5d40075a0a6e23e53ca"
6248         },
6249         "require": {
6250             "drupal/core": "*"
6251         },
6252         "type": "drupal-module",
6253         "extra": {
6254             "branch-alias": {
6255                 "dev-3.x": "3.x-dev"
6256             },
6257             "drupal": {
6258                 "version": "8.x-3.x-dev",
6259                 "datestamp": "1490369283"
6260             }
6261         },
6262         "installation-source": "source",
6263         "notification-url": "https://packages.drupal.org/8/downloads",
6264         "license": [
6265             "GPL-2.0+"
6266         ],
6267         "authors": [
6268             {
6269                 "name": "aburrows",
6270                 "homepage": "https://www.drupal.org/user/577844"
6271             },
6272             {
6273                 "name": "ericpugh",
6274                 "homepage": "https://www.drupal.org/user/130084"
6275             },
6276             {
6277                 "name": "ikeigenwijs",
6278                 "homepage": "https://www.drupal.org/user/583238"
6279             },
6280             {
6281                 "name": "mrded",
6282                 "homepage": "https://www.drupal.org/user/556088"
6283             }
6284         ],
6285         "description": "Integrate the Bootstrap framework with Views.",
6286         "homepage": "https://www.drupal.org/project/views_bootstrap",
6287         "keywords": [
6288             "Drupal"
6289         ],
6290         "support": {
6291             "source": "http://cgit.drupalcode.org/views_bootstrap"
6292         }
6293     },
6294     {
6295         "name": "drupal/views_responsive_grid",
6296         "version": "dev-1.x",
6297         "version_normalized": "dev-1.x",
6298         "source": {
6299             "type": "git",
6300             "url": "https://git.drupal.org/project/views_responsive_grid",
6301             "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6302         },
6303         "require": {
6304             "drupal/core": "~8.0"
6305         },
6306         "type": "drupal-module",
6307         "extra": {
6308             "branch-alias": {
6309                 "dev-1.x": "1.x-dev"
6310             },
6311             "drupal": {
6312                 "version": "8.x-1.x-dev",
6313                 "datestamp": "1373985289"
6314             }
6315         },
6316         "installation-source": "source",
6317         "notification-url": "https://packages.drupal.org/8/downloads",
6318         "license": [
6319             "GPL-2.0+"
6320         ],
6321         "authors": [
6322             {
6323                 "name": "iwhitcomb",
6324                 "homepage": "https://www.drupal.org/user/771654"
6325             },
6326             {
6327                 "name": "kyletaylored",
6328                 "homepage": "https://www.drupal.org/user/2207088"
6329             },
6330             {
6331                 "name": "markcarver",
6332                 "homepage": "https://www.drupal.org/user/501638"
6333             }
6334         ],
6335         "homepage": "https://www.drupal.org/project/views_responsive_grid",
6336         "support": {
6337             "source": "http://cgit.drupalcode.org/views_responsive_grid"
6338         }
6339     },
6340     {
6341         "name": "drupal/imagemagick",
6342         "version": "1.0.0-alpha6",
6343         "version_normalized": "1.0.0.0-alpha6",
6344         "source": {
6345             "type": "git",
6346             "url": "https://git.drupal.org/project/imagemagick",
6347             "reference": "8.x-1.0-alpha6"
6348         },
6349         "dist": {
6350             "type": "zip",
6351             "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-1.0-alpha6.zip",
6352             "reference": "8.x-1.0-alpha6",
6353             "shasum": "9631b407762076b2f5d9bf3b50b40c28976ddbb7"
6354         },
6355         "require": {
6356             "drupal/core": "^8.1.0"
6357         },
6358         "type": "drupal-module",
6359         "extra": {
6360             "branch-alias": {
6361                 "dev-1.x": "1.x-dev"
6362             },
6363             "drupal": {
6364                 "version": "8.x-1.0-alpha6",
6365                 "datestamp": "1488787683"
6366             }
6367         },
6368         "installation-source": "dist",
6369         "notification-url": "https://packages.drupal.org/8/downloads",
6370         "license": [
6371             "GPL-2.0+"
6372         ],
6373         "authors": [
6374             {
6375                 "name": "chx",
6376                 "homepage": "https://www.drupal.org/user/9446"
6377             },
6378             {
6379                 "name": "claudiu.cristea",
6380                 "homepage": "https://www.drupal.org/user/56348"
6381             },
6382             {
6383                 "name": "dman",
6384                 "homepage": "https://www.drupal.org/user/33240"
6385             },
6386             {
6387                 "name": "dopry",
6388                 "homepage": "https://www.drupal.org/user/22202"
6389             },
6390             {
6391                 "name": "drewish",
6392                 "homepage": "https://www.drupal.org/user/34869"
6393             },
6394             {
6395                 "name": "gdl",
6396                 "homepage": "https://www.drupal.org/user/507326"
6397             },
6398             {
6399                 "name": "mondrake",
6400                 "homepage": "https://www.drupal.org/user/1307444"
6401             },
6402             {
6403                 "name": "quicksketch",
6404                 "homepage": "https://www.drupal.org/user/35821"
6405             },
6406             {
6407                 "name": "sun",
6408                 "homepage": "https://www.drupal.org/user/54136"
6409             },
6410             {
6411                 "name": "walkah",
6412                 "homepage": "https://www.drupal.org/user/1531"
6413             }
6414         ],
6415         "description": "Provides ImageMagick integration.",
6416         "homepage": "https://www.drupal.org/project/imagemagick",
6417         "support": {
6418             "source": "http://cgit.drupalcode.org/imagemagick"
6419         }
6420     },
6421     {
6422         "name": "drupal/bootstrap",
6423         "version": "3.5.0",
6424         "version_normalized": "3.5.0.0",
6425         "source": {
6426             "type": "git",
6427             "url": "https://git.drupal.org/project/bootstrap",
6428             "reference": "8.x-3.5"
6429         },
6430         "dist": {
6431             "type": "zip",
6432             "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.5.zip",
6433             "reference": "8.x-3.5",
6434             "shasum": "569f8a243ad6a2e04a86123a0b2a594783a09860"
6435         },
6436         "require": {
6437             "drupal/core": "~8.0"
6438         },
6439         "type": "drupal-theme",
6440         "extra": {
6441             "branch-alias": {
6442                 "dev-3.x": "3.x-dev"
6443             },
6444             "drupal": {
6445                 "version": "8.x-3.5",
6446                 "datestamp": "1495040301"
6447             }
6448         },
6449         "installation-source": "dist",
6450         "notification-url": "https://packages.drupal.org/8/downloads",
6451         "license": [
6452             "GPL-2.0+"
6453         ],
6454         "authors": [
6455             {
6456                 "name": "markcarver",
6457                 "homepage": "https://www.drupal.org/user/501638"
6458             },
6459             {
6460                 "name": "neardark",
6461                 "homepage": "https://www.drupal.org/user/661076"
6462             },
6463             {
6464                 "name": "sylus",
6465                 "homepage": "https://www.drupal.org/user/339714"
6466             },
6467             {
6468                 "name": "wundo",
6469                 "homepage": "https://www.drupal.org/user/25523"
6470             }
6471         ],
6472         "homepage": "https://www.drupal.org/project/bootstrap",
6473         "support": {
6474             "source": "http://cgit.drupalcode.org/bootstrap"
6475         }
6476     },
6477     {
6478         "name": "sunra/php-simple-html-dom-parser",
6479         "version": "v1.5.2",
6480         "version_normalized": "1.5.2.0",
6481         "source": {
6482             "type": "git",
6483             "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
6484             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
6485         },
6486         "dist": {
6487             "type": "zip",
6488             "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
6489             "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
6490             "shasum": ""
6491         },
6492         "require": {
6493             "ext-mbstring": "*",
6494             "php": ">=5.3.2"
6495         },
6496         "time": "2016-11-22T22:57:47+00:00",
6497         "type": "library",
6498         "installation-source": "dist",
6499         "autoload": {
6500             "psr-0": {
6501                 "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
6502             }
6503         },
6504         "notification-url": "https://packagist.org/downloads/",
6505         "license": [
6506             "MIT"
6507         ],
6508         "authors": [
6509             {
6510                 "name": "Sunra",
6511                 "email": "sunra@yandex.ru",
6512                 "homepage": "https://github.com/sunra"
6513             },
6514             {
6515                 "name": "S.C. Chen",
6516                 "homepage": "http://sourceforge.net/projects/simplehtmldom/"
6517             }
6518         ],
6519         "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.",
6520         "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
6521         "keywords": [
6522             "dom",
6523             "html",
6524             "parser"
6525         ]
6526     },
6527     {
6528         "name": "mkalkbrenner/php-htmldiff-advanced",
6529         "version": "0.0.8",
6530         "version_normalized": "0.0.8.0",
6531         "source": {
6532             "type": "git",
6533             "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
6534             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
6535         },
6536         "dist": {
6537             "type": "zip",
6538             "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
6539             "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
6540             "shasum": ""
6541         },
6542         "require": {
6543             "caxy/php-htmldiff": ">=0.0.6",
6544             "php": ">=5.5.0"
6545         },
6546         "time": "2016-07-25T17:07:32+00:00",
6547         "type": "library",
6548         "installation-source": "dist",
6549         "autoload": {
6550             "files": [
6551                 "src/HtmlDiffAdvancedInterface.php",
6552                 "src/HtmlDiffAdvanced.php"
6553             ]
6554         },
6555         "notification-url": "https://packagist.org/downloads/",
6556         "license": [
6557             "GNU General Public License V2"
6558         ],
6559         "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
6560         "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
6561         "keywords": [
6562             "diff",
6563             "html"
6564         ]
6565     },
6566     {
6567         "name": "drupal/diff",
6568         "version": "1.0.0-rc1",
6569         "version_normalized": "1.0.0.0-RC1",
6570         "source": {
6571             "type": "git",
6572             "url": "https://git.drupal.org/project/diff",
6573             "reference": "8.x-1.0-rc1"
6574         },
6575         "dist": {
6576             "type": "zip",
6577             "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip",
6578             "reference": "8.x-1.0-rc1",
6579             "shasum": "4945154c2c07444195a7ae07011a3b3db941c72a"
6580         },
6581         "require": {
6582             "drupal/core": "~8.0",
6583             "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
6584         },
6585         "type": "drupal-module",
6586         "extra": {
6587             "branch-alias": {
6588                 "dev-1.x": "1.x-dev"
6589             },
6590             "drupal": {
6591                 "version": "8.x-1.0-rc1",
6592                 "datestamp": "1484566683"
6593             }
6594         },
6595         "installation-source": "dist",
6596         "notification-url": "https://packages.drupal.org/8/downloads",
6597         "license": [
6598             "GPL-2.0+"
6599         ],
6600         "authors": [
6601             {
6602                 "name": "Miro Dietiker (miro_dietiker)",
6603                 "homepage": "https://www.drupal.org/u/miro_dietiker",
6604                 "role": "Maintainer"
6605             },
6606             {
6607                 "name": "Juampy NR (juampynr)",
6608                 "homepage": "https://www.drupal.org/u/juampynr",
6609                 "role": "Maintainer"
6610             },
6611             {
6612                 "name": "Lucian Hangea (lhangea)",
6613                 "homepage": "https://www.drupal.org/u/lhangea",
6614                 "role": "Maintainer"
6615             },
6616             {
6617                 "name": "Alan D.",
6618                 "homepage": "https://www.drupal.org/u/alan-d.",
6619                 "role": "Maintainer"
6620             },
6621             {
6622                 "name": "Brian Gilbert (realityloop).",
6623                 "homepage": "https://www.drupal.org/u/realityloop",
6624                 "role": "Maintainer"
6625             },
6626             {
6627                 "name": "miro_dietiker",
6628                 "homepage": "https://www.drupal.org/user/227761"
6629             },
6630             {
6631                 "name": "realityloop",
6632                 "homepage": "https://www.drupal.org/user/139189"
6633             },
6634             {
6635                 "name": "rötzi",
6636                 "homepage": "https://www.drupal.org/user/73064"
6637             },
6638             {
6639                 "name": "yhahn",
6640                 "homepage": "https://www.drupal.org/user/264833"
6641             }
6642         ],
6643         "description": "Compares two entity revisions",
6644         "homepage": "https://www.drupal.org/project/diff",
6645         "support": {
6646             "source": "http://cgit.drupalcode.org/diff",
6647             "issues": "https://www.drupal.org/project/issues/diff"
6648         }
6649     },
6650     {
6651         "name": "drupal/hacked",
6652         "version": "2.0.0-beta1",
6653         "version_normalized": "2.0.0.0-beta1",
6654         "source": {
6655             "type": "git",
6656             "url": "https://git.drupal.org/project/hacked",
6657             "reference": "8.x-2.0-beta1"
6658         },
6659         "dist": {
6660             "type": "zip",
6661             "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta1.zip",
6662             "reference": "8.x-2.0-beta1",
6663             "shasum": "97b091470b83b3bdfe9a13673c5c676b3ce0414a"
6664         },
6665         "require": {
6666             "drupal/core": "*"
6667         },
6668         "type": "drupal-module",
6669         "extra": {
6670             "branch-alias": {
6671                 "dev-2.x": "2.x-dev"
6672             },
6673             "drupal": {
6674                 "version": "8.x-2.0-beta1",
6675                 "datestamp": "1453154039"
6676             },
6677             "patches_applied": {
6678                 "Compatibility with diff module API change: Turn EntityComparisonBase into a service": "https://www.drupal.org/files/issues/hacked-diff-diff-service-2800645-2.patch"
6679             }
6680         },
6681         "installation-source": "dist",
6682         "notification-url": "https://packages.drupal.org/8/downloads",
6683         "license": [
6684             "GPL-2.0+"
6685         ],
6686         "authors": [
6687             {
6688                 "name": "Deciphered",
6689                 "homepage": "https://www.drupal.org/user/103796"
6690             },
6691             {
6692                 "name": "Steven Jones",
6693                 "homepage": "https://www.drupal.org/user/99644"
6694             }
6695         ],
6696         "description": "Shows if drupal or any of its modules have been changed",
6697         "homepage": "https://www.drupal.org/project/hacked",
6698         "support": {
6699             "source": "http://cgit.drupalcode.org/hacked"
6700         }
6701     },
6702     {
6703         "name": "drupal/permissions_by_term",
6704         "version": "1.19.0",
6705         "version_normalized": "1.19.0.0",
6706         "source": {
6707             "type": "git",
6708             "url": "https://git.drupal.org/project/permissions_by_term",
6709             "reference": "8.x-1.19"
6710         },
6711         "dist": {
6712             "type": "zip",
6713             "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.19.zip",
6714             "reference": "8.x-1.19",
6715             "shasum": "87ecf60dda39138f648ee57fe4e3ce334b187100"
6716         },
6717         "require": {
6718             "drupal/core": "*"
6719         },
6720         "type": "drupal-module",
6721         "extra": {
6722             "branch-alias": {
6723                 "dev-1.x": "1.x-dev"
6724             },
6725             "drupal": {
6726                 "version": "8.x-1.19",
6727                 "datestamp": "1494360188"
6728             }
6729         },
6730         "installation-source": "dist",
6731         "notification-url": "https://packages.drupal.org/8/downloads",
6732         "license": [
6733             "GPL-2.0+"
6734         ],
6735         "authors": [
6736             {
6737                 "name": "Peter Majmesku",
6738                 "homepage": "https://www.drupal.org/user/786132"
6739             }
6740         ],
6741         "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.",
6742         "homepage": "https://www.drupal.org/project/permissions_by_term",
6743         "support": {
6744             "source": "http://cgit.drupalcode.org/permissions_by_term"
6745         }
6746     },
6747     {
6748         "name": "drupal/linkit",
6749         "version": "4.3.0",
6750         "version_normalized": "4.3.0.0",
6751         "source": {
6752             "type": "git",
6753             "url": "https://git.drupal.org/project/linkit",
6754             "reference": "8.x-4.3"
6755         },
6756         "dist": {
6757             "type": "zip",
6758             "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
6759             "reference": "8.x-4.3",
6760             "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
6761         },
6762         "require": {
6763             "drupal/core": "~8.0"
6764         },
6765         "type": "drupal-module",
6766         "extra": {
6767             "branch-alias": {
6768                 "dev-4.x": "4.x-dev"
6769             },
6770             "drupal": {
6771                 "version": "8.x-4.3",
6772                 "datestamp": "1490205830"
6773             }
6774         },
6775         "installation-source": "dist",
6776         "notification-url": "https://packages.drupal.org/8/downloads",
6777         "license": [
6778             "GPL-2.0+"
6779         ],
6780         "authors": [
6781             {
6782                 "name": "Emil Stjerneman",
6783                 "homepage": "https://stjerneman.com",
6784                 "email": "emil@stjerneman.com",
6785                 "role": "Maintainer"
6786             }
6787         ],
6788         "description": "Linkit - Enriched linking experience",
6789         "homepage": "http://drupal.org/project/linkit",
6790         "support": {
6791             "source": "http://cgit.drupalcode.org/linkit",
6792             "issues": "http://drupal.org/project/linkit"
6793         }
6794     },
6795     {
6796         "name": "drupal/toc_formatter",
6797         "version": "1.1.0",
6798         "version_normalized": "1.1.0.0",
6799         "source": {
6800             "type": "git",
6801             "url": "https://git.drupal.org/project/toc_formatter",
6802             "reference": "8.x-1.1"
6803         },
6804         "dist": {
6805             "type": "zip",
6806             "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
6807             "reference": "8.x-1.1",
6808             "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
6809         },
6810         "require": {
6811             "drupal/core": "~8.0"
6812         },
6813         "type": "drupal-module",
6814         "extra": {
6815             "branch-alias": {
6816                 "dev-1.x": "1.x-dev"
6817             },
6818             "drupal": {
6819                 "version": "8.x-1.1",
6820                 "datestamp": "1398611927"
6821             }
6822         },
6823         "installation-source": "dist",
6824         "notification-url": "https://packages.drupal.org/8/downloads",
6825         "license": [
6826             "GPL-2.0+"
6827         ],
6828         "authors": [
6829             {
6830                 "name": "Robert Castelo",
6831                 "homepage": "https://www.drupal.org/user/3555"
6832             },
6833             {
6834                 "name": "neilt17",
6835                 "homepage": "https://www.drupal.org/user/324142"
6836             }
6837         ],
6838         "description": "Display formatter that adds a TOC to the top of a text area field.",
6839         "homepage": "https://www.drupal.org/project/toc_formatter",
6840         "support": {
6841             "source": "http://cgit.drupalcode.org/toc_formatter"
6842         }
6843     },
6844     {
6845         "name": "drupal/advagg",
6846         "version": "2.4.0",
6847         "version_normalized": "2.4.0.0",
6848         "source": {
6849             "type": "git",
6850             "url": "https://git.drupal.org/project/advagg",
6851             "reference": "8.x-2.4"
6852         },
6853         "dist": {
6854             "type": "zip",
6855             "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
6856             "reference": "8.x-2.4",
6857             "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
6858         },
6859         "require": {
6860             "drupal/core": "~8.0"
6861         },
6862         "type": "drupal-module",
6863         "extra": {
6864             "branch-alias": {
6865                 "dev-2.x": "2.x-dev"
6866             },
6867             "drupal": {
6868                 "version": "8.x-2.4",
6869                 "datestamp": "1493949188"
6870             }
6871         },
6872         "installation-source": "dist",
6873         "notification-url": "https://packages.drupal.org/8/downloads",
6874         "license": [
6875             "GPL-2.0+"
6876         ],
6877         "authors": [
6878             {
6879                 "name": "Mike Carper (mikeytown2)",
6880                 "homepage": "https://www.drupal.org/u/mikeytown2",
6881                 "role": "Creator, Maintainer"
6882             },
6883             {
6884                 "name": "Nick Wilde (nickwilde)",
6885                 "homepage": "https://www.drupal.org/u/nickwilde",
6886                 "email": "design@briarmoon.ca",
6887                 "role": "Drupal 8 Port/maintainer"
6888             },
6889             {
6890                 "name": "doublejosh",
6891                 "homepage": "https://www.drupal.org/user/199720"
6892             },
6893             {
6894                 "name": "iamcarrico",
6895                 "homepage": "https://www.drupal.org/user/1300542"
6896             },
6897             {
6898                 "name": "markcarver",
6899                 "homepage": "https://www.drupal.org/user/501638"
6900             },
6901             {
6902                 "name": "mikeytown2",
6903                 "homepage": "https://www.drupal.org/user/282446"
6904             },
6905             {
6906                 "name": "rupl",
6907                 "homepage": "https://www.drupal.org/user/411999"
6908             }
6909         ],
6910         "description": "Improved aggregation of CSS/JS files to speed up page load times.",
6911         "homepage": "https://drupal.org/project/advagg",
6912         "support": {
6913             "source": "https://cgit.drupalcode.org/advagg",
6914             "issues": "https://drupal.org/project/issues/advagg",
6915             "irc": "irc://irc.freenode.org/drupal-contribute"
6916         }
6917     },
6918     {
6919         "name": "drupal/videojs",
6920         "version": "1.0.0",
6921         "version_normalized": "1.0.0.0",
6922         "source": {
6923             "type": "git",
6924             "url": "https://git.drupal.org/project/videojs",
6925             "reference": "8.x-1.0"
6926         },
6927         "dist": {
6928             "type": "zip",
6929             "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6930             "reference": "8.x-1.0",
6931             "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6932         },
6933         "require": {
6934             "drupal/core": "~8.0"
6935         },
6936         "type": "drupal-module",
6937         "extra": {
6938             "branch-alias": {
6939                 "dev-1.x": "1.x-dev"
6940             },
6941             "drupal": {
6942                 "version": "8.x-1.0",
6943                 "datestamp": "1454344739"
6944             },
6945             "patches_applied": {
6946                 "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6947             }
6948         },
6949         "installation-source": "dist",
6950         "notification-url": "https://packages.drupal.org/8/downloads",
6951         "license": [
6952             "GPL-2.0+"
6953         ],
6954         "authors": [
6955             {
6956                 "name": "Jorrit",
6957                 "homepage": "https://www.drupal.org/user/161217"
6958             },
6959             {
6960                 "name": "heshanlk",
6961                 "homepage": "https://www.drupal.org/user/199102"
6962             }
6963         ],
6964         "description": "Video.js is an HTML5 Video Player.",
6965         "homepage": "https://www.drupal.org/project/videojs",
6966         "support": {
6967             "source": "http://cgit.drupalcode.org/videojs"
6968         }
6969     },
6970     {
6971         "name": "drupal/ckeditor_widgets",
6972         "version": "dev-1.x",
6973         "version_normalized": "dev-1.x",
6974         "source": {
6975             "type": "git",
6976             "url": "https://git.drupal.org/project/ckeditor_widgets",
6977             "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
6978         },
6979         "require": {
6980             "drupal/core": "*"
6981         },
6982         "type": "drupal-module",
6983         "extra": {
6984             "branch-alias": {
6985                 "dev-1.x": "1.x-dev"
6986             },
6987             "drupal": {
6988                 "version": "8.x-1.x-dev",
6989                 "datestamp": "1472798939"
6990             }
6991         },
6992         "installation-source": "source",
6993         "notification-url": "https://packages.drupal.org/8/downloads",
6994         "license": [
6995             "GPL-2.0+"
6996         ],
6997         "authors": [
6998             {
6999                 "name": "jlyon",
7000                 "homepage": "https://www.drupal.org/user/256444"
7001             }
7002         ],
7003         "description": "Adds widgets and an Insert Template menu to CKEditor",
7004         "homepage": "https://www.drupal.org/project/ckeditor_widgets",
7005         "support": {
7006             "source": "http://cgit.drupalcode.org/ckeditor_widgets"
7007         }
7008     },
7009     {
7010         "name": "drupal/layout_plugin",
7011         "version": "1.0.0-alpha23",
7012         "version_normalized": "1.0.0.0-alpha23",
7013         "source": {
7014             "type": "git",
7015             "url": "https://git.drupal.org/project/layout_plugin",
7016             "reference": "8.x-1.0-alpha23"
7017         },
7018         "dist": {
7019             "type": "zip",
7020             "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
7021             "reference": "8.x-1.0-alpha23",
7022             "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
7023         },
7024         "require": {
7025             "drupal/core": "~8.0"
7026         },
7027         "type": "drupal-module",
7028         "extra": {
7029             "branch-alias": {
7030                 "dev-1.x": "1.x-dev"
7031             },
7032             "drupal": {
7033                 "version": "8.x-1.0-alpha23",
7034                 "datestamp": "1476269960"
7035             }
7036         },
7037         "installation-source": "dist",
7038         "notification-url": "https://packages.drupal.org/8/downloads",
7039         "license": [
7040             "GPL-2.0+"
7041         ],
7042         "authors": [
7043             {
7044                 "name": "David Snopek",
7045                 "homepage": "https://www.drupal.org/user/172527"
7046             },
7047             {
7048                 "name": "Bram Goffings",
7049                 "homepage": "https://www.drupal.org/user/266527"
7050             },
7051             {
7052                 "name": "Fredrik Lassen",
7053                 "homepage": "https://www.drupal.org/user/243377"
7054             }
7055         ],
7056         "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
7057         "homepage": "https://www.drupal.org/project/layout_plugin",
7058         "keywords": [
7059             "layout",
7060             "php"
7061         ],
7062         "support": {
7063             "source": "http://cgit.drupalcode.org/layout_plugin"
7064         }
7065     },
7066     {
7067         "name": "drupal/bootstrap_layouts",
7068         "version": "4.1.0",
7069         "version_normalized": "4.1.0.0",
7070         "source": {
7071             "type": "git",
7072             "url": "https://git.drupal.org/project/bootstrap_layouts",
7073             "reference": "8.x-4.1"
7074         },
7075         "dist": {
7076             "type": "zip",
7077             "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.1.zip",
7078             "reference": "8.x-4.1",
7079             "shasum": "3f1e7598e9a476e4d396ddc1e49cd2851e948a2c"
7080         },
7081         "require": {
7082             "drupal/core": "~8.0",
7083             "drupal/layout_plugin": "*"
7084         },
7085         "type": "drupal-module",
7086         "extra": {
7087             "branch-alias": {
7088                 "dev-4.x": "4.x-dev"
7089             },
7090             "drupal": {
7091                 "version": "8.x-4.1",
7092                 "datestamp": "1481413087"
7093             }
7094         },
7095         "installation-source": "dist",
7096         "notification-url": "https://packages.drupal.org/8/downloads",
7097         "license": [
7098             "GPL-2.0+"
7099         ],
7100         "authors": [
7101             {
7102                 "name": "darol100",
7103                 "homepage": "https://www.drupal.org/user/2667123"
7104             },
7105             {
7106                 "name": "hctom",
7107                 "homepage": "https://www.drupal.org/user/112790"
7108             },
7109             {
7110                 "name": "markcarver",
7111                 "homepage": "https://www.drupal.org/user/501638"
7112             }
7113         ],
7114         "description": "This module is going to generate layouts with Bootstrap grid system.",
7115         "homepage": "https://www.drupal.org/project/bootstrap_layouts",
7116         "support": {
7117             "source": "http://cgit.drupalcode.org/bootstrap_layouts"
7118         }
7119     },
7120     {
7121         "name": "drupal/tocify",
7122         "version": "1.2.0",
7123         "version_normalized": "1.2.0.0",
7124         "source": {
7125             "type": "git",
7126             "url": "https://git.drupal.org/project/tocify",
7127             "reference": "8.x-1.2"
7128         },
7129         "dist": {
7130             "type": "zip",
7131             "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
7132             "reference": "8.x-1.2",
7133             "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
7134         },
7135         "require": {
7136             "drupal/core": "*"
7137         },
7138         "type": "drupal-module",
7139         "extra": {
7140             "branch-alias": {
7141                 "dev-1.x": "1.x-dev"
7142             },
7143             "drupal": {
7144                 "version": "8.x-1.2",
7145                 "datestamp": "1493816586"
7146             }
7147         },
7148         "installation-source": "dist",
7149         "notification-url": "https://packages.drupal.org/8/downloads",
7150         "license": [
7151             "GPL-2.0+"
7152         ],
7153         "authors": [
7154             {
7155                 "name": "Hydra",
7156                 "homepage": "https://www.drupal.org/user/647364"
7157             },
7158             {
7159                 "name": "dawehner",
7160                 "homepage": "https://www.drupal.org/user/99340"
7161             },
7162             {
7163                 "name": "sanduhrs",
7164                 "homepage": "https://www.drupal.org/user/28074"
7165             }
7166         ],
7167         "description": "Tocify your content",
7168         "homepage": "https://www.drupal.org/project/tocify",
7169         "keywords": [
7170             "Drupal"
7171         ],
7172         "support": {
7173             "source": "http://cgit.drupalcode.org/tocify",
7174             "issues": "http://drupal.org/project/issues/tocify"
7175         }
7176     },
7177     {
7178         "name": "drupal/ckeditor_templates",
7179         "version": "1.0.0",
7180         "version_normalized": "1.0.0.0",
7181         "source": {
7182             "type": "git",
7183             "url": "https://git.drupal.org/project/ckeditor_templates",
7184             "reference": "8.x-1.0"
7185         },
7186         "dist": {
7187             "type": "zip",
7188             "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
7189             "reference": "8.x-1.0",
7190             "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
7191         },
7192         "require": {
7193             "drupal/core": "*"
7194         },
7195         "type": "drupal-module",
7196         "extra": {
7197             "branch-alias": {
7198                 "dev-1.x": "1.x-dev"
7199             },
7200             "drupal": {
7201                 "version": "8.x-1.0",
7202                 "datestamp": "1490206982"
7203             }
7204         },
7205         "installation-source": "dist",
7206         "notification-url": "https://packages.drupal.org/8/downloads",
7207         "license": [
7208             "GPL-2.0+"
7209         ],
7210         "authors": [
7211             {
7212                 "name": "lucaslg",
7213                 "homepage": "https://www.drupal.org/user/3128975"
7214             }
7215         ],
7216         "description": "Integrates the CKEdito templates plugin",
7217         "homepage": "https://www.drupal.org/project/ckeditor_templates",
7218         "support": {
7219             "source": "http://cgit.drupalcode.org/ckeditor_templates"
7220         }
7221     },
7222     {
7223         "name": "drupal/layouter",
7224         "version": "1.0.0",
7225         "version_normalized": "1.0.0.0",
7226         "source": {
7227             "type": "git",
7228             "url": "https://git.drupal.org/project/layouter",
7229             "reference": "8.x-1.0"
7230         },
7231         "dist": {
7232             "type": "zip",
7233             "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
7234             "reference": "8.x-1.0",
7235             "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
7236         },
7237         "require": {
7238             "drupal/core": "*"
7239         },
7240         "type": "drupal-module",
7241         "extra": {
7242             "branch-alias": {
7243                 "dev-1.x": "1.x-dev"
7244             },
7245             "drupal": {
7246                 "version": "8.x-1.0",
7247                 "datestamp": "1470121439"
7248             }
7249         },
7250         "installation-source": "dist",
7251         "notification-url": "https://packages.drupal.org/8/downloads",
7252         "license": [
7253             "GPL 2.0+"
7254         ],
7255         "authors": [
7256             {
7257                 "name": "adci_contributor",
7258                 "homepage": "https://www.drupal.org/user/1830536"
7259             },
7260             {
7261                 "name": "adcillc",
7262                 "homepage": "https://www.drupal.org/user/366450"
7263             },
7264             {
7265                 "name": "antongp",
7266                 "homepage": "https://www.drupal.org/user/1060446"
7267             },
7268             {
7269                 "name": "kinosura",
7270                 "homepage": "https://www.drupal.org/user/383326"
7271             },
7272             {
7273                 "name": "usdv",
7274                 "homepage": "https://www.drupal.org/user/2476206"
7275             }
7276         ],
7277         "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
7278         "homepage": "https://www.drupal.org/project/layouter",
7279         "support": {
7280             "source": "http://cgit.drupalcode.org/layouter"
7281         }
7282     },
7283     {
7284         "name": "drupal/core",
7285         "version": "8.3.4",
7286         "version_normalized": "8.3.4.0",
7287         "source": {
7288             "type": "git",
7289             "url": "https://github.com/drupal/core.git",
7290             "reference": "f34eee7255142ab5416107972ef13d011f11e163"
7291         },
7292         "dist": {
7293             "type": "zip",
7294             "url": "https://api.github.com/repos/drupal/core/zipball/f34eee7255142ab5416107972ef13d011f11e163",
7295             "reference": "f34eee7255142ab5416107972ef13d011f11e163",
7296             "shasum": ""
7297         },
7298         "require": {
7299             "asm89/stack-cors": "~1.0",
7300             "composer/semver": "~1.0",
7301             "doctrine/annotations": "1.2.*",
7302             "doctrine/common": "^2.5",
7303             "easyrdf/easyrdf": "0.9.*",
7304             "egulias/email-validator": "1.2.*",
7305             "guzzlehttp/guzzle": "^6.2.1",
7306             "masterminds/html5": "~2.1",
7307             "paragonie/random_compat": "^1.0|^2.0",
7308             "php": ">=5.5.9",
7309             "stack/builder": "1.0.*",
7310             "symfony-cmf/routing": "~1.4",
7311             "symfony/class-loader": "~2.8",
7312             "symfony/console": "~2.8",
7313             "symfony/dependency-injection": "~2.8",
7314             "symfony/event-dispatcher": "~2.8",
7315             "symfony/http-foundation": "~2.8",
7316             "symfony/http-kernel": "~2.8",
7317             "symfony/polyfill-iconv": "~1.0",
7318             "symfony/process": "~2.8",
7319             "symfony/psr-http-message-bridge": "^1.0",
7320             "symfony/routing": "~2.8",
7321             "symfony/serializer": "~2.8",
7322             "symfony/translation": "~2.8",
7323             "symfony/validator": "~2.8",
7324             "symfony/yaml": "~2.8",
7325             "twig/twig": "^1.23.1",
7326             "zendframework/zend-diactoros": "~1.1",
7327             "zendframework/zend-feed": "~2.4"
7328         },
7329         "conflict": {
7330             "drush/drush": "<8.1.10"
7331         },
7332         "replace": {
7333             "drupal/action": "self.version",
7334             "drupal/aggregator": "self.version",
7335             "drupal/automated_cron": "self.version",
7336             "drupal/ban": "self.version",
7337             "drupal/bartik": "self.version",
7338             "drupal/basic_auth": "self.version",
7339             "drupal/big_pipe": "self.version",
7340             "drupal/block": "self.version",
7341             "drupal/block_content": "self.version",
7342             "drupal/block_place": "self.version",
7343             "drupal/book": "self.version",
7344             "drupal/breakpoint": "self.version",
7345             "drupal/ckeditor": "self.version",
7346             "drupal/classy": "self.version",
7347             "drupal/color": "self.version",
7348             "drupal/comment": "self.version",
7349             "drupal/config": "self.version",
7350             "drupal/config_translation": "self.version",
7351             "drupal/contact": "self.version",
7352             "drupal/content_moderation": "self.version",
7353             "drupal/content_translation": "self.version",
7354             "drupal/contextual": "self.version",
7355             "drupal/core-annotation": "self.version",
7356             "drupal/core-assertion": "self.version",
7357             "drupal/core-bridge": "self.version",
7358             "drupal/core-datetime": "self.version",
7359             "drupal/core-dependency-injection": "self.version",
7360             "drupal/core-diff": "self.version",
7361             "drupal/core-discovery": "self.version",
7362             "drupal/core-event-dispatcher": "self.version",
7363             "drupal/core-file-cache": "self.version",
7364             "drupal/core-filesystem": "self.version",
7365             "drupal/core-gettext": "self.version",
7366             "drupal/core-graph": "self.version",
7367             "drupal/core-http-foundation": "self.version",
7368             "drupal/core-php-storage": "self.version",
7369             "drupal/core-plugin": "self.version",
7370             "drupal/core-proxy-builder": "self.version",
7371             "drupal/core-render": "self.version",
7372             "drupal/core-serialization": "self.version",
7373             "drupal/core-transliteration": "self.version",
7374             "drupal/core-utility": "self.version",
7375             "drupal/core-uuid": "self.version",
7376             "drupal/datetime": "self.version",
7377             "drupal/datetime_range": "self.version",
7378             "drupal/dblog": "self.version",
7379             "drupal/dynamic_page_cache": "self.version",
7380             "drupal/editor": "self.version",
7381             "drupal/entity_reference": "self.version",
7382             "drupal/field": "self.version",
7383             "drupal/field_layout": "self.version",
7384             "drupal/field_ui": "self.version",
7385             "drupal/file": "self.version",
7386             "drupal/filter": "self.version",
7387             "drupal/forum": "self.version",
7388             "drupal/hal": "self.version",
7389             "drupal/help": "self.version",
7390             "drupal/history": "self.version",
7391             "drupal/image": "self.version",
7392             "drupal/inline_form_errors": "self.version",
7393             "drupal/language": "self.version",
7394             "drupal/layout_discovery": "self.version",
7395             "drupal/link": "self.version",
7396             "drupal/locale": "self.version",
7397             "drupal/menu_link_content": "self.version",
7398             "drupal/menu_ui": "self.version",
7399             "drupal/migrate": "self.version",
7400             "drupal/migrate_drupal": "self.version",
7401             "drupal/migrate_drupal_ui": "self.version",
7402             "drupal/minimal": "self.version",
7403             "drupal/node": "self.version",
7404             "drupal/options": "self.version",
7405             "drupal/outside_in": "self.version",
7406             "drupal/page_cache": "self.version",
7407             "drupal/path": "self.version",
7408             "drupal/quickedit": "self.version",
7409             "drupal/rdf": "self.version",
7410             "drupal/responsive_image": "self.version",
7411             "drupal/rest": "self.version",
7412             "drupal/search": "self.version",
7413             "drupal/serialization": "self.version",
7414             "drupal/seven": "self.version",
7415             "drupal/shortcut": "self.version",
7416             "drupal/simpletest": "self.version",
7417             "drupal/standard": "self.version",
7418             "drupal/stark": "self.version",
7419             "drupal/statistics": "self.version",
7420             "drupal/syslog": "self.version",
7421             "drupal/system": "self.version",
7422             "drupal/taxonomy": "self.version",
7423             "drupal/telephone": "self.version",
7424             "drupal/text": "self.version",
7425             "drupal/toolbar": "self.version",
7426             "drupal/tour": "self.version",
7427             "drupal/tracker": "self.version",
7428             "drupal/update": "self.version",
7429             "drupal/user": "self.version",
7430             "drupal/views": "self.version",
7431             "drupal/views_ui": "self.version",
7432             "drupal/workflows": "self.version"
7433         },
7434         "require-dev": {
7435             "behat/mink": "1.7.x-dev",
7436             "behat/mink-goutte-driver": "~1.2",
7437             "drupal/coder": "8.2.12",
7438             "jcalderonzumba/gastonjs": "~1.0.2",
7439             "jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
7440             "mikey179/vfsstream": "~1.2",
7441             "phpunit/phpunit": ">=4.8.28 <5",
7442             "symfony/browser-kit": ">=2.8.13 <3.0",
7443             "symfony/css-selector": "~2.8"
7444         },
7445         "time": "2017-06-21T18:13:27+00:00",
7446         "type": "drupal-core",
7447         "installation-source": "dist",
7448         "autoload": {
7449             "psr-4": {
7450                 "Drupal\\Core\\": "lib/Drupal/Core",
7451                 "Drupal\\Component\\": "lib/Drupal/Component",
7452                 "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
7453             },
7454             "classmap": [
7455                 "lib/Drupal.php",
7456                 "lib/Drupal/Component/Utility/Timer.php",
7457                 "lib/Drupal/Component/Utility/Unicode.php",
7458                 "lib/Drupal/Core/Database/Database.php",
7459                 "lib/Drupal/Core/DrupalKernel.php",
7460                 "lib/Drupal/Core/DrupalKernelInterface.php",
7461                 "lib/Drupal/Core/Site/Settings.php"
7462             ]
7463         },
7464         "notification-url": "https://packagist.org/downloads/",
7465         "license": [
7466             "GPL-2.0+"
7467         ],
7468         "description": "Drupal is an open source content management platform powering millions of websites and applications."
7469     },
7470     {
7471         "name": "drupal-composer/drupal-scaffold",
7472         "version": "2.3.0",
7473         "version_normalized": "2.3.0.0",
7474         "source": {
7475             "type": "git",
7476             "url": "https://github.com/drupal-composer/drupal-scaffold.git",
7477             "reference": "1374e1031b98beb502abea3854f361304965c628"
7478         },
7479         "dist": {
7480             "type": "zip",
7481             "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/1374e1031b98beb502abea3854f361304965c628",
7482             "reference": "1374e1031b98beb502abea3854f361304965c628",
7483             "shasum": ""
7484         },
7485         "require": {
7486             "composer-plugin-api": "^1.0.0",
7487             "php": ">=5.4.5"
7488         },
7489         "require-dev": {
7490             "composer/composer": "dev-master",
7491             "phpunit/phpunit": "^4.4.0"
7492         },
7493         "time": "2017-05-05T21:26:28+00:00",
7494         "type": "composer-plugin",
7495         "extra": {
7496             "class": "DrupalComposer\\DrupalScaffold\\Plugin",
7497             "branch-alias": {
7498                 "dev-master": "2.0.x-dev"
7499             }
7500         },
7501         "installation-source": "dist",
7502         "autoload": {
7503             "psr-4": {
7504                 "DrupalComposer\\DrupalScaffold\\": "src/"
7505             }
7506         },
7507         "notification-url": "https://packagist.org/downloads/",
7508         "license": [
7509             "GPL-2.0+"
7510         ],
7511         "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core"
7512     },
7513     {
7514         "name": "composer/installers",
7515         "version": "v1.3.0",
7516         "version_normalized": "1.3.0.0",
7517         "source": {
7518             "type": "git",
7519             "url": "https://github.com/composer/installers.git",
7520             "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045"
7521         },
7522         "dist": {
7523             "type": "zip",
7524             "url": "https://api.github.com/repos/composer/installers/zipball/79ad876c7498c0bbfe7eed065b8651c93bfd6045",
7525             "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045",
7526             "shasum": ""
7527         },
7528         "require": {
7529             "composer-plugin-api": "^1.0"
7530         },
7531         "replace": {
7532             "roundcube/plugin-installer": "*",
7533             "shama/baton": "*"
7534         },
7535         "require-dev": {
7536             "composer/composer": "1.0.*@dev",
7537             "phpunit/phpunit": "4.1.*"
7538         },
7539         "time": "2017-04-24T06:37:16+00:00",
7540         "type": "composer-plugin",
7541         "extra": {
7542             "class": "Composer\\Installers\\Plugin",
7543             "branch-alias": {
7544                 "dev-master": "1.0-dev"
7545             }
7546         },
7547         "installation-source": "dist",
7548         "autoload": {
7549             "psr-4": {
7550                 "Composer\\Installers\\": "src/Composer/Installers"
7551             }
7552         },
7553         "notification-url": "https://packagist.org/downloads/",
7554         "license": [
7555             "MIT"
7556         ],
7557         "authors": [
7558             {
7559                 "name": "Kyle Robinson Young",
7560                 "email": "kyle@dontkry.com",
7561                 "homepage": "https://github.com/shama"
7562             }
7563         ],
7564         "description": "A multi-framework Composer library installer",
7565         "homepage": "https://composer.github.io/installers/",
7566         "keywords": [
7567             "Craft",
7568             "Dolibarr",
7569             "Eliasis",
7570             "Hurad",
7571             "ImageCMS",
7572             "Kanboard",
7573             "MODX Evo",
7574             "Mautic",
7575             "Maya",
7576             "OXID",
7577             "Plentymarkets",
7578             "Porto",
7579             "RadPHP",
7580             "SMF",
7581             "Thelia",
7582             "WolfCMS",
7583             "agl",
7584             "aimeos",
7585             "annotatecms",
7586             "attogram",
7587             "bitrix",
7588             "cakephp",
7589             "chef",
7590             "cockpit",
7591             "codeigniter",
7592             "concrete5",
7593             "croogo",
7594             "dokuwiki",
7595             "drupal",
7596             "elgg",
7597             "expressionengine",
7598             "fuelphp",
7599             "grav",
7600             "installer",
7601             "itop",
7602             "joomla",
7603             "kohana",
7604             "laravel",
7605             "lavalite",
7606             "lithium",
7607             "magento",
7608             "mako",
7609             "mediawiki",
7610             "modulework",
7611             "moodle",
7612             "phpbb",
7613             "piwik",
7614             "ppi",
7615             "puppet",
7616             "reindex",
7617             "roundcube",
7618             "shopware",
7619             "silverstripe",
7620             "sydes",
7621             "symfony",
7622             "typo3",
7623             "wordpress",
7624             "yawik",
7625             "zend",
7626             "zikula"
7627         ]
7628     },
7629     {
7630         "name": "symfony/polyfill-php55",
7631         "version": "v1.4.0",
7632         "version_normalized": "1.4.0.0",
7633         "source": {
7634             "type": "git",
7635             "url": "https://github.com/symfony/polyfill-php55.git",
7636             "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d"
7637         },
7638         "dist": {
7639             "type": "zip",
7640             "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d",
7641             "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d",
7642             "shasum": ""
7643         },
7644         "require": {
7645             "ircmaxell/password-compat": "~1.0",
7646             "php": ">=5.3.3"
7647         },
7648         "time": "2017-06-09T08:25:21+00:00",
7649         "type": "library",
7650         "extra": {
7651             "branch-alias": {
7652                 "dev-master": "1.4-dev"
7653             }
7654         },
7655         "installation-source": "dist",
7656         "autoload": {
7657             "psr-4": {
7658                 "Symfony\\Polyfill\\Php55\\": ""
7659             },
7660             "files": [
7661                 "bootstrap.php"
7662             ]
7663         },
7664         "notification-url": "https://packagist.org/downloads/",
7665         "license": [
7666             "MIT"
7667         ],
7668         "authors": [
7669             {
7670                 "name": "Nicolas Grekas",
7671                 "email": "p@tchwork.com"
7672             },
7673             {
7674                 "name": "Symfony Community",
7675                 "homepage": "https://symfony.com/contributors"
7676             }
7677         ],
7678         "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
7679         "homepage": "https://symfony.com",
7680         "keywords": [
7681             "compatibility",
7682             "polyfill",
7683             "portable",
7684             "shim"
7685         ]
7686     },
7687     {
7688         "name": "symfony/polyfill-php54",
7689         "version": "v1.4.0",
7690         "version_normalized": "1.4.0.0",
7691         "source": {
7692             "type": "git",
7693             "url": "https://github.com/symfony/polyfill-php54.git",
7694             "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789"
7695         },
7696         "dist": {
7697             "type": "zip",
7698             "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
7699             "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
7700             "shasum": ""
7701         },
7702         "require": {
7703             "php": ">=5.3.3"
7704         },
7705         "time": "2017-06-09T08:25:21+00:00",
7706         "type": "library",
7707         "extra": {
7708             "branch-alias": {
7709                 "dev-master": "1.4-dev"
7710             }
7711         },
7712         "installation-source": "dist",
7713         "autoload": {
7714             "psr-4": {
7715                 "Symfony\\Polyfill\\Php54\\": ""
7716             },
7717             "files": [
7718                 "bootstrap.php"
7719             ],
7720             "classmap": [
7721                 "Resources/stubs"
7722             ]
7723         },
7724         "notification-url": "https://packagist.org/downloads/",
7725         "license": [
7726             "MIT"
7727         ],
7728         "authors": [
7729             {
7730                 "name": "Nicolas Grekas",
7731                 "email": "p@tchwork.com"
7732             },
7733             {
7734                 "name": "Symfony Community",
7735                 "homepage": "https://symfony.com/contributors"
7736             }
7737         ],
7738         "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
7739         "homepage": "https://symfony.com",
7740         "keywords": [
7741             "compatibility",
7742             "polyfill",
7743             "portable",
7744             "shim"
7745         ]
7746     },
7747     {
7748         "name": "symfony/polyfill-mbstring",
7749         "version": "v1.4.0",
7750         "version_normalized": "1.4.0.0",
7751         "source": {
7752             "type": "git",
7753             "url": "https://github.com/symfony/polyfill-mbstring.git",
7754             "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
7755         },
7756         "dist": {
7757             "type": "zip",
7758             "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
7759             "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
7760             "shasum": ""
7761         },
7762         "require": {
7763             "php": ">=5.3.3"
7764         },
7765         "suggest": {
7766             "ext-mbstring": "For best performance"
7767         },
7768         "time": "2017-06-09T14:24:12+00:00",
7769         "type": "library",
7770         "extra": {
7771             "branch-alias": {
7772                 "dev-master": "1.4-dev"
7773             }
7774         },
7775         "installation-source": "dist",
7776         "autoload": {
7777             "psr-4": {
7778                 "Symfony\\Polyfill\\Mbstring\\": ""
7779             },
7780             "files": [
7781                 "bootstrap.php"
7782             ]
7783         },
7784         "notification-url": "https://packagist.org/downloads/",
7785         "license": [
7786             "MIT"
7787         ],
7788         "authors": [
7789             {
7790                 "name": "Nicolas Grekas",
7791                 "email": "p@tchwork.com"
7792             },
7793             {
7794                 "name": "Symfony Community",
7795                 "homepage": "https://symfony.com/contributors"
7796             }
7797         ],
7798         "description": "Symfony polyfill for the Mbstring extension",
7799         "homepage": "https://symfony.com",
7800         "keywords": [
7801             "compatibility",
7802             "mbstring",
7803             "polyfill",
7804             "portable",
7805             "shim"
7806         ]
7807     },
7808     {
7809         "name": "symfony/http-foundation",
7810         "version": "v2.8.22",
7811         "version_normalized": "2.8.22.0",
7812         "source": {
7813             "type": "git",
7814             "url": "https://github.com/symfony/http-foundation.git",
7815             "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5"
7816         },
7817         "dist": {
7818             "type": "zip",
7819             "url": "https://api.github.com/repos/symfony/http-foundation/zipball/de8d8e83b9ec898e14ef8db84cee5919753b2ae5",
7820             "reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5",
7821             "shasum": ""
7822         },
7823         "require": {
7824             "php": ">=5.3.9",
7825             "symfony/polyfill-mbstring": "~1.1",
7826             "symfony/polyfill-php54": "~1.0",
7827             "symfony/polyfill-php55": "~1.0"
7828         },
7829         "require-dev": {
7830             "symfony/expression-language": "~2.4|~3.0.0"
7831         },
7832         "time": "2017-06-01T20:52:29+00:00",
7833         "type": "library",
7834         "extra": {
7835             "branch-alias": {
7836                 "dev-master": "2.8-dev"
7837             }
7838         },
7839         "installation-source": "dist",
7840         "autoload": {
7841             "psr-4": {
7842                 "Symfony\\Component\\HttpFoundation\\": ""
7843             },
7844             "exclude-from-classmap": [
7845                 "/Tests/"
7846             ]
7847         },
7848         "notification-url": "https://packagist.org/downloads/",
7849         "license": [
7850             "MIT"
7851         ],
7852         "authors": [
7853             {
7854                 "name": "Fabien Potencier",
7855                 "email": "fabien@symfony.com"
7856             },
7857             {
7858                 "name": "Symfony Community",
7859                 "homepage": "https://symfony.com/contributors"
7860             }
7861         ],
7862         "description": "Symfony HttpFoundation Component",
7863         "homepage": "https://symfony.com"
7864     },
7865     {
7866         "name": "symfony/expression-language",
7867         "version": "v2.8.22",
7868         "version_normalized": "2.8.22.0",
7869         "source": {
7870             "type": "git",
7871             "url": "https://github.com/symfony/expression-language.git",
7872             "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01"
7873         },
7874         "dist": {
7875             "type": "zip",
7876             "url": "https://api.github.com/repos/symfony/expression-language/zipball/2b8394d92f012fe3410e55e28c24fd90c9864a01",
7877             "reference": "2b8394d92f012fe3410e55e28c24fd90c9864a01",
7878             "shasum": ""
7879         },
7880         "require": {
7881             "php": ">=5.3.9"
7882         },
7883         "time": "2017-06-01T20:52:29+00:00",
7884         "type": "library",
7885         "extra": {
7886             "branch-alias": {
7887                 "dev-master": "2.8-dev"
7888             }
7889         },
7890         "installation-source": "dist",
7891         "autoload": {
7892             "psr-4": {
7893                 "Symfony\\Component\\ExpressionLanguage\\": ""
7894             },
7895             "exclude-from-classmap": [
7896                 "/Tests/"
7897             ]
7898         },
7899         "notification-url": "https://packagist.org/downloads/",
7900         "license": [
7901             "MIT"
7902         ],
7903         "authors": [
7904             {
7905                 "name": "Fabien Potencier",
7906                 "email": "fabien@symfony.com"
7907             },
7908             {
7909                 "name": "Symfony Community",
7910                 "homepage": "https://symfony.com/contributors"
7911             }
7912         ],
7913         "description": "Symfony ExpressionLanguage Component",
7914         "homepage": "https://symfony.com"
7915     },
7916     {
7917         "name": "symfony/dom-crawler",
7918         "version": "v3.2.9",
7919         "version_normalized": "3.2.9.0",
7920         "source": {
7921             "type": "git",
7922             "url": "https://github.com/symfony/dom-crawler.git",
7923             "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716"
7924         },
7925         "dist": {
7926             "type": "zip",
7927             "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3d0e66d86f5eeaffa44edc884ce09322be8f4716",
7928             "reference": "3d0e66d86f5eeaffa44edc884ce09322be8f4716",
7929             "shasum": ""
7930         },
7931         "require": {
7932             "php": ">=5.5.9",
7933             "symfony/polyfill-mbstring": "~1.0"
7934         },
7935         "require-dev": {
7936             "symfony/css-selector": "~2.8|~3.0"
7937         },
7938         "suggest": {
7939             "symfony/css-selector": ""
7940         },
7941         "time": "2017-05-25T22:59:05+00:00",
7942         "type": "library",
7943         "extra": {
7944             "branch-alias": {
7945                 "dev-master": "3.2-dev"
7946             }
7947         },
7948         "installation-source": "dist",
7949         "autoload": {
7950             "psr-4": {
7951                 "Symfony\\Component\\DomCrawler\\": ""
7952             },
7953             "exclude-from-classmap": [
7954                 "/Tests/"
7955             ]
7956         },
7957         "notification-url": "https://packagist.org/downloads/",
7958         "license": [
7959             "MIT"
7960         ],
7961         "authors": [
7962             {
7963                 "name": "Fabien Potencier",
7964                 "email": "fabien@symfony.com"
7965             },
7966             {
7967                 "name": "Symfony Community",
7968                 "homepage": "https://symfony.com/contributors"
7969             }
7970         ],
7971         "description": "Symfony DomCrawler Component",
7972         "homepage": "https://symfony.com"
7973     },
7974     {
7975         "name": "symfony/css-selector",
7976         "version": "v2.8.22",
7977         "version_normalized": "2.8.22.0",
7978         "source": {
7979             "type": "git",
7980             "url": "https://github.com/symfony/css-selector.git",
7981             "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab"
7982         },
7983         "dist": {
7984             "type": "zip",
7985             "url": "https://api.github.com/repos/symfony/css-selector/zipball/ba3204654efa779691fac9e948a96b4a7067e4ab",
7986             "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab",
7987             "shasum": ""
7988         },
7989         "require": {
7990             "php": ">=5.3.9"
7991         },
7992         "time": "2017-05-01T14:31:55+00:00",
7993         "type": "library",
7994         "extra": {
7995             "branch-alias": {
7996                 "dev-master": "2.8-dev"
7997             }
7998         },
7999         "installation-source": "dist",
8000         "autoload": {
8001             "psr-4": {
8002                 "Symfony\\Component\\CssSelector\\": ""
8003             },
8004             "exclude-from-classmap": [
8005                 "/Tests/"
8006             ]
8007         },
8008         "notification-url": "https://packagist.org/downloads/",
8009         "license": [
8010             "MIT"
8011         ],
8012         "authors": [
8013             {
8014                 "name": "Jean-François Simon",
8015                 "email": "jeanfrancois.simon@sensiolabs.com"
8016             },
8017             {
8018                 "name": "Fabien Potencier",
8019                 "email": "fabien@symfony.com"
8020             },
8021             {
8022                 "name": "Symfony Community",
8023                 "homepage": "https://symfony.com/contributors"
8024             }
8025         ],
8026         "description": "Symfony CssSelector Component",
8027         "homepage": "https://symfony.com"
8028     },
8029     {
8030         "name": "symfony/var-dumper",
8031         "version": "v2.8.22",
8032         "version_normalized": "2.8.22.0",
8033         "source": {
8034             "type": "git",
8035             "url": "https://github.com/symfony/var-dumper.git",
8036             "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152"
8037         },
8038         "dist": {
8039             "type": "zip",
8040             "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8108f6200e8a1cf999df2691431a2d71e6db1152",
8041             "reference": "8108f6200e8a1cf999df2691431a2d71e6db1152",
8042             "shasum": ""
8043         },
8044         "require": {
8045             "php": ">=5.3.9",
8046             "symfony/polyfill-mbstring": "~1.0"
8047         },
8048         "conflict": {
8049             "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
8050         },
8051         "require-dev": {
8052             "ext-iconv": "*",
8053             "twig/twig": "~1.34|~2.4"
8054         },
8055         "suggest": {
8056             "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
8057             "ext-symfony_debug": ""
8058         },
8059         "time": "2017-06-02T08:28:06+00:00",
8060         "type": "library",
8061         "extra": {
8062             "branch-alias": {
8063                 "dev-master": "2.8-dev"
8064             }
8065         },
8066         "installation-source": "dist",
8067         "autoload": {
8068             "files": [
8069                 "Resources/functions/dump.php"
8070             ],
8071             "psr-4": {
8072                 "Symfony\\Component\\VarDumper\\": ""
8073             },
8074             "exclude-from-classmap": [
8075                 "/Tests/"
8076             ]
8077         },
8078         "notification-url": "https://packagist.org/downloads/",
8079         "license": [
8080             "MIT"
8081         ],
8082         "authors": [
8083             {
8084                 "name": "Nicolas Grekas",
8085                 "email": "p@tchwork.com"
8086             },
8087             {
8088                 "name": "Symfony Community",
8089                 "homepage": "https://symfony.com/contributors"
8090             }
8091         ],
8092         "description": "Symfony mechanism for exploring and dumping PHP variables",
8093         "homepage": "https://symfony.com",
8094         "keywords": [
8095             "debug",
8096             "dump"
8097         ]
8098     },
8099     {
8100         "name": "symfony/debug",
8101         "version": "v2.8.22",
8102         "version_normalized": "2.8.22.0",
8103         "source": {
8104             "type": "git",
8105             "url": "https://github.com/symfony/debug.git",
8106             "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b"
8107         },
8108         "dist": {
8109             "type": "zip",
8110             "url": "https://api.github.com/repos/symfony/debug/zipball/8470d7701177a88edeb0cec59b44d50ef4477e9b",
8111             "reference": "8470d7701177a88edeb0cec59b44d50ef4477e9b",
8112             "shasum": ""
8113         },
8114         "require": {
8115             "php": ">=5.3.9",
8116             "psr/log": "~1.0"
8117         },
8118         "conflict": {
8119             "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
8120         },
8121         "require-dev": {
8122             "symfony/class-loader": "~2.2|~3.0.0",
8123             "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
8124         },
8125         "time": "2017-06-01T20:52:29+00:00",
8126         "type": "library",
8127         "extra": {
8128             "branch-alias": {
8129                 "dev-master": "2.8-dev"
8130             }
8131         },
8132         "installation-source": "dist",
8133         "autoload": {
8134             "psr-4": {
8135                 "Symfony\\Component\\Debug\\": ""
8136             },
8137             "exclude-from-classmap": [
8138                 "/Tests/"
8139             ]
8140         },
8141         "notification-url": "https://packagist.org/downloads/",
8142         "license": [
8143             "MIT"
8144         ],
8145         "authors": [
8146             {
8147                 "name": "Fabien Potencier",
8148                 "email": "fabien@symfony.com"
8149             },
8150             {
8151                 "name": "Symfony Community",
8152                 "homepage": "https://symfony.com/contributors"
8153             }
8154         ],
8155         "description": "Symfony Debug Component",
8156         "homepage": "https://symfony.com"
8157     },
8158     {
8159         "name": "symfony/console",
8160         "version": "v2.8.22",
8161         "version_normalized": "2.8.22.0",
8162         "source": {
8163             "type": "git",
8164             "url": "https://github.com/symfony/console.git",
8165             "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462"
8166         },
8167         "dist": {
8168             "type": "zip",
8169             "url": "https://api.github.com/repos/symfony/console/zipball/3ef6ef64abecd566d551d9e7f6393ac6e93b2462",
8170             "reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462",
8171             "shasum": ""
8172         },
8173         "require": {
8174             "php": ">=5.3.9",
8175             "symfony/debug": "^2.7.2|~3.0.0",
8176             "symfony/polyfill-mbstring": "~1.0"
8177         },
8178         "require-dev": {
8179             "psr/log": "~1.0",
8180             "symfony/event-dispatcher": "~2.1|~3.0.0",
8181             "symfony/process": "~2.1|~3.0.0"
8182         },
8183         "suggest": {
8184             "psr/log": "For using the console logger",
8185             "symfony/event-dispatcher": "",
8186             "symfony/process": ""
8187         },
8188         "time": "2017-06-02T14:36:56+00:00",
8189         "type": "library",
8190         "extra": {
8191             "branch-alias": {
8192                 "dev-master": "2.8-dev"
8193             }
8194         },
8195         "installation-source": "dist",
8196         "autoload": {
8197             "psr-4": {
8198                 "Symfony\\Component\\Console\\": ""
8199             },
8200             "exclude-from-classmap": [
8201                 "/Tests/"
8202             ]
8203         },
8204         "notification-url": "https://packagist.org/downloads/",
8205         "license": [
8206             "MIT"
8207         ],
8208         "authors": [
8209             {
8210                 "name": "Fabien Potencier",
8211                 "email": "fabien@symfony.com"
8212             },
8213             {
8214                 "name": "Symfony Community",
8215                 "homepage": "https://symfony.com/contributors"
8216             }
8217         ],
8218         "description": "Symfony Console Component",
8219         "homepage": "https://symfony.com"
8220     },
8221     {
8222         "name": "psy/psysh",
8223         "version": "v0.8.7",
8224         "version_normalized": "0.8.7.0",
8225         "source": {
8226             "type": "git",
8227             "url": "https://github.com/bobthecow/psysh.git",
8228             "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50"
8229         },
8230         "dist": {
8231             "type": "zip",
8232             "url": "https://api.github.com/repos/bobthecow/psysh/zipball/be969b9dc89dcaefdb9a3117fa91fa38bca19f50",
8233             "reference": "be969b9dc89dcaefdb9a3117fa91fa38bca19f50",
8234             "shasum": ""
8235         },
8236         "require": {
8237             "dnoegel/php-xdg-base-dir": "0.1",
8238             "jakub-onderka/php-console-highlighter": "0.3.*",
8239             "nikic/php-parser": "~1.3|~2.0|~3.0",
8240             "php": ">=5.3.9",
8241             "symfony/console": "~2.3.10|^2.4.2|~3.0",
8242             "symfony/var-dumper": "~2.7|~3.0"
8243         },
8244         "require-dev": {
8245             "friendsofphp/php-cs-fixer": "~1.11",
8246             "hoa/console": "~3.16|~1.14",
8247             "phpunit/phpunit": "~4.4|~5.0",
8248             "symfony/finder": "~2.1|~3.0"
8249         },
8250         "suggest": {
8251             "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
8252             "ext-pdo-sqlite": "The doc command requires SQLite to work.",
8253             "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
8254             "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
8255             "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
8256         },
8257         "time": "2017-06-20T12:51:31+00:00",
8258         "bin": [
8259             "bin/psysh"
8260         ],
8261         "type": "library",
8262         "extra": {
8263             "branch-alias": {
8264                 "dev-develop": "0.8.x-dev"
8265             }
8266         },
8267         "installation-source": "dist",
8268         "autoload": {
8269             "files": [
8270                 "src/Psy/functions.php"
8271             ],
8272             "psr-4": {
8273                 "Psy\\": "src/Psy/"
8274             }
8275         },
8276         "notification-url": "https://packagist.org/downloads/",
8277         "license": [
8278             "MIT"
8279         ],
8280         "authors": [
8281             {
8282                 "name": "Justin Hileman",
8283                 "email": "justin@justinhileman.info",
8284                 "homepage": "http://justinhileman.com"
8285             }
8286         ],
8287         "description": "An interactive shell for modern PHP.",
8288         "homepage": "http://psysh.org",
8289         "keywords": [
8290             "REPL",
8291             "console",
8292             "interactive",
8293             "shell"
8294         ]
8295     },
8296     {
8297         "name": "gabordemooij/redbean",
8298         "version": "v4.3.4",
8299         "version_normalized": "4.3.4.0",
8300         "source": {
8301             "type": "git",
8302             "url": "https://github.com/gabordemooij/redbean.git",
8303             "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0"
8304         },
8305         "dist": {
8306             "type": "zip",
8307             "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/d0944d7f966d7f45a0d973981fe3f64aff0050f0",
8308             "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0",
8309             "shasum": ""
8310         },
8311         "require": {
8312             "php": ">=5.3.4"
8313         },
8314         "time": "2017-03-07T22:26:54+00:00",
8315         "type": "library",
8316         "installation-source": "dist",
8317         "autoload": {
8318             "psr-4": {
8319                 "RedBeanPHP\\": "RedBeanPHP"
8320             }
8321         },
8322         "notification-url": "https://packagist.org/downloads/",
8323         "license": [
8324             "New BSD and GPLv2"
8325         ],
8326         "authors": [
8327             {
8328                 "name": "Gabor de Mooij",
8329                 "email": "gabor@redbeanphp.com",
8330                 "homepage": "http://redbeanphp.com"
8331             }
8332         ],
8333         "description": "RedBeanPHP ORM",
8334         "homepage": "http://redbeanphp.com/",
8335         "keywords": [
8336             "orm"
8337         ]
8338     },
8339     {
8340         "name": "symfony/yaml",
8341         "version": "v2.8.22",
8342         "version_normalized": "2.8.22.0",
8343         "source": {
8344             "type": "git",
8345             "url": "https://github.com/symfony/yaml.git",
8346             "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
8347         },
8348         "dist": {
8349             "type": "zip",
8350             "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
8351             "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
8352             "shasum": ""
8353         },
8354         "require": {
8355             "php": ">=5.3.9"
8356         },
8357         "time": "2017-06-01T20:52:29+00:00",
8358         "type": "library",
8359         "extra": {
8360             "branch-alias": {
8361                 "dev-master": "2.8-dev"
8362             }
8363         },
8364         "installation-source": "dist",
8365         "autoload": {
8366             "psr-4": {
8367                 "Symfony\\Component\\Yaml\\": ""
8368             },
8369             "exclude-from-classmap": [
8370                 "/Tests/"
8371             ]
8372         },
8373         "notification-url": "https://packagist.org/downloads/",
8374         "license": [
8375             "MIT"
8376         ],
8377         "authors": [
8378             {
8379                 "name": "Fabien Potencier",
8380                 "email": "fabien@symfony.com"
8381             },
8382             {
8383                 "name": "Symfony Community",
8384                 "homepage": "https://symfony.com/contributors"
8385             }
8386         ],
8387         "description": "Symfony Yaml Component",
8388         "homepage": "https://symfony.com"
8389     },
8390     {
8391         "name": "symfony/finder",
8392         "version": "v2.8.22",
8393         "version_normalized": "2.8.22.0",
8394         "source": {
8395             "type": "git",
8396             "url": "https://github.com/symfony/finder.git",
8397             "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad"
8398         },
8399         "dist": {
8400             "type": "zip",
8401             "url": "https://api.github.com/repos/symfony/finder/zipball/4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
8402             "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
8403             "shasum": ""
8404         },
8405         "require": {
8406             "php": ">=5.3.9"
8407         },
8408         "time": "2017-06-01T20:52:29+00:00",
8409         "type": "library",
8410         "extra": {
8411             "branch-alias": {
8412                 "dev-master": "2.8-dev"
8413             }
8414         },
8415         "installation-source": "dist",
8416         "autoload": {
8417             "psr-4": {
8418                 "Symfony\\Component\\Finder\\": ""
8419             },
8420             "exclude-from-classmap": [
8421                 "/Tests/"
8422             ]
8423         },
8424         "notification-url": "https://packagist.org/downloads/",
8425         "license": [
8426             "MIT"
8427         ],
8428         "authors": [
8429             {
8430                 "name": "Fabien Potencier",
8431                 "email": "fabien@symfony.com"
8432             },
8433             {
8434                 "name": "Symfony Community",
8435                 "homepage": "https://symfony.com/contributors"
8436             }
8437         ],
8438         "description": "Symfony Finder Component",
8439         "homepage": "https://symfony.com"
8440     },
8441     {
8442         "name": "drupal/console-extend-plugin",
8443         "version": "0.8.0",
8444         "version_normalized": "0.8.0.0",
8445         "source": {
8446             "type": "git",
8447             "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
8448             "reference": "d69ffe413259781c4257ab42bd79c9da9042e87e"
8449         },
8450         "dist": {
8451             "type": "zip",
8452             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/d69ffe413259781c4257ab42bd79c9da9042e87e",
8453             "reference": "d69ffe413259781c4257ab42bd79c9da9042e87e",
8454             "shasum": ""
8455         },
8456         "require": {
8457             "composer-plugin-api": "^1.0",
8458             "symfony/finder": ">=2.7 <3.0",
8459             "symfony/yaml": ">=2.7 <3.0"
8460         },
8461         "time": "2017-06-08T16:06:59+00:00",
8462         "type": "composer-plugin",
8463         "extra": {
8464             "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
8465         },
8466         "installation-source": "dist",
8467         "autoload": {
8468             "psr-4": {
8469                 "Drupal\\Console\\Composer\\Plugin\\": "src"
8470             }
8471         },
8472         "notification-url": "https://packagist.org/downloads/",
8473         "license": [
8474             "GPL-2.0+"
8475         ],
8476         "authors": [
8477             {
8478                 "name": "Jesus Manuel Olivas",
8479                 "email": "jesus.olivas@gmail.com"
8480             }
8481         ],
8482         "description": "Drupal Console Extend Plugin"
8483     },
8484     {
8485         "name": "webflo/drupal-finder",
8486         "version": "0.3.0",
8487         "version_normalized": "0.3.0.0",
8488         "source": {
8489             "type": "git",
8490             "url": "https://github.com/webflo/drupal-finder.git",
8491             "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b"
8492         },
8493         "dist": {
8494             "type": "zip",
8495             "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/6ef150707aad1755d91f9b0d2108bcc16661e76b",
8496             "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b",
8497             "shasum": ""
8498         },
8499         "require-dev": {
8500             "mikey179/vfsstream": "^1.6",
8501             "phpunit/phpunit": "^4.8"
8502         },
8503         "time": "2017-05-04T08:54:02+00:00",
8504         "type": "library",
8505         "installation-source": "dist",
8506         "autoload": {
8507             "classmap": [
8508                 "src/DrupalFinder.php"
8509             ]
8510         },
8511         "notification-url": "https://packagist.org/downloads/",
8512         "license": [
8513             "GPL-2.0+"
8514         ],
8515         "authors": [
8516             {
8517                 "name": "Florian Weber",
8518                 "email": "florian@webflo.org"
8519             }
8520         ],
8521         "description": "Helper class to locate a Drupal installation from a given path."
8522     },
8523     {
8524         "name": "twig/twig",
8525         "version": "v1.34.3",
8526         "version_normalized": "1.34.3.0",
8527         "source": {
8528             "type": "git",
8529             "url": "https://github.com/twigphp/Twig.git",
8530             "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e"
8531         },
8532         "dist": {
8533             "type": "zip",
8534             "url": "https://api.github.com/repos/twigphp/Twig/zipball/451c6f4197e113e24c1c85bc3fc8c2d77adeff2e",
8535             "reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e",
8536             "shasum": ""
8537         },
8538         "require": {
8539             "php": ">=5.3.3"
8540         },
8541         "require-dev": {
8542             "psr/container": "^1.0",
8543             "symfony/debug": "~2.7",
8544             "symfony/phpunit-bridge": "~3.3@dev"
8545         },
8546         "time": "2017-06-07T18:45:17+00:00",
8547         "type": "library",
8548         "extra": {
8549             "branch-alias": {
8550                 "dev-master": "1.34-dev"
8551             }
8552         },
8553         "installation-source": "dist",
8554         "autoload": {
8555             "psr-0": {
8556                 "Twig_": "lib/"
8557             },
8558             "psr-4": {
8559                 "Twig\\": "src/"
8560             }
8561         },
8562         "notification-url": "https://packagist.org/downloads/",
8563         "license": [
8564             "BSD-3-Clause"
8565         ],
8566         "authors": [
8567             {
8568                 "name": "Fabien Potencier",
8569                 "email": "fabien@symfony.com",
8570                 "homepage": "http://fabien.potencier.org",
8571                 "role": "Lead Developer"
8572             },
8573             {
8574                 "name": "Armin Ronacher",
8575                 "email": "armin.ronacher@active-4.com",
8576                 "role": "Project Founder"
8577             },
8578             {
8579                 "name": "Twig Team",
8580                 "homepage": "http://twig.sensiolabs.org/contributors",
8581                 "role": "Contributors"
8582             }
8583         ],
8584         "description": "Twig, the flexible, fast, and secure template language for PHP",
8585         "homepage": "http://twig.sensiolabs.org",
8586         "keywords": [
8587             "templating"
8588         ]
8589     },
8590     {
8591         "name": "symfony/translation",
8592         "version": "v2.8.22",
8593         "version_normalized": "2.8.22.0",
8594         "source": {
8595             "type": "git",
8596             "url": "https://github.com/symfony/translation.git",
8597             "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46"
8598         },
8599         "dist": {
8600             "type": "zip",
8601             "url": "https://api.github.com/repos/symfony/translation/zipball/14db4cc1172a722aaa3b558bfa8eff593b43cd46",
8602             "reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46",
8603             "shasum": ""
8604         },
8605         "require": {
8606             "php": ">=5.3.9",
8607             "symfony/polyfill-mbstring": "~1.0"
8608         },
8609         "conflict": {
8610             "symfony/config": "<2.7"
8611         },
8612         "require-dev": {
8613             "psr/log": "~1.0",
8614             "symfony/config": "~2.8",
8615             "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
8616             "symfony/yaml": "~2.2|~3.0.0"
8617         },
8618         "suggest": {
8619             "psr/log": "To use logging capability in translator",
8620             "symfony/config": "",
8621             "symfony/yaml": ""
8622         },
8623         "time": "2017-06-01T20:52:29+00:00",
8624         "type": "library",
8625         "extra": {
8626             "branch-alias": {
8627                 "dev-master": "2.8-dev"
8628             }
8629         },
8630         "installation-source": "dist",
8631         "autoload": {
8632             "psr-4": {
8633                 "Symfony\\Component\\Translation\\": ""
8634             },
8635             "exclude-from-classmap": [
8636                 "/Tests/"
8637             ]
8638         },
8639         "notification-url": "https://packagist.org/downloads/",
8640         "license": [
8641             "MIT"
8642         ],
8643         "authors": [
8644             {
8645                 "name": "Fabien Potencier",
8646                 "email": "fabien@symfony.com"
8647             },
8648             {
8649                 "name": "Symfony Community",
8650                 "homepage": "https://symfony.com/contributors"
8651             }
8652         ],
8653         "description": "Symfony Translation Component",
8654         "homepage": "https://symfony.com"
8655     },
8656     {
8657         "name": "symfony/process",
8658         "version": "v2.8.22",
8659         "version_normalized": "2.8.22.0",
8660         "source": {
8661             "type": "git",
8662             "url": "https://github.com/symfony/process.git",
8663             "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9"
8664         },
8665         "dist": {
8666             "type": "zip",
8667             "url": "https://api.github.com/repos/symfony/process/zipball/d54232f5682fda2f8bbebff7c81b864646867ab9",
8668             "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9",
8669             "shasum": ""
8670         },
8671         "require": {
8672             "php": ">=5.3.9"
8673         },
8674         "time": "2017-05-08T01:19:21+00:00",
8675         "type": "library",
8676         "extra": {
8677             "branch-alias": {
8678                 "dev-master": "2.8-dev"
8679             }
8680         },
8681         "installation-source": "dist",
8682         "autoload": {
8683             "psr-4": {
8684                 "Symfony\\Component\\Process\\": ""
8685             },
8686             "exclude-from-classmap": [
8687                 "/Tests/"
8688             ]
8689         },
8690         "notification-url": "https://packagist.org/downloads/",
8691         "license": [
8692             "MIT"
8693         ],
8694         "authors": [
8695             {
8696                 "name": "Fabien Potencier",
8697                 "email": "fabien@symfony.com"
8698             },
8699             {
8700                 "name": "Symfony Community",
8701                 "homepage": "https://symfony.com/contributors"
8702             }
8703         ],
8704         "description": "Symfony Process Component",
8705         "homepage": "https://symfony.com"
8706     },
8707     {
8708         "name": "symfony/filesystem",
8709         "version": "v2.8.22",
8710         "version_normalized": "2.8.22.0",
8711         "source": {
8712             "type": "git",
8713             "url": "https://github.com/symfony/filesystem.git",
8714             "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c"
8715         },
8716         "dist": {
8717             "type": "zip",
8718             "url": "https://api.github.com/repos/symfony/filesystem/zipball/19c11158da8d110cc5289c063bf2ec4cc1ce9e7c",
8719             "reference": "19c11158da8d110cc5289c063bf2ec4cc1ce9e7c",
8720             "shasum": ""
8721         },
8722         "require": {
8723             "php": ">=5.3.9"
8724         },
8725         "time": "2017-05-28T14:07:33+00:00",
8726         "type": "library",
8727         "extra": {
8728             "branch-alias": {
8729                 "dev-master": "2.8-dev"
8730             }
8731         },
8732         "installation-source": "dist",
8733         "autoload": {
8734             "psr-4": {
8735                 "Symfony\\Component\\Filesystem\\": ""
8736             },
8737             "exclude-from-classmap": [
8738                 "/Tests/"
8739             ]
8740         },
8741         "notification-url": "https://packagist.org/downloads/",
8742         "license": [
8743             "MIT"
8744         ],
8745         "authors": [
8746             {
8747                 "name": "Fabien Potencier",
8748                 "email": "fabien@symfony.com"
8749             },
8750             {
8751                 "name": "Symfony Community",
8752                 "homepage": "https://symfony.com/contributors"
8753             }
8754         ],
8755         "description": "Symfony Filesystem Component",
8756         "homepage": "https://symfony.com"
8757     },
8758     {
8759         "name": "symfony/event-dispatcher",
8760         "version": "v2.8.22",
8761         "version_normalized": "2.8.22.0",
8762         "source": {
8763             "type": "git",
8764             "url": "https://github.com/symfony/event-dispatcher.git",
8765             "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
8766         },
8767         "dist": {
8768             "type": "zip",
8769             "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d",
8770             "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
8771             "shasum": ""
8772         },
8773         "require": {
8774             "php": ">=5.3.9"
8775         },
8776         "require-dev": {
8777             "psr/log": "~1.0",
8778             "symfony/config": "^2.0.5|~3.0.0",
8779             "symfony/dependency-injection": "~2.6|~3.0.0",
8780             "symfony/expression-language": "~2.6|~3.0.0",
8781             "symfony/stopwatch": "~2.3|~3.0.0"
8782         },
8783         "suggest": {
8784             "symfony/dependency-injection": "",
8785             "symfony/http-kernel": ""
8786         },
8787         "time": "2017-06-02T07:47:27+00:00",
8788         "type": "library",
8789         "extra": {
8790             "branch-alias": {
8791                 "dev-master": "2.8-dev"
8792             }
8793         },
8794         "installation-source": "dist",
8795         "autoload": {
8796             "psr-4": {
8797                 "Symfony\\Component\\EventDispatcher\\": ""
8798             },
8799             "exclude-from-classmap": [
8800                 "/Tests/"
8801             ]
8802         },
8803         "notification-url": "https://packagist.org/downloads/",
8804         "license": [
8805             "MIT"
8806         ],
8807         "authors": [
8808             {
8809                 "name": "Fabien Potencier",
8810                 "email": "fabien@symfony.com"
8811             },
8812             {
8813                 "name": "Symfony Community",
8814                 "homepage": "https://symfony.com/contributors"
8815             }
8816         ],
8817         "description": "Symfony EventDispatcher Component",
8818         "homepage": "https://symfony.com"
8819     },
8820     {
8821         "name": "symfony/dependency-injection",
8822         "version": "v2.8.22",
8823         "version_normalized": "2.8.22.0",
8824         "source": {
8825             "type": "git",
8826             "url": "https://github.com/symfony/dependency-injection.git",
8827             "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075"
8828         },
8829         "dist": {
8830             "type": "zip",
8831             "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075",
8832             "reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075",
8833             "shasum": ""
8834         },
8835         "require": {
8836             "php": ">=5.3.9"
8837         },
8838         "conflict": {
8839             "symfony/expression-language": "<2.6"
8840         },
8841         "require-dev": {
8842             "symfony/config": "~2.2|~3.0.0",
8843             "symfony/expression-language": "~2.6|~3.0.0",
8844             "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
8845         },
8846         "suggest": {
8847             "symfony/config": "",
8848             "symfony/expression-language": "For using expressions in service container configuration",
8849             "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
8850             "symfony/yaml": ""
8851         },
8852         "time": "2017-06-02T14:36:56+00:00",
8853         "type": "library",
8854         "extra": {
8855             "branch-alias": {
8856                 "dev-master": "2.8-dev"
8857             }
8858         },
8859         "installation-source": "dist",
8860         "autoload": {
8861             "psr-4": {
8862                 "Symfony\\Component\\DependencyInjection\\": ""
8863             },
8864             "exclude-from-classmap": [
8865                 "/Tests/"
8866             ]
8867         },
8868         "notification-url": "https://packagist.org/downloads/",
8869         "license": [
8870             "MIT"
8871         ],
8872         "authors": [
8873             {
8874                 "name": "Fabien Potencier",
8875                 "email": "fabien@symfony.com"
8876             },
8877             {
8878                 "name": "Symfony Community",
8879                 "homepage": "https://symfony.com/contributors"
8880             }
8881         ],
8882         "description": "Symfony DependencyInjection Component",
8883         "homepage": "https://symfony.com"
8884     },
8885     {
8886         "name": "symfony/config",
8887         "version": "v2.8.22",
8888         "version_normalized": "2.8.22.0",
8889         "source": {
8890             "type": "git",
8891             "url": "https://github.com/symfony/config.git",
8892             "reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
8893         },
8894         "dist": {
8895             "type": "zip",
8896             "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
8897             "reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
8898             "shasum": ""
8899         },
8900         "require": {
8901             "php": ">=5.3.9",
8902             "symfony/filesystem": "~2.3|~3.0.0"
8903         },
8904         "require-dev": {
8905             "symfony/yaml": "~2.7|~3.0.0"
8906         },
8907         "suggest": {
8908             "symfony/yaml": "To use the yaml reference dumper"
8909         },
8910         "time": "2017-04-12T14:07:15+00:00",
8911         "type": "library",
8912         "extra": {
8913             "branch-alias": {
8914                 "dev-master": "2.8-dev"
8915             }
8916         },
8917         "installation-source": "dist",
8918         "autoload": {
8919             "psr-4": {
8920                 "Symfony\\Component\\Config\\": ""
8921             },
8922             "exclude-from-classmap": [
8923                 "/Tests/"
8924             ]
8925         },
8926         "notification-url": "https://packagist.org/downloads/",
8927         "license": [
8928             "MIT"
8929         ],
8930         "authors": [
8931             {
8932                 "name": "Fabien Potencier",
8933                 "email": "fabien@symfony.com"
8934             },
8935             {
8936                 "name": "Symfony Community",
8937                 "homepage": "https://symfony.com/contributors"
8938             }
8939         ],
8940         "description": "Symfony Config Component",
8941         "homepage": "https://symfony.com"
8942     },
8943     {
8944         "name": "drupal/console-en",
8945         "version": "1.0.0-rc21",
8946         "version_normalized": "1.0.0.0-RC21",
8947         "source": {
8948             "type": "git",
8949             "url": "https://github.com/hechoendrupal/drupal-console-en.git",
8950             "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0"
8951         },
8952         "dist": {
8953             "type": "zip",
8954             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/b6f563b8760c3b19aad22dd213a9cfba2f2c75d0",
8955             "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0",
8956             "shasum": ""
8957         },
8958         "time": "2017-05-20T23:29:05+00:00",
8959         "type": "drupal-console-language",
8960         "installation-source": "dist",
8961         "notification-url": "https://packagist.org/downloads/",
8962         "license": [
8963             "GPL-2.0+"
8964         ],
8965         "authors": [
8966             {
8967                 "name": "David Flores",
8968                 "email": "dmousex@gmail.com",
8969                 "homepage": "http://dmouse.net"
8970             },
8971             {
8972                 "name": "Jesus Manuel Olivas",
8973                 "email": "jesus.olivas@gmail.com",
8974                 "homepage": "http://jmolivas.com"
8975             },
8976             {
8977                 "name": "Drupal Console Contributors",
8978                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
8979             },
8980             {
8981                 "name": "Eduardo Garcia",
8982                 "email": "enzo@enzolutions.com",
8983                 "homepage": "http://enzolutions.com/"
8984             },
8985             {
8986                 "name": "Omar Aguirre",
8987                 "email": "omersguchigu@gmail.com"
8988             }
8989         ],
8990         "description": "Drupal Console English Language",
8991         "homepage": "http://drupalconsole.com/",
8992         "keywords": [
8993             "console",
8994             "development",
8995             "drupal",
8996             "symfony"
8997         ]
8998     },
8999     {
9000         "name": "drupal/console-core",
9001         "version": "1.0.0-rc21",
9002         "version_normalized": "1.0.0.0-RC21",
9003         "source": {
9004             "type": "git",
9005             "url": "https://github.com/hechoendrupal/drupal-console-core.git",
9006             "reference": "a473a27292110e5f50e0ae8df36d38449ce55903"
9007         },
9008         "dist": {
9009             "type": "zip",
9010             "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/a473a27292110e5f50e0ae8df36d38449ce55903",
9011             "reference": "a473a27292110e5f50e0ae8df36d38449ce55903",
9012             "shasum": ""
9013         },
9014         "require": {
9015             "dflydev/dot-access-configuration": "1.0.1",
9016             "drupal/console-en": "1.0.0-rc21",
9017             "php": "^5.5.9 || ^7.0",
9018             "stecman/symfony-console-completion": "~0.7",
9019             "symfony/config": ">=2.7 <3.0",
9020             "symfony/console": ">=2.7 <3.0",
9021             "symfony/debug": ">=2.6 <3.0",
9022             "symfony/dependency-injection": ">=2.7 <3.0",
9023             "symfony/event-dispatcher": ">=2.7 <3.0",
9024             "symfony/filesystem": ">=2.7 <3.0",
9025             "symfony/finder": ">=2.7 <3.0",
9026             "symfony/process": ">=2.7 <3.0",
9027             "symfony/translation": ">=2.7 <3.0",
9028             "symfony/yaml": ">=2.7 <3.0",
9029             "twig/twig": "^1.23.1",
9030             "webflo/drupal-finder": "^0.3.0"
9031         },
9032         "time": "2017-06-07T15:57:23+00:00",
9033         "type": "project",
9034         "installation-source": "dist",
9035         "autoload": {
9036             "files": [
9037                 "src/functions.php"
9038             ],
9039             "psr-4": {
9040                 "Drupal\\Console\\Core\\": "src"
9041             }
9042         },
9043         "notification-url": "https://packagist.org/downloads/",
9044         "license": [
9045             "GPL-2.0+"
9046         ],
9047         "authors": [
9048             {
9049                 "name": "David Flores",
9050                 "email": "dmousex@gmail.com",
9051                 "homepage": "http://dmouse.net"
9052             },
9053             {
9054                 "name": "Jesus Manuel Olivas",
9055                 "email": "jesus.olivas@gmail.com",
9056                 "homepage": "http://jmolivas.com"
9057             },
9058             {
9059                 "name": "Drupal Console Contributors",
9060                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
9061             },
9062             {
9063                 "name": "Eduardo Garcia",
9064                 "email": "enzo@enzolutions.com",
9065                 "homepage": "http://enzolutions.com/"
9066             },
9067             {
9068                 "name": "Omar Aguirre",
9069                 "email": "omersguchigu@gmail.com"
9070             }
9071         ],
9072         "description": "Drupal Console Core",
9073         "homepage": "http://drupalconsole.com/",
9074         "keywords": [
9075             "console",
9076             "development",
9077             "drupal",
9078             "symfony"
9079         ]
9080     },
9081     {
9082         "name": "doctrine/collections",
9083         "version": "v1.4.0",
9084         "version_normalized": "1.4.0.0",
9085         "source": {
9086             "type": "git",
9087             "url": "https://github.com/doctrine/collections.git",
9088             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
9089         },
9090         "dist": {
9091             "type": "zip",
9092             "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
9093             "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
9094             "shasum": ""
9095         },
9096         "require": {
9097             "php": "^5.6 || ^7.0"
9098         },
9099         "require-dev": {
9100             "doctrine/coding-standard": "~0.1@dev",
9101             "phpunit/phpunit": "^5.7"
9102         },
9103         "time": "2017-01-03T10:49:41+00:00",
9104         "type": "library",
9105         "extra": {
9106             "branch-alias": {
9107                 "dev-master": "1.3.x-dev"
9108             }
9109         },
9110         "installation-source": "dist",
9111         "autoload": {
9112             "psr-0": {
9113                 "Doctrine\\Common\\Collections\\": "lib/"
9114             }
9115         },
9116         "notification-url": "https://packagist.org/downloads/",
9117         "license": [
9118             "MIT"
9119         ],
9120         "authors": [
9121             {
9122                 "name": "Roman Borschel",
9123                 "email": "roman@code-factory.org"
9124             },
9125             {
9126                 "name": "Benjamin Eberlei",
9127                 "email": "kontakt@beberlei.de"
9128             },
9129             {
9130                 "name": "Guilherme Blanco",
9131                 "email": "guilhermeblanco@gmail.com"
9132             },
9133             {
9134                 "name": "Jonathan Wage",
9135                 "email": "jonwage@gmail.com"
9136             },
9137             {
9138                 "name": "Johannes Schmitt",
9139                 "email": "schmittjoh@gmail.com"
9140             }
9141         ],
9142         "description": "Collections Abstraction library",
9143         "homepage": "http://www.doctrine-project.org",
9144         "keywords": [
9145             "array",
9146             "collections",
9147             "iterator"
9148         ]
9149     },
9150     {
9151         "name": "drupal/console",
9152         "version": "1.0.0-rc21",
9153         "version_normalized": "1.0.0.0-RC21",
9154         "source": {
9155             "type": "git",
9156             "url": "https://github.com/hechoendrupal/drupal-console.git",
9157             "reference": "e01db040db734b2f8b30921ababc53ce51d01896"
9158         },
9159         "dist": {
9160             "type": "zip",
9161             "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/e01db040db734b2f8b30921ababc53ce51d01896",
9162             "reference": "e01db040db734b2f8b30921ababc53ce51d01896",
9163             "shasum": ""
9164         },
9165         "require": {
9166             "alchemy/zippy": "0.4.3",
9167             "composer/installers": "~1.0",
9168             "doctrine/annotations": "1.2.*",
9169             "doctrine/collections": "~1.3",
9170             "drupal/console-core": "1.0.0-rc21",
9171             "drupal/console-extend-plugin": "~0",
9172             "gabordemooij/redbean": "~4.3",
9173             "guzzlehttp/guzzle": "~6.1",
9174             "php": "^5.5.9 || ^7.0",
9175             "psy/psysh": "0.6.* || ~0.8",
9176             "symfony/css-selector": ">=2.7 <3.0",
9177             "symfony/dom-crawler": ">=2.7 <3.3",
9178             "symfony/expression-language": ">=2.7 <3.0",
9179             "symfony/http-foundation": ">=2.7 <3.0"
9180         },
9181         "time": "2017-06-07T16:21:12+00:00",
9182         "bin": [
9183             "bin/drupal"
9184         ],
9185         "type": "project",
9186         "installation-source": "dist",
9187         "autoload": {
9188             "psr-4": {
9189                 "Drupal\\Console\\": "src"
9190             }
9191         },
9192         "notification-url": "https://packagist.org/downloads/",
9193         "license": [
9194             "GPL-2.0+"
9195         ],
9196         "authors": [
9197             {
9198                 "name": "David Flores",
9199                 "email": "dmousex@gmail.com",
9200                 "homepage": "http://dmouse.net"
9201             },
9202             {
9203                 "name": "Jesus Manuel Olivas",
9204                 "email": "jesus.olivas@gmail.com",
9205                 "homepage": "http://jmolivas.com"
9206             },
9207             {
9208                 "name": "Drupal Console Contributors",
9209                 "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
9210             },
9211             {
9212                 "name": "Eduardo Garcia",
9213                 "email": "enzo@enzolutions.com",
9214                 "homepage": "http://enzolutions.com/"
9215             },
9216             {
9217                 "name": "Omar Aguirre",
9218                 "email": "omersguchigu@gmail.com"
9219             }
9220         ],
9221         "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
9222         "homepage": "http://drupalconsole.com/",
9223         "keywords": [
9224             "console",
9225             "development",
9226             "drupal",
9227             "symfony"
9228         ]
9229     },
9230     {
9231         "name": "symfony/http-kernel",
9232         "version": "v2.8.22",
9233         "version_normalized": "2.8.22.0",
9234         "source": {
9235             "type": "git",
9236             "url": "https://github.com/symfony/http-kernel.git",
9237             "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4"
9238         },
9239         "dist": {
9240             "type": "zip",
9241             "url": "https://api.github.com/repos/symfony/http-kernel/zipball/03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4",
9242             "reference": "03ca9421948142df8b9d3ffaeb3bfe8ddee02ca4",
9243             "shasum": ""
9244         },
9245         "require": {
9246             "php": ">=5.3.9",
9247             "psr/log": "~1.0",
9248             "symfony/debug": "^2.6.2",
9249             "symfony/event-dispatcher": "^2.6.7|~3.0.0",
9250             "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
9251         },
9252         "conflict": {
9253             "symfony/config": "<2.7",
9254             "twig/twig": "<1.34|<2.4,>=2"
9255         },
9256         "require-dev": {
9257             "symfony/browser-kit": "~2.3|~3.0.0",
9258             "symfony/class-loader": "~2.1|~3.0.0",
9259             "symfony/config": "~2.8",
9260             "symfony/console": "~2.3|~3.0.0",
9261             "symfony/css-selector": "^2.0.5|~3.0.0",
9262             "symfony/dependency-injection": "~2.8|~3.0.0",
9263             "symfony/dom-crawler": "^2.0.5|~3.0.0",
9264             "symfony/expression-language": "~2.4|~3.0.0",
9265             "symfony/finder": "^2.0.5|~3.0.0",
9266             "symfony/process": "^2.0.5|~3.0.0",
9267             "symfony/routing": "~2.8|~3.0.0",
9268             "symfony/stopwatch": "~2.3|~3.0.0",
9269             "symfony/templating": "~2.2|~3.0.0",
9270             "symfony/translation": "^2.0.5|~3.0.0",
9271             "symfony/var-dumper": "~2.6|~3.0.0"
9272         },
9273         "suggest": {
9274             "symfony/browser-kit": "",
9275             "symfony/class-loader": "",
9276             "symfony/config": "",
9277             "symfony/console": "",
9278             "symfony/dependency-injection": "",
9279             "symfony/finder": "",
9280             "symfony/var-dumper": ""
9281         },
9282         "time": "2017-06-07T20:12:31+00:00",
9283         "type": "library",
9284         "extra": {
9285             "branch-alias": {
9286                 "dev-master": "2.8-dev"
9287             }
9288         },
9289         "installation-source": "dist",
9290         "autoload": {
9291             "psr-4": {
9292                 "Symfony\\Component\\HttpKernel\\": ""
9293             },
9294             "exclude-from-classmap": [
9295                 "/Tests/"
9296             ]
9297         },
9298         "notification-url": "https://packagist.org/downloads/",
9299         "license": [
9300             "MIT"
9301         ],
9302         "authors": [
9303             {
9304                 "name": "Fabien Potencier",
9305                 "email": "fabien@symfony.com"
9306             },
9307             {
9308                 "name": "Symfony Community",
9309                 "homepage": "https://symfony.com/contributors"
9310             }
9311         ],
9312         "description": "Symfony HttpKernel Component",
9313         "homepage": "https://symfony.com"
9314     },
9315     {
9316         "name": "symfony/routing",
9317         "version": "v2.8.22",
9318         "version_normalized": "2.8.22.0",
9319         "source": {
9320             "type": "git",
9321             "url": "https://github.com/symfony/routing.git",
9322             "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19"
9323         },
9324         "dist": {
9325             "type": "zip",
9326             "url": "https://api.github.com/repos/symfony/routing/zipball/d428588038f13a0e5771a2a8ccbc9de46bba9a19",
9327             "reference": "d428588038f13a0e5771a2a8ccbc9de46bba9a19",
9328             "shasum": ""
9329         },
9330         "require": {
9331             "php": ">=5.3.9"
9332         },
9333         "conflict": {
9334             "symfony/config": "<2.7"
9335         },
9336         "require-dev": {
9337             "doctrine/annotations": "~1.0",
9338             "doctrine/common": "~2.2",
9339             "psr/log": "~1.0",
9340             "symfony/config": "~2.7|~3.0.0",
9341             "symfony/expression-language": "~2.4|~3.0.0",
9342             "symfony/http-foundation": "~2.3|~3.0.0",
9343             "symfony/yaml": "^2.0.5|~3.0.0"
9344         },
9345         "suggest": {
9346             "doctrine/annotations": "For using the annotation loader",
9347             "symfony/config": "For using the all-in-one router or any loader",
9348             "symfony/dependency-injection": "For loading routes from a service",
9349             "symfony/expression-language": "For using expression matching",
9350             "symfony/http-foundation": "For using a Symfony Request object",
9351             "symfony/yaml": "For using the YAML loader"
9352         },
9353         "time": "2017-06-01T20:52:29+00:00",
9354         "type": "library",
9355         "extra": {
9356             "branch-alias": {
9357                 "dev-master": "2.8-dev"
9358             }
9359         },
9360         "installation-source": "dist",
9361         "autoload": {
9362             "psr-4": {
9363                 "Symfony\\Component\\Routing\\": ""
9364             },
9365             "exclude-from-classmap": [
9366                 "/Tests/"
9367             ]
9368         },
9369         "notification-url": "https://packagist.org/downloads/",
9370         "license": [
9371             "MIT"
9372         ],
9373         "authors": [
9374             {
9375                 "name": "Fabien Potencier",
9376                 "email": "fabien@symfony.com"
9377             },
9378             {
9379                 "name": "Symfony Community",
9380                 "homepage": "https://symfony.com/contributors"
9381             }
9382         ],
9383         "description": "Symfony Routing Component",
9384         "homepage": "https://symfony.com",
9385         "keywords": [
9386             "router",
9387             "routing",
9388             "uri",
9389             "url"
9390         ]
9391     },
9392     {
9393         "name": "symfony-cmf/routing",
9394         "version": "1.4.1",
9395         "version_normalized": "1.4.1.0",
9396         "source": {
9397             "type": "git",
9398             "url": "https://github.com/symfony-cmf/routing.git",
9399             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
9400         },
9401         "dist": {
9402             "type": "zip",
9403             "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9404             "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9405             "shasum": ""
9406         },
9407         "require": {
9408             "php": "^5.3.9|^7.0",
9409             "psr/log": "1.*",
9410             "symfony/http-kernel": "^2.2|3.*",
9411             "symfony/routing": "^2.2|3.*"
9412         },
9413         "require-dev": {
9414             "friendsofsymfony/jsrouting-bundle": "^1.1",
9415             "symfony-cmf/testing": "^1.3",
9416             "symfony/config": "^2.2|3.*",
9417             "symfony/dependency-injection": "^2.0.5|3.*",
9418             "symfony/event-dispatcher": "^2.1|3.*"
9419         },
9420         "suggest": {
9421             "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
9422         },
9423         "time": "2017-05-09T08:10:41+00:00",
9424         "type": "library",
9425         "extra": {
9426             "branch-alias": {
9427                 "dev-master": "1.4-dev"
9428             }
9429         },
9430         "installation-source": "dist",
9431         "autoload": {
9432             "psr-4": {
9433                 "Symfony\\Cmf\\Component\\Routing\\": ""
9434             }
9435         },
9436         "notification-url": "https://packagist.org/downloads/",
9437         "license": [
9438             "MIT"
9439         ],
9440         "authors": [
9441             {
9442                 "name": "Symfony CMF Community",
9443                 "homepage": "https://github.com/symfony-cmf/Routing/contributors"
9444             }
9445         ],
9446         "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
9447         "homepage": "http://cmf.symfony.com",
9448         "keywords": [
9449             "database",
9450             "routing"
9451         ]
9452     },
9453     {
9454         "name": "symfony/polyfill-apcu",
9455         "version": "v1.4.0",
9456         "version_normalized": "1.4.0.0",
9457         "source": {
9458             "type": "git",
9459             "url": "https://github.com/symfony/polyfill-apcu.git",
9460             "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2"
9461         },
9462         "dist": {
9463             "type": "zip",
9464             "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/2e7965b8cdfbba50d0092d3f6dca97dddec409e2",
9465             "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2",
9466             "shasum": ""
9467         },
9468         "require": {
9469             "php": ">=5.3.3"
9470         },
9471         "time": "2017-06-09T08:25:21+00:00",
9472         "type": "library",
9473         "extra": {
9474             "branch-alias": {
9475                 "dev-master": "1.4-dev"
9476             }
9477         },
9478         "installation-source": "dist",
9479         "autoload": {
9480             "files": [
9481                 "bootstrap.php"
9482             ]
9483         },
9484         "notification-url": "https://packagist.org/downloads/",
9485         "license": [
9486             "MIT"
9487         ],
9488         "authors": [
9489             {
9490                 "name": "Nicolas Grekas",
9491                 "email": "p@tchwork.com"
9492             },
9493             {
9494                 "name": "Symfony Community",
9495                 "homepage": "https://symfony.com/contributors"
9496             }
9497         ],
9498         "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
9499         "homepage": "https://symfony.com",
9500         "keywords": [
9501             "apcu",
9502             "compatibility",
9503             "polyfill",
9504             "portable",
9505             "shim"
9506         ]
9507     },
9508     {
9509         "name": "symfony/class-loader",
9510         "version": "v2.8.22",
9511         "version_normalized": "2.8.22.0",
9512         "source": {
9513             "type": "git",
9514             "url": "https://github.com/symfony/class-loader.git",
9515             "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc"
9516         },
9517         "dist": {
9518             "type": "zip",
9519             "url": "https://api.github.com/repos/symfony/class-loader/zipball/48b96f2fa9bf394cb428aced8efb28709ab54cfc",
9520             "reference": "48b96f2fa9bf394cb428aced8efb28709ab54cfc",
9521             "shasum": ""
9522         },
9523         "require": {
9524             "php": ">=5.3.9",
9525             "symfony/polyfill-apcu": "~1.1"
9526         },
9527         "require-dev": {
9528             "symfony/finder": "^2.0.5|~3.0.0"
9529         },
9530         "time": "2017-06-01T20:52:29+00:00",
9531         "type": "library",
9532         "extra": {
9533             "branch-alias": {
9534                 "dev-master": "2.8-dev"
9535             }
9536         },
9537         "installation-source": "dist",
9538         "autoload": {
9539             "psr-4": {
9540                 "Symfony\\Component\\ClassLoader\\": ""
9541             },
9542             "exclude-from-classmap": [
9543                 "/Tests/"
9544             ]
9545         },
9546         "notification-url": "https://packagist.org/downloads/",
9547         "license": [
9548             "MIT"
9549         ],
9550         "authors": [
9551             {
9552                 "name": "Fabien Potencier",
9553                 "email": "fabien@symfony.com"
9554             },
9555             {
9556                 "name": "Symfony Community",
9557                 "homepage": "https://symfony.com/contributors"
9558             }
9559         ],
9560         "description": "Symfony ClassLoader Component",
9561         "homepage": "https://symfony.com"
9562     },
9563     {
9564         "name": "symfony/polyfill-iconv",
9565         "version": "v1.4.0",
9566         "version_normalized": "1.4.0.0",
9567         "source": {
9568             "type": "git",
9569             "url": "https://github.com/symfony/polyfill-iconv.git",
9570             "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9"
9571         },
9572         "dist": {
9573             "type": "zip",
9574             "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ae1347fa81423b67dbc232c8c111facb367ff8b9",
9575             "reference": "ae1347fa81423b67dbc232c8c111facb367ff8b9",
9576             "shasum": ""
9577         },
9578         "require": {
9579             "php": ">=5.3.3"
9580         },
9581         "suggest": {
9582             "ext-iconv": "For best performance"
9583         },
9584         "time": "2017-06-09T08:25:21+00:00",
9585         "type": "library",
9586         "extra": {
9587             "branch-alias": {
9588                 "dev-master": "1.4-dev"
9589             }
9590         },
9591         "installation-source": "dist",
9592         "autoload": {
9593             "psr-4": {
9594                 "Symfony\\Polyfill\\Iconv\\": ""
9595             },
9596             "files": [
9597                 "bootstrap.php"
9598             ]
9599         },
9600         "notification-url": "https://packagist.org/downloads/",
9601         "license": [
9602             "MIT"
9603         ],
9604         "authors": [
9605             {
9606                 "name": "Nicolas Grekas",
9607                 "email": "p@tchwork.com"
9608             },
9609             {
9610                 "name": "Symfony Community",
9611                 "homepage": "https://symfony.com/contributors"
9612             }
9613         ],
9614         "description": "Symfony polyfill for the Iconv extension",
9615         "homepage": "https://symfony.com",
9616         "keywords": [
9617             "compatibility",
9618             "iconv",
9619             "polyfill",
9620             "portable",
9621             "shim"
9622         ]
9623     },
9624     {
9625         "name": "symfony/serializer",
9626         "version": "v2.8.22",
9627         "version_normalized": "2.8.22.0",
9628         "source": {
9629             "type": "git",
9630             "url": "https://github.com/symfony/serializer.git",
9631             "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2"
9632         },
9633         "dist": {
9634             "type": "zip",
9635             "url": "https://api.github.com/repos/symfony/serializer/zipball/c6ccf71a899711efa21b0a98150b2c0af08f3cb2",
9636             "reference": "c6ccf71a899711efa21b0a98150b2c0af08f3cb2",
9637             "shasum": ""
9638         },
9639         "require": {
9640             "php": ">=5.3.9",
9641             "symfony/polyfill-php55": "~1.0"
9642         },
9643         "require-dev": {
9644             "doctrine/annotations": "~1.0",
9645             "doctrine/cache": "~1.0",
9646             "symfony/config": "~2.2|~3.0.0",
9647             "symfony/property-access": "~2.3|~3.0.0",
9648             "symfony/yaml": "^2.0.5|~3.0.0"
9649         },
9650         "suggest": {
9651             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9652             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9653             "symfony/config": "For using the XML mapping loader.",
9654             "symfony/property-access": "For using the ObjectNormalizer.",
9655             "symfony/yaml": "For using the default YAML mapping loader."
9656         },
9657         "time": "2017-06-01T20:52:29+00:00",
9658         "type": "library",
9659         "extra": {
9660             "branch-alias": {
9661                 "dev-master": "2.8-dev"
9662             }
9663         },
9664         "installation-source": "dist",
9665         "autoload": {
9666             "psr-4": {
9667                 "Symfony\\Component\\Serializer\\": ""
9668             },
9669             "exclude-from-classmap": [
9670                 "/Tests/"
9671             ]
9672         },
9673         "notification-url": "https://packagist.org/downloads/",
9674         "license": [
9675             "MIT"
9676         ],
9677         "authors": [
9678             {
9679                 "name": "Fabien Potencier",
9680                 "email": "fabien@symfony.com"
9681             },
9682             {
9683                 "name": "Symfony Community",
9684                 "homepage": "https://symfony.com/contributors"
9685             }
9686         ],
9687         "description": "Symfony Serializer Component",
9688         "homepage": "https://symfony.com"
9689     },
9690     {
9691         "name": "symfony/validator",
9692         "version": "v2.8.22",
9693         "version_normalized": "2.8.22.0",
9694         "source": {
9695             "type": "git",
9696             "url": "https://github.com/symfony/validator.git",
9697             "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50"
9698         },
9699         "dist": {
9700             "type": "zip",
9701             "url": "https://api.github.com/repos/symfony/validator/zipball/9f323f762ad21bfb9df7c1afacbdd8addf0f8c50",
9702             "reference": "9f323f762ad21bfb9df7c1afacbdd8addf0f8c50",
9703             "shasum": ""
9704         },
9705         "require": {
9706             "php": ">=5.3.9",
9707             "symfony/polyfill-mbstring": "~1.0",
9708             "symfony/translation": "~2.4|~3.0.0"
9709         },
9710         "require-dev": {
9711             "doctrine/annotations": "~1.0",
9712             "doctrine/cache": "~1.0",
9713             "egulias/email-validator": "^1.2.1",
9714             "symfony/config": "~2.2|~3.0.0",
9715             "symfony/expression-language": "~2.4|~3.0.0",
9716             "symfony/http-foundation": "~2.3|~3.0.0",
9717             "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
9718             "symfony/property-access": "~2.3|~3.0.0",
9719             "symfony/yaml": "^2.0.5|~3.0.0"
9720         },
9721         "suggest": {
9722             "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
9723             "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
9724             "egulias/email-validator": "Strict (RFC compliant) email validation",
9725             "symfony/config": "",
9726             "symfony/expression-language": "For using the 2.4 Expression validator",
9727             "symfony/http-foundation": "",
9728             "symfony/intl": "",
9729             "symfony/property-access": "For using the 2.4 Validator API",
9730             "symfony/yaml": ""
9731         },
9732         "time": "2017-06-02T14:36:56+00:00",
9733         "type": "library",
9734         "extra": {
9735             "branch-alias": {
9736                 "dev-master": "2.8-dev"
9737             }
9738         },
9739         "installation-source": "dist",
9740         "autoload": {
9741             "psr-4": {
9742                 "Symfony\\Component\\Validator\\": ""
9743             },
9744             "exclude-from-classmap": [
9745                 "/Tests/"
9746             ]
9747         },
9748         "notification-url": "https://packagist.org/downloads/",
9749         "license": [
9750             "MIT"
9751         ],
9752         "authors": [
9753             {
9754                 "name": "Fabien Potencier",
9755                 "email": "fabien@symfony.com"
9756             },
9757             {
9758                 "name": "Symfony Community",
9759                 "homepage": "https://symfony.com/contributors"
9760             }
9761         ],
9762         "description": "Symfony Validator Component",
9763         "homepage": "https://symfony.com"
9764     },
9765     {
9766         "name": "sebastian/diff",
9767         "version": "1.4.3",
9768         "version_normalized": "1.4.3.0",
9769         "source": {
9770             "type": "git",
9771             "url": "https://github.com/sebastianbergmann/diff.git",
9772             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
9773         },
9774         "dist": {
9775             "type": "zip",
9776             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9777             "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
9778             "shasum": ""
9779         },
9780         "require": {
9781             "php": "^5.3.3 || ^7.0"
9782         },
9783         "require-dev": {
9784             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
9785         },
9786         "time": "2017-05-22T07:24:03+00:00",
9787         "type": "library",
9788         "extra": {
9789             "branch-alias": {
9790                 "dev-master": "1.4-dev"
9791             }
9792         },
9793         "installation-source": "dist",
9794         "autoload": {
9795             "classmap": [
9796                 "src/"
9797             ]
9798         },
9799         "notification-url": "https://packagist.org/downloads/",
9800         "license": [
9801             "BSD-3-Clause"
9802         ],
9803         "authors": [
9804             {
9805                 "name": "Kore Nordmann",
9806                 "email": "mail@kore-nordmann.de"
9807             },
9808             {
9809                 "name": "Sebastian Bergmann",
9810                 "email": "sebastian@phpunit.de"
9811             }
9812         ],
9813         "description": "Diff implementation",
9814         "homepage": "https://github.com/sebastianbergmann/diff",
9815         "keywords": [
9816             "diff"
9817         ]
9818     },
9819     {
9820         "name": "symfony/browser-kit",
9821         "version": "v3.3.2",
9822         "version_normalized": "3.3.2.0",
9823         "source": {
9824             "type": "git",
9825             "url": "https://github.com/symfony/browser-kit.git",
9826             "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1"
9827         },
9828         "dist": {
9829             "type": "zip",
9830             "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
9831             "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
9832             "shasum": ""
9833         },
9834         "require": {
9835             "php": ">=5.5.9",
9836             "symfony/dom-crawler": "~2.8|~3.0"
9837         },
9838         "require-dev": {
9839             "symfony/css-selector": "~2.8|~3.0",
9840             "symfony/process": "~2.8|~3.0"
9841         },
9842         "suggest": {
9843             "symfony/process": ""
9844         },
9845         "time": "2017-04-12T14:14:56+00:00",
9846         "type": "library",
9847         "extra": {
9848             "branch-alias": {
9849                 "dev-master": "3.3-dev"
9850             }
9851         },
9852         "installation-source": "dist",
9853         "autoload": {
9854             "psr-4": {
9855                 "Symfony\\Component\\BrowserKit\\": ""
9856             },
9857             "exclude-from-classmap": [
9858                 "/Tests/"
9859             ]
9860         },
9861         "notification-url": "https://packagist.org/downloads/",
9862         "license": [
9863             "MIT"
9864         ],
9865         "authors": [
9866             {
9867                 "name": "Fabien Potencier",
9868                 "email": "fabien@symfony.com"
9869             },
9870             {
9871                 "name": "Symfony Community",
9872                 "homepage": "https://symfony.com/contributors"
9873             }
9874         ],
9875         "description": "Symfony BrowserKit Component",
9876         "homepage": "https://symfony.com"
9877     },
9878     {
9879         "name": "phpdocumentor/reflection-docblock",
9880         "version": "2.0.5",
9881         "version_normalized": "2.0.5.0",
9882         "source": {
9883             "type": "git",
9884             "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
9885             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
9886         },
9887         "dist": {
9888             "type": "zip",
9889             "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
9890             "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
9891             "shasum": ""
9892         },
9893         "require": {
9894             "php": ">=5.3.3"
9895         },
9896         "require-dev": {
9897             "phpunit/phpunit": "~4.0"
9898         },
9899         "suggest": {
9900             "dflydev/markdown": "~1.0",
9901             "erusev/parsedown": "~1.0"
9902         },
9903         "time": "2016-01-25T08:17:30+00:00",
9904         "type": "library",
9905         "extra": {
9906             "branch-alias": {
9907                 "dev-master": "2.0.x-dev"
9908             }
9909         },
9910         "installation-source": "dist",
9911         "autoload": {
9912             "psr-0": {
9913                 "phpDocumentor": [
9914                     "src/"
9915                 ]
9916             }
9917         },
9918         "notification-url": "https://packagist.org/downloads/",
9919         "license": [
9920             "MIT"
9921         ],
9922         "authors": [
9923             {
9924                 "name": "Mike van Riel",
9925                 "email": "mike.vanriel@naenius.com"
9926             }
9927         ]
9928     },
9929     {
9930         "name": "drupal/metatag",
9931         "version": "1.1.0",
9932         "version_normalized": "1.1.0.0",
9933         "source": {
9934             "type": "git",
9935             "url": "https://git.drupal.org/project/metatag",
9936             "reference": "8.x-1.1"
9937         },
9938         "dist": {
9939             "type": "zip",
9940             "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.1.zip",
9941             "reference": null,
9942             "shasum": "bb9b608879e2f7d8086a0e6606286086f5009d71"
9943         },
9944         "require": {
9945             "drupal/core": "*",
9946             "drupal/token": "*"
9947         },
9948         "require-dev": {
9949             "drupal/metatag_dc": "*",
9950             "drupal/metatag_open_graph": "*"
9951         },
9952         "type": "drupal-module",
9953         "extra": {
9954             "branch-alias": {
9955                 "dev-1.x": "1.x-dev"
9956             },
9957             "drupal": {
9958                 "version": "8.x-1.1",
9959                 "datestamp": "1496428672"
9960             }
9961         },
9962         "installation-source": "dist",
9963         "notification-url": "https://packages.drupal.org/8/downloads",
9964         "license": [
9965             "GPL-2.0+"
9966         ],
9967         "authors": [
9968             {
9969                 "name": "See contributors",
9970                 "homepage": "https://www.drupal.org/node/640498/committers",
9971                 "role": "Developer"
9972             },
9973             {
9974                 "name": "Dave Reid",
9975                 "homepage": "https://www.drupal.org/user/53892"
9976             }
9977         ],
9978         "description": "Manage meta tags for all entities.",
9979         "homepage": "https://www.drupal.org/project/metatag",
9980         "keywords": [
9981             "php",
9982             "seo"
9983         ],
9984         "support": {
9985             "source": "http://cgit.drupalcode.org/metatag",
9986             "issues": "http://drupal.org/project/issues/metatag"
9987         }
9988     },
9989     {
9990         "name": "drupal/memcache",
9991         "version": "2.0.0-alpha3",
9992         "version_normalized": "2.0.0.0-alpha3",
9993         "source": {
9994             "type": "git",
9995             "url": "https://git.drupal.org/project/memcache",
9996             "reference": "8.x-2.0-alpha3"
9997         },
9998         "dist": {
9999             "type": "zip",
10000             "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha3.zip",
10001             "reference": null,
10002             "shasum": "21db65a220e2a71227fa7a88f4033559fec5c9ff"
10003         },
10004         "require": {
10005             "drupal/core": "~8.0"
10006         },
10007         "type": "drupal-module",
10008         "extra": {
10009             "branch-alias": {
10010                 "dev-2.x": "2.x-dev"
10011             },
10012             "drupal": {
10013                 "version": "8.x-2.0-alpha3",
10014                 "datestamp": "1492523944"
10015             }
10016         },
10017         "installation-source": "dist",
10018         "notification-url": "https://packages.drupal.org/8/downloads",
10019         "license": [
10020             "GPL-2.0+"
10021         ],
10022         "authors": [
10023             {
10024                 "name": "Jeremy",
10025                 "homepage": "https://www.drupal.org/user/409"
10026             },
10027             {
10028                 "name": "catch",
10029                 "homepage": "https://www.drupal.org/user/35733"
10030             },
10031             {
10032                 "name": "damiankloip",
10033                 "homepage": "https://www.drupal.org/user/1037976"
10034             },
10035             {
10036                 "name": "jvandyk",
10037                 "homepage": "https://www.drupal.org/user/2375"
10038             },
10039             {
10040                 "name": "robertDouglass",
10041                 "homepage": "https://www.drupal.org/user/5449"
10042             }
10043         ],
10044         "description": "High performance integration with memcache.",
10045         "homepage": "http://drupal.org/project/memcache",
10046         "support": {
10047             "source": "http://cgit.drupalcode.org/memcache",
10048             "issues": "https://www.drupal.org/project/issues/memcache"
10049         }
10050     },
10051     {
10052         "name": "consolidation/output-formatters",
10053         "version": "3.1.10",
10054         "version_normalized": "3.1.10.0",
10055         "source": {
10056             "type": "git",
10057             "url": "https://github.com/consolidation/output-formatters.git",
10058             "reference": "3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a"
10059         },
10060         "dist": {
10061             "type": "zip",
10062             "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a",
10063             "reference": "3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a",
10064             "shasum": ""
10065         },
10066         "require": {
10067             "php": ">=5.4.0",
10068             "symfony/console": "^2.8|~3",
10069             "symfony/finder": "~2.5|~3.0"
10070         },
10071         "require-dev": {
10072             "phpunit/phpunit": "^4.8",
10073             "satooshi/php-coveralls": "^1.0",
10074             "squizlabs/php_codesniffer": "^2.7",
10075             "victorjonsson/markdowndocs": "^1.3"
10076         },
10077         "time": "2017-06-06T19:08:54+00:00",
10078         "type": "library",
10079         "extra": {
10080             "branch-alias": {
10081                 "dev-master": "3.x-dev"
10082             }
10083         },
10084         "installation-source": "dist",
10085         "autoload": {
10086             "psr-4": {
10087                 "Consolidation\\OutputFormatters\\": "src"
10088             }
10089         },
10090         "notification-url": "https://packagist.org/downloads/",
10091         "license": [
10092             "MIT"
10093         ],
10094         "authors": [
10095             {
10096                 "name": "Greg Anderson",
10097                 "email": "greg.1.anderson@greenknowe.org"
10098             }
10099         ],
10100         "description": "Format text by applying transformations provided by plug-in formatters."
10101     },
10102     {
10103         "name": "drush/drush",
10104         "version": "8.1.12",
10105         "version_normalized": "8.1.12.0",
10106         "source": {
10107             "type": "git",
10108             "url": "https://github.com/drush-ops/drush.git",
10109             "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7"
10110         },
10111         "dist": {
10112             "type": "zip",
10113             "url": "https://api.github.com/repos/drush-ops/drush/zipball/a1d3ab0f1d9ce01556d70015906caaed723f7ba7",
10114             "reference": "a1d3ab0f1d9ce01556d70015906caaed723f7ba7",
10115             "shasum": ""
10116         },
10117         "require": {
10118             "consolidation/annotated-command": "~2",
10119             "consolidation/output-formatters": "~3",
10120             "pear/console_table": "~1.3.0",
10121             "php": ">=5.4.5",
10122             "phpdocumentor/reflection-docblock": "^2.0",
10123             "psr/log": "~1.0",
10124             "psy/psysh": "~0.6",
10125             "symfony/console": "~2.7",
10126             "symfony/event-dispatcher": "~2.7",
10127             "symfony/finder": "~2.7",
10128             "symfony/var-dumper": "~2.7",
10129             "symfony/yaml": "~2.3",
10130             "webmozart/path-util": "~2"
10131         },
10132         "require-dev": {
10133             "phpunit/phpunit": "4.*",
10134             "symfony/process": "2.7.*"
10135         },
10136         "suggest": {
10137             "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
10138             "ext-pcntl": "*"
10139         },
10140         "time": "2017-06-05T22:51:34+00:00",
10141         "bin": [
10142             "drush",
10143             "drush.launcher",
10144             "drush.php",
10145             "drush.complete.sh"
10146         ],
10147         "type": "library",
10148         "extra": {
10149             "branch-alias": {
10150                 "dev-master": "8.0.x-dev"
10151             }
10152         },
10153         "installation-source": "dist",
10154         "autoload": {
10155             "psr-0": {
10156                 "Drush": "lib/",
10157                 "Consolidation": "lib/"
10158             }
10159         },
10160         "notification-url": "https://packagist.org/downloads/",
10161         "license": [
10162             "GPL-2.0+"
10163         ],
10164         "authors": [
10165             {
10166                 "name": "Moshe Weitzman",
10167                 "email": "weitzman@tejasa.com"
10168             },
10169             {
10170                 "name": "Owen Barton",
10171                 "email": "drupal@owenbarton.com"
10172             },
10173             {
10174                 "name": "Mark Sonnabaum",
10175                 "email": "marksonnabaum@gmail.com"
10176             },
10177             {
10178                 "name": "Antoine Beaupré",
10179                 "email": "anarcat@koumbit.org"
10180             },
10181             {
10182                 "name": "Greg Anderson",
10183                 "email": "greg.1.anderson@greenknowe.org"
10184             },
10185             {
10186                 "name": "Jonathan Araña Cruz",
10187                 "email": "jonhattan@faita.net"
10188             },
10189             {
10190                 "name": "Jonathan Hedstrom",
10191                 "email": "jhedstrom@gmail.com"
10192             },
10193             {
10194                 "name": "Christopher Gervais",
10195                 "email": "chris@ergonlogic.com"
10196             },
10197             {
10198                 "name": "Dave Reid",
10199                 "email": "dave@davereid.net"
10200             },
10201             {
10202                 "name": "Damian Lee",
10203                 "email": "damiankloip@googlemail.com"
10204             }
10205         ],
10206         "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.",
10207         "homepage": "http://www.drush.org"
10208     },
10209     {
10210         "name": "drupal/migrate_plus",
10211         "version": "4.0.0-beta1",
10212         "version_normalized": "4.0.0.0-beta1",
10213         "source": {
10214             "type": "git",
10215             "url": "https://git.drupal.org/project/migrate_plus",
10216             "reference": "8.x-4.0-beta1"
10217         },
10218         "dist": {
10219             "type": "zip",
10220             "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta1.zip",
10221             "reference": null,
10222             "shasum": "e64bac006e3ef9ae697b0f2c4b3744af0524e208"
10223         },
10224         "require": {
10225             "drupal/core": "^8.3"
10226         },
10227         "require-dev": {
10228             "drupal/migrate_example_advanced_setup": "*",
10229             "drupal/migrate_example_setup": "*"
10230         },
10231         "suggest": {
10232             "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
10233         },
10234         "type": "drupal-module",
10235         "extra": {
10236             "branch-alias": {
10237                 "dev-4.x": "4.x-dev"
10238             },
10239             "drupal": {
10240                 "version": "8.x-4.0-beta1",
10241                 "datestamp": "1494450185"
10242             }
10243         },
10244         "installation-source": "dist",
10245         "notification-url": "https://packages.drupal.org/8/downloads",
10246         "license": [
10247             "GPL-2.0+"
10248         ],
10249         "authors": [
10250             {
10251                 "name": "Mike Ryan",
10252                 "homepage": "https://www.drupal.org/u/mikeryan",
10253                 "role": "Maintainer"
10254             },
10255             {
10256                 "name": "mikeryan",
10257                 "homepage": "https://www.drupal.org/user/4420"
10258             }
10259         ],
10260         "description": "Enhancements to core migration support.",
10261         "homepage": "https://www.drupal.org/project/migrate_plus",
10262         "support": {
10263             "source": "https://cgit.drupalcode.org/migrate_plus",
10264             "issues": "https://www.drupal.org/project/issues/migrate_plus",
10265             "irc": "irc://irc.freenode.org/drupal-migrate"
10266         }
10267     },
10268     {
10269         "name": "drupal/entity_reference_revisions",
10270         "version": "1.3.0",
10271         "version_normalized": "1.3.0.0",
10272         "source": {
10273             "type": "git",
10274             "url": "https://git.drupal.org/project/entity_reference_revisions",
10275             "reference": "8.x-1.3"
10276         },
10277         "dist": {
10278             "type": "zip",
10279             "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.3.zip",
10280             "reference": null,
10281             "shasum": "78aebb58efbbfcbb2faa40a1afc0830312b32631"
10282         },
10283         "require": {
10284             "drupal/core": "~8.0"
10285         },
10286         "require-dev": {
10287             "drupal/diff": "*"
10288         },
10289         "type": "drupal-module",
10290         "extra": {
10291             "branch-alias": {
10292                 "dev-1.x": "1.x-dev"
10293             },
10294             "drupal": {
10295                 "version": "8.x-1.3",
10296                 "datestamp": "1495814284"
10297             }
10298         },
10299         "installation-source": "dist",
10300         "notification-url": "https://packages.drupal.org/8/downloads",
10301         "license": [
10302             "GPL-2.0+"
10303         ],
10304         "authors": [
10305             {
10306                 "name": "Frans",
10307                 "homepage": "https://www.drupal.org/user/514222"
10308             },
10309             {
10310                 "name": "jeroen.b",
10311                 "homepage": "https://www.drupal.org/user/1853532"
10312             },
10313             {
10314                 "name": "miro_dietiker",
10315                 "homepage": "https://www.drupal.org/user/227761"
10316             }
10317         ],
10318         "description": "Adds a Entity Reference field type with revision support.",
10319         "homepage": "https://www.drupal.org/project/entity_reference_revisions",
10320         "support": {
10321             "source": "http://cgit.drupalcode.org/entity_reference_revisions"
10322         }
10323     },
10324     {
10325         "name": "drupal/entity_browser",
10326         "version": "1.0.0",
10327         "version_normalized": "1.0.0.0",
10328         "source": {
10329             "type": "git",
10330             "url": "https://git.drupal.org/project/entity_browser",
10331             "reference": "8.x-1.0"
10332         },
10333         "dist": {
10334             "type": "zip",
10335             "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.0.zip",
10336             "reference": null,
10337             "shasum": "6bd7bbcda1eebacc3685e9edaad2ad29b525b2ad"
10338         },
10339         "require": {
10340             "drupal/core": "~8.0"
10341         },
10342         "require-dev": {
10343             "drupal/ctools": "*",
10344             "drupal/inline_entity_form": "*",
10345             "drupal/media_entity": "*",
10346             "drupal/paragraphs": "*",
10347             "drupal/token": "*"
10348         },
10349         "type": "drupal-module",
10350         "extra": {
10351             "branch-alias": {
10352                 "dev-1.x": "1.x-dev",
10353                 "dev-8.x-1.x": "8.1.x-dev"
10354             },
10355             "drupal": {
10356                 "version": "8.x-1.0",
10357                 "datestamp": "1492678144"
10358             }
10359         },
10360         "installation-source": "dist",
10361         "notification-url": "https://packages.drupal.org/8/downloads",
10362         "license": [
10363             "GPL-2.0+"
10364         ],
10365         "authors": [
10366             {
10367                 "name": "Janez Urevc",
10368                 "homepage": "https://github.com/slashrsm",
10369                 "role": "Maintainer"
10370             },
10371             {
10372                 "name": "Primoz Hmeljak",
10373                 "homepage": "https://github.com/primsi",
10374                 "role": "Maintainer"
10375             },
10376             {
10377                 "name": "See other contributors",
10378                 "homepage": "https://www.drupal.org/node/1943336/committers",
10379                 "role": "contributor"
10380             },
10381             {
10382                 "name": "Primsi",
10383                 "homepage": "https://www.drupal.org/user/282629"
10384             },
10385             {
10386                 "name": "marcingy",
10387                 "homepage": "https://www.drupal.org/user/77320"
10388             },
10389             {
10390                 "name": "samuel.mortenson",
10391                 "homepage": "https://www.drupal.org/user/2582268"
10392             },
10393             {
10394                 "name": "slashrsm",
10395                 "homepage": "https://www.drupal.org/user/744628"
10396             }
10397         ],
10398         "description": "Entity browsing and selecting component.",
10399         "homepage": "http://drupal.org/project/entity_browser",
10400         "support": {
10401             "source": "http://cgit.drupalcode.org/entity_browser",
10402             "issues": "http://drupal.org/project/issues/entity_browser",
10403             "irc": "irc://irc.freenode.org/drupal-contribute"
10404         }
10405     },
10406     {
10407         "name": "drupal/dropzonejs",
10408         "version": "1.0.0-alpha7",
10409         "version_normalized": "1.0.0.0-alpha7",
10410         "source": {
10411             "type": "git",
10412             "url": "https://git.drupal.org/project/dropzonejs",
10413             "reference": "8.x-1.0-alpha7"
10414         },
10415         "dist": {
10416             "type": "zip",
10417             "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-1.0-alpha7.zip",
10418             "reference": null,
10419             "shasum": "62fc6d46cee1d5fa9885bab3e65b3638172311f6"
10420         },
10421         "require": {
10422             "drupal/core": "*"
10423         },
10424         "require-dev": {
10425             "drupal/entity_browser": "*"
10426         },
10427         "suggest": {
10428             "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
10429         },
10430         "type": "drupal-module",
10431         "extra": {
10432             "branch-alias": {
10433                 "dev-1.x": "1.x-dev"
10434             },
10435             "drupal": {
10436                 "version": "8.x-1.0-alpha7",
10437                 "datestamp": "1495200183"
10438             }
10439         },
10440         "installation-source": "dist",
10441         "notification-url": "https://packages.drupal.org/8/downloads",
10442         "license": [
10443             "GPL-2.0+"
10444         ],
10445         "authors": [
10446             {
10447                 "name": "Janez Urevc",
10448                 "homepage": "https://drupal.org/u/slashrsm",
10449                 "role": "Maintainer"
10450             },
10451             {
10452                 "name": "Christian Fritsch",
10453                 "homepage": "https://drupal.org/u/chrfritsch",
10454                 "role": "Maintainer"
10455             },
10456             {
10457                 "name": "Primoz Hmeljak",
10458                 "homepage": "https://drupal.org/u/Primsi",
10459                 "role": "Maintainer"
10460             },
10461             {
10462                 "name": "See other contributors",
10463                 "homepage": "https://www.drupal.org/node/1998478/committers",
10464                 "role": "contributor"
10465             },
10466             {
10467                 "name": "slashrsm",
10468                 "homepage": "https://www.drupal.org/user/744628"
10469             },
10470             {
10471                 "name": "wouters_f",
10472                 "homepage": "https://www.drupal.org/user/721548"
10473             },
10474             {
10475                 "name": "zkday",
10476                 "homepage": "https://www.drupal.org/user/888644"
10477             }
10478         ],
10479         "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
10480         "homepage": "https://www.drupal.org/project/dropzonejs",
10481         "keywords": [
10482             "DropzoneJS",
10483             "Drupal"
10484         ],
10485         "support": {
10486             "source": "https://www.drupal.org/project/dropzonejs",
10487             "issues": "https://www.drupal.org/project/issues/dropzonejs",
10488             "irc": "irc://irc.freenode.org/drupal-contribute"
10489         }
10490     },
10491     {
10492         "name": "drupal/dropzonejs_eb_widget",
10493         "version": "1.0.0-alpha7",
10494         "version_normalized": "1.0.0.0-alpha7",
10495         "require": {
10496             "drupal/core": "*",
10497             "drupal/dropzonejs": "self.version",
10498             "drupal/entity_browser": "*"
10499         },
10500         "type": "metapackage",
10501         "extra": {
10502             "branch-alias": {
10503                 "dev-1.x": "1.x-dev"
10504             },
10505             "drupal": {
10506                 "version": "8.x-1.0-alpha7",
10507                 "datestamp": "1495200183"
10508             }
10509         },
10510         "notification-url": "https://packages.drupal.org/8/downloads",
10511         "license": [
10512             "GPL-2.0+"
10513         ],
10514         "authors": [
10515             {
10516                 "name": "Drupal Media Team",
10517                 "homepage": "https://www.drupal.org/user/3260690"
10518             },
10519             {
10520                 "name": "Drupal media CI",
10521                 "homepage": "https://www.drupal.org/user/3057985"
10522             },
10523             {
10524                 "name": "Primsi",
10525                 "homepage": "https://www.drupal.org/user/282629"
10526             },
10527             {
10528                 "name": "chr.fritsch",
10529                 "homepage": "https://www.drupal.org/user/2103716"
10530             },
10531             {
10532                 "name": "slashrsm",
10533                 "homepage": "https://www.drupal.org/user/744628"
10534             },
10535             {
10536                 "name": "wouters_f",
10537                 "homepage": "https://www.drupal.org/user/721548"
10538             },
10539             {
10540                 "name": "zkday",
10541                 "homepage": "https://www.drupal.org/user/888644"
10542             }
10543         ],
10544         "description": "DropzoneJS Entity browser widget",
10545         "homepage": "https://www.drupal.org/project/dropzonejs",
10546         "support": {
10547             "source": "http://cgit.drupalcode.org/dropzonejs"
10548         }
10549     },
10550     {
10551         "name": "drupal/entity_browser_entity_form",
10552         "version": "1.0.0",
10553         "version_normalized": "1.0.0.0",
10554         "require": {
10555             "drupal/core": "~8.0",
10556             "drupal/entity_browser": "self.version",
10557             "drupal/inline_entity_form": "*"
10558         },
10559         "type": "metapackage",
10560         "extra": {
10561             "branch-alias": {
10562                 "dev-1.x": "1.x-dev"
10563             },
10564             "drupal": {
10565                 "version": "8.x-1.0",
10566                 "datestamp": "1492678144"
10567             }
10568         },
10569         "notification-url": "https://packages.drupal.org/8/downloads",
10570         "license": [
10571             "GPL-2.0+"
10572         ],
10573         "authors": [
10574             {
10575                 "name": "Dave Reid",
10576                 "homepage": "https://www.drupal.org/user/53892"
10577             },
10578             {
10579                 "name": "Devin Carlson",
10580                 "homepage": "https://www.drupal.org/user/290182"
10581             },
10582             {
10583                 "name": "Drupal Media Team",
10584                 "homepage": "https://www.drupal.org/user/3260690"
10585             },
10586             {
10587                 "name": "Primsi",
10588                 "homepage": "https://www.drupal.org/user/282629"
10589             },
10590             {
10591                 "name": "marcingy",
10592                 "homepage": "https://www.drupal.org/user/77320"
10593             },
10594             {
10595                 "name": "samuel.mortenson",
10596                 "homepage": "https://www.drupal.org/user/2582268"
10597             },
10598             {
10599                 "name": "slashrsm",
10600                 "homepage": "https://www.drupal.org/user/744628"
10601             }
10602         ],
10603         "description": "Entity browser inline entity form integration.",
10604         "homepage": "https://www.drupal.org/project/entity_browser",
10605         "support": {
10606             "source": "http://cgit.drupalcode.org/entity_browser"
10607         }
10608     },
10609     {
10610         "name": "drupal/image_widget_crop",
10611         "version": "2.0.0",
10612         "version_normalized": "2.0.0.0",
10613         "source": {
10614             "type": "git",
10615             "url": "https://git.drupal.org/project/image_widget_crop",
10616             "reference": "8.x-2.0"
10617         },
10618         "dist": {
10619             "type": "zip",
10620             "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.0.zip",
10621             "reference": null,
10622             "shasum": "2c8e13e0c73d95a3f8dde5392da2ef20c3d17faa"
10623         },
10624         "require": {
10625             "drupal/core": "*",
10626             "drupal/crop": "1.x"
10627         },
10628         "require-dev": {
10629             "drupal/crop": "*",
10630             "drupal/ctools": "3.x-dev",
10631             "drupal/entity_browser": "1.x-dev",
10632             "drupal/file_entity": "*",
10633             "drupal/imce": "1.x-dev",
10634             "drupal/inline_entity_form": "*",
10635             "drupal/media_entity": "*",
10636             "drupal/media_entity_image": "1.x-dev"
10637         },
10638         "type": "drupal-module",
10639         "extra": {
10640             "branch-alias": {
10641                 "dev-2.x": "2.x-dev"
10642             },
10643             "drupal": {
10644                 "version": "8.x-2.0",
10645                 "datestamp": "1492618444"
10646             }
10647         },
10648         "installation-source": "dist",
10649         "notification-url": "https://packages.drupal.org/8/downloads",
10650         "license": [
10651             "GPL-2.0+"
10652         ],
10653         "authors": [
10654             {
10655                 "name": "Alexandre Mallet",
10656                 "homepage": "https://github.com/woprrr",
10657                 "role": "Maintainer"
10658             },
10659             {
10660                 "name": "Drupal media CI",
10661                 "homepage": "https://www.drupal.org/user/3057985"
10662             },
10663             {
10664                 "name": "slashrsm",
10665                 "homepage": "https://www.drupal.org/user/744628"
10666             },
10667             {
10668                 "name": "woprrr",
10669                 "homepage": "https://www.drupal.org/user/858604"
10670             }
10671         ],
10672         "description": "Provides an interface for using the features of the Crop API.",
10673         "homepage": "https://www.drupal.org/project/image_widget_crop",
10674         "keywords": [
10675             "Crop",
10676             "Drupal",
10677             "Drupal Media"
10678         ],
10679         "support": {
10680             "source": "https://www.drupal.org/project/image_widget_crop",
10681             "issues": "https://www.drupal.org/project/issues/image_widget_crop",
10682             "irc": "irc://irc.freenode.org/drupal-contribute"
10683         }
10684     },
10685     {
10686         "name": "drupal/media_entity_instagram",
10687         "version": "1.4.0",
10688         "version_normalized": "1.4.0.0",
10689         "source": {
10690             "type": "git",
10691             "url": "https://git.drupal.org/project/media_entity_instagram",
10692             "reference": "8.x-1.4"
10693         },
10694         "dist": {
10695             "type": "zip",
10696             "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-1.4.zip",
10697             "reference": null,
10698             "shasum": "2b69b90417f3c458b4db3ba890813c313d381f0e"
10699         },
10700         "require": {
10701             "drupal/core": "~8.0",
10702             "drupal/media_entity": "*"
10703         },
10704         "type": "drupal-module",
10705         "extra": {
10706             "branch-alias": {
10707                 "dev-1.x": "1.x-dev"
10708             },
10709             "drupal": {
10710                 "version": "8.x-1.4",
10711                 "datestamp": "1495556283"
10712             }
10713         },
10714         "installation-source": "dist",
10715         "notification-url": "https://packages.drupal.org/8/downloads",
10716         "license": [
10717             "GPL-2.0+"
10718         ],
10719         "authors": [
10720             {
10721                 "name": "Drupal Media Team",
10722                 "homepage": "https://www.drupal.org/user/3260690"
10723             },
10724             {
10725                 "name": "Primsi",
10726                 "homepage": "https://www.drupal.org/user/282629"
10727             },
10728             {
10729                 "name": "chr.fritsch",
10730                 "homepage": "https://www.drupal.org/user/2103716"
10731             },
10732             {
10733                 "name": "designesse",
10734                 "homepage": "https://www.drupal.org/user/854012"
10735             },
10736             {
10737                 "name": "slashrsm",
10738                 "homepage": "https://www.drupal.org/user/744628"
10739             }
10740         ],
10741         "description": "Media entity Instagram provider.",
10742         "homepage": "https://www.drupal.org/project/media_entity_instagram",
10743         "support": {
10744             "source": "http://cgit.drupalcode.org/media_entity_instagram"
10745         }
10746     },
10747     {
10748         "name": "drupal/video_embed_field",
10749         "version": "1.5.0",
10750         "version_normalized": "1.5.0.0",
10751         "source": {
10752             "type": "git",
10753             "url": "https://git.drupal.org/project/video_embed_field",
10754             "reference": "8.x-1.5"
10755         },
10756         "dist": {
10757             "type": "zip",
10758             "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-1.5.zip",
10759             "reference": null,
10760             "shasum": "f54d470ef7f863604e51e6ae98cd40ef25de5f79"
10761         },
10762         "require": {
10763             "drupal/core": "*"
10764         },
10765         "require-dev": {
10766             "drupal/colorbox": "*",
10767             "drupal/media_entity": "*",
10768             "drupal/media_entity_embeddable_video": "*"
10769         },
10770         "type": "drupal-module",
10771         "extra": {
10772             "branch-alias": {
10773                 "dev-1.x": "1.x-dev"
10774             },
10775             "drupal": {
10776                 "version": "8.x-1.x",
10777                 "datestamp": "1493246342",
10778                 "package": "Field types"
10779             }
10780         },
10781         "installation-source": "dist",
10782         "notification-url": "https://packages.drupal.org/8/downloads",
10783         "license": [
10784             "GPL-2.0+"
10785         ],
10786         "authors": [
10787             {
10788                 "name": "Sam152",
10789                 "homepage": "https://www.drupal.org/user/1485048"
10790             },
10791             {
10792                 "name": "jec006",
10793                 "homepage": "https://www.drupal.org/user/855980"
10794             },
10795             {
10796                 "name": "plopesc",
10797                 "homepage": "https://www.drupal.org/user/282415"
10798             }
10799         ],
10800         "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
10801         "homepage": "https://www.drupal.org/project/video_embed_field",
10802         "support": {
10803             "source": "http://cgit.drupalcode.org/video_embed_field"
10804         }
10805     },
10806     {
10807         "name": "drupal/video_embed_media",
10808         "version": "1.5.0",
10809         "version_normalized": "1.5.0.0",
10810         "require": {
10811             "drupal/core": "~8.0",
10812             "drupal/media_entity": "*",
10813             "drupal/video_embed_field": "self.version"
10814         },
10815         "type": "metapackage",
10816         "extra": {
10817             "branch-alias": {
10818                 "dev-1.x": "1.x-dev"
10819             },
10820             "drupal": {
10821                 "version": "8.x-1.5",
10822                 "datestamp": "1493246342"
10823             }
10824         },
10825         "notification-url": "https://packages.drupal.org/8/downloads",
10826         "license": [
10827             "GPL-2.0+"
10828         ],
10829         "authors": [
10830             {
10831                 "name": "Sam152",
10832                 "homepage": "https://www.drupal.org/user/1485048"
10833             },
10834             {
10835                 "name": "jec006",
10836                 "homepage": "https://www.drupal.org/user/855980"
10837             },
10838             {
10839                 "name": "plopesc",
10840                 "homepage": "https://www.drupal.org/user/282415"
10841             }
10842         ],
10843         "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.",
10844         "homepage": "https://www.drupal.org/project/video_embed_field",
10845         "support": {
10846             "source": "http://cgit.drupalcode.org/video_embed_field"
10847         }
10848     },
10849     {
10850         "name": "drupal/blazy",
10851         "version": "1.0.0-rc2",
10852         "version_normalized": "1.0.0.0-RC2",
10853         "source": {
10854             "type": "git",
10855             "url": "https://git.drupal.org/project/blazy",
10856             "reference": "8.x-1.0-rc2"
10857         },
10858         "dist": {
10859             "type": "zip",
10860             "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc2.zip",
10861             "reference": null,
10862             "shasum": "242f3022b039c6fd3b98f6ce1955d295119b4b5a"
10863         },
10864         "require": {
10865             "drupal/core": "*"
10866         },
10867         "type": "drupal-module",
10868         "extra": {
10869             "branch-alias": {
10870                 "dev-1.x": "1.x-dev"
10871             },
10872             "drupal": {
10873                 "version": "8.x-1.0-rc2",
10874                 "datestamp": "1495745283"
10875             }
10876         },
10877         "installation-source": "dist",
10878         "notification-url": "https://packages.drupal.org/8/downloads",
10879         "license": [
10880             "GPL-2.0+"
10881         ],
10882         "authors": [
10883             {
10884                 "name": "Gaus Surahman",
10885                 "homepage": "https://www.drupal.org/u/gausarts",
10886                 "role": "Maintainer"
10887             },
10888             {
10889                 "name": "Contributors",
10890                 "homepage": "https://www.drupal.org/node/2663268/committers",
10891                 "role": "Contributor"
10892             }
10893         ],
10894         "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
10895         "homepage": "https://drupal.org/project/blazy",
10896         "keywords": [
10897             "Drupal",
10898             "bLazy",
10899             "lazyload"
10900         ],
10901         "support": {
10902             "source": "http://cgit.drupalcode.org/blazy",
10903             "issues": "https://drupal.org/project/issues/blazy"
10904         }
10905     },
10906     {
10907         "name": "drupal/slick",
10908         "version": "1.0.0",
10909         "version_normalized": "1.0.0.0",
10910         "source": {
10911             "type": "git",
10912             "url": "https://git.drupal.org/project/slick",
10913             "reference": "8.x-1.0"
10914         },
10915         "dist": {
10916             "type": "zip",
10917             "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
10918             "reference": null,
10919             "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
10920         },
10921         "require": {
10922             "drupal/blazy": "~1.0",
10923             "drupal/core": "~8.0"
10924         },
10925         "type": "drupal-module",
10926         "extra": {
10927             "branch-alias": {
10928                 "dev-1.x": "1.x-dev"
10929             },
10930             "drupal": {
10931                 "version": "8.x-1.0",
10932                 "datestamp": "1495746183"
10933             }
10934         },
10935         "installation-source": "dist",
10936         "notification-url": "https://packages.drupal.org/8/downloads",
10937         "license": [
10938             "GPL-2.0+"
10939         ],
10940         "authors": [
10941             {
10942                 "name": "arshadcn",
10943                 "homepage": "https://www.drupal.org/user/571032"
10944             },
10945             {
10946                 "name": "gausarts",
10947                 "homepage": "https://www.drupal.org/user/159062"
10948             }
10949         ],
10950         "description": "Slick carousel, the last carousel you'll ever need.",
10951         "homepage": "https://drupal.org/project/slick",
10952         "keywords": [
10953             "Drupal",
10954             "carousel",
10955             "slideshow"
10956         ],
10957         "support": {
10958             "source": "http://cgit.drupalcode.org/slick",
10959             "issues": "https://drupal.org/project/issues/slick"
10960         }
10961     },
10962     {
10963         "name": "drupal/slick_media",
10964         "version": "1.0.0",
10965         "version_normalized": "1.0.0.0",
10966         "source": {
10967             "type": "git",
10968             "url": "https://git.drupal.org/project/slick_media",
10969             "reference": "8.x-1.0"
10970         },
10971         "dist": {
10972             "type": "zip",
10973             "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0.zip",
10974             "reference": null,
10975             "shasum": "b85a9899c53ca2f59f7cdbba044e2f58ae71e092"
10976         },
10977         "require": {
10978             "drupal/core": "~8.0",
10979             "drupal/media_entity_image": "*",
10980             "drupal/slick": "*",
10981             "drupal/video_embed_media": "*"
10982         },
10983         "type": "drupal-module",
10984         "extra": {
10985             "branch-alias": {
10986                 "dev-1.x": "1.x-dev"
10987             },
10988             "drupal": {
10989                 "version": "8.x-1.0",
10990                 "datestamp": "1495747983"
10991             }
10992         },
10993         "installation-source": "dist",
10994         "notification-url": "https://packages.drupal.org/8/downloads",
10995         "license": [
10996             "GPL-2.0+"
10997         ],
10998         "authors": [
10999             {
11000                 "name": "gausarts",
11001                 "homepage": "https://www.drupal.org/user/159062"
11002             }
11003         ],
11004         "description": "Provides Slick carousel integration with Media entity.",
11005         "homepage": "https://www.drupal.org/project/slick_media",
11006         "support": {
11007             "source": "http://cgit.drupalcode.org/slick_media"
11008         }
11009     },
11010     {
11011         "name": "mehrpadin/superfish",
11012         "version": "2.1",
11013         "version_normalized": "2.1.0.0",
11014         "source": {
11015             "type": "git",
11016             "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
11017             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
11018         },
11019         "dist": {
11020             "type": "zip",
11021             "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
11022             "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
11023             "shasum": ""
11024         },
11025         "time": "2017-05-30T13:00:18+00:00",
11026         "type": "drupal-library",
11027         "installation-source": "dist",
11028         "notification-url": "https://packagist.org/downloads/",
11029         "license": [
11030             "MIT"
11031         ],
11032         "description": "Superfish library for the Drupal Superfish module.",
11033         "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
11034         "keywords": [
11035             "jquery",
11036             "plugin"
11037         ]
11038     },
11039     {
11040         "name": "drupal/superfish",
11041         "version": "1.1.0",
11042         "version_normalized": "1.1.0.0",
11043         "source": {
11044             "type": "git",
11045             "url": "https://git.drupal.org/project/superfish",
11046             "reference": "8.x-1.1"
11047         },
11048         "dist": {
11049             "type": "zip",
11050             "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.1.zip",
11051             "reference": null,
11052             "shasum": "f5e9e547d1d38588a963b22105dec1deb1e55010"
11053         },
11054         "require": {
11055             "drupal/core": "~8.0",
11056             "mehrpadin/superfish": "~2.0"
11057         },
11058         "type": "drupal-module",
11059         "extra": {
11060             "branch-alias": {
11061                 "dev-1.x": "1.x-dev"
11062             },
11063             "drupal": {
11064                 "version": "8.x-1.1",
11065                 "datestamp": "1496335443"
11066             }
11067         },
11068         "installation-source": "dist",
11069         "notification-url": "https://packages.drupal.org/8/downloads",
11070         "license": [
11071             "GPL-2.0+"
11072         ],
11073         "authors": [
11074             {
11075                 "name": "mehrpadin",
11076                 "homepage": "https://www.drupal.org/u/mehrpadin",
11077                 "role": "Maintainer"
11078             }
11079         ],
11080         "description": "Adds jQuery Superfish plugin to menu blocks.",
11081         "homepage": "https://www.drupal.org/project/superfish",
11082         "support": {
11083             "source": "https://cgit.drupalcode.org/superfish",
11084             "issues": "https://www.drupal.org/project/superfish"
11085         }
11086     },
11087     {
11088         "name": "phpunit/phpunit",
11089         "version": "4.8.36",
11090         "version_normalized": "4.8.36.0",
11091         "source": {
11092             "type": "git",
11093             "url": "https://github.com/sebastianbergmann/phpunit.git",
11094             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
11095         },
11096         "dist": {
11097             "type": "zip",
11098             "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
11099             "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
11100             "shasum": ""
11101         },
11102         "require": {
11103             "ext-dom": "*",
11104             "ext-json": "*",
11105             "ext-pcre": "*",
11106             "ext-reflection": "*",
11107             "ext-spl": "*",
11108             "php": ">=5.3.3",
11109             "phpspec/prophecy": "^1.3.1",
11110             "phpunit/php-code-coverage": "~2.1",
11111             "phpunit/php-file-iterator": "~1.4",
11112             "phpunit/php-text-template": "~1.2",
11113             "phpunit/php-timer": "^1.0.6",
11114             "phpunit/phpunit-mock-objects": "~2.3",
11115             "sebastian/comparator": "~1.2.2",
11116             "sebastian/diff": "~1.2",
11117             "sebastian/environment": "~1.3",
11118             "sebastian/exporter": "~1.2",
11119             "sebastian/global-state": "~1.0",
11120             "sebastian/version": "~1.0",
11121             "symfony/yaml": "~2.1|~3.0"
11122         },
11123         "suggest": {
11124             "phpunit/php-invoker": "~1.1"
11125         },
11126         "time": "2017-06-21T08:07:12+00:00",
11127         "bin": [
11128             "phpunit"
11129         ],
11130         "type": "library",
11131         "extra": {
11132             "branch-alias": {
11133                 "dev-master": "4.8.x-dev"
11134             }
11135         },
11136         "installation-source": "dist",
11137         "autoload": {
11138             "classmap": [
11139                 "src/"
11140             ]
11141         },
11142         "notification-url": "https://packagist.org/downloads/",
11143         "license": [
11144             "BSD-3-Clause"
11145         ],
11146         "authors": [
11147             {
11148                 "name": "Sebastian Bergmann",
11149                 "email": "sebastian@phpunit.de",
11150                 "role": "lead"
11151             }
11152         ],
11153         "description": "The PHP Unit Testing framework.",
11154         "homepage": "https://phpunit.de/",
11155         "keywords": [
11156             "phpunit",
11157             "testing",
11158             "xunit"
11159         ]
11160     },
11161     {
11162         "name": "j7mbo/twitter-api-php",
11163         "version": "1.0.6",
11164         "version_normalized": "1.0.6.0",
11165         "source": {
11166             "type": "git",
11167             "url": "https://github.com/J7mbo/twitter-api-php.git",
11168             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
11169         },
11170         "dist": {
11171             "type": "zip",
11172             "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
11173             "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
11174             "shasum": ""
11175         },
11176         "require": {
11177             "ext-curl": "*"
11178         },
11179         "require-dev": {
11180             "phpunit/phpunit": "~4.5,>=4.5.1"
11181         },
11182         "time": "2017-05-08T12:10:56+00:00",
11183         "type": "library",
11184         "extra": {
11185             "branch-alias": {
11186                 "dev-master": "1.0-dev"
11187             }
11188         },
11189         "installation-source": "dist",
11190         "autoload": {
11191             "classmap": [
11192                 "TwitterAPIExchange.php"
11193             ]
11194         },
11195         "notification-url": "https://packagist.org/downloads/",
11196         "license": [
11197             "GNU Public License"
11198         ],
11199         "authors": [
11200             {
11201                 "name": "James Mallison",
11202                 "homepage": "https://github.com/j7mbo/twitter-api-php"
11203             }
11204         ],
11205         "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
11206         "homepage": "https://github.com/j7mbo/twitter-api-php",
11207         "keywords": [
11208             "api",
11209             "php",
11210             "twitter"
11211         ]
11212     },
11213     {
11214         "name": "ezyang/htmlpurifier",
11215         "version": "v4.9.3",
11216         "version_normalized": "4.9.3.0",
11217         "source": {
11218             "type": "git",
11219             "url": "https://github.com/ezyang/htmlpurifier.git",
11220             "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
11221         },
11222         "dist": {
11223             "type": "zip",
11224             "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
11225             "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
11226             "shasum": ""
11227         },
11228         "require": {
11229             "php": ">=5.2"
11230         },
11231         "require-dev": {
11232             "simpletest/simpletest": "^1.1"
11233         },
11234         "time": "2017-06-03T02:28:16+00:00",
11235         "type": "library",
11236         "installation-source": "dist",
11237         "autoload": {
11238             "psr-0": {
11239                 "HTMLPurifier": "library/"
11240             },
11241             "files": [
11242                 "library/HTMLPurifier.composer.php"
11243             ]
11244         },
11245         "notification-url": "https://packagist.org/downloads/",
11246         "license": [
11247             "LGPL"
11248         ],
11249         "authors": [
11250             {
11251                 "name": "Edward Z. Yang",
11252                 "email": "admin@htmlpurifier.org",
11253                 "homepage": "http://ezyang.com"
11254             }
11255         ],
11256         "description": "Standards compliant HTML filter written in PHP",
11257         "homepage": "http://htmlpurifier.org/",
11258         "keywords": [
11259             "html"
11260         ]
11261     },
11262     {
11263         "name": "caxy/php-htmldiff",
11264         "version": "v0.1.5",
11265         "version_normalized": "0.1.5.0",
11266         "source": {
11267             "type": "git",
11268             "url": "https://github.com/caxy/php-htmldiff.git",
11269             "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc"
11270         },
11271         "dist": {
11272             "type": "zip",
11273             "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/d7540c9938c860f2cb7083f72ba24c45f51d57bc",
11274             "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc",
11275             "shasum": ""
11276         },
11277         "require": {
11278             "ezyang/htmlpurifier": "^4.7",
11279             "php": ">=5.3.3",
11280             "sunra/php-simple-html-dom-parser": "^1.5"
11281         },
11282         "require-dev": {
11283             "doctrine/cache": "~1.0",
11284             "phpunit/phpunit": "~5.0"
11285         },
11286         "suggest": {
11287             "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
11288         },
11289         "time": "2017-06-12T17:35:44+00:00",
11290         "type": "library",
11291         "extra": {
11292             "branch-alias": {
11293                 "dev-master": "0.1.x-dev"
11294             }
11295         },
11296         "installation-source": "dist",
11297         "autoload": {
11298             "psr-0": {
11299                 "Caxy\\HtmlDiff": "lib/"
11300             }
11301         },
11302         "notification-url": "https://packagist.org/downloads/",
11303         "license": [
11304             "GPL-2.0"
11305         ],
11306         "authors": [
11307             {
11308                 "name": "Josh Schroeder",
11309                 "email": "jschroeder@caxy.com",
11310                 "homepage": "http://www.caxy.com"
11311             }
11312         ],
11313         "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
11314         "homepage": "https://github.com/caxy/php-htmldiff",
11315         "keywords": [
11316             "diff",
11317             "html"
11318         ]
11319     }
11320 ]