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