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