Backup of db before drupal security update
[yaffs-website] / vendor / drupal / console-core / 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": "5378635239d17fe962f215288baee221",
8     "packages": [
9         {
10             "name": "dflydev/dot-access-configuration",
11             "version": "v1.0.1",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
15                 "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/9b65c83159c9003e00284ea1144ad96b69d9c8b9",
20                 "reference": "9b65c83159c9003e00284ea1144ad96b69d9c8b9",
21                 "shasum": ""
22             },
23             "require": {
24                 "dflydev/dot-access-data": "1.*",
25                 "dflydev/placeholder-resolver": "1.*",
26                 "php": ">=5.3.2"
27             },
28             "require-dev": {
29                 "symfony/yaml": "~2.1"
30             },
31             "suggest": {
32                 "symfony/yaml": "Required for using the YAML Configuration Builders"
33             },
34             "type": "library",
35             "extra": {
36                 "branch-alias": {
37                     "dev-master": "1.0-dev"
38                 }
39             },
40             "autoload": {
41                 "psr-0": {
42                     "Dflydev\\DotAccessConfiguration": "src"
43                 }
44             },
45             "notification-url": "https://packagist.org/downloads/",
46             "license": [
47                 "MIT"
48             ],
49             "authors": [
50                 {
51                     "name": "Dragonfly Development Inc.",
52                     "email": "info@dflydev.com",
53                     "homepage": "http://dflydev.com"
54                 },
55                 {
56                     "name": "Beau Simensen",
57                     "email": "beau@dflydev.com",
58                     "homepage": "http://beausimensen.com"
59                 }
60             ],
61             "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
62             "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
63             "keywords": [
64                 "config",
65                 "configuration"
66             ],
67             "time": "2014-11-14T03:26:12+00:00"
68         },
69         {
70             "name": "dflydev/dot-access-data",
71             "version": "v1.1.0",
72             "source": {
73                 "type": "git",
74                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
75                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
76             },
77             "dist": {
78                 "type": "zip",
79                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
80                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
81                 "shasum": ""
82             },
83             "require": {
84                 "php": ">=5.3.2"
85             },
86             "type": "library",
87             "extra": {
88                 "branch-alias": {
89                     "dev-master": "1.0-dev"
90                 }
91             },
92             "autoload": {
93                 "psr-0": {
94                     "Dflydev\\DotAccessData": "src"
95                 }
96             },
97             "notification-url": "https://packagist.org/downloads/",
98             "license": [
99                 "MIT"
100             ],
101             "authors": [
102                 {
103                     "name": "Dragonfly Development Inc.",
104                     "email": "info@dflydev.com",
105                     "homepage": "http://dflydev.com"
106                 },
107                 {
108                     "name": "Beau Simensen",
109                     "email": "beau@dflydev.com",
110                     "homepage": "http://beausimensen.com"
111                 },
112                 {
113                     "name": "Carlos Frutos",
114                     "email": "carlos@kiwing.it",
115                     "homepage": "https://github.com/cfrutos"
116                 }
117             ],
118             "description": "Given a deep data structure, access data by dot notation.",
119             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
120             "keywords": [
121                 "access",
122                 "data",
123                 "dot",
124                 "notation"
125             ],
126             "time": "2017-01-20T21:14:22+00:00"
127         },
128         {
129             "name": "dflydev/placeholder-resolver",
130             "version": "v1.0.2",
131             "source": {
132                 "type": "git",
133                 "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
134                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
135             },
136             "dist": {
137                 "type": "zip",
138                 "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
139                 "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
140                 "shasum": ""
141             },
142             "require": {
143                 "php": ">=5.3.2"
144             },
145             "type": "library",
146             "extra": {
147                 "branch-alias": {
148                     "dev-master": "1.0-dev"
149                 }
150             },
151             "autoload": {
152                 "psr-0": {
153                     "Dflydev\\PlaceholderResolver": "src"
154                 }
155             },
156             "notification-url": "https://packagist.org/downloads/",
157             "license": [
158                 "MIT"
159             ],
160             "authors": [
161                 {
162                     "name": "Dragonfly Development Inc.",
163                     "email": "info@dflydev.com",
164                     "homepage": "http://dflydev.com"
165                 },
166                 {
167                     "name": "Beau Simensen",
168                     "email": "beau@dflydev.com",
169                     "homepage": "http://beausimensen.com"
170                 }
171             ],
172             "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.",
173             "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
174             "keywords": [
175                 "placeholder",
176                 "resolver"
177             ],
178             "time": "2012-10-28T21:08:28+00:00"
179         },
180         {
181             "name": "drupal/console-en",
182             "version": "1.0.0-rc21",
183             "source": {
184                 "type": "git",
185                 "url": "https://github.com/hechoendrupal/drupal-console-en.git",
186                 "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0"
187             },
188             "dist": {
189                 "type": "zip",
190                 "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/b6f563b8760c3b19aad22dd213a9cfba2f2c75d0",
191                 "reference": "b6f563b8760c3b19aad22dd213a9cfba2f2c75d0",
192                 "shasum": ""
193             },
194             "type": "drupal-console-language",
195             "notification-url": "https://packagist.org/downloads/",
196             "license": [
197                 "GPL-2.0+"
198             ],
199             "authors": [
200                 {
201                     "name": "David Flores",
202                     "email": "dmousex@gmail.com",
203                     "homepage": "http://dmouse.net"
204                 },
205                 {
206                     "name": "Jesus Manuel Olivas",
207                     "email": "jesus.olivas@gmail.com",
208                     "homepage": "http://jmolivas.com"
209                 },
210                 {
211                     "name": "Drupal Console Contributors",
212                     "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
213                 },
214                 {
215                     "name": "Eduardo Garcia",
216                     "email": "enzo@enzolutions.com",
217                     "homepage": "http://enzolutions.com/"
218                 },
219                 {
220                     "name": "Omar Aguirre",
221                     "email": "omersguchigu@gmail.com"
222                 }
223             ],
224             "description": "Drupal Console English Language",
225             "homepage": "http://drupalconsole.com/",
226             "keywords": [
227                 "console",
228                 "development",
229                 "drupal",
230                 "symfony"
231             ],
232             "time": "2017-05-20T23:29:05+00:00"
233         },
234         {
235             "name": "psr/log",
236             "version": "1.0.2",
237             "source": {
238                 "type": "git",
239                 "url": "https://github.com/php-fig/log.git",
240                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
241             },
242             "dist": {
243                 "type": "zip",
244                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
245                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
246                 "shasum": ""
247             },
248             "require": {
249                 "php": ">=5.3.0"
250             },
251             "type": "library",
252             "extra": {
253                 "branch-alias": {
254                     "dev-master": "1.0.x-dev"
255                 }
256             },
257             "autoload": {
258                 "psr-4": {
259                     "Psr\\Log\\": "Psr/Log/"
260                 }
261             },
262             "notification-url": "https://packagist.org/downloads/",
263             "license": [
264                 "MIT"
265             ],
266             "authors": [
267                 {
268                     "name": "PHP-FIG",
269                     "homepage": "http://www.php-fig.org/"
270                 }
271             ],
272             "description": "Common interface for logging libraries",
273             "homepage": "https://github.com/php-fig/log",
274             "keywords": [
275                 "log",
276                 "psr",
277                 "psr-3"
278             ],
279             "time": "2016-10-10T12:19:37+00:00"
280         },
281         {
282             "name": "stecman/symfony-console-completion",
283             "version": "0.7.0",
284             "source": {
285                 "type": "git",
286                 "url": "https://github.com/stecman/symfony-console-completion.git",
287                 "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
288             },
289             "dist": {
290                 "type": "zip",
291                 "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
292                 "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
293                 "shasum": ""
294             },
295             "require": {
296                 "php": ">=5.3.2",
297                 "symfony/console": "~2.3 || ~3.0"
298             },
299             "require-dev": {
300                 "phpunit/phpunit": "~4.4"
301             },
302             "type": "library",
303             "extra": {
304                 "branch-alias": {
305                     "dev-master": "0.6.x-dev"
306                 }
307             },
308             "autoload": {
309                 "psr-4": {
310                     "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
311                 }
312             },
313             "notification-url": "https://packagist.org/downloads/",
314             "license": [
315                 "MIT"
316             ],
317             "authors": [
318                 {
319                     "name": "Stephen Holdaway",
320                     "email": "stephen@stecman.co.nz"
321                 }
322             ],
323             "description": "Automatic BASH completion for Symfony Console Component based applications.",
324             "time": "2016-02-24T05:08:54+00:00"
325         },
326         {
327             "name": "symfony/config",
328             "version": "v2.8.16",
329             "source": {
330                 "type": "git",
331                 "url": "https://github.com/symfony/config.git",
332                 "reference": "4537f2413348fe271c2c4b09da219ed615d79f9c"
333             },
334             "dist": {
335                 "type": "zip",
336                 "url": "https://api.github.com/repos/symfony/config/zipball/4537f2413348fe271c2c4b09da219ed615d79f9c",
337                 "reference": "4537f2413348fe271c2c4b09da219ed615d79f9c",
338                 "shasum": ""
339             },
340             "require": {
341                 "php": ">=5.3.9",
342                 "symfony/filesystem": "~2.3|~3.0.0"
343             },
344             "require-dev": {
345                 "symfony/yaml": "~2.7|~3.0.0"
346             },
347             "suggest": {
348                 "symfony/yaml": "To use the yaml reference dumper"
349             },
350             "type": "library",
351             "extra": {
352                 "branch-alias": {
353                     "dev-master": "2.8-dev"
354                 }
355             },
356             "autoload": {
357                 "psr-4": {
358                     "Symfony\\Component\\Config\\": ""
359                 },
360                 "exclude-from-classmap": [
361                     "/Tests/"
362                 ]
363             },
364             "notification-url": "https://packagist.org/downloads/",
365             "license": [
366                 "MIT"
367             ],
368             "authors": [
369                 {
370                     "name": "Fabien Potencier",
371                     "email": "fabien@symfony.com"
372                 },
373                 {
374                     "name": "Symfony Community",
375                     "homepage": "https://symfony.com/contributors"
376                 }
377             ],
378             "description": "Symfony Config Component",
379             "homepage": "https://symfony.com",
380             "time": "2017-01-02T20:30:24+00:00"
381         },
382         {
383             "name": "symfony/console",
384             "version": "v2.8.16",
385             "source": {
386                 "type": "git",
387                 "url": "https://github.com/symfony/console.git",
388                 "reference": "2e18b8903d9c498ba02e1dfa73f64d4894bb6912"
389             },
390             "dist": {
391                 "type": "zip",
392                 "url": "https://api.github.com/repos/symfony/console/zipball/2e18b8903d9c498ba02e1dfa73f64d4894bb6912",
393                 "reference": "2e18b8903d9c498ba02e1dfa73f64d4894bb6912",
394                 "shasum": ""
395             },
396             "require": {
397                 "php": ">=5.3.9",
398                 "symfony/debug": "~2.7,>=2.7.2|~3.0.0",
399                 "symfony/polyfill-mbstring": "~1.0"
400             },
401             "require-dev": {
402                 "psr/log": "~1.0",
403                 "symfony/event-dispatcher": "~2.1|~3.0.0",
404                 "symfony/process": "~2.1|~3.0.0"
405             },
406             "suggest": {
407                 "psr/log": "For using the console logger",
408                 "symfony/event-dispatcher": "",
409                 "symfony/process": ""
410             },
411             "type": "library",
412             "extra": {
413                 "branch-alias": {
414                     "dev-master": "2.8-dev"
415                 }
416             },
417             "autoload": {
418                 "psr-4": {
419                     "Symfony\\Component\\Console\\": ""
420                 },
421                 "exclude-from-classmap": [
422                     "/Tests/"
423                 ]
424             },
425             "notification-url": "https://packagist.org/downloads/",
426             "license": [
427                 "MIT"
428             ],
429             "authors": [
430                 {
431                     "name": "Fabien Potencier",
432                     "email": "fabien@symfony.com"
433                 },
434                 {
435                     "name": "Symfony Community",
436                     "homepage": "https://symfony.com/contributors"
437                 }
438             ],
439             "description": "Symfony Console Component",
440             "homepage": "https://symfony.com",
441             "time": "2017-01-08T20:43:03+00:00"
442         },
443         {
444             "name": "symfony/debug",
445             "version": "v2.8.16",
446             "source": {
447                 "type": "git",
448                 "url": "https://github.com/symfony/debug.git",
449                 "reference": "567681e2c4e5431704e884e4be25a95fd900770f"
450             },
451             "dist": {
452                 "type": "zip",
453                 "url": "https://api.github.com/repos/symfony/debug/zipball/567681e2c4e5431704e884e4be25a95fd900770f",
454                 "reference": "567681e2c4e5431704e884e4be25a95fd900770f",
455                 "shasum": ""
456             },
457             "require": {
458                 "php": ">=5.3.9",
459                 "psr/log": "~1.0"
460             },
461             "conflict": {
462                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
463             },
464             "require-dev": {
465                 "symfony/class-loader": "~2.2|~3.0.0",
466                 "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
467             },
468             "type": "library",
469             "extra": {
470                 "branch-alias": {
471                     "dev-master": "2.8-dev"
472                 }
473             },
474             "autoload": {
475                 "psr-4": {
476                     "Symfony\\Component\\Debug\\": ""
477                 },
478                 "exclude-from-classmap": [
479                     "/Tests/"
480                 ]
481             },
482             "notification-url": "https://packagist.org/downloads/",
483             "license": [
484                 "MIT"
485             ],
486             "authors": [
487                 {
488                     "name": "Fabien Potencier",
489                     "email": "fabien@symfony.com"
490                 },
491                 {
492                     "name": "Symfony Community",
493                     "homepage": "https://symfony.com/contributors"
494                 }
495             ],
496             "description": "Symfony Debug Component",
497             "homepage": "https://symfony.com",
498             "time": "2017-01-02T20:30:24+00:00"
499         },
500         {
501             "name": "symfony/dependency-injection",
502             "version": "v2.8.16",
503             "source": {
504                 "type": "git",
505                 "url": "https://github.com/symfony/dependency-injection.git",
506                 "reference": "b75356611675364607d697f314850d9d870a84aa"
507             },
508             "dist": {
509                 "type": "zip",
510                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b75356611675364607d697f314850d9d870a84aa",
511                 "reference": "b75356611675364607d697f314850d9d870a84aa",
512                 "shasum": ""
513             },
514             "require": {
515                 "php": ">=5.3.9"
516             },
517             "conflict": {
518                 "symfony/expression-language": "<2.6"
519             },
520             "require-dev": {
521                 "symfony/config": "~2.2|~3.0.0",
522                 "symfony/expression-language": "~2.6|~3.0.0",
523                 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
524             },
525             "suggest": {
526                 "symfony/config": "",
527                 "symfony/expression-language": "For using expressions in service container configuration",
528                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
529                 "symfony/yaml": ""
530             },
531             "type": "library",
532             "extra": {
533                 "branch-alias": {
534                     "dev-master": "2.8-dev"
535                 }
536             },
537             "autoload": {
538                 "psr-4": {
539                     "Symfony\\Component\\DependencyInjection\\": ""
540                 },
541                 "exclude-from-classmap": [
542                     "/Tests/"
543                 ]
544             },
545             "notification-url": "https://packagist.org/downloads/",
546             "license": [
547                 "MIT"
548             ],
549             "authors": [
550                 {
551                     "name": "Fabien Potencier",
552                     "email": "fabien@symfony.com"
553                 },
554                 {
555                     "name": "Symfony Community",
556                     "homepage": "https://symfony.com/contributors"
557                 }
558             ],
559             "description": "Symfony DependencyInjection Component",
560             "homepage": "https://symfony.com",
561             "time": "2017-01-10T14:27:01+00:00"
562         },
563         {
564             "name": "symfony/event-dispatcher",
565             "version": "v2.8.16",
566             "source": {
567                 "type": "git",
568                 "url": "https://github.com/symfony/event-dispatcher.git",
569                 "reference": "74877977f90fb9c3e46378d5764217c55f32df34"
570             },
571             "dist": {
572                 "type": "zip",
573                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74877977f90fb9c3e46378d5764217c55f32df34",
574                 "reference": "74877977f90fb9c3e46378d5764217c55f32df34",
575                 "shasum": ""
576             },
577             "require": {
578                 "php": ">=5.3.9"
579             },
580             "require-dev": {
581                 "psr/log": "~1.0",
582                 "symfony/config": "~2.0,>=2.0.5|~3.0.0",
583                 "symfony/dependency-injection": "~2.6|~3.0.0",
584                 "symfony/expression-language": "~2.6|~3.0.0",
585                 "symfony/stopwatch": "~2.3|~3.0.0"
586             },
587             "suggest": {
588                 "symfony/dependency-injection": "",
589                 "symfony/http-kernel": ""
590             },
591             "type": "library",
592             "extra": {
593                 "branch-alias": {
594                     "dev-master": "2.8-dev"
595                 }
596             },
597             "autoload": {
598                 "psr-4": {
599                     "Symfony\\Component\\EventDispatcher\\": ""
600                 },
601                 "exclude-from-classmap": [
602                     "/Tests/"
603                 ]
604             },
605             "notification-url": "https://packagist.org/downloads/",
606             "license": [
607                 "MIT"
608             ],
609             "authors": [
610                 {
611                     "name": "Fabien Potencier",
612                     "email": "fabien@symfony.com"
613                 },
614                 {
615                     "name": "Symfony Community",
616                     "homepage": "https://symfony.com/contributors"
617                 }
618             ],
619             "description": "Symfony EventDispatcher Component",
620             "homepage": "https://symfony.com",
621             "time": "2017-01-02T20:30:24+00:00"
622         },
623         {
624             "name": "symfony/filesystem",
625             "version": "v2.8.16",
626             "source": {
627                 "type": "git",
628                 "url": "https://github.com/symfony/filesystem.git",
629                 "reference": "5b77d49ab76e5b12743b359ef4b4a712e6f5360d"
630             },
631             "dist": {
632                 "type": "zip",
633                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/5b77d49ab76e5b12743b359ef4b4a712e6f5360d",
634                 "reference": "5b77d49ab76e5b12743b359ef4b4a712e6f5360d",
635                 "shasum": ""
636             },
637             "require": {
638                 "php": ">=5.3.9"
639             },
640             "type": "library",
641             "extra": {
642                 "branch-alias": {
643                     "dev-master": "2.8-dev"
644                 }
645             },
646             "autoload": {
647                 "psr-4": {
648                     "Symfony\\Component\\Filesystem\\": ""
649                 },
650                 "exclude-from-classmap": [
651                     "/Tests/"
652                 ]
653             },
654             "notification-url": "https://packagist.org/downloads/",
655             "license": [
656                 "MIT"
657             ],
658             "authors": [
659                 {
660                     "name": "Fabien Potencier",
661                     "email": "fabien@symfony.com"
662                 },
663                 {
664                     "name": "Symfony Community",
665                     "homepage": "https://symfony.com/contributors"
666                 }
667             ],
668             "description": "Symfony Filesystem Component",
669             "homepage": "https://symfony.com",
670             "time": "2017-01-08T20:43:03+00:00"
671         },
672         {
673             "name": "symfony/finder",
674             "version": "v2.8.16",
675             "source": {
676                 "type": "git",
677                 "url": "https://github.com/symfony/finder.git",
678                 "reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b"
679             },
680             "dist": {
681                 "type": "zip",
682                 "url": "https://api.github.com/repos/symfony/finder/zipball/355fccac526522dc5fca8ecf0e62749a149f3b8b",
683                 "reference": "355fccac526522dc5fca8ecf0e62749a149f3b8b",
684                 "shasum": ""
685             },
686             "require": {
687                 "php": ">=5.3.9"
688             },
689             "type": "library",
690             "extra": {
691                 "branch-alias": {
692                     "dev-master": "2.8-dev"
693                 }
694             },
695             "autoload": {
696                 "psr-4": {
697                     "Symfony\\Component\\Finder\\": ""
698                 },
699                 "exclude-from-classmap": [
700                     "/Tests/"
701                 ]
702             },
703             "notification-url": "https://packagist.org/downloads/",
704             "license": [
705                 "MIT"
706             ],
707             "authors": [
708                 {
709                     "name": "Fabien Potencier",
710                     "email": "fabien@symfony.com"
711                 },
712                 {
713                     "name": "Symfony Community",
714                     "homepage": "https://symfony.com/contributors"
715                 }
716             ],
717             "description": "Symfony Finder Component",
718             "homepage": "https://symfony.com",
719             "time": "2017-01-02T20:30:24+00:00"
720         },
721         {
722             "name": "symfony/polyfill-mbstring",
723             "version": "v1.3.0",
724             "source": {
725                 "type": "git",
726                 "url": "https://github.com/symfony/polyfill-mbstring.git",
727                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
728             },
729             "dist": {
730                 "type": "zip",
731                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
732                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
733                 "shasum": ""
734             },
735             "require": {
736                 "php": ">=5.3.3"
737             },
738             "suggest": {
739                 "ext-mbstring": "For best performance"
740             },
741             "type": "library",
742             "extra": {
743                 "branch-alias": {
744                     "dev-master": "1.3-dev"
745                 }
746             },
747             "autoload": {
748                 "psr-4": {
749                     "Symfony\\Polyfill\\Mbstring\\": ""
750                 },
751                 "files": [
752                     "bootstrap.php"
753                 ]
754             },
755             "notification-url": "https://packagist.org/downloads/",
756             "license": [
757                 "MIT"
758             ],
759             "authors": [
760                 {
761                     "name": "Nicolas Grekas",
762                     "email": "p@tchwork.com"
763                 },
764                 {
765                     "name": "Symfony Community",
766                     "homepage": "https://symfony.com/contributors"
767                 }
768             ],
769             "description": "Symfony polyfill for the Mbstring extension",
770             "homepage": "https://symfony.com",
771             "keywords": [
772                 "compatibility",
773                 "mbstring",
774                 "polyfill",
775                 "portable",
776                 "shim"
777             ],
778             "time": "2016-11-14T01:06:16+00:00"
779         },
780         {
781             "name": "symfony/process",
782             "version": "v2.8.16",
783             "source": {
784                 "type": "git",
785                 "url": "https://github.com/symfony/process.git",
786                 "reference": "ebb3c2abe0940a703f08e0cbe373f62d97d40231"
787             },
788             "dist": {
789                 "type": "zip",
790                 "url": "https://api.github.com/repos/symfony/process/zipball/ebb3c2abe0940a703f08e0cbe373f62d97d40231",
791                 "reference": "ebb3c2abe0940a703f08e0cbe373f62d97d40231",
792                 "shasum": ""
793             },
794             "require": {
795                 "php": ">=5.3.9"
796             },
797             "type": "library",
798             "extra": {
799                 "branch-alias": {
800                     "dev-master": "2.8-dev"
801                 }
802             },
803             "autoload": {
804                 "psr-4": {
805                     "Symfony\\Component\\Process\\": ""
806                 },
807                 "exclude-from-classmap": [
808                     "/Tests/"
809                 ]
810             },
811             "notification-url": "https://packagist.org/downloads/",
812             "license": [
813                 "MIT"
814             ],
815             "authors": [
816                 {
817                     "name": "Fabien Potencier",
818                     "email": "fabien@symfony.com"
819                 },
820                 {
821                     "name": "Symfony Community",
822                     "homepage": "https://symfony.com/contributors"
823                 }
824             ],
825             "description": "Symfony Process Component",
826             "homepage": "https://symfony.com",
827             "time": "2017-01-02T20:30:24+00:00"
828         },
829         {
830             "name": "symfony/translation",
831             "version": "v2.8.16",
832             "source": {
833                 "type": "git",
834                 "url": "https://github.com/symfony/translation.git",
835                 "reference": "b4ac4a393f6970cc157fba17be537380de396a86"
836             },
837             "dist": {
838                 "type": "zip",
839                 "url": "https://api.github.com/repos/symfony/translation/zipball/b4ac4a393f6970cc157fba17be537380de396a86",
840                 "reference": "b4ac4a393f6970cc157fba17be537380de396a86",
841                 "shasum": ""
842             },
843             "require": {
844                 "php": ">=5.3.9",
845                 "symfony/polyfill-mbstring": "~1.0"
846             },
847             "conflict": {
848                 "symfony/config": "<2.7"
849             },
850             "require-dev": {
851                 "psr/log": "~1.0",
852                 "symfony/config": "~2.8",
853                 "symfony/intl": "~2.4|~3.0.0",
854                 "symfony/yaml": "~2.2|~3.0.0"
855             },
856             "suggest": {
857                 "psr/log": "To use logging capability in translator",
858                 "symfony/config": "",
859                 "symfony/yaml": ""
860             },
861             "type": "library",
862             "extra": {
863                 "branch-alias": {
864                     "dev-master": "2.8-dev"
865                 }
866             },
867             "autoload": {
868                 "psr-4": {
869                     "Symfony\\Component\\Translation\\": ""
870                 },
871                 "exclude-from-classmap": [
872                     "/Tests/"
873                 ]
874             },
875             "notification-url": "https://packagist.org/downloads/",
876             "license": [
877                 "MIT"
878             ],
879             "authors": [
880                 {
881                     "name": "Fabien Potencier",
882                     "email": "fabien@symfony.com"
883                 },
884                 {
885                     "name": "Symfony Community",
886                     "homepage": "https://symfony.com/contributors"
887                 }
888             ],
889             "description": "Symfony Translation Component",
890             "homepage": "https://symfony.com",
891             "time": "2017-01-02T20:30:24+00:00"
892         },
893         {
894             "name": "symfony/yaml",
895             "version": "v2.8.16",
896             "source": {
897                 "type": "git",
898                 "url": "https://github.com/symfony/yaml.git",
899                 "reference": "dbe61fed9cd4a44c5b1d14e5e7b1a8640cfb2bf2"
900             },
901             "dist": {
902                 "type": "zip",
903                 "url": "https://api.github.com/repos/symfony/yaml/zipball/dbe61fed9cd4a44c5b1d14e5e7b1a8640cfb2bf2",
904                 "reference": "dbe61fed9cd4a44c5b1d14e5e7b1a8640cfb2bf2",
905                 "shasum": ""
906             },
907             "require": {
908                 "php": ">=5.3.9"
909             },
910             "type": "library",
911             "extra": {
912                 "branch-alias": {
913                     "dev-master": "2.8-dev"
914                 }
915             },
916             "autoload": {
917                 "psr-4": {
918                     "Symfony\\Component\\Yaml\\": ""
919                 },
920                 "exclude-from-classmap": [
921                     "/Tests/"
922                 ]
923             },
924             "notification-url": "https://packagist.org/downloads/",
925             "license": [
926                 "MIT"
927             ],
928             "authors": [
929                 {
930                     "name": "Fabien Potencier",
931                     "email": "fabien@symfony.com"
932                 },
933                 {
934                     "name": "Symfony Community",
935                     "homepage": "https://symfony.com/contributors"
936                 }
937             ],
938             "description": "Symfony Yaml Component",
939             "homepage": "https://symfony.com",
940             "time": "2017-01-03T13:49:52+00:00"
941         },
942         {
943             "name": "twig/twig",
944             "version": "v1.31.0",
945             "source": {
946                 "type": "git",
947                 "url": "https://github.com/twigphp/Twig.git",
948                 "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7"
949             },
950             "dist": {
951                 "type": "zip",
952                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddc9e3e20ee9c0b6908f401ac8353635b750eca7",
953                 "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7",
954                 "shasum": ""
955             },
956             "require": {
957                 "php": ">=5.2.7"
958             },
959             "require-dev": {
960                 "symfony/debug": "~2.7",
961                 "symfony/phpunit-bridge": "~3.2"
962             },
963             "type": "library",
964             "extra": {
965                 "branch-alias": {
966                     "dev-master": "1.31-dev"
967                 }
968             },
969             "autoload": {
970                 "psr-0": {
971                     "Twig_": "lib/"
972                 }
973             },
974             "notification-url": "https://packagist.org/downloads/",
975             "license": [
976                 "BSD-3-Clause"
977             ],
978             "authors": [
979                 {
980                     "name": "Fabien Potencier",
981                     "email": "fabien@symfony.com",
982                     "homepage": "http://fabien.potencier.org",
983                     "role": "Lead Developer"
984                 },
985                 {
986                     "name": "Armin Ronacher",
987                     "email": "armin.ronacher@active-4.com",
988                     "role": "Project Founder"
989                 },
990                 {
991                     "name": "Twig Team",
992                     "homepage": "http://twig.sensiolabs.org/contributors",
993                     "role": "Contributors"
994                 }
995             ],
996             "description": "Twig, the flexible, fast, and secure template language for PHP",
997             "homepage": "http://twig.sensiolabs.org",
998             "keywords": [
999                 "templating"
1000             ],
1001             "time": "2017-01-11T19:36:15+00:00"
1002         },
1003         {
1004             "name": "webflo/drupal-finder",
1005             "version": "0.3.0",
1006             "source": {
1007                 "type": "git",
1008                 "url": "https://github.com/webflo/drupal-finder.git",
1009                 "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b"
1010             },
1011             "dist": {
1012                 "type": "zip",
1013                 "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/6ef150707aad1755d91f9b0d2108bcc16661e76b",
1014                 "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b",
1015                 "shasum": ""
1016             },
1017             "require-dev": {
1018                 "mikey179/vfsstream": "^1.6",
1019                 "phpunit/phpunit": "^4.8"
1020             },
1021             "type": "library",
1022             "autoload": {
1023                 "classmap": [
1024                     "src/DrupalFinder.php"
1025                 ]
1026             },
1027             "notification-url": "https://packagist.org/downloads/",
1028             "license": [
1029                 "GPL-2.0+"
1030             ],
1031             "authors": [
1032                 {
1033                     "name": "Florian Weber",
1034                     "email": "florian@webflo.org"
1035                 }
1036             ],
1037             "description": "Helper class to locate a Drupal installation from a given path.",
1038             "time": "2017-05-04T08:54:02+00:00"
1039         }
1040     ],
1041     "packages-dev": [],
1042     "aliases": [],
1043     "minimum-stability": "dev",
1044     "stability-flags": [],
1045     "prefer-stable": true,
1046     "prefer-lowest": false,
1047     "platform": {
1048         "php": "^5.5.9 || ^7.0"
1049     },
1050     "platform-dev": []
1051 }