Skip to content
Extraits de code Groupes Projets
composer.lock 178 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"
    ],
JamesRezo's avatar
JamesRezo a validé
    "content-hash": "098d85e7cc0950c4231a98b937af05ba",
    "packages": [
        {
            "name": "algo26-matthias/idna-convert",
marcimat's avatar
marcimat a validé
            "version": "v4.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/algo26-matthias/idna-convert.git",
marcimat's avatar
marcimat a validé
                "reference": "254938fb52b8bd34053401695d749f0e73fbb503"
marcimat's avatar
marcimat a validé
                "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/254938fb52b8bd34053401695d749f0e73fbb503",
                "reference": "254938fb52b8bd34053401695d749f0e73fbb503",
                "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",
marcimat's avatar
marcimat a validé
                "source": "https://github.com/algo26-matthias/idna-convert/tree/v4.0.2"
marcimat's avatar
marcimat a validé
            "time": "2024-02-14T13:30:05+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",
marcimat's avatar
marcimat a validé
            "version": "v1.9.23",
            "source": {
                "type": "git",
                "url": "https://github.com/JamesHeinrich/getID3.git",
marcimat's avatar
marcimat a validé
                "reference": "06c7482532ff2b3f9111b011d880ca6699c8542b"
marcimat's avatar
marcimat a validé
                "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/06c7482532ff2b3f9111b011d880ca6699c8542b",
                "reference": "06c7482532ff2b3f9111b011d880ca6699c8542b",
                "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",
marcimat's avatar
marcimat a validé
                "source": "https://github.com/JamesHeinrich/getID3/tree/v1.9.23"
marcimat's avatar
marcimat a validé
            "time": "2023-10-19T13:18:49+00:00"
marcimat's avatar
marcimat a validé
        {
            "name": "monolog/monolog",
JamesRezo's avatar
JamesRezo a validé
            "version": "3.6.0",
marcimat's avatar
marcimat a validé
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
JamesRezo's avatar
JamesRezo a validé
                "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654"
marcimat's avatar
marcimat a validé
            },
            "dist": {
                "type": "zip",
JamesRezo's avatar
JamesRezo a validé
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
                "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654",
marcimat's avatar
marcimat a validé
                "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",
JamesRezo's avatar
JamesRezo a validé
                "phpunit/phpunit": "^10.5.17",
marcimat's avatar
marcimat a validé
                "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",
JamesRezo's avatar
JamesRezo a validé
                "source": "https://github.com/Seldaek/monolog/tree/3.6.0"
marcimat's avatar
marcimat a validé
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
JamesRezo's avatar
JamesRezo a validé
            "time": "2024-04-12T21:02:21+00:00"
marcimat's avatar
marcimat a validé
        },
        {
            "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",
JamesRezo's avatar
JamesRezo a validé
                "reference": "6b6bea6881064a4795e01559d73281e136f04f1d"
            },
            "dist": {
                "type": "zip",
JamesRezo's avatar
JamesRezo a validé
                "url": "https://git.spip.net/api/v4/projects/spip%2Faide/repository/archive.zip?sha=6b6bea6881064a4795e01559d73281e136f04f1d",
                "reference": "6b6bea6881064a4795e01559d73281e136f04f1d",
                "shasum": ""
            },
            "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": {
marcimat's avatar
marcimat a validé
                    "dev-master": "3.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": "Aide en ligne de SPIP",
            "support": {
                "source": "https://git.spip.net/spip/aide/-/tree/master",
                "issues": "https://git.spip.net/spip/aide/-/issues"
            },
JamesRezo's avatar
JamesRezo a validé
            "time": "2024-03-03T10:30:21+01: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://git.spip.net/api/v4/projects/spip%2Farchiviste/repository/archive.zip?sha=ec266acc521365b119594cd217737c611733580b",
                "reference": "ec266acc521365b119594cd217737c611733580b",
                "shasum": ""
            },
            "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",
                "source": "https://git.spip.net/spip/archiviste/-/tree/master"
JamesRezo's avatar
JamesRezo a validé
            },
            "time": "2023-05-28T12:42:08+02:00"
        },
        {
            "name": "spip/bigup",
marcimat's avatar
marcimat a validé
            "version": "3.3.4",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/bigup.git",
marcimat's avatar
marcimat a validé
                "reference": "60089a6fc7e65bc243c03eaf87bbf7c78eae7f83"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.spip.net/api/v4/projects/spip%2Fbigup/repository/archive.zip?sha=60089a6fc7e65bc243c03eaf87bbf7c78eae7f83",
marcimat's avatar
marcimat a validé
                "reference": "60089a6fc7e65bc243c03eaf87bbf7c78eae7f83",
                "shasum": ""
            },
            "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",
            "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",
marcimat's avatar
marcimat a validé
                "reference": "a503509a5801b9c34db6b0f7d20bca3830bfdc81"
                "url": "https://git.spip.net/api/v4/projects/spip%2Fcache/repository/archive.zip?sha=a503509a5801b9c34db6b0f7d20bca3830bfdc81",
marcimat's avatar
marcimat a validé
                "reference": "a503509a5801b9c34db6b0f7d20bca3830bfdc81",
                "shasum": ""
marcimat's avatar
marcimat a validé
                "php": "^8.1",
                "psr/clock": "^1.0",
                "psr/simple-cache": "^3.0",
marcimat's avatar
marcimat a validé
                "spip/filesystem": "^1.1.x-dev",
                "spip/hasher": "^1.0.x-dev",
marcimat's avatar
marcimat a validé
                "symfony/clock": "^6.4"
            },
            "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",
