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": "a06489ad5272f37df745f85cc4fd15dd",
{
"name": "algo26-matthias/idna-convert",
"source": {
"type": "git",
"url": "https://github.com/algo26-matthias/idna-convert.git",
"reference": "a739f3f3a0c61913954ee8da145a9862a39b183f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/a739f3f3a0c61913954ee8da145a9862a39b183f",
"reference": "a739f3f3a0c61913954ee8da145a9862a39b183f",
"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.0"
"time": "2023-02-26T10:28:17+00:00"
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"
},
102
103
104
105
106
107
108
109
110
111
112
113
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
165
166
167
168
{
"name": "james-heinrich/getid3",
"version": "v1.9.22",
"source": {
"type": "git",
"url": "https://github.com/JamesHeinrich/getID3.git",
"reference": "45f20faa0f0a24489740392c5b512ddcc36deccd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/45f20faa0f0a24489740392c5b512ddcc36deccd",
"reference": "45f20faa0f0a24489740392c5b512ddcc36deccd",
"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.22"
},
"time": "2022-09-29T16:41:13+00:00"
},
{
"name": "spip/aide",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/aide.git",
"reference": "804ed8d4836a3c42064ffa42812f9d20def79e13"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/aide/spip-aide-dev-master-11eebf.zip",
"reference": "804ed8d4836a3c42064ffa42812f9d20def79e13",
"shasum": "0e805f8a3eab7bd30eb7f670bc770ee64dbc26c7"
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
},
"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": "Collectif SPIP",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Aide en ligne de SPIP",
"time": "2023-03-23T17:38:19+00:00"
},
{
"name": "spip/archiviste",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/archiviste.git",
"reference": "93493137798eaaf0bd2204e3af3220eb4f9ab7a0"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/archiviste/spip-archiviste-dev-master-85fff9.zip",
"reference": "93493137798eaaf0bd2204e3af3220eb4f9ab7a0",
"shasum": "eae1c78f9e5f66077609e0f1b10e900f8360f297"
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
},
"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.0",
"rector/rector": "^0.15.23",
"spip/coding-standards": "^1.2"
},
"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": {
"Spip\\Archiver\\Tests\\": "tests/"
}
},
"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",
"zip"
],
"time": "2023-03-23T17:37:40+00:00"
},
{
"name": "spip/bigup",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/bigup.git",
"reference": "853f69e7d716f725c11aefe9adb78473f3ef6e75"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/bigup/spip-bigup-3.3.1-1c32f6.zip",
"reference": "853f69e7d716f725c11aefe9adb78473f3ef6e75",
"shasum": "1095abef7ef0df12f88edd5d9d377505ff2e0948"
},
"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",
},
{
"name": "spip/compagnon",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/compagnon.git",
"reference": "87a35f584d21e05da78e37148fe50471c4cf13d7"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/compagnon/spip-compagnon-dev-master-b93a78.zip",
"reference": "87a35f584d21e05da78e37148fe50471c4cf13d7",
"shasum": "4cd70e8610d1246869e242d9e71a45f2333dc19e"
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
},
"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",
"time": "2023-04-24T18:07:24+00:00"
},
{
"name": "spip/composer-installer",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/composer-installer.git",
"reference": "053ca2507f4ec6149182c797d59a8ab06e89cb25"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/composer-installer/spip-composer-installer-0.6.1-0fc675.zip",
"reference": "053ca2507f4ec6149182c797d59a8ab06e89cb25",
"shasum": "29851c2fb5382e7c45f7fd35243c6113cd890436"
},
"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",
},
{
"name": "spip/compresseur",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/compresseur.git",
"reference": "f86148d586f39a61aba85a74f7c78224ebbc19d2"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/compresseur/spip-compresseur-dev-master-fecd5f.zip",
"reference": "f86148d586f39a61aba85a74f7c78224ebbc19d2",
"shasum": "fccc31eb9d361c890eac06aa46ef6f84e0dcfdbc"
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
},
"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": "Compression des css et javascript",
},
{
"name": "spip/dist",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/dist.git",
"reference": "f145a828001a6ab1cb2c5f9b13329ffa87e6a350"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/dist/spip-dist-dev-master-e329ce.zip",
"reference": "f145a828001a6ab1cb2c5f9b13329ffa87e6a350",
"shasum": "87808ef00cdcfc26737f656f270663ee8239974e"
},
"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",
"time": "2023-03-24T10:03:43+00:00"
},
{
"name": "spip/dump",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/dump.git",
"reference": "fd85f76b632e24735c21f5f623be223f6579dd59"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/dump/spip-dump-dev-master-c423e7.zip",
"reference": "fd85f76b632e24735c21f5f623be223f6579dd59",
"shasum": "5bcb889e20f01a19be178a5a7b52ddc168664f01"
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
},
"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",
"time": "2023-03-23T17:39:34+00:00"
},
{
"name": "spip/forum",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/forum.git",
"reference": "9f651c1db37e9ff33def205ae07c84201b48678f"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/forum/spip-forum-dev-master-913e00.zip",
"reference": "9f651c1db37e9ff33def205ae07c84201b48678f",
"shasum": "a434c313289af432aa3655165cd64b746506f4f7"
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
},
"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": "Collectif SPIP",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Gestion des forums privés et publics dans SPIP",
"time": "2023-03-23T17:59:23+00:00"
},
{
"name": "spip/images",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/filtres_images.git",
"reference": "f1a32e161f585fe729b8dba78c5a089b1ca4cb73"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/images/spip-images-dev-master-5f65e7.zip",
"reference": "f1a32e161f585fe729b8dba78c5a089b1ca4cb73",
"shasum": "118ee40b8823c59871da749f9c5de9fd328ee5f3"
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
},
"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": "4.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": "Filtres de transformation d'image et de couleurs",
"time": "2023-03-23T17:39:50+00:00"
},
{
"name": "spip/mediabox",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/mediabox.git",
"reference": "acbae3c3b040988941f37fc530412febd82e04c6"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/mediabox/spip-mediabox-dev-master-136bd7.zip",
"reference": "acbae3c3b040988941f37fc530412febd82e04c6",
"shasum": "9b1696ece46b467ced6c62f8615cbf388c894041"
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
},
"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": "Collectif SPIP",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Boîte multimédia",
"time": "2023-03-23T17:57:35+00:00"
},
{
"name": "spip/medias",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/medias.git",
"reference": "c6c53692a6d30869141c2ce86d650dd2ba735591"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/medias/spip-medias-dev-master-a15745.zip",
"reference": "c6c53692a6d30869141c2ce86d650dd2ba735591",
"shasum": "281fff7acc1838843e92533cfc94e113755e5128"
"james-heinrich/getid3": "^1.9",
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
"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": "4.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": "Gestion des medias dans SPIP",
"time": "2023-04-16T19:07:13+00:00"
},
{
"name": "spip/mots",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/mots.git",
"reference": "4d627aa6e6b226cfe10731d86fde74d9a2e93e75"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/mots/spip-mots-dev-master-a8bcd5.zip",
"reference": "4d627aa6e6b226cfe10731d86fde74d9a2e93e75",
"shasum": "3c427037890590b3416b228b3692c899554113aa"
730
731
732
733
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
},
"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": "4.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": "Gestion des mots et groupes de mots dans SPIP",
"time": "2023-03-24T09:55:05+00:00"
},
{
"name": "spip/plan",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/plan.git",
"reference": "fc452228f93af9e35d21649db875a612692b2917"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/plan/spip-plan-dev-master-507ecf.zip",
"reference": "fc452228f93af9e35d21649db875a612692b2917",
"shasum": "600a312bff6aa36e5036f26eb5314336db7f851b"
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
},
"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": "4.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": "Améliore la page plan du site de l'espace privé",
"time": "2023-03-23T15:56:39+00:00"
},
{
"name": "spip/porte-plume",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/porte_plume.git",
"reference": "fe3d322f237aa78a486e8194dca58a484fadac32"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/porte-plume/spip-porte-plume-dev-master-4c65b5.zip",
"reference": "fe3d322f237aa78a486e8194dca58a484fadac32",
"shasum": "dfba5f72eabfad231b46fac0c6357df1cf264051"
},
"require": {
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "dev-develop",
"phpstan/phpstan": "^1.10",
"spip/coding-standards": "^1.3"
},
"default-branch": true,
"type": "spip-plugin",
"extra": {
"branch-alias": {
}
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Matthieu Marcillaud",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Une barre d'outil pour bien écrire",
},
{
"name": "spip/revisions",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/revisions.git",
"reference": "f0b5181ff87b87d42306e7f7adc2613f1b59068f"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/revisions/spip-revisions-dev-master-78d95e.zip",
"reference": "f0b5181ff87b87d42306e7f7adc2613f1b59068f",
"shasum": "d3cd247490c884dd92e66c0980b0f54aefd2c0e6"
},
"require": {
},
"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": "Matthieu Marcillaud",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Suivi des modifications des objets éditoriaux",
"time": "2023-03-23T16:08:46+00:00"
},
{
"name": "spip/safehtml",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/safehtml.git",
"reference": "2f7fc553a9a77d0707fbea871f0400769bef7199"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/safehtml/spip-safehtml-dev-master-601a9d.zip",
"reference": "2f7fc553a9a77d0707fbea871f0400769bef7199",
"shasum": "3e1b472ca0eb066534d518d016a5d18267d9e4fc"
},
"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": [
],
"authors": [
{
"name": "Collectif SPIP",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"description": "Protection des forums contre le cross-site scripting",
},
{
"name": "spip/security",
"source": {
"type": "git",
"url": "https://git.spip.net/spip-contrib-outils/securite.git",
"reference": "97d3110947fe39e5cc4a3af057d06929c4ec7fb7"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/security/spip-security-1.5.1-98aa2e.zip",
"reference": "97d3110947fe39e5cc4a3af057d06929c4ec7fb7",
"shasum": "956a503cdfff97eee09c5952149a2e5107224a9f"
},
"extra": {
"branch-alias": {
}
},
"license": [
],
"authors": [
{
"name": "Collectif SPIP"
}
],
"description": "Protection du site par blocage de certaines attaques",
},
{
"name": "spip/sites",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.spip.net/spip/sites.git",
"reference": "5493f279c3f7eac3a632235d188ed216f4783edc"
},
"dist": {
"type": "zip",
"url": "https://get.spip.net/composer/dist/spip/sites/spip-sites-dev-master-68b78c.zip",
"reference": "5493f279c3f7eac3a632235d188ed216f4783edc",
"shasum": "1df9c0eb4017059aa31ca821c1962bbc0c8ebfa5"
},
"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": "4.2.x-dev"
}
},
"license": [
"GPL-3.0-or-later"