Skip to content
Extraits de code Groupes Projets
composer.lock 130 ko
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"
    ],
marcimat's avatar
marcimat a validé
    "content-hash": "e6364ccfea9df6b8764159b802f93289",
    "packages": [
        {
            "name": "algo26-matthias/idna-convert",
            "version": "v4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/algo26-matthias/idna-convert.git",
                "reference": "a739f3f3a0c61913954ee8da145a9862a39b183f"
                "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/a739f3f3a0c61913954ee8da145a9862a39b183f",
                "reference": "a739f3f3a0c61913954ee8da145a9862a39b183f",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "jakeasmith/http_build_url": "^1",
                "php": ">=8.1"
                "phpunit/phpunit": "^9 || ^10"
            },
            "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"
        },
        {
            "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",
            "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",
marcimat's avatar
marcimat a validé
                "reference": "ed1dc8873cd0fd214e77b9ff3c497d822bb0ecfc"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/aide/spip-aide-dev-master-8086cf.zip",
                "reference": "ed1dc8873cd0fd214e77b9ff3c497d822bb0ecfc",
                "shasum": "6d1a49fa64c743a401b25b9143e56ef19d2e1f27"
            },
            "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",
marcimat's avatar
marcimat a validé
            "time": "2023-07-11T17:46:27+00:00"
        {
            "name": "spip/archiviste",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/archiviste.git",
                "reference": "ec266acc521365b119594cd217737c611733580b"
            },
            "dist": {
                "type": "zip",
                "url": "https://get.spip.net/composer/dist/spip/archiviste/spip-archiviste-dev-master-8bb655.zip",
                "reference": "ec266acc521365b119594cd217737c611733580b",
                "shasum": "5fda7afc2fc7ac670f5aa9f5a363381d0f004580"
            },
            "require": {
                "ext-phar": "*",
                "ext-zip": "*",
                "ext-zlib": "*",
                "php": "^8.1"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
JamesRezo's avatar
JamesRezo a validé
                "phpcompatibility/php-compatibility": "^10.x-dev",
                "phpstan/phpstan": "^1.10",
JamesRezo's avatar
JamesRezo a validé
                "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": {
JamesRezo's avatar
JamesRezo a validé
                    "Spip\\Test\\Archiver\\": "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",
JamesRezo's avatar
JamesRezo a validé
            "support": {
                "issues": "https://git.spip.net/spip/archiviste/issues"
            },
            "time": "2023-05-28T10:42:08+00:00"
        },
        {
            "name": "spip/bigup",
marcimat's avatar
marcimat a validé
            "version": "3.3.2",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/bigup.git",
marcimat's avatar
marcimat a validé
                "reference": "22a22183ba84218cbd4a5cdec0036846e63b02cc"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/bigup/spip-bigup-3.3.2-40277a.zip",
                "reference": "22a22183ba84218cbd4a5cdec0036846e63b02cc",
                "shasum": "51c85cc8b488bb18eeb59f87438738aa99073b5d"
            },
            "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"
                }
            },
JamesRezo's avatar
JamesRezo a validé
            "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",
marcimat's avatar
marcimat a validé
            "time": "2023-06-10T06:44:03+00:00"
        },
        {
            "name": "spip/compagnon",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/compagnon.git",
marcimat's avatar
marcimat a validé
                "reference": "a42ae8aa915f80780b6b470b7a8cea95957f97af"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/compagnon/spip-compagnon-dev-master-015003.zip",
                "reference": "a42ae8aa915f80780b6b470b7a8cea95957f97af",
                "shasum": "3e25dbdab5adf81314f80cb45d2f5b92b0d92433"
            },
            "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",
marcimat's avatar
marcimat a validé
            "time": "2023-07-12T05:41:38+00:00"
        },
        {
            "name": "spip/composer-installer",
JamesRezo's avatar
JamesRezo a validé
            "version": "0.6.1",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/composer-installer.git",
JamesRezo's avatar
JamesRezo a validé
                "reference": "053ca2507f4ec6149182c797d59a8ab06e89cb25"
            },
            "dist": {
                "type": "zip",
JamesRezo's avatar
JamesRezo a validé
                "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": {
                    "dev-main": "0.6.x-dev"
                }
            },
            "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",
JamesRezo's avatar
JamesRezo a validé
            "time": "2023-04-05T12:01:55+00:00"
        },
        {
            "name": "spip/compresseur",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/compresseur.git",
marcimat's avatar
marcimat a validé
                "reference": "8d26faf3db7e40bbd494003550b260fe7a7b170d"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/compresseur/spip-compresseur-dev-master-6bca1d.zip",
                "reference": "8d26faf3db7e40bbd494003550b260fe7a7b170d",
                "shasum": "680321e2e5aa085a25dc1b3a4360cb2492fad494"
            },
            "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",
