Security update to Drupal 8.4.6
[yaffs-website] / vendor / stack / builder / 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": "01b70e8acfcec52232420838dc8ba788",
8     "packages": [
9         {
10             "name": "psr/log",
11             "version": "1.0.2",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/php-fig/log.git",
15                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
20                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.3.0"
25             },
26             "type": "library",
27             "extra": {
28                 "branch-alias": {
29                     "dev-master": "1.0.x-dev"
30                 }
31             },
32             "autoload": {
33                 "psr-4": {
34                     "Psr\\Log\\": "Psr/Log/"
35                 }
36             },
37             "notification-url": "https://packagist.org/downloads/",
38             "license": [
39                 "MIT"
40             ],
41             "authors": [
42                 {
43                     "name": "PHP-FIG",
44                     "homepage": "http://www.php-fig.org/"
45                 }
46             ],
47             "description": "Common interface for logging libraries",
48             "homepage": "https://github.com/php-fig/log",
49             "keywords": [
50                 "log",
51                 "psr",
52                 "psr-3"
53             ],
54             "time": "2016-10-10T12:19:37+00:00"
55         },
56         {
57             "name": "symfony/debug",
58             "version": "v3.3.13",
59             "source": {
60                 "type": "git",
61                 "url": "https://github.com/symfony/debug.git",
62                 "reference": "74557880e2846b5c84029faa96b834da37e29810"
63             },
64             "dist": {
65                 "type": "zip",
66                 "url": "https://api.github.com/repos/symfony/debug/zipball/74557880e2846b5c84029faa96b834da37e29810",
67                 "reference": "74557880e2846b5c84029faa96b834da37e29810",
68                 "shasum": ""
69             },
70             "require": {
71                 "php": "^5.5.9|>=7.0.8",
72                 "psr/log": "~1.0"
73             },
74             "conflict": {
75                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
76             },
77             "require-dev": {
78                 "symfony/http-kernel": "~2.8|~3.0"
79             },
80             "type": "library",
81             "extra": {
82                 "branch-alias": {
83                     "dev-master": "3.3-dev"
84                 }
85             },
86             "autoload": {
87                 "psr-4": {
88                     "Symfony\\Component\\Debug\\": ""
89                 },
90                 "exclude-from-classmap": [
91                     "/Tests/"
92                 ]
93             },
94             "notification-url": "https://packagist.org/downloads/",
95             "license": [
96                 "MIT"
97             ],
98             "authors": [
99                 {
100                     "name": "Fabien Potencier",
101                     "email": "fabien@symfony.com"
102                 },
103                 {
104                     "name": "Symfony Community",
105                     "homepage": "https://symfony.com/contributors"
106                 }
107             ],
108             "description": "Symfony Debug Component",
109             "homepage": "https://symfony.com",
110             "time": "2017-11-10T16:38:39+00:00"
111         },
112         {
113             "name": "symfony/event-dispatcher",
114             "version": "v3.0.9",
115             "source": {
116                 "type": "git",
117                 "url": "https://github.com/symfony/event-dispatcher.git",
118                 "reference": "54da3ff63dec3c9c0e32ec3f95a7d94ef64baa00"
119             },
120             "dist": {
121                 "type": "zip",
122                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/54da3ff63dec3c9c0e32ec3f95a7d94ef64baa00",
123                 "reference": "54da3ff63dec3c9c0e32ec3f95a7d94ef64baa00",
124                 "shasum": ""
125             },
126             "require": {
127                 "php": ">=5.5.9"
128             },
129             "require-dev": {
130                 "psr/log": "~1.0",
131                 "symfony/config": "~2.8|~3.0",
132                 "symfony/dependency-injection": "~2.8|~3.0",
133                 "symfony/expression-language": "~2.8|~3.0",
134                 "symfony/stopwatch": "~2.8|~3.0"
135             },
136             "suggest": {
137                 "symfony/dependency-injection": "",
138                 "symfony/http-kernel": ""
139             },
140             "type": "library",
141             "extra": {
142                 "branch-alias": {
143                     "dev-master": "3.0-dev"
144                 }
145             },
146             "autoload": {
147                 "psr-4": {
148                     "Symfony\\Component\\EventDispatcher\\": ""
149                 },
150                 "exclude-from-classmap": [
151                     "/Tests/"
152                 ]
153             },
154             "notification-url": "https://packagist.org/downloads/",
155             "license": [
156                 "MIT"
157             ],
158             "authors": [
159                 {
160                     "name": "Fabien Potencier",
161                     "email": "fabien@symfony.com"
162                 },
163                 {
164                     "name": "Symfony Community",
165                     "homepage": "https://symfony.com/contributors"
166                 }
167             ],
168             "description": "Symfony EventDispatcher Component",
169             "homepage": "https://symfony.com",
170             "time": "2016-07-19T10:44:15+00:00"
171         },
172         {
173             "name": "symfony/http-foundation",
174             "version": "v3.0.9",
175             "source": {
176                 "type": "git",
177                 "url": "https://github.com/symfony/http-foundation.git",
178                 "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82"
179             },
180             "dist": {
181                 "type": "zip",
182                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49ba00f8ede742169cb6b70abe33243f4d673f82",
183                 "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82",
184                 "shasum": ""
185             },
186             "require": {
187                 "php": ">=5.5.9",
188                 "symfony/polyfill-mbstring": "~1.1"
189             },
190             "require-dev": {
191                 "symfony/expression-language": "~2.8|~3.0"
192             },
193             "type": "library",
194             "extra": {
195                 "branch-alias": {
196                     "dev-master": "3.0-dev"
197                 }
198             },
199             "autoload": {
200                 "psr-4": {
201                     "Symfony\\Component\\HttpFoundation\\": ""
202                 },
203                 "exclude-from-classmap": [
204                     "/Tests/"
205                 ]
206             },
207             "notification-url": "https://packagist.org/downloads/",
208             "license": [
209                 "MIT"
210             ],
211             "authors": [
212                 {
213                     "name": "Fabien Potencier",
214                     "email": "fabien@symfony.com"
215                 },
216                 {
217                     "name": "Symfony Community",
218                     "homepage": "https://symfony.com/contributors"
219                 }
220             ],
221             "description": "Symfony HttpFoundation Component",
222             "homepage": "https://symfony.com",
223             "time": "2016-07-17T13:54:30+00:00"
224         },
225         {
226             "name": "symfony/http-kernel",
227             "version": "v3.0.9",
228             "source": {
229                 "type": "git",
230                 "url": "https://github.com/symfony/http-kernel.git",
231                 "reference": "d97ba4425e36e79c794e7d14ff36f00f081b37b3"
232             },
233             "dist": {
234                 "type": "zip",
235                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d97ba4425e36e79c794e7d14ff36f00f081b37b3",
236                 "reference": "d97ba4425e36e79c794e7d14ff36f00f081b37b3",
237                 "shasum": ""
238             },
239             "require": {
240                 "php": ">=5.5.9",
241                 "psr/log": "~1.0",
242                 "symfony/debug": "~2.8|~3.0",
243                 "symfony/event-dispatcher": "~2.8|~3.0",
244                 "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2"
245             },
246             "conflict": {
247                 "symfony/config": "<2.8"
248             },
249             "require-dev": {
250                 "symfony/browser-kit": "~2.8|~3.0",
251                 "symfony/class-loader": "~2.8|~3.0",
252                 "symfony/config": "~2.8|~3.0",
253                 "symfony/console": "~2.8|~3.0",
254                 "symfony/css-selector": "~2.8|~3.0",
255                 "symfony/dependency-injection": "~2.8|~3.0",
256                 "symfony/dom-crawler": "~2.8|~3.0",
257                 "symfony/expression-language": "~2.8|~3.0",
258                 "symfony/finder": "~2.8|~3.0",
259                 "symfony/process": "~2.8|~3.0",
260                 "symfony/routing": "~2.8|~3.0",
261                 "symfony/stopwatch": "~2.8|~3.0",
262                 "symfony/templating": "~2.8|~3.0",
263                 "symfony/translation": "~2.8|~3.0",
264                 "symfony/var-dumper": "~2.8|~3.0"
265             },
266             "suggest": {
267                 "symfony/browser-kit": "",
268                 "symfony/class-loader": "",
269                 "symfony/config": "",
270                 "symfony/console": "",
271                 "symfony/dependency-injection": "",
272                 "symfony/finder": "",
273                 "symfony/var-dumper": ""
274             },
275             "type": "library",
276             "extra": {
277                 "branch-alias": {
278                     "dev-master": "3.0-dev"
279                 }
280             },
281             "autoload": {
282                 "psr-4": {
283                     "Symfony\\Component\\HttpKernel\\": ""
284                 },
285                 "exclude-from-classmap": [
286                     "/Tests/"
287                 ]
288             },
289             "notification-url": "https://packagist.org/downloads/",
290             "license": [
291                 "MIT"
292             ],
293             "authors": [
294                 {
295                     "name": "Fabien Potencier",
296                     "email": "fabien@symfony.com"
297                 },
298                 {
299                     "name": "Symfony Community",
300                     "homepage": "https://symfony.com/contributors"
301                 }
302             ],
303             "description": "Symfony HttpKernel Component",
304             "homepage": "https://symfony.com",
305             "time": "2016-07-30T09:10:37+00:00"
306         },
307         {
308             "name": "symfony/polyfill-mbstring",
309             "version": "v1.6.0",
310             "source": {
311                 "type": "git",
312                 "url": "https://github.com/symfony/polyfill-mbstring.git",
313                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
314             },
315             "dist": {
316                 "type": "zip",
317                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
318                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
319                 "shasum": ""
320             },
321             "require": {
322                 "php": ">=5.3.3"
323             },
324             "suggest": {
325                 "ext-mbstring": "For best performance"
326             },
327             "type": "library",
328             "extra": {
329                 "branch-alias": {
330                     "dev-master": "1.6-dev"
331                 }
332             },
333             "autoload": {
334                 "psr-4": {
335                     "Symfony\\Polyfill\\Mbstring\\": ""
336                 },
337                 "files": [
338                     "bootstrap.php"
339                 ]
340             },
341             "notification-url": "https://packagist.org/downloads/",
342             "license": [
343                 "MIT"
344             ],
345             "authors": [
346                 {
347                     "name": "Nicolas Grekas",
348                     "email": "p@tchwork.com"
349                 },
350                 {
351                     "name": "Symfony Community",
352                     "homepage": "https://symfony.com/contributors"
353                 }
354             ],
355             "description": "Symfony polyfill for the Mbstring extension",
356             "homepage": "https://symfony.com",
357             "keywords": [
358                 "compatibility",
359                 "mbstring",
360                 "polyfill",
361                 "portable",
362                 "shim"
363             ],
364             "time": "2017-10-11T12:05:26+00:00"
365         }
366     ],
367     "packages-dev": [
368         {
369             "name": "pimple/pimple",
370             "version": "v1.1.1",
371             "source": {
372                 "type": "git",
373                 "url": "https://github.com/silexphp/Pimple.git",
374                 "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
375             },
376             "dist": {
377                 "type": "zip",
378                 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
379                 "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
380                 "shasum": ""
381             },
382             "require": {
383                 "php": ">=5.3.0"
384             },
385             "type": "library",
386             "extra": {
387                 "branch-alias": {
388                     "dev-master": "1.1.x-dev"
389                 }
390             },
391             "autoload": {
392                 "psr-0": {
393                     "Pimple": "lib/"
394                 }
395             },
396             "notification-url": "https://packagist.org/downloads/",
397             "license": [
398                 "MIT"
399             ],
400             "authors": [
401                 {
402                     "name": "Fabien Potencier",
403                     "email": "fabien@symfony.com"
404                 }
405             ],
406             "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
407             "homepage": "http://pimple.sensiolabs.org",
408             "keywords": [
409                 "container",
410                 "dependency injection"
411             ],
412             "time": "2013-11-22T08:30:29+00:00"
413         },
414         {
415             "name": "silex/silex",
416             "version": "v1.3.6",
417             "source": {
418                 "type": "git",
419                 "url": "https://github.com/silexphp/Silex.git",
420                 "reference": "ff8aa6bc2e066e14b07e0c63e9bd9dd1458af136"
421             },
422             "dist": {
423                 "type": "zip",
424                 "url": "https://api.github.com/repos/silexphp/Silex/zipball/ff8aa6bc2e066e14b07e0c63e9bd9dd1458af136",
425                 "reference": "ff8aa6bc2e066e14b07e0c63e9bd9dd1458af136",
426                 "shasum": ""
427             },
428             "require": {
429                 "php": ">=5.3.9",
430                 "pimple/pimple": "~1.0",
431                 "symfony/event-dispatcher": "~2.3|3.0.*",
432                 "symfony/http-foundation": "~2.3|3.0.*",
433                 "symfony/http-kernel": "~2.3|3.0.*",
434                 "symfony/routing": "~2.3|3.0.*"
435             },
436             "require-dev": {
437                 "doctrine/dbal": "~2.2",
438                 "monolog/monolog": "^1.4.1",
439                 "swiftmailer/swiftmailer": "~5",
440                 "symfony/browser-kit": "~2.3|3.0.*",
441                 "symfony/config": "~2.3|3.0.*",
442                 "symfony/css-selector": "~2.3|3.0.*",
443                 "symfony/debug": "~2.3|3.0.*",
444                 "symfony/dom-crawler": "~2.3|3.0.*",
445                 "symfony/finder": "~2.3|3.0.*",
446                 "symfony/form": "~2.3|3.0.*",
447                 "symfony/intl": "~2.3|3.0.*",
448                 "symfony/monolog-bridge": "~2.3|3.0.*",
449                 "symfony/options-resolver": "~2.3|3.0.*",
450                 "symfony/phpunit-bridge": "~2.7",
451                 "symfony/process": "~2.3|3.0.*",
452                 "symfony/security": "~2.3|3.0.*",
453                 "symfony/serializer": "~2.3|3.0.*",
454                 "symfony/translation": "~2.3|3.0.*",
455                 "symfony/twig-bridge": "~2.3|3.0.*",
456                 "symfony/validator": "~2.3|3.0.*",
457                 "twig/twig": "~1.28|~2.0"
458             },
459             "type": "library",
460             "extra": {
461                 "branch-alias": {
462                     "dev-master": "1.3.x-dev"
463                 }
464             },
465             "autoload": {
466                 "psr-4": {
467                     "Silex\\": "src/Silex"
468                 }
469             },
470             "notification-url": "https://packagist.org/downloads/",
471             "license": [
472                 "MIT"
473             ],
474             "authors": [
475                 {
476                     "name": "Fabien Potencier",
477                     "email": "fabien@symfony.com"
478                 },
479                 {
480                     "name": "Igor Wiedler",
481                     "email": "igor@wiedler.ch"
482                 }
483             ],
484             "description": "The PHP micro-framework based on the Symfony Components",
485             "homepage": "http://silex.sensiolabs.org",
486             "keywords": [
487                 "microframework"
488             ],
489             "time": "2017-04-30T16:26:54+00:00"
490         },
491         {
492             "name": "symfony/routing",
493             "version": "v3.0.9",
494             "source": {
495                 "type": "git",
496                 "url": "https://github.com/symfony/routing.git",
497                 "reference": "9038984bd9c05ab07280121e9e10f61a7231457b"
498             },
499             "dist": {
500                 "type": "zip",
501                 "url": "https://api.github.com/repos/symfony/routing/zipball/9038984bd9c05ab07280121e9e10f61a7231457b",
502                 "reference": "9038984bd9c05ab07280121e9e10f61a7231457b",
503                 "shasum": ""
504             },
505             "require": {
506                 "php": ">=5.5.9"
507             },
508             "conflict": {
509                 "symfony/config": "<2.8"
510             },
511             "require-dev": {
512                 "doctrine/annotations": "~1.0",
513                 "doctrine/common": "~2.2",
514                 "psr/log": "~1.0",
515                 "symfony/config": "~2.8|~3.0",
516                 "symfony/expression-language": "~2.8|~3.0",
517                 "symfony/http-foundation": "~2.8|~3.0",
518                 "symfony/yaml": "~2.8|~3.0"
519             },
520             "suggest": {
521                 "doctrine/annotations": "For using the annotation loader",
522                 "symfony/config": "For using the all-in-one router or any loader",
523                 "symfony/dependency-injection": "For loading routes from a service",
524                 "symfony/expression-language": "For using expression matching",
525                 "symfony/http-foundation": "For using a Symfony Request object",
526                 "symfony/yaml": "For using the YAML loader"
527             },
528             "type": "library",
529             "extra": {
530                 "branch-alias": {
531                     "dev-master": "3.0-dev"
532                 }
533             },
534             "autoload": {
535                 "psr-4": {
536                     "Symfony\\Component\\Routing\\": ""
537                 },
538                 "exclude-from-classmap": [
539                     "/Tests/"
540                 ]
541             },
542             "notification-url": "https://packagist.org/downloads/",
543             "license": [
544                 "MIT"
545             ],
546             "authors": [
547                 {
548                     "name": "Fabien Potencier",
549                     "email": "fabien@symfony.com"
550                 },
551                 {
552                     "name": "Symfony Community",
553                     "homepage": "https://symfony.com/contributors"
554                 }
555             ],
556             "description": "Symfony Routing Component",
557             "homepage": "https://symfony.com",
558             "keywords": [
559                 "router",
560                 "routing",
561                 "uri",
562                 "url"
563             ],
564             "time": "2016-06-29T05:40:00+00:00"
565         }
566     ],
567     "aliases": [],
568     "minimum-stability": "stable",
569     "stability-flags": [],
570     "prefer-stable": false,
571     "prefer-lowest": false,
572     "platform": {
573         "php": ">=5.3.0"
574     },
575     "platform-dev": []
576 }