Security update to Drupal 8.4.6
[yaffs-website] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "08077751106b61fc89fbb36241674293",
8     "packages": [
9         {
10             "name": "alchemy/zippy",
11             "version": "0.4.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/alchemy-fr/Zippy.git",
15                 "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea",
20                 "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea",
21                 "shasum": ""
22             },
23             "require": {
24                 "doctrine/collections": "~1.0",
25                 "ext-mbstring": "*",
26                 "php": ">=5.5",
27                 "symfony/filesystem": "^2.0.5|^3.0",
28                 "symfony/process": "^2.1|^3.0"
29             },
30             "require-dev": {
31                 "ext-zip": "*",
32                 "guzzle/guzzle": "~3.0",
33                 "guzzlehttp/guzzle": "^6.0",
34                 "phpunit/phpunit": "^4.0|^5.0",
35                 "symfony/finder": "^2.0.5|^3.0"
36             },
37             "suggest": {
38                 "ext-zip": "To use the ZipExtensionAdapter",
39                 "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
40                 "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
41             },
42             "type": "library",
43             "extra": {
44                 "branch-alias": {
45                     "dev-master": "0.4.x-dev"
46                 }
47             },
48             "autoload": {
49                 "psr-4": {
50                     "Alchemy\\Zippy\\": "src/"
51                 }
52             },
53             "notification-url": "https://packagist.org/downloads/",
54             "license": [
55                 "MIT"
56             ],
57             "authors": [
58                 {
59                     "name": "Alchemy",
60                     "email": "dev.team@alchemy.fr",
61                     "homepage": "http://www.alchemy.fr/"
62                 }
63             ],
64             "description": "Zippy, the archive manager companion",
65             "keywords": [
66                 "bzip",
67                 "compression",
68                 "tar",
69                 "zip"
70             ],
71             "time": "2016-11-03T16:10:31+00:00"
72         },
73         {
74             "name": "asm89/stack-cors",
75             "version": "1.2.0",
76             "source": {
77                 "type": "git",
78                 "url": "https://github.com/asm89/stack-cors.git",
79                 "reference": "c163e2b614550aedcf71165db2473d936abbced6"
80             },
81             "dist": {
82                 "type": "zip",
83                 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
84                 "reference": "c163e2b614550aedcf71165db2473d936abbced6",
85                 "shasum": ""
86             },
87             "require": {
88                 "php": ">=5.5.9",
89                 "symfony/http-foundation": "~2.7|~3.0|~4.0",
90                 "symfony/http-kernel": "~2.7|~3.0|~4.0"
91             },
92             "require-dev": {
93                 "phpunit/phpunit": "^5.0 || ^4.8.10",
94                 "squizlabs/php_codesniffer": "^2.3"
95             },
96             "type": "library",
97             "extra": {
98                 "branch-alias": {
99                     "dev-master": "1.2-dev"
100                 }
101             },
102             "autoload": {
103                 "psr-4": {
104                     "Asm89\\Stack\\": "src/Asm89/Stack/"
105                 }
106             },
107             "notification-url": "https://packagist.org/downloads/",
108             "license": [
109                 "MIT"
110             ],
111             "authors": [
112                 {
113                     "name": "Alexander",
114                     "email": "iam.asm89@gmail.com"
115                 }
116             ],
117             "description": "Cross-origin resource sharing library and stack middleware",
118             "homepage": "https://github.com/asm89/stack-cors",
119             "keywords": [
120                 "cors",
121                 "stack"
122             ],
123             "time": "2017-12-20T14:37:45+00:00"
124         },
125         {
126             "name": "behat/behat",
127             "version": "v3.4.1",
128             "source": {
129                 "type": "git",
130                 "url": "https://github.com/Behat/Behat.git",
131                 "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692"
132             },
133             "dist": {
134                 "type": "zip",
135                 "url": "https://api.github.com/repos/Behat/Behat/zipball/cb51d4b0b11ea6d3897f3589a871a63a33632692",
136                 "reference": "cb51d4b0b11ea6d3897f3589a871a63a33632692",
137                 "shasum": ""
138             },
139             "require": {
140                 "behat/gherkin": "^4.5.1",
141                 "behat/transliterator": "^1.2",
142                 "container-interop/container-interop": "^1.2",
143                 "ext-mbstring": "*",
144                 "php": ">=5.3.3",
145                 "psr/container": "^1.0",
146                 "symfony/class-loader": "~2.1||~3.0",
147                 "symfony/config": "~2.3||~3.0",
148                 "symfony/console": "~2.5||~3.0",
149                 "symfony/dependency-injection": "~2.1||~3.0",
150                 "symfony/event-dispatcher": "~2.1||~3.0",
151                 "symfony/translation": "~2.3||~3.0",
152                 "symfony/yaml": "~2.1||~3.0"
153             },
154             "require-dev": {
155                 "herrera-io/box": "~1.6.1",
156                 "phpunit/phpunit": "~4.5",
157                 "symfony/process": "~2.5|~3.0"
158             },
159             "suggest": {
160                 "behat/mink-extension": "for integration with Mink testing framework",
161                 "behat/symfony2-extension": "for integration with Symfony2 web framework",
162                 "behat/yii-extension": "for integration with Yii web framework"
163             },
164             "bin": [
165                 "bin/behat"
166             ],
167             "type": "library",
168             "extra": {
169                 "branch-alias": {
170                     "dev-master": "3.2.x-dev"
171                 }
172             },
173             "autoload": {
174                 "psr-0": {
175                     "Behat\\Behat": "src/",
176                     "Behat\\Testwork": "src/"
177                 }
178             },
179             "notification-url": "https://packagist.org/downloads/",
180             "license": [
181                 "MIT"
182             ],
183             "authors": [
184                 {
185                     "name": "Konstantin Kudryashov",
186                     "email": "ever.zet@gmail.com",
187                     "homepage": "http://everzet.com"
188                 }
189             ],
190             "description": "Scenario-oriented BDD framework for PHP 5.3",
191             "homepage": "http://behat.org/",
192             "keywords": [
193                 "Agile",
194                 "BDD",
195                 "ScenarioBDD",
196                 "Scrum",
197                 "StoryBDD",
198                 "User story",
199                 "business",
200                 "development",
201                 "documentation",
202                 "examples",
203                 "symfony",
204                 "testing"
205             ],
206             "time": "2017-09-18T11:10:28+00:00"
207         },
208         {
209             "name": "behat/gherkin",
210             "version": "v4.5.1",
211             "source": {
212                 "type": "git",
213                 "url": "https://github.com/Behat/Gherkin.git",
214                 "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
215             },
216             "dist": {
217                 "type": "zip",
218                 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
219                 "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
220                 "shasum": ""
221             },
222             "require": {
223                 "php": ">=5.3.1"
224             },
225             "require-dev": {
226                 "phpunit/phpunit": "~4.5|~5",
227                 "symfony/phpunit-bridge": "~2.7|~3",
228                 "symfony/yaml": "~2.3|~3"
229             },
230             "suggest": {
231                 "symfony/yaml": "If you want to parse features, represented in YAML files"
232             },
233             "type": "library",
234             "extra": {
235                 "branch-alias": {
236                     "dev-master": "4.4-dev"
237                 }
238             },
239             "autoload": {
240                 "psr-0": {
241                     "Behat\\Gherkin": "src/"
242                 }
243             },
244             "notification-url": "https://packagist.org/downloads/",
245             "license": [
246                 "MIT"
247             ],
248             "authors": [
249                 {
250                     "name": "Konstantin Kudryashov",
251                     "email": "ever.zet@gmail.com",
252                     "homepage": "http://everzet.com"
253                 }
254             ],
255             "description": "Gherkin DSL parser for PHP 5.3",
256             "homepage": "http://behat.org/",
257             "keywords": [
258                 "BDD",
259                 "Behat",
260                 "Cucumber",
261                 "DSL",
262                 "gherkin",
263                 "parser"
264             ],
265             "time": "2017-08-30T11:04:43+00:00"
266         },
267         {
268             "name": "behat/mink",
269             "version": "v1.7.1",
270             "source": {
271                 "type": "git",
272                 "url": "https://github.com/minkphp/Mink.git",
273                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
274             },
275             "dist": {
276                 "type": "zip",
277                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
278                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
279                 "shasum": ""
280             },
281             "require": {
282                 "php": ">=5.3.1",
283                 "symfony/css-selector": "~2.1|~3.0"
284             },
285             "require-dev": {
286                 "symfony/phpunit-bridge": "~2.7|~3.0"
287             },
288             "suggest": {
289                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
290                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
291                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
292                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
293             },
294             "type": "library",
295             "extra": {
296                 "branch-alias": {
297                     "dev-master": "1.7.x-dev"
298                 }
299             },
300             "autoload": {
301                 "psr-4": {
302                     "Behat\\Mink\\": "src/"
303                 }
304             },
305             "notification-url": "https://packagist.org/downloads/",
306             "license": [
307                 "MIT"
308             ],
309             "authors": [
310                 {
311                     "name": "Konstantin Kudryashov",
312                     "email": "ever.zet@gmail.com",
313                     "homepage": "http://everzet.com"
314                 }
315             ],
316             "description": "Browser controller/emulator abstraction for PHP",
317             "homepage": "http://mink.behat.org/",
318             "keywords": [
319                 "browser",
320                 "testing",
321                 "web"
322             ],
323             "time": "2016-03-05T08:26:18+00:00"
324         },
325         {
326             "name": "behat/mink-browserkit-driver",
327             "version": "v1.3.2",
328             "source": {
329                 "type": "git",
330                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
331                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
332             },
333             "dist": {
334                 "type": "zip",
335                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
336                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
337                 "shasum": ""
338             },
339             "require": {
340                 "behat/mink": "^1.7.1@dev",
341                 "php": ">=5.3.6",
342                 "symfony/browser-kit": "~2.3|~3.0",
343                 "symfony/dom-crawler": "~2.3|~3.0"
344             },
345             "require-dev": {
346                 "silex/silex": "~1.2",
347                 "symfony/phpunit-bridge": "~2.7|~3.0"
348             },
349             "type": "mink-driver",
350             "extra": {
351                 "branch-alias": {
352                     "dev-master": "1.3.x-dev"
353                 }
354             },
355             "autoload": {
356                 "psr-4": {
357                     "Behat\\Mink\\Driver\\": "src/"
358                 }
359             },
360             "notification-url": "https://packagist.org/downloads/",
361             "license": [
362                 "MIT"
363             ],
364             "authors": [
365                 {
366                     "name": "Konstantin Kudryashov",
367                     "email": "ever.zet@gmail.com",
368                     "homepage": "http://everzet.com"
369                 }
370             ],
371             "description": "Symfony2 BrowserKit driver for Mink framework",
372             "homepage": "http://mink.behat.org/",
373             "keywords": [
374                 "Mink",
375                 "Symfony2",
376                 "browser",
377                 "testing"
378             ],
379             "time": "2016-03-05T08:59:47+00:00"
380         },
381         {
382             "name": "behat/mink-extension",
383             "version": "v2.2",
384             "source": {
385                 "type": "git",
386                 "url": "https://github.com/Behat/MinkExtension.git",
387                 "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
388             },
389             "dist": {
390                 "type": "zip",
391                 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
392                 "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
393                 "shasum": ""
394             },
395             "require": {
396                 "behat/behat": "~3.0,>=3.0.5",
397                 "behat/mink": "~1.5",
398                 "php": ">=5.3.2",
399                 "symfony/config": "~2.2|~3.0"
400             },
401             "require-dev": {
402                 "behat/mink-goutte-driver": "~1.1",
403                 "phpspec/phpspec": "~2.0"
404             },
405             "type": "behat-extension",
406             "extra": {
407                 "branch-alias": {
408                     "dev-master": "2.1.x-dev"
409                 }
410             },
411             "autoload": {
412                 "psr-0": {
413                     "Behat\\MinkExtension": "src/"
414                 }
415             },
416             "notification-url": "https://packagist.org/downloads/",
417             "license": [
418                 "MIT"
419             ],
420             "authors": [
421                 {
422                     "name": "Christophe Coevoet",
423                     "email": "stof@notk.org"
424                 },
425                 {
426                     "name": "Konstantin Kudryashov",
427                     "email": "ever.zet@gmail.com"
428                 }
429             ],
430             "description": "Mink extension for Behat",
431             "homepage": "http://extensions.behat.org/mink",
432             "keywords": [
433                 "browser",
434                 "gui",
435                 "test",
436                 "web"
437             ],
438             "time": "2016-02-15T07:55:18+00:00"
439         },
440         {
441             "name": "behat/mink-goutte-driver",
442             "version": "v1.2.1",
443             "source": {
444                 "type": "git",
445                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
446                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
447             },
448             "dist": {
449                 "type": "zip",
450                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
451                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
452                 "shasum": ""
453             },
454             "require": {
455                 "behat/mink": "~1.6@dev",
456                 "behat/mink-browserkit-driver": "~1.2@dev",
457                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
458                 "php": ">=5.3.1"
459             },
460             "require-dev": {
461                 "symfony/phpunit-bridge": "~2.7|~3.0"
462             },
463             "type": "mink-driver",
464             "extra": {
465                 "branch-alias": {
466                     "dev-master": "1.2.x-dev"
467                 }
468             },
469             "autoload": {
470                 "psr-4": {
471                     "Behat\\Mink\\Driver\\": "src/"
472                 }
473             },
474             "notification-url": "https://packagist.org/downloads/",
475             "license": [
476                 "MIT"
477             ],
478             "authors": [
479                 {
480                     "name": "Konstantin Kudryashov",
481                     "email": "ever.zet@gmail.com",
482                     "homepage": "http://everzet.com"
483                 }
484             ],
485             "description": "Goutte driver for Mink framework",
486             "homepage": "http://mink.behat.org/",
487             "keywords": [
488                 "browser",
489                 "goutte",
490                 "headless",
491                 "testing"
492             ],
493             "time": "2016-03-05T09:04:22+00:00"
494         },
495         {
496             "name": "behat/mink-selenium2-driver",
497             "version": "v1.3.1",
498             "source": {
499                 "type": "git",
500                 "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
501                 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
502             },
503             "dist": {
504                 "type": "zip",
505                 "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
506                 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
507                 "shasum": ""
508             },
509             "require": {
510                 "behat/mink": "~1.7@dev",
511                 "instaclick/php-webdriver": "~1.1",
512                 "php": ">=5.3.1"
513             },
514             "require-dev": {
515                 "symfony/phpunit-bridge": "~2.7"
516             },
517             "type": "mink-driver",
518             "extra": {
519                 "branch-alias": {
520                     "dev-master": "1.3.x-dev"
521                 }
522             },
523             "autoload": {
524                 "psr-4": {
525                     "Behat\\Mink\\Driver\\": "src/"
526                 }
527             },
528             "notification-url": "https://packagist.org/downloads/",
529             "license": [
530                 "MIT"
531             ],
532             "authors": [
533                 {
534                     "name": "Konstantin Kudryashov",
535                     "email": "ever.zet@gmail.com",
536                     "homepage": "http://everzet.com"
537                 },
538                 {
539                     "name": "Pete Otaqui",
540                     "email": "pete@otaqui.com",
541                     "homepage": "https://github.com/pete-otaqui"
542                 }
543             ],
544             "description": "Selenium2 (WebDriver) driver for Mink framework",
545             "homepage": "http://mink.behat.org/",
546             "keywords": [
547                 "ajax",
548                 "browser",
549                 "javascript",
550                 "selenium",
551                 "testing",
552                 "webdriver"
553             ],
554             "time": "2016-03-05T09:10:18+00:00"
555         },
556         {
557             "name": "behat/transliterator",
558             "version": "v1.2.0",
559             "source": {
560                 "type": "git",
561                 "url": "https://github.com/Behat/Transliterator.git",
562                 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
563             },
564             "dist": {
565                 "type": "zip",
566                 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
567                 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
568                 "shasum": ""
569             },
570             "require": {
571                 "php": ">=5.3.3"
572             },
573             "require-dev": {
574                 "chuyskywalker/rolling-curl": "^3.1",
575                 "php-yaoi/php-yaoi": "^1.0"
576             },
577             "type": "library",
578             "extra": {
579                 "branch-alias": {
580                     "dev-master": "1.2-dev"
581                 }
582             },
583             "autoload": {
584                 "psr-0": {
585                     "Behat\\Transliterator": "src/"
586                 }
587             },
588             "notification-url": "https://packagist.org/downloads/",
589             "license": [
590                 "Artistic-1.0"
591             ],
592             "description": "String transliterator",
593             "keywords": [
594                 "i18n",
595                 "slug",
596                 "transliterator"
597             ],
598             "time": "2017-04-04T11:38:05+00:00"
599         },
600         {
601             "name": "caxy/php-htmldiff",
602             "version": "v0.1.5",
603             "source": {
604                 "type": "git",
605                 "url": "https://github.com/caxy/php-htmldiff.git",
606                 "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc"
607             },
608             "dist": {
609                 "type": "zip",
610                 "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/d7540c9938c860f2cb7083f72ba24c45f51d57bc",
611                 "reference": "d7540c9938c860f2cb7083f72ba24c45f51d57bc",
612                 "shasum": ""
613             },
614             "require": {
615                 "ezyang/htmlpurifier": "^4.7",
616                 "php": ">=5.3.3",
617                 "sunra/php-simple-html-dom-parser": "^1.5"
618             },
619             "require-dev": {
620                 "doctrine/cache": "~1.0",
621                 "phpunit/phpunit": "~5.0"
622             },
623             "suggest": {
624                 "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
625             },
626             "type": "library",
627             "extra": {
628                 "branch-alias": {
629                     "dev-master": "0.1.x-dev"
630                 }
631             },
632             "autoload": {
633                 "psr-0": {
634                     "Caxy\\HtmlDiff": "lib/"
635                 }
636             },
637             "notification-url": "https://packagist.org/downloads/",
638             "license": [
639                 "GPL-2.0"
640             ],
641             "authors": [
642                 {
643                     "name": "Josh Schroeder",
644                     "email": "jschroeder@caxy.com",
645                     "homepage": "http://www.caxy.com"
646                 }
647             ],
648             "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
649             "homepage": "https://github.com/caxy/php-htmldiff",
650             "keywords": [
651                 "diff",
652                 "html"
653             ],
654             "time": "2017-06-12T17:35:44+00:00"
655         },
656         {
657             "name": "cebe/markdown",
658             "version": "1.0.2",
659             "source": {
660                 "type": "git",
661                 "url": "https://github.com/cebe/markdown.git",
662                 "reference": "f681fee8303310415b746f3758eeda0a7ad08bda"
663             },
664             "dist": {
665                 "type": "zip",
666                 "url": "https://api.github.com/repos/cebe/markdown/zipball/f681fee8303310415b746f3758eeda0a7ad08bda",
667                 "reference": "f681fee8303310415b746f3758eeda0a7ad08bda",
668                 "shasum": ""
669             },
670             "require": {
671                 "lib-pcre": "*",
672                 "php": ">=5.4.0"
673             },
674             "require-dev": {
675                 "cebe/indent": "*",
676                 "facebook/xhprof": "*@dev",
677                 "phpunit/phpunit": "3.7.*"
678             },
679             "bin": [
680                 "bin/markdown"
681             ],
682             "type": "library",
683             "extra": {
684                 "branch-alias": {
685                     "dev-master": "1.0.x-dev"
686                 }
687             },
688             "autoload": {
689                 "psr-4": {
690                     "cebe\\markdown\\": ""
691                 }
692             },
693             "notification-url": "https://packagist.org/downloads/",
694             "license": [
695                 "MIT"
696             ],
697             "authors": [
698                 {
699                     "name": "Carsten Brandt",
700                     "email": "mail@cebe.cc",
701                     "homepage": "http://cebe.cc/",
702                     "role": "Creator"
703                 }
704             ],
705             "description": "A super fast, highly extensible markdown parser for PHP",
706             "homepage": "https://github.com/cebe/markdown#readme",
707             "keywords": [
708                 "extensible",
709                 "fast",
710                 "gfm",
711                 "markdown",
712                 "markdown-extra"
713             ],
714             "time": "2015-03-06T05:21:16+00:00"
715         },
716         {
717             "name": "composer/installers",
718             "version": "v1.3.0",
719             "source": {
720                 "type": "git",
721                 "url": "https://github.com/composer/installers.git",
722                 "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045"
723             },
724             "dist": {
725                 "type": "zip",
726                 "url": "https://api.github.com/repos/composer/installers/zipball/79ad876c7498c0bbfe7eed065b8651c93bfd6045",
727                 "reference": "79ad876c7498c0bbfe7eed065b8651c93bfd6045",
728                 "shasum": ""
729             },
730             "require": {
731                 "composer-plugin-api": "^1.0"
732             },
733             "replace": {
734                 "roundcube/plugin-installer": "*",
735                 "shama/baton": "*"
736             },
737             "require-dev": {
738                 "composer/composer": "1.0.*@dev",
739                 "phpunit/phpunit": "4.1.*"
740             },
741             "type": "composer-plugin",
742             "extra": {
743                 "class": "Composer\\Installers\\Plugin",
744                 "branch-alias": {
745                     "dev-master": "1.0-dev"
746                 }
747             },
748             "autoload": {
749                 "psr-4": {
750                     "Composer\\Installers\\": "src/Composer/Installers"
751                 }
752             },
753             "notification-url": "https://packagist.org/downloads/",
754             "license": [
755                 "MIT"
756             ],
757             "authors": [
758                 {
759                     "name": "Kyle Robinson Young",
760                     "email": "kyle@dontkry.com",
761                     "homepage": "https://github.com/shama"
762                 }
763             ],
764             "description": "A multi-framework Composer library installer",
765             "homepage": "https://composer.github.io/installers/",
766             "keywords": [
767                 "Craft",
768                 "Dolibarr",
769                 "Eliasis",
770                 "Hurad",
771                 "ImageCMS",
772                 "Kanboard",
773                 "MODX Evo",
774                 "Mautic",
775                 "Maya",
776                 "OXID",
777                 "Plentymarkets",
778                 "Porto",
779                 "RadPHP",
780                 "SMF",
781                 "Thelia",
782                 "WolfCMS",
783                 "agl",
784                 "aimeos",
785                 "annotatecms",
786                 "attogram",
787                 "bitrix",
788                 "cakephp",
789                 "chef",
790                 "cockpit",
791                 "codeigniter",
792                 "concrete5",
793                 "croogo",
794                 "dokuwiki",
795                 "drupal",
796                 "elgg",
797                 "expressionengine",
798                 "fuelphp",
799                 "grav",
800                 "installer",
801                 "itop",
802                 "joomla",
803                 "kohana",
804                 "laravel",
805                 "lavalite",
806                 "lithium",
807                 "magento",
808                 "mako",
809                 "mediawiki",
810                 "modulework",
811                 "moodle",
812                 "phpbb",
813                 "piwik",
814                 "ppi",
815                 "puppet",
816                 "reindex",
817                 "roundcube",
818                 "shopware",
819                 "silverstripe",
820                 "sydes",
821                 "symfony",
822                 "typo3",
823                 "wordpress",
824                 "yawik",
825                 "zend",
826                 "zikula"
827             ],
828             "time": "2017-04-24T06:37:16+00:00"
829         },
830         {
831             "name": "composer/semver",
832             "version": "1.4.2",
833             "source": {
834                 "type": "git",
835                 "url": "https://github.com/composer/semver.git",
836                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
837             },
838             "dist": {
839                 "type": "zip",
840                 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
841                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
842                 "shasum": ""
843             },
844             "require": {
845                 "php": "^5.3.2 || ^7.0"
846             },
847             "require-dev": {
848                 "phpunit/phpunit": "^4.5 || ^5.0.5",
849                 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
850             },
851             "type": "library",
852             "extra": {
853                 "branch-alias": {
854                     "dev-master": "1.x-dev"
855                 }
856             },
857             "autoload": {
858                 "psr-4": {
859                     "Composer\\Semver\\": "src"
860                 }
861             },
862             "notification-url": "https://packagist.org/downloads/",
863             "license": [
864                 "MIT"
865             ],
866             "authors": [
867                 {
868                     "name": "Nils Adermann",
869                     "email": "naderman@naderman.de",
870                     "homepage": "http://www.naderman.de"
871                 },
872                 {
873                     "name": "Jordi Boggiano",
874                     "email": "j.boggiano@seld.be",
875                     "homepage": "http://seld.be"
876                 },
877                 {
878                     "name": "Rob Bast",
879                     "email": "rob.bast@gmail.com",
880                     "homepage": "http://robbast.nl"
881                 }
882             ],
883             "description": "Semver library that offers utilities, version constraint parsing and validation.",
884             "keywords": [
885                 "semantic",
886                 "semver",
887                 "validation",
888                 "versioning"
889             ],
890             "time": "2016-08-30T16:08:34+00:00"
891         },
892         {
893             "name": "consolidation/annotated-command",
894             "version": "2.8.3",
895             "source": {
896                 "type": "git",
897                 "url": "https://github.com/consolidation/annotated-command.git",
898                 "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437"
899             },
900             "dist": {
901                 "type": "zip",
902                 "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
903                 "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
904                 "shasum": ""
905             },
906             "require": {
907                 "consolidation/output-formatters": "^3.1.12",
908                 "php": ">=5.4.0",
909                 "psr/log": "^1",
910                 "symfony/console": "^2.8|^3|^4",
911                 "symfony/event-dispatcher": "^2.5|^3|^4",
912                 "symfony/finder": "^2.5|^3|^4"
913             },
914             "require-dev": {
915                 "greg-1-anderson/composer-test-scenarios": "^1",
916                 "phpunit/phpunit": "^4.8",
917                 "satooshi/php-coveralls": "^1.0.2 | dev-master",
918                 "squizlabs/php_codesniffer": "^2.7"
919             },
920             "type": "library",
921             "extra": {
922                 "branch-alias": {
923                     "dev-master": "2.x-dev"
924                 }
925             },
926             "autoload": {
927                 "psr-4": {
928                     "Consolidation\\AnnotatedCommand\\": "src"
929                 }
930             },
931             "notification-url": "https://packagist.org/downloads/",
932             "license": [
933                 "MIT"
934             ],
935             "authors": [
936                 {
937                     "name": "Greg Anderson",
938                     "email": "greg.1.anderson@greenknowe.org"
939                 }
940             ],
941             "description": "Initialize Symfony Console commands from annotated command class methods.",
942             "time": "2018-02-23T16:32:04+00:00"
943         },
944         {
945             "name": "consolidation/output-formatters",
946             "version": "3.1.13",
947             "source": {
948                 "type": "git",
949                 "url": "https://github.com/consolidation/output-formatters.git",
950                 "reference": "3188461e965b32148c8fb85261833b2b72d34b8c"
951             },
952             "dist": {
953                 "type": "zip",
954                 "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/3188461e965b32148c8fb85261833b2b72d34b8c",
955                 "reference": "3188461e965b32148c8fb85261833b2b72d34b8c",
956                 "shasum": ""
957             },
958             "require": {
959                 "php": ">=5.4.0",
960                 "symfony/console": "^2.8|^3|^4",
961                 "symfony/finder": "^2.5|^3|^4"
962             },
963             "require-dev": {
964                 "phpunit/phpunit": "^4.8",
965                 "satooshi/php-coveralls": "^1.0.2 | dev-master",
966                 "squizlabs/php_codesniffer": "^2.7",
967                 "victorjonsson/markdowndocs": "^1.3"
968             },
969             "type": "library",
970             "extra": {
971                 "branch-alias": {
972                     "dev-master": "3.x-dev"
973                 }
974             },
975             "autoload": {
976                 "psr-4": {
977                     "Consolidation\\OutputFormatters\\": "src"
978                 }
979             },
980             "notification-url": "https://packagist.org/downloads/",
981             "license": [
982                 "MIT"
983             ],
984             "authors": [
985                 {
986                     "name": "Greg Anderson",
987                     "email": "greg.1.anderson@greenknowe.org"
988                 }
989             ],
990             "description": "Format text by applying transformations provided by plug-in formatters.",
991             "time": "2017-11-29T15:25:38+00:00"
992         },
993         {
994             "name": "container-interop/container-interop",
995             "version": "1.2.0",
996             "source": {
997                 "type": "git",
998                 "url": "https://github.com/container-interop/container-interop.git",
999                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
1000             },
1001             "dist": {
1002                 "type": "zip",
1003                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
1004                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
1005                 "shasum": ""
1006             },
1007             "require": {
1008                 "psr/container": "^1.0"
1009             },
1010             "type": "library",
1011             "autoload": {
1012                 "psr-4": {
1013                     "Interop\\Container\\": "src/Interop/Container/"
1014                 }
1015             },
1016             "notification-url": "https://packagist.org/downloads/",
1017             "license": [
1018                 "MIT"
1019             ],
1020             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
1021             "homepage": "https://github.com/container-interop/container-interop",
1022             "time": "2017-02-14T19:40:03+00:00"
1023         },
1024         {
1025             "name": "cweagans/composer-patches",
1026             "version": "1.6.1",
1027             "source": {
1028                 "type": "git",
1029                 "url": "https://github.com/cweagans/composer-patches.git",
1030                 "reference": "b3036f23b73570ab5d869e345277786c8eb248a9"
1031             },
1032             "dist": {
1033                 "type": "zip",
1034                 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/b3036f23b73570ab5d869e345277786c8eb248a9",
1035                 "reference": "b3036f23b73570ab5d869e345277786c8eb248a9",
1036                 "shasum": ""
1037             },
1038             "require": {
1039                 "composer-plugin-api": "^1.0",
1040                 "php": ">=5.3.0"
1041             },
1042             "require-dev": {
1043                 "composer/composer": "~1.0",
1044                 "phpunit/phpunit": "~4.6"
1045             },
1046             "type": "composer-plugin",
1047             "extra": {
1048                 "class": "cweagans\\Composer\\Patches"
1049             },
1050             "autoload": {
1051                 "psr-4": {
1052                     "cweagans\\Composer\\": "src"
1053                 }
1054             },
1055             "notification-url": "https://packagist.org/downloads/",
1056             "license": [
1057                 "BSD-2-Clause"
1058             ],
1059             "authors": [
1060                 {
1061                     "name": "Cameron Eagans",
1062                     "email": "me@cweagans.net"
1063                 }
1064             ],
1065             "description": "Provides a way to patch Composer packages.",
1066             "time": "2017-03-19T18:18:52+00:00"
1067         },
1068         {
1069             "name": "dflydev/dot-access-configuration",
1070             "version": "v1.0.2",
1071             "source": {
1072                 "type": "git",
1073                 "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
1074                 "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d"
1075             },
1076             "dist": {
1077                 "type": "zip",
1078                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/ae6e7138b1d9063d343322cca63994ee1ac5161d",
1079                 "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d",
1080                 "shasum": ""
1081             },
1082             "require": {
1083                 "dflydev/dot-access-data": "1.*",
1084                 "dflydev/placeholder-resolver": "1.*",
1085                 "php": ">=5.3.2"
1086             },
1087             "require-dev": {
1088                 "symfony/yaml": "~2.1"
1089             },
1090             "suggest": {
1091                 "symfony/yaml": "Required for using the YAML Configuration Builders"
1092             },
1093             "type": "library",
1094             "extra": {
1095                 "branch-alias": {
1096                     "dev-master": "1.0-dev"
1097                 }
1098             },
1099             "autoload": {
1100                 "psr-0": {
1101                     "Dflydev\\DotAccessConfiguration": "src"
1102                 }
1103             },
1104             "notification-url": "https://packagist.org/downloads/",
1105             "license": [
1106                 "MIT"
1107             ],
1108             "authors": [
1109                 {
1110                     "name": "Dragonfly Development Inc.",
1111                     "email": "info@dflydev.com",
1112                     "homepage": "http://dflydev.com"
1113                 },
1114                 {
1115                     "name": "Beau Simensen",
1116                     "email": "beau@dflydev.com",
1117                     "homepage": "http://beausimensen.com"
1118                 }
1119             ],
1120             "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
1121             "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
1122             "keywords": [
1123                 "config",
1124                 "configuration"
1125             ],
1126             "time": "2016-12-12T17:43:40+00:00"
1127         },
1128         {
1129             "name": "dflydev/dot-access-data",
1130             "version": "v1.1.0",
1131             "source": {
1132                 "type": "git",
1133                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
1134                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
1135             },
1136             "dist": {
1137                 "type": "zip",
1138                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
1139                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
1140                 "shasum": ""
1141             },
1142             "require": {
1143                 "php": ">=5.3.2"
1144             },
1145             "type": "library",
1146             "extra": {
1147                 "branch-alias": {
1148                     "dev-master": "1.0-dev"
1149                 }
1150             },
1151             "autoload": {
1152                 "psr-0": {
1153                     "Dflydev\\DotAccessData": "src"
1154                 }
1155             },
1156             "notification-url": "https://packagist.org/downloads/",
1157             "license": [
1158                 "MIT"
1159             ],
1160             "authors": [
1161                 {
1162                     "name": "Dragonfly Development Inc.",
1163                     "email": "info@dflydev.com",
1164                     "homepage": "http://dflydev.com"
1165                 },
1166                 {
1167                     "name": "Beau Simensen",
1168                     "email": "beau@dflydev.com",
1169                     "homepage": "http://beausimensen.com"
1170                 },
1171                 {
1172                     "name": "Carlos Frutos",
1173                     "email": "carlos@kiwing.it",
1174                     "homepage": "https://github.com/cfrutos"
1175                 }
1176             ],
1177             "description": "Given a deep data structure, access data by dot notation.",
1178             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
1179             "keywords": [
1180                 "access",
1181                 "data",
1182                 "dot",
1183                 "notation"
1184             ],
1185             "time": "2017-01-20T21:14:22+00:00"
1186         },
1187         {
1188             "name": "dflydev/placeholder-resolver",
1189             "version": "v1.0.2",
1190             "source": {
1191                 "type": "git",
1192                 "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
1193                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
1194             },
1195             "dist": {
1196                 "type": "zip",
1197                 "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1198                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
1199                 "shasum": ""
1200             },
1201             "require": {
1202                 "php": ">=5.3.2"
1203             },
1204             "type": "library",
1205             "extra": {
1206                 "branch-alias": {
1207                     "dev-master": "1.0-dev"
1208                 }
1209             },
1210             "autoload": {
1211                 "psr-0": {
1212                     "Dflydev\\PlaceholderResolver": "src"
1213                 }
1214             },
1215             "notification-url": "https://packagist.org/downloads/",
1216             "license": [
1217                 "MIT"
1218             ],
1219             "authors": [
1220                 {
1221                     "name": "Dragonfly Development Inc.",
1222                     "email": "info@dflydev.com",
1223                     "homepage": "http://dflydev.com"
1224                 },
1225                 {
1226                     "name": "Beau Simensen",
1227                     "email": "beau@dflydev.com",
1228                     "homepage": "http://beausimensen.com"
1229                 }
1230             ],
1231             "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.",
1232             "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
1233             "keywords": [
1234                 "placeholder",
1235                 "resolver"
1236             ],
1237             "time": "2012-10-28T21:08:28+00:00"
1238         },
1239         {
1240             "name": "dnoegel/php-xdg-base-dir",
1241             "version": "0.1",
1242             "source": {
1243                 "type": "git",
1244                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
1245                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
1246             },
1247             "dist": {
1248                 "type": "zip",
1249                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
1250                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
1251                 "shasum": ""
1252             },
1253             "require": {
1254                 "php": ">=5.3.2"
1255             },
1256             "require-dev": {
1257                 "phpunit/phpunit": "@stable"
1258             },
1259             "type": "project",
1260             "autoload": {
1261                 "psr-4": {
1262                     "XdgBaseDir\\": "src/"
1263                 }
1264             },
1265             "notification-url": "https://packagist.org/downloads/",
1266             "license": [
1267                 "MIT"
1268             ],
1269             "description": "implementation of xdg base directory specification for php",
1270             "time": "2014-10-24T07:27:01+00:00"
1271         },
1272         {
1273             "name": "doctrine/annotations",
1274             "version": "v1.6.0",
1275             "source": {
1276                 "type": "git",
1277                 "url": "https://github.com/doctrine/annotations.git",
1278                 "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
1279             },
1280             "dist": {
1281                 "type": "zip",
1282                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
1283                 "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
1284                 "shasum": ""
1285             },
1286             "require": {
1287                 "doctrine/lexer": "1.*",
1288                 "php": "^7.1"
1289             },
1290             "require-dev": {
1291                 "doctrine/cache": "1.*",
1292                 "phpunit/phpunit": "^6.4"
1293             },
1294             "type": "library",
1295             "extra": {
1296                 "branch-alias": {
1297                     "dev-master": "1.6.x-dev"
1298                 }
1299             },
1300             "autoload": {
1301                 "psr-4": {
1302                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1303                 }
1304             },
1305             "notification-url": "https://packagist.org/downloads/",
1306             "license": [
1307                 "MIT"
1308             ],
1309             "authors": [
1310                 {
1311                     "name": "Roman Borschel",
1312                     "email": "roman@code-factory.org"
1313                 },
1314                 {
1315                     "name": "Benjamin Eberlei",
1316                     "email": "kontakt@beberlei.de"
1317                 },
1318                 {
1319                     "name": "Guilherme Blanco",
1320                     "email": "guilhermeblanco@gmail.com"
1321                 },
1322                 {
1323                     "name": "Jonathan Wage",
1324                     "email": "jonwage@gmail.com"
1325                 },
1326                 {
1327                     "name": "Johannes Schmitt",
1328                     "email": "schmittjoh@gmail.com"
1329                 }
1330             ],
1331             "description": "Docblock Annotations Parser",
1332             "homepage": "http://www.doctrine-project.org",
1333             "keywords": [
1334                 "annotations",
1335                 "docblock",
1336                 "parser"
1337             ],
1338             "time": "2017-12-06T07:11:42+00:00"
1339         },
1340         {
1341             "name": "doctrine/cache",
1342             "version": "v1.7.1",
1343             "source": {
1344                 "type": "git",
1345                 "url": "https://github.com/doctrine/cache.git",
1346                 "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
1347             },
1348             "dist": {
1349                 "type": "zip",
1350                 "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
1351                 "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
1352                 "shasum": ""
1353             },
1354             "require": {
1355                 "php": "~7.1"
1356             },
1357             "conflict": {
1358                 "doctrine/common": ">2.2,<2.4"
1359             },
1360             "require-dev": {
1361                 "alcaeus/mongo-php-adapter": "^1.1",
1362                 "mongodb/mongodb": "^1.1",
1363                 "phpunit/phpunit": "^5.7",
1364                 "predis/predis": "~1.0"
1365             },
1366             "suggest": {
1367                 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
1368             },
1369             "type": "library",
1370             "extra": {
1371                 "branch-alias": {
1372                     "dev-master": "1.7.x-dev"
1373                 }
1374             },
1375             "autoload": {
1376                 "psr-4": {
1377                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1378                 }
1379             },
1380             "notification-url": "https://packagist.org/downloads/",
1381             "license": [
1382                 "MIT"
1383             ],
1384             "authors": [
1385                 {
1386                     "name": "Roman Borschel",
1387                     "email": "roman@code-factory.org"
1388                 },
1389                 {
1390                     "name": "Benjamin Eberlei",
1391                     "email": "kontakt@beberlei.de"
1392                 },
1393                 {
1394                     "name": "Guilherme Blanco",
1395                     "email": "guilhermeblanco@gmail.com"
1396                 },
1397                 {
1398                     "name": "Jonathan Wage",
1399                     "email": "jonwage@gmail.com"
1400                 },
1401                 {
1402                     "name": "Johannes Schmitt",
1403                     "email": "schmittjoh@gmail.com"
1404                 }
1405             ],
1406             "description": "Caching library offering an object-oriented API for many cache backends",
1407             "homepage": "http://www.doctrine-project.org",
1408             "keywords": [
1409                 "cache",
1410                 "caching"
1411             ],
1412             "time": "2017-08-25T07:02:50+00:00"
1413         },
1414         {
1415             "name": "doctrine/collections",
1416             "version": "v1.5.0",
1417             "source": {
1418                 "type": "git",
1419                 "url": "https://github.com/doctrine/collections.git",
1420                 "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
1421             },
1422             "dist": {
1423                 "type": "zip",
1424                 "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
1425                 "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
1426                 "shasum": ""
1427             },
1428             "require": {
1429                 "php": "^7.1"
1430             },
1431             "require-dev": {
1432                 "doctrine/coding-standard": "~0.1@dev",
1433                 "phpunit/phpunit": "^5.7"
1434             },
1435             "type": "library",
1436             "extra": {
1437                 "branch-alias": {
1438                     "dev-master": "1.3.x-dev"
1439                 }
1440             },
1441             "autoload": {
1442                 "psr-0": {
1443                     "Doctrine\\Common\\Collections\\": "lib/"
1444                 }
1445             },
1446             "notification-url": "https://packagist.org/downloads/",
1447             "license": [
1448                 "MIT"
1449             ],
1450             "authors": [
1451                 {
1452                     "name": "Roman Borschel",
1453                     "email": "roman@code-factory.org"
1454                 },
1455                 {
1456                     "name": "Benjamin Eberlei",
1457                     "email": "kontakt@beberlei.de"
1458                 },
1459                 {
1460                     "name": "Guilherme Blanco",
1461                     "email": "guilhermeblanco@gmail.com"
1462                 },
1463                 {
1464                     "name": "Jonathan Wage",
1465                     "email": "jonwage@gmail.com"
1466                 },
1467                 {
1468                     "name": "Johannes Schmitt",
1469                     "email": "schmittjoh@gmail.com"
1470                 }
1471             ],
1472             "description": "Collections Abstraction library",
1473             "homepage": "http://www.doctrine-project.org",
1474             "keywords": [
1475                 "array",
1476                 "collections",
1477                 "iterator"
1478             ],
1479             "time": "2017-07-22T10:37:32+00:00"
1480         },
1481         {
1482             "name": "doctrine/common",
1483             "version": "v2.8.1",
1484             "source": {
1485                 "type": "git",
1486                 "url": "https://github.com/doctrine/common.git",
1487                 "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
1488             },
1489             "dist": {
1490                 "type": "zip",
1491                 "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
1492                 "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
1493                 "shasum": ""
1494             },
1495             "require": {
1496                 "doctrine/annotations": "1.*",
1497                 "doctrine/cache": "1.*",
1498                 "doctrine/collections": "1.*",
1499                 "doctrine/inflector": "1.*",
1500                 "doctrine/lexer": "1.*",
1501                 "php": "~7.1"
1502             },
1503             "require-dev": {
1504                 "phpunit/phpunit": "^5.7"
1505             },
1506             "type": "library",
1507             "extra": {
1508                 "branch-alias": {
1509                     "dev-master": "2.8.x-dev"
1510                 }
1511             },
1512             "autoload": {
1513                 "psr-4": {
1514                     "Doctrine\\Common\\": "lib/Doctrine/Common"
1515                 }
1516             },
1517             "notification-url": "https://packagist.org/downloads/",
1518             "license": [
1519                 "MIT"
1520             ],
1521             "authors": [
1522                 {
1523                     "name": "Roman Borschel",
1524                     "email": "roman@code-factory.org"
1525                 },
1526                 {
1527                     "name": "Benjamin Eberlei",
1528                     "email": "kontakt@beberlei.de"
1529                 },
1530                 {
1531                     "name": "Guilherme Blanco",
1532                     "email": "guilhermeblanco@gmail.com"
1533                 },
1534                 {
1535                     "name": "Jonathan Wage",
1536                     "email": "jonwage@gmail.com"
1537                 },
1538                 {
1539                     "name": "Johannes Schmitt",
1540                     "email": "schmittjoh@gmail.com"
1541                 }
1542             ],
1543             "description": "Common Library for Doctrine projects",
1544             "homepage": "http://www.doctrine-project.org",
1545             "keywords": [
1546                 "annotations",
1547                 "collections",
1548                 "eventmanager",
1549                 "persistence",
1550                 "spl"
1551             ],
1552             "time": "2017-08-31T08:43:38+00:00"
1553         },
1554         {
1555             "name": "doctrine/inflector",
1556             "version": "v1.3.0",
1557             "source": {
1558                 "type": "git",
1559                 "url": "https://github.com/doctrine/inflector.git",
1560                 "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
1561             },
1562             "dist": {
1563                 "type": "zip",
1564                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
1565                 "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
1566                 "shasum": ""
1567             },
1568             "require": {
1569                 "php": "^7.1"
1570             },
1571             "require-dev": {
1572                 "phpunit/phpunit": "^6.2"
1573             },
1574             "type": "library",
1575             "extra": {
1576                 "branch-alias": {
1577                     "dev-master": "1.3.x-dev"
1578                 }
1579             },
1580             "autoload": {
1581                 "psr-4": {
1582                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1583                 }
1584             },
1585             "notification-url": "https://packagist.org/downloads/",
1586             "license": [
1587                 "MIT"
1588             ],
1589             "authors": [
1590                 {
1591                     "name": "Roman Borschel",
1592                     "email": "roman@code-factory.org"
1593                 },
1594                 {
1595                     "name": "Benjamin Eberlei",
1596                     "email": "kontakt@beberlei.de"
1597                 },
1598                 {
1599                     "name": "Guilherme Blanco",
1600                     "email": "guilhermeblanco@gmail.com"
1601                 },
1602                 {
1603                     "name": "Jonathan Wage",
1604                     "email": "jonwage@gmail.com"
1605                 },
1606                 {
1607                     "name": "Johannes Schmitt",
1608                     "email": "schmittjoh@gmail.com"
1609                 }
1610             ],
1611             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1612             "homepage": "http://www.doctrine-project.org",
1613             "keywords": [
1614                 "inflection",
1615                 "pluralize",
1616                 "singularize",
1617                 "string"
1618             ],
1619             "time": "2018-01-09T20:05:19+00:00"
1620         },
1621         {
1622             "name": "doctrine/instantiator",
1623             "version": "1.0.5",
1624             "source": {
1625                 "type": "git",
1626                 "url": "https://github.com/doctrine/instantiator.git",
1627                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1628             },
1629             "dist": {
1630                 "type": "zip",
1631                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1632                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1633                 "shasum": ""
1634             },
1635             "require": {
1636                 "php": ">=5.3,<8.0-DEV"
1637             },
1638             "require-dev": {
1639                 "athletic/athletic": "~0.1.8",
1640                 "ext-pdo": "*",
1641                 "ext-phar": "*",
1642                 "phpunit/phpunit": "~4.0",
1643                 "squizlabs/php_codesniffer": "~2.0"
1644             },
1645             "type": "library",
1646             "extra": {
1647                 "branch-alias": {
1648                     "dev-master": "1.0.x-dev"
1649                 }
1650             },
1651             "autoload": {
1652                 "psr-4": {
1653                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1654                 }
1655             },
1656             "notification-url": "https://packagist.org/downloads/",
1657             "license": [
1658                 "MIT"
1659             ],
1660             "authors": [
1661                 {
1662                     "name": "Marco Pivetta",
1663                     "email": "ocramius@gmail.com",
1664                     "homepage": "http://ocramius.github.com/"
1665                 }
1666             ],
1667             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1668             "homepage": "https://github.com/doctrine/instantiator",
1669             "keywords": [
1670                 "constructor",
1671                 "instantiate"
1672             ],
1673             "time": "2015-06-14T21:17:01+00:00"
1674         },
1675         {
1676             "name": "doctrine/lexer",
1677             "version": "v1.0.1",
1678             "source": {
1679                 "type": "git",
1680                 "url": "https://github.com/doctrine/lexer.git",
1681                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1682             },
1683             "dist": {
1684                 "type": "zip",
1685                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1686                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1687                 "shasum": ""
1688             },
1689             "require": {
1690                 "php": ">=5.3.2"
1691             },
1692             "type": "library",
1693             "extra": {
1694                 "branch-alias": {
1695                     "dev-master": "1.0.x-dev"
1696                 }
1697             },
1698             "autoload": {
1699                 "psr-0": {
1700                     "Doctrine\\Common\\Lexer\\": "lib/"
1701                 }
1702             },
1703             "notification-url": "https://packagist.org/downloads/",
1704             "license": [
1705                 "MIT"
1706             ],
1707             "authors": [
1708                 {
1709                     "name": "Roman Borschel",
1710                     "email": "roman@code-factory.org"
1711                 },
1712                 {
1713                     "name": "Guilherme Blanco",
1714                     "email": "guilhermeblanco@gmail.com"
1715                 },
1716                 {
1717                     "name": "Johannes Schmitt",
1718                     "email": "schmittjoh@gmail.com"
1719                 }
1720             ],
1721             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1722             "homepage": "http://www.doctrine-project.org",
1723             "keywords": [
1724                 "lexer",
1725                 "parser"
1726             ],
1727             "time": "2014-09-09T13:34:57+00:00"
1728         },
1729         {
1730             "name": "drupal-composer/drupal-scaffold",
1731             "version": "2.3.0",
1732             "source": {
1733                 "type": "git",
1734                 "url": "https://github.com/drupal-composer/drupal-scaffold.git",
1735                 "reference": "1374e1031b98beb502abea3854f361304965c628"
1736             },
1737             "dist": {
1738                 "type": "zip",
1739                 "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/1374e1031b98beb502abea3854f361304965c628",
1740                 "reference": "1374e1031b98beb502abea3854f361304965c628",
1741                 "shasum": ""
1742             },
1743             "require": {
1744                 "composer-plugin-api": "^1.0.0",
1745                 "php": ">=5.4.5"
1746             },
1747             "require-dev": {
1748                 "composer/composer": "dev-master",
1749                 "phpunit/phpunit": "^4.4.0"
1750             },
1751             "type": "composer-plugin",
1752             "extra": {
1753                 "class": "DrupalComposer\\DrupalScaffold\\Plugin",
1754                 "branch-alias": {
1755                     "dev-master": "2.0.x-dev"
1756                 }
1757             },
1758             "autoload": {
1759                 "psr-4": {
1760                     "DrupalComposer\\DrupalScaffold\\": "src/"
1761                 }
1762             },
1763             "notification-url": "https://packagist.org/downloads/",
1764             "license": [
1765                 "GPL-2.0+"
1766             ],
1767             "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
1768             "time": "2017-05-05T21:26:28+00:00"
1769         },
1770         {
1771             "name": "drupal/admin_toolbar",
1772             "version": "1.19.0",
1773             "source": {
1774                 "type": "git",
1775                 "url": "https://git.drupal.org/project/admin_toolbar",
1776                 "reference": "8.x-1.19"
1777             },
1778             "dist": {
1779                 "type": "zip",
1780                 "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.19.zip",
1781                 "reference": "8.x-1.19",
1782                 "shasum": "87de41eab3c5cd49d4e1b5b764cb3b9d5ad683a0"
1783             },
1784             "require": {
1785                 "drupal/core": "*"
1786             },
1787             "type": "drupal-module",
1788             "extra": {
1789                 "branch-alias": {
1790                     "dev-1.x": "1.x-dev"
1791                 },
1792                 "drupal": {
1793                     "version": "8.x-1.19",
1794                     "datestamp": "1491487683"
1795                 }
1796             },
1797             "notification-url": "https://packages.drupal.org/8/downloads",
1798             "license": [
1799                 "GPL-2.0+"
1800             ],
1801             "authors": [
1802                 {
1803                     "name": "Mohamed Anis Taktak",
1804                     "homepage": "https://www.drupal.org/u/matio89"
1805                 },
1806                 {
1807                     "name": "eme",
1808                     "homepage": "https://www.drupal.org/user/542492"
1809                 },
1810                 {
1811                     "name": "fethi.krout",
1812                     "homepage": "https://www.drupal.org/user/3206765"
1813                 },
1814                 {
1815                     "name": "matio89",
1816                     "homepage": "https://www.drupal.org/user/2320090"
1817                 },
1818                 {
1819                     "name": "romainj",
1820                     "homepage": "https://www.drupal.org/user/370706"
1821                 }
1822             ],
1823             "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
1824             "homepage": "http://drupal.org/project/admin_toolbar",
1825             "support": {
1826                 "source": "http://cgit.drupalcode.org/admin_toolbar",
1827                 "issues": "https://www.drupal.org/project/issues/admin_toolbar"
1828             }
1829         },
1830         {
1831             "name": "drupal/advagg",
1832             "version": "2.4.0",
1833             "source": {
1834                 "type": "git",
1835                 "url": "https://git.drupal.org/project/advagg",
1836                 "reference": "8.x-2.4"
1837             },
1838             "dist": {
1839                 "type": "zip",
1840                 "url": "https://ftp.drupal.org/files/projects/advagg-8.x-2.4.zip",
1841                 "reference": "8.x-2.4",
1842                 "shasum": "b3a0eb8739d940b7171718227ec30e8ef4ccbb1b"
1843             },
1844             "require": {
1845                 "drupal/core": "~8.0"
1846             },
1847             "type": "drupal-module",
1848             "extra": {
1849                 "branch-alias": {
1850                     "dev-2.x": "2.x-dev"
1851                 },
1852                 "drupal": {
1853                     "version": "8.x-2.4",
1854                     "datestamp": "1493949188"
1855                 }
1856             },
1857             "notification-url": "https://packages.drupal.org/8/downloads",
1858             "license": [
1859                 "GPL-2.0+"
1860             ],
1861             "authors": [
1862                 {
1863                     "name": "Mike Carper (mikeytown2)",
1864                     "homepage": "https://www.drupal.org/u/mikeytown2",
1865                     "role": "Creator, Maintainer"
1866                 },
1867                 {
1868                     "name": "Nick Wilde (nickwilde)",
1869                     "homepage": "https://www.drupal.org/u/nickwilde",
1870                     "email": "design@briarmoon.ca",
1871                     "role": "Drupal 8 Port/maintainer"
1872                 },
1873                 {
1874                     "name": "doublejosh",
1875                     "homepage": "https://www.drupal.org/user/199720"
1876                 },
1877                 {
1878                     "name": "iamcarrico",
1879                     "homepage": "https://www.drupal.org/user/1300542"
1880                 },
1881                 {
1882                     "name": "markcarver",
1883                     "homepage": "https://www.drupal.org/user/501638"
1884                 },
1885                 {
1886                     "name": "mikeytown2",
1887                     "homepage": "https://www.drupal.org/user/282446"
1888                 },
1889                 {
1890                     "name": "rupl",
1891                     "homepage": "https://www.drupal.org/user/411999"
1892                 }
1893             ],
1894             "description": "Improved aggregation of CSS/JS files to speed up page load times.",
1895             "homepage": "https://drupal.org/project/advagg",
1896             "support": {
1897                 "source": "https://cgit.drupalcode.org/advagg",
1898                 "issues": "https://drupal.org/project/issues/advagg",
1899                 "irc": "irc://irc.freenode.org/drupal-contribute"
1900             }
1901         },
1902         {
1903             "name": "drupal/advanced_help",
1904             "version": "dev-1.x",
1905             "source": {
1906                 "type": "git",
1907                 "url": "https://git.drupal.org/project/advanced_help",
1908                 "reference": "ed80f440c8bb0c3c5b1868f3429f296e52c841a6"
1909             },
1910             "require": {
1911                 "drupal/core": "~8.0",
1912                 "michelf/php-markdown": "^1.7"
1913             },
1914             "type": "drupal-module",
1915             "extra": {
1916                 "branch-alias": {
1917                     "dev-1.x": "1.x-dev"
1918                 },
1919                 "drupal": {
1920                     "version": "8.x-1.x-dev",
1921                     "datestamp": "1490703369"
1922                 }
1923             },
1924             "notification-url": "https://packages.drupal.org/8/downloads",
1925             "license": [
1926                 "GPL-2.0+"
1927             ],
1928             "authors": [
1929                 {
1930                     "name": "David Valdez (gnuget)",
1931                     "homepage": "https://www.drupal.org/u/gnuget",
1932                     "role": "Maintainer"
1933                 },
1934                 {
1935                     "name": "dmitrig01",
1936                     "homepage": "https://www.drupal.org/user/47566"
1937                 },
1938                 {
1939                     "name": "fgm",
1940                     "homepage": "https://www.drupal.org/user/27985"
1941                 },
1942                 {
1943                     "name": "gisle",
1944                     "homepage": "https://www.drupal.org/user/409554"
1945                 },
1946                 {
1947                     "name": "gnuget",
1948                     "homepage": "https://www.drupal.org/user/992990"
1949                 },
1950                 {
1951                     "name": "merlinofchaos",
1952                     "homepage": "https://www.drupal.org/user/26979"
1953                 },
1954                 {
1955                     "name": "redndahead",
1956                     "homepage": "https://www.drupal.org/user/160320"
1957                 }
1958             ],
1959             "description": "Provide extended help and documentation.",
1960             "homepage": "https://www.drupal.org/project/advanced_help",
1961             "support": {
1962                 "source": "https://cgit.drupalcode.org/advanced_help",
1963                 "issues": "https://www.drupal.org/project/issues/advanced_help",
1964                 "irc": "irc://irc.freenode.org/drupal-contribute"
1965             }
1966         },
1967         {
1968             "name": "drupal/better_formats",
1969             "version": "dev-1.x",
1970             "source": {
1971                 "type": "git",
1972                 "url": "https://git.drupal.org/project/better_formats",
1973                 "reference": "9b3b5fa792c1dfe0d1121021a230086f3599b7e4"
1974             },
1975             "require": {
1976                 "drupal/core": "~8.0"
1977             },
1978             "type": "drupal-module",
1979             "extra": {
1980                 "branch-alias": {
1981                     "dev-1.x": "1.x-dev"
1982                 },
1983                 "drupal": {
1984                     "version": "8.x-1.x-dev",
1985                     "datestamp": "1474656839"
1986                 }
1987             },
1988             "notification-url": "https://packages.drupal.org/8/downloads",
1989             "license": [
1990                 "GPL-2.0+"
1991             ],
1992             "authors": [
1993                 {
1994                     "name": "Devin Carlson",
1995                     "homepage": "https://www.drupal.org/user/290182"
1996                 },
1997                 {
1998                     "name": "dragonwize",
1999                     "homepage": "https://www.drupal.org/user/137882"
2000                 }
2001             ],
2002             "description": "Enhances the core input format system by managing input format defaults and settings.",
2003             "homepage": "https://www.drupal.org/project/better_formats",
2004             "support": {
2005                 "source": "http://cgit.drupalcode.org/better_formats"
2006             }
2007         },
2008         {
2009             "name": "drupal/blazy",
2010             "version": "1.0.0-rc2",
2011             "source": {
2012                 "type": "git",
2013                 "url": "https://git.drupal.org/project/blazy",
2014                 "reference": "8.x-1.0-rc2"
2015             },
2016             "dist": {
2017                 "type": "zip",
2018                 "url": "https://ftp.drupal.org/files/projects/blazy-8.x-1.0-rc2.zip",
2019                 "reference": "8.x-1.0-rc2",
2020                 "shasum": "242f3022b039c6fd3b98f6ce1955d295119b4b5a"
2021             },
2022             "require": {
2023                 "drupal/core": "*"
2024             },
2025             "type": "drupal-module",
2026             "extra": {
2027                 "branch-alias": {
2028                     "dev-1.x": "1.x-dev"
2029                 },
2030                 "drupal": {
2031                     "version": "8.x-1.0-rc2",
2032                     "datestamp": "1495745283"
2033                 }
2034             },
2035             "notification-url": "https://packages.drupal.org/8/downloads",
2036             "license": [
2037                 "GPL-2.0+"
2038             ],
2039             "authors": [
2040                 {
2041                     "name": "Gaus Surahman",
2042                     "homepage": "https://www.drupal.org/u/gausarts",
2043                     "role": "Maintainer"
2044                 },
2045                 {
2046                     "name": "Contributors",
2047                     "homepage": "https://www.drupal.org/node/2663268/committers",
2048                     "role": "Contributor"
2049                 }
2050             ],
2051             "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
2052             "homepage": "https://drupal.org/project/blazy",
2053             "keywords": [
2054                 "Drupal",
2055                 "bLazy",
2056                 "lazyload"
2057             ],
2058             "support": {
2059                 "source": "http://cgit.drupalcode.org/blazy",
2060                 "issues": "https://drupal.org/project/issues/blazy"
2061             }
2062         },
2063         {
2064             "name": "drupal/block_class",
2065             "version": "1.0.0-alpha1",
2066             "source": {
2067                 "type": "git",
2068                 "url": "https://git.drupal.org/project/block_class",
2069                 "reference": "8.x-1.0-alpha1"
2070             },
2071             "dist": {
2072                 "type": "zip",
2073                 "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.0-alpha1.zip",
2074                 "reference": "8.x-1.0-alpha1",
2075                 "shasum": "194cd52210ea2e0e5dbbd34fad4528d500424430"
2076             },
2077             "require": {
2078                 "drupal/core": "*"
2079             },
2080             "type": "drupal-module",
2081             "extra": {
2082                 "branch-alias": {
2083                     "dev-1.x": "1.x-dev"
2084                 },
2085                 "drupal": {
2086                     "version": "8.x-1.0-alpha1",
2087                     "datestamp": "1475623439"
2088                 }
2089             },
2090             "notification-url": "https://packages.drupal.org/8/downloads",
2091             "license": [
2092                 "GPL-2.0+"
2093             ],
2094             "authors": [
2095                 {
2096                     "name": "Aaron Stanush",
2097                     "homepage": "https://www.drupal.org/user/89718"
2098                 },
2099                 {
2100                     "name": "DYdave",
2101                     "homepage": "https://www.drupal.org/user/467284"
2102                 },
2103                 {
2104                     "name": "Four Kitchens",
2105                     "homepage": "https://www.drupal.org/user/358502"
2106                 },
2107                 {
2108                     "name": "Todd Nienkerk",
2109                     "homepage": "https://www.drupal.org/user/92096"
2110                 },
2111                 {
2112                     "name": "berenddeboer",
2113                     "homepage": "https://www.drupal.org/user/143552"
2114                 },
2115                 {
2116                     "name": "elliotttf",
2117                     "homepage": "https://www.drupal.org/user/61601"
2118                 },
2119                 {
2120                     "name": "mirzu",
2121                     "homepage": "https://www.drupal.org/user/7710"
2122                 },
2123                 {
2124                     "name": "patrickcoffeyo",
2125                     "homepage": "https://www.drupal.org/user/2837945"
2126                 },
2127                 {
2128                     "name": "pcoffey",
2129                     "homepage": "https://www.drupal.org/user/1595818"
2130                 },
2131                 {
2132                     "name": "tsmith512",
2133                     "homepage": "https://www.drupal.org/user/2031446"
2134                 }
2135             ],
2136             "description": "Allows assigning classes to Blocks",
2137             "homepage": "https://www.drupal.org/project/block_class",
2138             "support": {
2139                 "source": "http://cgit.drupalcode.org/block_class"
2140             }
2141         },
2142         {
2143             "name": "drupal/bootstrap",
2144             "version": "3.5.0",
2145             "source": {
2146                 "type": "git",
2147                 "url": "https://git.drupal.org/project/bootstrap",
2148                 "reference": "8.x-3.5"
2149             },
2150             "dist": {
2151                 "type": "zip",
2152                 "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.5.zip",
2153                 "reference": "8.x-3.5",
2154                 "shasum": "569f8a243ad6a2e04a86123a0b2a594783a09860"
2155             },
2156             "require": {
2157                 "drupal/core": "~8.0"
2158             },
2159             "type": "drupal-theme",
2160             "extra": {
2161                 "branch-alias": {
2162                     "dev-3.x": "3.x-dev"
2163                 },
2164                 "drupal": {
2165                     "version": "8.x-3.5",
2166                     "datestamp": "1495040301"
2167                 }
2168             },
2169             "notification-url": "https://packages.drupal.org/8/downloads",
2170             "license": [
2171                 "GPL-2.0+"
2172             ],
2173             "authors": [
2174                 {
2175                     "name": "markcarver",
2176                     "homepage": "https://www.drupal.org/user/501638"
2177                 },
2178                 {
2179                     "name": "neardark",
2180                     "homepage": "https://www.drupal.org/user/661076"
2181                 },
2182                 {
2183                     "name": "sylus",
2184                     "homepage": "https://www.drupal.org/user/339714"
2185                 },
2186                 {
2187                     "name": "wundo",
2188                     "homepage": "https://www.drupal.org/user/25523"
2189                 }
2190             ],
2191             "homepage": "https://www.drupal.org/project/bootstrap",
2192             "support": {
2193                 "source": "http://cgit.drupalcode.org/bootstrap"
2194             }
2195         },
2196         {
2197             "name": "drupal/bootstrap_layouts",
2198             "version": "4.1.0",
2199             "source": {
2200                 "type": "git",
2201                 "url": "https://git.drupal.org/project/bootstrap_layouts",
2202                 "reference": "8.x-4.1"
2203             },
2204             "dist": {
2205                 "type": "zip",
2206                 "url": "https://ftp.drupal.org/files/projects/bootstrap_layouts-8.x-4.1.zip",
2207                 "reference": "8.x-4.1",
2208                 "shasum": "3f1e7598e9a476e4d396ddc1e49cd2851e948a2c"
2209             },
2210             "require": {
2211                 "drupal/core": "~8.0",
2212                 "drupal/layout_plugin": "*"
2213             },
2214             "type": "drupal-module",
2215             "extra": {
2216                 "branch-alias": {
2217                     "dev-4.x": "4.x-dev"
2218                 },
2219                 "drupal": {
2220                     "version": "8.x-4.1",
2221                     "datestamp": "1481413087"
2222                 }
2223             },
2224             "notification-url": "https://packages.drupal.org/8/downloads",
2225             "license": [
2226                 "GPL-2.0+"
2227             ],
2228             "authors": [
2229                 {
2230                     "name": "darol100",
2231                     "homepage": "https://www.drupal.org/user/2667123"
2232                 },
2233                 {
2234                     "name": "hctom",
2235                     "homepage": "https://www.drupal.org/user/112790"
2236                 },
2237                 {
2238                     "name": "markcarver",
2239                     "homepage": "https://www.drupal.org/user/501638"
2240                 }
2241             ],
2242             "description": "This module is going to generate layouts with Bootstrap grid system.",
2243             "homepage": "https://www.drupal.org/project/bootstrap_layouts",
2244             "support": {
2245                 "source": "http://cgit.drupalcode.org/bootstrap_layouts"
2246             }
2247         },
2248         {
2249             "name": "drupal/ckeditor_templates",
2250             "version": "1.0.0",
2251             "source": {
2252                 "type": "git",
2253                 "url": "https://git.drupal.org/project/ckeditor_templates",
2254                 "reference": "8.x-1.0"
2255             },
2256             "dist": {
2257                 "type": "zip",
2258                 "url": "https://ftp.drupal.org/files/projects/ckeditor_templates-8.x-1.0.zip",
2259                 "reference": "8.x-1.0",
2260                 "shasum": "706be94033bb2babf6fd0fb499c6aa326914b7ff"
2261             },
2262             "require": {
2263                 "drupal/core": "*"
2264             },
2265             "type": "drupal-module",
2266             "extra": {
2267                 "branch-alias": {
2268                     "dev-1.x": "1.x-dev"
2269                 },
2270                 "drupal": {
2271                     "version": "8.x-1.0",
2272                     "datestamp": "1490206982"
2273                 }
2274             },
2275             "notification-url": "https://packages.drupal.org/8/downloads",
2276             "license": [
2277                 "GPL-2.0+"
2278             ],
2279             "authors": [
2280                 {
2281                     "name": "lucaslg",
2282                     "homepage": "https://www.drupal.org/user/3128975"
2283                 }
2284             ],
2285             "description": "Integrates the CKEdito templates plugin",
2286             "homepage": "https://www.drupal.org/project/ckeditor_templates",
2287             "support": {
2288                 "source": "http://cgit.drupalcode.org/ckeditor_templates"
2289             }
2290         },
2291         {
2292             "name": "drupal/ckeditor_widgets",
2293             "version": "dev-1.x",
2294             "source": {
2295                 "type": "git",
2296                 "url": "https://git.drupal.org/project/ckeditor_widgets",
2297                 "reference": "2d462637f8804b6d0b530604d0376e97a23a3b7f"
2298             },
2299             "require": {
2300                 "drupal/core": "*"
2301             },
2302             "type": "drupal-module",
2303             "extra": {
2304                 "branch-alias": {
2305                     "dev-1.x": "1.x-dev"
2306                 },
2307                 "drupal": {
2308                     "version": "8.x-1.x-dev",
2309                     "datestamp": "1472798939"
2310                 }
2311             },
2312             "notification-url": "https://packages.drupal.org/8/downloads",
2313             "license": [
2314                 "GPL-2.0+"
2315             ],
2316             "authors": [
2317                 {
2318                     "name": "jlyon",
2319                     "homepage": "https://www.drupal.org/user/256444"
2320                 }
2321             ],
2322             "description": "Adds widgets and an Insert Template menu to CKEditor",
2323             "homepage": "https://www.drupal.org/project/ckeditor_widgets",
2324             "support": {
2325                 "source": "http://cgit.drupalcode.org/ckeditor_widgets"
2326             }
2327         },
2328         {
2329             "name": "drupal/console",
2330             "version": "1.6.1",
2331             "source": {
2332                 "type": "git",
2333                 "url": "https://github.com/hechoendrupal/drupal-console.git",
2334                 "reference": "85a6948f80eb7584dcfeeecd49f9ade5c7fb1a15"
2335             },
2336             "dist": {
2337                 "type": "zip",
2338                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/85a6948f80eb7584dcfeeecd49f9ade5c7fb1a15",
2339                 "reference": "85a6948f80eb7584dcfeeecd49f9ade5c7fb1a15",
2340                 "shasum": ""
2341             },
2342             "require": {
2343                 "alchemy/zippy": "0.4.3",
2344                 "composer/installers": "~1.0",
2345                 "doctrine/annotations": "^1.2",
2346                 "doctrine/collections": "^1.3",
2347                 "drupal/console-core": "1.6.1",
2348                 "drupal/console-extend-plugin": "~0",
2349                 "guzzlehttp/guzzle": "~6.1",
2350                 "php": "^5.5.9 || ^7.0",
2351                 "psy/psysh": "0.6.* || ~0.8",
2352                 "symfony/css-selector": "~2.8|~3.0",
2353                 "symfony/dom-crawler": "~2.8|~3.0",
2354                 "symfony/http-foundation": "~2.8|~3.0"
2355             },
2356             "suggest": {
2357                 "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!",
2358                 "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically."
2359             },
2360             "bin": [
2361                 "bin/drupal"
2362             ],
2363             "type": "library",
2364             "autoload": {
2365                 "psr-4": {
2366                     "Drupal\\Console\\": "src"
2367                 }
2368             },
2369             "notification-url": "https://packagist.org/downloads/",
2370             "license": [
2371                 "GPL-2.0-or-later"
2372             ],
2373             "authors": [
2374                 {
2375                     "name": "David Flores",
2376                     "email": "dmousex@gmail.com",
2377                     "homepage": "http://dmouse.net"
2378                 },
2379                 {
2380                     "name": "Jesus Manuel Olivas",
2381                     "email": "jesus.olivas@gmail.com",
2382                     "homepage": "http://jmolivas.com"
2383                 },
2384                 {
2385                     "name": "Eduardo Garcia",
2386                     "email": "enzo@enzolutions.com",
2387                     "homepage": "http://enzolutions.com/"
2388                 },
2389                 {
2390                     "name": "Omar Aguirre",
2391                     "email": "omersguchigu@gmail.com"
2392                 },
2393                 {
2394                     "name": "Drupal Console Contributors",
2395                     "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
2396                 }
2397             ],
2398             "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
2399             "homepage": "http://drupalconsole.com/",
2400             "keywords": [
2401                 "console",
2402                 "development",
2403                 "drupal",
2404                 "symfony"
2405             ],
2406             "time": "2018-02-21T16:06:59+00:00"
2407         },
2408         {
2409             "name": "drupal/console-core",
2410             "version": "1.6.1",
2411             "source": {
2412                 "type": "git",
2413                 "url": "https://github.com/hechoendrupal/drupal-console-core.git",
2414                 "reference": "e05f954412da7c2a496fd1c92f4cfe63debe43ed"
2415             },
2416             "dist": {
2417                 "type": "zip",
2418                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/e05f954412da7c2a496fd1c92f4cfe63debe43ed",
2419                 "reference": "e05f954412da7c2a496fd1c92f4cfe63debe43ed",
2420                 "shasum": ""
2421             },
2422             "require": {
2423                 "dflydev/dot-access-configuration": "^1.0",
2424                 "drupal/console-en": "1.6.1",
2425                 "php": "^5.5.9 || ^7.0",
2426                 "stecman/symfony-console-completion": "~0.7",
2427                 "symfony/config": "~2.8|~3.0",
2428                 "symfony/console": "~2.8|~3.0",
2429                 "symfony/debug": "~2.8|~3.0",
2430                 "symfony/dependency-injection": "~2.8|~3.0",
2431                 "symfony/event-dispatcher": "~2.8|~3.0",
2432                 "symfony/filesystem": "~2.8|~3.0",
2433                 "symfony/finder": "~2.8|~3.0",
2434                 "symfony/process": "~2.8|~3.0",
2435                 "symfony/translation": "~2.8|~3.0",
2436                 "symfony/yaml": "~2.8|~3.0",
2437                 "twig/twig": "^1.23.1",
2438                 "webflo/drupal-finder": "^1.0",
2439                 "webmozart/path-util": "^2.3"
2440             },
2441             "type": "library",
2442             "autoload": {
2443                 "files": [
2444                     "src/functions.php"
2445                 ],
2446                 "psr-4": {
2447                     "Drupal\\Console\\Core\\": "src"
2448                 }
2449             },
2450             "notification-url": "https://packagist.org/downloads/",
2451             "license": [
2452                 "GPL-2.0-or-later"
2453             ],
2454             "authors": [
2455                 {
2456                     "name": "David Flores",
2457                     "email": "dmousex@gmail.com",
2458                     "homepage": "http://dmouse.net"
2459                 },
2460                 {
2461                     "name": "Jesus Manuel Olivas",
2462                     "email": "jesus.olivas@gmail.com",
2463                     "homepage": "http://jmolivas.com"
2464                 },
2465                 {
2466                     "name": "Drupal Console Contributors",
2467                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2468                 },
2469                 {
2470                     "name": "Eduardo Garcia",
2471                     "email": "enzo@enzolutions.com",
2472                     "homepage": "http://enzolutions.com/"
2473                 },
2474                 {
2475                     "name": "Omar Aguirre",
2476                     "email": "omersguchigu@gmail.com"
2477                 }
2478             ],
2479             "description": "Drupal Console Core",
2480             "homepage": "http://drupalconsole.com/",
2481             "keywords": [
2482                 "console",
2483                 "development",
2484                 "drupal",
2485                 "symfony"
2486             ],
2487             "time": "2018-02-21T15:36:59+00:00"
2488         },
2489         {
2490             "name": "drupal/console-en",
2491             "version": "1.6.1",
2492             "source": {
2493                 "type": "git",
2494                 "url": "https://github.com/hechoendrupal/drupal-console-en.git",
2495                 "reference": "712e60bfcc740467f26b76b34310f48bcb5c31e5"
2496             },
2497             "dist": {
2498                 "type": "zip",
2499                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/712e60bfcc740467f26b76b34310f48bcb5c31e5",
2500                 "reference": "712e60bfcc740467f26b76b34310f48bcb5c31e5",
2501                 "shasum": ""
2502             },
2503             "type": "drupal-console-language",
2504             "notification-url": "https://packagist.org/downloads/",
2505             "license": [
2506                 "GPL-2.0-or-later"
2507             ],
2508             "authors": [
2509                 {
2510                     "name": "David Flores",
2511                     "email": "dmousex@gmail.com",
2512                     "homepage": "http://dmouse.net"
2513                 },
2514                 {
2515                     "name": "Jesus Manuel Olivas",
2516                     "email": "jesus.olivas@gmail.com",
2517                     "homepage": "http://jmolivas.com"
2518                 },
2519                 {
2520                     "name": "Drupal Console Contributors",
2521                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
2522                 },
2523                 {
2524                     "name": "Eduardo Garcia",
2525                     "email": "enzo@enzolutions.com",
2526                     "homepage": "http://enzolutions.com/"
2527                 },
2528                 {
2529                     "name": "Omar Aguirre",
2530                     "email": "omersguchigu@gmail.com"
2531                 }
2532             ],
2533             "description": "Drupal Console English Language",
2534             "homepage": "http://drupalconsole.com/",
2535             "keywords": [
2536                 "console",
2537                 "development",
2538                 "drupal",
2539                 "symfony"
2540             ],
2541             "time": "2018-02-21T03:58:44+00:00"
2542         },
2543         {
2544             "name": "drupal/console-extend-plugin",
2545             "version": "0.9.2",
2546             "source": {
2547                 "type": "git",
2548                 "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
2549                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
2550             },
2551             "dist": {
2552                 "type": "zip",
2553                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
2554                 "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
2555                 "shasum": ""
2556             },
2557             "require": {
2558                 "composer-plugin-api": "^1.0",
2559                 "symfony/finder": "~2.7|~3.0",
2560                 "symfony/yaml": "~2.7|~3.0"
2561             },
2562             "type": "composer-plugin",
2563             "extra": {
2564                 "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
2565             },
2566             "autoload": {
2567                 "psr-4": {
2568                     "Drupal\\Console\\Composer\\Plugin\\": "src"
2569                 }
2570             },
2571             "notification-url": "https://packagist.org/downloads/",
2572             "license": [
2573                 "GPL-2.0+"
2574             ],
2575             "authors": [
2576                 {
2577                     "name": "Jesus Manuel Olivas",
2578                     "email": "jesus.olivas@gmail.com"
2579                 }
2580             ],
2581             "description": "Drupal Console Extend Plugin",
2582             "time": "2017-07-28T17:11:54+00:00"
2583         },
2584         {
2585             "name": "drupal/core",
2586             "version": "8.4.6",
2587             "source": {
2588                 "type": "git",
2589                 "url": "https://github.com/drupal/core.git",
2590                 "reference": "f439a43c7da1df8d16067f797c0bc3498eb4c699"
2591             },
2592             "dist": {
2593                 "type": "zip",
2594                 "url": "https://api.github.com/repos/drupal/core/zipball/f439a43c7da1df8d16067f797c0bc3498eb4c699",
2595                 "reference": "f439a43c7da1df8d16067f797c0bc3498eb4c699",
2596                 "shasum": ""
2597             },
2598             "require": {
2599                 "asm89/stack-cors": "^1.1",
2600                 "composer/semver": "^1.0",
2601                 "doctrine/annotations": "^1.2",
2602                 "doctrine/common": "^2.5",
2603                 "easyrdf/easyrdf": "^0.9",
2604                 "egulias/email-validator": "^1.2",
2605                 "guzzlehttp/guzzle": "^6.2.1",
2606                 "masterminds/html5": "^2.1",
2607                 "paragonie/random_compat": "^1.0|^2.0",
2608                 "php": ">=5.5.9",
2609                 "stack/builder": "^1.0",
2610                 "symfony-cmf/routing": "^1.4",
2611                 "symfony/class-loader": "~3.2.8",
2612                 "symfony/console": "~3.2.8",
2613                 "symfony/dependency-injection": "~3.2.8",
2614                 "symfony/event-dispatcher": "~3.2.8",
2615                 "symfony/http-foundation": "~3.2.8",
2616                 "symfony/http-kernel": "~3.2.8",
2617                 "symfony/polyfill-iconv": "^1.0",
2618                 "symfony/process": "~3.2.8",
2619                 "symfony/psr-http-message-bridge": "^1.0",
2620                 "symfony/routing": "~3.2.8",
2621                 "symfony/serializer": "~3.2.8",
2622                 "symfony/translation": "~3.2.8",
2623                 "symfony/validator": "~3.2.8",
2624                 "symfony/yaml": "~3.2.8",
2625                 "twig/twig": "^1.23.1",
2626                 "zendframework/zend-diactoros": "^1.1",
2627                 "zendframework/zend-feed": "^2.4"
2628             },
2629             "conflict": {
2630                 "drush/drush": "<8.1.10"
2631             },
2632             "replace": {
2633                 "drupal/action": "self.version",
2634                 "drupal/aggregator": "self.version",
2635                 "drupal/automated_cron": "self.version",
2636                 "drupal/ban": "self.version",
2637                 "drupal/bartik": "self.version",
2638                 "drupal/basic_auth": "self.version",
2639                 "drupal/big_pipe": "self.version",
2640                 "drupal/block": "self.version",
2641                 "drupal/block_content": "self.version",
2642                 "drupal/block_place": "self.version",
2643                 "drupal/book": "self.version",
2644                 "drupal/breakpoint": "self.version",
2645                 "drupal/ckeditor": "self.version",
2646                 "drupal/classy": "self.version",
2647                 "drupal/color": "self.version",
2648                 "drupal/comment": "self.version",
2649                 "drupal/config": "self.version",
2650                 "drupal/config_translation": "self.version",
2651                 "drupal/contact": "self.version",
2652                 "drupal/content_moderation": "self.version",
2653                 "drupal/content_translation": "self.version",
2654                 "drupal/contextual": "self.version",
2655                 "drupal/core-annotation": "self.version",
2656                 "drupal/core-assertion": "self.version",
2657                 "drupal/core-bridge": "self.version",
2658                 "drupal/core-class-finder": "self.version",
2659                 "drupal/core-datetime": "self.version",
2660                 "drupal/core-dependency-injection": "self.version",
2661                 "drupal/core-diff": "self.version",
2662                 "drupal/core-discovery": "self.version",
2663                 "drupal/core-event-dispatcher": "self.version",
2664                 "drupal/core-file-cache": "self.version",
2665                 "drupal/core-filesystem": "self.version",
2666                 "drupal/core-gettext": "self.version",
2667                 "drupal/core-graph": "self.version",
2668                 "drupal/core-http-foundation": "self.version",
2669                 "drupal/core-php-storage": "self.version",
2670                 "drupal/core-plugin": "self.version",
2671                 "drupal/core-proxy-builder": "self.version",
2672                 "drupal/core-render": "self.version",
2673                 "drupal/core-serialization": "self.version",
2674                 "drupal/core-transliteration": "self.version",
2675                 "drupal/core-utility": "self.version",
2676                 "drupal/core-uuid": "self.version",
2677                 "drupal/datetime": "self.version",
2678                 "drupal/datetime_range": "self.version",
2679                 "drupal/dblog": "self.version",
2680                 "drupal/dynamic_page_cache": "self.version",
2681                 "drupal/editor": "self.version",
2682                 "drupal/entity_reference": "self.version",
2683                 "drupal/field": "self.version",
2684                 "drupal/field_layout": "self.version",
2685                 "drupal/field_ui": "self.version",
2686                 "drupal/file": "self.version",
2687                 "drupal/filter": "self.version",
2688                 "drupal/forum": "self.version",
2689                 "drupal/hal": "self.version",
2690                 "drupal/help": "self.version",
2691                 "drupal/history": "self.version",
2692                 "drupal/image": "self.version",
2693                 "drupal/inline_form_errors": "self.version",
2694                 "drupal/language": "self.version",
2695                 "drupal/layout_discovery": "self.version",
2696                 "drupal/link": "self.version",
2697                 "drupal/locale": "self.version",
2698                 "drupal/media": "self.version",
2699                 "drupal/menu_link_content": "self.version",
2700                 "drupal/menu_ui": "self.version",
2701                 "drupal/migrate": "self.version",
2702                 "drupal/migrate_drupal": "self.version",
2703                 "drupal/migrate_drupal_ui": "self.version",
2704                 "drupal/minimal": "self.version",
2705                 "drupal/node": "self.version",
2706                 "drupal/options": "self.version",
2707                 "drupal/page_cache": "self.version",
2708                 "drupal/path": "self.version",
2709                 "drupal/quickedit": "self.version",
2710                 "drupal/rdf": "self.version",
2711                 "drupal/responsive_image": "self.version",
2712                 "drupal/rest": "self.version",
2713                 "drupal/search": "self.version",
2714                 "drupal/serialization": "self.version",
2715                 "drupal/settings_tray": "self.version",
2716                 "drupal/seven": "self.version",
2717                 "drupal/shortcut": "self.version",
2718                 "drupal/simpletest": "self.version",
2719                 "drupal/standard": "self.version",
2720                 "drupal/stark": "self.version",
2721                 "drupal/statistics": "self.version",
2722                 "drupal/syslog": "self.version",
2723                 "drupal/system": "self.version",
2724                 "drupal/taxonomy": "self.version",
2725                 "drupal/telephone": "self.version",
2726                 "drupal/text": "self.version",
2727                 "drupal/toolbar": "self.version",
2728                 "drupal/tour": "self.version",
2729                 "drupal/tracker": "self.version",
2730                 "drupal/update": "self.version",
2731                 "drupal/user": "self.version",
2732                 "drupal/views": "self.version",
2733                 "drupal/views_ui": "self.version",
2734                 "drupal/workflows": "self.version"
2735             },
2736             "require-dev": {
2737                 "behat/mink": "1.7.x-dev",
2738                 "behat/mink-goutte-driver": "^1.2",
2739                 "drupal/coder": "^8.2.12",
2740                 "jcalderonzumba/gastonjs": "^1.0.2",
2741                 "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
2742                 "mikey179/vfsstream": "^1.2",
2743                 "phpspec/prophecy": "^1.4",
2744                 "phpunit/phpunit": ">=4.8.35 <5",
2745                 "symfony/css-selector": "~3.2.8",
2746                 "symfony/phpunit-bridge": "~3.2.8"
2747             },
2748             "type": "drupal-core",
2749             "autoload": {
2750                 "psr-4": {
2751                     "Drupal\\Core\\": "lib/Drupal/Core",
2752                     "Drupal\\Component\\": "lib/Drupal/Component",
2753                     "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
2754                 },
2755                 "classmap": [
2756                     "lib/Drupal.php",
2757                     "lib/Drupal/Component/Utility/Timer.php",
2758                     "lib/Drupal/Component/Utility/Unicode.php",
2759                     "lib/Drupal/Core/Database/Database.php",
2760                     "lib/Drupal/Core/DrupalKernel.php",
2761                     "lib/Drupal/Core/DrupalKernelInterface.php",
2762                     "lib/Drupal/Core/Site/Settings.php"
2763                 ]
2764             },
2765             "notification-url": "https://packagist.org/downloads/",
2766             "license": [
2767                 "GPL-2.0+"
2768             ],
2769             "description": "Drupal is an open source content management platform powering millions of websites and applications.",
2770             "time": "2018-03-27T10:03:10+00:00"
2771         },
2772         {
2773             "name": "drupal/crop",
2774             "version": "1.2.0",
2775             "source": {
2776                 "type": "git",
2777                 "url": "https://git.drupal.org/project/crop",
2778                 "reference": "8.x-1.2"
2779             },
2780             "dist": {
2781                 "type": "zip",
2782                 "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.2.zip",
2783                 "reference": "8.x-1.2",
2784                 "shasum": "0ad542254940c844f8a22c1b386131f06c665b4f"
2785             },
2786             "require": {
2787                 "drupal/core": "*"
2788             },
2789             "require-dev": {
2790                 "drupal/media_entity": "*"
2791             },
2792             "type": "drupal-module",
2793             "extra": {
2794                 "branch-alias": {
2795                     "dev-1.x": "1.x-dev"
2796                 },
2797                 "drupal": {
2798                     "version": "8.x-1.2",
2799                     "datestamp": "1491032884"
2800                 }
2801             },
2802             "notification-url": "https://packages.drupal.org/8/downloads",
2803             "license": [
2804                 "GPL-2.0+"
2805             ],
2806             "authors": [
2807                 {
2808                     "name": "Drupal Media Team",
2809                     "homepage": "https://www.drupal.org/user/3260690"
2810                 },
2811                 {
2812                     "name": "slashrsm",
2813                     "homepage": "https://www.drupal.org/user/744628"
2814                 },
2815                 {
2816                     "name": "woprrr",
2817                     "homepage": "https://www.drupal.org/user/858604"
2818                 }
2819             ],
2820             "description": "Provides storage and API for image crops.",
2821             "homepage": "https://www.drupal.org/project/crop",
2822             "support": {
2823                 "source": "http://cgit.drupalcode.org/crop",
2824                 "issues": "https://www.drupal.org/project/issues/crop"
2825             }
2826         },
2827         {
2828             "name": "drupal/ctools",
2829             "version": "3.0.0",
2830             "source": {
2831                 "type": "git",
2832                 "url": "https://git.drupal.org/project/ctools",
2833                 "reference": "8.x-3.0"
2834             },
2835             "dist": {
2836                 "type": "zip",
2837                 "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
2838                 "reference": "8.x-3.0",
2839                 "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
2840             },
2841             "require": {
2842                 "drupal/core": "~8.0"
2843             },
2844             "type": "drupal-module",
2845             "extra": {
2846                 "branch-alias": {
2847                     "dev-3.x": "3.x-dev"
2848                 },
2849                 "drupal": {
2850                     "version": "8.x-3.0",
2851                     "datestamp": "1493401742"
2852                 }
2853             },
2854             "notification-url": "https://packages.drupal.org/8/downloads",
2855             "license": [
2856                 "GPL-2.0+"
2857             ],
2858             "authors": [
2859                 {
2860                     "name": "Kris Vanderwater (EclipseGc)",
2861                     "homepage": "https://www.drupal.org/u/eclipsegc",
2862                     "role": "Maintainer"
2863                 },
2864                 {
2865                     "name": "Jakob Perry (japerry)",
2866                     "homepage": "https://www.drupal.org/u/japerry",
2867                     "role": "Maintainer"
2868                 },
2869                 {
2870                     "name": "Tim Plunkett (tim.plunkett)",
2871                     "homepage": "https://www.drupal.org/u/timplunkett",
2872                     "role": "Maintainer"
2873                 },
2874                 {
2875                     "name": "James Gilliland (neclimdul)",
2876                     "homepage": "https://www.drupal.org/u/neclimdul",
2877                     "role": "Maintainer"
2878                 },
2879                 {
2880                     "name": "Daniel Wehner (dawehner)",
2881                     "homepage": "https://www.drupal.org/u/dawehner",
2882                     "role": "Maintainer"
2883                 },
2884                 {
2885                     "name": "merlinofchaos",
2886                     "homepage": "https://www.drupal.org/user/26979"
2887                 },
2888                 {
2889                     "name": "neclimdul",
2890                     "homepage": "https://www.drupal.org/user/48673"
2891                 },
2892                 {
2893                     "name": "sdboyer",
2894                     "homepage": "https://www.drupal.org/user/146719"
2895                 },
2896                 {
2897                     "name": "sun",
2898                     "homepage": "https://www.drupal.org/user/54136"
2899                 },
2900                 {
2901                     "name": "tim.plunkett",
2902                     "homepage": "https://www.drupal.org/user/241634"
2903                 }
2904             ],
2905             "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
2906             "homepage": "https://www.drupal.org/project/ctools",
2907             "support": {
2908                 "source": "http://cgit.drupalcode.org/ctools",
2909                 "issues": "https://www.drupal.org/project/issues/ctools"
2910             }
2911         },
2912         {
2913             "name": "drupal/devel",
2914             "version": "1.0.0-rc2",
2915             "source": {
2916                 "type": "git",
2917                 "url": "https://git.drupal.org/project/devel",
2918                 "reference": "8.x-1.0-rc2"
2919             },
2920             "dist": {
2921                 "type": "zip",
2922                 "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.0-rc2.zip",
2923                 "reference": "8.x-1.0-rc2",
2924                 "shasum": "011322bf9c263dab29f94640829f4b654e9c5632"
2925             },
2926             "require": {
2927                 "drupal/core": "~8.0"
2928             },
2929             "suggest": {
2930                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
2931             },
2932             "type": "drupal-module",
2933             "extra": {
2934                 "branch-alias": {
2935                     "dev-1.x": "1.x-dev"
2936                 },
2937                 "drupal": {
2938                     "version": "8.x-1.0-rc2",
2939                     "datestamp": "1492989244"
2940                 }
2941             },
2942             "notification-url": "https://packages.drupal.org/8/downloads",
2943             "license": [
2944                 "GPL-2.0+"
2945             ],
2946             "authors": [
2947                 {
2948                     "name": "Moshe Weitzman",
2949                     "homepage": "https://github.com/weitzman",
2950                     "email": "weitzman@tejasa.com",
2951                     "role": "Maintainer"
2952                 },
2953                 {
2954                     "name": "Hans Salvisberg",
2955                     "homepage": "https://www.drupal.org/u/salvis",
2956                     "email": "drupal@salvisberg.com",
2957                     "role": "Maintainer"
2958                 },
2959                 {
2960                     "name": "Luca Lusso",
2961                     "homepage": "https://www.drupal.org/u/lussoluca",
2962                     "role": "Maintainer"
2963                 },
2964                 {
2965                     "name": "Marco (willzyx)",
2966                     "homepage": "https://www.drupal.org/u/willzyx",
2967                     "role": "Maintainer"
2968                 },
2969                 {
2970                     "name": "See contributors",
2971                     "homepage": "https://www.drupal.org/node/3236/committers"
2972                 },
2973                 {
2974                     "name": "salvis",
2975                     "homepage": "https://www.drupal.org/user/82964"
2976                 },
2977                 {
2978                     "name": "willzyx",
2979                     "homepage": "https://www.drupal.org/user/1043862"
2980                 }
2981             ],
2982             "description": "Various blocks, pages, and functions for developers.",
2983             "homepage": "http://drupal.org/project/devel",
2984             "support": {
2985                 "source": "http://cgit.drupalcode.org/devel",
2986                 "issues": "http://drupal.org/project/devel",
2987                 "irc": "irc://irc.freenode.org/drupal-contribute"
2988             }
2989         },
2990         {
2991             "name": "drupal/diff",
2992             "version": "1.0.0-rc1",
2993             "source": {
2994                 "type": "git",
2995                 "url": "https://git.drupal.org/project/diff",
2996                 "reference": "8.x-1.0-rc1"
2997             },
2998             "dist": {
2999                 "type": "zip",
3000                 "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip",
3001                 "reference": "8.x-1.0-rc1",
3002                 "shasum": "4945154c2c07444195a7ae07011a3b3db941c72a"
3003             },
3004             "require": {
3005                 "drupal/core": "~8.0",
3006                 "mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
3007             },
3008             "type": "drupal-module",
3009             "extra": {
3010                 "branch-alias": {
3011                     "dev-1.x": "1.x-dev"
3012                 },
3013                 "drupal": {
3014                     "version": "8.x-1.0-rc1",
3015                     "datestamp": "1484566683"
3016                 }
3017             },
3018             "notification-url": "https://packages.drupal.org/8/downloads",
3019             "license": [
3020                 "GPL-2.0+"
3021             ],
3022             "authors": [
3023                 {
3024                     "name": "Miro Dietiker (miro_dietiker)",
3025                     "homepage": "https://www.drupal.org/u/miro_dietiker",
3026                     "role": "Maintainer"
3027                 },
3028                 {
3029                     "name": "Juampy NR (juampynr)",
3030                     "homepage": "https://www.drupal.org/u/juampynr",
3031                     "role": "Maintainer"
3032                 },
3033                 {
3034                     "name": "Lucian Hangea (lhangea)",
3035                     "homepage": "https://www.drupal.org/u/lhangea",
3036                     "role": "Maintainer"
3037                 },
3038                 {
3039                     "name": "Alan D.",
3040                     "homepage": "https://www.drupal.org/u/alan-d.",
3041                     "role": "Maintainer"
3042                 },
3043                 {
3044                     "name": "Brian Gilbert (realityloop).",
3045                     "homepage": "https://www.drupal.org/u/realityloop",
3046                     "role": "Maintainer"
3047                 },
3048                 {
3049                     "name": "miro_dietiker",
3050                     "homepage": "https://www.drupal.org/user/227761"
3051                 },
3052                 {
3053                     "name": "realityloop",
3054                     "homepage": "https://www.drupal.org/user/139189"
3055                 },
3056                 {
3057                     "name": "rötzi",
3058                     "homepage": "https://www.drupal.org/user/73064"
3059                 },
3060                 {
3061                     "name": "yhahn",
3062                     "homepage": "https://www.drupal.org/user/264833"
3063                 }
3064             ],
3065             "description": "Compares two entity revisions",
3066             "homepage": "https://www.drupal.org/project/diff",
3067             "support": {
3068                 "source": "http://cgit.drupalcode.org/diff",
3069                 "issues": "https://www.drupal.org/project/issues/diff"
3070             }
3071         },
3072         {
3073             "name": "drupal/draggableviews",
3074             "version": "1.0.0",
3075             "source": {
3076                 "type": "git",
3077                 "url": "https://git.drupal.org/project/draggableviews",
3078                 "reference": "8.x-1.0"
3079             },
3080             "dist": {
3081                 "type": "zip",
3082                 "url": "https://ftp.drupal.org/files/projects/draggableviews-8.x-1.0.zip",
3083                 "reference": "8.x-1.0",
3084                 "shasum": "007082c2621b45bd8cf73fe5fdd4d292ee88a458"
3085             },
3086             "require": {
3087                 "drupal/core": "*"
3088             },
3089             "type": "drupal-module",
3090             "extra": {
3091                 "branch-alias": {
3092                     "dev-1.x": "1.x-dev"
3093                 },
3094                 "drupal": {
3095                     "version": "8.x-1.0",
3096                     "datestamp": "1477076039"
3097                 },
3098                 "patches_applied": {
3099                     "Sort order not saved when using bootstrap theme": "https://www.drupal.org/files/issues/classes-defined-in-array-2729935-2.patch",
3100                     "DraggableViews displays multiple node instances when used in multiple views": "https://www.drupal.org/files/issues/2867159_fixed_problems_with_duplicates_0.patch"
3101                 }
3102             },
3103             "notification-url": "https://packages.drupal.org/8/downloads",
3104             "license": [
3105                 "GPL-2.0+"
3106             ],
3107             "authors": [
3108                 {
3109                     "name": "dixon_",
3110                     "homepage": "https://www.drupal.org/user/239911"
3111                 },
3112                 {
3113                     "name": "ginc",
3114                     "homepage": "https://www.drupal.org/user/332249"
3115                 },
3116                 {
3117                     "name": "iStryker",
3118                     "homepage": "https://www.drupal.org/user/303676"
3119                 },
3120                 {
3121                     "name": "podarok",
3122                     "homepage": "https://www.drupal.org/user/116002"
3123                 },
3124                 {
3125                     "name": "sevi",
3126                     "homepage": "https://www.drupal.org/user/199290"
3127                 },
3128                 {
3129                     "name": "ygerasimov",
3130                     "homepage": "https://www.drupal.org/user/257311"
3131                 }
3132             ],
3133             "description": "Complete rewrite of D7 draggableviews",
3134             "homepage": "https://www.drupal.org/project/draggableviews",
3135             "support": {
3136                 "source": "http://cgit.drupalcode.org/draggableviews"
3137             }
3138         },
3139         {
3140             "name": "drupal/dropzonejs",
3141             "version": "1.0.0-alpha7",
3142             "source": {
3143                 "type": "git",
3144                 "url": "https://git.drupal.org/project/dropzonejs",
3145                 "reference": "8.x-1.0-alpha7"
3146             },
3147             "dist": {
3148                 "type": "zip",
3149                 "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-1.0-alpha7.zip",
3150                 "reference": "8.x-1.0-alpha7",
3151                 "shasum": "62fc6d46cee1d5fa9885bab3e65b3638172311f6"
3152             },
3153             "require": {
3154                 "drupal/core": "*"
3155             },
3156             "require-dev": {
3157                 "drupal/entity_browser": "*"
3158             },
3159             "suggest": {
3160                 "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
3161             },
3162             "type": "drupal-module",
3163             "extra": {
3164                 "branch-alias": {
3165                     "dev-1.x": "1.x-dev"
3166                 },
3167                 "drupal": {
3168                     "version": "8.x-1.0-alpha7",
3169                     "datestamp": "1495200183"
3170                 }
3171             },
3172             "notification-url": "https://packages.drupal.org/8/downloads",
3173             "license": [
3174                 "GPL-2.0+"
3175             ],
3176             "authors": [
3177                 {
3178                     "name": "Janez Urevc",
3179                     "homepage": "https://drupal.org/u/slashrsm",
3180                     "role": "Maintainer"
3181                 },
3182                 {
3183                     "name": "Christian Fritsch",
3184                     "homepage": "https://drupal.org/u/chrfritsch",
3185                     "role": "Maintainer"
3186                 },
3187                 {
3188                     "name": "Primoz Hmeljak",
3189                     "homepage": "https://drupal.org/u/Primsi",
3190                     "role": "Maintainer"
3191                 },
3192                 {
3193                     "name": "See other contributors",
3194                     "homepage": "https://www.drupal.org/node/1998478/committers",
3195                     "role": "contributor"
3196                 },
3197                 {
3198                     "name": "slashrsm",
3199                     "homepage": "https://www.drupal.org/user/744628"
3200                 },
3201                 {
3202                     "name": "wouters_f",
3203                     "homepage": "https://www.drupal.org/user/721548"
3204                 },
3205                 {
3206                     "name": "zkday",
3207                     "homepage": "https://www.drupal.org/user/888644"
3208                 }
3209             ],
3210             "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
3211             "homepage": "https://www.drupal.org/project/dropzonejs",
3212             "keywords": [
3213                 "DropzoneJS",
3214                 "Drupal"
3215             ],
3216             "support": {
3217                 "source": "https://www.drupal.org/project/dropzonejs",
3218                 "issues": "https://www.drupal.org/project/issues/dropzonejs",
3219                 "irc": "irc://irc.freenode.org/drupal-contribute"
3220             }
3221         },
3222         {
3223             "name": "drupal/dropzonejs_eb_widget",
3224             "version": "1.0.0-alpha7",
3225             "require": {
3226                 "drupal/core": "*",
3227                 "drupal/dropzonejs": "self.version",
3228                 "drupal/entity_browser": "*"
3229             },
3230             "type": "metapackage",
3231             "extra": {
3232                 "branch-alias": {
3233                     "dev-1.x": "1.x-dev"
3234                 },
3235                 "drupal": {
3236                     "version": "8.x-1.0-alpha7",
3237                     "datestamp": "1495200183"
3238                 }
3239             },
3240             "notification-url": "https://packages.drupal.org/8/downloads",
3241             "license": [
3242                 "GPL-2.0+"
3243             ],
3244             "authors": [
3245                 {
3246                     "name": "Drupal Media Team",
3247                     "homepage": "https://www.drupal.org/user/3260690"
3248                 },
3249                 {
3250                     "name": "Drupal media CI",
3251                     "homepage": "https://www.drupal.org/user/3057985"
3252                 },
3253                 {
3254                     "name": "Primsi",
3255                     "homepage": "https://www.drupal.org/user/282629"
3256                 },
3257                 {
3258                     "name": "chr.fritsch",
3259                     "homepage": "https://www.drupal.org/user/2103716"
3260                 },
3261                 {
3262                     "name": "slashrsm",
3263                     "homepage": "https://www.drupal.org/user/744628"
3264                 },
3265                 {
3266                     "name": "wouters_f",
3267                     "homepage": "https://www.drupal.org/user/721548"
3268                 },
3269                 {
3270                     "name": "zkday",
3271                     "homepage": "https://www.drupal.org/user/888644"
3272                 }
3273             ],
3274             "description": "DropzoneJS Entity browser widget",
3275             "homepage": "https://www.drupal.org/project/dropzonejs",
3276             "support": {
3277                 "source": "http://cgit.drupalcode.org/dropzonejs"
3278             }
3279         },
3280         {
3281             "name": "drupal/drupal-driver",
3282             "version": "v1.2.1",
3283             "source": {
3284                 "type": "git",
3285                 "url": "https://github.com/jhedstrom/DrupalDriver.git",
3286                 "reference": "125d39918c97f7a08e3110d456a0a1db864dae46"
3287             },
3288             "dist": {
3289                 "type": "zip",
3290                 "url": "https://api.github.com/repos/jhedstrom/DrupalDriver/zipball/125d39918c97f7a08e3110d456a0a1db864dae46",
3291                 "reference": "125d39918c97f7a08e3110d456a0a1db864dae46",
3292                 "shasum": ""
3293             },
3294             "require": {
3295                 "symfony/dependency-injection": "~2.6|~3.0",
3296                 "symfony/process": "~2.5|~3.0"
3297             },
3298             "require-dev": {
3299                 "drupal/coder": "~8.2.0",
3300                 "drush-ops/behat-drush-endpoint": "*",
3301                 "mockery/mockery": "0.9.4",
3302                 "phpspec/phpspec": "~2.0",
3303                 "phpunit/phpunit": "~4.0"
3304             },
3305             "type": "library",
3306             "extra": {
3307                 "branch-alias": {
3308                     "dev-master": "1.2.x-dev"
3309                 }
3310             },
3311             "autoload": {
3312                 "psr-0": {
3313                     "Drupal\\Component": "src/",
3314                     "Drupal\\Driver": "src/",
3315                     "Drupal\\Tests\\Driver": "tests/"
3316                 }
3317             },
3318             "notification-url": "https://packagist.org/downloads/",
3319             "license": [
3320                 "GPL-2.0+"
3321             ],
3322             "authors": [
3323                 {
3324                     "name": "Jonathan Hedstrom",
3325                     "email": "jhedstrom@gmail.com"
3326                 }
3327             ],
3328             "description": "A collection of reusable Drupal drivers",
3329             "homepage": "http://github.com/jhedstrom/DrupalDriver",
3330             "keywords": [
3331                 "drupal",
3332                 "test",
3333                 "web"
3334             ],
3335             "time": "2016-06-20T16:29:51+00:00"
3336         },
3337         {
3338             "name": "drupal/drupal-extension",
3339             "version": "v3.3.1",
3340             "source": {
3341                 "type": "git",
3342                 "url": "https://github.com/jhedstrom/drupalextension.git",
3343                 "reference": "2a858760208856391f7e5e4d269fba2c1df110a4"
3344             },
3345             "dist": {
3346                 "type": "zip",
3347                 "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/2a858760208856391f7e5e4d269fba2c1df110a4",
3348                 "reference": "2a858760208856391f7e5e4d269fba2c1df110a4",
3349                 "shasum": ""
3350             },
3351             "require": {
3352                 "behat/behat": "~3.2",
3353                 "behat/mink": "~1.5",
3354                 "behat/mink-extension": "~2.0",
3355                 "behat/mink-goutte-driver": "~1.0",
3356                 "behat/mink-selenium2-driver": "~1.1",
3357                 "drupal/drupal-driver": "~1.2",
3358                 "symfony/dependency-injection": "~2.7|~3.0",
3359                 "symfony/event-dispatcher": "~2.7|~3.0"
3360             },
3361             "require-dev": {
3362                 "behat/mink-zombie-driver": "^1.2",
3363                 "phpspec/phpspec": "~2.0",
3364                 "phpunit/phpunit": "3.7.*"
3365             },
3366             "type": "behat-extension",
3367             "extra": {
3368                 "branch-alias": {
3369                     "dev-master": "3.2.x-dev"
3370                 }
3371             },
3372             "autoload": {
3373                 "psr-0": {
3374                     "Drupal\\Drupal": "src/",
3375                     "Drupal\\Exception": "src/",
3376                     "Drupal\\DrupalExtension": "src/"
3377                 }
3378             },
3379             "notification-url": "https://packagist.org/downloads/",
3380             "license": [
3381                 "GPL-2.0+"
3382             ],
3383             "authors": [
3384                 {
3385                     "name": "Jonathan Hedstrom",
3386                     "email": "jhedstrom@gmail.com"
3387                 }
3388             ],
3389             "description": "Drupal extension for Behat",
3390             "homepage": "http://drupal.org/project/drupalextension",
3391             "keywords": [
3392                 "drupal",
3393                 "test",
3394                 "web"
3395             ],
3396             "time": "2017-09-13T19:54:23+00:00"
3397         },
3398         {
3399             "name": "drupal/drupalmoduleupgrader",
3400             "version": "dev-1.x",
3401             "source": {
3402                 "type": "git",
3403                 "url": "https://git.drupal.org/project/drupalmoduleupgrader",
3404                 "reference": "8bf2d9c140d4a315f267ff511fc69ea1595b62b8"
3405             },
3406             "require": {
3407                 "cebe/markdown": "1.0.*@dev",
3408                 "drupal/core": "~8.0",
3409                 "grom358/pharborist": "dev-master",
3410                 "symfony/filesystem": "^2.6.0",
3411                 "symfony/finder": "^2.6.0"
3412             },
3413             "require-dev": {
3414                 "mikey179/vfsstream": "^1.5",
3415                 "phpunit/phpunit": "^4.8"
3416             },
3417             "type": "drupal-module",
3418             "extra": {
3419                 "branch-alias": {
3420                     "dev-1.x": "1.x-dev"
3421                 },
3422                 "drupal": {
3423                     "version": "8.x-1.2+9-dev",
3424                     "datestamp": "1490452983"
3425                 }
3426             },
3427             "autoload": {
3428                 "psr-4": {
3429                     "Drupal\\drupalmoduleupgrader\\": "src/"
3430                 }
3431             },
3432             "notification-url": "https://packages.drupal.org/8/downloads",
3433             "license": [
3434                 "GPL-2.0+"
3435             ],
3436             "authors": [
3437                 {
3438                     "name": "Gábor Hojtsy",
3439                     "homepage": "https://www.drupal.org/user/4166"
3440                 },
3441                 {
3442                     "name": "Wim Leers",
3443                     "homepage": "https://www.drupal.org/user/99777"
3444                 },
3445                 {
3446                     "name": "dstol",
3447                     "homepage": "https://www.drupal.org/user/329570"
3448                 },
3449                 {
3450                     "name": "eshta",
3451                     "homepage": "https://www.drupal.org/user/1951462"
3452                 },
3453                 {
3454                     "name": "japerry",
3455                     "homepage": "https://www.drupal.org/user/45640"
3456                 },
3457                 {
3458                     "name": "jcnventura",
3459                     "homepage": "https://www.drupal.org/user/122464"
3460                 },
3461                 {
3462                     "name": "pfrenssen",
3463                     "homepage": "https://www.drupal.org/user/382067"
3464                 },
3465                 {
3466                     "name": "phenaproxima",
3467                     "homepage": "https://www.drupal.org/user/205645"
3468                 },
3469                 {
3470                     "name": "tim.plunkett",
3471                     "homepage": "https://www.drupal.org/user/241634"
3472                 },
3473                 {
3474                     "name": "webchick",
3475                     "homepage": "https://www.drupal.org/user/24967"
3476                 },
3477                 {
3478                     "name": "xjm",
3479                     "homepage": "https://www.drupal.org/user/65776"
3480                 }
3481             ],
3482             "description": "A Drush command to update Drupal 7 modules to Drupal 8.",
3483             "homepage": "https://www.drupal.org/project/drupalmoduleupgrader",
3484             "keywords": [
3485                 "Drupal",
3486                 "PHP_CodeSniffer",
3487                 "phpcs",
3488                 "standards",
3489                 "update",
3490                 "upgrade"
3491             ],
3492             "support": {
3493                 "source": "https://drupal.org/project/drupalmoduleupgrader",
3494                 "issues": "https://drupal.org/project/issues/drupalmoduleupgrader"
3495             }
3496         },
3497         {
3498             "name": "drupal/embed",
3499             "version": "1.0.0",
3500             "source": {
3501                 "type": "git",
3502                 "url": "https://git.drupal.org/project/embed",
3503                 "reference": "8.x-1.0"
3504             },
3505             "dist": {
3506                 "type": "zip",
3507                 "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
3508                 "reference": "8.x-1.0",
3509                 "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
3510             },
3511             "require": {
3512                 "drupal/core": "~8.0"
3513             },
3514             "type": "drupal-module",
3515             "extra": {
3516                 "branch-alias": {
3517                     "dev-1.x": "1.x-dev"
3518                 },
3519                 "drupal": {
3520                     "version": "8.x-1.0",
3521                     "datestamp": "1490755685"
3522                 }
3523             },
3524             "notification-url": "https://packages.drupal.org/8/downloads",
3525             "license": [
3526                 "GPL-2.0+"
3527             ],
3528             "authors": [
3529                 {
3530                     "name": "Dave Reid",
3531                     "homepage": "https://www.drupal.org/user/53892"
3532                 },
3533                 {
3534                     "name": "Devin Carlson",
3535                     "homepage": "https://www.drupal.org/user/290182"
3536                 },
3537                 {
3538                     "name": "Drupal Media Team",
3539                     "homepage": "https://www.drupal.org/user/3260690"
3540                 },
3541                 {
3542                     "name": "cs_shadow",
3543                     "homepage": "https://www.drupal.org/user/2828287"
3544                 },
3545                 {
3546                     "name": "slashrsm",
3547                     "homepage": "https://www.drupal.org/user/744628"
3548                 }
3549             ],
3550             "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
3551             "homepage": "https://www.drupal.org/project/embed",
3552             "support": {
3553                 "source": "http://cgit.drupalcode.org/embed",
3554                 "issues": "https://www.drupal.org/project/issues/embed",
3555                 "irc": "irc://irc.freenode.org/drupal-media"
3556             }
3557         },
3558         {
3559             "name": "drupal/entity",
3560             "version": "1.0.0-alpha4",
3561             "source": {
3562                 "type": "git",
3563                 "url": "https://git.drupal.org/project/entity",
3564                 "reference": "8.x-1.0-alpha4"
3565             },
3566             "dist": {
3567                 "type": "zip",
3568                 "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-alpha4.zip",
3569                 "reference": "8.x-1.0-alpha4",
3570                 "shasum": "c081d3757c159dfee74c9e5acb63bdee81c42e18"
3571             },
3572             "require": {
3573                 "drupal/core": "~8.1"
3574             },
3575             "type": "drupal-module",
3576             "extra": {
3577                 "branch-alias": {
3578                     "dev-1.x": "1.x-dev"
3579                 },
3580                 "drupal": {
3581                     "version": "8.x-1.0-alpha4",
3582                     "datestamp": "1481194983"
3583                 }
3584             },
3585             "notification-url": "https://packages.drupal.org/8/downloads",
3586             "license": [
3587                 "GPL-2.0+"
3588             ],
3589             "authors": [
3590                 {
3591                     "name": "Berdir",
3592                     "homepage": "https://www.drupal.org/user/214652"
3593                 },
3594                 {
3595                     "name": "bojanz",
3596                     "homepage": "https://www.drupal.org/user/86106"
3597                 },
3598                 {
3599                     "name": "dawehner",
3600                     "homepage": "https://www.drupal.org/user/99340"
3601                 },
3602                 {
3603                     "name": "dixon_",
3604                     "homepage": "https://www.drupal.org/user/239911"
3605                 },
3606                 {
3607                     "name": "fago",
3608                     "homepage": "https://www.drupal.org/user/16747"
3609                 }
3610             ],
3611             "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
3612             "homepage": "http://drupal.org/project/entity",
3613             "support": {
3614                 "source": "http://cgit.drupalcode.org/entity"
3615             }
3616         },
3617         {
3618             "name": "drupal/entity_browser",
3619             "version": "1.0.0",
3620             "source": {
3621                 "type": "git",
3622                 "url": "https://git.drupal.org/project/entity_browser",
3623                 "reference": "8.x-1.0"
3624             },
3625             "dist": {
3626                 "type": "zip",
3627                 "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.0.zip",
3628                 "reference": "8.x-1.0",
3629                 "shasum": "6bd7bbcda1eebacc3685e9edaad2ad29b525b2ad"
3630             },
3631             "require": {
3632                 "drupal/core": "~8.0"
3633             },
3634             "require-dev": {
3635                 "drupal/ctools": "*",
3636                 "drupal/inline_entity_form": "*",
3637                 "drupal/media_entity": "*",
3638                 "drupal/paragraphs": "*",
3639                 "drupal/token": "*"
3640             },
3641             "type": "drupal-module",
3642             "extra": {
3643                 "branch-alias": {
3644                     "dev-1.x": "1.x-dev",
3645                     "dev-8.x-1.x": "8.1.x-dev"
3646                 },
3647                 "drupal": {
3648                     "version": "8.x-1.0",
3649                     "datestamp": "1492678144"
3650                 }
3651             },
3652             "notification-url": "https://packages.drupal.org/8/downloads",
3653             "license": [
3654                 "GPL-2.0+"
3655             ],
3656             "authors": [
3657                 {
3658                     "name": "Janez Urevc",
3659                     "homepage": "https://github.com/slashrsm",
3660                     "role": "Maintainer"
3661                 },
3662                 {
3663                     "name": "Primoz Hmeljak",
3664                     "homepage": "https://github.com/primsi",
3665                     "role": "Maintainer"
3666                 },
3667                 {
3668                     "name": "See other contributors",
3669                     "homepage": "https://www.drupal.org/node/1943336/committers",
3670                     "role": "contributor"
3671                 },
3672                 {
3673                     "name": "Primsi",
3674                     "homepage": "https://www.drupal.org/user/282629"
3675                 },
3676                 {
3677                     "name": "marcingy",
3678                     "homepage": "https://www.drupal.org/user/77320"
3679                 },
3680                 {
3681                     "name": "samuel.mortenson",
3682                     "homepage": "https://www.drupal.org/user/2582268"
3683                 },
3684                 {
3685                     "name": "slashrsm",
3686                     "homepage": "https://www.drupal.org/user/744628"
3687                 }
3688             ],
3689             "description": "Entity browsing and selecting component.",
3690             "homepage": "http://drupal.org/project/entity_browser",
3691             "support": {
3692                 "source": "http://cgit.drupalcode.org/entity_browser",
3693                 "issues": "http://drupal.org/project/issues/entity_browser",
3694                 "irc": "irc://irc.freenode.org/drupal-contribute"
3695             }
3696         },
3697         {
3698             "name": "drupal/entity_browser_entity_form",
3699             "version": "1.0.0",
3700             "require": {
3701                 "drupal/core": "~8.0",
3702                 "drupal/entity_browser": "self.version",
3703                 "drupal/inline_entity_form": "*"
3704             },
3705             "type": "metapackage",
3706             "extra": {
3707                 "branch-alias": {
3708                     "dev-1.x": "1.x-dev"
3709                 },
3710                 "drupal": {
3711                     "version": "8.x-1.0",
3712                     "datestamp": "1492678144"
3713                 }
3714             },
3715             "notification-url": "https://packages.drupal.org/8/downloads",
3716             "license": [
3717                 "GPL-2.0+"
3718             ],
3719             "authors": [
3720                 {
3721                     "name": "Dave Reid",
3722                     "homepage": "https://www.drupal.org/user/53892"
3723                 },
3724                 {
3725                     "name": "Devin Carlson",
3726                     "homepage": "https://www.drupal.org/user/290182"
3727                 },
3728                 {
3729                     "name": "Drupal Media Team",
3730                     "homepage": "https://www.drupal.org/user/3260690"
3731                 },
3732                 {
3733                     "name": "Primsi",
3734                     "homepage": "https://www.drupal.org/user/282629"
3735                 },
3736                 {
3737                     "name": "marcingy",
3738                     "homepage": "https://www.drupal.org/user/77320"
3739                 },
3740                 {
3741                     "name": "samuel.mortenson",
3742                     "homepage": "https://www.drupal.org/user/2582268"
3743                 },
3744                 {
3745                     "name": "slashrsm",
3746                     "homepage": "https://www.drupal.org/user/744628"
3747                 }
3748             ],
3749             "description": "Entity browser inline entity form integration.",
3750             "homepage": "https://www.drupal.org/project/entity_browser",
3751             "support": {
3752                 "source": "http://cgit.drupalcode.org/entity_browser"
3753             }
3754         },
3755         {
3756             "name": "drupal/entity_embed",
3757             "version": "1.0.0-beta2",
3758             "source": {
3759                 "type": "git",
3760                 "url": "https://git.drupal.org/project/entity_embed",
3761                 "reference": "8.x-1.0-beta2"
3762             },
3763             "dist": {
3764                 "type": "zip",
3765                 "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip",
3766                 "reference": "8.x-1.0-beta2",
3767                 "shasum": "21cdeb2b058efce461683aed9a8951053512dca7"
3768             },
3769             "require": {
3770                 "drupal/core": "*",
3771                 "drupal/embed": "*"
3772             },
3773             "require-dev": {
3774                 "drupal/entity_browser": "*"
3775             },
3776             "type": "drupal-module",
3777             "extra": {
3778                 "branch-alias": {
3779                     "dev-1.x": "1.x-dev"
3780                 },
3781                 "drupal": {
3782                     "version": "8.x-1.0-beta2",
3783                     "datestamp": "1476698339"
3784                 }
3785             },
3786             "notification-url": "https://packages.drupal.org/8/downloads",
3787             "license": [
3788                 "GPL-2.0+"
3789             ],
3790             "authors": [
3791                 {
3792                     "name": "Dave Reid",
3793                     "homepage": "https://www.drupal.org/user/53892"
3794                 },
3795                 {
3796                     "name": "Devin Carlson",
3797                     "homepage": "https://www.drupal.org/user/290182"
3798                 },
3799                 {
3800                     "name": "Drupal Media Team",
3801                     "homepage": "https://www.drupal.org/user/3260690"
3802                 },
3803                 {
3804                     "name": "cs_shadow",
3805                     "homepage": "https://www.drupal.org/user/2828287"
3806                 },
3807                 {
3808                     "name": "slashrsm",
3809                     "homepage": "https://www.drupal.org/user/744628"
3810                 }
3811             ],
3812             "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
3813             "homepage": "https://www.drupal.org/project/entity_embed",
3814             "support": {
3815                 "source": "http://cgit.drupalcode.org/entity_embed",
3816                 "issues": "https://www.drupal.org/project/issues/entity_embed",
3817                 "irc": "irc://irc.freenode.org/drupal-media"
3818             }
3819         },
3820         {
3821             "name": "drupal/entity_reference_revisions",
3822             "version": "1.3.0",
3823             "source": {
3824                 "type": "git",
3825                 "url": "https://git.drupal.org/project/entity_reference_revisions",
3826                 "reference": "8.x-1.3"
3827             },
3828             "dist": {
3829                 "type": "zip",
3830                 "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.3.zip",
3831                 "reference": "8.x-1.3",
3832                 "shasum": "78aebb58efbbfcbb2faa40a1afc0830312b32631"
3833             },
3834             "require": {
3835                 "drupal/core": "~8.0"
3836             },
3837             "require-dev": {
3838                 "drupal/diff": "*"
3839             },
3840             "type": "drupal-module",
3841             "extra": {
3842                 "branch-alias": {
3843                     "dev-1.x": "1.x-dev"
3844                 },
3845                 "drupal": {
3846                     "version": "8.x-1.3",
3847                     "datestamp": "1495814284"
3848                 }
3849             },
3850             "notification-url": "https://packages.drupal.org/8/downloads",
3851             "license": [
3852                 "GPL-2.0+"
3853             ],
3854             "authors": [
3855                 {
3856                     "name": "Frans",
3857                     "homepage": "https://www.drupal.org/user/514222"
3858                 },
3859                 {
3860                     "name": "jeroen.b",
3861                     "homepage": "https://www.drupal.org/user/1853532"
3862                 },
3863                 {
3864                     "name": "miro_dietiker",
3865                     "homepage": "https://www.drupal.org/user/227761"
3866                 }
3867             ],
3868             "description": "Adds a Entity Reference field type with revision support.",
3869             "homepage": "https://www.drupal.org/project/entity_reference_revisions",
3870             "support": {
3871                 "source": "http://cgit.drupalcode.org/entity_reference_revisions"
3872             }
3873         },
3874         {
3875             "name": "drupal/entityqueue",
3876             "version": "1.0.0-alpha6",
3877             "source": {
3878                 "type": "git",
3879                 "url": "https://git.drupal.org/project/entityqueue",
3880                 "reference": "8.x-1.0-alpha6"
3881             },
3882             "dist": {
3883                 "type": "zip",
3884                 "url": "https://ftp.drupal.org/files/projects/entityqueue-8.x-1.0-alpha6.zip",
3885                 "reference": "8.x-1.0-alpha6",
3886                 "shasum": "2f7c639020a4c688b419ca90e35ffe0d08b34639"
3887             },
3888             "require": {
3889                 "drupal/core": "~8.0"
3890             },
3891             "type": "drupal-module",
3892             "extra": {
3893                 "branch-alias": {
3894                     "dev-1.x": "1.x-dev"
3895                 },
3896                 "drupal": {
3897                     "version": "8.x-1.0-alpha6",
3898                     "datestamp": "1481985783"
3899                 }
3900             },
3901             "notification-url": "https://packages.drupal.org/8/downloads",
3902             "license": [
3903                 "GPL-2.0+"
3904             ],
3905             "authors": [
3906                 {
3907                     "name": "amateescu",
3908                     "homepage": "https://www.drupal.org/user/729614"
3909                 },
3910                 {
3911                     "name": "jojonaloha",
3912                     "homepage": "https://www.drupal.org/user/1579186"
3913                 },
3914                 {
3915                     "name": "tim.plunkett",
3916                     "homepage": "https://www.drupal.org/user/241634"
3917                 }
3918             ],
3919             "description": "Allows users to collect entities in arbitrarily ordered lists.",
3920             "homepage": "https://www.drupal.org/project/entityqueue",
3921             "support": {
3922                 "source": "http://cgit.drupalcode.org/entityqueue"
3923             }
3924         },
3925         {
3926             "name": "drupal/environment_indicator",
3927             "version": "3.0.0",
3928             "source": {
3929                 "type": "git",
3930                 "url": "https://git.drupal.org/project/environment_indicator",
3931                 "reference": "8.x-3.0"
3932             },
3933             "dist": {
3934                 "type": "zip",
3935                 "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.0.zip",
3936                 "reference": "8.x-3.0",
3937                 "shasum": "eb435b390f07e228eb55638630c6b5b9fb3e104e"
3938             },
3939             "require": {
3940                 "drupal/core": "*"
3941             },
3942             "type": "drupal-module",
3943             "extra": {
3944                 "branch-alias": {
3945                     "dev-3.x": "3.x-dev"
3946                 },
3947                 "drupal": {
3948                     "version": "8.x-3.0",
3949                     "datestamp": "1487828585"
3950                 }
3951             },
3952             "notification-url": "https://packages.drupal.org/8/downloads",
3953             "license": [
3954                 "GPL-2.0+"
3955             ],
3956             "authors": [
3957                 {
3958                     "name": "e0ipso",
3959                     "homepage": "https://www.drupal.org/user/550110"
3960                 },
3961                 {
3962                     "name": "mrfelton",
3963                     "homepage": "https://www.drupal.org/user/305669"
3964                 }
3965             ],
3966             "description": "Adds a color indicator for the different environments.",
3967             "homepage": "https://www.drupal.org/project/environment_indicator",
3968             "support": {
3969                 "source": "http://cgit.drupalcode.org/environment_indicator"
3970             }
3971         },
3972         {
3973             "name": "drupal/eu_cookie_compliance",
3974             "version": "1.0.0-beta7",
3975             "source": {
3976                 "type": "git",
3977                 "url": "https://git.drupal.org/project/eu-cookie-compliance",
3978                 "reference": "8.x-1.0-beta7"
3979             },
3980             "dist": {
3981                 "type": "zip",
3982                 "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.0-beta7.zip",
3983                 "reference": "8.x-1.0-beta7",
3984                 "shasum": "c8859fbeb5f6b1122c0eb6c5df1c4cd4b2961421"
3985             },
3986             "require": {
3987                 "drupal/core": "*"
3988             },
3989             "type": "drupal-module",
3990             "extra": {
3991                 "branch-alias": {
3992                     "dev-1.x": "1.x-dev"
3993                 },
3994                 "drupal": {
3995                     "version": "8.x-1.0-beta7",
3996                     "datestamp": "1471263146"
3997                 }
3998             },
3999             "notification-url": "https://packages.drupal.org/8/downloads",
4000             "license": [
4001                 "GPL-2.0+"
4002             ],
4003             "authors": [
4004                 {
4005                     "name": "Marcin Pajdzik",
4006                     "homepage": "https://www.drupal.org/user/160555"
4007                 },
4008                 {
4009                     "name": "achton",
4010                     "homepage": "https://www.drupal.org/user/712454"
4011                 },
4012                 {
4013                     "name": "blairski",
4014                     "homepage": "https://www.drupal.org/user/120835"
4015                 },
4016                 {
4017                     "name": "dakku",
4018                     "homepage": "https://www.drupal.org/user/97634"
4019                 },
4020                 {
4021                     "name": "grzegorz.bartman",
4022                     "homepage": "https://www.drupal.org/user/363120"
4023                 },
4024                 {
4025                     "name": "id.tornado",
4026                     "homepage": "https://www.drupal.org/user/2754049"
4027                 },
4028                 {
4029                     "name": "killua99",
4030                     "homepage": "https://www.drupal.org/user/699418"
4031                 },
4032                 {
4033                     "name": "mibfire",
4034                     "homepage": "https://www.drupal.org/user/155136"
4035                 },
4036                 {
4037                     "name": "naveenvalecha",
4038                     "homepage": "https://www.drupal.org/user/2665733"
4039                 },
4040                 {
4041                     "name": "svenryen",
4042                     "homepage": "https://www.drupal.org/user/667244"
4043                 }
4044             ],
4045             "description": "This module aims at making the website compliant with the new EU cookie regulation",
4046             "homepage": "https://www.drupal.org/project/eu_cookie_compliance",
4047             "support": {
4048                 "source": "http://cgit.drupalcode.org/eu_cookie_compliance"
4049             }
4050         },
4051         {
4052             "name": "drupal/filefield_sources",
4053             "version": "dev-1.x",
4054             "source": {
4055                 "type": "git",
4056                 "url": "https://git.drupal.org/project/filefield_sources",
4057                 "reference": "b19c6a839804f47587828d4a50e29e0720fa4c08"
4058             },
4059             "require": {
4060                 "drupal/core": "*"
4061             },
4062             "type": "drupal-module",
4063             "extra": {
4064                 "branch-alias": {
4065                     "dev-1.x": "1.x-dev"
4066                 },
4067                 "drupal": {
4068                     "version": "8.x-1.x-dev",
4069                     "datestamp": "1464990539"
4070                 }
4071             },
4072             "notification-url": "https://packages.drupal.org/8/downloads",
4073             "license": [
4074                 "GPL-2.0+"
4075             ],
4076             "authors": [
4077                 {
4078                     "name": "profak",
4079                     "homepage": "https://www.drupal.org/user/782534"
4080                 },
4081                 {
4082                     "name": "quicksketch",
4083                     "homepage": "https://www.drupal.org/user/35821"
4084                 }
4085             ],
4086             "description": "Extends File fields to allow referencing of existing files, remote files, and server files.",
4087             "homepage": "https://www.drupal.org/project/filefield_sources",
4088             "support": {
4089                 "source": "http://cgit.drupalcode.org/filefield_sources"
4090             }
4091         },
4092         {
4093             "name": "drupal/fontyourface",
4094             "version": "3.1.0",
4095             "source": {
4096                 "type": "git",
4097                 "url": "https://git.drupal.org/project/fontyourface",
4098                 "reference": "8.x-3.1"
4099             },
4100             "dist": {
4101                 "type": "zip",
4102                 "url": "https://ftp.drupal.org/files/projects/fontyourface-8.x-3.1.zip",
4103                 "reference": "8.x-3.1",
4104                 "shasum": "c5e02349327e4962dc15901ad442a887326b5b73"
4105             },
4106             "require": {
4107                 "drupal/core": "8.*"
4108             },
4109             "type": "drupal-module",
4110             "extra": {
4111                 "branch-alias": {
4112                     "dev-3.x": "3.x-dev"
4113                 },
4114                 "drupal": {
4115                     "version": "8.x-3.1",
4116                     "datestamp": "1490223783"
4117                 }
4118             },
4119             "notification-url": "https://packages.drupal.org/8/downloads",
4120             "license": [
4121                 "GPL-2.0+"
4122             ],
4123             "authors": [
4124                 {
4125                     "name": "BTMash",
4126                     "homepage": "https://www.drupal.org/user/60422"
4127                 },
4128                 {
4129                     "name": "BarisW",
4130                     "homepage": "https://www.drupal.org/user/107229"
4131                 },
4132                 {
4133                     "name": "Drave Robber",
4134                     "homepage": "https://www.drupal.org/user/984338"
4135                 },
4136                 {
4137                     "name": "sreynen",
4138                     "homepage": "https://www.drupal.org/user/109890"
4139                 }
4140             ],
4141             "description": "Web font management tools.",
4142             "homepage": "https://www.drupal.org/project/fontyourface",
4143             "keywords": [
4144                 "Drupal"
4145             ],
4146             "support": {
4147                 "source": "http://cgit.drupalcode.org/fontyourface",
4148                 "issues": "http://drupal.org/project/issues/fontyourface"
4149             }
4150         },
4151         {
4152             "name": "drupal/front",
4153             "version": "1.0.0-alpha2",
4154             "source": {
4155                 "type": "git",
4156                 "url": "https://git.drupal.org/project/front",
4157                 "reference": "8.x-1.0-alpha2"
4158             },
4159             "dist": {
4160                 "type": "zip",
4161                 "url": "https://ftp.drupal.org/files/projects/front-8.x-1.0-alpha2.zip",
4162                 "reference": "8.x-1.0-alpha2",
4163                 "shasum": "d4381a4fea8ebdf50575a2b443094612b0ff1eb0"
4164             },
4165             "require": {
4166                 "drupal/core": "~8.0"
4167             },
4168             "type": "drupal-module",
4169             "extra": {
4170                 "branch-alias": {
4171                     "dev-1.x": "1.x-dev"
4172                 },
4173                 "drupal": {
4174                     "version": "8.x-1.0-alpha2",
4175                     "datestamp": "1487686982"
4176                 }
4177             },
4178             "notification-url": "https://packages.drupal.org/8/downloads",
4179             "license": [
4180                 "GPL-2.0+"
4181             ],
4182             "authors": [
4183                 {
4184                     "name": "Dublin Drupaller",
4185                     "homepage": "https://www.drupal.org/user/8625"
4186                 },
4187                 {
4188                     "name": "Simon Georges",
4189                     "homepage": "https://www.drupal.org/user/172312"
4190                 },
4191                 {
4192                     "name": "asenenko",
4193                     "homepage": "https://www.drupal.org/user/2641733"
4194                 },
4195                 {
4196                     "name": "estoyausente",
4197                     "homepage": "https://www.drupal.org/user/1232954"
4198                 },
4199                 {
4200                     "name": "timhilliard",
4201                     "homepage": "https://www.drupal.org/user/195493"
4202                 }
4203             ],
4204             "homepage": "https://www.drupal.org/project/front",
4205             "support": {
4206                 "source": "http://cgit.drupalcode.org/front"
4207             }
4208         },
4209         {
4210             "name": "drupal/hacked",
4211             "version": "2.0.0-beta1",
4212             "source": {
4213                 "type": "git",
4214                 "url": "https://git.drupal.org/project/hacked",
4215                 "reference": "8.x-2.0-beta1"
4216             },
4217             "dist": {
4218                 "type": "zip",
4219                 "url": "https://ftp.drupal.org/files/projects/hacked-8.x-2.0-beta1.zip",
4220                 "reference": "8.x-2.0-beta1",
4221                 "shasum": "97b091470b83b3bdfe9a13673c5c676b3ce0414a"
4222             },
4223             "require": {
4224                 "drupal/core": "*"
4225             },
4226             "type": "drupal-module",
4227             "extra": {
4228                 "branch-alias": {
4229                     "dev-2.x": "2.x-dev"
4230                 },
4231                 "drupal": {
4232                     "version": "8.x-2.0-beta1",
4233                     "datestamp": "1453154039"
4234                 },
4235                 "patches_applied": {
4236                     "Compatibility with diff module API change: Turn EntityComparisonBase into a service": "https://www.drupal.org/files/issues/hacked-diff-diff-service-2800645-2.patch"
4237                 }
4238             },
4239             "notification-url": "https://packages.drupal.org/8/downloads",
4240             "license": [
4241                 "GPL-2.0+"
4242             ],
4243             "authors": [
4244                 {
4245                     "name": "Deciphered",
4246                     "homepage": "https://www.drupal.org/user/103796"
4247                 },
4248                 {
4249                     "name": "Steven Jones",
4250                     "homepage": "https://www.drupal.org/user/99644"
4251                 }
4252             ],
4253             "description": "Shows if drupal or any of its modules have been changed",
4254             "homepage": "https://www.drupal.org/project/hacked",
4255             "support": {
4256                 "source": "http://cgit.drupalcode.org/hacked"
4257             }
4258         },
4259         {
4260             "name": "drupal/htmlawed",
4261             "version": "3.2.0",
4262             "source": {
4263                 "type": "git",
4264                 "url": "https://git.drupal.org/project/htmLawed",
4265                 "reference": "8.x-3.2"
4266             },
4267             "dist": {
4268                 "type": "zip",
4269                 "url": "https://ftp.drupal.org/files/projects/htmlawed-8.x-3.2.zip",
4270                 "reference": "8.x-3.2",
4271                 "shasum": "9ced09e67458a0efcd7c4cc7e83f05fb4035ddcc"
4272             },
4273             "require": {
4274                 "drupal/core": "~8.0"
4275             },
4276             "type": "drupal-module",
4277             "extra": {
4278                 "branch-alias": {
4279                     "dev-3.x": "3.x-dev"
4280                 },
4281                 "drupal": {
4282                     "version": "8.x-3.2",
4283                     "datestamp": "1480745884"
4284                 }
4285             },
4286             "notification-url": "https://packages.drupal.org/8/downloads",
4287             "license": [
4288                 "GPL-2.0+"
4289             ],
4290             "authors": [
4291                 {
4292                     "name": "alpha2zee",
4293                     "homepage": "https://www.drupal.org/user/201451"
4294                 }
4295             ],
4296             "description": "Use htmLawed to restrict and correct HTML for compliance with admin. policy and standards and for security",
4297             "homepage": "https://www.drupal.org/project/htmlawed",
4298             "support": {
4299                 "source": "http://cgit.drupalcode.org/htmlawed"
4300             }
4301         },
4302         {
4303             "name": "drupal/http2_server_push",
4304             "version": "1.0.0",
4305             "source": {
4306                 "type": "git",
4307                 "url": "https://git.drupal.org/project/http2_server_push",
4308                 "reference": "8.x-1.0"
4309             },
4310             "dist": {
4311                 "type": "zip",
4312                 "url": "https://ftp.drupal.org/files/projects/http2_server_push-8.x-1.0.zip",
4313                 "reference": "8.x-1.0",
4314                 "shasum": "cc2df591201313f1407e55424cfe7cf35127fa47"
4315             },
4316             "require": {
4317                 "drupal/core": "~8.0"
4318             },
4319             "type": "drupal-module",
4320             "extra": {
4321                 "branch-alias": {
4322                     "dev-1.x": "1.x-dev"
4323                 },
4324                 "drupal": {
4325                     "version": "8.x-1.0",
4326                     "datestamp": "1489057084"
4327                 }
4328             },
4329             "notification-url": "https://packages.drupal.org/8/downloads",
4330             "license": [
4331                 "GPL-2.0+"
4332             ],
4333             "authors": [
4334                 {
4335                     "name": "Wim Leers",
4336                     "homepage": "https://www.drupal.org/user/99777"
4337                 }
4338             ],
4339             "description": "Pushes CSS & JS files to the client on servers using HTTP/2.",
4340             "homepage": "https://www.drupal.org/project/http2_server_push",
4341             "support": {
4342                 "source": "http://cgit.drupalcode.org/http2_server_push"
4343             }
4344         },
4345         {
4346             "name": "drupal/image_widget_crop",
4347             "version": "2.0.0",
4348             "source": {
4349                 "type": "git",
4350                 "url": "https://git.drupal.org/project/image_widget_crop",
4351                 "reference": "8.x-2.0"
4352             },
4353             "dist": {
4354                 "type": "zip",
4355                 "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.0.zip",
4356                 "reference": "8.x-2.0",
4357                 "shasum": "2c8e13e0c73d95a3f8dde5392da2ef20c3d17faa"
4358             },
4359             "require": {
4360                 "drupal/core": "*",
4361                 "drupal/crop": "1.x"
4362             },
4363             "require-dev": {
4364                 "drupal/crop": "*",
4365                 "drupal/ctools": "3.x-dev",
4366                 "drupal/entity_browser": "1.x-dev",
4367                 "drupal/file_entity": "*",
4368                 "drupal/imce": "1.x-dev",
4369                 "drupal/inline_entity_form": "*",
4370                 "drupal/media_entity": "*",
4371                 "drupal/media_entity_image": "1.x-dev"
4372             },
4373             "type": "drupal-module",
4374             "extra": {
4375                 "branch-alias": {
4376                     "dev-2.x": "2.x-dev"
4377                 },
4378                 "drupal": {
4379                     "version": "8.x-2.0",
4380                     "datestamp": "1492618444"
4381                 }
4382             },
4383             "notification-url": "https://packages.drupal.org/8/downloads",
4384             "license": [
4385                 "GPL-2.0+"
4386             ],
4387             "authors": [
4388                 {
4389                     "name": "Alexandre Mallet",
4390                     "homepage": "https://github.com/woprrr",
4391                     "role": "Maintainer"
4392                 },
4393                 {
4394                     "name": "Drupal media CI",
4395                     "homepage": "https://www.drupal.org/user/3057985"
4396                 },
4397                 {
4398                     "name": "slashrsm",
4399                     "homepage": "https://www.drupal.org/user/744628"
4400                 },
4401                 {
4402                     "name": "woprrr",
4403                     "homepage": "https://www.drupal.org/user/858604"
4404                 }
4405             ],
4406             "description": "Provides an interface for using the features of the Crop API.",
4407             "homepage": "https://www.drupal.org/project/image_widget_crop",
4408             "keywords": [
4409                 "Crop",
4410                 "Drupal",
4411                 "Drupal Media"
4412             ],
4413             "support": {
4414                 "source": "https://www.drupal.org/project/image_widget_crop",
4415                 "issues": "https://www.drupal.org/project/issues/image_widget_crop",
4416                 "irc": "irc://irc.freenode.org/drupal-contribute"
4417             }
4418         },
4419         {
4420             "name": "drupal/imagemagick",
4421             "version": "1.0.0-alpha6",
4422             "source": {
4423                 "type": "git",
4424                 "url": "https://git.drupal.org/project/imagemagick",
4425                 "reference": "8.x-1.0-alpha6"
4426             },
4427             "dist": {
4428                 "type": "zip",
4429                 "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-1.0-alpha6.zip",
4430                 "reference": "8.x-1.0-alpha6",
4431                 "shasum": "9631b407762076b2f5d9bf3b50b40c28976ddbb7"
4432             },
4433             "require": {
4434                 "drupal/core": "^8.1.0"
4435             },
4436             "type": "drupal-module",
4437             "extra": {
4438                 "branch-alias": {
4439                     "dev-1.x": "1.x-dev"
4440                 },
4441                 "drupal": {
4442                     "version": "8.x-1.0-alpha6",
4443                     "datestamp": "1488787683"
4444                 }
4445             },
4446             "notification-url": "https://packages.drupal.org/8/downloads",
4447             "license": [
4448                 "GPL-2.0+"
4449             ],
4450             "authors": [
4451                 {
4452                     "name": "chx",
4453                     "homepage": "https://www.drupal.org/user/9446"
4454                 },
4455                 {
4456                     "name": "claudiu.cristea",
4457                     "homepage": "https://www.drupal.org/user/56348"
4458                 },
4459                 {
4460                     "name": "dman",
4461                     "homepage": "https://www.drupal.org/user/33240"
4462                 },
4463                 {
4464                     "name": "dopry",
4465                     "homepage": "https://www.drupal.org/user/22202"
4466                 },
4467                 {
4468                     "name": "drewish",
4469                     "homepage": "https://www.drupal.org/user/34869"
4470                 },
4471                 {
4472                     "name": "gdl",
4473                     "homepage": "https://www.drupal.org/user/507326"
4474                 },
4475                 {
4476                     "name": "mondrake",
4477                     "homepage": "https://www.drupal.org/user/1307444"
4478                 },
4479                 {
4480                     "name": "quicksketch",
4481                     "homepage": "https://www.drupal.org/user/35821"
4482                 },
4483                 {
4484                     "name": "sun",
4485                     "homepage": "https://www.drupal.org/user/54136"
4486                 },
4487                 {
4488                     "name": "walkah",
4489                     "homepage": "https://www.drupal.org/user/1531"
4490                 }
4491             ],
4492             "description": "Provides ImageMagick integration.",
4493             "homepage": "https://www.drupal.org/project/imagemagick",
4494             "support": {
4495                 "source": "http://cgit.drupalcode.org/imagemagick"
4496             }
4497         },
4498         {
4499             "name": "drupal/inline_entity_form",
4500             "version": "1.0.0-beta1",
4501             "source": {
4502                 "type": "git",
4503                 "url": "https://git.drupal.org/project/inline_entity_form",
4504                 "reference": "8.x-1.0-beta1"
4505             },
4506             "dist": {
4507                 "type": "zip",
4508                 "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip",
4509                 "reference": "8.x-1.0-beta1",
4510                 "shasum": "185ffc28a7b68d19cce057855d1c111f1741a3ea"
4511             },
4512             "require": {
4513                 "drupal/core": "~8.0"
4514             },
4515             "require-dev": {
4516                 "drupal/entity_reference_revisions": "*"
4517             },
4518             "type": "drupal-module",
4519             "extra": {
4520                 "branch-alias": {
4521                     "dev-1.x": "1.x-dev"
4522                 },
4523                 "drupal": {
4524                     "version": "8.x-1.0-beta1",
4525                     "datestamp": "1477868343"
4526                 }
4527             },
4528             "notification-url": "https://packages.drupal.org/8/downloads",
4529             "license": [
4530                 "GPL-2.0+"
4531             ],
4532             "authors": [
4533                 {
4534                     "name": "bojanz",
4535                     "homepage": "https://www.drupal.org/user/86106"
4536                 },
4537                 {
4538                     "name": "dawehner",
4539                     "homepage": "https://www.drupal.org/user/99340"
4540                 },
4541                 {
4542                     "name": "rszrama",
4543                     "homepage": "https://www.drupal.org/user/49344"
4544                 },
4545                 {
4546                     "name": "slashrsm",
4547                     "homepage": "https://www.drupal.org/user/744628"
4548                 },
4549                 {
4550                     "name": "webflo",
4551                     "homepage": "https://www.drupal.org/user/254778"
4552                 }
4553             ],
4554             "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
4555             "homepage": "https://www.drupal.org/project/inline_entity_form",
4556             "support": {
4557                 "source": "http://cgit.drupalcode.org/inline_entity_form"
4558             }
4559         },
4560         {
4561             "name": "drupal/layout_plugin",
4562             "version": "1.0.0-alpha23",
4563             "source": {
4564                 "type": "git",
4565                 "url": "https://git.drupal.org/project/layout_plugin",
4566                 "reference": "8.x-1.0-alpha23"
4567             },
4568             "dist": {
4569                 "type": "zip",
4570                 "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip",
4571                 "reference": "8.x-1.0-alpha23",
4572                 "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11"
4573             },
4574             "require": {
4575                 "drupal/core": "~8.0"
4576             },
4577             "type": "drupal-module",
4578             "extra": {
4579                 "branch-alias": {
4580                     "dev-1.x": "1.x-dev"
4581                 },
4582                 "drupal": {
4583                     "version": "8.x-1.0-alpha23",
4584                     "datestamp": "1476269960"
4585                 }
4586             },
4587             "notification-url": "https://packages.drupal.org/8/downloads",
4588             "license": [
4589                 "GPL-2.0+"
4590             ],
4591             "authors": [
4592                 {
4593                     "name": "David Snopek",
4594                     "homepage": "https://www.drupal.org/user/172527"
4595                 },
4596                 {
4597                     "name": "Bram Goffings",
4598                     "homepage": "https://www.drupal.org/user/266527"
4599                 },
4600                 {
4601                     "name": "Fredrik Lassen",
4602                     "homepage": "https://www.drupal.org/user/243377"
4603                 }
4604             ],
4605             "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
4606             "homepage": "https://www.drupal.org/project/layout_plugin",
4607             "keywords": [
4608                 "layout",
4609                 "php"
4610             ],
4611             "support": {
4612                 "source": "http://cgit.drupalcode.org/layout_plugin"
4613             }
4614         },
4615         {
4616             "name": "drupal/layouter",
4617             "version": "1.0.0",
4618             "source": {
4619                 "type": "git",
4620                 "url": "https://git.drupal.org/project/layouter",
4621                 "reference": "8.x-1.0"
4622             },
4623             "dist": {
4624                 "type": "zip",
4625                 "url": "https://ftp.drupal.org/files/projects/layouter-8.x-1.0.zip",
4626                 "reference": "8.x-1.0",
4627                 "shasum": "c9bc5f4c178acabc06bdec71662f7c7c3df614ce"
4628             },
4629             "require": {
4630                 "drupal/core": "*"
4631             },
4632             "type": "drupal-module",
4633             "extra": {
4634                 "branch-alias": {
4635                     "dev-1.x": "1.x-dev"
4636                 },
4637                 "drupal": {
4638                     "version": "8.x-1.0",
4639                     "datestamp": "1470121439"
4640                 }
4641             },
4642             "notification-url": "https://packages.drupal.org/8/downloads",
4643             "license": [
4644                 "GPL 2.0+"
4645             ],
4646             "authors": [
4647                 {
4648                     "name": "adci_contributor",
4649                     "homepage": "https://www.drupal.org/user/1830536"
4650                 },
4651                 {
4652                     "name": "adcillc",
4653                     "homepage": "https://www.drupal.org/user/366450"
4654                 },
4655                 {
4656                     "name": "antongp",
4657                     "homepage": "https://www.drupal.org/user/1060446"
4658                 },
4659                 {
4660                     "name": "kinosura",
4661                     "homepage": "https://www.drupal.org/user/383326"
4662                 },
4663                 {
4664                     "name": "usdv",
4665                     "homepage": "https://www.drupal.org/user/2476206"
4666                 }
4667             ],
4668             "description": "Allows to choose one of predefined layouts which is applied to the content that you want to put into textarea fields.",
4669             "homepage": "https://www.drupal.org/project/layouter",
4670             "support": {
4671                 "source": "http://cgit.drupalcode.org/layouter"
4672             }
4673         },
4674         {
4675             "name": "drupal/libraries",
4676             "version": "dev-3.x",
4677             "source": {
4678                 "type": "git",
4679                 "url": "https://git.drupal.org/project/libraries",
4680                 "reference": "061ead081c92a6209b09eaf23b4e3103f360946e"
4681             },
4682             "require": {
4683                 "drupal/core": "~8.0"
4684             },
4685             "type": "drupal-module",
4686             "extra": {
4687                 "branch-alias": {
4688                     "dev-3.x": "3.x-dev"
4689                 },
4690                 "drupal": {
4691                     "version": "8.x-3.x-dev",
4692                     "datestamp": "1487978583"
4693                 }
4694             },
4695             "notification-url": "https://packages.drupal.org/8/downloads",
4696             "license": [
4697                 "GPL-2.0+"
4698             ],
4699             "authors": [
4700                 {
4701                     "name": "Pol",
4702                     "homepage": "https://www.drupal.org/user/47194"
4703                 },
4704                 {
4705                     "name": "rjacobs",
4706                     "homepage": "https://www.drupal.org/user/422459"
4707                 },
4708                 {
4709                     "name": "sun",
4710                     "homepage": "https://www.drupal.org/user/54136"
4711                 },
4712                 {
4713                     "name": "tstoeckler",
4714                     "homepage": "https://www.drupal.org/user/107158"
4715                 }
4716             ],
4717             "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
4718             "homepage": "http://drupal.org/project/libraries",
4719             "support": {
4720                 "source": "http://cgit.drupalcode.org/libraries",
4721                 "issues": "http://drupal.org/project/issues/libraries",
4722                 "irc": "irc://irc.freenode.org/drupal-contribute"
4723             }
4724         },
4725         {
4726             "name": "drupal/linkchecker",
4727             "version": "dev-1.x",
4728             "source": {
4729                 "type": "git",
4730                 "url": "https://git.drupal.org/project/linkchecker",
4731                 "reference": "51377136199d15d6e0ca36339f68934c4eb19204"
4732             },
4733             "require": {
4734                 "drupal/core": "~8.0"
4735             },
4736             "type": "drupal-module",
4737             "extra": {
4738                 "branch-alias": {
4739                     "dev-1.x": "1.x-dev"
4740                 },
4741                 "drupal": {
4742                     "version": "8.x-1.x-dev",
4743                     "datestamp": "1472288039"
4744                 }
4745             },
4746             "notification-url": "https://packages.drupal.org/8/downloads",
4747             "license": [
4748                 "GPL-2.0+"
4749             ],
4750             "authors": [
4751                 {
4752                     "name": "hass",
4753                     "homepage": "https://www.drupal.org/u/hass"
4754                 },
4755                 {
4756                     "name": "See other contributors",
4757                     "homepage": "https://www.drupal.org/node/243795/committers"
4758                 }
4759             ],
4760             "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
4761             "homepage": "https://www.drupal.org/project/linkchecker",
4762             "support": {
4763                 "source": "http://git.drupal.org/project/linkchecker.git",
4764                 "issues": "https://www.drupal.org/project/issues/linkchecker"
4765             }
4766         },
4767         {
4768             "name": "drupal/linkit",
4769             "version": "4.3.0",
4770             "source": {
4771                 "type": "git",
4772                 "url": "https://git.drupal.org/project/linkit",
4773                 "reference": "8.x-4.3"
4774             },
4775             "dist": {
4776                 "type": "zip",
4777                 "url": "https://ftp.drupal.org/files/projects/linkit-8.x-4.3.zip",
4778                 "reference": "8.x-4.3",
4779                 "shasum": "e624ea2f18a6100b76a8337e24f7c08df6e2235e"
4780             },
4781             "require": {
4782                 "drupal/core": "~8.0"
4783             },
4784             "type": "drupal-module",
4785             "extra": {
4786                 "branch-alias": {
4787                     "dev-4.x": "4.x-dev"
4788                 },
4789                 "drupal": {
4790                     "version": "8.x-4.3",
4791                     "datestamp": "1490205830"
4792                 }
4793             },
4794             "notification-url": "https://packages.drupal.org/8/downloads",
4795             "license": [
4796                 "GPL-2.0+"
4797             ],
4798             "authors": [
4799                 {
4800                     "name": "Emil Stjerneman",
4801                     "homepage": "https://stjerneman.com",
4802                     "email": "emil@stjerneman.com",
4803                     "role": "Maintainer"
4804                 }
4805             ],
4806             "description": "Linkit - Enriched linking experience",
4807             "homepage": "http://drupal.org/project/linkit",
4808             "support": {
4809                 "source": "http://cgit.drupalcode.org/linkit",
4810                 "issues": "http://drupal.org/project/linkit"
4811             }
4812         },
4813         {
4814             "name": "drupal/livereload",
4815             "version": "dev-1.x",
4816             "source": {
4817                 "type": "git",
4818                 "url": "https://git.drupal.org/project/livereload",
4819                 "reference": "223feb798d2af436818c3d8fd0b47718569ebd4b"
4820             },
4821             "require": {
4822                 "drupal/core": "~8.0"
4823             },
4824             "type": "drupal-module",
4825             "extra": {
4826                 "branch-alias": {
4827                     "dev-1.x": "1.x-dev"
4828                 },
4829                 "drupal": {
4830                     "version": "8.x-1.x-dev",
4831                     "datestamp": "1474009739"
4832                 }
4833             },
4834             "notification-url": "https://packages.drupal.org/8/downloads",
4835             "license": [
4836                 "GPL-2.0+"
4837             ],
4838             "authors": [
4839                 {
4840                     "name": "Hydra",
4841                     "homepage": "https://www.drupal.org/user/647364"
4842                 },
4843                 {
4844                     "name": "tim.plunkett",
4845                     "homepage": "https://www.drupal.org/user/241634"
4846                 }
4847             ],
4848             "description": "Enables and enhances use of LiveReload during development.",
4849             "homepage": "https://www.drupal.org/project/livereload",
4850             "support": {
4851                 "source": "http://cgit.drupalcode.org/livereload"
4852             }
4853         },
4854         {
4855             "name": "drupal/media",
4856             "version": "dev-1.x",
4857             "source": {
4858                 "type": "git",
4859                 "url": "https://git.drupal.org/project/media",
4860                 "reference": "b9d72f21ea20c583ec4b83081720eba65670a8da"
4861             },
4862             "require": {
4863                 "drupal/core": "*",
4864                 "drupal/dropzonejs_eb_widget": "*",
4865                 "drupal/entity_browser": "*",
4866                 "drupal/entity_browser_entity_form": "*",
4867                 "drupal/entity_embed": "*",
4868                 "drupal/image_widget_crop": "*",
4869                 "drupal/inline_entity_form": "*",
4870                 "drupal/media_entity": "*",
4871                 "drupal/media_entity_document": "*",
4872                 "drupal/media_entity_image": "*",
4873                 "drupal/media_entity_instagram": "*",
4874                 "drupal/media_entity_slideshow": "*",
4875                 "drupal/media_entity_twitter": "*",
4876                 "drupal/slick_media": "*",
4877                 "drupal/video_embed_field": "*",
4878                 "drupal/video_embed_media": "*"
4879             },
4880             "require-dev": {
4881                 "drupal/dropzonejs_eb_widget": "*",
4882                 "drupal/entity_browser": "*",
4883                 "drupal/entity_browser_entity_form": "*",
4884                 "drupal/entity_embed": "*",
4885                 "drupal/image_widget_crop": "*",
4886                 "drupal/inline_entity_form": "*",
4887                 "drupal/media_entity": "*",
4888                 "drupal/media_entity_document": "*",
4889                 "drupal/media_entity_image": "*",
4890                 "drupal/media_entity_instagram": "*",
4891                 "drupal/media_entity_slideshow": "*",
4892                 "drupal/media_entity_twitter": "*",
4893                 "drupal/slick_media": "*",
4894                 "drupal/video_embed_field": "*",
4895                 "drupal/video_embed_media": "*"
4896             },
4897             "type": "drupal-module",
4898             "extra": {
4899                 "branch-alias": {
4900                     "dev-1.x": "1.x-dev"
4901                 },
4902                 "drupal": {
4903                     "version": "8.x-1.x-dev",
4904                     "datestamp": "1476811139"
4905                 }
4906             },
4907             "notification-url": "https://packages.drupal.org/8/downloads",
4908             "license": [
4909                 "GPL-2.0+"
4910             ],
4911             "authors": [
4912                 {
4913                     "name": "Dave Reid",
4914                     "homepage": "https://www.drupal.org/user/53892"
4915                 },
4916                 {
4917                     "name": "David_Rothstein",
4918                     "homepage": "https://www.drupal.org/user/124982"
4919                 },
4920                 {
4921                     "name": "Devin Carlson",
4922                     "homepage": "https://www.drupal.org/user/290182"
4923                 },
4924                 {
4925                     "name": "Drupal Media Team",
4926                     "homepage": "https://www.drupal.org/user/3260690"
4927                 },
4928                 {
4929                     "name": "ParisLiakos",
4930                     "homepage": "https://www.drupal.org/user/1011436"
4931                 },
4932                 {
4933                     "name": "arthurf",
4934                     "homepage": "https://www.drupal.org/user/27259"
4935                 },
4936                 {
4937                     "name": "becw",
4938                     "homepage": "https://www.drupal.org/user/81067"
4939                 },
4940                 {
4941                     "name": "effulgentsia",
4942                     "homepage": "https://www.drupal.org/user/78040"
4943                 },
4944                 {
4945                     "name": "joseph.olstad",
4946                     "homepage": "https://www.drupal.org/user/1321830"
4947                 },
4948                 {
4949                     "name": "ksenzee",
4950                     "homepage": "https://www.drupal.org/user/139855"
4951                 },
4952                 {
4953                     "name": "paul.lovvik",
4954                     "homepage": "https://www.drupal.org/user/289213"
4955                 },
4956                 {
4957                     "name": "robeano",
4958                     "homepage": "https://www.drupal.org/user/67660"
4959                 },
4960                 {
4961                     "name": "slashrsm",
4962                     "homepage": "https://www.drupal.org/user/744628"
4963                 }
4964             ],
4965             "description": "Media module for Drupal",
4966             "homepage": "https://github.com/drupal-media/media/",
4967             "support": {
4968                 "source": "http://cgit.drupalcode.org/media",
4969                 "irc": "irc://irc.freenode.org/drupal-contribute"
4970             }
4971         },
4972         {
4973             "name": "drupal/media_entity",
4974             "version": "1.6.0",
4975             "source": {
4976                 "type": "git",
4977                 "url": "https://git.drupal.org/project/media_entity",
4978                 "reference": "8.x-1.6"
4979             },
4980             "dist": {
4981                 "type": "zip",
4982                 "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.6.zip",
4983                 "reference": "8.x-1.6",
4984                 "shasum": "86fd1478f2448c034660faa30ef34c0e8519fecb"
4985             },
4986             "require": {
4987                 "drupal/core": "~8.1",
4988                 "drupal/entity": "^1.0.0-alpha3"
4989             },
4990             "require-dev": {
4991                 "drupal/entity": "*",
4992                 "drupal/inline_entity_form": "*"
4993             },
4994             "type": "drupal-module",
4995             "extra": {
4996                 "branch-alias": {
4997                     "dev-1.x": "1.x-dev"
4998                 },
4999                 "drupal": {
5000                     "version": "8.x-1.6",
5001                     "datestamp": "1480363983"
5002                 }
5003             },
5004             "notification-url": "https://packages.drupal.org/8/downloads",
5005             "license": [
5006                 "GPL-2.0+"
5007             ],
5008             "authors": [
5009                 {
5010                     "name": "Berdir",
5011                     "homepage": "https://www.drupal.org/user/214652"
5012                 },
5013                 {
5014                     "name": "Dave Reid",
5015                     "homepage": "https://www.drupal.org/user/53892"
5016                 },
5017                 {
5018                     "name": "Drupal Media Team",
5019                     "homepage": "https://www.drupal.org/user/3260690"
5020                 },
5021                 {
5022                     "name": "Drupal media CI",
5023                     "homepage": "https://www.drupal.org/user/3057985"
5024                 },
5025                 {
5026                     "name": "Primsi",
5027                     "homepage": "https://www.drupal.org/user/282629"
5028                 },
5029                 {
5030                     "name": "boztek",
5031                     "homepage": "https://www.drupal.org/user/134410"
5032                 },
5033                 {
5034                     "name": "chr.fritsch",
5035                     "homepage": "https://www.drupal.org/user/2103716"
5036                 },
5037                 {
5038                     "name": "jcisio",
5039                     "homepage": "https://www.drupal.org/user/210762"
5040                 },
5041                 {
5042                     "name": "katzilla",
5043                     "homepage": "https://www.drupal.org/user/260398"
5044                 },
5045                 {
5046                     "name": "phenaproxima",
5047                     "homepage": "https://www.drupal.org/user/205645"
5048                 },
5049                 {
5050                     "name": "seanB",
5051                     "homepage": "https://www.drupal.org/user/545912"
5052                 },
5053                 {
5054                     "name": "slashrsm",
5055                     "homepage": "https://www.drupal.org/user/744628"
5056                 }
5057             ],
5058             "description": "Provides a lean and simple way to store media on Drupal 8 sites.",
5059             "homepage": "https://www.drupal.org/project/media_entity",
5060             "keywords": [
5061                 "Drupal"
5062             ],
5063             "support": {
5064                 "source": "https://www.drupal.org/project/media_entity",
5065                 "issues": "https://www.drupal.org/project/issues/media_entity"
5066             }
5067         },
5068         {
5069             "name": "drupal/media_entity_document",
5070             "version": "1.1.0",
5071             "source": {
5072                 "type": "git",
5073                 "url": "https://git.drupal.org/project/media_entity_document",
5074                 "reference": "8.x-1.1"
5075             },
5076             "dist": {
5077                 "type": "zip",
5078                 "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.1.zip",
5079                 "reference": "8.x-1.1",
5080                 "shasum": "88a45820cf0aeb5f8a3ade3338007771191508e4"
5081             },
5082             "require": {
5083                 "drupal/core": "~8.1",
5084                 "drupal/media_entity": "~1.0 || ~8.1.0"
5085             },
5086             "type": "drupal-module",
5087             "extra": {
5088                 "branch-alias": {
5089                     "dev-1.x": "1.x-dev"
5090                 },
5091                 "drupal": {
5092                     "version": "8.x-1.1",
5093                     "datestamp": "1470211995"
5094                 }
5095             },
5096             "notification-url": "https://packages.drupal.org/8/downloads",
5097             "license": [
5098                 "GPL-2.0+"
5099             ],
5100             "authors": [
5101                 {
5102                     "name": "NerOcrO",
5103                     "homepage": "https://www.drupal.org/user/1728164",
5104                     "role": "Maintainer"
5105                 }
5106             ],
5107             "description": "Local documents integration for Drupal Media entity.",
5108             "homepage": "https://www.drupal.org/project/media_entity_document",
5109             "keywords": [
5110                 "Drupal",
5111                 "document",
5112                 "media"
5113             ],
5114             "support": {
5115                 "source": "https://www.drupal.org/project/media_entity_document",
5116                 "issues": "https://www.drupal.org/project/issues/media_entity_document"
5117             }
5118         },
5119         {
5120             "name": "drupal/media_entity_image",
5121             "version": "1.2.0",
5122             "source": {
5123                 "type": "git",
5124                 "url": "https://git.drupal.org/project/media_entity_image",
5125                 "reference": "8.x-1.2"
5126             },
5127             "dist": {
5128                 "type": "zip",
5129                 "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.2.zip",
5130                 "reference": "8.x-1.2",
5131                 "shasum": "d02d1d793a50ea3b9cb5a3219472fdd27980f4f3"
5132             },
5133             "require": {
5134                 "drupal/core": "~8.1",
5135                 "drupal/media_entity": "~1.0 || ~8.1.0"
5136             },
5137             "require-dev": {
5138                 "drupal/entity_browser": "*"
5139             },
5140             "type": "drupal-module",
5141             "extra": {
5142                 "branch-alias": {
5143                     "dev-1.x": "1.x-dev"
5144                 },
5145                 "drupal": {
5146                     "version": "8.x-1.2",
5147                     "datestamp": "1470170939"
5148                 }
5149             },
5150             "notification-url": "https://packages.drupal.org/8/downloads",
5151             "license": [
5152                 "GPL-2.0+"
5153             ],
5154             "authors": [
5155                 {
5156                     "name": "Drupal Media Team",
5157                     "homepage": "https://www.drupal.org/user/3260690"
5158                 },
5159                 {
5160                     "name": "Primsi",
5161                     "homepage": "https://www.drupal.org/user/282629"
5162                 },
5163                 {
5164                     "name": "slashrsm",
5165                     "homepage": "https://www.drupal.org/user/744628"
5166                 }
5167             ],
5168             "description": "Local images integration for Drupal Media entity.",
5169             "homepage": "https://www.drupal.org/project/media_entity_image",
5170             "keywords": [
5171                 "Drupal",
5172                 "image",
5173                 "media"
5174             ],
5175             "support": {
5176                 "source": "https://www.drupal.org/project/media_entity_image",
5177                 "issues": "https://www.drupal.org/project/issues/media_entity_image"
5178             }
5179         },
5180         {
5181             "name": "drupal/media_entity_instagram",
5182             "version": "1.4.0",
5183             "source": {
5184                 "type": "git",
5185                 "url": "https://git.drupal.org/project/media_entity_instagram",
5186                 "reference": "8.x-1.4"
5187             },
5188             "dist": {
5189                 "type": "zip",
5190                 "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-1.4.zip",
5191                 "reference": "8.x-1.4",
5192                 "shasum": "2b69b90417f3c458b4db3ba890813c313d381f0e"
5193             },
5194             "require": {
5195                 "drupal/core": "~8.0",
5196                 "drupal/media_entity": "*"
5197             },
5198             "type": "drupal-module",
5199             "extra": {
5200                 "branch-alias": {
5201                     "dev-1.x": "1.x-dev"
5202                 },
5203                 "drupal": {
5204                     "version": "8.x-1.4",
5205                     "datestamp": "1495556283"
5206                 }
5207             },
5208             "notification-url": "https://packages.drupal.org/8/downloads",
5209             "license": [
5210                 "GPL-2.0+"
5211             ],
5212             "authors": [
5213                 {
5214                     "name": "Drupal Media Team",
5215                     "homepage": "https://www.drupal.org/user/3260690"
5216                 },
5217                 {
5218                     "name": "Primsi",
5219                     "homepage": "https://www.drupal.org/user/282629"
5220                 },
5221                 {
5222                     "name": "chr.fritsch",
5223                     "homepage": "https://www.drupal.org/user/2103716"
5224                 },
5225                 {
5226                     "name": "designesse",
5227                     "homepage": "https://www.drupal.org/user/854012"
5228                 },
5229                 {
5230                     "name": "slashrsm",
5231                     "homepage": "https://www.drupal.org/user/744628"
5232                 }
5233             ],
5234             "description": "Media entity Instagram provider.",
5235             "homepage": "https://www.drupal.org/project/media_entity_instagram",
5236             "support": {
5237                 "source": "http://cgit.drupalcode.org/media_entity_instagram"
5238             }
5239         },
5240         {
5241             "name": "drupal/media_entity_slideshow",
5242             "version": "1.2.0",
5243             "source": {
5244                 "type": "git",
5245                 "url": "https://git.drupal.org/project/media_entity_slideshow",
5246                 "reference": "8.x-1.2"
5247             },
5248             "dist": {
5249                 "type": "zip",
5250                 "url": "https://ftp.drupal.org/files/projects/media_entity_slideshow-8.x-1.2.zip",
5251                 "reference": "8.x-1.2",
5252                 "shasum": "c9d49eb6be7de0ea8e500554b89842842287cd1f"
5253             },
5254             "require": {
5255                 "drupal/core": "~8.0",
5256                 "drupal/media_entity": "*"
5257             },
5258             "type": "drupal-module",
5259             "extra": {
5260                 "branch-alias": {
5261                     "dev-1.x": "1.x-dev"
5262                 },
5263                 "drupal": {
5264                     "version": "8.x-1.2",
5265                     "datestamp": "1470687839"
5266                 }
5267             },
5268             "notification-url": "https://packages.drupal.org/8/downloads",
5269             "license": [
5270                 "GPL-2.0+"
5271             ],
5272             "authors": [
5273                 {
5274                     "name": "Drupal Media Team",
5275                     "homepage": "https://www.drupal.org/user/3260690"
5276                 },
5277                 {
5278                     "name": "slashrsm",
5279                     "homepage": "https://www.drupal.org/user/744628"
5280                 }
5281             ],
5282             "description": "Media entity slideshow provider.",
5283             "homepage": "https://www.drupal.org/project/media_entity_slideshow",
5284             "support": {
5285                 "source": "http://cgit.drupalcode.org/media_entity_slideshow"
5286             }
5287         },
5288         {
5289             "name": "drupal/media_entity_twitter",
5290             "version": "1.3.0",
5291             "source": {
5292                 "type": "git",
5293                 "url": "https://git.drupal.org/project/media_entity_twitter",
5294                 "reference": "8.x-1.3"
5295             },
5296             "dist": {
5297                 "type": "zip",
5298                 "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-1.3.zip",
5299                 "reference": "8.x-1.3",
5300                 "shasum": "280406ba63e2c00befa9bb1434ad2d4d3113b239"
5301             },
5302             "require": {
5303                 "drupal/core": "~8.0",
5304                 "drupal/media_entity": "*",
5305                 "j7mbo/twitter-api-php": "~1.0"
5306             },
5307             "type": "drupal-module",
5308             "extra": {
5309                 "branch-alias": {
5310                     "dev-1.x": "1.x-dev"
5311                 },
5312                 "drupal": {
5313                     "version": "8.x-1.3",
5314                     "datestamp": "1478549339"
5315                 }
5316             },
5317             "notification-url": "https://packages.drupal.org/8/downloads",
5318             "license": [
5319                 "GPL-2.0+"
5320             ],
5321             "authors": [
5322                 {
5323                     "name": "Drupal Media Team",
5324                     "homepage": "https://www.drupal.org/user/3260690"
5325                 },
5326                 {
5327                     "name": "Primsi",
5328                     "homepage": "https://www.drupal.org/user/282629"
5329                 },
5330                 {
5331                     "name": "slashrsm",
5332                     "homepage": "https://www.drupal.org/user/744628"
5333                 }
5334             ],
5335             "description": "Media entity Twitter provider.",
5336             "homepage": "https://www.drupal.org/project/media_entity_twitter",
5337             "support": {
5338                 "source": "http://cgit.drupalcode.org/media_entity_twitter"
5339             }
5340         },
5341         {
5342             "name": "drupal/memcache",
5343             "version": "2.0.0-alpha3",
5344             "source": {
5345                 "type": "git",
5346                 "url": "https://git.drupal.org/project/memcache",
5347                 "reference": "8.x-2.0-alpha3"
5348             },
5349             "dist": {
5350                 "type": "zip",
5351                 "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.0-alpha3.zip",
5352                 "reference": "8.x-2.0-alpha3",
5353                 "shasum": "21db65a220e2a71227fa7a88f4033559fec5c9ff"
5354             },
5355             "require": {
5356                 "drupal/core": "~8.0"
5357             },
5358             "type": "drupal-module",
5359             "extra": {
5360                 "branch-alias": {
5361                     "dev-2.x": "2.x-dev"
5362                 },
5363                 "drupal": {
5364                     "version": "8.x-2.0-alpha3",
5365                     "datestamp": "1492523944"
5366                 }
5367             },
5368             "notification-url": "https://packages.drupal.org/8/downloads",
5369             "license": [
5370                 "GPL-2.0+"
5371             ],
5372             "authors": [
5373                 {
5374                     "name": "Jeremy",
5375                     "homepage": "https://www.drupal.org/user/409"
5376                 },
5377                 {
5378                     "name": "catch",
5379                     "homepage": "https://www.drupal.org/user/35733"
5380                 },
5381                 {
5382                     "name": "damiankloip",
5383                     "homepage": "https://www.drupal.org/user/1037976"
5384                 },
5385                 {
5386                     "name": "jvandyk",
5387                     "homepage": "https://www.drupal.org/user/2375"
5388                 },
5389                 {
5390                     "name": "robertDouglass",
5391                     "homepage": "https://www.drupal.org/user/5449"
5392                 }
5393             ],
5394             "description": "High performance integration with memcache.",
5395             "homepage": "http://drupal.org/project/memcache",
5396             "support": {
5397                 "source": "http://cgit.drupalcode.org/memcache",
5398                 "issues": "https://www.drupal.org/project/issues/memcache"
5399             }
5400         },
5401         {
5402             "name": "drupal/metatag",
5403             "version": "1.1.0",
5404             "source": {
5405                 "type": "git",
5406                 "url": "https://git.drupal.org/project/metatag",
5407                 "reference": "8.x-1.1"
5408             },
5409             "dist": {
5410                 "type": "zip",
5411                 "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.1.zip",
5412                 "reference": "8.x-1.1",
5413                 "shasum": "bb9b608879e2f7d8086a0e6606286086f5009d71"
5414             },
5415             "require": {
5416                 "drupal/core": "*",
5417                 "drupal/token": "*"
5418             },
5419             "require-dev": {
5420                 "drupal/metatag_dc": "*",
5421                 "drupal/metatag_open_graph": "*"
5422             },
5423             "type": "drupal-module",
5424             "extra": {
5425                 "branch-alias": {
5426                     "dev-1.x": "1.x-dev"
5427                 },
5428                 "drupal": {
5429                     "version": "8.x-1.1",
5430                     "datestamp": "1496428672"
5431                 }
5432             },
5433             "notification-url": "https://packages.drupal.org/8/downloads",
5434             "license": [
5435                 "GPL-2.0+"
5436             ],
5437             "authors": [
5438                 {
5439                     "name": "See contributors",
5440                     "homepage": "https://www.drupal.org/node/640498/committers",
5441                     "role": "Developer"
5442                 },
5443                 {
5444                     "name": "Dave Reid",
5445                     "homepage": "https://www.drupal.org/user/53892"
5446                 }
5447             ],
5448             "description": "Manage meta tags for all entities.",
5449             "homepage": "https://www.drupal.org/project/metatag",
5450             "keywords": [
5451                 "php",
5452                 "seo"
5453             ],
5454             "support": {
5455                 "source": "http://cgit.drupalcode.org/metatag",
5456                 "issues": "http://drupal.org/project/issues/metatag"
5457             }
5458         },
5459         {
5460             "name": "drupal/migrate_plus",
5461             "version": "4.0.0-beta1",
5462             "source": {
5463                 "type": "git",
5464                 "url": "https://git.drupal.org/project/migrate_plus",
5465                 "reference": "8.x-4.0-beta1"
5466             },
5467             "dist": {
5468                 "type": "zip",
5469                 "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0-beta1.zip",
5470                 "reference": "8.x-4.0-beta1",
5471                 "shasum": "e64bac006e3ef9ae697b0f2c4b3744af0524e208"
5472             },
5473             "require": {
5474                 "drupal/core": "^8.3"
5475             },
5476             "require-dev": {
5477                 "drupal/migrate_example_advanced_setup": "*",
5478                 "drupal/migrate_example_setup": "*"
5479             },
5480             "suggest": {
5481                 "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
5482             },
5483             "type": "drupal-module",
5484             "extra": {
5485                 "branch-alias": {
5486                     "dev-4.x": "4.x-dev"
5487                 },
5488                 "drupal": {
5489                     "version": "8.x-4.0-beta1",
5490                     "datestamp": "1494450185"
5491                 }
5492             },
5493             "notification-url": "https://packages.drupal.org/8/downloads",
5494             "license": [
5495                 "GPL-2.0+"
5496             ],
5497             "authors": [
5498                 {
5499                     "name": "Mike Ryan",
5500                     "homepage": "https://www.drupal.org/u/mikeryan",
5501                     "role": "Maintainer"
5502                 },
5503                 {
5504                     "name": "mikeryan",
5505                     "homepage": "https://www.drupal.org/user/4420"
5506                 }
5507             ],
5508             "description": "Enhancements to core migration support.",
5509             "homepage": "https://www.drupal.org/project/migrate_plus",
5510             "support": {
5511                 "source": "https://cgit.drupalcode.org/migrate_plus",
5512                 "issues": "https://www.drupal.org/project/issues/migrate_plus",
5513                 "irc": "irc://irc.freenode.org/drupal-migrate"
5514             }
5515         },
5516         {
5517             "name": "drupal/migrate_tools",
5518             "version": "3.0.0-beta1",
5519             "source": {
5520                 "type": "git",
5521                 "url": "https://git.drupal.org/project/migrate_tools",
5522                 "reference": "8.x-3.0-beta1"
5523             },
5524             "dist": {
5525                 "type": "zip",
5526                 "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-3.0-beta1.zip",
5527                 "reference": "8.x-3.0-beta1",
5528                 "shasum": "1511d1da1444743fa2defa54a17e62264e8ab836"
5529             },
5530             "require": {
5531                 "drupal/core": "^8.2",
5532                 "drupal/migrate_plus": "*"
5533             },
5534             "type": "drupal-module",
5535             "extra": {
5536                 "branch-alias": {
5537                     "dev-3.x": "3.x-dev"
5538                 },
5539                 "drupal": {
5540                     "version": "8.x-3.0-beta1",
5541                     "datestamp": "1476313439"
5542                 }
5543             },
5544             "notification-url": "https://packages.drupal.org/8/downloads",
5545             "license": [
5546                 "GPL-2.0+"
5547             ],
5548             "authors": [
5549                 {
5550                     "name": "mikeryan",
5551                     "homepage": "https://www.drupal.org/user/4420"
5552                 }
5553             ],
5554             "description": "Tools to assist in developing and running migrations.",
5555             "homepage": "https://www.drupal.org/project/migrate_tools",
5556             "support": {
5557                 "source": "http://cgit.drupalcode.org/migrate_tools"
5558             }
5559         },
5560         {
5561             "name": "drupal/migrate_upgrade",
5562             "version": "3.0.0-rc1",
5563             "source": {
5564                 "type": "git",
5565                 "url": "https://git.drupal.org/project/migrate_upgrade",
5566                 "reference": "8.x-3.0-rc1"
5567             },
5568             "dist": {
5569                 "type": "zip",
5570                 "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc1.zip",
5571                 "reference": "8.x-3.0-rc1",
5572                 "shasum": "0141d36fb99b166c5e114b946b140780489620e3"
5573             },
5574             "require": {
5575                 "drupal/core": "*",
5576                 "drupal/migrate_plus": "*"
5577             },
5578             "type": "drupal-module",
5579             "extra": {
5580                 "branch-alias": {
5581                     "dev-3.x": "3.x-dev"
5582                 },
5583                 "drupal": {
5584                     "version": "8.x-3.0-rc1",
5585                     "datestamp": "1476200639"
5586                 }
5587             },
5588             "notification-url": "https://packages.drupal.org/8/downloads",
5589             "license": [
5590                 "GPL-2.0+"
5591             ],
5592             "authors": [
5593                 {
5594                     "name": "Ryan Weal",
5595                     "homepage": "https://www.drupal.org/user/412402"
5596                 },
5597                 {
5598                     "name": "abhishek-anand",
5599                     "homepage": "https://www.drupal.org/user/468982"
5600                 },
5601                 {
5602                     "name": "ksenzee",
5603                     "homepage": "https://www.drupal.org/user/139855"
5604                 },
5605                 {
5606                     "name": "mikeryan",
5607                     "homepage": "https://www.drupal.org/user/4420"
5608                 },
5609                 {
5610                     "name": "ultimike",
5611                     "homepage": "https://www.drupal.org/user/51132"
5612                 },
5613                 {
5614                     "name": "xjm",
5615                     "homepage": "https://www.drupal.org/user/65776"
5616                 }
5617             ],
5618             "description": "Drush support for direct upgrades from older Drupal versions.",
5619             "homepage": "https://www.drupal.org/project/migrate_upgrade",
5620             "support": {
5621                 "source": "http://cgit.drupalcode.org/migrate_upgrade"
5622             }
5623         },
5624         {
5625             "name": "drupal/paragraphs",
5626             "version": "1.1.0",
5627             "source": {
5628                 "type": "git",
5629                 "url": "https://git.drupal.org/project/paragraphs",
5630                 "reference": "8.x-1.1"
5631             },
5632             "dist": {
5633                 "type": "zip",
5634                 "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.1.zip",
5635                 "reference": "8.x-1.1",
5636                 "shasum": "c678e5704a98c6a0549e415412da081cfeb03a00"
5637             },
5638             "require": {
5639                 "drupal/core": "~8.0",
5640                 "drupal/entity_reference_revisions": "*"
5641             },
5642             "require-dev": {
5643                 "drupal/diff": "*",
5644                 "drupal/field_group": "*",
5645                 "drupal/inline_entity_form": "*",
5646                 "drupal/replicate": "*",
5647                 "drupal/search_api": "*",
5648                 "drupal/search_api_db": "*"
5649             },
5650             "type": "drupal-module",
5651             "extra": {
5652                 "branch-alias": {
5653                     "dev-1.x": "1.x-dev"
5654                 },
5655                 "drupal": {
5656                     "version": "8.x-1.1",
5657                     "datestamp": "1487331784"
5658                 }
5659             },
5660             "notification-url": "https://packages.drupal.org/8/downloads",
5661             "license": [
5662                 "GPL-2.0+"
5663             ],
5664             "authors": [
5665                 {
5666                     "name": "Berdir",
5667                     "homepage": "https://www.drupal.org/user/214652"
5668                 },
5669                 {
5670                     "name": "Frans",
5671                     "homepage": "https://www.drupal.org/user/514222"
5672                 },
5673                 {
5674                     "name": "Primsi",
5675                     "homepage": "https://www.drupal.org/user/282629"
5676                 },
5677                 {
5678                     "name": "jeroen.b",
5679                     "homepage": "https://www.drupal.org/user/1853532"
5680                 },
5681                 {
5682                     "name": "miro_dietiker",
5683                     "homepage": "https://www.drupal.org/user/227761"
5684                 }
5685             ],
5686             "description": "Enables the creation of paragraphs entities.",
5687             "homepage": "https://www.drupal.org/project/paragraphs",
5688             "support": {
5689                 "source": "http://cgit.drupalcode.org/paragraphs"
5690             }
5691         },
5692         {
5693             "name": "drupal/pathauto",
5694             "version": "1.0.0",
5695             "source": {
5696                 "type": "git",
5697                 "url": "https://git.drupal.org/project/pathauto",
5698                 "reference": "8.x-1.0"
5699             },
5700             "dist": {
5701                 "type": "zip",
5702                 "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0.zip",
5703                 "reference": "8.x-1.0",
5704                 "shasum": "4c82a5689a18421c8c73fcc8be7b333bb21ae02a"
5705             },
5706             "require": {
5707                 "drupal/core": "*",
5708                 "drupal/ctools": "*",
5709                 "drupal/token": "*"
5710             },
5711             "type": "drupal-module",
5712             "extra": {
5713                 "branch-alias": {
5714                     "dev-1.x": "1.x-dev"
5715                 },
5716                 "drupal": {
5717                     "version": "8.x-1.0",
5718                     "datestamp": "1493468044"
5719                 }
5720             },
5721             "notification-url": "https://packages.drupal.org/8/downloads",
5722             "license": [
5723                 "GPL-2.0+"
5724             ],
5725             "authors": [
5726                 {
5727                     "name": "Berdir",
5728                     "homepage": "https://www.drupal.org/user/214652"
5729                 },
5730                 {
5731                     "name": "Dave Reid",
5732                     "homepage": "https://www.drupal.org/user/53892"
5733                 },
5734                 {
5735                     "name": "Freso",
5736                     "homepage": "https://www.drupal.org/user/27504"
5737                 },
5738                 {
5739                     "name": "greggles",
5740                     "homepage": "https://www.drupal.org/user/36762"
5741                 }
5742             ],
5743             "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
5744             "homepage": "https://www.drupal.org/project/pathauto",
5745             "support": {
5746                 "source": "http://cgit.drupalcode.org/pathauto"
5747             }
5748         },
5749         {
5750             "name": "drupal/pathologic",
5751             "version": "dev-1.x",
5752             "source": {
5753                 "type": "git",
5754                 "url": "https://git.drupal.org/project/pathologic",
5755                 "reference": "4f9f3fdcf1e0b224c4d8650e383a769f40abf9bf"
5756             },
5757             "require": {
5758                 "drupal/core": "*"
5759             },
5760             "type": "drupal-module",
5761             "extra": {
5762                 "branch-alias": {
5763                     "dev-1.x": "1.x-dev"
5764                 },
5765                 "drupal": {
5766                     "version": "8.x-1.x-dev",
5767                     "datestamp": "1494720785"
5768                 }
5769             },
5770             "notification-url": "https://packages.drupal.org/8/downloads",
5771             "license": [
5772                 "GPL-2.0+"
5773             ],
5774             "authors": [
5775                 {
5776                     "name": "Berdir",
5777                     "homepage": "https://www.drupal.org/user/214652"
5778                 },
5779                 {
5780                     "name": "Garrett Albright",
5781                     "homepage": "https://www.drupal.org/user/191212"
5782                 }
5783             ],
5784             "description": "Helps avoid broken links and incorrect paths in content.",
5785             "homepage": "https://www.drupal.org/project/pathologic",
5786             "support": {
5787                 "source": "http://cgit.drupalcode.org/pathologic"
5788             }
5789         },
5790         {
5791             "name": "drupal/permissions_by_term",
5792             "version": "1.35.0",
5793             "source": {
5794                 "type": "git",
5795                 "url": "https://git.drupal.org/project/permissions_by_term",
5796                 "reference": "8.x-1.35"
5797             },
5798             "dist": {
5799                 "type": "zip",
5800                 "url": "https://ftp.drupal.org/files/projects/permissions_by_term-8.x-1.35.zip",
5801                 "reference": "8.x-1.35",
5802                 "shasum": "4f9a7406a81a2e03f90e278fd6921f8fc962f07b"
5803             },
5804             "require": {
5805                 "behat/behat": "^3.1",
5806                 "behat/mink": "^1.7",
5807                 "behat/mink-extension": "^2.2",
5808                 "behat/mink-goutte-driver": "^1.2",
5809                 "behat/mink-selenium2-driver": "^1.3",
5810                 "drupal/core": "*",
5811                 "drupal/drupal-driver": "~1.0",
5812                 "drupal/drupal-extension": "~3.0",
5813                 "guzzlehttp/guzzle": "^6.0@dev"
5814             },
5815             "type": "drupal-module",
5816             "extra": {
5817                 "branch-alias": {
5818                     "dev-1.x": "1.x-dev"
5819                 },
5820                 "drupal": {
5821                     "version": "8.x-1.35",
5822                     "datestamp": "1509945000",
5823                     "security-coverage": {
5824                         "status": "covered",
5825                         "message": "Covered by Drupal's security advisory policy"
5826                     }
5827                 }
5828             },
5829             "autoload": {
5830                 "psr-4": {
5831                     "PermissionsByTerm\\": "tests/src/Behat/Context/"
5832                 }
5833             },
5834             "notification-url": "https://packages.drupal.org/8/downloads",
5835             "license": [
5836                 "GPL-2.0+"
5837             ],
5838             "authors": [
5839                 {
5840                     "name": "Peter Majmesku",
5841                     "homepage": "https://www.drupal.org/user/786132",
5842                     "email": "p.majmesku@gmail.com"
5843                 },
5844                 {
5845                     "name": "dakku",
5846                     "homepage": "https://www.drupal.org/user/97634"
5847                 },
5848                 {
5849                     "name": "rackberg",
5850                     "homepage": "https://www.drupal.org/user/2806873"
5851                 }
5852             ],
5853             "description": "Restricts access to nodes by taxonomy terms in relation to users and their roles.",
5854             "homepage": "https://www.drupal.org/project/permissions_by_term",
5855             "support": {
5856                 "source": "http://cgit.drupalcode.org/permissions_by_term"
5857             }
5858         },
5859         {
5860             "name": "drupal/php",
5861             "version": "dev-1.x",
5862             "source": {
5863                 "type": "git",
5864                 "url": "https://git.drupal.org/project/php",
5865                 "reference": "304022be52874ef2d7916ea3acafd312766da9cc"
5866             },
5867             "require": {
5868                 "drupal/core": "~8.0"
5869             },
5870             "type": "drupal-module",
5871             "extra": {
5872                 "branch-alias": {
5873                     "dev-1.x": "1.x-dev"
5874                 },
5875                 "drupal": {
5876                     "version": "8.x-1.0-beta2+1-dev",
5877                     "datestamp": "1461875939"
5878                 }
5879             },
5880             "notification-url": "https://packages.drupal.org/8/downloads",
5881             "license": [
5882                 "GPL-2.0+"
5883             ],
5884             "authors": [
5885                 {
5886                     "name": "hass",
5887                     "homepage": "https://www.drupal.org/u/hass"
5888                 },
5889                 {
5890                     "name": "See other contributors",
5891                     "homepage": "https://www.drupal.org/node/1633456/committers"
5892                 },
5893                 {
5894                     "name": "catch",
5895                     "homepage": "https://www.drupal.org/user/35733"
5896                 },
5897                 {
5898                     "name": "dixon_",
5899                     "homepage": "https://www.drupal.org/user/239911"
5900                 },
5901                 {
5902                     "name": "greggles",
5903                     "homepage": "https://www.drupal.org/user/36762"
5904                 },
5905                 {
5906                     "name": "hass",
5907                     "homepage": "https://www.drupal.org/user/85918"
5908                 },
5909                 {
5910                     "name": "msonnabaum",
5911                     "homepage": "https://www.drupal.org/user/75278"
5912                 },
5913                 {
5914                     "name": "quicksketch",
5915                     "homepage": "https://www.drupal.org/user/35821"
5916                 },
5917                 {
5918                     "name": "webchick",
5919                     "homepage": "https://www.drupal.org/user/24967"
5920                 }
5921             ],
5922             "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.",
5923             "homepage": "https://www.drupal.org/project/php",
5924             "support": {
5925                 "source": "http://git.drupal.org/project/php.git",
5926                 "issues": "https://www.drupal.org/project/issues/php"
5927             }
5928         },
5929         {
5930             "name": "drupal/redirect",
5931             "version": "1.0.0-alpha5",
5932             "source": {
5933                 "type": "git",
5934                 "url": "https://git.drupal.org/project/redirect",
5935                 "reference": "8.x-1.0-alpha5"
5936             },
5937             "dist": {
5938                 "type": "zip",
5939                 "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.0-alpha5.zip",
5940                 "reference": "8.x-1.0-alpha5",
5941                 "shasum": "927aa4c8d8b40b0cd2442bee86f2f386d25e53ca"
5942             },
5943             "require": {
5944                 "drupal/core": "~8"
5945             },
5946             "type": "drupal-module",
5947             "extra": {
5948                 "branch-alias": {
5949                     "dev-1.x": "1.x-dev"
5950                 },
5951                 "drupal": {
5952                     "version": "8.x-1.0-alpha5",
5953                     "datestamp": "1492182542"
5954                 }
5955             },
5956             "notification-url": "https://packages.drupal.org/8/downloads",
5957             "license": [
5958                 "GPL-2.0+"
5959             ],
5960             "authors": [
5961                 {
5962                     "name": "Berdir",
5963                     "homepage": "https://www.drupal.org/user/214652"
5964                 },
5965                 {
5966                     "name": "Dave Reid",
5967                     "homepage": "https://www.drupal.org/user/53892"
5968                 }
5969             ],
5970             "description": "Allows users to redirect from old URLs to new URLs.",
5971             "homepage": "https://www.drupal.org/project/redirect",
5972             "support": {
5973                 "source": "http://cgit.drupalcode.org/redirect"
5974             }
5975         },
5976         {
5977             "name": "drupal/security_review",
5978             "version": "dev-1.x",
5979             "source": {
5980                 "type": "git",
5981                 "url": "https://git.drupal.org/project/security_review",
5982                 "reference": "35ebae445bb260e961e47c4c58efe7c50c228999"
5983             },
5984             "require": {
5985                 "drupal/core": "~8.0"
5986             },
5987             "type": "drupal-module",
5988             "extra": {
5989                 "branch-alias": {
5990                     "dev-1.x": "1.x-dev"
5991                 },
5992                 "drupal": {
5993                     "version": "8.x-1.x-dev",
5994                     "datestamp": "1476978839"
5995                 },
5996                 "patches_applied": {
5997                     "Fix missing field review list": "https://www.drupal.org/files/issues/security_review-dangerous-tags-list-2744805-2.patch"
5998                 }
5999             },
6000             "notification-url": "https://packages.drupal.org/8/downloads",
6001             "license": [
6002                 "GPL-2.0+"
6003             ],
6004             "authors": [
6005                 {
6006                     "name": "banviktor",
6007                     "homepage": "https://www.drupal.org/user/3176333"
6008                 },
6009                 {
6010                     "name": "coltrane",
6011                     "homepage": "https://www.drupal.org/user/91990"
6012                 },
6013                 {
6014                     "name": "dsnopek",
6015                     "homepage": "https://www.drupal.org/user/266527"
6016                 },
6017                 {
6018                     "name": "greggles",
6019                     "homepage": "https://www.drupal.org/user/36762"
6020                 }
6021             ],
6022             "description": "Site security and configuration review module.",
6023             "homepage": "https://www.drupal.org/project/security_review",
6024             "support": {
6025                 "source": "http://cgit.drupalcode.org/security_review"
6026             }
6027         },
6028         {
6029             "name": "drupal/simple_sitemap",
6030             "version": "2.9.0",
6031             "source": {
6032                 "type": "git",
6033                 "url": "https://git.drupal.org/project/simple_sitemap",
6034                 "reference": "8.x-2.9"
6035             },
6036             "dist": {
6037                 "type": "zip",
6038                 "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.9.zip",
6039                 "reference": "8.x-2.9",
6040                 "shasum": "73bc5b375a7563ee217688f752318fe044b1e9de"
6041             },
6042             "require": {
6043                 "drupal/core": "~8.0"
6044             },
6045             "type": "drupal-module",
6046             "extra": {
6047                 "branch-alias": {
6048                     "dev-2.x": "2.x-dev"
6049                 },
6050                 "drupal": {
6051                     "version": "8.x-2.9",
6052                     "datestamp": "1490775483"
6053                 }
6054             },
6055             "notification-url": "https://packages.drupal.org/8/downloads",
6056             "license": [
6057                 "GPL-2.0+"
6058             ],
6059             "authors": [
6060                 {
6061                     "name": "Pawel Ginalski (gbyte.co)",
6062                     "homepage": "https://www.drupal.org/u/gbyte.co",
6063                     "email": "contact@gbyte.co",
6064                     "role": "Maintainer"
6065                 },
6066                 {
6067                     "name": "Sam Becker (Sam152)",
6068                     "homepage": "https://www.drupal.org/u/sam152",
6069                     "role": "Co-maintainer"
6070                 }
6071             ],
6072             "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
6073             "homepage": "https://drupal.org/project/simple_sitemap",
6074             "support": {
6075                 "source": "https://cgit.drupalcode.org/simple_sitemap",
6076                 "issues": "https://drupal.org/project/issues/simple_sitemap",
6077                 "irc": "irc://irc.freenode.org/drupal-contribute"
6078             }
6079         },
6080         {
6081             "name": "drupal/slick",
6082             "version": "1.0.0",
6083             "source": {
6084                 "type": "git",
6085                 "url": "https://git.drupal.org/project/slick",
6086                 "reference": "8.x-1.0"
6087             },
6088             "dist": {
6089                 "type": "zip",
6090                 "url": "https://ftp.drupal.org/files/projects/slick-8.x-1.0.zip",
6091                 "reference": "8.x-1.0",
6092                 "shasum": "14ae69943a07749163ed13900dcd0a6809c54ebd"
6093             },
6094             "require": {
6095                 "drupal/blazy": "~1.0",
6096                 "drupal/core": "~8.0"
6097             },
6098             "type": "drupal-module",
6099             "extra": {
6100                 "branch-alias": {
6101                     "dev-1.x": "1.x-dev"
6102                 },
6103                 "drupal": {
6104                     "version": "8.x-1.0",
6105                     "datestamp": "1495746183"
6106                 }
6107             },
6108             "notification-url": "https://packages.drupal.org/8/downloads",
6109             "license": [
6110                 "GPL-2.0+"
6111             ],
6112             "authors": [
6113                 {
6114                     "name": "arshadcn",
6115                     "homepage": "https://www.drupal.org/user/571032"
6116                 },
6117                 {
6118                     "name": "gausarts",
6119                     "homepage": "https://www.drupal.org/user/159062"
6120                 }
6121             ],
6122             "description": "Slick carousel, the last carousel you'll ever need.",
6123             "homepage": "https://drupal.org/project/slick",
6124             "keywords": [
6125                 "Drupal",
6126                 "carousel",
6127                 "slideshow"
6128             ],
6129             "support": {
6130                 "source": "http://cgit.drupalcode.org/slick",
6131                 "issues": "https://drupal.org/project/issues/slick"
6132             }
6133         },
6134         {
6135             "name": "drupal/slick_media",
6136             "version": "1.0.0",
6137             "source": {
6138                 "type": "git",
6139                 "url": "https://git.drupal.org/project/slick_media",
6140                 "reference": "8.x-1.0"
6141             },
6142             "dist": {
6143                 "type": "zip",
6144                 "url": "https://ftp.drupal.org/files/projects/slick_media-8.x-1.0.zip",
6145                 "reference": "8.x-1.0",
6146                 "shasum": "b85a9899c53ca2f59f7cdbba044e2f58ae71e092"
6147             },
6148             "require": {
6149                 "drupal/core": "~8.0",
6150                 "drupal/media_entity_image": "*",
6151                 "drupal/slick": "*",
6152                 "drupal/video_embed_media": "*"
6153             },
6154             "type": "drupal-module",
6155             "extra": {
6156                 "branch-alias": {
6157                     "dev-1.x": "1.x-dev"
6158                 },
6159                 "drupal": {
6160                     "version": "8.x-1.0",
6161                     "datestamp": "1495747983"
6162                 }
6163             },
6164             "notification-url": "https://packages.drupal.org/8/downloads",
6165             "license": [
6166                 "GPL-2.0+"
6167             ],
6168             "authors": [
6169                 {
6170                     "name": "gausarts",
6171                     "homepage": "https://www.drupal.org/user/159062"
6172                 }
6173             ],
6174             "description": "Provides Slick carousel integration with Media entity.",
6175             "homepage": "https://www.drupal.org/project/slick_media",
6176             "support": {
6177                 "source": "http://cgit.drupalcode.org/slick_media"
6178             }
6179         },
6180         {
6181             "name": "drupal/superfish",
6182             "version": "1.1.0",
6183             "source": {
6184                 "type": "git",
6185                 "url": "https://git.drupal.org/project/superfish",
6186                 "reference": "8.x-1.1"
6187             },
6188             "dist": {
6189                 "type": "zip",
6190                 "url": "https://ftp.drupal.org/files/projects/superfish-8.x-1.1.zip",
6191                 "reference": "8.x-1.1",
6192                 "shasum": "f5e9e547d1d38588a963b22105dec1deb1e55010"
6193             },
6194             "require": {
6195                 "drupal/core": "~8.0",
6196                 "mehrpadin/superfish": "~2.0"
6197             },
6198             "type": "drupal-module",
6199             "extra": {
6200                 "branch-alias": {
6201                     "dev-1.x": "1.x-dev"
6202                 },
6203                 "drupal": {
6204                     "version": "8.x-1.1",
6205                     "datestamp": "1496335443"
6206                 }
6207             },
6208             "notification-url": "https://packages.drupal.org/8/downloads",
6209             "license": [
6210                 "GPL-2.0+"
6211             ],
6212             "authors": [
6213                 {
6214                     "name": "mehrpadin",
6215                     "homepage": "https://www.drupal.org/u/mehrpadin",
6216                     "role": "Maintainer"
6217                 }
6218             ],
6219             "description": "Adds jQuery Superfish plugin to menu blocks.",
6220             "homepage": "https://www.drupal.org/project/superfish",
6221             "support": {
6222                 "source": "https://cgit.drupalcode.org/superfish",
6223                 "issues": "https://www.drupal.org/project/superfish"
6224             }
6225         },
6226         {
6227             "name": "drupal/toc_formatter",
6228             "version": "1.1.0",
6229             "source": {
6230                 "type": "git",
6231                 "url": "https://git.drupal.org/project/toc_formatter",
6232                 "reference": "8.x-1.1"
6233             },
6234             "dist": {
6235                 "type": "zip",
6236                 "url": "https://ftp.drupal.org/files/projects/toc_formatter-8.x-1.1.zip",
6237                 "reference": "8.x-1.1",
6238                 "shasum": "7da3ef22b5d2e3e93b48fe97cd17ce607a264a9e"
6239             },
6240             "require": {
6241                 "drupal/core": "~8.0"
6242             },
6243             "type": "drupal-module",
6244             "extra": {
6245                 "branch-alias": {
6246                     "dev-1.x": "1.x-dev"
6247                 },
6248                 "drupal": {
6249                     "version": "8.x-1.1",
6250                     "datestamp": "1398611927"
6251                 }
6252             },
6253             "notification-url": "https://packages.drupal.org/8/downloads",
6254             "license": [
6255                 "GPL-2.0+"
6256             ],
6257             "authors": [
6258                 {
6259                     "name": "Robert Castelo",
6260                     "homepage": "https://www.drupal.org/user/3555"
6261                 },
6262                 {
6263                     "name": "neilt17",
6264                     "homepage": "https://www.drupal.org/user/324142"
6265                 }
6266             ],
6267             "description": "Display formatter that adds a TOC to the top of a text area field.",
6268             "homepage": "https://www.drupal.org/project/toc_formatter",
6269             "support": {
6270                 "source": "http://cgit.drupalcode.org/toc_formatter"
6271             }
6272         },
6273         {
6274             "name": "drupal/tocify",
6275             "version": "1.2.0",
6276             "source": {
6277                 "type": "git",
6278                 "url": "https://git.drupal.org/project/tocify",
6279                 "reference": "8.x-1.2"
6280             },
6281             "dist": {
6282                 "type": "zip",
6283                 "url": "https://ftp.drupal.org/files/projects/tocify-8.x-1.2.zip",
6284                 "reference": "8.x-1.2",
6285                 "shasum": "687ea298fa66b6e79addd8af25204917acfd0209"
6286             },
6287             "require": {
6288                 "drupal/core": "*"
6289             },
6290             "type": "drupal-module",
6291             "extra": {
6292                 "branch-alias": {
6293                     "dev-1.x": "1.x-dev"
6294                 },
6295                 "drupal": {
6296                     "version": "8.x-1.2",
6297                     "datestamp": "1493816586"
6298                 }
6299             },
6300             "notification-url": "https://packages.drupal.org/8/downloads",
6301             "license": [
6302                 "GPL-2.0+"
6303             ],
6304             "authors": [
6305                 {
6306                     "name": "Hydra",
6307                     "homepage": "https://www.drupal.org/user/647364"
6308                 },
6309                 {
6310                     "name": "dawehner",
6311                     "homepage": "https://www.drupal.org/user/99340"
6312                 },
6313                 {
6314                     "name": "sanduhrs",
6315                     "homepage": "https://www.drupal.org/user/28074"
6316                 }
6317             ],
6318             "description": "Tocify your content",
6319             "homepage": "https://www.drupal.org/project/tocify",
6320             "keywords": [
6321                 "Drupal"
6322             ],
6323             "support": {
6324                 "source": "http://cgit.drupalcode.org/tocify",
6325                 "issues": "http://drupal.org/project/issues/tocify"
6326             }
6327         },
6328         {
6329             "name": "drupal/token",
6330             "version": "1.0.0",
6331             "source": {
6332                 "type": "git",
6333                 "url": "https://git.drupal.org/project/token",
6334                 "reference": "8.x-1.0"
6335             },
6336             "dist": {
6337                 "type": "zip",
6338                 "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip",
6339                 "reference": "8.x-1.0",
6340                 "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442"
6341             },
6342             "require": {
6343                 "drupal/core": "~8.0"
6344             },
6345             "type": "drupal-module",
6346             "extra": {
6347                 "branch-alias": {
6348                     "dev-1.x": "1.x-dev"
6349                 },
6350                 "drupal": {
6351                     "version": "8.x-1.0",
6352                     "datestamp": "1493466843"
6353                 }
6354             },
6355             "notification-url": "https://packages.drupal.org/8/downloads",
6356             "license": [
6357                 "GPL-2.0+"
6358             ],
6359             "authors": [
6360                 {
6361                     "name": "Berdir",
6362                     "homepage": "https://www.drupal.org/user/214652"
6363                 },
6364                 {
6365                     "name": "Dave Reid",
6366                     "homepage": "https://www.drupal.org/user/53892"
6367                 },
6368                 {
6369                     "name": "eaton",
6370                     "homepage": "https://www.drupal.org/user/16496"
6371                 },
6372                 {
6373                     "name": "fago",
6374                     "homepage": "https://www.drupal.org/user/16747"
6375                 },
6376                 {
6377                     "name": "greggles",
6378                     "homepage": "https://www.drupal.org/user/36762"
6379                 },
6380                 {
6381                     "name": "mikeryan",
6382                     "homepage": "https://www.drupal.org/user/4420"
6383                 }
6384             ],
6385             "description": "Provides a user interface for the Token API and some missing core tokens.",
6386             "homepage": "https://www.drupal.org/project/token",
6387             "support": {
6388                 "source": "http://cgit.drupalcode.org/token"
6389             }
6390         },
6391         {
6392             "name": "drupal/typogrify",
6393             "version": "1.0.0-alpha1",
6394             "source": {
6395                 "type": "git",
6396                 "url": "https://git.drupal.org/project/typogrify",
6397                 "reference": "8.x-1.0-alpha1"
6398             },
6399             "dist": {
6400                 "type": "zip",
6401                 "url": "https://ftp.drupal.org/files/projects/typogrify-8.x-1.0-alpha1.zip",
6402                 "reference": "8.x-1.0-alpha1",
6403                 "shasum": "de87791555204b3af5692d939f8c199bd7164495"
6404             },
6405             "require": {
6406                 "drupal/core": "*"
6407             },
6408             "type": "drupal-module",
6409             "extra": {
6410                 "branch-alias": {
6411                     "dev-1.x": "1.x-dev"
6412                 },
6413                 "drupal": {
6414                     "version": "8.x-1.0-alpha1",
6415                     "datestamp": "1478050442"
6416                 }
6417             },
6418             "notification-url": "https://packages.drupal.org/8/downloads",
6419             "license": [
6420                 "GPL-2.0+"
6421             ],
6422             "authors": [
6423                 {
6424                     "name": "See contributors",
6425                     "homepage": "https://www.drupal.org/node/149970/committers",
6426                     "role": "Developer"
6427                 },
6428                 {
6429                     "name": "migmedia",
6430                     "homepage": "https://www.drupal.org/user/1310354"
6431                 },
6432                 {
6433                     "name": "mikl",
6434                     "homepage": "https://www.drupal.org/user/58679"
6435                 },
6436                 {
6437                     "name": "sreynen",
6438                     "homepage": "https://www.drupal.org/user/109890"
6439                 }
6440             ],
6441             "description": "A filter for making typographic refinements.",
6442             "homepage": "http://drupal.org/project/typogrify",
6443             "keywords": [
6444                 "Drupal"
6445             ],
6446             "support": {
6447                 "source": "http://cgit.drupalcode.org/typogrify",
6448                 "issues": "http://drupal.org/project/typogrify"
6449             }
6450         },
6451         {
6452             "name": "drupal/video",
6453             "version": "1.2.0",
6454             "source": {
6455                 "type": "git",
6456                 "url": "https://git.drupal.org/project/video",
6457                 "reference": "8.x-1.2"
6458             },
6459             "dist": {
6460                 "type": "zip",
6461                 "url": "https://ftp.drupal.org/files/projects/video-8.x-1.2.zip",
6462                 "reference": "8.x-1.2",
6463                 "shasum": "d0af8254ad0e3c496fda89d5b796d6fb86ebda7d"
6464             },
6465             "require": {
6466                 "drupal/core": "*"
6467             },
6468             "type": "drupal-module",
6469             "extra": {
6470                 "branch-alias": {
6471                     "dev-1.x": "1.x-dev"
6472                 },
6473                 "drupal": {
6474                     "version": "8.x-1.x",
6475                     "datestamp": "1455470039",
6476                     "package": "Field types"
6477                 }
6478             },
6479             "notification-url": "https://packages.drupal.org/8/downloads",
6480             "license": [
6481                 "GPL-2.0+"
6482             ],
6483             "authors": [
6484                 {
6485                     "name": "Jorrit",
6486                     "homepage": "https://www.drupal.org/user/161217"
6487                 },
6488                 {
6489                     "name": "abhishek-anand",
6490                     "homepage": "https://www.drupal.org/user/468982"
6491                 },
6492                 {
6493                     "name": "brycefisherfleig",
6494                     "homepage": "https://www.drupal.org/user/1300764"
6495                 },
6496                 {
6497                     "name": "chaitanya17",
6498                     "homepage": "https://www.drupal.org/user/1998300"
6499                 },
6500                 {
6501                     "name": "heshanlk",
6502                     "homepage": "https://www.drupal.org/user/199102"
6503                 }
6504             ],
6505             "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.",
6506             "homepage": "https://www.drupal.org/project/video",
6507             "support": {
6508                 "source": "http://cgit.drupalcode.org/video"
6509             }
6510         },
6511         {
6512             "name": "drupal/video_embed_field",
6513             "version": "1.5.0",
6514             "source": {
6515                 "type": "git",
6516                 "url": "https://git.drupal.org/project/video_embed_field",
6517                 "reference": "8.x-1.5"
6518             },
6519             "dist": {
6520                 "type": "zip",
6521                 "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-1.5.zip",
6522                 "reference": "8.x-1.5",
6523                 "shasum": "f54d470ef7f863604e51e6ae98cd40ef25de5f79"
6524             },
6525             "require": {
6526                 "drupal/core": "*"
6527             },
6528             "require-dev": {
6529                 "drupal/colorbox": "*",
6530                 "drupal/media_entity": "*",
6531                 "drupal/media_entity_embeddable_video": "*"
6532             },
6533             "type": "drupal-module",
6534             "extra": {
6535                 "branch-alias": {
6536                     "dev-1.x": "1.x-dev"
6537                 },
6538                 "drupal": {
6539                     "version": "8.x-1.x",
6540                     "datestamp": "1493246342",
6541                     "package": "Field types"
6542                 }
6543             },
6544             "notification-url": "https://packages.drupal.org/8/downloads",
6545             "license": [
6546                 "GPL-2.0+"
6547             ],
6548             "authors": [
6549                 {
6550                     "name": "Sam152",
6551                     "homepage": "https://www.drupal.org/user/1485048"
6552                 },
6553                 {
6554                     "name": "jec006",
6555                     "homepage": "https://www.drupal.org/user/855980"
6556                 },
6557                 {
6558                     "name": "plopesc",
6559                     "homepage": "https://www.drupal.org/user/282415"
6560                 }
6561             ],
6562             "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
6563             "homepage": "https://www.drupal.org/project/video_embed_field",
6564             "support": {
6565                 "source": "http://cgit.drupalcode.org/video_embed_field"
6566             }
6567         },
6568         {
6569             "name": "drupal/video_embed_media",
6570             "version": "1.5.0",
6571             "require": {
6572                 "drupal/core": "~8.0",
6573                 "drupal/media_entity": "*",
6574                 "drupal/video_embed_field": "self.version"
6575             },
6576             "type": "metapackage",
6577             "extra": {
6578                 "branch-alias": {
6579                     "dev-1.x": "1.x-dev"
6580                 },
6581                 "drupal": {
6582                     "version": "8.x-1.5",
6583                     "datestamp": "1493246342"
6584                 }
6585             },
6586             "notification-url": "https://packages.drupal.org/8/downloads",
6587             "license": [
6588                 "GPL-2.0+"
6589             ],
6590             "authors": [
6591                 {
6592                     "name": "Sam152",
6593                     "homepage": "https://www.drupal.org/user/1485048"
6594                 },
6595                 {
6596                     "name": "jec006",
6597                     "homepage": "https://www.drupal.org/user/855980"
6598                 },
6599                 {
6600                     "name": "plopesc",
6601                     "homepage": "https://www.drupal.org/user/282415"
6602                 }
6603             ],
6604             "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.",
6605             "homepage": "https://www.drupal.org/project/video_embed_field",
6606             "support": {
6607                 "source": "http://cgit.drupalcode.org/video_embed_field"
6608             }
6609         },
6610         {
6611             "name": "drupal/videojs",
6612             "version": "1.0.0",
6613             "source": {
6614                 "type": "git",
6615                 "url": "https://git.drupal.org/project/videojs",
6616                 "reference": "8.x-1.0"
6617             },
6618             "dist": {
6619                 "type": "zip",
6620                 "url": "https://ftp.drupal.org/files/projects/videojs-8.x-1.0.zip",
6621                 "reference": "8.x-1.0",
6622                 "shasum": "daf810898fbae1cf608ad45fd4e836bd6935949d"
6623             },
6624             "require": {
6625                 "drupal/core": "~8.0"
6626             },
6627             "type": "drupal-module",
6628             "extra": {
6629                 "branch-alias": {
6630                     "dev-1.x": "1.x-dev"
6631                 },
6632                 "drupal": {
6633                     "version": "8.x-1.0",
6634                     "datestamp": "1454344739"
6635                 },
6636                 "patches_applied": {
6637                     "videojs-isapplicable": "https://www.drupal.org/files/issues/videojs-isapplicable.patch"
6638                 }
6639             },
6640             "notification-url": "https://packages.drupal.org/8/downloads",
6641             "license": [
6642                 "GPL-2.0+"
6643             ],
6644             "authors": [
6645                 {
6646                     "name": "Jorrit",
6647                     "homepage": "https://www.drupal.org/user/161217"
6648                 },
6649                 {
6650                     "name": "heshanlk",
6651                     "homepage": "https://www.drupal.org/user/199102"
6652                 }
6653             ],
6654             "description": "Video.js is an HTML5 Video Player.",
6655             "homepage": "https://www.drupal.org/project/videojs",
6656             "support": {
6657                 "source": "http://cgit.drupalcode.org/videojs"
6658             }
6659         },
6660         {
6661             "name": "drupal/views_bootstrap",
6662             "version": "dev-3.x",
6663             "source": {
6664                 "type": "git",
6665                 "url": "https://git.drupal.org/project/views_bootstrap",
6666                 "reference": "ef95dac8dfeb8f2d61b0e5d40075a0a6e23e53ca"
6667             },
6668             "require": {
6669                 "drupal/core": "*"
6670             },
6671             "type": "drupal-module",
6672             "extra": {
6673                 "branch-alias": {
6674                     "dev-3.x": "3.x-dev"
6675                 },
6676                 "drupal": {
6677                     "version": "8.x-3.x-dev",
6678                     "datestamp": "1490369283"
6679                 }
6680             },
6681             "notification-url": "https://packages.drupal.org/8/downloads",
6682             "license": [
6683                 "GPL-2.0+"
6684             ],
6685             "authors": [
6686                 {
6687                     "name": "aburrows",
6688                     "homepage": "https://www.drupal.org/user/577844"
6689                 },
6690                 {
6691                     "name": "ericpugh",
6692                     "homepage": "https://www.drupal.org/user/130084"
6693                 },
6694                 {
6695                     "name": "ikeigenwijs",
6696                     "homepage": "https://www.drupal.org/user/583238"
6697                 },
6698                 {
6699                     "name": "mrded",
6700                     "homepage": "https://www.drupal.org/user/556088"
6701                 }
6702             ],
6703             "description": "Integrate the Bootstrap framework with Views.",
6704             "homepage": "https://www.drupal.org/project/views_bootstrap",
6705             "keywords": [
6706                 "Drupal"
6707             ],
6708             "support": {
6709                 "source": "http://cgit.drupalcode.org/views_bootstrap"
6710             }
6711         },
6712         {
6713             "name": "drupal/views_responsive_grid",
6714             "version": "dev-1.x",
6715             "source": {
6716                 "type": "git",
6717                 "url": "https://git.drupal.org/project/views_responsive_grid",
6718                 "reference": "b8478ccf4cb6dc6837a0c1170a848e418499a357"
6719             },
6720             "require": {
6721                 "drupal/core": "~8.0"
6722             },
6723             "type": "drupal-module",
6724             "extra": {
6725                 "branch-alias": {
6726                     "dev-1.x": "1.x-dev"
6727                 },
6728                 "drupal": {
6729                     "version": "8.x-1.x-dev",
6730                     "datestamp": "1373985289"
6731                 }
6732             },
6733             "notification-url": "https://packages.drupal.org/8/downloads",
6734             "license": [
6735                 "GPL-2.0+"
6736             ],
6737             "authors": [
6738                 {
6739                     "name": "iwhitcomb",
6740                     "homepage": "https://www.drupal.org/user/771654"
6741                 },
6742                 {
6743                     "name": "kyletaylored",
6744                     "homepage": "https://www.drupal.org/user/2207088"
6745                 },
6746                 {
6747                     "name": "markcarver",
6748                     "homepage": "https://www.drupal.org/user/501638"
6749                 }
6750             ],
6751             "homepage": "https://www.drupal.org/project/views_responsive_grid",
6752             "support": {
6753                 "source": "http://cgit.drupalcode.org/views_responsive_grid"
6754             }
6755         },
6756         {
6757             "name": "drush/config-extra",
6758             "version": "1.0.1",
6759             "source": {
6760                 "type": "git",
6761                 "url": "https://github.com/drush-ops/config-extra.git",
6762                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54"
6763             },
6764             "dist": {
6765                 "type": "zip",
6766                 "url": "https://api.github.com/repos/drush-ops/config-extra/zipball/6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6767                 "reference": "6bd3d5aa3ca7625115683f6e687285a3f1c48a54",
6768                 "shasum": ""
6769             },
6770             "require": {
6771                 "php": ">=5.5.0"
6772             },
6773             "require-dev": {
6774                 "phpunit/phpunit": ">=3.5"
6775             },
6776             "type": "library",
6777             "extra": {
6778                 "branch-alias": {
6779                     "dev-master": "8.0.x-dev"
6780                 }
6781             },
6782             "autoload": {
6783                 "psr-0": {
6784                     "Drush": "lib/"
6785                 }
6786             },
6787             "notification-url": "https://packagist.org/downloads/",
6788             "license": [
6789                 "GPL-2.0+"
6790             ],
6791             "authors": [
6792                 {
6793                     "name": "Moshe Weitzman",
6794                     "email": "weitzman@tejasa.com"
6795                 },
6796                 {
6797                     "name": "Greg Anderson",
6798                     "email": "greg.1.anderson@greenknowe.org"
6799                 }
6800             ],
6801             "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
6802             "keywords": [
6803                 "Drush"
6804             ],
6805             "time": "2015-10-16T21:32:27+00:00"
6806         },
6807         {
6808             "name": "drush/drush",
6809             "version": "8.1.16",
6810             "source": {
6811                 "type": "git",
6812                 "url": "https://github.com/drush-ops/drush.git",
6813                 "reference": "bbaff2dc725a5f3eb22006c5de3dc92a2de54b08"
6814             },
6815             "dist": {
6816                 "type": "zip",
6817                 "url": "https://api.github.com/repos/drush-ops/drush/zipball/bbaff2dc725a5f3eb22006c5de3dc92a2de54b08",
6818                 "reference": "bbaff2dc725a5f3eb22006c5de3dc92a2de54b08",
6819                 "shasum": ""
6820             },
6821             "require": {
6822                 "consolidation/annotated-command": "^2.8.1",
6823                 "consolidation/output-formatters": "~3",
6824                 "pear/console_table": "~1.3.1",
6825                 "php": ">=5.4.5",
6826                 "psr/log": "~1.0",
6827                 "psy/psysh": "~0.6",
6828                 "symfony/console": "~2.7|^3",
6829                 "symfony/event-dispatcher": "~2.7|^3",
6830                 "symfony/finder": "~2.7|^3",
6831                 "symfony/var-dumper": "~2.7|^3",
6832                 "symfony/yaml": "~2.3|^3",
6833                 "webmozart/path-util": "~2"
6834             },
6835             "require-dev": {
6836                 "phpunit/phpunit": "4.*",
6837                 "symfony/console": "~2.7",
6838                 "symfony/event-dispatcher": "~2.7",
6839                 "symfony/finder": "~2.7",
6840                 "symfony/process": "2.7.*",
6841                 "symfony/var-dumper": "~2.7",
6842                 "symfony/yaml": "~2.3"
6843             },
6844             "suggest": {
6845                 "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
6846                 "ext-pcntl": "*"
6847             },
6848             "bin": [
6849                 "drush",
6850                 "drush.launcher",
6851                 "drush.php",
6852                 "drush.complete.sh"
6853             ],
6854             "type": "library",
6855             "extra": {
6856                 "branch-alias": {
6857                     "dev-master": "8.0.x-dev"
6858                 }
6859             },
6860             "autoload": {
6861                 "psr-0": {
6862                     "Drush": "lib/",
6863                     "Consolidation": "lib/"
6864                 }
6865             },
6866             "notification-url": "https://packagist.org/downloads/",
6867             "license": [
6868                 "GPL-2.0-or-later"
6869             ],
6870             "authors": [
6871                 {
6872                     "name": "Moshe Weitzman",
6873                     "email": "weitzman@tejasa.com"
6874                 },
6875                 {
6876                     "name": "Owen Barton",
6877                     "email": "drupal@owenbarton.com"
6878                 },
6879                 {
6880                     "name": "Mark Sonnabaum",
6881                     "email": "marksonnabaum@gmail.com"
6882                 },
6883                 {
6884                     "name": "Antoine Beaupré",
6885                     "email": "anarcat@koumbit.org"
6886                 },
6887                 {
6888                     "name": "Greg Anderson",
6889                     "email": "greg.1.anderson@greenknowe.org"
6890                 },
6891                 {
6892                     "name": "Jonathan Araña Cruz",
6893                     "email": "jonhattan@faita.net"
6894                 },
6895                 {
6896                     "name": "Jonathan Hedstrom",
6897                     "email": "jhedstrom@gmail.com"
6898                 },
6899                 {
6900                     "name": "Christopher Gervais",
6901                     "email": "chris@ergonlogic.com"
6902                 },
6903                 {
6904                     "name": "Dave Reid",
6905                     "email": "dave@davereid.net"
6906                 },
6907                 {
6908                     "name": "Damian Lee",
6909                     "email": "damiankloip@googlemail.com"
6910                 }
6911             ],
6912             "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.",
6913             "homepage": "http://www.drush.org",
6914             "time": "2018-02-06T21:18:48+00:00"
6915         },
6916         {
6917             "name": "easyrdf/easyrdf",
6918             "version": "0.9.1",
6919             "source": {
6920                 "type": "git",
6921                 "url": "https://github.com/njh/easyrdf.git",
6922                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
6923             },
6924             "dist": {
6925                 "type": "zip",
6926                 "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
6927                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
6928                 "shasum": ""
6929             },
6930             "require": {
6931                 "ext-mbstring": "*",
6932                 "ext-pcre": "*",
6933                 "php": ">=5.2.8"
6934             },
6935             "require-dev": {
6936                 "phpunit/phpunit": "~3.5",
6937                 "sami/sami": "~1.4",
6938                 "squizlabs/php_codesniffer": "~1.4.3"
6939             },
6940             "suggest": {
6941                 "ml/json-ld": "~1.0"
6942             },
6943             "type": "library",
6944             "autoload": {
6945                 "psr-0": {
6946                     "EasyRdf_": "lib/"
6947                 }
6948             },
6949             "notification-url": "https://packagist.org/downloads/",
6950             "license": [
6951                 "BSD-3-Clause"
6952             ],
6953             "authors": [
6954                 {
6955                     "name": "Nicholas Humfrey",
6956                     "email": "njh@aelius.com",
6957                     "homepage": "http://www.aelius.com/njh/",
6958                     "role": "Developer"
6959                 },
6960                 {
6961                     "name": "Alexey Zakhlestin",
6962                     "email": "indeyets@gmail.com",
6963                     "role": "Developer"
6964                 }
6965             ],
6966             "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
6967             "homepage": "http://www.easyrdf.org/",
6968             "keywords": [
6969                 "Linked Data",
6970                 "RDF",
6971                 "Semantic Web",
6972                 "Turtle",
6973                 "rdfa",
6974                 "sparql"
6975             ],
6976             "time": "2015-02-27T09:45:49+00:00"
6977         },
6978         {
6979             "name": "egulias/email-validator",
6980             "version": "1.2.14",
6981             "source": {
6982                 "type": "git",
6983                 "url": "https://github.com/egulias/EmailValidator.git",
6984                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
6985             },
6986             "dist": {
6987                 "type": "zip",
6988                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
6989                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
6990                 "shasum": ""
6991             },
6992             "require": {
6993                 "doctrine/lexer": "^1.0.1",
6994                 "php": ">= 5.3.3"
6995             },
6996             "require-dev": {
6997                 "phpunit/phpunit": "^4.8.24"
6998             },
6999             "type": "library",
7000             "extra": {
7001                 "branch-alias": {
7002                     "dev-master": "2.0.x-dev"
7003                 }
7004             },
7005             "autoload": {
7006                 "psr-0": {
7007                     "Egulias\\": "src/"
7008                 }
7009             },
7010             "notification-url": "https://packagist.org/downloads/",
7011             "license": [
7012                 "MIT"
7013             ],
7014             "authors": [
7015                 {
7016                     "name": "Eduardo Gulias Davis"
7017                 }
7018             ],
7019             "description": "A library for validating emails",
7020             "homepage": "https://github.com/egulias/EmailValidator",
7021             "keywords": [
7022                 "email",
7023                 "emailvalidation",
7024                 "emailvalidator",
7025                 "validation",
7026                 "validator"
7027             ],
7028             "time": "2017-02-03T22:48:59+00:00"
7029         },
7030         {
7031             "name": "enyo/dropzone",
7032             "version": "v4.3.0",
7033             "source": {
7034                 "type": "git",
7035                 "url": "https://github.com/enyo/dropzone.git",
7036                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e"
7037             },
7038             "dist": {
7039                 "type": "zip",
7040                 "url": "https://api.github.com/repos/enyo/dropzone/zipball/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7041                 "reference": "d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e",
7042                 "shasum": ""
7043             },
7044             "type": "library",
7045             "notification-url": "https://packagist.org/downloads/",
7046             "license": [
7047                 "MIT"
7048             ],
7049             "authors": [
7050                 {
7051                     "name": "Matias Meno",
7052                     "email": "m@tias.me",
7053                     "homepage": "http://www.matiasmeno.com"
7054                 }
7055             ],
7056             "description": "Handles drag and drop of files for you.",
7057             "homepage": "http://www.dropzonejs.com",
7058             "keywords": [
7059                 "drag and drop",
7060                 "dragndrop",
7061                 "file upload",
7062                 "upload"
7063             ],
7064             "time": "2016-02-14T04:19:41+00:00"
7065         },
7066         {
7067             "name": "ezyang/htmlpurifier",
7068             "version": "v4.9.3",
7069             "source": {
7070                 "type": "git",
7071                 "url": "https://github.com/ezyang/htmlpurifier.git",
7072                 "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
7073             },
7074             "dist": {
7075                 "type": "zip",
7076                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
7077                 "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
7078                 "shasum": ""
7079             },
7080             "require": {
7081                 "php": ">=5.2"
7082             },
7083             "require-dev": {
7084                 "simpletest/simpletest": "^1.1"
7085             },
7086             "type": "library",
7087             "autoload": {
7088                 "psr-0": {
7089                     "HTMLPurifier": "library/"
7090                 },
7091                 "files": [
7092                     "library/HTMLPurifier.composer.php"
7093                 ]
7094             },
7095             "notification-url": "https://packagist.org/downloads/",
7096             "license": [
7097                 "LGPL"
7098             ],
7099             "authors": [
7100                 {
7101                     "name": "Edward Z. Yang",
7102                     "email": "admin@htmlpurifier.org",
7103                     "homepage": "http://ezyang.com"
7104                 }
7105             ],
7106             "description": "Standards compliant HTML filter written in PHP",
7107             "homepage": "http://htmlpurifier.org/",
7108             "keywords": [
7109                 "html"
7110             ],
7111             "time": "2017-06-03T02:28:16+00:00"
7112         },
7113         {
7114             "name": "fabpot/goutte",
7115             "version": "v3.2.1",
7116             "source": {
7117                 "type": "git",
7118                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
7119                 "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638"
7120             },
7121             "dist": {
7122                 "type": "zip",
7123                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638",
7124                 "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638",
7125                 "shasum": ""
7126             },
7127             "require": {
7128                 "guzzlehttp/guzzle": "^6.0",
7129                 "php": ">=5.5.0",
7130                 "symfony/browser-kit": "~2.1|~3.0",
7131                 "symfony/css-selector": "~2.1|~3.0",
7132                 "symfony/dom-crawler": "~2.1|~3.0"
7133             },
7134             "type": "application",
7135             "extra": {
7136                 "branch-alias": {
7137                     "dev-master": "3.2-dev"
7138                 }
7139             },
7140             "autoload": {
7141                 "psr-4": {
7142                     "Goutte\\": "Goutte"
7143                 }
7144             },
7145             "notification-url": "https://packagist.org/downloads/",
7146             "license": [
7147                 "MIT"
7148             ],
7149             "authors": [
7150                 {
7151                     "name": "Fabien Potencier",
7152                     "email": "fabien@symfony.com"
7153                 }
7154             ],
7155             "description": "A simple PHP Web Scraper",
7156             "homepage": "https://github.com/FriendsOfPHP/Goutte",
7157             "keywords": [
7158                 "scraper"
7159             ],
7160             "time": "2017-01-03T13:21:43+00:00"
7161         },
7162         {
7163             "name": "geedmo/yamm3",
7164             "version": "1.1.0",
7165             "source": {
7166                 "type": "git",
7167                 "url": "https://github.com/geedmo/yamm3.git",
7168                 "reference": "5aa11451340187cce1bc195a4437937b19535508"
7169             },
7170             "dist": {
7171                 "type": "zip",
7172                 "url": "https://api.github.com/repos/geedmo/yamm3/zipball/5aa11451340187cce1bc195a4437937b19535508",
7173                 "reference": "5aa11451340187cce1bc195a4437937b19535508",
7174                 "shasum": ""
7175             },
7176             "type": "library",
7177             "notification-url": "https://packagist.org/downloads/",
7178             "license": [
7179                 "MIT"
7180             ],
7181             "authors": [
7182                 {
7183                     "name": "German Morales",
7184                     "email": "geedmo.ds@gmail.com",
7185                     "homepage": "http://geedmo.com"
7186                 }
7187             ],
7188             "description": "Yet another megamenu for Bootstrap 3.x",
7189             "homepage": "http://geedmo.github.io/yamm3/",
7190             "keywords": [
7191                 "bootstrap",
7192                 "megadropdown",
7193                 "megamenu"
7194             ],
7195             "time": "2015-04-04T12:59:29+00:00"
7196         },
7197         {
7198             "name": "grom358/pharborist",
7199             "version": "dev-master",
7200             "source": {
7201                 "type": "git",
7202                 "url": "https://github.com/grom358/pharborist.git",
7203                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6"
7204             },
7205             "dist": {
7206                 "type": "zip",
7207                 "url": "https://api.github.com/repos/grom358/pharborist/zipball/0db9e51299a80e95b06857ed1809f59bbbab1af6",
7208                 "reference": "0db9e51299a80e95b06857ed1809f59bbbab1af6",
7209                 "shasum": ""
7210             },
7211             "require": {
7212                 "php": ">=5.4",
7213                 "phpdocumentor/reflection-docblock": "2.0.*"
7214             },
7215             "require-dev": {
7216                 "apigen/apigen": "2.8.*",
7217                 "phpunit/phpunit": "4.2.*"
7218             },
7219             "type": "library",
7220             "autoload": {
7221                 "psr-4": {
7222                     "Pharborist\\": "src/"
7223                 }
7224             },
7225             "notification-url": "https://packagist.org/downloads/",
7226             "license": [
7227                 "GPL"
7228             ],
7229             "authors": [
7230                 {
7231                     "name": "Cameron Zemek",
7232                     "role": "lead"
7233                 }
7234             ],
7235             "description": "Pharborist builds a syntax tree for PHP that can be traversed and manipulated.",
7236             "keywords": [
7237                 "standards",
7238                 "syntax"
7239             ],
7240             "time": "2015-09-20T22:14:29+00:00"
7241         },
7242         {
7243             "name": "guzzlehttp/guzzle",
7244             "version": "6.3.2",
7245             "source": {
7246                 "type": "git",
7247                 "url": "https://github.com/guzzle/guzzle.git",
7248                 "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90"
7249             },
7250             "dist": {
7251                 "type": "zip",
7252                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90",
7253                 "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90",
7254                 "shasum": ""
7255             },
7256             "require": {
7257                 "guzzlehttp/promises": "^1.0",
7258                 "guzzlehttp/psr7": "^1.4",
7259                 "php": ">=5.5"
7260             },
7261             "require-dev": {
7262                 "ext-curl": "*",
7263                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4",
7264                 "psr/log": "^1.0"
7265             },
7266             "suggest": {
7267                 "psr/log": "Required for using the Log middleware"
7268             },
7269             "type": "library",
7270             "extra": {
7271                 "branch-alias": {
7272                     "dev-master": "6.3-dev"
7273                 }
7274             },
7275             "autoload": {
7276                 "files": [
7277                     "src/functions_include.php"
7278                 ],
7279                 "psr-4": {
7280                     "GuzzleHttp\\": "src/"
7281                 }
7282             },
7283             "notification-url": "https://packagist.org/downloads/",
7284             "license": [
7285                 "MIT"
7286             ],
7287             "authors": [
7288                 {
7289                     "name": "Michael Dowling",
7290                     "email": "mtdowling@gmail.com",
7291                     "homepage": "https://github.com/mtdowling"
7292                 }
7293             ],
7294             "description": "Guzzle is a PHP HTTP client library",
7295             "homepage": "http://guzzlephp.org/",
7296             "keywords": [
7297                 "client",
7298                 "curl",
7299                 "framework",
7300                 "http",
7301                 "http client",
7302                 "rest",
7303                 "web service"
7304             ],
7305             "time": "2018-03-26T16:33:04+00:00"
7306         },
7307         {
7308             "name": "guzzlehttp/promises",
7309             "version": "v1.3.1",
7310             "source": {
7311                 "type": "git",
7312                 "url": "https://github.com/guzzle/promises.git",
7313                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
7314             },
7315             "dist": {
7316                 "type": "zip",
7317                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7318                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
7319                 "shasum": ""
7320             },
7321             "require": {
7322                 "php": ">=5.5.0"
7323             },
7324             "require-dev": {
7325                 "phpunit/phpunit": "^4.0"
7326             },
7327             "type": "library",
7328             "extra": {
7329                 "branch-alias": {
7330                     "dev-master": "1.4-dev"
7331                 }
7332             },
7333             "autoload": {
7334                 "psr-4": {
7335                     "GuzzleHttp\\Promise\\": "src/"
7336                 },
7337                 "files": [
7338                     "src/functions_include.php"
7339                 ]
7340             },
7341             "notification-url": "https://packagist.org/downloads/",
7342             "license": [
7343                 "MIT"
7344             ],
7345             "authors": [
7346                 {
7347                     "name": "Michael Dowling",
7348                     "email": "mtdowling@gmail.com",
7349                     "homepage": "https://github.com/mtdowling"
7350                 }
7351             ],
7352             "description": "Guzzle promises library",
7353             "keywords": [
7354                 "promise"
7355             ],
7356             "time": "2016-12-20T10:07:11+00:00"
7357         },
7358         {
7359             "name": "guzzlehttp/psr7",
7360             "version": "1.4.2",
7361             "source": {
7362                 "type": "git",
7363                 "url": "https://github.com/guzzle/psr7.git",
7364                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
7365             },
7366             "dist": {
7367                 "type": "zip",
7368                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7369                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
7370                 "shasum": ""
7371             },
7372             "require": {
7373                 "php": ">=5.4.0",
7374                 "psr/http-message": "~1.0"
7375             },
7376             "provide": {
7377                 "psr/http-message-implementation": "1.0"
7378             },
7379             "require-dev": {
7380                 "phpunit/phpunit": "~4.0"
7381             },
7382             "type": "library",
7383             "extra": {
7384                 "branch-alias": {
7385                     "dev-master": "1.4-dev"
7386                 }
7387             },
7388             "autoload": {
7389                 "psr-4": {
7390                     "GuzzleHttp\\Psr7\\": "src/"
7391                 },
7392                 "files": [
7393                     "src/functions_include.php"
7394                 ]
7395             },
7396             "notification-url": "https://packagist.org/downloads/",
7397             "license": [
7398                 "MIT"
7399             ],
7400             "authors": [
7401                 {
7402                     "name": "Michael Dowling",
7403                     "email": "mtdowling@gmail.com",
7404                     "homepage": "https://github.com/mtdowling"
7405                 },
7406                 {
7407                     "name": "Tobias Schultze",
7408                     "homepage": "https://github.com/Tobion"
7409                 }
7410             ],
7411             "description": "PSR-7 message implementation that also provides common utility methods",
7412             "keywords": [
7413                 "http",
7414                 "message",
7415                 "request",
7416                 "response",
7417                 "stream",
7418                 "uri",
7419                 "url"
7420             ],
7421             "time": "2017-03-20T17:10:46+00:00"
7422         },
7423         {
7424             "name": "instaclick/php-webdriver",
7425             "version": "1.4.5",
7426             "source": {
7427                 "type": "git",
7428                 "url": "https://github.com/instaclick/php-webdriver.git",
7429                 "reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
7430             },
7431             "dist": {
7432                 "type": "zip",
7433                 "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
7434                 "reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
7435                 "shasum": ""
7436             },
7437             "require": {
7438                 "ext-curl": "*",
7439                 "php": ">=5.3.2"
7440             },
7441             "require-dev": {
7442                 "phpunit/phpunit": "^4.8",
7443                 "satooshi/php-coveralls": "^1.0||^2.0"
7444             },
7445             "type": "library",
7446             "extra": {
7447                 "branch-alias": {
7448                     "dev-master": "1.4.x-dev"
7449                 }
7450             },
7451             "autoload": {
7452                 "psr-0": {
7453                     "WebDriver": "lib/"
7454                 }
7455             },
7456             "notification-url": "https://packagist.org/downloads/",
7457             "license": [
7458                 "Apache-2.0"
7459             ],
7460             "authors": [
7461                 {
7462                     "name": "Justin Bishop",
7463                     "email": "jubishop@gmail.com",
7464                     "role": "Developer"
7465                 },
7466                 {
7467                     "name": "Anthon Pang",
7468                     "email": "apang@softwaredevelopment.ca",
7469                     "role": "Fork Maintainer"
7470                 }
7471             ],
7472             "description": "PHP WebDriver for Selenium 2",
7473             "homepage": "http://instaclick.com/",
7474             "keywords": [
7475                 "browser",
7476                 "selenium",
7477                 "webdriver",
7478                 "webtest"
7479             ],
7480             "time": "2017-06-30T04:02:48+00:00"
7481         },
7482         {
7483             "name": "j7mbo/twitter-api-php",
7484             "version": "1.0.6",
7485             "source": {
7486                 "type": "git",
7487                 "url": "https://github.com/J7mbo/twitter-api-php.git",
7488                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7"
7489             },
7490             "dist": {
7491                 "type": "zip",
7492                 "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7493                 "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7",
7494                 "shasum": ""
7495             },
7496             "require": {
7497                 "ext-curl": "*"
7498             },
7499             "require-dev": {
7500                 "phpunit/phpunit": "~4.5,>=4.5.1"
7501             },
7502             "type": "library",
7503             "extra": {
7504                 "branch-alias": {
7505                     "dev-master": "1.0-dev"
7506                 }
7507             },
7508             "autoload": {
7509                 "classmap": [
7510                     "TwitterAPIExchange.php"
7511                 ]
7512             },
7513             "notification-url": "https://packagist.org/downloads/",
7514             "license": [
7515                 "GNU Public License"
7516             ],
7517             "authors": [
7518                 {
7519                     "name": "James Mallison",
7520                     "homepage": "https://github.com/j7mbo/twitter-api-php"
7521                 }
7522             ],
7523             "description": "Simple PHP Wrapper for Twitter API v1.1 calls",
7524             "homepage": "https://github.com/j7mbo/twitter-api-php",
7525             "keywords": [
7526                 "api",
7527                 "php",
7528                 "twitter"
7529             ],
7530             "time": "2017-05-08T12:10:56+00:00"
7531         },
7532         {
7533             "name": "jakub-onderka/php-console-color",
7534             "version": "0.1",
7535             "source": {
7536                 "type": "git",
7537                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
7538                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
7539             },
7540             "dist": {
7541                 "type": "zip",
7542                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
7543                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
7544                 "shasum": ""
7545             },
7546             "require": {
7547                 "php": ">=5.3.2"
7548             },
7549             "require-dev": {
7550                 "jakub-onderka/php-code-style": "1.0",
7551                 "jakub-onderka/php-parallel-lint": "0.*",
7552                 "jakub-onderka/php-var-dump-check": "0.*",
7553                 "phpunit/phpunit": "3.7.*",
7554                 "squizlabs/php_codesniffer": "1.*"
7555             },
7556             "type": "library",
7557             "autoload": {
7558                 "psr-0": {
7559                     "JakubOnderka\\PhpConsoleColor": "src/"
7560                 }
7561             },
7562             "notification-url": "https://packagist.org/downloads/",
7563             "license": [
7564                 "BSD-2-Clause"
7565             ],
7566             "authors": [
7567                 {
7568                     "name": "Jakub Onderka",
7569                     "email": "jakub.onderka@gmail.com",
7570                     "homepage": "http://www.acci.cz"
7571                 }
7572             ],
7573             "time": "2014-04-08T15:00:19+00:00"
7574         },
7575         {
7576             "name": "jakub-onderka/php-console-highlighter",
7577             "version": "v0.3.2",
7578             "source": {
7579                 "type": "git",
7580                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
7581                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
7582             },
7583             "dist": {
7584                 "type": "zip",
7585                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
7586                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
7587                 "shasum": ""
7588             },
7589             "require": {
7590                 "jakub-onderka/php-console-color": "~0.1",
7591                 "php": ">=5.3.0"
7592             },
7593             "require-dev": {
7594                 "jakub-onderka/php-code-style": "~1.0",
7595                 "jakub-onderka/php-parallel-lint": "~0.5",
7596                 "jakub-onderka/php-var-dump-check": "~0.1",
7597                 "phpunit/phpunit": "~4.0",
7598                 "squizlabs/php_codesniffer": "~1.5"
7599             },
7600             "type": "library",
7601             "autoload": {
7602                 "psr-0": {
7603                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
7604                 }
7605             },
7606             "notification-url": "https://packagist.org/downloads/",
7607             "license": [
7608                 "MIT"
7609             ],
7610             "authors": [
7611                 {
7612                     "name": "Jakub Onderka",
7613                     "email": "acci@acci.cz",
7614                     "homepage": "http://www.acci.cz/"
7615                 }
7616             ],
7617             "time": "2015-04-20T18:58:01+00:00"
7618         },
7619         {
7620             "name": "masterminds/html5",
7621             "version": "2.3.0",
7622             "source": {
7623                 "type": "git",
7624                 "url": "https://github.com/Masterminds/html5-php.git",
7625                 "reference": "2c37c6c520b995b761674de3be8455a381679067"
7626             },
7627             "dist": {
7628                 "type": "zip",
7629                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067",
7630                 "reference": "2c37c6c520b995b761674de3be8455a381679067",
7631                 "shasum": ""
7632             },
7633             "require": {
7634                 "ext-libxml": "*",
7635                 "php": ">=5.3.0"
7636             },
7637             "require-dev": {
7638                 "phpunit/phpunit": "4.*",
7639                 "sami/sami": "~2.0",
7640                 "satooshi/php-coveralls": "1.0.*"
7641             },
7642             "type": "library",
7643             "extra": {
7644                 "branch-alias": {
7645                     "dev-master": "2.2-dev"
7646                 }
7647             },
7648             "autoload": {
7649                 "psr-4": {
7650                     "Masterminds\\": "src"
7651                 }
7652             },
7653             "notification-url": "https://packagist.org/downloads/",
7654             "license": [
7655                 "MIT"
7656             ],
7657             "authors": [
7658                 {
7659                     "name": "Matt Butcher",
7660                     "email": "technosophos@gmail.com"
7661                 },
7662                 {
7663                     "name": "Asmir Mustafic",
7664                     "email": "goetas@gmail.com"
7665                 },
7666                 {
7667                     "name": "Matt Farina",
7668                     "email": "matt@mattfarina.com"
7669                 }
7670             ],
7671             "description": "An HTML5 parser and serializer.",
7672             "homepage": "http://masterminds.github.io/html5-php",
7673             "keywords": [
7674                 "HTML5",
7675                 "dom",
7676                 "html",
7677                 "parser",
7678                 "querypath",
7679                 "serializer",
7680                 "xml"
7681             ],
7682             "time": "2017-09-04T12:26:28+00:00"
7683         },
7684         {
7685             "name": "mehrpadin/superfish",
7686             "version": "2.1",
7687             "source": {
7688                 "type": "git",
7689                 "url": "https://github.com/mehrpadin/Superfish-for-Drupal.git",
7690                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683"
7691             },
7692             "dist": {
7693                 "type": "zip",
7694                 "url": "https://api.github.com/repos/mehrpadin/Superfish-for-Drupal/zipball/80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7695                 "reference": "80a0a484b727e9fbe6b0ee609f80e10e5e158683",
7696                 "shasum": ""
7697             },
7698             "type": "drupal-library",
7699             "notification-url": "https://packagist.org/downloads/",
7700             "license": [
7701                 "MIT"
7702             ],
7703             "description": "Superfish library for the Drupal Superfish module.",
7704             "homepage": "https://github.com/mehrpadin/Superfish-for-Drupal",
7705             "keywords": [
7706                 "jquery",
7707                 "plugin"
7708             ],
7709             "time": "2017-05-30T13:00:18+00:00"
7710         },
7711         {
7712             "name": "michelf/php-markdown",
7713             "version": "1.7.0",
7714             "source": {
7715                 "type": "git",
7716                 "url": "https://github.com/michelf/php-markdown.git",
7717                 "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
7718             },
7719             "dist": {
7720                 "type": "zip",
7721                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
7722                 "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
7723                 "shasum": ""
7724             },
7725             "require": {
7726                 "php": ">=5.3.0"
7727             },
7728             "type": "library",
7729             "extra": {
7730                 "branch-alias": {
7731                     "dev-lib": "1.4.x-dev"
7732                 }
7733             },
7734             "autoload": {
7735                 "psr-0": {
7736                     "Michelf": ""
7737                 }
7738             },
7739             "notification-url": "https://packagist.org/downloads/",
7740             "license": [
7741                 "BSD-3-Clause"
7742             ],
7743             "authors": [
7744                 {
7745                     "name": "Michel Fortin",
7746                     "email": "michel.fortin@michelf.ca",
7747                     "homepage": "https://michelf.ca/",
7748                     "role": "Developer"
7749                 },
7750                 {
7751                     "name": "John Gruber",
7752                     "homepage": "https://daringfireball.net/"
7753                 }
7754             ],
7755             "description": "PHP Markdown",
7756             "homepage": "https://michelf.ca/projects/php-markdown/",
7757             "keywords": [
7758                 "markdown"
7759             ],
7760             "time": "2016-10-29T18:58:20+00:00"
7761         },
7762         {
7763             "name": "mkalkbrenner/php-htmldiff-advanced",
7764             "version": "0.0.8",
7765             "source": {
7766                 "type": "git",
7767                 "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
7768                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
7769             },
7770             "dist": {
7771                 "type": "zip",
7772                 "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7773                 "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
7774                 "shasum": ""
7775             },
7776             "require": {
7777                 "caxy/php-htmldiff": ">=0.0.6",
7778                 "php": ">=5.5.0"
7779             },
7780             "type": "library",
7781             "autoload": {
7782                 "files": [
7783                     "src/HtmlDiffAdvancedInterface.php",
7784                     "src/HtmlDiffAdvanced.php"
7785                 ]
7786             },
7787             "notification-url": "https://packagist.org/downloads/",
7788             "license": [
7789                 "GNU General Public License V2"
7790             ],
7791             "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
7792             "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
7793             "keywords": [
7794                 "diff",
7795                 "html"
7796             ],
7797             "time": "2016-07-25T17:07:32+00:00"
7798         },
7799         {
7800             "name": "nikic/php-parser",
7801             "version": "v3.1.5",
7802             "source": {
7803                 "type": "git",
7804                 "url": "https://github.com/nikic/PHP-Parser.git",
7805                 "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
7806             },
7807             "dist": {
7808                 "type": "zip",
7809                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
7810                 "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
7811                 "shasum": ""
7812             },
7813             "require": {
7814                 "ext-tokenizer": "*",
7815                 "php": ">=5.5"
7816             },
7817             "require-dev": {
7818                 "phpunit/phpunit": "~4.0|~5.0"
7819             },
7820             "bin": [
7821                 "bin/php-parse"
7822             ],
7823             "type": "library",
7824             "extra": {
7825                 "branch-alias": {
7826                     "dev-master": "3.0-dev"
7827                 }
7828             },
7829             "autoload": {
7830                 "psr-4": {
7831                     "PhpParser\\": "lib/PhpParser"
7832                 }
7833             },
7834             "notification-url": "https://packagist.org/downloads/",
7835             "license": [
7836                 "BSD-3-Clause"
7837             ],
7838             "authors": [
7839                 {
7840                     "name": "Nikita Popov"
7841                 }
7842             ],
7843             "description": "A PHP parser written in PHP",
7844             "keywords": [
7845                 "parser",
7846                 "php"
7847             ],
7848             "time": "2018-02-28T20:30:58+00:00"
7849         },
7850         {
7851             "name": "paragonie/random_compat",
7852             "version": "v2.0.11",
7853             "source": {
7854                 "type": "git",
7855                 "url": "https://github.com/paragonie/random_compat.git",
7856                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
7857             },
7858             "dist": {
7859                 "type": "zip",
7860                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
7861                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
7862                 "shasum": ""
7863             },
7864             "require": {
7865                 "php": ">=5.2.0"
7866             },
7867             "require-dev": {
7868                 "phpunit/phpunit": "4.*|5.*"
7869             },
7870             "suggest": {
7871                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
7872             },
7873             "type": "library",
7874             "autoload": {
7875                 "files": [
7876                     "lib/random.php"
7877                 ]
7878             },
7879             "notification-url": "https://packagist.org/downloads/",
7880             "license": [
7881                 "MIT"
7882             ],
7883             "authors": [
7884                 {
7885                     "name": "Paragon Initiative Enterprises",
7886                     "email": "security@paragonie.com",
7887                     "homepage": "https://paragonie.com"
7888                 }
7889             ],
7890             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
7891             "keywords": [
7892                 "csprng",
7893                 "pseudorandom",
7894                 "random"
7895             ],
7896             "time": "2017-09-27T21:40:39+00:00"
7897         },
7898         {
7899             "name": "pear/console_table",
7900             "version": "v1.3.1",
7901             "source": {
7902                 "type": "git",
7903                 "url": "https://github.com/pear/Console_Table.git",
7904                 "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea"
7905             },
7906             "dist": {
7907                 "type": "zip",
7908                 "url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea",
7909                 "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea",
7910                 "shasum": ""
7911             },
7912             "require": {
7913                 "php": ">=5.2.0"
7914             },
7915             "suggest": {
7916                 "pear/Console_Color2": ">=0.1.2"
7917             },
7918             "type": "library",
7919             "autoload": {
7920                 "classmap": [
7921                     "Table.php"
7922                 ]
7923             },
7924             "notification-url": "https://packagist.org/downloads/",
7925             "license": [
7926                 "BSD-2-Clause"
7927             ],
7928             "authors": [
7929                 {
7930                     "name": "Jan Schneider",
7931                     "homepage": "http://pear.php.net/user/yunosh"
7932                 },
7933                 {
7934                     "name": "Tal Peer",
7935                     "homepage": "http://pear.php.net/user/tal"
7936                 },
7937                 {
7938                     "name": "Xavier Noguer",
7939                     "homepage": "http://pear.php.net/user/xnoguer"
7940                 },
7941                 {
7942                     "name": "Richard Heyes",
7943                     "homepage": "http://pear.php.net/user/richard"
7944                 }
7945             ],
7946             "description": "Library that makes it easy to build console style tables.",
7947             "homepage": "http://pear.php.net/package/Console_Table/",
7948             "keywords": [
7949                 "console"
7950             ],
7951             "time": "2018-01-25T20:47:17+00:00"
7952         },
7953         {
7954             "name": "phpdocumentor/reflection-docblock",
7955             "version": "2.0.5",
7956             "source": {
7957                 "type": "git",
7958                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
7959                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
7960             },
7961             "dist": {
7962                 "type": "zip",
7963                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7964                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
7965                 "shasum": ""
7966             },
7967             "require": {
7968                 "php": ">=5.3.3"
7969             },
7970             "require-dev": {
7971                 "phpunit/phpunit": "~4.0"
7972             },
7973             "suggest": {
7974                 "dflydev/markdown": "~1.0",
7975                 "erusev/parsedown": "~1.0"
7976             },
7977             "type": "library",
7978             "extra": {
7979                 "branch-alias": {
7980                     "dev-master": "2.0.x-dev"
7981                 }
7982             },
7983             "autoload": {
7984                 "psr-0": {
7985                     "phpDocumentor": [
7986                         "src/"
7987                     ]
7988                 }
7989             },
7990             "notification-url": "https://packagist.org/downloads/",
7991             "license": [
7992                 "MIT"
7993             ],
7994             "authors": [
7995                 {
7996                     "name": "Mike van Riel",
7997                     "email": "mike.vanriel@naenius.com"
7998                 }
7999             ],
8000             "time": "2016-01-25T08:17:30+00:00"
8001         },
8002         {
8003             "name": "phpspec/prophecy",
8004             "version": "1.7.5",
8005             "source": {
8006                 "type": "git",
8007                 "url": "https://github.com/phpspec/prophecy.git",
8008                 "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
8009             },
8010             "dist": {
8011                 "type": "zip",
8012                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
8013                 "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
8014                 "shasum": ""
8015             },
8016             "require": {
8017                 "doctrine/instantiator": "^1.0.2",
8018                 "php": "^5.3|^7.0",
8019                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
8020                 "sebastian/comparator": "^1.1|^2.0",
8021                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
8022             },
8023             "require-dev": {
8024                 "phpspec/phpspec": "^2.5|^3.2",
8025                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
8026             },
8027             "type": "library",
8028             "extra": {
8029                 "branch-alias": {
8030                     "dev-master": "1.7.x-dev"
8031                 }
8032             },
8033             "autoload": {
8034                 "psr-0": {
8035                     "Prophecy\\": "src/"
8036                 }
8037             },
8038             "notification-url": "https://packagist.org/downloads/",
8039             "license": [
8040                 "MIT"
8041             ],
8042             "authors": [
8043                 {
8044                     "name": "Konstantin Kudryashov",
8045                     "email": "ever.zet@gmail.com",
8046                     "homepage": "http://everzet.com"
8047                 },
8048                 {
8049                     "name": "Marcello Duarte",
8050                     "email": "marcello.duarte@gmail.com"
8051                 }
8052             ],
8053             "description": "Highly opinionated mocking framework for PHP 5.3+",
8054             "homepage": "https://github.com/phpspec/prophecy",
8055             "keywords": [
8056                 "Double",
8057                 "Dummy",
8058                 "fake",
8059                 "mock",
8060                 "spy",
8061                 "stub"
8062             ],
8063             "time": "2018-02-19T10:16:54+00:00"
8064         },
8065         {
8066             "name": "phpunit/php-code-coverage",
8067             "version": "2.2.4",
8068             "source": {
8069                 "type": "git",
8070                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8071                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
8072             },
8073             "dist": {
8074                 "type": "zip",
8075                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8076                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
8077                 "shasum": ""
8078             },
8079             "require": {
8080                 "php": ">=5.3.3",
8081                 "phpunit/php-file-iterator": "~1.3",
8082                 "phpunit/php-text-template": "~1.2",
8083                 "phpunit/php-token-stream": "~1.3",
8084                 "sebastian/environment": "^1.3.2",
8085                 "sebastian/version": "~1.0"
8086             },
8087             "require-dev": {
8088                 "ext-xdebug": ">=2.1.4",
8089                 "phpunit/phpunit": "~4"
8090             },
8091             "suggest": {
8092                 "ext-dom": "*",
8093                 "ext-xdebug": ">=2.2.1",
8094                 "ext-xmlwriter": "*"
8095             },
8096             "type": "library",
8097             "extra": {
8098                 "branch-alias": {
8099                     "dev-master": "2.2.x-dev"
8100                 }
8101             },
8102             "autoload": {
8103                 "classmap": [
8104                     "src/"
8105                 ]
8106             },
8107             "notification-url": "https://packagist.org/downloads/",
8108             "license": [
8109                 "BSD-3-Clause"
8110             ],
8111             "authors": [
8112                 {
8113                     "name": "Sebastian Bergmann",
8114                     "email": "sb@sebastian-bergmann.de",
8115                     "role": "lead"
8116                 }
8117             ],
8118             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8119             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8120             "keywords": [
8121                 "coverage",
8122                 "testing",
8123                 "xunit"
8124             ],
8125             "time": "2015-10-06T15:47:00+00:00"
8126         },
8127         {
8128             "name": "phpunit/php-file-iterator",
8129             "version": "1.4.5",
8130             "source": {
8131                 "type": "git",
8132                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8133                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
8134             },
8135             "dist": {
8136                 "type": "zip",
8137                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
8138                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
8139                 "shasum": ""
8140             },
8141             "require": {
8142                 "php": ">=5.3.3"
8143             },
8144             "type": "library",
8145             "extra": {
8146                 "branch-alias": {
8147                     "dev-master": "1.4.x-dev"
8148                 }
8149             },
8150             "autoload": {
8151                 "classmap": [
8152                     "src/"
8153                 ]
8154             },
8155             "notification-url": "https://packagist.org/downloads/",
8156             "license": [
8157                 "BSD-3-Clause"
8158             ],
8159             "authors": [
8160                 {
8161                     "name": "Sebastian Bergmann",
8162                     "email": "sb@sebastian-bergmann.de",
8163                     "role": "lead"
8164                 }
8165             ],
8166             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8167             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8168             "keywords": [
8169                 "filesystem",
8170                 "iterator"
8171             ],
8172             "time": "2017-11-27T13:52:08+00:00"
8173         },
8174         {
8175             "name": "phpunit/php-text-template",
8176             "version": "1.2.1",
8177             "source": {
8178                 "type": "git",
8179                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8180                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
8181             },
8182             "dist": {
8183                 "type": "zip",
8184                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8185                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
8186                 "shasum": ""
8187             },
8188             "require": {
8189                 "php": ">=5.3.3"
8190             },
8191             "type": "library",
8192             "autoload": {
8193                 "classmap": [
8194                     "src/"
8195                 ]
8196             },
8197             "notification-url": "https://packagist.org/downloads/",
8198             "license": [
8199                 "BSD-3-Clause"
8200             ],
8201             "authors": [
8202                 {
8203                     "name": "Sebastian Bergmann",
8204                     "email": "sebastian@phpunit.de",
8205                     "role": "lead"
8206                 }
8207             ],
8208             "description": "Simple template engine.",
8209             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8210             "keywords": [
8211                 "template"
8212             ],
8213             "time": "2015-06-21T13:50:34+00:00"
8214         },
8215         {
8216             "name": "phpunit/php-timer",
8217             "version": "1.0.9",
8218             "source": {
8219                 "type": "git",
8220                 "url": "https://github.com/sebastianbergmann/php-timer.git",
8221                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
8222             },
8223             "dist": {
8224                 "type": "zip",
8225                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8226                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
8227                 "shasum": ""
8228             },
8229             "require": {
8230                 "php": "^5.3.3 || ^7.0"
8231             },
8232             "require-dev": {
8233                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8234             },
8235             "type": "library",
8236             "extra": {
8237                 "branch-alias": {
8238                     "dev-master": "1.0-dev"
8239                 }
8240             },
8241             "autoload": {
8242                 "classmap": [
8243                     "src/"
8244                 ]
8245             },
8246             "notification-url": "https://packagist.org/downloads/",
8247             "license": [
8248                 "BSD-3-Clause"
8249             ],
8250             "authors": [
8251                 {
8252                     "name": "Sebastian Bergmann",
8253                     "email": "sb@sebastian-bergmann.de",
8254                     "role": "lead"
8255                 }
8256             ],
8257             "description": "Utility class for timing",
8258             "homepage": "https://github.com/sebastianbergmann/php-timer/",
8259             "keywords": [
8260                 "timer"
8261             ],
8262             "time": "2017-02-26T11:10:40+00:00"
8263         },
8264         {
8265             "name": "phpunit/php-token-stream",
8266             "version": "1.4.12",
8267             "source": {
8268                 "type": "git",
8269                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
8270                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
8271             },
8272             "dist": {
8273                 "type": "zip",
8274                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
8275                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
8276                 "shasum": ""
8277             },
8278             "require": {
8279                 "ext-tokenizer": "*",
8280                 "php": ">=5.3.3"
8281             },
8282             "require-dev": {
8283                 "phpunit/phpunit": "~4.2"
8284             },
8285             "type": "library",
8286             "extra": {
8287                 "branch-alias": {
8288                     "dev-master": "1.4-dev"
8289                 }
8290             },
8291             "autoload": {
8292                 "classmap": [
8293                     "src/"
8294                 ]
8295             },
8296             "notification-url": "https://packagist.org/downloads/",
8297             "license": [
8298                 "BSD-3-Clause"
8299             ],
8300             "authors": [
8301                 {
8302                     "name": "Sebastian Bergmann",
8303                     "email": "sebastian@phpunit.de"
8304                 }
8305             ],
8306             "description": "Wrapper around PHP's tokenizer extension.",
8307             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
8308             "keywords": [
8309                 "tokenizer"
8310             ],
8311             "time": "2017-12-04T08:55:13+00:00"
8312         },
8313         {
8314             "name": "phpunit/phpunit",
8315             "version": "4.8.36",
8316             "source": {
8317                 "type": "git",
8318                 "url": "https://github.com/sebastianbergmann/phpunit.git",
8319                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
8320             },
8321             "dist": {
8322                 "type": "zip",
8323                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
8324                 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
8325                 "shasum": ""
8326             },
8327             "require": {
8328                 "ext-dom": "*",
8329                 "ext-json": "*",
8330                 "ext-pcre": "*",
8331                 "ext-reflection": "*",
8332                 "ext-spl": "*",
8333                 "php": ">=5.3.3",
8334                 "phpspec/prophecy": "^1.3.1",
8335                 "phpunit/php-code-coverage": "~2.1",
8336                 "phpunit/php-file-iterator": "~1.4",
8337                 "phpunit/php-text-template": "~1.2",
8338                 "phpunit/php-timer": "^1.0.6",
8339                 "phpunit/phpunit-mock-objects": "~2.3",
8340                 "sebastian/comparator": "~1.2.2",
8341                 "sebastian/diff": "~1.2",
8342                 "sebastian/environment": "~1.3",
8343                 "sebastian/exporter": "~1.2",
8344                 "sebastian/global-state": "~1.0",
8345                 "sebastian/version": "~1.0",
8346                 "symfony/yaml": "~2.1|~3.0"
8347             },
8348             "suggest": {
8349                 "phpunit/php-invoker": "~1.1"
8350             },
8351             "bin": [
8352                 "phpunit"
8353             ],
8354             "type": "library",
8355             "extra": {
8356                 "branch-alias": {
8357                     "dev-master": "4.8.x-dev"
8358                 }
8359             },
8360             "autoload": {
8361                 "classmap": [
8362                     "src/"
8363                 ]
8364             },
8365             "notification-url": "https://packagist.org/downloads/",
8366             "license": [
8367                 "BSD-3-Clause"
8368             ],
8369             "authors": [
8370                 {
8371                     "name": "Sebastian Bergmann",
8372                     "email": "sebastian@phpunit.de",
8373                     "role": "lead"
8374                 }
8375             ],
8376             "description": "The PHP Unit Testing framework.",
8377             "homepage": "https://phpunit.de/",
8378             "keywords": [
8379                 "phpunit",
8380                 "testing",
8381                 "xunit"
8382             ],
8383             "time": "2017-06-21T08:07:12+00:00"
8384         },
8385         {
8386             "name": "phpunit/phpunit-mock-objects",
8387             "version": "2.3.8",
8388             "source": {
8389                 "type": "git",
8390                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
8391                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
8392             },
8393             "dist": {
8394                 "type": "zip",
8395                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
8396                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
8397                 "shasum": ""
8398             },
8399             "require": {
8400                 "doctrine/instantiator": "^1.0.2",
8401                 "php": ">=5.3.3",
8402                 "phpunit/php-text-template": "~1.2",
8403                 "sebastian/exporter": "~1.2"
8404             },
8405             "require-dev": {
8406                 "phpunit/phpunit": "~4.4"
8407             },
8408             "suggest": {
8409                 "ext-soap": "*"
8410             },
8411             "type": "library",
8412             "extra": {
8413                 "branch-alias": {
8414                     "dev-master": "2.3.x-dev"
8415                 }
8416             },
8417             "autoload": {
8418                 "classmap": [
8419                     "src/"
8420                 ]
8421             },
8422             "notification-url": "https://packagist.org/downloads/",
8423             "license": [
8424                 "BSD-3-Clause"
8425             ],
8426             "authors": [
8427                 {
8428                     "name": "Sebastian Bergmann",
8429                     "email": "sb@sebastian-bergmann.de",
8430                     "role": "lead"
8431                 }
8432             ],
8433             "description": "Mock Object library for PHPUnit",
8434             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
8435             "keywords": [
8436                 "mock",
8437                 "xunit"
8438             ],
8439             "time": "2015-10-02T06:51:40+00:00"
8440         },
8441         {
8442             "name": "psr/container",
8443             "version": "1.0.0",
8444             "source": {
8445                 "type": "git",
8446                 "url": "https://github.com/php-fig/container.git",
8447                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
8448             },
8449             "dist": {
8450                 "type": "zip",
8451                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
8452                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
8453                 "shasum": ""
8454             },
8455             "require": {
8456                 "php": ">=5.3.0"
8457             },
8458             "type": "library",
8459             "extra": {
8460                 "branch-alias": {
8461                     "dev-master": "1.0.x-dev"
8462                 }
8463             },
8464             "autoload": {
8465                 "psr-4": {
8466                     "Psr\\Container\\": "src/"
8467                 }
8468             },
8469             "notification-url": "https://packagist.org/downloads/",
8470             "license": [
8471                 "MIT"
8472             ],
8473             "authors": [
8474                 {
8475                     "name": "PHP-FIG",
8476                     "homepage": "http://www.php-fig.org/"
8477                 }
8478             ],
8479             "description": "Common Container Interface (PHP FIG PSR-11)",
8480             "homepage": "https://github.com/php-fig/container",
8481             "keywords": [
8482                 "PSR-11",
8483                 "container",
8484                 "container-interface",
8485                 "container-interop",
8486                 "psr"
8487             ],
8488             "time": "2017-02-14T16:28:37+00:00"
8489         },
8490         {
8491             "name": "psr/http-message",
8492             "version": "1.0.1",
8493             "source": {
8494                 "type": "git",
8495                 "url": "https://github.com/php-fig/http-message.git",
8496                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
8497             },
8498             "dist": {
8499                 "type": "zip",
8500                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
8501                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
8502                 "shasum": ""
8503             },
8504             "require": {
8505                 "php": ">=5.3.0"
8506             },
8507             "type": "library",
8508             "extra": {
8509                 "branch-alias": {
8510                     "dev-master": "1.0.x-dev"
8511                 }
8512             },
8513             "autoload": {
8514                 "psr-4": {
8515                     "Psr\\Http\\Message\\": "src/"
8516                 }
8517             },
8518             "notification-url": "https://packagist.org/downloads/",
8519             "license": [
8520                 "MIT"
8521             ],
8522             "authors": [
8523                 {
8524                     "name": "PHP-FIG",
8525                     "homepage": "http://www.php-fig.org/"
8526                 }
8527             ],
8528             "description": "Common interface for HTTP messages",
8529             "homepage": "https://github.com/php-fig/http-message",
8530             "keywords": [
8531                 "http",
8532                 "http-message",
8533                 "psr",
8534                 "psr-7",
8535                 "request",
8536                 "response"
8537             ],
8538             "time": "2016-08-06T14:39:51+00:00"
8539         },
8540         {
8541             "name": "psr/log",
8542             "version": "1.0.2",
8543             "source": {
8544                 "type": "git",
8545                 "url": "https://github.com/php-fig/log.git",
8546                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
8547             },
8548             "dist": {
8549                 "type": "zip",
8550                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
8551                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
8552                 "shasum": ""
8553             },
8554             "require": {
8555                 "php": ">=5.3.0"
8556             },
8557             "type": "library",
8558             "extra": {
8559                 "branch-alias": {
8560                     "dev-master": "1.0.x-dev"
8561                 }
8562             },
8563             "autoload": {
8564                 "psr-4": {
8565                     "Psr\\Log\\": "Psr/Log/"
8566                 }
8567             },
8568             "notification-url": "https://packagist.org/downloads/",
8569             "license": [
8570                 "MIT"
8571             ],
8572             "authors": [
8573                 {
8574                     "name": "PHP-FIG",
8575                     "homepage": "http://www.php-fig.org/"
8576                 }
8577             ],
8578             "description": "Common interface for logging libraries",
8579             "homepage": "https://github.com/php-fig/log",
8580             "keywords": [
8581                 "log",
8582                 "psr",
8583                 "psr-3"
8584             ],
8585             "time": "2016-10-10T12:19:37+00:00"
8586         },
8587         {
8588             "name": "psy/psysh",
8589             "version": "v0.8.17",
8590             "source": {
8591                 "type": "git",
8592                 "url": "https://github.com/bobthecow/psysh.git",
8593                 "reference": "5069b70e8c4ea492c2b5939b6eddc78bfe41cfec"
8594             },
8595             "dist": {
8596                 "type": "zip",
8597                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/5069b70e8c4ea492c2b5939b6eddc78bfe41cfec",
8598                 "reference": "5069b70e8c4ea492c2b5939b6eddc78bfe41cfec",
8599                 "shasum": ""
8600             },
8601             "require": {
8602                 "dnoegel/php-xdg-base-dir": "0.1",
8603                 "jakub-onderka/php-console-highlighter": "0.3.*",
8604                 "nikic/php-parser": "~1.3|~2.0|~3.0",
8605                 "php": ">=5.3.9",
8606                 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
8607                 "symfony/var-dumper": "~2.7|~3.0|~4.0"
8608             },
8609             "require-dev": {
8610                 "hoa/console": "~3.16|~1.14",
8611                 "phpunit/phpunit": "^4.8.35|^5.4.3",
8612                 "symfony/finder": "~2.1|~3.0|~4.0"
8613             },
8614             "suggest": {
8615                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
8616                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
8617                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
8618                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
8619                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
8620             },
8621             "bin": [
8622                 "bin/psysh"
8623             ],
8624             "type": "library",
8625             "extra": {
8626                 "branch-alias": {
8627                     "dev-develop": "0.8.x-dev"
8628                 }
8629             },
8630             "autoload": {
8631                 "files": [
8632                     "src/Psy/functions.php"
8633                 ],
8634                 "psr-4": {
8635                     "Psy\\": "src/Psy/"
8636                 }
8637             },
8638             "notification-url": "https://packagist.org/downloads/",
8639             "license": [
8640                 "MIT"
8641             ],
8642             "authors": [
8643                 {
8644                     "name": "Justin Hileman",
8645                     "email": "justin@justinhileman.info",
8646                     "homepage": "http://justinhileman.com"
8647                 }
8648             ],
8649             "description": "An interactive shell for modern PHP.",
8650             "homepage": "http://psysh.org",
8651             "keywords": [
8652                 "REPL",
8653                 "console",
8654                 "interactive",
8655                 "shell"
8656             ],
8657             "time": "2017-12-28T16:14:16+00:00"
8658         },
8659         {
8660             "name": "roave/security-advisories",
8661             "version": "dev-master",
8662             "source": {
8663                 "type": "git",
8664                 "url": "https://github.com/Roave/SecurityAdvisories.git",
8665                 "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439"
8666             },
8667             "dist": {
8668                 "type": "zip",
8669                 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/626c97bd5b45a08db902a0fb0b13f58f3785b439",
8670                 "reference": "626c97bd5b45a08db902a0fb0b13f58f3785b439",
8671                 "shasum": ""
8672             },
8673             "conflict": {
8674                 "adodb/adodb-php": "<5.20.6",
8675                 "amphp/artax": ">=2,<2.0.6|<1.0.6",
8676                 "aws/aws-sdk-php": ">=3,<3.2.1",
8677                 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
8678                 "cakephp/cakephp": ">=3,<3.0.15|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=1.3,<1.3.18|>=2.7,<2.7.6|>=3.1,<3.1.4",
8679                 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
8680                 "cartalyst/sentry": "<2.1",
8681                 "codeigniter/framework": "<=3.0.6",
8682                 "composer/composer": "<=1.0.0-alpha11",
8683                 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
8684                 "contao/core": ">=2,<3.5.28",
8685                 "contao/core-bundle": ">=4,<4.4.1",
8686                 "doctrine/annotations": ">=1,<1.2.7",
8687                 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
8688                 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
8689                 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
8690                 "doctrine/doctrine-bundle": "<1.5.2",
8691                 "doctrine/doctrine-module": "<=0.7.1",
8692                 "doctrine/mongodb-odm": ">=1,<1.0.2",
8693                 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
8694                 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
8695                 "dompdf/dompdf": ">=0.6,<0.6.2",
8696                 "drupal/core": ">=8,<8.3.4",
8697                 "drupal/drupal": ">=8,<8.3.4",
8698                 "firebase/php-jwt": "<2",
8699                 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
8700                 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
8701                 "gregwar/rst": "<1.0.3",
8702                 "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
8703                 "illuminate/auth": ">=4,<4.0.99|>=4.1,<4.1.26",
8704                 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
8705                 "joomla/session": "<1.3.1",
8706                 "laravel/framework": ">=4,<4.0.99|>=4.1,<4.1.29",
8707                 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
8708                 "magento/magento1ce": ">=1.5.0.1,<1.9.3.2",
8709                 "magento/magento1ee": ">=1.9,<1.14.3.2",
8710                 "magento/magento2ce": ">=2,<2.2",
8711                 "monolog/monolog": ">=1.8,<1.12",
8712                 "namshi/jose": "<2.2",
8713                 "onelogin/php-saml": "<2.10.4",
8714                 "oro/crm": ">=1.7,<1.7.4",
8715                 "oro/platform": ">=1.7,<1.7.4",
8716                 "phpmailer/phpmailer": ">=5,<5.2.24",
8717                 "pusher/pusher-php-server": "<2.2.1",
8718                 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
8719                 "shopware/shopware": "<4.4|>=5,<5.2.16",
8720                 "silverstripe/cms": ">=3.1,<3.1.11|>=3,<=3.0.11",
8721                 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
8722                 "silverstripe/framework": ">=3,<3.3",
8723                 "silverstripe/userforms": "<3",
8724                 "simplesamlphp/saml2": "<1.8.1|>=1.9,<1.9.1|>=1.10,<1.10.3|>=2,<2.3.3",
8725                 "simplesamlphp/simplesamlphp": "<1.14.12",
8726                 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
8727                 "socalnick/scn-social-auth": "<1.15.2",
8728                 "squizlabs/php_codesniffer": ">=1,<2.8.1",
8729                 "swiftmailer/swiftmailer": ">=4,<5.4.5",
8730                 "symfony/dependency-injection": ">=2,<2.0.17",
8731                 "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.7",
8732                 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
8733                 "symfony/http-foundation": ">=2,<2.3.27|>=2.4,<2.5.11|>=2.6,<2.6.6",
8734                 "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
8735                 "symfony/routing": ">=2,<2.0.19",
8736                 "symfony/security": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.3,<2.3.37|>=2.4,<2.6.13|>=2.7,<2.7.9|>=2,<2.0.25|>=2.1,<2.1.13|>=2.2,<2.2.9",
8737                 "symfony/security-core": ">=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6|>=2.4,<2.6.13|>=2.7,<2.7.9",
8738                 "symfony/security-http": ">=2.4,<2.7.13|>=2.3,<2.3.41|>=2.8,<2.8.6|>=3,<3.0.6",
8739                 "symfony/serializer": ">=2,<2.0.11",
8740                 "symfony/symfony": ">=2,<2.3.41|>=2.4,<2.7.13|>=2.7.30,<2.7.32|>=2.8.23,<2.8.25|>=3.2.10,<3.2.12|>=3.3.3,<3.3.5|>=2.8,<2.8.6|>=3,<3.0.6",
8741                 "symfony/translation": ">=2,<2.0.17",
8742                 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
8743                 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
8744                 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
8745                 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
8746                 "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
8747                 "twig/twig": "<1.20",
8748                 "typo3/cms": ">=6.2,<6.2.30|>=8,<8.6.1|>=7,<7.6.16",
8749                 "typo3/flow": ">=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5|>=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1",
8750                 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
8751                 "willdurand/js-translation-bundle": "<2.1.1",
8752                 "yiisoft/yii": ">=1.1.14,<1.1.15",
8753                 "yiisoft/yii2": "<2.0.5",
8754                 "yiisoft/yii2-bootstrap": "<2.0.4",
8755                 "yiisoft/yii2-dev": "<2.0.4",
8756                 "yiisoft/yii2-gii": "<2.0.4",
8757                 "yiisoft/yii2-jui": "<2.0.4",
8758                 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
8759                 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
8760                 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
8761                 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
8762                 "zendframework/zend-diactoros": ">=1,<1.0.4",
8763                 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
8764                 "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
8765                 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8766                 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
8767                 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
8768                 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
8769                 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
8770                 "zendframework/zend-validator": ">=2.3,<2.3.6",
8771                 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
8772                 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
8773                 "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
8774                 "zendframework/zendframework1": "<1.12.20",
8775                 "zendframework/zendopenid": ">=2,<2.0.2",
8776                 "zendframework/zendxml": ">=1,<1.0.1",
8777                 "zf-commons/zfc-user": "<1.2.2",
8778                 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
8779                 "zfr/zfr-oauth2-server-module": "<0.1.2"
8780             },
8781             "type": "metapackage",
8782             "notification-url": "https://packagist.org/downloads/",
8783             "license": [
8784                 "MIT"
8785             ],
8786             "authors": [
8787                 {
8788                     "name": "Marco Pivetta",
8789                     "email": "ocramius@gmail.com",
8790                     "role": "maintainer"
8791                 }
8792             ],
8793             "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
8794             "time": "2017-07-28T07:54:11+00:00"
8795         },
8796         {
8797             "name": "sebastian/comparator",
8798             "version": "1.2.4",
8799             "source": {
8800                 "type": "git",
8801                 "url": "https://github.com/sebastianbergmann/comparator.git",
8802                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
8803             },
8804             "dist": {
8805                 "type": "zip",
8806                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
8807                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
8808                 "shasum": ""
8809             },
8810             "require": {
8811                 "php": ">=5.3.3",
8812                 "sebastian/diff": "~1.2",
8813                 "sebastian/exporter": "~1.2 || ~2.0"
8814             },
8815             "require-dev": {
8816                 "phpunit/phpunit": "~4.4"
8817             },
8818             "type": "library",
8819             "extra": {
8820                 "branch-alias": {
8821                     "dev-master": "1.2.x-dev"
8822                 }
8823             },
8824             "autoload": {
8825                 "classmap": [
8826                     "src/"
8827                 ]
8828             },
8829             "notification-url": "https://packagist.org/downloads/",
8830             "license": [
8831                 "BSD-3-Clause"
8832             ],
8833             "authors": [
8834                 {
8835                     "name": "Jeff Welch",
8836                     "email": "whatthejeff@gmail.com"
8837                 },
8838                 {
8839                     "name": "Volker Dusch",
8840                     "email": "github@wallbash.com"
8841                 },
8842                 {
8843                     "name": "Bernhard Schussek",
8844                     "email": "bschussek@2bepublished.at"
8845                 },
8846                 {
8847                     "name": "Sebastian Bergmann",
8848                     "email": "sebastian@phpunit.de"
8849                 }
8850             ],
8851             "description": "Provides the functionality to compare PHP values for equality",
8852             "homepage": "http://www.github.com/sebastianbergmann/comparator",
8853             "keywords": [
8854                 "comparator",
8855                 "compare",
8856                 "equality"
8857             ],
8858             "time": "2017-01-29T09:50:25+00:00"
8859         },
8860         {
8861             "name": "sebastian/diff",
8862             "version": "1.4.3",
8863             "source": {
8864                 "type": "git",
8865                 "url": "https://github.com/sebastianbergmann/diff.git",
8866                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
8867             },
8868             "dist": {
8869                 "type": "zip",
8870                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
8871                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
8872                 "shasum": ""
8873             },
8874             "require": {
8875                 "php": "^5.3.3 || ^7.0"
8876             },
8877             "require-dev": {
8878                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8879             },
8880             "type": "library",
8881             "extra": {
8882                 "branch-alias": {
8883                     "dev-master": "1.4-dev"
8884                 }
8885             },
8886             "autoload": {
8887                 "classmap": [
8888                     "src/"
8889                 ]
8890             },
8891             "notification-url": "https://packagist.org/downloads/",
8892             "license": [
8893                 "BSD-3-Clause"
8894             ],
8895             "authors": [
8896                 {
8897                     "name": "Kore Nordmann",
8898                     "email": "mail@kore-nordmann.de"
8899                 },
8900                 {
8901                     "name": "Sebastian Bergmann",
8902                     "email": "sebastian@phpunit.de"
8903                 }
8904             ],
8905             "description": "Diff implementation",
8906             "homepage": "https://github.com/sebastianbergmann/diff",
8907             "keywords": [
8908                 "diff"
8909             ],
8910             "time": "2017-05-22T07:24:03+00:00"
8911         },
8912         {
8913             "name": "sebastian/environment",
8914             "version": "1.3.8",
8915             "source": {
8916                 "type": "git",
8917                 "url": "https://github.com/sebastianbergmann/environment.git",
8918                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
8919             },
8920             "dist": {
8921                 "type": "zip",
8922                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
8923                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
8924                 "shasum": ""
8925             },
8926             "require": {
8927                 "php": "^5.3.3 || ^7.0"
8928             },
8929             "require-dev": {
8930                 "phpunit/phpunit": "^4.8 || ^5.0"
8931             },
8932             "type": "library",
8933             "extra": {
8934                 "branch-alias": {
8935                     "dev-master": "1.3.x-dev"
8936                 }
8937             },
8938             "autoload": {
8939                 "classmap": [
8940                     "src/"
8941                 ]
8942             },
8943             "notification-url": "https://packagist.org/downloads/",
8944             "license": [
8945                 "BSD-3-Clause"
8946             ],
8947             "authors": [
8948                 {
8949                     "name": "Sebastian Bergmann",
8950                     "email": "sebastian@phpunit.de"
8951                 }
8952             ],
8953             "description": "Provides functionality to handle HHVM/PHP environments",
8954             "homepage": "http://www.github.com/sebastianbergmann/environment",
8955             "keywords": [
8956                 "Xdebug",
8957                 "environment",
8958                 "hhvm"
8959             ],
8960             "time": "2016-08-18T05:49:44+00:00"
8961         },
8962         {
8963             "name": "sebastian/exporter",
8964             "version": "1.2.2",
8965             "source": {
8966                 "type": "git",
8967                 "url": "https://github.com/sebastianbergmann/exporter.git",
8968                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
8969             },
8970             "dist": {
8971                 "type": "zip",
8972                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
8973                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
8974                 "shasum": ""
8975             },
8976             "require": {
8977                 "php": ">=5.3.3",
8978                 "sebastian/recursion-context": "~1.0"
8979             },
8980             "require-dev": {
8981                 "ext-mbstring": "*",
8982                 "phpunit/phpunit": "~4.4"
8983             },
8984             "type": "library",
8985             "extra": {
8986                 "branch-alias": {
8987                     "dev-master": "1.3.x-dev"
8988                 }
8989             },
8990             "autoload": {
8991                 "classmap": [
8992                     "src/"
8993                 ]
8994             },
8995             "notification-url": "https://packagist.org/downloads/",
8996             "license": [
8997                 "BSD-3-Clause"
8998             ],
8999             "authors": [
9000                 {
9001                     "name": "Jeff Welch",
9002                     "email": "whatthejeff@gmail.com"
9003                 },
9004                 {
9005                     "name": "Volker Dusch",
9006                     "email": "github@wallbash.com"
9007                 },
9008                 {
9009                     "name": "Bernhard Schussek",
9010                     "email": "bschussek@2bepublished.at"
9011                 },
9012                 {
9013                     "name": "Sebastian Bergmann",
9014                     "email": "sebastian@phpunit.de"
9015                 },
9016                 {
9017                     "name": "Adam Harvey",
9018                     "email": "aharvey@php.net"
9019                 }
9020             ],
9021             "description": "Provides the functionality to export PHP variables for visualization",
9022             "homepage": "http://www.github.com/sebastianbergmann/exporter",
9023             "keywords": [
9024                 "export",
9025                 "exporter"
9026             ],
9027             "time": "2016-06-17T09:04:28+00:00"
9028         },
9029         {
9030             "name": "sebastian/global-state",
9031             "version": "1.1.1",
9032             "source": {
9033                 "type": "git",
9034                 "url": "https://github.com/sebastianbergmann/global-state.git",
9035                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
9036             },
9037             "dist": {
9038                 "type": "zip",
9039                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
9040                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
9041                 "shasum": ""
9042             },
9043             "require": {
9044                 "php": ">=5.3.3"
9045             },
9046             "require-dev": {
9047                 "phpunit/phpunit": "~4.2"
9048             },
9049             "suggest": {
9050                 "ext-uopz": "*"
9051             },
9052             "type": "library",
9053             "extra": {
9054                 "branch-alias": {
9055                     "dev-master": "1.0-dev"
9056                 }
9057             },
9058             "autoload": {
9059                 "classmap": [
9060                     "src/"
9061                 ]
9062             },
9063             "notification-url": "https://packagist.org/downloads/",
9064             "license": [
9065                 "BSD-3-Clause"
9066             ],
9067             "authors": [
9068                 {
9069                     "name": "Sebastian Bergmann",
9070                     "email": "sebastian@phpunit.de"
9071                 }
9072             ],
9073             "description": "Snapshotting of global state",
9074             "homepage": "http://www.github.com/sebastianbergmann/global-state",
9075             "keywords": [
9076                 "global state"
9077             ],
9078             "time": "2015-10-12T03:26:01+00:00"
9079         },
9080         {
9081             "name": "sebastian/recursion-context",
9082             "version": "1.0.5",
9083             "source": {
9084                 "type": "git",
9085                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9086                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
9087             },
9088             "dist": {
9089                 "type": "zip",
9090                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9091                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
9092                 "shasum": ""
9093             },
9094             "require": {
9095                 "php": ">=5.3.3"
9096             },
9097             "require-dev": {
9098                 "phpunit/phpunit": "~4.4"
9099             },
9100             "type": "library",
9101             "extra": {
9102                 "branch-alias": {
9103                     "dev-master": "1.0.x-dev"
9104                 }
9105             },
9106             "autoload": {
9107                 "classmap": [
9108                     "src/"
9109                 ]
9110             },
9111             "notification-url": "https://packagist.org/downloads/",
9112             "license": [
9113                 "BSD-3-Clause"
9114             ],
9115             "authors": [
9116                 {
9117                     "name": "Jeff Welch",
9118                     "email": "whatthejeff@gmail.com"
9119                 },
9120                 {
9121                     "name": "Sebastian Bergmann",
9122                     "email": "sebastian@phpunit.de"
9123                 },
9124                 {
9125                     "name": "Adam Harvey",
9126                     "email": "aharvey@php.net"
9127                 }
9128             ],
9129             "description": "Provides functionality to recursively process PHP variables",
9130             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
9131             "time": "2016-10-03T07:41:43+00:00"
9132         },
9133         {
9134             "name": "sebastian/version",
9135             "version": "1.0.6",
9136             "source": {
9137                 "type": "git",
9138                 "url": "https://github.com/sebastianbergmann/version.git",
9139                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
9140             },
9141             "dist": {
9142                 "type": "zip",
9143                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9144                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
9145                 "shasum": ""
9146             },
9147             "type": "library",
9148             "autoload": {
9149                 "classmap": [
9150                     "src/"
9151                 ]
9152             },
9153             "notification-url": "https://packagist.org/downloads/",
9154             "license": [
9155                 "BSD-3-Clause"
9156             ],
9157             "authors": [
9158                 {
9159                     "name": "Sebastian Bergmann",
9160                     "email": "sebastian@phpunit.de",
9161                     "role": "lead"
9162                 }
9163             ],
9164             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9165             "homepage": "https://github.com/sebastianbergmann/version",
9166             "time": "2015-06-21T13:59:46+00:00"
9167         },
9168         {
9169             "name": "stack/builder",
9170             "version": "v1.0.5",
9171             "source": {
9172                 "type": "git",
9173                 "url": "https://github.com/stackphp/builder.git",
9174                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
9175             },
9176             "dist": {
9177                 "type": "zip",
9178                 "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9179                 "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
9180                 "shasum": ""
9181             },
9182             "require": {
9183                 "php": ">=5.3.0",
9184                 "symfony/http-foundation": "~2.1|~3.0|~4.0",
9185                 "symfony/http-kernel": "~2.1|~3.0|~4.0"
9186             },
9187             "require-dev": {
9188                 "silex/silex": "~1.0"
9189             },
9190             "type": "library",
9191             "extra": {
9192                 "branch-alias": {
9193                     "dev-master": "1.0-dev"
9194                 }
9195             },
9196             "autoload": {
9197                 "psr-0": {
9198                     "Stack": "src"
9199                 }
9200             },
9201             "notification-url": "https://packagist.org/downloads/",
9202             "license": [
9203                 "MIT"
9204             ],
9205             "authors": [
9206                 {
9207                     "name": "Igor Wiedler",
9208                     "email": "igor@wiedler.ch"
9209                 }
9210             ],
9211             "description": "Builder for stack middlewares based on HttpKernelInterface.",
9212             "keywords": [
9213                 "stack"
9214             ],
9215             "time": "2017-11-18T14:57:29+00:00"
9216         },
9217         {
9218             "name": "stecman/symfony-console-completion",
9219             "version": "0.7.0",
9220             "source": {
9221                 "type": "git",
9222                 "url": "https://github.com/stecman/symfony-console-completion.git",
9223                 "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
9224             },
9225             "dist": {
9226                 "type": "zip",
9227                 "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
9228                 "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
9229                 "shasum": ""
9230             },
9231             "require": {
9232                 "php": ">=5.3.2",
9233                 "symfony/console": "~2.3 || ~3.0"
9234             },
9235             "require-dev": {
9236                 "phpunit/phpunit": "~4.4"
9237             },
9238             "type": "library",
9239             "extra": {
9240                 "branch-alias": {
9241                     "dev-master": "0.6.x-dev"
9242                 }
9243             },
9244             "autoload": {
9245                 "psr-4": {
9246                     "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
9247                 }
9248             },
9249             "notification-url": "https://packagist.org/downloads/",
9250             "license": [
9251                 "MIT"
9252             ],
9253             "authors": [
9254                 {
9255                     "name": "Stephen Holdaway",
9256                     "email": "stephen@stecman.co.nz"
9257                 }
9258             ],
9259             "description": "Automatic BASH completion for Symfony Console Component based applications.",
9260             "time": "2016-02-24T05:08:54+00:00"
9261         },
9262         {
9263             "name": "sunra/php-simple-html-dom-parser",
9264             "version": "v1.5.2",
9265             "source": {
9266                 "type": "git",
9267                 "url": "https://github.com/sunra/php-simple-html-dom-parser.git",
9268                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
9269             },
9270             "dist": {
9271                 "type": "zip",
9272                 "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
9273                 "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
9274                 "shasum": ""
9275             },
9276             "require": {
9277                 "ext-mbstring": "*",
9278                 "php": ">=5.3.2"
9279             },
9280             "type": "library",
9281             "autoload": {
9282                 "psr-0": {
9283                     "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
9284                 }
9285             },
9286             "notification-url": "https://packagist.org/downloads/",
9287             "license": [
9288                 "MIT"
9289             ],
9290             "authors": [
9291                 {
9292                     "name": "Sunra",
9293                     "email": "sunra@yandex.ru",
9294                     "homepage": "https://github.com/sunra"
9295                 },
9296                 {
9297                     "name": "S.C. Chen",
9298                     "homepage": "http://sourceforge.net/projects/simplehtmldom/"
9299                 }
9300             ],
9301             "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.",
9302             "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
9303             "keywords": [
9304                 "dom",
9305                 "html",
9306                 "parser"
9307             ],
9308             "time": "2016-11-22T22:57:47+00:00"
9309         },
9310         {
9311             "name": "symfony-cmf/routing",
9312             "version": "1.4.1",
9313             "source": {
9314                 "type": "git",
9315                 "url": "https://github.com/symfony-cmf/routing.git",
9316                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
9317             },
9318             "dist": {
9319                 "type": "zip",
9320                 "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9321                 "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
9322                 "shasum": ""
9323             },
9324             "require": {
9325                 "php": "^5.3.9|^7.0",
9326                 "psr/log": "1.*",
9327                 "symfony/http-kernel": "^2.2|3.*",
9328                 "symfony/routing": "^2.2|3.*"
9329             },
9330             "require-dev": {
9331                 "friendsofsymfony/jsrouting-bundle": "^1.1",
9332                 "symfony-cmf/testing": "^1.3",
9333                 "symfony/config": "^2.2|3.*",
9334                 "symfony/dependency-injection": "^2.0.5|3.*",
9335                 "symfony/event-dispatcher": "^2.1|3.*"
9336             },
9337             "suggest": {
9338                 "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
9339             },
9340             "type": "library",
9341             "extra": {
9342                 "branch-alias": {
9343                     "dev-master": "1.4-dev"
9344                 }
9345             },
9346             "autoload": {
9347                 "psr-4": {
9348                     "Symfony\\Cmf\\Component\\Routing\\": ""
9349                 }
9350             },
9351             "notification-url": "https://packagist.org/downloads/",
9352             "license": [
9353                 "MIT"
9354             ],
9355             "authors": [
9356                 {
9357                     "name": "Symfony CMF Community",
9358                     "homepage": "https://github.com/symfony-cmf/Routing/contributors"
9359                 }
9360             ],
9361             "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
9362             "homepage": "http://cmf.symfony.com",
9363             "keywords": [
9364                 "database",
9365                 "routing"
9366             ],
9367             "time": "2017-05-09T08:10:41+00:00"
9368         },
9369         {
9370             "name": "symfony/browser-kit",
9371             "version": "v3.3.2",
9372             "source": {
9373                 "type": "git",
9374                 "url": "https://github.com/symfony/browser-kit.git",
9375                 "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1"
9376             },
9377             "dist": {
9378                 "type": "zip",
9379                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
9380                 "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
9381                 "shasum": ""
9382             },
9383             "require": {
9384                 "php": ">=5.5.9",
9385                 "symfony/dom-crawler": "~2.8|~3.0"
9386             },
9387             "require-dev": {
9388                 "symfony/css-selector": "~2.8|~3.0",
9389                 "symfony/process": "~2.8|~3.0"
9390             },
9391             "suggest": {
9392                 "symfony/process": ""
9393             },
9394             "type": "library",
9395             "extra": {
9396                 "branch-alias": {
9397                     "dev-master": "3.3-dev"
9398                 }
9399             },
9400             "autoload": {
9401                 "psr-4": {
9402                     "Symfony\\Component\\BrowserKit\\": ""
9403                 },
9404                 "exclude-from-classmap": [
9405                     "/Tests/"
9406                 ]
9407             },
9408             "notification-url": "https://packagist.org/downloads/",
9409             "license": [
9410                 "MIT"
9411             ],
9412             "authors": [
9413                 {
9414                     "name": "Fabien Potencier",
9415                     "email": "fabien@symfony.com"
9416                 },
9417                 {
9418                     "name": "Symfony Community",
9419                     "homepage": "https://symfony.com/contributors"
9420                 }
9421             ],
9422             "description": "Symfony BrowserKit Component",
9423             "homepage": "https://symfony.com",
9424             "time": "2017-04-12T14:14:56+00:00"
9425         },
9426         {
9427             "name": "symfony/class-loader",
9428             "version": "v3.2.14",
9429             "source": {
9430                 "type": "git",
9431                 "url": "https://github.com/symfony/class-loader.git",
9432                 "reference": "e192d96b15fdd168bdb1c91001d26c93ba4af482"
9433             },
9434             "dist": {
9435                 "type": "zip",
9436                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/e192d96b15fdd168bdb1c91001d26c93ba4af482",
9437                 "reference": "e192d96b15fdd168bdb1c91001d26c93ba4af482",
9438                 "shasum": ""
9439             },
9440             "require": {
9441                 "php": ">=5.5.9"
9442             },
9443             "require-dev": {
9444                 "symfony/finder": "~2.8|~3.0",
9445                 "symfony/polyfill-apcu": "~1.1"
9446             },
9447             "suggest": {
9448                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
9449             },
9450             "type": "library",
9451             "extra": {
9452                 "branch-alias": {
9453                     "dev-master": "3.2-dev"
9454                 }
9455             },
9456             "autoload": {
9457                 "psr-4": {
9458                     "Symfony\\Component\\ClassLoader\\": ""
9459                 },
9460                 "exclude-from-classmap": [
9461                     "/Tests/"
9462                 ]
9463             },
9464             "notification-url": "https://packagist.org/downloads/",
9465             "license": [
9466                 "MIT"
9467             ],
9468             "authors": [
9469                 {
9470                     "name": "Fabien Potencier",
9471                     "email": "fabien@symfony.com"
9472                 },
9473                 {
9474                     "name": "Symfony Community",
9475                     "homepage": "https://symfony.com/contributors"
9476                 }
9477             ],
9478             "description": "Symfony ClassLoader Component",
9479             "homepage": "https://symfony.com",
9480             "time": "2017-06-01T21:00:24+00:00"
9481         },
9482         {
9483             "name": "symfony/config",
9484             "version": "v3.2.14",
9485             "source": {
9486                 "type": "git",
9487                 "url": "https://github.com/symfony/config.git",
9488                 "reference": "e5533fcc0b3dd377626153b2852707878f363728"
9489             },
9490             "dist": {
9491                 "type": "zip",
9492                 "url": "https://api.github.com/repos/symfony/config/zipball/e5533fcc0b3dd377626153b2852707878f363728",
9493                 "reference": "e5533fcc0b3dd377626153b2852707878f363728",
9494                 "shasum": ""
9495             },
9496             "require": {
9497                 "php": ">=5.5.9",
9498                 "symfony/filesystem": "~2.8|~3.0"
9499             },
9500             "require-dev": {
9501                 "symfony/yaml": "~3.0"
9502             },
9503             "suggest": {
9504                 "symfony/yaml": "To use the yaml reference dumper"
9505             },
9506             "type": "library",
9507             "extra": {
9508                 "branch-alias": {
9509                     "dev-master": "3.2-dev"
9510                 }
9511             },
9512             "autoload": {
9513                 "psr-4": {
9514                     "Symfony\\Component\\Config\\": ""
9515                 },
9516                 "exclude-from-classmap": [
9517                     "/Tests/"
9518                 ]
9519             },
9520             "notification-url": "https://packagist.org/downloads/",
9521             "license": [
9522                 "MIT"
9523             ],
9524             "authors": [
9525                 {
9526                     "name": "Fabien Potencier",
9527                     "email": "fabien@symfony.com"
9528                 },
9529                 {
9530                     "name": "Symfony Community",
9531                     "homepage": "https://symfony.com/contributors"
9532                 }
9533             ],
9534             "description": "Symfony Config Component",
9535             "homepage": "https://symfony.com",
9536             "time": "2017-04-12T14:13:17+00:00"
9537         },
9538         {
9539             "name": "symfony/console",
9540             "version": "v3.2.14",
9541             "source": {
9542                 "type": "git",
9543                 "url": "https://github.com/symfony/console.git",
9544                 "reference": "eced439413608647aeff243038a33ea246b2b33a"
9545             },
9546             "dist": {
9547                 "type": "zip",
9548                 "url": "https://api.github.com/repos/symfony/console/zipball/eced439413608647aeff243038a33ea246b2b33a",
9549                 "reference": "eced439413608647aeff243038a33ea246b2b33a",
9550                 "shasum": ""
9551             },
9552             "require": {
9553                 "php": ">=5.5.9",
9554                 "symfony/debug": "~2.8|~3.0",
9555                 "symfony/polyfill-mbstring": "~1.0"
9556             },
9557             "require-dev": {
9558                 "psr/log": "~1.0",
9559                 "symfony/event-dispatcher": "~2.8|~3.0",
9560                 "symfony/filesystem": "~2.8|~3.0",
9561                 "symfony/process": "~2.8|~3.0"
9562             },
9563             "suggest": {
9564                 "psr/log": "For using the console logger",
9565                 "symfony/event-dispatcher": "",
9566                 "symfony/filesystem": "",
9567                 "symfony/process": ""
9568             },
9569             "type": "library",
9570             "extra": {
9571                 "branch-alias": {
9572                     "dev-master": "3.2-dev"
9573                 }
9574             },
9575             "autoload": {
9576                 "psr-4": {
9577                     "Symfony\\Component\\Console\\": ""
9578                 },
9579                 "exclude-from-classmap": [
9580                     "/Tests/"
9581                 ]
9582             },
9583             "notification-url": "https://packagist.org/downloads/",
9584             "license": [
9585                 "MIT"
9586             ],
9587             "authors": [
9588                 {
9589                     "name": "Fabien Potencier",
9590                     "email": "fabien@symfony.com"
9591                 },
9592                 {
9593                     "name": "Symfony Community",
9594                     "homepage": "https://symfony.com/contributors"
9595                 }
9596             ],
9597             "description": "Symfony Console Component",
9598             "homepage": "https://symfony.com",
9599             "time": "2017-07-29T21:27:41+00:00"
9600         },
9601         {
9602             "name": "symfony/css-selector",
9603             "version": "v2.8.22",
9604             "source": {
9605                 "type": "git",
9606                 "url": "https://github.com/symfony/css-selector.git",
9607                 "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab"
9608             },
9609             "dist": {
9610                 "type": "zip",
9611                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/ba3204654efa779691fac9e948a96b4a7067e4ab",
9612                 "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab",
9613                 "shasum": ""
9614             },
9615             "require": {
9616                 "php": ">=5.3.9"
9617             },
9618             "type": "library",
9619             "extra": {
9620                 "branch-alias": {
9621                     "dev-master": "2.8-dev"
9622                 }
9623             },
9624             "autoload": {
9625                 "psr-4": {
9626                     "Symfony\\Component\\CssSelector\\": ""
9627                 },
9628                 "exclude-from-classmap": [
9629                     "/Tests/"
9630                 ]
9631             },
9632             "notification-url": "https://packagist.org/downloads/",
9633             "license": [
9634                 "MIT"
9635             ],
9636             "authors": [
9637                 {
9638                     "name": "Jean-François Simon",
9639                     "email": "jeanfrancois.simon@sensiolabs.com"
9640                 },
9641                 {
9642                     "name": "Fabien Potencier",
9643                     "email": "fabien@symfony.com"
9644                 },
9645                 {
9646                     "name": "Symfony Community",
9647                     "homepage": "https://symfony.com/contributors"
9648                 }
9649             ],
9650             "description": "Symfony CssSelector Component",
9651             "homepage": "https://symfony.com",
9652             "time": "2017-05-01T14:31:55+00:00"
9653         },
9654         {
9655             "name": "symfony/debug",
9656             "version": "v3.4.6",
9657             "source": {
9658                 "type": "git",
9659                 "url": "https://github.com/symfony/debug.git",
9660                 "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc"
9661             },
9662             "dist": {
9663                 "type": "zip",
9664                 "url": "https://api.github.com/repos/symfony/debug/zipball/9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
9665                 "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
9666                 "shasum": ""
9667             },
9668             "require": {
9669                 "php": "^5.5.9|>=7.0.8",
9670                 "psr/log": "~1.0"
9671             },
9672             "conflict": {
9673                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
9674             },
9675             "require-dev": {
9676                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
9677             },
9678             "type": "library",
9679             "extra": {
9680                 "branch-alias": {
9681                     "dev-master": "3.4-dev"
9682                 }
9683             },
9684             "autoload": {
9685                 "psr-4": {
9686                     "Symfony\\Component\\Debug\\": ""
9687                 },
9688                 "exclude-from-classmap": [
9689                     "/Tests/"
9690                 ]
9691             },
9692             "notification-url": "https://packagist.org/downloads/",
9693             "license": [
9694                 "MIT"
9695             ],
9696             "authors": [
9697                 {
9698                     "name": "Fabien Potencier",
9699                     "email": "fabien@symfony.com"
9700                 },
9701                 {
9702                     "name": "Symfony Community",
9703                     "homepage": "https://symfony.com/contributors"
9704                 }
9705             ],
9706             "description": "Symfony Debug Component",
9707             "homepage": "https://symfony.com",
9708             "time": "2018-02-28T21:49:22+00:00"
9709         },
9710         {
9711             "name": "symfony/dependency-injection",
9712             "version": "v3.2.14",
9713             "source": {
9714                 "type": "git",
9715                 "url": "https://github.com/symfony/dependency-injection.git",
9716                 "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761"
9717             },
9718             "dist": {
9719                 "type": "zip",
9720                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761",
9721                 "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761",
9722                 "shasum": ""
9723             },
9724             "require": {
9725                 "php": ">=5.5.9"
9726             },
9727             "conflict": {
9728                 "symfony/yaml": "<3.2"
9729             },
9730             "require-dev": {
9731                 "symfony/config": "~2.8|~3.0",
9732                 "symfony/expression-language": "~2.8|~3.0",
9733                 "symfony/yaml": "~3.2"
9734             },
9735             "suggest": {
9736                 "symfony/config": "",
9737                 "symfony/expression-language": "For using expressions in service container configuration",
9738                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
9739                 "symfony/yaml": ""
9740             },
9741             "type": "library",
9742             "extra": {
9743                 "branch-alias": {
9744                     "dev-master": "3.2-dev"
9745                 }
9746             },
9747             "autoload": {
9748                 "psr-4": {
9749                     "Symfony\\Component\\DependencyInjection\\": ""
9750                 },
9751                 "exclude-from-classmap": [
9752                     "/Tests/"
9753                 ]
9754             },
9755             "notification-url": "https://packagist.org/downloads/",
9756             "license": [
9757                 "MIT"
9758             ],
9759             "authors": [
9760                 {
9761                     "name": "Fabien Potencier",
9762                     "email": "fabien@symfony.com"
9763                 },
9764                 {
9765                     "name": "Symfony Community",
9766                     "homepage": "https://symfony.com/contributors"
9767                 }
9768             ],
9769             "description": "Symfony DependencyInjection Component",
9770             "homepage": "https://symfony.com",
9771             "time": "2017-07-28T15:22:55+00:00"
9772         },
9773         {
9774             "name": "symfony/dom-crawler",
9775             "version": "v3.4.5",
9776             "source": {
9777                 "type": "git",
9778                 "url": "https://github.com/symfony/dom-crawler.git",
9779                 "reference": "2bb5d3101cc01f4fe580e536daf4f1959bc2d24d"
9780             },
9781             "dist": {
9782                 "type": "zip",
9783                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2bb5d3101cc01f4fe580e536daf4f1959bc2d24d",
9784                 "reference": "2bb5d3101cc01f4fe580e536daf4f1959bc2d24d",
9785                 "shasum": ""
9786             },
9787             "require": {
9788                 "php": "^5.5.9|>=7.0.8",
9789                 "symfony/polyfill-mbstring": "~1.0"
9790             },
9791             "require-dev": {
9792                 "symfony/css-selector": "~2.8|~3.0|~4.0"
9793             },
9794             "suggest": {
9795                 "symfony/css-selector": ""
9796             },
9797             "type": "library",
9798             "extra": {
9799                 "branch-alias": {
9800                     "dev-master": "3.4-dev"
9801                 }
9802             },
9803             "autoload": {
9804                 "psr-4": {
9805                     "Symfony\\Component\\DomCrawler\\": ""
9806                 },
9807                 "exclude-from-classmap": [
9808                     "/Tests/"
9809                 ]
9810             },
9811             "notification-url": "https://packagist.org/downloads/",
9812             "license": [
9813                 "MIT"
9814             ],
9815             "authors": [
9816                 {
9817                     "name": "Fabien Potencier",
9818                     "email": "fabien@symfony.com"
9819                 },
9820                 {
9821                     "name": "Symfony Community",
9822                     "homepage": "https://symfony.com/contributors"
9823                 }
9824             ],
9825             "description": "Symfony DomCrawler Component",
9826             "homepage": "https://symfony.com",
9827             "time": "2018-02-22T10:48:49+00:00"
9828         },
9829         {
9830             "name": "symfony/event-dispatcher",
9831             "version": "v3.2.14",
9832             "source": {
9833                 "type": "git",
9834                 "url": "https://github.com/symfony/event-dispatcher.git",
9835                 "reference": "b8de6ee252af19330dd72ad5fc0dd4658a1d6325"
9836             },
9837             "dist": {
9838                 "type": "zip",
9839                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b8de6ee252af19330dd72ad5fc0dd4658a1d6325",
9840                 "reference": "b8de6ee252af19330dd72ad5fc0dd4658a1d6325",
9841                 "shasum": ""
9842             },
9843             "require": {
9844                 "php": ">=5.5.9"
9845             },
9846             "require-dev": {
9847                 "psr/log": "~1.0",
9848                 "symfony/config": "~2.8|~3.0",
9849                 "symfony/dependency-injection": "~2.8|~3.0",
9850                 "symfony/expression-language": "~2.8|~3.0",
9851                 "symfony/stopwatch": "~2.8|~3.0"
9852             },
9853             "suggest": {
9854                 "symfony/dependency-injection": "",
9855                 "symfony/http-kernel": ""
9856             },
9857             "type": "library",
9858             "extra": {
9859                 "branch-alias": {
9860                     "dev-master": "3.2-dev"
9861                 }
9862             },
9863             "autoload": {
9864                 "psr-4": {
9865                     "Symfony\\Component\\EventDispatcher\\": ""
9866                 },
9867                 "exclude-from-classmap": [
9868                     "/Tests/"
9869                 ]
9870             },
9871             "notification-url": "https://packagist.org/downloads/",
9872             "license": [
9873                 "MIT"
9874             ],
9875             "authors": [
9876                 {
9877                     "name": "Fabien Potencier",
9878                     "email": "fabien@symfony.com"
9879                 },
9880                 {
9881                     "name": "Symfony Community",
9882                     "homepage": "https://symfony.com/contributors"
9883                 }
9884             ],
9885             "description": "Symfony EventDispatcher Component",
9886             "homepage": "https://symfony.com",
9887             "time": "2017-06-02T08:26:05+00:00"
9888         },
9889         {
9890             "name": "symfony/filesystem",
9891             "version": "v2.8.35",
9892             "source": {
9893                 "type": "git",
9894                 "url": "https://github.com/symfony/filesystem.git",
9895                 "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97"
9896             },
9897             "dist": {
9898                 "type": "zip",
9899                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/125403a59e4cb4e3ebf46d0162fabcde613d2b97",
9900                 "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97",
9901                 "shasum": ""
9902             },
9903             "require": {
9904                 "php": ">=5.3.9"
9905             },
9906             "type": "library",
9907             "extra": {
9908                 "branch-alias": {
9909                     "dev-master": "2.8-dev"
9910                 }
9911             },
9912             "autoload": {
9913                 "psr-4": {
9914                     "Symfony\\Component\\Filesystem\\": ""
9915                 },
9916                 "exclude-from-classmap": [
9917                     "/Tests/"
9918                 ]
9919             },
9920             "notification-url": "https://packagist.org/downloads/",
9921             "license": [
9922                 "MIT"
9923             ],
9924             "authors": [
9925                 {
9926                     "name": "Fabien Potencier",
9927                     "email": "fabien@symfony.com"
9928                 },
9929                 {
9930                     "name": "Symfony Community",
9931                     "homepage": "https://symfony.com/contributors"
9932                 }
9933             ],
9934             "description": "Symfony Filesystem Component",
9935             "homepage": "https://symfony.com",
9936             "time": "2018-02-19T16:23:47+00:00"
9937         },
9938         {
9939             "name": "symfony/finder",
9940             "version": "v2.8.35",
9941             "source": {
9942                 "type": "git",
9943                 "url": "https://github.com/symfony/finder.git",
9944                 "reference": "7099de3ebc97d3af98c464076d12dfca3ade0252"
9945             },
9946             "dist": {
9947                 "type": "zip",
9948                 "url": "https://api.github.com/repos/symfony/finder/zipball/7099de3ebc97d3af98c464076d12dfca3ade0252",
9949                 "reference": "7099de3ebc97d3af98c464076d12dfca3ade0252",
9950                 "shasum": ""
9951             },
9952             "require": {
9953                 "php": ">=5.3.9"
9954             },
9955             "type": "library",
9956             "extra": {
9957                 "branch-alias": {
9958                     "dev-master": "2.8-dev"
9959                 }
9960             },
9961             "autoload": {
9962                 "psr-4": {
9963                     "Symfony\\Component\\Finder\\": ""
9964                 },
9965                 "exclude-from-classmap": [
9966                     "/Tests/"
9967                 ]
9968             },
9969             "notification-url": "https://packagist.org/downloads/",
9970             "license": [
9971                 "MIT"
9972             ],
9973             "authors": [
9974                 {
9975                     "name": "Fabien Potencier",
9976                     "email": "fabien@symfony.com"
9977                 },
9978                 {
9979                     "name": "Symfony Community",
9980                     "homepage": "https://symfony.com/contributors"
9981                 }
9982             ],
9983             "description": "Symfony Finder Component",
9984             "homepage": "https://symfony.com",
9985             "time": "2018-02-11T16:53:59+00:00"
9986         },
9987         {
9988             "name": "symfony/http-foundation",
9989             "version": "v3.2.14",
9990             "source": {
9991                 "type": "git",
9992                 "url": "https://github.com/symfony/http-foundation.git",
9993                 "reference": "107b7e6c2372ad4859b8a8c8c5b4fb9d7a208fe1"
9994             },
9995             "dist": {
9996                 "type": "zip",
9997                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/107b7e6c2372ad4859b8a8c8c5b4fb9d7a208fe1",
9998                 "reference": "107b7e6c2372ad4859b8a8c8c5b4fb9d7a208fe1",
9999                 "shasum": ""
10000             },
10001             "require": {
10002                 "php": ">=5.5.9",
10003                 "symfony/polyfill-mbstring": "~1.1"
10004             },
10005             "require-dev": {
10006                 "symfony/expression-language": "~2.8|~3.0"
10007             },
10008             "type": "library",
10009             "extra": {
10010                 "branch-alias": {
10011                     "dev-master": "3.2-dev"
10012                 }
10013             },
10014             "autoload": {
10015                 "psr-4": {
10016                     "Symfony\\Component\\HttpFoundation\\": ""
10017                 },
10018                 "exclude-from-classmap": [
10019                     "/Tests/"
10020                 ]
10021             },
10022             "notification-url": "https://packagist.org/downloads/",
10023             "license": [
10024                 "MIT"
10025             ],
10026             "authors": [
10027                 {
10028                     "name": "Fabien Potencier",
10029                     "email": "fabien@symfony.com"
10030                 },
10031                 {
10032                     "name": "Symfony Community",
10033                     "homepage": "https://symfony.com/contributors"
10034                 }
10035             ],
10036             "description": "Symfony HttpFoundation Component",
10037             "homepage": "https://symfony.com",
10038             "time": "2017-07-20T07:58:49+00:00"
10039         },
10040         {
10041             "name": "symfony/http-kernel",
10042             "version": "v3.2.14",
10043             "source": {
10044                 "type": "git",
10045                 "url": "https://github.com/symfony/http-kernel.git",
10046                 "reference": "18ec42e19ec676d7da5ddff13f1eed68d88fb460"
10047             },
10048             "dist": {
10049                 "type": "zip",
10050                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/18ec42e19ec676d7da5ddff13f1eed68d88fb460",
10051                 "reference": "18ec42e19ec676d7da5ddff13f1eed68d88fb460",
10052                 "shasum": ""
10053             },
10054             "require": {
10055                 "php": ">=5.5.9",
10056                 "psr/log": "~1.0",
10057                 "symfony/debug": "~2.8|~3.0",
10058                 "symfony/event-dispatcher": "~2.8|~3.0",
10059                 "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2"
10060             },
10061             "conflict": {
10062                 "symfony/config": "<2.8",
10063                 "twig/twig": "<1.34|<2.4,>=2"
10064             },
10065             "require-dev": {
10066                 "symfony/browser-kit": "~2.8|~3.0",
10067                 "symfony/class-loader": "~2.8|~3.0",
10068                 "symfony/config": "~2.8|~3.0",
10069                 "symfony/console": "~2.8|~3.0",
10070                 "symfony/css-selector": "~2.8|~3.0",
10071                 "symfony/dependency-injection": "~2.8|~3.0",
10072                 "symfony/dom-crawler": "~2.8|~3.0",
10073                 "symfony/expression-language": "~2.8|~3.0",
10074                 "symfony/finder": "~2.8|~3.0",
10075                 "symfony/process": "~2.8|~3.0",
10076                 "symfony/routing": "~2.8|~3.0",
10077                 "symfony/stopwatch": "~2.8|~3.0",
10078                 "symfony/templating": "~2.8|~3.0",
10079                 "symfony/translation": "~2.8|~3.0",
10080                 "symfony/var-dumper": "~3.2"
10081             },
10082             "suggest": {
10083                 "symfony/browser-kit": "",
10084                 "symfony/class-loader": "",
10085                 "symfony/config": "",
10086                 "symfony/console": "",
10087                 "symfony/dependency-injection": "",
10088                 "symfony/finder": "",
10089                 "symfony/var-dumper": ""
10090             },
10091             "type": "library",
10092             "extra": {
10093                 "branch-alias": {
10094                     "dev-master": "3.2-dev"
10095                 }
10096             },
10097             "autoload": {
10098                 "psr-4": {
10099                     "Symfony\\Component\\HttpKernel\\": ""
10100                 },
10101                 "exclude-from-classmap": [
10102                     "/Tests/"
10103                 ]
10104             },
10105             "notification-url": "https://packagist.org/downloads/",
10106             "license": [
10107                 "MIT"
10108             ],
10109             "authors": [
10110                 {
10111                     "name": "Fabien Potencier",
10112                     "email": "fabien@symfony.com"
10113                 },
10114                 {
10115                     "name": "Symfony Community",
10116                     "homepage": "https://symfony.com/contributors"
10117                 }
10118             ],
10119             "description": "Symfony HttpKernel Component",
10120             "homepage": "https://symfony.com",
10121             "time": "2017-08-01T09:40:19+00:00"
10122         },
10123         {
10124             "name": "symfony/polyfill-iconv",
10125             "version": "v1.7.0",
10126             "source": {
10127                 "type": "git",
10128                 "url": "https://github.com/symfony/polyfill-iconv.git",
10129                 "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b"
10130             },
10131             "dist": {
10132                 "type": "zip",
10133                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/bd515d8f392730c833bc1ba993a4f598da64fa5b",
10134                 "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b",
10135                 "shasum": ""
10136             },
10137             "require": {
10138                 "php": ">=5.3.3"
10139             },
10140             "suggest": {
10141                 "ext-iconv": "For best performance"
10142             },
10143             "type": "library",
10144             "extra": {
10145                 "branch-alias": {
10146                     "dev-master": "1.7-dev"
10147                 }
10148             },
10149             "autoload": {
10150                 "psr-4": {
10151                     "Symfony\\Polyfill\\Iconv\\": ""
10152                 },
10153                 "files": [
10154                     "bootstrap.php"
10155                 ]
10156             },
10157             "notification-url": "https://packagist.org/downloads/",
10158             "license": [
10159                 "MIT"
10160             ],
10161             "authors": [
10162                 {
10163                     "name": "Nicolas Grekas",
10164                     "email": "p@tchwork.com"
10165                 },
10166                 {
10167                     "name": "Symfony Community",
10168                     "homepage": "https://symfony.com/contributors"
10169                 }
10170             ],
10171             "description": "Symfony polyfill for the Iconv extension",
10172             "homepage": "https://symfony.com",
10173             "keywords": [
10174                 "compatibility",
10175                 "iconv",
10176                 "polyfill",
10177                 "portable",
10178                 "shim"
10179             ],
10180             "time": "2018-01-30T19:27:44+00:00"
10181         },
10182         {
10183             "name": "symfony/polyfill-mbstring",
10184             "version": "v1.7.0",
10185             "source": {
10186                 "type": "git",
10187                 "url": "https://github.com/symfony/polyfill-mbstring.git",
10188                 "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
10189             },
10190             "dist": {
10191                 "type": "zip",
10192                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
10193                 "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
10194                 "shasum": ""
10195             },
10196             "require": {
10197                 "php": ">=5.3.3"
10198             },
10199             "suggest": {
10200                 "ext-mbstring": "For best performance"
10201             },
10202             "type": "library",
10203             "extra": {
10204                 "branch-alias": {
10205                     "dev-master": "1.7-dev"
10206                 }
10207             },
10208             "autoload": {
10209                 "psr-4": {
10210                     "Symfony\\Polyfill\\Mbstring\\": ""
10211                 },
10212                 "files": [
10213                     "bootstrap.php"
10214                 ]
10215             },
10216             "notification-url": "https://packagist.org/downloads/",
10217             "license": [
10218                 "MIT"
10219             ],
10220             "authors": [
10221                 {
10222                     "name": "Nicolas Grekas",
10223                     "email": "p@tchwork.com"
10224                 },
10225                 {
10226                     "name": "Symfony Community",
10227                     "homepage": "https://symfony.com/contributors"
10228                 }
10229             ],
10230             "description": "Symfony polyfill for the Mbstring extension",
10231             "homepage": "https://symfony.com",
10232             "keywords": [
10233                 "compatibility",
10234                 "mbstring",
10235                 "polyfill",
10236                 "portable",
10237                 "shim"
10238             ],
10239             "time": "2018-01-30T19:27:44+00:00"
10240         },
10241         {
10242             "name": "symfony/process",
10243             "version": "v3.2.14",
10244             "source": {
10245                 "type": "git",
10246                 "url": "https://github.com/symfony/process.git",
10247                 "reference": "b39d805dd6c4d1cba1f00cd80361ec80eed0d7bc"
10248             },
10249             "dist": {
10250                 "type": "zip",
10251                 "url": "https://api.github.com/repos/symfony/process/zipball/b39d805dd6c4d1cba1f00cd80361ec80eed0d7bc",
10252                 "reference": "b39d805dd6c4d1cba1f00cd80361ec80eed0d7bc",
10253                 "shasum": ""
10254             },
10255             "require": {
10256                 "php": ">=5.5.9"
10257             },
10258             "type": "library",
10259             "extra": {
10260                 "branch-alias": {
10261                     "dev-master": "3.2-dev"
10262                 }
10263             },
10264             "autoload": {
10265                 "psr-4": {
10266                     "Symfony\\Component\\Process\\": ""
10267                 },
10268                 "exclude-from-classmap": [
10269                     "/Tests/"
10270                 ]
10271             },
10272             "notification-url": "https://packagist.org/downloads/",
10273             "license": [
10274                 "MIT"
10275             ],
10276             "authors": [
10277                 {
10278                     "name": "Fabien Potencier",
10279                     "email": "fabien@symfony.com"
10280                 },
10281                 {
10282                     "name": "Symfony Community",
10283                     "homepage": "https://symfony.com/contributors"
10284                 }
10285             ],
10286             "description": "Symfony Process Component",
10287             "homepage": "https://symfony.com",
10288             "time": "2017-07-03T08:06:20+00:00"
10289         },
10290         {
10291             "name": "symfony/psr-http-message-bridge",
10292             "version": "v1.0.2",
10293             "source": {
10294                 "type": "git",
10295                 "url": "https://github.com/symfony/psr-http-message-bridge.git",
10296                 "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86"
10297             },
10298             "dist": {
10299                 "type": "zip",
10300                 "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c2b757934f2d9681a287e662efbc27c41fe8ef86",
10301                 "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86",
10302                 "shasum": ""
10303             },
10304             "require": {
10305                 "php": ">=5.3.3",
10306                 "psr/http-message": "~1.0",
10307                 "symfony/http-foundation": "~2.3|~3.0|~4.0"
10308             },
10309             "require-dev": {
10310                 "symfony/phpunit-bridge": "~3.2|4.0"
10311             },
10312             "suggest": {
10313                 "psr/http-message-implementation": "To use the HttpFoundation factory",
10314                 "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
10315             },
10316             "type": "symfony-bridge",
10317             "extra": {
10318                 "branch-alias": {
10319                     "dev-master": "1.0-dev"
10320                 }
10321             },
10322             "autoload": {
10323                 "psr-4": {
10324                     "Symfony\\Bridge\\PsrHttpMessage\\": ""
10325                 }
10326             },
10327             "notification-url": "https://packagist.org/downloads/",
10328             "license": [
10329                 "MIT"
10330             ],
10331             "authors": [
10332                 {
10333                     "name": "Symfony Community",
10334                     "homepage": "http://symfony.com/contributors"
10335                 },
10336                 {
10337                     "name": "Fabien Potencier",
10338                     "email": "fabien@symfony.com"
10339                 }
10340             ],
10341             "description": "PSR HTTP message bridge",
10342             "homepage": "http://symfony.com",
10343             "keywords": [
10344                 "http",
10345                 "http-message",
10346                 "psr-7"
10347             ],
10348             "time": "2017-12-19T00:31:44+00:00"
10349         },
10350         {
10351             "name": "symfony/routing",
10352             "version": "v3.2.14",
10353             "source": {
10354                 "type": "git",
10355                 "url": "https://github.com/symfony/routing.git",
10356                 "reference": "b382d7c4f443372c118efcd0cd2bf1028434f2f5"
10357             },
10358             "dist": {
10359                 "type": "zip",
10360                 "url": "https://api.github.com/repos/symfony/routing/zipball/b382d7c4f443372c118efcd0cd2bf1028434f2f5",
10361                 "reference": "b382d7c4f443372c118efcd0cd2bf1028434f2f5",
10362                 "shasum": ""
10363             },
10364             "require": {
10365                 "php": ">=5.5.9"
10366             },
10367             "conflict": {
10368                 "symfony/config": "<2.8"
10369             },
10370             "require-dev": {
10371                 "doctrine/annotations": "~1.0",
10372                 "doctrine/common": "~2.2",
10373                 "psr/log": "~1.0",
10374                 "symfony/config": "~2.8|~3.0",
10375                 "symfony/expression-language": "~2.8|~3.0",
10376                 "symfony/http-foundation": "~2.8|~3.0",
10377                 "symfony/yaml": "~2.8|~3.0"
10378             },
10379             "suggest": {
10380                 "doctrine/annotations": "For using the annotation loader",
10381                 "symfony/config": "For using the all-in-one router or any loader",
10382                 "symfony/dependency-injection": "For loading routes from a service",
10383                 "symfony/expression-language": "For using expression matching",
10384                 "symfony/http-foundation": "For using a Symfony Request object",
10385                 "symfony/yaml": "For using the YAML loader"
10386             },
10387             "type": "library",
10388             "extra": {
10389                 "branch-alias": {
10390                     "dev-master": "3.2-dev"
10391                 }
10392             },
10393             "autoload": {
10394                 "psr-4": {
10395                     "Symfony\\Component\\Routing\\": ""
10396                 },
10397                 "exclude-from-classmap": [
10398                     "/Tests/"
10399                 ]
10400             },
10401             "notification-url": "https://packagist.org/downloads/",
10402             "license": [
10403                 "MIT"
10404             ],
10405             "authors": [
10406                 {
10407                     "name": "Fabien Potencier",
10408                     "email": "fabien@symfony.com"
10409                 },
10410                 {
10411                     "name": "Symfony Community",
10412                     "homepage": "https://symfony.com/contributors"
10413                 }
10414             ],
10415             "description": "Symfony Routing Component",
10416             "homepage": "https://symfony.com",
10417             "keywords": [
10418                 "router",
10419                 "routing",
10420                 "uri",
10421                 "url"
10422             ],
10423             "time": "2017-06-23T06:35:45+00:00"
10424         },
10425         {
10426             "name": "symfony/serializer",
10427             "version": "v3.2.14",
10428             "source": {
10429                 "type": "git",
10430                 "url": "https://github.com/symfony/serializer.git",
10431                 "reference": "dc98d5ab4ae29dc47bfb1507b39806bfe13d3477"
10432             },
10433             "dist": {
10434                 "type": "zip",
10435                 "url": "https://api.github.com/repos/symfony/serializer/zipball/dc98d5ab4ae29dc47bfb1507b39806bfe13d3477",
10436                 "reference": "dc98d5ab4ae29dc47bfb1507b39806bfe13d3477",
10437                 "shasum": ""
10438             },
10439             "require": {
10440                 "php": ">=5.5.9"
10441             },
10442             "conflict": {
10443                 "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
10444                 "symfony/property-info": "<3.1",
10445                 "symfony/yaml": "<3.1"
10446             },
10447             "require-dev": {
10448                 "doctrine/annotations": "~1.0",
10449                 "doctrine/cache": "~1.0",
10450                 "phpdocumentor/reflection-docblock": "~3.0",
10451                 "symfony/cache": "~3.1",
10452                 "symfony/config": "~2.8|~3.0",
10453                 "symfony/http-foundation": "~2.8|~3.0",
10454                 "symfony/property-access": "~2.8|~3.0",
10455                 "symfony/property-info": "~3.1",
10456                 "symfony/yaml": "~3.1"
10457             },
10458             "suggest": {
10459                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
10460                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
10461                 "psr/cache-implementation": "For using the metadata cache.",
10462                 "symfony/config": "For using the XML mapping loader.",
10463                 "symfony/http-foundation": "To use the DataUriNormalizer.",
10464                 "symfony/property-access": "For using the ObjectNormalizer.",
10465                 "symfony/property-info": "To deserialize relations.",
10466                 "symfony/yaml": "For using the default YAML mapping loader."
10467             },
10468             "type": "library",
10469             "extra": {
10470                 "branch-alias": {
10471                     "dev-master": "3.2-dev"
10472                 }
10473             },
10474             "autoload": {
10475                 "psr-4": {
10476                     "Symfony\\Component\\Serializer\\": ""
10477                 },
10478                 "exclude-from-classmap": [
10479                     "/Tests/"
10480                 ]
10481             },
10482             "notification-url": "https://packagist.org/downloads/",
10483             "license": [
10484                 "MIT"
10485             ],
10486             "authors": [
10487                 {
10488                     "name": "Fabien Potencier",
10489                     "email": "fabien@symfony.com"
10490                 },
10491                 {
10492                     "name": "Symfony Community",
10493                     "homepage": "https://symfony.com/contributors"
10494                 }
10495             ],
10496             "description": "Symfony Serializer Component",
10497             "homepage": "https://symfony.com",
10498             "time": "2017-07-06T07:39:51+00:00"
10499         },
10500         {
10501             "name": "symfony/translation",
10502             "version": "v3.2.14",
10503             "source": {
10504                 "type": "git",
10505                 "url": "https://github.com/symfony/translation.git",
10506                 "reference": "df36a48672b929bf3995eb62c58d83004b1d0d50"
10507             },
10508             "dist": {
10509                 "type": "zip",
10510                 "url": "https://api.github.com/repos/symfony/translation/zipball/df36a48672b929bf3995eb62c58d83004b1d0d50",
10511                 "reference": "df36a48672b929bf3995eb62c58d83004b1d0d50",
10512                 "shasum": ""
10513             },
10514             "require": {
10515                 "php": ">=5.5.9",
10516                 "symfony/polyfill-mbstring": "~1.0"
10517             },
10518             "conflict": {
10519                 "symfony/config": "<2.8"
10520             },
10521             "require-dev": {
10522                 "psr/log": "~1.0",
10523                 "symfony/config": "~2.8|~3.0",
10524                 "symfony/intl": "^2.8.18|^3.2.5",
10525                 "symfony/yaml": "~2.8|~3.0"
10526             },
10527             "suggest": {
10528                 "psr/log": "To use logging capability in translator",
10529                 "symfony/config": "",
10530                 "symfony/yaml": ""
10531             },
10532             "type": "library",
10533             "extra": {
10534                 "branch-alias": {
10535                     "dev-master": "3.2-dev"
10536                 }
10537             },
10538             "autoload": {
10539                 "psr-4": {
10540                     "Symfony\\Component\\Translation\\": ""
10541                 },
10542                 "exclude-from-classmap": [
10543                     "/Tests/"
10544                 ]
10545             },
10546             "notification-url": "https://packagist.org/downloads/",
10547             "license": [
10548                 "MIT"
10549             ],
10550             "authors": [
10551                 {
10552                     "name": "Fabien Potencier",
10553                     "email": "fabien@symfony.com"
10554                 },
10555                 {
10556                     "name": "Symfony Community",
10557                     "homepage": "https://symfony.com/contributors"
10558                 }
10559             ],
10560             "description": "Symfony Translation Component",
10561             "homepage": "https://symfony.com",
10562             "time": "2017-06-24T16:45:17+00:00"
10563         },
10564         {
10565             "name": "symfony/validator",
10566             "version": "v3.2.14",
10567             "source": {
10568                 "type": "git",
10569                 "url": "https://github.com/symfony/validator.git",
10570                 "reference": "39244fbf580e01acc3f5df01238a8f69b1b3e46f"
10571             },
10572             "dist": {
10573                 "type": "zip",
10574                 "url": "https://api.github.com/repos/symfony/validator/zipball/39244fbf580e01acc3f5df01238a8f69b1b3e46f",
10575                 "reference": "39244fbf580e01acc3f5df01238a8f69b1b3e46f",
10576                 "shasum": ""
10577             },
10578             "require": {
10579                 "php": ">=5.5.9",
10580                 "symfony/polyfill-mbstring": "~1.0",
10581                 "symfony/translation": "~2.8|~3.0"
10582             },
10583             "conflict": {
10584                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
10585             },
10586             "require-dev": {
10587                 "doctrine/annotations": "~1.0",
10588                 "doctrine/cache": "~1.0",
10589                 "egulias/email-validator": "^1.2.8|~2.0",
10590                 "symfony/cache": "~3.1",
10591                 "symfony/config": "~2.8|~3.0",
10592                 "symfony/expression-language": "~2.8|~3.0",
10593                 "symfony/http-foundation": "~2.8|~3.0",
10594                 "symfony/intl": "^2.8.18|^3.2.5",
10595                 "symfony/yaml": "~2.8|~3.0"
10596             },
10597             "suggest": {
10598                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
10599                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
10600                 "egulias/email-validator": "Strict (RFC compliant) email validation",
10601                 "psr/cache-implementation": "For using the metadata cache.",
10602                 "symfony/config": "",
10603                 "symfony/expression-language": "For using the Expression validator",
10604                 "symfony/http-foundation": "",
10605                 "symfony/intl": "",
10606                 "symfony/yaml": ""
10607             },
10608             "type": "library",
10609             "extra": {
10610                 "branch-alias": {
10611                     "dev-master": "3.2-dev"
10612                 }
10613             },
10614             "autoload": {
10615                 "psr-4": {
10616                     "Symfony\\Component\\Validator\\": ""
10617                 },
10618                 "exclude-from-classmap": [
10619                     "/Tests/"
10620                 ]
10621             },
10622             "notification-url": "https://packagist.org/downloads/",
10623             "license": [
10624                 "MIT"
10625             ],
10626             "authors": [
10627                 {
10628                     "name": "Fabien Potencier",
10629                     "email": "fabien@symfony.com"
10630                 },
10631                 {
10632                     "name": "Symfony Community",
10633                     "homepage": "https://symfony.com/contributors"
10634                 }
10635             ],
10636             "description": "Symfony Validator Component",
10637             "homepage": "https://symfony.com",
10638             "time": "2017-07-26T06:34:07+00:00"
10639         },
10640         {
10641             "name": "symfony/var-dumper",
10642             "version": "v3.4.5",
10643             "source": {
10644                 "type": "git",
10645                 "url": "https://github.com/symfony/var-dumper.git",
10646                 "reference": "80964679d81da3d5618519e0e4be488c3d7ecd7d"
10647             },
10648             "dist": {
10649                 "type": "zip",
10650                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/80964679d81da3d5618519e0e4be488c3d7ecd7d",
10651                 "reference": "80964679d81da3d5618519e0e4be488c3d7ecd7d",
10652                 "shasum": ""
10653             },
10654             "require": {
10655                 "php": "^5.5.9|>=7.0.8",
10656                 "symfony/polyfill-mbstring": "~1.0"
10657             },
10658             "conflict": {
10659                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
10660             },
10661             "require-dev": {
10662                 "ext-iconv": "*",
10663                 "twig/twig": "~1.34|~2.4"
10664             },
10665             "suggest": {
10666                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
10667                 "ext-intl": "To show region name in time zone dump",
10668                 "ext-symfony_debug": ""
10669             },
10670             "type": "library",
10671             "extra": {
10672                 "branch-alias": {
10673                     "dev-master": "3.4-dev"
10674                 }
10675             },
10676             "autoload": {
10677                 "files": [
10678                     "Resources/functions/dump.php"
10679                 ],
10680                 "psr-4": {
10681                     "Symfony\\Component\\VarDumper\\": ""
10682                 },
10683                 "exclude-from-classmap": [
10684                     "/Tests/"
10685                 ]
10686             },
10687             "notification-url": "https://packagist.org/downloads/",
10688             "license": [
10689                 "MIT"
10690             ],
10691             "authors": [
10692                 {
10693                     "name": "Nicolas Grekas",
10694                     "email": "p@tchwork.com"
10695                 },
10696                 {
10697                     "name": "Symfony Community",
10698                     "homepage": "https://symfony.com/contributors"
10699                 }
10700             ],
10701             "description": "Symfony mechanism for exploring and dumping PHP variables",
10702             "homepage": "https://symfony.com",
10703             "keywords": [
10704                 "debug",
10705                 "dump"
10706             ],
10707             "time": "2018-02-22T17:29:24+00:00"
10708         },
10709         {
10710             "name": "symfony/yaml",
10711             "version": "v3.2.14",
10712             "source": {
10713                 "type": "git",
10714                 "url": "https://github.com/symfony/yaml.git",
10715                 "reference": "78a0c5d7d43713212aac73d7c6a56754a5c26cea"
10716             },
10717             "dist": {
10718                 "type": "zip",
10719                 "url": "https://api.github.com/repos/symfony/yaml/zipball/78a0c5d7d43713212aac73d7c6a56754a5c26cea",
10720                 "reference": "78a0c5d7d43713212aac73d7c6a56754a5c26cea",
10721                 "shasum": ""
10722             },
10723             "require": {
10724                 "php": ">=5.5.9"
10725             },
10726             "require-dev": {
10727                 "symfony/console": "~2.8|~3.0"
10728             },
10729             "suggest": {
10730                 "symfony/console": "For validating YAML files using the lint command"
10731             },
10732             "type": "library",
10733             "extra": {
10734                 "branch-alias": {
10735                     "dev-master": "3.2-dev"
10736                 }
10737             },
10738             "autoload": {
10739                 "psr-4": {
10740                     "Symfony\\Component\\Yaml\\": ""
10741                 },
10742                 "exclude-from-classmap": [
10743                     "/Tests/"
10744                 ]
10745             },
10746             "notification-url": "https://packagist.org/downloads/",
10747             "license": [
10748                 "MIT"
10749             ],
10750             "authors": [
10751                 {
10752                     "name": "Fabien Potencier",
10753                     "email": "fabien@symfony.com"
10754                 },
10755                 {
10756                     "name": "Symfony Community",
10757                     "homepage": "https://symfony.com/contributors"
10758                 }
10759             ],
10760             "description": "Symfony Yaml Component",
10761             "homepage": "https://symfony.com",
10762             "time": "2017-06-02T09:43:35+00:00"
10763         },
10764         {
10765             "name": "twbs/bootstrap-sass",
10766             "version": "v3.3.7",
10767             "source": {
10768                 "type": "git",
10769                 "url": "https://github.com/twbs/bootstrap-sass.git",
10770                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
10771             },
10772             "dist": {
10773                 "type": "zip",
10774                 "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
10775                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
10776                 "shasum": ""
10777             },
10778             "type": "library",
10779             "extra": {
10780                 "branch-alias": {
10781                     "dev-master": "3.3.x-dev"
10782                 }
10783             },
10784             "notification-url": "https://packagist.org/downloads/",
10785             "license": [
10786                 "MIT"
10787             ],
10788             "authors": [
10789                 {
10790                     "name": "Mark Otto"
10791                 },
10792                 {
10793                     "name": "Thomas McDonald"
10794                 },
10795                 {
10796                     "name": "Tristan Harward"
10797                 },
10798                 {
10799                     "name": "Peter Gumeson"
10800                 },
10801                 {
10802                     "name": "Gleb Mazovetskiy"
10803                 },
10804                 {
10805                     "name": "Jacob Thornton"
10806                 }
10807             ],
10808             "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
10809             "homepage": "http://github.com/twbs/bootstrap-sass",
10810             "keywords": [
10811                 "bootstrap",
10812                 "css",
10813                 "sass"
10814             ],
10815             "time": "2016-07-25T19:58:53+00:00"
10816         },
10817         {
10818             "name": "twig/twig",
10819             "version": "v1.35.3",
10820             "source": {
10821                 "type": "git",
10822                 "url": "https://github.com/twigphp/Twig.git",
10823                 "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
10824             },
10825             "dist": {
10826                 "type": "zip",
10827                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
10828                 "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
10829                 "shasum": ""
10830             },
10831             "require": {
10832                 "php": ">=5.3.3"
10833             },
10834             "require-dev": {
10835                 "psr/container": "^1.0",
10836                 "symfony/debug": "^2.7",
10837                 "symfony/phpunit-bridge": "^3.3"
10838             },
10839             "type": "library",
10840             "extra": {
10841                 "branch-alias": {
10842                     "dev-master": "1.35-dev"
10843                 }
10844             },
10845             "autoload": {
10846                 "psr-0": {
10847                     "Twig_": "lib/"
10848                 },
10849                 "psr-4": {
10850                     "Twig\\": "src/"
10851                 }
10852             },
10853             "notification-url": "https://packagist.org/downloads/",
10854             "license": [
10855                 "BSD-3-Clause"
10856             ],
10857             "authors": [
10858                 {
10859                     "name": "Fabien Potencier",
10860                     "email": "fabien@symfony.com",
10861                     "homepage": "http://fabien.potencier.org",
10862                     "role": "Lead Developer"
10863                 },
10864                 {
10865                     "name": "Armin Ronacher",
10866                     "email": "armin.ronacher@active-4.com",
10867                     "role": "Project Founder"
10868                 },
10869                 {
10870                     "name": "Twig Team",
10871                     "homepage": "http://twig.sensiolabs.org/contributors",
10872                     "role": "Contributors"
10873                 }
10874             ],
10875             "description": "Twig, the flexible, fast, and secure template language for PHP",
10876             "homepage": "http://twig.sensiolabs.org",
10877             "keywords": [
10878                 "templating"
10879             ],
10880             "time": "2018-03-20T04:25:58+00:00"
10881         },
10882         {
10883             "name": "webflo/drupal-finder",
10884             "version": "1.1.0",
10885             "source": {
10886                 "type": "git",
10887                 "url": "https://github.com/webflo/drupal-finder.git",
10888                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
10889             },
10890             "dist": {
10891                 "type": "zip",
10892                 "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
10893                 "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
10894                 "shasum": ""
10895             },
10896             "require-dev": {
10897                 "mikey179/vfsstream": "^1.6",
10898                 "phpunit/phpunit": "^4.8"
10899             },
10900             "type": "library",
10901             "autoload": {
10902                 "classmap": [
10903                     "src/DrupalFinder.php"
10904                 ]
10905             },
10906             "notification-url": "https://packagist.org/downloads/",
10907             "license": [
10908                 "GPL-2.0+"
10909             ],
10910             "authors": [
10911                 {
10912                     "name": "Florian Weber",
10913                     "email": "florian@webflo.org"
10914                 }
10915             ],
10916             "description": "Helper class to locate a Drupal installation from a given path.",
10917             "time": "2017-10-24T08:12:11+00:00"
10918         },
10919         {
10920             "name": "webmozart/assert",
10921             "version": "1.3.0",
10922             "source": {
10923                 "type": "git",
10924                 "url": "https://github.com/webmozart/assert.git",
10925                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
10926             },
10927             "dist": {
10928                 "type": "zip",
10929                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
10930                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
10931                 "shasum": ""
10932             },
10933             "require": {
10934                 "php": "^5.3.3 || ^7.0"
10935             },
10936             "require-dev": {
10937                 "phpunit/phpunit": "^4.6",
10938                 "sebastian/version": "^1.0.1"
10939             },
10940             "type": "library",
10941             "extra": {
10942                 "branch-alias": {
10943                     "dev-master": "1.3-dev"
10944                 }
10945             },
10946             "autoload": {
10947                 "psr-4": {
10948                     "Webmozart\\Assert\\": "src/"
10949                 }
10950             },
10951             "notification-url": "https://packagist.org/downloads/",
10952             "license": [
10953                 "MIT"
10954             ],
10955             "authors": [
10956                 {
10957                     "name": "Bernhard Schussek",
10958                     "email": "bschussek@gmail.com"
10959                 }
10960             ],
10961             "description": "Assertions to validate method input/output with nice error messages.",
10962             "keywords": [
10963                 "assert",
10964                 "check",
10965                 "validate"
10966             ],
10967             "time": "2018-01-29T19:49:41+00:00"
10968         },
10969         {
10970             "name": "webmozart/path-util",
10971             "version": "2.3.0",
10972             "source": {
10973                 "type": "git",
10974                 "url": "https://github.com/webmozart/path-util.git",
10975                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
10976             },
10977             "dist": {
10978                 "type": "zip",
10979                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
10980                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
10981                 "shasum": ""
10982             },
10983             "require": {
10984                 "php": ">=5.3.3",
10985                 "webmozart/assert": "~1.0"
10986             },
10987             "require-dev": {
10988                 "phpunit/phpunit": "^4.6",
10989                 "sebastian/version": "^1.0.1"
10990             },
10991             "type": "library",
10992             "extra": {
10993                 "branch-alias": {
10994                     "dev-master": "2.3-dev"
10995                 }
10996             },
10997             "autoload": {
10998                 "psr-4": {
10999                     "Webmozart\\PathUtil\\": "src/"
11000                 }
11001             },
11002             "notification-url": "https://packagist.org/downloads/",
11003             "license": [
11004                 "MIT"
11005             ],
11006             "authors": [
11007                 {
11008                     "name": "Bernhard Schussek",
11009                     "email": "bschussek@gmail.com"
11010                 }
11011             ],
11012             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
11013             "time": "2015-12-17T08:42:14+00:00"
11014         },
11015         {
11016             "name": "zendframework/zend-diactoros",
11017             "version": "1.7.1",
11018             "source": {
11019                 "type": "git",
11020                 "url": "https://github.com/zendframework/zend-diactoros.git",
11021                 "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
11022             },
11023             "dist": {
11024                 "type": "zip",
11025                 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
11026                 "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
11027                 "shasum": ""
11028             },
11029             "require": {
11030                 "php": "^5.6 || ^7.0",
11031                 "psr/http-message": "^1.0"
11032             },
11033             "provide": {
11034                 "psr/http-message-implementation": "1.0"
11035             },
11036             "require-dev": {
11037                 "ext-dom": "*",
11038                 "ext-libxml": "*",
11039                 "phpunit/phpunit": "^5.7.16 || ^6.0.8",
11040                 "zendframework/zend-coding-standard": "~1.0"
11041             },
11042             "type": "library",
11043             "extra": {
11044                 "branch-alias": {
11045                     "dev-master": "1.7.x-dev",
11046                     "dev-develop": "1.8.x-dev"
11047                 }
11048             },
11049             "autoload": {
11050                 "psr-4": {
11051                     "Zend\\Diactoros\\": "src/"
11052                 }
11053             },
11054             "notification-url": "https://packagist.org/downloads/",
11055             "license": [
11056                 "BSD-2-Clause"
11057             ],
11058             "description": "PSR HTTP Message implementations",
11059             "homepage": "https://github.com/zendframework/zend-diactoros",
11060             "keywords": [
11061                 "http",
11062                 "psr",
11063                 "psr-7"
11064             ],
11065             "time": "2018-02-26T15:44:50+00:00"
11066         },
11067         {
11068             "name": "zendframework/zend-escaper",
11069             "version": "2.5.2",
11070             "source": {
11071                 "type": "git",
11072                 "url": "https://github.com/zendframework/zend-escaper.git",
11073                 "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
11074             },
11075             "dist": {
11076                 "type": "zip",
11077                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
11078                 "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
11079                 "shasum": ""
11080             },
11081             "require": {
11082                 "php": ">=5.5"
11083             },
11084             "require-dev": {
11085                 "fabpot/php-cs-fixer": "1.7.*",
11086                 "phpunit/phpunit": "~4.0"
11087             },
11088             "type": "library",
11089             "extra": {
11090                 "branch-alias": {
11091                     "dev-master": "2.5-dev",
11092                     "dev-develop": "2.6-dev"
11093                 }
11094             },
11095             "autoload": {
11096                 "psr-4": {
11097                     "Zend\\Escaper\\": "src/"
11098                 }
11099             },
11100             "notification-url": "https://packagist.org/downloads/",
11101             "license": [
11102                 "BSD-3-Clause"
11103             ],
11104             "homepage": "https://github.com/zendframework/zend-escaper",
11105             "keywords": [
11106                 "escaper",
11107                 "zf2"
11108             ],
11109             "time": "2016-06-30T19:48:38+00:00"
11110         },
11111         {
11112             "name": "zendframework/zend-feed",
11113             "version": "2.9.0",
11114             "source": {
11115                 "type": "git",
11116                 "url": "https://github.com/zendframework/zend-feed.git",
11117                 "reference": "abe88686124d492e0a2a84656f15e5482bfbe030"
11118             },
11119             "dist": {
11120                 "type": "zip",
11121                 "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/abe88686124d492e0a2a84656f15e5482bfbe030",
11122                 "reference": "abe88686124d492e0a2a84656f15e5482bfbe030",
11123                 "shasum": ""
11124             },
11125             "require": {
11126                 "php": "^5.6 || ^7.0",
11127                 "zendframework/zend-escaper": "^2.5.2",
11128                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
11129             },
11130             "require-dev": {
11131                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
11132                 "psr/http-message": "^1.0.1",
11133                 "zendframework/zend-cache": "^2.7.2",
11134                 "zendframework/zend-coding-standard": "~1.0.0",
11135                 "zendframework/zend-db": "^2.8.2",
11136                 "zendframework/zend-http": "^2.7",
11137                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
11138                 "zendframework/zend-validator": "^2.10.1"
11139             },
11140             "suggest": {
11141                 "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
11142                 "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
11143                 "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
11144                 "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
11145                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
11146                 "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
11147             },
11148             "type": "library",
11149             "extra": {
11150                 "branch-alias": {
11151                     "dev-master": "2.9-dev",
11152                     "dev-develop": "2.10-dev"
11153                 }
11154             },
11155             "autoload": {
11156                 "psr-4": {
11157                     "Zend\\Feed\\": "src/"
11158                 }
11159             },
11160             "notification-url": "https://packagist.org/downloads/",
11161             "license": [
11162                 "BSD-3-Clause"
11163             ],
11164             "description": "provides functionality for consuming RSS and Atom feeds",
11165             "keywords": [
11166                 "ZendFramework",
11167                 "feed",
11168                 "zf"
11169             ],
11170             "time": "2017-12-04T17:59:38+00:00"
11171         },
11172         {
11173             "name": "zendframework/zend-stdlib",
11174             "version": "3.1.0",
11175             "source": {
11176                 "type": "git",
11177                 "url": "https://github.com/zendframework/zend-stdlib.git",
11178                 "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
11179             },
11180             "dist": {
11181                 "type": "zip",
11182                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
11183                 "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
11184                 "shasum": ""
11185             },
11186             "require": {
11187                 "php": "^5.6 || ^7.0"
11188             },
11189             "require-dev": {
11190                 "athletic/athletic": "~0.1",
11191                 "phpunit/phpunit": "~4.0",
11192                 "squizlabs/php_codesniffer": "^2.6.2"
11193             },
11194             "type": "library",
11195             "extra": {
11196                 "branch-alias": {
11197                     "dev-master": "3.1-dev",
11198                     "dev-develop": "3.2-dev"
11199                 }
11200             },
11201             "autoload": {
11202                 "psr-4": {
11203                     "Zend\\Stdlib\\": "src/"
11204                 }
11205             },
11206             "notification-url": "https://packagist.org/downloads/",
11207             "license": [
11208                 "BSD-3-Clause"
11209             ],
11210             "homepage": "https://github.com/zendframework/zend-stdlib",
11211             "keywords": [
11212                 "stdlib",
11213                 "zf2"
11214             ],
11215             "time": "2016-09-13T14:38:50+00:00"
11216         }
11217     ],
11218     "packages-dev": [
11219         {
11220             "name": "ajgl/breakpoint-twig-extension",
11221             "version": "0.3.0",
11222             "source": {
11223                 "type": "git",
11224                 "url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
11225                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155"
11226             },
11227             "dist": {
11228                 "type": "zip",
11229                 "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
11230                 "reference": "0dfa4f0ae3bbeb6c8036e3e6d6c204c43b090155",
11231                 "shasum": ""
11232             },
11233             "require": {
11234                 "php": ">=5.4.0",
11235                 "twig/twig": "^1.14"
11236             },
11237             "require-dev": {
11238                 "symfony/framework-bundle": "^2.3",
11239                 "symfony/twig-bundle": "^2.3"
11240             },
11241             "suggest": {
11242                 "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
11243                 "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
11244                 "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
11245             },
11246             "type": "library",
11247             "extra": {
11248                 "branch-alias": {
11249                     "dev-master": "0.4.x-dev"
11250                 }
11251             },
11252             "autoload": {
11253                 "psr-4": {
11254                     "Ajgl\\Twig\\Extension\\": "src/"
11255                 }
11256             },
11257             "notification-url": "https://packagist.org/downloads/",
11258             "license": [
11259                 "MIT"
11260             ],
11261             "authors": [
11262                 {
11263                     "name": "Antonio J. García Lagar",
11264                     "email": "aj@garcialagar.es",
11265                     "homepage": "http://aj.garcialagar.es",
11266                     "role": "developer"
11267                 }
11268             ],
11269             "description": "Twig extension to set breakpoints",
11270             "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
11271             "keywords": [
11272                 "Xdebug",
11273                 "breakpoint",
11274                 "twig"
11275             ],
11276             "time": "2016-03-31T18:09:32+00:00"
11277         },
11278         {
11279             "name": "drupal/twig_xdebug",
11280             "version": "1.0.0",
11281             "source": {
11282                 "type": "git",
11283                 "url": "https://git.drupal.org/project/twig_xdebug",
11284                 "reference": "8.x-1.0"
11285             },
11286             "dist": {
11287                 "type": "zip",
11288                 "url": "https://ftp.drupal.org/files/projects/twig_xdebug-8.x-1.0.zip",
11289                 "reference": "8.x-1.0",
11290                 "shasum": "f8a5cfef63b427d6b6b428a2c4bd19b19d082037"
11291             },
11292             "require": {
11293                 "ajgl/breakpoint-twig-extension": "0.3",
11294                 "drupal/core": "~8.0"
11295             },
11296             "type": "drupal-module",
11297             "extra": {
11298                 "branch-alias": {
11299                     "dev-1.x": "1.x-dev"
11300                 },
11301                 "drupal": {
11302                     "version": "8.x-1.0",
11303                     "datestamp": "1464928439"
11304                 }
11305             },
11306             "notification-url": "https://packages.drupal.org/8/downloads",
11307             "license": [
11308                 "GPL-2.0+"
11309             ],
11310             "authors": [
11311                 {
11312                     "name": "charginghawk",
11313                     "homepage": "https://www.drupal.org/user/2626341"
11314                 }
11315             ],
11316             "description": "Enables Xdebug breakpoints in Twig.",
11317             "homepage": "https://www.drupal.org/project/twig_xdebug",
11318             "support": {
11319                 "source": "http://cgit.drupalcode.org/twig_xdebug"
11320             }
11321         },
11322         {
11323             "name": "jcalderonzumba/gastonjs",
11324             "version": "v1.0.3",
11325             "source": {
11326                 "type": "git",
11327                 "url": "https://github.com/jcalderonzumba/gastonjs.git",
11328                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
11329             },
11330             "dist": {
11331                 "type": "zip",
11332                 "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
11333                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
11334                 "shasum": ""
11335             },
11336             "require": {
11337                 "guzzlehttp/guzzle": "~5.0|~6.0",
11338                 "php": ">=5.4"
11339             },
11340             "require-dev": {
11341                 "phpunit/phpunit": "~4.6",
11342                 "silex/silex": "~1.2",
11343                 "symfony/phpunit-bridge": "~2.7",
11344                 "symfony/process": "~2.1"
11345             },
11346             "type": "phantomjs-api",
11347             "extra": {
11348                 "branch-alias": {
11349                     "dev-master": "1.1.x-dev"
11350                 }
11351             },
11352             "autoload": {
11353                 "psr-4": {
11354                     "Zumba\\GastonJS\\": "src"
11355                 }
11356             },
11357             "notification-url": "https://packagist.org/downloads/",
11358             "license": [
11359                 "MIT"
11360             ],
11361             "authors": [
11362                 {
11363                     "name": "Juan Francisco Calderón Zumba",
11364                     "email": "juanfcz@gmail.com",
11365                     "homepage": "http://github.com/jcalderonzumba"
11366                 }
11367             ],
11368             "description": "PhantomJS API based server for webpage automation",
11369             "homepage": "https://github.com/jcalderonzumba/gastonjs",
11370             "keywords": [
11371                 "api",
11372                 "automation",
11373                 "browser",
11374                 "headless",
11375                 "phantomjs"
11376             ],
11377             "time": "2016-05-04T16:27:07+00:00"
11378         },
11379         {
11380             "name": "jcalderonzumba/mink-phantomjs-driver",
11381             "version": "v0.3.3",
11382             "source": {
11383                 "type": "git",
11384                 "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
11385                 "reference": "008f43670e94acd39273d15add1e7348eb23848d"
11386             },
11387             "dist": {
11388                 "type": "zip",
11389                 "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
11390                 "reference": "008f43670e94acd39273d15add1e7348eb23848d",
11391                 "shasum": ""
11392             },
11393             "require": {
11394                 "behat/mink": "~1.7",
11395                 "jcalderonzumba/gastonjs": "~1.0",
11396                 "php": ">=5.4",
11397                 "twig/twig": "~1.20|~2.0"
11398             },
11399             "require-dev": {
11400                 "mink/driver-testsuite": "dev-master",
11401                 "phpunit/phpunit": "~4.6"
11402             },
11403             "type": "mink-driver",
11404             "extra": {
11405                 "branch-alias": {
11406                     "dev-master": "0.4.x-dev"
11407                 }
11408             },
11409             "autoload": {
11410                 "psr-4": {
11411                     "Zumba\\Mink\\Driver\\": "src"
11412                 }
11413             },
11414             "notification-url": "https://packagist.org/downloads/",
11415             "license": [
11416                 "MIT"
11417             ],
11418             "authors": [
11419                 {
11420                     "name": "Juan Francisco Calderón Zumba",
11421                     "email": "juanfcz@gmail.com",
11422                     "homepage": "http://github.com/jcalderonzumba"
11423                 }
11424             ],
11425             "description": "PhantomJS driver for Mink framework",
11426             "homepage": "http://mink.behat.org/",
11427             "keywords": [
11428                 "ajax",
11429                 "browser",
11430                 "headless",
11431                 "javascript",
11432                 "phantomjs",
11433                 "testing"
11434             ],
11435             "time": "2016-12-01T10:57:30+00:00"
11436         },
11437         {
11438             "name": "mikey179/vfsStream",
11439             "version": "v1.6.4",
11440             "source": {
11441                 "type": "git",
11442                 "url": "https://github.com/mikey179/vfsStream.git",
11443                 "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
11444             },
11445             "dist": {
11446                 "type": "zip",
11447                 "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
11448                 "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
11449                 "shasum": ""
11450             },
11451             "require": {
11452                 "php": ">=5.3.0"
11453             },
11454             "require-dev": {
11455                 "phpunit/phpunit": "~4.5"
11456             },
11457             "type": "library",
11458             "extra": {
11459                 "branch-alias": {
11460                     "dev-master": "1.6.x-dev"
11461                 }
11462             },
11463             "autoload": {
11464                 "psr-0": {
11465                     "org\\bovigo\\vfs\\": "src/main/php"
11466                 }
11467             },
11468             "notification-url": "https://packagist.org/downloads/",
11469             "license": [
11470                 "BSD-3-Clause"
11471             ],
11472             "authors": [
11473                 {
11474                     "name": "Frank Kleine",
11475                     "homepage": "http://frankkleine.de/",
11476                     "role": "Developer"
11477                 }
11478             ],
11479             "description": "Virtual file system to mock the real file system in unit tests.",
11480             "homepage": "http://vfs.bovigo.org/",
11481             "time": "2016-07-18T14:02:57+00:00"
11482         }
11483     ],
11484     "aliases": [],
11485     "minimum-stability": "dev",
11486     "stability-flags": {
11487         "drupal/token": 5,
11488         "drupal/ctools": 15,
11489         "drupal/pathauto": 5,
11490         "drupal/eu_cookie_compliance": 10,
11491         "drupal/livereload": 20,
11492         "drupal/front": 15,
11493         "drupal/filefield_sources": 20,
11494         "drupal/php": 20,
11495         "drupal/hacked": 10,
11496         "drupal/pathologic": 20,
11497         "drupal/typogrify": 15,
11498         "drupal/entityqueue": 15,
11499         "drupal/advanced_help": 20,
11500         "drupal/better_formats": 20,
11501         "drupal/block_class": 15,
11502         "drupal/redirect": 15,
11503         "drupal/libraries": 20,
11504         "drupal/linkchecker": 20,
11505         "drupal/devel": 5,
11506         "drupal/security_review": 20,
11507         "drupal/memcache": 15,
11508         "drupal/media": 20,
11509         "grom358/pharborist": 20,
11510         "drupal/superfish": 5,
11511         "drupal/views_bootstrap": 20,
11512         "drupal/views_responsive_grid": 20,
11513         "drupal/imagemagick": 15,
11514         "drupal/diff": 5,
11515         "drupal/ckeditor_widgets": 20,
11516         "drupal/layout_plugin": 15,
11517         "roave/security-advisories": 20
11518     },
11519     "prefer-stable": true,
11520     "prefer-lowest": false,
11521     "platform": [],
11522     "platform-dev": []
11523 }