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