Markdown: Avoid problems with [*] BBCode element
[friendica-addons.git/.git] / monolog / 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": "6fd294bd163b37ac6cc400e0f8785222",
8     "packages": [
9         {
10             "name": "monolog/monolog",
11             "version": "2.9.1",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/Seldaek/monolog.git",
15                 "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
20                 "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=7.2",
25                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
26             },
27             "provide": {
28                 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
29             },
30             "require-dev": {
31                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
32                 "doctrine/couchdb": "~1.0@dev",
33                 "elasticsearch/elasticsearch": "^7 || ^8",
34                 "ext-json": "*",
35                 "graylog2/gelf-php": "^1.4.2 || ^2@dev",
36                 "guzzlehttp/guzzle": "^7.4",
37                 "guzzlehttp/psr7": "^2.2",
38                 "mongodb/mongodb": "^1.8",
39                 "php-amqplib/php-amqplib": "~2.4 || ^3",
40                 "phpspec/prophecy": "^1.15",
41                 "phpstan/phpstan": "^0.12.91",
42                 "phpunit/phpunit": "^8.5.14",
43                 "predis/predis": "^1.1 || ^2.0",
44                 "rollbar/rollbar": "^1.3 || ^2 || ^3",
45                 "ruflin/elastica": "^7",
46                 "swiftmailer/swiftmailer": "^5.3|^6.0",
47                 "symfony/mailer": "^5.4 || ^6",
48                 "symfony/mime": "^5.4 || ^6"
49             },
50             "suggest": {
51                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
52                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
53                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
54                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
55                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
56                 "ext-mbstring": "Allow to work properly with unicode symbols",
57                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
58                 "ext-openssl": "Required to send log messages using SSL",
59                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
60                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
61                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
62                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
63                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
64                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
65             },
66             "type": "library",
67             "extra": {
68                 "branch-alias": {
69                     "dev-main": "2.x-dev"
70                 }
71             },
72             "autoload": {
73                 "psr-4": {
74                     "Monolog\\": "src/Monolog"
75                 }
76             },
77             "notification-url": "https://packagist.org/downloads/",
78             "license": [
79                 "MIT"
80             ],
81             "authors": [
82                 {
83                     "name": "Jordi Boggiano",
84                     "email": "j.boggiano@seld.be",
85                     "homepage": "https://seld.be"
86                 }
87             ],
88             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
89             "homepage": "https://github.com/Seldaek/monolog",
90             "keywords": [
91                 "log",
92                 "logging",
93                 "psr-3"
94             ],
95             "funding": [
96                 {
97                     "url": "https://github.com/Seldaek",
98                     "type": "github"
99                 },
100                 {
101                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
102                     "type": "tidelift"
103                 }
104             ],
105             "time": "2023-02-06T13:44:46+00:00"
106         },
107         {
108             "name": "psr/log",
109             "version": "1.1.4",
110             "source": {
111                 "type": "git",
112                 "url": "https://github.com/php-fig/log.git",
113                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
114             },
115             "dist": {
116                 "type": "zip",
117                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
118                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
119                 "shasum": ""
120             },
121             "require": {
122                 "php": ">=5.3.0"
123             },
124             "type": "library",
125             "extra": {
126                 "branch-alias": {
127                     "dev-master": "1.1.x-dev"
128                 }
129             },
130             "autoload": {
131                 "psr-4": {
132                     "Psr\\Log\\": "Psr/Log/"
133                 }
134             },
135             "notification-url": "https://packagist.org/downloads/",
136             "license": [
137                 "MIT"
138             ],
139             "authors": [
140                 {
141                     "name": "PHP-FIG",
142                     "homepage": "https://www.php-fig.org/"
143                 }
144             ],
145             "description": "Common interface for logging libraries",
146             "homepage": "https://github.com/php-fig/log",
147             "keywords": [
148                 "log",
149                 "psr",
150                 "psr-3"
151             ],
152             "time": "2021-05-03T11:20:27+00:00"
153         }
154     ],
155     "packages-dev": [],
156     "aliases": [],
157     "minimum-stability": "stable",
158     "stability-flags": [],
159     "prefer-stable": false,
160     "prefer-lowest": false,
161     "platform": {
162         "php": ">=7.3"
163     },
164     "platform-dev": [],
165     "plugin-api-version": "1.1.0"
166 }