marcimat's avatar
marcimat a validé
                "symfony/var-dumper": "^6.4"
            },
            "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",
JamesRezo's avatar
JamesRezo a validé
                "reference": "ac959c87a92222074a0d4f8a5cfa3367ed4f8cbe"
            },
            "dist": {
                "type": "zip",
JamesRezo's avatar
JamesRezo a validé
                "url": "https://git.spip.net/api/v4/projects/spip%2Fcompagnon/repository/archive.zip?sha=ac959c87a92222074a0d4f8a5cfa3367ed4f8cbe",
                "reference": "ac959c87a92222074a0d4f8a5cfa3367ed4f8cbe",
                "shasum": ""
            },
            "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"
            },
JamesRezo's avatar
JamesRezo a validé
            "time": "2024-04-05T12:14:19+02: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",
                "url": "https://git.spip.net/api/v4/projects/spip%2Fcomposer-installer/repository/archive.zip?sha=053ca2507f4ec6149182c797d59a8ab06e89cb25",
JamesRezo's avatar
JamesRezo a validé
                "reference": "053ca2507f4ec6149182c797d59a8ab06e89cb25",
                "shasum": ""
            },
            "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",
            "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",
JamesRezo's avatar
JamesRezo a validé
                "reference": "e02b704feba2469a3c435107b6a7b5b7a62ac725"
            },
            "dist": {
                "type": "zip",
JamesRezo's avatar
JamesRezo a validé
                "url": "https://git.spip.net/api/v4/projects/spip%2Fcompresseur/repository/archive.zip?sha=e02b704feba2469a3c435107b6a7b5b7a62ac725",
                "reference": "e02b704feba2469a3c435107b6a7b5b7a62ac725",
                "shasum": ""
            },
            "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",
            "support": {
                "source": "https://git.spip.net/spip/compresseur/-/tree/master",
                "issues": "https://git.spip.net/spip/compresseur/-/issues"
            },
JamesRezo's avatar
JamesRezo a validé
            "time": "2024-04-05T12:15:19+02:00"
        },
        {
            "name": "spip/dist",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://git.spip.net/spip/dist.git",
JamesRezo's avatar
JamesRezo a validé
                "reference": "869647e3413a36f4d31f5321bc8888c05d3c4c18"
            },
            "dist": {
                "type": "zip",
JamesRezo's avatar
JamesRezo a validé
                "url": "https://git.spip.net/api/v4/projects/spip%2Fdist/repository/archive.zip?sha=869647e3413a36f4d31f5321bc8888c05d3c4c18",
                "reference": "869647e3413a36f4d31f5321bc8888c05d3c4c18",
                "shasum": ""
            },
            "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"
            },
JamesRezo's avatar
JamesRezo a validé
            "time": "2024-04-04T16:15:58+02: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",
                "url": "https://git.spip.net/api/v4/projects/spip%2Fdump/repository/archive.zip?sha=c1eaa6fe9b1ba2d2d657b7d162c8ca8195e36f45",
marcimat's avatar
marcimat a validé
                "reference": "c1eaa6fe9b1ba2d2d657b7d162c8ca8195e36f45",
                "shasum": ""
            },
            "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",
JamesRezo's avatar
JamesRezo a validé
                "reference": "87af5429446c68bc3df5efa89ea5a2a11850de18"
JamesRezo's avatar
JamesRezo a validé
                "url": "https://git.spip.net/api/v4/projects/spip%2Ffilesystem/repository/archive.zip?sha=87af5429446c68bc3df5efa89ea5a2a11850de18",
                "reference": "87af5429446c68bc3df5efa89ea5a2a11850de18",
                "shasum": ""
JamesRezo's avatar
JamesRezo a validé
                "php": ">=8.2",
                "symfony/filesystem": "^7.0",
                "symfony/lock": "^7.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.10",
JamesRezo's avatar
JamesRezo a validé
                "phpunit/phpunit": "^11.0"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
JamesRezo's avatar
JamesRezo a validé
                    "dev-main": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Spip\\Component\\Filesystem\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Spip\\Test\\Component\\Filesystem\\": "tests/"
                }
            },
            "license": [
                "MIT"
            ],