Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[yaffs-website] / vendor / consolidation / self-update / 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#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "3c87d0a607c776a773e52613a1ae51a9",
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/console",
58             "version": "v3.4.14",
59             "source": {
60                 "type": "git",
61                 "url": "https://github.com/symfony/console.git",
62                 "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73"
63             },
64             "dist": {
65                 "type": "zip",
66                 "url": "https://api.github.com/repos/symfony/console/zipball/6b217594552b9323bcdcfc14f8a0ce126e84cd73",
67                 "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73",
68                 "shasum": ""
69             },
70             "require": {
71                 "php": "^5.5.9|>=7.0.8",
72                 "symfony/debug": "~2.8|~3.0|~4.0",
73                 "symfony/polyfill-mbstring": "~1.0"
74             },
75             "conflict": {
76                 "symfony/dependency-injection": "<3.4",
77                 "symfony/process": "<3.3"
78             },
79             "require-dev": {
80                 "psr/log": "~1.0",
81                 "symfony/config": "~3.3|~4.0",
82                 "symfony/dependency-injection": "~3.4|~4.0",
83                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
84                 "symfony/lock": "~3.4|~4.0",
85                 "symfony/process": "~3.3|~4.0"
86             },
87             "suggest": {
88                 "psr/log-implementation": "For using the console logger",
89                 "symfony/event-dispatcher": "",
90                 "symfony/lock": "",
91                 "symfony/process": ""
92             },
93             "type": "library",
94             "extra": {
95                 "branch-alias": {
96                     "dev-master": "3.4-dev"
97                 }
98             },
99             "autoload": {
100                 "psr-4": {
101                     "Symfony\\Component\\Console\\": ""
102                 },
103                 "exclude-from-classmap": [
104                     "/Tests/"
105                 ]
106             },
107             "notification-url": "https://packagist.org/downloads/",
108             "license": [
109                 "MIT"
110             ],
111             "authors": [
112                 {
113                     "name": "Fabien Potencier",
114                     "email": "fabien@symfony.com"
115                 },
116                 {
117                     "name": "Symfony Community",
118                     "homepage": "https://symfony.com/contributors"
119                 }
120             ],
121             "description": "Symfony Console Component",
122             "homepage": "https://symfony.com",
123             "time": "2018-07-26T11:19:56+00:00"
124         },
125         {
126             "name": "symfony/debug",
127             "version": "v3.4.14",
128             "source": {
129                 "type": "git",
130                 "url": "https://github.com/symfony/debug.git",
131                 "reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc"
132             },
133             "dist": {
134                 "type": "zip",
135                 "url": "https://api.github.com/repos/symfony/debug/zipball/d5a058ff6ecad26b30c1ba452241306ea34c65cc",
136                 "reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc",
137                 "shasum": ""
138             },
139             "require": {
140                 "php": "^5.5.9|>=7.0.8",
141                 "psr/log": "~1.0"
142             },
143             "conflict": {
144                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
145             },
146             "require-dev": {
147                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
148             },
149             "type": "library",
150             "extra": {
151                 "branch-alias": {
152                     "dev-master": "3.4-dev"
153                 }
154             },
155             "autoload": {
156                 "psr-4": {
157                     "Symfony\\Component\\Debug\\": ""
158                 },
159                 "exclude-from-classmap": [
160                     "/Tests/"
161                 ]
162             },
163             "notification-url": "https://packagist.org/downloads/",
164             "license": [
165                 "MIT"
166             ],
167             "authors": [
168                 {
169                     "name": "Fabien Potencier",
170                     "email": "fabien@symfony.com"
171                 },
172                 {
173                     "name": "Symfony Community",
174                     "homepage": "https://symfony.com/contributors"
175                 }
176             ],
177             "description": "Symfony Debug Component",
178             "homepage": "https://symfony.com",
179             "time": "2018-07-26T11:19:56+00:00"
180         },
181         {
182             "name": "symfony/filesystem",
183             "version": "v3.4.14",
184             "source": {
185                 "type": "git",
186                 "url": "https://github.com/symfony/filesystem.git",
187                 "reference": "a59f917e3c5d82332514cb4538387638f5bde2d6"
188             },
189             "dist": {
190                 "type": "zip",
191                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/a59f917e3c5d82332514cb4538387638f5bde2d6",
192                 "reference": "a59f917e3c5d82332514cb4538387638f5bde2d6",
193                 "shasum": ""
194             },
195             "require": {
196                 "php": "^5.5.9|>=7.0.8",
197                 "symfony/polyfill-ctype": "~1.8"
198             },
199             "type": "library",
200             "extra": {
201                 "branch-alias": {
202                     "dev-master": "3.4-dev"
203                 }
204             },
205             "autoload": {
206                 "psr-4": {
207                     "Symfony\\Component\\Filesystem\\": ""
208                 },
209                 "exclude-from-classmap": [
210                     "/Tests/"
211                 ]
212             },
213             "notification-url": "https://packagist.org/downloads/",
214             "license": [
215                 "MIT"
216             ],
217             "authors": [
218                 {
219                     "name": "Fabien Potencier",
220                     "email": "fabien@symfony.com"
221                 },
222                 {
223                     "name": "Symfony Community",
224                     "homepage": "https://symfony.com/contributors"
225                 }
226             ],
227             "description": "Symfony Filesystem Component",
228             "homepage": "https://symfony.com",
229             "time": "2018-07-26T11:19:56+00:00"
230         },
231         {
232             "name": "symfony/polyfill-ctype",
233             "version": "v1.9.0",
234             "source": {
235                 "type": "git",
236                 "url": "https://github.com/symfony/polyfill-ctype.git",
237                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
238             },
239             "dist": {
240                 "type": "zip",
241                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
242                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
243                 "shasum": ""
244             },
245             "require": {
246                 "php": ">=5.3.3"
247             },
248             "suggest": {
249                 "ext-ctype": "For best performance"
250             },
251             "type": "library",
252             "extra": {
253                 "branch-alias": {
254                     "dev-master": "1.9-dev"
255                 }
256             },
257             "autoload": {
258                 "psr-4": {
259                     "Symfony\\Polyfill\\Ctype\\": ""
260                 },
261                 "files": [
262                     "bootstrap.php"
263                 ]
264             },
265             "notification-url": "https://packagist.org/downloads/",
266             "license": [
267                 "MIT"
268             ],
269             "authors": [
270                 {
271                     "name": "Symfony Community",
272                     "homepage": "https://symfony.com/contributors"
273                 },
274                 {
275                     "name": "Gert de Pagter",
276                     "email": "BackEndTea@gmail.com"
277                 }
278             ],
279             "description": "Symfony polyfill for ctype functions",
280             "homepage": "https://symfony.com",
281             "keywords": [
282                 "compatibility",
283                 "ctype",
284                 "polyfill",
285                 "portable"
286             ],
287             "time": "2018-08-06T14:22:27+00:00"
288         },
289         {
290             "name": "symfony/polyfill-mbstring",
291             "version": "v1.9.0",
292             "source": {
293                 "type": "git",
294                 "url": "https://github.com/symfony/polyfill-mbstring.git",
295                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
296             },
297             "dist": {
298                 "type": "zip",
299                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
300                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
301                 "shasum": ""
302             },
303             "require": {
304                 "php": ">=5.3.3"
305             },
306             "suggest": {
307                 "ext-mbstring": "For best performance"
308             },
309             "type": "library",
310             "extra": {
311                 "branch-alias": {
312                     "dev-master": "1.9-dev"
313                 }
314             },
315             "autoload": {
316                 "psr-4": {
317                     "Symfony\\Polyfill\\Mbstring\\": ""
318                 },
319                 "files": [
320                     "bootstrap.php"
321                 ]
322             },
323             "notification-url": "https://packagist.org/downloads/",
324             "license": [
325                 "MIT"
326             ],
327             "authors": [
328                 {
329                     "name": "Nicolas Grekas",
330                     "email": "p@tchwork.com"
331                 },
332                 {
333                     "name": "Symfony Community",
334                     "homepage": "https://symfony.com/contributors"
335                 }
336             ],
337             "description": "Symfony polyfill for the Mbstring extension",
338             "homepage": "https://symfony.com",
339             "keywords": [
340                 "compatibility",
341                 "mbstring",
342                 "polyfill",
343                 "portable",
344                 "shim"
345             ],
346             "time": "2018-08-06T14:22:27+00:00"
347         }
348     ],
349     "packages-dev": [],
350     "aliases": [],
351     "minimum-stability": "stable",
352     "stability-flags": [],
353     "prefer-stable": false,
354     "prefer-lowest": false,
355     "platform": {
356         "php": ">=5.5.0"
357     },
358     "platform-dev": [],
359     "platform-overrides": {
360         "php": "5.6.3"
361     }
362 }