marcimat's avatar
marcimat a validé
                "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",
marcimat's avatar
marcimat a validé
            "time": "2023-07-11T23:27:20+00:00"
        },
        {
            "name": "spip/dist",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/dist.git",
marcimat's avatar
marcimat a validé
                "reference": "83bee2dc3481736e1115608a5de4ac456c5bd66a"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/dist/spip-dist-dev-master-313c5b.zip",
                "reference": "83bee2dc3481736e1115608a5de4ac456c5bd66a",
                "shasum": "63e121dd82f732bb445e0ab3a76460b5226d9a49"
            },
            "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",
marcimat's avatar
marcimat a validé
            "time": "2023-06-27T15:47:06+00:00"
        },
        {
            "name": "spip/dump",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/dump.git",
marcimat's avatar
marcimat a validé
                "reference": "c1eaa6fe9b1ba2d2d657b7d162c8ca8195e36f45"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/dump/spip-dump-dev-master-e297e3.zip",
                "reference": "c1eaa6fe9b1ba2d2d657b7d162c8ca8195e36f45",
                "shasum": "1b94bb15a6b65d7ba22b916ef967d900beaef2d2"
            },
            "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",
marcimat's avatar
marcimat a validé
            "time": "2023-07-11T23:27:24+00:00"
        },
        {
            "name": "spip/forum",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/forum.git",
marcimat's avatar
marcimat a validé
                "reference": "692e72b120f51bca21449066f3aed9cb144079bd"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/forum/spip-forum-dev-master-592679.zip",
                "reference": "692e72b120f51bca21449066f3aed9cb144079bd",
                "shasum": "dee1e3c3aed4803006e04907d69bca0612906f81"
            },
            "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",
marcimat's avatar
marcimat a validé
            "time": "2023-07-12T05:45:01+00:00"
        },
        {
            "name": "spip/images",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/filtres_images.git",
marcimat's avatar
marcimat a validé
                "reference": "1ae67581a02cdde38ecf0778d064a872bcf2745f"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/images/spip-images-dev-master-f7a76d.zip",
                "reference": "1ae67581a02cdde38ecf0778d064a872bcf2745f",
                "shasum": "a5d596cb7b7a3276c6a845afb34292220d34ae54"
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "phpcompatibility/php-compatibility": "dev-develop",
                "phpstan/phpstan": "^1.10",
marcimat's avatar
marcimat a validé
                "phpunit/phpunit": "^10.1",
                "rector/rector": "^0.15.23",
marcimat's avatar
marcimat a validé
                "spip/coding-standards": "^1.3",
                "symplify/easy-coding-standard": "^11.4"
            },
            "default-branch": true,
            "type": "spip-plugin",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.2.x-dev"
                }
            },
marcimat's avatar
marcimat a validé
            "autoload-dev": {
                "psr-4": {
                    "Spip\\Test\\Images\\": "tests/"
                }
            },
            "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",
marcimat's avatar
marcimat a validé
            "time": "2023-07-11T23:27:26+00:00"
        },
        {
            "name": "spip/mediabox",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/mediabox.git",
marcimat's avatar
marcimat a validé
                "reference": "5b757fee68d2e8de37a2f382aa091a0deca10546"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/mediabox/spip-mediabox-dev-master-5053c7.zip",
                "reference": "5b757fee68d2e8de37a2f382aa091a0deca10546",
                "shasum": "bb1c88e4f313ddedb134f7e07b240d969a97b87c"
            },
            "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",
marcimat's avatar
marcimat a validé
            "time": "2023-07-12T06:07:53+00:00"
        },
        {
            "name": "spip/medias",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/medias.git",
marcimat's avatar
marcimat a validé
                "reference": "db2ded95e4dcec0f3cd8d74e849e39188c87e7a2"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/medias/spip-medias-dev-master-a45f9d.zip",
                "reference": "db2ded95e4dcec0f3cd8d74e849e39188c87e7a2",
                "shasum": "a8c1c681e305d7aec2530640b087f83dd5356533"
                "james-heinrich/getid3": "^1.9",
                "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",
marcimat's avatar
marcimat a validé
            "time": "2023-07-12T06:02:05+00:00"
        },
        {
            "name": "spip/mots",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/mots.git",
marcimat's avatar
marcimat a validé
                "reference": "188905a3002ab68d1a53d09dc5a175a89ca3c932"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/mots/spip-mots-dev-master-7a8164.zip",
                "reference": "188905a3002ab68d1a53d09dc5a175a89ca3c932",
                "shasum": "bfda9bd3582cf64d43053206d779d74d720547a4"
            },
            "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",
