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