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