b84cc7bc3a320032686dc9e238846d5985d00019
[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": "93c8d2a8e9e1cd1fada5ef839c53ad50",
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.0.0",
76             "source": {
77                 "type": "git",
78                 "url": "https://github.com/asm89/stack-cors.git",
79                 "reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc"
80             },
81             "dist": {
82                 "type": "zip",
83                 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/3ae8ef219bb4c9a6caf857421719aa07fa7776cc",
84                 "reference": "3ae8ef219bb4c9a6caf857421719aa07fa7776cc",
85                 "shasum": ""
86             },
87             "require": {
88                 "php": ">=5.3.2",
89                 "symfony/http-foundation": "~2.1|~3.0",
90                 "symfony/http-kernel": "~2.1|~3.0"
91             },
92             "type": "library",
93             "autoload": {
94                 "psr-0": {
95                     "Asm89\\Stack": "src/"
96                 }
97             },
98             "notification-url": "https://packagist.org/downloads/",
99             "license": [
100                 "MIT"
101             ],
102             "authors": [
103                 {
104                     "name": "Alexander",
105                     "email": "iam.asm89@gmail.com"
106                 }
107             ],
108             "description": "Cross-origin resource sharing library and stack middleware",
109             "homepage": "https://github.com/asm89/stack-cors",
110             "keywords": [
111                 "cors",
112                 "stack"
113             ],
114             "time": "2016-08-01T12:05:04+00:00"
115         },
116         {
117             "name": "composer/installers",
118             "version": "v1.2.0",
119             "source": {
120                 "type": "git",
121                 "url": "https://github.com/composer/installers.git",
122                 "reference": "d78064c68299743e0161004f2de3a0204e33b804"
123             },
124             "dist": {
125                 "type": "zip",
126                 "url": "https://api.github.com/repos/composer/installers/zipball/d78064c68299743e0161004f2de3a0204e33b804",
127                 "reference": "d78064c68299743e0161004f2de3a0204e33b804",
128                 "shasum": ""
129             },
130             "require": {
131                 "composer-plugin-api": "^1.0"
132             },
133             "replace": {
134                 "roundcube/plugin-installer": "*",
135                 "shama/baton": "*"
136             },
137             "require-dev": {
138                 "composer/composer": "1.0.*@dev",
139                 "phpunit/phpunit": "4.1.*"
140             },
141             "type": "composer-plugin",
142             "extra": {
143                 "class": "Composer\\Installers\\Plugin",
144                 "branch-alias": {
145                     "dev-master": "1.0-dev"
146                 }
147             },
148             "autoload": {
149                 "psr-4": {
150                     "Composer\\Installers\\": "src/Composer/Installers"
151                 }
152             },
153             "notification-url": "https://packagist.org/downloads/",
154             "license": [
155                 "MIT"
156             ],
157             "authors": [
158                 {
159                     "name": "Kyle Robinson Young",
160                     "email": "kyle@dontkry.com",
161                     "homepage": "https://github.com/shama"
162                 }
163             ],
164             "description": "A multi-framework Composer library installer",
165             "homepage": "https://composer.github.io/installers/",
166             "keywords": [
167                 "Craft",
168                 "Dolibarr",
169                 "Hurad",
170                 "ImageCMS",
171                 "MODX Evo",
172                 "Mautic",
173                 "OXID",
174                 "Plentymarkets",
175                 "RadPHP",
176                 "SMF",
177                 "Thelia",
178                 "WolfCMS",
179                 "agl",
180                 "aimeos",
181                 "annotatecms",
182                 "attogram",
183                 "bitrix",
184                 "cakephp",
185                 "chef",
186                 "cockpit",
187                 "codeigniter",
188                 "concrete5",
189                 "croogo",
190                 "dokuwiki",
191                 "drupal",
192                 "elgg",
193                 "expressionengine",
194                 "fuelphp",
195                 "grav",
196                 "installer",
197                 "joomla",
198                 "kohana",
199                 "laravel",
200                 "lithium",
201                 "magento",
202                 "mako",
203                 "mediawiki",
204                 "modulework",
205                 "moodle",
206                 "phpbb",
207                 "piwik",
208                 "ppi",
209                 "puppet",
210                 "reindex",
211                 "roundcube",
212                 "shopware",
213                 "silverstripe",
214                 "symfony",
215                 "typo3",
216                 "wordpress",
217                 "yawik",
218                 "zend",
219                 "zikula"
220             ],
221             "time": "2016-08-13T20:53:52+00:00"
222         },
223         {
224             "name": "composer/semver",
225             "version": "1.4.2",
226             "source": {
227                 "type": "git",
228                 "url": "https://github.com/composer/semver.git",
229                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
230             },
231             "dist": {
232                 "type": "zip",
233                 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
234                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
235                 "shasum": ""
236             },
237             "require": {
238                 "php": "^5.3.2 || ^7.0"
239             },
240             "require-dev": {
241                 "phpunit/phpunit": "^4.5 || ^5.0.5",
242                 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
243             },
244             "type": "library",
245             "extra": {
246                 "branch-alias": {
247                     "dev-master": "1.x-dev"
248                 }
249             },
250             "autoload": {
251                 "psr-4": {
252                     "Composer\\Semver\\": "src"
253                 }
254             },
255             "notification-url": "https://packagist.org/downloads/",
256             "license": [
257                 "MIT"
258             ],
259             "authors": [
260                 {
261                     "name": "Nils Adermann",
262                     "email": "naderman@naderman.de",
263                     "homepage": "http://www.naderman.de"
264                 },
265                 {
266                     "name": "Jordi Boggiano",
267                     "email": "j.boggiano@seld.be",
268                     "homepage": "http://seld.be"
269                 },
270                 {
271                     "name": "Rob Bast",
272                     "email": "rob.bast@gmail.com",
273                     "homepage": "http://robbast.nl"
274                 }
275             ],
276             "description": "Semver library that offers utilities, version constraint parsing and validation.",
277             "keywords": [
278                 "semantic",
279                 "semver",
280                 "validation",
281                 "versioning"
282             ],
283             "time": "2016-08-30T16:08:34+00:00"
284         },
285         {
286             "name": "consolidation/annotated-command",
287             "version": "2.4.5",
288             "source": {
289                 "type": "git",
290                 "url": "https://github.com/consolidation/annotated-command.git",
291                 "reference": "7c97c401ea81549779ce96d62f00d230ed5ff1d8"
292             },
293             "dist": {
294                 "type": "zip",
295                 "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/7c97c401ea81549779ce96d62f00d230ed5ff1d8",
296                 "reference": "7c97c401ea81549779ce96d62f00d230ed5ff1d8",
297                 "shasum": ""
298             },
299             "require": {
300                 "consolidation/output-formatters": "^3.1.5",
301                 "php": ">=5.4.0",
302                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
303                 "psr/log": "~1",
304                 "symfony/console": "^2.8|~3",
305                 "symfony/event-dispatcher": "^2.5|~3",
306                 "symfony/finder": "^2.5|~3"
307             },
308             "require-dev": {
309                 "phpunit/phpunit": "^4.8",
310                 "satooshi/php-coveralls": "^1.0",
311                 "squizlabs/php_codesniffer": "^2.7"
312             },
313             "type": "library",
314             "extra": {
315                 "branch-alias": {
316                     "dev-master": "2.x-dev"
317                 }
318             },
319             "autoload": {
320                 "psr-4": {
321                     "Consolidation\\AnnotatedCommand\\": "src"
322                 }
323             },
324             "notification-url": "https://packagist.org/downloads/",
325             "license": [
326                 "MIT"
327             ],
328             "authors": [
329                 {
330                     "name": "Greg Anderson",
331                     "email": "greg.1.anderson@greenknowe.org"
332                 }
333             ],
334             "description": "Initialize Symfony Console commands from annotated command class methods.",
335             "time": "2017-02-28T22:50:54+00:00"
336         },
337         {
338             "name": "consolidation/output-formatters",
339             "version": "3.1.8",
340             "source": {
341                 "type": "git",
342                 "url": "https://github.com/consolidation/output-formatters.git",
343                 "reference": "0b50ba1134d581fd55376f3e21508dab009ced47"
344             },
345             "dist": {
346                 "type": "zip",
347                 "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0b50ba1134d581fd55376f3e21508dab009ced47",
348                 "reference": "0b50ba1134d581fd55376f3e21508dab009ced47",
349                 "shasum": ""
350             },
351             "require": {
352                 "php": ">=5.4.0",
353                 "symfony/console": "^2.8|~3",
354                 "symfony/finder": "~2.5|~3.0"
355             },
356             "require-dev": {
357                 "phpunit/phpunit": "^4.8",
358                 "satooshi/php-coveralls": "^1.0",
359                 "squizlabs/php_codesniffer": "^2.7",
360                 "victorjonsson/markdowndocs": "^1.3"
361             },
362             "type": "library",
363             "extra": {
364                 "branch-alias": {
365                     "dev-master": "2.x-dev"
366                 }
367             },
368             "autoload": {
369                 "psr-4": {
370                     "Consolidation\\OutputFormatters\\": "src"
371                 }
372             },
373             "notification-url": "https://packagist.org/downloads/",
374             "license": [
375                 "MIT"
376             ],
377             "authors": [
378                 {
379                     "name": "Greg Anderson",
380                     "email": "greg.1.anderson@greenknowe.org"
381                 }
382             ],
383             "description": "Format text by applying transformations provided by plug-in formatters.",
384             "time": "2017-03-01T20:54:45+00:00"
385         },
386         {
387             "name": "cweagans/composer-patches",
388             "version": "1.6.0",
389             "source": {
390                 "type": "git",
391                 "url": "https://github.com/cweagans/composer-patches.git",
392                 "reference": "7cd5c6eb7e68b8f7436ce1a7b9fffa4418bf59c6"
393             },
394             "dist": {
395                 "type": "zip",
396                 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/7cd5c6eb7e68b8f7436ce1a7b9fffa4418bf59c6",
397                 "reference": "7cd5c6eb7e68b8f7436ce1a7b9fffa4418bf59c6",
398                 "shasum": ""
399             },
400             "require": {
401                 "composer-plugin-api": "^1.0",
402                 "php": ">=5.3.0"
403             },
404             "require-dev": {
405                 "composer/composer": "~1.0",
406                 "phpunit/phpunit": "~4.6"
407             },
408             "type": "composer-plugin",
409             "extra": {
410                 "class": "cweagans\\Composer\\Patches"
411             },
412             "autoload": {
413                 "psr-4": {
414                     "cweagans\\Composer\\": "src"
415                 }
416             },
417             "notification-url": "https://packagist.org/downloads/",
418             "license": [
419                 "BSD-2-Clause"
420             ],
421             "authors": [
422                 {
423                     "name": "Cameron Eagans",
424                     "email": "me@cweagans.net"
425                 }
426             ],
427             "description": "Provides a way to patch Composer packages.",
428             "time": "2016-12-01T01:19:32+00:00"
429         },
430         {
431             "name": "dflydev/dot-access-configuration",
432             "version": "v1.0.1",
433             "source": {
434                 "type": "git",
435                 "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
436                 "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9"
437             },
438             "dist": {
439                 "type": "zip",
440                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/9b65c83159c9003e00284ea1144ad96b69d9c8b9",
441                 "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9",
442                 "shasum": ""
443             },
444             "require": {
445                 "dflydev/dot-access-data": "1.*",
446                 "dflydev/placeholder-resolver": "1.*",
447                 "php": ">=5.3.2"
448             },
449             "require-dev": {
450                 "symfony/yaml": "~2.1"
451             },
452             "suggest": {
453                 "symfony/yaml": "Required for using the YAML Configuration Builders"
454             },
455             "type": "library",
456             "extra": {
457                 "branch-alias": {
458                     "dev-master": "1.0-dev"
459                 }
460             },
461             "autoload": {
462                 "psr-0": {
463                     "Dflydev\\DotAccessConfiguration": "src"
464                 }
465             },
466             "notification-url": "https://packagist.org/downloads/",
467             "license": [
468                 "MIT"
469             ],
470             "authors": [
471                 {
472                     "name": "Dragonfly Development Inc.",
473                     "email": "info@dflydev.com",
474                     "homepage": "http://dflydev.com"
475                 },
476                 {
477                     "name": "Beau Simensen",
478                     "email": "beau@dflydev.com",
479                     "homepage": "http://beausimensen.com"
480                 }
481             ],
482             "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
483             "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
484             "keywords": [
485                 "config",
486                 "configuration"
487             ],
488             "time": "2014-11-14T03:26:12+00:00"
489         },
490         {
491             "name": "dflydev/dot-access-data",
492             "version": "v1.1.0",
493             "source": {
494                 "type": "git",
495                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
496                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
497             },
498             "dist": {
499                 "type": "zip",
500                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
501                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
502                 "shasum": ""
503             },
504             "require": {
505                 "php": ">=5.3.2"
506             },
507             "type": "library",
508             "extra": {
509                 "branch-alias": {
510                     "dev-master": "1.0-dev"
511                 }
512             },
513             "autoload": {
514                 "psr-0": {
515                     "Dflydev\\DotAccessData": "src"
516                 }
517             },
518             "notification-url": "https://packagist.org/downloads/",
519             "license": [
520                 "MIT"
521             ],
522             "authors": [
523                 {
524                     "name": "Dragonfly Development Inc.",
525                     "email": "info@dflydev.com",
526                     "homepage": "http://dflydev.com"
527                 },
528                 {
529                     "name": "Beau Simensen",
530                     "email": "beau@dflydev.com",
531                     "homepage": "http://beausimensen.com"
532                 },
533                 {
534                     "name": "Carlos Frutos",
535                     "email": "carlos@kiwing.it",
536                     "homepage": "https://github.com/cfrutos"
537                 }
538             ],
539             "description": "Given a deep data structure, access data by dot notation.",
540             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
541             "keywords": [
542                 "access",
543                 "data",
544                 "dot",
545                 "notation"
546             ],
547             "time": "2017-01-20T21:14:22+00:00"
548         },
549         {
550             "name": "dflydev/placeholder-resolver",
551             "version": "v1.0.2",
552             "source": {
553                 "type": "git",
554                 "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
555                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
556             },
557             "dist": {
558                 "type": "zip",
559                 "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
560                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
561                 "shasum": ""
562             },
563             "require": {
564                 "php": ">=5.3.2"
565             },
566             "type": "library",
567             "extra": {
568                 "branch-alias": {
569                     "dev-master": "1.0-dev"
570                 }
571             },
572             "autoload": {
573                 "psr-0": {
574                     "Dflydev\\PlaceholderResolver": "src"
575                 }
576             },
577             "notification-url": "https://packagist.org/downloads/",
578             "license": [
579                 "MIT"
580             ],
581             "authors": [
582                 {
583                     "name": "Dragonfly Development Inc.",
584                     "email": "info@dflydev.com",
585                     "homepage": "http://dflydev.com"
586                 },
587                 {
588                     "name": "Beau Simensen",
589                     "email": "beau@dflydev.com",
590                     "homepage": "http://beausimensen.com"
591                 }
592             ],
593             "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.",
594             "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
595             "keywords": [
596                 "placeholder",
597                 "resolver"
598             ],
599             "time": "2012-10-28T21:08:28+00:00"
600         },
601         {
602             "name": "dnoegel/php-xdg-base-dir",
603             "version": "0.1",
604             "source": {
605                 "type": "git",
606                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
607                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
608             },
609             "dist": {
610                 "type": "zip",
611                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
612                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
613                 "shasum": ""
614             },
615             "require": {
616                 "php": ">=5.3.2"
617             },
618             "require-dev": {
619                 "phpunit/phpunit": "@stable"
620             },
621             "type": "project",
622             "autoload": {
623                 "psr-4": {
624                     "XdgBaseDir\\": "src/"
625                 }
626             },
627             "notification-url": "https://packagist.org/downloads/",
628             "license": [
629                 "MIT"
630             ],
631             "description": "implementation of xdg base directory specification for php",
632             "time": "2014-10-24T07:27:01+00:00"
633         },
634         {
635             "name": "doctrine/annotations",
636             "version": "v1.2.7",
637             "source": {
638                 "type": "git",
639                 "url": "https://github.com/doctrine/annotations.git",
640                 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
641             },
642             "dist": {
643                 "type": "zip",
644                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
645                 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
646                 "shasum": ""
647             },
648             "require": {
649                 "doctrine/lexer": "1.*",
650                 "php": ">=5.3.2"
651             },
652             "require-dev": {
653                 "doctrine/cache": "1.*",
654                 "phpunit/phpunit": "4.*"
655             },
656             "type": "library",
657             "extra": {
658                 "branch-alias": {
659                     "dev-master": "1.3.x-dev"
660                 }
661             },
662             "autoload": {
663                 "psr-0": {
664                     "Doctrine\\Common\\Annotations\\": "lib/"
665                 }
666             },
667             "notification-url": "https://packagist.org/downloads/",
668             "license": [
669                 "MIT"
670             ],
671             "authors": [
672                 {
673                     "name": "Roman Borschel",
674                     "email": "roman@code-factory.org"
675                 },
676                 {
677                     "name": "Benjamin Eberlei",
678                     "email": "kontakt@beberlei.de"
679                 },
680                 {
681                     "name": "Guilherme Blanco",
682                     "email": "guilhermeblanco@gmail.com"
683                 },
684                 {
685                     "name": "Jonathan Wage",
686                     "email": "jonwage@gmail.com"
687                 },
688                 {
689                     "name": "Johannes Schmitt",
690                     "email": "schmittjoh@gmail.com"
691                 }
692             ],
693             "description": "Docblock Annotations Parser",
694             "homepage": "http://www.doctrine-project.org",
695             "keywords": [
696                 "annotations",
697                 "docblock",
698                 "parser"
699             ],
700             "time": "2015-08-31T12:32:49+00:00"
701         },
702         {
703             "name": "doctrine/cache",
704             "version": "v1.6.1",
705             "source": {
706                 "type": "git",
707                 "url": "https://github.com/doctrine/cache.git",
708                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
709             },
710             "dist": {
711                 "type": "zip",
712                 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
713                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
714                 "shasum": ""
715             },
716             "require": {
717                 "php": "~5.5|~7.0"
718             },
719             "conflict": {
720                 "doctrine/common": ">2.2,<2.4"
721             },
722             "require-dev": {
723                 "phpunit/phpunit": "~4.8|~5.0",
724                 "predis/predis": "~1.0",
725                 "satooshi/php-coveralls": "~0.6"
726             },
727             "type": "library",
728             "extra": {
729                 "branch-alias": {
730                     "dev-master": "1.6.x-dev"
731                 }
732             },
733             "autoload": {
734                 "psr-4": {
735                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
736                 }
737             },
738             "notification-url": "https://packagist.org/downloads/",
739             "license": [
740                 "MIT"
741             ],
742             "authors": [
743                 {
744                     "name": "Roman Borschel",
745                     "email": "roman@code-factory.org"
746                 },
747                 {
748                     "name": "Benjamin Eberlei",
749                     "email": "kontakt@beberlei.de"
750                 },
751                 {
752                     "name": "Guilherme Blanco",
753                     "email": "guilhermeblanco@gmail.com"
754                 },
755                 {
756                     "name": "Jonathan Wage",
757                     "email": "jonwage@gmail.com"
758                 },
759                 {
760                     "name": "Johannes Schmitt",
761                     "email": "schmittjoh@gmail.com"
762                 }
763             ],
764             "description": "Caching library offering an object-oriented API for many cache backends",
765             "homepage": "http://www.doctrine-project.org",
766             "keywords": [
767                 "cache",
768                 "caching"
769             ],
770             "time": "2016-10-29T11:16:17+00:00"
771         },
772         {
773             "name": "doctrine/collections",
774             "version": "v1.3.0",
775             "source": {
776                 "type": "git",
777                 "url": "https://github.com/doctrine/collections.git",
778                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
779             },
780             "dist": {
781                 "type": "zip",
782                 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
783                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
784                 "shasum": ""
785             },
786             "require": {
787                 "php": ">=5.3.2"
788             },
789             "require-dev": {
790                 "phpunit/phpunit": "~4.0"
791             },
792             "type": "library",
793             "extra": {
794                 "branch-alias": {
795                     "dev-master": "1.2.x-dev"
796                 }
797             },
798             "autoload": {
799                 "psr-0": {
800                     "Doctrine\\Common\\Collections\\": "lib/"
801                 }
802             },
803             "notification-url": "https://packagist.org/downloads/",
804             "license": [
805                 "MIT"
806             ],
807             "authors": [
808                 {
809                     "name": "Roman Borschel",
810                     "email": "roman@code-factory.org"
811                 },
812                 {
813                     "name": "Benjamin Eberlei",
814                     "email": "kontakt@beberlei.de"
815                 },
816                 {
817                     "name": "Guilherme Blanco",
818                     "email": "guilhermeblanco@gmail.com"
819                 },
820                 {
821                     "name": "Jonathan Wage",
822                     "email": "jonwage@gmail.com"
823                 },
824                 {
825                     "name": "Johannes Schmitt",
826                     "email": "schmittjoh@gmail.com"
827                 }
828             ],
829             "description": "Collections Abstraction library",
830             "homepage": "http://www.doctrine-project.org",
831             "keywords": [
832                 "array",
833                 "collections",
834                 "iterator"
835             ],
836             "time": "2015-04-14T22:21:58+00:00"
837         },
838         {
839             "name": "doctrine/common",
840             "version": "v2.5.3",
841             "source": {
842                 "type": "git",
843                 "url": "https://github.com/doctrine/common.git",
844                 "reference": "10f1f19651343f87573129ca970aef1a47a6f29e"
845             },
846             "dist": {
847                 "type": "zip",
848                 "url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e",
849                 "reference": "10f1f19651343f87573129ca970aef1a47a6f29e",
850                 "shasum": ""
851             },
852             "require": {
853                 "doctrine/annotations": "1.*",
854                 "doctrine/cache": "1.*",
855                 "doctrine/collections": "1.*",
856                 "doctrine/inflector": "1.*",
857                 "doctrine/lexer": "1.*",
858                 "php": ">=5.3.2"
859             },
860             "require-dev": {
861                 "phpunit/phpunit": "~3.7"
862             },
863             "type": "library",
864             "extra": {
865                 "branch-alias": {
866                     "dev-master": "2.5.x-dev"
867                 }
868             },
869             "autoload": {
870                 "psr-0": {
871                     "Doctrine\\Common\\": "lib/"
872                 }
873             },
874             "notification-url": "https://packagist.org/downloads/",
875             "license": [
876                 "MIT"
877             ],
878             "authors": [
879                 {
880                     "name": "Roman Borschel",
881                     "email": "roman@code-factory.org"
882                 },
883                 {
884                     "name": "Benjamin Eberlei",
885                     "email": "kontakt@beberlei.de"
886                 },
887                 {
888                     "name": "Guilherme Blanco",
889                     "email": "guilhermeblanco@gmail.com"
890                 },
891                 {
892                     "name": "Jonathan Wage",
893                     "email": "jonwage@gmail.com"
894                 },
895                 {
896                     "name": "Johannes Schmitt",
897                     "email": "schmittjoh@gmail.com"
898                 }
899             ],
900             "description": "Common Library for Doctrine projects",
901             "homepage": "http://www.doctrine-project.org",
902             "keywords": [
903                 "annotations",
904                 "collections",
905                 "eventmanager",
906                 "persistence",
907                 "spl"
908             ],
909             "time": "2015-12-25T13:10:16+00:00"
910         },
911         {
912             "name": "doctrine/inflector",
913             "version": "v1.1.0",
914             "source": {
915                 "type": "git",
916                 "url": "https://github.com/doctrine/inflector.git",
917                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
918             },
919             "dist": {
920                 "type": "zip",
921                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
922                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
923                 "shasum": ""
924             },
925             "require": {
926                 "php": ">=5.3.2"
927             },
928             "require-dev": {
929                 "phpunit/phpunit": "4.*"
930             },
931             "type": "library",
932             "extra": {
933                 "branch-alias": {
934                     "dev-master": "1.1.x-dev"
935                 }
936             },
937             "autoload": {
938                 "psr-0": {
939                     "Doctrine\\Common\\Inflector\\": "lib/"
940                 }
941             },
942             "notification-url": "https://packagist.org/downloads/",
943             "license": [
944                 "MIT"
945             ],
946             "authors": [
947                 {
948                     "name": "Roman Borschel",
949                     "email": "roman@code-factory.org"
950                 },
951                 {
952                     "name": "Benjamin Eberlei",
953                     "email": "kontakt@beberlei.de"
954                 },
955                 {
956                     "name": "Guilherme Blanco",
957                     "email": "guilhermeblanco@gmail.com"
958                 },
959                 {
960                     "name": "Jonathan Wage",
961                     "email": "jonwage@gmail.com"
962                 },
963                 {
964                     "name": "Johannes Schmitt",
965                     "email": "schmittjoh@gmail.com"
966                 }
967             ],
968             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
969             "homepage": "http://www.doctrine-project.org",
970             "keywords": [
971                 "inflection",
972                 "pluralize",
973                 "singularize",
974                 "string"
975             ],
976             "time": "2015-11-06T14:35:42+00:00"
977         },
978         {
979             "name": "doctrine/lexer",
980             "version": "v1.0.1",
981             "source": {
982                 "type": "git",
983                 "url": "https://github.com/doctrine/lexer.git",
984                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
985             },
986             "dist": {
987                 "type": "zip",
988                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
989                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
990                 "shasum": ""
991             },
992             "require": {
993                 "php": ">=5.3.2"
994             },
995             "type": "library",
996             "extra": {
997                 "branch-alias": {
998                     "dev-master": "1.0.x-dev"
999                 }
1000             },
1001             "autoload": {
1002                 "psr-0": {
1003                     "Doctrine\\Common\\Lexer\\": "lib/"
1004                 }
1005             },
1006             "notification-url": "https://packagist.org/downloads/",
1007             "license": [
1008                 "MIT"
1009             ],
1010             "authors": [
1011                 {
1012                     "name": "Roman Borschel",
1013                     "email": "roman@code-factory.org"
1014                 },
1015                 {
1016                     "name": "Guilherme Blanco",
1017                     "email": "guilhermeblanco@gmail.com"
1018                 },
1019                 {
1020                     "name": "Johannes Schmitt",
1021                     "email": "schmittjoh@gmail.com"
1022                 }
1023             ],
1024             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1025             "homepage": "http://www.doctrine-project.org",
1026             "keywords": [
1027                 "lexer",
1028                 "parser"
1029             ],
1030             "time": "2014-09-09T13:34:57+00:00"
1031         },
1032         {
1033             "name": "drupal-composer/drupal-scaffold",
1034             "version": "2.2.0",
1035             "source": {
1036                 "type": "git",
1037                 "url": "https://github.com/drupal-composer/drupal-scaffold.git",
1038                 "reference": "3ad465ac853c2e52e6a808f5529859917662c256"
1039             },
1040             "dist": {
1041                 "type": "zip",
1042                 "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/3ad465ac853c2e52e6a808f5529859917662c256",
1043                 "reference": "3ad465ac853c2e52e6a808f5529859917662c256",
1044                 "shasum": ""
1045             },
1046             "require": {
1047                 "composer-plugin-api": "^1.0.0",
1048                 "php": ">=5.4.5"
1049             },
1050             "require-dev": {
1051                 "composer/composer": "dev-master",
1052                 "phpunit/phpunit": "^4.4.0"
1053             },
1054             "type": "composer-plugin",
1055             "extra": {
1056                 "class": "DrupalComposer\\DrupalScaffold\\Plugin",
1057                 "branch-alias": {
1058                     "dev-master": "2.0.x-dev"
1059                 }
1060             },
1061             "autoload": {
1062                 "psr-4": {
1063                     "DrupalComposer\\DrupalScaffold\\": "src/"
1064                 }
1065             },
1066             "notification-url": "https://packagist.org/downloads/",
1067             "license": [
1068                 "GPL-2.0+"
1069             ],
1070             "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core",
1071             "time": "2016-11-05T10:46:44+00:00"
1072         },
1073         {
1074             "name": "drupal/admin_toolbar",
1075             "version": "1.18.0",
1076             "source": {
1077                 "type": "git",
1078                 "url": "https://git.drupal.org/project/admin_toolbar",
1079                 "reference": "8.x-1.18"
1080             },
1081             "dist": {
1082                 "type": "zip",
1083                 "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.18.zip",
1084                 "reference": "8.x-1.18",
1085                 "shasum": "ea5b6b5eb20757fda12e7220819a750e2575359b"
1086             },
1087             "require": {
1088                 "drupal/core": "*"
1089             },
1090             "type": "drupal-module",
1091             "extra": {
1092                 "branch-alias": {
1093                     "dev-1.x": "1.x-dev"
1094                 },
1095                 "drupal": {
1096                     "version": "8.x-1.18",
1097                     "datestamp": "1480614184"
1098                 }
1099             },
1100             "notification-url": "https://packages.drupal.org/8/downloads",
1101             "license": [
1102                 "GPL-2.0+"
1103             ],
1104             "authors": [
1105                 {
1106                     "name": "Mohamed Anis Taktak",
1107                     "homepage": "https://www.drupal.org/u/matio89"
1108                 },
1109                 {
1110                     "name": "eme",
1111                     "homepage": "https://www.drupal.org/user/542492"
1112                 },
1113                 {
1114                     "name": "fethi.krout",
1115                     "homepage": "https://www.drupal.org/user/3206765"
1116                 },
1117                 {
1118                     "name": "matio89",
1119                     "homepage": "https://www.drupal.org/user/2320090"
1120                 },
1121                 {
1122                     "name": "romainj",
1123                     "homepage": "https://www.drupal.org/user/370706"
1124                 }
1125             ],
1126             "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
1127             "homepage": "http://drupal.org/project/admin_toolbar",
1128             "support": {
1129                 "source": "http://cgit.drupalcode.org/admin_toolbar",
1130                 "issues": "https://www.drupal.org/project/issues/admin_toolbar"
1131             }
1132         },
1133         {
1134             "name": "drupal/bootstrap",
1135             "version": "3.2.0",
1136             "source": {
1137                 "type": "git",
1138                 "url": "https://git.drupal.org/project/bootstrap",
1139                 "reference": "8.x-3.2"
1140             },
1141             "dist": {
1142                 "type": "zip",
1143                 "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.2.zip",
1144                 "reference": "8.x-3.2",
1145                 "shasum": "1638ded543a50a5dce558c2a8177a945a3e5a4cb"
1146             },
1147             "require": {
1148                 "drupal/core": "~8.0"
1149             },
1150             "type": "drupal-theme",
1151             "extra": {
1152                 "branch-alias": {
1153                     "dev-3.x": "3.x-dev"
1154                 },
1155                 "drupal": {
1156                     "version": "8.x-3.2",
1157                     "datestamp": "1487640876"
1158                 }
1159             },
1160             "notification-url": "https://packages.drupal.org/8/downloads",
1161             "license": [
1162                 "GPL-2.0+"
1163             ],
1164             "authors": [
1165                 {
1166                     "name": "markcarver",
1167                     "homepage": "https://www.drupal.org/user/501638"
1168                 },
1169                 {
1170                     "name": "neardark",
1171                     "homepage": "https://www.drupal.org/user/661076"
1172                 },
1173                 {
1174                     "name": "wundo",
1175                     "homepage": "https://www.drupal.org/user/25523"
1176                 }
1177             ],
1178             "homepage": "https://www.drupal.org/project/bootstrap",
1179             "support": {
1180                 "source": "http://cgit.drupalcode.org/bootstrap"
1181             }
1182         },
1183         {
1184             "name": "drupal/console",
1185             "version": "1.0.0-rc16",
1186             "source": {
1187                 "type": "git",
1188                 "url": "https://github.com/hechoendrupal/drupal-console.git",
1189                 "reference": "955b057042635a5dc935799228ec7bbddf2c0cc2"
1190             },
1191             "dist": {
1192                 "type": "zip",
1193                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/955b057042635a5dc935799228ec7bbddf2c0cc2",
1194                 "reference": "955b057042635a5dc935799228ec7bbddf2c0cc2",
1195                 "shasum": ""
1196             },
1197             "require": {
1198                 "alchemy/zippy": "0.4.3",
1199                 "composer/installers": "~1.0",
1200                 "doctrine/annotations": "1.2.*",
1201                 "doctrine/collections": "1.3.0",
1202                 "drupal/console-core": "1.0.0-rc16",
1203                 "drupal/console-extend-plugin": "~0",
1204                 "gabordemooij/redbean": "~4.3",
1205                 "guzzlehttp/guzzle": "~6.1",
1206                 "php": "^5.5.9 || ^7.0",
1207                 "psy/psysh": "0.6.* || ~0.8",
1208                 "symfony/css-selector": ">=2.7 <3.0",
1209                 "symfony/dom-crawler": ">=2.7 <3.3",
1210                 "symfony/expression-language": ">=2.7 <3.0",
1211                 "symfony/http-foundation": ">=2.7 <3.0"
1212             },
1213             "bin": [
1214                 "bin/drupal"
1215             ],
1216             "type": "project",
1217             "autoload": {
1218                 "psr-4": {
1219                     "Drupal\\Console\\": "src"
1220                 }
1221             },
1222             "notification-url": "https://packagist.org/downloads/",
1223             "license": [
1224                 "GPL-2.0+"
1225             ],
1226             "authors": [
1227                 {
1228                     "name": "David Flores",
1229                     "email": "dmousex@gmail.com",
1230                     "homepage": "http://dmouse.net"
1231                 },
1232                 {
1233                     "name": "Jesus Manuel Olivas",
1234                     "email": "jesus.olivas@gmail.com",
1235                     "homepage": "http://jmolivas.com"
1236                 },
1237                 {
1238                     "name": "Drupal Console Contributors",
1239                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
1240                 },
1241                 {
1242                     "name": "Eduardo Garcia",
1243                     "email": "enzo@enzolutions.com",
1244                     "homepage": "http://enzolutions.com/"
1245                 },
1246                 {
1247                     "name": "Omar Aguirre",
1248                     "email": "omersguchigu@gmail.com"
1249                 }
1250             ],
1251             "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
1252             "homepage": "http://drupalconsole.com/",
1253             "keywords": [
1254                 "console",
1255                 "development",
1256                 "drupal",
1257                 "symfony"
1258             ],
1259             "time": "2017-02-09T18:54:29+00:00"
1260         },
1261         {
1262             "name": "drupal/console-core",
1263             "version": "1.0.0-rc16",
1264             "source": {
1265                 "type": "git",
1266                 "url": "https://github.com/hechoendrupal/drupal-console-core.git",
1267                 "reference": "42690f652b3a61d7d15fe9b785b946f3eb9227bf"
1268             },
1269             "dist": {
1270                 "type": "zip",
1271                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/42690f652b3a61d7d15fe9b785b946f3eb9227bf",
1272                 "reference": "42690f652b3a61d7d15fe9b785b946f3eb9227bf",
1273                 "shasum": ""
1274             },
1275             "require": {
1276                 "dflydev/dot-access-configuration": "1.0.1",
1277                 "drupal/console-en": "1.0.0-rc16",
1278                 "php": "^5.5.9 || ^7.0",
1279                 "stecman/symfony-console-completion": "~0.7",
1280                 "symfony/config": ">=2.7 <3.0",
1281                 "symfony/console": ">=2.7 <3.0",
1282                 "symfony/debug": ">=2.6 <3.0",
1283                 "symfony/dependency-injection": ">=2.7 <3.0",
1284                 "symfony/event-dispatcher": ">=2.7 <3.0",
1285                 "symfony/filesystem": ">=2.7 <3.0",
1286                 "symfony/finder": ">=2.7 <3.0",
1287                 "symfony/process": ">=2.7 <3.0",
1288                 "symfony/translation": ">=2.7 <3.0",
1289                 "symfony/yaml": ">=2.7 <3.0",
1290                 "twig/twig": "^1.23.1",
1291                 "webflo/drupal-finder": "0.*"
1292             },
1293             "type": "project",
1294             "autoload": {
1295                 "files": [
1296                     "src/constants.php",
1297                     "src/functions.php"
1298                 ],
1299                 "psr-4": {
1300                     "Drupal\\Console\\Core\\": "src"
1301                 }
1302             },
1303             "notification-url": "https://packagist.org/downloads/",
1304             "license": [
1305                 "GPL-2.0+"
1306             ],
1307             "authors": [
1308                 {
1309                     "name": "David Flores",
1310                     "email": "dmousex@gmail.com",
1311                     "homepage": "http://dmouse.net"
1312                 },
1313                 {
1314                     "name": "Jesus Manuel Olivas",
1315                     "email": "jesus.olivas@gmail.com",
1316                     "homepage": "http://jmolivas.com"
1317                 },
1318                 {
1319                     "name": "Drupal Console Contributors",
1320                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
1321                 },
1322                 {
1323                     "name": "Eduardo Garcia",
1324                     "email": "enzo@enzolutions.com",
1325                     "homepage": "http://enzolutions.com/"
1326                 },
1327                 {
1328                     "name": "Omar Aguirre",
1329                     "email": "omersguchigu@gmail.com"
1330                 }
1331             ],
1332             "description": "Drupal Console Core",
1333             "homepage": "http://drupalconsole.com/",
1334             "keywords": [
1335                 "console",
1336                 "development",
1337                 "drupal",
1338                 "symfony"
1339             ],
1340             "time": "2017-02-09T18:22:32+00:00"
1341         },
1342         {
1343             "name": "drupal/console-en",
1344             "version": "1.0.0-rc16",
1345             "source": {
1346                 "type": "git",
1347                 "url": "https://github.com/hechoendrupal/drupal-console-en.git",
1348                 "reference": "32c1e4c31500ba4ccd5e68bd74977fd6258c3e37"
1349             },
1350             "dist": {
1351                 "type": "zip",
1352                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/32c1e4c31500ba4ccd5e68bd74977fd6258c3e37",
1353                 "reference": "32c1e4c31500ba4ccd5e68bd74977fd6258c3e37",
1354                 "shasum": ""
1355             },
1356             "type": "drupal-console-language",
1357             "notification-url": "https://packagist.org/downloads/",
1358             "license": [
1359                 "GPL-2.0+"
1360             ],
1361             "authors": [
1362                 {
1363                     "name": "David Flores",
1364                     "email": "dmousex@gmail.com",
1365                     "homepage": "http://dmouse.net"
1366                 },
1367                 {
1368                     "name": "Jesus Manuel Olivas",
1369                     "email": "jesus.olivas@gmail.com",
1370                     "homepage": "http://jmolivas.com"
1371                 },
1372                 {
1373                     "name": "Drupal Console Contributors",
1374                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
1375                 },
1376                 {
1377                     "name": "Eduardo Garcia",
1378                     "email": "enzo@enzolutions.com",
1379                     "homepage": "http://enzolutions.com/"
1380                 },
1381                 {
1382                     "name": "Omar Aguirre",
1383                     "email": "omersguchigu@gmail.com"
1384                 }
1385             ],
1386             "description": "Drupal Console English Language",
1387             "homepage": "http://drupalconsole.com/",
1388             "keywords": [
1389                 "console",
1390                 "development",
1391                 "drupal",
1392                 "symfony"
1393             ],
1394             "time": "2017-02-09T16:02:27+00:00"
1395         },
1396         {
1397             "name": "drupal/console-extend-plugin",
1398             "version": "0.4.0",
1399             "source": {
1400                 "type": "git",
1401                 "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
1402                 "reference": "df2396782960335d18a8e5eb6ab630a37ca5f493"
1403             },
1404             "dist": {
1405                 "type": "zip",
1406                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/df2396782960335d18a8e5eb6ab630a37ca5f493",
1407                 "reference": "df2396782960335d18a8e5eb6ab630a37ca5f493",
1408                 "shasum": ""
1409             },
1410             "require": {
1411                 "composer-plugin-api": "^1.0",
1412                 "symfony/finder": ">=2.7 <3.0",
1413                 "symfony/yaml": ">=2.7 <3.0"
1414             },
1415             "type": "composer-plugin",
1416             "extra": {
1417                 "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
1418             },
1419             "autoload": {
1420                 "psr-4": {
1421                     "Drupal\\Console\\Composer\\Plugin\\": "src"
1422                 }
1423             },
1424             "notification-url": "https://packagist.org/downloads/",
1425             "license": [
1426                 "GPL-2.0+"
1427             ],
1428             "authors": [
1429                 {
1430                     "name": "Jesus Manuel Olivas",
1431                     "email": "jesus.olivas@gmail.com"
1432                 }
1433             ],
1434             "description": "Drupal Console Extend Plugin",
1435             "time": "2017-02-14T08:38:49+00:00"
1436         },
1437         {
1438             "name": "drupal/core",
1439             "version": "8.2.6",
1440             "source": {
1441                 "type": "git",
1442                 "url": "https://github.com/drupal-composer/drupal-core.git",
1443                 "reference": "6cd5d296125a4584d470d75d8e5218ff17c39c22"
1444             },
1445             "dist": {
1446                 "type": "zip",
1447                 "url": "https://api.github.com/repos/drupal-composer/drupal-core/zipball/6cd5d296125a4584d470d75d8e5218ff17c39c22",
1448                 "reference": "6cd5d296125a4584d470d75d8e5218ff17c39c22",
1449                 "shasum": ""
1450             },
1451             "require": {
1452                 "asm89/stack-cors": "~1.0",
1453                 "composer/semver": "~1.0",
1454                 "doctrine/annotations": "1.2.*",
1455                 "doctrine/common": "2.5.*",
1456                 "easyrdf/easyrdf": "0.9.*",
1457                 "egulias/email-validator": "1.2.*",
1458                 "guzzlehttp/guzzle": "^6.2.1",
1459                 "masterminds/html5": "~2.1",
1460                 "paragonie/random_compat": "^1|^2",
1461                 "php": ">=5.5.9",
1462                 "stack/builder": "1.0.*",
1463                 "symfony-cmf/routing": "~1.4",
1464                 "symfony/class-loader": "~2.8",
1465                 "symfony/console": "~2.8",
1466                 "symfony/dependency-injection": "~2.8",
1467                 "symfony/event-dispatcher": "~2.8",
1468                 "symfony/http-foundation": "~2.8",
1469                 "symfony/http-kernel": "~2.8",
1470                 "symfony/polyfill-iconv": "~1.0",
1471                 "symfony/process": "~2.8",
1472                 "symfony/psr-http-message-bridge": "v0.2",
1473                 "symfony/routing": "~2.8",
1474                 "symfony/serializer": "~2.8",
1475                 "symfony/translation": "~2.8",
1476                 "symfony/validator": "~2.8",
1477                 "symfony/yaml": "~2.8",
1478                 "twig/twig": "^1.23.1",
1479                 "zendframework/zend-diactoros": "~1.1",
1480                 "zendframework/zend-feed": "~2.4"
1481             },
1482             "replace": {
1483                 "drupal/action": "self.version",
1484                 "drupal/aggregator": "self.version",
1485                 "drupal/automated_cron": "self.version",
1486                 "drupal/ban": "self.version",
1487                 "drupal/bartik": "self.version",
1488                 "drupal/basic_auth": "self.version",
1489                 "drupal/big_pipe": "self.version",
1490                 "drupal/block": "self.version",
1491                 "drupal/block_content": "self.version",
1492                 "drupal/block_place": "self.version",
1493                 "drupal/book": "self.version",
1494                 "drupal/breakpoint": "self.version",
1495                 "drupal/ckeditor": "self.version",
1496                 "drupal/classy": "self.version",
1497                 "drupal/color": "self.version",
1498                 "drupal/comment": "self.version",
1499                 "drupal/config": "self.version",
1500                 "drupal/config_translation": "self.version",
1501                 "drupal/contact": "self.version",
1502                 "drupal/content_moderation": "self.version",
1503                 "drupal/content_translation": "self.version",
1504                 "drupal/contextual": "self.version",
1505                 "drupal/core-annotation": "self.version",
1506                 "drupal/core-assertion": "self.version",
1507                 "drupal/core-bridge": "self.version",
1508                 "drupal/core-datetime": "self.version",
1509                 "drupal/core-dependency-injection": "self.version",
1510                 "drupal/core-diff": "self.version",
1511                 "drupal/core-discovery": "self.version",
1512                 "drupal/core-event-dispatcher": "self.version",
1513                 "drupal/core-file-cache": "self.version",
1514                 "drupal/core-filesystem": "self.version",
1515                 "drupal/core-gettext": "self.version",
1516                 "drupal/core-graph": "self.version",
1517                 "drupal/core-http-foundation": "self.version",
1518                 "drupal/core-php-storage": "self.version",
1519                 "drupal/core-plugin": "self.version",
1520                 "drupal/core-proxy-builder": "self.version",
1521                 "drupal/core-render": "self.version",
1522                 "drupal/core-serialization": "self.version",
1523                 "drupal/core-transliteration": "self.version",
1524                 "drupal/core-utility": "self.version",
1525                 "drupal/core-uuid": "self.version",
1526                 "drupal/datetime": "self.version",
1527                 "drupal/datetime_range": "self.version",
1528                 "drupal/dblog": "self.version",
1529                 "drupal/dynamic_page_cache": "self.version",
1530                 "drupal/editor": "self.version",
1531                 "drupal/entity_reference": "self.version",
1532                 "drupal/field": "self.version",
1533                 "drupal/field_ui": "self.version",
1534                 "drupal/file": "self.version",
1535                 "drupal/filter": "self.version",
1536                 "drupal/forum": "self.version",
1537                 "drupal/hal": "self.version",
1538                 "drupal/help": "self.version",
1539                 "drupal/history": "self.version",
1540                 "drupal/image": "self.version",
1541                 "drupal/inline_form_errors": "self.version",
1542                 "drupal/language": "self.version",
1543                 "drupal/link": "self.version",
1544                 "drupal/locale": "self.version",
1545                 "drupal/menu_link_content": "self.version",
1546                 "drupal/menu_ui": "self.version",
1547                 "drupal/migrate": "self.version",
1548                 "drupal/migrate_drupal": "self.version",
1549                 "drupal/migrate_drupal_ui": "self.version",
1550                 "drupal/minimal": "self.version",
1551                 "drupal/node": "self.version",
1552                 "drupal/options": "self.version",
1553                 "drupal/outside_in": "self.version",
1554                 "drupal/page_cache": "self.version",
1555                 "drupal/path": "self.version",
1556                 "drupal/quickedit": "self.version",
1557                 "drupal/rdf": "self.version",
1558                 "drupal/responsive_image": "self.version",
1559                 "drupal/rest": "self.version",
1560                 "drupal/search": "self.version",
1561                 "drupal/serialization": "self.version",
1562                 "drupal/seven": "self.version",
1563                 "drupal/shortcut": "self.version",
1564                 "drupal/simpletest": "self.version",
1565                 "drupal/standard": "self.version",
1566                 "drupal/stark": "self.version",
1567                 "drupal/statistics": "self.version",
1568                 "drupal/syslog": "self.version",
1569                 "drupal/system": "self.version",
1570                 "drupal/taxonomy": "self.version",
1571                 "drupal/telephone": "self.version",
1572                 "drupal/text": "self.version",
1573                 "drupal/toolbar": "self.version",
1574                 "drupal/tour": "self.version",
1575                 "drupal/tracker": "self.version",
1576                 "drupal/update": "self.version",
1577                 "drupal/user": "self.version",
1578                 "drupal/views": "self.version",
1579                 "drupal/views_ui": "self.version"
1580             },
1581             "require-dev": {
1582                 "behat/mink": "~1.7",
1583                 "behat/mink-goutte-driver": "~1.2",
1584                 "jcalderonzumba/gastonjs": "~1.0.2",
1585                 "jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
1586                 "mikey179/vfsstream": "~1.2",
1587                 "phpunit/phpunit": "~4.8",
1588                 "symfony/css-selector": "~2.8"
1589             },
1590             "type": "drupal-core",
1591             "autoload": {
1592                 "psr-4": {
1593                     "Drupal\\Core\\": "lib/Drupal/Core",
1594                     "Drupal\\Component\\": "lib/Drupal/Component",
1595                     "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
1596                 },
1597                 "classmap": [
1598                     "lib/Drupal.php",
1599                     "lib/Drupal/Component/Utility/Timer.php",
1600                     "lib/Drupal/Component/Utility/Unicode.php",
1601                     "lib/Drupal/Core/Database/Database.php",
1602                     "lib/Drupal/Core/DrupalKernel.php",
1603                     "lib/Drupal/Core/DrupalKernelInterface.php",
1604                     "lib/Drupal/Core/Site/Settings.php"
1605                 ]
1606             },
1607             "notification-url": "https://packagist.org/downloads/",
1608             "license": [
1609                 "GPL-2.0+"
1610             ],
1611             "description": "Drupal is an open source content management platform powering millions of websites and applications.",
1612             "time": "2017-02-01T17:03:36+00:00"
1613         },
1614         {
1615             "name": "drupal/ctools",
1616             "version": "3.0.0-alpha27",
1617             "source": {
1618                 "type": "git",
1619                 "url": "https://git.drupal.org/project/ctools",
1620                 "reference": "8.x-3.0-alpha27"
1621             },
1622             "dist": {
1623                 "type": "zip",
1624                 "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha27.zip",
1625                 "reference": "8.x-3.0-alpha27",
1626                 "shasum": "3e069c46902dd05c2a4e0caf7b185942e9b53238"
1627             },
1628             "require": {
1629                 "drupal/core": "~8.0"
1630             },
1631             "type": "drupal-module",
1632             "extra": {
1633                 "branch-alias": {
1634                     "dev-3.x": "3.x-dev"
1635                 },
1636                 "drupal": {
1637                     "version": "8.x-3.0-alpha27",
1638                     "datestamp": "1471723439"
1639                 }
1640             },
1641             "notification-url": "https://packages.drupal.org/8/downloads",
1642             "license": [
1643                 "GPL-2.0+"
1644             ],
1645             "authors": [
1646                 {
1647                     "name": "EclipseGc",
1648                     "homepage": "https://www.drupal.org/user/61203"
1649                 },
1650                 {
1651                     "name": "damiankloip",
1652                     "homepage": "https://www.drupal.org/user/1037976"
1653                 },
1654                 {
1655                     "name": "dawehner",
1656                     "homepage": "https://www.drupal.org/user/99340"
1657                 },
1658                 {
1659                     "name": "esmerel",
1660                     "homepage": "https://www.drupal.org/user/164022"
1661                 },
1662                 {
1663                     "name": "japerry",
1664                     "homepage": "https://www.drupal.org/user/45640"
1665                 },
1666                 {
1667                     "name": "merlinofchaos",
1668                     "homepage": "https://www.drupal.org/user/26979"
1669                 },
1670                 {
1671                     "name": "neclimdul",
1672                     "homepage": "https://www.drupal.org/user/48673"
1673                 },
1674                 {
1675                     "name": "sdboyer",
1676                     "homepage": "https://www.drupal.org/user/146719"
1677                 },
1678                 {
1679                     "name": "sun",
1680                     "homepage": "https://www.drupal.org/user/54136"
1681                 },
1682                 {
1683                     "name": "tim.plunkett",
1684                     "homepage": "https://www.drupal.org/user/241634"
1685                 }
1686             ],
1687             "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
1688             "homepage": "https://www.drupal.org/project/ctools",
1689             "support": {
1690                 "source": "http://cgit.drupalcode.org/ctools"
1691             }
1692         },
1693         {
1694             "name": "drupal/entity_reference_revisions",
1695             "version": "1.2.0",
1696             "source": {
1697                 "type": "git",
1698                 "url": "https://git.drupal.org/project/entity_reference_revisions",
1699                 "reference": "8.x-1.2"
1700             },
1701             "dist": {
1702                 "type": "zip",
1703                 "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.2.zip",
1704                 "reference": "8.x-1.2",
1705                 "shasum": "15261a4237cc2a743522a7bd81e9f34e01d12843"
1706             },
1707             "require": {
1708                 "drupal/core": "~8.0"
1709             },
1710             "require-dev": {
1711                 "drupal/diff": "*"
1712             },
1713             "type": "drupal-module",
1714             "extra": {
1715                 "branch-alias": {
1716                     "dev-1.x": "1.x-dev"
1717                 },
1718                 "drupal": {
1719                     "version": "8.x-1.2",
1720                     "datestamp": "1485790085"
1721                 }
1722             },
1723             "notification-url": "https://packages.drupal.org/8/downloads",
1724             "license": [
1725                 "GPL-2.0+"
1726             ],
1727             "authors": [
1728                 {
1729                     "name": "Frans",
1730                     "homepage": "https://www.drupal.org/user/514222"
1731                 },
1732                 {
1733                     "name": "jeroen.b",
1734                     "homepage": "https://www.drupal.org/user/1853532"
1735                 },
1736                 {
1737                     "name": "miro_dietiker",
1738                     "homepage": "https://www.drupal.org/user/227761"
1739                 }
1740             ],
1741             "description": "Adds a Entity Reference field type with revision support.",
1742             "homepage": "https://www.drupal.org/project/entity_reference_revisions",
1743             "support": {
1744                 "source": "http://cgit.drupalcode.org/entity_reference_revisions"
1745             }
1746         },
1747         {
1748             "name": "drupal/eu_cookie_compliance",
1749             "version": "1.0.0-beta7",
1750             "source": {
1751                 "type": "git",
1752                 "url": "https://git.drupal.org/project/eu-cookie-compliance",
1753                 "reference": "8.x-1.0-beta7"
1754             },
1755             "dist": {
1756                 "type": "zip",
1757                 "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.0-beta7.zip",
1758                 "reference": "8.x-1.0-beta7",
1759                 "shasum": "c8859fbeb5f6b1122c0eb6c5df1c4cd4b2961421"
1760             },
1761             "require": {
1762                 "drupal/core": "*"
1763             },
1764             "type": "drupal-module",
1765             "extra": {
1766                 "branch-alias": {
1767                     "dev-1.x": "1.x-dev"
1768                 },
1769                 "drupal": {
1770                     "version": "8.x-1.0-beta7",
1771                     "datestamp": "1471263146"
1772                 }
1773             },
1774             "notification-url": "https://packages.drupal.org/8/downloads",
1775             "license": [
1776                 "GPL-2.0+"
1777             ],
1778             "authors": [
1779                 {
1780                     "name": "Marcin Pajdzik",
1781                     "homepage": "https://www.drupal.org/user/160555"
1782                 },
1783                 {
1784                     "name": "achton",
1785                     "homepage": "https://www.drupal.org/user/712454"
1786                 },
1787                 {
1788                     "name": "blairski",
1789                     "homepage": "https://www.drupal.org/user/120835"
1790                 },
1791                 {
1792                     "name": "dakku",
1793                     "homepage": "https://www.drupal.org/user/97634"
1794                 },
1795                 {
1796                     "name": "grzegorz.bartman",
1797                     "homepage": "https://www.drupal.org/user/363120"
1798                 },
1799                 {
1800                     "name": "id.tornado",
1801                     "homepage": "https://www.drupal.org/user/2754049"
1802                 },
1803                 {
1804                     "name": "killua99",
1805                     "homepage": "https://www.drupal.org/user/699418"
1806                 },
1807                 {
1808                     "name": "mibfire",
1809                     "homepage": "https://www.drupal.org/user/155136"
1810                 },
1811                 {
1812                     "name": "naveenvalecha",
1813                     "homepage": "https://www.drupal.org/user/2665733"
1814                 },
1815                 {
1816                     "name": "svenryen",
1817                     "homepage": "https://www.drupal.org/user/667244"
1818                 }
1819             ],
1820             "description": "This module aims at making the website compliant with the new EU cookie regulation",
1821             "homepage": "https://www.drupal.org/project/eu_cookie_compliance",
1822             "support": {
1823                 "source": "http://cgit.drupalcode.org/eu_cookie_compliance"
1824             }
1825         },
1826         {
1827             "name": "drupal/metatag",
1828             "version": "1.0.0",
1829             "source": {
1830                 "type": "git",
1831                 "url": "https://git.drupal.org/project/metatag",
1832                 "reference": "8.x-1.0"
1833             },
1834             "dist": {
1835                 "type": "zip",
1836                 "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.0.zip",
1837                 "reference": "8.x-1.0",
1838                 "shasum": "604e45e89c19f5a8960b6a8ae3d80500d4328e6b"
1839             },
1840             "require": {
1841                 "drupal/core": "*",
1842                 "drupal/token": "*"
1843             },
1844             "require-dev": {
1845                 "drupal/metatag_dc": "*",
1846                 "drupal/metatag_open_graph": "*"
1847             },
1848             "type": "drupal-module",
1849             "extra": {
1850                 "branch-alias": {
1851                     "dev-1.x": "1.x-dev"
1852                 },
1853                 "drupal": {
1854                     "version": "8.x-1.0",
1855                     "datestamp": "1485902197"
1856                 }
1857             },
1858             "notification-url": "https://packages.drupal.org/8/downloads",
1859             "license": [
1860                 "GPL-2.0+"
1861             ],
1862             "authors": [
1863                 {
1864                     "name": "See contributors",
1865                     "homepage": "https://www.drupal.org/node/640498/committers",
1866                     "role": "Developer"
1867                 },
1868                 {
1869                     "name": "Dave Reid",
1870                     "homepage": "https://www.drupal.org/user/53892"
1871                 }
1872             ],
1873             "description": "Manage meta tags for all entities.",
1874             "homepage": "https://www.drupal.org/project/metatag",
1875             "keywords": [
1876                 "php",
1877                 "seo"
1878             ],
1879             "support": {
1880                 "source": "http://cgit.drupalcode.org/metatag",
1881                 "issues": "http://drupal.org/project/issues/metatag"
1882             }
1883         },
1884         {
1885             "name": "drupal/migrate_plus",
1886             "version": "3.0.0-beta1",
1887             "source": {
1888                 "type": "git",
1889                 "url": "https://git.drupal.org/project/migrate_plus",
1890                 "reference": "8.x-3.0-beta1"
1891             },
1892             "dist": {
1893                 "type": "zip",
1894                 "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-3.0-beta1.zip",
1895                 "reference": "8.x-3.0-beta1",
1896                 "shasum": "7bae5c758a432053863b7b19c94fc1b829debf00"
1897             },
1898             "require": {
1899                 "drupal/core": "^8.2"
1900             },
1901             "require-dev": {
1902                 "drupal/migrate_example_advanced_setup": "*",
1903                 "drupal/migrate_example_setup": "*"
1904             },
1905             "suggest": {
1906                 "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
1907             },
1908             "type": "drupal-module",
1909             "extra": {
1910                 "branch-alias": {
1911                     "dev-3.x": "3.x-dev"
1912                 },
1913                 "drupal": {
1914                     "version": "8.x-3.0-beta1",
1915                     "datestamp": "1476307739"
1916                 }
1917             },
1918             "notification-url": "https://packages.drupal.org/8/downloads",
1919             "license": [
1920                 "GPL-2.0+"
1921             ],
1922             "authors": [
1923                 {
1924                     "name": "Mike Ryan",
1925                     "homepage": "https://www.drupal.org/u/mikeryan",
1926                     "role": "Maintainer"
1927                 }
1928             ],
1929             "description": "Enhancements to core migration support.",
1930             "homepage": "https://www.drupal.org/project/migrate_plus",
1931             "support": {
1932                 "source": "https://cgit.drupalcode.org/migrate_plus",
1933                 "issues": "https://www.drupal.org/project/issues/migrate_plus",
1934                 "irc": "irc://irc.freenode.org/drupal-migrate"
1935             }
1936         },
1937         {
1938             "name": "drupal/migrate_tools",
1939             "version": "3.0.0-beta1",
1940             "source": {
1941                 "type": "git",
1942                 "url": "https://git.drupal.org/project/migrate_tools",
1943                 "reference": "8.x-3.0-beta1"
1944             },
1945             "dist": {
1946                 "type": "zip",
1947                 "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-3.0-beta1.zip",
1948                 "reference": "8.x-3.0-beta1",
1949                 "shasum": "1511d1da1444743fa2defa54a17e62264e8ab836"
1950             },
1951             "require": {
1952                 "drupal/core": "^8.2",
1953                 "drupal/migrate_plus": "*"
1954             },
1955             "type": "drupal-module",
1956             "extra": {
1957                 "branch-alias": {
1958                     "dev-3.x": "3.x-dev"
1959                 },
1960                 "drupal": {
1961                     "version": "8.x-3.0-beta1",
1962                     "datestamp": "1476313439"
1963                 }
1964             },
1965             "notification-url": "https://packages.drupal.org/8/downloads",
1966             "license": [
1967                 "GPL-2.0+"
1968             ],
1969             "authors": [
1970                 {
1971                     "name": "mikeryan",
1972                     "homepage": "https://www.drupal.org/user/4420"
1973                 }
1974             ],
1975             "description": "Tools to assist in developing and running migrations.",
1976             "homepage": "https://www.drupal.org/project/migrate_tools",
1977             "support": {
1978                 "source": "http://cgit.drupalcode.org/migrate_tools"
1979             }
1980         },
1981         {
1982             "name": "drupal/migrate_upgrade",
1983             "version": "3.0.0-rc1",
1984             "source": {
1985                 "type": "git",
1986                 "url": "https://git.drupal.org/project/migrate_upgrade",
1987                 "reference": "8.x-3.0-rc1"
1988             },
1989             "dist": {
1990                 "type": "zip",
1991                 "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0-rc1.zip",
1992                 "reference": "8.x-3.0-rc1",
1993                 "shasum": "0141d36fb99b166c5e114b946b140780489620e3"
1994             },
1995             "require": {
1996                 "drupal/core": "*",
1997                 "drupal/migrate_plus": "*"
1998             },
1999             "type": "drupal-module",
2000             "extra": {
2001                 "branch-alias": {
2002                     "dev-3.x": "3.x-dev"
2003                 },
2004                 "drupal": {
2005                     "version": "8.x-3.0-rc1",
2006                     "datestamp": "1476200639"
2007                 }
2008             },
2009             "notification-url": "https://packages.drupal.org/8/downloads",
2010             "license": [
2011                 "GPL-2.0+"
2012             ],
2013             "authors": [
2014                 {
2015                     "name": "Ryan Weal",
2016                     "homepage": "https://www.drupal.org/user/412402"
2017                 },
2018                 {
2019                     "name": "abhishek-anand",
2020                     "homepage": "https://www.drupal.org/user/468982"
2021                 },
2022                 {
2023                     "name": "ksenzee",
2024                     "homepage": "https://www.drupal.org/user/139855"
2025                 },
2026                 {
2027                     "name": "mikeryan",
2028                     "homepage": "https://www.drupal.org/user/4420"
2029                 },
2030                 {
2031                     "name": "ultimike",
2032                     "homepage": "https://www.drupal.org/user/51132"
2033                 },
2034                 {
2035                     "name": "xjm",
2036                     "homepage": "https://www.drupal.org/user/65776"
2037                 }
2038             ],
2039             "description": "Drush support for direct upgrades from older Drupal versions.",
2040             "homepage": "https://www.drupal.org/project/migrate_upgrade",
2041             "support": {
2042                 "source": "http://cgit.drupalcode.org/migrate_upgrade"
2043             }
2044         },
2045         {
2046             "name": "drupal/paragraphs",
2047             "version": "1.1.0",
2048             "source": {
2049                 "type": "git",
2050                 "url": "https://git.drupal.org/project/paragraphs",
2051                 "reference": "8.x-1.1"
2052             },
2053             "dist": {
2054                 "type": "zip",
2055                 "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.1.zip",
2056                 "reference": null,
2057                 "shasum": "c678e5704a98c6a0549e415412da081cfeb03a00"
2058             },
2059             "require": {
2060                 "drupal/core": "~8.0",
2061                 "drupal/entity_reference_revisions": "*"
2062             },
2063             "require-dev": {
2064                 "drupal/diff": "*",
2065                 "drupal/field_group": "*",
2066                 "drupal/inline_entity_form": "*",
2067                 "drupal/replicate": "*",
2068                 "drupal/search_api": "*",
2069                 "drupal/search_api_db": "*"
2070             },
2071             "type": "drupal-module",
2072             "extra": {
2073                 "branch-alias": {
2074                     "dev-1.x": "1.x-dev"
2075                 },
2076                 "drupal": {
2077                     "version": "8.x-1.1",
2078                     "datestamp": "1487331784"
2079                 }
2080             },
2081             "notification-url": "https://packages.drupal.org/8/downloads",
2082             "license": [
2083                 "GPL-2.0+"
2084             ],
2085             "authors": [
2086                 {
2087                     "name": "Berdir",
2088                     "homepage": "https://www.drupal.org/user/214652"
2089                 },
2090                 {
2091                     "name": "Frans",
2092                     "homepage": "https://www.drupal.org/user/514222"
2093                 },
2094                 {
2095                     "name": "Primsi",
2096                     "homepage": "https://www.drupal.org/user/282629"
2097                 },
2098                 {
2099                     "name": "jeroen.b",
2100                     "homepage": "https://www.drupal.org/user/1853532"
2101                 },
2102                 {
2103                     "name": "miro_dietiker",
2104                     "homepage": "https://www.drupal.org/user/227761"
2105                 }
2106             ],
2107             "description": "Enables the creation of paragraphs entities.",
2108             "homepage": "https://www.drupal.org/project/paragraphs",
2109             "support": {
2110                 "source": "http://cgit.drupalcode.org/paragraphs"
2111             }
2112         },
2113         {
2114             "name": "drupal/pathauto",
2115             "version": "1.0.0-rc1",
2116             "source": {
2117                 "type": "git",
2118                 "url": "https://git.drupal.org/project/pathauto",
2119                 "reference": "8.x-1.0-rc1"
2120             },
2121             "dist": {
2122                 "type": "zip",
2123                 "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0-rc1.zip",
2124                 "reference": "8.x-1.0-rc1",
2125                 "shasum": "2460339ac8739317b3c4e66e9ce7142cc02adac3"
2126             },
2127             "require": {
2128                 "drupal/core": "*",
2129                 "drupal/ctools": "*",
2130                 "drupal/token": "*"
2131             },
2132             "type": "drupal-module",
2133             "extra": {
2134                 "branch-alias": {
2135                     "dev-1.x": "1.x-dev"
2136                 },
2137                 "drupal": {
2138                     "version": "8.x-1.0-rc1",
2139                     "datestamp": "1485702484"
2140                 }
2141             },
2142             "notification-url": "https://packages.drupal.org/8/downloads",
2143             "license": [
2144                 "GPL-2.0+"
2145             ],
2146             "authors": [
2147                 {
2148                     "name": "Berdir",
2149                     "homepage": "https://www.drupal.org/user/214652"
2150                 },
2151                 {
2152                     "name": "Dave Reid",
2153                     "homepage": "https://www.drupal.org/user/53892"
2154                 },
2155                 {
2156                     "name": "Freso",
2157                     "homepage": "https://www.drupal.org/user/27504"
2158                 },
2159                 {
2160                     "name": "greggles",
2161                     "homepage": "https://www.drupal.org/user/36762"
2162                 }
2163             ],
2164             "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
2165             "homepage": "https://www.drupal.org/project/pathauto",
2166             "support": {
2167                 "source": "http://cgit.drupalcode.org/pathauto"
2168             }
2169         },
2170         {
2171             "name": "drupal/simple_sitemap",
2172             "version": "2.8.0",
2173             "source": {
2174                 "type": "git",
2175                 "url": "https://git.drupal.org/project/simple_sitemap",
2176                 "reference": "8.x-2.8"
2177             },
2178             "dist": {
2179                 "type": "zip",
2180                 "url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-2.8.zip",
2181                 "reference": "8.x-2.8",
2182                 "shasum": "f88b904f8e71d849693309b9315f25e7c06a6d77"
2183             },
2184             "require": {
2185                 "drupal/core": "~8.0"
2186             },
2187             "type": "drupal-module",
2188             "extra": {
2189                 "branch-alias": {
2190                     "dev-2.x": "2.x-dev"
2191                 },
2192                 "drupal": {
2193                     "version": "8.x-2.8",
2194                     "datestamp": "1482783482"
2195                 }
2196             },
2197             "notification-url": "https://packages.drupal.org/8/downloads",
2198             "license": [
2199                 "GPL-2.0+"
2200             ],
2201             "authors": [
2202                 {
2203                     "name": "Pawel Ginalski (gbyte.co)",
2204                     "homepage": "https://www.drupal.org/u/gbyte.co",
2205                     "email": "contact@gbyte.co",
2206                     "role": "Maintainer"
2207                 },
2208                 {
2209                     "name": "Sam Becker (Sam152)",
2210                     "homepage": "https://www.drupal.org/u/sam152",
2211                     "role": "Co-maintainer"
2212                 }
2213             ],
2214             "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
2215             "homepage": "https://drupal.org/project/simple_sitemap",
2216             "support": {
2217                 "source": "https://cgit.drupalcode.org/simple_sitemap",
2218                 "issues": "https://drupal.org/project/issues/simple_sitemap",
2219                 "irc": "irc://irc.freenode.org/drupal-contribute"
2220             }
2221         },
2222         {
2223             "name": "drupal/token",
2224             "version": "1.0.0-rc1",
2225             "source": {
2226                 "type": "git",
2227                 "url": "https://git.drupal.org/project/token",
2228                 "reference": "8.x-1.0-rc1"
2229             },
2230             "dist": {
2231                 "type": "zip",
2232                 "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0-rc1.zip",
2233                 "reference": "8.x-1.0-rc1",
2234                 "shasum": "204b2f18a3d770589d66656aa83121d2156d0a31"
2235             },
2236             "require": {
2237                 "drupal/core": "~8.0"
2238             },
2239             "type": "drupal-module",
2240             "extra": {
2241                 "branch-alias": {
2242                     "dev-1.x": "1.x-dev"
2243                 },
2244                 "drupal": {
2245                     "version": "8.x-1.0-rc1",
2246                     "datestamp": "1483290542"
2247                 }
2248             },
2249             "notification-url": "https://packages.drupal.org/8/downloads",
2250             "license": [
2251                 "GPL-2.0+"
2252             ],
2253             "authors": [
2254                 {
2255                     "name": "Berdir",
2256                     "homepage": "https://www.drupal.org/user/214652"
2257                 },
2258                 {
2259                     "name": "Dave Reid",
2260                     "homepage": "https://www.drupal.org/user/53892"
2261                 },
2262                 {
2263                     "name": "eaton",
2264                     "homepage": "https://www.drupal.org/user/16496"
2265                 },
2266                 {
2267                     "name": "fago",
2268                     "homepage": "https://www.drupal.org/user/16747"
2269                 },
2270                 {
2271                     "name": "greggles",
2272                     "homepage": "https://www.drupal.org/user/36762"
2273                 },
2274                 {
2275                     "name": "mikeryan",
2276                     "homepage": "https://www.drupal.org/user/4420"
2277                 }
2278             ],
2279             "description": "Provides a user interface for the Token API and some missing core tokens.",
2280             "homepage": "https://www.drupal.org/project/token",
2281             "support": {
2282                 "source": "http://cgit.drupalcode.org/token",
2283                 "issues": "https://www.drupal.org/project/issues/token"
2284             }
2285         },
2286         {
2287             "name": "drush/drush",
2288             "version": "8.1.10",
2289             "source": {
2290                 "type": "git",
2291                 "url": "https://github.com/drush-ops/drush.git",
2292                 "reference": "2192496b80aa9cdb0581a2d308623f950f747e94"
2293             },
2294             "dist": {
2295                 "type": "zip",
2296                 "url": "https://api.github.com/repos/drush-ops/drush/zipball/2192496b80aa9cdb0581a2d308623f950f747e94",
2297                 "reference": "2192496b80aa9cdb0581a2d308623f950f747e94",
2298                 "shasum": ""
2299             },
2300             "require": {
2301                 "consolidation/annotated-command": "~2",
2302                 "consolidation/output-formatters": "~3",
2303                 "pear/console_table": "~1.3.0",
2304                 "php": ">=5.4.5",
2305                 "phpdocumentor/reflection-docblock": "^2.0",
2306                 "psr/log": "~1.0",
2307                 "psy/psysh": "~0.6",
2308                 "symfony/console": "~2.7",
2309                 "symfony/event-dispatcher": "~2.7",
2310                 "symfony/finder": "~2.7",
2311                 "symfony/var-dumper": "~2.7",
2312                 "symfony/yaml": "~2.3",
2313                 "webmozart/path-util": "~2"
2314             },
2315             "require-dev": {
2316                 "phpunit/phpunit": "4.*",
2317                 "symfony/process": "2.7.*"
2318             },
2319             "suggest": {
2320                 "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
2321                 "ext-pcntl": "*"
2322             },
2323             "bin": [
2324                 "drush",
2325                 "drush.launcher",
2326                 "drush.php",
2327                 "drush.complete.sh"
2328             ],
2329             "type": "library",
2330             "extra": {
2331                 "branch-alias": {
2332                     "dev-master": "8.0.x-dev"
2333                 }
2334             },
2335             "autoload": {
2336                 "psr-0": {
2337                     "Drush": "lib/",
2338                     "Consolidation": "lib/"
2339                 }
2340             },
2341             "notification-url": "https://packagist.org/downloads/",
2342             "license": [
2343                 "GPL-2.0+"
2344             ],
2345             "authors": [
2346                 {
2347                     "name": "Moshe Weitzman",
2348                     "email": "weitzman@tejasa.com"
2349                 },
2350                 {
2351                     "name": "Owen Barton",
2352                     "email": "drupal@owenbarton.com"
2353                 },
2354                 {
2355                     "name": "Mark Sonnabaum",
2356                     "email": "marksonnabaum@gmail.com"
2357                 },
2358                 {
2359                     "name": "Antoine Beaupré",
2360                     "email": "anarcat@koumbit.org"
2361                 },
2362                 {
2363                     "name": "Greg Anderson",
2364                     "email": "greg.1.anderson@greenknowe.org"
2365                 },
2366                 {
2367                     "name": "Jonathan Araña Cruz",
2368                     "email": "jonhattan@faita.net"
2369                 },
2370                 {
2371                     "name": "Jonathan Hedstrom",
2372                     "email": "jhedstrom@gmail.com"
2373                 },
2374                 {
2375                     "name": "Christopher Gervais",
2376                     "email": "chris@ergonlogic.com"
2377                 },
2378                 {
2379                     "name": "Dave Reid",
2380                     "email": "dave@davereid.net"
2381                 },
2382                 {
2383                     "name": "Damian Lee",
2384                     "email": "damiankloip@googlemail.com"
2385                 }
2386             ],
2387             "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.",
2388             "homepage": "http://www.drush.org",
2389             "time": "2017-02-23T20:46:12+00:00"
2390         },
2391         {
2392             "name": "easyrdf/easyrdf",
2393             "version": "0.9.1",
2394             "source": {
2395                 "type": "git",
2396                 "url": "https://github.com/njh/easyrdf.git",
2397                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
2398             },
2399             "dist": {
2400                 "type": "zip",
2401                 "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
2402                 "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
2403                 "shasum": ""
2404             },
2405             "require": {
2406                 "ext-mbstring": "*",
2407                 "ext-pcre": "*",
2408                 "php": ">=5.2.8"
2409             },
2410             "require-dev": {
2411                 "phpunit/phpunit": "~3.5",
2412                 "sami/sami": "~1.4",
2413                 "squizlabs/php_codesniffer": "~1.4.3"
2414             },
2415             "suggest": {
2416                 "ml/json-ld": "~1.0"
2417             },
2418             "type": "library",
2419             "autoload": {
2420                 "psr-0": {
2421                     "EasyRdf_": "lib/"
2422                 }
2423             },
2424             "notification-url": "https://packagist.org/downloads/",
2425             "license": [
2426                 "BSD-3-Clause"
2427             ],
2428             "authors": [
2429                 {
2430                     "name": "Nicholas Humfrey",
2431                     "email": "njh@aelius.com",
2432                     "homepage": "http://www.aelius.com/njh/",
2433                     "role": "Developer"
2434                 },
2435                 {
2436                     "name": "Alexey Zakhlestin",
2437                     "email": "indeyets@gmail.com",
2438                     "role": "Developer"
2439                 }
2440             ],
2441             "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
2442             "homepage": "http://www.easyrdf.org/",
2443             "keywords": [
2444                 "Linked Data",
2445                 "RDF",
2446                 "Semantic Web",
2447                 "Turtle",
2448                 "rdfa",
2449                 "sparql"
2450             ],
2451             "time": "2015-02-27T09:45:49+00:00"
2452         },
2453         {
2454             "name": "egulias/email-validator",
2455             "version": "1.2.14",
2456             "source": {
2457                 "type": "git",
2458                 "url": "https://github.com/egulias/EmailValidator.git",
2459                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
2460             },
2461             "dist": {
2462                 "type": "zip",
2463                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
2464                 "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
2465                 "shasum": ""
2466             },
2467             "require": {
2468                 "doctrine/lexer": "^1.0.1",
2469                 "php": ">= 5.3.3"
2470             },
2471             "require-dev": {
2472                 "phpunit/phpunit": "^4.8.24"
2473             },
2474             "type": "library",
2475             "extra": {
2476                 "branch-alias": {
2477                     "dev-master": "2.0.x-dev"
2478                 }
2479             },
2480             "autoload": {
2481                 "psr-0": {
2482                     "Egulias\\": "src/"
2483                 }
2484             },
2485             "notification-url": "https://packagist.org/downloads/",
2486             "license": [
2487                 "MIT"
2488             ],
2489             "authors": [
2490                 {
2491                     "name": "Eduardo Gulias Davis"
2492                 }
2493             ],
2494             "description": "A library for validating emails",
2495             "homepage": "https://github.com/egulias/EmailValidator",
2496             "keywords": [
2497                 "email",
2498                 "emailvalidation",
2499                 "emailvalidator",
2500                 "validation",
2501                 "validator"
2502             ],
2503             "time": "2017-02-03T22:48:59+00:00"
2504         },
2505         {
2506             "name": "gabordemooij/redbean",
2507             "version": "v4.3.3",
2508             "source": {
2509                 "type": "git",
2510                 "url": "https://github.com/gabordemooij/redbean.git",
2511                 "reference": "1c7ec69850e9f7966ff7feb87b01d8f43a9753d3"
2512             },
2513             "dist": {
2514                 "type": "zip",
2515                 "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/1c7ec69850e9f7966ff7feb87b01d8f43a9753d3",
2516                 "reference": "1c7ec69850e9f7966ff7feb87b01d8f43a9753d3",
2517                 "shasum": ""
2518             },
2519             "require": {
2520                 "php": ">=5.3.4"
2521             },
2522             "type": "library",
2523             "autoload": {
2524                 "psr-4": {
2525                     "RedBeanPHP\\": "RedBeanPHP"
2526                 }
2527             },
2528             "notification-url": "https://packagist.org/downloads/",
2529             "license": [
2530                 "New BSD and GPLv2"
2531             ],
2532             "authors": [
2533                 {
2534                     "name": "Gabor de Mooij",
2535                     "email": "gabor@redbeanphp.com",
2536                     "homepage": "http://redbeanphp.com"
2537                 }
2538             ],
2539             "description": "RedBeanPHP ORM",
2540             "homepage": "http://redbeanphp.com/",
2541             "keywords": [
2542                 "orm"
2543             ],
2544             "time": "2016-10-03T21:25:17+00:00"
2545         },
2546         {
2547             "name": "guzzlehttp/guzzle",
2548             "version": "6.2.3",
2549             "source": {
2550                 "type": "git",
2551                 "url": "https://github.com/guzzle/guzzle.git",
2552                 "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
2553             },
2554             "dist": {
2555                 "type": "zip",
2556                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
2557                 "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
2558                 "shasum": ""
2559             },
2560             "require": {
2561                 "guzzlehttp/promises": "^1.0",
2562                 "guzzlehttp/psr7": "^1.4",
2563                 "php": ">=5.5"
2564             },
2565             "require-dev": {
2566                 "ext-curl": "*",
2567                 "phpunit/phpunit": "^4.0",
2568                 "psr/log": "^1.0"
2569             },
2570             "type": "library",
2571             "extra": {
2572                 "branch-alias": {
2573                     "dev-master": "6.2-dev"
2574                 }
2575             },
2576             "autoload": {
2577                 "files": [
2578                     "src/functions_include.php"
2579                 ],
2580                 "psr-4": {
2581                     "GuzzleHttp\\": "src/"
2582                 }
2583             },
2584             "notification-url": "https://packagist.org/downloads/",
2585             "license": [
2586                 "MIT"
2587             ],
2588             "authors": [
2589                 {
2590                     "name": "Michael Dowling",
2591                     "email": "mtdowling@gmail.com",
2592                     "homepage": "https://github.com/mtdowling"
2593                 }
2594             ],
2595             "description": "Guzzle is a PHP HTTP client library",
2596             "homepage": "http://guzzlephp.org/",
2597             "keywords": [
2598                 "client",
2599                 "curl",
2600                 "framework",
2601                 "http",
2602                 "http client",
2603                 "rest",
2604                 "web service"
2605             ],
2606             "time": "2017-02-28T22:50:30+00:00"
2607         },
2608         {
2609             "name": "guzzlehttp/promises",
2610             "version": "v1.3.1",
2611             "source": {
2612                 "type": "git",
2613                 "url": "https://github.com/guzzle/promises.git",
2614                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2615             },
2616             "dist": {
2617                 "type": "zip",
2618                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2619                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2620                 "shasum": ""
2621             },
2622             "require": {
2623                 "php": ">=5.5.0"
2624             },
2625             "require-dev": {
2626                 "phpunit/phpunit": "^4.0"
2627             },
2628             "type": "library",
2629             "extra": {
2630                 "branch-alias": {
2631                     "dev-master": "1.4-dev"
2632                 }
2633             },
2634             "autoload": {
2635                 "psr-4": {
2636                     "GuzzleHttp\\Promise\\": "src/"
2637                 },
2638                 "files": [
2639                     "src/functions_include.php"
2640                 ]
2641             },
2642             "notification-url": "https://packagist.org/downloads/",
2643             "license": [
2644                 "MIT"
2645             ],
2646             "authors": [
2647                 {
2648                     "name": "Michael Dowling",
2649                     "email": "mtdowling@gmail.com",
2650                     "homepage": "https://github.com/mtdowling"
2651                 }
2652             ],
2653             "description": "Guzzle promises library",
2654             "keywords": [
2655                 "promise"
2656             ],
2657             "time": "2016-12-20T10:07:11+00:00"
2658         },
2659         {
2660             "name": "guzzlehttp/psr7",
2661             "version": "1.4.1",
2662             "source": {
2663                 "type": "git",
2664                 "url": "https://github.com/guzzle/psr7.git",
2665                 "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
2666             },
2667             "dist": {
2668                 "type": "zip",
2669                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
2670                 "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
2671                 "shasum": ""
2672             },
2673             "require": {
2674                 "php": ">=5.4.0",
2675                 "psr/http-message": "~1.0"
2676             },
2677             "provide": {
2678                 "psr/http-message-implementation": "1.0"
2679             },
2680             "require-dev": {
2681                 "phpunit/phpunit": "~4.0"
2682             },
2683             "type": "library",
2684             "extra": {
2685                 "branch-alias": {
2686                     "dev-master": "1.4-dev"
2687                 }
2688             },
2689             "autoload": {
2690                 "psr-4": {
2691                     "GuzzleHttp\\Psr7\\": "src/"
2692                 },
2693                 "files": [
2694                     "src/functions_include.php"
2695                 ]
2696             },
2697             "notification-url": "https://packagist.org/downloads/",
2698             "license": [
2699                 "MIT"
2700             ],
2701             "authors": [
2702                 {
2703                     "name": "Michael Dowling",
2704                     "email": "mtdowling@gmail.com",
2705                     "homepage": "https://github.com/mtdowling"
2706                 },
2707                 {
2708                     "name": "Tobias Schultze",
2709                     "homepage": "https://github.com/Tobion"
2710                 }
2711             ],
2712             "description": "PSR-7 message implementation that also provides common utility methods",
2713             "keywords": [
2714                 "http",
2715                 "message",
2716                 "request",
2717                 "response",
2718                 "stream",
2719                 "uri",
2720                 "url"
2721             ],
2722             "time": "2017-02-27T10:51:17+00:00"
2723         },
2724         {
2725             "name": "ircmaxell/password-compat",
2726             "version": "v1.0.4",
2727             "source": {
2728                 "type": "git",
2729                 "url": "https://github.com/ircmaxell/password_compat.git",
2730                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
2731             },
2732             "dist": {
2733                 "type": "zip",
2734                 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
2735                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
2736                 "shasum": ""
2737             },
2738             "require-dev": {
2739                 "phpunit/phpunit": "4.*"
2740             },
2741             "type": "library",
2742             "autoload": {
2743                 "files": [
2744                     "lib/password.php"
2745                 ]
2746             },
2747             "notification-url": "https://packagist.org/downloads/",
2748             "license": [
2749                 "MIT"
2750             ],
2751             "authors": [
2752                 {
2753                     "name": "Anthony Ferrara",
2754                     "email": "ircmaxell@php.net",
2755                     "homepage": "http://blog.ircmaxell.com"
2756                 }
2757             ],
2758             "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
2759             "homepage": "https://github.com/ircmaxell/password_compat",
2760             "keywords": [
2761                 "hashing",
2762                 "password"
2763             ],
2764             "time": "2014-11-20T16:49:30+00:00"
2765         },
2766         {
2767             "name": "jakub-onderka/php-console-color",
2768             "version": "0.1",
2769             "source": {
2770                 "type": "git",
2771                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
2772                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
2773             },
2774             "dist": {
2775                 "type": "zip",
2776                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
2777                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
2778                 "shasum": ""
2779             },
2780             "require": {
2781                 "php": ">=5.3.2"
2782             },
2783             "require-dev": {
2784                 "jakub-onderka/php-code-style": "1.0",
2785                 "jakub-onderka/php-parallel-lint": "0.*",
2786                 "jakub-onderka/php-var-dump-check": "0.*",
2787                 "phpunit/phpunit": "3.7.*",
2788                 "squizlabs/php_codesniffer": "1.*"
2789             },
2790             "type": "library",
2791             "autoload": {
2792                 "psr-0": {
2793                     "JakubOnderka\\PhpConsoleColor": "src/"
2794                 }
2795             },
2796             "notification-url": "https://packagist.org/downloads/",
2797             "license": [
2798                 "BSD-2-Clause"
2799             ],
2800             "authors": [
2801                 {
2802                     "name": "Jakub Onderka",
2803                     "email": "jakub.onderka@gmail.com",
2804                     "homepage": "http://www.acci.cz"
2805                 }
2806             ],
2807             "time": "2014-04-08T15:00:19+00:00"
2808         },
2809         {
2810             "name": "jakub-onderka/php-console-highlighter",
2811             "version": "v0.3.2",
2812             "source": {
2813                 "type": "git",
2814                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
2815                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
2816             },
2817             "dist": {
2818                 "type": "zip",
2819                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
2820                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
2821                 "shasum": ""
2822             },
2823             "require": {
2824                 "jakub-onderka/php-console-color": "~0.1",
2825                 "php": ">=5.3.0"
2826             },
2827             "require-dev": {
2828                 "jakub-onderka/php-code-style": "~1.0",
2829                 "jakub-onderka/php-parallel-lint": "~0.5",
2830                 "jakub-onderka/php-var-dump-check": "~0.1",
2831                 "phpunit/phpunit": "~4.0",
2832                 "squizlabs/php_codesniffer": "~1.5"
2833             },
2834             "type": "library",
2835             "autoload": {
2836                 "psr-0": {
2837                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
2838                 }
2839             },
2840             "notification-url": "https://packagist.org/downloads/",
2841             "license": [
2842                 "MIT"
2843             ],
2844             "authors": [
2845                 {
2846                     "name": "Jakub Onderka",
2847                     "email": "acci@acci.cz",
2848                     "homepage": "http://www.acci.cz/"
2849                 }
2850             ],
2851             "time": "2015-04-20T18:58:01+00:00"
2852         },
2853         {
2854             "name": "masterminds/html5",
2855             "version": "2.2.2",
2856             "source": {
2857                 "type": "git",
2858                 "url": "https://github.com/Masterminds/html5-php.git",
2859                 "reference": "7866e93dcf0245de22378414e0c2c7350abc45af"
2860             },
2861             "dist": {
2862                 "type": "zip",
2863                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/7866e93dcf0245de22378414e0c2c7350abc45af",
2864                 "reference": "7866e93dcf0245de22378414e0c2c7350abc45af",
2865                 "shasum": ""
2866             },
2867             "require": {
2868                 "ext-libxml": "*",
2869                 "php": ">=5.3.0"
2870             },
2871             "require-dev": {
2872                 "phpunit/phpunit": "4.*",
2873                 "sami/sami": "~2.0",
2874                 "satooshi/php-coveralls": "1.0.*"
2875             },
2876             "type": "library",
2877             "extra": {
2878                 "branch-alias": {
2879                     "dev-master": "2.2-dev"
2880                 }
2881             },
2882             "autoload": {
2883                 "psr-4": {
2884                     "Masterminds\\": "src"
2885                 }
2886             },
2887             "notification-url": "https://packagist.org/downloads/",
2888             "license": [
2889                 "MIT"
2890             ],
2891             "authors": [
2892                 {
2893                     "name": "Matt Butcher",
2894                     "email": "technosophos@gmail.com"
2895                 },
2896                 {
2897                     "name": "Asmir Mustafic",
2898                     "email": "goetas@gmail.com"
2899                 },
2900                 {
2901                     "name": "Matt Farina",
2902                     "email": "matt@mattfarina.com"
2903                 }
2904             ],
2905             "description": "An HTML5 parser and serializer.",
2906             "homepage": "http://masterminds.github.io/html5-php",
2907             "keywords": [
2908                 "HTML5",
2909                 "dom",
2910                 "html",
2911                 "parser",
2912                 "querypath",
2913                 "serializer",
2914                 "xml"
2915             ],
2916             "time": "2016-09-22T11:01:11+00:00"
2917         },
2918         {
2919             "name": "nikic/php-parser",
2920             "version": "v3.0.5",
2921             "source": {
2922                 "type": "git",
2923                 "url": "https://github.com/nikic/PHP-Parser.git",
2924                 "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d"
2925             },
2926             "dist": {
2927                 "type": "zip",
2928                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
2929                 "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
2930                 "shasum": ""
2931             },
2932             "require": {
2933                 "ext-tokenizer": "*",
2934                 "php": ">=5.5"
2935             },
2936             "require-dev": {
2937                 "phpunit/phpunit": "~4.0|~5.0"
2938             },
2939             "bin": [
2940                 "bin/php-parse"
2941             ],
2942             "type": "library",
2943             "extra": {
2944                 "branch-alias": {
2945                     "dev-master": "3.0-dev"
2946                 }
2947             },
2948             "autoload": {
2949                 "psr-4": {
2950                     "PhpParser\\": "lib/PhpParser"
2951                 }
2952             },
2953             "notification-url": "https://packagist.org/downloads/",
2954             "license": [
2955                 "BSD-3-Clause"
2956             ],
2957             "authors": [
2958                 {
2959                     "name": "Nikita Popov"
2960                 }
2961             ],
2962             "description": "A PHP parser written in PHP",
2963             "keywords": [
2964                 "parser",
2965                 "php"
2966             ],
2967             "time": "2017-03-05T18:23:57+00:00"
2968         },
2969         {
2970             "name": "paragonie/random_compat",
2971             "version": "v2.0.9",
2972             "source": {
2973                 "type": "git",
2974                 "url": "https://github.com/paragonie/random_compat.git",
2975                 "reference": "6968531206671f94377b01dc7888d5d1b858a01b"
2976             },
2977             "dist": {
2978                 "type": "zip",
2979                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/6968531206671f94377b01dc7888d5d1b858a01b",
2980                 "reference": "6968531206671f94377b01dc7888d5d1b858a01b",
2981                 "shasum": ""
2982             },
2983             "require": {
2984                 "php": ">=5.2.0"
2985             },
2986             "require-dev": {
2987                 "phpunit/phpunit": "4.*|5.*"
2988             },
2989             "suggest": {
2990                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2991             },
2992             "type": "library",
2993             "autoload": {
2994                 "files": [
2995                     "lib/random.php"
2996                 ]
2997             },
2998             "notification-url": "https://packagist.org/downloads/",
2999             "license": [
3000                 "MIT"
3001             ],
3002             "authors": [
3003                 {
3004                     "name": "Paragon Initiative Enterprises",
3005                     "email": "security@paragonie.com",
3006                     "homepage": "https://paragonie.com"
3007                 }
3008             ],
3009             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3010             "keywords": [
3011                 "csprng",
3012                 "pseudorandom",
3013                 "random"
3014             ],
3015             "time": "2017-03-03T20:43:42+00:00"
3016         },
3017         {
3018             "name": "pear/console_table",
3019             "version": "v1.3.0",
3020             "source": {
3021                 "type": "git",
3022                 "url": "https://github.com/pear/Console_Table.git",
3023                 "reference": "64100b9ee81852f4fa17823e55d0b385a544f976"
3024             },
3025             "dist": {
3026                 "type": "zip",
3027                 "url": "https://api.github.com/repos/pear/Console_Table/zipball/64100b9ee81852f4fa17823e55d0b385a544f976",
3028                 "reference": "64100b9ee81852f4fa17823e55d0b385a544f976",
3029                 "shasum": ""
3030             },
3031             "require": {
3032                 "php": ">=5.2.0"
3033             },
3034             "suggest": {
3035                 "pear/Console_Color2": ">=0.1.2"
3036             },
3037             "type": "library",
3038             "autoload": {
3039                 "classmap": [
3040                     "Table.php"
3041                 ]
3042             },
3043             "notification-url": "https://packagist.org/downloads/",
3044             "license": [
3045                 "BSD-2-Clause"
3046             ],
3047             "authors": [
3048                 {
3049                     "name": "Jan Schneider",
3050                     "homepage": "http://pear.php.net/user/yunosh"
3051                 },
3052                 {
3053                     "name": "Tal Peer",
3054                     "homepage": "http://pear.php.net/user/tal"
3055                 },
3056                 {
3057                     "name": "Xavier Noguer",
3058                     "homepage": "http://pear.php.net/user/xnoguer"
3059                 },
3060                 {
3061                     "name": "Richard Heyes",
3062                     "homepage": "http://pear.php.net/user/richard"
3063                 }
3064             ],
3065             "description": "Library that makes it easy to build console style tables.",
3066             "homepage": "http://pear.php.net/package/Console_Table/",
3067             "keywords": [
3068                 "console"
3069             ],
3070             "time": "2016-01-21T16:14:31+00:00"
3071         },
3072         {
3073             "name": "phpdocumentor/reflection-docblock",
3074             "version": "2.0.4",
3075             "source": {
3076                 "type": "git",
3077                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3078                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3079             },
3080             "dist": {
3081                 "type": "zip",
3082                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3083                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3084                 "shasum": ""
3085             },
3086             "require": {
3087                 "php": ">=5.3.3"
3088             },
3089             "require-dev": {
3090                 "phpunit/phpunit": "~4.0"
3091             },
3092             "suggest": {
3093                 "dflydev/markdown": "~1.0",
3094                 "erusev/parsedown": "~1.0"
3095             },
3096             "type": "library",
3097             "extra": {
3098                 "branch-alias": {
3099                     "dev-master": "2.0.x-dev"
3100                 }
3101             },
3102             "autoload": {
3103                 "psr-0": {
3104                     "phpDocumentor": [
3105                         "src/"
3106                     ]
3107                 }
3108             },
3109             "notification-url": "https://packagist.org/downloads/",
3110             "license": [
3111                 "MIT"
3112             ],
3113             "authors": [
3114                 {
3115                     "name": "Mike van Riel",
3116                     "email": "mike.vanriel@naenius.com"
3117                 }
3118             ],
3119             "time": "2015-02-03T12:10:50+00:00"
3120         },
3121         {
3122             "name": "psr/http-message",
3123             "version": "1.0.1",
3124             "source": {
3125                 "type": "git",
3126                 "url": "https://github.com/php-fig/http-message.git",
3127                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3128             },
3129             "dist": {
3130                 "type": "zip",
3131                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3132                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3133                 "shasum": ""
3134             },
3135             "require": {
3136                 "php": ">=5.3.0"
3137             },
3138             "type": "library",
3139             "extra": {
3140                 "branch-alias": {
3141                     "dev-master": "1.0.x-dev"
3142                 }
3143             },
3144             "autoload": {
3145                 "psr-4": {
3146                     "Psr\\Http\\Message\\": "src/"
3147                 }
3148             },
3149             "notification-url": "https://packagist.org/downloads/",
3150             "license": [
3151                 "MIT"
3152             ],
3153             "authors": [
3154                 {
3155                     "name": "PHP-FIG",
3156                     "homepage": "http://www.php-fig.org/"
3157                 }
3158             ],
3159             "description": "Common interface for HTTP messages",
3160             "homepage": "https://github.com/php-fig/http-message",
3161             "keywords": [
3162                 "http",
3163                 "http-message",
3164                 "psr",
3165                 "psr-7",
3166                 "request",
3167                 "response"
3168             ],
3169             "time": "2016-08-06T14:39:51+00:00"
3170         },
3171         {
3172             "name": "psr/log",
3173             "version": "1.0.2",
3174             "source": {
3175                 "type": "git",
3176                 "url": "https://github.com/php-fig/log.git",
3177                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
3178             },
3179             "dist": {
3180                 "type": "zip",
3181                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3182                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3183                 "shasum": ""
3184             },
3185             "require": {
3186                 "php": ">=5.3.0"
3187             },
3188             "type": "library",
3189             "extra": {
3190                 "branch-alias": {
3191                     "dev-master": "1.0.x-dev"
3192                 }
3193             },
3194             "autoload": {
3195                 "psr-4": {
3196                     "Psr\\Log\\": "Psr/Log/"
3197                 }
3198             },
3199             "notification-url": "https://packagist.org/downloads/",
3200             "license": [
3201                 "MIT"
3202             ],
3203             "authors": [
3204                 {
3205                     "name": "PHP-FIG",
3206                     "homepage": "http://www.php-fig.org/"
3207                 }
3208             ],
3209             "description": "Common interface for logging libraries",
3210             "homepage": "https://github.com/php-fig/log",
3211             "keywords": [
3212                 "log",
3213                 "psr",
3214                 "psr-3"
3215             ],
3216             "time": "2016-10-10T12:19:37+00:00"
3217         },
3218         {
3219             "name": "psy/psysh",
3220             "version": "v0.8.2",
3221             "source": {
3222                 "type": "git",
3223                 "url": "https://github.com/bobthecow/psysh.git",
3224                 "reference": "97113db4107a4126bef933b60fea6dbc9f615d41"
3225             },
3226             "dist": {
3227                 "type": "zip",
3228                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/97113db4107a4126bef933b60fea6dbc9f615d41",
3229                 "reference": "97113db4107a4126bef933b60fea6dbc9f615d41",
3230                 "shasum": ""
3231             },
3232             "require": {
3233                 "dnoegel/php-xdg-base-dir": "0.1",
3234                 "jakub-onderka/php-console-highlighter": "0.3.*",
3235                 "nikic/php-parser": "~1.3|~2.0|~3.0",
3236                 "php": ">=5.3.9",
3237                 "symfony/console": "~2.3.10|^2.4.2|~3.0",
3238                 "symfony/var-dumper": "~2.7|~3.0"
3239             },
3240             "require-dev": {
3241                 "friendsofphp/php-cs-fixer": "~1.11",
3242                 "hoa/console": "~3.16|~1.14",
3243                 "phpunit/phpunit": "~4.4|~5.0",
3244                 "symfony/finder": "~2.1|~3.0"
3245             },
3246             "suggest": {
3247                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
3248                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
3249                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
3250                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
3251                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
3252             },
3253             "bin": [
3254                 "bin/psysh"
3255             ],
3256             "type": "library",
3257             "extra": {
3258                 "branch-alias": {
3259                     "dev-develop": "0.9.x-dev"
3260                 }
3261             },
3262             "autoload": {
3263                 "files": [
3264                     "src/Psy/functions.php"
3265                 ],
3266                 "psr-4": {
3267                     "Psy\\": "src/Psy/"
3268                 }
3269             },
3270             "notification-url": "https://packagist.org/downloads/",
3271             "license": [
3272                 "MIT"
3273             ],
3274             "authors": [
3275                 {
3276                     "name": "Justin Hileman",
3277                     "email": "justin@justinhileman.info",
3278                     "homepage": "http://justinhileman.com"
3279                 }
3280             ],
3281             "description": "An interactive shell for modern PHP.",
3282             "homepage": "http://psysh.org",
3283             "keywords": [
3284                 "REPL",
3285                 "console",
3286                 "interactive",
3287                 "shell"
3288             ],
3289             "time": "2017-03-01T00:13:29+00:00"
3290         },
3291         {
3292             "name": "stack/builder",
3293             "version": "v1.0.4",
3294             "source": {
3295                 "type": "git",
3296                 "url": "https://github.com/stackphp/builder.git",
3297                 "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425"
3298             },
3299             "dist": {
3300                 "type": "zip",
3301                 "url": "https://api.github.com/repos/stackphp/builder/zipball/59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
3302                 "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
3303                 "shasum": ""
3304             },
3305             "require": {
3306                 "php": ">=5.3.0",
3307                 "symfony/http-foundation": "~2.1|~3.0",
3308                 "symfony/http-kernel": "~2.1|~3.0"
3309             },
3310             "require-dev": {
3311                 "silex/silex": "~1.0"
3312             },
3313             "type": "library",
3314             "extra": {
3315                 "branch-alias": {
3316                     "dev-master": "1.0-dev"
3317                 }
3318             },
3319             "autoload": {
3320                 "psr-0": {
3321                     "Stack": "src"
3322                 }
3323             },
3324             "notification-url": "https://packagist.org/downloads/",
3325             "license": [
3326                 "MIT"
3327             ],
3328             "authors": [
3329                 {
3330                     "name": "Igor Wiedler",
3331                     "email": "igor@wiedler.ch"
3332                 }
3333             ],
3334             "description": "Builder for stack middlewares based on HttpKernelInterface.",
3335             "keywords": [
3336                 "stack"
3337             ],
3338             "time": "2016-06-02T06:58:42+00:00"
3339         },
3340         {
3341             "name": "stecman/symfony-console-completion",
3342             "version": "0.7.0",
3343             "source": {
3344                 "type": "git",
3345                 "url": "https://github.com/stecman/symfony-console-completion.git",
3346                 "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
3347             },
3348             "dist": {
3349                 "type": "zip",
3350                 "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
3351                 "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
3352                 "shasum": ""
3353             },
3354             "require": {
3355                 "php": ">=5.3.2",
3356                 "symfony/console": "~2.3 || ~3.0"
3357             },
3358             "require-dev": {
3359                 "phpunit/phpunit": "~4.4"
3360             },
3361             "type": "library",
3362             "extra": {
3363                 "branch-alias": {
3364                     "dev-master": "0.6.x-dev"
3365                 }
3366             },
3367             "autoload": {
3368                 "psr-4": {
3369                     "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
3370                 }
3371             },
3372             "notification-url": "https://packagist.org/downloads/",
3373             "license": [
3374                 "MIT"
3375             ],
3376             "authors": [
3377                 {
3378                     "name": "Stephen Holdaway",
3379                     "email": "stephen@stecman.co.nz"
3380                 }
3381             ],
3382             "description": "Automatic BASH completion for Symfony Console Component based applications.",
3383             "time": "2016-02-24T05:08:54+00:00"
3384         },
3385         {
3386             "name": "symfony-cmf/routing",
3387             "version": "1.4.0",
3388             "source": {
3389                 "type": "git",
3390                 "url": "https://github.com/symfony-cmf/Routing.git",
3391                 "reference": "b93704ca098334f56e9b317932f21a4362e620db"
3392             },
3393             "dist": {
3394                 "type": "zip",
3395                 "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/b93704ca098334f56e9b317932f21a4362e620db",
3396                 "reference": "b93704ca098334f56e9b317932f21a4362e620db",
3397                 "shasum": ""
3398             },
3399             "require": {
3400                 "php": "^5.3.9|^7.0",
3401                 "psr/log": "1.*",
3402                 "symfony/http-kernel": "^2.2|3.*",
3403                 "symfony/routing": "^2.2|3.*"
3404             },
3405             "require-dev": {
3406                 "friendsofsymfony/jsrouting-bundle": "^1.1",
3407                 "symfony-cmf/testing": "^1.3",
3408                 "symfony/config": "^2.2|3.*",
3409                 "symfony/dependency-injection": "^2.0.5|3.*",
3410                 "symfony/event-dispatcher": "^2.1|3.*"
3411             },
3412             "suggest": {
3413                 "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
3414             },
3415             "type": "library",
3416             "extra": {
3417                 "branch-alias": {
3418                     "dev-master": "1.4-dev"
3419                 }
3420             },
3421             "autoload": {
3422                 "psr-4": {
3423                     "Symfony\\Cmf\\Component\\Routing\\": ""
3424                 }
3425             },
3426             "notification-url": "https://packagist.org/downloads/",
3427             "license": [
3428                 "MIT"
3429             ],
3430             "authors": [
3431                 {
3432                     "name": "Symfony CMF Community",
3433                     "homepage": "https://github.com/symfony-cmf/Routing/contributors"
3434                 }
3435             ],
3436             "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
3437             "homepage": "http://cmf.symfony.com",
3438             "keywords": [
3439                 "database",
3440                 "routing"
3441             ],
3442             "time": "2016-03-31T09:11:39+00:00"
3443         },
3444         {
3445             "name": "symfony/class-loader",
3446             "version": "v2.8.18",
3447             "source": {
3448                 "type": "git",
3449                 "url": "https://github.com/symfony/class-loader.git",
3450                 "reference": "2c8de07a8a4cc4da9c018ab7a81888b80e762f93"
3451             },
3452             "dist": {
3453                 "type": "zip",
3454                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/2c8de07a8a4cc4da9c018ab7a81888b80e762f93",
3455                 "reference": "2c8de07a8a4cc4da9c018ab7a81888b80e762f93",
3456                 "shasum": ""
3457             },
3458             "require": {
3459                 "php": ">=5.3.9",
3460                 "symfony/polyfill-apcu": "~1.1"
3461             },
3462             "require-dev": {
3463                 "symfony/finder": "^2.0.5|~3.0.0"
3464             },
3465             "type": "library",
3466             "extra": {
3467                 "branch-alias": {
3468                     "dev-master": "2.8-dev"
3469                 }
3470             },
3471             "autoload": {
3472                 "psr-4": {
3473                     "Symfony\\Component\\ClassLoader\\": ""
3474                 },
3475                 "exclude-from-classmap": [
3476                     "/Tests/"
3477                 ]
3478             },
3479             "notification-url": "https://packagist.org/downloads/",
3480             "license": [
3481                 "MIT"
3482             ],
3483             "authors": [
3484                 {
3485                     "name": "Fabien Potencier",
3486                     "email": "fabien@symfony.com"
3487                 },
3488                 {
3489                     "name": "Symfony Community",
3490                     "homepage": "https://symfony.com/contributors"
3491                 }
3492             ],
3493             "description": "Symfony ClassLoader Component",
3494             "homepage": "https://symfony.com",
3495             "time": "2017-02-18T19:13:35+00:00"
3496         },
3497         {
3498             "name": "symfony/config",
3499             "version": "v2.8.18",
3500             "source": {
3501                 "type": "git",
3502                 "url": "https://github.com/symfony/config.git",
3503                 "reference": "06ce6bb46c24963ec09323da45d0f4f85d3cecd2"
3504             },
3505             "dist": {
3506                 "type": "zip",
3507                 "url": "https://api.github.com/repos/symfony/config/zipball/06ce6bb46c24963ec09323da45d0f4f85d3cecd2",
3508                 "reference": "06ce6bb46c24963ec09323da45d0f4f85d3cecd2",
3509                 "shasum": ""
3510             },
3511             "require": {
3512                 "php": ">=5.3.9",
3513                 "symfony/filesystem": "~2.3|~3.0.0"
3514             },
3515             "require-dev": {
3516                 "symfony/yaml": "~2.7|~3.0.0"
3517             },
3518             "suggest": {
3519                 "symfony/yaml": "To use the yaml reference dumper"
3520             },
3521             "type": "library",
3522             "extra": {
3523                 "branch-alias": {
3524                     "dev-master": "2.8-dev"
3525                 }
3526             },
3527             "autoload": {
3528                 "psr-4": {
3529                     "Symfony\\Component\\Config\\": ""
3530                 },
3531                 "exclude-from-classmap": [
3532                     "/Tests/"
3533                 ]
3534             },
3535             "notification-url": "https://packagist.org/downloads/",
3536             "license": [
3537                 "MIT"
3538             ],
3539             "authors": [
3540                 {
3541                     "name": "Fabien Potencier",
3542                     "email": "fabien@symfony.com"
3543                 },
3544                 {
3545                     "name": "Symfony Community",
3546                     "homepage": "https://symfony.com/contributors"
3547                 }
3548             ],
3549             "description": "Symfony Config Component",
3550             "homepage": "https://symfony.com",
3551             "time": "2017-03-01T18:13:50+00:00"
3552         },
3553         {
3554             "name": "symfony/console",
3555             "version": "v2.8.18",
3556             "source": {
3557                 "type": "git",
3558                 "url": "https://github.com/symfony/console.git",
3559                 "reference": "81508e6fac4476771275a3f4f53c3fee9b956bfa"
3560             },
3561             "dist": {
3562                 "type": "zip",
3563                 "url": "https://api.github.com/repos/symfony/console/zipball/81508e6fac4476771275a3f4f53c3fee9b956bfa",
3564                 "reference": "81508e6fac4476771275a3f4f53c3fee9b956bfa",
3565                 "shasum": ""
3566             },
3567             "require": {
3568                 "php": ">=5.3.9",
3569                 "symfony/debug": "^2.7.2|~3.0.0",
3570                 "symfony/polyfill-mbstring": "~1.0"
3571             },
3572             "require-dev": {
3573                 "psr/log": "~1.0",
3574                 "symfony/event-dispatcher": "~2.1|~3.0.0",
3575                 "symfony/process": "~2.1|~3.0.0"
3576             },
3577             "suggest": {
3578                 "psr/log": "For using the console logger",
3579                 "symfony/event-dispatcher": "",
3580                 "symfony/process": ""
3581             },
3582             "type": "library",
3583             "extra": {
3584                 "branch-alias": {
3585                     "dev-master": "2.8-dev"
3586                 }
3587             },
3588             "autoload": {
3589                 "psr-4": {
3590                     "Symfony\\Component\\Console\\": ""
3591                 },
3592                 "exclude-from-classmap": [
3593                     "/Tests/"
3594                 ]
3595             },
3596             "notification-url": "https://packagist.org/downloads/",
3597             "license": [
3598                 "MIT"
3599             ],
3600             "authors": [
3601                 {
3602                     "name": "Fabien Potencier",
3603                     "email": "fabien@symfony.com"
3604                 },
3605                 {
3606                     "name": "Symfony Community",
3607                     "homepage": "https://symfony.com/contributors"
3608                 }
3609             ],
3610             "description": "Symfony Console Component",
3611             "homepage": "https://symfony.com",
3612             "time": "2017-03-04T11:00:12+00:00"
3613         },
3614         {
3615             "name": "symfony/css-selector",
3616             "version": "v2.8.18",
3617             "source": {
3618                 "type": "git",
3619                 "url": "https://github.com/symfony/css-selector.git",
3620                 "reference": "742bd688bd778dde8991ba696cb372570610afcd"
3621             },
3622             "dist": {
3623                 "type": "zip",
3624                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/742bd688bd778dde8991ba696cb372570610afcd",
3625                 "reference": "742bd688bd778dde8991ba696cb372570610afcd",
3626                 "shasum": ""
3627             },
3628             "require": {
3629                 "php": ">=5.3.9"
3630             },
3631             "type": "library",
3632             "extra": {
3633                 "branch-alias": {
3634                     "dev-master": "2.8-dev"
3635                 }
3636             },
3637             "autoload": {
3638                 "psr-4": {
3639                     "Symfony\\Component\\CssSelector\\": ""
3640                 },
3641                 "exclude-from-classmap": [
3642                     "/Tests/"
3643                 ]
3644             },
3645             "notification-url": "https://packagist.org/downloads/",
3646             "license": [
3647                 "MIT"
3648             ],
3649             "authors": [
3650                 {
3651                     "name": "Jean-François Simon",
3652                     "email": "jeanfrancois.simon@sensiolabs.com"
3653                 },
3654                 {
3655                     "name": "Fabien Potencier",
3656                     "email": "fabien@symfony.com"
3657                 },
3658                 {
3659                     "name": "Symfony Community",
3660                     "homepage": "https://symfony.com/contributors"
3661                 }
3662             ],
3663             "description": "Symfony CssSelector Component",
3664             "homepage": "https://symfony.com",
3665             "time": "2017-02-21T08:33:48+00:00"
3666         },
3667         {
3668             "name": "symfony/debug",
3669             "version": "v2.8.18",
3670             "source": {
3671                 "type": "git",
3672                 "url": "https://github.com/symfony/debug.git",
3673                 "reference": "e90099a2958d4833a02d05b504cc06e1c234abcc"
3674             },
3675             "dist": {
3676                 "type": "zip",
3677                 "url": "https://api.github.com/repos/symfony/debug/zipball/e90099a2958d4833a02d05b504cc06e1c234abcc",
3678                 "reference": "e90099a2958d4833a02d05b504cc06e1c234abcc",
3679                 "shasum": ""
3680             },
3681             "require": {
3682                 "php": ">=5.3.9",
3683                 "psr/log": "~1.0"
3684             },
3685             "conflict": {
3686                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3687             },
3688             "require-dev": {
3689                 "symfony/class-loader": "~2.2|~3.0.0",
3690                 "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
3691             },
3692             "type": "library",
3693             "extra": {
3694                 "branch-alias": {
3695                     "dev-master": "2.8-dev"
3696                 }
3697             },
3698             "autoload": {
3699                 "psr-4": {
3700                     "Symfony\\Component\\Debug\\": ""
3701                 },
3702                 "exclude-from-classmap": [
3703                     "/Tests/"
3704                 ]
3705             },
3706             "notification-url": "https://packagist.org/downloads/",
3707             "license": [
3708                 "MIT"
3709             ],
3710             "authors": [
3711                 {
3712                     "name": "Fabien Potencier",
3713                     "email": "fabien@symfony.com"
3714                 },
3715                 {
3716                     "name": "Symfony Community",
3717                     "homepage": "https://symfony.com/contributors"
3718                 }
3719             ],
3720             "description": "Symfony Debug Component",
3721             "homepage": "https://symfony.com",
3722             "time": "2017-02-18T19:13:35+00:00"
3723         },
3724         {
3725             "name": "symfony/dependency-injection",
3726             "version": "v2.8.18",
3727             "source": {
3728                 "type": "git",
3729                 "url": "https://github.com/symfony/dependency-injection.git",
3730                 "reference": "efdbeefa454a41154fd99a6f0489f0e9cb46c497"
3731             },
3732             "dist": {
3733                 "type": "zip",
3734                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/efdbeefa454a41154fd99a6f0489f0e9cb46c497",
3735                 "reference": "efdbeefa454a41154fd99a6f0489f0e9cb46c497",
3736                 "shasum": ""
3737             },
3738             "require": {
3739                 "php": ">=5.3.9"
3740             },
3741             "conflict": {
3742                 "symfony/expression-language": "<2.6"
3743             },
3744             "require-dev": {
3745                 "symfony/config": "~2.2|~3.0.0",
3746                 "symfony/expression-language": "~2.6|~3.0.0",
3747                 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
3748             },
3749             "suggest": {
3750                 "symfony/config": "",
3751                 "symfony/expression-language": "For using expressions in service container configuration",
3752                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3753                 "symfony/yaml": ""
3754             },
3755             "type": "library",
3756             "extra": {
3757                 "branch-alias": {
3758                     "dev-master": "2.8-dev"
3759                 }
3760             },
3761             "autoload": {
3762                 "psr-4": {
3763                     "Symfony\\Component\\DependencyInjection\\": ""
3764                 },
3765                 "exclude-from-classmap": [
3766                     "/Tests/"
3767                 ]
3768             },
3769             "notification-url": "https://packagist.org/downloads/",
3770             "license": [
3771                 "MIT"
3772             ],
3773             "authors": [
3774                 {
3775                     "name": "Fabien Potencier",
3776                     "email": "fabien@symfony.com"
3777                 },
3778                 {
3779                     "name": "Symfony Community",
3780                     "homepage": "https://symfony.com/contributors"
3781                 }
3782             ],
3783             "description": "Symfony DependencyInjection Component",
3784             "homepage": "https://symfony.com",
3785             "time": "2017-02-28T12:31:05+00:00"
3786         },
3787         {
3788             "name": "symfony/dom-crawler",
3789             "version": "v3.2.4",
3790             "source": {
3791                 "type": "git",
3792                 "url": "https://github.com/symfony/dom-crawler.git",
3793                 "reference": "b814b41373fc4e535aff8c765abe39545216f391"
3794             },
3795             "dist": {
3796                 "type": "zip",
3797                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b814b41373fc4e535aff8c765abe39545216f391",
3798                 "reference": "b814b41373fc4e535aff8c765abe39545216f391",
3799                 "shasum": ""
3800             },
3801             "require": {
3802                 "php": ">=5.5.9",
3803                 "symfony/polyfill-mbstring": "~1.0"
3804             },
3805             "require-dev": {
3806                 "symfony/css-selector": "~2.8|~3.0"
3807             },
3808             "suggest": {
3809                 "symfony/css-selector": ""
3810             },
3811             "type": "library",
3812             "extra": {
3813                 "branch-alias": {
3814                     "dev-master": "3.2-dev"
3815                 }
3816             },
3817             "autoload": {
3818                 "psr-4": {
3819                     "Symfony\\Component\\DomCrawler\\": ""
3820                 },
3821                 "exclude-from-classmap": [
3822                     "/Tests/"
3823                 ]
3824             },
3825             "notification-url": "https://packagist.org/downloads/",
3826             "license": [
3827                 "MIT"
3828             ],
3829             "authors": [
3830                 {
3831                     "name": "Fabien Potencier",
3832                     "email": "fabien@symfony.com"
3833                 },
3834                 {
3835                     "name": "Symfony Community",
3836                     "homepage": "https://symfony.com/contributors"
3837                 }
3838             ],
3839             "description": "Symfony DomCrawler Component",
3840             "homepage": "https://symfony.com",
3841             "time": "2017-01-21T17:14:11+00:00"
3842         },
3843         {
3844             "name": "symfony/event-dispatcher",
3845             "version": "v2.8.18",
3846             "source": {
3847                 "type": "git",
3848                 "url": "https://github.com/symfony/event-dispatcher.git",
3849                 "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0"
3850             },
3851             "dist": {
3852                 "type": "zip",
3853                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bb4ec47e8e109c1c1172145732d0aa468d967cd0",
3854                 "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0",
3855                 "shasum": ""
3856             },
3857             "require": {
3858                 "php": ">=5.3.9"
3859             },
3860             "require-dev": {
3861                 "psr/log": "~1.0",
3862                 "symfony/config": "^2.0.5|~3.0.0",
3863                 "symfony/dependency-injection": "~2.6|~3.0.0",
3864                 "symfony/expression-language": "~2.6|~3.0.0",
3865                 "symfony/stopwatch": "~2.3|~3.0.0"
3866             },
3867             "suggest": {
3868                 "symfony/dependency-injection": "",
3869                 "symfony/http-kernel": ""
3870             },
3871             "type": "library",
3872             "extra": {
3873                 "branch-alias": {
3874                     "dev-master": "2.8-dev"
3875                 }
3876             },
3877             "autoload": {
3878                 "psr-4": {
3879                     "Symfony\\Component\\EventDispatcher\\": ""
3880                 },
3881                 "exclude-from-classmap": [
3882                     "/Tests/"
3883                 ]
3884             },
3885             "notification-url": "https://packagist.org/downloads/",
3886             "license": [
3887                 "MIT"
3888             ],
3889             "authors": [
3890                 {
3891                     "name": "Fabien Potencier",
3892                     "email": "fabien@symfony.com"
3893                 },
3894                 {
3895                     "name": "Symfony Community",
3896                     "homepage": "https://symfony.com/contributors"
3897                 }
3898             ],
3899             "description": "Symfony EventDispatcher Component",
3900             "homepage": "https://symfony.com",
3901             "time": "2017-02-21T08:33:48+00:00"
3902         },
3903         {
3904             "name": "symfony/expression-language",
3905             "version": "v2.8.18",
3906             "source": {
3907                 "type": "git",
3908                 "url": "https://github.com/symfony/expression-language.git",
3909                 "reference": "3d63ca2b4ccf670726f10764a9db4553b97fe136"
3910             },
3911             "dist": {
3912                 "type": "zip",
3913                 "url": "https://api.github.com/repos/symfony/expression-language/zipball/3d63ca2b4ccf670726f10764a9db4553b97fe136",
3914                 "reference": "3d63ca2b4ccf670726f10764a9db4553b97fe136",
3915                 "shasum": ""
3916             },
3917             "require": {
3918                 "php": ">=5.3.9"
3919             },
3920             "type": "library",
3921             "extra": {
3922                 "branch-alias": {
3923                     "dev-master": "2.8-dev"
3924                 }
3925             },
3926             "autoload": {
3927                 "psr-4": {
3928                     "Symfony\\Component\\ExpressionLanguage\\": ""
3929                 },
3930                 "exclude-from-classmap": [
3931                     "/Tests/"
3932                 ]
3933             },
3934             "notification-url": "https://packagist.org/downloads/",
3935             "license": [
3936                 "MIT"
3937             ],
3938             "authors": [
3939                 {
3940                     "name": "Fabien Potencier",
3941                     "email": "fabien@symfony.com"
3942                 },
3943                 {
3944                     "name": "Symfony Community",
3945                     "homepage": "https://symfony.com/contributors"
3946                 }
3947             ],
3948             "description": "Symfony ExpressionLanguage Component",
3949             "homepage": "https://symfony.com",
3950             "time": "2017-02-24T13:57:05+00:00"
3951         },
3952         {
3953             "name": "symfony/filesystem",
3954             "version": "v2.8.18",
3955             "source": {
3956                 "type": "git",
3957                 "url": "https://github.com/symfony/filesystem.git",
3958                 "reference": "e542d4765092d22552b1bf01ddccfb01d98ee325"
3959             },
3960             "dist": {
3961                 "type": "zip",
3962                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/e542d4765092d22552b1bf01ddccfb01d98ee325",
3963                 "reference": "e542d4765092d22552b1bf01ddccfb01d98ee325",
3964                 "shasum": ""
3965             },
3966             "require": {
3967                 "php": ">=5.3.9"
3968             },
3969             "type": "library",
3970             "extra": {
3971                 "branch-alias": {
3972                     "dev-master": "2.8-dev"
3973                 }
3974             },
3975             "autoload": {
3976                 "psr-4": {
3977                     "Symfony\\Component\\Filesystem\\": ""
3978                 },
3979                 "exclude-from-classmap": [
3980                     "/Tests/"
3981                 ]
3982             },
3983             "notification-url": "https://packagist.org/downloads/",
3984             "license": [
3985                 "MIT"
3986             ],
3987             "authors": [
3988                 {
3989                     "name": "Fabien Potencier",
3990                     "email": "fabien@symfony.com"
3991                 },
3992                 {
3993                     "name": "Symfony Community",
3994                     "homepage": "https://symfony.com/contributors"
3995                 }
3996             ],
3997             "description": "Symfony Filesystem Component",
3998             "homepage": "https://symfony.com",
3999             "time": "2017-02-18T17:06:33+00:00"
4000         },
4001         {
4002             "name": "symfony/finder",
4003             "version": "v2.8.18",
4004             "source": {
4005                 "type": "git",
4006                 "url": "https://github.com/symfony/finder.git",
4007                 "reference": "5fc4b5cab38b9d28be318fcffd8066988e7d9451"
4008             },
4009             "dist": {
4010                 "type": "zip",
4011                 "url": "https://api.github.com/repos/symfony/finder/zipball/5fc4b5cab38b9d28be318fcffd8066988e7d9451",
4012                 "reference": "5fc4b5cab38b9d28be318fcffd8066988e7d9451",
4013                 "shasum": ""
4014             },
4015             "require": {
4016                 "php": ">=5.3.9"
4017             },
4018             "type": "library",
4019             "extra": {
4020                 "branch-alias": {
4021                     "dev-master": "2.8-dev"
4022                 }
4023             },
4024             "autoload": {
4025                 "psr-4": {
4026                     "Symfony\\Component\\Finder\\": ""
4027                 },
4028                 "exclude-from-classmap": [
4029                     "/Tests/"
4030                 ]
4031             },
4032             "notification-url": "https://packagist.org/downloads/",
4033             "license": [
4034                 "MIT"
4035             ],
4036             "authors": [
4037                 {
4038                     "name": "Fabien Potencier",
4039                     "email": "fabien@symfony.com"
4040                 },
4041                 {
4042                     "name": "Symfony Community",
4043                     "homepage": "https://symfony.com/contributors"
4044                 }
4045             ],
4046             "description": "Symfony Finder Component",
4047             "homepage": "https://symfony.com",
4048             "time": "2017-02-21T08:33:48+00:00"
4049         },
4050         {
4051             "name": "symfony/http-foundation",
4052             "version": "v2.8.18",
4053             "source": {
4054                 "type": "git",
4055                 "url": "https://github.com/symfony/http-foundation.git",
4056                 "reference": "88af747e7af17d8d7d439ad4639dc3e23ddd3edd"
4057             },
4058             "dist": {
4059                 "type": "zip",
4060                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/88af747e7af17d8d7d439ad4639dc3e23ddd3edd",
4061                 "reference": "88af747e7af17d8d7d439ad4639dc3e23ddd3edd",
4062                 "shasum": ""
4063             },
4064             "require": {
4065                 "php": ">=5.3.9",
4066                 "symfony/polyfill-mbstring": "~1.1",
4067                 "symfony/polyfill-php54": "~1.0",
4068                 "symfony/polyfill-php55": "~1.0"
4069             },
4070             "require-dev": {
4071                 "symfony/expression-language": "~2.4|~3.0.0"
4072             },
4073             "type": "library",
4074             "extra": {
4075                 "branch-alias": {
4076                     "dev-master": "2.8-dev"
4077                 }
4078             },
4079             "autoload": {
4080                 "psr-4": {
4081                     "Symfony\\Component\\HttpFoundation\\": ""
4082                 },
4083                 "exclude-from-classmap": [
4084                     "/Tests/"
4085                 ]
4086             },
4087             "notification-url": "https://packagist.org/downloads/",
4088             "license": [
4089                 "MIT"
4090             ],
4091             "authors": [
4092                 {
4093                     "name": "Fabien Potencier",
4094                     "email": "fabien@symfony.com"
4095                 },
4096                 {
4097                     "name": "Symfony Community",
4098                     "homepage": "https://symfony.com/contributors"
4099                 }
4100             ],
4101             "description": "Symfony HttpFoundation Component",
4102             "homepage": "https://symfony.com",
4103             "time": "2017-03-04T12:20:59+00:00"
4104         },
4105         {
4106             "name": "symfony/http-kernel",
4107             "version": "v2.8.18",
4108             "source": {
4109                 "type": "git",
4110                 "url": "https://github.com/symfony/http-kernel.git",
4111                 "reference": "18d7a01ac14ffa5a652a635c402b9777f858fc1a"
4112             },
4113             "dist": {
4114                 "type": "zip",
4115                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/18d7a01ac14ffa5a652a635c402b9777f858fc1a",
4116                 "reference": "18d7a01ac14ffa5a652a635c402b9777f858fc1a",
4117                 "shasum": ""
4118             },
4119             "require": {
4120                 "php": ">=5.3.9",
4121                 "psr/log": "~1.0",
4122                 "symfony/debug": "^2.6.2",
4123                 "symfony/event-dispatcher": "^2.6.7|~3.0.0",
4124                 "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
4125             },
4126             "conflict": {
4127                 "symfony/config": "<2.7"
4128             },
4129             "require-dev": {
4130                 "symfony/browser-kit": "~2.3|~3.0.0",
4131                 "symfony/class-loader": "~2.1|~3.0.0",
4132                 "symfony/config": "~2.8",
4133                 "symfony/console": "~2.3|~3.0.0",
4134                 "symfony/css-selector": "^2.0.5|~3.0.0",
4135                 "symfony/dependency-injection": "~2.8|~3.0.0",
4136                 "symfony/dom-crawler": "^2.0.5|~3.0.0",
4137                 "symfony/expression-language": "~2.4|~3.0.0",
4138                 "symfony/finder": "^2.0.5|~3.0.0",
4139                 "symfony/process": "^2.0.5|~3.0.0",
4140                 "symfony/routing": "~2.8|~3.0.0",
4141                 "symfony/stopwatch": "~2.3|~3.0.0",
4142                 "symfony/templating": "~2.2|~3.0.0",
4143                 "symfony/translation": "^2.0.5|~3.0.0",
4144                 "symfony/var-dumper": "~2.6|~3.0.0"
4145             },
4146             "suggest": {
4147                 "symfony/browser-kit": "",
4148                 "symfony/class-loader": "",
4149                 "symfony/config": "",
4150                 "symfony/console": "",
4151                 "symfony/dependency-injection": "",
4152                 "symfony/finder": "",
4153                 "symfony/var-dumper": ""
4154             },
4155             "type": "library",
4156             "extra": {
4157                 "branch-alias": {
4158                     "dev-master": "2.8-dev"
4159                 }
4160             },
4161             "autoload": {
4162                 "psr-4": {
4163                     "Symfony\\Component\\HttpKernel\\": ""
4164                 },
4165                 "exclude-from-classmap": [
4166                     "/Tests/"
4167                 ]
4168             },
4169             "notification-url": "https://packagist.org/downloads/",
4170             "license": [
4171                 "MIT"
4172             ],
4173             "authors": [
4174                 {
4175                     "name": "Fabien Potencier",
4176                     "email": "fabien@symfony.com"
4177                 },
4178                 {
4179                     "name": "Symfony Community",
4180                     "homepage": "https://symfony.com/contributors"
4181                 }
4182             ],
4183             "description": "Symfony HttpKernel Component",
4184             "homepage": "https://symfony.com",
4185             "time": "2017-03-06T03:54:35+00:00"
4186         },
4187         {
4188             "name": "symfony/polyfill-apcu",
4189             "version": "v1.3.0",
4190             "source": {
4191                 "type": "git",
4192                 "url": "https://github.com/symfony/polyfill-apcu.git",
4193                 "reference": "5d4474f447403c3348e37b70acc2b95475b7befa"
4194             },
4195             "dist": {
4196                 "type": "zip",
4197                 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa",
4198                 "reference": "5d4474f447403c3348e37b70acc2b95475b7befa",
4199                 "shasum": ""
4200             },
4201             "require": {
4202                 "php": ">=5.3.3"
4203             },
4204             "type": "library",
4205             "extra": {
4206                 "branch-alias": {
4207                     "dev-master": "1.3-dev"
4208                 }
4209             },
4210             "autoload": {
4211                 "files": [
4212                     "bootstrap.php"
4213                 ]
4214             },
4215             "notification-url": "https://packagist.org/downloads/",
4216             "license": [
4217                 "MIT"
4218             ],
4219             "authors": [
4220                 {
4221                     "name": "Nicolas Grekas",
4222                     "email": "p@tchwork.com"
4223                 },
4224                 {
4225                     "name": "Symfony Community",
4226                     "homepage": "https://symfony.com/contributors"
4227                 }
4228             ],
4229             "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
4230             "homepage": "https://symfony.com",
4231             "keywords": [
4232                 "apcu",
4233                 "compatibility",
4234                 "polyfill",
4235                 "portable",
4236                 "shim"
4237             ],
4238             "time": "2016-11-14T01:06:16+00:00"
4239         },
4240         {
4241             "name": "symfony/polyfill-iconv",
4242             "version": "v1.3.0",
4243             "source": {
4244                 "type": "git",
4245                 "url": "https://github.com/symfony/polyfill-iconv.git",
4246                 "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97"
4247             },
4248             "dist": {
4249                 "type": "zip",
4250                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cba36f3616d9866b3e52662e88da5c090fac1e97",
4251                 "reference": "cba36f3616d9866b3e52662e88da5c090fac1e97",
4252                 "shasum": ""
4253             },
4254             "require": {
4255                 "php": ">=5.3.3"
4256             },
4257             "suggest": {
4258                 "ext-iconv": "For best performance"
4259             },
4260             "type": "library",
4261             "extra": {
4262                 "branch-alias": {
4263                     "dev-master": "1.3-dev"
4264                 }
4265             },
4266             "autoload": {
4267                 "psr-4": {
4268                     "Symfony\\Polyfill\\Iconv\\": ""
4269                 },
4270                 "files": [
4271                     "bootstrap.php"
4272                 ]
4273             },
4274             "notification-url": "https://packagist.org/downloads/",
4275             "license": [
4276                 "MIT"
4277             ],
4278             "authors": [
4279                 {
4280                     "name": "Nicolas Grekas",
4281                     "email": "p@tchwork.com"
4282                 },
4283                 {
4284                     "name": "Symfony Community",
4285                     "homepage": "https://symfony.com/contributors"
4286                 }
4287             ],
4288             "description": "Symfony polyfill for the Iconv extension",
4289             "homepage": "https://symfony.com",
4290             "keywords": [
4291                 "compatibility",
4292                 "iconv",
4293                 "polyfill",
4294                 "portable",
4295                 "shim"
4296             ],
4297             "time": "2016-11-14T01:06:16+00:00"
4298         },
4299         {
4300             "name": "symfony/polyfill-mbstring",
4301             "version": "v1.3.0",
4302             "source": {
4303                 "type": "git",
4304                 "url": "https://github.com/symfony/polyfill-mbstring.git",
4305                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
4306             },
4307             "dist": {
4308                 "type": "zip",
4309                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
4310                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
4311                 "shasum": ""
4312             },
4313             "require": {
4314                 "php": ">=5.3.3"
4315             },
4316             "suggest": {
4317                 "ext-mbstring": "For best performance"
4318             },
4319             "type": "library",
4320             "extra": {
4321                 "branch-alias": {
4322                     "dev-master": "1.3-dev"
4323                 }
4324             },
4325             "autoload": {
4326                 "psr-4": {
4327                     "Symfony\\Polyfill\\Mbstring\\": ""
4328                 },
4329                 "files": [
4330                     "bootstrap.php"
4331                 ]
4332             },
4333             "notification-url": "https://packagist.org/downloads/",
4334             "license": [
4335                 "MIT"
4336             ],
4337             "authors": [
4338                 {
4339                     "name": "Nicolas Grekas",
4340                     "email": "p@tchwork.com"
4341                 },
4342                 {
4343                     "name": "Symfony Community",
4344                     "homepage": "https://symfony.com/contributors"
4345                 }
4346             ],
4347             "description": "Symfony polyfill for the Mbstring extension",
4348             "homepage": "https://symfony.com",
4349             "keywords": [
4350                 "compatibility",
4351                 "mbstring",
4352                 "polyfill",
4353                 "portable",
4354                 "shim"
4355             ],
4356             "time": "2016-11-14T01:06:16+00:00"
4357         },
4358         {
4359             "name": "symfony/polyfill-php54",
4360             "version": "v1.3.0",
4361             "source": {
4362                 "type": "git",
4363                 "url": "https://github.com/symfony/polyfill-php54.git",
4364                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
4365             },
4366             "dist": {
4367                 "type": "zip",
4368                 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
4369                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
4370                 "shasum": ""
4371             },
4372             "require": {
4373                 "php": ">=5.3.3"
4374             },
4375             "type": "library",
4376             "extra": {
4377                 "branch-alias": {
4378                     "dev-master": "1.3-dev"
4379                 }
4380             },
4381             "autoload": {
4382                 "psr-4": {
4383                     "Symfony\\Polyfill\\Php54\\": ""
4384                 },
4385                 "files": [
4386                     "bootstrap.php"
4387                 ],
4388                 "classmap": [
4389                     "Resources/stubs"
4390                 ]
4391             },
4392             "notification-url": "https://packagist.org/downloads/",
4393             "license": [
4394                 "MIT"
4395             ],
4396             "authors": [
4397                 {
4398                     "name": "Nicolas Grekas",
4399                     "email": "p@tchwork.com"
4400                 },
4401                 {
4402                     "name": "Symfony Community",
4403                     "homepage": "https://symfony.com/contributors"
4404                 }
4405             ],
4406             "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
4407             "homepage": "https://symfony.com",
4408             "keywords": [
4409                 "compatibility",
4410                 "polyfill",
4411                 "portable",
4412                 "shim"
4413             ],
4414             "time": "2016-11-14T01:06:16+00:00"
4415         },
4416         {
4417             "name": "symfony/polyfill-php55",
4418             "version": "v1.3.0",
4419             "source": {
4420                 "type": "git",
4421                 "url": "https://github.com/symfony/polyfill-php55.git",
4422                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
4423             },
4424             "dist": {
4425                 "type": "zip",
4426                 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
4427                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
4428                 "shasum": ""
4429             },
4430             "require": {
4431                 "ircmaxell/password-compat": "~1.0",
4432                 "php": ">=5.3.3"
4433             },
4434             "type": "library",
4435             "extra": {
4436                 "branch-alias": {
4437                     "dev-master": "1.3-dev"
4438                 }
4439             },
4440             "autoload": {
4441                 "psr-4": {
4442                     "Symfony\\Polyfill\\Php55\\": ""
4443                 },
4444                 "files": [
4445                     "bootstrap.php"
4446                 ]
4447             },
4448             "notification-url": "https://packagist.org/downloads/",
4449             "license": [
4450                 "MIT"
4451             ],
4452             "authors": [
4453                 {
4454                     "name": "Nicolas Grekas",
4455                     "email": "p@tchwork.com"
4456                 },
4457                 {
4458                     "name": "Symfony Community",
4459                     "homepage": "https://symfony.com/contributors"
4460                 }
4461             ],
4462             "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
4463             "homepage": "https://symfony.com",
4464             "keywords": [
4465                 "compatibility",
4466                 "polyfill",
4467                 "portable",
4468                 "shim"
4469             ],
4470             "time": "2016-11-14T01:06:16+00:00"
4471         },
4472         {
4473             "name": "symfony/process",
4474             "version": "v2.8.18",
4475             "source": {
4476                 "type": "git",
4477                 "url": "https://github.com/symfony/process.git",
4478                 "reference": "41336b20b52f5fd5b42a227e394e673c8071118f"
4479             },
4480             "dist": {
4481                 "type": "zip",
4482                 "url": "https://api.github.com/repos/symfony/process/zipball/41336b20b52f5fd5b42a227e394e673c8071118f",
4483                 "reference": "41336b20b52f5fd5b42a227e394e673c8071118f",
4484                 "shasum": ""
4485             },
4486             "require": {
4487                 "php": ">=5.3.9"
4488             },
4489             "type": "library",
4490             "extra": {
4491                 "branch-alias": {
4492                     "dev-master": "2.8-dev"
4493                 }
4494             },
4495             "autoload": {
4496                 "psr-4": {
4497                     "Symfony\\Component\\Process\\": ""
4498                 },
4499                 "exclude-from-classmap": [
4500                     "/Tests/"
4501                 ]
4502             },
4503             "notification-url": "https://packagist.org/downloads/",
4504             "license": [
4505                 "MIT"
4506             ],
4507             "authors": [
4508                 {
4509                     "name": "Fabien Potencier",
4510                     "email": "fabien@symfony.com"
4511                 },
4512                 {
4513                     "name": "Symfony Community",
4514                     "homepage": "https://symfony.com/contributors"
4515                 }
4516             ],
4517             "description": "Symfony Process Component",
4518             "homepage": "https://symfony.com",
4519             "time": "2017-03-04T12:20:59+00:00"
4520         },
4521         {
4522             "name": "symfony/psr-http-message-bridge",
4523             "version": "v0.2",
4524             "source": {
4525                 "type": "git",
4526                 "url": "https://github.com/symfony/psr-http-message-bridge.git",
4527                 "reference": "dc7e308e1dc2898a46776e2221a643cb08315453"
4528             },
4529             "dist": {
4530                 "type": "zip",
4531                 "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/dc7e308e1dc2898a46776e2221a643cb08315453",
4532                 "reference": "dc7e308e1dc2898a46776e2221a643cb08315453",
4533                 "shasum": ""
4534             },
4535             "require": {
4536                 "php": ">=5.3.3",
4537                 "psr/http-message": "~1.0",
4538                 "symfony/http-foundation": "~2.3|~3.0"
4539             },
4540             "require-dev": {
4541                 "symfony/phpunit-bridge": "~2.7|~3.0"
4542             },
4543             "suggest": {
4544                 "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
4545             },
4546             "type": "symfony-bridge",
4547             "autoload": {
4548                 "psr-4": {
4549                     "Symfony\\Bridge\\PsrHttpMessage\\": ""
4550                 }
4551             },
4552             "notification-url": "https://packagist.org/downloads/",
4553             "license": [
4554                 "MIT"
4555             ],
4556             "authors": [
4557                 {
4558                     "name": "Symfony Community",
4559                     "homepage": "http://symfony.com/contributors"
4560                 },
4561                 {
4562                     "name": "Fabien Potencier",
4563                     "email": "fabien@symfony.com"
4564                 }
4565             ],
4566             "description": "PSR HTTP message bridge",
4567             "homepage": "http://symfony.com",
4568             "keywords": [
4569                 "http",
4570                 "http-message",
4571                 "psr-7"
4572             ],
4573             "time": "2015-05-29T17:57:12+00:00"
4574         },
4575         {
4576             "name": "symfony/routing",
4577             "version": "v2.8.18",
4578             "source": {
4579                 "type": "git",
4580                 "url": "https://github.com/symfony/routing.git",
4581                 "reference": "d145cd396f702c497cb24b21785ddac90a23fe71"
4582             },
4583             "dist": {
4584                 "type": "zip",
4585                 "url": "https://api.github.com/repos/symfony/routing/zipball/d145cd396f702c497cb24b21785ddac90a23fe71",
4586                 "reference": "d145cd396f702c497cb24b21785ddac90a23fe71",
4587                 "shasum": ""
4588             },
4589             "require": {
4590                 "php": ">=5.3.9"
4591             },
4592             "conflict": {
4593                 "symfony/config": "<2.7"
4594             },
4595             "require-dev": {
4596                 "doctrine/annotations": "~1.0",
4597                 "doctrine/common": "~2.2",
4598                 "psr/log": "~1.0",
4599                 "symfony/config": "~2.7|~3.0.0",
4600                 "symfony/expression-language": "~2.4|~3.0.0",
4601                 "symfony/http-foundation": "~2.3|~3.0.0",
4602                 "symfony/yaml": "^2.0.5|~3.0.0"
4603             },
4604             "suggest": {
4605                 "doctrine/annotations": "For using the annotation loader",
4606                 "symfony/config": "For using the all-in-one router or any loader",
4607                 "symfony/dependency-injection": "For loading routes from a service",
4608                 "symfony/expression-language": "For using expression matching",
4609                 "symfony/http-foundation": "For using a Symfony Request object",
4610                 "symfony/yaml": "For using the YAML loader"
4611             },
4612             "type": "library",
4613             "extra": {
4614                 "branch-alias": {
4615                     "dev-master": "2.8-dev"
4616                 }
4617             },
4618             "autoload": {
4619                 "psr-4": {
4620                     "Symfony\\Component\\Routing\\": ""
4621                 },
4622                 "exclude-from-classmap": [
4623                     "/Tests/"
4624                 ]
4625             },
4626             "notification-url": "https://packagist.org/downloads/",
4627             "license": [
4628                 "MIT"
4629             ],
4630             "authors": [
4631                 {
4632                     "name": "Fabien Potencier",
4633                     "email": "fabien@symfony.com"
4634                 },
4635                 {
4636                     "name": "Symfony Community",
4637                     "homepage": "https://symfony.com/contributors"
4638                 }
4639             ],
4640             "description": "Symfony Routing Component",
4641             "homepage": "https://symfony.com",
4642             "keywords": [
4643                 "router",
4644                 "routing",
4645                 "uri",
4646                 "url"
4647             ],
4648             "time": "2017-03-02T15:56:34+00:00"
4649         },
4650         {
4651             "name": "symfony/serializer",
4652             "version": "v2.8.18",
4653             "source": {
4654                 "type": "git",
4655                 "url": "https://github.com/symfony/serializer.git",
4656                 "reference": "df3d919f00177f599c8970e86112c7582b08a582"
4657             },
4658             "dist": {
4659                 "type": "zip",
4660                 "url": "https://api.github.com/repos/symfony/serializer/zipball/df3d919f00177f599c8970e86112c7582b08a582",
4661                 "reference": "df3d919f00177f599c8970e86112c7582b08a582",
4662                 "shasum": ""
4663             },
4664             "require": {
4665                 "php": ">=5.3.9",
4666                 "symfony/polyfill-php55": "~1.0"
4667             },
4668             "require-dev": {
4669                 "doctrine/annotations": "~1.0",
4670                 "doctrine/cache": "~1.0",
4671                 "symfony/config": "~2.2|~3.0.0",
4672                 "symfony/property-access": "~2.3|~3.0.0",
4673                 "symfony/yaml": "^2.0.5|~3.0.0"
4674             },
4675             "suggest": {
4676                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
4677                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
4678                 "symfony/config": "For using the XML mapping loader.",
4679                 "symfony/property-access": "For using the ObjectNormalizer.",
4680                 "symfony/yaml": "For using the default YAML mapping loader."
4681             },
4682             "type": "library",
4683             "extra": {
4684                 "branch-alias": {
4685                     "dev-master": "2.8-dev"
4686                 }
4687             },
4688             "autoload": {
4689                 "psr-4": {
4690                     "Symfony\\Component\\Serializer\\": ""
4691                 },
4692                 "exclude-from-classmap": [
4693                     "/Tests/"
4694                 ]
4695             },
4696             "notification-url": "https://packagist.org/downloads/",
4697             "license": [
4698                 "MIT"
4699             ],
4700             "authors": [
4701                 {
4702                     "name": "Fabien Potencier",
4703                     "email": "fabien@symfony.com"
4704                 },
4705                 {
4706                     "name": "Symfony Community",
4707                     "homepage": "https://symfony.com/contributors"
4708                 }
4709             ],
4710             "description": "Symfony Serializer Component",
4711             "homepage": "https://symfony.com",
4712             "time": "2017-03-05T17:40:13+00:00"
4713         },
4714         {
4715             "name": "symfony/translation",
4716             "version": "v2.8.18",
4717             "source": {
4718                 "type": "git",
4719                 "url": "https://github.com/symfony/translation.git",
4720                 "reference": "b538355bc99db2ec7cc35284ec76d92ae7d1d256"
4721             },
4722             "dist": {
4723                 "type": "zip",
4724                 "url": "https://api.github.com/repos/symfony/translation/zipball/b538355bc99db2ec7cc35284ec76d92ae7d1d256",
4725                 "reference": "b538355bc99db2ec7cc35284ec76d92ae7d1d256",
4726                 "shasum": ""
4727             },
4728             "require": {
4729                 "php": ">=5.3.9",
4730                 "symfony/polyfill-mbstring": "~1.0"
4731             },
4732             "conflict": {
4733                 "symfony/config": "<2.7"
4734             },
4735             "require-dev": {
4736                 "psr/log": "~1.0",
4737                 "symfony/config": "~2.8",
4738                 "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
4739                 "symfony/yaml": "~2.2|~3.0.0"
4740             },
4741             "suggest": {
4742                 "psr/log": "To use logging capability in translator",
4743                 "symfony/config": "",
4744                 "symfony/yaml": ""
4745             },
4746             "type": "library",
4747             "extra": {
4748                 "branch-alias": {
4749                     "dev-master": "2.8-dev"
4750                 }
4751             },
4752             "autoload": {
4753                 "psr-4": {
4754                     "Symfony\\Component\\Translation\\": ""
4755                 },
4756                 "exclude-from-classmap": [
4757                     "/Tests/"
4758                 ]
4759             },
4760             "notification-url": "https://packagist.org/downloads/",
4761             "license": [
4762                 "MIT"
4763             ],
4764             "authors": [
4765                 {
4766                     "name": "Fabien Potencier",
4767                     "email": "fabien@symfony.com"
4768                 },
4769                 {
4770                     "name": "Symfony Community",
4771                     "homepage": "https://symfony.com/contributors"
4772                 }
4773             ],
4774             "description": "Symfony Translation Component",
4775             "homepage": "https://symfony.com",
4776             "time": "2017-03-04T12:20:59+00:00"
4777         },
4778         {
4779             "name": "symfony/validator",
4780             "version": "v2.8.18",
4781             "source": {
4782                 "type": "git",
4783                 "url": "https://github.com/symfony/validator.git",
4784                 "reference": "8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63"
4785             },
4786             "dist": {
4787                 "type": "zip",
4788                 "url": "https://api.github.com/repos/symfony/validator/zipball/8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63",
4789                 "reference": "8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63",
4790                 "shasum": ""
4791             },
4792             "require": {
4793                 "php": ">=5.3.9",
4794                 "symfony/polyfill-mbstring": "~1.0",
4795                 "symfony/translation": "~2.4|~3.0.0"
4796             },
4797             "require-dev": {
4798                 "doctrine/annotations": "~1.0",
4799                 "doctrine/cache": "~1.0",
4800                 "egulias/email-validator": "^1.2.1",
4801                 "symfony/config": "~2.2|~3.0.0",
4802                 "symfony/expression-language": "~2.4|~3.0.0",
4803                 "symfony/http-foundation": "~2.3|~3.0.0",
4804                 "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
4805                 "symfony/property-access": "~2.3|~3.0.0",
4806                 "symfony/yaml": "^2.0.5|~3.0.0"
4807             },
4808             "suggest": {
4809                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
4810                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
4811                 "egulias/email-validator": "Strict (RFC compliant) email validation",
4812                 "symfony/config": "",
4813                 "symfony/expression-language": "For using the 2.4 Expression validator",
4814                 "symfony/http-foundation": "",
4815                 "symfony/intl": "",
4816                 "symfony/property-access": "For using the 2.4 Validator API",
4817                 "symfony/yaml": ""
4818             },
4819             "type": "library",
4820             "extra": {
4821                 "branch-alias": {
4822                     "dev-master": "2.8-dev"
4823                 }
4824             },
4825             "autoload": {
4826                 "psr-4": {
4827                     "Symfony\\Component\\Validator\\": ""
4828                 },
4829                 "exclude-from-classmap": [
4830                     "/Tests/"
4831                 ]
4832             },
4833             "notification-url": "https://packagist.org/downloads/",
4834             "license": [
4835                 "MIT"
4836             ],
4837             "authors": [
4838                 {
4839                     "name": "Fabien Potencier",
4840                     "email": "fabien@symfony.com"
4841                 },
4842                 {
4843                     "name": "Symfony Community",
4844                     "homepage": "https://symfony.com/contributors"
4845                 }
4846             ],
4847             "description": "Symfony Validator Component",
4848             "homepage": "https://symfony.com",
4849             "time": "2017-02-28T02:24:56+00:00"
4850         },
4851         {
4852             "name": "symfony/var-dumper",
4853             "version": "v2.8.18",
4854             "source": {
4855                 "type": "git",
4856                 "url": "https://github.com/symfony/var-dumper.git",
4857                 "reference": "c51daca85371e30ce0e3dea99c7b08e2cb5dbf46"
4858             },
4859             "dist": {
4860                 "type": "zip",
4861                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c51daca85371e30ce0e3dea99c7b08e2cb5dbf46",
4862                 "reference": "c51daca85371e30ce0e3dea99c7b08e2cb5dbf46",
4863                 "shasum": ""
4864             },
4865             "require": {
4866                 "php": ">=5.3.9",
4867                 "symfony/polyfill-mbstring": "~1.0"
4868             },
4869             "conflict": {
4870                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
4871             },
4872             "require-dev": {
4873                 "twig/twig": "~1.20|~2.0"
4874             },
4875             "suggest": {
4876                 "ext-symfony_debug": ""
4877             },
4878             "type": "library",
4879             "extra": {
4880                 "branch-alias": {
4881                     "dev-master": "2.8-dev"
4882                 }
4883             },
4884             "autoload": {
4885                 "files": [
4886                     "Resources/functions/dump.php"
4887                 ],
4888                 "psr-4": {
4889                     "Symfony\\Component\\VarDumper\\": ""
4890                 },
4891                 "exclude-from-classmap": [
4892                     "/Tests/"
4893                 ]
4894             },
4895             "notification-url": "https://packagist.org/downloads/",
4896             "license": [
4897                 "MIT"
4898             ],
4899             "authors": [
4900                 {
4901                     "name": "Nicolas Grekas",
4902                     "email": "p@tchwork.com"
4903                 },
4904                 {
4905                     "name": "Symfony Community",
4906                     "homepage": "https://symfony.com/contributors"
4907                 }
4908             ],
4909             "description": "Symfony mechanism for exploring and dumping PHP variables",
4910             "homepage": "https://symfony.com",
4911             "keywords": [
4912                 "debug",
4913                 "dump"
4914             ],
4915             "time": "2017-02-20T13:37:30+00:00"
4916         },
4917         {
4918             "name": "symfony/yaml",
4919             "version": "v2.8.18",
4920             "source": {
4921                 "type": "git",
4922                 "url": "https://github.com/symfony/yaml.git",
4923                 "reference": "2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d"
4924             },
4925             "dist": {
4926                 "type": "zip",
4927                 "url": "https://api.github.com/repos/symfony/yaml/zipball/2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d",
4928                 "reference": "2a7bab3c16f6f452c47818fdd08f3b1e49ffcf7d",
4929                 "shasum": ""
4930             },
4931             "require": {
4932                 "php": ">=5.3.9"
4933             },
4934             "type": "library",
4935             "extra": {
4936                 "branch-alias": {
4937                     "dev-master": "2.8-dev"
4938                 }
4939             },
4940             "autoload": {
4941                 "psr-4": {
4942                     "Symfony\\Component\\Yaml\\": ""
4943                 },
4944                 "exclude-from-classmap": [
4945                     "/Tests/"
4946                 ]
4947             },
4948             "notification-url": "https://packagist.org/downloads/",
4949             "license": [
4950                 "MIT"
4951             ],
4952             "authors": [
4953                 {
4954                     "name": "Fabien Potencier",
4955                     "email": "fabien@symfony.com"
4956                 },
4957                 {
4958                     "name": "Symfony Community",
4959                     "homepage": "https://symfony.com/contributors"
4960                 }
4961             ],
4962             "description": "Symfony Yaml Component",
4963             "homepage": "https://symfony.com",
4964             "time": "2017-03-01T18:13:50+00:00"
4965         },
4966         {
4967             "name": "twbs/bootstrap-sass",
4968             "version": "v3.3.7",
4969             "source": {
4970                 "type": "git",
4971                 "url": "https://github.com/twbs/bootstrap-sass.git",
4972                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
4973             },
4974             "dist": {
4975                 "type": "zip",
4976                 "url": "https://api.github.com/repos/twbs/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
4977                 "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
4978                 "shasum": ""
4979             },
4980             "type": "library",
4981             "extra": {
4982                 "branch-alias": {
4983                     "dev-master": "3.3.x-dev"
4984                 }
4985             },
4986             "notification-url": "https://packagist.org/downloads/",
4987             "license": [
4988                 "MIT"
4989             ],
4990             "authors": [
4991                 {
4992                     "name": "Mark Otto"
4993                 },
4994                 {
4995                     "name": "Thomas McDonald"
4996                 },
4997                 {
4998                     "name": "Tristan Harward"
4999                 },
5000                 {
5001                     "name": "Peter Gumeson"
5002                 },
5003                 {
5004                     "name": "Gleb Mazovetskiy"
5005                 },
5006                 {
5007                     "name": "Jacob Thornton"
5008                 }
5009             ],
5010             "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
5011             "homepage": "http://github.com/twbs/bootstrap-sass",
5012             "keywords": [
5013                 "bootstrap",
5014                 "css",
5015                 "sass"
5016             ],
5017             "time": "2016-07-25T19:58:53+00:00"
5018         },
5019         {
5020             "name": "twig/twig",
5021             "version": "v1.32.0",
5022             "source": {
5023                 "type": "git",
5024                 "url": "https://github.com/twigphp/Twig.git",
5025                 "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
5026             },
5027             "dist": {
5028                 "type": "zip",
5029                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
5030                 "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
5031                 "shasum": ""
5032             },
5033             "require": {
5034                 "php": ">=5.2.7"
5035             },
5036             "require-dev": {
5037                 "psr/container": "^1.0",
5038                 "symfony/debug": "~2.7",
5039                 "symfony/phpunit-bridge": "~3.2"
5040             },
5041             "type": "library",
5042             "extra": {
5043                 "branch-alias": {
5044                     "dev-master": "1.32-dev"
5045                 }
5046             },
5047             "autoload": {
5048                 "psr-0": {
5049                     "Twig_": "lib/"
5050                 }
5051             },
5052             "notification-url": "https://packagist.org/downloads/",
5053             "license": [
5054                 "BSD-3-Clause"
5055             ],
5056             "authors": [
5057                 {
5058                     "name": "Fabien Potencier",
5059                     "email": "fabien@symfony.com",
5060                     "homepage": "http://fabien.potencier.org",
5061                     "role": "Lead Developer"
5062                 },
5063                 {
5064                     "name": "Armin Ronacher",
5065                     "email": "armin.ronacher@active-4.com",
5066                     "role": "Project Founder"
5067                 },
5068                 {
5069                     "name": "Twig Team",
5070                     "homepage": "http://twig.sensiolabs.org/contributors",
5071                     "role": "Contributors"
5072                 }
5073             ],
5074             "description": "Twig, the flexible, fast, and secure template language for PHP",
5075             "homepage": "http://twig.sensiolabs.org",
5076             "keywords": [
5077                 "templating"
5078             ],
5079             "time": "2017-02-27T00:07:03+00:00"
5080         },
5081         {
5082             "name": "webflo/drupal-finder",
5083             "version": "0.2.1",
5084             "source": {
5085                 "type": "git",
5086                 "url": "https://github.com/webflo/drupal-finder.git",
5087                 "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348"
5088             },
5089             "dist": {
5090                 "type": "zip",
5091                 "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/4bd98f7e7b1d30e284e55f51d5d0c8712f676348",
5092                 "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348",
5093                 "shasum": ""
5094             },
5095             "require-dev": {
5096                 "mikey179/vfsstream": "^1.6",
5097                 "phpunit/phpunit": "^4.8"
5098             },
5099             "type": "library",
5100             "autoload": {
5101                 "classmap": [
5102                     "src/DrupalFinder.php"
5103                 ]
5104             },
5105             "notification-url": "https://packagist.org/downloads/",
5106             "license": [
5107                 "GPL-2.0+"
5108             ],
5109             "authors": [
5110                 {
5111                     "name": "Florian Weber",
5112                     "email": "florian@webflo.org"
5113                 }
5114             ],
5115             "description": "Helper class to locate a Drupal installation from a given path.",
5116             "time": "2016-11-28T18:50:45+00:00"
5117         },
5118         {
5119             "name": "webmozart/assert",
5120             "version": "1.2.0",
5121             "source": {
5122                 "type": "git",
5123                 "url": "https://github.com/webmozart/assert.git",
5124                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
5125             },
5126             "dist": {
5127                 "type": "zip",
5128                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
5129                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
5130                 "shasum": ""
5131             },
5132             "require": {
5133                 "php": "^5.3.3 || ^7.0"
5134             },
5135             "require-dev": {
5136                 "phpunit/phpunit": "^4.6",
5137                 "sebastian/version": "^1.0.1"
5138             },
5139             "type": "library",
5140             "extra": {
5141                 "branch-alias": {
5142                     "dev-master": "1.3-dev"
5143                 }
5144             },
5145             "autoload": {
5146                 "psr-4": {
5147                     "Webmozart\\Assert\\": "src/"
5148                 }
5149             },
5150             "notification-url": "https://packagist.org/downloads/",
5151             "license": [
5152                 "MIT"
5153             ],
5154             "authors": [
5155                 {
5156                     "name": "Bernhard Schussek",
5157                     "email": "bschussek@gmail.com"
5158                 }
5159             ],
5160             "description": "Assertions to validate method input/output with nice error messages.",
5161             "keywords": [
5162                 "assert",
5163                 "check",
5164                 "validate"
5165             ],
5166             "time": "2016-11-23T20:04:58+00:00"
5167         },
5168         {
5169             "name": "webmozart/path-util",
5170             "version": "2.3.0",
5171             "source": {
5172                 "type": "git",
5173                 "url": "https://github.com/webmozart/path-util.git",
5174                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
5175             },
5176             "dist": {
5177                 "type": "zip",
5178                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
5179                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
5180                 "shasum": ""
5181             },
5182             "require": {
5183                 "php": ">=5.3.3",
5184                 "webmozart/assert": "~1.0"
5185             },
5186             "require-dev": {
5187                 "phpunit/phpunit": "^4.6",
5188                 "sebastian/version": "^1.0.1"
5189             },
5190             "type": "library",
5191             "extra": {
5192                 "branch-alias": {
5193                     "dev-master": "2.3-dev"
5194                 }
5195             },
5196             "autoload": {
5197                 "psr-4": {
5198                     "Webmozart\\PathUtil\\": "src/"
5199                 }
5200             },
5201             "notification-url": "https://packagist.org/downloads/",
5202             "license": [
5203                 "MIT"
5204             ],
5205             "authors": [
5206                 {
5207                     "name": "Bernhard Schussek",
5208                     "email": "bschussek@gmail.com"
5209                 }
5210             ],
5211             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
5212             "time": "2015-12-17T08:42:14+00:00"
5213         },
5214         {
5215             "name": "zendframework/zend-diactoros",
5216             "version": "1.3.10",
5217             "source": {
5218                 "type": "git",
5219                 "url": "https://github.com/zendframework/zend-diactoros.git",
5220                 "reference": "83e8d98b9915de76c659ce27d683c02a0f99fa90"
5221             },
5222             "dist": {
5223                 "type": "zip",
5224                 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/83e8d98b9915de76c659ce27d683c02a0f99fa90",
5225                 "reference": "83e8d98b9915de76c659ce27d683c02a0f99fa90",
5226                 "shasum": ""
5227             },
5228             "require": {
5229                 "php": "^5.4 || ^7.0",
5230                 "psr/http-message": "~1.0"
5231             },
5232             "provide": {
5233                 "psr/http-message-implementation": "~1.0.0"
5234             },
5235             "require-dev": {
5236                 "phpunit/phpunit": "^4.6 || ^5.5",
5237                 "zendframework/zend-coding-standard": "~1.0.0"
5238             },
5239             "type": "library",
5240             "extra": {
5241                 "branch-alias": {
5242                     "dev-master": "1.3-dev",
5243                     "dev-develop": "1.4-dev"
5244                 }
5245             },
5246             "autoload": {
5247                 "psr-4": {
5248                     "Zend\\Diactoros\\": "src/"
5249                 }
5250             },
5251             "notification-url": "https://packagist.org/downloads/",
5252             "license": [
5253                 "BSD-2-Clause"
5254             ],
5255             "description": "PSR HTTP Message implementations",
5256             "homepage": "https://github.com/zendframework/zend-diactoros",
5257             "keywords": [
5258                 "http",
5259                 "psr",
5260                 "psr-7"
5261             ],
5262             "time": "2017-01-23T04:53:24+00:00"
5263         },
5264         {
5265             "name": "zendframework/zend-escaper",
5266             "version": "2.5.2",
5267             "source": {
5268                 "type": "git",
5269                 "url": "https://github.com/zendframework/zend-escaper.git",
5270                 "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
5271             },
5272             "dist": {
5273                 "type": "zip",
5274                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
5275                 "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
5276                 "shasum": ""
5277             },
5278             "require": {
5279                 "php": ">=5.5"
5280             },
5281             "require-dev": {
5282                 "fabpot/php-cs-fixer": "1.7.*",
5283                 "phpunit/phpunit": "~4.0"
5284             },
5285             "type": "library",
5286             "extra": {
5287                 "branch-alias": {
5288                     "dev-master": "2.5-dev",
5289                     "dev-develop": "2.6-dev"
5290                 }
5291             },
5292             "autoload": {
5293                 "psr-4": {
5294                     "Zend\\Escaper\\": "src/"
5295                 }
5296             },
5297             "notification-url": "https://packagist.org/downloads/",
5298             "license": [
5299                 "BSD-3-Clause"
5300             ],
5301             "homepage": "https://github.com/zendframework/zend-escaper",
5302             "keywords": [
5303                 "escaper",
5304                 "zf2"
5305             ],
5306             "time": "2016-06-30T19:48:38+00:00"
5307         },
5308         {
5309             "name": "zendframework/zend-feed",
5310             "version": "2.7.0",
5311             "source": {
5312                 "type": "git",
5313                 "url": "https://github.com/zendframework/zend-feed.git",
5314                 "reference": "12b328d382aa5200f1de53d4147033b885776b67"
5315             },
5316             "dist": {
5317                 "type": "zip",
5318                 "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/12b328d382aa5200f1de53d4147033b885776b67",
5319                 "reference": "12b328d382aa5200f1de53d4147033b885776b67",
5320                 "shasum": ""
5321             },
5322             "require": {
5323                 "php": "^5.5 || ^7.0",
5324                 "zendframework/zend-escaper": "^2.5",
5325                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5326             },
5327             "require-dev": {
5328                 "fabpot/php-cs-fixer": "1.7.*",
5329                 "phpunit/phpunit": "~4.0",
5330                 "psr/http-message": "^1.0",
5331                 "zendframework/zend-cache": "^2.5",
5332                 "zendframework/zend-db": "^2.5",
5333                 "zendframework/zend-http": "^2.5",
5334                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
5335                 "zendframework/zend-validator": "^2.5"
5336             },
5337             "suggest": {
5338                 "psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
5339                 "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
5340                 "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
5341                 "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
5342                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
5343                 "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent"
5344             },
5345             "type": "library",
5346             "extra": {
5347                 "branch-alias": {
5348                     "dev-master": "2.7-dev",
5349                     "dev-develop": "2.8-dev"
5350                 }
5351             },
5352             "autoload": {
5353                 "psr-4": {
5354                     "Zend\\Feed\\": "src/"
5355                 }
5356             },
5357             "notification-url": "https://packagist.org/downloads/",
5358             "license": [
5359                 "BSD-3-Clause"
5360             ],
5361             "description": "provides functionality for consuming RSS and Atom feeds",
5362             "homepage": "https://github.com/zendframework/zend-feed",
5363             "keywords": [
5364                 "feed",
5365                 "zf2"
5366             ],
5367             "time": "2016-02-11T18:54:29+00:00"
5368         },
5369         {
5370             "name": "zendframework/zend-stdlib",
5371             "version": "3.1.0",
5372             "source": {
5373                 "type": "git",
5374                 "url": "https://github.com/zendframework/zend-stdlib.git",
5375                 "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
5376             },
5377             "dist": {
5378                 "type": "zip",
5379                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
5380                 "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
5381                 "shasum": ""
5382             },
5383             "require": {
5384                 "php": "^5.6 || ^7.0"
5385             },
5386             "require-dev": {
5387                 "athletic/athletic": "~0.1",
5388                 "phpunit/phpunit": "~4.0",
5389                 "squizlabs/php_codesniffer": "^2.6.2"
5390             },
5391             "type": "library",
5392             "extra": {
5393                 "branch-alias": {
5394                     "dev-master": "3.1-dev",
5395                     "dev-develop": "3.2-dev"
5396                 }
5397             },
5398             "autoload": {
5399                 "psr-4": {
5400                     "Zend\\Stdlib\\": "src/"
5401                 }
5402             },
5403             "notification-url": "https://packagist.org/downloads/",
5404             "license": [
5405                 "BSD-3-Clause"
5406             ],
5407             "homepage": "https://github.com/zendframework/zend-stdlib",
5408             "keywords": [
5409                 "stdlib",
5410                 "zf2"
5411             ],
5412             "time": "2016-09-13T14:38:50+00:00"
5413         }
5414     ],
5415     "packages-dev": [
5416         {
5417             "name": "behat/mink",
5418             "version": "v1.7.1",
5419             "source": {
5420                 "type": "git",
5421                 "url": "https://github.com/minkphp/Mink.git",
5422                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
5423             },
5424             "dist": {
5425                 "type": "zip",
5426                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
5427                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
5428                 "shasum": ""
5429             },
5430             "require": {
5431                 "php": ">=5.3.1",
5432                 "symfony/css-selector": "~2.1|~3.0"
5433             },
5434             "require-dev": {
5435                 "symfony/phpunit-bridge": "~2.7|~3.0"
5436             },
5437             "suggest": {
5438                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
5439                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
5440                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
5441                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
5442             },
5443             "type": "library",
5444             "extra": {
5445                 "branch-alias": {
5446                     "dev-master": "1.7.x-dev"
5447                 }
5448             },
5449             "autoload": {
5450                 "psr-4": {
5451                     "Behat\\Mink\\": "src/"
5452                 }
5453             },
5454             "notification-url": "https://packagist.org/downloads/",
5455             "license": [
5456                 "MIT"
5457             ],
5458             "authors": [
5459                 {
5460                     "name": "Konstantin Kudryashov",
5461                     "email": "ever.zet@gmail.com",
5462                     "homepage": "http://everzet.com"
5463                 }
5464             ],
5465             "description": "Browser controller/emulator abstraction for PHP",
5466             "homepage": "http://mink.behat.org/",
5467             "keywords": [
5468                 "browser",
5469                 "testing",
5470                 "web"
5471             ],
5472             "time": "2016-03-05T08:26:18+00:00"
5473         },
5474         {
5475             "name": "behat/mink-browserkit-driver",
5476             "version": "v1.3.2",
5477             "source": {
5478                 "type": "git",
5479                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
5480                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
5481             },
5482             "dist": {
5483                 "type": "zip",
5484                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
5485                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
5486                 "shasum": ""
5487             },
5488             "require": {
5489                 "behat/mink": "^1.7.1@dev",
5490                 "php": ">=5.3.6",
5491                 "symfony/browser-kit": "~2.3|~3.0",
5492                 "symfony/dom-crawler": "~2.3|~3.0"
5493             },
5494             "require-dev": {
5495                 "silex/silex": "~1.2",
5496                 "symfony/phpunit-bridge": "~2.7|~3.0"
5497             },
5498             "type": "mink-driver",
5499             "extra": {
5500                 "branch-alias": {
5501                     "dev-master": "1.3.x-dev"
5502                 }
5503             },
5504             "autoload": {
5505                 "psr-4": {
5506                     "Behat\\Mink\\Driver\\": "src/"
5507                 }
5508             },
5509             "notification-url": "https://packagist.org/downloads/",
5510             "license": [
5511                 "MIT"
5512             ],
5513             "authors": [
5514                 {
5515                     "name": "Konstantin Kudryashov",
5516                     "email": "ever.zet@gmail.com",
5517                     "homepage": "http://everzet.com"
5518                 }
5519             ],
5520             "description": "Symfony2 BrowserKit driver for Mink framework",
5521             "homepage": "http://mink.behat.org/",
5522             "keywords": [
5523                 "Mink",
5524                 "Symfony2",
5525                 "browser",
5526                 "testing"
5527             ],
5528             "time": "2016-03-05T08:59:47+00:00"
5529         },
5530         {
5531             "name": "behat/mink-goutte-driver",
5532             "version": "v1.2.1",
5533             "source": {
5534                 "type": "git",
5535                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
5536                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
5537             },
5538             "dist": {
5539                 "type": "zip",
5540                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
5541                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
5542                 "shasum": ""
5543             },
5544             "require": {
5545                 "behat/mink": "~1.6@dev",
5546                 "behat/mink-browserkit-driver": "~1.2@dev",
5547                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
5548                 "php": ">=5.3.1"
5549             },
5550             "require-dev": {
5551                 "symfony/phpunit-bridge": "~2.7|~3.0"
5552             },
5553             "type": "mink-driver",
5554             "extra": {
5555                 "branch-alias": {
5556                     "dev-master": "1.2.x-dev"
5557                 }
5558             },
5559             "autoload": {
5560                 "psr-4": {
5561                     "Behat\\Mink\\Driver\\": "src/"
5562                 }
5563             },
5564             "notification-url": "https://packagist.org/downloads/",
5565             "license": [
5566                 "MIT"
5567             ],
5568             "authors": [
5569                 {
5570                     "name": "Konstantin Kudryashov",
5571                     "email": "ever.zet@gmail.com",
5572                     "homepage": "http://everzet.com"
5573                 }
5574             ],
5575             "description": "Goutte driver for Mink framework",
5576             "homepage": "http://mink.behat.org/",
5577             "keywords": [
5578                 "browser",
5579                 "goutte",
5580                 "headless",
5581                 "testing"
5582             ],
5583             "time": "2016-03-05T09:04:22+00:00"
5584         },
5585         {
5586             "name": "doctrine/instantiator",
5587             "version": "1.0.5",
5588             "source": {
5589                 "type": "git",
5590                 "url": "https://github.com/doctrine/instantiator.git",
5591                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
5592             },
5593             "dist": {
5594                 "type": "zip",
5595                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
5596                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
5597                 "shasum": ""
5598             },
5599             "require": {
5600                 "php": ">=5.3,<8.0-DEV"
5601             },
5602             "require-dev": {
5603                 "athletic/athletic": "~0.1.8",
5604                 "ext-pdo": "*",
5605                 "ext-phar": "*",
5606                 "phpunit/phpunit": "~4.0",
5607                 "squizlabs/php_codesniffer": "~2.0"
5608             },
5609             "type": "library",
5610             "extra": {
5611                 "branch-alias": {
5612                     "dev-master": "1.0.x-dev"
5613                 }
5614             },
5615             "autoload": {
5616                 "psr-4": {
5617                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
5618                 }
5619             },
5620             "notification-url": "https://packagist.org/downloads/",
5621             "license": [
5622                 "MIT"
5623             ],
5624             "authors": [
5625                 {
5626                     "name": "Marco Pivetta",
5627                     "email": "ocramius@gmail.com",
5628                     "homepage": "http://ocramius.github.com/"
5629                 }
5630             ],
5631             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
5632             "homepage": "https://github.com/doctrine/instantiator",
5633             "keywords": [
5634                 "constructor",
5635                 "instantiate"
5636             ],
5637             "time": "2015-06-14T21:17:01+00:00"
5638         },
5639         {
5640             "name": "fabpot/goutte",
5641             "version": "v3.2.1",
5642             "source": {
5643                 "type": "git",
5644                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
5645                 "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638"
5646             },
5647             "dist": {
5648                 "type": "zip",
5649                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638",
5650                 "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638",
5651                 "shasum": ""
5652             },
5653             "require": {
5654                 "guzzlehttp/guzzle": "^6.0",
5655                 "php": ">=5.5.0",
5656                 "symfony/browser-kit": "~2.1|~3.0",
5657                 "symfony/css-selector": "~2.1|~3.0",
5658                 "symfony/dom-crawler": "~2.1|~3.0"
5659             },
5660             "type": "application",
5661             "extra": {
5662                 "branch-alias": {
5663                     "dev-master": "3.2-dev"
5664                 }
5665             },
5666             "autoload": {
5667                 "psr-4": {
5668                     "Goutte\\": "Goutte"
5669                 }
5670             },
5671             "notification-url": "https://packagist.org/downloads/",
5672             "license": [
5673                 "MIT"
5674             ],
5675             "authors": [
5676                 {
5677                     "name": "Fabien Potencier",
5678                     "email": "fabien@symfony.com"
5679                 }
5680             ],
5681             "description": "A simple PHP Web Scraper",
5682             "homepage": "https://github.com/FriendsOfPHP/Goutte",
5683             "keywords": [
5684                 "scraper"
5685             ],
5686             "time": "2017-01-03T13:21:43+00:00"
5687         },
5688         {
5689             "name": "jcalderonzumba/gastonjs",
5690             "version": "v1.0.3",
5691             "source": {
5692                 "type": "git",
5693                 "url": "https://github.com/jcalderonzumba/gastonjs.git",
5694                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
5695             },
5696             "dist": {
5697                 "type": "zip",
5698                 "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
5699                 "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
5700                 "shasum": ""
5701             },
5702             "require": {
5703                 "guzzlehttp/guzzle": "~5.0|~6.0",
5704                 "php": ">=5.4"
5705             },
5706             "require-dev": {
5707                 "phpunit/phpunit": "~4.6",
5708                 "silex/silex": "~1.2",
5709                 "symfony/phpunit-bridge": "~2.7",
5710                 "symfony/process": "~2.1"
5711             },
5712             "type": "phantomjs-api",
5713             "extra": {
5714                 "branch-alias": {
5715                     "dev-master": "1.1.x-dev"
5716                 }
5717             },
5718             "autoload": {
5719                 "psr-4": {
5720                     "Zumba\\GastonJS\\": "src"
5721                 }
5722             },
5723             "notification-url": "https://packagist.org/downloads/",
5724             "license": [
5725                 "MIT"
5726             ],
5727             "authors": [
5728                 {
5729                     "name": "Juan Francisco Calderón Zumba",
5730                     "email": "juanfcz@gmail.com",
5731                     "homepage": "http://github.com/jcalderonzumba"
5732                 }
5733             ],
5734             "description": "PhantomJS API based server for webpage automation",
5735             "homepage": "https://github.com/jcalderonzumba/gastonjs",
5736             "keywords": [
5737                 "api",
5738                 "automation",
5739                 "browser",
5740                 "headless",
5741                 "phantomjs"
5742             ],
5743             "time": "2016-05-04T16:27:07+00:00"
5744         },
5745         {
5746             "name": "jcalderonzumba/mink-phantomjs-driver",
5747             "version": "v0.3.3",
5748             "source": {
5749                 "type": "git",
5750                 "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
5751                 "reference": "008f43670e94acd39273d15add1e7348eb23848d"
5752             },
5753             "dist": {
5754                 "type": "zip",
5755                 "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
5756                 "reference": "008f43670e94acd39273d15add1e7348eb23848d",
5757                 "shasum": ""
5758             },
5759             "require": {
5760                 "behat/mink": "~1.7",
5761                 "jcalderonzumba/gastonjs": "~1.0",
5762                 "php": ">=5.4",
5763                 "twig/twig": "~1.20|~2.0"
5764             },
5765             "require-dev": {
5766                 "mink/driver-testsuite": "dev-master",
5767                 "phpunit/phpunit": "~4.6"
5768             },
5769             "type": "mink-driver",
5770             "extra": {
5771                 "branch-alias": {
5772                     "dev-master": "0.4.x-dev"
5773                 }
5774             },
5775             "autoload": {
5776                 "psr-4": {
5777                     "Zumba\\Mink\\Driver\\": "src"
5778                 }
5779             },
5780             "notification-url": "https://packagist.org/downloads/",
5781             "license": [
5782                 "MIT"
5783             ],
5784             "authors": [
5785                 {
5786                     "name": "Juan Francisco Calderón Zumba",
5787                     "email": "juanfcz@gmail.com",
5788                     "homepage": "http://github.com/jcalderonzumba"
5789                 }
5790             ],
5791             "description": "PhantomJS driver for Mink framework",
5792             "homepage": "http://mink.behat.org/",
5793             "keywords": [
5794                 "ajax",
5795                 "browser",
5796                 "headless",
5797                 "javascript",
5798                 "phantomjs",
5799                 "testing"
5800             ],
5801             "time": "2016-12-01T10:57:30+00:00"
5802         },
5803         {
5804             "name": "mikey179/vfsStream",
5805             "version": "v1.6.4",
5806             "source": {
5807                 "type": "git",
5808                 "url": "https://github.com/mikey179/vfsStream.git",
5809                 "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
5810             },
5811             "dist": {
5812                 "type": "zip",
5813                 "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
5814                 "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
5815                 "shasum": ""
5816             },
5817             "require": {
5818                 "php": ">=5.3.0"
5819             },
5820             "require-dev": {
5821                 "phpunit/phpunit": "~4.5"
5822             },
5823             "type": "library",
5824             "extra": {
5825                 "branch-alias": {
5826                     "dev-master": "1.6.x-dev"
5827                 }
5828             },
5829             "autoload": {
5830                 "psr-0": {
5831                     "org\\bovigo\\vfs\\": "src/main/php"
5832                 }
5833             },
5834             "notification-url": "https://packagist.org/downloads/",
5835             "license": [
5836                 "BSD-3-Clause"
5837             ],
5838             "authors": [
5839                 {
5840                     "name": "Frank Kleine",
5841                     "homepage": "http://frankkleine.de/",
5842                     "role": "Developer"
5843                 }
5844             ],
5845             "description": "Virtual file system to mock the real file system in unit tests.",
5846             "homepage": "http://vfs.bovigo.org/",
5847             "time": "2016-07-18T14:02:57+00:00"
5848         },
5849         {
5850             "name": "phpspec/prophecy",
5851             "version": "v1.7.0",
5852             "source": {
5853                 "type": "git",
5854                 "url": "https://github.com/phpspec/prophecy.git",
5855                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
5856             },
5857             "dist": {
5858                 "type": "zip",
5859                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
5860                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
5861                 "shasum": ""
5862             },
5863             "require": {
5864                 "doctrine/instantiator": "^1.0.2",
5865                 "php": "^5.3|^7.0",
5866                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
5867                 "sebastian/comparator": "^1.1|^2.0",
5868                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
5869             },
5870             "require-dev": {
5871                 "phpspec/phpspec": "^2.5|^3.2",
5872                 "phpunit/phpunit": "^4.8 || ^5.6.5"
5873             },
5874             "type": "library",
5875             "extra": {
5876                 "branch-alias": {
5877                     "dev-master": "1.6.x-dev"
5878                 }
5879             },
5880             "autoload": {
5881                 "psr-0": {
5882                     "Prophecy\\": "src/"
5883                 }
5884             },
5885             "notification-url": "https://packagist.org/downloads/",
5886             "license": [
5887                 "MIT"
5888             ],
5889             "authors": [
5890                 {
5891                     "name": "Konstantin Kudryashov",
5892                     "email": "ever.zet@gmail.com",
5893                     "homepage": "http://everzet.com"
5894                 },
5895                 {
5896                     "name": "Marcello Duarte",
5897                     "email": "marcello.duarte@gmail.com"
5898                 }
5899             ],
5900             "description": "Highly opinionated mocking framework for PHP 5.3+",
5901             "homepage": "https://github.com/phpspec/prophecy",
5902             "keywords": [
5903                 "Double",
5904                 "Dummy",
5905                 "fake",
5906                 "mock",
5907                 "spy",
5908                 "stub"
5909             ],
5910             "time": "2017-03-02T20:05:34+00:00"
5911         },
5912         {
5913             "name": "phpunit/php-code-coverage",
5914             "version": "2.2.4",
5915             "source": {
5916                 "type": "git",
5917                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5918                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
5919             },
5920             "dist": {
5921                 "type": "zip",
5922                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5923                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5924                 "shasum": ""
5925             },
5926             "require": {
5927                 "php": ">=5.3.3",
5928                 "phpunit/php-file-iterator": "~1.3",
5929                 "phpunit/php-text-template": "~1.2",
5930                 "phpunit/php-token-stream": "~1.3",
5931                 "sebastian/environment": "^1.3.2",
5932                 "sebastian/version": "~1.0"
5933             },
5934             "require-dev": {
5935                 "ext-xdebug": ">=2.1.4",
5936                 "phpunit/phpunit": "~4"
5937             },
5938             "suggest": {
5939                 "ext-dom": "*",
5940                 "ext-xdebug": ">=2.2.1",
5941                 "ext-xmlwriter": "*"
5942             },
5943             "type": "library",
5944             "extra": {
5945                 "branch-alias": {
5946                     "dev-master": "2.2.x-dev"
5947                 }
5948             },
5949             "autoload": {
5950                 "classmap": [
5951                     "src/"
5952                 ]
5953             },
5954             "notification-url": "https://packagist.org/downloads/",
5955             "license": [
5956                 "BSD-3-Clause"
5957             ],
5958             "authors": [
5959                 {
5960                     "name": "Sebastian Bergmann",
5961                     "email": "sb@sebastian-bergmann.de",
5962                     "role": "lead"
5963                 }
5964             ],
5965             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5966             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5967             "keywords": [
5968                 "coverage",
5969                 "testing",
5970                 "xunit"
5971             ],
5972             "time": "2015-10-06T15:47:00+00:00"
5973         },
5974         {
5975             "name": "phpunit/php-file-iterator",
5976             "version": "1.4.2",
5977             "source": {
5978                 "type": "git",
5979                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5980                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
5981             },
5982             "dist": {
5983                 "type": "zip",
5984                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
5985                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
5986                 "shasum": ""
5987             },
5988             "require": {
5989                 "php": ">=5.3.3"
5990             },
5991             "type": "library",
5992             "extra": {
5993                 "branch-alias": {
5994                     "dev-master": "1.4.x-dev"
5995                 }
5996             },
5997             "autoload": {
5998                 "classmap": [
5999                     "src/"
6000                 ]
6001             },
6002             "notification-url": "https://packagist.org/downloads/",
6003             "license": [
6004                 "BSD-3-Clause"
6005             ],
6006             "authors": [
6007                 {
6008                     "name": "Sebastian Bergmann",
6009                     "email": "sb@sebastian-bergmann.de",
6010                     "role": "lead"
6011                 }
6012             ],
6013             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6014             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6015             "keywords": [
6016                 "filesystem",
6017                 "iterator"
6018             ],
6019             "time": "2016-10-03T07:40:28+00:00"
6020         },
6021         {
6022             "name": "phpunit/php-text-template",
6023             "version": "1.2.1",
6024             "source": {
6025                 "type": "git",
6026                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
6027                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
6028             },
6029             "dist": {
6030                 "type": "zip",
6031                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6032                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6033                 "shasum": ""
6034             },
6035             "require": {
6036                 "php": ">=5.3.3"
6037             },
6038             "type": "library",
6039             "autoload": {
6040                 "classmap": [
6041                     "src/"
6042                 ]
6043             },
6044             "notification-url": "https://packagist.org/downloads/",
6045             "license": [
6046                 "BSD-3-Clause"
6047             ],
6048             "authors": [
6049                 {
6050                     "name": "Sebastian Bergmann",
6051                     "email": "sebastian@phpunit.de",
6052                     "role": "lead"
6053                 }
6054             ],
6055             "description": "Simple template engine.",
6056             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6057             "keywords": [
6058                 "template"
6059             ],
6060             "time": "2015-06-21T13:50:34+00:00"
6061         },
6062         {
6063             "name": "phpunit/php-timer",
6064             "version": "1.0.9",
6065             "source": {
6066                 "type": "git",
6067                 "url": "https://github.com/sebastianbergmann/php-timer.git",
6068                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
6069             },
6070             "dist": {
6071                 "type": "zip",
6072                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6073                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6074                 "shasum": ""
6075             },
6076             "require": {
6077                 "php": "^5.3.3 || ^7.0"
6078             },
6079             "require-dev": {
6080                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6081             },
6082             "type": "library",
6083             "extra": {
6084                 "branch-alias": {
6085                     "dev-master": "1.0-dev"
6086                 }
6087             },
6088             "autoload": {
6089                 "classmap": [
6090                     "src/"
6091                 ]
6092             },
6093             "notification-url": "https://packagist.org/downloads/",
6094             "license": [
6095                 "BSD-3-Clause"
6096             ],
6097             "authors": [
6098                 {
6099                     "name": "Sebastian Bergmann",
6100                     "email": "sb@sebastian-bergmann.de",
6101                     "role": "lead"
6102                 }
6103             ],
6104             "description": "Utility class for timing",
6105             "homepage": "https://github.com/sebastianbergmann/php-timer/",
6106             "keywords": [
6107                 "timer"
6108             ],
6109             "time": "2017-02-26T11:10:40+00:00"
6110         },
6111         {
6112             "name": "phpunit/php-token-stream",
6113             "version": "1.4.11",
6114             "source": {
6115                 "type": "git",
6116                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
6117                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
6118             },
6119             "dist": {
6120                 "type": "zip",
6121                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
6122                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
6123                 "shasum": ""
6124             },
6125             "require": {
6126                 "ext-tokenizer": "*",
6127                 "php": ">=5.3.3"
6128             },
6129             "require-dev": {
6130                 "phpunit/phpunit": "~4.2"
6131             },
6132             "type": "library",
6133             "extra": {
6134                 "branch-alias": {
6135                     "dev-master": "1.4-dev"
6136                 }
6137             },
6138             "autoload": {
6139                 "classmap": [
6140                     "src/"
6141                 ]
6142             },
6143             "notification-url": "https://packagist.org/downloads/",
6144             "license": [
6145                 "BSD-3-Clause"
6146             ],
6147             "authors": [
6148                 {
6149                     "name": "Sebastian Bergmann",
6150                     "email": "sebastian@phpunit.de"
6151                 }
6152             ],
6153             "description": "Wrapper around PHP's tokenizer extension.",
6154             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
6155             "keywords": [
6156                 "tokenizer"
6157             ],
6158             "time": "2017-02-27T10:12:30+00:00"
6159         },
6160         {
6161             "name": "phpunit/phpunit",
6162             "version": "4.8.35",
6163             "source": {
6164                 "type": "git",
6165                 "url": "https://github.com/sebastianbergmann/phpunit.git",
6166                 "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
6167             },
6168             "dist": {
6169                 "type": "zip",
6170                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
6171                 "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
6172                 "shasum": ""
6173             },
6174             "require": {
6175                 "ext-dom": "*",
6176                 "ext-json": "*",
6177                 "ext-pcre": "*",
6178                 "ext-reflection": "*",
6179                 "ext-spl": "*",
6180                 "php": ">=5.3.3",
6181                 "phpspec/prophecy": "^1.3.1",
6182                 "phpunit/php-code-coverage": "~2.1",
6183                 "phpunit/php-file-iterator": "~1.4",
6184                 "phpunit/php-text-template": "~1.2",
6185                 "phpunit/php-timer": "^1.0.6",
6186                 "phpunit/phpunit-mock-objects": "~2.3",
6187                 "sebastian/comparator": "~1.2.2",
6188                 "sebastian/diff": "~1.2",
6189                 "sebastian/environment": "~1.3",
6190                 "sebastian/exporter": "~1.2",
6191                 "sebastian/global-state": "~1.0",
6192                 "sebastian/version": "~1.0",
6193                 "symfony/yaml": "~2.1|~3.0"
6194             },
6195             "suggest": {
6196                 "phpunit/php-invoker": "~1.1"
6197             },
6198             "bin": [
6199                 "phpunit"
6200             ],
6201             "type": "library",
6202             "extra": {
6203                 "branch-alias": {
6204                     "dev-master": "4.8.x-dev"
6205                 }
6206             },
6207             "autoload": {
6208                 "classmap": [
6209                     "src/"
6210                 ]
6211             },
6212             "notification-url": "https://packagist.org/downloads/",
6213             "license": [
6214                 "BSD-3-Clause"
6215             ],
6216             "authors": [
6217                 {
6218                     "name": "Sebastian Bergmann",
6219                     "email": "sebastian@phpunit.de",
6220                     "role": "lead"
6221                 }
6222             ],
6223             "description": "The PHP Unit Testing framework.",
6224             "homepage": "https://phpunit.de/",
6225             "keywords": [
6226                 "phpunit",
6227                 "testing",
6228                 "xunit"
6229             ],
6230             "time": "2017-02-06T05:18:07+00:00"
6231         },
6232         {
6233             "name": "phpunit/phpunit-mock-objects",
6234             "version": "2.3.8",
6235             "source": {
6236                 "type": "git",
6237                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
6238                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
6239             },
6240             "dist": {
6241                 "type": "zip",
6242                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6243                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6244                 "shasum": ""
6245             },
6246             "require": {
6247                 "doctrine/instantiator": "^1.0.2",
6248                 "php": ">=5.3.3",
6249                 "phpunit/php-text-template": "~1.2",
6250                 "sebastian/exporter": "~1.2"
6251             },
6252             "require-dev": {
6253                 "phpunit/phpunit": "~4.4"
6254             },
6255             "suggest": {
6256                 "ext-soap": "*"
6257             },
6258             "type": "library",
6259             "extra": {
6260                 "branch-alias": {
6261                     "dev-master": "2.3.x-dev"
6262                 }
6263             },
6264             "autoload": {
6265                 "classmap": [
6266                     "src/"
6267                 ]
6268             },
6269             "notification-url": "https://packagist.org/downloads/",
6270             "license": [
6271                 "BSD-3-Clause"
6272             ],
6273             "authors": [
6274                 {
6275                     "name": "Sebastian Bergmann",
6276                     "email": "sb@sebastian-bergmann.de",
6277                     "role": "lead"
6278                 }
6279             ],
6280             "description": "Mock Object library for PHPUnit",
6281             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
6282             "keywords": [
6283                 "mock",
6284                 "xunit"
6285             ],
6286             "time": "2015-10-02T06:51:40+00:00"
6287         },
6288         {
6289             "name": "sebastian/comparator",
6290             "version": "1.2.4",
6291             "source": {
6292                 "type": "git",
6293                 "url": "https://github.com/sebastianbergmann/comparator.git",
6294                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
6295             },
6296             "dist": {
6297                 "type": "zip",
6298                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6299                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6300                 "shasum": ""
6301             },
6302             "require": {
6303                 "php": ">=5.3.3",
6304                 "sebastian/diff": "~1.2",
6305                 "sebastian/exporter": "~1.2 || ~2.0"
6306             },
6307             "require-dev": {
6308                 "phpunit/phpunit": "~4.4"
6309             },
6310             "type": "library",
6311             "extra": {
6312                 "branch-alias": {
6313                     "dev-master": "1.2.x-dev"
6314                 }
6315             },
6316             "autoload": {
6317                 "classmap": [
6318                     "src/"
6319                 ]
6320             },
6321             "notification-url": "https://packagist.org/downloads/",
6322             "license": [
6323                 "BSD-3-Clause"
6324             ],
6325             "authors": [
6326                 {
6327                     "name": "Jeff Welch",
6328                     "email": "whatthejeff@gmail.com"
6329                 },
6330                 {
6331                     "name": "Volker Dusch",
6332                     "email": "github@wallbash.com"
6333                 },
6334                 {
6335                     "name": "Bernhard Schussek",
6336                     "email": "bschussek@2bepublished.at"
6337                 },
6338                 {
6339                     "name": "Sebastian Bergmann",
6340                     "email": "sebastian@phpunit.de"
6341                 }
6342             ],
6343             "description": "Provides the functionality to compare PHP values for equality",
6344             "homepage": "http://www.github.com/sebastianbergmann/comparator",
6345             "keywords": [
6346                 "comparator",
6347                 "compare",
6348                 "equality"
6349             ],
6350             "time": "2017-01-29T09:50:25+00:00"
6351         },
6352         {
6353             "name": "sebastian/diff",
6354             "version": "1.4.1",
6355             "source": {
6356                 "type": "git",
6357                 "url": "https://github.com/sebastianbergmann/diff.git",
6358                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
6359             },
6360             "dist": {
6361                 "type": "zip",
6362                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
6363                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
6364                 "shasum": ""
6365             },
6366             "require": {
6367                 "php": ">=5.3.3"
6368             },
6369             "require-dev": {
6370                 "phpunit/phpunit": "~4.8"
6371             },
6372             "type": "library",
6373             "extra": {
6374                 "branch-alias": {
6375                     "dev-master": "1.4-dev"
6376                 }
6377             },
6378             "autoload": {
6379                 "classmap": [
6380                     "src/"
6381                 ]
6382             },
6383             "notification-url": "https://packagist.org/downloads/",
6384             "license": [
6385                 "BSD-3-Clause"
6386             ],
6387             "authors": [
6388                 {
6389                     "name": "Kore Nordmann",
6390                     "email": "mail@kore-nordmann.de"
6391                 },
6392                 {
6393                     "name": "Sebastian Bergmann",
6394                     "email": "sebastian@phpunit.de"
6395                 }
6396             ],
6397             "description": "Diff implementation",
6398             "homepage": "https://github.com/sebastianbergmann/diff",
6399             "keywords": [
6400                 "diff"
6401             ],
6402             "time": "2015-12-08T07:14:41+00:00"
6403         },
6404         {
6405             "name": "sebastian/environment",
6406             "version": "1.3.8",
6407             "source": {
6408                 "type": "git",
6409                 "url": "https://github.com/sebastianbergmann/environment.git",
6410                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
6411             },
6412             "dist": {
6413                 "type": "zip",
6414                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6415                 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6416                 "shasum": ""
6417             },
6418             "require": {
6419                 "php": "^5.3.3 || ^7.0"
6420             },
6421             "require-dev": {
6422                 "phpunit/phpunit": "^4.8 || ^5.0"
6423             },
6424             "type": "library",
6425             "extra": {
6426                 "branch-alias": {
6427                     "dev-master": "1.3.x-dev"
6428                 }
6429             },
6430             "autoload": {
6431                 "classmap": [
6432                     "src/"
6433                 ]
6434             },
6435             "notification-url": "https://packagist.org/downloads/",
6436             "license": [
6437                 "BSD-3-Clause"
6438             ],
6439             "authors": [
6440                 {
6441                     "name": "Sebastian Bergmann",
6442                     "email": "sebastian@phpunit.de"
6443                 }
6444             ],
6445             "description": "Provides functionality to handle HHVM/PHP environments",
6446             "homepage": "http://www.github.com/sebastianbergmann/environment",
6447             "keywords": [
6448                 "Xdebug",
6449                 "environment",
6450                 "hhvm"
6451             ],
6452             "time": "2016-08-18T05:49:44+00:00"
6453         },
6454         {
6455             "name": "sebastian/exporter",
6456             "version": "1.2.2",
6457             "source": {
6458                 "type": "git",
6459                 "url": "https://github.com/sebastianbergmann/exporter.git",
6460                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
6461             },
6462             "dist": {
6463                 "type": "zip",
6464                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
6465                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
6466                 "shasum": ""
6467             },
6468             "require": {
6469                 "php": ">=5.3.3",
6470                 "sebastian/recursion-context": "~1.0"
6471             },
6472             "require-dev": {
6473                 "ext-mbstring": "*",
6474                 "phpunit/phpunit": "~4.4"
6475             },
6476             "type": "library",
6477             "extra": {
6478                 "branch-alias": {
6479                     "dev-master": "1.3.x-dev"
6480                 }
6481             },
6482             "autoload": {
6483                 "classmap": [
6484                     "src/"
6485                 ]
6486             },
6487             "notification-url": "https://packagist.org/downloads/",
6488             "license": [
6489                 "BSD-3-Clause"
6490             ],
6491             "authors": [
6492                 {
6493                     "name": "Jeff Welch",
6494                     "email": "whatthejeff@gmail.com"
6495                 },
6496                 {
6497                     "name": "Volker Dusch",
6498                     "email": "github@wallbash.com"
6499                 },
6500                 {
6501                     "name": "Bernhard Schussek",
6502                     "email": "bschussek@2bepublished.at"
6503                 },
6504                 {
6505                     "name": "Sebastian Bergmann",
6506                     "email": "sebastian@phpunit.de"
6507                 },
6508                 {
6509                     "name": "Adam Harvey",
6510                     "email": "aharvey@php.net"
6511                 }
6512             ],
6513             "description": "Provides the functionality to export PHP variables for visualization",
6514             "homepage": "http://www.github.com/sebastianbergmann/exporter",
6515             "keywords": [
6516                 "export",
6517                 "exporter"
6518             ],
6519             "time": "2016-06-17T09:04:28+00:00"
6520         },
6521         {
6522             "name": "sebastian/global-state",
6523             "version": "1.1.1",
6524             "source": {
6525                 "type": "git",
6526                 "url": "https://github.com/sebastianbergmann/global-state.git",
6527                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
6528             },
6529             "dist": {
6530                 "type": "zip",
6531                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
6532                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
6533                 "shasum": ""
6534             },
6535             "require": {
6536                 "php": ">=5.3.3"
6537             },
6538             "require-dev": {
6539                 "phpunit/phpunit": "~4.2"
6540             },
6541             "suggest": {
6542                 "ext-uopz": "*"
6543             },
6544             "type": "library",
6545             "extra": {
6546                 "branch-alias": {
6547                     "dev-master": "1.0-dev"
6548                 }
6549             },
6550             "autoload": {
6551                 "classmap": [
6552                     "src/"
6553                 ]
6554             },
6555             "notification-url": "https://packagist.org/downloads/",
6556             "license": [
6557                 "BSD-3-Clause"
6558             ],
6559             "authors": [
6560                 {
6561                     "name": "Sebastian Bergmann",
6562                     "email": "sebastian@phpunit.de"
6563                 }
6564             ],
6565             "description": "Snapshotting of global state",
6566             "homepage": "http://www.github.com/sebastianbergmann/global-state",
6567             "keywords": [
6568                 "global state"
6569             ],
6570             "time": "2015-10-12T03:26:01+00:00"
6571         },
6572         {
6573             "name": "sebastian/recursion-context",
6574             "version": "1.0.5",
6575             "source": {
6576                 "type": "git",
6577                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
6578                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
6579             },
6580             "dist": {
6581                 "type": "zip",
6582                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
6583                 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
6584                 "shasum": ""
6585             },
6586             "require": {
6587                 "php": ">=5.3.3"
6588             },
6589             "require-dev": {
6590                 "phpunit/phpunit": "~4.4"
6591             },
6592             "type": "library",
6593             "extra": {
6594                 "branch-alias": {
6595                     "dev-master": "1.0.x-dev"
6596                 }
6597             },
6598             "autoload": {
6599                 "classmap": [
6600                     "src/"
6601                 ]
6602             },
6603             "notification-url": "https://packagist.org/downloads/",
6604             "license": [
6605                 "BSD-3-Clause"
6606             ],
6607             "authors": [
6608                 {
6609                     "name": "Jeff Welch",
6610                     "email": "whatthejeff@gmail.com"
6611                 },
6612                 {
6613                     "name": "Sebastian Bergmann",
6614                     "email": "sebastian@phpunit.de"
6615                 },
6616                 {
6617                     "name": "Adam Harvey",
6618                     "email": "aharvey@php.net"
6619                 }
6620             ],
6621             "description": "Provides functionality to recursively process PHP variables",
6622             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
6623             "time": "2016-10-03T07:41:43+00:00"
6624         },
6625         {
6626             "name": "sebastian/version",
6627             "version": "1.0.6",
6628             "source": {
6629                 "type": "git",
6630                 "url": "https://github.com/sebastianbergmann/version.git",
6631                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
6632             },
6633             "dist": {
6634                 "type": "zip",
6635                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6636                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6637                 "shasum": ""
6638             },
6639             "type": "library",
6640             "autoload": {
6641                 "classmap": [
6642                     "src/"
6643                 ]
6644             },
6645             "notification-url": "https://packagist.org/downloads/",
6646             "license": [
6647                 "BSD-3-Clause"
6648             ],
6649             "authors": [
6650                 {
6651                     "name": "Sebastian Bergmann",
6652                     "email": "sebastian@phpunit.de",
6653                     "role": "lead"
6654                 }
6655             ],
6656             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6657             "homepage": "https://github.com/sebastianbergmann/version",
6658             "time": "2015-06-21T13:59:46+00:00"
6659         },
6660         {
6661             "name": "symfony/browser-kit",
6662             "version": "v3.2.4",
6663             "source": {
6664                 "type": "git",
6665                 "url": "https://github.com/symfony/browser-kit.git",
6666                 "reference": "394a2475a3a89089353fde5714a7f402fbb83880"
6667             },
6668             "dist": {
6669                 "type": "zip",
6670                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/394a2475a3a89089353fde5714a7f402fbb83880",
6671                 "reference": "394a2475a3a89089353fde5714a7f402fbb83880",
6672                 "shasum": ""
6673             },
6674             "require": {
6675                 "php": ">=5.5.9",
6676                 "symfony/dom-crawler": "~2.8|~3.0"
6677             },
6678             "require-dev": {
6679                 "symfony/css-selector": "~2.8|~3.0",
6680                 "symfony/process": "~2.8|~3.0"
6681             },
6682             "suggest": {
6683                 "symfony/process": ""
6684             },
6685             "type": "library",
6686             "extra": {
6687                 "branch-alias": {
6688                     "dev-master": "3.2-dev"
6689                 }
6690             },
6691             "autoload": {
6692                 "psr-4": {
6693                     "Symfony\\Component\\BrowserKit\\": ""
6694                 },
6695                 "exclude-from-classmap": [
6696                     "/Tests/"
6697                 ]
6698             },
6699             "notification-url": "https://packagist.org/downloads/",
6700             "license": [
6701                 "MIT"
6702             ],
6703             "authors": [
6704                 {
6705                     "name": "Fabien Potencier",
6706                     "email": "fabien@symfony.com"
6707                 },
6708                 {
6709                     "name": "Symfony Community",
6710                     "homepage": "https://symfony.com/contributors"
6711                 }
6712             ],
6713             "description": "Symfony BrowserKit Component",
6714             "homepage": "https://symfony.com",
6715             "time": "2017-01-31T21:49:23+00:00"
6716         }
6717     ],
6718     "aliases": [],
6719     "minimum-stability": "dev",
6720     "stability-flags": {
6721         "drupal/token": 5,
6722         "drupal/ctools": 15,
6723         "drupal/pathauto": 5,
6724         "drupal/eu_cookie_compliance": 10
6725     },
6726     "prefer-stable": true,
6727     "prefer-lowest": false,
6728     "platform": [],
6729     "platform-dev": []
6730 }