PluginProbe
seQura / 2.0.5
seQura v2.0.5
4.3.4 4.3.3 4.3.2 4.3.1 trunk 2.0.0 2.0.10 2.0.11 2.0.12 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0.0 3.0.2 3.0.5 3.0.6 3.0.7 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 4.0.0 All 30 releases
sequra / vendor / composer / installed.json

installed.json in seQura 2.0.5, at vendor/composer/installed.json

215 lines 8.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "monolog/monolog",
5 "version": "2.9.1",
6 "version_normalized": "2.9.1.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/Seldaek/monolog.git",
10 "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
15 "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
16 "shasum": ""
17 },
18 "require": {
19 "php": ">=7.2",
20 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
21 },
22 "provide": {
23 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
24 },
25 "require-dev": {
26 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
27 "doctrine/couchdb": "~1.0@dev",
28 "elasticsearch/elasticsearch": "^7 || ^8",
29 "ext-json": "*",
30 "graylog2/gelf-php": "^1.4.2 || ^2@dev",
31 "guzzlehttp/guzzle": "^7.4",
32 "guzzlehttp/psr7": "^2.2",
33 "mongodb/mongodb": "^1.8",
34 "php-amqplib/php-amqplib": "~2.4 || ^3",
35 "phpspec/prophecy": "^1.15",
36 "phpstan/phpstan": "^0.12.91",
37 "phpunit/phpunit": "^8.5.14",
38 "predis/predis": "^1.1 || ^2.0",
39 "rollbar/rollbar": "^1.3 || ^2 || ^3",
40 "ruflin/elastica": "^7",
41 "swiftmailer/swiftmailer": "^5.3|^6.0",
42 "symfony/mailer": "^5.4 || ^6",
43 "symfony/mime": "^5.4 || ^6"
44 },
45 "suggest": {
46 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
47 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
48 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
49 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
50 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
51 "ext-mbstring": "Allow to work properly with unicode symbols",
52 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
53 "ext-openssl": "Required to send log messages using SSL",
54 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
55 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
56 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
57 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
58 "rollbar/rollbar": "Allow sending log messages to Rollbar",
59 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
60 },
61 "time": "2023-02-06T13:44:46+00:00",
62 "type": "library",
63 "extra": {
64 "branch-alias": {
65 "dev-main": "2.x-dev"
66 }
67 },
68 "installation-source": "dist",
69 "autoload": {
70 "psr-4": {
71 "Monolog\\": "src/Monolog"
72 }
73 },
74 "notification-url": "https://packagist.org/downloads/",
75 "license": [
76 "MIT"
77 ],
78 "authors": [
79 {
80 "name": "Jordi Boggiano",
81 "email": "j.boggiano@seld.be",
82 "homepage": "https://seld.be"
83 }
84 ],
85 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
86 "homepage": "https://github.com/Seldaek/monolog",
87 "keywords": [
88 "log",
89 "logging",
90 "psr-3"
91 ],
92 "support": {
93 "issues": "https://github.com/Seldaek/monolog/issues",
94 "source": "https://github.com/Seldaek/monolog/tree/2.9.1"
95 },
96 "funding": [
97 {
98 "url": "https://github.com/Seldaek",
99 "type": "github"
100 },
101 {
102 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
103 "type": "tidelift"
104 }
105 ],
106 "install-path": "../monolog/monolog"
107 },
108 {
109 "name": "psr/log",
110 "version": "1.1.4",
111 "version_normalized": "1.1.4.0",
112 "source": {
113 "type": "git",
114 "url": "https://github.com/php-fig/log.git",
115 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
116 },
117 "dist": {
118 "type": "zip",
119 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
120 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
121 "shasum": ""
122 },
123 "require": {
124 "php": ">=5.3.0"
125 },
126 "time": "2021-05-03T11:20:27+00:00",
127 "type": "library",
128 "extra": {
129 "branch-alias": {
130 "dev-master": "1.1.x-dev"
131 }
132 },
133 "installation-source": "dist",
134 "autoload": {
135 "psr-4": {
136 "Psr\\Log\\": "Psr/Log/"
137 }
138 },
139 "notification-url": "https://packagist.org/downloads/",
140 "license": [
141 "MIT"
142 ],
143 "authors": [
144 {
145 "name": "PHP-FIG",
146 "homepage": "https://www.php-fig.org/"
147 }
148 ],
149 "description": "Common interface for logging libraries",
150 "homepage": "https://github.com/php-fig/log",
151 "keywords": [
152 "log",
153 "psr",
154 "psr-3"
155 ],
156 "support": {
157 "source": "https://github.com/php-fig/log/tree/1.1.4"
158 },
159 "install-path": "../psr/log"
160 },
161 {
162 "name": "sequra/php-client",
163 "version": "0.3.6",
164 "version_normalized": "0.3.6.0",
165 "source": {
166 "type": "git",
167 "url": "https://github.com/sequra/php-client.git",
168 "reference": "0b50277d1589f6aa6ccb7381cf02062404ecc1c9"
169 },
170 "dist": {
171 "type": "zip",
172 "url": "https://api.github.com/repos/sequra/php-client/zipball/0b50277d1589f6aa6ccb7381cf02062404ecc1c9",
173 "reference": "0b50277d1589f6aa6ccb7381cf02062404ecc1c9",
174 "shasum": ""
175 },
176 "require": {
177 "ext-curl": "*",
178 "ext-json": "*",
179 "php": ">=5.4.0"
180 },
181 "time": "2023-09-27T22:48:22+00:00",
182 "type": "library",
183 "installation-source": "dist",
184 "autoload": {
185 "psr-4": {
186 "Sequra\\PhpClient\\": "src/"
187 }
188 },
189 "notification-url": "https://packagist.org/downloads/",
190 "license": [
191 "MIT"
192 ],
193 "authors": [
194 {
195 "name": "SeQura Engineering",
196 "email": "dev@sequra.es"
197 }
198 ],
199 "description": "PHP client for SeQura API",
200 "keywords": [
201 "pagos",
202 "payment",
203 "sequra"
204 ],
205 "support": {
206 "issues": "https://github.com/sequra/php-client/issues",
207 "source": "https://github.com/sequra/php-client/tree/0.3.6"
208 },
209 "install-path": "../sequra/php-client"
210 }
211 ],
212 "dev": false,
213 "dev-package-names": []
214 }
215