Newer
Older
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "098d85e7cc0950c4231a98b937af05ba",
{
"name": "algo26-matthias/idna-convert",
"source": {
"type": "git",
"url": "https://github.com/algo26-matthias/idna-convert.git",
"reference": "254938fb52b8bd34053401695d749f0e73fbb503"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/254938fb52b8bd34053401695d749f0e73fbb503",
"reference": "254938fb52b8bd34053401695d749f0e73fbb503",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"jakeasmith/http_build_url": "^1",
},
"require-dev": {
},
"suggest": {
"ext-iconv": "Install ext/iconv for using input / output other than UTF-8 or ISO-8859-1",
"ext-mbstring": "Install ext/mbstring for using input / output other than UTF-8 or ISO-8859-1"
},
"type": "library",
"autoload": {
"psr-4": {
"Algo26\\IdnaConvert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1+"
],
"authors": [
{
"name": "Matthias Sommerfeld",
"email": "matthias.sommerfeld@algo26.de",
"role": "Developer"
}
],
"description": "A library for encoding and decoding internationalized domain names",
"homepage": "http://idnaconv.net/",
"keywords": [
"idn",
"idna",
"php"
],
"support": {
"issues": "https://github.com/algo26-matthias/idna-convert/issues",
"source": "https://github.com/algo26-matthias/idna-convert/tree/v4.0.2"
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
},
{
"name": "jakeasmith/http_build_url",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/jakeasmith/http_build_url.git",
"reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37",
"reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37",
"shasum": ""
},
"type": "library",
"autoload": {
"files": [
"src/http_build_url.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jake A. Smith",
"email": "theman@jakeasmith.com"
}
],
"description": "Provides functionality for http_build_url() to environments without pecl_http.",
"support": {
"issues": "https://github.com/jakeasmith/http_build_url/issues",
"source": "https://github.com/jakeasmith/http_build_url"
},
"time": "2017-05-01T15:36:40+00:00"
},
{
"name": "james-heinrich/getid3",
"source": {
"type": "git",
"url": "https://github.com/JamesHeinrich/getID3.git",
"reference": "06c7482532ff2b3f9111b011d880ca6699c8542b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/06c7482532ff2b3f9111b011d880ca6699c8542b",
"reference": "06c7482532ff2b3f9111b011d880ca6699c8542b",
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.0"
},
"suggest": {
"ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
"ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
"ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
"ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
"ext-exif": "EXIF extension is required for graphic modules.",
"ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
"ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
"ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
"ext-mbstring": "mbstring extension is required to work with different character sets.",
"ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
"ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
"ext-rar": "RAR extension is required for RAR archive module.",
"ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
"ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
"ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
}
},
"autoload": {
"classmap": [
"getid3/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-1.0-or-later",
"LGPL-3.0-only",
"MPL-2.0"
],
"description": "PHP script that extracts useful information from popular multimedia file formats",
"homepage": "https://www.getid3.org/",
"keywords": [
"codecs",
"php",
"tags"
],
"support": {
"issues": "https://github.com/JamesHeinrich/getID3/issues",
"source": "https://github.com/JamesHeinrich/getID3/tree/v1.9.23"
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654"
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
"reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/log": "^2.0 || ^3.0"
},
"provide": {
"psr/log-implementation": "3.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^3.0",
"doctrine/couchdb": "~1.0@dev",
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
"graylog2/gelf-php": "^1.4.2 || ^2.0",
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.4",
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
"predis/predis": "^1.1 || ^2",
"ruflin/elastica": "^7",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
"ext-openssl": "Required to send log messages using SSL",
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "https://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/3.6.0"
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
{
"name": "psr/clock",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/clock.git",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Clock\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for reading the clock.",
"homepage": "https://github.com/php-fig/clock",
"keywords": [
"clock",
"now",
"psr",
"psr-20",
"time"
],
"support": {
"issues": "https://github.com/php-fig/clock/issues",
"source": "https://github.com/php-fig/clock/tree/1.0.0"
},
"time": "2022-11-25T14:36:26+00:00"
},
{
"name": "psr/container",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/2.0.2"
},
"time": "2021-11-05T16:47:00+00:00"
},
{
"name": "psr/log",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/3.0.0"
},
"time": "2021-07-14T16:46:02+00:00"
},
{
"name": "psr/simple-cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
},
"time": "2021-10-29T13:26:27+00:00"
},
{
"name": "spip/aide",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/aide.git",
},
"dist": {
"type": "zip",
"url": "https://git.spip.net/api/v4/projects/spip%2Faide/repository/archive.zip?sha=6b6bea6881064a4795e01559d73281e136f04f1d",
"reference": "6b6bea6881064a4795e01559d73281e136f04f1d",
},
"require": {
"php": "^8.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "dev-develop",
"phpstan/phpstan": "^1.10",
"rector/rector": "^0.15.23",
"spip/coding-standards": "^1.3"
},
"default-branch": true,
"type": "spip-plugin",
"extra": {
"branch-alias": {
}
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Collectif SPIP",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Aide en ligne de SPIP",
"support": {
"source": "https://git.spip.net/spip/aide/-/tree/master",
"issues": "https://git.spip.net/spip/aide/-/issues"
},
{
"name": "spip/archiviste",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/archiviste.git",
"reference": "ec266acc521365b119594cd217737c611733580b"
},
"dist": {
"type": "zip",
"url": "https://git.spip.net/api/v4/projects/spip%2Farchiviste/repository/archive.zip?sha=ec266acc521365b119594cd217737c611733580b",
"reference": "ec266acc521365b119594cd217737c611733580b",
},
"require": {
"ext-phar": "*",
"ext-zip": "*",
"ext-zlib": "*",
"php": "^8.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.1",
"rector/rector": "^0.16",
"spip/coding-standards": "^1.3"
},
"default-branch": true,
"type": "spip-plugin",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Spip\\Archiver\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
}
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "SPIP Team",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Gérer des archives de fichiers Zip, Tar, ...",
"homepage": "https://git.spip.net/spip/archiviste",
"keywords": [
"archives",
"tar",
"issues": "https://git.spip.net/spip/archiviste/issues",
"source": "https://git.spip.net/spip/archiviste/-/tree/master"
},
{
"name": "spip/bigup",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/bigup.git",
"reference": "60089a6fc7e65bc243c03eaf87bbf7c78eae7f83"
},
"dist": {
"type": "zip",
"url": "https://git.spip.net/api/v4/projects/spip%2Fbigup/repository/archive.zip?sha=60089a6fc7e65bc243c03eaf87bbf7c78eae7f83",
"reference": "60089a6fc7e65bc243c03eaf87bbf7c78eae7f83",
},
"require": {
"php": "^8.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "dev-develop",
"phpstan/phpstan": "^1.10",
"rector/rector": "^0.15.23",
"spip/coding-standards": "^1.3"
},
"type": "spip-plugin",
"extra": {
"branch-alias": {
"dev-master": "3.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Spip\\Bigup\\": "src/"
}
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Matthieu Marcillaud",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Téléverser des gros fichiers",
"support": {
"source": "https://git.spip.net/spip/bigup/-/tree/3.3.4",
"issues": "https://git.spip.net/spip/bigup/-/issues"
},
"time": "2024-01-12T10:56:41+01:00"
{
"name": "spip/cache",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/cache.git",
"reference": "a503509a5801b9c34db6b0f7d20bca3830bfdc81"
},
"dist": {
"type": "zip",
"url": "https://git.spip.net/api/v4/projects/spip%2Fcache/repository/archive.zip?sha=a503509a5801b9c34db6b0f7d20bca3830bfdc81",
"reference": "a503509a5801b9c34db6b0f7d20bca3830bfdc81",
},
"require": {
"psr/clock": "^1.0",
"psr/simple-cache": "^3.0",
"spip/hasher": "^1.0.x-dev",
},
"provide": {
"psr/simple-cache-implementation": "1.0 || 2.0 || 3.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "^10.0.x-dev",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.2",
"spip/coding-standards": "^1.3",
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Spip\\Component\\Cache\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Spip\\Test\\Component\\Cache\\": "tests/"
}
},
"scripts": {
"analyse": [
"phpstan"
],
"cs-fix": [
"phpcbf"
],
"test": [
"phpunit --colors --no-coverage"
],
"test-coverage": [
"@php -d xdebug.mode=coverage vendor/bin/phpunit --colors"
],
"test-cs": [
"phpcs"
]
},
"license": [
"MIT"
],
"description": "SPIP Cache Management",
"keywords": [
"cache"
],
"support": {
"source": "https://git.spip.net/spip/cache/-/tree/main",
"issues": "https://git.spip.net/spip/cache/-/issues"
},
"time": "2024-02-02T17:19:03+01:00"
{
"name": "spip/compagnon",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/compagnon.git",
"reference": "ac959c87a92222074a0d4f8a5cfa3367ed4f8cbe"
},
"dist": {
"type": "zip",
"url": "https://git.spip.net/api/v4/projects/spip%2Fcompagnon/repository/archive.zip?sha=ac959c87a92222074a0d4f8a5cfa3367ed4f8cbe",
"reference": "ac959c87a92222074a0d4f8a5cfa3367ed4f8cbe",
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
},
"require": {
"php": "^8.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "dev-develop",
"phpstan/phpstan": "^1.10",
"rector/rector": "^0.15.23",
"spip/coding-standards": "^1.3"
},
"default-branch": true,
"type": "spip-plugin",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Matthieu Marcillaud",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Compagnon",
"support": {
"source": "https://git.spip.net/spip/compagnon/-/tree/master",
"issues": "https://git.spip.net/spip/compagnon/-/issues"
},
},
{
"name": "spip/composer-installer",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/composer-installer.git",
"reference": "053ca2507f4ec6149182c797d59a8ab06e89cb25"
},
"dist": {
"type": "zip",
"url": "https://git.spip.net/api/v4/projects/spip%2Fcomposer-installer/repository/archive.zip?sha=053ca2507f4ec6149182c797d59a8ab06e89cb25",
"reference": "053ca2507f4ec6149182c797d59a8ab06e89cb25",
},
"require": {
"composer-plugin-api": "^2.3"
},
"require-dev": {
"composer/composer": "^2.5",
"phpunit/phpunit": "^10.0"
},
"type": "composer-plugin",
"extra": {
"class": "Spip\\Composer\\SpipInstallerPlugin",
"branch-alias": {
}
},
"autoload": {
"psr-4": {
"Spip\\Composer\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Spip\\Test\\Composer\\": "tests/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "James Hautot",
"email": "james@rezo.net"
}
],
"description": "SPIP Composer Installer Plugin",
"support": {
"source": "https://git.spip.net/spip/composer-installer/-/tree/0.6.1",
"issues": "https://git.spip.net/spip/composer-installer/-/issues"
},
"time": "2023-04-05T14:01:55+02:00"
},
{
"name": "spip/compresseur",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/compresseur.git",
"reference": "e02b704feba2469a3c435107b6a7b5b7a62ac725"
},
"dist": {
"type": "zip",
"url": "https://git.spip.net/api/v4/projects/spip%2Fcompresseur/repository/archive.zip?sha=e02b704feba2469a3c435107b6a7b5b7a62ac725",
"reference": "e02b704feba2469a3c435107b6a7b5b7a62ac725",
},
"require": {
"php": "^8.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "dev-develop",
"phpstan/phpstan": "^1.10",
"rector/rector": "^0.15.23",
"spip/coding-standards": "^1.3",
"symplify/easy-coding-standard": "^11.4"
},
"default-branch": true,
"type": "spip-plugin",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Collectif SPIP",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Compression des css et javascript",
"support": {
"source": "https://git.spip.net/spip/compresseur/-/tree/master",
"issues": "https://git.spip.net/spip/compresseur/-/issues"
},
},
{
"name": "spip/dist",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/dist.git",
"reference": "869647e3413a36f4d31f5321bc8888c05d3c4c18"
},
"dist": {
"type": "zip",
"url": "https://git.spip.net/api/v4/projects/spip%2Fdist/repository/archive.zip?sha=869647e3413a36f4d31f5321bc8888c05d3c4c18",
"reference": "869647e3413a36f4d31f5321bc8888c05d3c4c18",
},
"default-branch": true,
"type": "spip-plugin",
"extra": {
"branch-alias": {
"dev-master": "4.3.x-dev"
}
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Collectif SPIP",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Squelettes par défaut de SPIP 4.0",
"support": {
"source": "https://git.spip.net/spip/dist/-/tree/master",
"issues": "https://git.spip.net/spip/dist/-/issues"
},
},
{
"name": "spip/dump",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/dump.git",
"reference": "c1eaa6fe9b1ba2d2d657b7d162c8ca8195e36f45"
},
"dist": {
"type": "zip",
"url": "https://git.spip.net/api/v4/projects/spip%2Fdump/repository/archive.zip?sha=c1eaa6fe9b1ba2d2d657b7d162c8ca8195e36f45",
"reference": "c1eaa6fe9b1ba2d2d657b7d162c8ca8195e36f45",
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
},
"require": {
"php": "^8.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "dev-develop",
"phpstan/phpstan": "^1.10",
"rector/rector": "^0.15.23",
"spip/coding-standards": "^1.3"
},
"default-branch": true,
"type": "spip-plugin",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Collectif SPIP",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Sauvegarde et restauration de la base SPIP",
"support": {
"source": "https://git.spip.net/spip/dump/-/tree/master",
"issues": "https://git.spip.net/spip/dump/-/issues"
},
"time": "2023-07-12T01:27:24+02:00"
{
"name": "spip/filesystem",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/filesystem.git",
"reference": "87af5429446c68bc3df5efa89ea5a2a11850de18"
},
"dist": {
"type": "zip",
"url": "https://git.spip.net/api/v4/projects/spip%2Ffilesystem/repository/archive.zip?sha=87af5429446c68bc3df5efa89ea5a2a11850de18",
"reference": "87af5429446c68bc3df5efa89ea5a2a11850de18",
},
"require": {
"php": ">=8.2",
"symfony/filesystem": "^7.0",
"symfony/lock": "^7.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
}
},
"autoload": {
"psr-4": {
"Spip\\Component\\Filesystem\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Spip\\Test\\Component\\Filesystem\\": "tests/"
}
},
"license": [
"MIT"
],