marcimat's avatar
marcimat a validé
            "time": "2023-07-12T05:54:33+00:00"
        },
        {
            "name": "spip/plan",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/plan.git",
marcimat's avatar
marcimat a validé
                "reference": "d8a182dd073a9a843a164fd23d91e0918bf9ffeb"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/plan/spip-plan-dev-master-7e03c3.zip",
                "reference": "d8a182dd073a9a843a164fd23d91e0918bf9ffeb",
                "shasum": "2dfc790712d9655dd92a5c617d43c8b32a1acb4f"
            },
            "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é",
marcimat's avatar
marcimat a validé
            "time": "2023-07-11T23:27:47+00:00"
        },
        {
            "name": "spip/porte-plume",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/porte_plume.git",
marcimat's avatar
marcimat a validé
                "reference": "9b660f3d6a9221e0dd1993043b3acdc844413ffe"
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/porte-plume/spip-porte-plume-dev-master-78f123.zip",
                "reference": "9b660f3d6a9221e0dd1993043b3acdc844413ffe",
                "shasum": "15f6b2956be5fcd782f461137a3fa9419fd8abbb"
JamesRezo's avatar
JamesRezo a validé
                "php": "^8.1"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "phpcompatibility/php-compatibility": "dev-develop",
JamesRezo's avatar
JamesRezo a validé
                "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"
                    "name": "Matthieu Marcillaud",
                    "homepage": "https://discuter.spip.net/c/spip-dev/5",
                    "role": "Maintainer"
            "description": "Une barre d'outil pour bien écrire",
marcimat's avatar
marcimat a validé
            "time": "2023-07-11T23:27:50+00:00"
            "name": "spip/revisions",
            "version": "dev-master",
                "url": "https://git.spip.net/spip/revisions.git",
marcimat's avatar
marcimat a validé
                "reference": "61765f2e1902838663908fcd8a038a3ac91374e5"
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/revisions/spip-revisions-dev-master-09a064.zip",
                "reference": "61765f2e1902838663908fcd8a038a3ac91374e5",
                "shasum": "a823f619df3298d304b72d1f8797926ecd4c3130"
                "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",
                    "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": "Suivi des modifications des objets éditoriaux",
marcimat's avatar
marcimat a validé
            "time": "2023-07-12T06:14:09+00:00"
        },
        {
            "name": "spip/safehtml",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/safehtml.git",
marcimat's avatar
marcimat a validé
                "reference": "4184b9971fdf44ef4243982c17f46578959dc9e8"
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/safehtml/spip-safehtml-dev-master-6c2687.zip",
                "reference": "4184b9971fdf44ef4243982c17f46578959dc9e8",
                "shasum": "c3897fb926f6b5ad35f10d09ca69fdca74f3f4f4"
            },
            "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"
                "GPL-3.0-or-later"
                    "name": "Collectif SPIP",
                    "homepage": "https://discuter.spip.net/c/spip-dev/5",
                    "role": "Maintainer"
            "description": "Protection des forums contre le cross-site scripting",
marcimat's avatar
marcimat a validé
            "time": "2023-07-11T23:27:56+00:00"
JamesRezo's avatar
JamesRezo a validé
            "version": "1.5.3",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip-contrib-outils/securite.git",
JamesRezo's avatar
JamesRezo a validé
                "reference": "3337f1bec25be75a5685566ad5259a07ccb3c85c"
JamesRezo's avatar
JamesRezo a validé
                "url": "https://get.spip.net/composer/dist/spip/security/spip-security-1.5.3-17fac0.zip",
                "reference": "3337f1bec25be75a5685566ad5259a07ccb3c85c",
                "shasum": "33b0efa1b3e2412f4154ac514242dce224634898"
                    "dev-master": "1.5.x-dev"
            ],
            "authors": [
                {
                    "name": "Collectif SPIP"
                }
            ],
            "description": "Protection du site par blocage de certaines attaques",
JamesRezo's avatar
JamesRezo a validé
            "time": "2023-05-31T16:00:44+00:00"
        {
            "name": "spip/sites",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/sites.git",
marcimat's avatar
marcimat a validé
                "reference": "972a213eb4289a63f99cb5b1a7297d72b15b7e34"
            },
            "dist": {
                "type": "zip",
marcimat's avatar
marcimat a validé
                "url": "https://get.spip.net/composer/dist/spip/sites/spip-sites-dev-master-a87c90.zip",
                "reference": "972a213eb4289a63f99cb5b1a7297d72b15b7e34",
                "shasum": "2919de72a4c6a4126763ca60b586738d1e816828"
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "phpcompatibility/php-compatibility": "dev-develop",