FR translation update advancedcontentfilter THX vladimir N
[friendica-addons.git/.git] / advancedcontentfilter / 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": "d0e3662dd9d910ffe4f71d325bc39319",
8     "packages": [
9         {
10             "name": "container-interop/container-interop",
11             "version": "1.2.0",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/container-interop/container-interop.git",
15                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
20                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
21                 "shasum": ""
22             },
23             "require": {
24                 "psr/container": "^1.0"
25             },
26             "type": "library",
27             "autoload": {
28                 "psr-4": {
29                     "Interop\\Container\\": "src/Interop/Container/"
30                 }
31             },
32             "notification-url": "https://packagist.org/downloads/",
33             "license": [
34                 "MIT"
35             ],
36             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
37             "homepage": "https://github.com/container-interop/container-interop",
38             "time": "2017-02-14T19:40:03+00:00"
39         },
40         {
41             "name": "nikic/fast-route",
42             "version": "v1.3.0",
43             "source": {
44                 "type": "git",
45                 "url": "https://github.com/nikic/FastRoute.git",
46                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
47             },
48             "dist": {
49                 "type": "zip",
50                 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
51                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
52                 "shasum": ""
53             },
54             "require": {
55                 "php": ">=5.4.0"
56             },
57             "require-dev": {
58                 "phpunit/phpunit": "^4.8.35|~5.7"
59             },
60             "type": "library",
61             "autoload": {
62                 "psr-4": {
63                     "FastRoute\\": "src/"
64                 },
65                 "files": [
66                     "src/functions.php"
67                 ]
68             },
69             "notification-url": "https://packagist.org/downloads/",
70             "license": [
71                 "BSD-3-Clause"
72             ],
73             "authors": [
74                 {
75                     "name": "Nikita Popov",
76                     "email": "nikic@php.net"
77                 }
78             ],
79             "description": "Fast request router for PHP",
80             "keywords": [
81                 "router",
82                 "routing"
83             ],
84             "time": "2018-02-13T20:26:39+00:00"
85         },
86         {
87             "name": "pimple/pimple",
88             "version": "v3.2.3",
89             "source": {
90                 "type": "git",
91                 "url": "https://github.com/silexphp/Pimple.git",
92                 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
93             },
94             "dist": {
95                 "type": "zip",
96                 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
97                 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
98                 "shasum": ""
99             },
100             "require": {
101                 "php": ">=5.3.0",
102                 "psr/container": "^1.0"
103             },
104             "require-dev": {
105                 "symfony/phpunit-bridge": "^3.2"
106             },
107             "type": "library",
108             "extra": {
109                 "branch-alias": {
110                     "dev-master": "3.2.x-dev"
111                 }
112             },
113             "autoload": {
114                 "psr-0": {
115                     "Pimple": "src/"
116                 }
117             },
118             "notification-url": "https://packagist.org/downloads/",
119             "license": [
120                 "MIT"
121             ],
122             "authors": [
123                 {
124                     "name": "Fabien Potencier",
125                     "email": "fabien@symfony.com"
126                 }
127             ],
128             "description": "Pimple, a simple Dependency Injection Container",
129             "homepage": "http://pimple.sensiolabs.org",
130             "keywords": [
131                 "container",
132                 "dependency injection"
133             ],
134             "time": "2018-01-21T07:42:36+00:00"
135         },
136         {
137             "name": "psr/cache",
138             "version": "1.0.1",
139             "source": {
140                 "type": "git",
141                 "url": "https://github.com/php-fig/cache.git",
142                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
143             },
144             "dist": {
145                 "type": "zip",
146                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
147                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
148                 "shasum": ""
149             },
150             "require": {
151                 "php": ">=5.3.0"
152             },
153             "type": "library",
154             "extra": {
155                 "branch-alias": {
156                     "dev-master": "1.0.x-dev"
157                 }
158             },
159             "autoload": {
160                 "psr-4": {
161                     "Psr\\Cache\\": "src/"
162                 }
163             },
164             "notification-url": "https://packagist.org/downloads/",
165             "license": [
166                 "MIT"
167             ],
168             "authors": [
169                 {
170                     "name": "PHP-FIG",
171                     "homepage": "http://www.php-fig.org/"
172                 }
173             ],
174             "description": "Common interface for caching libraries",
175             "keywords": [
176                 "cache",
177                 "psr",
178                 "psr-6"
179             ],
180             "time": "2016-08-06T20:24:11+00:00"
181         },
182         {
183             "name": "psr/container",
184             "version": "1.0.0",
185             "source": {
186                 "type": "git",
187                 "url": "https://github.com/php-fig/container.git",
188                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
189             },
190             "dist": {
191                 "type": "zip",
192                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
193                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
194                 "shasum": ""
195             },
196             "require": {
197                 "php": ">=5.3.0"
198             },
199             "type": "library",
200             "extra": {
201                 "branch-alias": {
202                     "dev-master": "1.0.x-dev"
203                 }
204             },
205             "autoload": {
206                 "psr-4": {
207                     "Psr\\Container\\": "src/"
208                 }
209             },
210             "notification-url": "https://packagist.org/downloads/",
211             "license": [
212                 "MIT"
213             ],
214             "authors": [
215                 {
216                     "name": "PHP-FIG",
217                     "homepage": "http://www.php-fig.org/"
218                 }
219             ],
220             "description": "Common Container Interface (PHP FIG PSR-11)",
221             "homepage": "https://github.com/php-fig/container",
222             "keywords": [
223                 "PSR-11",
224                 "container",
225                 "container-interface",
226                 "container-interop",
227                 "psr"
228             ],
229             "time": "2017-02-14T16:28:37+00:00"
230         },
231         {
232             "name": "psr/http-message",
233             "version": "1.0.1",
234             "source": {
235                 "type": "git",
236                 "url": "https://github.com/php-fig/http-message.git",
237                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
238             },
239             "dist": {
240                 "type": "zip",
241                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
242                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
243                 "shasum": ""
244             },
245             "require": {
246                 "php": ">=5.3.0"
247             },
248             "type": "library",
249             "extra": {
250                 "branch-alias": {
251                     "dev-master": "1.0.x-dev"
252                 }
253             },
254             "autoload": {
255                 "psr-4": {
256                     "Psr\\Http\\Message\\": "src/"
257                 }
258             },
259             "notification-url": "https://packagist.org/downloads/",
260             "license": [
261                 "MIT"
262             ],
263             "authors": [
264                 {
265                     "name": "PHP-FIG",
266                     "homepage": "http://www.php-fig.org/"
267                 }
268             ],
269             "description": "Common interface for HTTP messages",
270             "homepage": "https://github.com/php-fig/http-message",
271             "keywords": [
272                 "http",
273                 "http-message",
274                 "psr",
275                 "psr-7",
276                 "request",
277                 "response"
278             ],
279             "time": "2016-08-06T14:39:51+00:00"
280         },
281         {
282             "name": "psr/log",
283             "version": "1.0.2",
284             "source": {
285                 "type": "git",
286                 "url": "https://github.com/php-fig/log.git",
287                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
288             },
289             "dist": {
290                 "type": "zip",
291                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
292                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
293                 "shasum": ""
294             },
295             "require": {
296                 "php": ">=5.3.0"
297             },
298             "type": "library",
299             "extra": {
300                 "branch-alias": {
301                     "dev-master": "1.0.x-dev"
302                 }
303             },
304             "autoload": {
305                 "psr-4": {
306                     "Psr\\Log\\": "Psr/Log/"
307                 }
308             },
309             "notification-url": "https://packagist.org/downloads/",
310             "license": [
311                 "MIT"
312             ],
313             "authors": [
314                 {
315                     "name": "PHP-FIG",
316                     "homepage": "http://www.php-fig.org/"
317                 }
318             ],
319             "description": "Common interface for logging libraries",
320             "homepage": "https://github.com/php-fig/log",
321             "keywords": [
322                 "log",
323                 "psr",
324                 "psr-3"
325             ],
326             "time": "2016-10-10T12:19:37+00:00"
327         },
328         {
329             "name": "psr/simple-cache",
330             "version": "1.0.1",
331             "source": {
332                 "type": "git",
333                 "url": "https://github.com/php-fig/simple-cache.git",
334                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
335             },
336             "dist": {
337                 "type": "zip",
338                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
339                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
340                 "shasum": ""
341             },
342             "require": {
343                 "php": ">=5.3.0"
344             },
345             "type": "library",
346             "extra": {
347                 "branch-alias": {
348                     "dev-master": "1.0.x-dev"
349                 }
350             },
351             "autoload": {
352                 "psr-4": {
353                     "Psr\\SimpleCache\\": "src/"
354                 }
355             },
356             "notification-url": "https://packagist.org/downloads/",
357             "license": [
358                 "MIT"
359             ],
360             "authors": [
361                 {
362                     "name": "PHP-FIG",
363                     "homepage": "http://www.php-fig.org/"
364                 }
365             ],
366             "description": "Common interfaces for simple caching",
367             "keywords": [
368                 "cache",
369                 "caching",
370                 "psr",
371                 "psr-16",
372                 "simple-cache"
373             ],
374             "time": "2017-10-23T01:57:42+00:00"
375         },
376         {
377             "name": "slim/slim",
378             "version": "3.9.2",
379             "source": {
380                 "type": "git",
381                 "url": "https://github.com/slimphp/Slim.git",
382                 "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118"
383             },
384             "dist": {
385                 "type": "zip",
386                 "url": "https://api.github.com/repos/slimphp/Slim/zipball/4086d0106cf5a7135c69fce4161fe355a8feb118",
387                 "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118",
388                 "shasum": ""
389             },
390             "require": {
391                 "container-interop/container-interop": "^1.2",
392                 "nikic/fast-route": "^1.0",
393                 "php": ">=5.5.0",
394                 "pimple/pimple": "^3.0",
395                 "psr/container": "^1.0",
396                 "psr/http-message": "^1.0"
397             },
398             "provide": {
399                 "psr/http-message-implementation": "1.0"
400             },
401             "require-dev": {
402                 "phpunit/phpunit": "^4.0",
403                 "squizlabs/php_codesniffer": "^2.5"
404             },
405             "type": "library",
406             "autoload": {
407                 "psr-4": {
408                     "Slim\\": "Slim"
409                 }
410             },
411             "notification-url": "https://packagist.org/downloads/",
412             "license": [
413                 "MIT"
414             ],
415             "authors": [
416                 {
417                     "name": "Rob Allen",
418                     "email": "rob@akrabat.com",
419                     "homepage": "http://akrabat.com"
420                 },
421                 {
422                     "name": "Josh Lockhart",
423                     "email": "hello@joshlockhart.com",
424                     "homepage": "https://joshlockhart.com"
425                 },
426                 {
427                     "name": "Gabriel Manricks",
428                     "email": "gmanricks@me.com",
429                     "homepage": "http://gabrielmanricks.com"
430                 },
431                 {
432                     "name": "Andrew Smith",
433                     "email": "a.smith@silentworks.co.uk",
434                     "homepage": "http://silentworks.co.uk"
435                 }
436             ],
437             "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
438             "homepage": "https://slimframework.com",
439             "keywords": [
440                 "api",
441                 "framework",
442                 "micro",
443                 "router"
444             ],
445             "time": "2017-11-26T19:13:09+00:00"
446         },
447         {
448             "name": "symfony/cache",
449             "version": "v3.4.8",
450             "source": {
451                 "type": "git",
452                 "url": "https://github.com/symfony/cache.git",
453                 "reference": "13255ddd056e49f3154747943f8ee175d555d394"
454             },
455             "dist": {
456                 "type": "zip",
457                 "url": "https://api.github.com/repos/symfony/cache/zipball/13255ddd056e49f3154747943f8ee175d555d394",
458                 "reference": "13255ddd056e49f3154747943f8ee175d555d394",
459                 "shasum": ""
460             },
461             "require": {
462                 "php": "^5.5.9|>=7.0.8",
463                 "psr/cache": "~1.0",
464                 "psr/log": "~1.0",
465                 "psr/simple-cache": "^1.0",
466                 "symfony/polyfill-apcu": "~1.1"
467             },
468             "conflict": {
469                 "symfony/var-dumper": "<3.3"
470             },
471             "provide": {
472                 "psr/cache-implementation": "1.0",
473                 "psr/simple-cache-implementation": "1.0"
474             },
475             "require-dev": {
476                 "cache/integration-tests": "dev-master",
477                 "doctrine/cache": "~1.6",
478                 "doctrine/dbal": "~2.4",
479                 "predis/predis": "~1.0"
480             },
481             "type": "library",
482             "extra": {
483                 "branch-alias": {
484                     "dev-master": "3.4-dev"
485                 }
486             },
487             "autoload": {
488                 "psr-4": {
489                     "Symfony\\Component\\Cache\\": ""
490                 },
491                 "exclude-from-classmap": [
492                     "/Tests/"
493                 ]
494             },
495             "notification-url": "https://packagist.org/downloads/",
496             "license": [
497                 "MIT"
498             ],
499             "authors": [
500                 {
501                     "name": "Nicolas Grekas",
502                     "email": "p@tchwork.com"
503                 },
504                 {
505                     "name": "Symfony Community",
506                     "homepage": "https://symfony.com/contributors"
507                 }
508             ],
509             "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
510             "homepage": "https://symfony.com",
511             "keywords": [
512                 "caching",
513                 "psr6"
514             ],
515             "time": "2018-04-02T14:35:16+00:00"
516         },
517         {
518             "name": "symfony/expression-language",
519             "version": "v3.4.8",
520             "source": {
521                 "type": "git",
522                 "url": "https://github.com/symfony/expression-language.git",
523                 "reference": "867e4d1f5d4e52435a8ffff6b24fd6a801582241"
524             },
525             "dist": {
526                 "type": "zip",
527                 "url": "https://api.github.com/repos/symfony/expression-language/zipball/867e4d1f5d4e52435a8ffff6b24fd6a801582241",
528                 "reference": "867e4d1f5d4e52435a8ffff6b24fd6a801582241",
529                 "shasum": ""
530             },
531             "require": {
532                 "php": "^5.5.9|>=7.0.8",
533                 "symfony/cache": "~3.1|~4.0"
534             },
535             "type": "library",
536             "extra": {
537                 "branch-alias": {
538                     "dev-master": "3.4-dev"
539                 }
540             },
541             "autoload": {
542                 "psr-4": {
543                     "Symfony\\Component\\ExpressionLanguage\\": ""
544                 },
545                 "exclude-from-classmap": [
546                     "/Tests/"
547                 ]
548             },
549             "notification-url": "https://packagist.org/downloads/",
550             "license": [
551                 "MIT"
552             ],
553             "authors": [
554                 {
555                     "name": "Fabien Potencier",
556                     "email": "fabien@symfony.com"
557                 },
558                 {
559                     "name": "Symfony Community",
560                     "homepage": "https://symfony.com/contributors"
561                 }
562             ],
563             "description": "Symfony ExpressionLanguage Component",
564             "homepage": "https://symfony.com",
565             "time": "2018-01-03T07:37:34+00:00"
566         },
567         {
568             "name": "symfony/polyfill-apcu",
569             "version": "v1.7.0",
570             "source": {
571                 "type": "git",
572                 "url": "https://github.com/symfony/polyfill-apcu.git",
573                 "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00"
574             },
575             "dist": {
576                 "type": "zip",
577                 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/e8ae2136ddb53dea314df56fcd88e318ab936c00",
578                 "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00",
579                 "shasum": ""
580             },
581             "require": {
582                 "php": ">=5.3.3"
583             },
584             "type": "library",
585             "extra": {
586                 "branch-alias": {
587                     "dev-master": "1.7-dev"
588                 }
589             },
590             "autoload": {
591                 "psr-4": {
592                     "Symfony\\Polyfill\\Apcu\\": ""
593                 },
594                 "files": [
595                     "bootstrap.php"
596                 ]
597             },
598             "notification-url": "https://packagist.org/downloads/",
599             "license": [
600                 "MIT"
601             ],
602             "authors": [
603                 {
604                     "name": "Nicolas Grekas",
605                     "email": "p@tchwork.com"
606                 },
607                 {
608                     "name": "Symfony Community",
609                     "homepage": "https://symfony.com/contributors"
610                 }
611             ],
612             "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
613             "homepage": "https://symfony.com",
614             "keywords": [
615                 "apcu",
616                 "compatibility",
617                 "polyfill",
618                 "portable",
619                 "shim"
620             ],
621             "time": "2018-01-30T19:27:44+00:00"
622         }
623     ],
624     "packages-dev": [],
625     "aliases": [],
626     "minimum-stability": "stable",
627     "stability-flags": [],
628     "prefer-stable": false,
629     "prefer-lowest": false,
630     "platform": {
631         "php": ">=5.6.0"
632     },
633     "platform-dev": []
634 }