Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
    "packages": [
3
        {
4
            "name": "markbaker/complex",
5
            "version": "3.0.2",
6
            "version_normalized": "3.0.2.0",
7
            "source": {
8
                "type": "git",
9
                "url": "https://github.com/MarkBaker/PHPComplex.git",
10
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
11
            },
12
            "dist": {
13
                "type": "zip",
14
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
15
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
16
                "shasum": ""
17
            },
18
            "require": {
19
                "php": "^7.2 || ^8.0"
20
            },
21
            "require-dev": {
22
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
23
                "phpcompatibility/php-compatibility": "^9.3",
24
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
25
                "squizlabs/php_codesniffer": "^3.7"
26
            },
27
            "time": "2022-12-06T16:21:08+00:00",
28
            "type": "library",
29
            "installation-source": "dist",
30
            "autoload": {
31
                "psr-4": {
32
                    "Complex\\": "classes/src/"
33
                }
34
            },
35
            "notification-url": "https://packagist.org/downloads/",
36
            "license": [
37
                "MIT"
38
            ],
39
            "authors": [
40
                {
41
                    "name": "Mark Baker",
42
                    "email": "mark@lange.demon.co.uk"
43
                }
44
            ],
45
            "description": "PHP Class for working with complex numbers",
46
            "homepage": "https://github.com/MarkBaker/PHPComplex",
47
            "keywords": [
48
                "complex",
49
                "mathematics"
50
            ],
51
            "support": {
52
                "issues": "https://github.com/MarkBaker/PHPComplex/issues",
53
                "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
54
            },
55
            "install-path": "../markbaker/complex"
56
        },
57
        {
58
            "name": "markbaker/matrix",
59
            "version": "3.0.1",
60
            "version_normalized": "3.0.1.0",
61
            "source": {
62
                "type": "git",
63
                "url": "https://github.com/MarkBaker/PHPMatrix.git",
64
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
65
            },
66
            "dist": {
67
                "type": "zip",
68
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
69
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
70
                "shasum": ""
71
            },
72
            "require": {
73
                "php": "^7.1 || ^8.0"
74
            },
75
            "require-dev": {
76
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
77
                "phpcompatibility/php-compatibility": "^9.3",
78
                "phpdocumentor/phpdocumentor": "2.*",
79
                "phploc/phploc": "^4.0",
80
                "phpmd/phpmd": "2.*",
81
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
82
                "sebastian/phpcpd": "^4.0",
83
                "squizlabs/php_codesniffer": "^3.7"
84
            },
85
            "time": "2022-12-02T22:17:43+00:00",
86
            "type": "library",
87
            "installation-source": "dist",
88
            "autoload": {
89
                "psr-4": {
90
                    "Matrix\\": "classes/src/"
91
                }
92
            },
93
            "notification-url": "https://packagist.org/downloads/",
94
            "license": [
95
                "MIT"
96
            ],
97
            "authors": [
98
                {
99
                    "name": "Mark Baker",
100
                    "email": "mark@demon-angel.eu"
101
                }
102
            ],
103
            "description": "PHP Class for working with matrices",
104
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
105
            "keywords": [
106
                "mathematics",
107
                "matrix",
108
                "vector"
109
            ],
110
            "support": {
111
                "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
112
                "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
113
            },
114
            "install-path": "../markbaker/matrix"
115
        },
116
        {
117
            "name": "phpoffice/phpspreadsheet",
118
            "version": "1.29.0",
119
            "version_normalized": "1.29.0.0",
120
            "source": {
121
                "type": "git",
122
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
123
                "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
124
            },
125
            "dist": {
126
                "type": "zip",
127
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
128
                "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
129
                "shasum": ""
130
            },
131
            "require": {
132
                "ext-ctype": "*",
133
                "ext-dom": "*",
134
                "ext-fileinfo": "*",
135
                "ext-gd": "*",
136
                "ext-iconv": "*",
137
                "ext-libxml": "*",
138
                "ext-mbstring": "*",
139
                "ext-simplexml": "*",
140
                "ext-xml": "*",
141
                "ext-xmlreader": "*",
142
                "ext-xmlwriter": "*",
143
                "ext-zip": "*",
144
                "ext-zlib": "*",
145
                "ezyang/htmlpurifier": "^4.15",
146
                "maennchen/zipstream-php": "^2.1 || ^3.0",
147
                "markbaker/complex": "^3.0",
148
                "markbaker/matrix": "^3.0",
149
                "php": "^7.4 || ^8.0",
150
                "psr/http-client": "^1.0",
151
                "psr/http-factory": "^1.0",
152
                "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
153
            },
154
            "require-dev": {
155
                "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
156
                "dompdf/dompdf": "^1.0 || ^2.0",
157
                "friendsofphp/php-cs-fixer": "^3.2",
158
                "mitoteam/jpgraph": "^10.3",
159
                "mpdf/mpdf": "^8.1.1",
160
                "phpcompatibility/php-compatibility": "^9.3",
161
                "phpstan/phpstan": "^1.1",
162
                "phpstan/phpstan-phpunit": "^1.0",
163
                "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
164
                "squizlabs/php_codesniffer": "^3.7",
165
                "tecnickcom/tcpdf": "^6.5"
166
            },
167
            "suggest": {
168
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
169
                "ext-intl": "PHP Internationalization Functions",
170
                "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
171
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
172
                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
173
            },
174
            "time": "2023-06-14T22:48:31+00:00",
175
            "type": "library",
176
            "installation-source": "dist",
177
            "autoload": {
178
                "psr-4": {
179
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
180
                }
181
            },
182
            "notification-url": "https://packagist.org/downloads/",
183
            "license": [
184
                "MIT"
185
            ],
186
            "authors": [
187
                {
188
                    "name": "Maarten Balliauw",
189
                    "homepage": "https://blog.maartenballiauw.be"
190
                },
191
                {
192
                    "name": "Mark Baker",
193
                    "homepage": "https://markbakeruk.net"
194
                },
195
                {
196
                    "name": "Franck Lefevre",
197
                    "homepage": "https://rootslabs.net"
198
                },
199
                {
200
                    "name": "Erik Tilt"
201
                },
202
                {
203
                    "name": "Adrien Crivelli"
204
                }
205
            ],
206
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
207
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
208
            "keywords": [
209
                "OpenXML",
210
                "excel",
211
                "gnumeric",
212
                "ods",
213
                "php",
214
                "spreadsheet",
215
                "xls",
216
                "xlsx"
217
            ],
218
            "support": {
219
                "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
220
                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
221
            },
222
            "install-path": "../phpoffice/phpspreadsheet"
223
        },
224
        {
225
            "name": "psr/http-client",
226
            "version": "1.0.2",
227
            "version_normalized": "1.0.2.0",
228
            "source": {
229
                "type": "git",
230
                "url": "https://github.com/php-fig/http-client.git",
231
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
232
            },
233
            "dist": {
234
                "type": "zip",
235
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
236
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
237
                "shasum": ""
238
            },
239
            "require": {
240
                "php": "^7.0 || ^8.0",
241
                "psr/http-message": "^1.0 || ^2.0"
242
            },
243
            "time": "2023-04-10T20:12:12+00:00",
244
            "type": "library",
245
            "extra": {
246
                "branch-alias": {
247
                    "dev-master": "1.0.x-dev"
248
                }
249
            },
250
            "installation-source": "dist",
251
            "autoload": {
252
                "psr-4": {
253
                    "Psr\\Http\\Client\\": "src/"
254
                }
255
            },
256
            "notification-url": "https://packagist.org/downloads/",
257
            "license": [
258
                "MIT"
259
            ],
260
            "authors": [
261
                {
262
                    "name": "PHP-FIG",
263
                    "homepage": "https://www.php-fig.org/"
264
                }
265
            ],
266
            "description": "Common interface for HTTP clients",
267
            "homepage": "https://github.com/php-fig/http-client",
268
            "keywords": [
269
                "http",
270
                "http-client",
271
                "psr",
272
                "psr-18"
273
            ],
274
            "support": {
275
                "source": "https://github.com/php-fig/http-client/tree/1.0.2"
276
            },
277
            "install-path": "../psr/http-client"
278
        },
279
        {
280
            "name": "psr/http-factory",
281
            "version": "1.0.2",
282
            "version_normalized": "1.0.2.0",
283
            "source": {
284
                "type": "git",
285
                "url": "https://github.com/php-fig/http-factory.git",
286
                "reference": "e616d01114759c4c489f93b099585439f795fe35"
287
            },
288
            "dist": {
289
                "type": "zip",
290
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
291
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
292
                "shasum": ""
293
            },
294
            "require": {
295
                "php": ">=7.0.0",
296
                "psr/http-message": "^1.0 || ^2.0"
297
            },
298
            "time": "2023-04-10T20:10:41+00:00",
299
            "type": "library",
300
            "extra": {
301
                "branch-alias": {
302
                    "dev-master": "1.0.x-dev"
303
                }
304
            },
305
            "installation-source": "dist",
306
            "autoload": {
307
                "psr-4": {
308
                    "Psr\\Http\\Message\\": "src/"
309
                }
310
            },
311
            "notification-url": "https://packagist.org/downloads/",
312
            "license": [
313
                "MIT"
314
            ],
315
            "authors": [
316
                {
317
                    "name": "PHP-FIG",
318
                    "homepage": "https://www.php-fig.org/"
319
                }
320
            ],
321
            "description": "Common interfaces for PSR-7 HTTP message factories",
322
            "keywords": [
323
                "factory",
324
                "http",
325
                "message",
326
                "psr",
327
                "psr-17",
328
                "psr-7",
329
                "request",
330
                "response"
331
            ],
332
            "support": {
333
                "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
334
            },
335
            "install-path": "../psr/http-factory"
336
        },
337
        {
338
            "name": "psr/http-message",
339
            "version": "2.0",
340
            "version_normalized": "2.0.0.0",
341
            "source": {
342
                "type": "git",
343
                "url": "https://github.com/php-fig/http-message.git",
344
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
345
            },
346
            "dist": {
347
                "type": "zip",
348
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
349
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
350
                "shasum": ""
351
            },
352
            "require": {
353
                "php": "^7.2 || ^8.0"
354
            },
355
            "time": "2023-04-04T09:54:51+00:00",
356
            "type": "library",
357
            "extra": {
358
                "branch-alias": {
359
                    "dev-master": "2.0.x-dev"
360
                }
361
            },
362
            "installation-source": "dist",
363
            "autoload": {
364
                "psr-4": {
365
                    "Psr\\Http\\Message\\": "src/"
366
                }
367
            },
368
            "notification-url": "https://packagist.org/downloads/",
369
            "license": [
370
                "MIT"
371
            ],
372
            "authors": [
373
                {
374
                    "name": "PHP-FIG",
375
                    "homepage": "https://www.php-fig.org/"
376
                }
377
            ],
378
            "description": "Common interface for HTTP messages",
379
            "homepage": "https://github.com/php-fig/http-message",
380
            "keywords": [
381
                "http",
382
                "http-message",
383
                "psr",
384
                "psr-7",
385
                "request",
386
                "response"
387
            ],
388
            "support": {
389
                "source": "https://github.com/php-fig/http-message/tree/2.0"
390
            },
391
            "install-path": "../psr/http-message"
392
        },
393
        {
394
            "name": "psr/simple-cache",
395
            "version": "3.0.0",
396
            "version_normalized": "3.0.0.0",
397
            "source": {
398
                "type": "git",
399
                "url": "https://github.com/php-fig/simple-cache.git",
400
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
401
            },
402
            "dist": {
403
                "type": "zip",
404
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
405
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
406
                "shasum": ""
407
            },
408
            "require": {
409
                "php": ">=8.0.0"
410
            },
411
            "time": "2021-10-29T13:26:27+00:00",
412
            "type": "library",
413
            "extra": {
414
                "branch-alias": {
415
                    "dev-master": "3.0.x-dev"
416
                }
417
            },
418
            "installation-source": "dist",
419
            "autoload": {
420
                "psr-4": {
421
                    "Psr\\SimpleCache\\": "src/"
422
                }
423
            },
424
            "notification-url": "https://packagist.org/downloads/",
425
            "license": [
426
                "MIT"
427
            ],
428
            "authors": [
429
                {
430
                    "name": "PHP-FIG",
431
                    "homepage": "https://www.php-fig.org/"
432
                }
433
            ],
434
            "description": "Common interfaces for simple caching",
435
            "keywords": [
436
                "cache",
437
                "caching",
438
                "psr",
439
                "psr-16",
440
                "simple-cache"
441
            ],
442
            "support": {
443
                "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
444
            },
445
            "install-path": "../psr/simple-cache"
446
        }
447
    ],
448
    "dev": true,
449
    "dev-package-names": []
450
}